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

    body{
      font-family: Arial, sans-serif;
    }
    html, body {
  overflow-x: hidden !important;
}



    /* HEADER */
    header{
      background: #000;
    }

    .navbar-brand{
      font-size: 30px;
      font-weight: bold;
      color: #fff !important;
    }

    .nav-link{
      color: #fff !important;
      margin-left: 15px;
      transition: 0.3s;
    }

    .nav-link:hover{
      color: #e91b25 !important;
    }

    /* HERO */
    .hero{
      height: 100vh;
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
      url('https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=1200');
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      color: white;
      text-align: center;
    }

    .hero h1{
      font-size: 60px;
      font-weight: bold;
    }

    .hero p{
      font-size: 20px;
      margin: 20px 0;
    }

    /* ABOUT */
    .about{
        background: url(../image/about-ng.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .about img{
      border-radius: 10px;
      width: 100%;
    }
    .about-content h2{
        font-weight: 700;
        text-transform: uppercase;
    }

     .about-content p{
        /*font-weight: 600;*/
        font-size:20px;
        color:#000;
     }
 
.custom-btn{
    display: inline-block;
        padding: 14px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease;
    border: 2px solid #000;
    letter-spacing: 0.5px;
}

.custom-btn:hover{
    background: #fff;
    color: #000;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}


    /* PRODUCTS */
    /* .card img{
      height: 250px;
      object-fit: cover;
    } */

    .card{
      transition: 0.3s;
        padding: 30px 0 15px;
    }

    .card:hover{
      transform: translateY(-10px);
    }

    /* STATS */
    .stats{
      background: #111;
      color: white;
    }

    .stat-box h2{
      font-size: 45px;
      font-weight: bold;
    }

    /* CONTACT */
    .contact{
      background: #000 !important;
    }

    textarea{
      resize: none;
      height: 150px;
    }

    /* FOOTER */
    footer{
      background: #000;
      color: white;
      text-align: center;
      padding: 20px 0;
    }

.navbar-brand img{
 max-width: 300px !important;
}
 .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px !important;
        text-transform: uppercase !important;
       
    }
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #e91b25;
}
    
.carousel-inner{
    margin-top: 65px !important;
}




/* SECTION */
.range-section{
    background: #4b4b4b;
}

/* LEFT CONTENT */
.range-content{
    background: #f1f1f1;
    border-radius: 8px;
    overflow: hidden;
	padding: 10px 0;
    margin: 20px 0;
}

.range-content p{
    padding: 0 30px 0px 30px;
    font-size: 17px;
    line-height: 1.7;
    color: #111;
    text-align: justify;
}
.range-content h2{
    padding: 20px 30px 0 30px ;
    color: #111;
	font-weight:600;
    text-align: justify;
}

.range-title{
   background: #1d1717;
    color: white;
    text-align: center;
    padding: 4px;
    font-size: 24px;
    font-weight: bold;
}

/* PRODUCT CARD */
.product-card{
    perspective: 1000px;
}

.card-inner{
    position: relative;
    width: 100%;
    height: 260px;
    transition: transform 0.9s;
    transform-style: preserve-3d;
}

.product-card:hover .card-inner{
    transform: rotateY(180deg);
}

/* FRONT & BACK */
.card-front,
.card-back{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    backface-visibility: hidden;
}

/* FRONT */
.card-front{
    background: white;
}

.card-front img{
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.card-title{
    text-align: center;
    padding: 12px;
    font-size: 22px;
    font-weight: 600;
    background: #e9e9e9;
}

/* BACK */
.card-back{
    background: #111;
    color: white;
    transform: rotateY(180deg);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 20px;
    text-align: center;
}
.card-back a{
    text-decoration: none ;
}

.card-back a h4{
    font-size: 18px;
    margin-bottom: 15px;

    color: #fff;
}

.card-back p{
    font-size: 16px;
    line-height: 1.7;
}

/* RESPONSIVE */
@media(max-width:768px){

    .range-title{
        font-size: 28px;
    }

    .card-title{
        font-size: 18px;
    }

}


.castom-btn{
    display: inline-block;
     padding: 5px 13px;
    background: #ffffff;
    color: #191919;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease;
    border: 2px solid #000;
    letter-spacing: 0.5px;
}
.castom-btn:hover{
    color: #e9e9e9;
    background-color: transparent;
    border: 2px solid #fff;
}
.card-title{
    color: #000 !important;
    font-size: 16px !important;
}
.card img{
        border-radius: 50%;
        width: 60%;
/*     height: 120px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(56, 96, 210, 0.06);
    margin: 0 auto;
}
.stats p{
 color: #fff;
}
.stats img{
    width: 100%;
}

 .testimonial-section {
      padding: 80px 0;
    }

    .testimonial-card {
      background: #e9e5e5;
      border-radius: 15px;
      padding: 40px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      text-align: center;
    }

    .testimonial-img {
      width: 180px;
      height: auto;
/*       border-radius: 50%; */
/*       object-fit: cover; */
/*       margin-bottom: 15px; */
/*       border: 3px solid #e91b25; */
    }

    .testimonial-text {
      font-size: 20px;
      color: #555;
      margin-bottom: 15px;
    }

    .client-name {
      font-weight: 600;
      color: #e91b25;
    }

    .client-role {
      font-size: 14px;
      color: #888;
    }


    /* add */
    /*3.14 wpo-cta-section*/
.wpo-cta-section {
  background: url(../image/cta.jpg) no-repeat right;
  position: relative;
  z-index: 1;
  padding-top: 190px;
  padding-bottom: 150px;
  margin: 0 40px;
  border-radius: 15px;
  border: 2px solid #e91b25;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wpo-cta-section {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-section {
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .wpo-cta-section {
    padding: 60px 0;
    margin: 0;
  }
}
.wpo-cta-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(258deg, rgba(239, 239, 240, 0) 36.38%, rgba(239, 239, 240, 0.31) 41.51%, rgba(239, 239, 240, 0.56) 45.53%, #EFEFF0 51.07%, #EFEFF0 60.52%, #EFEFF0 71.12%, #EFEFF0 94.37%);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
}
.wpo-cta-section .cta-content {
  position: relative;
  z-index: 1;
  padding-left: 215px;
}
@media (max-width: 1199px) {
  .wpo-cta-section .cta-content {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-section .cta-content {
    padding-left: 0;
    text-align: center;
  }
}
.wpo-cta-section .cta-content .cta-title span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .wpo-cta-section .cta-content .cta-title span {
    font-size: 17px;
    line-height: 25px;
  }
}
.wpo-cta-section .cta-content .cta-sub-title h2 {
  margin: 0;
  color: #000;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -2.4px;
  text-transform: capitalize;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 {
    font-size: 50px;
    line-height: 55px;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 {
    font-size: 29px;
    line-height: 40px;
  }
}
.wpo-cta-section .cta-content .cta-sub-title h2 span {
  font-weight: 300;
  font-size: 60px;
}
@media (max-width: 767px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 span {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 span {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 span {
    font-size: 29px;
    line-height: 40px;
  }
}
.wpo-cta-section .cta-content .cta-btns {
  display: flex;
  padding-top: 40px;
  font-size:20px;
}
@media (max-width: 991px) {
  .wpo-cta-section .cta-content .cta-btns {
    justify-content: center;
    padding-top: 20px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-section .cta-content .cta-btns {
    display: block;
  }
}
@media (max-width: 767px) {
  .wpo-cta-section .cta-content .cta-btns .theme-btn-s2 {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 22px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-section .cta-content .cta-btns .theme-btn-s2::before {
    top: 50%;
  }
}
@media (max-width: 418px) {
  .wpo-cta-section .cta-content .cta-btns .theme-btn-s2::before {
    top: 52%;
  }
}
.wpo-cta-section .cta-content .cta-content-shape {
  position: absolute;
  top: -53px;
  left: 170px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-cta-section .cta-content .cta-content-shape {
    left: 55px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-section .cta-content .cta-content-shape {
    display: none;
  }
}
.wpo-cta-section .booking-btn a {
  width: 245px;
  height: 245px;
  background: #3860D2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  text-transform: capitalize;
  color: #fff;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .wpo-cta-section .booking-btn a {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 575px) {
  .wpo-cta-section .booking-btn a {
    width: 150px;
    height: 150px;
    font-size: 16px;
  }
}
.wpo-cta-section .booking-btn a i {
  display: block;
  margin-bottom: 5px;
}
.wpo-cta-section .booking-btn a small {
  display: block;
  max-width: 150px;
}
.wpo-cta-section:hover .booking-btn a {
  visibility: visible;
  opacity: 1;
}

/*3.15 wpo-blog-section*/
@media (max-width: 991px) {
  .wpo-blog-section.section-padding {
    padding: 90px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section.section-padding {
    padding: 60px 0;
    padding-bottom: 30px;
  }
}
.wpo-blog-section .title-btn-right {
  text-align: right;
}
@media (max-width: 991px) {
  .wpo-blog-section .title-btn-right {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card {
    margin-bottom: 30px;
  }
}
.wpo-blog-section .blog-card .blog-image {
  position: relative;
  overflow: hidden;
  transform: scale(1);
}
.wpo-blog-section .blog-card .blog-image img {
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.wpo-blog-section .blog-card .blog-image::before {
  position: absolute;
  top: 0;
  left: -79%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-30deg);
}
.wpo-blog-section .blog-card .blog-image:hover img {
  transform: scale(1.1);
}
.wpo-blog-section .blog-card .blog-image:hover::before {
  animation: shine 0.95s;
}
.wpo-blog-section .blog-card .blog-text {
  padding-top: 35px;
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card .blog-text {
    padding-top: 20px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-section .blog-card .blog-text {
    padding-top: 10px;
  }
}
.wpo-blog-section .blog-card .blog-text h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  max-width: 505px;
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-text h2 {
    font-size: 20px;
    line-height: 30px;
    max-width: 376px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-section .blog-card .blog-text h2 {
    font-size: 17px;
    line-height: 22px;
  }
}
.wpo-blog-section .blog-card .blog-text h2 a {
  color: #043460;
  transition: all ease-in-out 0.4s;
}
.wpo-blog-section .blog-card .blog-text h2 a:hover {
  color: #4d60bd;
}
.wpo-blog-section .blog-card .blog-text h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 34px;
  max-width: 603px;
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-text h3 {
    font-size: 30px;
    line-height: 30px;
    max-width: 510px;
  }
}
@media (max-width: 574px) {
  .wpo-blog-section .blog-card .blog-text h3 {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-section .blog-card .blog-text h3 {
    font-size: 17px;
    line-height: 23px;
  }
}
.wpo-blog-section .blog-card .blog-text h3 a {
  color: #043460;
  transition: all ease-in-out 0.4s;
}
.wpo-blog-section .blog-card .blog-text h3 a:hover {
  color: #4d60bd;
}
.wpo-blog-section .blog-card .blog-text .blog-bottom {
  padding-top: 20px;
}
@media (max-width: 425px) {
  .wpo-blog-section .blog-card .blog-text .blog-bottom {
    padding-top: 10px;
  }
}
.wpo-blog-section .blog-card .blog-text .blog-bottom .more-btn {
  position: relative;
  color: #095091;
  text-decoration: underline;
  transition: all ease 0.4s;
}
.wpo-blog-section .blog-card .blog-text .blog-bottom .ti {
  position: relative;
  top: 3px;
  color: #095091;
  transition: all ease 0.4s;
}
.wpo-blog-section .blog-card .blog-text .blog-bottom:hover .more-btn {
  color: #4d60bd;
}
.wpo-blog-section .blog-card .blog-text .blog-bottom:hover .ti {
  color: #4d60bd;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*======================================
5. Home-style-2
 =======================================*/
/* 5.1 wpo-about-section-s2*/
.wpo-about-section-s2,
.wpo-about-section-s3 {
  padding: 120px 0;
  padding-bottom: 200px;
}
@media (max-width: 1199px) {
  .wpo-about-section-s2,
  .wpo-about-section-s3 {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2,
  .wpo-about-section-s3 {
    padding: 90px 0;
  }
}
@media (max-width: 757px) {
  .wpo-about-section-s2,
  .wpo-about-section-s3 {
    padding: 60px 0;
  }
}
.wpo-about-section-s2 .wpo-section-title-s2,
.wpo-about-section-s3 .wpo-section-title-s2 {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .wpo-section-title-s2,
  .wpo-about-section-s3 .wpo-section-title-s2 {
    margin-bottom: 30px;
  }
}
.wpo-about-section-s2 .wpo-section-title-s2 span,
.wpo-about-section-s3 .wpo-section-title-s2 span {
  color: #3860D2;
}
.wpo-about-section-s2 .wpo-section-title-s2 h3,
.wpo-about-section-s3 .wpo-section-title-s2 h3 {
  margin: 0;
  font-size: 20px;
  max-width: 750px;
  line-height: 30px;
  font-weight: 400;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .wpo-section-title-s2 h3,
  .wpo-about-section-s3 .wpo-section-title-s2 h3 {
    padding-top: 10px;
  }
}
.wpo-about-section-s2 .about-left .about-image,
.wpo-about-section-s3 .about-left .about-image {
  position: relative;
}
.wpo-about-section-s2 .about-left .about-image .about-list,
.wpo-about-section-s3 .about-left .about-image .about-list {
  position: absolute;
  bottom: -82px;
  right: -40px;
  border: 1px solid #E4E4E4;
  padding: 45px 28px 55px;
  border-radius: 41px;
  background: rgba(255, 255, 255, 0.62);
  -webkit-backdrop-filter: blur(51.5px);
          backdrop-filter: blur(51.5px);
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .about-left .about-image .about-list,
  .wpo-about-section-s3 .about-left .about-image .about-list {
    right: -10px;
    bottom: -130px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-left .about-image .about-list,
  .wpo-about-section-s3 .about-left .about-image .about-list {
    position: unset;
    margin-top: 40px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-left .about-image .about-list,
  .wpo-about-section-s3 .about-left .about-image .about-list {
    padding: 30px 10px 30px;
  }
}
.wpo-about-section-s2 .about-left .about-image .about-list .icon img,
.wpo-about-section-s3 .about-left .about-image .about-list .icon img {
  max-width: 66px;
  width: 100%;
}
.wpo-about-section-s2 .about-left .about-image .about-list .about-text,
.wpo-about-section-s3 .about-left .about-image .about-list .about-text {
  padding-left: 10px;
}
.wpo-about-section-s2 .about-left .about-image .about-list .about-text h3,
.wpo-about-section-s3 .about-left .about-image .about-list .about-text h3 {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 65px;
  text-transform: capitalize;
  padding-bottom: 15px;
  padding-top: 10px;
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-left .about-image .about-list .about-text h3,
  .wpo-about-section-s3 .about-left .about-image .about-list .about-text h3 {
    font-size: 34px;
    line-height: 35px;
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.wpo-about-section-s2 .about-left .about-image .about-list ul li,
.wpo-about-section-s3 .about-left .about-image .about-list ul li {
  margin-top: 10px;
}
.wpo-about-section-s2 .about-left .about-image .about-list ul li span,
.wpo-about-section-s3 .about-left .about-image .about-list ul li span {
  box-shadow: none;
  background-color: transparent;
}
.wpo-about-section-s2 .about-right,
.wpo-about-section-s3 .about-right {
  padding-top: 50px;
  padding-left: 75px;
}
@media (max-width: 1450px) {
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
}
.wpo-about-section-s2 .about-right .about-title-right h2,
.wpo-about-section-s3 .about-right .about-title-right h2 {
  margin: 0;
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -1.1px;
  max-width: 535px;
}
@media (max-width: 1450px) {
  .wpo-about-section-s2 .about-right .about-title-right h2,
  .wpo-about-section-s3 .about-right .about-title-right h2 {
    font-size: 47px;
    line-height: 60px;
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .about-right .about-title-right h2,
  .wpo-about-section-s3 .about-right .about-title-right h2 {
    font-size: 40px;
    line-height: 55px;
    max-width: 399px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-right .about-title-right h2,
  .wpo-about-section-s3 .about-right .about-title-right h2 {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-right .about-title-right h2,
  .wpo-about-section-s3 .about-right .about-title-right h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
.wpo-about-section-s2 .about-right .about-title-right p,
.wpo-about-section-s3 .about-right .about-title-right p {
  margin: 0;
  color: #032532;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  max-width: 480px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-right .about-title-right p,
  .wpo-about-section-s3 .about-right .about-title-right p {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-right .about-title-right p,
  .wpo-about-section-s3 .about-right .about-title-right p {
    padding-top: 10px;
    font-size: 17px;
    line-height: 26.8px;
  }
}
.wpo-about-section-s2 .about-right .about-list .about-text,
.wpo-about-section-s3 .about-right .about-list .about-text {
  padding-top: 30px;
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-right .about-list .about-text,
  .wpo-about-section-s3 .about-right .about-list .about-text {
    padding-top: 15px;
  }
}
.wpo-about-section-s2 .about-right .about-btn,
.wpo-about-section-s3 .about-right .about-btn {
  padding-top: 40px;
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-right .about-btn,
  .wpo-about-section-s3 .about-right .about-btn {
    padding-top: 20px;
  }
}
.wpo-about-section-s2 .about-right .about-btn .theme-btn,
.wpo-about-section-s3 .about-right .about-btn .theme-btn {
  padding: 18px 52px;
  color: #fff;
  border-radius: 30px;
  box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.12) inset;
}
.wpo-about-section-s2 .about-list,
.wpo-about-section-s3 .about-list {
  max-width: 390px;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-list,
  .wpo-about-section-s3 .about-list {
    margin: 0 auto;
  }
}
.wpo-about-section-s2 .about-list ul li + li,
.wpo-about-section-s3 .about-list ul li + li {
  margin-top: 17px;
}
.wpo-about-section-s2 .about-list ul li span,
.wpo-about-section-s3 .about-list ul li span {
  border-radius: 20.5px;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
  display: inline-block;
  font-size: 16px;
  font-family: "Parkinsans";
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  padding: 7px 25px;
  padding-left: 49px;
  position: relative;
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-list ul li span,
  .wpo-about-section-s3 .about-list ul li span {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-list ul li span,
  .wpo-about-section-s3 .about-list ul li span {
    font-size: 13px;
    padding: 7px 16px;
    padding-left: 44px;
  }
}
.wpo-about-section-s2 .about-list ul li span:before,
.wpo-about-section-s3 .about-list ul li span:before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  content: "\e64c";
  background: #F6F7F9;
  font-family: "themify";
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s;
}
.wpo-about-section-s2 .about-list ul li:hover span:before, .wpo-about-section-s2 .about-list ul li.active span:before,
.wpo-about-section-s3 .about-list ul li:hover span:before,
.wpo-about-section-s3 .about-list ul li.active span:before {
  background: #3860D2;
  color: #fff;
}

/* 5.2 marquee-section-s2*/
.marquee-section-s2 .marquee_container {
  background-color: #3860D2;
}

/* 5.3 wpo-service-section-s2*/
@media (max-width: 991px) {
  .wpo-service-section-s2.section-padding,
  .wpo-service-section-s3.section-padding {
    padding: 90px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s2.section-padding,
  .wpo-service-section-s3.section-padding {
    padding: 60px 0;
    padding-bottom: 40px;
  }
}
.wpo-service-section-s2 .service-wrap,
.wpo-service-section-s3 .service-wrap {
  border-radius: 28px;
  background: #F3F5FC;
  padding: 60px 40px 0;
  position: relative;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 1399px) {
  .wpo-service-section-s2 .service-wrap,
  .wpo-service-section-s3 .service-wrap {
    padding: 60px 25px 0;
  }
}
@media (max-width: 1199px) {
  .wpo-service-section-s2 .service-wrap,
  .wpo-service-section-s3 .service-wrap {
    padding: 60px 20px 0;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .service-wrap,
  .wpo-service-section-s3 .service-wrap {
    margin-bottom: 30px;
  }
}
.wpo-service-section-s2 .service-wrap .service-item,
.wpo-service-section-s3 .service-wrap .service-item {
  padding-bottom: 55px;
}
@media (max-width: 1199px) {
  .wpo-service-section-s2 .service-wrap .service-item,
  .wpo-service-section-s3 .service-wrap .service-item {
    padding-bottom: 35px;
  }
}
.wpo-service-section-s2 .service-wrap .service-item h3,
.wpo-service-section-s3 .service-wrap .service-item h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .wpo-service-section-s2 .service-wrap .service-item h3,
  .wpo-service-section-s3 .service-wrap .service-item h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .wpo-service-section-s2 .service-wrap .service-item h3,
  .wpo-service-section-s3 .service-wrap .service-item h3 {
    font-size: 20px;
  }
}
.wpo-service-section-s2 .service-wrap .service-item h3 a,
.wpo-service-section-s3 .service-wrap .service-item h3 a {
  color: #000;
  transition: all ease-in-out 0.4s;
}
.wpo-service-section-s2 .service-wrap .service-item p,
.wpo-service-section-s3 .service-wrap .service-item p {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  max-width: 400px;
  padding-top: 15px;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 1199px) {
  .wpo-service-section-s2 .service-wrap .service-item p,
  .wpo-service-section-s3 .service-wrap .service-item p {
    padding-top: 0;
    font-size: 17px;
    line-height: 26.8px;
  }
}
.wpo-service-section-s2 .service-wrap .image,
.wpo-service-section-s3 .service-wrap .image {
  overflow: hidden;
  position: relative;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .service-wrap .image,
  .wpo-service-section-s3 .service-wrap .image {
    bottom: 1px;
  }
}
.wpo-service-section-s2 .service-wrap .image img,
.wpo-service-section-s3 .service-wrap .image img {
  transform: scale(1);
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.wpo-service-section-s2 .service-wrap .icon a,
.wpo-service-section-s3 .service-wrap .icon a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
  background-color: #DFE3F0;
  position: absolute;
  top: 25px;
  right: 30px;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 1399px) {
  .wpo-service-section-s2 .service-wrap .icon a,
  .wpo-service-section-s3 .service-wrap .icon a {
    top: 15px;
  }
}
.wpo-service-section-s2 .service-wrap:hover, .wpo-service-section-s2 .service-wrap.active,
.wpo-service-section-s3 .service-wrap:hover,
.wpo-service-section-s3 .service-wrap.active {
  background-color: #3860D2;
}
.wpo-service-section-s2 .service-wrap:hover img, .wpo-service-section-s2 .service-wrap.active img,
.wpo-service-section-s3 .service-wrap:hover img,
.wpo-service-section-s3 .service-wrap.active img {
  transform: scale(1.1);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.wpo-service-section-s2 .service-wrap:hover .service-item h3 a, .wpo-service-section-s2 .service-wrap.active .service-item h3 a,
.wpo-service-section-s3 .service-wrap:hover .service-item h3 a,
.wpo-service-section-s3 .service-wrap.active .service-item h3 a {
  color: #fff;
}
.wpo-service-section-s2 .service-wrap:hover .service-item p, .wpo-service-section-s2 .service-wrap.active .service-item p,
.wpo-service-section-s3 .service-wrap:hover .service-item p,
.wpo-service-section-s3 .service-wrap.active .service-item p {
  color: #fff;
}
.wpo-service-section-s2 .service-wrap:hover .icon a, .wpo-service-section-s2 .service-wrap.active .icon a,
.wpo-service-section-s3 .service-wrap:hover .icon a,
.wpo-service-section-s3 .service-wrap.active .icon a {
  background-color: #fff;
}

/* wpo-service-section style-3*/
.wpo-service-section.style-3 {
  background: #fff;
  padding: 120px 0;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .wpo-service-section.style-3 {
    padding: 90px 0;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section.style-3 {
    padding: 60px 0;
    padding-bottom: 50px;
  }
}
.wpo-service-section.style-3 .wpo-section-title span {
  color: #3860D2;
}
.wpo-service-section.style-3 .wpo-section-title h2 {
  color: #0E152B;
}
.wpo-service-section.style-3 .wpo-section-title p {
  color: #444141;
}
.wpo-service-section.style-3 .service-wrap {
  padding: 20px;
}
.wpo-service-section.style-3 .service-wrap .service-items {
  background: #fff;
  box-shadow: 0 2px 12px 2px rgba(4, 0, 52, 0.1);
}

/* 5.4 wpo-team-section*/
.wpo-team-section {
  padding: 120px 0;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-team-section {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-team-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-team-section .wpo-section-title h2 {
    font-size: 34px;
  }
}
.wpo-team-section .team-wrap {
  max-width: 1734px;
  margin: 0 auto;
}
.wpo-team-section .team-wrap .team-card {
  padding-bottom: 30px;
}
.wpo-team-section .team-wrap .team-card .image {
  overflow: hidden;
  transform: scale(1);
  border-radius: 27px;
  position: relative;
}
.wpo-team-section .team-wrap .team-card .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(1, 14, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.wpo-team-section .team-wrap .team-card .image img {
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.wpo-team-section .team-wrap .team-card .image .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.wpo-team-section .team-wrap .team-card .image .social-links li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  transform: translateY(-100px);
  transition: all 0.5s ease 0s;
}
.wpo-team-section .team-wrap .team-card .image .social-links li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background: #fff;
  top: 0;
  left: 5px;
  right: 0;
  margin: 0 auto;
}
.wpo-team-section .team-wrap .team-card .image .social-links li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 43px;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  color: #000;
  margin-top: 50px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.wpo-team-section .team-wrap .team-card .image .social-links li a:hover {
  color: #3860D2;
}
.wpo-team-section .team-wrap .team-card .text {
  text-align: center;
  margin-top: 20px;
  border-radius: 20px;
  background: #FFF;
  padding: 35px 0;
  border-radius: 20px;
  border: 1px solid #132869;
  background: #FFF;
}
@media (max-width: 991px) {
  .wpo-team-section .team-wrap .team-card .text {
    padding: 20px 0;
  }
}
.wpo-team-section .team-wrap .team-card .text h2 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
  padding-bottom: 3px;
}
@media (max-width: 1399px) {
  .wpo-team-section .team-wrap .team-card .text h2 {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .wpo-team-section .team-wrap .team-card .text h2 {
    font-size: 23px;
    margin-bottom: 4px;
  }
}
.wpo-team-section .team-wrap .team-card .text h2 a {
  color: #0E152B;
  transition: all ease-in-out 0.4s;
}
.wpo-team-section .team-wrap .team-card .text h2 a:hover {
  color: #3860D2;
}
.wpo-team-section .team-wrap .team-card .text span {
  color: #095091;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .wpo-team-section .team-wrap .team-card .text span {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .wpo-team-section .team-wrap .team-card .text span {
    font-size: 14px;
  }
}
.wpo-team-section .team-wrap .team-card:hover .image::after {
  opacity: 1;
}
.wpo-team-section .team-wrap .team-card:hover .image img {
  transform: scale(1.1);
}
.wpo-team-section .team-wrap .team-card:hover .image .social-links li {
  transform: translateY(0);
}
.wpo-team-section .team-wrap .team-card:hover .image .social-links li a {
  opacity: 1;
}
.wpo-team-section .team-wrap .team-card:hover .social-links li:nth-child(odd) {
  transition-delay: 0.5s;
}
.wpo-team-section .team-wrap .team-card:hover .social-links li:nth-child(even) {
  transition-delay: 0.8s;
}

/* 5.5 wpo-project-section-s2*/
.wpo-project-section-s2 .project-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .wpo-project-section-s2 .project-wrap {
    gap: 10px;
  }
}
.wpo-project-section-s2 .project-wrap .project-items {
  width: 32%;
}
@media (max-width: 1199px) {
  .wpo-project-section-s2 .project-wrap .project-items {
    width: 31%;
  }
}
@media (max-width: 991px) {
  .wpo-project-section-s2 .project-wrap .project-items {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .wpo-project-section-s2 .project-wrap .project-items {
    width: 100%;
  }
}
.wpo-project-section-s2 .project-wrap .project-items .project-image {
  position: relative;
  overflow: hidden;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: linear-gradient(353deg, #00081E -26.71%, rgba(0, 66, 255, 0) 56.71%), rgba(2, 34, 125, 0.2);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image img {
  width: 100%;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text {
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 29px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 {
    font-size: 19px;
  }
}
.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 a {
  color: #fff;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 a:hover {
  color: #00CC83;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image:hover::before {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image:hover .project-text {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}

/* wpo-project-section style-3*/
.wpo-project-section.style-3 {
  padding: 120px 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-project-section.style-3 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section.style-3 {
    padding-top: 60px;
  }
}

/* 5.6 wpo-brand-partner-section-s2*/
.wpo-brand-partner-section-s2 .client-wrap .owl-stage-outer {
  padding-top: 1px;
  margin: -1px;
}
.wpo-brand-partner-section-s2 .client-wrap .grid {
  text-align: center;
  height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: -1px;
  margin-right: -1px;
}
@media (max-width: 991px) {
  .wpo-brand-partner-section-s2 .client-wrap .grid {
    height: 80px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-brand-partner-section-s2 .client-wrap .grid {
    padding: 20px;
  }
}
.wpo-brand-partner-section-s2 .client-wrap .grid img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.wpo-brand-partner-section-s2 .client-wrap .owl-nav {
  display: none;
}
.wpo-brand-partner-section-s2 .client-wrap .owl-dots {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .wpo-brand-partner-section-s2 .client-wrap .owl-dots {
    display: none;
  }
}
.wpo-brand-partner-section-s2 .client-wrap .owl-dots button {
  margin: 5px;
  border: 1px solid #3860D2;
  width: 10px;
  height: 14px;
  border-radius: 100px;
}
.wpo-brand-partner-section-s2 .client-wrap .owl-dots button.active {
  background: #3860D2;
}

/* 5.7 wpo-blog-section-s2*/
.wpo-blog-section-s2 {
  padding: 120px 0;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-blog-section-s2 {
    padding: 90px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section-s2 {
    padding: 60px 0;
    padding-bottom: 40px;
  }
}
.wpo-blog-section-s2 .title-btn-right {
  text-align: right;
}
@media (max-width: 991px) {
  .wpo-blog-section-s2 .title-btn-right {
    text-align: center;
    margin-bottom: 30px;
  }
}
.wpo-blog-section-s2 .blog-card {
  border-radius: 16px;
  box-shadow: 0px 10px 60px 0px rgba(174, 174, 174, 0.2);
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
.wpo-blog-section-s2 .blog-card .image {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  border-radius: 16px 16px 0 0;
}
.wpo-blog-section-s2 .blog-card .image img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.wpo-blog-section-s2 .blog-card .image::before {
  position: absolute;
  top: 0;
  left: -79%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-30deg);
}
.wpo-blog-section-s2 .blog-card .image:hover img {
  transform: scale(1.1);
}
.wpo-blog-section-s2 .blog-card .image:hover::before {
  animation: shine 0.95s;
}
.wpo-blog-section-s2 .blog-card .date {
  min-width: 70px;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #3860D2;
  border-radius: 6px;
  position: absolute;
  right: 25px;
  top: -30px;
}
.wpo-blog-section-s2 .blog-card .date h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.84px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-blog-section-s2 .blog-card .date h3 {
    font-size: 20px;
  }
}
.wpo-blog-section-s2 .blog-card .date span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.wpo-blog-section-s2 .blog-card .content {
  background: #fff;
  border-radius: 0 0 16px 16px;
  position: relative;
}
.wpo-blog-section-s2 .blog-card .content .text {
  padding: 30px;
  padding-top: 35px;
  position: relative;
}
@media (max-width: 1430px) {
  .wpo-blog-section-s2 .blog-card .content .text {
    padding: 15px;
    padding-top: 30px;
  }
}
.wpo-blog-section-s2 .blog-card .content .text::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  content: "";
  background: rgba(0, 23, 38, 0.1);
}
.wpo-blog-section-s2 .blog-card .content .text span {
  color: #3860D2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
.wpo-blog-section-s2 .blog-card .content .text h2 {
  margin: 0;
  font-family: "Parkinsans";
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.66px;
  padding-top: 10px;
}
@media (max-width: 1430px) {
  .wpo-blog-section-s2 .blog-card .content .text h2 {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section-s2 .blog-card .content .text h2 {
    font-size: 19px;
    line-height: 33px;
  }
}
.wpo-blog-section-s2 .blog-card .content .text h2 a {
  color: #0E152B;
  transition: all 0.3s ease-in-out;
}
.wpo-blog-section-s2 .blog-card .content .text h2 a:hover {
  color: #3860D2;
}
.wpo-blog-section-s2 .blog-card .content .comment {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1430px) {
  .wpo-blog-section-s2 .blog-card .content .comment {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .wpo-blog-section-s2 .blog-card .content .comment {
    padding: 15px;
    flex-direction: column;
    align-items: start;
  }
}
.wpo-blog-section-s2 .blog-card .content .comment li {
  display: flex;
  align-items: center;
}
.wpo-blog-section-s2 .blog-card .content .comment li i {
  color: #4D4B4B;
  font-size: 18px;
}
.wpo-blog-section-s2 .blog-card .content .comment li span {
  color: #4D4B4B;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.32px;
  padding-left: 7px;
}
.wpo-blog-section-s2 .blog-card .content .comment li span a {
  color: #4D4B4B;
  transition: all 0.3s ease-in-out;
}
.wpo-blog-section-s2 .blog-card .content .comment li span a:hover {
  color: #3860D2;
}

/*======================================
6. Home-style-3
 =======================================*/
/* 6.1 wpo-about-section-s3*/
.wpo-about-section-s3 {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-about-section-s3 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 {
    padding: 60px 0;
  }
}
.wpo-about-section-s3 .about-left .about-image {
  position: relative;
}
.wpo-about-section-s3 .about-left .about-image .video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  z-index: 1;
  border: 2px solid #fff;
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn {
    width: 70px;
    height: 70px;
  }
}
.wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn .fi::before {
  font-size: 35px;
  position: relative;
  color: #fff;
  z-index: 1;
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn .fi::before {
    font-size: 27px;
  }
}
.wpo-about-section-s3 .about-title-right span {
  color: #3860D2;
  font-size: 24px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .about-title-right span {
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .about-title-right span {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-title-right span {
    font-size: 20px;
    line-height: 35px;
  }
}
.wpo-about-section-s3 .about-title-right span i {
  line-height: unset;
  margin-right: 10px;
  position: relative;
  top: -2px;
  max-width: 35px;
}
.wpo-about-section-s3 .about-right {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .about-right {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .about-right {
    padding-left: 0;
  }
}

/* 6.2 wpo-service-section-s3*/
.wpo-service-section-s3 .service-wrap {
  padding: 35px 30px;
}
@media (max-width: 1199px) {
  .wpo-service-section-s3 .service-wrap {
    padding: 25px 20px;
  }
}
.wpo-service-section-s3 .service-wrap .service-item {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .wpo-service-section-s3 .service-wrap .service-item {
    padding-top: 15px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
.wpo-service-section-s3 .service-wrap .service-item p {
  max-width: 375px;
}
@media (max-width: 1199px) {
  .wpo-service-section-s3 .service-wrap .service-item p {
    max-width: 210px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s3 .service-wrap .service-item p {
    max-width: 400px;
    font-size: 17px;
  }
}
.wpo-service-section-s3 .service-wrap .icon a {
  top: auto;
  bottom: 50px;
}
@media (max-width: 1199px) {
  .wpo-service-section-s3 .service-wrap .icon a {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s3 .service-wrap .icon a {
    margin-top: 10px;
    position: unset;
  }
}

/* 6.3 wpo-project-section-s3*/
@media (max-width: 991px) {
  .wpo-project-section-s3.section-padding {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section-s3.section-padding {
    padding-top: 50px;
  }
}
.wpo-project-section-s3 .title-btn-right {
  text-align: right;
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .title-btn-right {
    text-align: center;
    margin-bottom: 30px;
  }
}
.wpo-project-section-s3 .project-wrap {
  margin: 0 30px;
}
.wpo-project-section-s3 .project-card-s2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.wpo-project-section-s3 .project-card-s2:hover .content {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.wpo-project-section-s3 .project-card-s2 .content {
  display: flex;
  align-items: center;
  margin: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -30%;
  bottom: 5px;
  background: #fff;
  padding: 35px 30px;
  max-width: 384px;
  width: 100%;
  border-left: 2px solid #3860D2;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .wpo-project-section-s3 .project-card-s2 .content {
    padding: 25px 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-project-section-s3 .project-card-s2 .content {
    padding: 25px 15px;
  }
}
.wpo-project-section-s3 .project-card-s2 .content::before {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateX(-50%);
  content: "";
  width: 15px;
  height: 14px;
  background: #3860D2;
  z-index: 1;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.wpo-project-section-s3 .project-card-s2 .content .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3860D2;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 40px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s3 .project-card-s2 .content .icon {
    width: 45px;
    height: 45px;
    top: 25px;
    right: 15px;
  }
}
.wpo-project-section-s3 .project-card-s2 .content .icon i {
  color: #fff;
}
.wpo-project-section-s3 .project-card-s2 .content h2 {
  margin-bottom: 0;
  font-family: "Satoshi";
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 200px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s3 .project-card-s2 .content h2 {
    font-size: 20px;
    max-width: 160px;
  }
}
@media (max-width: 1199px) {
  .wpo-project-section-s3 .project-card-s2 .content h2 {
    font-size: 17px;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .project-card-s2 .content h2 {
    font-size: 20px;
    max-width: 180px;
  }
}
.wpo-project-section-s3 .project-card-s2 .content h2 a {
  color: #0E152B;
  transition: all ease 0.4s;
}
.wpo-project-section-s3 .project-card-s2 .content h2 a:hover {
  color: #3860D2;
}
.wpo-project-section-s3 .project-card-s2 .content .icon {
  transform: rotate(0);
}

/* 6.4 wpo-odometer-section-s2*/
.wpo-odometer-section-s2 {
  padding: 120px 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-odometer-section-s2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-odometer-section-s2 {
    padding-top: 60px;
  }
}

/* 6.5 wpo-odometer-section-s2*/
.wpo-history-section-s2 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wpo-history-section-s2 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-history-section-s2 {
    padding-top: 40px;
  }
}

/*wpo-faq-section style-2*/
.wpo-faq-section.style-2 {
  background: #FFF;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-faq-section.style-2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-faq-section.style-2 {
    padding: 60px 0;
  }
}
.wpo-faq-section.style-2 .wpo-section-title-s2 span {
  color: #3860D2;
}
.wpo-faq-section.style-2 .wpo-section-title-s2 h2 {
  color: #0E152B;
}
.wpo-faq-section.style-2 .wpo-section-title-s2 p {
  color: #444141;
}
.wpo-faq-section.style-2 .accordion-item button {
  color: #000;
}
.wpo-faq-section.style-2 .accordion-item {
  border-top: 1px solid #D9D9D9;
}
.wpo-faq-section.style-2 .accordion-item .accordion-body p {
  color: #4B5563;
}

/*======================================
8. project-single-page
=======================================*/
.wpo-project-details-area .theme-accordion-s1 {
  margin-bottom: 0;
}
.wpo-project-details-area .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #0E152B;
  box-shadow: none;
}
.wpo-project-details-area .accordion-button:focus {
  box-shadow: none;
}
.wpo-project-details-area .wpo-faq-section .accordion-item {
  background-color: #fff;
}
@media (max-width: 575px) {
  .wpo-project-details-area .wpo-faq-section .accordion-item {
    padding: 7px 5px;
  }
}
.wpo-project-details-area .wpo-faq-section {
  padding: 0;
  background-color: transparent;
}
.wpo-project-details-area .wpo-faq-section .accordion-item button.collapsed {
  color: #0E152B;
}
.wpo-project-details-area .accordion-item {
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  margin-bottom: 30px;
  border: 0;
}
.wpo-project-details-area .accordion-item button {
  font-weight: 500;
  font-size: 22px;
  padding: 25px;
  color: #0E152B;
}
@media (max-width: 767px) {
  .wpo-project-details-area .accordion-item button {
    font-size: 18px;
    padding: 10px;
  }
}
.wpo-project-details-area .accordion-item:last-child {
  margin-bottom: 0;
}
.wpo-project-details-area .wpo-faq-section .accordion-item .accordion-body p {
  color: #4B5563;
}
.wpo-project-details-area .accordion-collapse {
  border-top: 1px solid #ebebeb;
}
.wpo-project-details-area .accordion-collapse p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .wpo-project-details-area .accordion-collapse p {
    font-size: 15px;
  }
}
.wpo-project-details-area .theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.wpo-project-details-area .theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.wpo-project-details-area .theme-accordion-s1 .panel + .panel {
  margin-top: 15px;
}
.wpo-project-details-area .theme-accordion-s1 .panel-heading a {
  background: #999;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-project-details-area .theme-accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .wpo-project-details-area .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}
.wpo-project-details-area .theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  right: 25px;
  transform: rotate(180deg);
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .wpo-project-details-area .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.125rem;
    right: 20px;
  }
}
.wpo-project-details-area .theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}
.wpo-project-details-area .theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #242f6c;
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}
.wpo-project-details-area .theme-accordion-s1 .panel-heading .collapsed:before {
  transform: rotate(0);
}
.wpo-project-details-area .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 40px 25px 15px;
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}
@media (max-width: 991px) {
  .wpo-project-details-area .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 10px;
    font-size: 16px;
  }
  .wpo-project-details-area .all-wpo-services {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-project-details-area .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}
.wpo-project-details-area .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}
.wpo-project-details-area .accordion-item .accordion-body {
  padding: 1rem 1.25rem;
}
@media (max-width: 767px) {
  .wpo-project-details-area .accordion-item .accordion-body {
    padding: 1rem 0.35rem;
  }
}

.wpo-minimal-wrap {
  position: relative;
  margin-bottom: 50px;
}
.wpo-minimal-wrap .minimals-img img {
  width: 100%;
}

.minimals-img img {
  width: 100%;
}

.wpo-minimal-wrap .video-holder {
  position: relative;
  text-align: center;
}

.wpo-minimal-wrap .video-holder:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(66, 198, 82, 0.51);
}

.wpo-minimal-wrap .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 83px;
  height: 83px;
  border-radius: 83px;
  display: inline-block;
  animation: spineer 2s infinite;
  z-index: 99;
}

.wpo-minimal-wrap .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #0E152B;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wpo-minimal-wrap .video-holder {
  position: absolute;
  left: 50%;
  top: 50%;
}

.wpo-minimal-wrap .video-holder a,
.video-holder a {
  background-color: #fff;
  animation: spineerb 2s infinite;
}
@keyframes spineerb {
  0% {
    box-shadow: 0 0 0 0 rgba(66, 97, 198, 0.51);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(66, 198, 82, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(66, 198, 82, 0);
  }
}
.wpo-minimal-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.wpo-project-details-text {
  text-align: center;
  padding: 40px;
  background: #122354;
}

.wpo-project-details-text-3 {
  text-align: center;
  padding: 40px;
  background: #021549;
}

.wpo-project-details-list .col {
  padding: 0;
}
.wpo-project-details-list .row {
  margin: 0 0px;
}
@media (max-width: 991px) {
  .wpo-project-details-list .row {
    justify-content: center;
  }
}

.wpo-project-details-text h2,
.wpo-project-details-text-3 h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}

.wpo-project-details-text span,
.wpo-project-details-text-3 span {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.wpo-p-details-section {
  margin-top: 50px;
}
.wpo-p-details-section ul {
  list-style: none;
}
.wpo-p-details-section h5 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .wpo-p-details-section h5 {
    font-size: 25px;
    margin-bottom: 22px;
  }
}
.wpo-p-details-section .process-wrap {
  margin-top: 50px;
}
.wpo-p-details-section .process-wrap .process-item {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ebebeb;
}
.wpo-p-details-section .process-wrap .process-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .wpo-p-details-section .process-wrap .process-item h3 {
    font-size: 18px;
  }
}
.wpo-p-details-section .process-wrap .process-item p {
  font-size: 16px;
  margin-bottom: 0;
  color: #4B5563;
}
.wpo-p-details-section .process-wrap .process-item .process-icon {
  margin-bottom: 10px;
}
.wpo-p-details-section .process-wrap .process-item .process-icon .fi:before {
  font-size: 45px;
  color: #3860D2;
}

.wpo-p-details-section p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #4B5563;
}
@media (max-width: 575px) {
  .wpo-p-details-section p {
    font-size: 17px;
  }
}
.wpo-p-details-section p:nth-child(2) {
  margin-bottom: 20px;
}

.wpo-p-details-quote {
  padding: 40px;
  background: #3860D2;
  margin-top: 30px;
  padding-left: 80px;
  position: relative;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.wpo-p-details-quote:before {
  font-family: "Flaticon";
  content: "\f109";
  font-size: 40px;
  color: #fafafa;
  margin-left: 0;
  position: absolute;
  left: 5%;
  top: 22%;
  transform: translate(-50%, -50%);
}

.wpo-p-details-img {
  margin-bottom: 30px;
}
.wpo-p-details-img img {
  width: 100%;
}

.wpo-p-details-quote p {
  color: #fff;
  margin-bottom: 20px;
}

.wpo-p-details-quote span {
  color: #fddada;
  text-decoration: underline;
}

.wpo-faq-section h4 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .wpo-faq-section h4 {
    font-size: 23px;
  }
}
.wpo-faq-section p {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .wpo-project-details-text h2,
  .wpo-project-details-text-3 h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wpo-project-details-text-3 {
    border: none;
  }
  .wpo-project-details-list {
    padding-bottom: 10px;
    background: #3ea502;
  }
}
@media (max-width: 530px) {
  .wpo-p-details-quote:before {
    left: 12%;
    top: 17%;
  }
}
/*--------------------------------------------------------------
8. wpo-booking-section
--------------------------------------------------------------*/
.wpo-booking-section .wpo-contact-form-area {
  padding: 75px 70px;
  max-width: 1196px;
  margin: 0 auto;
  background: #F1F4EF;
  border-radius: 20px;
  border-radius: 6px;
  border: 1px solid #EBEBEE;
  background: #FFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 1399px) {
  .wpo-booking-section .wpo-contact-form-area {
    padding: 55px 30px;
  }
}
@media (max-width: 767px) {
  .wpo-booking-section .wpo-contact-form-area {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-booking-section .wpo-contact-form-area {
    padding: 45px 20px 30px;
  }
}
.wpo-booking-section .wpo-contact-form-area .col {
  padding: 0 7px;
}
.wpo-booking-section .wpo-contact-form-area .form-control {
  width: 100%;
  height: 64px;
  margin-bottom: 16px;
  border: 0;
  border: none;
  border-radius: 9px;
  background: rgba(131, 136, 173, 0.06);
  color: #0E152B;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}
@media (max-width: 575px) {
  .wpo-booking-section .wpo-contact-form-area .form-control {
    height: 55px;
  }
}
.wpo-booking-section .wpo-contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wpo-booking-section .wpo-contact-form-area .theme-btn {
  width: 100%;
  padding: 20px 50px;
  margin-top: 24px;
  border-radius: 11px;
  background: #3860D2;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.12) inset;
}
.wpo-booking-section .wpo-contact-form-area .theme-btn:before {
  display: none;
}
.wpo-booking-section .wpo-contact-form-area .form-control::-moz-placeholder {
  color: #0E152B;
}
.wpo-booking-section .wpo-contact-form-area .form-control::placeholder {
  color: #0E152B;
}
.wpo-booking-section .wpo-contact-form-area textarea.form-control {
  height: 130px;
}
@media (max-width: 575px) {
  .wpo-booking-section .wpo-contact-form-area textarea.form-control {
    height: 105px;
  }
}
.wpo-booking-section .wpo-contact-form-area select.form-control {
  color: #0E152B;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: rgba(131, 136, 173, 0.06) url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-booking-section .wpo-contact-form-area .contact-validation-active label.error {
  margin-top: -8px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
9. shop-page
--------------------------------------------------------------*/
.shop-section .shop-grids {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .shop-section .shop-grids {
    margin: 0 -7px;
  }
}
.shop-section .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}
@media (max-width: 991px) {
  .shop-section .grid {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .shop-section .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
}
@media (max-width: 550px) {
  .shop-section .grid {
    width: calc(100% - 15px);
    float: none;
  }
}
.shop-section .grid img {
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.shop-section .details {
  text-align: center;
  padding: 35px 15px;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  overflow: hidden;
  background: #f1f2f8;
}
.shop-section .details h3 {
  font-size: 22px;
  font-size: 1.2222222222rem;
  margin: 0 0 0.5em;
  font-weight: 700;
}
@media (max-width: 991px) {
  .shop-section .details h3 {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.shop-section .details h3 a {
  color: #0E152B;
  text-transform: capitalize;
}
.shop-section .details h3 a:hover {
  color: #3860D2;
}
.shop-section .details del {
  color: #4B5563;
}
.shop-section .details del + span {
  display: inline-block;
  padding-left: 20px;
}
.shop-section .add-to-cart {
  margin-top: 20px;
}
.shop-section .add-to-cart a {
  font-family: "Satoshi";
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-weight: 600;
  color: #3860D2;
  padding: 12px 20px;
  border: 2px solid #3860D2;
  display: inline-block;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .shop-section .add-to-cart a {
    font-size: 12px;
    font-size: 0.6666666667rem;
    padding: 8px 18px;
  }
}
.shop-section .add-to-cart a:hover {
  background-color: #3860D2;
  color: #fff;
}
.shop-section .add-to-cart a i {
  font-size: 15px;
  font-size: 0.8333333333rem;
  display: inline-block;
  padding-left: 5px;
}
.shop-section .grid:hover .add-to-cart a {
  background-color: #3860D2;
  color: #fff;
}

/*--------------------------------------------------------------
10. shop-single-page
--------------------------------------------------------------*/
.shop-single-section {
  /*** product slider ***/
  /*** product info ***/
}
.shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}
.shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
}
.shop-single-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}
.shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.shop-single-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}
.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}
.shop-single-section .product-details {
  padding: 15px 30px 80px;
  /*** product option ***/
}
@media (max-width: 1199px) {
  .shop-single-section .product-details {
    padding: 10px 30px 15px;
  }
}
@media (max-width: 991px) {
  .shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .shop-single-section .product-details {
    padding: 0;
  }
}
.shop-single-section .product-details h2 {
  font-size: 33px;
  font-size: 1.8333333333rem;
  line-height: 1.4em;
  margin: 0 0 0.33em;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .shop-single-section .product-details h2 {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
.shop-single-section .product-details .price {
  font-size: 25px;
  font-size: 1.3888888889rem;
  color: #3860D2;
  margin: 7px 0 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .shop-single-section .product-details .price {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
.shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: normal;
  color: #4B5563;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
@media (max-width: 767px) {
  .shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1rem;
  }
}
.shop-single-section .product-details .product-rt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.shop-single-section .product-details .product-rt .rating {
  margin-right: 10px;
}
.shop-single-section .product-details .product-rt .rating i {
  color: #f9d322;
}
.shop-single-section .product-details p {
  margin-bottom: 1.3em;
}
.shop-single-section .product-details ul {
  list-style: none;
}
.shop-single-section .product-details ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.shop-single-section .product-details ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #3860D2;
  content: "";
  border-radius: 50%;
}
.shop-single-section .product-details .product-option {
  margin-top: 30px;
}
.shop-single-section .product-details .tg-btm {
  margin-top: 25px;
}
.shop-single-section .product-details .tg-btm p {
  margin-bottom: 0px;
  font-weight: 400;
}
.shop-single-section .product-details .tg-btm p span {
  font-weight: 700;
  color: #0E152B;
  margin-right: 5px;
}
.shop-single-section .product-details .product-option .product-row button:after {
  display: none;
}
.shop-single-section .product-details .product-option .product-row {
  display: flex;
  align-items: center;
}
.shop-single-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
}
.shop-single-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}
.shop-single-section .product-details .product-option .product-row > div + div .theme-btn {
  border-radius: 0;
  border-width: 1px;
  height: 45px;
  padding: 0 18px;
  box-shadow: none;
}
.shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover {
  background: #3860D2;
  border-color: #3860D2;
  color: #fff;
}
.shop-single-section .product-details .product-option .theme-btn {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-size: 0.7777777778rem;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #e6e6e6;
  border-radius: 0;
}
.shop-single-section .product-details .product-option .theme-btn:hover {
  background-color: #3860D2;
  color: #fff;
  border-color: #3860D2;
}
@media (max-width: 767px) {
  .shop-single-section .product-details .product-option .theme-btn {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.shop-single-section .product-details .product-option .theme-btn:before {
  display: none;
}
.shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 0.8333333333rem;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn {
  background-color: #fff;
  font-size: 18px;
  font-size: 1rem;
  color: #4B5563;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.shop-single-section .product-details #product-count:focus {
  box-shadow: none;
  outline: none;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: rgb(229.5, 229.5, 229.5);
  display: block;
  padding: 3px 4px;
  font-size: 10px;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #3860D2;
  color: #fff;
}
.shop-single-section .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}
@media (max-width: 991px) {
  .shop-single-section .product-info {
    margin-top: 40px;
  }
}
.shop-single-section .product-info h4 {
  font-size: 18px;
  font-size: 1rem;
  margin: 0;
  line-height: 1.7em;
  font-weight: 700;
  margin-bottom: 10px;
}
.shop-single-section .product-info p {
  margin-bottom: 1.3em;
}
.shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}
.shop-single-section .product-info .nav-tabs {
  font-family: "Parkinsans";
  border: 0;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}
.shop-single-section .product-info .nav-tabs li {
  margin-right: 1px;
}
.shop-single-section .product-info .nav-tabs li a.active {
  border: 0;
  outline: 0;
}
.shop-single-section .product-info .nav-tabs a {
  font-size: 15px;
  font-size: 0.8333333333rem;
  color: #8188a9;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  font-family: "Satoshi";
  position: relative;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.7777777778rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}
.shop-single-section .product-info .nav-tabs a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #3860D2;
  border-radius: 4px;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.shop-single-section .product-info .nav-tabs a:hover:before,
.shop-single-section .product-info .nav-tabs a.active:before {
  opacity: 1;
  visibility: visible;
}
.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
  border-color: #3860D2;
}
.shop-single-section .product-info .tab-content {
  border-top: 1px solid rgba(56, 96, 210, 0.3);
  padding-top: 30px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}
.shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}
.shop-single-section .product-info .client-rv .client-pic {
  width: 100px;
  float: left;
}
.shop-single-section .product-info .client-rv .client-pic img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.shop-single-section .product-info .client-rv .details {
  width: calc(100% - 130px);
  float: right;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}
.shop-single-section .product-info .client-rv .name-rating .product-rt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}
.shop-single-section .product-info .client-rv .name-rating-time > div,
.shop-single-section .product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time > div,
  .shop-single-section .product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.6666666667rem;
    display: block;
  }
}
.shop-single-section .product-info .client-rv .rating {
  font-size: 12px;
  padding-left: 12px;
}
.shop-single-section .product-info .client-rv .rating i {
  color: #3860D2;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}
.shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: rgb(178.5, 178.5, 178.5);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}
.shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}
.shop-single-section .product-info .review-form {
  margin-top: 45px;
}
.shop-single-section .product-info .review-form h4 {
  font-size: 30px;
  font-weight: 700;
}
.shop-single-section .product-info .review-form p {
  margin-bottom: 1.73em;
}
.shop-single-section .product-info .review-form .give-rat-sec {
  margin-bottom: 10px;
}
.shop-single-section .product-info .review-form .give-rat-sec p {
  margin-bottom: 0;
}
.shop-single-section .product-info .review-form .give-rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  margin-bottom: 10px;
}
.shop-single-section .product-info .review-form .give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.shop-single-section .product-info .review-form .give-rating label:last-child {
  position: static;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(1) {
  z-index: 5;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
  z-index: 4;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
  z-index: 3;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
  z-index: 2;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
  z-index: 1;
}
.shop-single-section .product-info .review-form .give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.shop-single-section .product-info .review-form .give-rating label .icon {
  float: left;
  color: transparent;
}
.shop-single-section .product-info .review-form .give-rating label:last-child .icon {
  color: #ddd;
}
.shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked ~ .icon,
.shop-single-section .product-info .review-form .give-rating:hover label:hover input ~ .icon {
  color: #FFD400;
}
.shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ddd;
  text-shadow: 0 0 5px #FFD400;
}
.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  border: 1px solid #efefef;
}
.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
  box-shadow: none;
  outline: none;
}
.shop-single-section .product-info .review-form form textarea {
  height: 130px;
}
.shop-single-section .product-info .review-form form > div {
  margin-bottom: 27px;
}
.shop-single-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}
.shop-single-section .product-info .review-form form .theme-btn-s2 {
  outline: 0;
  box-shadow: none;
}
@media screen and (min-width: 767px) {
  .shop-single-section .product-info .review-form form .theme-btn-s2 {
    font-size: 15px;
    font-size: 0.8333333333rem;
    padding: 16px 55px;
  }
}
.shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

/*===============================
12. checkout-page-style
================================*/
.checkout-area .checkout-wrap {
  background: #fff;
}
.checkout-area .checkout-wrap ul {
  list-style: none;
}
.checkout-area #open2 {
  display: block;
}
.checkout-area #open3 {
  display: none;
}
.checkout-area #open4 {
  display: none;
}
.checkout-area .create-account p {
  margin-bottom: 15px;
}
.checkout-area .create-account {
  display: none;
  padding: 20px;
}
.checkout-area .create-account span {
  margin-bottom: 20px;
  display: block;
}
.checkout-area .input-wrap {
  position: relative;
}
.checkout-area .create-account input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-left: 20px;
  border-radius: 40px;
}
.checkout-area .create-account input:focus {
  outline: none;
}
.checkout-area .create-account button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #333;
  color: #fff;
  width: 108px;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.checkout-area .create-account button:hover {
  background: #3860D2;
}
.checkout-area .coupon {
  position: relative;
  cursor: pointer;
  cursor: pointer;
  background: #fff;
}
.checkout-area .coupon:before {
  position: absolute;
  right: 30px;
  top: 21px;
  content: "\e64b";
  font-family: "themify";
}
.checkout-area .coupon span {
  position: absolute;
  right: 30px;
  top: 30px;
}
.checkout-area .coupon label {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #0F0F0F;
  cursor: pointer;
  padding: 20px 20px;
  border-left: 4px solid #3860D2;
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-area .coupon label {
    font-size: 15px;
  }
}
.checkout-area .caupon-wrap {
  background: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.checkout-area .active-border {
  transition: all 0.3s;
}
.checkout-area .s1.active-border .coupon-active label,
.checkout-area .s3.coupon-2 .coupon-3 label {
  border-left: none;
  border-top: 4px solid #3860D2;
  border-bottom: 1px solid #79a1ee;
}
.checkout-area .s2 .coupon-3 {
  border-top: 4px solid #3860D2;
}
.checkout-area .s2.coupon-2 .coupon-3 {
  border-top: 0;
}
.checkout-area .s2 .coupon-3 label {
  border-left: 0;
  border-bottom: 1px solid #79a1ee;
}
.checkout-area .s2.coupon-2 .coupon-3 label {
  border-left: 4px solid #3860D2;
  border-bottom: 0;
}
.checkout-area .billing-adress .form-style input,
.checkout-area .billing-adress .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
.checkout-area .billing-adress .form-style input:focus,
.checkout-area .billing-adress .form-style select:focus {
  outline: none;
  box-shadow: none;
}
.checkout-area .billing-adress .form-style select {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.checkout-area .billing-adress {
  padding: 30px;
}
.checkout-area .note-area textarea {
  width: 100%;
  height: 150px;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
}
.checkout-area .note-area textarea:focus {
  outline: none;
}
.checkout-area .biling-item-2 {
  margin-top: 20px;
}
.checkout-area .biling-item-2 label.fontsize {
  margin-bottom: 20px;
}
.checkout-area .biling-item-2 .billing-adress {
  padding: 0;
}
.checkout-area .payment-name ul {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .checkout-area .payment-name ul {
    flex-wrap: wrap;
  }
}
.checkout-area .payment-name ul li {
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.checkout-area .payment-name ul li input {
  margin-right: 0;
}
.checkout-area .payment-name ul li {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .checkout-area .payment-name ul li {
    margin-bottom: 10px;
  }
}
.checkout-area .payment-area h2 {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.checkout-area .payment-select {
  padding: 40px 0;
}
.checkout-area .payment-select ul {
  display: flex;
}
@media (max-width: 575px) {
  .checkout-area .payment-select ul {
    flex-wrap: wrap;
  }
}
.checkout-area .payment-select ul li {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #5B5B5B;
}
.checkout-area .payment-select label {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .checkout-area .payment-select label {
    font-size: 14px;
  }
}
.checkout-area .payment-area h2 {
  font-size: 20px;
  color: #878787;
  font-weight: 700;
}
.checkout-area .payment-area h2 span {
  font-size: 30px;
  color: #ff493c;
}
.checkout-area .payment-area {
  width: 100%;
}
.checkout-area .payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
}
.checkout-area .payment-name ul li input:checked ~ label {
  border: 1px solid #ff493c;
}
.checkout-area .payment-name label {
  width: 100%;
  border: 1px solid transparent;
}
.checkout-area .payment-name .visa label {
  border: 1px solid #0057A0;
}
.checkout-area .payment-name .mas label {
  border: 1px solid #CC0000;
}
.checkout-area .payment-name .ski label {
  border: 1px solid #691A5F;
}
.checkout-area .payment-name .pay label {
  border: 1px solid #019CDE;
}
.checkout-area .payment-option {
  padding: 30px;
}
.checkout-area .payment-name {
  display: none;
}
.checkout-area .payment-name.active {
  display: block;
}
.checkout-area .payment-option.active .payment-name {
  display: none;
}
.checkout-area .payment-area .form-style input,
.checkout-area .payment-area .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
.checkout-area .payment-area .form-style input:focus,
.checkout-area .payment-area .form-style select:focus {
  outline: none;
}
.checkout-area .payment-area .contact-form {
  margin-top: 40px;
}
.checkout-area .cout-order-area {
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.checkout-area .cout-order-area .oreder-item ul li {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
}
.checkout-area .cout-order-area .oreder-item ul li.s-total {
  font-weight: 400;
}
.checkout-area .cout-order-area .oreder-item ul .o-header {
  color: #0F0F0F;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}
.checkout-area .cout-order-area .oreder-item ul .o-middle {
  border-bottom: 1px solid #ebebeb;
}
.checkout-area .cout-order-area .oreder-item ul .o-bottom {
  border-top: 1px solid #ebebeb;
  color: #3860D2;
  font-weight: 600;
}
.checkout-area .create-account.active {
  display: block;
}
.checkout-area .contact-form .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.checkout-area .contact-form input,
.checkout-area .contact-form select {
  margin-top: 10px;
}
.checkout-area .submit-btn-area {
  margin-top: 20px;
}
.checkout-area .submit-btn-area .theme-btn {
  text-transform: capitalize;
}

/*===========================
11. cart-page-style
===========================*/
.cart-area .cart-wrapper {
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}
@media (max-width: 991px) {
  .cart-area .cart-wrapper table {
    width: 1022px;
  }
}
@media (max-width: 991px) {
  .cart-area .cart-wrapper form {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.cart-area .cart-wrap td,
.cart-area .cart-wrap th {
  width: 10%;
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  text-align: center;
  font-weight: 400;
  color: #414141;
}
.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
  list-style: none;
}
.cart-area .cart-wrap th {
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  padding: 40px 0;
}
.cart-area .cart-wrap thead {
  background: #fff;
  color: #505050;
  padding: 40px;
}
.cart-area .cart-area form {
  margin: auto;
  text-align: center;
  background: #fff;
}
.cart-area .cart-wrap .product {
  width: 15%;
}
.cart-area .cart-wrap .product ul {
  text-align: left;
  padding-left: 30px;
  list-style: none;
}
.cart-area .cart-wrap .product ul li {
  padding-bottom: 5px;
}
.cart-area .cart-wrap .product a {
  font-size: 16px;
  color: #a5a4a4;
}
.cart-area .cart-wrap .product-2 {
  text-align: left;
  padding-left: 55px;
}
.cart-area .cart-wrap .product a:hover {
  color: #3860D2;
}
.cart-area .cart-wrap th {
  height: 80px;
  font-weight: 700;
}
.cart-area .cart-wrap td {
  padding: 40px 25px;
}
.cart-area .cart-wrap td.action ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.cart-area .cart-wrap td.action ul .w-btn-view a {
  line-height: 45px;
}
.cart-area .cart-wrap td span {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 34px;
  color: #ee9902;
  font-size: 14px;
  border: 1.5px solid #ee9902;
  border-radius: 4px;
}
.cart-area .cart-wrap td.Del span {
  color: #4ABA4E;
  border: 1.5px solid #4ABA4E;
}
.cart-area .cart-wrap td.can span {
  color: #D85656;
  border: 1.5px solid #D85656;
}
.cart-area .cart-wrap td.pro span {
  color: #691A5F;
  border: 1.5px solid #691A5F;
}
.cart-area .cart-wrap .name {
  width: 15%;
}
.cart-area .cart-wrap .action a {
  display: block;
  width: 40px;
  height: 38px;
  line-height: 45px;
  background: #414141;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.cart-area .cart-wrap .action a .fi::before {
  font-size: 20px;
}
.cart-area .cart-wrap .action a:hover {
  background: #3860D2;
}
.cart-area .cart-wrap .action li.c-btn {
  margin-right: 10px;
}
.cart-area .cart-wrap .action li.c-btn a {
  background-color: #3860D2;
}
.cart-area .order-wrap {
  padding: 0;
}
.cart-area .cart-wrap tr:nth-child(even) {
  background: #FCFCFC;
}
.cart-area .cart-wrap .quantity {
  position: relative;
  max-width: 110px;
  margin: 0 auto;
}
.cart-area .quantity input {
  width: 105px;
  padding: 0px 35px;
  text-align: center;
  height: 36px;
  position: relative;
  background: #f2f2f5;
  border: none;
  border-radius: 40px;
}
.cart-area .quantity .qtybutton {
  position: absolute;
  top: 0;
  left: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  cursor: pointer;
  color: #333;
  background: #fafaff;
  border-radius: 30px;
}
.cart-area .cart-wrap .quantity .qtybutton {
  top: 50%;
  left: 5px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
}
.cart-area .cart-wrap .quantity .qtybutton.dec {
  border-left: none;
}
.cart-area .cart-wrap .quantity .qtybutton.inc {
  right: 5px;
  left: auto;
  border-right: none;
}
.cart-area .submit-btn-area {
  padding: 40px;
}
.cart-area .submit-btn-area ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
@media (max-width: 500px) {
  .cart-area .submit-btn-area ul {
    text-align: center;
    display: block;
  }
}
.cart-area .submit-btn-area ul li:last-child {
  margin-left: 20px;
}
@media (max-width: 500px) {
  .cart-area .submit-btn-area ul li:last-child {
    margin-left: 0;
  }
}
.cart-area .submit-btn-area button {
  border: none;
  transition: all 0.3s;
  outline: none;
  padding: 15px 45px;
}
.cart-area .submit-btn-area button:hover {
  background: #3860D2;
}
@media (max-width: 767px) {
  .cart-area .submit-btn-area .theme-btn-s2 {
    padding: 17px 30px;
    padding-right: 40px;
  }
}
.cart-area .submit-btn-area .theme-btn {
  padding: 20px 45px;
  color: #fff;
}
@media (max-width: 767px) {
  .cart-area .submit-btn-area .theme-btn {
    padding: 17px 30px;
  }
}
.cart-area .cart-product-list ul {
  border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
  padding-top: 20px;
  list-style: none;
}
.cart-area .cart-product-list ul li {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
  padding-bottom: 30px;
}
.cart-area .cart-product-list ul li.cart-b {
  border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  color: #3860D2;
  padding-top: 30px;
  font-weight: 600;
}

/*==========================================
13. wpo-team-single
===========================================*/
.team-pg-area {
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .team-pg-area {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .team-pg-area {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .team-pg-area {
    padding: 70px 0;
  }
}

.team-single-wrap {
  background: #fff;
  padding: 100px;
  padding-top: 0;
  box-shadow: 0 2px 12px 2px rgba(4, 0, 52, 0.1);
  border-radius: 22px;
}
@media (max-width: 1199px) {
  .team-single-wrap {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .team-single-wrap {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .team-single-wrap {
    padding: 15px;
  }
}

.team-info-img {
  margin-top: -100px;
  max-width: 480px;
}
@media (max-width: 1199px) {
  .team-info-img {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .team-info-img {
    max-width: 100%;
  }
}
.team-info-img img {
  width: 100%;
}

.team-info-text {
  padding-left: 30px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .team-info-text {
    padding-left: 0;
  }
}
.team-info-text h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 55px;
  color: #0E152B;
  margin-top: 0;
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .team-info-text h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.team-info-text ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #001635;
  margin-bottom: 15px;
  list-style: none;
  font-family: "Parkinsans";
}
@media (max-width: 575px) {
  .team-info-text ul li {
    font-size: 16px;
    line-height: 27px;
  }
}
.team-info-text ul li:last-child {
  padding-bottom: 0;
}
.team-info-text ul li span {
  font-size: 16px;
  color: #8c8c8c;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-family: "Satoshi";
}
.team-info-text ul li:last-child {
  margin-bottom: 0;
}
.team-info-text .certificates-wrap {
  margin-top: 40px;
}
.team-info-text .certificates-wrap h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 37px;
}
.team-info-text .certificates-wrap .certificates-items {
  display: flex;
}
.team-info-text .certificates-wrap .certificates-items .certificates-item + .certificates-item {
  margin-left: 20px;
}

.team-widget {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #D9D9D9;
}
.team-widget h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .team-widget h2 {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

.team-exprience-area .exprience-wrap {
  max-width: 560px;
}
.team-exprience-area .education-area {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .team-exprience-area .education-area {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.team-exprience-area .education-area .education-area {
  max-width: 600px;
}
.team-exprience-area .education-area ul {
  list-style: none;
}
.team-exprience-area .education-area ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4B5563;
}
.team-exprience-area .education-area ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\e661";
  font-family: "themify";
  font-size: 14px;
}
.team-exprience-area .education-area .ex-wiget {
  padding-top: 60px;
}
.team-exprience-area .education-area .ex-wiget h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}

.skills-area {
  padding-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .skills-area {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.skills-area .wpo-skill-progress .wpo-progress-single {
  margin-bottom: 30px;
  position: relative;
}
.skills-area .wpo-skill-progress .wpo-progress-single h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #525252;
  font-family: "Satoshi";
}
@media (max-width: 767px) {
  .skills-area .wpo-skill-progress .wpo-progress-single h5 {
    font-size: 18px;
  }
}
.skills-area .wpo-skill-progress .wpo-progress-single:last-child {
  margin-bottom: 0;
}
.skills-area .wpo-skill-progress .wpo-progress-single .progress {
  background: #edf1ff;
  height: 6px;
  position: relative;
}
.skills-area .wpo-skill-progress .wpo-progress-single .progress .progress-bar {
  background-color: #3860D2;
}
.skills-area .wpo-skill-progress .progress-number {
  position: absolute;
  right: 0;
  top: -10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #525252;
}
@media (max-width: 767px) {
  .skills-area .wpo-skill-progress .progress-number {
    font-size: 18px;
    top: -5px;
  }
}

.exprience-wrap p {
  color: #5d5851;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .exprience-wrap p {
    margin-bottom: 15px;
  }
}

.exprience-wrap {
  padding-bottom: 40px;
}

.wpo-contact-area {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .wpo-contact-area {
    padding-top: 20px;
  }
}
.wpo-contact-area .wpo-contact-title {
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.wpo-contact-area .theme-btn-s2 {
  border-radius: 11px;
}

.wpo-contact-area .quote-form {
  max-width: 890px;
  margin: 0 auto;
}

.wpo-contact-area .quote-form .form-control {
  height: 55px;
  border: 0;
  margin-bottom: 20px;
  padding: 15px;
  background: #ededed;
  background: #f4f4f4;
  color: #4B5563;
}
.wpo-contact-area .quote-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #3860D2;
}

.wpo-contact-area .quote-form textarea.form-control {
  height: 125px;
}

.wpo-contact-area .quote-form select.form-control {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #f4f4f4 url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
  color: #4B5563;
}

.half-col {
  float: left;
  width: 50%;
  padding: 0 10px 5px;
}
@media (max-width: 575px) {
  .half-col {
    width: 100%;
  }
}

.full-col {
  padding: 0 10px 5px;
}

.exprience-area {
  padding-top: 60px;
}

/*======================================
7. service-single-page
=======================================*/
.service-single-wrap .title-image {
  margin-bottom: 30px;
}
.service-single-wrap .title-image img {
  width: 100%;
}
.service-single-wrap h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .service-single-wrap h2 {
    font-size: 26px;
  }
}
.service-single-wrap h3 {
  font-size: 27px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}
.service-single-wrap p {
  color: #4B5563;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.8px;
  max-width: 800px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service-single-wrap p {
    font-size: 17px;
    line-height: 28.8px;
  }
}
.service-single-wrap .video-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .service-single-wrap .video-wrap {
    display: block;
  }
}
.service-single-wrap .video-img {
  position: relative;
  max-width: 400px;
  width: 100%;
}
.service-single-wrap .video-btn {
  background: #fff;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.service-single-wrap .video-btn i {
  color: #3860D2;
}
.service-single-wrap .video-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .service-single-wrap .video-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.service-single-wrap .video-content p {
  margin-bottom: 20px;
}
.service-single-wrap .video-content ul li {
  display: block;
  color: #4B5563;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}
.service-single-wrap .video-content ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #FFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  font-family: "themify";
  content: "\e64c";
  text-align: center;
  font-size: 17px;
}
.service-single-wrap .quate {
  max-width: 850px;
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 15px 70px 15px 25px;
  border-left: 4px solid #3860D2;
  margin-bottom: 0;
  color: #0E152B;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .service-single-wrap .quate {
    padding: 15px 30px 15px 25px;
    font-size: 16px;
  }
}
.service-single-wrap .image-gallery h2 {
  display: block;
}
.service-single-wrap .image-gallery ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .service-single-wrap .image-gallery ul {
    margin: -5px;
  }
}
.service-single-wrap .image-gallery ul li {
  flex: 37%;
  max-width: 37%;
  padding: 15px;
}
@media (max-width: 1199px) {
  .service-single-wrap .image-gallery ul li {
    flex: 50%;
    max-width: 50%;
    padding: 5px;
  }
}
@media (max-width: 575px) {
  .service-single-wrap .image-gallery ul li {
    flex: 100%;
    max-width: 100%;
  }
}
.service-single-wrap .image-gallery ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-single-wrap .image-gallery ul li:nth-child(1) {
  flex: 63%;
  max-width: 63%;
}
@media (max-width: 1199px) {
  .service-single-wrap .image-gallery ul li:nth-child(1) {
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .service-single-wrap .image-gallery ul li:nth-child(1) {
    flex: 100%;
    max-width: 100%;
  }
}
.service-single-wrap .image-gallery ul li:last-child {
  flex: 63%;
  max-width: 63%;
}
@media (max-width: 1199px) {
  .service-single-wrap .image-gallery ul li:last-child {
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .service-single-wrap .image-gallery ul li:last-child {
    flex: 100%;
    max-width: 100%;
  }
}
.service-single-wrap .accordion {
  margin-top: 50px;
}
.service-single-wrap .accordion-item {
  border: 1px solid rgba(4, 18, 31, 0.08);
  background: #FFF;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 14px 47px 0px transparent;
}
.service-single-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.service-single-wrap .accordion-item .accordion-header {
  text-align: left;
  padding: 30px 35px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  color: #0E152B;
  font-family: "Parkinsans";
  font-size: 20px;
  font-weight: 600;
  background: transparent;
  position: relative;
}
@media (max-width: 1199px) {
  .service-single-wrap .accordion-item .accordion-header {
    padding: 15px 15px;
    font-size: 15px;
  }
}
.service-single-wrap .accordion-item .accordion-header::before {
  position: absolute;
  content: "\e64b";
  font-family: "themify";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #0E152B;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .service-single-wrap .accordion-item .accordion-header::before {
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.service-single-wrap .accordion-item.active {
  border: 1px solid transparent;
  box-shadow: 0px 14px 47px 0px rgba(40, 46, 58, 0.08);
}
.service-single-wrap .accordion-item.active .accordion-header::before {
  content: "\e648";
  color: #0e1fb9;
}
.service-single-wrap .accordion-content {
  display: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding: 35px 30px;
  padding-top: 0;
}
@media (max-width: 1199px) {
  .service-single-wrap .accordion-content {
    padding: 15px 15px;
  }
}
.service-single-wrap .accordion-content p {
  color: #4B5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 650px;
}
.service-single-wrap .accordion-item.active .accordion-content {
  display: block;
  transition: all 0.3s ease-in-out;
}
.service-single-wrap .accordion-content {
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.service-single-wrap .accordion-item.active .accordion-content {
  display: block;
  transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
14. contact-page
--------------------------------------------------------------*/
.office-info {
  padding-bottom: 120px;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .office-info {
    margin: 0px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .office-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}
.office-info .office-info-item {
  text-align: center;
  padding: 40px;
  margin: 0 10px;
  border-radius: 8px;
  border: 1px solid #FFF;
  box-shadow: 0px 15px 10px 0px rgba(194, 185, 185, 0.18);
  overflow: hidden;
  background: transparent;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .office-info .office-info-item {
    margin: 0px;
    padding: 30px;
  }
}
.office-info .office-info-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #3860D2;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
}
.office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 50px;
  color: #3860D2;
  transition: all 0.3s ease-in-out;
}
.office-info .office-info-item .office-info-text h2 {
  margin: 20px 0;
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
  color: #636776;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .office-info .office-info-item .office-info-text p {
    font-size: 17px;
  }
}
.office-info .office-info-item.active::before, .office-info .office-info-item:hover::before {
  opacity: 0.95;
  visibility: visible;
}
.office-info .office-info-item.active .office-info-icon .icon .fi:before, .office-info .office-info-item:hover .office-info-icon .icon .fi:before {
  color: #fff;
}
.office-info .office-info-item.active .office-info-text h2, .office-info .office-info-item:hover .office-info-text h2 {
  color: #fff;
}
.office-info .office-info-item.active .office-info-text p, .office-info .office-info-item:hover .office-info-text p {
  color: #fff;
}

.contact-left {
  max-width: 518px;
  text-align: left;
}
@media (max-width: 1199px) {
  .contact-left {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .contact-left {
    margin-bottom: 30px;
  }
}
.contact-left h2 {
  color: #0A1222;
  font-size: 44px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .contact-left h2 {
    font-size: 35px;
  }
}
.contact-left p {
  color: #636776;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}
.contact-left .map {
  max-width: 550px;
  height: 470px;
}
.contact-left .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.contact-right {
  max-width: 484px;
}
.contact-right .title h2 {
  color: #212121;
  font-size: 44px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .contact-right .title h2 {
    font-size: 35px;
  }
}
.contact-right .title p {
  color: #636776;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 30px;
}

.contact-form .input-item {
  position: relative;
  margin-bottom: 40px;
}
.contact-form .input-item .fild {
  padding-bottom: 20px;
  padding-left: 30px;
  color: #636776;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
}
.contact-form .input-item .fild:focus-visible {
  outline: 0;
}
.contact-form .input-item i {
  position: absolute;
  left: 0;
  top: -2px;
  color: #212121;
  font-size: 20px;
}
.contact-form .input-item .textarea {
  height: 120px;
}
.contact-form .submitbtn {
  margin-bottom: 0;
  width: 222px;
  height: 63px;
  position: relative;
}
.contact-form .submitbtn .fild {
  border: 0;
  padding: 0;
  background: #3860D2;
  height: 63px;
  line-height: 67px;
  color: #fff;
}
.contact-form .submitbtn label {
  position: absolute;
  left: 30px;
  top: 54%;
  transform: translateY(-50%);
}
.contact-form .submitbtn label i {
  color: #fff;
  font-size: 23px;
}
.contact-form ::-webkit-input-placeholder {
  color: #636776;
}
.contact-form ::-moz-placeholder {
  color: #636776;
}
.contact-form :-ms-input-placeholder {
  color: #636776;
}
.contact-form :-moz-placeholder {
  color: #636776;
}

/*--------------------------------------------------------------
15. blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section .blog-content .post {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 40px;
  }
}
.blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}
.blog-pg-section .entry-meta ul {
  list-style: none;
}
.blog-pg-section .entry-meta ul li {
  font-weight: 400;
  float: left;
  text-transform: capitalize;
  font-size: 16px;
}
.blog-pg-section .entry-meta ul li a {
  color: #0E152B;
}
.blog-pg-section .entry-meta ul li a:hover {
  color: #3860D2;
}
.blog-pg-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
  top: 2px;
}
.blog-pg-section .entry-meta ul li i:before {
  font-size: 16px;
  line-height: 15px;
  color: #3860D2;
}
.blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #676A7D;
  width: 9px;
  height: 1px;
}
@media (max-width: 440px) {
  .blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .entry-meta ul li {
    font-size: 13px;
  }
}
@media (max-width: 440px) {
  .blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.blog-pg-section .post h3 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 600;
  margin: -0.27em 0 0.7em;
}
@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 24px;
  }
}
.blog-pg-section .post h3 a {
  color: #0E152B;
}
.blog-pg-section .post h3 a:hover {
  color: #3860D2;
}
.blog-pg-section .post p {
  margin-bottom: 2em;
  color: #4B5563;
}
@media (max-width: 767px) {
  .blog-pg-section .post p {
    font-size: 17px;
  }
}
.blog-pg-section .post a.read-more {
  text-align: center;
  position: relative;
  padding-right: 45px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  color: #0E152B;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
}
.blog-pg-section .post a.read-more::before {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-family: flaticon_fixaroo;
  content: "\f137";
  color: #060606;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.blog-pg-section .post a.read-more::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  border: 1px solid #1f2122;
  width: 23px;
  height: 23px;
  transition: all 0.3s ease-in-out;
}
.blog-pg-section .post a.read-more:hover {
  color: #3860D2;
}
.blog-pg-section .post a.read-more:hover::before {
  color: #3860D2;
  right: 2px;
}
.blog-pg-section .post a.read-more:hover::after {
  border: 1px solid #3860D2;
}
.blog-pg-section .entry-media {
  position: relative;
}
.blog-pg-section .entry-media span {
  position: absolute;
  left: 16px;
  top: 16px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  background: #3860D2;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .blog-pg-section .entry-media span {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-pg-section .entry-media img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .blog-content {
    padding: 0;
  }
}

/*--------------------------------------------------------------
16. blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** comments area ***/
  /*** comment-respond ***/
}
.blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .blog-single-section .entry-meta {
    margin: 25px 0;
  }
}
.blog-single-section .entry-meta ul {
  list-style: none;
}
.blog-single-section .entry-meta ul li {
  font-weight: 400;
  float: left;
  text-transform: capitalize;
  font-size: 16px;
}
.blog-single-section .entry-meta ul li a {
  color: #0E152B;
}
.blog-single-section .entry-meta ul li a:hover {
  color: #3860D2;
}
.blog-single-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}
.blog-single-section .entry-meta ul li i:before {
  font-size: 16px;
  line-height: 15px;
  color: #3860D2;
}
.blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #676A7D;
  width: 9px;
  height: 1px;
}
@media (max-width: 440px) {
  .blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-single-section .entry-meta ul li {
    font-size: 13px;
  }
}
@media (max-width: 440px) {
  .blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.blog-single-section .post h3 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 600;
  margin: -0.27em 0 0.7em;
}
@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 24px;
  }
}
.blog-single-section .post p {
  margin-bottom: 2em;
  color: #4B5563;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 767px) {
  .blog-single-section .post p {
    font-size: 17px;
  }
}
.blog-single-section blockquote {
  background-color: #F4F6F8;
  padding: 40px 34px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  position: relative;
  color: #0E152B;
  font-family: "Parkinsans";
  font-size: 22px;
  font-weight: 600;
  line-height: 43px;
}
@media (max-width: 767px) {
  .blog-single-section blockquote {
    padding: 35px 25px;
    font-size: 18px;
    line-height: 30px;
  }
}
.blog-single-section blockquote:before {
  font-family: flaticon_aidu;
  content: "\f12a";
  font-size: 35px;
  color: #3860D2;
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.blog-single-section blockquote span {
  color: #16171A;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 30px;
}
.blog-single-section blockquote span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 2px;
  content: "";
  background: #191515;
  transform: translateY(-50%);
}
.blog-single-section .post-team-content {
  margin-bottom: 60px;
}
.blog-single-section .post-team-content h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-single-section .post-team-content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.blog-single-section .post-team-content ul li {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 24px;
  color: #4B5563;
}
.blog-single-section .post-team-content ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-single-section .post-team-content ul li:last-child {
    margin-bottom: 24px;
  }
}
.blog-single-section .post-team-content ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  background: #FFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  content: "\f128";
  font-family: flaticon_aidu;
  text-align: center;
}
.blog-single-section .post-team-content ul li:hover::before {
  background: #3860D2;
  color: #fff;
}
.blog-single-section .post-team-content img {
  width: 100%;
}
.blog-single-section .im-1 {
  margin-bottom: 30px;
}
.blog-single-section p {
  color: #4B5563;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 767px) {
  .blog-single-section p {
    font-size: 17px;
  }
}
.blog-single-section .tag-share-wrap {
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #F6F6F6;
}
@media (max-width: 991px) {
  .blog-single-section .tag-share-wrap {
    margin-top: 30px;
  }
}
.blog-single-section .tag-share,
.blog-single-section .tag-share-s2 {
  color: #0E152B;
}
.blog-single-section .tag-share ul,
.blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
.blog-single-section .tag-share ul li,
.blog-single-section .tag-share-s2 ul li {
  float: left;
}
@media (max-width: 767px) {
  .blog-single-section .tag-share ul li,
  .blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}
.blog-single-section .tag-share ul > li + li,
.blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .blog-single-section .tag-share ul > li + li,
  .blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}
.blog-single-section .tag-share .tag,
.blog-single-section .tag-share-s2 .tag {
  display: flex;
  align-items: center;
}
.blog-single-section .tag-share .tag > span,
.blog-single-section .tag-share-s2 .tag > span {
  font-family: "Parkinsans";
  display: inline-block;
  padding-right: 15px;
  text-transform: capitalize;
  color: #0E152B;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.blog-single-section .tag-share .tag ul,
.blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}
.blog-single-section .tag-share .tag li,
.blog-single-section .tag-share-s2 .tag li {
  position: relative;
}
.blog-single-section .tag-share .tag a,
.blog-single-section .tag-share-s2 .tag a {
  display: inline-block;
  padding: 2px 15px;
  text-transform: capitalize;
  color: #4B5563;
  text-align: center;
  font-family: "Parkinsans";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  border: 1px solid #F6F3EE;
  background: #FFF;
}
@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a,
  .blog-single-section .tag-share-s2 .tag a {
    font-size: 14px;
  }
}
.blog-single-section .tag-share .tag a:hover,
.blog-single-section .tag-share-s2 .tag a:hover {
  color: #fff;
  background: #3860D2;
}
.blog-single-section .tag-share-s2 {
  margin: 0;
  border-bottom: 0;
}
.blog-single-section .tag-share-s2 .tag {
  justify-content: end;
}
@media (max-width: 991px) {
  .blog-single-section .tag-share-s2 .tag {
    margin-top: 20px;
    justify-content: left;
  }
}
.blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  background: #F2F6F7;
  color: #020626;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 400;
}
.blog-single-section .item-img img {
  width: 100%;
}
.blog-single-section img {
  width: 100%;
}
.blog-single-section .comments-area {
  margin-top: 70px;
}
.blog-single-section .comments-area .comment-wrapper {
  position: relative;
}
.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.blog-single-section .comments-area ol ul {
  padding-left: 100px;
  list-style-type: none;
}
@media (max-width: 991px) {
  .blog-single-section .comments-area ol ul {
    padding-left: 40px;
  }
}
.blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.blog-single-section .comments-area .comments-title {
  margin-bottom: 40px;
  text-transform: capitalize;
  color: #0E152B;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 20px;
  }
}
.blog-single-section .comments-area li > div {
  position: relative;
}
.blog-single-section .comments-area .comment-theme {
  position: absolute;
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}
.blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}
.blog-single-section .comments-area .comment-main-area {
  margin-bottom: 40px;
}
.blog-single-section .comments-area .comment-main-area {
  padding-left: 110px;
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
  color: #4B5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
}
.blog-single-section .comments-area .comments-meta h4 {
  font-size: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  color: #666;
  font-weight: normal;
  text-transform: none;
  display: block;
  font-family: "Satoshi";
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}
.blog-single-section .comment-respond {
  background: #F8F8F9;
  padding: 60px 40px 80px;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .blog-single-section .comment-respond {
    padding: 40px 20px 40px;
  }
}
.blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  text-transform: capitalize;
  color: #0E152B;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 24px;
  }
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #fff;
  color: #4B5563;
  width: 100%;
  height: 65px;
  padding: 6px 15px;
  margin-bottom: 33px;
  outline: 0;
  transition: all 0.3s;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 15px 10px 0px rgba(242, 242, 242, 0.18);
}
@media (max-width: 575px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    margin-bottom: 25px;
  }
}
.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: #3860D2;
}
@media (max-width: 991px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}
.blog-single-section .comment-respond form textarea {
  padding: 15px;
  height: 280px;
}
@media (max-width: 991px) {
  .blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}
.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}
.blog-single-section .comment-respond .form-inputs > div {
  width: 50%;
  float: left;
  padding: 0 9px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > div {
    width: 100%;
    float: none;
  }
}
.blog-single-section .comment-respond .form-textarea {
  padding: 0 9px;
  position: relative;
}
.blog-single-section .comment-respond .form-submit input {
  max-width: 240px;
  border: 0;
  outline: 0;
  background: #3860D2;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 991px) {
  .blog-single-section .comment-respond .form-submit input {
    height: 50px;
  }
}
.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #1b3683;
  color: #fff;
}
.blog-single-section .comment-respond .terms {
  margin-bottom: 40px;
  margin-left: 9px;
}
.blog-single-section .comment-respond .terms .checkbox {
  width: 20px;
  height: 0;
  padding: 0;
  margin: 0;
}
.blog-single-section .comment-respond .terms input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
.blog-single-section .comment-respond .terms input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -14px;
  width: 17px;
  height: 17px;
  transition: all 0.2s linear;
  border: 1px solid #949392;
}
.blog-single-section .comment-respond .terms input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -14px;
  width: 17px;
  height: 17px;
  transition: all 0.2s linear;
  border: 1px solid #949392;
}
.blog-single-section .comment-respond .terms input[type=checkbox]:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: solid #fff;
  border-width: 0 0px 0px 0;
  transform: rotate(180deg);
  position: absolute;
  top: -11px;
  left: 3px;
  transition: all 0.2s linear;
}
.blog-single-section .comment-respond .terms input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #00CC83;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  left: 3px;
}
.blog-single-section .comment-respond .terms label {
  margin-bottom: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #838383;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .blog-single-section .comment-respond .terms label {
    margin-left: 5px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .blog-single-section .comment-respond .terms label {
    margin-left: 25px;
    position: relative;
    margin-top: -25px;
  }
}
.blog-single-section .error-message {
  color: red;
  font-size: 0.9em;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 9px;
}
.blog-single-section #loading {
  margin-top: 10px;
  color: blue;
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
17. error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}
.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}
@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}
.error-404-section .error-message h3 {
  text-align: center;
  font-size: 55px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .error-404-section .error-message h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
.error-404-section .error-message p {
  margin-bottom: 1.8em;
}

/* custom css */
.navbar-brand{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.get-quote-btn {
  background: #3860D2;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
}

/* Hover effect */
.get-quote-btn:hover {
  background-color: rgb(38.7110655738, 73.1209016393, 171.1889344262);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(237,171,21,0.3);
}

/* wrapper must */
.zoom-wrapper {
  overflow: hidden;
}

/* image base */
.zoom-wrapper img {
  width: 100%;
  transition: transform 0.6s ease-in-out;
  transform: scale(1); /* default */
}

/* 🔥 hover → zoom in */
.zoom-wrapper:hover img {
  transform: scale(1.12);
}

/* product 
.product-card {
  perspective: 1000px;
  height: auto;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}

.product-card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.card-front img,
.card-back img {
  width: 100%;
  
  object-fit: cover;
}

.card-back {
  transform: rotateY(180deg);
}

.card-title {
  background: #eee;
  color: #000;
  padding: 10px;
  font-weight: 500;
}

.card-inner.flip {
  transform: rotateY(180deg);
}
*/
.mt-10{
  margin-top: 10px;
}

/* about */

.about-text p{
  color: #fff;
}
/* Hero Section */
.hero-section {
  height: 540px; /* exact height */
  background: linear-gradient(
      rgba(0, 80, 180, 0.6),
      rgba(0, 120, 255, 0.6)
    ),
    ; 

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Content */
.hero-content {
  color: #fff;
}

.hero-content h1 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero-content p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.6;
  color: #000;
}

.btn-primary {
  background: #0d6efd;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
}

.footer {
  background: #000;
  color: #fff;
  font-size: 14px;
}

/* Top */
.footer-top {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* Main layout */
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Contact wrapper */
.footer-contact-wrap {
  display: flex;
  gap: 30px;
}

/* Each box */
.contact-box h6 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.contact-box p {
  margin: 3px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}

.contact-box a {
  color: #fff;
  text-decoration: none;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #e91b25;
  color: #fff;
}

/* Middle */
.footer-middle {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-middle p {
  color: #fff;
  margin: 0 10px;
  padding-left: 5%;
  font-size: 15px;
}

.store-icon {
  width: 25px;
  margin-right: 15px;
}

/* Bottom */
.footer-bottom a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #25D366;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 999;
  transition: 0.3s;
}

.whatsapp-float i {
  font-size: 18px;
}

/* Hover effect */
.whatsapp-float:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 500px) {
    .product-card{
        height: 253px;
        margin-bottom: 20px;
    }
    
  .hero-section {
    height: auto;
    padding: 60px 0;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 14px;
  }

   .footer-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .footer-left {
    flex-direction: column;
  }

  .footer-contact-wrap {
    flex-direction: column;
    gap: 15px;
  }


  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
  }

  
}



.wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {
    background: #3860D2;
    /*transform: rotate(-10.459deg);*/
    position: relative;
    left: 30px;
    top: 14px;
    padding: 80px 70px 65px;
}
.wpo-about-section .about-title-left h3 {
    color: #3860D2;
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -0.24px;
    text-transform: capitalize;
    /*display: flex;*/
    align-items: center;
}
.social-icons a{
    text-decoration: none !important;
}
.social-icons a i{
    font-size: 20px;
}
.contact-box{
    text-align: left;
}
.contact-box h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;}

    .contact-box p {
     margin: 3px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600
}
.open-btn {
      margin-top: 100px;
    }

    .modal-header {
      background: #000 !important;
      color: #fff;
    }

    .btn-close {
      filter: invert(1);
    }
    .contact-box a:hover{
        color: #e91b25 !important;
    }
    /* add */

      /* scroll to botton */

#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 18px;
    z-index: 99;
    border: none;
    background-color: transparent;
    color: #e91b25;
    cursor: pointer;
    /* padding: 16px 16px; */
    border-radius: 100%;
    font-size: 40px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
  }
  #scrollTopBtn i{
    /* background-color: var(--primary-color); */
    /* border-radius:100%; */
    /* padding: 8px 15px; */
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
  }
  
  #scrollTopBtn:hover i {
    background-color: var(--text-white);
    color: var(--primary-color);
    transition: 0.4s ease-in-out;
  }
  
  /* scroll to botton */
  
  /*whatsaap  */
  
  .whatsapp-icon {
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 1000;
    width: 60px;
    height: 60px;
  }
  
  .whatsapp-icon img {
    width: 50px;
    height: 50px;
  }

.navbar {
	--bs-navbar-padding-y: 0px !important;
}
  /*whatsaap  */
  
  .testimonial-section{
background: url(../image/bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
filter: blur(0.3);
}


.t-size{
        font-size: 18px !important;
}


/* product */
/* Grid Layout Container */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Individual Product Card */
.product-card {
  background: #D11A2A;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper and Hover Zoom Effect */
.product-image-wrapper {
  width: 100%;
  height: auto; /* Adjust height as needed */
  overflow: hidden;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

/* Info Section (Title & Button Alignment) */
.product-info {
  padding: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

/* Product Title */
.product-title {
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
  margin: 0 0 20px 0;
  letter-spacing: 0.5px;
}

/* Clean "Read More" Button */
.read-more-btn {
  display: inline-block;
  text-decoration: none;
  background-color: #d11a2a; /* Matches the Pantan brand red */
  color: #ffffff !important;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  align-self: center;
}

.read-more-btn:hover {
/*   background-color: #b01220; */
/*   transform: translateY(-1px); */
}

/* footer link */
/* Container Spacing & Alignment */
.footer-pro-link {
    margin-bottom: 30px;
    text-align: left; /* Forces left-alignment to match your red accent line */
}

/* Heading Typography & Layout */
.footer-pro-link h6 {
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    position: relative;
    text-align: left;
}

/* Header link styles */
.footer-pro-link h6 a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
}

/* Red accent line under heading */
.footer-pro-link h6::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #d9232d; /* Matches standard clean brand red */
}

/* Reset list and force clear left alignment */
.footer-pro-link ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* Individual links layout */
.footer-pro-link ul li {
    margin-bottom: 12px;
    padding: 0;
}

/* Clean, readable text for links */
.footer-pro-link ul li a {
    font-size: 15px;
    color: #a6a6a6 !important; /* Soft gray for elegant readability on black */
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Interactive Hover Actions */
.footer-pro-link ul li a:hover {
    color: #ffffff !important; /* Highlights white when hovered */
    transform: translateX(4px); /* Softly nudges right on desktop */
}
