/* 
TERRACOTTA - rgba(184, 99, 57, 1)
BEIGE - rgba(247, 235, 229, 1)
BLUE - rgba(203, 229, 227, 1)]
GREEN - rgba(175, 179, 152, 1) 
*/


/* Blog Page Header */
.blogheader1 {
  background-image: url("../images/new/blog/1a.png");
  height: 90vh;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  --bs-gutter-x: 0rem !important;
}

.blogheader1 h1, .blogheader1 p {
  padding: 0% 10%;
  color: white;
  text-shadow: 1.5px 1.5px black;
}

.blogheader1 .intro {
  position: relative;
  z-index: 5;
}

/* Blog 1 */
#blog {
  background-color: rgba(247, 235, 229, 1);
}
.blog1 {
  filter: drop-shadow(2px 2px 6px rgb(144, 144, 144));
  /* background-image: url("../images/new/backgrounds/2b.jpg"); */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0%;
  margin: 5% 10%;
}
.blog1::before {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  background-size: 189% 245px;
  background-position: 50% 100%;
  background-color:ghostwhite;
}
.blog1 .header {
  padding: 0% 15%;
}

.blog1 .section {
  padding: 1.5% 15%;
}

.blog1 h2 {
  padding: 1% 0%;

}
.blog1 h3 {
  padding: 3% 0% 1% 0%;
  text-align: center;
}
.blog1 h4 {
  padding: 1% 0%;
}
.blog1 p {
  padding: 1%;
  text-align: justify;
}
#blog .blog-carousel{
  background-color: rgba(247, 235, 229, 1);
  padding: 0vh 0vw 5vh;
}



/* Blog head Carousel */
.blog-carousel{
  background-color: rgba(247, 235, 229, 1);
  padding: 5vh 0vw 5vh;
}
.blog-head {
  background-image: url(../images/new/trees-low.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(2px 2px 6px rgb(144, 144, 144));
  display: flex;
  border-radius: 10px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  height: 100%;
  height: 475px;
  width: 90%;
  padding: 5% 7%;
} 

.blog-head .inner {
  height: 100%;
  margin-top: 10%;
  justify-content: center;
}

.blog-head p {
color:white;
padding: 0% 5%;
text-align: center;
}
.blog-head h3 {
margin: 5% 0%;
color: white;
}
.blog-head img {
height: 300px;
width: fit-content;
margin: 5% auto;
}
.blog-head ul {
  padding-left: 0% !important;
}
.blog-head li {
color: white;
list-style-type: none;
}
/* Animate the <a> link */
.blog-head:hover a {
transform: translateY(-10px); /* Move up */
opacity: 1; /* Fade in */
transition: transform 0.5s ease, opacity 0.5s ease;
}
.blog-head:hover 

.blog-head .btn-second:hover::after {
background-color: rgb(250 250 250);
}
/* Reset initial position and opacity of the <a> link */
.blog-head a {
color: whitesmoke !important;
position: relative;
display: inline-block;
transform: translateY(20px); /* Start below */
opacity: 0; /* Initially invisible */
transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Move the <h3> and <p> up when hovered */
.blog-head:hover h3,
.blog-head:hover p {
transform: translateY(-20px); /* Move up */
transition: transform 0.3s ease; /* Smooth transition */
}

/* Reset initial position for <h3> and <p> */
.blog-head h3,
.blog-head p {
position: relative;
transform: translateY(0);
transition: transform 0.3s ease; /* Smooth transition */
}




/* ------------------ HOMEPAGE -------------------- */

/* Header */
#homepage .header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  background-image: url("../images/new/homehead.jpg");
  height: 90vh;
  background-attachment: fixed;
  /* background-position: center; */
  background-position: center bottom 10px;
  background-repeat: no-repeat;
  background-size: cover;
  --bs-gutter-x: 0rem !important;
}

#homepage .header h1 {
  padding: 0% 10%;
  color: white;
  text-shadow: 1.5px 1.5px black;
}

#homepage .header .intro {
  position: relative;
  z-index: 5;
}

/* Section 1 */
.section1 {
  background-color:rgba(247, 235, 229, 1);
  padding: 8vh 0vw 16vh 0vw;
}
.section1 h2 {
  margin-bottom: 2px;
}
.section1 img {
  height: calc(2rem + 1vw) !important;
  margin-bottom: 5px;
}
/* 
.section1 svg {
  position: absolute;
  z-index: 2;
  height: 83%;
    left: 14%;
} */

.section1 a {
  text-decoration: none;
}

.section1 .head-text {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: justify;
  /* border-radius: 2%; */
  z-index: 1  ;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  background-color: white;
  background-color: white;
  padding: 0%;
  width: 450px;
  height: 225px;
  border-bottom-left-radius: 225px;
  border-bottom-right-radius: 225px;
}

/* Head text semicircle */
.section1 .head-text  p {
  margin-bottom: 0%;
  text-align: center;
}
.section1 .head-text p:nth-child(1) {
  padding: 0% 0%;
}
.section1 .head-text p:nth-child(2) {
  padding: 0% 11%;
}
.section1 .head-text p:nth-child(3) {
  padding: 0% 25%;
}



.section1 .text-a, .section1 .text-b {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: justify;
  /* border-radius: 2%; */
  z-index: 1  ;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  background-color: white;
  background-color: white;
  padding: 0%;
  width: 400px;
  height: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

/* Head text semicircle */
.section1 .text-a  p, .section1 .text-b p {
  margin-bottom: 0%;
  text-align: center;
}
.section1 .text-a p:nth-child(1) {
  padding: 0% 0%;
}
.section1 .text-a p:nth-child(2) {
  padding: 0% 20%;
} 


.section1 .text-b p:nth-child(1) {
  padding: 0% 5%;
}
.section1 .text-b p:nth-child(2) {
  padding: 0% 20%;
}
.section1 .text-a p:nth-child(3), .section1 .text-b p:nth-child(3) {
  padding: 0% 20%;
}

.section1 .second-text {
  text-align: justify;
  letter-spacing: 0.075rem !important;
  /* align-self: center; */
}

.section1 .row {
  margin: 5vh 0vw;
}

.section1 .brownbutton {
  color: rgba(184, 99, 57, 1);
  --line_color: rgba(184, 99, 57, 1) !important;
}

/* Section 2 */
.section2 {
  background-color: rgba(247, 235, 229, 1);
  padding: 5vh 0vw 15vh 0vw;
}

.section2 .back-text {
  padding: 0% 10%;
}


/* Section 3 */
.section3 {
  background-image: url("../images/new/home3.jpg");
  margin-bottom: calc(-1* var(--bs-gutter-x));
  /* height: 120vh; */
  background-size: cover;
  padding: 20vh 0vw;
}

.section3 dotlottie-player {
  position: relative;
  /* width: 200px;
  height: 200px; */
}

.section3 .dotplayers {
  position: absolute;
}

.section3 #underlineOne {
  width: 100px;
  top: 47px;
  left: -90px;
}

.section3 #underlineTwo {
  width: 100px;
  top: 45px;
  left: 58px;
}

.section3 #circle {
  width: 85px;
  bottom: -46px;
  left: 74px;
}

.section3 .text-box {
text-align: justify;
border-radius: 2%;
z-index: 1  ;
box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgb(196, 181, 167) 0 -3px 0 inset;
background-color: rgba(255, 255, 255, 0.85);
padding: 2% 3%;
margin: 5% 25%;
height: auto;
} 

.section3 .brownbutton {
  color: rgba(184, 99, 57, 1);
  --line_color: rgba(184, 99, 57, 1) !important;
  text-decoration: none;
  margin-top: 3%;
  width: 35%;
  height: 45px;
}

.section3 .btn-shine {
  position: relative;
  z-index: 1001;
  background-color: rgba(175, 179, 152, 1);
  border-radius: 5px;
  filter: drop-shadow(2px 2px 6px rgb(144, 144, 144));  /* width: 60%;
  padding: 3% 4%;
  margin: 5vw; */
  padding: 5% 3%;
  margin: 2.5vh 0vw;
  width: 50%;
  height: auto;
}

.section3 .col-sm-12 {
  border-radius: 15px;
}

.section3 .text-box h2 {
  margin: 0vh 0vw 3% 0vw;
  padding: 1vh 1vw 0vh 1vw;
}

.section3 .text-box p {
  color: white;
  text-align: justify;
  padding: 0vh 1vw;
}


/* Section 3b */

.section3b {
  background-color:  rgba(247, 235, 229, 1);
  padding: 0% 10% 2% 10%;
}

.section3b h2 {
  padding: 0% 0% 3% 9%;
  text-decoration: underline;
}
.section3b .testimonial {
  padding-top: 5%;
  /* background-color:  rgba(255, 255, 255, 0.5); */

}
.section3b .vid-test video {
  height: 100%;
  max-height: 300px;
  margin: -5% 0% 0% 10%;
}

.section3b .papers .d-flex .col-sm-3 {
  height: 100%;
}

.section3b .papers .d-flex{
  align-items: center;
  justify-content: center;
}

.section3b .papers {
  /* background-color:  rgba(255, 255, 255, 0.5); */
  height: 60vh;
  padding: 2% 0% 5% 0%
}

.section3b .papers img {
  width: 16vw;
  height: 100%;
}

.section3b .papers .d-flex > div:nth-child(2) img {
  margin-top: -60%;
}

.section3b .papers .d-flex > div:nth-child(3) img {
  margin-top: 10%;
}

.section3b .papers .d-flex > div:nth-child(4) img {
  margin-top: -40%;
}



.section3c {
  /* height: 80vh; */
  background: linear-gradient( to bottom, 
   rgba(227, 214, 198, 1) 0%,
   rgba(227, 214, 198, 0.8)20%,
   rgba(255, 255, 255, 0.05) 50%),
  url("../images/new/home-clients.jpg") no-repeat center;
  background-attachment: fixed;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: calc(-1* var(--bs-gutter-x));
  padding: 15% 0%;
  
  --bs-gutter-x: 0px !important;
  --bs-gutter-y: 0px !important;
}

.section3c .row {
  --bs-gutter-x: 0rem !important;
}

.section3c .brownbutton {
  display: block;
  color: rgba(184, 99, 57, 1);
  --line_color: rgba(184, 99, 57, 1) !important;
  width: 30%;
  margin-top: 5%;
  height: 50px;
}

.section3c .a {
  /* height: 80vh; */
  /* background: 
  url(../images/new./home-clients.jpg) no-repeat center; */
  margin-bottom: calc(-1* var(--bs-gutter-x));
}
.section3c .b {
  height: 75vh;
  /* background: linear-gradient( to bottom, 
   rgba(227, 214, 198, 1) 0%,
   rgba(227, 214, 198, 0.8)20%,
   rgba(255, 255, 255, 0.05) 50%),
  url(../images/new./home-clients.jpg) no-repeat center; */
  margin-bottom: calc(-1* var(--bs-gutter-x));
}

.section3c .text-box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  /* border-radius: 2%; */
  z-index: 1  ;
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0% 2%;
  width: 650px;
  height: 325px;
  border-bottom-left-radius: 325px;
  border-bottom-right-radius: 325px;
}
.section3c .text-box .row {
  width: 82%;
  margin-top: -5%;
}

.section3c .papers .col-sm-6 {
  align-items: center;  
  justify-content: center;
}
/* Head text semicircle */
.section3c .head-text  p {
  margin-bottom: 0%;
  text-align: center;
}
.head-text p:nth-child(1) {
  padding: 0% 0%;
}
.head-text p:nth-child(2) {
  padding: 0% 15%;
}
.head-text p:nth-child(3) {
  padding: 0% 30%;
}


.section3c h1 {
  color: white;
  text-shadow: 1px 1px black;
  z-index: 100;
}

.section3c ul {
  margin-bottom: 0px;
  list-style-image: url("../images/drop2.svg") !important;
  font-size: calc(0.6rem + 0.6vw) !important;
}

.section3c li::marker {
  font-size: 35px;
  list-style-image: url("../images/drop2.svg") !important;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.section3b .btn-shine {
  margin-top: 3vh;
}

.section3b .client-results {
  margin-top: 10vh;
  color: white;
}

/* Section3 break */
.home-break {
  height: 10vh;
  background-color: rgba(247, 235, 229, 1);
}

.image-break {
  height: 130px;
  position: relative;
  width: 131vh;
  top: -78vh;
  margin-left: -3vw;
  margin-bottom: -128px;
  /* left: 0vw; */
  background-color: rgba(247, 235, 229, 1);
  transform: rotate(90deg);
}


/* Section 4 */
.section4 {
  background-color:  rgba(175, 179, 152, 1);
  /* filter: drop-shadow(2px 2px 6px rgb(140, 140, 140)); */


  color: white;
  /* padding-top: 6vh; */
}
.hidden {
  display:none;
}

.show {
  opacity: 1;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.fadeIn, .fadeOut {
  animation-duration: 2s; /* Set the duration to match JavaScript timing */
  animation-timing-function: ease-in-out;
}

.fade {
  animation-duration: 1s; /* Adjust as needed */
  animation-fill-mode: forwards; /* Keeps the final state of the animation */
}

#el1 {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease; /* This defines a 2-second fade effect */
}

#el2 {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease; /* This defines a 2-second fade effect */
}
#el3 {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease;
}

#el3.show {
  opacity: 1;
}

#el1 h2, #el2 h2, #el3 h2 {
  padding: 0% 5%;
  width: 90%;
  margin-top: 2px
}
.section4 .row{
  width:100%
}

.section4 blockquote {
  margin: 5vh 0vw;
}

.section4 .text-fades {
  padding-top: 5px;
}

.section4 h3 {
  width: 90%;
  margin: auto;
  z-index: 10;
  padding: 0%;
}


/* Section 5 */
.section5 {
padding: 7vh 0vw 7vh;
background-color:  rgba(247, 235, 229, 1) ;
}
.wrapper .background-image1 {
  background-image: url("../images/new/testimonials/L.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0%;
  border-radius: 5%;
  position: absolute;
  opacity: 0.2;
}
.wrapper .background-image2 {
  background-image: url("../images/new/testimonials/M.jpeg");
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0%;
  background-position: center -100px;
  border-radius: 5%;
  position: absolute;
  opacity: 0.2;
}
.wrapper .background-image3 {
  background-image: url("../images/new/testimonials/N.png");
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0%;
  border-radius: 5%;
  position: absolute;
  opacity: 0.2;
}
.wrapper .background-image-anon {
  background-image: url("../images/anon.jpg");
  height: 100%;
  width: 100%;
  top: 0%;
  border-radius: 5%;
  background-size: cover;
  position: absolute;
  opacity: 0.2;
}

/* Extra small devices (phones, less than 576px) */
@media screen and (min-width : 276px) and (max-width : 575.99px) {
  .wrapper .background-image-anon {
    background-position: center ;
  
  }
  .wrapper .background-image2 {
    background-position: center -50px;
  }
  .wrapper .background-image3 {
    background-position: center ;
  }
  
}

/* Extra small devices (phones, less than 475.98px) */
@media screen and (max-width : 475.98px) {
.brownbutton__drow1, .brownbutton__drow1::before, .brownbutton__drow1::after, .brownbutton__drow2, .brownbutton__drow2::before, .brownbutton__drow2::after  {
  display: none;
}
}
/* Extra small devices (phones, more than 475.99px and less than 575.99px) */
@media screen and (min-width : 475.99px) and (max-width : 575.99px) {
.brownbutton__text {
  width: 75% !important;
  margin: auto;
}
.brownbutton:hover .brownbutton__drow2::after {
  animation: drow6 linear 0.06s 0.32s !important;
  animation-fill-mode: forwards !important;
}
.brownbutton__drow2 {
  left: 23% !important;
}
.brownbutton__drow1 {
  left: 4% !important;
}
}

/* Extra small devices (phones, less than 576px) */
@media screen and (min-width : 276px) and (max-width : 349.99px) { 

  .section1 img {
    height: calc(1.7rem + 1vw) !important;
  }
  .section1 .head-text, .section1 .text-a, .section1 .text-b {
    width: 280px!important;
    height: 140px!important;
    border-bottom-left-radius: 140px!important;
    border-bottom-right-radius: 140px!important;
}
.services1 .head-text, .services1 .text-a, .services1 .text-b {
  width: 280px!important;
  height: 140px!important;
  border-bottom-left-radius: 140px!important;
  border-bottom-right-radius: 140px!important;
}
.section3b .vid-test video {
  max-height: 170px;
}
.section3c .text-box .row {
  display: flex;
  flex-direction: column;
 }
  .section3c .text-box {
  width: 90%;
  height: 95%;
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 250px;
  padding: 10% 0%;
  }
.section3c .col-sm-6 #text {
  padding-bottom: 5%;
}
.section3c .col-sm-6 {
  width: 100%;
  --bs-body-line-height: 1.75;
  align-items: stretch !important;
}
.section3c .brownbutton {
  margin-bottom: 3%;
  width:50%;
}
.section3b .vid-test video, .services8 .vid-test video {
  max-height: 170px;
}
}
/* Extra small devices (phones, less than 576px) */
@media screen and (min-width : 350px) and (max-width : 575.99px) { 
  .section1 img {
    height: calc(1.75rem + 1vw) !important;
  }
  .section1 .head-text, .section1 .text-a, .section1 .text-b {
    width: 350px;
    height: 175px;
    border-bottom-left-radius: 175px;
    border-bottom-right-radius: 175px;
}
  .services1 .head-text, .services1 .text-a, .services1 .text-b {
    width: 350px !important;
    height: 175px !important;
    border-bottom-left-radius: 175px !important;
    border-bottom-right-radius: 175px !important;
}
.services1 .brownbutton {
  width: auto;
  height: auto;
}
.section3b .vid-test video, .services8 .vid-test video {
  max-height: 170px;
}
.section3c {
  background-position: 30%;
}
.section3c .text-box .row {
  display: flex;
  width: 90%;
  margin-top: -5%;
  font-size: 12px;
 }
  .section3c .text-box {
  width: 95%;
  height: 95%;
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 250px;
  padding: 10% 0%;
  }
  .section3c .col-sm-6 {
    width: 50%;
    align-items: stretch !important;
  }
  .section3c .brownbutton {
    margin-bottom: 3%;
    width:40%;
  }
}

/*  UNDER 276px */
@media screen and (max-width : 276px) {
  #videoModal .modal-content video, #videoModal .modal-content {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
#videoModal .modal-content video {
  width: 120px;
}
  #videoModal {
    width: 120px;
    height: 165px;
    bottom: -20px;
    right: 0px;
  }
  .section1 .text-a p:nth-child(1) {
    padding: 0% 15%;
  }
  .section1 .head-text p:nth-child(2) {
    padding: 0% 17%;
  }
  .section1 .text-b p:nth-child(1) {
    padding: 0% 20%;
  }
  .section1 img {
    height: calc(1.75rem + 1vw) !important;
  }
  .section1 .brownbutton {
  margin-top: 5%;
  }
  
  .section1 .col-sm-6 {
  margin-top: 10%;
  }
  
  .section1 .row {
  margin: 0vh
  }
  

  .section3b .papers, .services8 .papers {
    height: auto;
  }
  .section3b .papers .d-flex > div:nth-child(2) img, .services8 .papers .d-flex > div:nth-child(2) img {
    margin-top: 10%;
    margin-left: 0%;
  }
  .section3b .papers .d-flex > div:nth-child(3) img, .services8 .papers .d-flex > div:nth-child(3) img {
    margin-top: 10%;
    margin-left: 10%;
  
  }
  .section3b .papers .d-flex > div:nth-child(4) img, .services8 .papers .d-flex > div:nth-child(4) img {
    margin-top: 10%;
    margin-left: 20%;
  
  }
  .section3b .papers .d-flex > div:nth-child(5) img, .services8 .papers .d-flex > div:nth-child(5) img  {
    margin-top: 10%;
    margin-left: 10%;
  }
  .section3b .papers .col-sm-2, .services8 .papers .col-sm-2 {
    margin: 15px 0px;
  }

  .section3b .papers .col-sm-5, .services8 .papers .col-sm-5 {
    margin: 0px 0px 10px 0px;
  }
  .section3b .vid-test video, .services8 .vid-test video {
    margin: 0%;
  }
  .section3b .papers .d-flex{
    align-items: center;  
    justify-content: start;
  }
  .section3c .papers .col-sm-6 {
    align-items: start;  
    justify-content: start;
  }

  .section3c .text-box, .section1 .text-a, .section1 .text-b, .section1 .head-text {
    width: auto;
    height: auto;
    font-size: 12px;
    margin: 0% 5%;
    padding: 10% 0%;
  }
  .section3c {
    background-position: 35%
  }
  .section3 {
    height: auto;
    padding: 30vh 0vw;
  }
  .section3 .text-box {
    margin: 5%;
    padding: 5% 5%;
  }
  .section3 .text-box h2 {
    margin: 0% 0% 2% 0%;
    padding: 2%;
  }
  .section3 .brownbutton {
    width: 60%;
    height: 45px;
  }
  .section3b .papers .d-flex {
    flex-direction: column;
  }
  .section3b .papers img {
    width: 60vw;
  }
  .section3b .vid-test video {
    max-height: 200px;
  }
  .image-break {
    display: none;
  }
  .section3c {
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    background-position: 35%;
  }
  .section4 h3 {
    width: 100%;
  }
}


/* Extra small devices (phones, less than 576px) */
@media screen and (min-width : 276px) and (max-width : 575.99px) {
  #videoModal .modal-content video, #videoModal .modal-content {
    /* width: 120px;
    height: 120px;
    object-fit: cover; */
    display: none !important;
}
#videoModal .modal-content video {
  width: 120px;
}
    #videoModal #closeBtn {
      top: 0px !important;
      display: none !important;
    }
    #videoModal {
      width: 130px !important;
      height: 126px !important;
      bottom: 10px;
      right: 5px;
  }
  #homepage .header {
    background-position: center left -300px;
    background-attachment:unset;
  }

  
  .servicesheader, .aboutheader, .endoheader, .services15, .endo4 .t3 {
    background-attachment:unset;
  }

  .flip-container {
    background-attachment:unset !important;
    background-image: url("../images/new/services-header2.jpg") !important;

  }

.section1 .brownbutton {
  margin-top: 5%;
}

.section1 .col-sm-6 {
  margin-top: 10%;
}

.section1 .row {
  margin: 0vh
}

.section3 {
  height: auto;
}

.section3 .text-box {
  margin: 5% 15%;
  padding: 5% 5%;
}

.section3 .text-box h2 {
  margin: 0% 0% 2% 0%;
  padding: 2%;
}

.section3 .brownbutton {
  width: 60%;
  height: 45px;
}


.image-break {
  display: none;
 }
 .section3c {
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
 }

 .section3b h2 {
  padding: 0% 0% 8% 0%;
  margin: auto;
 }
 .section3b .papers {
  height: auto;
}

.section3b .papers .d-flex > div:nth-child(2) img {
  margin-top: 10%;
  margin-left: 0%;
}
.section3b .papers .d-flex > div:nth-child(3) img {
  margin-top: 10%;
  margin-left: 10%;

}
.section3b .papers .d-flex > div:nth-child(4) img {
  margin-top: 10%;
  margin-left: 20%;

}
.section3b .papers .d-flex > div:nth-child(5) img {
  margin-top: 10%;
  margin-left: 10%;

}
.section3b .papers .col-sm-2 {
  margin: 15px 0px;
}
.section3b .papers .col-sm-3 {
  margin: 0px 0px 10px 0px;
}
.section3b .papers .col-sm-6 {
  margin: 15px 0px;
}
.section3b .vid-test video {
  margin: 0%;
}
 .section3b .papers .d-flex {
  flex-direction: column;
}
.section3b .papers img {
  width: 50vw;
}
.section3b .vid-test video {
  max-height: 300px;
}

.section3c {
  background-position: 35%;
}
.section3c ul {
  font-size: calc(0.7rem + 0.8vw);
}
.section3c h1 {
  z-index: 10;
  margin-bottom: 0;
  padding: 2%;
  background-color: #00000052;
}
.section4 h3 {
  width: 100%;
}
.section4 .text-fades {
  padding-top: 15px;
  padding-bottom: 15px;
}
#el1 h2, #el2 h2, #el3 h2 {
  padding: 0% 0%;
  width: 100%;
}
}

/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) { 
  #videoModal .modal-content video, #videoModal .modal-content {
    width: 160px;
    height: 160px;
    object-fit: cover;
}
#videoModal .modal-content video {
  width: 160px;
}
    #videoModal #closeBtn {
      top: 0px !important;
    }
    #videoModal {
      width: 160px !important;
      height: 170px !important;
      bottom: 10px;
      right: 5px;
  }
  #homepage .header {
      background-position: center left;
  }
  
  .servicesheader, .aboutheader, .endoheader {
    background-position: center;
  }
  .section1 .head-text, .section1 .text-a, .section1 .text-b {
    width: 290px;
    height: 145px;
    border-bottom-left-radius: 145px;
    border-bottom-right-radius: 145px;
}
  .section1 img {
    height: calc(1.75rem + 1vw) !important;

  }

.section2 .col-sm-3 {
  padding: 2vh 0vw;
  width: 70%;
}
.section3 .brownbutton {
  width: 42%;
  height: 45px;
}
.brownbutton__text {
  width: 75% !important;
  margin: auto;
}
.brownbutton:hover .brownbutton__drow2::after {
  animation: drow6 linear 0.06s 0.32s !important;
  animation-fill-mode: forwards !important;
}
.brownbutton__drow2 {
  left: 30% !important;
}
.brownbutton__drow1 {
  left: 4% !important;
}
.brownbutton__drow1::after {
  top: -10px;
  left: 200%;
  width: 0;
  height: 40px;
  border-radius: 16px;
  transform-origin: 2vh 2vh;
  transform: rotate(69deg);
}
.brownbutton__drow2::before {
  bottom: 0;
  left: 2%;
  width: 0;
  height: 26px;
  border-radius: 16px;
  transform-origin: 2vh 2vh;
  transform: rotate(-146deg);
}

.section2 .back-text {
  position: relative;
  top: 120px;
}
.section2 .front p, .section2 .front h2 {
  margin-top: 235px;

}
.section3 .text-box {
  margin: 5% 15%
}
.section3b .vid-test video {
  max-height: 170px;
}
.section3c .col-sm-4 {
  width: 0%;
}
.section3c .col-sm-8 {
  flex: 0 0 auto;
  width: 99%;
}
.section3c .text-box {
  width: 600px;
  height: 300px;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
}
.section3c ul {
  font-size: calc(0.7rem + 0.8vw);
}
.section3b h2 {
  padding: 0% 0% 3% 10%;
}
.section3b .papers {
  height: auto;
}

.section3b .papers .d-flex > div:nth-child(2) img {
  margin-top: 0%;
  margin-left: 0%;
}
.section3b .papers .d-flex > div:nth-child(3) img {
  margin-top: 0%;
  margin-left: 10%;

}
.section3b .papers .d-flex > div:nth-child(4) img {
  margin-top: 0%;
  margin-left: 20%;

}
.section3b .papers .d-flex > div:nth-child(5) img {
  margin-top: 0%;
  margin-left: 10%;

}
.section3b .papers .col-sm-6 {
  margin: 15px 0px;
}
.section3b .papers .d-flex .col-sm-3 {
  margin: 0px 0px 10px 0px;
  height:auto;
}
.section3b .papers .col-sm-2 {
  margin: 15px 0px;
}
.section3b .vid-test video {
  margin: 0% 0% 0% -125%;
}
 .section3b .papers .d-flex {
  flex-direction: column;
}
.section3b .papers img {
  width: 50vw;
}
.section3b .vid-test video {
  max-height: 350px;
}


.section3c h1 {
  z-index: 10;
  margin-bottom: 0;
  padding: 2%;
  background-color: #00000052;
}
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) { 
  #videoModal .modal-content video, #videoModal .modal-content {
    width: 180px;
    height: 180px;
    object-fit: cover;
}
#videoModal .modal-content video {
  width: 180px;
}
    #videoModal #closeBtn {
      top: 0px !important;
    }
    #videoModal {
      width: 180px !important;
      height: 190px !important;
      bottom: 10px;
      right: 5px;
  }
  .section1 .head-text, .section1 .text-a, .section1 .text-b {
    width: 350px;
    height: 175px;
    border-bottom-left-radius: 175px;
    border-bottom-right-radius: 175px;
}


.section2 .back-text {
  position: relative;
  top: 120px;
}
.section2 .front p, .section2 .front h2 {
  margin-top: 235px;

}
.section2 .col-sm-3 {
  padding: 5% 0%;
}

/* .brownbutton {
  width: 25vw !important;
  height: 8vh;
}
.brownbutton__text {
  width: 75% !important;
  margin: auto;
} */

.brownbutton:hover .brownbutton__drow2::after {
  animation: drow6 linear 0.06s 0.32s !important;
  animation-fill-mode: forwards !important;
}
.brownbutton__drow2 {
  left: 27% !important;
}
.brownbutton__drow1 {
  left: 8% !important;
}

.section3 .text-box {
  margin: 5% 20%
}


.section3b h2 {
  padding: 0% 0% 3% 10%;
}
.section3b .papers {
  height: auto;
}

.section3b .papers .d-flex > div:nth-child(2) img {
  margin-top: 0%;
  margin-left: -10%;
}
.section3b .papers .d-flex > div:nth-child(3) img {
  margin-top: 0%;
  margin-left: 50%;

}
.section3b .papers .d-flex > div:nth-child(4) img {
  margin-top: 0%;
  margin-left: -30%;

}
.section3b .papers .d-flex > div:nth-child(5) img {
  margin-top: 0%;
  margin-left: -100%;

}
.section3b .papers .col-sm-6 {
  margin: 30px 0px;
}
.section3b .papers .d-flex .col-sm-3 {
  margin: 0px 0px 10px 0px;
  height:auto;
}
.section3b .papers .col-sm-2 {
  margin: 15px 0px;
}
.section3b .vid-test video {
  margin: 0% 0% 0% -125%;
}
 .section3b .papers .d-flex {
  flex-direction: column;
}
.section3b .papers img {
  width: 300px;
}
.section3b .vid-test video {
  max-height: 350px;
}
.section3c .text-box {

}
.section3c .col-sm-4 {
  width: 100%;
}
.section3c .col-sm-4 {
  width: 0%;
} 
.section3c h1 {
  z-index: 10;
  margin-bottom: 0;
  padding: 2%;
  background-color: #00000052;
}
.section3c ul {
  font-size: calc(0.7rem + 0.8vw);
}
.section3c .row {
  display: flex;
  justify-content: center;
}
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) { 

  #videoModal .modal-content video, #videoModal .modal-content {
    width: 180px;
    height: 180px;
    object-fit: cover;
}
#videoModal .modal-content video {
  width: 180px;
}
    #videoModal #closeBtn {
      top: 0px !important;
    }
    #videoModal {
      width: 175px !important;
      height: 190px !important;
      bottom: 10px;
      right: 5px;
  }
  .section1 .head-text, .section1 .text-a, .section1 .text-b {
    width: 400px;
    height: 200px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}

.brownbutton__text {
  width: 75% !important;
  margin: auto;
}
.brownbutton:hover .brownbutton__drow2::after {
  animation: drow6 linear 0.06s 0.32s !important;
  animation-fill-mode: forwards !important;
}

.section2 .back-text {
  position: relative;
  top: 135px;
}

.section2 .col-sm-3 {
  padding: 5% 0%;
}


.section3c .text-box {
  /* width: max-content; */
}
.section3 .text-box {
  margin: 5% 20%
}
}


/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) { 

}

/* Underlines & Circle */
@media screen and (max-width: 299.99px) {
  .section3 #underlineOne {
    display: none;
  } 
  .section3 #underlineTwo {
    display: none;
  }
  .section3 #circle {
    display: none;
  }
}
@media screen and (min-width: 300px) and (max-width: 326.99px) {

  .section3 #underlineOne {
    width: 90px;
    top: 67px;
    left: -18px;
  } 
  .section3 #underlineTwo {
    width: 100px;
    top: 95px;
    left: -2zpx;
  }
  .section3 #circle {
    width: 81px;
    bottom: -123px;
    left: 73px;
}
.section3 .desires {

  width: 100% !important;
}
}
@media screen and (min-width: 327px) and (max-width: 352.99px) {

  .section3 #underlineOne {
    width: 100px;
    top: 73px;
    left: -4px;
  } 
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 58px;
  }
  .section3 #circle {
    width: 81px;
    bottom: -98px;
    left: 73px;
}
.section3 .desires {

  width: 100% !important;
}
}

@media screen and (min-width: 353px) and (max-width: 419.99px) {
  .section3 #underlineOne {
    width: 100px;
    top: 73px;
    left: -4px;
  } 
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 58px;
  }
  .section3 #circle {
    width: 81px;
    bottom: -98px;
    left: 73px;
  }
  .envision {
    width: 100%;
    padding: 0vh 0vw;
  }
  .section3 .desires {
    width: 75% !important;
  }

}
@media screen and (min-width: 421px) and (max-width: 502.99px) {
  .section3 #underlineOne {
    width: 100px;
    top: 73px;
    left: -4px;
  } 
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 58px;
  }
  .section3 #circle {
    width: 81px;
    bottom: -98px;
    left: 73px;
  }

}

@media screen and (min-width: 503px) and (max-width: 575.99px) {
  .section3 #underlineOne {
    width: 100px;
    top: 73px;
    left: -4px;
  } 
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 58px;
  }
  .section3 #circle {
    width: 81px;
    bottom: -100px;
    left: 74px;
}

}

@media screen and (min-width: 503px) and (max-width: 575.99px) {
  .section3 #underlineOne {
    width: 100px;
    top: 73px;
    left: -4px;
  } 
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 58px;
  }
  .section3 #circle {
    width: 81px;
    bottom: -100px;
    left: 74px;
}

  .section3 .envision {
    width: 100%;
  }
  .image-break {
    width: 650px;
    top: -470px;
    margin-left: -12vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 688.99px) {
  .section3 #underlineOne {
    width: 100px;
    top: 73px;
    left: -4px;
  } 
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 58px;
  }
  .section3 #circle {
    width: 81px;
    bottom: -100px;
    left: 74px;
}

  .section3 .envision {
    width: 95%;
  }
  .image-break {
    width: 580px;
    top: -420px;
    margin-left: -25vw;
  }
  
}
@media screen and (min-width: 689px) and (max-width: 767.99px) {
  .section3 #underlineOne {
    width: 100px;
    top: 73px;
    left: -4px;
  } 
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 58px;
  }
  .section3 #circle {
    width: 81px;
    bottom: -100px;
    left: 74px;
}
.image-break {
  width: 670px;
  top: -470px;
  margin-left: -28vw;
}


}
@media screen and (min-width: 768px) and (max-width: 965.99px) {
  .section3 #underlineOne {
    width: 92px;
    top: 47px;
    left: -16px;
  }
  
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 130px;
}
  
  
  .section3 #circle {
    width: 85px;
    bottom: -76px;
    left: 74px;
  }
  .image-break {
    width: 690px;
    top: -480px;
    margin-left: -12vw;
  }

}
@media screen and (min-width: 966px) and (max-width: 1124.99px) {
  .section3 #underlineOne {
    width: 92px;
    top: 47px;
    left: -16px;
  }
  
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 130px;
}
  
  
  .section3 #circle {
    width: 85px;
    bottom: -76px;
    left: 74px;
  }
  .image-break {
    width: 680px;
    top: -484px;
    margin-left: -12vw;
  }

}
@media screen and (min-width: 1125px) and (max-width: 1199.99px) {
  .section3 #underlineOne {
    width: 96px;
    top: 47px;
    left: -44px;
  }
  
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 106px;
  }
  
  .section3 #circle {
    width: 85px;
    bottom: -76px;
    left: 74px;
  }
    .image-break {
      width: 740px;
      top: -510px;
      margin-left: -10vw;
    }
  

}
@media screen and (min-width: 1200px) and (max-width: 1329.99px) {
  .section3 #underlineOne {
    width: 100px;
    top: 47px;
    left: -90px;
  }
  
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 58px;
  }
  
  .section3 #circle {
    width: 85px;
    bottom: -50px;
    left: 74px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399.99px) {
  .section3 #underlineOne {
    width: 100px;
    top: 47px;
    left: -90px;
  }
  
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 58px;
  }
  
  .section3 #circle {
    width: 85px;
    bottom: -50px;
    left: 74px;
  }
  
}
@media screen and (min-width: 1400px) and (max-width: 1449.99px) {
  .section3 #underlineOne {
    width: 100px;
    top: 47px;
    left: -90px;
  }
  
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 58px;
  }
  
  .section3 #circle {
    width: 85px;
    bottom: -50px;
    left: 74px;
  }
}
@media screen and (min-width: 1450px) {

  .section3 #underlineOne {
    width: 100px;
    top: 47px;
    left: -90px;
  }
  
  .section3 #underlineTwo {
    width: 100px;
    top: 45px;
    left: 58px;
  }
  
  .section3 #circle {
    width: 85px;
    bottom: -46px;
    left: 74px;
  }

  
}










/* -----------------  Splides ----------------- */

.splide__slide {
  display: grid;
  justify-content: center;
  padding-left: calc(2%);
  padding-right: calc(2%);
}

.splide__arrow {
  background-color: rgba(184, 99, 57, 1) !important;
  filter: drop-shadow(2px 2px 2px #000000);
}

.splide__arrow--prev {
  left: 2em !important;
}

.splide__arrow--next {
  right: 2em !important;
}

/* Testimonial Splide */

#testsplide {
width: 100vw;
}

#testsplide .splide__slide {
padding: 6vh 0vw;
display: flex;
align-items: center;

}

.carousel-item.img {
    object-fit: contain;
}


.card-body h5, p {
    color: black;
}

.card {
    background-color: rgba(227, 214, 198, 1) !important;
}

figure.snip1157 {
    padding: 4vh;
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    max-width: 30vw;
    width: 100%;
    color: #333;
    text-align: left;
    
  }
  figure.snip1157 * {
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  }
  figure.snip1157 img {
    max-width: 100%;
    vertical-align: middle;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 40px 0 0 10px;
  }
  figure.snip1157 blockquote {
    filter: drop-shadow(2px 2px 6px #000000);
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: rgba(125, 174, 181, 1);
    color: white;
    padding: 3vh 5.5vw 3.5vh 5.5vw;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
    
  }
  figure.snip1157 blockquote:before,
  figure.snip1157 blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
  }
  figure.snip1157 blockquote:before {
    top: 20px;
    left: 20px;
  }
  figure.snip1157 blockquote:after {
    content: "\201D";
    right: 35px;
    bottom: 15px;
  }
  figure.snip1157 .arrow {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid rgba(125, 174, 181, 1);
    margin: 0;
    position: absolute;
  }
  figure.snip1157 .author {
    position: absolute;
    bottom: 45px;
    padding: 0 10px 0 120px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  figure.snip1157 .author h5 {
    position: relative;
    top: -4vh;
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
  }
  figure.snip1157 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
  }

.wrapper {
  margin: auto;
  max-width: 26vw;
  height: 42vh;
  display: table;
  border-radius: 30px;
  border: 3px solid #111;
  margin: 0vh 1.5vw;
  padding: 1.5vh 1vw;
  position: relative;
  -webkit-box-shadow: 4px 4px 6px 1px rgba(129, 129, 129, 0.75);
  -moz-box-shadow: 4px 4px 6px 1px rgba(129, 129, 129, 0.75);
  box-shadow: 4px 4px 6px 1px rgba(129, 129, 129, 0.75);

}

.wrapper blockquote:before,
.wrapper blockquote:after {
  font-family: 'FontAwesome';
  position: absolute;
  z-index: 10001;
  background: rgba(213, 205, 195, 1);
  font-size: 50px;
  padding: 0vh 1vw;
  opacity: 1;
  font-style: normal;
}

.wrapper blockquote:before {
  content: "\201D";
  top: -4vh;
  left: -1vw;
  transform: rotate(180deg)
}


.wrapper blockquote:after {
  content: "\201D";
  right: -1vw;
  bottom: -4vh;
}

.description {
  margin-top: 5vh;
}

.title h5 {
font-size: calc(0.6rem + 1.75vw) !important;
}
.description p {
  text-align: justify;
  padding: 0vh 1vw;
  font-size: calc(0.4rem + 0.65vw);
  padding: 0vh 1.6vw;
  /* margin-bottom: 5vh;
  margin-right: 1vw; */
}

.title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  /* color: white; */
  /* padding: 0 20px 0 0; */
}

.title h4 {
  background:rgba(0, 0, 0, 0.15);
  padding: 1vh 0vw;
  /* margin-bottom: -2vh; */
}

.title, .description {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.title h5 {
  /* background-blend-mode: exclusion;
  background: rgba(181, 162, 143, 0.4) */
}

.title img {
  position: relative;
  max-height: 32vh;
  object-fit: fill ;
  width: 100%;
  border-radius: 10px;
  /* filter: grayscale(30%) blur(0.5px); */
  z-index: -1;
  top: 6vh;
  left: 0vw;
  padding-bottom: 2vh;
}

.border-radius {
  border-radius: 10px;
}

/* testsplide */
  /* Extra small devices (phones, less than 576px) */
  @media screen and (max-width : 349.99px) { 

    #services #testsplide, #homepage #testsplide, #endo #testsplide{
      padding-left: 0vh;
      padding-right: 0vh;
    }
    #services #testsplide button, #homepage #testsplide button, #endo #testsplide button {
      display: none;
    }
  
  
    .wrapper .title, .wrapper .description {
      display: flex;
      justify-content: center;
    }
  
    .wrapper {
      margin: auto;
      max-width: 90%;
      height: 275px;
      border: 3px solid black;
      padding: 1vh 0.1vw 1vh 0.1vw;
    }
    .wrapper blockquote:before, .wrapper blockquote:after {
      background: rgba(213, 205, 195, 0);
      position: absolute;
      font-size: 25px;
    }
    .wrapper blockquote:before {
      left: 0px;
      top: 70px;
  
    }
    .wrapper blockquote:after {
      bottom: 10px;
      right: 5px;
    }
  
    .title h5 {
      margin-bottom: 3vh;
      font-size: calc(0.6rem + 1.75vw) !important;
    }
  
    .title {
      display: unset;
      width: auto;
      vertical-align: auto;
      margin-top: 16%;
    } 
    .description {
      display: unset;
      width: auto;
      vertical-align: auto;
      margin-top: 10%;
      padding: 0% 10%;
    } 
  
    .title img {
      position: absolute;
      opacity: 0.3;
      margin-top: 2vh;
    }
       
.services8 .papers {
  height: auto;
}

.services8 .papers .d-flex > div:nth-child(2) img {
  margin-top: 0% !important;
  margin-left: 0%;
  width: 50vw;
}
.services8 .papers .d-flex > div:nth-child(3) img {
  margin-top: 0% !important;
  margin-left: 10%;
  width: 50vw;

}
.services8 .papers .d-flex > div:nth-child(4) img {
  margin-top: 0% !important;
  margin-left: 20%;
  width: 50vw;

}
.services8 .papers .d-flex > div:nth-child(5) img {
  margin-top: 0%;
  margin-left: 10%;
  width: 50vw;
}
.services8 .papers .col-sm-6 {
  margin: 15px 0px;
}
.services8 .papers .d-flex .col-sm-3 {
  margin: 0px 0px 10px 0px;
  height:auto;
}
.services8 .papers .col-sm-2 {
  margin: 15px 0px;
}
.services8 .vid-test video {
  margin: 0% 0% 0% -125%;
}
 .services8 .papers .d-flex {
  flex-direction: column;
}

.services8 .vid-test video {
  max-height: 350px;
}
  }
  /* Extra small devices (phones, less than 576px) */
  @media screen and (min-width : 350px) and (max-width : 475.99px) { 

    #services #testsplide, #homepage #testsplide, #endo #testsplide{
      padding-left: 0vh;
      padding-right: 0vh;
    }
    #services #testsplide button, #homepage #testsplide button, #endo #testsplide button {
      display: none;
    }
  
  
    .wrapper .title, .wrapper .description {
      display: flex;
      justify-content: center;
    }
  
    .wrapper {
      margin: auto;
      max-width: 90%;
      height: 275px;
      border: 3px solid black;
      padding: 1vh 0.1vw 1vh 0.1vw;
    }
    .wrapper blockquote:before, .wrapper blockquote:after {
      background: rgba(213, 205, 195, 0);
      position: absolute;
      font-size: 25px;
    }
    .wrapper blockquote:before {
      left: 0px;
      top: 70px;
  
    }
    .wrapper blockquote:after {
      bottom: 10px;
      right: 5px;
    }
  
    .title h5 {
      margin-bottom: 3vh;
      font-size: calc(0.6rem + 1.75vw) !important;
    }
  
    .title {
      display: unset;
      width: auto;
      vertical-align: auto;
      margin-top: 16%;
    } 
    .description {
      display: unset;
      width: auto;
      vertical-align: auto;
      margin-top: 10%;
      padding: 0% 10%;
    } 
  
    .title img {
      position: absolute;
      opacity: 0.3;
      margin-top: 2vh;
    }
   
    .services8 .papers {
      height: auto;
    }
    .services8 .papers .d-flex > div:nth-child(2) img {
      margin-top: 0% !important;
      margin-left: 0%;
      width: 50vw;
    }
    .services8 .papers .d-flex > div:nth-child(3) img {
      margin-top: 0% !important;
      margin-left: 10%;
      width: 50vw;
    
    }
    .services8 .papers .d-flex > div:nth-child(4) img {
      margin-top: 0% !important;
      margin-left: 20%;
      width: 50vw;
    
    }
    .services8 .papers .d-flex > div:nth-child(5) img {
      margin-top: 0%;
      margin-left: 10%;
      width: 50vw;
    }
    .services8 .papers .col-sm-6 {
      margin: 15px 0px;
    }
    .services8 .papers .d-flex .col-sm-3 {
      margin: 0px 0px 10px 0px;
      height:auto;
    }
    .services8 .papers .col-sm-2 {
      margin: 15px 0px;
    }
    .services8 .vid-test video {
      margin: 0% 0% 0% -125%;
    }
     .services8 .papers .d-flex {
      flex-direction: column;
    }
    
    .services8 .vid-test video {
      max-height: 350px;
    }
  }
  
  /* Extra small devices (phones, more than 475.99px and less than 575.99px) */
  @media screen and (min-width : 475.99px) and (max-width : 575.99px) {

    #services #testsplide, #homepage #testsplide, #endo #testsplide{
      padding-left: 0vh;
      padding-right: 0vh;
    }
    #services #testsplide button, #homepage #testsplide button, #endo #testsplide button {
      display: none;
    }
  
    .wrapper .title, .wrapper .description {
      display: flex;
      justify-content: center;
    }
  
    .wrapper {
      margin: auto;
      max-width: 90%;
      height: 275px;
      border: 3px solid black;
      padding: 1vh 0.1vw 1vh 0.1vw;
    }
    .wrapper blockquote:before, .wrapper blockquote:after {
      background: rgba(213, 205, 195, 0);
      position: absolute;
      font-size: 25px;
    }
    .wrapper blockquote:before {
      left: 0px;
      top: 70px;
  
    }
    .wrapper blockquote:after {
      bottom: 10px;
      right: 5px;
    }
  
    .title h5 {
      margin-bottom: 3vh;
      font-size: calc(0.6rem + 1.75vw) !important;
    }
  
    .title {
      display: unset;
      width: auto;
      vertical-align: auto;
      margin-top: 16%;
    } 
    .description {
      display: unset;
      width: auto;
      vertical-align: auto;
      margin-top: 10%;
      padding: 0% 10%;
    } 
  
    .title img {
      position: absolute;
      opacity: 0.3;
      margin-top: 2vh;
    }
    
   
    .services8 .papers {
      height: auto;
    }
    
    .services8 .papers .d-flex > div:nth-child(2) img {
      margin-top: 0% !important;
      margin-left: 0%;
      width: 50vw;
    }
    .services8 .papers .d-flex > div:nth-child(3) img {
      margin-top: 0% !important;
      margin-left: 10%;
      width: 50vw;
    
    }
    .services8 .papers .d-flex > div:nth-child(4) img {
      margin-top: 0% !important;
      margin-left: 20%;
      width: 50vw;
    
    }
    .services8 .papers .d-flex > div:nth-child(5) img {
      margin-top: 0%;
      margin-left: 10%;
      width: 50vw;
    }
    .services8 .papers .col-sm-6 {
      margin: 15px 0px;
    }
    .services8 .papers .d-flex .col-sm-3 {
      margin: 0px 0px 10px 0px;
      height:auto;
    }
    .services8 .papers .col-sm-2 {
      margin: 15px 0px;
    }
    .services8 .vid-test video {
      margin: 0% 0% 0% -125%;
    }
     .services8 .papers .d-flex {
      flex-direction: column;
    }
    
    .services8 .vid-test video {
      max-height: 350px;
    }
  }



  /* Small devices (phones, 576px and up) */
  @media screen and (min-width: 576px) and (max-width: 767.98px) { 
  
    #services #testsplide, #homepage #testsplide, #endo #testsplide{
      padding-left: 0vh;
      padding-right: 0vh;
    }   
  
    .wrapper .title, .wrapper .description {
      display: flex;
      justify-content: center;
    }
  
    .wrapper {
      margin: auto;
      max-width: 90%;
      height: 275px;
      border: 3px solid black;
      padding: 1vh 0.1vw 1vh 0.1vw;
    }
    .wrapper blockquote:before, .wrapper blockquote:after {
      background: rgba(213, 205, 195, 0);
      position: absolute;
      font-size: 25px;
    }
    .wrapper blockquote:before {
      left: 0px;
      top: 70px;
  
    }
    .wrapper blockquote:after {
      bottom: 10px;
      right: 5px;
    }
  
    .title h5 {
      margin-bottom: 3vh;
      font-size: calc(0.6rem + 1.75vw) !important;
    }
  
    .title {
      display: unset;
      width: auto;
      vertical-align: auto;
      margin-top: 16%;
    } 
    .description {
      display: unset;
      width: auto;
      vertical-align: auto;
      margin-top: 10%;
      padding: 0% 10%;
    } 
  
    .title img {
      position: absolute;
      opacity: 0.3;
      margin-top: 2vh;
    }
    
.services8 .papers {
  height: auto;
}

.services8 .papers .d-flex > div:nth-child(2) img {
  margin-top: 0%;
  margin-left: 0%;
  width: 50vw;
}
.services8 .papers .d-flex > div:nth-child(3) img {
  margin-top: 0%;
  margin-left: 10%;
  width: 50vw;

}
.services8 .papers .d-flex > div:nth-child(4) img {
  margin-top: 0%;
  margin-left: 20%;
  width: 50vw;

}
.services8 .papers .d-flex > div:nth-child(5) img {
  margin-top: 0%;
  margin-left: 10%;
  width: 50vw;
}
.services8 .papers .col-sm-6 {
  margin: 15px 0px;
}
.services8 .papers .d-flex .col-sm-3 {
  margin: 0px 0px 10px 0px;
  height:auto;
}
.services8 .papers .col-sm-2 {
  margin: 15px 0px;
}
.services8 .vid-test video {
  margin: 0% 0% 0% -125%;
}
 .services8 .papers .d-flex {
  flex-direction: column;
}

.services8 .vid-test video {
  max-height: 350px;
}
  }
  
  /* Medium devices (tablets, 768px and up) */
  @media screen and (min-width: 768px) and (max-width: 991.98px) { 
  
  }
  
  /* Large devices (desktops, 992px and up) */
  @media screen and (min-width: 992px) and (max-width: 1199.98px) { 
 
  }
  /* Extra large devices (large desktops, 1200px and up) */
  @media screen and (min-width: 1200px) { 
  
  }





/* Insta Posts Carousel */
.eapps-instagram-feed, .eapps-instagram-feed-header {
background-color: rgba(247, 235, 229, 1) !important;
}

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

.post img {
    height: 17vw;
    width: 16.66666666666667vw;
    object-fit: cover;
}

.post video {
    width: 16.66666666666667vw;
    object-fit: cover;
}

#postsplide {
    padding: 0px !important;
}

#postsplide .splide__track {
    height: auto;
    max-height: 50vh;
}

#postsplide .splide__track img:hover {
    filter: grayscale(80%);
}

#postsplide .splide__track .postfade {
    position: absolute;
    display: flex;
    height: 60vh;
    margin-bottom: 0vh;
    width: 16.66666666666667vw;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all ease 0.3s;
}
#postsplide .splide__track .postfade:hover {
    background-color: rgba(128, 128, 128, 0.4);
    opacity: 1;
}
#postsplide .splide__arrow {
  display: none;
}


/* ---------- Insta Posts ------- */

@media screen and (max-width : 481px) {
  #postsplide .splide__track .postfade {
    width: 50vw;
    height:  50vw;
  }


  #postsplide .splide__arrow {
    display: none;
  }

  .post img, .post video {
    width: 50vw;
  }

  .post, .post img {
    height:  100%;
    width:50vw;
  }

}

/* Extra small devices (phones, less than 576px) */
@media screen and (min-width : 481px) and (max-width : 599.99px) { 
  #postsplide .splide__track .postfade {
    width: 33.33vw;
    height:  33.33vw;
  }


  #postsplide .splide__arrow {
    display: none;
  }

  .post img, .post video {
    width: 50vw;
  }

  .post, .post img {
    height:  100%;
    width:33.33vw;
  }
}

/* Small devices (phones, 576px and up) */
@media screen and (min-width: 600px) and (max-width: 768.97px) { 
  #postsplide .splide__track .postfade {
    width: 17vw;
    height:  25vw;
  }


  #postsplide .splide__arrow {
    display: none;
  }


  .post, .post img {
    height:  100%;
    width: 25vw;
  }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768.98px) and (max-width: 991.98px) { 
  #postsplide .splide__track .postfade {
    width: 16.66666666666667vw;
    height:  25vw;
  }

  #postsplide .splide__arrow {
    display: none;
  }

  .post, .post img {
    height:  100%;
    width: 17vw;
  }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) { 
  #postsplide .splide__track .postfade {
    width: 16.66666666666667vw;
    height:  25vw;
  }

  #postsplide .splide__arrow {
    display: none;
  }

  .post, .post img {
    height:  100%;
    width: 17vw;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) { 

}


/* ----------------- SERVICES ------------------- */

/* servicesHeader */
.servicesheader {
  background-image: url("../images/new/IMG_7089\ -\ Enso\ services\ -\ section\ 1.jpg");
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  /* background-position: center; */
  /* background-position: center bottom -200px; */
  background-repeat: no-repeat;
  background-size: cover;
  --bs-gutter-x: 0rem !important;
}

.servicesheader h1 {
  padding: 0% 20%;
  color: white;
  text-shadow: 1.5px 1.5px black;
}

.servicesheader .intro {
  position: relative;
  z-index: 5;
}

/* services 1 */
.services1 {
  background-color:rgba(247, 235, 229, 1);
  padding: 8vh 0vw 16vh 0vw;
}

.services1 a {
  text-decoration: none;
}

.services1 h4 {
  height: 120%;
  width: 35%;
  padding: 1% 3%;
  margin: auto;
  background-color: none;
  color: black;
}

.services1 .head-text {
display: flex; 
justify-content: center;
align-items: center;
align-content: center;
flex-wrap: wrap;
text-align: justify;
z-index: 1;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
background-color: white;
width: 400px;
height: 200px;
border-bottom-left-radius: 225px;
border-bottom-right-radius: 225px;
}

.services1 .head-text h2 {
  margin: 0% 2% 0% 3%;
}

.services1 .second-text {
  margin: 0% 10%;
}

.services1 .text-b {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: justify;
  /* border-radius: 2%; */
  z-index: 1  ;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  background-color: white;
  background-color: white;
  padding: 0%;
  width: 400px;
  height: 200px;
  border-bottom-left-radius: 225px;
  border-bottom-right-radius: 225px;
}

.services1 .text-a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;  
  flex-wrap: wrap;
  text-align: justify;
  /* border-radius: 2%; */
  z-index: 1  ;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  background-color: white;
  background-color: white;
  padding: 0% 2%;
  width: 400px;
  height: 200px;
  border-bottom-left-radius: 225px;
  border-bottom-right-radius: 225px;
}

/* Head text semicircle */
.services1 .head-text  p {
  margin-bottom: 0%;
  text-align: center;
}
.head-text p:nth-child(1) {
  padding: 0% 0%;
}
.head-text p:nth-child(2) {
  padding: 0% 15%;
}
.head-text p:nth-child(3) {
  padding: 0% 30%;
}

/* Text a/b semicircle */
.services1 .text-a  p, .services1 .text-b  p {
  margin-bottom: 0%;
  text-align: center;
}
.services1 .text-a p:nth-child(1) {
  padding: 0% 2%;
}
.services1 .text-a p:nth-child(2) {
  padding: 0% 12%;
}
.services1 .text-a p:nth-child(3) {
  padding: 0% 20%;
}

.services1 .text-b p:nth-child(1) {
  padding: 0% 0%;
}
.services1 .text-b p:nth-child(2) {
  padding: 0% 12%;
}
.services1 .text-b p:nth-child(3) {
  padding: 0% 20%;
}


.services1 .second-text {
  text-align: justify;
  letter-spacing: 0.075rem !important;
  /* align-self: center; */
}

.services1 .row {
  margin: 2vh 0vh 5vh 0vw;
}

.services1 .brownbutton {
  color: rgba(184, 99, 57, 1);
  --line_color: rgba(184, 99, 57, 1) !important;
  width: 15vw;
  height: 7.5vh;
  text-decoration: none;
  font-size: 2vh;
}


/* services 2 */
.services2 {
    background-color:rgba(175, 179, 152, 1) ;
    /* padding: 8vh 0vw; */
    padding: 0vh 0vw 30% 5%;
}

.services2 .row {
  justify-content: space-evenly;
}

.services2 img {
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuZGV2L3N2Z2pzIiB2aWV3Qm94PSIwIDAgNjAwIDYwMCI+PHBhdGggZD0iTTYyLjgyNzIyMzE2NjEyMzA3NiAyODEuMTUxODI2NzY4NjQxMDZDNTQuMzE5MzY5OTc2MDE4OTUgMjQyLjgwMTAzOTkyMzc1MTc3IDU4LjI0NjA2OTkzMjI3NzAxIDE5Ny42NDM5NzYxMjE2Njg0IDczLjAzNjY0NjIzMTMwODYyIDE2NC45MjE0NjQ4MzAxNjQ1Qzg3LjgyNzIyMjUzMDM0MDE4IDEzMi4xOTg5NTM1Mzg2NjA2IDEwOC41MDc4NTQxNjc5MTM0OCAxMDAuMTMwODk0MjUzMTc4ODQgMTUxLjU3MDY4MDk2MDMxMjUzIDg0LjgxNjc1OTAxOTYxNzYyQzE5NC42MzM1MDc3NTI3MTE1OCA2OS41MDI2MjM3ODYwNTY0IDI3Ny44Nzk1NzQ3OTk4MzA4IDY3LjQwODM4MTY5MDEwOTE0IDMzMS40MTM2MDY5ODU3MDMxNSA3My4wMzY2NTM0Mjg3OTczMUMzODQuOTQ3NjM5MTcxNTc1NSA3OC42NjQ5MjUxNjc0ODU0OCA0MzkuMjY3MDE1Nzk5MTc5NyA5OC42OTExMDI4OTE2ODc5MyA0NzIuNzc0ODc0MDc1NTQ2OSAxMTguNTg2Mzg5NDUxNzQ2NTNDNTA2LjI4MjczMjM1MTkxNDEgMTM4LjQ4MTY3NjAxMTgwNTEyIDUxOC45NzkwODI0NDk1NzAzIDE2My42MTI1NTk1NDY1NTQ0OCA1MzIuNDYwNzU2NjQzOTA2MyAxOTIuNDA4MzcyNzg5MTQ4ODdDNTQ1Ljk0MjQzMDgzODI0MjIgMjIxLjIwNDE4NjAzMTc0MzIzIDU2MC40NzEyMDM4MjgxNTExIDI1MS43MDE1ODMxMzY2NDI0IDU1My42NjQ5MTkyNDE1NjI1IDI5MS4zNjEyNjg5MDczMTI5M0M1NDYuODU4NjM0NjU0OTc0IDMzMS4wMjA5NTQ2Nzc5ODM1IDUyMi43NzQ4NzkxNjE4MSAzOTEuMDk5NDY4Nzc3MTA0NiA0OTEuNjIzMDQ5MTI0Mzc1MDMgNDMwLjM2NjQ4NzQxMzE3MjNDNDYwLjQ3MTIxOTA4Njk0MDIgNDY5LjYzMzUwNjA0OTI0MDA1IDQxNC41Mjg4MTA4NDMxMjUwMyA1MTEuMTI1Njc4MjkwNDUxIDM2Ni43NTM5MzkwMTY5NTMxNSA1MjYuOTYzMzgwNzIzNzE5MkMzMTguOTc5MDY3MTkwNzgxMyA1NDIuODAxMDgzMTU2OTg3NCAyNDUuNDE4ODQ3MTA4MTgwMzMgNTQ3LjM4MjIzNDQ4MzQ4NDggMjA0Ljk3MzgxODE2NzM0Mzc4IDUyNS4zOTI3MDIwMTI3ODE3QzE2NC41Mjg3ODkyMjY1MDcyMyA1MDMuNDAzMTY5NTQyMDc4NTYgMTQ3Ljc3NDg2NDUzODgwMzc0IDQzNS43MzI5OTg0NDAxOTA1IDEyNC4wODM3NjUzNzE5MzM2MiAzOTUuMDI2MTg1ODk5NTAwNDNDMTAwLjM5MjY2NjIwNTA2MzUgMzU0LjMxOTM3MzM1ODgxMDMgNzEuMzM1MDc2MzU2MjI3MjYgMzE5LjUwMjYxMzYxMzUzMDQgNjIuODI3MjIzMTY2MTIzMDc2IDI4MS4xNTE4MjY3Njg2NDEwNkM1NC4zMTkzNjk5NzYwMTg5NSAyNDIuODAxMDM5OTIzNzUxNzcgNTguMjQ2MDY5OTMyMjc3MDEgMTk3LjY0Mzk3NjEyMTY2ODQgNzMuMDM2NjQ2MjMxMzA4NjIgMTY0LjkyMTQ2NDgzMDE2NDUgIiBmaWxsPSJoc2woOTAsIDE1JSwgNjElKSIgc3Ryb2tlLXdpZHRoPSIwIiBzdHJva2U9ImhzbCg5MCwgMTUlLCA2MSUpIiBmaWxsLW9wYWNpdHk9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsLTYuODk3MTcxMDIwNTA3ODEyNSwtNS4yODUyMTcyODUxNTYyNSkiPjwvcGF0aD48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9IlN2Z2pzTGluZWFyR3JhZGllbnQxMDAyIj48c3RvcCBzdG9wLWNvbG9yPSJoc2woMzQwLCA0NSUsIDUwJSkiIG9mZnNldD0iMCI+PC9zdG9wPjxzdG9wIHN0b3AtY29sb3I9ImhzbCgzNDAsIDQ1JSwgODAlKSIgb2Zmc2V0PSIxIj48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48cmFkaWFsR3JhZGllbnQgaWQ9IlN2Z2pzUmFkaWFsR3JhZGllbnQxMDAzIj48c3RvcCBzdG9wLWNvbG9yPSJoc2woMzQwLCA0NSUsIDUwJSkiIG9mZnNldD0iMCI+PC9zdG9wPjxzdG9wIHN0b3AtY29sb3I9ImhzbCgzNDAsIDQ1JSwgODAlKSIgb2Zmc2V0PSIxIj48L3N0b3A+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PC9zdmc+") no-repeat 50% 50%;
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuZGV2L3N2Z2pzIiB2aWV3Qm94PSIwIDAgNjAwIDYwMCI+PHBhdGggZD0iTTYyLjgyNzIyMzE2NjEyMzA3NiAyODEuMTUxODI2NzY4NjQxMDZDNTQuMzE5MzY5OTc2MDE4OTUgMjQyLjgwMTAzOTkyMzc1MTc3IDU4LjI0NjA2OTkzMjI3NzAxIDE5Ny42NDM5NzYxMjE2Njg0IDczLjAzNjY0NjIzMTMwODYyIDE2NC45MjE0NjQ4MzAxNjQ1Qzg3LjgyNzIyMjUzMDM0MDE4IDEzMi4xOTg5NTM1Mzg2NjA2IDEwOC41MDc4NTQxNjc5MTM0OCAxMDAuMTMwODk0MjUzMTc4ODQgMTUxLjU3MDY4MDk2MDMxMjUzIDg0LjgxNjc1OTAxOTYxNzYyQzE5NC42MzM1MDc3NTI3MTE1OCA2OS41MDI2MjM3ODYwNTY0IDI3Ny44Nzk1NzQ3OTk4MzA4IDY3LjQwODM4MTY5MDEwOTE0IDMzMS40MTM2MDY5ODU3MDMxNSA3My4wMzY2NTM0Mjg3OTczMUMzODQuOTQ3NjM5MTcxNTc1NSA3OC42NjQ5MjUxNjc0ODU0OCA0MzkuMjY3MDE1Nzk5MTc5NyA5OC42OTExMDI4OTE2ODc5MyA0NzIuNzc0ODc0MDc1NTQ2OSAxMTguNTg2Mzg5NDUxNzQ2NTNDNTA2LjI4MjczMjM1MTkxNDEgMTM4LjQ4MTY3NjAxMTgwNTEyIDUxOC45NzkwODI0NDk1NzAzIDE2My42MTI1NTk1NDY1NTQ0OCA1MzIuNDYwNzU2NjQzOTA2MyAxOTIuNDA4MzcyNzg5MTQ4ODdDNTQ1Ljk0MjQzMDgzODI0MjIgMjIxLjIwNDE4NjAzMTc0MzIzIDU2MC40NzEyMDM4MjgxNTExIDI1MS43MDE1ODMxMzY2NDI0IDU1My42NjQ5MTkyNDE1NjI1IDI5MS4zNjEyNjg5MDczMTI5M0M1NDYuODU4NjM0NjU0OTc0IDMzMS4wMjA5NTQ2Nzc5ODM1IDUyMi43NzQ4NzkxNjE4MSAzOTEuMDk5NDY4Nzc3MTA0NiA0OTEuNjIzMDQ5MTI0Mzc1MDMgNDMwLjM2NjQ4NzQxMzE3MjNDNDYwLjQ3MTIxOTA4Njk0MDIgNDY5LjYzMzUwNjA0OTI0MDA1IDQxNC41Mjg4MTA4NDMxMjUwMyA1MTEuMTI1Njc4MjkwNDUxIDM2Ni43NTM5MzkwMTY5NTMxNSA1MjYuOTYzMzgwNzIzNzE5MkMzMTguOTc5MDY3MTkwNzgxMyA1NDIuODAxMDgzMTU2OTg3NCAyNDUuNDE4ODQ3MTA4MTgwMzMgNTQ3LjM4MjIzNDQ4MzQ4NDggMjA0Ljk3MzgxODE2NzM0Mzc4IDUyNS4zOTI3MDIwMTI3ODE3QzE2NC41Mjg3ODkyMjY1MDcyMyA1MDMuNDAzMTY5NTQyMDc4NTYgMTQ3Ljc3NDg2NDUzODgwMzc0IDQzNS43MzI5OTg0NDAxOTA1IDEyNC4wODM3NjUzNzE5MzM2MiAzOTUuMDI2MTg1ODk5NTAwNDNDMTAwLjM5MjY2NjIwNTA2MzUgMzU0LjMxOTM3MzM1ODgxMDMgNzEuMzM1MDc2MzU2MjI3MjYgMzE5LjUwMjYxMzYxMzUzMDQgNjIuODI3MjIzMTY2MTIzMDc2IDI4MS4xNTE4MjY3Njg2NDEwNkM1NC4zMTkzNjk5NzYwMTg5NSAyNDIuODAxMDM5OTIzNzUxNzcgNTguMjQ2MDY5OTMyMjc3MDEgMTk3LjY0Mzk3NjEyMTY2ODQgNzMuMDM2NjQ2MjMxMzA4NjIgMTY0LjkyMTQ2NDgzMDE2NDUgIiBmaWxsPSJoc2woOTAsIDE1JSwgNjElKSIgc3Ryb2tlLXdpZHRoPSIwIiBzdHJva2U9ImhzbCg5MCwgMTUlLCA2MSUpIiBmaWxsLW9wYWNpdHk9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsLTYuODk3MTcxMDIwNTA3ODEyNSwtNS4yODUyMTcyODUxNTYyNSkiPjwvcGF0aD48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9IlN2Z2pzTGluZWFyR3JhZGllbnQxMDAyIj48c3RvcCBzdG9wLWNvbG9yPSJoc2woMzQwLCA0NSUsIDUwJSkiIG9mZnNldD0iMCI+PC9zdG9wPjxzdG9wIHN0b3AtY29sb3I9ImhzbCgzNDAsIDQ1JSwgODAlKSIgb2Zmc2V0PSIxIj48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48cmFkaWFsR3JhZGllbnQgaWQ9IlN2Z2pzUmFkaWFsR3JhZGllbnQxMDAzIj48c3RvcCBzdG9wLWNvbG9yPSJoc2woMzQwLCA0NSUsIDUwJSkiIG9mZnNldD0iMCI+PC9zdG9wPjxzdG9wIHN0b3AtY29sb3I9ImhzbCgzNDAsIDQ1JSwgODAlKSIgb2Zmc2V0PSIxIj48L3N0b3A+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PC9zdmc+") no-repeat 50% 50%;
  mask-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  height: 550px;
  width: 550px;
  object-fit: cover;
  margin-top: 5%;
  opacity: 1;
  z-index: 10;
  position: relative;
}

.services2 h3 {
    color: white;
    margin: 6% 10% 6% 6%;
}

.services2 p {
    color: white;
    margin: 6% 10% 6% 6%;
    text-align: justify;
}

.services2 .text .wow {
  color: white;
  border-radius: 10px;
}





/* services 4 */
.services4 {
    background-color:rgba(247, 235, 229, 1);
    padding: 0% 0% 5% 0%;
}

.services4 img {
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuZGV2L3N2Z2pzIiB2aWV3Qm94PSIwIDAgNjAwIDYwMCI+PHBhdGggZD0iTTYyLjgyNzIyMzE2NjEyMzA3NiAyODEuMTUxODI2NzY4NjQxMDZDNTQuMzE5MzY5OTc2MDE4OTUgMjQyLjgwMTAzOTkyMzc1MTc3IDU4LjI0NjA2OTkzMjI3NzAxIDE5Ny42NDM5NzYxMjE2Njg0IDczLjAzNjY0NjIzMTMwODYyIDE2NC45MjE0NjQ4MzAxNjQ1Qzg3LjgyNzIyMjUzMDM0MDE4IDEzMi4xOTg5NTM1Mzg2NjA2IDEwOC41MDc4NTQxNjc5MTM0OCAxMDAuMTMwODk0MjUzMTc4ODQgMTUxLjU3MDY4MDk2MDMxMjUzIDg0LjgxNjc1OTAxOTYxNzYyQzE5NC42MzM1MDc3NTI3MTE1OCA2OS41MDI2MjM3ODYwNTY0IDI3Ny44Nzk1NzQ3OTk4MzA4IDY3LjQwODM4MTY5MDEwOTE0IDMzMS40MTM2MDY5ODU3MDMxNSA3My4wMzY2NTM0Mjg3OTczMUMzODQuOTQ3NjM5MTcxNTc1NSA3OC42NjQ5MjUxNjc0ODU0OCA0MzkuMjY3MDE1Nzk5MTc5NyA5OC42OTExMDI4OTE2ODc5MyA0NzIuNzc0ODc0MDc1NTQ2OSAxMTguNTg2Mzg5NDUxNzQ2NTNDNTA2LjI4MjczMjM1MTkxNDEgMTM4LjQ4MTY3NjAxMTgwNTEyIDUxOC45NzkwODI0NDk1NzAzIDE2My42MTI1NTk1NDY1NTQ0OCA1MzIuNDYwNzU2NjQzOTA2MyAxOTIuNDA4MzcyNzg5MTQ4ODdDNTQ1Ljk0MjQzMDgzODI0MjIgMjIxLjIwNDE4NjAzMTc0MzIzIDU2MC40NzEyMDM4MjgxNTExIDI1MS43MDE1ODMxMzY2NDI0IDU1My42NjQ5MTkyNDE1NjI1IDI5MS4zNjEyNjg5MDczMTI5M0M1NDYuODU4NjM0NjU0OTc0IDMzMS4wMjA5NTQ2Nzc5ODM1IDUyMi43NzQ4NzkxNjE4MSAzOTEuMDk5NDY4Nzc3MTA0NiA0OTEuNjIzMDQ5MTI0Mzc1MDMgNDMwLjM2NjQ4NzQxMzE3MjNDNDYwLjQ3MTIxOTA4Njk0MDIgNDY5LjYzMzUwNjA0OTI0MDA1IDQxNC41Mjg4MTA4NDMxMjUwMyA1MTEuMTI1Njc4MjkwNDUxIDM2Ni43NTM5MzkwMTY5NTMxNSA1MjYuOTYzMzgwNzIzNzE5MkMzMTguOTc5MDY3MTkwNzgxMyA1NDIuODAxMDgzMTU2OTg3NCAyNDUuNDE4ODQ3MTA4MTgwMzMgNTQ3LjM4MjIzNDQ4MzQ4NDggMjA0Ljk3MzgxODE2NzM0Mzc4IDUyNS4zOTI3MDIwMTI3ODE3QzE2NC41Mjg3ODkyMjY1MDcyMyA1MDMuNDAzMTY5NTQyMDc4NTYgMTQ3Ljc3NDg2NDUzODgwMzc0IDQzNS43MzI5OTg0NDAxOTA1IDEyNC4wODM3NjUzNzE5MzM2MiAzOTUuMDI2MTg1ODk5NTAwNDNDMTAwLjM5MjY2NjIwNTA2MzUgMzU0LjMxOTM3MzM1ODgxMDMgNzEuMzM1MDc2MzU2MjI3MjYgMzE5LjUwMjYxMzYxMzUzMDQgNjIuODI3MjIzMTY2MTIzMDc2IDI4MS4xNTE4MjY3Njg2NDEwNkM1NC4zMTkzNjk5NzYwMTg5NSAyNDIuODAxMDM5OTIzNzUxNzcgNTguMjQ2MDY5OTMyMjc3MDEgMTk3LjY0Mzk3NjEyMTY2ODQgNzMuMDM2NjQ2MjMxMzA4NjIgMTY0LjkyMTQ2NDgzMDE2NDUgIiBmaWxsPSJoc2woOTAsIDE1JSwgNjElKSIgc3Ryb2tlLXdpZHRoPSIwIiBzdHJva2U9ImhzbCg5MCwgMTUlLCA2MSUpIiBmaWxsLW9wYWNpdHk9IjEiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjkzOTY5MjYyMDc4NTkwODgsMC4zNDIwMjAxNDMzMjU2Njg0LC0wLjM0MjAyMDE0MzMyNTY2ODQsLTAuOTM5NjkyNjIwNzg1OTA4OCw2OTIuODAyNzAwNzE5MTE5NSw0ODEuOTA5MjUxNDk5MjA3ODcpIj48L3BhdGg+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJTdmdqc0xpbmVhckdyYWRpZW50MTAwMiI+PHN0b3Agc3RvcC1jb2xvcj0iaHNsKDM0MCwgNDUlLCA1MCUpIiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSJoc2woMzQwLCA0NSUsIDgwJSkiIG9mZnNldD0iMSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PHJhZGlhbEdyYWRpZW50IGlkPSJTdmdqc1JhZGlhbEdyYWRpZW50MTAwMyI+PHN0b3Agc3RvcC1jb2xvcj0iaHNsKDM0MCwgNDUlLCA1MCUpIiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSJoc2woMzQwLCA0NSUsIDgwJSkiIG9mZnNldD0iMSI+PC9zdG9wPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==") no-repeat 50% 50%;
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuZGV2L3N2Z2pzIiB2aWV3Qm94PSIwIDAgNjAwIDYwMCI+PHBhdGggZD0iTTYyLjgyNzIyMzE2NjEyMzA3NiAyODEuMTUxODI2NzY4NjQxMDZDNTQuMzE5MzY5OTc2MDE4OTUgMjQyLjgwMTAzOTkyMzc1MTc3IDU4LjI0NjA2OTkzMjI3NzAxIDE5Ny42NDM5NzYxMjE2Njg0IDczLjAzNjY0NjIzMTMwODYyIDE2NC45MjE0NjQ4MzAxNjQ1Qzg3LjgyNzIyMjUzMDM0MDE4IDEzMi4xOTg5NTM1Mzg2NjA2IDEwOC41MDc4NTQxNjc5MTM0OCAxMDAuMTMwODk0MjUzMTc4ODQgMTUxLjU3MDY4MDk2MDMxMjUzIDg0LjgxNjc1OTAxOTYxNzYyQzE5NC42MzM1MDc3NTI3MTE1OCA2OS41MDI2MjM3ODYwNTY0IDI3Ny44Nzk1NzQ3OTk4MzA4IDY3LjQwODM4MTY5MDEwOTE0IDMzMS40MTM2MDY5ODU3MDMxNSA3My4wMzY2NTM0Mjg3OTczMUMzODQuOTQ3NjM5MTcxNTc1NSA3OC42NjQ5MjUxNjc0ODU0OCA0MzkuMjY3MDE1Nzk5MTc5NyA5OC42OTExMDI4OTE2ODc5MyA0NzIuNzc0ODc0MDc1NTQ2OSAxMTguNTg2Mzg5NDUxNzQ2NTNDNTA2LjI4MjczMjM1MTkxNDEgMTM4LjQ4MTY3NjAxMTgwNTEyIDUxOC45NzkwODI0NDk1NzAzIDE2My42MTI1NTk1NDY1NTQ0OCA1MzIuNDYwNzU2NjQzOTA2MyAxOTIuNDA4MzcyNzg5MTQ4ODdDNTQ1Ljk0MjQzMDgzODI0MjIgMjIxLjIwNDE4NjAzMTc0MzIzIDU2MC40NzEyMDM4MjgxNTExIDI1MS43MDE1ODMxMzY2NDI0IDU1My42NjQ5MTkyNDE1NjI1IDI5MS4zNjEyNjg5MDczMTI5M0M1NDYuODU4NjM0NjU0OTc0IDMzMS4wMjA5NTQ2Nzc5ODM1IDUyMi43NzQ4NzkxNjE4MSAzOTEuMDk5NDY4Nzc3MTA0NiA0OTEuNjIzMDQ5MTI0Mzc1MDMgNDMwLjM2NjQ4NzQxMzE3MjNDNDYwLjQ3MTIxOTA4Njk0MDIgNDY5LjYzMzUwNjA0OTI0MDA1IDQxNC41Mjg4MTA4NDMxMjUwMyA1MTEuMTI1Njc4MjkwNDUxIDM2Ni43NTM5MzkwMTY5NTMxNSA1MjYuOTYzMzgwNzIzNzE5MkMzMTguOTc5MDY3MTkwNzgxMyA1NDIuODAxMDgzMTU2OTg3NCAyNDUuNDE4ODQ3MTA4MTgwMzMgNTQ3LjM4MjIzNDQ4MzQ4NDggMjA0Ljk3MzgxODE2NzM0Mzc4IDUyNS4zOTI3MDIwMTI3ODE3QzE2NC41Mjg3ODkyMjY1MDcyMyA1MDMuNDAzMTY5NTQyMDc4NTYgMTQ3Ljc3NDg2NDUzODgwMzc0IDQzNS43MzI5OTg0NDAxOTA1IDEyNC4wODM3NjUzNzE5MzM2MiAzOTUuMDI2MTg1ODk5NTAwNDNDMTAwLjM5MjY2NjIwNTA2MzUgMzU0LjMxOTM3MzM1ODgxMDMgNzEuMzM1MDc2MzU2MjI3MjYgMzE5LjUwMjYxMzYxMzUzMDQgNjIuODI3MjIzMTY2MTIzMDc2IDI4MS4xNTE4MjY3Njg2NDEwNkM1NC4zMTkzNjk5NzYwMTg5NSAyNDIuODAxMDM5OTIzNzUxNzcgNTguMjQ2MDY5OTMyMjc3MDEgMTk3LjY0Mzk3NjEyMTY2ODQgNzMuMDM2NjQ2MjMxMzA4NjIgMTY0LjkyMTQ2NDgzMDE2NDUgIiBmaWxsPSJoc2woOTAsIDE1JSwgNjElKSIgc3Ryb2tlLXdpZHRoPSIwIiBzdHJva2U9ImhzbCg5MCwgMTUlLCA2MSUpIiBmaWxsLW9wYWNpdHk9IjEiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjkzOTY5MjYyMDc4NTkwODgsMC4zNDIwMjAxNDMzMjU2Njg0LC0wLjM0MjAyMDE0MzMyNTY2ODQsLTAuOTM5NjkyNjIwNzg1OTA4OCw2OTIuODAyNzAwNzE5MTE5NSw0ODEuOTA5MjUxNDk5MjA3ODcpIj48L3BhdGg+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJTdmdqc0xpbmVhckdyYWRpZW50MTAwMiI+PHN0b3Agc3RvcC1jb2xvcj0iaHNsKDM0MCwgNDUlLCA1MCUpIiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSJoc2woMzQwLCA0NSUsIDgwJSkiIG9mZnNldD0iMSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PHJhZGlhbEdyYWRpZW50IGlkPSJTdmdqc1JhZGlhbEdyYWRpZW50MTAwMyI+PHN0b3Agc3RvcC1jb2xvcj0iaHNsKDM0MCwgNDUlLCA1MCUpIiBvZmZzZXQ9IjAiPjwvc3RvcD48c3RvcCBzdG9wLWNvbG9yPSJoc2woMzQwLCA0NSUsIDgwJSkiIG9mZnNldD0iMSI+PC9zdG9wPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==") no-repeat 50% 50%;
  mask-size: cover;
  -webkit-mask-size: contain;
  mask-size: contain;
  height: 600px;
  width: 600px;
  object-fit: cover;
  margin-top: -15%;
  opacity: 1;
  z-index: 10;
  position: relative;
}

.services4 .col-lg-6 ul, .services5 .col-lg-6 ul {
    margin: 0vh 4vh 0vh -2vh;
    padding: 0vw 4vw;
}

.services4 .text-box {
  padding: 0% 10%;
}

.services4 h3 {
  margin: 3vh 10vh;
}

.services4 p {
    margin: 3vh 10vh;
    text-align: justify;
}

/* services 5 */
.services5 {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("../images/new/backgrounds/2b.jpg");
    background-size: cover;
    background-position: center;
    background-blend-mode: soft-light;
    padding: 5vh 0vw;
    filter: drop-shadow(1px 1px 4px #909090);
}

.services5 .checkbox-wrapper {
  width: 120%;
}
/* 
.services5 dotlottie-player {
  height: 60px !important;
  width: 60px !important;
  transform: rotate(79deg) scaleX(-1);
  position: absolute;
  left: -8vw;
  margin-top: -4vh;
} */

/* .click {
  margin: auto;
  position: relative;
}

.click h5 {
    color: black;
    font-size: 3.5vh;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: -4vh;
    margin-left: -6vw;
} */


.click {
  position: relative;
  height: 0px;
}

#arrow {
  position: absolute;
  top: calc(100% - 30px);
  margin-left: 12%;
  transform: rotate(79deg) scaleX(-1);
}

.click dotlottie-player {
  height: 50px !important;
  width: 50px !important;
}

.click h5 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -12%;
  width: 166px;
}

@media (max-width: 576px) {
  #arrow {
      top: calc(100% + 10px); 
  }
}

.services5 .text-a {
    padding: 4vh 0vw;
}

.services5 .text-a h4 {
  padding-right: 0vw;
  margin: 4vh 0vw 3vh 0vw;
}

.services5 .text-b h4 {
    padding-bottom: 2vh;
}

.services5 .text-c h4 {
    padding-bottom: 2vh;
}

.services5 .col-sm-8 {
    background-color:white;
  filter: drop-shadow(1px 2px 2px #909090);
}

.services5 p {
    color: white;
    margin: 4vh 10vh 4vh 8vh;
}

/* services 3 */
.services6 {
    background-color: rgba(247, 235, 229, 1);
    padding: 10% 0%;
    /* border-top: 1px solid black;
    border-bottom: 1px solid black; */

}

.services6 h1 {
  padding: 2% 10%;
  margin: 0% 0% 20% 0%;
  /* background-color: white; */
  filter: drop-shadow(1px 2px 2px #909090);}

.services6 .heading {
  padding: 0% 20%;
}

.services6 .back-text {
  padding: 0% 10%;
}

/* services 7 */
.services7 {
    /* background-color: rgba(255, 255, 255, 0.5); */
    /* background-image: url("../images/new/backgrounds/2.jpg"); */
    background-color: rgba(175, 179, 152, 1);
    background-size: auto;
    background-position: center;
    background-blend-mode: soft-light;    
    padding: 10vh 0vw;
    filter: drop-shadow(1px 0px 7px #909090);}

    .services7 .footer-links .DCI img  {
      height: 40px;
      object-fit: contain;
    }
    
    .services7 .footer-links .MHFA img  {
      height: 60px;
      object-fit: contain;
    }
    
    .services7 .footer-links .ZEN img  {
      height: 80px;
      object-fit: contain;
    }

.services7 .text-box {
    position: relative;
    z-index: 5;
    background-color: white;
    padding: 5vh 0vw 3vh 0vw;
    max-width: 65%;
    margin: 0 auto;
    filter: drop-shadow(1px 1px 4px #909090);
    justify-content: space-evenly;
}

.services7 .text-box .text {
  padding: 0% 2%;
}

.services7 .text-box p {
  text-align: justify;
}

.services7 ul {
  list-style-type: none;
  margin-left: 0%;
}

.services7 ul li {
  margin: 0% 2%;
}
.services7 .brownbutton {
  display: block;
  color: rgba(184, 99, 57, 1);
  --line_color: rgba(184, 99, 57, 1) !important;
  width: 15vw;
  height: 7.5vh;
  text-decoration: none;
  font-size: 2vh;
  margin: 2% 0%;
  padding: 0% 2%;
}


.services7 .text-heading {
  height: 120%;
  width: 70%;
  margin: auto;
  background-image: url("../images/new/backgrounds/1b.jpg");
  background-size: cover;
  background-position: right;
  /* filter:grayscale(0.75) */
}



/*              
  .services7 .text-heading::before { 
  content:'';
  font-family:'shape divider from ShapeDividers.com';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw; 
  background-size: 189% 245px;
  background-color: rgb(0 0 0 / 25%);
  } */



.services7 h5 {
  margin-top: 3%;
}
.services7 h3 {
  position: relative;
  z-index: 5;
  color: white;
  text-shadow: 1px 1px black;
  font-weight: 700;
  margin: 2vh 25% 2vh 25%;
  padding: 2%;
}

.services7 p {
    margin: 2vh 0vh;
    font-size: 2.25vh;
}
/* .services7 p:nth-child(1) {
    width: 80%;
}
.services7 p:nth-child(2) {
    width: 60%;
}
.services7 p:nth-child(3) {
    width: 45%;
} */

/* Services 8 */

.services8 {
  background-color:  rgba(247, 235, 229, 1);
  padding: 0% 10% 7% 10%;
}

.services8 h2 {
  padding: 0% 0% 3% 9%;
  text-decoration: underline;
}

.services8 .vid-test video {
  height: 100%;
  max-height: 350px;
  margin: -5% 0% 0% 10%;
}
.services8 .testimonial {
  padding-top: 5%;
}
.services8 .papers .d-flex .col-sm-3 {
  height: 100%;
}

.services8 .papers {
  padding: 5% 0% 5% 0%
}
.services8 .polaroid {
  max-height: 70vh;
  opacity: 1;
  z-index: 0;
  position: relative;
  top: -45vh;
  left: 15vw;
}

.services8 .papers img {
  width: 16vw;
  height: 100%;
}

.services8 .papers .col-sm-6:nth-child(1) img,
.services8 .papers .col-sm-6:nth-child(4) img {
  margin-top: -25vh;
}

.services8 .papers .d-flex > div:nth-child(1) img {
  margin-top: -100%;
}

.services8 .papers .d-flex > div:nth-child(2) img {
  margin-top: -75%;
}

.services8 .papers .d-flex > div:nth-child(3) img {
  margin-top: 20%;
}

.services8 .papers .d-flex > div:nth-child(4) img {
  margin-top: -55%;
}



/* Services 8b */
.services8b {
  background-color: rgba(247, 235, 229, 1);
  background-size: auto;
  background-position: center;
  background-blend-mode: soft-light;
  padding: 12vh 0vw;
  padding: 4% 0% 0% 0%;
}

.services8b .col-sm-12 {
  padding: 0% 6.5%;
}

.services14 .extras {
  padding: 5% 2.5%;
  margin: 0% 2%;
}

.vid-test video {
  height: 100%;
  max-height: 300px;
}

.package2 {
  border: 1px solid black;
  /* height: 100%; */
  border-radius: 30px;
  filter: drop-shadow(1px 2px 2px #909090);
  transition: 0.5s ease-in-out;
}

.package2 .title-bg {
  border-top-left-radius: 30px;
  max-height: 100%;
  height: 175px;
  border-top-right-radius: 30px;
  background-image: url("../images/new/backgrounds/1b.jpg")
}

.package2 h1, .package2 h4 {
  color: white;
  text-shadow: 1px 1px grey;
}

.package2 p, .package2 h5 {
  color: black;
}

.package2 p {
  margin-bottom: 0.5rem;
}

.package2 .heading {
  margin: 5% 6% 2% 6%;
}

.package2 .session {
  margin: 6% 0%;
}

.package2 .package-body {
  max-height: 100%;
  height: 380px;
}

.package2 .package-body .text-center {
  border-radius: 50px;
  width: 85%;
  margin: auto;
}

.package2 .details {
  margin: 5% -1%;
}

.package2 .pricing {
  padding-top: 5%;
  background-color:  rgba(183, 184, 175, 0.2);
  
}

.package2 .text-center {
  /* background-color:  rgba(175, 179, 152, 0.2); */
}

.package2 .foot {
  background-color:  rgba(175, 179, 152, 0.2);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.package2 h4 {
  margin: 0% 7% 4% 7%;
  text-align: center;
  font-size: calc(0.3rem + 0.65vw) !important;
  letter-spacing: 0.065rem;
}

.package2 h5 {
  font-size: calc(0.4rem + 0.65vw);
  margin-bottom: 0rem;
  color: black;

}

.package2 p {
  font-size: calc(0.35rem + 0.65vw);

}

.package2 .underline::after {
  content: '';
  position: absolute;
  width: 90%;
  transform: scaleX(0);
  height: 3.5px;
  bottom: 0;
  left: 3.5%;
  background-color: grey;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.package2 .package-body {
  padding: 3% 10% 5% 10%;
  border-bottom: 1px solid black;
  background-color:  rgba(175, 179, 152, 0.6);
}

.package2:hover {
  transform:scale(1.005);
}

.package2 .brownbutton {
  font-size: calc(0.5rem + 0.3vw) !important;
  margin: 7% 20% 5% 20%;
}

.services8b .extras h3, .services8b .extras h5 {
  text-transform: none !important;
}



/* services9 */
.services9 {
  filter: drop-shadow(0px 2px 0px #909090);
}

.services9 p {
  margin-bottom: 0px;
}

.services9 .row {
    background-color: rgba(247, 235, 229, 1);
    padding: 2vh 0vw 6vh 0vw;
    z-index: 12;
    position: relative;
}

.services9 h2 {
    margin-top: 3vh;
}


.services9b {
  background-color: rgba(175, 179, 152, 1);
  padding: 5% 0% 14% 0%;

}
.services9b h4 {
  padding: 0% 10%;
}


/* services 4 */
.services10 {
    background-color:rgba(213, 205, 195, 1);
    padding: 10vh 0vw 10vh 0vw;
}

.services10 .text-a {
    background-color:rgba(181, 162, 143, 1);
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
    margin: 0vh 0vw 0vh 0vw;
}

.services10 img {
    max-height: 70vh;
    opacity: 1;
    z-index: 11;
    position: relative;
    left: 12vw;
    top: 0vh;
}

.services10 .m-hide {
  display: none;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
.services10 h3 {
    margin: 5vh 0vw 1vh 0vw;
    width: 80%;
}

.services10 ol {
    margin: 2vh 6vw;
    padding-bottom: 2vh;
}

.services10 li {
    font-family: 'Didact Gothic', sans-serif;
    font-size: calc(0.4rem + 0.65vw);
    padding: 1vh;
    text-align: justify;
}

/* Services 4b */
.services11 {
    background-color: rgba(54, 89, 69, 0.1);
    background-image: url("../images/new/backgrounds/3b.jpg");
    background-size: auto;
    /* background-position: center; */
    /* background-blend-mode: soft-light; */
    padding: 3vh 0vw;
    z-index: 12;
    position: relative;
}

.services11 img {
    max-height: 70vh;
    opacity: 1;
    z-index: 10;
    position: absolute;
    top: 570vh;
    left: 70vw;
}

.services11 h5 {
    font-size: 2.5vh;
    margin: 0px;
    width: 60%;
}

/* Services 5 */
.services12 {
  background: linear-gradient( to bottom, 
  rgba(247, 235, 229, 1) 0%,
  rgba(247, 235, 229, 0.2)100%,
  rgba(247, 235, 229, 1) 50%,
  rgba(247, 235, 229, 1) 20%),
  url(../images/new/Mountain.jpg) no-repeat center;
  background-size: cover;
  padding: 10% 0%;
  display: flex;
}

/* top and bottom shadows
filter: drop-shadow(1px 0px 7px #909090);

filter: drop-shadow(0px 2px 0px #909090); */

.services12 dotlottie-player {
    position: relative;
    width: 33.5vw;
    max-height: 350px;
}

.services12 .button {
  color: rgba(247, 235, 229, 1);
  --line_color: rgba(247, 235, 229, 1)!important;
  width: 15vw;
  height: 7.5vh;
  text-decoration: none;
  font-size: 2vh;
}
.services12 .text-a {
  text-align: justify;
  border-radius:10px;
  z-index: 1;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgb(196, 181, 167) 0 0px 0 inset;
  background-color: rgba(255, 255, 255, 0.8);
  height: auto;
}

.services12 ul {
  margin: 4% 0%;
  text-align: justify;
}

.services12 ul {
  margin-bottom: 0px;
  list-style-image: url("../images/drop2.svg") !important;
}

.services12 li::marker {
  font-size: 35px;
  list-style-image: url("../images/drop2.svg") !important;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.services12 .text-a .heading {
  width: 100%;
  text-align: center;
  padding: 7% 5% 0% 5%;
  border-radius: 10px;  
  /* background-color: white; */
}

.services12 .text-a .disclaimer {
  padding: 3% 10%;
  text-align: center;
  /* background-color: white; */

}

.services12 p {
  font-size: calc(0.2rem + 0.65vw);
}

.services12 li {
    margin: 2vh 0vh;
    font-size: calc(0.5rem + 0.65vw);
    padding: 1% 0%;
}


/* Services 6 */
.services13 {
    background-color:rgba(181, 162, 143, 1);
    padding: 5vh 0vw;
}

/* Services 7 */
.services14 {
    background-color:rgba(247, 235, 229, 1);
    padding: 12vh 0vh 0vh 0vh;
}

.services14 .package {
  background-color:rgba(255, 255, 255, 0.95);
  padding: 3% 0%;
  filter: drop-shadow(1px 0px 2px #909090);
}

.services14 h2 {
  margin-bottom: 3%;
}

.services14 img {
  max-height: 200px;
  margin-bottom: 15px;
}

.services14 .col-lg-9 {
    margin-top: 10vh;
}

.services14 .col-lg-9 p {
    padding: 2vh 2vh;
    font-size: 3vh;
}

.services14 .col-lg-3 h5 {
    padding: 4vh;
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
    background-color: rgba(181, 162, 143, 1);
    text-align: justify;
}

.services14 h4 {
    text-align: justify;
    margin: 0vh 2vw 0vh 2vw;
    padding: 0vh 6vh 0vh 4vh;
}

/* Services 8 */
.services16 {
    background-color:rgba(54, 89, 69, 1);
}

.services16 .col-lg-4 {
  display: flex;
  justify-content: flex-start;
}

.services16 .row, .services16 .col-lg-8 {
    height: 50vh
}

.services16 h3, .services16 p {
    color: white;
    padding: 0vh 0vw 0vh 4vw;
}

.services16 li {
    color: white;
    margin: 4vh 0vw 0vh 3vw;
}

.services16 h3 {
    text-decoration: underline;
}

.services16 img {
    max-height: 350px;
    position: relative;
    top: 0vh;
    right: 0vw;
}


/* Services 9 */
.services17 {
  background-color: rgb(247, 235, 229);
  padding: 12vh 0vw 16vh;
}

.services17 h3, .services17 p {
   color: rgba(184, 99, 57, 1);
    /* padding: 0vh 0vw 2vh 4vw; */
}

.services17 h3 {
    text-decoration: underline;
}

.services17 p {
    /* width: 60%; */
    text-align: justify;
}

.services17 img {
  /* max-height: 300px; */
}
.services17 .accordion {
  margin: 3vh 7vh 2vh 0vh;
}

.services17 .accordion-body p {
  color: rgba(184, 99, 57, 1);
  padding: 0% 7% 0% 2%;
  font-size: calc(0.35rem + 0.65vw);
  margin: 2% 0%;
}

.services17 .accordion-body {
  text-align: justify;
}

.services17 .accordion-button:not(.collapsed) {
  background-color: rgba(181, 162, 143, 0) !important;
}

.services17 .accordion {
  --bs-body-bg: rgba(181, 162, 143, 0) !important;
}

.serv2-image2b {
  display: none;
}

.serv2-image1,
.serv2-image2,
.serv2-image3 {
  position: absolute;
  max-height: 280px;
  transition: 1s;
  border-radius: 10px;
}

.serv2-image {
  /* position: absolute; */
  height: 48vh;
  object-fit: contain;
  width: 20vw;
  right: 12vw;
  transition: 1s;
  border-radius: 10px;
}

.serv2-image1 {
  opacity: 0;
}

.serv2-image1.show,
.serv2-image2.show,
.serv2-image3.show {
  opacity: 1;
}

.serv2-image2 video {
  position: absolute;
  height: 75vh ;
  width: 30vw !important;  
}

.serv2-image2 {
  opacity: 0;
}

.serv2-image2.show {
  opacity: 1;
}

.serv2-image3 {
  opacity: 0;
}

.serv2-image3.show {
  opacity: 1;
}










.services18 {
    background-color: rgba(247, 235, 229, 1);
    padding: 5vh 0vw 5vh;
}

/* services 11 */
.services15 {
    background-image: url("../images/new/backgrounds/26.jpg");
    margin-bottom: calc(-1* var(--bs-gutter-x));
    z-index: -1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services15 .text-box {
    background-color:rgba(125, 174, 181, 1);
    border: 1px solid black;
    border-radius: 1vw;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 6vh 4vw 4vh 4vw;
    margin: 10vh 4vh 10vh 4vh;
}

.services15 p {
    color: white;
    text-align: justify;
}

.services15 h3 {
    color: white;
    margin-bottom: 2vh;
}



@media screen and (max-width: 299.98px) {
  .services2 img {
    display: none;
  }
  .services4 {
    padding: 5vh 6vw 8vh 6vw;
  }
  .services4 img {
    display: inline;
    max-height: 25vh;
    position: relative;
    right: 1vw;
  }
  .services4 .b-b {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
  .services4 h3 {
    margin: 0vh -10vw 0vh 4vw;
    padding-left: 0vh;
  }

/* .services5 dotlottie-player {
  height: 80px !important;
  width: 60px !important;
  transform: rotate(70deg) scaleX(-1);
  position: absolute;
  margin-left: 0px;
  margin-top: -68px;
  left: -22vw;
} */
  .services10 .m-hide {
    display: inline;
    padding: 4%;
    width: 50%;
    background-color: rgba(181, 162, 143, 1);
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  }
  .services10 img {
    max-height: 150px;
    margin-top: 5%;
    left: 0%;
}
.services14 img {
  max-height: 60px;
  margin-bottom: 15px;
}
}


@media screen and (min-width: 299.99px) and (max-width: 349.99px) {
  .services1 .brownbutton {
    margin-top: 5%;
    width: 35%;
  }

  .services2 {
    padding: 0vh 0vw 60% 5%;
  }
  .services2 img {
    height: 150px;
    width: 150px;
    margin-top: -3%;
    right: 5%;
    position: absolute;
  }
  
  .services4 {
    padding: 10% 0% 5% 2%;
  }
  .services4 .text-box {
    padding: 5% 5%;
  }
  .services4 .row {
    flex-direction: column-reverse;
  }
  .services4 img {
    height: 150px;
    width: 150px;
    margin-top: -40%;
    left: 5%; 
    position: absolute;
  }
  .services4 p, .services4 h3 {
    margin: 6% 10% 6% 6%;
  }
  /* .services5 dotlottie-player {
    height: 80px !important;
    width: 60px !important;
    transform: rotate(70deg) scaleX(-1);
    position: absolute;
    margin-left: 0px;
    margin-top: -68px;
    left: -22vw;
  } */
  .services7 .footer-links .DCI img {
    height: 17.5px;
    object-fit: contain;
  }
  .services7 .footer-links .MHFA img {
    height: 35px;
    object-fit: contain;
  }
  .services7 .brownbutton {
    width: 60%;
  }
  .services9b {
    padding: 5% 0% 55% 0%;
}

.services10 .m-hide {
  display: inline;
  padding: 4%;
  width: 50%;
  background-color: rgba(181, 162, 143, 1);
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
}
.services10 img {
  max-height: 150px;
  margin-top: 5%;
  left: 0%;
}
.services12 {
  flex-direction: column;
}
.services12 li {
  font-size: calc(0.5rem + 0.65vw);
  text-align: left;
  margin: 0%;
}
.services12 .col-sm-12 {
  flex:auto;
  width: 100%;
}


.services12 .dot {
width: 100%;
flex-direction: row;
}
.services12 .text-a {
margin: 0vh 0% 0vh 0vw;
padding: 6% 8%;
}

.services12 .text-a h3 {
padding: 6% 0% 0% 0%;
text-align: center;
margin: 0vh;
font-size: 3.5vh;
}
.services12 .text-a {
  margin: 7.5% 10% 0% 10%;
}
.services12 .text-a .disclaimer {
  padding: 15% 10% 0% 10%;
}
.services12 .col-lg-6 ul {
padding: 0vh 4vw 0vh 4vw;
}
.services12 .brownbutton {
width: 150px;
height: 55px;
font-size: calc(0.7rem + 0.65vw);
margin: auto;
padding: 0% 2%;
}
.services17 {
  padding: 12vh 0vw 0vh;
}
.services14 img {
  max-height: 70px;
  margin-bottom: 15px;
}
}
@media screen and (min-width: 350px) and (max-width: 449.99px) {
  .services1 .brownbutton {
    margin-top: 5%;
    width: 35%;
  }

  .services2 {
    padding: 0vh 0vw 60% 5%;
  }

  .services2 .text {
    padding: 5%
  }
  .services2 img {
    height: 175px;
    width: 175px;
    margin-top: -3%;
    right: 5%;
    position: absolute;
  }

  .services4 {
    padding: 10% 0% 5% 2%;
  }
  .services4 .text-box {
    padding: 5% 5%;
  }
  .services4 .row {
    flex-direction: column-reverse;
  }
  .services4 img {
    height: 175px;
    width: 175px;
    margin-top: -40%;
    left: 5%;
    position: absolute;
  }
  
  .services4 p, .services4 h3 {
    margin: 6% 10% 6% 6%;
  }

  .services5 .checkbox-wrapper {
    width: 100%;
}


  /* .services5 dotlottie-player {
    height: 80px !important;
    width: 60px !important;
    transform: rotate(60deg) scaleX(-1);
    position: absolute;
    margin-left: 0px;
    margin-top: -68px;
    left: -22vw;
  } */
  .click {
    position: relative;
    height: 30px;
  }
  
  #arrow {
    position: absolute;
    top: calc(100% - 60px);
    margin-left: 15%;
    transform: rotate(79deg) scaleX(-1);
  }
  
  .click dotlottie-player {
    height: 55px !important;
    width: 55px !important;
  }
  .click h5 {
    margin-left: auto;
    margin-right: auto;
    margin-top: -15%;
    width: 105px;
}
  .services7 .footer-links .DCI img {
    height: 17.5px;
    object-fit: contain;
  }
  .services7 .footer-links .MHFA img {
    height: 35px;
    object-fit: contain;
  }
  .services7 .brownbutton {
    width: 60%;
  }
  .services9b {
    padding: 5% 0% 40% 0%;
  }

.services10 .m-hide {
  display: inline;
  padding: 4%;
  width: 50%;
  background-color: rgba(181, 162, 143, 1);
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
}
.services10 img {
  max-height: 150px;
  margin-top: 5%;
  left: 0%;
}
.services12 {
  flex-direction: column;
}
.services12 li {
  font-size: calc(0.5rem + 0.65vw);
  text-align: left;
  margin: 0%;
}
.services12 .col-sm-12 {
  flex:auto;
  width: 100%;
}


.services12 .dot {
width: 100%;
flex-direction: row;
}
.services12 .text-a {
margin: 0vh 0% 0vh 0vw;
padding: 6% 8%;
}

.services12 .text-a h3 {
padding: 6% 8%;
text-align: center;
margin: 0vh;
font-size: 3.5vh;
}
.services12 .text-a {
  margin: 7.5% 10% 0% 10%;
}
.services12 .text-a .disclaimer {
  padding: 15% 10% 0% 10%;
}
.services12 .col-lg-6 ul {
padding: 0vh 4vw 0vh 4vw;
}
.services12 .brownbutton {
width: 150px;
height: 55px;
font-size: calc(0.75rem + 0.65vw);
margin: auto;
padding: 0% 2%;
}
.services14 img {
  max-height: 100px;
  margin-bottom: 15px;
}
}

@media screen and (min-width: 450px) and (max-width: 575.99px) {
  .services1 .brownbutton {
    margin-top: 5%;
    width: 30%;
  }
  .services2 .row {
    flex-wrap: nowrap;
  }

  .services2 {
    padding: 10% 0% 40% 0%;
  }

  .services2 .b-a {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0% 4% 0% 60%;
    width: 40%;
    }

    .services2 img {
      height: 250px;
      width: 250px
    }

    .services2 .row {
      justify-content: center;
    }
   .services2 h3 {
    margin: 0%;
    padding-left: 0vh;
  }

  .services2 p {
    margin: 6% 0%;
    text-align: justify;
  }
  .services4 .row {
    flex-direction: row-reverse;
    align-items: center;
  }
  .services4 img {
    height: 250px;
    width: 250px;
    margin-top: -10%;
  }
  .services4 .text-box {
    padding: 0% 0% 0% 0%;
}
  .services4 .b-b {
    display: flex;
    width: 50%;
  }
  .services4 .b-a {
    width: 45%;
  }

  .services4 h3, .services4 p {
    margin: 5% 10% 5% 5%;
  }

  /* .services5 dotlottie-player {
    height: 80px !important;
    width: 80px !important;
    transform: rotate(60deg) scaleX(-1);
    position: absolute;
    margin-left: 0px;
    margin-top: -68px;
    left: -20vw;
  } */

  .services5 .text-a ul {
    padding-left: 2%;
  }
  .click {
    position: relative;
    height: 25px;
  }
  
  #arrow {
    position: absolute;
    top: calc(100% - 60px);
    margin-left: 6%;
    transform: rotate(79deg) scaleX(-1);
  }
  
  .click dotlottie-player {
    height: 55px !important;
    width: 55px !important;
  }
  
  .click h5 {
    margin-left: auto;
    margin-right: auto;
    margin-top: -18%;
    width: 160px;
}
   
  
  .services7 .footer-links .DCI img {
    height: 20px;
    object-fit: contain;
  }

  .services7 .footer-links .MHFA img {
    height: 45px;
    object-fit: contain;
  }
  .services7 .brownbutton {
    width: 45%;
  }
  .services8 {
    padding: 6vh 0vw 4vh 0vw;
  } 
  .services9b {
    padding: 5% 0% 36% 0%;
  }
.services10 .m-hide {
  display: inline;
  padding: 4%;
  width: 45%;
  background-color: rgba(181, 162, 143, 1);
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
}

.services10 img {
  max-height: 250px;
  margin-top: 2%;
  left: 2%;
}


.services12 .col-sm-12 {
  flex:auto;
  width: 55%;
}

.services12 dotlottie-player {
width: 38vw;
height: 58vh;
}

.services12 .col-lg-4 {
width: 50%;
}

.services12 .dot {
width: 50%;
}
.services12 .text-a {
margin: 0vh 0% 0vh 0vw;
padding: 6% 5%;
}
.services12 li {
  font-size: calc(0.5rem + 0.65vw);
  text-align: left;
  margin: 0%;
}
.services12 .text-a h3 {
padding: 6% 8%;
text-align: center;
margin: 0vh;
font-size: 3.5vh;
}
.services12 .text-a .disclaimer {
  padding: 15% 10% 0% 10%;
}
.services12 .col-lg-6 ul {
padding: 0vh 4vw 0vh 4vw;
}
.services12 .brownbutton {
width: 150px;
height: 55px;
font-size: 2.25vh;
margin-top: -35%;
}
.services14 img {
  max-height: 120px;
  margin-bottom: 15px;
}
}


/* Extra small devices (phones, less than 576px) */
@media screen and (min-width : 276px) and (max-width : 575.99px) { 

  .services-divider::before {
    background-size: 189% 155px !important;
  }
  .services1 .col-sm-6 {
    margin-top: 10%;
  }

  .services2 .row, .services4 .row, .services5 .row, .services6c .row, .services10 .row, .services11 .row, .services13 .row {
    --bs-gutter-x: 0rem !important;
  } 
  .servicesheader {
    height: 88vh;
    /* background: url(../images/new/services/services-header2.jpg) no-repeat right fixed; */
    background-size: cover;
    background-position: center left -100px;
  }

  .servicesheader h2 {
    font-size: calc(1.75em + .9vw);
  }

  .sevices2b .col-12 {
    width: 95%;
  }
  .services5 {
    padding: 5vh 4vh;
  }

    
  .services5 .row>* {
    width: 85%;
  }
  
  .services5 .row {
    display: flex;
    justify-content: center;
    --bs-gutter-x: 0rem;
  }
    
  .services-2c .col-sm-12 {
    width: auto;
  }


  .services5 .text-a {
    padding: 4vh 0vw 0vh 0vw;
  }

  .services5 .text-a h3 {
    padding-right: 0vw;
    font-size: 3.5vh;
    margin: 0vh 6vw;
  }

  
  /* .click {
    padding: 25px;
    margin: auto;
    position: relative;
  }
  
  .click h5 {
    margin-left: -40px;
    position: relative;
    top: 0px;
    margin-top: -3vh;
  } */

  .services5 .col-lg-6 ul .checkbox-wrapper {
    margin: 2vh 0vw;
  }

  .services5 .col-lg-3 {
    justify-content: flex-start !important;
    align-items: baseline;  
  }

  .services5 .text-b {
    padding: 10vh 0vw 4vh 0vw;
  }

  .services5 .text-c {
    padding: 0vh 0vw 4vh 0vw;
  }

  .services5 .text-b ul, .services5 .text-c ul {
    padding-left: 0vw;
  }

  .services5 .text-b h4, .services5 .text-c h4 {
    padding-bottom: 2vh;
  }
  .services5 .checkbox-wrapper {
    width: 100%;
}
  .checkbox-wrapper *, .checkbox-wrapper ::after, .checkbox-wrapper ::before {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  

  .text-a .checkbox-wrapper *, .text-a .checkbox-wrapper ::after, .text-a .checkbox-wrapper ::before {
    justify-content: start;
  }

  .wrapper-a span {
    justify-content: flex-start !important;
    width: 100%;
  }

  .text-b .checkbox-wrapper *, .text-b .checkbox-wrapper ::after, .text-b .checkbox-wrapper ::before {
    display: inline;
  }

  .text-c .checkbox-wrapper *, .text-c .checkbox-wrapper ::after, .text-c .checkbox-wrapper ::before {
    display: inline;
  }

  .checkbox-wrapper span {
    margin-left: 1vh;
    font-size: 0.8rem !important;
    width: 75%;
  }

  .checkbox-wrapper svg {
    height: 35px;
    width: 35px;
  }

 
  .services7 .text-heading {
    height: 120%;
    width: 75%;
  }
  .services7 .text-box .text {
    padding: 0%;
  }
  .services7 .text-box {
    position: relative;
    z-index: 5;
    background-color: white;
    padding: 5% 7%;
    max-width: 70%;
    justify-content: center;
  }
  .services7 ul {
    padding: 5% 0%;
    margin-bottom: 0%;
    width: max-content;
    margin: auto;
  }

  .services7 ul li {
  margin: 0%;
  }
  .services8 {
    padding: 6vh 0vw 4vh 0vw;
}
  .services8b .col-sm-12 {
    padding: 0% 10%;
}
  .services8b .package2 {
    margin: 5% 0%;;
  }
  .services8b .package2 .title-bg {
    height: 160px;
  }
  .services8b h1 {
    font-size: calc(1.25rem + 1vw) !important;
  }
  .services8b h4 {
    font-size: calc(0.5rem + 0.6vw) !important;
  }
  .services8b .package2 .session {
    margin: 6% 0% 0% 0%;
  }
  .services8b .brownbutton {
    width: 140px;
    height: 40px;
  }
  .services8b .package2 .package-body {
    max-height: 100%;
    padding: 0% 6% 0% 6%;
    height: 250px;
  }

  .services8 .package2 p {
    margin-bottom: 0.5rem;
  }

.services9b h4 {
  padding: 0% 5%;
}

  .services10 {
    padding: 0vh 0vw 2vh 0vw;
  }

  .services10 .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .services10 li {
    padding: 2.5%;
  }

  .services10 .text-a {
    margin: 2% 10%;
    padding: 3%;
  }

  .services10 .text-a h3 {
    display: none;
  }

  .services10 ol {
    margin: 2vh 6vw 2vh 2vw;
    padding-bottom: 2vh;
  }

  .services11 h5 {
    width: 90%;
    padding: 1vh
  }

  .services13 .row {
    padding: 0vh 4vw;
  }

  .services14 {
    padding: 6vh 0vh 6vh 0vh;
  }

  .services14 .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 2vh 0vw;
}

  .services14 .col-lg-9 {
    margin-top: 2vh;
    display: block !important;
  }

  .services14 .col-lg-9 p {
    margin-bottom: 0vh;
  }
  .services14 h2 {
    margin: 10% 0%;
}

  .services14 .row {
    padding: 0vh;
  }
  .services14 .extras {
    padding: 5% 10%;
    margin: 0% 2%;
}
  .services14 .col-lg-3 {
    padding: 0% 3%;
    width: 33.33%;
  }
  .services16 img {
    display: none;
  }
  .services16 .row, .services16 .col-lg-8 {

    padding-left: 2%;
}


  .services16 ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .services16 li {
    margin: 2vh 0vw 0vh 3vw;
  }

  .services16 h3 {
    padding: 5% 5% 2% 5%;
  }
  .services17 .accordion {
    padding: 2% 8%;
  } 
  .services17 .col-lg-4 {
    display: flex;
  }
  .services17 .col-lg-4 img {
    display:none;
  }
  .services17 h3 {
    padding:0% 12%;
  }
  .services17 .accordion {
    margin: 3vh 2vh 2vh 0vh;
}


  .footer-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
  }

    .footer .row ul li {
      display: inline-block;
      margin: 0px 20px !important;
    }
  
  .footer .row .social-icons ul li {
    display: inline-block;
    margin: 0px 20px !important;
}
}


/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) { 
  .services1 .head-text, .services1 .text-a, .services1 .text-b {
    width: 290px;
    height: 145px;
    border-bottom-left-radius: 145px;
    border-bottom-right-radius: 145px;
}
.services1 .brownbutton {
  margin-top: 5%;
  width: 25%;
}
  .services2 .row, .services4 .row, .services5 .row, .services6c .row, .services10 .row, .services11 .row, .services13 .row {
    --bs-gutter-x: 0rem !important;
  } 

  .services2 {
    padding:10% 0% 35% 0%;
  }

  .services2 .b-a {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0% 2% 0% 2%;
    }

    .services2 img {
      height: 275px;
      width: 275px;
      margin-top: 0%
    }

    .services2 .row {
      justify-content: center;
    }
    .services2 h3 {
      margin: 0%;
      padding-left: 0vh;
    }

    .services2 p {
      margin: 6% 0%;
      text-align: justify;
    }
    .services2 .text {
      margin: 0% 5%;
    }

    .services4 .row {
      flex-direction: row-reverse;
      align-items: center;
    }
    .services4 img {
      height: 400px;
      width: 400px;
      margin-top: -15%;
    }
    .services4 .text-box {
      padding: 0% 0% 0% 0%;
  }
    .services4 .b-b {
      display: flex;
    }

    .services4 h3, .services4 p {
      margin: 5% 5%;
    }
    .services4 .row {
      flex-direction: row-reverse;
      align-items: center;
    }
    .services4 img {
      height: 400px;
      width: 400px;
      margin-top: -15%;
    }
    .services4 .text-box {
      padding: 0% 0% 0% 0%;
  }
    .services4 .b-b {
      display: flex;
    }
    .services4 h3, .services4 p {
      margin: 5% 5%;
    }
  .services5 {
    padding: 5% 0%;
}
/* .services5 dotlottie-player {
  height: 70px !important;
  width: 70px !important;
  transform: rotate(75deg) scaleX(-1);
  position: absolute;
  margin-left: 0px;
  margin-top: -68px;
  left: -14vw;
} */

/* .click {
  padding: 25px;
  margin: auto;
  position: relative;
}

.click h5 {
  margin-left: -40px;
  position: relative;
  top: 0px;
  margin-top: -3vh;
} */

.click {
  position: relative;
  height: 25px;
}

#arrow {
  position: absolute;
  top: calc(100% - 60px);
  margin-left: 12%;
  transform: rotate(79deg) scaleX(-1);
}

.click dotlottie-player {
  height: 55px !important;
  width: 55px !important;
}

.click h5 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -15%;
  width: 130px;
}
 

.services5 .text-a {
  padding: 4vh 0vw 0vh 0vw;
}

.services5 .text-a h3 {
  padding-right: 0vw;
  font-size: 3.5vh !important;
  margin: 0vh 6vw;
}

.services5 .col-sm-8 {
  width: 55%;
  margin: auto;
}
.services5 .col-lg-6 {
    flex: 0 0 auto;
    width: 45%;
}
.services .col-lg-12 {
      flex: 0 0 auto;
      width: 25%;
  }

.services5 .col-lg-3 {
  justify-content: flex-start !important;
  align-items: unset; 
  margin: auto;
  width:25vw !important;
}


.services4 .col-lg-6 ul, .services5 .col-lg-6 ul {
  margin: 0vh;
}

.services5 .col-lg-6 ul .checkbox-wrapper {
  margin: 2vh 0vw;
}



.services5 .text-b {
  padding: 6vh 0vw 4vh 0vw;
  width: 50vw;
}

.services5 .text-c {
  padding: 6vh 0vw 4vh 0vw;
  width: 50vw;
}


.services5 .text-b ul, .services5 .text-c ul {
  padding-left: 0vw;
}

.services5 .text-b h4, .services5 .text-c h4 {
  padding-bottom: 2vh;
  padding-right: 0vw !important;
}

.checkbox-wrapper *, .checkbox-wrapper ::after, .checkbox-wrapper ::before {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.services5 .checkbox-wrapper {
    width: 100%;
}
.text-a .checkbox-wrapper *,.text-a .checkbox-wrapper ::after,.text-a .checkbox-wrapper ::before {
  justify-content: start;
}

.text-b .checkbox-wrapper *, .text-b .checkbox-wrapper ::after, .text-b .checkbox-wrapper ::before .text-c .checkbox-wrapper *, .text-c .checkbox-wrapper ::after, .text-c .checkbox-wrapper ::before {
  margin: 0.2vh 0vw;
}


.checkbox-wrapper span {
  margin-left: 1vh;
  font-size: 1rem !important;
  width: 75%;
}

.checkbox-wrapper svg {
  height: 35px;
  width: 35px;
}




  .services7 .text-heading {
    height: 120%;
    width: 65%;
  }
  .services7 .text-box .text {
    padding: 0%;
  }
  .services7 .text-box {
    position: relative;
    z-index: 5;
    background-color: white;
    padding: 5%;
    max-width: 60%;
    justify-content: center;
  }
  .services7 ul {
    padding-left: 0%;
    margin-bottom: 0%;
    width: max-content;
  }
  .services7 .footer-links .DCI img {
    height: 27.5px;
    object-fit: contain;
  }
  .services7 .footer-links .MHFA img {
    height: 45px;
    object-fit: contain;
  }
  .services7 ul li {
  margin: 0%;
  }

  .services7 .brownbutton {
    width: 40%;
  }
  .services6c .row {
    padding: 2vh 2.5vw 1vh 2.5vw
  }
  .services8 {
    padding: 6vh 0vw 4vh 0vw;
}

.services8 .papers .d-flex > div:nth-child(2) img {
  margin: 0% 0% 0% 10%;
}
.services8 .papers .d-flex > div:nth-child(3) img {
  margin: 0% 0% 0% -10%;
}
.services8 .papers .d-flex > div:nth-child(4) img {
  margin: 0% 0% 0% -20%;
}
.services8 .papers .d-flex > div:nth-child(5) img {
  margin: 0% 0% 0% 0%;
}
.services8 .papers .d-flex .col-sm-3 {
  height: auto;
}
.services8 .papers .d-flex img {
  width: 275px;
}
.services8 .papers .col-sm-3 {
  margin: 5% 0px;
}
.services8 .papers .col-sm-6 {
  margin: 5% 0px;
}

  .services8b .col-sm-12 {
    padding: 0% 20%;
}
  .services8b .package2 {
    margin: 5% 0%;;
  }
  .services8b .package2 .title-bg {
    height: 140px;
  }
  .services8b h1 {
    font-size: calc(1.25rem + 1vw) !important;
  }
  .services8b h4 {
    font-size: calc(0.5rem + 0.6vw) !important;
  }

  .services8b .brownbutton {
    width: 170px;
    height: 50px;
  }
  .services8b .package2 .package-body {
    max-height: 100%;
    padding: 3% 6% 5% 6%;
    height: 300px;
  }


  .services9b {
    padding: 5% 0% 28% 0%;
  }

  .services10 {
    padding: 0vh 0vw 2vh 0vw;
  }

  .services10 .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .services10 img {
    max-height: 250px;
    margin-top: 2%;
    left: 2%;
  }
  
  .services10 .m-hide {
    display: inline;
    padding: 4%;
    width: 45%;
    background-color: rgba(181, 162, 143, 1);
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  }

  .services10 li {
    padding: 2.5%;
  }

  .services10 .text-a {
    margin: 2% 10%;
    padding: 3%;
  }
  .services10 .text-a h3 {
    display: none;
  }

  .services10 ol {
    margin: 2vh 6vw 2vh 2vw;
    padding-bottom: 2vh;
  }

  .services11 h5 {
    width: 90%;
    padding: 1vh
  }

  .services12 .col-sm-12 {
    flex:auto;
    width: 60%;
}

.services12 dotlottie-player {
width: 38vw;
height: 58vh;
}

.services12 .col-lg-4 {
width: 40%;
}

.services12 .dot {
width: 40%;
}
.services12 .text-a {
margin: 0vh 0% 0vh 0vw;
padding: 6% 8%;
}

.services12 .text-a h3 {
padding: 6% 8%;
text-align: center;
margin: 0vh;
font-size: 3.5vh;
}

.services12 .col-lg-6 ul {
padding: 0vh 4vw 0vh 4vw;
}

.services12 .brownbutton {
  width: 180px;
  height: 55px;
}

  .services13 .row {
    padding: 0vh 4vw;
  }

  .services14 {
    padding: 6vh 0vh 6vh 0vh;
  }

  .services14 .col-lg-9 {
    margin-top: 4%;
  }

  .services14 .row {
    padding: 0vh;
  }

  .services14 .col-lg-3 {
    padding: 0vh 5vw;
  }
  .services14 img {
    max-height: 130px;
    margin-bottom: 15px;
  }
  .services16 img {
    height: 250px;
  }
  .services16 .col-lg-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
  .services16 li {
    margin: 3vh 0vw 0vh 3vw;
  }
  .services16 .col-lg-8 {
    padding-left: 6%;
  }
  .services17 .col-lg-8 {
    padding: 5% 10%;
  }
  .services17 img {
    display: none;
  }
  .services17 h3, .services17 p {
    padding: 0vh 0vw 2vh 2vw;
}
  #services #testsplide{
    padding-left: 0vh;
    padding-right: 0vh;
  }
  #services #testsplide button {
    display: none;
  }

  #services #testsplide .splide__list {
    /* transform: translateX(0px) !important; */
  }
 
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
  }

    .footer .row ul li {
      display: inline-block;
      margin: 0px 20px;
  }
  
  .footer .row .social-icons ul li {
    display: inline-block;
    margin: 0px 20px;
}

}



/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) { 
  
  .services1 .head-text, .services1 .text-a, .services1 .text-b {
    width: 350px;
    height: 175px;
    border-bottom-left-radius: 175px;
    border-bottom-right-radius: 175px;
}
.services1 .brownbutton {
  margin-top: 5%;
  width: 25%;
  padding: 0% 5%;
}
  .services2 .row, .services4 .row, .services5 .row, .services6c .row, .services10 .row, .services11 .row, .services13 .row {
    --bs-gutter-x: 0rem !important;
  } 

  .services2 {
    padding: 0% 0% 12% 0%;
  }

  .services2 .b-a {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: -3vh;
    padding: 0% 0% 0% 2%;
    }

  .services2 .b-b {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
  }
  .services2 .text {
    position: relative;
    z-index: 12;
    display: flex;
    flex-direction: column;
    margin: 0% 7%;
  }

  .services2 h3 {
    margin: 0vh 0vw 0vh 2.6vw;
    padding-left: 0vh;
  }

  .services2 p {
    margin: 6% 0% 6% 6%;
    text-align: justify;
    /* font-size: calc(0.4rem + 0.65vw); */
  }
  .services2 img {
    height: 500px;
    width: 500px;
    margin-top: 0%;
  }

  .sevices2b .col-12 {
    width: 95%;
  }

  .services4 .row {
    flex-direction: row-reverse;
    align-items: center;
  }
  .services4 img {
    height: 400px;
    width: 400px;
    margin-top: -15%;
  }
  .services4 .text-box {
    padding: 0% 0% 0% 0%;
}
  .services4 .b-b {
    display: flex;
  }
  .services4 h3, .services4 p {
    margin: 5% 5%;
  }


  .services5 {
      padding: 5% 0%;
  }
  /* .services5 dotlottie-player {
    height: 75px !important;
    width: 75px !important;
    transform: rotate(60deg) scaleX(-1);
    position: absolute;
    margin-left: 0px;
    margin-top: -65px;
    left: -12vw;
  } */

  /* .click {
    padding: 25px;
    margin: auto;
    position: relative;
}

  .click h5 {
    margin-left: -40px;
    position: relative;
    top: 0px;
    margin-top: -3vh;
  } */

  .click {
    position: relative;
    height: 25px;
  }
  
  #arrow {
    position: absolute;
    top: calc(100% - 60px);
    margin-left: 12%;
    transform: rotate(79deg) scaleX(-1);
  }
  
  .click dotlottie-player {
    height: 55px !important;
    width: 55px !important;
  }
  
  .click h5 {
    margin-left: auto;
    margin-right: auto;
    margin-top: -14%;
    width: 150px;
  }
   

  .services5 .text-a {
    padding: 4vh 0vw 0vh 0vw;
  }

  .services5 .text-a h3 {
    padding-right: 0vw;
    font-size: 3.5vh !important;
    margin: 0vh 6vw;
  }


  .services5 .col-sm-8 {
    width: 55%;
    margin: auto;
  }
  .services5 .col-lg-6 {
      flex: 0 0 auto;
      width: 45%;
  }
  .services .col-lg-12 {
        flex: 0 0 auto;
        width: 25%;
    }

  .services5 .col-lg-3 {
    justify-content: flex-start !important;
    align-items: unset; 
    margin: auto;
    width:25vw !important;
  }

.services5 .checkbox-wrapper {
    width: 100%;
}
  .services4 .col-lg-6 ul, .services5 .col-lg-6 ul {
    margin: 0vh;
  }

  .services5 .col-lg-6 ul .checkbox-wrapper {
    margin: 2vh 0vw;
  }

 

  .services5 .text-b {
    padding: 6vh 0vw 4vh 0vw;
    width: 50vw;
  }

  .services5 .text-c {
    padding: 6vh 0vw 4vh 0vw;
    width: 50vw;
  }


  .services5 .text-b ul, .services5 .text-c ul {
    padding-left: 0vw;
  }

  .services5 .text-b h4, .services5 .text-c h4 {
    padding-bottom: 2vh;
    padding-right: 0vw !important;
  }

  .checkbox-wrapper *, .checkbox-wrapper ::after, .checkbox-wrapper ::before {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .text-a .checkbox-wrapper *,.text-a .checkbox-wrapper ::after,.text-a .checkbox-wrapper ::before {
    justify-content: start;
  }

  .text-b .checkbox-wrapper *, .text-b .checkbox-wrapper ::after, .text-b .checkbox-wrapper ::before .text-c .checkbox-wrapper *, .text-c .checkbox-wrapper ::after, .text-c .checkbox-wrapper ::before {
    margin: 0.2vh 0vw;
  }


  .checkbox-wrapper span {
    margin-left: 1vh;
    font-size: calc(1.1rem + 0.vw) !important;
    width: 75%;
  }

  .checkbox-wrapper svg {
    height: 35px;
    width: 35px;
  }


  .services7 {
    padding: 10vh 6vw 6vh 6vw;
  }

  .services7 h3 {
    margin: 4vh 0vw 2vh 0vw;
    width: 85%;
    font-size: 4vh;
}

  .services7 .row {
    padding: 2% 5%;
  }

  .services7 p:nth-child(1), .services7 p:nth-child(2), .services7 p:nth-child(3) {
    width: 90%;
  }

  .services7 .text-heading {
    height: 120%;
    width: 85%;
  }
  .services7 .text-box .text {
    padding: 0%;
  }
  .services7 .text-box {
    position: relative;
    z-index: 5;
    background-color: white;
    padding: 5vh 0vw 3vh 0vw;
    max-width: 80%;
    justify-content: center;
  }

  .services6c .row {
    padding: 2vh 2.5vw 1vh 2.5vw
  }
  
  .services8 .vid-test video {
    height: 100%;
    max-height: 250px;
    margin: -5% 0% 0% 10%;
  }
  .services8b .package2 .title-bg {
    height: 130px;
  }
  .services8b .col-sm-12 {
    padding: 0% 3%;
}
  .services8b h1 {
    font-size: calc(1.2rem + 0.8vw) !important;
  }

  .package2 .package-body {
    max-height: 100%;
    padding: 3% 6% 5% 6%;
    height: 300px;
  }


  .services9b {
    padding: 5% 0% 24% 0%;
  }
  .services10 {
    padding: 6vh 0vw 2vh 0vw;
  }

  .services10 .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services10 img {
    max-height: 450px;
    margin-left: 2vw;
    left: 0vw;
  }

  .services10 .text-a {
    margin: 0vh 0vw 0vh 5vw;
  }

  .services10 ol {
    margin: 2% 8% 2% 4%;
    padding-bottom: 2vh;
  }

  .services11 h5 {
    width: 90%;
    padding: 1vh
  }

  .services12 .col-sm-12 {
        flex:auto;
        width: 60%;
    }

.services12 dotlottie-player {
    width: 38vw;
    height: 58vh;
}

.services12 .col-lg-4 {
  width: 40%;
}

.services12 .dot {
  width: 40%;
}
.services12 .text-a {
  margin: 0vh 0% 0vh 0vw;
  padding: 6% 8%;
}

  .services12 .text-a h3 {
    padding: 6% 8%;
    text-align: center;
    margin: 0vh;
    font-size: 3.5vh;
  }

  .services12 .col-lg-6 ul {
    padding: 0vh 2vw 0vh 2vw;
  }

  .services13 .row {
    padding: 0vh 4vw;
  }

  .services14 {
    padding: 6vh 0vh 6vh 0vh;
  }

  .services14 .col-lg-9 {
    margin-top: 4%;
  }

  .services14 .row {
    padding: 0vh;
  }
  .services14 .col-lg-3 h5 {
    margin-right: 4vw;

}
.services14 img {
  max-height: 150px;
  margin-bottom: 15px;
}
  .services14 .col-lg-3 {
    padding: 0vh 5vw;
  }
  .services16 img {
    display: block;
    height: 250px;
  }
  .services16 .col-lg-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.services16 .col-lg-8 {
  padding-left: 6%;
}
  .services16 li {
    margin: 3vh 0vw 0vh 3vw;
  }
  .services17 .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8%;
  }
  .services17 h3 {
    padding: 0% 0% 0% 3%;
  }
  .services17 .col-lg-4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

 
  .serv2-image {
    max-height: 300px;
    height: auto;
  }

  .services17 .accordion {
    margin: 3vh 7vh 2vh 0vh;
    width: 80vw;
  }
  #services #testsplide{
    padding-left: 0vh;
    padding-right: 0vh;
  }
  #services #testsplide button {
    display: none;
  }
  .wrapper .title, .wrapper .description {
    display: flex;
    justify-content: center;
  }

  .wrapper {
    margin: auto;
    max-width: 30vw;
    height: 275px;
    border: 3px solid black;
    padding: 1vh 0.1vw 1vh 0.1vw;
  }
  .wrapper blockquote:before, .wrapper blockquote:after {
    background: rgba(213, 205, 195, 0);
    position: absolute;
    font-size: 25px;
  }
  .wrapper blockquote:before {
    left: 0px;
    top: 85px;

  }
  .wrapper blockquote:after {
    bottom: 10px;
    right: 5px;
  }

  .title h5 {
    margin-bottom: 3vh;
    font-size: calc(0.6rem + 1.75vw) !important;
  }

  .title {
    display: unset;
    width: auto;
    vertical-align: auto;
    margin-top: 16%;
  } 
  .description {
    display: unset;
    width: auto;
    vertical-align: auto;
    margin-top: 10%;
    padding: 0% 6%;

  } 

  .title img {
    position: absolute;
    opacity: 0.3;
    margin-top: 2vh;
  }

  .description p {
    padding: 0% 8%;
  }
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row ;
    justify-content: center;
    align-items: center;
  }

  
  .footer .row ul li {
    display:block;
    margin:1% 6%;
    text-align:left;
    }

}


/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) { 

  .services1 .head-text, .services1 .text-a, .services1 .text-b {
    width: 400px;
    height: 200px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}
  .services2 .row, .services4 .row, .services5 .row, .services6c .row, .services10 .row, .services11 .row, .services13 .row {
    --bs-gutter-x: 0rem !important;
  } 
  .services16 img {
    max-height: 350px;
    position: relative;
  }
  .services2 {
    padding: 0% 0% 15% 0%;
  }

  .services2 .b-a {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: -3vh;
    padding: 0% 0% 0% 2%;
    }

  .services2 .b-b {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
  }
  .services2 .text {
    position: relative;
    z-index: 12;
    display: flex;
    flex-direction: column;
    margin: 0% 5%;
  }

  .services2 h3 {
    font-size: calc(1.4rem + .6vw);
    padding-left: 0vh;
  }

  .services2 p {
    margin: 6% 10% 6% 6%;
    text-align: justify;
  }

  .sevices2b .col-12 {
    width: 95%;
  }
  .services4 .row {
    flex-direction: row-reverse;
    align-items: center;
  }
  .services4 img {
    height: 500px;
    width: 500px;
    margin-top: -15%;
  }
  .services4 .text-box {
    padding: 0% 0% 0% 10%;
}
.services4 .b-b {
  display: flex;
}
.services4 h3 {
  margin: 6% 10%;
}

.services4 p {
  margin: 6% 10%;
}

  .services5 {
    padding: 5vh 4vh;
  }

  /* .services5 dotlottie-player {
    max-height: 250px;
    width: 65px !important;
    transform: rotate(70deg) scaleX(-1);
    margin-left: 18px;
    margin-top: -67px;
    left: -9vw;
  } */

  /* .click {
    padding: 25px;
    margin: auto;
    position: relative;
}

  .click h5 {
    margin-left: -40px;
    position: relative;
    top: 0px;
    margin-top: -3vh;
  } */
  .click {
    position: relative;
    height: 25px;
    
  }
  
  #arrow {
    position: absolute;
    top: calc(100% - 60px);
    margin-left: 12%;
    transform: rotate(79deg) scaleX(-1);
  }
  
  .click dotlottie-player {
    height: 55px !important;
    width: 55px !important;
  }
  
  .click h5 {
    margin-left: auto;
    margin-right: auto;
    margin-top: -15%;
    width: 146px;
  }
   

  .services5 .text-a {
    padding: 4vh 0vw 0vh 0vw;
  }

  .services5 .text-a h3 {
    padding-right: 0vw;
    font-size: 3.5vh;
    margin: 0vh 6vw;
  }

.services5 .col-lg-6 {
      flex: 0 0 auto;
      width: 45%;
  }
  .services .col-lg-12 {
        flex: 0 0 auto;
        width: 25%;
    }

  .services5 .col-lg-3 {
    justify-content: flex-start !important;
    align-items: unset; 
    margin: auto;
    width:25vw;
  }

  .services4 .col-lg-6 ul, .services5 .col-lg-6 ul {
    margin: 0vh;
  }

  .services5 .col-lg-6 ul .checkbox-wrapper {
    margin: 2vh 0vw;
  }

  .services5 .text-b {
    padding: 6vh 0vw 4vh 0vw;
    width: 50vw;
  }

  .services5 .text-c {
    padding: 6vh 0vw 4vh 0vw;
    width: 50vw;
  }
  .services5 .text-b h4 {
    width: 110%;
    margin: auto;
    padding-left: 10%;
  }


  .services5 .text-b ul, .services5 .text-c ul {
    padding-left: 0vw;
  }

  .services5 .text-b h4, .services5 .text-c h4 {
    padding-bottom: 2vh;
    padding-right: 0vw;
  }

  .services8b .package2 .brownbutton {
    width: 180px;
    height: 50px;
  }

  .services12 .text-a {
    padding: 6% 8%;
  }

  .checkbox-wrapper *, .checkbox-wrapper ::after, .checkbox-wrapper ::before {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .text-a .checkbox-wrapper *,.text-a .checkbox-wrapper ::after,.text-a .checkbox-wrapper ::before {
    justify-content: start;
  }

  .text-a .checkbox-wrapper *,.text-a .checkbox-wrapper ::after,.text-a, .text-b .checkbox-wrapper *,.text-b .checkbox-wrapper ::after,.text-b .checkbox-wrapper ::before, .text-c .checkbox-wrapper *, .text-c .checkbox-wrapper ::after, .text-c .checkbox-wrapper ::before {
    margin: 0.2vh 0vw;
  }


  .checkbox-wrapper span {
    margin-left: 1vh;
    font-size: calc(1.1rem + 0.vw) !important;
    width: 75%;
  }

  .checkbox-wrapper svg {
    height: 35px;
    width: 35px;
  }

  .services7 .text-heading {
    height: 120%;
    width: 70%;
  }

  .services7 .text-box {
    position: relative;
    z-index: 5;
    background-color: white;
    padding: 5vh 0vw 3vh 0vw;
    max-width: 65%;
  }

  .services8b .package2 .title-bg {
    height: 150px;
  }
  .package2 .package-body {
    max-height: 100%;
    height: 330px;
  }

  .services14 img {
    max-height: 180px;
    margin-bottom: 15px;
  }
  .services16 {
    padding: 6vh 0vw;
  }
  .services16 img {
    display: block;
    max-height: 350px;
  }
  .services16 .col-lg-8 {
    padding-left: 6%;
  }
  .services16 .col-lg-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services17 h3 {
  padding: 0% 0% 0% 3%;
}
.services17 .col-lg-8 {
  padding-left: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services17 .col-lg-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services17 img {
  max-height: 350px;
}

.services17 .accordion {
  margin: 3vh 2vh 2vh 2vh;
  width: 80vw;
}
  .wrapper .title, .wrapper .description {
    display: flex;
    justify-content: center;
  }

  .wrapper {
    margin: auto;
    max-width: 30vw;
    height: 275px;
    border: 3px solid black;
    padding: 1vh 0.1vw 1vh 0.1vw;
  }
  .wrapper blockquote:before, .wrapper blockquote:after {
    background: rgba(213, 205, 195, 0);
    position: absolute;
    font-size: 25px;
  }
  .wrapper blockquote:before {
    left: 0px;
    top: 85px;

  }
  .wrapper blockquote:after {
    bottom: 10px;
    right: 5px;
  }

  .title h5 {
    margin-bottom: 3vh;
    font-size: calc(0.6rem + 1.75vw) !important;
  }


  .title, .description {
    display: unset;
    width: auto;
    vertical-align: auto;
    margin-top: 10%;
  } 

  .description p {
    padding: 0% 10%;
  }
}



/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) { 


  .services2 .row, .services4 .row, .services5 .row, .services6c .row, .services10 .row, .services11 .row, .services13 .row {
    --bs-gutter-x: 0rem !important;
  } 

  .services2 {
    padding: 0% 0% 10% 0%;
  }

  .services2 .b-a {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: -3vh;
    padding: 0% 6% 0% 4.5%;
    }

  .services2 .b-b {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
  }
  .services2 .text {
    position: relative;
    z-index: 12;
    display: flex;
    flex-direction: column;
  }


  .services2 h3 {
    font-size: calc(1.4rem + .6vw);
    /* margin: 0vh 0vw 0vh 2.6vw; */
    padding-left: 0vh;
  }

  .services2 p {
    margin: 6% 10% 6% 6%;
    text-align: justify;
  }

  .sevices2b .col-12 {
    width: 95%;
  }
  .services4 .col-lg-6 ul, .services5 .col-lg-6 ul {
    margin: 0vh 0vw 0vh -6vh;
    padding: 0vw 3vw;
}
.services4 .row {
  flex-direction: row-reverse;
  align-items: center;
}

.click {
  position: relative;
  height: 20px;
}

#arrow {
  position: absolute;
  top: calc(100% - 55px);
  margin-left: 12%;
  transform: rotate(79deg) scaleX(-1);
}

.click dotlottie-player {
  height: 55px !important;
  width: 55px !important;
}

.click h5 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -13%;
  width: 166px;
}


  .services8 {
    padding: 10vh 0vw 14vh 0vw;
}
  .services16 {
    padding: 6vh 0vw;
  }
.services16 img {
  display: block;
  height: 400px;
}
.services16 .col-lg-8 {
  padding-left: 6%;
}
.services16 .col-lg-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services17 .col-lg-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8%;
}
.services17 h3 {
  padding: 0% 0% 0% 2%;
}
.services17 .col-lg-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services17 img {
  max-height: 350px;
}

.services17 .accordion {
  --bs-body-bg: rgba(181, 162, 143, 0) !important;
  --bs-accordion-active-bg: rgba(181, 162, 143, 0) !important;
  position: relative;
  z-index: 5;
}
.wrapper .title, .wrapper .description {
  display: flex;
  justify-content: center;
}

.wrapper {
  margin: auto;
  max-width: 30vw;
  min-height: 40vh;
  border: 3px solid black;
  padding: 1vh 0.1vw 1vh 0.1vw;
}
.wrapper blockquote:before, .wrapper blockquote:after {
  background: rgba(213, 205, 195, 0);
  position: absolute;
  font-size: 35px;
}
.wrapper blockquote:before {
  left: 0px;
  top: 97.5px;

}
.wrapper blockquote:after {
  bottom: 10px;
  right: 5px;
}

.title h5 {
  margin-bottom: 3vh;
  font-size: calc(0.5rem + 1.75vw) !important;
}

.title, .description {
  display: unset;
  width: auto;
  vertical-align: auto;
  margin-top: 10%;
} 

/* .anon2 .title {
  display: unset;
  width: auto;
  vertical-align: auto;
  margin-top: 10%;
} */
.anon2 .description {
  display: unset;
  width: auto;
  vertical-align: auto;
  margin-top: 5%;
}

.description p {
  padding: 0% 10%;
}
}

/* Logo Tear Drops */

@media screen and (min-width : 276px) and (max-width : 349.99px) { 
  .section2 .flip-container, .services6 .flip-container {
    height: 425px;
    width: 230px;
    margin: 5% 0%
  }
  .section2 .back-text, .services6 .back-text {  
    position: relative; 
    top: 120px;
    } 
    .section2 .front h1, .services6 .front h1 { 
    top: 14vh;  
    } 

    .section2 .p-a, .services6 .p-a {
    justify-content: left;
    padding-left: 3vw;
    }
    .section2 .p-b, .services6 .p-b {
    justify-content: right;
    padding-right: 3vw;
    }
    .section2 .p-c, .services6 .p-c{
    justify-content: left;
    padding-left: 3vw;
    }
}

@media screen and (min-width : 350px) and (max-width : 575.99px) {
  .section2 .flip-container, .services6 .flip-container {
    height: 450px;
    width: 245px;
    margin: 5% 0%
  }
  
.section2 .back-text, .services6 .back-text {  
  position: relative; 
  top: 120px;
  } 
  .section2 .front h1, .services6 .front h1 { 
  top: 14vh;  
  } 
  .section2 .c, .services6 .c{  
  top: 15vh;
  }
  .section2 .p-a, .services6 .p-a {
  justify-content: left;
  padding-left: 10vw;
  }
  .section2 .p-b, .services6 .p-b {
  justify-content: right;
  padding-right: 10vw;
  }
  .section2 .p-c, .services6 .p-c{
  justify-content: left;
  padding-left: 10vw;
  }
}

@media screen and (min-width : 576.99px ) and (max-width : 629.99px) {
  .section2 .flip-container, .services6 .flip-container {
    height: 350px;
    width: 185px;
  }
  .section2 .back-text {
    top: 100px;
    padding: 0% 5%;
  }
  .section2 .back-text h5 {
    font-size: calc(0.5rem + 0.3vw) !important;

}
}
@media screen and (min-width : 630px ) and (max-width : 699.99px) {
  .section2 .flip-container, .services6 .flip-container {
    height: 370px;
    width: 200px;
  }
}
/* Accordion Image 700px+) */
@media screen and (min-width : 700px) and (max-width : 767.98px) {
  .section2 .flip-container, .services6 .flip-container {
    height: 425px;
    width: 230px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) { 
  .section2 .flip-container, .services6 .flip-container {
    height: 460px;
    width: 250px;
}
  }
  /* Large devices (desktops, 992px and up) */
  @media screen and (min-width: 992px) and (max-width: 1199.98px) { 
  .section2 .flip-container, .services6 .flip-container {
    height: 550px;
    width: 300px;
  }
  }
  /* Large devices (desktops, 992px and up) */
  @media screen and (min-width: 992px) and (max-width: 1199.98px) { 
    .section2 .flip-container, .services6 .flip-container {
      height: 585px;
      width: 320px;
  }
  }

@media screen and (min-width: 576px) and (max-width: 767.99) {
  .services6 .col-sm-3 {
      flex: 0 0 auto;
      width: 70%;
  }
}






















































































/* ----------- About ----------- */

/* aboutHeader */
.aboutheader {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/new/IMG_7108.jpg");
  height: 90vh;
  background-attachment: fixed;
  background-position: center top;
  /* background-position: center bottom 10px; */
  background-repeat: no-repeat;
  background-size: cover;
  --bs-gutter-x: 0rem !important;
}

#about .home-divider::before {
  background-color: rgb(0 0 0 / 35%) !important;
}


.aboutheader h1 {
  padding: 0% 10%;
  color: white;
  text-shadow: 1.5px 1.5px black;

}


.aboutheader .intro {
  position: relative;
  z-index: 5;
}



/* .polaroids img:nth-child(1) {
  position: absolute;
  z-index: 6;
  right: 70vw;
  top: 35vh;
  max-height: 50vh;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
}

.polaroids img:nth-child(2) {
  position: absolute;
  z-index: 5;
  top: 35vh;
  right: 77.5vw;
  max-height: 50vh;
  transform: rotate(-12deg);
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
} */

/* Section 1 */
.about1 {
  background-color:rgba(247, 235, 229, 1);
  padding: 8vh 0vw 16vh 0vw;
}

.about1 a {
  text-decoration: none;
}

.about1 h2 {
  margin-bottom: 2px;
}
.about1 img {
  height: 45px;
  margin-bottom: 5px;
}

.about1 .head-text {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: justify;
  /* border-radius: 2%; */
  z-index: 1  ;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  background-color: white;
  padding: 0%;
  width: 450px;
  height: 225px;
  border-bottom-left-radius: 225px;
  border-bottom-right-radius: 225px;
}

/* Head text semicircle */
.about1 .head-text  p {
  margin-bottom: 0%;
  text-align: center;
}
.about1 .head-text p:nth-child(1) {
  padding: 0% 8%;
}
.about1 .head-text p:nth-child(2) {
  padding: 0% 18%;
}
.about1 .head-text p:nth-child(3) {
  padding: 0% 22%;
}



.about1 .text-a, .about1 .text-b {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: justify;
  /* border-radius: 2%; */
  z-index: 1  ;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  background-color: white;
  padding: 0%;
  width: 400px;
  height: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

/* Head text semicircle */
.about1 .text-a  p, .about1 .text-b p {
  margin-bottom: 0%;
  text-align: center;
}
.about1 .text-a p:nth-child(1) {
  padding: 0% 14%;
}
.about1 .text-a p:nth-child(2) {
  padding: 0% 22%;
} 


.about1 .text-b p:nth-child(1) {
  padding: 0% 15%;
}
.about1 .text-b p:nth-child(2) {
  padding: 0% 25%;
}
.about1 .text-a p:nth-child(3), .about1 .text-b p:nth-child(3) {
  padding: 0% 30%;
}

.about1 .row {
  margin: 5vh 0vw;
}
.about1 .brownbutton {
  color: rgba(184, 99, 57, 1);
  --line_color: rgba(184, 99, 57, 1) !important;
  margin-top: 3%;
  width: 15vw;
  height: 7.5vh;
  text-decoration: none;
  font-size: 2vh;
}

/* Section 2 */
.about2 {
  background-color:rgba(247, 235, 229, 1);
  padding: 12vh 0vw 16vh 0vw;
  }

.about2 .accordion-welcome {
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 8px;
  z-index: 1;
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  background-color: white;
  padding: 5% 10%;
  margin: 0% 8% 2.5% 1%;
  height: 100%;
  max-height: 50vh;
  width:70%;
}

.about2 .accordion-welcome p {
  text-align: justify;
}

.about2 .accordion-welcome h3 {
  margin-bottom: 5%;
}



.abou2 .a .col-lg-4 {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}
.about2 .col-lg-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8%;
}

.about2-image1,
.about2-image2,
.about2-image3,
.about2-image4,
.about2-image5,
.about2-image6 {
  max-height: 90vh;
  height: 100%;
  object-fit: cover;
  margin: 0% 10% 0% -5%;
  transition: 1s;
  border-radius: 10px;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  right: 6vw;
}

.about2-image {
  max-height: 90vh;
  height: 100%;
  object-fit: cover;
  margin: 0% 10% 0% -5%;
  transition: 1s;
  border-radius: 10px;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;

}

.about2-image1,
.about2-image2,
.about2-image3,
.about2-image4,
.about2-image5,
.about2-image6 {
  opacity: 0;
}

.about2-image1.show,
.about2-image2.show,
.about2-image3.show,
.about2-image4.show,
.about2-image5.show,
.about2-image6.show {
  opacity: 1 !important;
}

.about2-image2 video {
  position: absolute;
  height: 75vh ;
  width: 30vw;  
}

#about .home-divider2top::after {
  /* background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23afb398"/></svg>');  */
}

#about .home-divider2::before {
  background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23afb398"/></svg>'); 
}


/* Accordion */
.accordion {
  --bs-accordion-active-bg: rgba(181, 162, 143, 1) !important;
  --bs-body-bg: rgba(181, 162, 143, 1) !important;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b86339'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  color: white;
  margin: 2vh 20vh 2vh 4vh;
  transition-delay: .9s !important;
  --bs-accordion-border-color: rgba(184, 99, 57, 1) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b86339'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg);
  border-bottom-color: rgba(184, 99, 57, 1) !important;
}

.accordion-header svg {
  margin-left: 37vw;
}

.accordion-button {
  font-size: calc(0.8rem + 0.65vw) ;
  color: rgba(184, 99, 57, 1)  !important;
  border-bottom-color: rgba(184, 99, 57, 1) !important;
  padding: 1rem 1rem;
}

.accordion-body {
  background-color: white;
  color: rgba(184, 99, 57, 1);
  border-top-color: white;
}

.accordion-body p {
  color: rgba(184, 99, 57, 1);
  padding: 0% 7% 0% 2%;
  font-size: calc(0.35rem + 0.65vw);
  margin: 2% 0%;
}

.accordion-button:focus {
  border-color: rgba(30, 48, 22, 0.1)!important;
  box-shadow: none !important;
}

.accordion-button:after {
  transform: rotate(270deg);
}

.accordion-list,
.accordion-body h4,
.accordion-body h5 {
  position: relative;
  left: -1vw;
  list-style: auto;
}

.accordion-body {
  padding: 2vh 6vh 6vh 2vh;
  text-align: justify;
}

.accordion-body p {
  /* color: white; */
}

.accordion-list {
  margin-left: 1.5vw;
}
/* Section 3 */
.about3 {
  background-color: rgba(175, 179, 152, 1);
  color: white;
  padding: 15% 0% 5% 0%;
}

.about3 h4 {
  /* padding: 2%; */
}

/* Section 4 */
.about4 {
  background: linear-gradient(to bottom, rgba(175, 179, 152, 1) 0%, rgba(247, 235, 229, 0.2) 100%, rgba(175, 179, 152, 1) 50%, rgba(175, 179, 152, 1) 20%), url("../images/new/trees.jpg") no-repeat center;
  padding: 0% 5% 5% 5%;
  background-size: cover;
}
.about4 .row {
  justify-content: space-evenly;
}
.about4 img {
  max-height: 72vh;
  height: 100%;
  object-fit: cover;
  transition: 1s;
  border-radius: 10px;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
}

.about4 .text-box {
  background-color: rgba(255, 255, 255, 0.8);
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
margin: 5%;
    padding: 8% 10%;
  border-radius: 10px;
}
.about4 .text-box h3 {
  margin-bottom: 8%;
  text-decoration: underline;
}
.about4 .text-box p {
  color: black;
  text-align: justify;
  /* font-size: calc(0.5rem + 0.65vw); */
}
.about4 .brownbutton {
  display: block;
  color: rgba(184, 99, 57, 1);
  --line_color: rgba(184, 99, 57, 1) !important;
  width: 15vw;
  height: 7.5vh;
  text-decoration: none;
  margin-top: 8%;
  font-size: 2vh;
}

/* Section 5 */
.about5 {
  background-color: rgba(175, 179, 152, 1) ;
  /* background-image: url("../images/new/backgrounds/3b.jpg"); */
  background-size: auto;
  color: white;
  padding: 6vh 0vw;
}

.about5 .brownbutton {
  display: block;
  width: 15vw;
  height: 7.5vh;
  text-decoration: none;
  font-size: 2vh;
}

.about5 h3 {
  margin-bottom: 3%;
}

/* Extra small devices (phones, less than 576px) */
@media screen and (min-width : 276px) and (max-width : 349.99px) { 
  .about1 img {
    height: 26px;
  }
    .about .head-text, .about .text-a, .about .text-b {
      width: 280px;
      height: 140px;
      border-bottom-left-radius: 140px;
      border-bottom-right-radius: 140px;
  }
  .about1 .brownbutton {
    width: 50%;
  }
  .about1 .row {
    margin-bottom: 10%;
  }
  .about2-image1, .about2-image2, .about2-image3, .about2-image4, .about2-image5, .about2-image6 {
    position: absolute;
    width: 36vw !important; /* Maintain responsive width */
    max-height: 32vh; /* Restrict height relative to viewport */
    right: -8%;
    transition: 1s;
    border-radius: 10px;
    transform: translateY(calc(var(--image-offset, 0) * 1px)); /* Dynamic adjustment */
  }

  /* Set individual offsets for images */
  .about2-image1 { --image-offset: 25; } /* Adjust this value */
  .about2-image2 { --image-offset: 65; }
  .about2-image3 { --image-offset: 135; }
  .about2-image4 { --image-offset: 170; }
  .about2-image5 { --image-offset: 220; }
  .about2-image6 { --image-offset: 300; }

  .about4 .brownbutton {
    width: 70%;
    font-size: 1.8vh;
  }
  .about5 .brownbutton {
    width: 55%;
    font-size: 1.8vh;
  }
}
/* Extra small devices (phones, less than 576px) */
@media screen and (min-width : 350px) and (max-width : 575.99px) { 
  .about1 img {
    height: 30px;
  }
    .about .head-text, .about .text-a, .about .text-b {
      width: 350px;
      height: 175px;
      border-bottom-left-radius: 175px;
      border-bottom-right-radius: 175px;
  }
  .about1 .brownbutton {
    width: 40%;
  }
  .about2-image1, .about2-image2, .about2-image3, .about2-image4, .about2-image5, .about2-image6 {
    position: absolute;
    width: 36vw !important; /* Maintain responsive width */
    max-height: 32vh; /* Restrict height relative to viewport */
    right: -8%;
    transition: 1s;
    border-radius: 10px;
    transform: translateY(calc(var(--image-offset, 0) * 1px)); /* Dynamic adjustment */
  }

  /* Set individual offsets for images */
  .about2-image1 { --image-offset: 25; } /* Adjust this value */
  .about2-image2 { --image-offset: 65; }
  .about2-image3 { --image-offset: 135; }
  .about2-image4 { --image-offset: 170; }
  .about2-image5 { --image-offset: 220; }
  .about2-image6 { --image-offset: 300; }


  .about4 .brownbutton {
    width: 60%;
    font-size: 1.8vh;
  }
  .about5 .brownbutton {
    width: 50%;
    font-size: 1.8vh;
  }
}

/* Accordion Image 610-700px) */
@media screen and (min-width : 576.99px ) and (max-width : 629.99px) {
  .about2 .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0%
  }
  .about2 .accordion {
    width: 80%;
    --bs-body-bg: rgba(181, 162, 143, 0) !important;
    --bs-accordion-active-bg: rgba(181, 162, 143, 0) !important;
   
    position: relative;
    z-index: 5;
    padding: 2% 8% 2% 0%;
    margin: 10% 20% 0% 0%
   }

   .accordion-body {
    padding: 2vh 2vh 6vh 2vh !important;
    text-align: justify;
  }

  
  .about2 .accordion-welcome {
    margin: 0% 0% 0% 50%;
    width: 90%;
   }
   .about2-image {
    max-height: 350px;
    margin: 140% 0% 0% -30%;
  }
  
}
/* Accordion Image 610-700px) */
@media screen and (min-width : 630px ) and (max-width : 699.99px) {
  .about2 .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0%
  }
  .about2 .accordion {
    width: 80%;
    --bs-body-bg: rgba(181, 162, 143, 0) !important;
    --bs-accordion-active-bg: rgba(181, 162, 143, 0) !important;
   
    position: relative;
    z-index: 5;
    padding: 2% 8% 2% 0%;
    margin: 10% 20% 0% 0%
   }

   .accordion-body {
    padding: 2vh 2vh 6vh 2vh !important;
    text-align: justify;
  }

  
  .about2 .accordion-welcome {
    margin: 0% 0% 0% 50%;
    width: 90%;
   }
   .about2-image {
    max-height: 350px;
    margin: 125% 0% 0% -25%;
  }
}
/* Accordion Image 700px+) */
@media screen and (min-width : 700px) and (max-width : 767.98px) {
  .about2 .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0%
  }
  .about2 .accordion {
    width: 80%;
    --bs-body-bg: rgba(181, 162, 143, 0) !important;
    --bs-accordion-active-bg: rgba(181, 162, 143, 0) !important;
   
    position: relative;
    z-index: 5;
    padding: 2% 8% 2% 0%;
    margin: 10% 20% 0% 0%
   }

   .accordion-body {
    padding: 2vh 2vh 6vh 2vh !important;
    text-align: justify;
  }

  
  .about2 .accordion-welcome {
    margin: 0% 0% 0% 50%;
    width: 90%;
   }
   .about2-image {
    max-height: 350px;
    margin: 100% 0% 0% -25%;
  }
}

/* Extra small devices (phones, less than 575.98px) */
@media screen and (min-width : 276px) and (max-width : 576.98px) {
  .aboutheader {
    background-position: center -3px;
    background-size: 400%;
  }
 .aboutheader .intro {
    margin: 10vh 2vw 0vh 2vw
  }

  .about-divider::before {
    background-size: 300% 250px !important;
  }

  .about1 .brownbutton {
    margin-top: 5%;
  }

  .about1 .col-sm-6 {
    margin-top: 10%;
  }
  
  .about1 .row {
    margin: 0% 0% 12% 0%;
  }
  
  .about1 .head-text, .about1 .text-a, .about1 .text-b {
    width: 290px;
    height: 150px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }
  .about2 {
    padding: 12vh 0vw 0vh 0vw;
}
  .about2 .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0%
  }
  .about2 .accordion {
    width: 60%;
    --bs-body-bg: rgba(181, 162, 143, 0) !important;
    --bs-accordion-active-bg: rgba(181, 162, 143, 0) !important;
   
    position: relative;
    z-index: 5;
    padding: 2% 0%;
    margin: 2% 40% 0% 0%;
   }

   .accordion-body {
    padding: 2vh 2vh 6vh 2vh !important;
    text-align: justify;
  }

  
  .about2 .accordion-welcome {
    margin: 0% 10%;

   }
   .about2-image {
    display: none
  }

    .about3 {
      padding: 30vh 7vw 5vh 7vw;
  }
  .about4{
    padding: 5% 5% 15% 5%;
  }
  .about4 img {
    display: none;
  }
  .about4 .text-box {
    margin: 0% 10%;
  }
  .about4 .row {
    justify-content: space-around;
  }

  .about5 {
    padding: 7vh 7vw;
  }
  .about5 h3 {
    font-size: 3.5vh !important;
  }

  .about5 .btn-shine {
    font-size: 1.5vh !important;
  }


}


/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) { 
  /* .polaroids img:nth-child(1) {
    top: 50vh;
    max-height: 30vh;
    display: none;
  }
  .polaroids img:nth-child(2) {
    top: 50vh;
    max-height: 30vh;
    display: none;
  } */
  .aboutheader {
    background-position: center -3px;
    background-size: 300%;
  }
  .about1 {
    padding: 8vh 0vw;
}
  .about1 .head-text {
    width: 320px;
    height: 170px;
    border-bottom-left-radius: 170px;
    border-bottom-right-radius: 170px;
  }
  .about1 .text-a, .about1 .text-b {
    width: 290px;
    height: 145px;
    border-bottom-left-radius: 145px;
    border-bottom-right-radius: 145px;
  }
  .about1 .brownbutton {
    width: 27.5%;
  }
  .about1 img {
    height: 34px;
  }
  .about2-image1, .about2-image2, .about2-image3, .about2-image4, .about2-image5, .about2-image6 {
    position: absolute;
    max-height: 52%;
    width: 34vw !important;
    right: -2%;
    transition: 1s;
    top: 235%;
    border-radius: 10px;
    }

    .about2 {
      padding: 6vh 0vw 0vh 0vw;
    }
    
    .about3 {
      padding: 25vh 7vw 5vh 7vw;
    }
    .about4{
      padding: 5% 5% 15% 5%;
    }

    .about4 img {
      max-height: 400px;
      height: 100%;
      object-fit: cover;
      transition: 1s;
      border-radius: 10px;
      box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  }
  .about4 .text-box {
    margin: 0%
  }
  .about4 .row {
    justify-content: space-around;
  }
  .about4 .brownbutton {
    width: 50%;
    font-size: calc(0.8rem + 0.2vw) !important;
    height: 60px;
    padding: 0% 5%;
  }
  .about5 .brownbutton {
    width: 25%;
    height: 60px;
    font-size: calc(0.9rem + 0.2vw) !important;
  }
  .about5 {
    padding: 5vh 7vw;
  }

  .footer .social-icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .footer-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer small, .footer a {
    text-align: center;
  }
  .footer .row ul li {
    display: block;
    margin: 1% 5%;
    text-align: left;
}
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .aboutheader .intro {
    margin-top: 10vh;
    }
    .about1 .brownbutton {
      width: 20%;
      padding: 0% 2%;
    }

  .about1 .head-text  {
      width: 380px;
      height: 190px;
      border-bottom-left-radius: 190px;
      border-bottom-right-radius: 190px;
  }
  .about1 .text-a, .about1 .text-b {
      width: 350px;
      height: 175px;
      border-bottom-left-radius: 175px;
      border-bottom-right-radius: 175px;
  }
  /* .about1 {
    padding: 10vh 2.5vw;
  } */
  .about2 .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0%;
  }
  .about2 .col-lg-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0%;
  }

  .about2 .accordion {
    width: 80%;
    --bs-body-bg: rgba(181, 162, 143, 0) !important;
    --bs-accordion-active-bg: rgba(181, 162, 143, 0) !important;
   
    position: relative;
    z-index: 5;
    padding: 2% 8% 2% 0%;
    margin: 10% 0% 0% 0%
   }

   .accordion-body {
    padding: 2vh 2vh 6vh 2vh !important;
    text-align: justify;
  }

  
  .about2 .accordion-welcome {
    margin: 0% 0% 0% 50%;
    width: 90%;
   }
   .about2-image {
    max-height: 350px;
    margin: 100% 10% 0% -5%
  }
   
  
  .about2-image1, .about2-image2, .about2-image3, .about2-image4, .about2-image5, .about2-image6 {
    position: absolute;
    max-height: 55%;
    width: 32vw !important;
    right: -5%;
    transition: 1s;
    top:235%;
    border-radius: 10px;
    }

    .about2 {
      padding: 12vh 0vw 0vh 0vw;
    }
    
    .about3 {
      padding: 25vh 7vw 5vh 7vw;
    }

    .about4{
      padding: 5% 5% 7.5% 5%;
    }
    .about4 img {
      max-height: 450px;
      height: 100%;
      object-fit: cover;
      transition: 1s;
      border-radius: 10px;
      box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  }

.about4 .brownbutton {
  width: 50%;
  font-size: calc(0.75rem + 0.2vw) !important;
  height: 7vh;
  padding: 0% 5%;
}
.about5 .brownbutton {
  width: 25%;
  font-size: calc(0.8rem + 0.2vw) !important;
}
.about5 {
  padding: 5vh 10vw;
}


  .about5 .btn-shine {
    width: 30vw;
    margin-top: 2vh;
}

}




/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) { 

  .about1 .brownbutton {
    width: 20%;
  }
.about2-image1, .about2-image2, .about2-image3, .about2-image4, .about2-image5, .about2-image6 {
  position: absolute;
  max-height: 65%;
  width: 32vw !important;
  right: -5%;
  transition: 1s;
  top:245%;
  border-radius: 10px;
  }

   .about2 .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0%;
  }
  .about2 .col-lg-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0%;
  }

  .about2 .accordion {
    width: 80%;
    --bs-body-bg: rgba(181, 162, 143, 0) !important;
    --bs-accordion-active-bg: rgba(181, 162, 143, 0) !important;
    margin: 0vh 0vh 2vh 0vh !important;
    position: relative;
    z-index: 5;
    padding: 2% 8% 2% 0%;
   }

   .accordion-body {
    padding: 2vh 2vh 6vh 2vh !important;
    text-align: justify;
  }

  .about2 {
    padding: 12vh 0vw 0vh 0vw;
  }
  
  .about3 {
    padding: 25vh 7vw 5vh 7vw;
  }
  
.about5 {
  padding: 4vh 10vw;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) { 

.about1 .brownbutton {
  width: 15%;
  padding: 0% 2%;
}

  .about2-image1, .about2-image2, .about2-image3, .about2-image4, .about2-image5, .about2-image6 {
    position: absolute;
    width: auto !important;
    max-height: 70%;
    height: 100%;
    object-fit: cover;
    margin: 0% 0% 0% -5%;
    transition: 1s;
    border-radius: 10px;
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  }
  .about2 .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0%;
  }
  .about2 .col-lg-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0%;
  }

  #about .accordion {
    width: 80%;
    --bs-body-bg: rgba(181, 162, 143, 0) !important;
    --bs-accordion-active-bg: rgba(181, 162, 143, 0) !important;
    margin: 0vh 0vh 2vh 0vh !important;
    position: relative;
    z-index: 5;
    padding: 2% 8% 2% 0%;
}
.about5 {
  padding: 6vh 10vw;
}
}






/* ----------- Endo ----------- */

/* endoHeader */
.endoheader {
  background-image: url("../images/new/endohead.jpg");
  height: 90vh;
  background-attachment: fixed;
  /* background-position: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  --bs-gutter-x: 0rem !important;
}


.endoheader h1 {
  padding: 0% 20%;
  color: white;
  text-shadow: 1.5px 1.5px black;

}


.endoheader .intro {
  position: relative;
  z-index: 5;
}


/* .polaroids img:nth-child(1) {
  position: absolute;
  z-index: 6;
  right: 70vw;
  top: 35vh;
  max-height: 50vh;
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
}

.polaroids img:nth-child(2) {
  position: absolute;
  z-index: 5;
  top: 35vh;
  right: 77.5vw;
  max-height: 50vh;
  transform: rotate(-12deg);
box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
} */

/* Section 1 */
.endo1 {
  background-color: rgba(247, 235, 229, 1);
  padding: 10vh 0vw;
}
.endo1 .text-a, .endo1 .text-b {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: justify;
  z-index: 1  ;
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  background-color: white;
  padding: 0%;
  width:500px;
  height: 250px;
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 250px;
}

.endo1 .text-a  p, .endo1 .text-b p {
  margin-bottom: 0%;
  text-align: center;
}
.endo1 .text-a p:nth-child(1) {
  padding: 0% 8%;
}
.endo1 .text-a p:nth-child(2) {
  padding: 0% 15%;
} 
.endo1 .text-a p:nth-child(3) {
  padding: 0% 24%;
} 


.endo1 .text-b p:nth-child(1) {
  padding: 0% 15%;
}
.endo1 .text-b p:nth-child(2) {
  padding: 0% 15%;
}
.endo1 .text-b p:nth-child(3) {
  padding: 0% 20%;
}


.endo1 .col-sm-6 h4, .endo1 .col-sm-12 h4 {
  margin-bottom: 1%;
}

.endo1 .col-lg-10 .head-text h4 {
  margin-bottom: 1%;
}

.endo1 .t2 {
  text-align: justify;
  background-color: white;
  margin: 5% 0% 0% 0%;
  padding: 4% 2%;
  border: 1px solid rgba(196, 181, 167, 0.2);
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
}

.endo1 .t2 .text-box {
  display: flex;
  flex-direction: row;
  margin: 0% 5%;
}

.endo1 .t2 h4 {
  padding: 0% 0% 5% 0%;
}

.endo1 .t2 p {
  padding: 0% 5%;
}

.endo1 .col-lg-5  .col-6 {
  padding: 3% 5%;
}

.endo1 .head-text {
    display: flex;
    justify-content: flex-start;
    align-items: start; 
    flex-wrap: wrap;
    z-index: 1  ;
    box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
    background-color: white;
    padding: 2% 0% 0% 0%;
    width: 600px;
    height: 300px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
  }

  .endo1 .head-text ul {
    margin-bottom: 0px;
    list-style-image: url("../images/drop2.svg") !important;
  }

  .endo1 li::marker {
    font-size: 35px;
    list-style-image: url("../images/drop2.svg") !important;
    width: 20px;
    height: 20px;
    display: inline-block;
  }

    .endo1 .head-text .list-a ul {
      width: 60%
    }
    .endo1 .head-text .list-b ul {
    padding: 0% 6% 0% 0%;
    margin: 0% 0% 0% 10%;
    width: 70%;
    }

  .endo1 .brownbutton{
    margin-top: 3%;
    color: rgba(184, 99, 57, 1);
    --line_color: rgba(184, 99, 57, 1) !important;
  }
  .endo1 .col-lg-5 h4 {
    padding: 0% 5% 5% 5%;
  }

/* Section 2 */
.endo2 {
  background-color: rgba(175, 179, 152, 1) ;
  /* background-image: url("../images/new/backgrounds/3b.jpg"); */
  background-size: auto;
  color: white;
  padding:35vh 0vw 10vh 0vw;
}

/* Section 3*/
.endo3 {
  background: linear-gradient(to bottom, rgba(175, 179, 152, 1) 0%, rgba(247, 235, 229, 0.2) 100%, rgba(175, 179, 152, 1) 50%, rgba(175, 179, 152, 1) 20%), url("../images/rinjani.jpg") no-repeat center bottom -120px;
  padding: 10% 0%;
  display: flex;
  background-size: 200%;
  color: white;
  padding: 15vh 0vw 30vh 0vw;
}

.endo3 .type--A {
  --line_color: white;
  --back_color: rgba(213, 205, 195, 1);
  --back_color2: rgba(237, 222, 213, 1);
}

.endo3 .t2 {
  text-align: justify;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 5% 0%;
  padding: 4% 2%;
  border: 1px solid rgba(196, 181, 167, 0.2);
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
}

.endo3 .col-6 {
  padding: 3% 5%;
}

.endo3 .text-box {
  display: flex;
  flex-direction: column;
  z-index: 1  ;
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  background-color: white;
  padding: 5% 0% 0% 0%;
  width: 400px;
  height: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.endo3 .text-box  p {
  margin-bottom: 0%;
  text-align: center;

}
.endo3 .text-box p:nth-child(1) {
  padding: 0% 10%;
}
.endo3 .text-box p:nth-child(2) {
  padding: 0% 20%;
} 
.endo3 .text-box p:nth-child(3) {
  padding: 0% 27%;
} 

.endo3 .brownbutton {
  display:block;
  margin-top: 5%;
}

.endo3 .t2 p {
  color: white;
}
/* Section 4 */
.endo4 {
  background-color: rgba(247, 235, 229, 1);
  background-size: auto;
  padding: 5vh 0vw;
}
.endo4 .t2 {
  text-align: justify;
  background-color: white;
  margin: 5% 0%;
}
.endo4 .t3 {
  background-image: url("../images/new/backgrounds/2b.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(2px 2px 6px rgb(144, 144, 144)); 
  display: flex;
  padding: 5% 7%;
  margin: 10% 5%;
}

.endo4 .col-lg-5:nth-child(1) {
  padding: 0% 2%;

}
.endo4 .t4-1 {
  padding: 0% 5%;
  margin: 0%;
}

.endo4 .t4-2 p {
  margin: 0% 10%;
}
.endo4 .t4-2 {
  padding: 0% 0%;
}


.endo4 h3 {
  margin: 7% 0%;
}

.endo4 h4 {
  padding: 0% 5%;
}

.endo4 img {
  max-height: 100%;
  height: 150px;
  object-fit:contain;
}

.endo4 .col-6 {
  padding: 3% 5%;
}

.endo4 .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1  ;
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, rgba(196, 181, 167, 0.2) 0 -3px 0 inset;
  background-color: white;
  padding: 0% 0% 0% 0%;
  width: 500px;
  height: 250px;
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 250px;
}

.endo4 .text-box  h5 {
  margin-bottom: 0%;
  padding: 0% 15%;
  text-align: center;
}

.endo4 .row p {
  font-size: calc(0.75rem + 0.2vw) !important;
  padding: 0% 2%;
  text-align: justify;
}

.endo4 .brownbutton {
  display:block;
  margin: 5% 5% 0% 5%;
  color: rgba(184, 99, 57, 1);
  --line_color: rgba(184, 99, 57, 1) !important;
}


/* Extra small devices (phones, less than 576px) */
@media screen and (min-width : 276px) and (max-width : 349.99px) { 
  .overlay-content {

    margin: 20% auto 0% auto;
  }
  .overlay-content li {
    list-style-type: none;
  }
  .endoheader {
    background-position: center bottom 0px;
  }
  .endo1 .text-a, .endo1 .text-b, .endo4 .text-box {
    width: 296px;
    height: 150px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    padding: 0% 15% 2% 15%;
}

.endo1 .head-text {
  width: 296px;
  height: 150px;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  padding: 0% 0% 0% 0%;
}

.endo1 .list-a, .endo1 .list-b {
  width: 50%;
}

.endo1 .head-text li {
  font-size: calc(0.5rem + 0.4vw) !important;
  letter-spacing: 0.05rem;
}
.endo1 li::marker {
  list-style-image: url("../images/drop2.svg") !important;
  font-size: 25px;
}

.endo1 .head-text .list-a ul {
  width: 70%;
  margin: -5% -15% 0% 0%;
  padding: 0% 5% 0% 10%;
}

.endo1 .head-text .list-b ul {
  margin: -5% 0% 0% 15%;
  width: 80%;
}
.endo1 .col-sm-12 {
  margin: 5% 0%;
}
.endo1 .text-a p:nth-child(1) {
  padding: 1% 0%;
}
.endo1 .text-a p:nth-child(2) {
  padding: 1% 0%;
} 
.endo1 .text-a p:nth-child(3) {
  padding: 1% 0%;
} 

.endo1 .text-b p:nth-child(1) {
  padding: 1% 0%;
}
.endo1 .text-b p:nth-child(2) {
  padding: 1% 0%;
}
.endo1 .text-b p:nth-child(3) {
  padding: 1% 0%;
}
.endo1 .t2 {
  width: 85%;
  padding: 6% 5%;
}
.endo1 .brownbutton {
  margin-top: 2%;
}
.endo1 .t2 p {
  padding: 0% 2.5%;
}
.endo3 {
  background: linear-gradient(to bottom, rgba(175, 179, 152, 1) 0%, rgba(247, 235, 229, 0.2) 100%, rgba(175, 179, 152, 1) 50%, rgba(175, 179, 152, 1) 20%), url("../images/rinjani.jpg") no-repeat center bottom 50px;
  background-size: 600% ;
  padding: 5vh 0vw 30vh 0vw;
}
.endo4 .t3 {
  margin: 10% 6%;
  padding: 5% 0%;
}
.endo4 .col-lg-5:nth-child(1) {
  padding: 10% 5%;
}
.endo4 .col-lg-5:nth-child(2) {
  padding: 10% 5%;
}
.endo4 .t4-1 {
  padding: 10% 10%;
}
.endo4 .row p {
  padding: 0% 10%;
}

.endo4 .t4-2 p {
  margin: 0% 0%;
}
}


/* Extra small devices (phones, less than 576px) */
@media screen and (min-width : 350px) and (max-width : 575.99px) { 
    .overlay-content {

    margin: 25% auto 0% auto;
  }
  .overlay-content li {
    list-style-type: none;
  }
  .endoheader {
    background-position: center bottom 0px;
  }
  .endo1 .text-a, .endo1 .text-b, .endo4 .text-box {
    width:350px;
    height: 180px;
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
    padding: 0% 15% 2% 15%;
}

.endo1 .head-text {
  width:350px;
  height: 180px;
  border-bottom-left-radius: 180px;
  border-bottom-right-radius: 180px;
  padding: 3% 0% 0% 0%;
}

.endo1 .list-a, .endo1 .list-b {
  width: 50%;
}

.endo1 .head-text li {
  font-size: 0.6rem !important;
  letter-spacing: 0.065rem;
}
.endo1 li::marker {
  font-size: 25px;
}

.endo1 .head-text .list-a ul {
  width: 80%;
  margin: -5% -15% 0% 0%;
  padding: 0% 5% 0% 10%;
}

.endo1 .head-text .list-b ul {
  margin: -5% 0% 0% 15%;
  width: 80%;
}
.endo1 .col-sm-12 {
  margin: 5% 0%;
}
.endo1 .text-a p:nth-child(1) {
  padding: 1% 0%;
}
.endo1 .text-a p:nth-child(2) {
  padding: 1% 0%;
} 
.endo1 .text-a p:nth-child(3) {
  padding: 1% 0%;
} 

.endo1 .text-b p:nth-child(1) {
  padding: 1% 0%;
}
.endo1 .text-b p:nth-child(2) {
  padding: 1% 0%;
}
.endo1 .text-b p:nth-child(3) {
  padding: 1% 0%;
}
.endo1 .t2 {
  width: 80%;
  padding: 6% 5%;
}
.endo1 .t2 .text-box {
  display: flex;
  flex-direction: column;
  padding: 0% 7.5%;
}
.endo1 .brownbutton {
  margin-top: 2%;
}
.endo1 .t2 p {
  padding: 0% 2.5%;
}
.endo3 {
  background: linear-gradient(to bottom, rgba(175, 179, 152, 1) 0%, rgba(247, 235, 229, 0.2) 100%, rgba(175, 179, 152, 1) 50%, rgba(175, 179, 152, 1) 20%), url("../images/rinjani.jpg") no-repeat center bottom -50px;
  background-size: 600% ;
  padding: 5vh 0vw 30vh 0vw;
}
.endo3 .t2 {
  width: 90%;
}
.endo3 .col-6 {
  padding: 3% 5% 0% 5%;
}

.endo3 .brownbutton {
  margin-top: 2%;
}

.endo4 .col-lg-5:nth-child(1) {
  margin: 10% 0%;
  padding: 0% 20%;
}

.endo4 .col-lg-5:nth-child(2) {
  margin: 10% 0%;
  padding: 0% 20%;
}
.endo4 .t4-2 {
  padding: 0% 10%;
  margin: 5% 0%
}
.endo4 .t4-1 {
  padding: 0% 15%;
  margin: 2% 0%;
}
.endo4 .t3 {
  margin: 10% 10%;
  padding: 5% 0%;
}

.endo4 .row p {
  padding: 0% 0%;
}

.endo4 .t4-2 p {
  margin: 0% 0%;
}
}

/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) { 

  .endo1 .text-a, .endo1 .text-b, .endo4 .text-box {
    width: 450px;
    height: 225px;
    border-bottom-left-radius: 225px;
    border-bottom-right-radius: 225px;
    padding: 0% 10% 2% 10%;
}

.endo1 .head-text {
  width: 560px;
  height: 280px;
  border-bottom-left-radius: 280px;
  border-bottom-right-radius: 280px;
  padding: 3% 0% 0% 0%;
}

.endo1 .head-text .list-a ul {
  width: 60%;
}

.endo1 .head-text .list-b ul {
  margin: 0% 0% 0% 15%;
}   


.endo1 .col-sm-12 {
  margin: 5% 0%;
}

.endo1 .text-a p:nth-child(1) {
  padding: 1% 0%;
}
.endo1 .text-a p:nth-child(2) {
  padding: 1% 0%;
} 
.endo1 .text-a p:nth-child(3) {
  padding: 1% 0%;
} 

.endo1 .text-b p:nth-child(1) {
  padding: 1% 0%;
}
.endo1 .text-b p:nth-child(2) {
  padding: 1% 0%;
}
.endo1 .text-b p:nth-child(3) {
  padding: 1% 0%;
}
.endo1 .t2 {
  width: 60%;
}
.endo1 .t2 .text-box {
  display: flex;
  flex-direction: column;
  padding: 0% 2%;
}
.endo1 .t2 p {
  padding: 0% 10%;
}
.endo3 {
  background-size: 350% ;
}
.endo3 .t2 {
  width: 80%;
}
.endo3 .col-6 {
  padding: 3% 5% 0% 5%;
}

.endo3 .brownbutton {
  margin-top: 2%;
}
.endo4 .col-lg-5:nth-child(1) {
  padding: 2% 0%;
  margin-bottom: 10%;
}

.endo4 .t3 {
  margin: 10% 5%;
  flex-direction: column;  
}

}


/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) { 

  .endo1 .text-a, .endo1 .text-b, .endo4 .text-box {
    width: 500px;
    height: 250px;
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
    padding: 0%;
}
.endo1 .head-text {
  width: 600px;
  height: 300px;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
  padding: 3% 0% 0% 0%;
}

.endo1 .head-text .list-a ul {
  width: 60%;
}

.endo1 .head-text .list-b ul {
  margin: 0% 0% 0% 15%;
}

.endo1 .col-sm-12 {
  margin: 5% 0%;
}

.endo1 .text-a p:nth-child(1) {
  padding: 1% 5%;
}
.endo1 .text-a p:nth-child(2) {
  padding: 1% 12%;
} 
.endo1 .text-a p:nth-child(3) {
  padding: 1% 18%;
} 


.endo1 .text-b p:nth-child(1) {
  padding: 1% 15%;
}
.endo1 .text-b p:nth-child(2) {
  padding: 1% 15%;
}
.endo1 .text-b p:nth-child(3) {
  padding: 1% 22%;
}

.endo1 .t2 p {
  padding: 0% 2.5%;
}
.endo1 .brownbutton {
  margin-top: 2%;
}
.endo3 {
  background-size: 250% ;
}
.endo4 .t3 {
  margin: 10% 10%
}
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) { 

  .endoheader {
    background-position: center bottom;
  }
  .endo1 .text-a, .endo1 .text-b, .endo4 .text-box {
    width: 500px;
    height: 250px;
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
    padding: 0% 10%;
}
.endo1 .head-text {
  width: 600px;
  height: 300px;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
  padding: 3% 0% 0% 0%;
}

.endo1 .head-text .list-a ul {
  width: 60%;
}

.endo1 .text-a p:nth-child(1) {
  padding: 0% 5%;
}
.endo1 .text-a p:nth-child(2) {
  padding: 0% 10%;
} 
.endo1 .text-a p:nth-child(3) {
  padding: 0% 10%;
} 


.endo1 .text-b p:nth-child(1) {
  padding: 0% 10%;
}
.endo1 .text-b p:nth-child(2) {
  padding: 0% 15%;
}
.endo1 .text-b p:nth-child(3) {
  padding: 0% 20%;
}

.endo1 .t2 {
  width: 45%;
}
.endo1 .brownbutton {
  margin-top: 2%;
}
.endo1 .t2 p {
  padding: 0% 2.5%;
}

.endo3 {
  background-size: 225% ;
}
.endo4 .t3 {
  margin: 10% 10%
}
}




/* Bootstrap Background Colours */
:root {
    --bs-blue: rgba(125, 174, 181, 1);
    --bs-brown: rgba(169, 119, 91, 1);
    --bs-orange: rgba(173, 79, 24, 1);
    --bs-green: rgba(39, 57, 32, 1);
    --bs-beige: rgba(227, 214, 198, 1);
    --bs-link-color-rgb: black !important;
    --bs-link-hover-color-rgb: rgba(227, 214, 198, 1) !important;
    --bs-success-bg-subtle: rgba(125, 174, 181, 1) !important;
    --bs-accordion-btn-padding-y: 2rem !important;
}



/* --------------- Universal Classes --------------- */

html {
  scroll-behavior: smooth;
}

.hidden {
    display: none;
}

body {
    margin: 0;
    overflow-x: hidden;
}

.row {
  --bs-gutter-x: 0rem !important;
}
.text-right {
  text-align: right;
}

.container-fluid {
  --bs-gutter-x: 0rem !important;
}

.text-shadow {
  text-shadow: 1px 1px rgba(40, 40, 40, 0.5)
}
/* Fonts */
  .handlee-regular {
    font-family: "Handlee", serif;
    font-weight: 400;
    font-style: normal;
  }

  /* @font-face {
    font-family: 'Cashrole';
    src: url('../images/fonts/Cashrole.otf') format('opentype');
  } */

h1, h2, h3, h4, h5 {
    font-family: 'Handlee', serif !important;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

p, li { 
  font-family: 'Montserrat', sans-serif !important;
}

h1 {
  font-size: calc(1.25rem + 1.2vw) !important;
}

h2 {
  font-size: calc(1.1rem + 1.1vw) !important;
}

h3 {
  font-size: calc(1rem + 1vw) !important;
}

h4 {
  font-size: calc(0.75rem + 0.8vw) !important;
}

h5 {
  font-size: calc(0.6rem + 0.35vw) !important;
}

p {
  font-size: calc(0.5rem + 0.4vw) !important;
  letter-spacing: 0.065rem;
}


/* popup modal */
.popupmodal {
  transition: 1s ease-in-out;
  position: fixed; 
  z-index: 1; 
  top: auto !important;
  left: auto !important;
  bottom: 20px;
  right: 30px;
  width: 200px !important;
  height: 215px !important;
  overflow: hidden !important;
  background-color: rgb(255 255 255 / 0%);
}

.popupmodal.show {
opacity: 1;
}

.popupmodal .modal-content {
  background-color: rgb(255 255 255 / 0%);
  margin: 5% auto; 
  padding: 20px;
  border: 1px solid #888;
  height: 200px ;
  width: 200px ;
  border-radius: 100% !important;
  overflow: hidden !important;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.popupmodal .modal-content video {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.popupmodal #closeBtn {
  color: black !important;
  float: right;
  position: absolute !important;
  z-index: 100;
  height: 10px !important;
  width: 10px !important;
  right: 15px !important;
  top: 5px !important;
}

.popupmodal #closeBtn:hover,
.popupmodal #closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}




/* Header Text */
#homepage .header p, .aboutheader p, .servicesheader p, .endoheader p {
  color: white;
  text-shadow: 1px 1px black;
  margin-bottom: -1rem;
}

 .btn-shine, .btn-shine2 {
    font-family: 'Didact Gothic', sans-serif;
} 

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

a { 
    color: rgb(0, 0, 0); 
    transition: 0.4s;
}


a:link { background-color: transparent; text-decoration: none; } 
a:hover { color: rgba(173, 79, 24, 1); background-color: transparent;} 
a:active { color: grey; background-color: transparent;}


/* Checkbox */
.checkbox-wrapper input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  
  .checkbox-wrapper *,
    .checkbox-wrapper ::after,
    .checkbox-wrapper ::before {
    box-sizing: border-box;
    user-select: none;
  }
  
  .checkbox-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .checkbox-wrapper .label {
    cursor: pointer;
  }
  
  .checkbox-wrapper .check {
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
  }
  
  .checkbox-wrapper .label svg {
    vertical-align: middle;
  }
  
  .checkbox-wrapper .path1 {
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    transition: .5s stroke-dashoffset;
    opacity: 0;
  }
  
  .checkbox-wrapper .check:checked + label svg g path {
    stroke-dashoffset: 0;
    opacity: 1;
  }



/* --- Buttons --- */

/* Button Secondary */
.btn-second {
  margin-top: 0.5vh;
}


.btn-second:link,
.btn-second:visited {
 text-transform: uppercase;
 text-decoration: none;
 color: black;
 padding: 1vh 1.25vh 0.8vh 1.25vh;
 border: 1px solid;
 border-radius: 1000px;
 display: inline-block;
 transition: all .4s;
 position: relative;
}
.btn-second::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: all .3s;
 }

 .btn-second:hover {
  color: white;
  background-color: rgba(245, 245, 245, 0.2)
 }

 .btn-second:hover::after {
  background-color: rgba(213, 205, 195, 1);;
  transform: scaleX(1.4) scaleY(1.5);
  opacity: 0;
 }






.btn-nav {
    height: 5vh;
    font-size: 1.8vh !important;
    /* background-color: rgba(157, 141, 141, 0.1) !important; */
    transition: 0.5s !important;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
}

.btn-nav:hover {
    /* background-color: rgba(157, 141, 141, 0.2); */
    color:  rgba(173, 79, 24, 1);
    transform:scale(1.02);
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px 2px; */
}

.btn-about {
    width: 12vw !important;
    background-color: rgba(229, 150, 13, 1) !important;
}

.btn-about:hover {
    color: white !important;
} 

.btn-contact {
    background-color: grey;
}


/* CSS */
.btn-form {
  align-items: center;
  appearance: none;
  background-color:  rgba(173, 79, 24, 1);
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 2.5vh;
}

.btn-form:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.btn-form:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.btn-form:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}


/* Brown Paintbrush Button */
.type--A {
    --line_color: white;
    --back_color: rgba(213, 205, 195, 1);
    --back_color2: rgba(237, 222, 213, 1);
  }
  
  .brownbutton {
    position: relative;
    z-index: 0;
    width: 210px;
    height: 60px;
    text-decoration: none;
    font-weight: bold;
    color: var(--line_color);
    letter-spacing: 2px;
    transition: all 0.3s ease;
    padding: 0% 0%;
  }
  
  .brownbutton:not(:last-child) {
    margin-bottom: 8%;
  }
  
  .brownbutton__text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .brownbutton__text::before {
    bottom: 0;
    right: 12%;
    width: calc(100% - 24% - 16px);
  }
  
  .brownbutton__text::after {
    bottom: 0;
    left: 12%;
    width: 8px;
  }
  
  .brownbutton__line {
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  
  .brownbutton__line::before {
    content: "";
    position: absolute;
    top: -0.5px;
    width: 150%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 300px;
    border: solid 3px var(--line_color);
  }
  
  .brownbutton__line:nth-child(1),
  .brownbutton__line:nth-child(1)::before {
    left: 0;
  }
  
  .brownbutton__line:nth-child(2),
  .brownbutton__line:nth-child(2)::before {
    right: 0;
  }
  
  .brownbutton:hover {
    letter-spacing: 3px;
  }
  
  .brownbutton:hover::before,
  .brownbutton:hover .brownbutton__text::before {
    width: 8px;
  }
  
  .brownbutton:hover::after,
  .brownbutton:hover .brownbutton__text::after {
    width: calc(100% - 24% - 16px);
  }
  
  .brownbutton__drow1,
  .brownbutton__drow2 {
    position: absolute;
    z-index: -1;
    border-radius: 16px;
    transform-origin: 16px 16px;
  }
  
  .brownbutton__drow1 {
    top: -28px;
    left: 10%;
    width: 30px;
    height: 0;
    transform: rotate(30deg);
  }
  
  .brownbutton__drow2 {
    top: 42px;
    left: 29%;
    width: 32px;
    height: 0;
    transform: rotate(-127deg);
  }
  
  .brownbutton__drow1::before,
  .brownbutton__drow1::after,
  .brownbutton__drow2::before,
  .brownbutton__drow2::after {
    content: "";
    position: absolute;
  }
  
  .brownbutton__drow1::before {
    bottom: 0;
    left: 6%;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 2vh 2vh;
    transform: rotate(-60deg);
  }
  
  .brownbutton__drow1::after {
    top: -10px;
    left: 200%;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 2vh 2vh;
    transform: rotate(69deg);
  }
  
  .brownbutton__drow2::before {
    bottom: 0;
    left: 8%;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 2vh 2vh;
    transform: rotate(-146deg);
  }
  
  .brownbutton__drow2::after {
    bottom: 26px;
    left: -112%;
    width: 0;
    height: 32px;
    border-radius: 16px;
    transform-origin: 2vh 2vh;
    transform: rotate(-272deg);
  }
  
  .brownbutton__drow1,
  .brownbutton__drow1::before,
  .brownbutton__drow1::after,
  .brownbutton__drow2,
  .brownbutton__drow2::before,
  .brownbutton__drow2::after {
    background: var(--back_color2);
  }

  .brownbutton__drow1,
  .brownbutton__drow1::before,
  .brownbutton__drow1::after,
  .brownbutton__drow2,
  .brownbutton__drow2::before,
  .brownbutton__drow2::after {
    background: var(--back_color2);
  }
  
  .brownbutton:hover .brownbutton__drow1 {
    animation: drow1 ease-in 0.06s;
    animation-fill-mode: forwards;
  }
  
  .brownbutton:hover .brownbutton__drow1::before {
    animation: drow2 linear 0.08s 0.06s;
    animation-fill-mode: forwards;
  }
  
  .brownbutton:hover .brownbutton__drow1::after {
    animation: drow3 linear 0.03s 0.14s;
    animation-fill-mode: forwards;
  }
  
  .brownbutton:hover .brownbutton__drow2 {
    animation: drow4 linear 0.06s 0.2s;
    animation-fill-mode: forwards;
  }
  
  .brownbutton:hover .brownbutton__drow2::before {
    animation: drow3 linear 0.03s 0.26s;
    animation-fill-mode: forwards;
  }
  
  .brownbutton:hover .brownbutton__drow2::after {
    animation: drow5 linear 0.06s 0.32s;
    animation-fill-mode: forwards;
  }
  
  @keyframes drow1 {
    0% {
      height: 0;
    }
    100% {
      height: 100px;
    }
  }
  
  @keyframes drow2 {
    0% {
      width: 0;
      opacity: 0;
    }
    10% {
      opacity: 0;
    }
    11% {
      opacity: 1;
    }
    100% {
      width: 120px;
    }
  }
  
  @keyframes drow3 {
    0% {
      width: 0;
    }
    100% {
      width: 80px;
    }
  }
  
  @keyframes drow4 {
    0% {
      height: 0;
    }
    100% {
      height: 120px;
    }
  }
  
  @keyframes drow5 {
    0% {
      width: 0;
    }
    100% {
      width: 124px;
    }
  }

  @keyframes drow6 {
    0% {
      width: 0;
    }
    100% {
      width: 90px;
    }
  }


  
/* --------------- JS Javascript Classes ---------------*/

#tsparticles {
  /* z-index: -5; */
  position: relative;
}

#particles-js {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

/* ----- Typed ----- */
.typed-fade-out {
    display: block;
}

.calig {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 3vh;
}

.typed-box {
    width: 50vw !important;
}

/* ----- Pillars ------ */

@media screen and (min-width: 992px) {
.section2 .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}}

.pillar {
    border-radius: 50%;
    transition: transform 0.5s ease-in-out;
    perspective: 1000px;
    filter: drop-shadow(2px 2px 6px #000000);
}

.pillar p {
    color: white !important;
    padding: 2vw;
}

.pillar:hover .back {
    opacity: 1;
}

.pillar:hover .front {
  opacity: 0;
}


.flip-container {
    -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMjk2LjAwMDAwMHB0IiBoZWlnaHQ9IjU0OC4wMDAwMDBwdCIgdmlld0JveD0iMCAwIDI5Ni4wMDAwMDAgNTQ4LjAwMDAwMCIKIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiPgoKPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsNTQ4LjAwMDAwMCkgc2NhbGUoMC4xMDAwMDAsLTAuMTAwMDAwKSIKZmlsbD0iIzAwMDAwMCIgc3Ryb2tlPSJub25lIj4KPHBhdGggZD0iTTEzOTQgNTQ1NyBjLTU5IC0yOCAtODggLTY1IC0xMDYgLTEzMSAtMzkgLTE0NiA5OSAtMjc3IDI0OSAtMjM2IDgyCjIzIDE0MyAxMDcgMTQzIDE5NiAwIDE2IC0xMSA1MiAtMjQgODEgLTQ2IDk3IC0xNjIgMTM3IC0yNjIgOTB6Ii8+CjxwYXRoIGQ9Ik0xNDI4IDQ4NzQgYy00NCAtMjMgLTU1IC01OCAtNjIgLTE5OSAtMjcgLTQ5MiAtMTU3IC05MDEgLTQzNiAtMTM2OAotOTYgLTE2MiAtMjE4IC0zMzkgLTQ1NSAtNjU3IC0yMDEgLTI2OSAtMjUxIC0zNDcgLTMyNSAtNTAxIC01OCAtMTIzIC05MgotMjI1IC0xMjIgLTM2MyAtMTggLTg1IC0yMiAtMTM1IC0yMiAtMzE2IC0xIC0zMDUgMzMgLTQ2OSAxNDMgLTY5NSAxNjMgLTMzNAo0NDQgLTU3NSA4MDcgLTY5NCAzMjkgLTEwNyA3MTkgLTEwNyAxMDQ4IDAgNDk5IDE2MyA4MzQgNTUyIDkzNCAxMDg0IDI3IDE0MgoyMyA0ODYgLTcgNjI1IC02NSAzMDQgLTE2MSA0ODMgLTUxMSA5NTAgLTMzNyA0NDkgLTUwNCA3MjkgLTYzOCAxMDY2IC0xMTYKMjkwIC0xNzQgNTU3IC0xODggODU5IC03IDE1MyAtMTcgMTg2IC02NCAyMTAgLTM2IDE5IC02NyAxOSAtMTAyIC0xeiIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMjk2LjAwMDAwMHB0IiBoZWlnaHQ9IjU0OC4wMDAwMDBwdCIgdmlld0JveD0iMCAwIDI5Ni4wMDAwMDAgNTQ4LjAwMDAwMCIKIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiPgoKPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsNTQ4LjAwMDAwMCkgc2NhbGUoMC4xMDAwMDAsLTAuMTAwMDAwKSIKZmlsbD0iIzAwMDAwMCIgc3Ryb2tlPSJub25lIj4KPHBhdGggZD0iTTEzOTQgNTQ1NyBjLTU5IC0yOCAtODggLTY1IC0xMDYgLTEzMSAtMzkgLTE0NiA5OSAtMjc3IDI0OSAtMjM2IDgyCjIzIDE0MyAxMDcgMTQzIDE5NiAwIDE2IC0xMSA1MiAtMjQgODEgLTQ2IDk3IC0xNjIgMTM3IC0yNjIgOTB6Ii8+CjxwYXRoIGQ9Ik0xNDI4IDQ4NzQgYy00NCAtMjMgLTU1IC01OCAtNjIgLTE5OSAtMjcgLTQ5MiAtMTU3IC05MDEgLTQzNiAtMTM2OAotOTYgLTE2MiAtMjE4IC0zMzkgLTQ1NSAtNjU3IC0yMDEgLTI2OSAtMjUxIC0zNDcgLTMyNSAtNTAxIC01OCAtMTIzIC05MgotMjI1IC0xMjIgLTM2MyAtMTggLTg1IC0yMiAtMTM1IC0yMiAtMzE2IC0xIC0zMDUgMzMgLTQ2OSAxNDMgLTY5NSAxNjMgLTMzNAo0NDQgLTU3NSA4MDcgLTY5NCAzMjkgLTEwNyA3MTkgLTEwNyAxMDQ4IDAgNDk5IDE2MyA4MzQgNTUyIDkzNCAxMDg0IDI3IDE0MgoyMyA0ODYgLTcgNjI1IC02NSAzMDQgLTE2MSA0ODMgLTUxMSA5NTAgLTMzNyA0NDkgLTUwNCA3MjkgLTYzOCAxMDY2IC0xMTYKMjkwIC0xNzQgNTU3IC0xODggODU5IC03IDE1MyAtMTcgMTg2IC02NCAyMTAgLTM2IDE5IC02NyAxOSAtMTAyIC0xeiIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    border-top-left-radius: 60%;
    border-top-right-radius: 60%;
    height: 74vh;
    width: 40vh;
    position: relative;
    transition: transform 0.5s ease-in-out;
}

.flip-container {
  background-image: url("../images/new/homehead.jpg");
  opacity: 0.8;
  background-attachment: fixed;
  background-position: -70px;
  background-repeat: no-repeat;
}

.front,
.back {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.section2 .front p, .section2 .front h2 {
  position: relative;
  margin-top: 190px;
  color: white !important;
  padding: 2vw;
  z-index: 10;
  text-shadow: 1px 1px black;
}


.services6 .front p, .services6 .front h2 {
    position: relative;
    margin-top: 190px;
    color: white !important;
    padding: 2vw;
}

.back {
    opacity: 0;
    background-color: rgba(184, 99, 57, 1);
    color: white;
    border: 1px solid rgba(184, 99, 57, 1);
    /* border-radius: 50%; */
}

.back p {
    padding: 0vh 2vw;
}

.back h3  {
    padding: 0vh 0vw 0vh 0vw
}

.back-text {
    position: relative;
    top:25%;
}

























/* --------------- SECTIONS --------------- */



/* ---------- Navbar ------------ */

.nav {
  background-color: rgba(247, 235, 229, 0.7);
  transition: 0.5s;
}

.nav.show {
  background-color: rgba(247, 235, 229, 1);
}

.showNav {
  display: block !important;
}

.navbar {
  display: inline-flex;
  height: 60px;
  align-items: center;
  align-content: center;
  --bs-navbar-padding-y: 2vh !important;
}

.navbar-brand {
  height: 55px;
  margin-top: 1vh;
  margin-left: 2vw;
  position: relative;
  z-index: 100;
  transition: 0.5s;
}

.navbar-brand:hover {
  transform: scale(1.05);
}

/* Socials */

.socials {
  margin-right: 0.75vw;
  font-family: 'Callista', sans-serif !important;
}

.socials a {
  color: black;
  transition: 0.5s;
  margin: -0.75vh;
}

.socials .btn-second {
    margin-top: -0.5vh;

}

.socials .social-icon:hover {
  color:  rgba(173, 79, 24, 1);
  transform: scale(1.05);
}

.socials .btn-nav {
  margin-top: 0.2vh;
}

.social-icon {
  font-size: calc(0.35rem + 0.65vw);
  margin: 1vw 1vw 0.7vw 1vw;
}

/* Nav Links */

.nav-link {
  padding: 0.25rem 1rem 0rem 1rem;
  font-family: 'Callista', sans-serif;
}

.nav-links a {
  font-size: calc(0.3rem + 0.65vw);
  padding-top: 5%;
  text-decoration: none;
  color:black;
  transition: 0.5s;
}

.nav-links ul li {
  list-style: none;
}

.nav-links a:hover {
  color:  rgba(173, 79, 24, 1);
  transform: scale(1.02);
}

.nav.container-fluid {
  --bs-gutter-x: 0 !important;
}

/* Underline Effect */

.underline {
  display: inline-flex;
  position: relative;
}

.underline::after {
  content: '';
  position: absolute;
  width: 60%;
  transform: scaleX(0);
  height: 0.5px;
  bottom: 0;
  left: 20%;
  background-color: grey;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.socials .underline::after {
  width: 100%;
  left: 0%;
}


  /* Hamburger Icon */
  
  #nav-icon {
    display: none;
    z-index: 100;
    width: 50px;
    height: 45px;
    position: relative;
    padding-right: 0 !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: rgb(58, 73, 28) !important;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  /* Icon 3 */
  
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 9px;
  }
  
  #nav-icon span:nth-child(4) {
    top: 18px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }



/* ---- Overlay ----- */

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(213, 205, 195, 1);
    transition: 2s;
    transition-delay: 0.5s;
    transition-timing-function: ease;
  }

.no-scroll {
    overflow: hidden;
  }

.overlay.showoverlay {
    display: block;
    transition: 2s;
    transition-delay: 0.5s;
    transition-timing-function: ease;
}
  
.overlay-content {
    position: relative;
    text-align: center;
    margin: 25% auto;
  }

.overlay .overlay-socials {
  list-style-type: none;
  margin-top: 10%;
}

.overlay .contact {
  list-style-type: none;
}

.overlay ul li a {
    color: black;
}

.overlay-content a {
    padding: 12px 10px;
    text-decoration: none;
    font-size: 5vh;
    color: black;
    display: block;
    transition: 0.3s;
  }

.overlay-links {
  color: black;
}
  
.overlay a:hover, .overlay a:focus {
    color: #aca671;
    transform: scale(1.05);
  }
  
.overlay .closebtn {
    position: absolute;
    top: 15px;
    right: 45px;
    font-size: 45px;
  }

/* Extra small devices (phones, less than 576px) */
@media screen and (max-width : 275.99px) { 
  #nav-icon {
    display: block;
    width: 30px;
    margin: 30px 20px 0px 0px;
  }
  .nav-links a, .socials a {
      display: none !important;
  }
  .navbar {
    height: 60px;
  }
  .navbar-brand {
      height: 50px;
      margin-top: 0.25rem ;
  }
}
/* Extra small devices (phones, less than 576px) */
@media screen and (min-width : 276px) and (max-width : 575.99px) { 
  #nav-icon {
    display: block;
    width: 30px;
    margin: 30px 20px 0px 0px;
  }
  .nav-links a, .socials a {
      display: none !important;
  }
  .navbar {
    height: 60px;
  }
  .navbar-brand {
      height: 50px;
      margin-top: 0.25rem ;
  }
  .modal-logo {
    height: 75px !important;
    width: 75px !important;
    padding: 15% !important;
  }
}

/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) { 
  #nav-icon {
    display: block;
    width: 30px;
    margin: 30px 20px 0px 0px;
  }
  .nav-link, .socials a {
      display: none !important;
  }
  .navbar {
    height: 60px;
  }
  .navbar-brand {
      margin-top: 0vh;
      height: 50px;
  }
  #nav {
      margin-top: 1.5rem;
  }
  .modal-logo {
    height: 100px !important;
    width: 100px !important;
    padding: 15% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) { 

  .navbar {
      height: 60px;
  }
  .navbar-brand {
    height: 50px;
    margin-top: 5%;
  }
  .modal-logo {
    height: 100px !important;
    width: 100px !important;
    padding: 15% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .navbar {
    height: 60px;
} 
  .navbar-brand {
    height: 50px;
    margin-top: 5%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) { 
  .navbar {
    height: 62.5px
  }
  .navbar-brand {
    margin-top: 0vh;
  }
  .nav-links a {
    padding: 0.25rem 1.25rem 0rem 1.25rem;
  }
}




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

.footer {
    background:rgba(247, 235, 229, 1);
    padding:5vh 0vw 0vh 0vw;
    text-align:center;
}
    
.footer .row {
width:100%;
padding:0.6% 0%;
font-size:0.8em;
}

.footer .row a {
text-decoration:none;
transition:0.5s;
}

.footer .row a:hover {
color:rgba(213, 205, 195, 1);
}

.footer .row ul {
width:100%;
}

.footer .row ul li {
display:inline-block;
margin:0px 30px;
}

.footer .row a i {
font-size:2em;
margin:0% 1%;
}

.footer-links .DCI img  {
  height: 50px;
  object-fit: contain;
}

.footer-links .MHFA img  {
  height: 80px;
  object-fit: contain;
}

.footer-links .ZEN img  {
  height: 100px;
  object-fit: contain;
}

#form-alert {
    z-index: 100001;
    height: 75px;
    position: absolute;
    width: 50%;
    right: 25%;
    top: 30vh;
    color: white;
}

.alert-dismissible {
    padding-right: 3rem !important;
    font-size: 2.5vh;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.messages {
    position: absolute;
    z-index: 999;
}

/* .footer {
    background-color: rgba(227, 214, 198, 1);
    color: black;
}

.logo-footer {
    background-color: white;
    height: 24vh;

    -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMjk2LjAwMDAwMHB0IiBoZWlnaHQ9IjU0OC4wMDAwMDBwdCIgdmlld0JveD0iMCAwIDI5Ni4wMDAwMDAgNTQ4LjAwMDAwMCIKIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiPgoKPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsNTQ4LjAwMDAwMCkgc2NhbGUoMC4xMDAwMDAsLTAuMTAwMDAwKSIKZmlsbD0iIzAwMDAwMCIgc3Ryb2tlPSJub25lIj4KPHBhdGggZD0iTTEzOTQgNTQ1NyBjLTU5IC0yOCAtODggLTY1IC0xMDYgLTEzMSAtMzkgLTE0NiA5OSAtMjc3IDI0OSAtMjM2IDgyCjIzIDE0MyAxMDcgMTQzIDE5NiAwIDE2IC0xMSA1MiAtMjQgODEgLTQ2IDk3IC0xNjIgMTM3IC0yNjIgOTB6Ii8+CjxwYXRoIGQ9Ik0xNDI4IDQ4NzQgYy00NCAtMjMgLTU1IC01OCAtNjIgLTE5OSAtMjcgLTQ5MiAtMTU3IC05MDEgLTQzNiAtMTM2OAotOTYgLTE2MiAtMjE4IC0zMzkgLTQ1NSAtNjU3IC0yMDEgLTI2OSAtMjUxIC0zNDcgLTMyNSAtNTAxIC01OCAtMTIzIC05MgotMjI1IC0xMjIgLTM2MyAtMTggLTg1IC0yMiAtMTM1IC0yMiAtMzE2IC0xIC0zMDUgMzMgLTQ2OSAxNDMgLTY5NSAxNjMgLTMzNAo0NDQgLTU3NSA4MDcgLTY5NCAzMjkgLTEwNyA3MTkgLTEwNyAxMDQ4IDAgNDk5IDE2MyA4MzQgNTUyIDkzNCAxMDg0IDI3IDE0MgoyMyA0ODYgLTcgNjI1IC02NSAzMDQgLTE2MSA0ODMgLTUxMSA5NTAgLTMzNyA0NDkgLTUwNCA3MjkgLTYzOCAxMDY2IC0xMTYKMjkwIC0xNzQgNTU3IC0xODggODU5IC03IDE1MyAtMTcgMTg2IC02NCAyMTAgLTM2IDE5IC02NyAxOSAtMTAyIC0xeiIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMjk2LjAwMDAwMHB0IiBoZWlnaHQ9IjU0OC4wMDAwMDBwdCIgdmlld0JveD0iMCAwIDI5Ni4wMDAwMDAgNTQ4LjAwMDAwMCIKIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiPgoKPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsNTQ4LjAwMDAwMCkgc2NhbGUoMC4xMDAwMDAsLTAuMTAwMDAwKSIKZmlsbD0iIzAwMDAwMCIgc3Ryb2tlPSJub25lIj4KPHBhdGggZD0iTTEzOTQgNTQ1NyBjLTU5IC0yOCAtODggLTY1IC0xMDYgLTEzMSAtMzkgLTE0NiA5OSAtMjc3IDI0OSAtMjM2IDgyCjIzIDE0MyAxMDcgMTQzIDE5NiAwIDE2IC0xMSA1MiAtMjQgODEgLTQ2IDk3IC0xNjIgMTM3IC0yNjIgOTB6Ii8+CjxwYXRoIGQ9Ik0xNDI4IDQ4NzQgYy00NCAtMjMgLTU1IC01OCAtNjIgLTE5OSAtMjcgLTQ5MiAtMTU3IC05MDEgLTQzNiAtMTM2OAotOTYgLTE2MiAtMjE4IC0zMzkgLTQ1NSAtNjU3IC0yMDEgLTI2OSAtMjUxIC0zNDcgLTMyNSAtNTAxIC01OCAtMTIzIC05MgotMjI1IC0xMjIgLTM2MyAtMTggLTg1IC0yMiAtMTM1IC0yMiAtMzE2IC0xIC0zMDUgMzMgLTQ2OSAxNDMgLTY5NSAxNjMgLTMzNAo0NDQgLTU3NSA4MDcgLTY5NCAzMjkgLTEwNyA3MTkgLTEwNyAxMDQ4IDAgNDk5IDE2MyA4MzQgNTUyIDkzNCAxMDg0IDI3IDE0MgoyMyA0ODYgLTcgNjI1IC02NSAzMDQgLTE2MSA0ODMgLTUxMSA5NTAgLTMzNyA0NDkgLTUwNCA3MjkgLTYzOCAxMDY2IC0xMTYKMjkwIC0xNzQgNTU3IC0xODggODU5IC03IDE1MyAtMTcgMTg2IC02NCAyMTAgLTM2IDE5IC02NyAxOSAtMTAyIC0xeiIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.logo-footer img {
    height: 8vh;
    margin-top: 10vh;
}


.form-control {
    background-color: white !important;
}

.foot-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.copyright {
    background-color:  rgba(169, 119, 91, 1);
}

.copyright h5 {
    padding-top: 0.8vh;
    font-size: 2vh;
    color: white;
    margin-right: 1vw;
}

.copyright a {
    /* padding-bottom: 0.2vh; */


/* Footer Modal */
.modal {
  --bs-modal-padding: 0.5rem !important;
}
.modal-content {
  --bs-modal-bg: rgba(227, 214, 198, 1);
}
.modal-open {
padding-right: 0 !important;
}

#footer-modal {
    position: relative;
    top: 45vh;
}

.footer .modal .modal-body {
  text-align:start;
}
.footer .modal .modal-body h1  {
  text-align:center;
}

.privacypolicy, .termsandconditions {
  --bs-modal-width: 60vw !important;
}

.privacypolicy, .termsandconditions, .contactform {
  z-index: 100000 !important;
}
.privacypolicy .modal-body p, .termsandconditions .modal-body p {
  text-align: left;
}
.privacypolicy .modal-body, .termsandconditions .modal-body {
  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
  box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.75);
  overflow-y: scroll;
  max-height: 65vh;
  background-color: white;
  padding: 7% 10%;
  margin: 0% 5% 5% 5%;
}
.privacypolicy .modal-header, .termsandconditions .modal-header, .contactform .modal-header  {
  border-bottom: none !important;
}
.modal-header {
    display: flex;
    flex-direction: column-reverse;
}
.modal-logo {
  height: 150px;
  width:  150px;
  padding: 12.5%;
}

.modal-dialog {
  filter: drop-shadow(1px 1px 2px black)
}


/* ------------------- DIVIDERS --------------- */

/* HOMEPAGE DIVIDER */
.home-divider {
    z-index:101;
    overflow:hidden;
    position:relative;
    }
    .home-divider::before { 
    content:'';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 189% 245px;
    background-position: 50% 100%;  
    background-image: url("../images/header-divider.svg"); 
    background-color: rgb(0 0 0 / 25%);
    }


.home-divider2{
overflow:hidden;
position:relative;
}
.home-divider2::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 232% 400px;
background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23f7ebe5"/></svg>'); 
}

@media (min-width:2100px){
  .home-divider2::before{
    background-size: 232% calc(2vw + 400px);
  }
}


.home-divider2top{
  overflow:hidden;
  position:relative;
}
.home-divider2top::after{ 
  content:'';
  font-family:'shape divider from ShapeDividers.com';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw; 
  background-size: 232% 400px;
  background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23f7ebe5"/></svg>'); 
}

.endo2 .home-divider2::before {
  background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23afb398"/></svg>'); 
}


@media (min-width:2100px){
  .home-divider2top::after{
    background-size: 232% calc(2vw + 400px);
  }
}
 
 
.custom-shape-divider-bottom-1708865831 {
    z-index: 10;
    position: relative;
    top: -17vh;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1708865831 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 130px;
}

.custom-shape-divider-bottom-1708865831 .shape-fill {
    fill: #D5CDC3;
}

.mid-custom-shape-divider-bottom-1708865831 {
    z-index: 10;
    position: absolute;
    bottom: -300vh;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.mid-custom-shape-divider-bottom-1708865831 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 130px;
}

.mid-custom-shape-divider-bottom-1708865831 .shape-fill {
    fill: #D5CDC3;
}

/* ABOUT DIVIDER */
.about-divider {
    overflow:hidden;
    position:relative;
    }
    .about-divider::before{ 
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 189% 245px;
    background-position: 50% 100%;  
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 476.62 100.69"><path fill="%23f7ebe5" d="M476.62 100.69V0l-238.3 95.47L0 0v100.69Z"/></svg>'); 
    background-color: rgb(0 0 0 / 35%);
  }
    
    @media (min-width:2100px){
    .about-divider::before{
    background-size: 189% calc(2vw + 245px);
    }
}


/* About divder 2 */

.about-divider2{
    overflow:hidden;
    position:relative;
    }
    .about-divider2::before{ 
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 100% 207px;
    background-position: 50% 0%;  
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" fill="%231e3016"/></svg>'); 
    }
    
    @media (min-width:2100px){
    .about-divider2::before{
    background-size: 100% calc(2vw + 207px);
    }
    }
     

/* SERVICES DIVIDER */
.services-divider {
    overflow:hidden;
    position:relative;
    }
    .services-divider::before{ 
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 189% 245px;
    background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 476.62 100.69"><path fill="%23f7ebe5" d="M476.62 100.69V0l-238.3 95.47L0 0v100.69Z"/></svg>'); 
    background-color: rgb(0 0 0 / 25%);
  }

    
    @media (min-width:2100px){
    .services-divider::before{
    background-size: 189% calc(2vw + 245px);
    }
}


.servicesmiddiv{
  overflow:hidden;
  position:relative;
  }
  .servicesmiddiv::before{ 
  content:'';
  font-family:'shape divider from ShapeDividers.com';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw; 
  background-size: 175% 210px;
  background-position: 57% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%23f7ebe5"/></svg>'); 
  }
  
  @media (min-width:2100px){
  .servicesmiddiv::before{
  background-size: 175% calc(2vw + 210px);
  }
  }
   


/* Arrow flip on movement completion */
.arrow-holster.flip .fa-arrow-down {
  transform: rotate(180deg); /* Flip the arrow */
  transition: transform 0.5s linear; /* Smooth flip transition */
}

/* Arrow Scroll + Flip */
#services .arrow-holster {
    right: 6vw;
    top: 20vw;
    position: absolute;
    transition: 45s;
    z-index: 1001;
    transition-timing-function: linear;
}
/* Arrow Scroll + Flip */
#about .arrow-holster {
    right: 6vw;
    top: 20vw;
    position: absolute;
    transition: 30s;
    z-index: 1001;
    transition-timing-function: linear;
}
/* Arrow Scroll + Flip */
#endo .arrow-holster {
    right: 6vw;
    top: 20vw;
    position: absolute;
    transition: 20s;
    z-index: 1001;
    transition-timing-function: linear;
}
#homepage .arrow-holster {
    right: 6vw;
    top: 20vw;
    position: absolute;
    transition: 30s;
    z-index: 1001;
    transition-timing-function: linear;
}

/* .arrow-holster.scroll {
    transform: translateY(1460vh);
} */

.arrow-down {
    z-index: 101;
    border-left: 0;
    border-top: 0;
    transition: 1s;
    transition-delay: 2s;
}

.arrow-down.hide {
    opacity: 0;
}

.fa-arrow-down {
    transition: 1s;
    color: white;
}

.fa-arrow-down:hover {
    transform: scale(1.1);
    color: white;
    cursor: pointer;
}


/* GRADIENT MOVING */

/* 
background: linear-gradient(-45deg, rgba(223, 223, 223, 1),rgba(223, 223, 223, 0.6), rgba(96, 76, 76, 0.5), rgba(213, 205, 195, 1));
background-size: 400% 400%;
animation: gradient 15s ease infinite;
height: 100vh;
}

@keyframes gradient {
0% {
  background-position: 0% 50%;
}
50% {
  background-position: 100% 50%;
}
100% {
  background-position: 0% 50%;
}
} */


/* TWINKLING */

/* 
@keyframes move-background {
  from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}
@-webkit-keyframes move-background {
  from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

@-moz-keyframes move-background {    
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

    @-webkit-keyframes move-background {
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}


.stars {
 background: black url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/stars.png) repeat;
 position: absolute;
	top: 100vh;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
  	z-index: 1;
}

.twinkling{
	width:10000px;
	height: 100%;
	background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/twinkling.png") repeat;
	background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 100vh;
    bottom: 0;
    z-index: 2;
    
    -moz-animation:move-background 70s linear infinite;
  -ms-animation:move-background 70s linear infinite;
  -o-animation:move-background 70s linear infinite;
  -webkit-animation:move-background 70s linear infinite;
  animation:move-background 70s linear infinite;
	
}

.clouds{
	width:10000px;
	height: 100%;
	background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/clouds_repeat.png") repeat;
	background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 100vh;
    bottom: 0;
    z-index: 3;

   -moz-animation:move-background 150s linear infinite;
  -ms-animation:move-background 150s linear infinite;
  -o-animation:move-background 150s linear infinite;
  -webkit-animation:move-background 150s linear infinite;
  animation:move-background 150s linear infinite;
