:root {
  --primary-color: #18468c; 
  --secondary-color: #11b899;
  --text-color: #ffffff;
}

.btn,
a.btn,
.btn:focus,
.btn.focus,
a.btn:focus,
a.btn.focus {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn:hover,
a.btn:hover {
  background-color: var(--secondary-color);
  color: var(--text-color);
}

.btn:focus,
.btn.focus,
a.btn:focus,
a.btn.focus {
  color: var(--text-color);
  background-color: var(--secondary-color);
  box-shadow: 0 0 0 0.2rem rgba(17, 184, 153, 0.5);
  outline: none;
}


.btn-primary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-primary:hover {
  background-color: #0e8f74; 
  border-color: #0e8f74;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 184, 153, 0.5); 
}

.text-primary {
  color: var(--secondary-color);
}

.text-secondary {
  color: var(--primary-color);
}

.contact-banner-wrapper{
  position: relative;
  max-width: 720px;
  height: 120px;
  margin: -20px auto;


}

.hide{
    display:none;
}



.banner-container {
  background-color:var(--primary-color);
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.banner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  border-right: 2px solid #2d5899;
}

.banner-section i {
  font-size: 24px;
  margin-bottom: 10px;
}

.banner-section span {
  font-weight: bold;
  margin-bottom: 5px;
}

  .sub_slider_header{
      font-size:1.8rem;
      color:#11b899;
  }


@media only screen and (max-width: 768px) {
  .banner-container {
    flex-wrap: wrap;
    flex-direction:column;
    height: auto;
  }
  
  .banner-section {
    width: 100%;
    margin-bottom: 10px;
    border:none;
    border-bottom: 1px solid #1458bf;
  }
  
  .banner-section:last-child {
    width: 100%;
    border:none;
  }
}

.about-us-desc{
    max-height: auto;
    opacity: 10;
    display:block;
}

.hide{
       max-height: 0px;
    display: none;
    opacity: 0;
}
/*.more-content {*/
/*    max-height: 0px;*/
/*    display: none;*/
/*    opacity: 0;*/
/*}*/

/* slider */

/* #slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
} */

/* .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
} */


/* .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%);
  z-index: 2;
  opacity: 10;
} */

/* .caption {
  position: relative;
  z-index: 2;
} */


/* .slide.active {
  opacity: 1;
} */

/* .slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
} */

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  opacity: 0;
  padding-top: 70px;
  transition: opacity 1s ease-in-out;
}

/* .slide.active .caption {
  opacity: 1;
} */

/* .caption h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.caption p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.caption button {

padding: 16px;
} */


/* services */


#services {
  background-color: #f8f8f8;
  margin-top: 80px;
  margin-bottom: 80px;
}

#services h2 {
  font-size: 32px;
}

#services p {
  margin-bottom: 50px;
}

.service-box {
  margin-bottom: 50px;
  width: 360px;
  height: 360px !important;
  margin: 12px auto;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.service-icon i {
  font-size: 50px;
}

.bi {
  color: #11b799;
}


.service-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 280px;
}



.sub-heading{
  background: -webkit-linear-gradient(var(--secondary-color), var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

#services {
  background-image: url('https://wallpapercave.com/wp/wp2752783.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.service-box {
  background-color: rgb(0 0 0 / 93%);
  color: #fff;
  border-radius: 10px;
  padding: 30px;
  /* margin: 30px 0; */
}

.service-icon {
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
}

.service-box h3 {
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
}

.service-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-box button {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 20px;
  padding: 10px 20px;
  border: none;
  transition: all 0.3s ease-in-out;
}

.service-box button:hover {
  background-color: #000;
  color: #fff;
}




.service-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  margin-bottom: 50px;
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);


}

.box {
  width: 200px;
  height: 200px;
  background-color: blue;
  color: white;
  margin: 8px;
  display: inline-block;
}



.col {
  flex: 0 0 280px;
  margin: 0 8px 16px;
  width: 280px;
  height: 280px;
}



/* search modal */
.close{
  width: 25px;
  height: 25px;
  position: relative;
  border: none;
  border-radius: 50px;
}

.close span{
  position: absolute;
  top: -2px;
  left: 8.5px;
}


/* animations */

.animated-element-hidden {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s; 
  transform: translateY(20px); 
}

.animated-element-visible {
  opacity: 1;
  transform: translateY(0); 
}


.left-to-right, .right-to-left, .fade-in {
  opacity: 0;
  
}

.left-to-right{
  transform: translateX(-20px)
}

.right-to-left{
  transform: translateX(20px)
}

.visible {
  opacity: 1;
}

.left-to-right.move, .right-to-left.move {
  transition: transform 1s;
}

.left-to-right.move {
  transform: translateX(0);
}

.right-to-left.move {
  transform: translateX(0);
}


/* contact banner */


.banner {
  background-image: url('../img/slide-3.jpg');
  background-size: cover;
  background-attachment: fixed;
  height: 200px;
  position: relative;
}

.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* Center the text and button */
.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
/* Add padding between the text and button */
.text button {
  margin-top: 20px;
}


/* news section */

.latest-news {
  background-color: #ffffff;
  padding: 50px 0;
}

.sub-heading {
  color: #007bff;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title {
  color: #212529;
  font-weight: 700;
  margin-bottom: 30px;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.news-image {
  flex: 0 0 40%;
  max-width: 40%;
  margin-right: 20px;
}

.news-image img {
  width: 100%;
  height: auto;
}

.news-content {
  flex: 1;
}

.news-date {
  font-size: 14px;
  color: #777777;
  margin-bottom: 10px;
}

.news-title {
  font-size: 24px;
  color: #212529;
  margin-bottom: 20px;
}

.news-description {
  font-size: 16px;
  color: #777777;
  line-height: 1.5;
}

.news-description a {
  color: var(--secondary-color);
}






.about-us {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 20px;
}

.col-md-3:last-child h5 {
  margin-top: 0;
  margin-bottom: 20px;
}

.col-md-3:last-child p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 0;
}



@media (max-width: 767px) {

  .col-md-3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .col-md-3:last-child {
    margin-bottom: 0;
  }
}


@media (min-width: 768px) {
  .service-box {
    max-width: none;
  }
}

@media (max-width: 767px) {
  /* .caption {
    font-size: 2rem;
  } */
  
  /* .caption h2 {
    font-size: 2rem;
  }
  
  .caption p {
    font-size: 1rem;
  }
  
  .caption button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  } */
}



#services-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}



@media (max-width: 767.98px) {
  .container-fluid {
    background-color: white;
  }
}


@media (max-width: 1200px) {
  .column {
    width: calc(50% - 8px);
    height: auto;
  }
}

@media (max-width: 992px) {
  .column {
    width: calc(50% - 8px);
    height: auto;
  }
}

@media (max-width: 576px) {
  .column {
    width: 100%;
    height: auto;
  }
}




