@import "./variable.css";

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: var(--primary-font);
}

/*================================================================================= Navbar Section start */

/* .header {
  position: relative;
} */

.header {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  min-height: 300px;
  z-index: 15;
}

.bimco {
  max-width: 300px;
  position: absolute;
  padding: 10px;
  /* height: 80px; */
  top: 25px;
  right: 20px;
  background: var(--primary);
  /* border-radius: 10px 0 0 10px; */
  z-index: 100;
  box-shadow: 0 0 10px rgba(139, 139, 139, 0.473);
}

/* .bimco .logo {
  height: 100%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
} */

.bimco h6 {
  color: var(--white);
  font-size: 20px;
}

.bimco .logo img {
  width: 68px;
}

.header .navbar {
  padding: 0%;
  position: absolute;
  top: 80px;
  width: 100%;
  margin: auto;
  background: #15588278;
  z-index: 4;
  height: 75px;
  width: calc(100% - 40px);
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.header .nav-logo {
  background: var(--white);
}

.header .navbar .bimco {
  height: 68px;
  background: var(--primary);
  border-radius: 0 10px 10px 0;
}

.header .navbar .bimco .logo {
  height: 68px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .navbar .bimco h6 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.header .navbar .bimco .logo img {
  width: 70px;
}
.header .navbar .nav-logo .navbar-brand {
  /* width: 250px; */
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  padding: 10px;
  margin: 0;
}

.header .navbar .ul-1 {
  width: calc(50% - 60px);
}

.header .navbar .ul-2 {
  margin-left: 42px;
  width: calc(50% - 60px);
}

.header .navbar .nav-logo .navbar-brand h4 {
  font-size: 14px;
  color: var(--primary);
  font-weight: 600;
  font-style: italic;
  /* text-transform: lowercase; */
}

.header .navbar .nav-logo .navbar-brand h2 {
  color: var(--primary);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header .navbar .nav-logo .navbar-brand img {
  width: 120px;
  margin: auto;
}

.header .navbar .navbar-nav .nav-item .nav-link {
  font-family: var(--primary-font);
  margin: 0px 8px;
  color: var(--white);
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  letter-spacing: 1px;
}

.header .navbar .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 3px solid #fff;
  transition: all 0.3s ease-in-out;
}

.header .navbar .navbar-nav {
  color: #fff;
  z-index: 10;
}

.service-menu {
  border-radius: 0%;
}

.service-menu .dropdown-item:hover {
  background-color: var(--primary);
  color: #fff;
}

.dropdown-toggle::after {
  display: none;
}

/* toggle btn  */
.button:not(:disabled) {
  border: 0px;
  background-color: var(--primary);
  border: 2px solid white;
}

/*=================================================================================== Navbar Section end */

/*=================================================================================== banner section sstared  */
.banner-section {
  min-height: 650px;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.banner-section .carousel,
.banner-section .carousel .carousel-inner,
.banner-section .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-section .carousel {
  height: 100%;
  width: 100%;
}

.banner-section .carousel img {
  height: 100%;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  position: relative;
}

/* .banner-section .carousel .carousel-inner .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.39);
} */

.banner-section .content .banner-main-heading {
  font-family: var(--primary-font);
  color: var(--white);
  font-size: 40px;
  font-weight: 900;
  line-height: 57px;
}

.banner-section .content {
  position: absolute;
  height: auto;
  width: 100%;
  inset: 0%;
  transform: translate(0);
  z-index: 5;
}

.banner-section .content .banner-info {
  position: absolute;
  max-width: 500px;
  top: 75%;
  transform: translateY(-75%);
}

/* ===== */

.banner-section .content p {
  color: var(--white);
  font-weight: 600;
}

.banner-section .carousel-caption {
  text-align: left;
}

.contact-btn {
  background-color: #fff;
  font-size: 16px;
  height: 60px;
  width: 140px;
  color: var(--primary);
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 4s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  outline: 0;
}
.contact-btn::after {
  content: "";
  background: linear-gradient(to right, #ffffff00, #ffffff00, #155882ae);
  position: absolute;
  height: 60px;
  width: 130px;
  left: -110%;
  top: 0;
  transform: skewX(30deg);
  transition: 0.8s ease all;
}

.contact-btn:hover {
  transition: all 4s ease-in-out;
  color: var(--primary);
}
.contact-btn:hover::after {
  left: 100%;
}

/*========================================= contact section  */
.mobile-number {
  border: 2px solid var(--primary);
  position: fixed;
  right: -150px;
  transform: translateY(-50%);
  top: 35%;
  z-index: 1000;
  display: flex;
}

.email-id {
  border: 2px solid var(--primary);
  position: fixed;
  right: -225px;
  transform: translateY(-50%);
  top: calc(35% + 55px);
  z-index: 1000;
  display: flex;
}

/* #scroll-services {
  overflow-x: hidden;
} */

.contact-icon,
.contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-icon {
  background-color: var(--primary);
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
}

.contact {
  background-color: #fff;
  height: 45px;
  padding: 0px 10px;
}

.mobile-number:hover {
  right: 0px;
  transition: all 0.8s ease-in-out;
}

.email-id:hover {
  right: 0px;
  transition: all 0.8s ease-in-out;
}

/* btns  */

.banner-section .carousel-indicators {
  z-index: 6 !important;
}

.banner-section .carousel-indicators [data-bs-target] {
  height: 11px;
  width: 11px;
  background-color: white;
  box-shadow: none;
  border-radius: 50% !important;
  display: inline-block;
  border: 3px solid var(--primary);
  position: relative;
  z-index: 10;
}

.banner-section .carousel-indicators button.active {
  height: 9px;
  width: 45px;
  background-color: white;
  box-shadow: none;
  border-radius: 16px !important;
  display: inline-block;
}

.service-section {
  overflow-x: hidden;
}

/*=================================================================================== banner section end  */

/* ===================================================================================about section started  */

.about-section {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.content,
.about-img {
  position: relative;
  z-index: 1;
}

.divider {
  margin: 28px 0px;
}

.about-section .about-img {
  position: relative;
}
.about-section .about-img .about-img-1 {
  position: relative;
  width: 427px;
  height: 380px;
  z-index: 0;
  transition: all 2s ease-in-out;
  object-fit: cover;
}

.about-section .about-img .about-img-1 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

/* .about-section .about-img .about-img-1:hover {
  z-index: 110;
  transition: all 2s ease-in-out;
} */
.about-img-1,
.about-img-2 {
  background-color: #fff;
}
.about-section .about-img .about-img-2 {
  position: absolute;
  width: 300px;
  top: 21%;
  /* left: 45%; */
  left: auto;
  right: 0%;
  z-index: 1;
  object-fit: cover;
}

.about-section .about-img .about-img-3 img {
  position: absolute;
  top: 10px;
  left: auto;
  right: 30px;
  z-index: 1;
  width: 90px;
  object-fit: cover;
  opacity: 0.4;
}

/*====================================================================================== about section end  */

/*====================================================================================== service section start */

.service_section {
  border: none;
  position: relative;
}

.service-card {
  position: relative;
  width: 100%;
  height: 485px;
  overflow: hidden;
}

.service-content {
  position: absolute;
  bottom: -330px;
  width: 100%;
  height: 485px;
  transition: all 0.7s ease-in-out;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-content p {
  align-items: center;
}

.service-card:hover .service-content {
  bottom: 0px;
  background-color: #1558828c;
}

.service-img::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    #ffffff00,
    #ffffff00,
    #ffffff00,
    rgba(0, 0, 0, 0.776)
  );
  z-index: 1;
}

.service-heading h3 {
  display: flex;
  justify-content: left;
}

/* ======================================================================================== service section  end*/

/*========================================================================================= footer section started  */

.footer-section footer {
  position: relative;
  z-index: 1;
  padding: 24px 0px;
  background-color: var(--primary);
  color: white;
  overflow-x: hidden;
}

.footer-section ul li a i {
  margin-right: 10px;
  color: var(--secondary);
  font-size: 15px;
}

.footer-section span i {
  margin-right: 10px;
  color: var(--primary);
  font-size: 20px;
  color: var(--secondary);
}

.footer-col {
  padding: 40px 0px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.footer-menu ul li {
  font-family: var(--secondary-font);
  padding-top: 8px;
  padding-bottom: 8px;
  /* border-bottom: 1px solid #e1e1e1; */
  color: var(--white);
}
.footer-contact ul li {
  font-family: var(--secondary-font);
  padding-top: 8px;
  padding-bottom: 8px;
  /* border-bottom: 1px solid #e1e1e1; */
}
.footer-contact ul li a {
  color: var(--white);
}
.footer-contact ul li a:hover {
  color: var(--secondary);
}

.footer-menu ul li a {
  color: var(--white);
}
.footer-menu ul li a:hover {
  color: var(--secondary);
}

.footer-address {
  padding: 40px 0px;
}

.footer-headings {
  font-family: var(--white);
  color: var(--white);
  font-size: 26px;
  position: relative;
  margin-bottom: 40px;
}

.footer-headings::after {
  background: linear-gradient(
    90.09deg,
    #7ccef3 -7.63%,
    rgba(250, 67, 24, 0) 99.84%
  );
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 100px;
  z-index: -1;
  margin: -10px 0px;
}

.footer-contact h4 {
  font-family: var(--primary-font);
}

.footer-contact {
  font-family: var(--primary-font);
}

.copyright-section .container .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  padding: 15px 0px;
}
.copyright-section .container {
  padding: 0;
}

.right-arrow {
  font-size: small;
}

/* =========================================================================================footer section end  */

/* OOOOOOOOOOOOOOOoooooooooo+++++++++++++++++++++++++++++++++ HOME PAGE  END +++++++++++++++++++++++++++++++++ooooooooooooOOOOOOOOOOOOOO */

/* OOOOOOOOOOOOOOOoooooooooo+++++++++++++++++++++++++++++++++ CONTACT PAGE START +++++++++++++++++++++++++++++++++ooooooooooooOOOOOOOOOOOOOO */
/* 
.contact-section .container .contact-row {
  border: 2px solid black;
  position: relative;
}
.contact-section .container .contact-row .contact-type {
  position: absolute;
  transform: translateY(50%);
  left: 48px;
}

.contact-section .container .contact-row .contact-type .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #155882;
  text-align: center;
  border: 1px solid #eee;
  width: 70px;
  height: 70px;
  transform: rotate(45deg);
  margin: auto;
} */

.contact-section .container .contact-type .contact-icon i {
  transform: rotate(-45deg);
  color: white;
}

/* OOOOOOOOOOOOOOOoooooooooo+++++++++++++++++++++++++++++++++ CONTACT PAGE END +++++++++++++++++++++++++++++++++ooooooooooooOOOOOOOOOOOOOO */

/*+++++++++++++++++++++++++++++++++++++++++++++++ Responsive adjustments */

@media (max-width: 362px) {
  .section {
    padding: 50px 0;
  }

  .nav-logo .navbar-brand img {
    width: 120px;
  }

  header .navbar {
    min-height: 48px;
  }

  .heading {
    font-size: 30px;
    margin-bottom: 7px;
    font-weight: 800;
  }

  .sub-heading {
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: 600;
  }

  .about-section::after {
    height: 100%;
    width: 100%;
    background-color: var(--light);
    z-index: 0;
  }
}

@media (max-width: 964px) {
  .about-section::after {
    height: 100%;
    width: 100%;
    background-color: var(--light);
    z-index: 0;
  }
}

/* @media (min-width: 480px) {
  .nav-logo .navbar-brand img {
    width: 220px;
  }
} */

/* About Page */

.full-line {
  height: 6px;
  width: 100%;
  background: var(--primary);
}

.about-hero {
  height: 480px;
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.about-hero .heading {
  color: var(--white);
}

.about-hero .hero-img {
  width: 100%;
}

.about-hero .hero-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero .hero-img::after {
  content: "";
  background: #0000002c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.about-hero .text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.carmel-info {
  background: var(--light);
  overflow-x: hidden;
}

.carmel-info .heading {
  position: relative;
  margin-bottom: 20px;
}

.carmel-info .section-img {
  position: relative;
}

.carmel-info .section-img .image {
  position: relative;
  z-index: 2;
}

.carmel-info .section-img img {
  border: 15px solid var(--white);
}

.carmel-info .section-img .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  z-index: 0;
}

/* .carmel-info .section-img .img */

/* .carmel-info .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 40%;
  left: 0;
  background: var(--primary);
} */

.director {
  background: var(--light);
}

.director .director-info {
  background: var(--white);
  padding: 15px;
  position: relative;
}

.director .director-info .text-info {
  background: var(--white);
  border: 1px solid var(--primary);
  padding: 40px;
}

.director .director-info .text-info .icon {
  background: var(--primary);
  font-size: 20px;
  color: var(--white);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 80px;
}

/* .director .director-info .text-info .icon::after{

} */

.director p {
  /* color: var(--light); */
  font-weight: 700;
}

.director .cecil.head {
  position: relative;
  font-size: 30px;
  margin-bottom: 20px;
}

.head {
  font-size: 32px;
}

.director .text p {
  font-weight: 500;
  margin: auto;
  text-align: center;
}

/* Mission And Vision Page */

.mission-vision {
  background: var(--white);
  position: relative;
  overflow-x: hidden;
}

.mission-vision {
  background: var(--white);
  position: relative;
  z-index: 1;
}

/* .mission-vision::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  background: var(--light);
  z-index: 0;
} */

.mission-vision .heading {
  /* font-size: 26px; */
  margin-bottom: 50px;
}

.mission-vision .text .icon img {
  width: 50px;
}

.mission-vision .image {
  height: 410px;
  padding: 15px;
  background: var(--white);
  border: 1px solid var(--primary);
}

.mission-vision .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 3;
}

.mission-vision .mission-info {
  margin-bottom: 30px;
  text-align: center;
  background: #f6fbff;
  border: 1px solid #ffffff;
  padding: 15px;
  border-radius: 6px;
  transition: 0.5s all ease;
  min-height: 190px;
}

.mission-vision .mission-info:hover {
  border: 1px solid var(--primary);
}

.mission-vision .mission-info .icon {
  background: var(--white);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 15px;
  box-shadow: 0 0 12px 1px #eeeaeaa6;
}

.mission-vision .mission-info .icon img {
  width: 50px;
}

.mission-vision .text h6 {
  font-weight: 600;
  color: var(--dark-alt);
  transition: 0.4s all ease;
  text-transform: capitalize;
  line-height: 26px;
}

.mission-vision .text .mission-info:hover h6 {
  color: var(--dark);
}

/* Contact Form */

.contact-info {
  background: var(--white);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow-x: hidden;
}

.contact-info::before {
  content: "";
  background: #edf2f554;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.contact-info::after {
  content: "";
  background: url(../images/contact/contact-pattern.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.8;
}

.contact-info .heading {
  /* font-size: 30px; */
  margin-bottom: 40px;
}

.contact-info .info-cards {
  position: relative;
  z-index: 5;
  background: var(--white);
  padding: 20px;
  /* border-radius: 5px; */
}

.contact-info .form {
  position: relative;
  z-index: 4;
  background: var(--white);
  padding: 60px;
}

.contact-info .form label {
  font-size: 16px;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.contact-info .form .form-control {
  background: #f5f5f5;
  border-radius: 0;
}

.contact-info .form .form-control:focus {
  color: var(--dark);
  border-color: #15588283;
  background: var(--white);
  outline: 0;
  box-shadow: 0 0 0 2px rgba(13, 109, 253, 0.075);
}

.contact-info .form input.form-control {
  height: 45px;
}

.contact-info .text-info {
  position: relative;
  z-index: 4;
}

.contact-info .text-info .icon {
  font-size: 25px;
  color: var(--primary);
  box-shadow: 0 0 10px 1px #00000011;
}

.contact-info .text-info p a {
  color: var(--dark-alt);
  transition: 0.4s all ease;
  font-weight: 500;
}

.contact-info .text-info p a:hover {
  color: var(--primary);
}

.contact-info .text-info p {
  margin-top: 3px;
}

.contact-info .text-info h5 {
  color: var(--dark-alt);
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.contact-info .text-info .text {
  color: var(--dark-alt);
  margin-left: -10px;
}

.contact-info .text-info h4 {
  color: var(--primary);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

.contact-info .text-info .icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: var(--primary);
  background: var(--white);
  font-size: 25px;
  border-radius: 6px;
}

.info-cards .card {
  border: 0;
  outline: 0;
  /* background: var(--light); */
  position: relative;
  background: #3db4ea;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 0;
  /* min-height: 250px; */
  /* display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end; */
}

.info-cards .card .icon {
  /* background: var(--secondary);
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--light);
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 20px; */
  color: var(--white);
  font-size: 26px;
}

.info-cards .card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white);
}

.info-cards .card h5 {
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.info-cards .card p {
  color: var(--white);
}

.info-cards .card p a {
  color: var(--white);
}

/* Services Page */

.services-section {
  background: var(--light);
  position: relative;
}

.services-section::after {
  content: "";
  background: white;
  position: absolute;
  height: 100%;
  width: 75%;
  right: 0;
  bottom: 0;
}

.services-section .slick-dots {
  list-style-type: none;
  /* margin: 25px 0 0; */
  margin-top: 40px;
  padding: 0;
  position: sticky;
  bottom: 0;
  left: 0;
  background: #eef1f3;
  margin-bottom: 0;
  text-align: center;
  box-shadow: 0 5px 10px 1px #00000048;
}
.services-section .slick-dots li {
  display: inline-block;
  width: 16.6%;
  padding: 20px 0;
  margin: 0;
  height: 100%;
  background: var(--white);
  border-right: 1px solid #bec0c2;
  border-top: 4px solid transparent;
}

.services-section .slick-dots li:last-child {
  border-right: none;
}
.services-section .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: var(--dark);
  font-weight: 600;
  border: none;
  background: none;
}
/* .services-section .slick-dots li button:before {
  content: none;
} */
.services-section .slick-dots li.slick-active {
  background: var(--white);
  border-top: 4px solid var(--primary);
}

.services-section .slick-dots li:hover {
  background: var(--white);
  border-top: 4px solid var(--primary);
}

.services-section .slick-dots li.slick-active button {
  color: var(--primary);
}

.services-section .slick-dots li:hover button {
  color: var(--primary);
}

.services-section .buttons-heading {
  width: 100%;
  position: relative;
}

/* .services-section .buttons-heading::after {
  content: "";
  background: url(../images/services/icons/1.png);
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  top: 0;
} */

.services-section .buttons-heading h4 {
  font-size: 26px;
  margin-bottom: 35px;
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
}

.services-section .services-info {
  min-height: 785px;
}

.services-section .services-info .text .heading {
  padding-bottom: 15px;
}

.services-section .services-info .text h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--dark);
  font-family: var(--primary-font);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-section .services-info .services-inner-carousel {
  border: 1px solid var(--primary);
  padding: 15px;
  background: var(--white);
}

.services-section .services-info .services-inner-carousel .img {
  height: 480px;
  width: 100%;
  /* padding: 15px; */
  /* background: var(--white); */
  /* border: 1px solid var(--primary); */
}

.services-section .services-info .services-inner-carousel .img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.services-section .slick-wrap {
  position: relative;
  z-index: 4;
}

.services-section .services-info .text ul li p i {
  color: var(--primary);
  font-size: 18px;
  padding-right: 10px;
}

.services-section .services-info .services-inner-carousel .owl-dots {
  background: var(--white);
  display: inline-block;
  padding-bottom: 0;
  padding: 20px;
  position: absolute;
  bottom: 1px;
  right: 1px;
  z-index: 0;
}

.services-section
  .services-info
  .services-inner-carousel
  .owl-dots
  .owl-dot
  span {
  background: #dad8d8;
}

.services-section
  .services-info
  .services-inner-carousel
  .owl-dots
  .owl-dot.active
  span {
  background: var(--primary);
}

.contact-para {
  font-weight: 600;
  margin-top: 20px;
  color: var(--dark);
}

.contact-para a {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  transition: 0.5s all ease;
}

.contact-para a:hover {
  color: #094164;
  border-bottom: 2px solid #094164;
}

.services-section .buttons-heading img {
  width: 50px;
}

.services-section .carousel {
  position: relative;
  z-index: 6;
}

.services-section .carousel-indicators {
  position: sticky;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: var(--primary);
  margin-top: 50px;
  box-shadow: 0 0 18px 1px #00000028;
}

.services-section .carousel-indicators .c-buttons {
  position: relative;
  display: inline-block;
  border: 0;
  background: rgb(241, 238, 238);
  border-radius: 6px;
  width: 100%;
  margin: 0;
  height: 85px;
  text-align: center;
  font-size: 15px;
  text-indent: 0px;
  border-radius: 0;
  display: flex;
  background: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--dark);
  font-weight: 600;
  opacity: 1;
  transition: 0.5s all ease;
}

/* .services-section .carousel-indicators:hover {
  background: #3ab5ee;
} */

.services-section .carousel-indicators .c-buttons.active {
  background: var(--primary);
  color: white;
  border-radius: 0;
  opacity: 1;
  position: relative;
  top: -10px;
  transition: 0.5s all ease;
}

.services-section .carousel-indicators .c-buttons.active:hover {
  background: var(--primary);
  color: var(--white);
}

.services-section .carousel-indicators .c-buttons:hover {
  background: var(--light);
  color: var(--dark);
  opacity: 1;
}

.services-section .carousel-indicators .c-buttons .icon {
  display: inline-block;
}

.services-section .carousel-indicators .c-buttons .icon img {
  width: 40px;
  margin-bottom: 8px;
}

.services-section .carousel-indicators .c-buttons .icon .img2 {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.services-section .carousel-indicators .c-buttons.active .icon .img1 {
  opacity: 0;
}

.services-section .carousel-indicators .c-buttons.active .icon .img2 {
  opacity: 1;
}

.network-img {
  width: 500px;
  border: 15px solid var(--white);
  box-shadow: 0 0 12px 1px #00000034;
}

.network-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.network-office {
  overflow-x: hidden;
}

/* Media Queries */

@media (max-width: 992px) {
  .header .navbar .nav-logo .navbar-brand {
    left: 20%;
  }

  .header .navbar .ul-1 {
    width: auto;
  }

  .header .navbar .ul-2 {
    width: auto;
  }

  .bimco {
    top: 20px;
  }

  .bimco h6 {
    color: var(--white);
    font-size: 16px;
  }

  .header .navbar .nav-logo .navbar-brand {
    /* width: 250px; */
    position: absolute;
    text-align: center;
    left: 20%;
    /* transform: translate(-50%, -50%); */
    top: 35%;
    border-radius: 10px;
    overflow: hidden;
    background: var(--white);
    padding: 10px;
    margin: 0;
  }

  .header .navbar .navbar-toggler {
    background: var(--white);
    border-radius: 6px;
    outline: 0;
    border: 0;
    padding: 10px;
    font-size: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .header .navbar .navbar-toggler:focus {
    box-shadow: none;
  }

  .banner-section {
    min-height: 650px;
    height: 650px;
    overflow: hidden;
    position: relative;
  }

  .header .navbar .navbar-collapse {
    background: var(--primary);
    width: 100%;
    /* border-radius: 10px; */
    margin-top: 75px;
  }

  .header .navbar .navbar-nav {
    align-items: end;
  }

  .header .navbar .nav-logo .navbar-brand {
    padding: 6px;
    left: 15px;
    transform: translate(0, -50%);
    top: 50%;
  }

  .about-hero .heading {
    font-size: 32px;
  }

  .heading {
    color: var(--primary);
    font-size: 32px;
  }

  .about-hero .hero-img {
    width: 100%;
    height: 100%;
  }

  .about-hero .text {
    width: 400px;
  }

  .contact-info .text-info .text {
    margin-left: -40px;
  }

  .services-section::after {
    content: "";
    background: white;
    position: absolute;
    height: 75%;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .services-section .carousel-indicators .c-buttons {
    height: 100px;
  }

  .about-section .about-img .about-img-3 img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 0;
    width: 150px;
  }

  .header .navbar .ul-1 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 720px) {
  .footer-col {
    align-items: start;
    justify-content: start;
  }

  .about-hero .hero-img {
    width: 100%;
    height: 100%;
  }

  /* .about-hero {
  } */

  .heading {
    color: var(--primary);
    font-size: 25px;
    font-family: var(--primary-font);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
  }

  .services-section .carousel-indicators .c-buttons {
    font-size: 10px;
  }

  .services-section .carousel-indicators .c-buttons .icon img {
    width: 32px;
    margin-bottom: 8px;
  }

  .services-section .carousel-indicators .c-buttons {
    padding: 10px;
  }

  .network-img {
    width: auto;
  }

  .contact-info .form label {
    font-size: 12px;
  }

  .contact-info .form input.form-control {
    height: 40px;
  }

  .btns {
    height: 45px;
    padding: 0;
  }

  .contact-info .form {
    padding: 25px;
  }

  .header .navbar {
    top: 90px;
    width: calc(100% - 20px);
  }

  .header .navbar .nav-logo .navbar-brand h2 {
    font-size: 18px;
  }

  .header .navbar .nav-logo .navbar-brand img {
    width: 100px;
  }

  .header .navbar .nav-logo .navbar-brand h4 {
    font-size: 12px;
  }

  .header .navbar .nav-logo .navbar-brand {
    padding: 6px;
    left: 15px;
    transform: translate(0, -50%);
    top: 50%;
  }

  .about-hero .text {
    width: 400px;
  }

  .header .navbar .dropdown-menu[data-bs-popper] {
    left: -150px;
  }

  .header .navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .contact-info .text-info .text {
    margin-left: 0;
  }

  .about-hero .heading {
    font-size: 28px;
  }

  .director .director-info .text-info {
    padding: 15px;
  }

  .cecil {
    text-align: start !important;
  }

  .director .text p {
    text-align: left;
  }

  .banner-section .content .banner-info {
    width: 100%;
  }

  .about-section .about-img .about-img-1 {
    width: 80%;
    height: 100%;
  }

  .about-section .about-img .about-img-2 {
    position: absolute;
    width: 50%;
    top: 30%;
    left: 45%;
    left: auto;
    right: 0%;
    z-index: 1;
    object-fit: cover;
  }

  .about-section .about-img .about-img-3 img {
    position: absolute;
    top: 4px;
    left: auto;
    right: 10px;
    z-index: 1;
    width: 58px;
    object-fit: cover;
    opacity: 0.4;
  }

  .banner-section .content .banner-main-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .banner-section .content .banner-info {
    position: absolute;
    max-width: 100%;
  }

  .contact-btn {
    height: 45px;
  }

  .btns {
    padding: 0 10px !important;
  }

  .about-section .about-img {
    margin-bottom: 80px;
  }

  .footer-address {
    padding-bottom: 0;
  }

  .footer-col {
    padding-bottom: 0;
  }

  .banner-section .content .banner-info {
    top: 68%;
  }
}
