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

/*  font-family: "Prata", serif;
  font-family: "Inter", sans-serif;
  font-family: "Lato", sans-serif;
*/
body {
  font-family: "Prata", serif;
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #fff;
  font-weight: 400;
}
p {
    font-family: "Lato", sans-serif;
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
}
.darkColor
{
    color: #1c1c1c !important;
}
.darkColorbg
{
    background-color: #507882 !important;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/*=========================================  
        HOME PAGE CSS START HERE 
============================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #507882;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* HEADER CSS START HERE */
/* Bottom Header Start Here */
.dropdown-menu {
   
    left: 15px;
    border-radius: 0;
}
.dropdown-item {
  font-family: "Lato", sans-serif;
}
.dropdown-item:hover
{
    background-color: #507882;
    color: #fff;
}
/* Open dropdown on hover for larger screens */
@media (min-width: 992px) {
    .dropdown-hover:hover > .dropdown-menu {
        display: block;
        margin-top: 0; /* Align dropdown with parent */
    }
}
.bottom-header {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  /* overflow: hidden; */
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
/* .bottom-header nav .navbar-nav .nav-item
{
  padding: 0px 20px;
} */
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
    transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  font-family: "Lato", sans-serif;
  /* text-transform: uppercase; */
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 1px;
    border-radius: 0px;
    border: 0 !important;
    background: currentColor;
    z-index: 1;
    transform: scale(0);
    transition: transform .8s cubic-bezier(.16,1.08,.38,.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
    transform: scale(1);
}
.header-btn a {
  padding: 18px 40px 16px 40px;
  margin-left: 20px;
  font-weight: 700;
  border-color: #fff;
  background-color: transparent;
  text-transform: capitalize;
  line-height: 1;
  border-radius: 0px;
  font-size: 16px;
  border: 1px solid;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;

}
.header-btn a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #507882;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* Banner section start here */
.banner {
  background-image: url(https://lakewood-beauty-clinic.searchsoltest.com/wp-content/uploads/2024/11/Heros01.jpg);
  background-color: #ffffff;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 70% auto;
  padding: 10em 0em 5em 0em;
  position: relative;
  display: block;
}
.video-banner {
    position: relative;
    width: 100%;
    height: 650px; /* Full viewport height */
    overflow: hidden;
}
.video-banner::after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000007c;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); /* Centers the video */
    z-index: 1;
    object-fit: cover; /* Ensures the video covers the entire banner area */
}
.bannerContent
{
    top: 40px;
}

.bannerContent h5 {
  font-size: 1vw;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
    color: #fff;
}
.bannerContent h1 {
  margin-bottom: 20px;
  font-size: 3.5vw;
  line-height: 4vw;
  font-weight: 400;
}
.bannerContent p {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 35px;
  padding-right: 100px;
}
.bannerContent a {
    padding: 18px 40px 16px 40px;
    font-weight: 700;
    background-color: #507882;
    text-transform: capitalize;
    line-height: 1;
    border-radius: 0px;
    font-size: 16px;
    border: 1px solid #507882;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;  
}
.bannerContent a:hover {
  background-color: #fff;
  color: #507882;
}

/* Aout Section */
.aboutSection
{
    background-image: url(https://lakewood-beauty-clinic.searchsoltest.com/wp-content/uploads/2024/11/creative-tropical-frame-of-palm-and-monstera-leaves-on-white.jpg);
}
.aboutSection::after
{
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: radial-gradient(at center center, #FFFFFFCC 0%, #ffffff 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 0;
}
.about-one__image {
    position: relative;
    z-index: 2;
    padding-right: 48px;
    padding-bottom: 90px;
}
.about-one__smimage {
    position: absolute;
    width: 80%;
    height: 100%;
    bottom: 0;
    left: -50px;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 240px 200px 0 0;
}
.about-one__content
{
    position: relative;
    z-index: 1;
}
.sec-title span{
    font-size: 14px;
    color: #507882;
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.sec-title h3
{
    color: #1c1c1c;
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 20px;
}
.about-one__content p
{
    color: #808080;
    font-size: 15px;
    font-family: "Lato", sans-serif;  
    font-weight: 400;
    margin-bottom: 20px;
}
.iconboxs
{
    border-bottom: 1px solid #50788262;
}

/* Showcase Section Start Here */
.showcase
{
  padding-left: 3%;
  padding-right: 3%;

  padding-bottom: 35px;
  width: 100%;
  display: block;
}
.showcaseSection
{
  background-color: #507882;
  background-image: url(https://lakewood-beauty-clinic.searchsoltest.com/wp-content/uploads/2024/11/woman-during-the-hydration-skin-procedure.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding-top: 3.8rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.showcaseSection::after
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: transparent;
    background-image: radial-gradient(at center center, #e1eff0a8 0%, #ffffffbd 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.Counter span {
  color: #1c1c1c;
  font-size: 50px;
  font-weight: 900;
}
span.separator {
    font-size: 35px;
    vertical-align: top;
    margin-left: 15px;
    color: #507882;
}
.Counter p {
    color: #507882;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

/* Service Section Start Here */
.serviceBox
{
  height: 375px;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.servicesFront, .servicesBack
{
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .6s ease-in-out;
}
.servicesFront
{
  background-color: #F5FBFB;
  transform: none;
  z-index: 1;
}
.servicesBack
{
  background-color: #e1eff0;
  transform: rotateX(0) rotateY(-180deg);
}
.servicesoverlay
{
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  transform: translateZ(.1px);
  transform-style: preserve-3d;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.serviceBox h3
{
  font-size: 24px;
  color: #507882;
  font-weight: 400;
  margin-bottom: 20px;
}
.serviceBox p
{
  color: #808080;
  font-size: 15px;
}
.serviceBox a
{
  color: #ffffff;
  background-color: #507882;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #507882;
  border-radius: 0px 0px 0px 0px; 
  font-size: 13px;
  padding: 10px 20px;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin-top: 20px;
}
.serviceBox a:hover
{
  color: #507882;
  background-color: #f5fbfb;
  border-color: #f5fbfb;
}
.serviceBox:hover .servicesFront
{
  transform: rotateX(0) rotateY(180deg);
  transform-style: preserve-3d;

}
.serviceBox:hover .servicesBack
{
  transform: none;
  transform-style: preserve-3d;

}


.titleHeading
{
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    color: #1c1c1c;
}
.servicesBox
{
  position: relative;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.servicesBox .servicesimagesbox{
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  transition: 0.5s ease-in-out;
}
.servicesimagesbox:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background: #000;
  opacity: 0.2;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.servicesimagesbox:after {
  content: "";
  background: linear-gradient(to top, #507882 0%, #50788269 100%);
  background-position: bottom left;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.servicesimagesbox img {
  height: auto;
  min-height: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  height: 360px !important;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.servicesBox:hover .servicesimagesbox img
{
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.servicesBox:hover .servicesimagesbox::after 
{
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.servicesBox:hover .servicesimagesbox::before 
{
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.cardInfo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
  transition: 0.5s ease-in-out;
  padding: 20px 20px 20px 20px;
  transform: translateY(170px);
}
.cardInfo a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: initial !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  transition: 0.5s ease-in-out;
  -webkit-box-orient: vertical !important;
  /* transform: translateY(0px); */
  font-family: "Lato", sans-serif;  

}
.cardInfo .box-inner-info {
  overflow: hidden;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.cardInfo .box-inner-info p
{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #fff;
  transition: 0.5s ease-in-out;
  margin-top: 15px;
  font-family: "Lato", sans-serif;  
}
.box-inner-info .btn-arrow-up
{
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  transition: 0.5s ease-in-out;
  justify-content: center;
}
.servicesBox:hover .cardInfo
{
  transition: 0.5s ease-in-out;
  /* height: auto; */
  transform: translateY(0px);
}
.servicesBox:hover .cardInfo .box-inner-info
{
  opacity: 1;
}

/* Video Section Start Here */
.videoSection
{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFEFD 28%, #507882 0%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px 80px 0px;
    z-index: 1;
}
.videoBox{
    position: relative;
    width: 100%;
    height: 600px; /* Full viewport height */
    overflow: hidden;
}
.iconbg
{
    background: #fff;
    border-radius: 100px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* FAQs Section Start HEre */
.faqsImage
{
    background-image: url(https://lakewood-beauty-clinic.searchsoltest.com/wp-content/uploads/2024/11/IMG_7976.jpg);
    /* border-radius: 10px; */
}
.accordion-button 
{
    font-size: 20px;
    padding: 20px 0;
    color: #1c1c1c;
}
.accordion-button:not(.collapsed)
{
    color: #507882;
}
.accordion-body
{
    font-family: "Lato", sans-serif;  
    font-weight: 400;
    font-size: 15px;
    color: #1c1c1c;
}

#gallery-slider  {
  background-color: #e1eff0;
  border-radius: 10px;

}

#gallery-slider .item {
  background-color: #e1eff0;
  padding: 50px;
  border-radius: 10px;
}
#gallery-slider .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #fff;
}

/* Free Consultation Section Start Here */
.freeConsultation
{
    background-image: url(https://lakewood-beauty-clinic.searchsoltest.com/wp-content/uploads/2024/11/clinic-bg.jpg);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    background-position: top center;
    background-attachment: fixed;
}
.freeConsultation::after
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #507882;
    opacity: 0.5;
}
.freeCall-btn{
    padding: 18px 40px 16px 40px;
    font-weight: 700;
    background-color: #507882;
    text-transform: capitalize;
    line-height: 1;
    border-radius: 0px;
    font-size: 16px;
    border: 1px solid #507882;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    margin-top: 20px;
    transition: all.5s;
}
.freeCall-btn:hover{
    background-color: white;
    color: #507882;
    border-color: #fff;
}

/* How It Work Section Start Here */
.workBox
{
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 3em 3em 3em 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.workBox h6
{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 7px 21px 7px 21px;
  background-color: #e1eff0;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  width: auto;
  max-width: 100%;
  position: absolute;
  top: -14px;
  color: #507882;
}
.workBox h3
{
  margin-bottom: 7px;
  color: #1c1c1c;
  font-size: 25px;
  font-weight: 400;
}
.workBox p{
  color: #1c1c1c;
  font-size: 14px;
  margin-bottom: 20px;
}
.workBox a
{
  color: #ffffff;
  background-color: #507882;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #507882;
  border-radius: 0px 0px 0px 0px; 
  font-size: 13px;
  padding: 10px 20px;
  font-family: "Lato", sans-serif;
}
.workBox a:hover
{
  color: #507882;
  background-color: #f5fbfb;
  border-color: #f5fbfb;
}



/* Testimonial Section Start Here */
.td-single-testimonial-item
{
  background: #f4f4f0;
  padding: 50px;
  transition: .8s;
}
.td-testimonial-header .td-testimonial-image
{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  margin-right: 25px;
  position: relative;
  border-radius: 50%;
}
.td-testimonial-icon
{
  background-color: #507882;
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  line-height: 38px;
  top: 0;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-testimonial-icon img
{
  width: 23px !important;
}
.td-name-designation h6
{
  font-size: 20px;
  margin-bottom: 3px;
  font-weight: 400;
  color: #1c1c1c;
  transition: .3s;
}
.td-name-designation p
{
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .6px;
  color: #507882;
  font-family: "Lato", sans-serif;
}
.td-testimonial-description
{
  margin: 33px 0 027px 0;
}
.td-testimonial-description p
{
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #555b56;
  font-family: "Lato", sans-serif;
  margin-bottom: 1rem;
}
.td-testimonial-rating ul li i
{
  color: #507882;
  font-size: 15px;
  margin: 0 2px;
}
.owl-stage .active.center .td-single-testimonial-item
{
  background: #507882;
  transition: .3s;  
}
.owl-stage .active.center .td-testimonial-description p
{
  color: #fff;
  transition: .3s;  
}
.owl-stage .active.center .td-name-designation h6
{
  color: #fff;
  transition: .3s;  
}
.owl-stage .active.center .td-name-designation p
{
  color: #fff;
  transition: .3s;  
}
.owl-stage .active.center .td-testimonial-rating ul li i
{
  color: #ffffff;
}

/* Footer Section Start Here */
footer
{
  /* padding: 5em 0 0 0; */
  background-color: #f5fbfb;
  background-image: url(https://lakewood-beauty-clinic.searchsoltest.com/wp-content/uploads/2024/11/bg-footer.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  color: #eeedec;
  margin-bottom: 17px;
  color: #1c1c1c;
}
.footer-box p
{
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #1c1c1c;
}
.footer-box h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
  color: #1c1c1c;
}
.footer-box ul li
{
 margin-bottom: 10px;
}

.footer-box ul li a
{
  font-size: 15px;
  color: #1c1c1c;
  font-family: "Lato", sans-serif;

}
.footer-box ul li a:hover
{
    color: #507882;
    letter-spacing: 1px;
}
.footer-btn a {
  padding: 15px 25px 15px 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  display: inline-block;
  background-color: #507882;
  text-transform: capitalize;
  line-height: 1;
  border-radius: 0px;
  font-size: 15px;
  border: 1px solid #507882;
}
.footer-btn a:hover {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #ffffff;
}
.footer1stRow
{
  padding: 5rem 0 1.5rem 0;
}

.socialmediaicon ul li a i
{
    background-color: #1c1c1c;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right:8px;
    padding: 0;
    color: #fff;
    transition: .3s;
}
.socialmediaicon ul li a i:hover
{
  transform: rotate(360deg);
  background-color: #507882;
}
.SocialIcon h3
{
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}
.copyRight
{
  border-top: 1px solid #1c1c1c70;
  padding: 20px 0;
  color: #1c1c1c;
}






/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner
{
  background-color: #000000;
  background-image: url(https://lakewood-beauty-clinic.searchsoltest.com/wp-content/uploads/2024/11/innerbanner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPagesBanner::after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #00000079;
}
.innerpage-title
{
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px;
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 0 5px;
}
.breadcrumb-content ul li a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #1c1c1c;
  margin-right: 5px;
}
/* Our Team Section Start here */
.ourTeam
{
  background-color: #f5fbfb;
}
.td-single-team-member
{
  margin-bottom: 30px;
  display: inline-block;
  transition: .3s;
}
.td-member-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: #507882;
  transition: .3s;
}
.social-icon ul li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.social-icon ul li a i
{
  font-size: 16px;
  color: #507882;
  transition: .3s;
}
.social-icon ul li:hover a i
{
  color: #1c1c1c;
}
.td-member-content
{
  background: #fff;
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content h3
{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #1c1c1c;
  transition: .3s;
}
.td-member-content h5
{
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: #507882;
  font-family: "Lato", sans-serif;

}
.td-member-image a img
{
  transform: scale(1);
  transition: .3s;
}
.td-single-team-member:hover .td-member-image a img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Mission Section Start here */
.valueBox
{
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 3em 2.5em 3em 2.5em;
    background-color: #f5fbfb;
}
.valueBox h4
{
    color: #507882;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;
}
.valueBox p
{
    color: #507882;
}


.allServicesList {
    margin-bottom: 40px;
    background-color: #f5fbfb;
    border-radius: 5px;
    overflow: hidden;
}
.allServicesListHeader {
    padding: 18px 30px 18px 30px;
    background-color: #507882;
}
.allServicesListBody {
    padding: 0px 30px 0px 30px;
    overflow-x: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}
.innerServicesImages img
{
    height: 430px;
    object-fit: cover;
    width: 100%;
}


/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
/* 991 Responsive Start Here */
@media (max-width: 767px) {
    section
    {
        padding: 80px 0;
    }
    .bottom-header {
        background-color: #507882;
        position: relative;
    }    
    .bottom-header nav .navbar-brand img
    {
        width: 100px !important;
    }
    .navbar-nav
    {
        align-items: flex-start !important;
        border-top: 1px solid #ffffff38;
        margin-top: 15px;
    }
    .bottom-header nav .navbar-nav .nav-item .nav-link {
        margin: 5px 0px;
        display: inline-block;
    }
    .header-btn
    {
        display: none;
    }
    /* Banner */
    .video-banner {
        height: 400px;
    }
    .bannerContent h5 {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .bannerContent h1 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .bannerContent p {
        font-size: 13px;
        line-height: 25px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .bannerContent a {
        padding: 13px 30px 13px 30px;
        font-size: 13px;
    }
    .bannerContent {
        top: 21px;
    }
    /* About Section */
    .sec-title span {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .sec-title h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .about-one__content p {
        font-size: 13px;
    }
    .showcaseSection {
        padding-top: 3.8rem;
        padding-bottom: 4rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    .titleHeading
    {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .videoSection {
        background-image: linear-gradient(180deg, #FFFEFD 18%, #507882 0%);
    }
    .videoBox {
        height: 300px;
    }
    .iconboxs ul li {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .image-box {
        margin: 20px 0px !important;
    }
    .image-box  img
    {
        width: 35px;
    }
    .accordion-button {
        font-size: 15px;
        padding: 16px 0;
    }
    .contactIcon a {
        flex-direction: column;
    }
    .contactIcon>div {
        flex-direction: column;
    }
    .td-single-testimonial-item {
   
        padding: 30px 18px;
    }
    
}