@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');










.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500 !important;
  line-height: 1.2;
}



/* header */
header {
  position: relative;
  z-index: 20;
}

ul.navbar-nav.desk.ms-auto.mb-2.mb-lg-0 li {
  padding: 0px 13px;
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  padding: 0 !important;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  margin-top: 0 !important;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dropdown-toggle::after {
  display: none !important;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}

.head-main-nav li {
  padding: 0 9px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 9px;
}

a.nav-link {
  padding: 9px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #000 !important;
}

.head-main-nav li a {
  padding: 9px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #000 !important;
}

.navbar-brand img {
  max-width: 120px;
}

a.nav-link.active {
  color: #000 !important;
}

.icons-nav-header li a.phone-img i {
  color: #000;
  padding: 5px 7px;
}

a.nav-link.phone-img {
  box-shadow: 0 0 20px 0 #00000021;
  padding: 8px 30px 0px 0px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.icons-nav-header li a.face-img i {
  color: #000;
  padding: 5px 4px;
  text-align: justify;
}

a.nav-link.face-img {
  box-shadow: 0 0 20px 0 #00000021;
  padding: 8px 30px 0px 0px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.icons-nav-header li a.email-img i {
  color: #000;
  padding: 3px 4px;
}

a.nav-link.email-img {
  box-shadow: 0 0 20px 0 #00000021;
  padding: 8px 30px 0px 0px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 9px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #000 !important;
}

/* about Us */
section.about {
  padding: 50px 0px 50px 0px;
  background: #dddddd63;
}

section.about h2 {
  /*     font-family: "Barlow Semi Condensed", sans-serif; */
  color: #000000;
  font-size: 51px;
  margin-bottom: 15px;
  letter-spacing: -.7px;
  line-height: 50px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

section.about p {
  font-size: 14px;
  /* font-family: "Jost", sans-serif; */
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 30px;
}

a.foreignkey-button button {
  border: none;
  background: none;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #736f6f;
  font-weight: 500;
  font-size: 16px;
}

.bg-light {
  background: none !important;
  box-shadow: 0 6px 6px rgba(0, 0, 0, .06);
}

section.services {
  padding: 60px;
  /* background-image: url('../images/abt-bg.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; */
}

section.services h2 {
  color: #000000;
  font-size: 51px;
  margin-bottom: 15px;
  letter-spacing: -.7px;
  line-height: 50px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

section.services p {
  font-size: 16px;
  /* font-family: "Jost", sans-serif; */
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin-bottom: 18px;
  line-height: 35px;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  display: block !important;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #008ad280;
  margin: 0 3px;
}


.main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  overflow: hidden;
  /* height: 100vh; */
  width: 100vw;
  padding: 37px;
}

.testimonials {
  background-color: #ffffff;
  width: 100%;
  max-width: 900px;
  margin: 20px;
  box-shadow: 0 6px 5px -7px #cbcbcb;
  border-radius: 3px;
  position: relative;
  opacity: 0;
  animation: showTestimonials 0.32s 0.78s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;

  input {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
    pointer-events: none;
    opacity: 0;
  }
}

@keyframes showTestimonials {
  to {
    opacity: 1;
  }
}

.testimonials-inner {
  position: relative;
  min-height: 100px;
}

.testimonial {
  padding: 40px 34px 20px 34px;
  margin: 0 30px;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

input[name="testimonial"]:nth-child(1):checked~.testimonials-inner .testimonial:nth-child(1),
input[name="testimonial"]:nth-child(2):checked~.testimonials-inner .testimonial:nth-child(2),
input[name="testimonial"]:nth-child(3):checked~.testimonials-inner .testimonial:nth-child(3),
input[name="testimonial"]:nth-child(4):checked~.testimonials-inner .testimonial:nth-child(4) {
  pointer-events: initial;
}

.testimonial {
  transition: 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.32s 0.12s;
  opacity: 0;
  transform: translate(0, 38px);
  max-height: 80px;
  animation: hideTestimonial 0s 0.52s forwards;
  position: relative;
}

input[name="testimonial"]:nth-child(1):checked~.testimonials-inner .testimonial:nth-child(1),
input[name="testimonial"]:nth-child(2):checked~.testimonials-inner .testimonial:nth-child(2),
input[name="testimonial"]:nth-child(3):checked~.testimonials-inner .testimonial:nth-child(3),
input[name="testimonial"]:nth-child(4):checked~.testimonials-inner .testimonial:nth-child(4) {
  animation: showTestimonial 0s 0.72s forwards;
  position: absolute;
  opacity: 1;
  transform: none;
  max-height: 500px;
  transition: 0.3s 0.52s, opacity 0.68s 0.92s, max-height 0.82s 0.72s;
}

@keyframes hideTestimonial {
  to {
    position: absolute;
  }
}

@keyframes showTestimonial {
  to {
    position: relative;
  }
}

input[name="testimonial"]:nth-child(1):checked~.testimonials-bullets label:nth-child(1) span,
input[name="testimonial"]:nth-child(2):checked~.testimonials-bullets label:nth-child(2) span,
input[name="testimonial"]:nth-child(3):checked~.testimonials-bullets label:nth-child(3) span,
input[name="testimonial"]:nth-child(4):checked~.testimonials-bullets label:nth-child(4) span {
  background-color: #000;
  transform: scale(1);
  transition: transform 0.36s cubic-bezier(0.26, -0.59, 0.43, 2.48), background-color 0.41s ease-in;
}

.testimonial-photo {
  height: 84px;
  width: 84px;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.photo-background {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  box-shadow: 0 -4px 3px -2px #c3c2c2;
  width: 100%;
  transform: scale(0.87);
  transition: 0.32s;
}

input[name="testimonial"]:nth-child(1):checked~.testimonials-inner .testimonial:nth-child(1) .photo-background,
input[name="testimonial"]:nth-child(2):checked~.testimonials-inner .testimonial:nth-child(2) .photo-background,
input[name="testimonial"]:nth-child(3):checked~.testimonials-inner .testimonial:nth-child(3) .photo-background,
input[name="testimonial"]:nth-child(4):checked~.testimonials-inner .testimonial:nth-child(4) .photo-background {
  transform: scale(1);
  transition: 0s;
}

.photo-author {
  background-size: 180px;
  background-position: center;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transform: scale(1.18) translate(0, -6px);
  transition: transform 0.42s ease-out, opacity 0.58s, width 0s 0.4s,
    height 0s 0.4s;
}

.photo-author-3 {
  background-size: 104px;
  background-position: center;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transform: scale(1.18) translate(0, -6px);
  transition: transform 0.42s ease-out, opacity 0.58s, width 0s 0.4s,
    height 0s 0.4s;
}

.photo-author-1 {
  background-size: 95px;
  background-position: center;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transform: scale(1.18) translate(0, -6px);
  transition: transform 0.42s ease-out, opacity 0.58s, width 0s 0.4s,
    height 0s 0.4s;
}

.photo-author-2 {
  background-size: 124px;
  background-position: center;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #dbdbdb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transform: scale(1.18) translate(0, -6px);
  transition: transform 0.42s ease-out, opacity 0.58s, width 0s 0.4s,
    height 0s 0.4s;
}

input[name="testimonial"]:nth-child(1):checked~.testimonials-inner .testimonial:nth-child(1) .photo-author,
input[name="testimonial"]:nth-child(2):checked~.testimonials-inner .testimonial:nth-child(2) .photo-author-3,
input[name="testimonial"]:nth-child(3):checked~.testimonials-inner .testimonial:nth-child(3) .photo-author-1,
input[name="testimonial"]:nth-child(4):checked~.testimonials-inner .testimonial:nth-child(4) .photo-author-2 {
  transform: scale(1);
  opacity: 1;
  height: 68px;
  width: 68px;
  transition: width 0.26s 1.01s, height 0.26s 1.01s;
}

.testimonial-text {
  color: #606060;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 0 1px #939393;
  letter-spacing: 0.12px;
  font-style: italic;
  line-height: 26px;
  margin-top: 20px;

  p {
    margin-bottom: 10px;
  }

}

.testimonial-author {
  font-size: 24px;
  text-align: right;
  color: #000;
  letter-spacing: 0.24px;
  /* text-transform: uppercase; */
  text-shadow: 0 0 1px #e3e3e3;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;

  &:before {
    content: "– ";
  }
}

.testimonials-bullets {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 64px;
  transform: translate(0, 8px);

  .bullet {
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin: 0 1px;

    div {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      background-color: #ffffff;
      box-shadow: 0 4px 6px -7px #000000;

      span {
        background-color: #c3c3c3;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        transform: scale(0.82);
        transition: 0.72s;
      }
    }

    &:hover span {
      background-color: rgba(216, 118, 118, 0.836);
    }
  }
}

.testimonials-arrows {
  height: 100%;

  .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    position: absolute;
    top: calc(50% - 25px);

    span {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffffff;
      border-radius: 50%;
      height: 40px;
      width: 40px;

      &:before {
        font-size: 32px;
        font-family: monospace, sans-serif;
        font-weight: 600;
        color: #c3c3c3;
        transition: color 0.21s ease-in;
      }
    }

    &:hover span:before {
      color: #444444;
      transition: color 0.17s ease-out;
    }

    label {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      cursor: pointer;
    }
  }

  .arrow-left {
    left: -20px;

    span {
      box-shadow: 40px 0 20px 20px #ffffff, -5px 0 30px 0px #e1e1e1;

      &:before {
        content: "<";
      }
    }
  }

  .arrow-right {
    right: -20px;

    span {
      box-shadow: -40px 0 20px 20px #ffffff, 5px 0 30px 0px #e1e1e1;

      &:before {
        content: ">";
      }
    }
  }
}

input[name="testimonial"]:nth-child(1):checked~.testimonials-arrows .arrow-left label[for="input-testimonial4"],
input[name="testimonial"]:nth-child(1):checked~.testimonials-arrows .arrow-right label[for="input-testimonial2"],
input[name="testimonial"]:nth-child(2):checked~.testimonials-arrows .arrow-left label[for="input-testimonial1"],
input[name="testimonial"]:nth-child(2):checked~.testimonials-arrows .arrow-right label[for="input-testimonial3"],
input[name="testimonial"]:nth-child(3):checked~.testimonials-arrows .arrow-left label[for="input-testimonial2"],
input[name="testimonial"]:nth-child(3):checked~.testimonials-arrows .arrow-right label[for="input-testimonial4"],
input[name="testimonial"]:nth-child(4):checked~.testimonials-arrows .arrow-left label[for="input-testimonial3"],
input[name="testimonial"]:nth-child(4):checked~.testimonials-arrows .arrow-right label[for="input-testimonial1"] {
  z-index: 1;
}

.testimonial:nth-child(1) .photo-author {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk3w0BDvYIRfN2uxgGVTEaV06aks3oWtC277zRaAZcBQ&s);
}

.testimonial:nth-child(2) .photo-author-3 {
  background-image: url(https://www.goldenchennai.com/images/celebrity/big/45dde49835f3_celebrity_big.jpg);
}

.testimonial:nth-child(3) .photo-author-1 {
  background-image: url(https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_320,q_50/lsci/db/PICTURES/CMS/322600/322699.png);
}

.testimonial:nth-child(4) .photo-author-2 {
  background-image: url(https://silverscreenindia.com/wp-content/uploads/2014/09/aadama-jaichomada-press-meet-hq-bobby-simha-029.jpg);
}






footer {
  background: #e7edee;
  padding: 70px 0px 0px 0px;
}

footer img {
  max-width: 150px;
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin: 8px;
  display: inline-block;
}

footer ul li a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 0px;
}

footer p {
  color: #000000;
  font-size: 17px;
  margin: 0;
  text-align: center;
}

footer p a {
  color: #000000;
}

footer a:hover {
  color: #000000;
}

@media (max-width: 991px) {
  footer {
    padding: 53px 0;
  }

  footer ul {
    margin: 29px 0;
  }
}

.border-top p {
  padding: 22px 0px 22px 0px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  margin-bottom: -100px;
  margin-top: 19px;
}

ul.ms-auto.ftr-scm li a i {
  width: 35px;
  background: #777777;
  height: 35px;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
}

.inner-bbaner {
  height: 100%;
  background: url(../images/inner-banner.png);
  width: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  padding: 55px 0px 55px 0px !important;
  background-size: cover;
}

h1.display-4 {
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  /* font-size: 18px; */
}

p.lead {
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 16px;
  color: #ccc;
}

p a {
  color: #ddd;
}

section.inner-abt {
  padding: 60px;
}

/* .inner-abt img{
  padding: 20px 400px;
} */
.inner-abt h2 {
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
}

.inner-abt p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  font-size: 15px;
  color: #605c5c;
  line-height: 35px;
}

.about.box {
  box-shadow: 0 0 20px 0 #00000021;
  padding: 15px;
  border-radius: 14px;
  height: 100%;
}

.about.box i {
  font-size: 20px;
  margin-top: 14px;
  color: #00000087;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #ddd; */
}

.about.box h6 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Barlow Semi Condensed", sans-serif;
}

.vision h3 {
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;

}

.mission h3 {
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;

}

.row.vm {
  border: 1px solid #dddddd8c;
  padding: 10px 0px;
  margin-bottom: 30px;
}

.vision p {
  text-align: justify;
}

.mission p {
  text-align: justify;
}

.vision {
  padding: 16px;
}

.mission {
  padding: 16px;
}

.inner-services {
  padding: 50px
}

.inner-services h5 {
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
}

.serv-box p {
  line-height: 30px;
  text-align: justify;
  color: #000000bd;
  font-weight: 500 !important;
}

.serv-img-box img {
  padding: 14px;
}

.serv-img-box {
  border: none;
  width: 70px;
  border-radius: 50%;
  background-color: #333232;
  margin-bottom: 14px;
}

/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
  background-color: #000000d8;
}

.lightbox-modal img {
  width: auto;
  max-height: 500px;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  border: 1px solid #acacac;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  transform: translate(8px, 0px);
  opacity: inherit !important;
}

.lightbox-modal .carousel-control-next {
  border: 1px solid #acacac;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  transform: translate(8px, 0px);
  opacity: inherit !important;
}





@media (max-width: 991px) {
  .carousel-caption.slide-caption {
    top: 12%;
    left: 0% !important;
  }

  button.carousel-control-prev,
  button.carousel-control-next {
    display: none;
  }

  .lightbox-modal .carousel-control-next,
  .lightbox-modal .carousel-control-prev {
    display: block !important;
    transform: translate(0px, 0px) !important;
    width: 45px;
    height: 45px;
  }

}


@media (min-width: 575px) and (max-width: 786px) {
  section.about h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #000;
    font-size: 35px;
    margin-bottom: 15px;
    letter-spacing: -.7px;
    line-height: 66px;
    font-weight: 700;
  }

  section.about {
    padding: 35px 0px 0px 0px;
  }

  section.services h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #000;
    font-size: 25px;
    margin-bottom: 15px;
    letter-spacing: -.7px;
    line-height: 66px;
    font-weight: 500;
  }

  section.services {
    padding: 35px;
    /* background-image: url(../images/abt-bg.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%; */
  }

  .main {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    padding: 0px;
  }

  footer ul {
    margin: 12px 0;
  }

  .border-top p {
    padding: 20px 0px 1px 0px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }

  footer {
    padding: 27px 0;
  }

  .testimonials-bullets {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30px;
    transform: translate(0, 8px);
    display: none;
  }

  .testimonial-author {
    font-size: 15px;
    text-align: right;
    color: #000;
    letter-spacing: 0.24px;
    /* text-transform: uppercase; */
    text-shadow: 0 0 1px #e3e3e3;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }

  section.inner-abt {
    padding: 60px 0px;
  }

  .inner-services {
    padding: 50px 0px;
  }

  .serv-img-box {
    border: none;
    width: 60px;
    border-radius: 50%;
    background-color: #333232;
    margin-bottom: 14px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  section.about h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #000;
    font-size: 35px;
    margin-bottom: 15px;
    letter-spacing: -.7px;
    line-height: 66px;
  }

  section.about {
    padding: 35px 0px 0px 0px;
  }

  section.services h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #000;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: -.7px;
    line-height: 30px;
    font-weight: 700;
    font-weight: 500 !important;
  }

  section.services {
    padding: 35px;
    /* background-image: url(../images/abt-bg.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%; */
  }

  .main {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    padding: 0px;
  }

  footer ul {
    margin: 12px 0;
  }

  .border-top p {
    padding: 20px 0px 1px 0px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }

  footer {
    padding: 27px 0;
  }

  .testimonials-bullets {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30px;
    transform: translate(0, 8px);
    display: none;
  }

  .testimonial-author {
    font-size: 15px;
    text-align: right;
    color: #000;
    letter-spacing: 0.24px;
    /* text-transform: uppercase; */
    text-shadow: 0 0 1px #e3e3e3;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }

  section.inner-abt {
    padding: 60px 0px;
  }

  .inner-services {
    padding: 50px 0px;
  }

  .serv-img-box {
    border: none;
    width: 60px;
    border-radius: 50%;
    background-color: #333232;
    margin-bottom: 14px;
  }

  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    top: 39% !important;
  }
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #ffffff;
}

.contact-text {
  font: 300 18px "Lato", sans-serif;
  letter-spacing: 1.9px;
  color: #ffffff;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* CONTACT US */
section.touch h2 {
  font-size: 34px;
  font-weight: 700;
}

.form-horizontal {
  /*float: left;*/
  font-family: "Lato";
  font-weight: 400;
}

.form-control,
textarea {
  color: #fff;
  padding: 20px !important;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}

.send-button {
  margin-top: 15px;
  /* height: 44px; */
  /* width: 100%; */
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  padding: 11px 64px;
  border-radius: 63px;
}

.alt-send-button {
  width: 100%;
  height: 40px;
  transition: all 0.2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px "Lato", sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px "Lato", sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

.common_btn {
  padding: 10px 50px;
  border: none;
  background: #000000;
  color: #ffff;
  box-shadow: 4px 6px 0px 0px #c9c8c8;
  border-radius: 32px;
}

section#contact h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #000;
  margin-top: 27px;
}

.col-lg-4.values-side p {
  font-size: 14px;
  line-height: 26px;
}

section.inner-abt h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
}

.small-abt img {
  width: 20%;
}

.small-abt h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
}

.small-abt h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  margin-top: 12px;
}

.small-abt {
  /* border-bottom: 1px solid #d3d3d3 !important; */
  /* border-top: 1px solid #d3d3d3; */
  box-shadow: 0 0 20px 0 #00000021;
  padding: 20px;
  border-radius: 6px;
}

section.counter {
  margin-top: 70px;
}

/* .projectFactsWrap{
margin-top: 30px;
} */
.number:after {
  content: "+";
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  padding: 32px 0px;
  text-align: center;
  margin: 10px;
}

.projectFactsWrap .item:nth-child(1) {
  background: #000000;
  border-bottom: 5px solid #7e7b7b;
  border-radius: 12px 12px 0px 0px;
}

.projectFactsWrap .item:nth-child(2) {
  background: #E1F4FF;
  border-bottom: 5px solid #0C81C5;
  border-radius: 12px 12px 0px 0px;
}

.projectFactsWrap .item:nth-child(3) {
  background: #E1F4FF;
  border-bottom: 5px solid #0C81C5;
  border-radius: 12px 12px 0px 0px;
}

.projectFactsWrap .item:nth-child(4) {
  background: #E1F4FF;
  border-bottom: 5px solid #0C81C5;
  border-radius: 12px 12px 0px 0px;
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: 800;
  color: #ffffff !important;
}

.projectFactsWrap .item p {
  color: #fff !important;
  font-size: 18px;
  margin: 0;
  padding: 0px;
  font-weight: 500;
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

@media screen and (min-device-width: 1500px) and (max-device-width: 1800px) {
  .projectFactsWrap .item p.number {
    font-size: 65px;
    padding: 0;
    font-weight: 800;
    color: #0A2753;
  }

}

section.inner-abt ul li {
  padding: 15px 27px;
  list-style: none;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #000;
  font-weight: 600;
}

section.inner-abt ul {
  display: flex;
  border: 1px solid #ddd;
  padding: 8px;
  border-bottom: none;
}

section.inner-abt ul li {
  padding: 15px 27px;
  list-style: none;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin: auto;
}

section.inner-abt ul li i {
  padding: 7px;
  color: #727272;
}

section.counter img {
  margin-bottom: 26px;
}

.head-teo .h5 {
  text-align: justify;
  color: gray;
  padding: 13px;
}


.toes {
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
}

.vision li {
  font-family: "Poppins", sans-serif;
  /* margin-bottom: -1px; */
  font-size: 15px;
  color: #605c5c;
  line-height: 35px;
}

.owl-carousel {
  display: block !important;
  width: 100%;
  z-index: 1;
}

section.follow-instgram h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #000;
  margin-top: -41px;
}

section.follow-instgram button {
  border: none;
  padding: 12px 32px;
  border-radius: 32px;
  background: #000;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 30px;
}


.click-now {
  width: 17%;
}

@media (max-width: 991px) {
  .click-now {
    width: 30%;
  }
}

.impor {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: black;
  padding: 26px;
}

.bannerr {
  padding: 38px;
  width: 100%;
}

p.baby.text-center {
  padding: 22px;
}


.impre {
  color: #000000;
  font-size: 51px;
  margin-bottom: 15px;
  letter-spacing: -.7px;
  line-height: 50px;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 10px;
}

p.baby.text-center {
  padding: 22px;
  font-size: 15px;
  line-height: 24px;
  color: #777777;
  margin-bottom: 12px
}

.baby-imp {
  background-image: url(../images/home/belley-new.png);
  /* background: #f8faf7; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  /* height: 82%; */
  padding: 270px 0px !important;
}

.belly-imp {
  background-image: url(../images/home/ex5.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 105%;
  padding: 273px 0px !important;
}

.content-right {
  position: absolute;
  right: 250px;
  transform: translateX(-50%);
  transform: translateY(-50%);
}

.content-right3 {
  position: absolute;
  right: 250px;
  transform: translateX(-50%);
  transform: translateY(-50%);
}

.content-right1 {
  position: absolute;
  right: 776px;
  transform: translateX(-50%);
  transform: translateY(-50%);
  margin-top: -4px;
}

.content-right2 {
  position: absolute;
  right: 776px;
  transform: translateX(-50%);
  transform: translateY(-50%);
  margin-top: 63px;
}

.couple-imp {
  background-image: url(../images/home/e-88.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 100%;
  padding: 273px 0px !important;
}

.family-imp {
  background-image: url(../images/home/fam-1.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 100%;
  padding: 273px 0px !important;
}


.pet-imp {
  background-image: url(../images/12-5.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 100%;
  padding: 300px 0px !important;
}

img.vissionery {
  padding: 12px;
}

section.services {
  padding: 7px;
}

p.baby.text-center {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.content-right {
  position: absolute;
  right: 199px;
  transform: translateX(-50%);
  transform: translateY(-50%);
  margin-top: 35px;
}

.footer-widget-title {
  color: black;
  font-size: 18px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  /* font-family: sans-serif; */
}

h4.head {
  color: black;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

a.homey1 {
  color: black;
}

a.homey2 {
  color: black;
}

a.homey3 {
  color: black;
}

a.homey4 {
  color: black;
}

a.homey5 {
  color: black;
}

h4.head {
  color: black;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-top: -70px;
}

h3.add {
  color: black;
  font-family: 'Barlow Semi Condensed', sans-serif;
  padding: -23px;
  margin-inline-start: -60px;

  margin-top: -70px;
}

p.text {
  text-align: justify;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 19px;
  left: 20px;
  margin-left: -38px;
  margin-inline-start: -39px;
}

.single-widget ul li {
  margin-bottom: 13px;
}

.apart {
  color: black;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 19px;
  margin-inline-start: -38px;
  margin-top: -23px;
}

.footer-widget-title {
  color: black;
  font-size: 18px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  /* font-family: sans-serif; */
  margin-inline-start: 40px;
}

h3.infoys {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: black;
  font-size: 28px;
  margin-top: -70px;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  padding: 10px;
  /* border: brown; */
  color: black;
  width: 30px;
  height: 13px;
  border-radius: 51%;
}

i.fa-solid.fa-location-dot {
  margin-left: -58px;
}

a {
  color: black;
  padding: 1px;
  margin-bottom: 4px;
  margin-top: -11px;
}

/* i.fa-solid.fa-phone {
  width: 28px;
  height: 24px;
  background-color: lightgray;
  border: -2px;
  border-radius: 54%;
  position: absolute;
  border-bottom-right-radius: 26px;
  text-align: center;
  padding: 5px;
  margin-left: -2px;
} */
i.fa-solid.fa-envelope {
  color: black;
  padding: 7px;
  margin-left: -3px;
}

p.gamil {
  color: black;
  font-size: 18px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-top: -27px;
  margin-left: 26px;
}

.d-flex {
  display: flex !important;
  padding: 10px;
  margin-top: -21px;

}

.copy-right p {
  color: black;
  margin-bottom: 0;
}

.copy-right p {
  color: #121212;
  margin-bottom: 5px;
}

p.footer-content {
  color: black;
}

.copy-right {
  color: black;
}

.button {

  display: contents;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.list-unstyled {
  padding-left: 0px;
  list-style: none;
  margin-left: -28px;
}

.fa.fa-map-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-top: 5px;
}

.text-dark {
  color: #212529 !important;
  text-align: justify;
}

img.testimonal {
  margin-top: -42px;
  border-radius: 68px;
  width: 180px;
}

img.testimonal1 {
  margin-top: -42px;
  border-radius: 43px;
  width: 143px;
}


#container {
  width: 100%;
  min-height: 500px;
  height: 600px;
  position: relative;

  overflow: visible;
}

#holder {
  max-width: 700px;
  width: 98%;
  min-height: 360px;
  height: 360px;
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#image {
  width: 40%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 1;


  overflow: visible;
}

#right {
  width: 60%;
  height: 100%;
  float: right;
  position: relative;
}

#text {
  width: 60%;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  box-shadow: 0px 40px 120px 0px #f8f9fa;
}

/* .kin{
	width: 140px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin:0 0 -25px -70px;
	z-index: 1000;
	box-shadow:0px 7px 24px 3px rgba(0,0,0,.52);
  display:none;
} */
#leftBtn {
  width: 50%;
  height: 100%;
  float: left;
  background: #232323;
  font-size: 25px;
  line-height: 200%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#rightBtn {
  width: 50%;
  height: 100%;
  float: right;
  background: #232323;
  font-size: 25px;
  line-height: 200%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#leftBtn:hover,
#rightBtn:hover {
  color: #fff;
}

#nav-cirlces {
  width: 96px;
  height: 20px;
  position: absolute;
  bottom: 8%;
  left: 50%;
  margin-left: -50px;
}

.circle {
  width: 20px;
  height: 100%;
  float: left;
  border-radius: 100%;
  border: 2px solid #232323;
  margin: 0 6px;
  cursor: pointer;
  -webkit-transition: all .75s cubic-bezier(.86, .3, .07, 1);
  -moz-transition: all .75s cubic-bezier(.86, .3, .07, 1);
  -o-transition: all .75s cubic-bezier(.86, .3, .07, 1);
  transition: all .75s cubic-bezier(.86, .3, .07, 1);
}

#centerText {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 20%;
  margin-top: -100px;
  padding: 10px 0;
  overflow: visible;
}

.quote {
  width: 100%;
  height: 150px;
  position: absolute;
  top: 45px;
  left: 0;
  right: -150px;
  bottom: 0;
  margin: auto;
  font-size: 15px;
  color: #232323;
  padding: 0 25px;
  text-align: justify;
  opacity: 0;
  -webkit-transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
  -moz-transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
  -o-transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
  transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
}

p.quote.active {
  right: 0;
  opacity: 1;
  background: transparent;
}

p.quote:nth-child(2) {
  top: 25px;
}

.active {
  background: #232323;
}

.img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  background-position: center !important;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
  -moz-transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
  -o-transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
  transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
}

.img.active {
  right: 0;
  opacity: 1;
  z-index: 1;
}

.jobs {
  background-image: url(../images/home/s-1.jpeg);
}

.zuck {
  background-image: url(../images/home/s-2.jpeg);
}

.musk {
  background-image: url(../images/home/s-3.jpeg);
}

.jamu {
  background-image: url(../images/home/s-4.jpeg);
}

#bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  /*right: -100%;*/
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.slide.active {
  /*right: 0%;*/
  opacity: 1;
}

.jobs-bg {
  background: hsl(0, 0%, 100%) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.zuck-bg {
  background: #fff !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.musk-bg {
  background: #ffffff !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

p#pre {
  margin-top: 60px;
}

@media screen and (max-width:700px) {

  #centerText p {
    font-size: 12px;
    margin-top: -118px;

  }
}

@media screen and (max-width:580px) {

  #holder {
    max-width: 700px;
    width: 100%;
    min-height: 360px;
    height: 112%;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: -36px;
    /* background: red; */
    margin: auto;
  }

  .quote {
    width: 100%;
    height: 374px;
    position: absolute;
    top: 6px;
    left: 0;
    right: -150px;
    bottom: 0;
    margin: auto;
    font-size: 15px;
    color: #232323;
    padding: 0 25px;
    text-align: justify;
    opacity: 0;
    -webkit-transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
    -moz-transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
    -o-transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
    transition: all 2s cubic-bezier(.86, .3, .03, 1), opacity .7s cubic-bezier(.86, .3, .47, 1) .3s;
  }

  #image {
    width: 220px;
    height: 250px;
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -110px;
  }

  #right {
    width: 100%;
    height: 100%;
    float: right;
    position: relative;
    /* background: rgb(255, 255, 255); */
  }

  #text {
    width: 90%;
    height: 200px;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  #nav-cirlces {
    display: none;
  }

  #centerText {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 30%;
    margin-top: -100px;
    padding: 150px 0 !important;
    overflow: visible;
  }

}

@media screen and (max-width:450px) {
  #image {
    width: 185px;
    height: 139px;
    float: left;
    position: absolute;
    top: 46%;
    left: 50%;
    margin-top: -250px;
    margin-left: -100px;
  }
  #phone-view{
    color: #0C81C5;
  }

  #container {
    width: 100%;
    min-height: 500px;
    height: 100vh;
    position: relative;
    background: #ffffff;
    overflow: visible;
    /* padding: 70px 0; */
  }

  #pre {
    margin-top: -18px;
  }

  #text {
    width: 100%;
    height: 320px;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  #nav-cirlces {
    display: none;
  }
  section.services {
    padding: 60px;
    background-color: #f0f3f5;
}
  #centerText {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 30%;
    margin-top: -100px;
    padding: 120px 0 !important;
    overflow: visible;
  }
  section#contact h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #000;
    margin-top: -83px;
}
#instagram{
  margin-top: -35px !important;
}
section.follow-instgram h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #000;
  margin-top: 10px;
}

  .jobs {
    background-image: url(../images/home/phone-1.jpeg);
    background-color: white;
    margin-top: -75px;
    
  }

  .zuck {
    background-image: url(../images/home/phone-2.jpeg);
    background-color: white;
    margin-top: -75px;
    
  }

  .musk {
    background-image: url(../images/home/phone-3.jpeg);
    background-color: white;
    margin-top: -75px;
  }

  .jamu {
    background-image: url(../images/home/phone-4.jpeg);
    background-color: white;
    margin-top: -75px;
  }

  p#pre {
    margin-top: -110px;
  }
}
@media screen and (max-width:450px) {
  h2.tesimonal {
    color: #000000;
    font-size: 51px;
    margin-bottom: 15px;
    letter-spacing: -.7px;
    line-height: 50px;
    font-family: "Barlow Semi Condensed", sans-serif;
    /* margin-top: -46px; */
    /* margin-left: 509px; */
    text-align: center;
}
.testimonial-article{
  padding: 70px 0;
  margin-top: -39px;
}
}

h2.tesimonal {
  color: #000000;
  font-size: 51px;
  margin-bottom: 15px;
  letter-spacing: -.7px;
  line-height: 50px;
  font-family: "Barlow Semi Condensed", sans-serif;
  /* margin-top: -46px;
  margin-left: 12px; */
  text-align: center;
}


.fa-brands,
.fab {
  font-weight: 400;
  color: black !important;
}

.service-listing {
  position: relative;
}

.belly-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.belly-2{
  position: absolute;
  top: 0;
  right: 0;
}
.belly-2 img{
  width: 700px;
}
.belly-1 img{
  height: 540px;
}
.testimonial-article {
  margin-top: -45px;
}



/* #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  cursor: pointer;
  padding: 15px;
  background: none;
  
}


i.fa-solid.fa-circle-up {
  font-size: 43px;
} */
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #faaccb;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background: rgb(235 26 109);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(235 26 109);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #eb1a6d;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg.progress-circle path {
  stroke: rgb(235 26 109);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}
.nav-item .nav-link.active{
  background: none !important;
}
.inner-abt{
  text-align: center;
}
.heading-text {
  text-align: center;
}
.nav-link.face-img:hover{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.nav-link.facebook-img:hover{
  background: #3C5A98;
}
a.nav-link.facebook-img {
  box-shadow: 0 0 20px 0 #00000021;
  padding: 8px 30px 0px 0px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.icons-nav-header li a.facebook-img i {
  color: #000;
  padding: 5px 4px;
  text-align: justify;
}
.nav-link:hover i{
  color: #fff !important;
}