@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #444444;
  overflow-x: hidden;

}

a {
  text-decoration: none;
}

sup {
  font-size: 20px;
}

.accordion {
  background-color: transparent;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-weight: 600;

}

.active,
.accordion:hover {
  /* background-color: none; */
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


p {
  font-family: "Inter", sans-serif;
}


a:hover {
  /* color: #ffbc2ce0; */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;

}

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

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


.row {
  margin: 0 auto;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff6600;
  ;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2be4a2;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



.blue_btn {
  transition: .3s;
  padding: 14px 25px;
  border-radius: 5px;
  color: black;
  font-weight: 600;
  width: auto;
}

.blue_btn:hover {
  transform: translateY(-10px);
  transition: .3s;
  box-shadow: 0px 8px 20px -6px rgb(19 45 78);
}



.blue_offcircle {
  position: relative;
  z-index: 1;
}

.blue_offcircle::before {
  background: #b6cdee;
  position: absolute;
  content: "";
  right: 50%;
  top: 20%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  #footer .footer-links {
    text-align: center;
  }

  #footer .contactus .minis {

    margin-right: auto !important;
    margin-left: auto !important;
     
   }


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;

  }


}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  border-top: 5px solid #cda36c;
  border-bottom: 2px solid #cda36c;
  height: 90px;
  transition: all 0.3s;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* background: #cda36c; */
  background: #000000;
}

#header.header-transparent {
  /* background: white; */
}

#header.header-scrolled {
  /* background: white; */
  background:#000000;
  height: 70px;
  /* border-bottom: 2px solid white; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.2s;
  transition-delay: 0s, 0s, .5s;
}

.colored_a {
  color: yellow;
}

#header.header-scrolled .navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffffff;
  color: #cda36c;
  transition: .3s;
}

.header-scrolled:visited ul li .nav-link {
  color: #057c63;
  z-index: 9999;
  position: relative;
  visibility: visible;
  opacity: 1;
}


#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  /* color: #fff; */
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: -10px 0 0 0;
  /* max-height: 40px; */
  width: 200px;
  border-radius: 0 0 5px 5px;
}

.mailid .form-control {
  font-weight: 500;
  font-family: "Inter", sans-serif;
  /* background: rgba(255,255,255,0.1); */
  background-color: #eaf1ff;
  border-radius: 10px;
  font-size: 15px;
  padding: 12px 15px;
  width: 100%;
  /*margin: 0px 0px 10px 0px;*/
  color: #000000;
  border: none;

}

.mailid .col-form-label {
  font-weight: 600;
}

.mailid .modal-title {
  font-weight: 600;
  font-size: 24px;

}

.mailid textarea.form-control {
  /*min-height: calc(1.5em + 0.75rem + 2px);*/
  min-height: 120px;

}

.modal-header {
  background: #fff;
  border: none;
}

.modal-body {
  background: #fff;
}

.modal-footer {
  background: #fff;
  border: none;
  display: flex;
  justify-content: center;

}

.modal-header .close {
  background: none;
  ;
  border: none;
  border-radius: 20px;

}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  /*color: #01036f;*/
  color: black;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #f7ba14;
  ;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.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%;
  }



  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;

  }
}






/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  /* color: black; */
  color:#cda36c;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.4s;
}

/* 
.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 30px;
  background-color: #ffffff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before {
  visibility: visible;
  width: 70%;
} */

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffffff;
}


.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 2;
  margin-left: 5px;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }




  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }

}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #161616;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li>a:before {
  left: 20px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: black;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: black;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile .dropdown .dropdown ul a:hover,
.navbar-mobile .dropdown .dropdown ul .active:hover,
.navbar-mobile .dropdown .dropdown ul li:hover>a {
  color: #ff6600;
}


.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/


#mainheading {


  margin: 0 0 20px 0;
  /*font-size: 46px;*/
  font-weight: 600;
  line-height: 56px;
  color: black;
  text-transform: none;
  background: #f4f9fd;
}

@media (min-width: 1024px) {


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

@media (max-width: 991px) {


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }

}

@media (max-width: 575px) {
  #home .home-img img {
    width: 80%;
  }


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.home-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f5ff;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Inter", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff6600;
  ;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: #010483;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafaff;
  min-height: 40px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 64px;
  }


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }

  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #3f43fd;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #010483;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #0205a1;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ff6600;
  ;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ff6600;
  ;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #34e5a6;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* .........swipe....... */
.swiper-pagination {
  margin-top: 35px;
}

/* contact */
.contact-us {
  min-height: 100vh;
  margin-bottom: 20px;
}

.contact-us .contact-info {
  /* margin-bottom: 25px; */
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  margin: 25px 40px;
}

.contact-info .media-body p {
  color: #8a8a8a;
}

.contact-us .cont-box {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact-us label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: black;
}

.contact-us .form-group {
  margin-bottom: 20px;
}

.contact-us .form-group {
  padding-bottom: 8px;
}

.contact-us .form-control {
  border: 1px solid #c7b6eb;
  border-radius: 5px;
  height: 40px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon .bi {
  color: #8f9195;
  font-size: 27px;
  margin-top: 10px;
  /* color: hsl(209, 94%, 46%); */
  color: rgba(1, 4, 136, 0.9);
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  /* color: #2a2a2a; */
  color: black;
  font-weight: 500;
  padding-top: 10px;
}

.contact-us .right-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact-us .cont-btn {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 37px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #ff6600;
  ;
  text-transform: uppercase;
  position: relative;
  border: none;
}

.contact-us .long-row {
  height: 70px;
}

.swiper-slide-active {
  filter: blur(0px);

}


.demo-pg {
  padding: 60px 0 0 0;
  position: relative;

}


#mision {
  padding: 50px 0;
  background: #DF8932;
  margin-top: -60px;
}

#social {
  background-image: url(../img/slider/banner.jpg);
  padding: 0;
}


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


.contactus a:hover {
  color: #ff6600;
  text-decoration: none;
  font-weight: 600;
}

.ftr {
  background: black;
  padding: 15px 0;
  border-top: 1px solid white;
}

.ftr .copyright {
  text-align: center;
  margin-left: 30px;
  color: black;
  /* padding-top: 20px; */
}

.ftr .copyright img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

.ftr .copyright span a {
  padding: 0 10px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #ffffffc4;
}


.ftr .credits {
  /* padding-top: 10px; */
  text-align: right;
  font-size: 14px;
  color: black;
  font-weight: 600;
  opacity: .7;


}

.ftr .final-a {
  color: #010351;
  /* opacity: .8; */
  transition: .1s;
}

.ftr .final-a:hover {
  transition: .1s;
  color: #010351;
  opacity: 1;
}

.right-social {
  position: fixed;
  top: 30%;
  /* right: 0; */
  width: 205px;
  z-index: 2;
  left: 91%;
}

/* .btn-whatsapp-pulse {
  background: #22bdd9;
  color: white;
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border:none;
} */







.right-social a {
  width: 100%;
  margin-bottom: 5px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
  white-space: nowrap;
  color: white;
  background: #ff6600;
  ;

}

.right-social .vertical-btn {



  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 10px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #ff6600;
  ;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.right-social .btn {
  /* width: 100px; */
}

.service-item .box1 img {
  min-width: 50px;
  max-width: 50px;
}

.section_title {
  font-size: 38px;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}

.section_title1 {
  font-size: 38px;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}






.why-us .icon-box {
  /* box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); */
  padding: 50px 30px;

  background: #fff;
  min-width: 100%;
  min-height: 270px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.icon-box:hover {
  transform: translateY(-10px);
}

.icon-box:hover a {
  color: #22bdd9;
  transition: all ease-in-out 0.2s;
}


.php-email-form {
  /* background: #fff;
  padding: 15px; */

  padding: 15px;
  height: 100%;
  border-radius: 15px;

}

.php-email-form .form-control {
  font-weight: 500;
  font-family: "Inter", sans-serif;
  background-color: white;
  border-radius: 4px;
  font-size: 15px;
  padding: 12px 15px;
  width: 100%;
  margin: 0px 0px 10px 0px;
  color: #000000;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  position: relative;
  z-index: 2;
}

.php-email-form .form-control:focus {
  outline: 2px solid #f9b911;
}

.contact-h5 {
  font-size: 18px;
  font-weight: 600;
  color: black;
}

.careers .car-btn {
  background: #22bdd9;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}

.career-input input {
  font-size: 13px;
}

.career-input {
  overflow: hidden;
}

.php-email-form label {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  /* color: #656d78; */
  font-weight: 700;
  color: black;
  margin-bottom: 10px;

}

.banner-back {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.row {
  margin: 0 auto;
}




@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.in-span3 {
  color: #feeba7;
  /*font-size:46px;*/
}



.service-item .box1 img {
  min-width: 50px;
  max-width: 50px;
}



.row-cont img {
  width: 100%;
}

#careers-page {
  background-image: url(../img/banner-quote.jpg);
  background-position: right;
  background-size: cover;
  padding: 0;
  width: 100%;
}

#careers-page .overlay {
  /* background: url(../img/slide_bg.png) repeat scroll 0 0 transparent; */
  padding: 200px 0;
}

.member-info p {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .5px;
}

.member-info h3 {
  color: #f7ba14;
  font-size: 25px;
  font-weight: 600;
  padding: 0;
}


.contact-adrs {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  /* justify-content: space-between; */
}


.get-quote {

  background: #161616;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  padding: 0;
}

.get-quote .inner-qte {
  background: url(../images/dot.png);
  background-repeat: repeat;
  padding: 60px 20px;
}

.get-quote .center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  color: white;
}

.get-quote .qte-p {
  white-space: normal;
  width: 70%;
  /* margin: 0 auto; */
  color: white;
  font-size: 15px;
}

.get-quote .click-qte {
  background: #22bdd9;
  border: 0;
  padding: 10px 24px;
  color: white;
  transition: 0.4s;
  border-radius: 4px;
  font-weight: 600;
}

.get-quote .first {
  background: url(../img/plumbing.jpg);
  position: relative;
}

.get-quote .first::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: #22bdd9;
}

.member-info .aligning {
  margin: 0;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 36px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}


.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 47px;
  right: 43px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse:hover {
  color: white;
}

.ftr .dream h6 {
  color: white;
  text-align: right;
  margin: 0 30px 0 0;
}

.secondmini_title {
  font-weight: 700;
  font-size: 22px;
  color: black;
  margin: 25px 0;
}

.mySwiper-new .row {
  position: relative;
  z-index: 100;
}

.common_button {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
  background: #cda36c;
  border: 1px solid #cda36c;
  color: black !important;
  z-index: 200;
}

.mySwiper-new .swiper-wrapper .swiper-slide {

  width: 100%;
  background-size: cover;
  min-height: 105vh;
  background-position: center;
  padding: 95px 0 0 0;
  display: flex;
  align-items: center;
}

.slide1 {
  background-image: url(../img/slide4.jpg);
  position: relative;
}

.slide2 {
  background-image: url(../img/hr.jpg);
  position: relative;
}

.slide3 {
  background-image: url(../img/mep2.jpg);
  position: relative;
}


.banner-h1 {
  padding: 5px 0 5px 10px;
  border-radius: 2px;
  opacity: 1;
  font-size: 57px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-size: 50px;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.03px;
  animation-delay: 0.4s;
  opacity: 1;
  /* line-height: 1; */
}

.slide1::before {
  content: "";
  background: rgb(0 0 0 / 20%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.slide2::before {
  content: "";
  background: rgb(0 0 0 / 20%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


.slide3::before {
  content: "";
  background: rgb(0 0 0 / 20%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about-p {
  font-size: 15px;
}


@keyframes a-ltr-after {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(101%)
  }
}

@keyframes a-ltr-before {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(200%)
  }
}


.glowing {
  color: #fff;
  animation: glow 1s ease-in-out infinite alternate;
}


@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 2px #fff, 0 0 5px white, 0 0 1px white, 0 0 10px black, 0 0 1px black, 0 0 1px #000000, 0 0 1px black;
  }


  to {
    text-shadow: 0 0 2px #fff, 0 0 5px white, 0 0 1px white, 0 0 10px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
  }
}

.descrip {
  font-weight: 500;
  padding: 0 25px;
  max-width: 90%;
  text-align: center;
  font-size: 15px;
}

.recent-work-wrap {
  /* width: 280px; */

}

.recent-work-wrap img {
  width: 100%;
  padding: 7px;
  overflow: hidden;
}

.pro-box:hover .no-hover:hover {
  color: black;
}

.serv-responce {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .serv-responce {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .ftr .copyright {
    text-align: center;
  }

  .ftr .dream h6 {
    text-align: center;
  }

  .btn-whatsapp-pulse {
    position: fixed;
    bottom: 37px;
    right: 43px;
    font-size: 30px;
    padding: 25px;

  }
}

.mySwiper {
  width: 100%;
  height: 100%;

}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}


.world_map {
  /* background-image: url(../img/map.jpg); */
  /* width: 100vw; */
  /* overflow: hidden; */
  position: relative;
}

.world_map h2 {
  position: absolute;
  top: 10%;
  left: 30%;
  font-size: 5vmin;
}


.cont {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: 80px auto 30px;
}

.select-btn {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.select-btn .btn-text {
  font-size: 17px;
  font-weight: 400;
  color: #333;
}

.select-btn .arrow-dwn {
  display: flex;
  height: 21px;
  width: 21px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background: rgb(91, 73, 255);
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.select-btn.open .arrow-dwn {
  transform: rotate(-180deg);
}

.list-items {
  position: relative;
  margin-top: 15px;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}

.select-btn.open~.list-items {
  display: block;
}

/* Always show the scrollbar of the dropdown */
.select-btn.open~.list-items::-webkit-scrollbar {
  width: 8px;
  height: 0;
}

.select-btn.open~.list-items::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 8px;
}

.select-btn.open~.list-items::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .3);
}

.list-items .item {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 15px;
  border-radius: 8px;
}

.list-items .item:hover {
  background-color: #e7edfe;
}

.item .item-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.item .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  margin-right: 12px;
  border: 1.5px solid #c0c0c0;
  transition: all 0.3s ease-in-out;
}

.item.checked .checkbox {
  background-color: rgb(91, 73, 255);
  border-color: rgb(91, 73, 255);
}

.checkbox .check-icon {
  color: #fff;
  font-size: 11px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.item.checked .check-icon {
  transform: scale(1);
}




/* finaal drop */
.sec-center {
  position: relative;
  max-width: 100%;
  text-align: center;
  z-index: 200;
  display: inline-block;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.dark-light:checked+label,
.dark-light:not(:checked)+label {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 20000;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition: all 200ms linear;
  box-shadow: 0 0 25px rgba(255, 235, 167, .45);
}

.dark-light:checked+label {
  transform: rotate(360deg);
}

.dark-light:checked+label:after,
.dark-light:not(:checked)+label:after {
  position: absolute;
  content: '';
  top: 1px;
  left: 1px;
  overflow: hidden;
  z-index: 2;
  display: block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: #102770;
  background-image: url('https://assets.codepen.io/1462889/moon.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 200ms linear;
  opacity: 0;
}

.dark-light:checked+label:after {
  opacity: 1;
}

.dark-light:checked+label:before,
.dark-light:not(:checked)+label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: #48dbfb;
  background-image: url('https://assets.codepen.io/1462889/sun.svg');
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 200ms linear;
}

.dark-light:checked+label:before {
  background-color: #000;
}

.light-back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
  background-position: center;
  background-repeat: repeat;
  background-size: 4%;
  height: 100%;
  width: 100%;
  transition: all 200ms linear;
  opacity: 0;
}

.dark-light:checked~.light-back {
  opacity: 1;
}

.dropdown:checked+label,
.dropdown:not(:checked)+label {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  height: 50px;
  transition: all 200ms linear;
  border-radius: 4px;
  width: 220px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: flex-start;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #102770;
}

.dark-light:checked~.sec-center .for-dropdown {
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 12px 35px 0 rgba(16, 39, 112, .25);
}

.dropdown:checked+label:before,
.dropdown:not(:checked)+label:before {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}

.dropdown:checked+label:before {
  pointer-events: auto;
}

.dropdown:not(:checked)+label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}

.dropdown:checked+label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}

.section-dropdown {
  position: absolute;
  padding: 5px;
  background-color: #111;
  top: 70px;
  left: -7%;
  width: 100%;
  border-radius: 4px;
  display: block;
  box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}

.dark-light:checked~.sec-center .section-dropdown {
  background-color: #fff;
  box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.15);
}

.dropdown:checked~.section-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.section-dropdown:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  z-index: 1;
}

.section-dropdown:after {
  position: absolute;
  top: -7px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #111;
  content: '';
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.dark-light:checked~.sec-center .section-dropdown:after {
  border-bottom: 8px solid #fff;
}

.sec-center a {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  margin: 2px 0;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: distribute;
}

.dark-light:checked~.sec-center .section-dropdown a {
  color: #102770;
}

.dark-light:checked~.sec-center .section-dropdown a:hover {
  color: #ffeba7;
  background-color: #102770;
}

a .uil {
  font-size: 22px;
}

.dropdown-sub:checked+label,
.dropdown-sub:not(:checked)+label {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: distribute;
  cursor: pointer;
}

.dropdown-sub:checked+label .uil,
.dropdown-sub:not(:checked)+label .uil {
  font-size: 22px;
}

.dropdown-sub:not(:checked)+label .uil {
  transition: transform 200ms linear;
}

.dropdown-sub:checked+label .uil {
  transform: rotate(135deg);
  transition: transform 200ms linear;
}

.dropdown-sub:checked+label:hover,
.dropdown-sub:not(:checked)+label:hover {
  color: #102770;
  background-color: #ffeba7;
}

.dark-light:checked~.sec-center .section-dropdown .for-dropdown-sub {
  color: #102770;
}

.dark-light:checked~.sec-center .section-dropdown .for-dropdown-sub:hover {
  color: #ffeba7;
  background-color: #102770;
}

.section-dropdown-sub {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  padding-left: 10px;
  padding-right: 3px;
  overflow: hidden;
  transition: all 200ms linear;
}

.dropdown-sub:checked~.section-dropdown-sub {
  pointer-events: auto;
  opacity: 1;
  max-height: 999px;
}

.section-dropdown-sub a {
  font-size: 14px;
}

.section-dropdown-sub a .uil {
  font-size: 20px;
}




/* second footer */
#footer {

  /* background: #efefef; */
  background: #252521;
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}


#footer .footer-top .contactus {
  /*padding-top: 10px;
  padding-left: 30px;*/
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #010246;
  color: #fff;
  border-top: 4px solid #ff6600;
  ;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ff6600;
  text-decoration: none;
}

#footer .footer-top h4 {
  color: black;
  /* color: #cda36c; */
  transition: 0.3s;
  display: inline-block;
  line-height: 2.4;
  text-transform: capitalize;
  font-size: 23px;
  font-weight: 700;

}

#footer .footer-top .final_h4 {
  text-transform: capitalize;
  font-size: 27px;
  text-align: left;
}

#footer .footer-top .footer-links {
  padding-left: 20px;
}

#footer .footer-top .footer-links ul a i {
  font-size: 24px;
  color: white;
  padding: 10px;
  transition: .2s;
}

#footer .footer-top .footer-links ul a i:hover {
  transform: scale(1.1);
  transition: .2s;
}


#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  /* margin: 0; */
}

#footer .footer-top .social_media {
  border-radius: 50%;
  border: 1px solid white;
  padding: 10px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  /* color: #61ebba; */
  color: #cda36c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  font-weight: bold;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda36c;
}


#footer .footer-newsletter {
  text-align: right;
}

#footer .footer-newsletter img {

  margin: 0 0 20px 0;
}

#footer .footer-top .form-control {
  padding: 15px;
  /* color: orange; */
  font-size: 15px;
  font-weight: 600;
}

.whatsapp:hover .bi {
  color: white;
}

#footer .footer-newsletter .cmx-img {
  width: 135px;

}

#footer .footer-newsletter h4 {
  font-size: 18px;
  font-weight: 500;
}

#footer .copyright {
  border-top: 1px solid #010479;
  text-align: center;
  padding-top: 30px;
}



#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}


#footer .social-list {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  align-items: center;

}

#footer .soc-item {
  width: 45px;
  height: 45px;
  /* background: transparent; */
  border-radius: 100%;
  margin-right: 0.5rem;
  /* border:2px solid #cda36c; */
}

#footer .soc-item .bi {
  color: black;
  font-size: 19px;
}

#footer .second_col p {
  font-size: 16px;
  line-height: 1.7;
  color: black;
  font-weight: 600;
}

#footer .final_colm .first-ul {
  margin-right: 30px;
}



@media only screen and (max-width: 1138px) {
  .slide1 {
    background-image: url(../img/banner_5.jpg);
    position: relative;
  }

  .slide1 {
    background-image: url(../img/banner_5.jpg);
    position: relative;
  }


  .slide1 {
    background-image: url(../img/banner_5.jpg);
    position: relative;
  }
}

/* .mySwiper-new .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    min-height: 100vh;
    background-position: top;
    padding: 95px 0 0 0;
  } */

.world_map h2 {
  position: absolute;
  top: 10%;
  left: 40%;
  font-size: 5vmin;
}



@media only screen and (max-width: 991px) {
  .slide1 {
    /* background-image: url(../img/banner1_media.jpg); */
    position: relative;
  }

  .mySwiper-new p {
    color: black;
    padding: 10px;
    font-size: 23px;
    font-weight: 500;
  }

  .ftrs .ftrs_fcolmn {
    /* overflow: hidden; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature_slide .head_p {
    font-size: 23px;
  }

  .ftrs-content p {
    color: black;
    font-weight: 400;
    font-size: 23px;
    margin: 15px 0;
  }

}

@media only screen and (min-width: 768px) {
  .world_map h2 {
    position: absolute;
    top: 10%;
    left: 35%;
    font-size: 5vmin;
  }


}

@media (min-width: 769px) and (max-width: 2000px) {
  .world_map h2 {
    position: absolute;
    top: 10%;
    left: 40%;
    font-size: 5vmin;
  }
}


.whited_a {
  color: white;
}

/* services */
.services {
  min-height: 100vh;
  background: #F1F2F6;
  position: relative;
  z-index: 1;

}

.services::before {
  background: #b6cdee;
  position: absolute;
  content: "";
  right: 50%;
  top: 20%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

.services .card_box {
  background: white;
  box-shadow: 10px 10px 30px 0 rgba(4, 6, 44, 0.05);
  padding: 25px;
  margin-bottom: 20px;

}

.services .card_box:hover {
  box-shadow: 10px 10px 60px 0 rgba(4, 6, 44, 0.1);

}

.services .card_box h3 {
  font-weight: 700;
  text-align: center;
  color: black;
}


.services .card_box p {
  text-align: center;
  font-weight: 500;
}



.services .card_box .card_img {
  margin: 20px auto;
  border-radius: 5px;
  max-width: 245px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.services .card_box .card_img .icon_left {
  position: absolute;
  top: 10%;
  left: -6%;
  font-size: 25px;
  height: 40px;
  width: 40px;
  color: #0d6efd;
  background: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.services .card_box .card_img .circle {
  position: absolute;
  bottom: 5%;
  right: -20%;
  z-index: -1;
}


.title-subMini {
  font-size: 18px;
  font-weight: 700;
  color: black;
  text-align: left;
  line-height: 1.5;
}

@media (min-width:768px) and (max-width:991px) {
  .services .left_icon {
    width: 75px;
    height: 75px;
  }

  .services .left_icon img {
    width: 50px;
  }
}


.checkBg {
  color: red;
}



/* select */
.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
  font-size: 18px;
  color: #60666d;
  z-index: 1;
}

@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .select-box {
    /* width: 50%; */
  }
}

@media (min-width: 1200px) {
  .select-box {
    /* width: 30%; */
  }
}

.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  background: #ffffff;
  border-radius: 20px;
  color: #0d4345;
}

.select-box__current:focus+.select-box__list {
  opacity: 1;
  animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 1;
  transition: 0.2s ease;
}

.select-box__value {
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked+.select-box__input-text {
  display: block;
  font-size: 14px;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 11px 20px;
  background-color: #fff;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
  display: block;
  padding: 11px 20px;
  background-color: #fff;
  font-size: 14px;
  transition: .3s;
  color: #0d4345;
  font-weight: 400;
}

.select-box__option:hover,
.select-box__option:focus {
  color: white;
  background-color: #0d4345;
  transition: .3s;
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

.about_us .about_categorioes i {
  color: #c3822d;
  font-size: 32px;
}

.about_us .doubled {
  font-size: 20px;
  font-weight: 600;
}

.about_us .doubled span {
  color: #cda36c;
}

.about_us img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.cmpnygrade{
  background:#cda36c;
}



.service-icon {
  border: 3px solid transparent;
  display: inline-block;
  /* height: 85px; */
  width: 85px;
  /* line-height: 101px; */

  /* -webkit-transform: rotate(47deg);
     -moz-transform: rotate(47deg);
      -ms-transform: rotate(47deg);
       -o-transform: rotate(47deg);
          transform: rotate(47deg); */

  -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}

.service-icon {
  color:#000000 !important;
}


.service-item p {
  color:#000000 !important;
}


.service-item h3 {
  color:#000000 !important;
}

.service-item:hover .service-icon {
  border: 3px solid black;
  /* margin-bottom: 20px; */
  color: black;
}

/* .service-icon i {
  -webkit-transform: rotate(-48deg);
     -moz-transform: rotate(-48deg);
      -ms-transform: rotate(-48deg);
       -o-transform: rotate(-48deg);
          transform: rotate(-48deg);
} */

.service-item h3 {
  font-size: 17px;
  /* text-transform: uppercase; */
}





.end_button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-yellow {
  font-weight: 600;
  background-color: #f7ba14;
  padding: 5px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
}

.btn-yellow i {
  font-size: 25px;
  padding-left: 3px;
  transition: .2s;

}

.btn-yellow:hover {
  color: #0d4345;
  background: white;
}

.btn-yellow:hover i {
  transform: translateX(15px);
  transition: .2s;
  color: #f7ba14;
}

.btn-yellow:active {
  background-color: #f7ba14;
}

.btn-yellow:focus {
  background-color: #f7ba14;
}




.btn-green {
  font-weight: 600;
  background-color: #f7ba14;
  padding: 5px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
}

.btn-green i {
  font-size: 25px;
  padding-left: 3px;
  transition: .2s;

}

.btn-green:hover {
  color: white !important;
  background: #0d4345;
}

.btn-green:hover i {
  transform: translateX(15px);
  transition: .2s;
  color: #f7ba14;
}

.btn-green:active {
  background-color: #f7ba14;
}

.btn-green:focus {
  background-color: #f7ba14;
}

.about_us .content {
  padding-right: 0;
  padding-left: 0;
}


@media screen and (max-width: 991px) {

  .dark-light:checked+label,
  .dark-light:not(:checked)+label {
    top: 20px;
    right: 20px;
  }

  .about_us .content {
    padding-right: 10px;
    padding-left: 10px;
  }


  .about_us img {
    float: none;
    width: 100%;
  }

  .about_us img {
    float: none;
    width: 100%;
  }

}


.swiper-pagination-bullet-active {
  background: #f7ba16;
}

.swiper-pagination-bullet {
  background: #ffffff;
  height: 10px;
  width: 10px;
  border-radius: 3px;
}

.heightinc {
  height: 80px !important;
  background: #0d4345;
  z-index: -1;
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.register_div {
  color: #f7ba14;
  padding-left: 10px;
  font-size: 19px;
  position: relative;
  width: fit-content;
}


@media screen and (max-width: 750px) {

  .mySwiper-new .swiper-wrapper .swiper-slide {
    background-size: cover;
    min-height: 46vh;
  }

  .swiper-slide {
    background-size: auto;
  }

  .mySwiper-new .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;

  }

  .swiper {
    min-height: auto;

  }

  .banner-h1 {
    font-size: 35px;
  }



}

@media screen and (max-width: 450px) {
  .banner-h1 {
    font-size: 22px;
  }
}

.member .mailto {
  color: #cccccc;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #cccccc;
}


@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }

  .green_after .list_p {
    color: black;

  }

  .services h3 {
    font-size: 25px;
    font-weight: 700;
    color: black;
    text-align: left;
    line-height: 1.5;
  }

  #footer .social-list {
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .green_after::after {
    content: '';
    position: absolute;
    background: white;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    z-index: -1;
    border-radius: 5px;
  }
}

@media (max-width: 575px) {
  #footer .second_col p {
    font-size: 16px;
    line-height: 1.7;
    color: black;
    font-weight: 600;
    text-align: left;
  }
}


@keyframes eased {
  0% {
    transform: translateX(-30px);

  }

  100% {
    transform: translateX(0px);
    transition: .5s;
  }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5%;
}

/* company_news */

.company_news {
  z-index: 1;
  position: relative;
  background: #cda36c;
}

.company_news .doubled span {
  color: #cda36c;
  font-weight: 600;
  font-size: 18px;

}

.company_news .common_p {
  font-size: 24px;
  line-height: 1.4;
  color: black;
  font-weight: 600;
}

.company_news .parent_bi {
  width: 50px;
  height: 50px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
}

.company_news .section_title::before {
  content: "";
  position: absolute;
  bottom: -2%;
  left: 0;
  border-radius: 10px;
  background: #f2f2f2;
  height: 3px;
  width: 15%;
}

.section_title::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0;
  border-radius: 10px;
  background: #cda36c;
  height: 3px;
  width: 15%;
}



.company_news .section_title1::before {
  content: "";
  position: absolute;
  bottom: -2%;
  left: 0;
  border-radius: 10px;
  background: #f2f2f2;
  height: 3px;
  width: 15%;
}

.section_title1::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0;
  border-radius: 10px;
  background: #000000;
  height: 3px;
  width: 15%;
}

.page_title {
  font-size: 38px;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}

.page_title::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0;
  border-radius: 10px;
  background: #cda36c;
  height: 3px;
  width: 13%;
}

.company_news .card_heading {
  font-weight: 700;
  color: black;
  transition: .5s;
}

.company_news .cards_row:hover .card_heading {
  color: #0d6efd;
  transition: .5s;
}

.company_news h5 {
  font-size: 19px;
  color: #0d6efd;

}



.company_news .cards_row {
  margin-top: 20px;
  background: #dcdce0;
  height: 100%;
  overflow: hidden;
  transition: .3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.company_news .cards_row:hover img {
  transform: scale(1.2) rotate(5deg);
  transition: all 0.3s ease-in-out;
}


.company_news .cards_row .img {
  overflow: hidden;
  position: relative;

}

.company_news .cards_row img {
  width: 100%;
  transition: .3s;
}

.company_news .card-content {
  padding: 30px 30px 15px 30px;
}

.company_news .icon_left {
  font-size: 25px;
  height: 40px;
  width: 40px;
  color: #0d6efd;
  background: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company_news .btn {
  transition: .3s;
  padding: 14px 25px;
  border-radius: 5px;
  color: black;
  font-weight: 600;
  width: auto;
}


.company_news .cards_row:hover {

  transition: .3s;
}




/* clients logo */

.client_logos {
  background: #cda36c;

  padding: 40px;
  position: relative;
}

.client_logos .logos {
  height: 100px;
  padding-bottom: 20px;
}

.client_logos .swiper-wrapper {
  min-height: 30vh;
  display: flex;
  align-items: center;
}


.client_logos img {
  transition: .4s;

}

.client_logos img:hover {
  transform: translateY(-15px);
  transition: .4s;
}

.client_logos .swiper-pagination {
  padding-top: 20px !important;
}


/* about us page */

#mini_banner {
  background-image: url(../img/small_banner.jpg);
  background-position: right;
  background-size: cover;
  padding: 0;
  width: 100%;
}

.parallax {
  /* background-attachment: fixed; */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#mini_banner .overlay {
  padding: 200px;
}
.about_content{
  background: black;
}
.about_content h2 {
  padding-left: 0px;
}

.about_content p {
  line-height: 1.6;
  color: black;
  font-weight: 600;
  font-size: 16px;
}

.about_content .page_desc {
  font-size: 18px;
  line-height: 1.7;

}

.counter {
  background: #ebe5c8;
}

.counter .left_counter {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
  width: 70%;
}

.counter i {
  font-size: 20px;
  color: #cda36c;
}

.counter .counting {
  background: white;
  border-radius: 3px;
}

.counter h5 {
  font-size: 37px;
  margin-bottom: 0px;
  font-weight: 600;
}

.why_us {
  background: black;
  position: relative;
}

.why_us .bi {
  color: #cda36c;
  /* font-size: 16px; */
}

.why_us .king {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 5%;
  top: 5%;
  transform: rotate(20deg);
}

.why_us .queen {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 19%;
  top: 90%;
  transform: rotate(60deg);
}

.why_us .king_bottom {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 15%;
  top: 90%;
  transform: rotate(-16deg);
}

.why_us .arow {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 38%;
  top: 60%;
  transform: rotate(-35deg);
}

.why_us .left_content {
  font-size: 35px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  width: 70%;
}

.why_us .why_content {
  /* font-size: 17px; */
  /* line-height: 1.4; */
  color: #cda36c;
}





.our_services {
  background: #fff;
  position: relative;
}

.text-brown {
  color:#000000;
  /* position: relative; */
}

.our_services .bi {
  /* color: #000000; */
  color:#cda36c;
  font-size: 36px;
  /* background:#cda36c; */
  padding:10px;
}

.our_services .king {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 5%;
  top: 5%;
  transform: rotate(20deg);
}

.our_services .queen {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 19%;
  top: 90%;
  transform: rotate(60deg);
}

.our_services .king_bottom {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 15%;
  top: 90%;
  transform: rotate(-16deg);
}

.our_services .arow {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 38%;
  top: 60%;
  transform: rotate(-35deg);
}

.our_services .left_content {
  font-size: 35px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  width: 70%;
}

.our_services .why_content {
  /* font-size: 17px; */
  line-height: 1.4;
}


.our_services img{
  /* transform: scale(1.1); */
  transition: .2s ease-in;

}

.our_services img:hover{
  transform: scale(1.05);
  transition: .2s ease-in;

}
/* .our_services .serv_cat{
  background:#cda36c;
} */


.bi-people-fill::before {
  /* content: "\f4cf"; */
  /* background: red; */
  padding: 30px;
  border:1px solid #cda36c;
}
.bi-box-fill::before {
  /* content: "\f4cf"; */
  /* background: red; */
  padding: 30px;
  border:1px solid #cda36c;
}
.bi-person-rolodex::before {
  /* content: "\f4cf"; */
  /* background: red; */
  padding: 30px;
  border:1px solid #cda36c;
}




/* .title {color: #fa9746;margin-bottom: 30px;position: relative;}
.title::before {
  position: absolute;
  left: -29px;
  top: 0;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background-color: #7499f1;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';
}
.title::after {
  position: absolute;
  left: -19px;
  top: 25px;
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  background-color: #7499f1;
  box-shadow: 0px 4px 4px 0px #aaa;
  border-radius: 4px;
  content: '';
} */
 /* services */
.services1 {
    padding:40px;
  position: relative;
  background: #cda36c;
}
.services1 .square {
  height: 100px;
  width: 100px;
  margin: 30px auto 40px;
  position: relative;
  border-radius: 15px;
  transform: rotate(45deg);
  padding: 10px;
  /* background-color:#7499f1; */
  background-color:#000000;
  /* box-shadow: 0px 0px 27px 0px #ccc; */
  box-shadow: 0px 0px 27px 0px #ffc381;
  /* border: 2px dotted #eaf3fa; */
  /* border: 2px dotted #cda36c; */
}
.square i {
  transform: rotate(315deg);
  display: block;
  /* color: #000000; */
  color: #cda36c;
  font-size: 40px;
  /* padding-top: 17px; */
  padding-right: 14px;
}
.services1 .square::before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000000;
  content: '';
}
.services1 .square::after {
  position: absolute;
  left: 50px;
  top: 66px;
  width: 1px;
  height: 88%;
  background-color: #000000;
  content: '';
  transform: rotate(90deg);
}
.services1 .serv .num
 {
   width: 60px;
   height: 60px;
   background-color: #7499f1;
   box-shadow: 0px 0px 15px 0px #00a9d3;
   margin: -38px auto 15px auto;
   border-radius: 50%;
   color: #fff;
   font-size: 30px;
    padding-top: 7px;
    border: 1px dashed;
  }
/* .services1 .serv h5 {color: #000000;} */
.services1 .serv p {
  
  color: #000000;
  font-size: 20px;

}
.services1 .serv hr {
  width: 30px;
  border-top: 3px solid rgb(0 169 211);
}


.services1 h5{
  transform: rotate(315deg);
  display: block;
  /* color: #000000; */
  color: #cda36c;
  /* font-size: 40px; */
  padding-top: 17px;
  padding-right: 13px;
  font-size: 19px;
}

/* .services1 .step::before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fa9746;
  content: '';
}


.services1 .step::after {
  position: absolute;
  left: 50px;
  top: 66px;
  width: 1px;
  height: 88%;
  background-color:#fa9746;
  content: '';
  transform: rotate(90deg);
}


.services1 .step{
  position: relative;
} */



.text_bl{
  color:#000000;
}


.subtitle {
  color: #0d6efd;
  font-weight: 700;
}


.ul_align i {
  color: #cda36c;
}

.page_desc {
  font-size: 18px;
  line-height: 1.7;
}

.ul_align h6 {
  font-size: 18px;
  color: black !important;
  font-weight: 600;
  letter-spacing: .2px;
}

table {
  overflow-x: scroll;
  text-align: center;
}

.table .th_row {
  background: #0d6efd;
  color: white;
  border-radius: 20px;
  text-align: center;
}


table th:first-child {
  border-radius: 10px 0 0 10px;
}

table th:last-child {
  border-radius: 0 10px 10px 0;
}

table td:first-child {
  color: #0d6efd;
  font-weight: 700;
  text-align: left;
}

table td:first-child:hover {
  color: #0d6efd !important;
}



table tr {
  background: white;
  transition: .2s;

}

table tr:hover {
  background: aliceblue;
  transition: .2s;
}

table tr .inline_td {
  display: flex;
  justify-content: flex-start;
}

table tr .inline_td i {
  display: flex;
  justify-content: flex-start;
  padding-right: 10px;
  color: #0d6efd;
  font-size: 30px;
}


/* contact */
.contact_us .form-control {
  background-color: white;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  color: black;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  padding: 11px 0;
  width: 100%;
  text-indent: 20px;
}

.form-control:focus {
  box-shadow: none;
}

/* footer */

#footer .contactus a {
  color: #fff;

  font-size: 17px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 1.7;
  transition: .2s;
}



#footer .contactus p {

  /* color: black; */
  color:#fff;
  font-size: 17px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 1.7;
  transition: .2s;
  margin-bottom: 0px;
  
}

#footer .contactus .lic {

  /* color: black; */
  color:#cda36c;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 1.7;
  transition: .2s;
  margin-bottom: 0px;
  
}


#footer .contactus h5 {

  font-size: 18px;
  
}


#footer .contactus .minis {
  margin:0;

 height:75px;
 width:210px;
  
}

#footer .contactus a:hover {
  color: #cda36c;
  /* color: black; */
  transition: .2s;
}

#footer .mini_title {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #cda36c;
  padding: 15px 0 10px 0;
  margin: 0;
}

#footer .img_tag {
  max-width: 250px;
}


#footer .footer-top h4 {
  /* color: black; */
  color:#cda36c;
  transition: 0.3s;
  display: inline-block;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;

}


#footer .footer-top .footer-links ul a {
  /* color: black; */
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.5;
}

#footer .qr_tag {
  max-width: 150px;
}


@media (max-width: 575px) {


  .mySwiper-demo .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px;
  }

  .section_title {
    font-size: 26px;

  }


  .section_title1 {
    font-size: 26px;

  }

  #mini_banner .overlay {
    padding: 150px;
  }

  p {
    margin-top: 20px;
  }

  section {
    padding: 50px 0;
    overflow: hidden;
  }

  .page_title {
    font-size: 31px;
  }
}