@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: "poppins-semibold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-Bold.ttf);
}

body {
  font-family: "Poppins-Regular";
  color: #9fa1a4;
  /* line-height: 1.5; */
  box-sizing: border-box;
  background-color: #ffffff;
  /* overflow: scroll; */
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

section {
  overflow: hidden;
}


.container-fluid.container-fluid-custom {
  width: 1424px !important;
}


h1 {
  font-family: "poppins-bold";
  font-size: 50px;
  text-transform: uppercase;
}

h2 {
  font-family: "Poppins-Medium";
  font-size: 38px;
}

h3 {
  font-family: "Poppins-Medium";
  font-size: 22px;
  text-transform: uppercase;
}

p {
  font-size: 18px;
  /* line-height: 27px; */
  font-family: "Poppins-Medium";
  margin: 0px;

}


.mx-15 {
  margin: 0px 15px;
}

.ms-23 {
  margin-left: 23px;
}

.ms-100 {
  margin-left: 100px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mt-48 {
  margin-top: 48px;
}

.mx-6 {
  /*margin: 0% 6% !important;*/
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.my-21 {
  margin: 21px 0px;
}

.top-menu {
  margin: 20px 15px;
}

a {
  text-decoration: none;
}

.w-500 {
  width: 500px;
}

/* section{
  overflow: hidden;
} */

.border-bottom-white {
  border-bottom: 3px solid #fff;
}

section.sec-hide {
  overflow: hidden;
}

.sec-hide {
  background-image: url(../img/banner.jpg);
  height: 100vh;
  min-height: 750px;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
}

.header {
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.header .navbar-collapse {
  margin-left: 150px;
}


.sec-hide h1 {
  color: #010101;
  margin-top: 138px;
  margin-top: 15.4vh;
  margin-bottom: 20px;
}

section.sec-hide li.nav-item {
  margin: 0px 30px;
}

a.dropdown-item {
  border-bottom: 1px solid #d0d0d0;
}

a.nav-link.nav-custom {
  color: #fff;
  font-family: "Poppins-regular";
  font-size: 18px;
  padding: 27px 0 21px;
}

a.nav-link.nav-custom i {
  font-size: 26px;
}

.active a.nav-link.nav-custom {
  color: rgb(42, 139, 233);
}

a.nav-link.nav-custom:hover {
  color: rgb(42, 139, 233);

}

img.w-374 {
  width: 374px;
}


section.ac-rock {
  background-image: linear-gradient(#28A2DC, #14516E);
  background: #28A2DC;
  background: linear-gradient(90deg, #28A2DC 0%, #14516E 100%);
  padding: 115px 0px;
  position: relative;
}

.inner-image {
  background-image: url(../img/Logo-white.svg);
  background-position: right center;
  background-repeat: no-repeat;
}

section.ac-rock .right-img {
  position: absolute;
  right: 0%;
  bottom: 0%;
  max-width: 100%;
  max-height: 100%;
}

.ac-rock h2 {
  line-height: 1.4;
  margin-bottom: 19px;
}

.ac-rock h3 {
  display: inline-block;
  line-height: 1.591;
  margin-bottom: 22px;
}

.ac-rock p {
  line-height: 1.534;
}

section.Our-Services {
  padding: 92px 0px 84px 0px;
}

.sevice-box {
  border: 1px solid #2CA01C;
  padding: 23px 17px 26px 17px;
  /* box-shadow: 0px 3px #2ca01c; */
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  position: relative;
  height: 100%;
}

.inner-service-box {
  background-color: #F8F8F8;
  width: 64px;
  height: 65px;
  margin: auto;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.sevice-box .service-title {
  font-size: 20px;
  font-family: "poppins-semibold";
  line-height: 30px;
  color: #333333;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.sevice-box .service-detail {
  font-size: 18px;
  font-family: 'Poppins-Medium';
  line-height: 1.479;
  color: #333333;
}

.ser-img {
  position: absolute;
  bottom: 18px;
  right: 18px;
}

.Our-Services h3.border-bottom-color {
  margin-bottom: 22px;
}

.Our-Services h2 {
  color: #000000;
  line-height: 1.29;
  margin-bottom: 10px;
}

.Our-Services h3 {
  color: #333333;
  display: inline;
}

.Our-Services p {
  line-height: 1.6;
  margin-bottom: 35px;
  color: #333333;
}

.Our-Services .btn {
  min-width: 553px;
}

button.btn.btn-outline-green {
  border: 1px solid #2CA01C;
  color: #333333;
  font-size: 22px;
  font-family: 'Poppins-Medium';
  border-radius: 0px;
}

button.btn.btn-outline-green:hover {
  border: 1px solid #2CA01C;
  color: #fff;
  background-color: #2CA01C;
}

section.about {
  width: 100%;
  position: relative;
}

.about-us {
  display: flex;
  width: 100%;
}

img.w-868 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

section.about {
  overflow: visible;
}

.about-left {
  position: relative;
  width: 54.3%;
  min-height: 555px;
}



.about-left * {
  height: 100%;
}

.about-right {
  position: absolute;
  right: 0;
  top: 45px;
  bottom: -82px;
  width: 54.2%;
  z-index: 2;
}

.about-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


.btn-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-block .btn,
.btn-block .btn:first-child.active {
  font-size: 48px;
  min-width: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  background: rgb(109 47 143 / 81%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  position: relative;
}

.btn-block .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat infinite 1.2s;
  animation: beat infinite 1.2s;
  height: 100%;
  width: 100%;
  background-color: #256be6;
  border-radius: 50%;
  z-index: -1;
  background: #fff;
}

@-webkit-keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: url(../img/close-icon.png) center center no-repeat;
  background-color: #4B4B4B;
  border: 1px solid #707070;
  z-index: 1;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  opacity: 1;
}

.about-detail {
  position: absolute;
  color: #fff;
  width: 100%;
  z-index: 2;
}

.about-detail h3 {
  margin-bottom: 10px;
}

.about-detail h2 {
  line-height: 1.29;
  margin-bottom: 10px;
}

.about-detail p {
  line-height: 1.5;
}

/* 
#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(109, 47, 143);
  background: linear-gradient(90deg, rgba(109, 47, 143, 1) 0%, rgba(140, 41, 141, 1) 100%);
  z-index: 1;
  cursor: pointer;
  opacity: 0.9;
   margin-top: 110px; 
}

*/
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(109, 47, 143);
  background: linear-gradient(90deg, rgba(109, 47, 143, 1) 0%, rgba(140, 41, 141, 1) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
  /* margin-top: 110px; */
}

.partner-right:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(109, 47, 143);
  background: linear-gradient(90deg, rgba(109, 47, 143, 1) 0%, rgba(140, 41, 141, 1) 100%);
  z-index: 1;
  cursor: pointer;
  opacity: 0.65;
}


img.w-100.h-750 {
  height: 750px;
}


section.certification {
  padding: 82px 0px 53px 0px;
  background-color: #F6F6F6;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  z-index: 3;
  position: relative;

}

.certificate-new-box {
  width: 100%;
}

.certificate-new-box img {
  /* width: 100%; */
}

h2.border-bottom-color {
  border-width: 3px;
  border-image: linear-gradient(#28A2DC, #14516E) 1;
  border-image: #28A2DC;
  border-image: linear-gradient(90deg, #28A2DC 0%, #14516E 100%);
  border-image-slice: 1;
  color: #000;
  border-bottom: 3px solid transparent;
  display: inline-block;
  line-height: 1.316;
  padding-bottom: 8px;
  margin-bottom: 34px;
}

.certificate-box {
  padding: 20px 20px 21px 21px;
  background: #fff;
  /* margin-top: 34px; */
  box-shadow: 0 0 20px rgb(107 107 107 / 16%);
}

/* .certificate-box.ms-30 {
  margin-left: 30px;
} */


button.btn.btn-outline-quickbook {
  width: 303px;
  max-width: 100%;
  font-size: 18px;
  border: 1px solid #2CA01C;
  color: #333333;
  font-family: 'Poppins-Medium';
  border-radius: 0px;
  text-align: center;
  background-color: #fff;
}

button.btn.btn-outline-quickbook:hover {
  border: 1px solid #2CA01C;
  color: #fff;
  background-color: #2CA01C;
}



section.skills {
  /* padding: 130px 0px; */
  background-color: #F6F6F6;
  position: relative;
}

.skill-left {
  position: absolute;
  top: 0%;
  left: 0;
  width: 418px;
  max-width: 27%;
  height: 100%;
  background-color: #fff;
}

.skill-right {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 418px;
  max-width: 27%;
  height: 100%;
  background-color: #fff;
}


/* .skill-box {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  padding: 100px 42px;
  position:absolute;
  margin: 130px 0px;
  z-index: 2;
} */

.skill-box {
  background-color: #fff;
  box-shadow: 0 5px 15px rgb(107 107 107 / 16%);
  padding: 100px 42px;
  margin: 130px 0 235px;
  z-index: 2;
  position: relative;
}

.skill-box .card {
  height: 100%;
}

h3.border-bottom-color {
  border-width: 3px;
  border-image: linear-gradient(#28A2DC, #14516E) 1;
  border-image-slice: 1;
  color: #000;
  border-bottom: 3px solid transparent;
  display: inline-block;
  line-height: 1.591;
  border-width: 3px;
  border-image: linear-gradient(#28A2DC, #14516E) 1;
  border-image: #28A2DC;
  border-image: linear-gradient(90deg, #28A2DC 0%, #14516E 100%);
  border-image-slice: 1;
  color: #000;
  border-bottom: 3px solid transparent;
  margin-bottom: 14px;
}

.skill-box h2 {
  color: #000000;
  line-height: 1.29;
  margin-bottom: 29px;
}

.value-box {
  background-color: #F8F8F8;
  display: inline-block;
  width: 65px;
  height: 65px;
  padding: 5px;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skill-title {
  color: #000000;
  font-size: 27px;
  font-family: 'Poppins-Medium';
  padding: 44px 20px 13px;
  line-height: 1.371;
}

.skill-left img.wave1 {
  position: absolute;
  bottom: 110px;
}

.skill-right img.wave2 {
  position: absolute;
  top: 0%;
}

/* img.w-59 {
  width: 120%;
} */

/* img.w-115 {
  width: 120%;
} */

.partners .partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}






.partner-left {
  position: absolute;
  z-index: 2;
  width: 54.2%;
  top: 0;
  left: 0;
}

.partner-right {
  position: relative;
  /* left: 44%; */
  /* right: 10%; */
  /* top: 13%; */
  margin-top: 110px;
  width: 54.3%;
  right: 0;
  min-height: 555px;
}

.partner-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

section.partners {
  /* background-color: #F6F6F6; */
  margin-top: -110px;
}

.partner-detail {
  position: absolute;
  top: 56px;
  z-index: 2;
  color: #fff;
  width: 500px;
  max-width: calc(100% - 23%);
  left: 19.7%;
}

.partner-detail h3 {
  line-height: 1.591;
  display: inline-block;
  margin-bottom: 13px;
}

.partner-detail h2 {
  line-height: 1.29;
  margin-bottom: 10px;
}

.partner-detail p {
  line-height: 1.51;
  margin-bottom: 28px;
}

.partner-detail p {
  margin-bottom: 0;
}

p.mb-22 {
  margin-bottom: 22px;
}




button.btn.btn-view {
  background-image: linear-gradient(#7FC041, #1D9D46);
  border-radius: 0px;
  width: 126px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins-Medium';
  margin-top: 35px;
}

section.requst-service {
  position: relative;
  overflow: visible;
}




.request {
  background-image: linear-gradient(#7FC041, #1D9D46);
  background: #1D9D46;
  background: linear-gradient(90deg, #1D9D46 0%, #7FC041 100%);
  /* border-radius: 0px; */
  color: #fff;
  padding: 33px 42px 26px;
  margin-bottom: -87px;
  z-index: 99999;
  /* position: absolute; */
  /* top: 7%; */
  bottom: 4%;
}

section.sec-testimonial {
  /* background-color: #fff; */
  background-image: url(../img/wave3.svg);
  padding: 125px 0px 202px;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: -87px;
}

.sec-testimonial:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/wave4.svg) bottom left no-repeat;
}

.sec-testimonial .container {
  position: relative;
  z-index: 1;
}

.sec-testimonial h3.border-bottom-color {
  margin-bottom: 22px;
}

.sec-testimonial h2 {
  color: #000000;
  line-height: 1.29;
  margin-bottom: 30px;
}

/* img.w-123 {
  width: 123px;
} */

.slick-slide .w-123 {
  width: 123px;
  height: 123px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  position: relative;
  margin-bottom: 21px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.slick-slide .w-123:after {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome;
  font-size: 21px;
  color: #fff;
  background: #28A2DC;
  background: linear-gradient(90deg, #28A2DC 0%, #14516E 100%);
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7px;
  left: -11px;

}

.slick-slide .w-123 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

.testimonial-detail p {
  font-size: 18px;
  line-height: 1.556;
  color: #333333;
  text-align: center;
}

.testimonial-detail {
  margin-bottom: 35px;
}

.testimonial-title {
  font-size: 18px;
  color: #165B7B;
  font-family: 'Poppins-Medium';
  line-height: 1.445;
  text-align: center;
  width: 316px;
  max-width: 100%;
  margin: 0% auto 30px;
}

.testimonial.slider .slick-dots {
  padding: 0;
}

/* 
.slick-slider-dots{
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.slick-slider-dots ul {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
}

.slick-slider-dots ul li {
          margin: 0 4px;
}

.slick-slider-dots ul li button {
              background: red;
              height: 8px;
              width: 35px;
              overflow: hidden;
              color: #fff;
              border: none;
              border-radius: 4px;
          } */




button.btn.btn-requst {
  width: 311px;
  height: 60px;
  max-width: 100%;
  border-radius: 0px;
  background-color: #fff;
  font-size: 20px;
  font-family: 'Poppins-Medium';
}

button.btn.btn-requst:hover {
  width: 311px;
  height: 60px;
  border-radius: 0px;
  background-color: transparent;
  font-size: 20px;
  font-family: 'Poppins-Medium';
  color: #fff;
  border: 1px solid #fff;
}

.request h2 {
  line-height: 1.106;
  margin-bottom: 0;
}

/* .footer-menu {
  text-align: center;
} */
.footer .container {
  position: relative;
}

.footer-menu ul {
  padding-left: 0px;
  margin-bottom: 0;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li {
  display: inline-block;
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #fff;
}

.footer-menu ul li a {
  color: #fff;
  line-height: 1.39;
  margin-right: 60px;
}



section.footer {
  /* background: #001D2D; */
  background-image: linear-gradient(#28A2DC, #14516E);
  background: #28A2DC;
  background: linear-gradient(90deg, #28A2DC 0%, #14516E 100%);
  /* background-image: url(../img/bg1.png); */
  background-repeat: no-repeat;
  background-position: top left;
  padding: 128px 0px 0px;
}

section.footer .row {
  position: relative;
  z-index: 1;
}

section.footer a:hover {
  opacity: .8;
}

.line {
  border-bottom: 1px solid #fff;
  margin: 34px 0px 43px 0px;
}

.copyright {
  font-family: 'Poppins-Regular';
  font-size: 17px;
  line-height: 1.06;
  color: #fff;
  padding-bottom: 38px;
}

.copyright i.fa {
  margin-right: 22px;
  font-size: 22px;
  color: #fff;
}





p.lead {
  font-size: 22px;
  font-family: 'Poppins-Regular';
  font-weight: normal;
}


a.btn.contact-btn {
  color: #fff;
  width: 140px;
  height: 50px;
  background-color: #2A8BE9;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

a.btn.contact-btn:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.megamenu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.25em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}


/* .carousel-caption.hero {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
} */

.carousel-caption.hero {
  transform: translate(-33%, -50%);
  top: 50%;
  left: 33%;
  position: absolute;
  /* right: 15%; */
  /* bottom: 1.25rem; */
  /* left: 50%; */
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-caption.hero .w-811 {
  width: 811px;
}

img.hero-width {
  width: 100%;
  height: 100vh;
}



.head {
  width: 1424px;
  margin: 0% auto;
  max-width: 100%;
}

.carousel-indicators [data-bs-target].Custom-dot {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 17px;
  height: 17px;
  padding: 0;
  border-radius: 50%;
  border: 3px solid red;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #D9D9D9;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity .6s ease;
}

.carousel-indicators [data-bs-target].Custom-dot.active {
  background-color: #C9C8C8ed;
  border: 3px solid #fff;
}

a.btn.btn-consultation {
  width: 330px;
  height: 70px;
  border: 1px solid #fff;
  line-height: 52px;
  color: #fff;
  font-family: 'Poppins-Medium';
  font-size: 22px;
}

a.btn.btn-consultation:hover {
  border: none;
  background-color: #2A8BE9;
}

/* menu-css-start */
.container-fluid.container-fluid-custom.py-48 {
  padding: 48px 0px;
}

/* .sub-menu {
  margin-bottom: 55px;
} */

.sub-menu {
  position: relative;
  z-index: 1;
  color: #000;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
  padding: 0.5rem;
  margin-bottom: 25px;
}

.sub-menu::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 100%;
  /* this is the direction the swipe goes */
  bottom: 0;
  background-color: #2A8BE9;
  transition: right 0.25s ease-in-out;
  /* a shorter animation time on exit, adjust as you wish */
}

.sub-menu:hover {
  color: white;
  transition: color 0.5s ease-in-out;
}

.sub-menu:hover::after {
  right: 0;
  /* this is the direction the swipe goes */
  transition: right 0.5s ease-in-out;
  /* this triggers the animation */
}

h6.submenu-title {
  font-size: 22px;
  font-family: 'Poppins-medium';
  margin-bottom: 15px;
}

.dropdown-fullwidth h2 {
  margin-bottom: 20px;
  font-size: 25px;
  font-family: 'poppins-semibold';
}

.sub-menu .sub-detail {
  font-size: 16px;
  font-family: 'Poppins-Regular';
  line-height: 26px;
}

.sub-menu-img {
  background-color: #F1F8FE;
  padding: 28px;
}

a.btn.contact-sub-btn {
  color: #fff;
  width: 140px;
  height: 50px;
  background-color: #2A8BE9;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

/* menu-css-end */


/* our-client section start css */

section.our-client {
  background: #082E53;
  padding: 36px 0px;
}

img.w-135 {
  width: 135px;
}


.client-title {
  font-size: 45px;
  color: #ffff;
  font-family: "Poppins-Regular";
}

img.w-135 {
  width: 135px;
  margin: 0px 28px;
}

/* our-client section End css */

/* our-services section start css */

section.our-services .slick-slide {
  margin: 0px 0px;
}

section.our-services .slick-slide:hover {
  margin-top: 0px;
  transform: rotateY(0deg) scale(1.05);
}

section.our-services {
  background-image: url(../img/our-bg.png);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: top left;
}

.card {
  color: inherit;
  /*cursor: pointer;*/
  border-radius: 0px;
  perspective: 1000px;
  position: relative;
}

.front,
.back {
  display: flex;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
  border-radius: 0px;
}

.front {
  background-size: cover;
  padding: 2rem;
  font-size: 1.618rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  font-family: Poppins, sans-serif;
}

.front:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.25;
  z-index: -1;
}

.card:hover .front {
  /* transform: rotateY(180deg); */
  transform: rotateY(180deg);
}

.card:nth-child(even):hover .front {
  /* transform: rotateY(-180deg); */
  transform: rotateY(180deg) scale(2);
  transform: scale(1);
}

.back {
  transform: rotateY(-180deg);
  padding: 0 2em;
  position: absolute;
  z-index: 3;
}

.back:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  z-index: -1;
}

.card:hover .back {
  transform: rotateY(0deg);
  /* transform: rotateY(0deg) scale(1.5); */

}

.card:nth-child(even) .back {
  transform: rotateY(180deg);

}


.our-services .title {
  padding: 110px 0px 87px 0px;
  text-align: center;
  font-family: 'poppins-semibold';
  font-size: 50px;
  color: #000;
}

.front {
  background-image: url(../img/service.svg);
  height: 550px;
  background-repeat: no-repeat;
  width: 100%;
}

.back {
  background-image: url(../img/service1.svg);
  height: 550px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.title-a {
  position: absolute;
  bottom: 6%;
  font-family: 'Poppins-Medium';
  font-size: 22px;
}

.back-title {
  font-size: 35px;
  color: #fff;
  font-family: 'Poppins-Medium';
}

.back-details {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #fff;
  margin: 41px 0px 28px 0px;
}

button.btn.btn-read {
  width: 140px;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
}

.slick-slide:hover {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  /* transform: rotateY(0deg) scale(1.05); */
  /* margin-top: -14px; */
  z-index: 11;
  position: relative;
}

.customer-logos.slider .slick-list {
  position: relative;
  display: block;
  overflow: inherit;
  margin: 0;
  padding: 0;
  /* overflow-y: inherit;
    overflow-x: hidden; */

  /* overflow-y: auto;
  overflow-x: hidden; */
}

.customer-logos .slick-list a.card {
  background-color: transparent;
  border: none;
}

/* our-services section End css */

/* our-Promises section start css */


section.our-promise {
  background-image: url(../img/promise-bg.svg);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center center;
  background-color: #082E53;
  background-size: cover;
}

.our-promise .title {
  padding: 0px 0px 75px 0px;
  text-align: center;
  font-family: 'poppins-semibold';
  font-size: 50px;
  color: #fff;
}

section.our-promise {
  /* background: #082E53; */
  color: #fff;
  padding: 100px 0px;
}

.round1 {
  width: 65px;
  height: 65px;
  background: #3182B4;
  border-radius: 50%;
  margin: 0% auto;
}

.promise-block {
  width: 242px;
  border-right: 3px solid #6D8CA9;
}

.our-promise .number {
  font-size: 50px;
  font-family: 'Poppins-Medium';
}

.our-promise .exp {
  font-size: 16px;
  font-family: 'Poppins-Regular';
}

/* our-Promises section End css */
/* key solution section start css */
section.key {
  background-image: url(../img/our-bg.png);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: top left;
}

section.key .title {
  padding: 160px 0px 67px 0px;
  text-align: center;
  font-family: 'poppins-semibold';
  font-size: 50px;
  color: #000000;
}

.tab {
  border: 1px solid #ccc;
  background-color: #F3F8FC;
  width: 33%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #000;
  /* padding: 22px 16px; */
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 22px;
  height: 82px;
  font-family: 'Poppins-Regular';
  position: relative;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #0C4072;
  color: #fff;
  border: none;
}

/* Style the tab content */
.tabcontent {
  padding: 0px 12px;
  width: 67%;
  border-left: none;
  padding-left: 5%;
}

.key-name:before {
  content: '';
  width: 5px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5);
  background-color: #0079c0;
  display: inline-block;
  /* position: absolute; */
  margin-right: 10px;
}

.key-name {
  position: absolute;
  left: 35%;
  top: 35%;
}

section.key {
  padding-right: 40px;
}

/* key solution section end css */

/* client-testimonial section start css */
section.client {
  background-image: url(../img/promise-bg.svg);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center center;
  background-color: #082E53;
  background-size: cover;
  padding: 100px 0px;
}

.client .title {
  padding: 0px 0px 75px 0px;
  text-align: center;
  font-family: 'poppins-semibold';
  font-size: 50px;
  color: #fff;
}

section.client .slick-slide {
  margin: 0px 30px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.testimonial i.slick-arrow {
  position: absolute;
  top: 50%;
}

.testimonial i.next-arrow.slick-arrow {
  right: 0px;
  font-size: 63px;
}

.testimonial i.prev-arrow.slick-arrow {
  left: 0px;
  font-size: 63px;
}

.client-box {
  background-color: #0C4072;
}

.testimonial .slick-track .slide a.card {
  border: none;
  text-decoration: none;
  padding-bottom: 46px;
  background-color: transparent;
}

.vid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.vid iframe,
.vid object,
.vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vid-detail {
  margin: 32px 42px;
  color: #fff;
  text-decoration: none;
}

/* client-testimonial section End css */

/* contact-us section start css */
section.contact-us {
  background-color: #2A8BE9;
}

.contact-us .contact-text {
  font-size: 32px;
  font-family: 'Poppins-Medium';
  color: #fff;
}

a.btn.btn-contact-us {
  width: 184px;
  height: 64px;
  border: 1px solid #fff;
  line-height: 52px;
  color: #fff;
  font-family: 'Poppins-regular';
  font-size: 16px;
  border-radius: 10px;
  /* margin-left: 184px; */
  margin: 30px 0px 30px 184px;
}

a.btn.btn-contact-us:hover {
  color: #2A8BE9ff;
  border-radius: 10px;
  background-color: #fff;
}

/* contact-us section End css */

/* location section start css */

section.location {
  background-image: url(../img/our-bg.png);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: top right;
  background-size: contain;
}

section.location {
  padding: 100px 0px;
  /* background-color: #F5F5F5; */
}

.location .title {
  font-size: 50px;
  font-family: 'Poppins-medium';
  color: #000;
  margin-bottom: 46px;
}

.location .details {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: #000;
}

a.btn.contact-us-btn {
  color: #fff;
  width: 270px;
  height: 70px;
  padding: 20px;
  background-color: #2A8BE9;
  font-size: 18px;
  font-family: "Poppins-Medium";
  margin-top: 60px;
}

.right-footer-img {
  position: absolute;
  right: 0%;
  bottom: 0;
}

/* location section End css */



/* Blog section start css */

section.blog-sec {
  background-color: #082E53;
  padding: 48px 0px 115px 0px;
}

.blog-sec .title {
  font-family: 'poppins-medium';
  font-size: 50px;
  color: #fff;
}

.view {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #fff;
}

i .view-arrow {
  color: #0D4072;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
}

.blog-date {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #52A0B4;
  margin: 35px 0px 31px 0px;
}

.blog-details {
  font-size: 22px;
  font-family: 'Poppins-Regular';
  color: #fff;
}

.view .arrow {
  height: 35px;
  width: 35px;
  background-color: #F3F8FEed;
  border-radius: 50%;
  padding: 14px;
  margin-left: 16px;
  font-size: 25px;
  color: #0D4072;
}

.view .read {
  height: 35px;
  width: 35px;
  background-color: #C3E8F1;
  border-radius: 50%;
  padding: 14px;
  margin-right: 12px;
  font-size: 25px;
  color: #0D4072;
}



section.blog-sec .slick-slide {
  margin-right: 38px;
}



/* Blog section End css */

/* footer section start css */


.footer .space-footer {
  padding: 95px 0px 58px 0px;
}

.get-in-touch {
  width: 613px;
}

.get-in-touch .get-title {
  font-family: 'Poppins-medium';
  font-size: 50px;
  color: #fff;
  margin-bottom: 32px;
}

.get-in-touch-form {
  background-color: #032334;
  width: 613px;
  /* padding: 38px; */
  padding: 47px 38px 98px 38px;
}

.get-in-touch-form .Custom {
  width: 260px;
  height: 50px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #2B8BE9;
  color: #fff;
}

.get-in-touch-form .Custom-service {
  width: 543px;
  height: 50px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #2B8BE9;
  color: #fff;
}

.get-in-touch-form .Custom-msg {
  width: 543px;
  height: 100px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #2B8BE9;
  color: #fff;
}

label.form-check-label {
  font-size: 14px;
  color: #fff;
}

button.btn.btn-submit {
  width: 200px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins-Medium';
}

.talk {
  width: 679px;
  padding-left: 62px;
}

label.form-label.Custom-lable {
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins-Medium';
}

.footer-sub-title {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins-Medium';
  margin-bottom: 22px;
}

.talk .get-title {
  font-family: 'Poppins-medium';
  font-size: 50px;
  color: #fff;
  margin-bottom: 77px;
}


span.line:after {
  width: 20px;
  height: 20px;
  background: red;
}

.talk span a {
  font-size: 14px;
  color: #CCCCCC;
  text-decoration: none;
  padding: 9px 9px;
  line-height: 26px;
}

.talk span a.first {
  font-size: 14px;
  color: #CCCCCC;
  text-decoration: none;
  padding: 9px 9px 9px 0px;
  line-height: 26px;
}

.talk a:before {
  font-size: 14px;
  color: #CCCCCC;
  text-decoration: none;
}



span.line {
  width: 10px;
  height: 10px;
  border-right: 2px solid #CCCCCC;
}


.contact {
  font-size: 14px;
  font-family: 'Poppins-Regular';
}

.copy {
  width: 390px;
  color: #fff;
}

i.fa.fa-facebook.round {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0066CC;
  color: #fff;
  font-size: 24px;
  border: 0px;
}

i.fa.round {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 24px;
  border: 1px solid #707070;
  margin-left: 10px;
}

/* .section-heading h1:before, .section-heading h2:before {
  content: '';
  width: 5px;
  height: 22px;
  background-color: #2b8be9;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
} */


/* footer section End css */


.testimonial .slick-track .slide a.card:after {
  content: '';
  background: url(../img/Path.png) no-repeat left;


  width: 91px;
  height: 125px;
  position: absolute;
  bottom: -36px;
  left: 42px;
}

.client1 {
  padding-left: 17%;
}

.client-name {
  font-size: 18px;
  font-family: 'Poppins-Medium';
  color: #fff;
}

.active {
  color: red;
}


.mt-134 {
  margin-top: 134px;
}


.navbar .nav-item .dropdown-menu {
  /* margin-top: 14px;
  left: 40px;  */
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #CECECE;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #165B7B;
}

.partners.about-section {
  margin: 0;
  overflow: visible;
}

.about-section .partner-left {
  left: auto;
  right: 0;
  top: 45px;
  bottom: -82px;
}

.about-section .partner-right {
  margin-top: 0;
  left: 0;
  right: auto;
}

.partners.about-section .partner {
  justify-content: flex-start;
}

.about-section .partner-detail {
  top: 136px;
  left: 34%;
}

.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  -webkit-animation: pulse infinite 1s;
  animation: pulse infinite 1s;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.search-main a.nav-link.nav-custom {
  padding-top: 26px;
  padding-bottom: 20px;
}

.search-form-main {
  -webkit-box-shadow: 1px 1px 7px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 7px rgb(0 0 0 / 15%);
  background: #fff;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.search-form-main:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  transform: translateX(-50%);
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.search-form .form-control {
  padding: 7px 12px;
  height: auto;
}

.search-form button.btn.btn-view {
  min-width: auto;
  height: 42px;
  border: 0;
}

.navbar-nav .dropdown-menu {
  background: #fff;
  border: 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.dropdown-item {
  padding: 7px 15px;
}

section.sec-hide li.nav-item {
  position: relative;
}

a.dropdown-item:hover {
  background: transparent;
  color: rgb(42, 139, 233);
}

.dropdown-menu li:last-child a.dropdown-item {
  border: 0;
}

.form-control {
  border-radius: 0;
}