/* Importing Google font - Open Sans */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

/* responsive code  */
@media screen and (max-width: 1700px){
  .wrapper nav {
      max-width: 100%;
      padding:  0 20px;
  }
  nav .content .links{
      margin-left: 30px;
  }
  .content .links li a{
      padding: 8px 13px;
  }
  
}
@media screen and (max-width:1250px) {
  .wrapper .menu-icon{
      display: block;
  }
  .content .links li a,
  .content .links li label{
      color: #fff;
      line-height: 40px;
      font-size: 20px;
      display: block;
      padding: 8px 18px;
      cursor: pointer;
  }
  .content .links li{
      margin : 15px 20px
  }

  nav .content .links{
      display: block;
      position: fixed;
      background: #101217;
      height: 100%;
      width: 100%;
      top: 70px;
      left: -100%;
      padding-bottom: 100px;
      margin-left: 0;
      max-width: 350px;
      overflow-y: auto;
      transition: all 0.3s ease-in-out;
  
  }
  nav #show-menu:checked ~ .content .links{
      left: 0%;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
      content: "\f00d" ;
  }
  .content .links li a.desktop-link{
      display: none;
  }

  /* dropdown responsive code  */
  .content .links ul{
      position: static;
      opacity: 1;
      visibility: visible;
      background: none;
      max-height: 0px;
      overflow: hidden;
  }
  .content .links #show-service:checked ~ ul,
  .content .links #show-product:checked ~ ul,
  .content .links #show-solution:checked ~ ul,
  .content .links #show-technology:checked ~ ul{
      max-height: 100vh;
  }
  .content .links ul li{
      margin: 7px 20px ;
  }
  .content .links ul li a{
      font-size: 18px;
      line-height: 30px;
      display: block;
      padding: 8px 18px;
      border-radius: 5px!important;
  }
  
}
@media screen and (max-width:400px){
  .wrapper nav{
      padding: 0 10px;
  }

  .content .logo a img{
      height: 1px ;
      width: auto;
      margin-top: 8px;
  
  }
  
}


p {
  color: rgb(41, 41, 41);
  font-size: 15px;
}

body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  box-sizing: border-box; 
}

body:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 399;
}

body.offcanvas-menu {
  position: relative;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 500px) {
  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) and (min-width: 500px) {
  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
}

::-moz-selection {
  background: #110b7c;
  color: #fff;
}
::selection {
  background: #110b7c;
  color: #fff;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
}

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.btn.btn-outline-white {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.form-control {
  height: 55px;
  background: #fff !important;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.form-control:active,
.form-control:focus {
  border-color: #ff0000;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (min-width: 500px) {
  .site-section {
    padding: 5em 0;
  }
}
.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section p {
  color: rgb(41, 41, 41);
}


/*-----------------------------------
Footer
-----------------------------------*/

.footer-area {
  position: relative;
  overflow: hidden;
  background: url(../images/footer-black.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  padding-top: 50px;
}
.footer-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/footer-black.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-area .content .logo {
  width: 200px;
}
.footer-area .content .logo img {
  width: 100%;
}
.footer-area .content p {
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
}
.footer-area .content h3 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #f5faff;
  position: relative;
  border-bottom: 1px solid #2d3d5f;
  left: 0;
  bottom: 0;
}
.footer-area .content h3:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: red;
  bottom: -2px;
  left: 0;
}
.footer-area .content .footer-list {
  margin: 0;
  padding: 0;
}
.footer-area .content .footer-list li {
  line-height: 1.5;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}
.footer-area .content .footer-list li a {
  color: #f5faff;
  font-size: 15px;
  transition: 0.3s;
  font-size: 14px;
}
.footer-area .content .footer-list li a i {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
}
.footer-area .content .footer-list li a:hover {
  letter-spacing: 0.02em;
  color: #1d42d9;
}
.footer-area .content .foot-social {
  position: relative;
}
.footer-area .content .foot-social li {
  position: relative;
  padding-left: 45px;
  color: #f5faff;
  font-size: 14px;
  margin-bottom: 18px;
  list-style: none;
}
.footer-area .content .foot-social li i {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #1d42d9;
  border-radius: 5px;
  line-height: 31px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #f5faff;
}
.footer-area .copy-area {
  margin-top: 10px;
  padding: 15px 0;
  border-top: 1px solid #2a355e;
}
.footer-area .copy-area .menu {
  margin: 0;
  padding: 0;
}
.footer-area .copy-area .menu li {
  display: inline-block;
  margin-right: 20px;
}
.footer-area .copy-area .menu li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1d42d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s linear;
  position: relative;
}
.footer-area .copy-area .menu li a .social-tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  padding: 5px;
  background-color: #1d42d9;
  color: #fff;
  box-shadow: 0 4px 5px 0.36px rgb(0 0 0 / 25%);
  top: -40px;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s linear;
}
.footer-area .copy-area .menu li a .social-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-color: #1d42d9 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
}
.footer-area .copy-area .menu li a:hover .social-tooltip {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.footer-area .copy-area .menu li:last-child {
  margin-right: 0;
}
.footer-area .copy-area p {
  font-size: 15px;
  color: #f5faff;
  margin-bottom: 0;
}
.footer-area .copy-area p a {
  color: #e6335a;
  font-size: 16px;
  font-weight: 600;
}
.footer-area .copy-area p a:hover {
  color: #7a7e9a;
}
.footer-area .copy-area .right {
  float: right;
}
@media (max-width: 768px) {
  .footer-area .copy-area .right {
    float: none;
    padding-top: 20px;
  }
}
/*-----------------------------------
      End Footer
-----------------------------------*/

/*--------------------------------------------------------------
# Header
------------------------------------------------------*/
/* Default styles for header and navigation items */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px;
  /*border-bottom: 1px solid #e6f2fb;*/
}

/* Styles for header and navigation items when scrolling */
.header.scrolled {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);  
}

.header.scrolled .navbar ul li a {
  color: black;
}
.header.scrolled .navbar ul li a .fas{
  color: black;
}
.header.scrolled .navbar ul .dropdown li a {
  color: #0e0d0d;
}
.header.scrolled .navbar .dropdown ul a:hover .fas,
.header.scrolled .navbar .dropdown ul a:hover{
  background-color: #007bff;
  color: #ffffff; 
}

.header .logo{
  margin-left:-5px;
  text-decoration: none;
}
.header .logo img {
max-width: 100%;
height: 80px;
margin-top: 2px;
}

/*--------------------------------------------------------------
        # End Header
--------------------------------------------------------------*/

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-primary {
  color: #ff0000 !important;
}
.sectionHeader {
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
/*....End PRELOADING------------ */




/*Modal Captcha button*/
.input_field {
  position: relative;
  height: 45px;
  margin-top: 15px;
  width: 100%;
}
.refresh_button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #826afb;
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.refresh_button:active {
  transform: translateY(-50%) scale(0.98);
}
.input_field input,
.button button {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 8px;
}
.input_field input {
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.captch_box input {
  color: #6b6b6b;
  font-size: 22px;
  pointer-events: none;
}
.captch_input input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.message {
  font-size: 14px;
  margin: 14px 0;
  color: #826afb;
  display: none;
}
.message.active {
  display: block;
}
.button button {
  background: #826afb;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.button button:active {
  transform: scale(0.99);
}
.button.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.container1 {
  position: relative;
  max-width: 300px;
  width: 100%;
  border-radius: 12px;
}


.captch_box1 input {
  color: #6b6b6b;
  font-size: 22px;
  pointer-events: none;
}
.refresh_button1 {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #826afb;
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.refresh_button1:active {
  transform: translateY(-50%) scale(0.98);
}
.captch_input1 input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.message1 {
  font-size: 14px;
  margin: 14px 0;
  color: #826afb;
  display: none;
}
.message1.active {
  display: block;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*Mega menu style*/
.navbar > ul .menu-item-has-children a,
.navbar > ul .menu-item-has-children a .fas{
  color: #fff;
}
.navbar > ul .menu-item-has-children a:hover{
  color: #007bff;
}
.navbar > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;  /*#93ace4*/
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin-left: 14px;
  border-radius: 5px;
}
@media (min-width: 1023px) {
  .navbar > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}

.navbar > ul > li .list-item .column-list li {
  line-height: 1;
  display: block; 
}
.navbar > ul > li .sub-menu .column-list > li > a{
	display: inline-block;
	padding: 5px 0;
	color: #140d5f;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
  font-family: "Inter var","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.navbar > ul > li .sub-menu.mega-menu{ 
  transform: translateX(-50%) translateY(12px);	
}
.navbar > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover{
	color:#366fea;
  border-bottom: 1px solid #366fea;
}
.navbar > ul > li .list-item {
  margin-right: 60px;
}
.navbar > ul > li .sub-menu .list-item {
  flex: 1;
}
.navbar > ul > li .sub-menu .list-item .column-list {
  display: block;
  padding: 0;
  list-style: none;
}
.navbar > ul > li .sub-menu .list-item h4 {
  display: inline-block;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
  font-family: "Inter var","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
}
/*End mega menu style*/

/* header */
.navbar {
  padding: 0;
  margin-top: 0px;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  font-size: 18px;
  font-weight: 600px;
  color: var(--headerTextLinkColor);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover > a .fas,
.navbar li:hover > a {
  color: #007bb5;
}
.navbar .box-btn,
.navbar .box-btn:focus {
  background: #007bff;
  margin-left: 30px;
  color: #fff;
}
.navbar .dropdown a,
.navbar .dropdown .fas{
  color: black;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin-left: -20px;
  margin: 10;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
  border-bottom: 1px solid #d9d6d6;
}

.navbar .dropdown ul li:last-child {
  border-bottom: none;
  margin-bottom: -9px;
}

.navbar .dropdown ul li:first-child {
  margin-top: -8px;
}
.navbar .dropdown ul a {
  padding: 5px 10px;
  text-transform: none;
  color: black;
  font-family: "Inter var","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover{
  background-color: #007bff;
  color: #ffffff; 
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown ul li:hover> .sub-menu .list-item ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  margin-left: 100px;
}

/**Dropdown dropdown menu**/
.navbar .dropdown ul li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown ul li ul {
 position: absolute;
 left: 200px;
 margin-top: -35px;
 margin-left: 0px;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*.......Mobile menu................*/
.toggle_menu,
.close_menu {
    display: none;
}

@media screen and (max-width: 992px) {
  .navbar > ul > li .sub-menu {
    justify-content: start;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 990px) {
  .navbar > ul > li .sub-menu {
    flex-direction: column;
    position: static;
    box-shadow: none;
    border-radius: 0;
    height: 0;
    max-width: 380px;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 0px;
  }
  .navbar > ul > li.menu-item-has-children:hover .sub-menu {
    height: 100%;
    visibility: visible;
    opacity: 1;
  }

  .navbar > ul > li .sub-menu ul{
    align-items: center;
  }
  .navbar > ul > li .sub-menu.mega-menu{ 
    transform: translateX(-5%);	
  }
  
  .navbar{
    position: absolute;
    height: 100vh;
    width: 100%;
    left: -100%;
    max-width: 400px;
    top: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    display: block;
    transition: 0.3s;
}
.navbar .dropdown ul {
  display: flex;
  position: static;
  /*left: 14px;*/
  top: calc(100% + 30px);
  margin: 10; 
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 0px #e8ebf1;
  transition: 0s;
  border-radius: 4px;
  flex-direction: column;
  max-width: 350px;

  margin: 0 1.5rem;
  padding: 1rem 0;
}
.navbar .dropdown ul li {
  min-width: 380px;
}
.navbar .dropdown ul li a:hover{
  background-color: #ffffff; /*#007bff;*/
  color: #007bff;
}
.navbar ul{
  flex-direction: column;
  align-items: flex-start;
}

.navbar .bottom{
  margin-bottom: 30px;
}

.navbar .consultancy{
  margin-left: 5%;
}

.navbar .dropdown .fas,
.navbar > ul .menu-item-has-children a .fas{
  color: #001b7c;
}

 .navbar .dropdown a{
  color: #001b7c;
  /*margin: 0 1.5rem;*/
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 1rem 0;
  height:0;
  
}

.navbar .dropdown:hover a{
  height: 100%;
}

.navbar > ul .menu-item-has-children a {
  color: #001b7c;
  margin: 0 1.5rem;
  padding: 1rem 0;
}
.toggle_menu,
.close_menu {
    display: block;
    color: #1f4be7;
}
.mobile-nav-icon {
  font-size: 2.5rem;
}
.toggle_menu i:hover {
    color: #1f4be7;
}
.close_menu {
    margin: 1rem 1rem 1rem auto;
    background-color: #1f4be7;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
}
.close_menu:hover{
    color: #1f4be7;
}
.close_menu i {
    line-height: 32px;
    color: #fff;
    font-size: 22px;
}
.show_menu{
    left: 0;
}
}
/*.........End mobile Menu...........*/



/* Below 560px  */
@media (max-width: 35em) {
  .header {
    padding: 0 2.4rem;
  }

  .header .logo {
    width: 60%;
  }
}


/*Button*/
.btn {
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
  margin-right: 12px;
  line-height: 1;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  background-color: #1d42d9;
  border: 1px solid #1d42d9;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}

.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}

.btn.border-btn {
  background-color: #5e5d5d;
  border: 1px solid #5e5d5d;
}
.btn:hover {
  color: #1d42d9;
  background-color: #fff;
}
.btn:hover:before {
  left: 0;
}
.btn:hover:after {
  right: 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: 14;
    color: #fff;
    padding: 10px 15px;
  }
}

.box-btn {
  display: block;
  width: 200px;
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #1d42d9;
  border: 2px solid #1d42d9;
}

.box-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}

.box-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}

.box-btn:hover {
  color: #1d42d9;
}
.box-btn:hover:before {
  left: 0;
}
.box-btn:hover:after {
  right: 0;
}
.box-btn.blue {
  background-color: #499bea;
  border: 2px solid #499bea;
}
.box-btn.green {
  background-color: #40c46c;
  border: 2px solid #40c46c;
}
.box-btn.yellow {
  background-color: #ffc100;
  border: 2px solid #ffc100;
}
.box-btn.dark-blue {
  background-color: #0245bc;
  border: 2px solid #0245bc;
}
.box-btn.pink {
  background-color: #b50edf;
  border: 2px solid #b50edf;
}
.box-btn.red {
  background-color: red;
  border: 2px solid red;
}
.box-btn.blue:hover {
  color: #499bea;
}
.box-btn.green:hover {
  color: #40c46c;
}
.box-btn.yellow:hover {
  color: #ffc100;
}
.box-btn.dark-blue:hover {
  color: #0245bc;
}
.box-btn.pink:hover {
  color: #b50edf;
}
.box-btn.red:hover {
  color: red;
}

/*..................Hero Section........................*/

.hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 102vh;
  padding: 0 15px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background: linear-gradient(23deg, #ffffff 60%, #B0BCCA 100%) no-repeat;
 /* background: linear-gradient(270deg, #15373d, #201550);
  background: linear-gradient(270deg, #dff2fc, #fff);*/
}

.bd-example {
  position: relative;
}

.hero-section .carousel-inner {
  margin-top: 100px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  /* width: 1300px;
  height: 500px;*/
  width: 100%; /* Adjusted width to 100% */
  height: 500px; /* Adjusted height to auto */
  }
  .hero-section .carousel-item .slider-img {
    display: block;
    width: 40%;
    margin-left: 50px;
    margin-top: 10px;
    position: relative;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
  }
  .hero-section .carousel-item .carousel-caption {
   /* width: 600px;
    height: 400px;*/
    width: 40%; /* Adjusted width to 100% */
    height: 80%; /* Adjusted height to auto */
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    margin-left: 80px;
    margin-top: -200px;
    padding-left: 20px; 
  }
  .hero-section .carousel-item .carousel-caption h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #001b7c;
    text-transform: none;
    text-align: left;
    width: 100%;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    
  }
  .hero-section .carousel-item .carousel-caption p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-left: 0;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: slideInRight;
    color: black;
  }
  .hero-section .carousel-item .carousel-caption a {
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
  }
  .hero-section .carousel-item .carousel-caption span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: slideInRight;
  }
  .hero-section .carousel-control-next,
  .hero-section .carousel-control-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 5px;
    top: 50%;
    padding: 0;
    position: absolute;
    background: #1d42d9;
    transition: 0.3s;
    color: #fff;
    transform: translateY(-50px);
  }
  .hero-section .carousel-control-next {
    right: 1%;
  }
  .hero-section .carousel-control-prev {
    left: 1%;
  }
  .hero-section .carousel-control-next:hover,
  .hero-section .carousel-control-prev:hover {
    background: #051242;
    color: #fff;
  }

/* Media query for large screens */
@media only screen and (min-width: 768px) {
  .hero-section {
    padding: 0 50px; /* Adjust the padding for large screens */
  }
}


/* Media query for small screens */
@media only screen and (max-width: 990px) {
  .hero-section {
    flex-direction: column; /* Stack items vertically on small screens */
    height: auto;
  }

  .hero-section .carousel-inner {
    margin-top: 200px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: auto;
  }
  .hero-section .carousel-item .slider-img {
    display: block;
    width: 50%;
    margin: 0 auto;
    position: relative;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
  }
  .hero-section .carousel-item .carousel-caption {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    margin: 20px; 
    padding: 20px;
    padding-left: 60px;
  }
  .hero-section .carousel-item .carousel-caption h1 {
    font-size: 2rem;
    font-weight: 700;
  }
  
  .hero-section .carousel-item .carousel-caption p {
    font-size: 16px;
    font-weight: 300;
  }
 
}

/*..................EndHero Section........................*/

.align-items-center {
  -moz-box-align: center !important;
  align-items: center !important;
}

@media (min-width: 1024px) {
  .hero-section {
    background-attachment: fixed;
  }
}



/* Blocks */
.site-section-cover {
  position: relative;
}
.site-section-cover,
.site-section-cover .container {
  position: relative;
  z-index: 2;
}

.site-section-cover,
.site-section-cover .container > .row {
  height: calc(100vh - 196px);
  min-height: 577px;
}
@media (max-width: 991.98px) {
  .site-section-cover,
  .site-section-cover .container > .row {
    height: calc(70vh - 196px);
    min-height: 400px;
  }
}
.site-section-cover.overlay {
  position: relative;
}
.site-section-cover.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
.site-section-cover.inner-page,
.site-section-cover.inner-page .container > .row {
  height: auto;
  min-height: auto;
  padding: 2em 0;
}
.site-section-cover .img-bg-section {
  background-size: cover;
  background-repeat: no-repeat right;
}
.site-section-cover h1 {
  font-size: 4.5rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .site-section-cover h1 {
    font-size: 2rem;
  }
}
.site-section-cover p {
  font-size: 18px;
  color: #fff;
}

.site-section {
  padding: 3rem 0;
}

@media (max-width: 991.98px) {
  .site-section {
    padding: 1rem 0;
  }
}


/*--------------------------------------------------------------
# icon-bar
--------------------------------------------------------------*/
.icon-bar {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 25px;
}
.icon-bar a:hover {
  background-color: #000;
}
.mail {
  background: #12c8ff;
  color: #fff;
}
.linkedin {
  background: #007bb5;
  color: #fff;
}
.facebook {
  background: #3b5998;
  color: #fff;
}
.profile {
  background: #b00;
  color: #fff;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card .card-body .card-text {
  font-size: 0.9rem;
  font-weight: 400;
  color: #747373;
}



@media (max-width: 768px) {
  .icon-bar {
    top: 55%;
  }
  .icon-bar a {
    padding: 8px;
    font-size: 15px;
  }
}
/*--------------------------------------------------------------
# End icon-bar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Whatspp chat
--------------------------------------------------------------*/
/* for desktop */
.whatsapp_float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 100px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 4px;
}
/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}
/*--------------------------------------------------------------
# End Whatspp chat
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Title-Heading
--------------------------------------------------------------*/
.title-heading {
  text-align: center;
  margin: 15px;
}
.title-heading span {
  color: #001b7c;
  font-size: 25px;
  font-weight: 700;
  font-family: titillium web, sans-serif;
}
.title-heading h2 {
  color: #001b7c;
  margin-bottom: 15px;
  font-size: 35px;
}
.title-heading p {
  margin: auto 300px;
  font-size: 17px;
}
.title-heading a {
  font-size: 18px;
  color: red;
}
@media (max-width: 768px) {
  .title-heading span {
    font-size: 15px;
  }
  .title-heading h2 {
    margin: 15px;
    font-size: 25px;
  }
  .title-heading p {
    margin: 10px;
    font-size: 14px;
  }
}

/*---------------------------our client-------------------------------------------------*/
.clients-section {
  padding: 50px 0;
  background: linear-gradient(180deg, rgba(109, 204, 226, 1) 0%, rgba(176, 227, 239, 1) 17%, rgba(255, 255, 255, 1) 100%);
  /*background-color: #f3f3f3;*/
}
.container-client {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-client .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.text-center {
  font-size: 46px;
  font-family: 'Poppins', sans-serif;
  color: #001b7c;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  margin-top: 0px;
}

.section-title {
  padding-bottom: 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.section-title h2 {
  font-size: 35px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #0e2f8b;
  text-align: center;
  font-family: "Saira", sans-serif;
}

.Path-5-Copy {
  margin-bottom: 20px;
  text-align: center;
  width: 150px;
  height: 8px;
  border-radius: 12px;
  background: linear-gradient(to right, #5e9ae9 -7%, #1d42d9 107%);
}

.clients-section ul.flex-container-modules {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-wrap: wrap;
}
.clients-section ul.flex-container-modules li {
  width: 23%;
  height: auto;
  box-shadow: none;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 0px 10px 15px;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px #2c89f3;
}
ul.flex-container-modules li img {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 50%;
}
ul.flex-container-modules img {
  transition: 0.5s;
}
img {
  border-style: none;
}

/*---------------------------------------------------------------------------*/

/*-------Right Recruiting Solution------------------------------------------*/
.agile-recruiting {
  padding: 90px 0 90px;
}
.container {
  position: relative;
}
/*.container {
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}*/
.n-employers-text {
  margin: 0 auto 65px;
  text-align: center;
}
.h1-alike {
  display: block;
  font: 700 60px / 75px "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.features-06__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.features-06__main {
  position: relative;
  z-index: 20;
  padding: 40px 40px 40px 0;
  width: 50%;
}
.features-06__main {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.title-box {
  max-width: 500px;
  margin-bottom: 50px;
}
.features-06__visual {
  width: 50%;
}
.features-06__img_box {
  font-size: 0;
}
.features-06__img {
  max-width: 100%;
  max-height: 100%;
  font-size: 14px;
}

.features-07__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.features-07__main {
  position: relative;
  z-index: 20;
  padding-left: 40px;
  width: 50%;
}
.features-07__main {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.features-07__main_content {
  max-width: 550px;
}
.agile-recruiting-text h3, .increase-team-bandwidth-text h3, .fully-vetted-text h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #0e2f8b;
}
.comps p {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.6;
}
.features-07__visual {
  width: 50%;
}
.features-07__img_box {
  font-size: 0;
}
.features-07__img {
  max-width: 100%;
  max-height: 100%;
  font-size: 14px;
}
.n-employers-text p.hero-text, .agile-recruiting-text p, .increase-team-bandwidth-text p, .fully-vetted-text p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(13, 19, 23, .7);
  text-align: left;
}

@media (max-width: 991px) {
  .agile-recruiting {
      padding: 65px 0 45px;
  }
}
@media (max-width: 1023px) {
  .n-employers-text {
      margin-bottom: 35px;
  }
}
@media (max-width: 700px) {
  h1, .n-employers-text .h1-alike, .n-employers-text h2, .n-employers-text p, .hire-top-talent h2, .hire-top-talent .content_box {
      text-align: left !important;
  }
  .features-06__main_content,.agile-recruiting .title-box,.features-06__main_content{
    max-width: 100% !important;
  }
  .features-07__wrapper h2, .features-06__wrapper h2, .hire-top-talent h2 {
    font-size: 28px !important;
    text-align: left !important;
    line-height: 45px !important;
  }
  .features-06__wrapper {
    flex-direction: column-reverse !important;
  }
  .features-06__main {
  width: 100%;
  padding-right: 0;
  }
  .features-06__visual {
    width: 100%;
  }
}



/*........Feature....................*/

.content-section.profeat {
  background-color: #f3f4ff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section {
  padding: 100px 3%;
  display: block;
}

.flex-container {
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.service-card-wrap.androidcardwrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.service-card-wrap {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.column.procol {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(87, 117, 167, .15);
}

.service-card.procard {
  box-shadow: none;
  border-radius: 0;
  height: auto;
  padding: 20px 30px;
}

.service-card {
  background-color: #fff;
  width: auto;
  display: block;
}

.service-icon-2.proicon {
  width: 50px;
  margin-bottom: 24px;
}

.service-icon-2 {
  text-align: center;
  display: inline-block;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.card-content-wrap.contcardcenter {
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.card-content-wrap {
  color: #2e3642;
}

@media screen and (max-width: 767px) {
  .flex-container {
      margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .content-section.profeat {
      padding-top: 80px;
      padding-bottom: 80px;
  }
  .flex-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    display: flex;
  }
  .containerben {
    text-align: center;
    display: block;
  }
  .service-card-wrap, .service-card-wrap.androidcardwrap {
    grid-template-columns: 1fr 1fr;
  }
  .column {
    width: 100%;
  }

}

@media screen and (min-width: 1280px) {
  .content-section {
      border: 0 #fff;
  }
  .flex-container {
    display: flex;
  }
}



/*........End Feature................*/

/*..................Our Hiring Process...............*/
.info {
  padding: 75px 0;
  overflow: hidden;
}

.bg-light {
  background-color: #E6EDEF !important;
}

.text-brand {
  color: #005F83 !important;
}

.text-brand-ancient {
  color: #41B6E9 !important;
}

.info-img-wrap {
  position: relative;
}

.img-fluid {
  width: 100%;
  height: auto;
}

/*..................End Our Hiring Process...............*/

/*............Our Commitment.................*/
.bg-brand-gradient {
  background: linear-gradient(270deg, #f7f8fb, #f7f8fb);
}

.commitment-card{
  border-radius: 1.5rem; 
  border: 1px solid rgba(219, 207, 207, 0.623)
}

.info-card-body {
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  flex-direction: column;
}

.text-brand {
  color: #005F83 !important;
}

.info-card-body::after {
  content: '';
  background: url(../img/right-arrow.png);
  background-size: 30px;
  background-repeat: no-repeat;
  width: 41px;
  height: 40px;
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*............End Our Commitment.............*/

/*............Our Specialisation..............*/
.mySlider {
  position: relative;
  padding-bottom: 40px;
}

.text-center {
  text-align: center !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.text-brand-ancient {
  color: #41B6E9 !important;
}

.icon-wrap .special{
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400 !important;
  text-align: left !important;
}

/*............End Our Specialisation............*/

/*..................New code css.....................*/
.kd-tab {
  padding-bottom: 100px;
  padding-top: 30px;
  /*background: linear-gradient(270deg, #15373d, #201550);*/
  background: linear-gradient(270deg, #f7f8fb, #f7f8fb);
}

.tech-stack-secction {
  padding-left: 0;
  display: block;
  margin: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

.staff-stack-btn {
  font-size: 20px;
  color: #001b7c;
  padding: .5rem 2rem;
  width: 320px;
  margin: 10px 0;
  outline: none;
}

.staff-stack-btn-active {
  font-size: 20px;
  color: #fff;
  padding: .5rem 2rem;
  width: 320px;
  margin: 10px 0;
  outline: none;
}

.staff-stack-btn-active {
  background-image: linear-gradient(180deg, #28c9fa, #1d42d9);
  border: 1px solid #00c4ff;
  border-radius: 40px;
}

.staff-stack-btn {
  background-color: transparent !important;
  border: 1px solid #001b7c;
  border-radius: 40px;
  outline: none;
}

.tech-icons {
  margin: 50px 50px;
  padding: 50px;
  background-image: linear-gradient(180deg, #28c9fa, #1d42d9);
}

.tech-icons p{
  font-size: 18px;
  font-family: inherit;
}

.staff-stack-btn1 {
  font-size: 20px;
  color: #001b7c;
  padding: .5rem 2rem;
  width: 320px;
  margin: 10px 0;
  outline: none;
}

 .staff-stack-btn-active1 {
  font-size: 20px;
  color: #fff;
  padding: .5rem 2rem;
  width: 320px;
  margin: 10px 0;
  outline: none;
}

button:focus {
  outline: 1px dotted;
  outline: none;
}



.staff-stack-btn-active1 {
  background-image: linear-gradient(180deg, #28c9fa, #1d42d9);
  border: 1px solid #00c4ff;
  border-radius: 40px;
}

.staff-stack-btn1 {
  background-color: transparent !important;
  border: 1px solid #001b7c;
  border-radius: 40px;
  outline: none;
}

.tech-icons1 p{
  font-size: 18px;
  font-family: inherit;
}

@media (min-width: 768px) {
  .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
  }
}

.staff-used, .staff-used-hire {
  justify-content: center;
  margin: 10px;
  opacity: 92%;
}

.staff-used {
  display: inline-flex !important;
  border: 1px solid rgba(219, 207, 207, 0.623);
  width: 100%;
  height: 120px;
  border-radius: 1rem;
  padding: 20px 0;
  background: #fff;
  color: black;
}


/*...........Why Sys......................*/
.why-section {
  padding-bottom: 100px;
  padding-top: 60px;
  background: linear-gradient(270deg, #045368, #045368);
}

.why-stack-section {
  padding-left: 0;
  display: block;
  margin: 0;
  text-align: left;
}

.why-stack-btn {
  font-size: 20px;
  color: #0792bd;
  padding: 1rem 2rem;
  width: 100%;
  margin: 30px 0;
  outline: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
}

.why-stack-btn h4{
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}
.why-stack-btn p{
  color: rgb(41, 41, 41);
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.why-icons-border{
  background-color: #28c9fa;
  border-radius: 50%;
  height: 172px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icons {
  background-color: #fff;
  border-radius: 50%;
  height: 145px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.why-icons p{
  color: #001b7c;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us-bg {
    background-image: linear-gradient(180deg, #6bd2f1, #7a91eb);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 30px;
    transition: all 0.3s ease-out;
  }
  .why-us {
    margin-bottom: 30px;
  }
  .why-us img {
    width: 25%;
  }
  .why-us .content {
    padding-top: 10px;
  }
  .why-us .content h3 {
    font-size: 25px;
    color: #110b7c;
    margin-bottom: 10px;
  }
  .why-us .content span {
    font-size: 50px;
    color: #110b7c;
    margin-bottom: 10px;
  }
  .why-us img {
    width: 30%;
  }
  .service-area-three {
    /*background-image: url(../images/artificial-bg.jpg);*/
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .service-area-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
  }
  .why-us:hover {
    transform: translateY(-10px);
  }


  /*--------------------------------------------------------------
# TESTIMONIAL
--------------------------------------------------------------*/
.testimonials {
    background: url(../images/bg-4.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    background-color: #4185df;
  }
  .testimonials::before {
    content: "";
    background: #000;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .carousel-control-next,
  .carousel-control-prev {
    background: 0 0;
  }
  .img-area {
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
  }
  .img-area img {
    width: 100%;
  }
  .carousel-caption {
    position: static;
    padding-bottom: 15px;
    padding-top: 0;
    color: #fff;
  }
  .carousel-caption h5 {
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .carousel-caption p {
    margin: auto;
    width: 70%;
    margin-bottom: 10px;
    color: #fff;
  }
  .carousel-indicators {
    bottom: -35px;
  }
  .slide {
    height: 300px;
    min-height: 100px;
    background-size: cover;
  }
  @media (max-width: 1120px) {
    .testimonials {
      padding-bottom: 100px;
    }
    .testimonials .carousel-indicators {
      margin: -50px auto;
    }
  }
  @media (max-width: 968px) {
    .testimonials {
      padding-bottom: 180px;
      background-size: cover;
      background-position: center;
    }
    .testimonials .carousel-indicators {
      margin: -140px auto;
    }
  }  

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/

  .contact-area .contact-img {
    margin-bottom: 30px;
    padding-bottom: 150px;
  }
  .bg-color {
    background: #b3cfeb;
  }
  .contact-area .content {
    padding: 20px;
  }
  .contact-area .contact-img {
    width: 100%;
    height: auto;
  }
  .contact-area .contact-img img {
    width: 100%;
    height: auto;
  }
  .contact-area .content {
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
  }
  .form-control {
    height: 50px;
    color: #293a5c;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
  }
  .contact-area .content input.form-control,
  .contact-area .content select.form-control {
    height: 55px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    background-color: #f9f9f9;
  }











