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

body {
  padding: 0px;
  margin: 0px;
  font-family: "Playfair", serif;
  overflow-y: scroll;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  border: none;
}

.clr {
  clear: both;
}

/* FOR-ALL-CSS */

.heading-in {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;

  h2 {
    font-size: 35px;
    color: #10403F;
    font-weight: 700;
    margin-bottom: 0;
  }
}

/* FOR-ALL-CSS */


/* FEATURED-FIGURES */

.featured-figures-wrap {
  padding: 25px 0;
  position: relative;

  &::before {
    background-color: #10403F;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 61.5%;
    z-index: -1;
  }
}

.featured-figures-in {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  overflow: hidden;
  transition: .5s;

  &:hover .featured-figures-in-text {
    height: 100%;
    transform: translateY(0%);
    transition: .5s;
  }
}

.featured-figures-in-text {
  width: 100%;
  height: auto;
  background: rgba(11, 11, 11, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1rem;
  gap: 16px;
  transform: translateY(55%);
  transition: .5s;



  h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    font-family: PT Serif;
    color: #fff;
    margin-bottom: 0px;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    font-family: PT Serif;
    line-height: normal;
    text-align: center;
    color: #FFFFFFE6;
    margin-bottom: -3px;
  }

  a {
    font-family: PT Serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #fff;
    display: block;
    background-color: #10403F;
    padding: 0.8rem 1.5rem;
    border-radius: 2px;
  }

}

.featured-figures-in-image {
  width: 100%;
  height: auto;

  img {
    width: 100%;
    height: 100%;
  }
}

#featured-figures-slider {
  padding: 0 1.5rem;
}

#featured-figures-slider .owl-stage .owl-item:last-child .featured-figures-in-text {
  height: 100%;
  transform: translateY(0);
}

#featured-figures-slider .owl-nav {
  width: 100%;
  height: auto;
  padding-left: 20px;
  transition: .5s;
}

#featured-figures-slider .owl-nav button {
  width: 30px;
  height: 30px;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: -20px;
  right: inherit;
  z-index: 0;
  opacity: 1;
  background-color: #fff;
  outline: none;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000040;
}

#featured-figures-slider .owl-nav button i {
  font-size: 14px;
  text-align: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  height: 100%;
  color: #10403F;
  place-items: flex-end;
  align-items: center;
}

#featured-figures-slider .owl-nav button:last-child {
  right: -20px;
  left: inherit;
}

.heading-in .text-white {
    padding: 10px 0px !important;
}

.featured-figures-wrap {
    &::before {
        background-color: #10403F;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 65.5%;
        z-index: -1;
    }
}

@media only screen and (max-device-width: 768px) {

    .featured-figures-in-text {
        h3 {
            text-align: center;
            font-size: 13px;
            font-weight: 700;
            font-family: PT Serif;
            color: #fff;
            margin-bottom: 0px;
        }

        p {
            font-size: 9px;
            font-weight: 400;
            font-family: PT Serif;
            line-height: normal;
            text-align: center;
            color: #FFFFFFE6;
            /* margin-bottom: -3px; */
        }
        a {
            font-family: PT Serif;
            font-size: 12px;
            font-weight: 700;
            line-height: normal;
            text-align: center;
            color: #fff;
            display: block;
            background-color: #10403F;
            padding: 5px 8px;
            border-radius: 2px;
        }
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
    .featured-figures-wrap {
        &::before {
            background-color: #10403F;
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 71.5%;
            z-index: -1;
        }
	}    
}


/* FEATURED-FIGURES */

/* READER-TESTIMONIALS */

.reader-testimonials-wrap {
  padding: 20px 0;
}

.reader-testimonials-in {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 11px 0px #8D8D8D40;
  padding: 1.8rem 1.3rem 1.3rem 1.3rem;
  position: relative;
  z-index: 9;

  &::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("http://webcsk.yilstaging.com/wp-content/uploads/2024/11/quote.svg");
    background-repeat: no-repeat;
    background-position: 20px 20px;
    z-index: -1;
  }

  h2 {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-bottom: 2px;
    font-family: PT Serif;
  }

  p {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    font-family: PT Serif;
  }
}

.reader-testimonials-in-bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;

  h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;

    ul {
      padding: 0;
      margin: 0;
      display: flex;
      gap: 2px;

      li {
        list-style: none;

        img {
          width: 16px;
          height: 16px;
        }
      }
    }
  }
}

.reader-testimonials-in-bottom-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#reader-testimonials-slider .owl-stage-outer {
  padding: 1rem 0;
}


#reader-testimonials-slider .owl-dots {
  margin-top: 10px;
  display: flex;
  gap: 5px !important;
  align-items: center;
  justify-content: center;
}

#reader-testimonials-slider .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D9D9D9;
}

#reader-testimonials-slider .owl-dots button.owl-dot.active {
  background: #10403F;
}

/* READER-TESTIMONIALS */


/* FOOTER CSS */

.footer-flex-wrap {
  background: #fff;
  width: 100%;
  height: auto;
  padding: 33px 83px 24px 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-center-webscsk {}

.footer-center-webscsk h2 {
  font-family: Playfair Display;
  font-size: 35px;
  font-weight: 700;
  line-height: 46.66px;
  text-align: center;
  color: #10403F;
}

.footer-center-webscsk p {
  font-family: PT Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.footer-center-webscsk span {
  font-family: PT Serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29.15px;
  text-align: center;
  color: #10403F;
}

.footer-center-webscsk ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  margin-bottom: 0;
  justify-content: center;
}

.footer-center-webscsk li {
  list-style-type: none;
}

.footer-center-webscsk a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #10403F;
  color: #fff;
  justify-content: center;
  transform: rotate(0deg);
  transition: .5s;
  align-items: center;
}

.footer-center-webscsk a:hover {
  transform: rotate(360deg);
  transition: .5s;
}

.footer-center-webscsk i {
  font-size: 28px;
}




.footer-bottom {
  width: 100%;
  height: auto;
  background: #10403F;

  padding: 10px 0;
}

.footer-bottom-in {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.footer-bottom-in p {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: PT Serif;
}

.footer-bottom-in span {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: PT Serif;
}

.footer-client {
  display: flex;
  gap: 7px;
  /* padding: 14px 14px; */
}

.clients-wrap {
  background: #fff;
  padding: 7px 9px;
  border-radius: 4px;
}

.clients-wrap img {
  width: 66px;
  height: 41px;
  object-fit: none;
}

.footer-bottom-in p a {
  color: #FFF;
}

.footer-bottom-in p i {
  font-size: 18px;
  color: red;
}


/* FOOTER CSS */

div.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
div.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


    
.image-card div 
{ -webkit-transition: 0.4s ease; transition: 0.4s ease; } 

.image-card:hover div 
{ 
-webkit-transform: scale(1.08); 
transform: scale(1.08);
}

.zoom {
  transition: background-color 0.3s ease, transform 0.3s ease !important;
}

.zoom:hover {
  transform: scale(1.08) !important;
  background-color: #186F68 !important;
  border-radius: 10px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0px 20px 1em;
    padding: 0;
}