/* 
Author : Biswabandhu Behera;
website : www.wayindia.com;
Company : aarde;
release Date : 14 jan, 2025;
Version : 1.0;
Note : don't delete this tags otherwise you will find some issues on your site.
*/
/* font  */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #041F60;
}
#gallerySlide .owl-nav.disabled {
    display: block !important;
}
.container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}
/* header  */
.dropdown-menu {
  animation: 0.5s slideup;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

@keyframes slideup {
  from {
    transform: translateY(10%);
  }

  to {
    transform: translateY(0);
  }
}
#navbarNav .dropdown a:hover #navbarNav .dropdown .dropdown-menu {
  display: block;
}
#navbarNav .dropdown-menu {
  border: 0;
  box-shadow: 0px 7px 10px #cccccc;
}
#navbarNav a.dropdown-item {
  padding: 10px 20px;
}
#navbarNav a.dropdown-item:hover{
  background: #0095c0;
  color: #fff !important;
}
.navbar-brand img {
    height: 70px;
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.topHeader .navbar {
    padding: 20px 0px;
}
.stickyTop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 0px 14px #c9c9c9;
  -moz-box-shadow: 0px 0px 14px #c9c9c9;
  -webkit-box-shadow: 0px 0px 14px #c9c9c9;
  -o-box-shadow: 0px 0px 14px #c9c9c9;
}
.stickyTop .navbar-brand img{
  height: 50px;
}
.topHeader .navbar-nav .nav-link {
    font-weight: 500;
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: relative;
    padding: 8px 15px;
    color: #082B49;
    font-size: 18px;
}
.btn-default{
    background: rgb(0,149,192);
    color: #fff !important;
    border: 0;
    padding: 12px 24px !important;
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.btn-default:hover{
    background: rgb(11, 177, 223);
}
.btn-default-outline{
    border: 2px solid rgb(0,149,192);
    padding: 10px 20px !important;
    color: rgb(0,149,192);
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.btn-default-outline:hover{
    background: rgb(0,149,192);
    color: #fff;
}
.topHeader .navbar-nav .nav-link.btn-default {
    margin-left: 20px;
}
.topHeader .navbar-nav .nav-link.active, .topHeader .navbar-nav .nav-link:hover {
    color: rgb(0,149,192);
}
.topHeader .navbar-nav .nav-link::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: rgb(0,149,192);
    bottom: 0;
    left: 18px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.topHeader .navbar-nav .nav-link.active::before, .topHeader .navbar-nav .nav-link:hover::before{
content: "";
position: absolute;
height: 2px;
width: 50%;
background-color: rgb(0,149,192);
bottom: 0;
left: 18px;
}
.secondary-btn{
  background: #C02B00;
}
.teritorry-btn{
  background: #C08B00;
}
.enquiry {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
a.menu2 {
    text-decoration: none;
    font-size: 24px;
    color: #082B49;
    padding: 8px 10px;
}
/* hamburger */
.hamburger{border: 0;}
.hamburger .line {
    width: 40px;
    height: 3px;
    background-color: #0095c0;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
  
  .hamburger:hover{
    cursor: pointer;
  }
  #hamburger-6.is-active{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #hamburger-6.is-active .line:nth-child(2){
    width: 0px;
  }
  
  #hamburger-6.is-active .line:nth-child(1),
  #hamburger-6.is-active .line:nth-child(3){
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  #hamburger-6.is-active .line:nth-child(1){
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  
  #hamburger-6.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-13px) rotate(90deg);
    -o-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
  }
/* end header  */
/* hero slider  */
.hero-slider .owl-item{
    position: relative;
}
.hero-slider .owl-item::before{
    content: "";
    background: rgb(28,30,31);
    background: -moz-linear-gradient(90deg, rgba(28,30,31,0.7755894594165791) 14%, rgba(32,35,36,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(28,30,31,0.7755894594165791) 14%, rgba(32,35,36,0) 100%);
    background: linear-gradient(90deg, rgba(28,30,31,0.7755894594165791) 14%, rgba(32,35,36,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1e1f",endColorstr="#202324",GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-slider .owl-item.active h1 {
    font-size: 48px;
    font-weight: 700;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    position: absolute;
    top: 25%;
    left: 10%;
    max-width: 600px;
    width: 100%;
    display: block;
  }
  .hero-slider .owl-item h1{
    display: none;
    color: #fff;
  }
  .hero-slider .owl-item.active h1 span{
    color: rgb(0,149,192);
  }
  .hero-slider .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
  }
  /* about us  */
  .section-wrapper{
    padding: 80px 0px;
  }
  .head2{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .head2 span{
    background-image: linear-gradient(217deg,#0095c0, #00485c);
    color: transparent;
    background-clip: text;
  }
  .about-wrap p{
    margin-bottom: 30px;
    text-align: justify;
  }
  .about-wrap h4{
    color: #bababa;
  }
  .about-list ul li {
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 14%, rgba(115, 208, 240, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 14%, rgba(115, 208, 240, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 14%, rgba(115, 208, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#73d0f0",GradientType=1);
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 14px 10px 14px 80px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.about-list {
  padding: 10px 40px;
}
.about-list ul li .about-icon {
  position: absolute;
  left: 0;
  background: rgb(47, 186, 234);
  background: -moz-linear-gradient(0deg, rgba(47, 186, 234, 1) 14%, rgba(200, 241, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(47, 186, 234, 1) 14%, rgba(200, 241, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(47, 186, 234, 1) 14%, rgba(200, 241, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2fbaea",endColorstr="#c8f1ff",GradientType=1);
  width: 60px;
  height: 60px;
  border-radius: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-list ul li .about-icon img{
  max-width: 34px;
}
/* services  */
.service-card{
  border-top: 14px solid #0095c0;
  background: #F4F7FC;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 2px 10px #cbcbcb;
  -webkit-box-shadow: 0px 2px 10px #cbcbcb;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.head3{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-card .head3{
  margin-bottom: 30px;
}
.img-label{
  padding: 26px 0px;
}
.service-card p{
  background: #fff;
  padding: 24px 12px;
  margin: 0;
  display: none;
}
.service-wrap .row {
  justify-content: center;
  align-items: center;
}
.service-wrap {
  background: url(https://aardeenterprises.com/public/images/2.png) no-repeat;
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
}
.statistics-wrap {
  background: url(https://aardeenterprises.com/public/images/9.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
}
.owl-carousel .owl-item video, .owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider .owl-stage-outer, .hero-slider {
  height: 750px;
}
/* service 2 */
.servicesAn .col-md-6:hover .serviceCards, .serviceCards:hover{
  padding: 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.serviceCards {
  background: #EFF1F5;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 10px #c0c0c0;
  -webkit-box-shadow: 0px 4px 10px #c0c0c0;
}
.serviceCards img{width: 100%;}
.cardInfo {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cardInfo a{
  display: none;
  transition: all 0.3s ease;
}
a{
  color: #0095c0;
  font-weight: 500;
  text-decoration: none;
}
a:hover, .cardInfo .head4{
  color: #082B49 !important;
}
.serviceCards:hover .cardInfo a{
  display: block;
}
.services .head4{
  color: #bababa;
}
/* statitics  */
.circle-icon{
  background: #0095c0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20rem;
  padding: 10px;
}
.statistics ul {
  display: flex;
  flex-wrap: wrap;
}
.statistics ul li {
  display: flex;
  column-gap: 15px;
  align-items: center;
  background: #ffffffe3;
  border-radius: 20px;
  padding: 20px;
  /* width: 86%; */
  margin: 20px 10px;
}
.static-info h3{margin: 0; font-size: 24px;}
.static-info p{margin: 0;}
.text-grey{
  color: #bababa;
}
.grey-dark{
  color: #565656;
}
.f24{font-size: 24px;}
.default-card {
  padding-right: 30px;
}
.img-cover{border-radius: 20px;margin-bottom: 20px;}
.img-cover img{width: 100%;}
.shape-bg{
  background: url(../img/map.webp) no-repeat center;
  background-size: cover;
  background-position: center center;
}
.grey-bg{
  background: #F5F5F5;
}
.cyan-gradient{
  background: rgb(0,149,192);
background: -moz-linear-gradient(90deg, rgba(0,149,192,1) 14%, rgba(0,70,90,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,149,192,1) 14%, rgba(0,70,90,1) 100%);
background: linear-gradient(90deg, rgba(0,149,192,1) 14%, rgba(0,70,90,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0095c0",endColorstr="#00465a",GradientType=1);
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.cyan-gradient:hover{
  background: rgb(15,36,42);
  background: -moz-linear-gradient(-90deg, rgba(15,36,42,1) 14%, rgba(0,70,90,1) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(15,36,42,1) 14%, rgba(0,70,90,1) 100%);
  background: linear-gradient(-90deg, rgba(15,36,42,1) 14%, rgba(0,70,90,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f242a",endColorstr="#00465a",GradientType=1);
}
.user-cards {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.user-cards img {
  height: 200px;
  padding-top: 20px;
}
.text-italic{
  font-style: italic;
}
.form-control {
  padding: 14px 20px;
  background: transparent;
  color: #fff;
}
.form-control:focus{
  outline: none;
  box-shadow: none;
}
.flex-grid .circle-icon{
  width: 60px;
  height: 60px;
}
.circle-icon i {
  font-size: 28px;
  color: #fff;
}
.flex-grid {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 20px;
}
.cta-ds p{margin: 0;}
.dark-bg{
  background: #082B49;
  color: #fff;
}
.flex-grid a{color: #fff !important;}
.gallery-slide{margin-top: 50px;}
#gallerySlide .owl-nav .owl-prev, #gallerySlide .owl-nav .owl-next{
  position: absolute;
  bottom: 40%;
}
#gallerySlide .owl-nav .owl-prev{
  left: -60px;
}
#gallerySlide .owl-nav .owl-next{
  right: -60px;
}
#gallerySlide .owl-nav .owl-prev{
  background: url(../img/left.svg) no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
}
#gallerySlide .owl-nav .owl-next{
  background: url(../img/right.svg) no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
}
.footer-column, .footer-column a{
  font-weight: 400;
  color: #9C9C9C;
}
.footer-column h4{font-size: 18px;margin-bottom: 20px;color: #082B49;}
.footer-column a{line-height: 30px; display: inline-block;}
.social-list{
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 30px !important;
}
.social-list a{
  color: #0A142F;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20rem;
  border: 1px solid #9C9C9C;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.social-list a:hover{
  background: #0095c0;
  border: 1px solid #0095c0;
}
.social-list a:hover i{color: #fff; transform: scale3d(1.3, 1.3, 1.3);-webkit-transform: scale3d(1.3, 1.3, 1.3);-o-transform: scale3d(1.3, 1.3, 1.3);}
.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
.logo-ftr img {
  height: 60px;
}
.ftrLinks ul{
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.ftrLinks ul li a{font-weight: 400;color: #082B49;}
.info p{font-weight: 400;}

/* inner pages  */
.page-banner {
  background-color: #1f425d;
  padding-top: 115px;
  padding-bottom: 105px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.page-banner::before, .page-banner::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #1f425d;
  width: 100%;
  height: 100%;
  opacity: .40;
  z-index: -1;
}
.page-cover {
  border-radius: 30px;
  overflow: hidden;
}
.white-text{color: #fff !important;}
.brorder-top {
  border-top: 1px solid #ccc;
}
.radius-4{border-radius: 20px;}
.aarde li {
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.aarde li span {
  font-size: 24px;
  width: 40px;
  height: 40px;
  background:#0095c0;
  padding: 20px;
  border-radius: 20rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.logo-shade {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.logo-shade::before{
  content: "";
  position: absolute;
  background-color: #0096c015;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.profile {
  width: 200px;
  height: 200px;
  border-radius: 20rem;
  overflow: hidden;
  border: 3px solid #dbd8d8;
  background: #eee;
}
.modalcont h5{color: #0095c0;margin-top: 10px !important;}
.modal-content {
  border-radius: 20px;
}
.modalcont{padding: 30px;position: relative;}
.cyan-text{
  color: #0095c0;
}
.f18{font-size: 18px;}
.details-card-row {
  padding: 50px 0px;
}
.text-justify{text-align: justify;}
.box-shadow-none{box-shadow: none;}
.box-shadow-none:hover{padding: 0;box-shadow: 0px 0px 15px #00485c2e;background-color: #fff;}
.fw-300{font-weight: 400;}
.job-info ul li{line-height: 40px;}
.job-card{justify-content: space-between;background: #f3f4f6;padding: 20px 30px;margin-bottom: 30px;}
.contact-card{padding: 30px; border-radius: 20px;height: 100%;}
.modal .form-control, .contact-card .form-control {
  color: #333;
}
.contact-card .f18 {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 30px !important;
}
.contact-card .f18 i {
  background:#0095c0;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20rem;
}
.contact-card .social-list a {
  width: 50px;
  height: 50px;
}
.ads-card {
  position: relative;
  box-shadow: 0px 5px 20px #ccc;
  border-radius: 10px;
  padding: 73px 30px 30px 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  margin-bottom: 80px;
}
.map {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20rem;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0px 10px 20px #ccc;
  position: absolute;
  top: -50px;
  left: 50px;
}
.map img {
  height: 100px;
  max-width: max-content;
}
.contat-wrap {
  padding-bottom: 100px;
  row-gap: 20px;
}
.ads-card:hover{
  box-shadow: 0px 5px 20px #f1f1f3;
}
.ads-card a{display: block;margin-bottom: 20px;}
.text-secondary{color: orange !important;}

/* media  */
@media (max-width:1368px){
  .hero-slider .owl-stage-outer, .hero-slider {
    height: 640px;
  }
}
@media (max-width:768px) {
  .hero-slider .owl-stage-outer, .hero-slider {
    height: 350px;
  }
  .hero-slider .owl-item.active h1{
    font-size: 36px;
    max-width: 100%;
    width: 100%;
  }
  .cardInfo .head4 {
    font-size: 18px;
}
.cardInfo{display: block;}
.head2{font-size: 30px;}
.service-wrap, .statistics-wrap {
  background-attachment: inherit;
}
.statistics .col-md-6 {
  width: 100%;
}
.service-main .col-md-3 {
  width: 50%;
}
.circle-icon {
  width: 50px;
  height: 50px;
}
.statistics ul li{
  margin: 10px;
}
.user-cards {
  flex-direction: column-reverse;
}
.user-cards img {
  height: 160px;
  max-width: fit-content;
}
.info {
  margin-top: 20px;
}
.content-center .text-italic {
  font-size: 14px;
}
.row.contact-cta .col-md-4, .row.contact-cta .col-md-8 {
  width: 100%;
}
}
@media (max-width: 480px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .hero-slider .owl-stage-outer, .hero-slider {
    height: 200px;
  }
  .hero-slider .owl-item.active h1{
    font-size: 23px;
    max-width: 100%;
    width: 100%;
  }
  .service-main .col-md-3{width: 100%;}
  .statistics ul li, .copyright, .job-card{display: block;width: 100%;}
  .circle-icon{margin-bottom: 20px;}
  .default-card{margin-bottom: 30px;}
  .user-cards{margin-bottom: 30px;}
  .navbar-brand img {
    height: 50px;
}
#gallerySlide .owl-nav .owl-prev{
  left: 0;
}
#gallerySlide .owl-nav .owl-next{right: 0;}
.flex-grid{margin-bottom: 10px;}
.about-list {
  padding: 0px;
  margin: 20px 0px;
}
.section-wrapper{padding: 40px 0px;}
.about-wrap h4, .services .head4, .head4  {
  font-size: 16px;
}
.head2 {
  font-size: 24px;
}
.info .head4{
  font-size: 20px;
}
.page-banner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cke_notification, .cke_notifications_area {
    display: none !important;
}


}