

/*** Spinner Start ***/

/*** Spinner ***/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{

    font-family: "Fira Sans", sans-serif; 

}
html body {
    background-color: var(--base-2);
    color: #787878;
    font-size: 16px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{

    font-family: "Fira Sans", sans-serif;

}
body a{
    text-decoration: none;
}
a {
    color: var(--bs-primary);
}

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .5s ease-out, visibility 0s linear .5s;

    z-index: 99999;

}



#spinner.show {

    transition: opacity .5s ease-out, visibility 0s linear 0s;

    visibility: visible;

    opacity: 1;

}

/*** Spinner End ***/
.navbar .custom-navbar-cta .menu-item-login a {
    color: #fff !important;
}
.navbar .custom-navbar-cta .menu-item-login a:after{
    display: none;
}
.blog-item a, .nav-previous a {
    color: var(--bs-primary);
    font-size: 16px;
    font-weight: 500;
}

.back-to-top {

    position: fixed;

    right: 30px;

    bottom: 30px;

    display: flex;

    width: 45px;

    height: 45px;

    align-items: center;

    justify-content: center;

    transition: 0.5s;

    z-index: 99;

}



/*** Button Start ***/

.btn {

    font-weight: 600;

    transition: .5s;

}

.btn-white{

    background: #fff;

    color: #000 !important;

}

.btn-white:hover{

   opacity: 0.8;

}



.navbar-nav .btn{

    min-height: 45px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

}



.btn-square {

    width: 32px;

    height: 32px;

}



.btn-sm-square {

    width: 34px;

    height: 34px;

}



.btn-md-square {

    width: 44px;

    height: 44px;

}



.btn-lg-square {

    width: 56px;

    height: 56px;

}



.btn-square,

.btn-sm-square,

.btn-md-square,

.btn-lg-square {

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: normal;

    border-radius: 50%;

}



.btn.btn-primary{

    box-shadow: inset 0 0 0 0 var(--bs-primary);

}

.invert-hover{

    min-height: 57px;

    min-width: 150px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

}

.invert-hover:hover img{

    filter: invert(1);

}



.btn.btn-primary:hover {

    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;

    color: var(--bs-primary) !important;

}



.btn.btn-light {

    box-shadow: inset 0 0 0 0 var(--bs-primary);

}



.btn.btn-light:hover {

    box-shadow: inset 300px 0 0 0 var(--bs-primary);

    color: var(--bs-light) !important;

}



.btn-hover {

    transition: 0.5s;

}



.btn-hover:hover {

    color: var(--bs-secondary) !important;

}

.no-gutters {

    margin-right: 0;

    margin-left: 0;

  }

  

  .no-gutters > [class*="col-"] {

    padding-right: 0;

    padding-left: 0;

  }

  



/*** Section Title Start ***/

.section-title {

    max-width: 1050px;

    text-align: center;

    margin: 0 auto;

}



.section-title .sub-style {

    position: relative;

    display: inline-block;

    text-transform: uppercase;

    color: var(--bs-primary);

}







.sub-title {

    position: relative;

    display: inline-block;

    text-transform: uppercase;

    color: var(--bs-primary);

}





/*** Topbar Start ***/

.fixed-top .container {

    transition: 0.5s;

}



.topbar {

    padding: 2px 10px 2px 20px;

    background: var(--bs-primary) !important;

}



.topbar a,

.topbar a i {

    transition: 0.5s;

}



.topbar a:hover,

.topbar a i:hover {

    color: var(--bs-secondary) !important;

}



@media (min-width: 768px) {

    .text-md-right {

        text-align: right !important;

    }

    .text-md-left {

        text-align: left !important;

    }

}

@media (max-width: 576px) {

    .topbar {

        display: none;    

    }
    .woocommerce.woocommerce-page ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }

}

/*** Topbar End ***/





/*** Navbar ***/

.navbar-light .navbar-nav .menu {

    display: flex;

    list-style: none;

    margin: 0;

}

.navbar-light .navbar-nav .menu-item a {

    font-family: 'Open Sans', sans-serif;

    position: relative;

    margin-right: 25px;

    padding: 20px 0;

    color: var(--bs-dark) !important;

    font-size: 16px;

    font-weight: 400;

    outline: none;

    transition: .5s;

    text-decoration: none;

}



.sticky-top.navbar-light .navbar-nav .menu-item a {

    padding: 20px 0;

    color: var(--dark) !important;

}
.navbar-light .navbar-nav .nav-link{
    position: relative;
}
 

.navbar-light .navbar-nav .menu-item a:hover,

.navbar-light .navbar-nav .menu-item a.active {

    color: var(--bs-primary) !important;

}



.navbar-light .navbar-brand img {

    max-height: 70px;

    transition: .5s;

    margin: 4px 0px;

    width: 100%;

}



.sticky-top.navbar-light .navbar-brand img {

    max-height: 45px;

    width: 100%;

}



.navbar .dropdown-toggle::after {

    border: none;

    content: "\f107";

    font-family: "Font Awesome 5 Free";

    font-weight: 600;

    vertical-align: middle;

    margin-left: 8px;

}



@media (min-width: 1200px) {

    .navbar .nav-item .dropdown-menu {

        display: block;

        visibility: hidden;

        top: 100%;

        transform: rotateX(-75deg);

        transform-origin: 0% 0%;

        border: 0;

        border-radius: 10px;

        transition: .5s;

        opacity: 0;

    }

}



.dropdown .dropdown-menu a:hover {

    background: var(--bs-primary);

    color: var(--bs-white);

}



.navbar .nav-item:hover .dropdown-menu {

    transform: rotateX(0deg);

    visibility: visible;

    background: var(--bs-light) !important;

    transition: .5s;

    opacity: 1;

}
.hero-btns {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.shop-sec-blk {
    height: 100%;
}

@media (max-width: 991.98px) {

    .sticky-top.navbar-light {

        position: relative;

        background: var(--bs-white);

    }



    .navbar.navbar-expand-lg .navbar-toggler {

        padding: 10px 20px;

        border: 1px solid var(--bs-primary);

        color: var(--bs-primary);

        /* margin-right: 24px; */
    }

    /* .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    } */



    .navbar-light .navbar-nav .menu-item a,

    .sticky-top.navbar-light .navbar-nav .menu-item a {

        padding: 10px 0;

        margin-left: 0;

        color: var(--bs-dark) !important;

    }



    .navbar-light .navbar-brand img {

        max-height: 45px;

    }
    .navbar-nav {
        right: 0;
        z-index: 1;
        width: 100%;
        max-width: 320px;
        position: absolute;
        border-radius: 10px;
        background-color: #fff;
        transform: translateX(100%);
        transition: transform 0.5s ease;
        box-shadow: 0 0 12px 0px #d2d2d2;
    }
    .navbar-collapse.show .navbar-nav {
        transform: translateX(0);
    }
    .navbar-nav .menu-main-menu-container ul {
        flex-direction: column;
        padding: 15px;
    }
    section.hero-sec {
        margin-top: 0;
    }
    section.choose-sec .about-img, section.choose-sec .feature-img {
        min-height: 645px;
    }
    .footer .footer-item p {
        max-width: 100% !important;
    }
    body h2 {
        font-size: 26px;
    }
    div.latest-posts {
        top: 37px;
    }
    .navbar-light .navbar-nav .menu li.menu-item:not(:last-child) {
        margin-bottom: 15px;
    }
    .navbar-light .navbar-nav .menu li.menu-item a {
        padding: 0;
    }
}



@media (min-width: 992px) {

    .navbar-light {

        position: absolute;

        width: 100%;

        top: 0;

        left: 0;

        border-bottom: 1px solid rgba(255, 255, 255, .1);

        z-index: 999;

    }

    

    .sticky-top.navbar-light {

        position: fixed;

        background: var(--bs-light) !important;

    }

    .navbar-light .navbar-nav .menu-item .btn:before{
      display: none;
    }

    .navbar-light .navbar-nav .menu-item a::before {

        position: absolute;

        content: "";

        width: 0;

        height: 2px;

        bottom: -1px;

        left: 50%;

        background: var(--bs-primary);

        transition: .5s;

    }



    .navbar-light .navbar-nav .menu-item a:hover::before,

    .navbar-light .navbar-nav .menu-item a.active::before {

        width: calc(100% - 2px);

        left: 1px;

    }



    .navbar-light .navbar-nav .menu-item a.nav-contact::before {

        display: none;

    }

}

/*** Carousel Hero Header Start ***/

.header-carousel {

    position: relative; 

}



.header-carousel .owl-nav .owl-prev {

    position: absolute;

    width: 45px;

    height: 45px;

    top: 50%;

    left: 20px;

    transform: translateY(-50%);

    border-radius: 50%;

    background: transparent;

    color: var(--bs-white);

    font-size: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.5s;

}



.header-carousel .owl-nav .owl-next {

    position: absolute;

    width: 45px;

    height: 45px;

    top: 50%;

    right: 20px;

    transform: translateY(-50%);

    border-radius: 50%;

    background: transparent;

    color: var(--bs-white);

    font-size: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.5s;

}



.header-carousel .owl-nav .owl-prev,

.header-carousel .owl-nav .owl-next {

    transition: 0.5s;

}



/* .header-carousel .owl-nav .owl-prev:hover,

.header-carousel .owl-nav .owl-next:hover {

    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;

    color: var(--bs-primary) !important;

} */



@media (max-width: 576px) {

    .header-carousel .owl-nav .owl-prev,

    .header-carousel .owl-nav .owl-next {

        top: 630px;

        transition: 0.5s;

    }



    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {

        width: 95% !important;

    }
}



.header-carousel .header-carousel-item,

.header-carousel .header-carousel-item img {

    position: relative;

    width: 100%;

    height: 700px;

    margin-top: 65px;

    display: block;

    object-fit: cover;

    transition: 0.5s;

    isolation: isolate;



}

.header-carousel .header-carousel-item video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    z-index: -1;

  }



@media (max-width: 992px) {

    .header-carousel .header-carousel-item,

    .header-carousel .header-carousel-item img {

        margin-top: 0;

        transition: 0.5s;

    }



}



@media (min-width: 992px) {

    .header-carousel .owl-nav .owl-prev,

    .header-carousel .owl-nav .owl-next {

        margin-top: 50px;

    }

}



.header-carousel .header-carousel-item .carousel-caption {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    padding: 100px 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(0, 0, 0, .5);

}



.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {

    position: relative;

    width: 75%;

    

}

/*** Carousel Hero Header End ***/





/*** Single Page Hero Header Start ***/

.bg-breadcrumb {

    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/inner-hero.jpg);

    /* background-attachment: fixed; */

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 160px 0 60px 0;

    min-height: 590px;

}



.bg-breadcrumb .breadcrumb-item a {

    color: var(--bs-white) !important;

}

/*** Single Page Hero Header End ***/





/*** Service Start ***/

.service .service-item {

    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;

}



.service .service-item .service-img {

    position: relative;

    overflow: hidden;

    z-index: 1;

}



.service .service-item .service-img img {

    transition: 0.5s;

}



.service .service-item .service-img::before {

    width: 100%;

    height: 0;

    position: absolute;

    content: "";

    top: 0;

    left: 0;

    border-top-right-radius: 10px;

    border-top-left-radius: 10px;

    transition: 0.5s;

    z-index: 5;

    

}



.service .service-item:hover .service-img::before {

    height: 100%;

    background: rgb(14 21 66 / 30%);

}



.service .service-item .service-img:hover img {

    transform: scale(1.3);

}



.service .service-item .service-content {

    position: relative;

    z-index: 2;

   background-color: var(--bs-white);

}





.service .service-item .service-content .service-content-inner {

    transition: 0.5s;

}

.normal-link span {

    margin-left: 7px;

    transition: all 0.3s ease-in-out;

}

.normal-link:hover span{

   transform: translateX(10px);

}

.service-content-inner h5{

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

    min-height: 48px;

    -webkit-line-clamp: 2;

}

.service-content-inner p {

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

    -webkit-line-clamp: 3;

}



/*** Service End ***/



/*** About Start ***/

.about .about-img {

    position: relative;

    overflow: hidden;

    height: 100%;

    border-radius: 10px;

}



.about .about-img .about-img-inner {

    position: absolute;

    left: 0;

    bottom: 0;

    border: 10px solid;

    border-color: var(--bs-primary) var(--bs-primary) var(--bs-primary) var(--bs-primary);

    border-radius: 50%;

    width: 202px;

    aspect-ratio: 1 / 1;

    background: #fff;

    padding: 9px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.about .about-img .about-img-inner img{

    object-fit: contain;

    object-position: center;

    max-height: 130px;

    border-radius: 0px !important;

}



.about .about-img .about-experience {

    position: absolute;

    top: 210px;

    left: -163px;

    transform: rotate(-90deg);

    background: transparent;

    color: var(--bs-primary);

    font-size: 20px;

    font-weight: 600;

    letter-spacing: 3px;

}



/*** About End ***/



/*** Feature Start ***/

.feature .feature-item {

    position: relative;

    display: flex;

    border-radius: 10px;

    background: var(--bs-light);

    transition: 0.5s;

    position: relative;

    padding-top: 80px !important;

    padding-bottom: 40px !important;

    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);

    justify-content: center;

    text-align: center;



}



.feature .feature-item .feature-icon {

    transition: 0.5s;

    border-radius: 0px 30px 30px !important;

    position: absolute;

    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);

    overflow: hidden;

    width: 100px;

    aspect-ratio: 1 / 1;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    left: 50%;

    transform: translateX(-50%);

    top: -50px;

    background: var(--bs-white);

    padding: 5px;

}

.services-item {

    padding: 10px;

    padding-top: 80px;

    display: flex;

    flex: 1 0 auto;

    height: 100%;

}

/*** Feature End ***/

.software-int-carousel .owl-item{

    padding: 10px;

}

.services-carousel.owl-carousel .owl-stage{display: flex;}

.bg-gray {

    background: #e4e4e4;

    padding: 20px 0px;

}



/*--------------------------------------------------------------

# Clients

--------------------------------------------------------------*/



  

  /* .clients .clients-wrap {

    border-top: 1px solid #e7e7e7;

    border-left: 1px solid #e7e7e7;

  } */

  

  .clients .client-logo {

    padding: 64px;

    display: flex;

    justify-content: center;

    align-items: center;

    overflow: hidden;

    background: #fff;

    height: 140px;

    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);

    border-radius: 10px;

    margin-top: 20px;

  }

  .software-int-item .client-logo:first-child {

    margin-bottom: 15px;

}

  

  .clients .client-logo:hover img {

    transform: scale(1.1);

  }

  

  .clients img {

    transition: all 0.4s ease-in-out;

    max-height: 100px;

  }





/*** Appointment Start ***/

.appointment {

    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    background-attachment: fixed;

}



.appointment .appointment-form {

    background: rgba(239, 162, 134, 0.3);

}



.appointment .appointment-form .btn.btn-primary {

    box-shadow: inset 0 0 0 0 var(--bs-primary);

}



.appointment .appointment-form .btn.btn-primary:hover {

    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;

    color: var(--bs-primary) !important;

}

/*** Youtube Video start ***/

.video {

    position: relative;

}



.video .btn-play {

    position: absolute;

    z-index: 3;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    box-sizing: content-box;

    display: block;

    width: 33px;

    height: 44px;

    border-radius: 50%;

    transition: 0.5s;

}



.video .btn-play:before {

    content: "";

    position: absolute;

    z-index: 0;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    display: block;

    width: 80px;

    height: 80px;

    background: var(--bs-primary);

    border-radius: 50%;

    animation: pulse-border 1500ms ease-out infinite;

    transition: 0.5s;

}



.video .btn-play:after {

    content: "";

    position: absolute;

    z-index: 1;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    display: block;

    width: 60px;

    height: 60px;

    background: var(--bs-primary);

    border-radius: 50%;

    transition: all 300ms;

    font-size: 18px;

}



.video .btn-play span {

    display: block;

    position: relative;

    z-index: 3;

    width: 0;

    height: 0;

    border-left: 14px solid var(--bs-white);

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    margin-left: 12px;

}

@keyframes pulse-border {

    0% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

        opacity: 1;

    }



    100% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

        opacity: 0;

    }

}



#videoModal {

    z-index: 99999;

}



#videoModal .modal-dialog {

    position: relative;

    max-width: 800px;

    margin: 60px auto 0 auto;

}



#videoModal .modal-body {

    position: relative;

    padding: 0px;

}



#videoModal .close {

    position: absolute;

    width: 30px;

    height: 30px;

    right: 0px;

    top: -30px;

    z-index: 999;

    font-size: 30px;

    font-weight: normal;

    color: #ffffff;

    background: #000000;

    opacity: 1;

}

/*** Youtube Video End ***/

/*** Appointment End ***/





/*** Team Start ***/

.team .team-item .team-img {

    position: relative;

    overflow: hidden;

}



.team .team-item .team-img::before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    border-top-right-radius: 10px;

    border-top-left-radius: 10px;

    transition: 0.5s;

}



.team .team-item .team-img .team-icon {

    position: absolute;

    bottom: -125px;

    left: 50%;

    transform: translateX(-50%);

    transition: 0.5s;

}



.team .team-item .team-img:hover .team-icon {

    margin-bottom: 145px;

}



.team .team-item:hover .team-img::before {

    background: rgba(21, 185, 217, .3);

}



.team .team-item .team-content {

    color: var(--bs-primary);

    transition: 0.5s;

}



.team .team-item .team-content h5 {

    color: var(--bs-secondary);

    transition: 0.5s;

}



.team .team-item:hover .team-content h5 {

    color: var(--bs-dark);

}



.team .team-item:hover .team-content {

    background: var(--bs-primary);

    color: var(--bs-white);

}

/*** Team End ***/





/*** testimonial Start ***/

.testimonial {

    /* background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg); */

    /* background: #faf9fb; */

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    background-attachment: fixed;

    position: relative;

}



.testimonial .testimonial-item .testimonial-inner {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    border-radius: 10px;

    background: transparent;

}



.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {

    width: 100px;

    height: 100px;

    border-radius: 50%;

    /* border: 5px solid var(--bs-white); */

    font-size: 65px;

    color: #fff;

}



.testimonial .testimonial-carousel.owl-carousel {

    position: relative;

}



.testimonial .testimonial-carousel .owl-nav .owl-prev,

.services-carousel .owl-nav .owl-prev,

.software-int-carousel .owl-nav .owl-prev,
.instagram .swiper-button-prev{

    position: absolute;

    top: 50%;

    left: -40px;

    transform: translateY(-50%);

    width: 45px;

    height: 45px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 22px;

    background: transparent;

    color: var(--bs-white);

    transition: 0.5s;

    border: 2px solid var(--bs-white);

}





.testimonial .testimonial-carousel .owl-nav .owl-next,

.services-carousel .owl-nav .owl-next,

.software-int-carousel .owl-nav .owl-next, .instagram .swiper-button-next{

    position: absolute;

    top: 50%;

    right: -40px;

    transform: translateY(-50%);

    width: 45px;

    height: 45px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 22px;

    background: transparent;

    color: var(--bs-white);

    transition: 0.5s;

    border: 2px solid var(--bs-white);

}

.services-carousel .owl-nav .owl-prev, .services-carousel .owl-nav .owl-next  {

    top: calc(50% + 30px);

}
.instagram .swiper-button-prev{
    left: 15px;
}
.instagram .swiper-button-next{
    right: 15px;
}





.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,

.testimonial .testimonial-carousel .owl-nav .owl-next:hover,

.services-carousel .owl-nav .owl-next:hover,

.services-carousel .owl-nav .owl-prev:hover,
.instagram .swiper-button-prev:hover, .instagram .swiper-button-next:hover{

    box-shadow: inset 100px 0 0 0 var(--bs-white) !important;

    color: var(--bs-primary) !important;

    background: var(--bs-white);

}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 22px;
}



@media (max-width: 900px) {

    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        /* margin-top: -190px; */
        margin-left: 40px;
    }
    .testimonial .testimonial-carousel .owl-nav .owl-next {
        /* margin-top: -190px; */
        margin-right: 40px;
    }
}



.testimonial-carousel .owl-dots {

    display: flex;

    justify-content: center;

    margin-top: 20px;

    display: none;

}



.testimonial-carousel .owl-dots .owl-dot {

    width: 20px;

    height: 20px;

    border-radius: 50%;

    margin-right: 15px;

    border: 1px solid transparent;

    background: transparent;

    transition: 0.5s;

}



.testimonial-carousel .owl-dots .owl-dot.active {

    width: 20px;

    height: 20px;

    background: var(--bs-primary) !important;

    border: 1px solid var(--bs-white);

}



.testimonial-carousel .owl-dots .owl-dot span {

    position: relative;

    margin-top: 50%;

    margin-left: 50%;

    transform: translate(-50%, -50%);

    display: flex;

    align-items: center;

    justify-content: center;

}



.testimonial-carousel .owl-dots .owl-dot span::after {

    content: "";

    position: absolute;

    top: 50%;

    right: 1px;

    transform: translateY(-50%);

    width: 8px;

    height: 8px;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    background: var(--bs-white);

}



.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {

    transition: 0.5s;

}



@media (min-width: 900px) {

    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {

        font-size: 20px;

    }

}





/* Testimonial Section Title Start */

.testimonial .section-title {

    max-width: 1000px;

    text-align: center;

    margin: 0 auto;

    z-index: 1;

}



.testimonial .section-title .sub-style {

    position: relative;

    display: inline-block;

    text-transform: uppercase;

    color: var(--bs-primary);

}



.testimonial .section-title .sub-title {

    position: relative;

    display: inline-block;

    text-transform: uppercase;

    color: var(--bs-primary);

}





/*** Testimonial End ***/





/*** Blog Start ***/

.blog .blog-item .blog-img {

    position: relative;

    overflow: hidden;

    border-top-right-radius: 10px;

    border-top-left-radius: 10px;

}



.blog .blog-item .blog-img::after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border-top-right-radius: 10px;

    border-top-left-radius: 10px;

    transition: 0.5s;

}



.blog .blog-item .blog-img img {

    transition: 0.5s;

}
.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    overflow: hidden;
}



.blog .blog-item .blog-img:hover img {

    transform: scale(1.3);

}



.blog .blog-item:hover .blog-img::after {

    background: rgba(21, 185, 217, .5);

}



.blog .blog-item .blog-centent {

    background: var(--bs-light);

    border: 1px solid var(--bs-primary);

    border-top: 0;

    border-bottom-left-radius: 10px;

    border-bottom-right-radius: 10px;

}

/*** Blog End ***/





/*** Contact Start ***/

.contact {

    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    background-attachment: fixed;

}





.contact .contact-form .btn.btn-light {

    box-shadow: inset 0 0 0 0 var(--bs-primary);

}



.contact .contact-form .btn.btn-light:hover {

    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;

    color: var(--bs-white) !important;

}



.contact .contact-form .form-floating input,

.contact .contact-form .form-floating textarea,

.contact .contact-form .form-floating label {

    color: var(--bs-light);

}







/* Testimonial Section Title Start */

.contact .section-title {

    max-width: 900px;

    text-align: center;

    margin: 0 auto;

}



.contact .section-title .sub-style {

    position: relative;

    display: inline-block;

    text-transform: uppercase;

    color: var(--bs-primary);

}









.contact .section-title .sub-title {

    position: relative;

    display: inline-block;

    text-transform: uppercase;

    color: var(--bs-primary);

}



/*** Contact End ***/


.woocommerce .entry-content {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

/* @media(min-width: 576px) {
    .woocommerce .entry-content {
        max-width:540px
    }
} */

@media(min-width: 768px) {
    .woocommerce .entry-content {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .woocommerce .entry-content {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .woocommerce .entry-content {
        max-width:1140px
    }
}

@media(min-width: 1400px) {
    .woocommerce .entry-content {
        max-width:1320px
    }
}


/*** Footer Start ***/

.footer {

    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}

.footer .footer-item a {

    line-height: 35px;

    color: var(--bs-body);

    transition: 0.5s;

}
.footer ul li {
    list-style: none;
}
.footer ul{
    margin: 0px;
    padding: 0px;
}



.footer .footer-item p {

    line-height: 35px;

}



.footer .footer-item a:hover {

    letter-spacing: 2px;

    color: var(--bs-white);

}



/*** Footer End ***/



/*** copyright Start ***/

.copyright {

    background: var(--bs-dark) !important;

}

/*** copyright end ***/









.pt-28 {

    padding-top: 7rem !important;

}

.pb-28 {

    padding-bottom: 7rem !important;

}

.rounded-5 {

    border-radius: 20px!important;

}

.fs-4 {

    font-size: 1.5rem !important;

}



.hero-p {

    font-size: 19px;

    color: #4f4f4f;

    line-height: 1.8;

}



.mt-n12.ms-n12 {

    max-width: 100px;

    top: -10px !important;

    left: -5px !important;

}

.blog .blog-item .blog-centent p {

    min-height: 98px;

}





.hero-video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    z-index: -1;

  }

  .hero-sec{

    isolation: isolate;

    margin-top: 80px;

  }



  body{

    display: flex;

    flex-direction: column;

  }



  /*** Destination Start ***/

.destination .tab-class .tab-content .tab-pane .destination-img {

    position: relative;

    overflow: hidden;

    border-radius: 10px;

    z-index: 1;

}



.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {

    position: absolute;

    bottom: -100%;

    left: 0;

    z-index: 3;

    transition: 0.5s;

}



.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    right: 0;

    display: flex;

    justify-content: end;

    padding: 20px 20px 0 0;

    background: rgba(0, 0, 0, 0.1);

    border-radius: 10px;

    transition: 0.5s;



}



.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {

    opacity: 0;

    transition: 0.5s;

}



.destination .tab-class .nav-item {

    padding: 0 0 20px 0;

}

.destination .tab-class .nav-item a.active {

    background: var(--bs-primary) !important;

}



.destination .tab-class .nav-item a.active span {

    color: var(--bs-white) !important;

}



.destination .tab-class .tab-content .destination-img:hover .search-icon {

    background: rgba(19, 53, 123, 0.4);

}



.destination .tab-class .tab-content .destination-img:hover .destination-overlay {

    bottom: 0;

}



.destination .tab-class .tab-content .destination-img:hover .search-icon a i {

    opacity: 1;

}



.destination .tab-class .tab-content .destination-img img {

    transition: 0.5s;

}



.destination .tab-class .tab-content .destination-img:hover img {

    transform: scale(1.2);

}

/*** Destination End ***/





.sec-cta {

    background-size: cover;

    background-position: 100% center;

    background-repeat: no-repeat;

    background-attachment: fixed; }

    .sec-cta.overlay {

      position: relative; }

      .sec-cta.overlay:before, .testimonial:before {

        background: var(--bs-primary-dark);

        background: -webkit-linear-gradient(140deg, var(--bs-primary-dark) 0%, var(--bs-primary-dark) 100%);

        background: -o-linear-gradient(140deg, var(--bs-primary-dark) 0%, var(--bs-primary-dark) 100%);

        background: linear-gradient(140deg, var(--bs-primary-dark) 0%, var(--bs-primary-dark) 100%);

        opacity: .9;

        overflow: hidden;

        content: "";

        position: absolute;

        left: 0;

        right: 0;

        bottom: 0;

        top: 0;

        z-index: 1; }

    .sec-cta > .container {

      position: relative;

      z-index: 2; }

    .sec-cta .heading {

      color: #fff; }

    .sec-cta p {

      color: #fff; }

      .team-item {

        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

        border-radius: 10px;

        overflow: hidden;

    }



    /*---------------------

  Instagram

-----------------------*/



.instagram__item {

	height: 320px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	position: relative;

	z-index: 1;

  background-size: cover;

  background-position: center center;

}



.instagram__item:hover:after {

	opacity: 0.8;

}



.instagram__item:hover .instagram__text {

	opacity: 1;

	visibility: visible;

}



.instagram__item:after {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background: var(--bs-primary-dark);

	content: "";

	opacity: 0;

	z-index: -1;

	-webkit-transition: all, 0.3s;

	-o-transition: all, 0.3s;

	transition: all, 0.3s;

}



.instagram__text {

	text-align: center;

	opacity: 0;

	visibility: hidden;

	-webkit-transition: all, 0.3s;

	-o-transition: all, 0.3s;

	transition: all, 0.3s;

}



.instagram__text i {

	font-size: 30px;

	color: #fff;

}



.instagram__text a {

	font-size: 16px;

	color: #fff;

	font-weight: 500;

	display: block;

	margin-top: 10px;

}







.top-discount-area .single-discount-area {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

    padding: 40px 15px;

    background-color: var(--bs-primary);

    text-align: center;

    -ms-flex-item-align: stretch;

        align-self: stretch;

        position: relative;

        isolation: isolate;

        cursor: pointer;

  }

  

  .top-discount-area .single-discount-area:nth-child(2) {

    background-color: #bca302;

  }

  

  .top-discount-area .single-discount-area:last-child {

    background-color: #a31f4a;

  }

  

  .top-discount-area .single-discount-area h5 {

    font-size: 20px;

    font-weight: bold;

    color: #fff;

    margin-bottom: 15px;

    text-transform: uppercase;

  }

  

  .top-discount-area .single-discount-area h6,

  .top-discount-area .single-discount-area a {

    font-size: 12px;

    color: #fff;

    font-weight: 700;

    margin-bottom: 0;

  }

  .section-title {

    max-width: 1000px;

    text-align: center;

    margin: 0 auto;

  }

  .section-title h2, .woocommerce .page-title, .entry-title  {
    font-weight: bold;
  }


  .nav-item.n-i-tel {

    display: inline-flex;

    flex-direction: column;

    margin-right: 16px;

    margin-left: 2vW;

}

.service-area-badges .badge{

    background: #d1d1d1;

    color: #000;

    margin-bottom: 7px;

}





.single-discount-area::before,

.single-discount-area::after {

  content: '';

  height: 25px;

  width: 25px;

  position: absolute;

  transition: all .35s ease;

  opacity: 0;

}



.single-discount-area::before {

  content: '';

  right: 0;

  top: 0;

  border-top: 4px solid #fff;

  border-right: 4px solid #fff;

  transform: translate(-100%, 50%);

}



.single-discount-area:after {

  content: '';

  left: 0;

  bottom: 0;

  border-bottom: 4px solid #fff;

  border-left: 4px solid #fff;

  transform: translate(100%, -50%)

}



.single-discount-area:hover:before,

.single-discount-area:hover:after{

  transform: translate(0,0);

  opacity: 1;

}



.single-discount-area:hover {

  color: #fff;

}

.reviews-btns {

    position: relative;

    z-index: 1;

    flex-direction: column;

    text-align: center;

}







#page{

    aspect-ratio: 16 / 8;

    position: relative;



  }

  *{

    margin:0;

    box-sizing: border-box;

  }

  /* Our wrapper */

  #projectModal .modal-body{

    width: 100%;

    min-height: 500px;

    position: relative;

  }

  #projectModal .modal-dialog{

    max-width: 1100px;

  }

  #page .wrapper{

    width: 100%;

    height: 100%;

    max-width: 700px;

    /* aspect-ratio: 16 / 8; */

    position: absolute;

    left:50%;

    top:50%;

    transform:translate3d(-50%,-50%,0);

    overflow:hidden;

    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.1);

  }

  

  /* Our image information */

  .before,

  .after {

    width:100%;

    height:100%;

    background-repeat:no-repeat;

    background-color: white;

    background-size: cover;

    background-position: center;

    position: absolute;

    top:0;

    left:0;

    pointer-events:none;

    overflow: hidden;

  }

  

  .content-image{

    height:100%;

  }

  

  .after{

    width:125px;

  }

  

  .scroller{

    width: 50px;

    height:50px;

    position: absolute;

    left:100px;

    top:50%;

    transform:translateY(-50%);

    border-radius:50%;

    background-color: transparent;

    opacity:0.9;

    pointer-events:auto;

    cursor: pointer;

  }

  

  .scroller:hover{

    opacity:1;

  }

  

  .scrolling{

    pointer-events:none;

    opacity:1;

  }

  

  .scroller__thumb{

    width:100%;

    height:100%;

    padding:5px;

  }

  

  .scroller:before,

  .scroller:after{

    content:" ";

    display: block;

    width: 7px;

    height: 9999px;

    position: absolute;

    left: 50%;

    margin-left: -3.5px;

    z-index: 30;

    transition:0.1s;

  }

  .scroller:before{

    top:100%;

  }

  .scroller:after{

    bottom:100%;

  }

  

  /* If you want to cahnge the colors, make sure you change the fill in the svgs to match */

  .scroller{

    border: 5px solid #fff;

  }

  .scroller:before,

  .scroller:after{

    background: #fff;

  }







  #milestone {

    background: linear-gradient(rgb(69 68 17 / 80%), rgb(69 68 17 / 80%)), url(../img/bg_banner1.jpg);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}



#milestone h1,

#milestone p {

    color: #fff;

}







/*** About & Feature ***/

.choose-sec .about-img,

.choose-sec .feature-img {

    position: relative;

    height: 100%;

    min-height: 400px;

}



.choose-sec .about-img img,

.choose-sec .feature-img img {

    position: absolute;

    width: 60%;

    height: 80%;

    object-fit: cover;

}



.choose-sec .about-img img:last-child,

.choose-sec .feature-img img:last-child {

    margin: 20% 0 0 40%;

}



.choose-sec .about-img::before,

.choose-sec .feature-img::before {

    position: absolute;

    content: "";

    width: 60%;

    height: 80%;

    top: 10%;

    left: 20%;

    border: 5px solid var(--bs-primary);

    z-index: -1;

    border-radius: 10px;

}



.block-quick-info-2 {

    padding: 2rem 0;

  }

  

  .block-quick-info-2 .block-quick-info-2-inner {

    position: relative;

    z-index: 2;

    padding: 30px;

    background: #fff;

    margin-top: -80px;

    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);

    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);

    border-radius: 15px;

  }

  

  .block-quick-info-2 .quick-info-2 .icon {

    font-size: 3rem;

    color: #b3b3b3;

    color: #ea728c;

  }

  

  .block-quick-info-2 .quick-info-2 .text .heading {

    color: #000;

    font-weight: 300;

  }

  

  .block-quick-info-2 .quick-info-2 .text .excerpt {

    color: var(--bs-primary);

  }





  .product-section {

    padding: 7rem 0;
}
.product-section .product-item, .woocommerce ul.products> li.product a.woocommerce-loop-product__link, .wc-block-grid__product.wc-block-grid__product a {
    padding: 25px 10px;
}

.product-section .product-item, .woocommerce ul.products> li.product, .wc-block-grid__product.wc-block-grid__product {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 30px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    isolation: isolate;
    background-color: #fff;
    border: 1px solid #d1acce;
}
.woocommerce ul.products> li.product a.button.added {
    display: none !important;
}

      .product-section .product-item .product-thumbnail {

        margin-bottom: 30px;

        position: relative;

        top: 0;

        -webkit-transition: .3s all ease;

        -o-transition: .3s all ease;

        transition: .3s all ease; 

        height: 200px;

        object-fit: contain;

        object-position: center;

      }

      .product-section .product-item h3, .wc-block-grid__product .wc-block-grid__product-title {

        color: #2f2f2f;
        text-decoration: none;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 16px;
        font-weight: 500;
        min-height: 40px;
        padding: 0px;
        margin-bottom: 20px; }

      .product-section .product-item strong {

        font-weight: 800 !important;

        font-size: 18px !important; }

      .product-section .product-item h3, .product-section .product-item strong {

        color: #2f2f2f;

        text-decoration: none; }

      .product-section .product-item .icon-cross {

        position: absolute;

        width: 35px;

        height: 35px;

        display: inline-block;

        background: #2f2f2f;

        bottom: 15px;

        left: 50%;

        -webkit-transform: translateX(-50%);

        -ms-transform: translateX(-50%);

        transform: translateX(-50%);

        margin-bottom: -17.5px;

        border-radius: 50%;

        opacity: 0;

        visibility: hidden;

        -webkit-transition: .3s all ease;

        -o-transition: .3s all ease;

        transition: .3s all ease; }

        .product-section .product-item .icon-cross img {

          position: absolute;

          left: 50%;

          top: 50%;

          -webkit-transform: translate(-50%, -50%);

          -ms-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%); }

      .product-section .product-item:before {

        bottom: 0;

        left: 0;

        right: 0;

        position: absolute;

        content: "";

        background: var(--bs-primary);

        height: 0%;

        z-index: -1;

        border-radius: 10px;

        -webkit-transition: .3s all ease;

        -o-transition: .3s all ease;

        transition: .3s all ease; 

        opacity: 0.3;

    }

      .product-section .product-item:hover .product-thumbnail {

        top: -25px; }

      .product-section .product-item:hover .icon-cross {

        bottom: 0;

        opacity: 1;

        visibility: visible; }

      .product-section .product-item:hover:before {

        height: 70%; }



        .offer img {

            position: absolute;

            max-width: 50%;

            max-height: 90%;

            bottom: 0;

          }

          

          .offer .text-md-right img {

            left: 0;

          }

          

          .offer .text-md-left img {

            right: 0;

          }

          .bg-primary-light {

            background: #d1acce6b;

        }  

        .offer-card {

            display: flex;

            flex-direction: column;

            align-items: center;

            padding: 30px 40px;

            background-size: cover;

            height: 100%;

            background-position: center center;

            isolation: isolate;

            position: relative;

        } 

        .offer-card:after{

            position: absolute;

            content: "";

            left: 0;

            top: 0;

            height: 100%;

            width: 100%;

            background-color: rgba(0,0,0,0.7);

            z-index: -1;

        } 

        

        span.deal-banner {

            background: #fff;

            color: #000;

            padding: 4px 10px;

            height: 32px;

            display: inline-flex;

        }

        .offer-code {

            background: #fff;

            padding: 10px 25px;

            font-size: 20px;

            border: 2px dashed red;

            color: var(--primary);

            font-weight: bold;

            letter-spacing: 2px;

        }

        .offer-modal .modal-dialog{

         max-width: 800px !important;

        }

        button.btn-close {

            position: absolute;

            right: 10px;

            top: 10px;

            font-size: 20px;

            color: #fff !important;

            z-index: 11;

            background: transparent;

        }

        .offer-modal .modal-body{

            padding: 0;

        }

        .ribbon{

            position: relative;

        }

        .ribbon i {

            position: absolute;

          }

          

          .ribbon i, .ribbon i:last-child {

            width: 23px;

            bottom: 0px;

            left: -21px;

            z-index: 0;

            border: 16px solid #ffffff;

            border-left-color: transparent;

          }

          .deal-banner.ribbon.primary-color i, .ribbon.primary-color i:last-child{

            border: 16px solid var(--bs-primary);

            border-left-color: transparent;

          }

          .ribbon.primary-color i:last-child {

            border-right-color: transparent;

          }

          .ribbon i:last-child {

            left: calc(100% - 16px);

            border-right-color: transparent;

          }

          .border-dashed{

           border: 1px dashed var(--bs-primary);

          }

        .offer_img{

            height: 100%;

            margin: 0;



          }

        .offer_img img {

            width: 100%;

            height: 100%;

            object-fit: cover;

        }

        .modal-dialog {

            max-width: 1000px;

            margin: 1.75rem auto;

            min-height: 100vh;

            display: flex;

            align-items: center;

            justify-content: center;

        }

        #offerModal2 .offer-card:after{

            display: none;

        }



        ul.key-points {

            padding: 0;

            margin: 0;

            list-style: none;

        }

        .key-points li {

            padding-left: 30px;

            position: relative;

            margin-bottom: 8px;

        }

        .key-points li .check-icon{

            position: absolute;

            left: 0;

            top: 4px;

        }

        #offerModal2 button.btn-close{

            color: var(--bs-dark) !important;

            opacity: 1 !important;

        }



        .deal-banner.ribbon.primary-color {

            background: var(--bs-primary);

            color: #fff;

        }

        .cta-sec {

            min-height: 700px;

            background-attachment: fixed;

            background-position: center center;

            background-size: cover;

            isolation: isolate;

            position: relative;

        }

        .cta-sec:after{

           position: absolute;

           content: "";

           background-color: var(--bs-dark);

           opacity: 0.5;

           left: 0;

           top: 0;

           z-index: -1;

           width: 100%;

           height: 100%;

        }

        .cta-content {

            max-width: 750px;

            margin: 0px auto;

        }





        /* Theme updation css */



        .gradient-custom-2 {

            /* fallback for old browsers */

            background: #fccb90;

            

            /* Chrome 10-25, Safari 5.1-6 */

            background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

            

            /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

            background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

            }



            .woocommerce-register-form .u-column2.col-2 {

                display: none;

                width: 100%;

            }

            .woocommerce-register-form .u-column1.col-1{

             width: 100%;

            }

            .form-bottom{

               display: flex;

            }
            #instagram-gallery-feed-0 .instagram-gallery-item__media-mask {
                background-color: var(--bs-primary-dark) !important;
                opacity: 0 !important;
            }
            .instagram-gallery-item:hover .instagram-gallery-item__media-mask {
                opacity: 0.8 !important;
            }
            .instagram-gallery-item__icon {
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                display: flex;
                align-items: center;
                justify-content: center;
            }
            #instagram-gallery-feed-0 .instagram-gallery__actions .instagram-gallery__button--follow {
                color: #fff;
                background-color: #d1acce !important;
                border-color: #d1acce !important;
                box-shadow: inset 0 0 0 0 var(--bs-primary);
                padding: 15px 25px;
                font-size: 16px;
                font-weight: 500;
                border-radius: 8px;
                border: 1px solid #d1acce;
            }
            #instagram-gallery-feed-0 .instagram-gallery__actions .instagram-gallery__button--follow:hover {
            box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
            color: var(--bs-primary) !important;
            }

    
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0
}

.bg-holder.bg-right {
    left: auto;
    right: 0
}

.bg-holder.overlay:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.25);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.bg-holder.overlay-elixir:before {
    background-color: rgba(44,56,85,.7)
}

.bg-holder.overlay-0:before {
    background: rgba(0,0,0,.7)
}

.bg-holder.overlay-1:before {
    background: rgba(0,0,0,.55)
}

.bg-holder.overlay-2:before {
    background: rgba(0,0,0,.4)
}

.bg-holder .bg-video {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    min-width: 100%
}
.elixir-caret {
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    height: 1.563rem;
    width: 1.563rem;
    z-index: 99;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

/*===================== Shop page ===============================*/
.woocommerce ul.products> li.product a.button {
    margin: 10px 10px auto;
}
.woocommerce .button, input.submit, .wc-block-cart__submit-button,
.woocommerce a.added_to_cart, .submit > input {
    font-weight: 600 !important;
    transition: 0.5s !important;
    color: #fff !important;
    text-align: center;
    border-radius: 10px !important;
    background-color: var(--bs-primary) !important;
    border: 1px solid var(--bs-primary) !important;
    padding: 12px 20px !important;
    width: auto;
    line-height: 1;
}
.woocommerce .button:hover, input.submit:hover, .wc-block-cart__submit-button:hover,
.woocommerce a.added_to_cart:hover, .submit > input:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
#wcmp-avatar-form input[type='submit']{
    width: 100%;
}
.wcmp-myaccount-template .user-image img {
    max-width: 130px;
    height: 100px;
    display: unset;
    border-radius: 0;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
input#wcmp_user_avatar {
    min-height: 45px;
    border: 1px solid #d1d1d1;
    padding: 8px 14px;
    width: 100%;
    border-radius: 9px;
}
.woocommerce ul.products> li.product {
    width: calc(25% - 18px);
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.woocommerce ul.products> li.product .star-rating {
    margin: auto;
    margin-bottom: 5px;
}
.star-rating, .stars span a, .woocommerce .star-rating::before {
    color: #ffcf2a;
}
.woocommerce ul.products {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.woocommerce-Reviews, .woocommerce ul.products  {
    display: flex;
    gap: 24px;
}
.woocommerce ul.products li.product a img{
    width: 100%;
    height: 230px;
    display: inline-flex;
    margin: 0 0 1em;
    box-shadow: none;
    object-fit: contain;
    object-position: center center;
}
.woocommerce ul.products> li.product a.woocommerce-loop-product__link {
    flex-grow: 1;
    padding-bottom: 0;
    text-align: center;
    width: 100%;
}    
.woocommerce ul.products::before {
    display: none;
}
.woocommerce .page-title, .related.products h2, .woocommerce-cart .entry-title {
    font-size: 40px;
    text-align: center;
}
.related.products h2 {
    margin-bottom: 48px;
}
.related.products h2 {
    font-weight: 600;
}
.woocommerce form.woocommerce-ordering select {
    background-color: #fff;
    border: 0;
    padding: 0;
    font-size: 16px;
}
.woocommerce form.woocommerce-ordering {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
}
.woocommerce .woocommerce-result-count {
    font-size: 14px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
    margin: auto;
}
/* .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    position: absolute;
    top: 0;
    height: 100% !important;
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    background-color: #d1acce1c;
    position: relative;
    padding-top: 60%;
    border-radius: 10px;
} */

/* Detail page css */

.flex-viewport {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    background: #f3f3f3;
}

.woocommerce div.product div.images .flex-control-thumbs > li {
    width: 20%;
}
.woocommerce div.product div.images .flex-control-thumbs > li img {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    overflow: hidden;
    padding: 7px;
}
.woocommerce div.product div.images .flex-control-thumbs > li img.flex-active {
    border-color: #d1acce !important;
}
ul.a-unordered-list.a-vertical.a-spacing-small {
    margin-left: 13px;
}
.woocommerce div.product p.stock {
    font-size: .92em;
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
    gap: 10px;
    display: flex;
    margin-top: 10px;
}
.woocommerce .product .price .woocommerce-Price-amount, .wc-block-grid__product span.woocommerce-Price-amount.amount {
    color: var(--bs-primary) !important;
    font-weight: bold;
}
.woocommerce div.product form.cart .variations th {
    padding: 0px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #d1acce);
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #d1acce);
    color: var(--wvs-selected-item-text-color, #d1acce);
}
/* ================= */

.cstm-checkout-form-card {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--bs-primary);
    background: #ffffff;
}

.woocommerce form .cstm-checkout-form-card .form-row input.input-text, .woocommerce form .cstm-checkout-form-card .form-row textarea {
    height: 55px;
    background: #f6f5f8;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}
.cstm-checkout-form-card .select2-container--default .select2-selection--single {
    background-color: #f6f5f8;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    height: 50px;
    display: flex;
    align-items: center;
}
.cstm-checkout-form-card .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
}

/* Custom radio buttons */
.cstm-checkout-form-card input[type="radio"] + span {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px;
  }
  .cstm-checkout-form-card input[type="radio"] + span:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 50%;
  }
  .cstm-checkout-form-card input[type="radio"] {
    display: none !important;
    display: inline;
  }
  .cstm-checkout-form-card input[type="radio"]:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b7b7b7;
  }
  /* Custom checkbox */
  .cstm-checkout-form-card input[type="checkbox"] + span {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
  }
  .cstm-checkout-form-card input[type="checkbox"] + span:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 5px;
    transform: translateY(-50%);
  }
  .cstm-checkout-form-card input[type="checkbox"] {
    display: none !important;
    display: inline;
  }
  .cstm-checkout-form-card input[type="checkbox"]:checked + span:after {
    content: "✔";
    font-size: 16px;
    line-height: 16px;
    color: #d1acce !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    transform: translateY(-50%);
  }
  .cstm-checkout-form-card input[type="checkbox"]:checked + span:before{
    border-color: var(--bs-primary);
  }



  .cstm-checkout-table input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
  }
  .cstm-checkout-table input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .cstm-checkout-table input[type="radio"] {
    display: none !important;
    display: inline;
  }
  .cstm-checkout-table input[type="radio"] + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--bs-primary);
    transform: translateY(-50%);
    opacity: 0;
  }
  .cstm-checkout-table input[type="radio"]:checked + label:after {
    opacity: 1;
  }

  .cstm-checkout-table tr.woocommerce-shipping-totals.shipping {
    display: flex;
    width: 100%;
     }



     .cstm-checkout-table tr.woocommerce-shipping-totals.shipping td {
    width: 100%;
     }






h2.woocommerce-Reviews-title, .comment-reply-title {
    font-size: 22px;
    font-weight: 500;
    color: #202136;
}
h1.product_title {
    font-size: 30px;
    font-weight: 500;
}
.woocommerce .product .price {
    margin: 5px 0 20px;
}
.woocommerce .quantity .qty {
    padding: 6px;
}
.woocommerce .product 
 .summary .woocommerce-product-rating, .woocommerce .product .woocommerce-tabs div.woocommerce-Tabs-panel--reviews {
    margin-bottom: 0;
}
.woocommerce .product .price .woocommerce-Price-amount, .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 18px;
}
.woocommerce-Reviews #comments, .woocommerce-Reviews #review_form_wrapper {
    width: calc(50% - 24px);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: 0;
}
.woocommerce-tabs, .wc-block-cart__sidebar {
    background-color: #ebebeb69;
    padding: 15px;
    border-radius: 5px;
}
.woocommerce-Reviews form .comment-form-comment textarea, .woocommerce-Reviews form  input {
    padding: 10px;
    border-color: #ccc;
    border-radius: 4px;
}
.woocommerce-Reviews form  .comment-form-author input, .woocommerce-Reviews form  .comment-form-email input {
    height: 33px !important;
    width: 100%;
}
.woocommerce-Reviews form .comment-form-cookies-consent input {
    width: 20px;
    height: 20px;
    margin-top: 6px;
}
.woocommerce #review_form #respond p {
    margin: 0 0 10px;
    align-items: flex-start;
    accent-color: var(--bs-primary);
}
.woocommerce-Reviews form .submit {
    width: 100%;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price, .wc-block-grid__product .wc-block-grid__product-price.price {
    color: #000;
    font-weight: bold;
    margin-top: 15px;
    font-size: 20px;
}
.single-product.woocommerce .product .price .woocommerce-Price-amount,
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 32px !important;
}
.single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;
    font-size: 32px;
    line-height: 1;
    margin: 26px 0px;
}
.wc-block-components-totals-shipping__change-address__link {
    color: var(--bs-primary);
}
.wc-block-components-totals-shipping__change-address__link:hover {
    color: var(--bs-secondary);
}
.woocommerce .product .price .woocommerce-Price-amount,
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 500;
    min-height: 40px;
    padding: 0px;
    margin-bottom: 20px;
}
.woocommerce-account .addresses .title h3 {
    float: left;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 22px;
}
.woocommerce-Address {
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

header.woocommerce-Address-title.title {
    padding: 10px 0px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 15px;
}
.related.products {
    padding-top: 48px;
}
/* cart page */
.woocommerce-cart article {
    padding-top: 40px;
}
.comment-form {
    margin-top: 20px;
}
span.required {
    color: #ff0000;
}
.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block, a.wc-block-components-product-name, span.posted_in a {
    color: var(--bs-dark);
}
a.wc-block-components-product-name, span.posted_in a {
    font-weight: 500;
}
.product-template-default article .inside-article {
    padding-top: 80px;
}
.woocommerce .woocommerce-breadcrumb a, a.added_to_cart {
    color: var(--bs-dark);
}
#my-account-menu {
    float: left;
    width: 100%;
    box-sizing: border-box;
    max-width: 300px;
}
.woocommerce-info {
    border-top-color: var(--bs-primary);
}
/* a.added_to_cart {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
} */
body .entry-content .alignwide {
    max-width: 100%;
}
.form-card img.img-size {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.form-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d1acce;
}
.card.register-area {
    border: none;
    padding: 10px 30px;
}
.bio-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
} 
.modal button.btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 20px;
    color: #fff !important;
    z-index: 11;
    background: #9b0101;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: 1;
}
.modal button.btn-close:hover{
    background: #9b0101;
    opacity: 1;
}
.untree_co-section {
    padding: 7rem 0; }
    form.wpcf7-form label{
        width: 100%;
    }
  .form-control, form.wpcf7-form .wpcf7-form-control {
    height: 50px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
    font-family: "Inter", sans-serif; }
    .form-control:active, .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #3b5d50;
      -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
    .form-control::-webkit-input-placeholder {
      font-size: 14px; }
    .form-control::-moz-placeholder {
      font-size: 14px; }
    .form-control:-ms-input-placeholder {
      font-size: 14px; }
    .form-control:-moz-placeholder {
      font-size: 14px; }
  
  .service {
    line-height: 1.5; }
    .service .service-icon {
      border-radius: 10px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: var(--bs-primary);
      margin-right: 20px;
      color: #ffffff; }
  
      form.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
    height: 120px !important; }

    form.wpcf7-form input[type=submit] {
        box-shadow: inset 0 0 0 0 var(--bs-primary);
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        font-weight: 600;
        transition: .5s;
        background-color: #d1acce;
        border-color: #d1acce;
        font-size: 1rem;
        border-radius: 10px;
        display: inline-block;
        height: auto !important;
    }
    form.wpcf7-form input[type=submit]:hover {
        opacity: 0.8;
    }
    .woocommerce .woocommerce-breadcrumb {
        display: none;
    }
    /* blog style */
    .di-blog-articls h1 {
        font-size: clamp(2rem, 3.5vw, 3rem);
        margin-top: 1em;
        margin-bottom: 0.5em;
        font-weight: 600;
    }
    .top-banner {
        height: 400px;
        width: 100%;
        margin-bottom: 40px;
        border-radius: 10px;
        overflow: hidden;
    }
    .top-banner img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
        object-position: center;
    }

.di-blog-articls h2 {
    font-size: clamp(1.75rem, 2.5vw, 2.5rem);
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.di-blog-articls h3 {
/*     font-size: clamp(1.5rem, 2vw, 2rem); */
	 font-size: clamp(1.2rem, 2vw, 1.7rem);
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.di-blog-articls h4 {
/*     font-size: clamp(1.25rem, 1.8vw, 1.75rem); */
	 font-size: clamp(1.21rem, 1.8vw, 1.4rem);
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.di-blog-articls h5 {
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    /* margin-top: 1em; */
    margin-bottom: 0.5em;
}

.di-blog-articls h6 {
    font-size: clamp(0.875rem, 1.5vw, 1.25rem);
    margin-top: 1em;
    margin-bottom: 0.5em;
}

/* Fluid font size and spacing for paragraphs using clamp() */
.di-blog-articls p {
    font-size: clamp(1rem, 1.1vw, 1.25rem);
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 16px;
    color: #5e5d5d;
}

.di-blog-apps-sec .di-blog-products-writer-content span {
    font-size: clamp(1rem, 1.1vw, 1.25rem);
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 16px;
    color: #5e5d5d;
}

.di-blog-articls p strong,
.di-blog-articls p b {
    color: #444;
}

.blog-left-content .posted-date {
    margin-left: 0;
    display: none;
}

.blog-left-content .posted-date li {
    list-style: none;
}
.custom-log-in.page-template-default .woocommerce {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0px auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-radius: 10px;
    border: 1px solid var(--bs-primary);
    overflow: hidden;
    padding: 40px;
    padding-left: 47%;
    width: 100%;
    min-height: 500px;
    position: relative;
}

.custom-log-in .custom-login-image {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.custom-log-in .custom-login-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.custom-log-in h2 {
    width: 100%;
}
.custom-log-in form.woocommerce-form.woocommerce-form-login.login {
    padding: 0px;
    border: none;
    width: 100%;
}
.custom-log-in .page-template-default .woocommerce h2 {
    font-weight: bold;
}
.separate-containers main.site-main {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
}
.nav-previous {
    margin-top: 10px;
}
.separate-containers .site-main .entry-title {
    margin-bottom: 0;
    /* text-align: center; */
}
span.cart-count {
    position: absolute;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    top: -4px;
    right: -5px;
}
.woocommerce ul.products li.product .onsale {
    min-height: unset;
    line-height: 1.2;
    padding: 6px 10px;
    top: 0px;
    border-radius: 5px;
}
.breadcrumb{
    margin-left: 0px;
}
.cstm-team-card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.latest-posts {
    border-radius: 20px;
    padding: 60px 20px 20px 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    margin-top: 30px;
    box-shadow: 0px 4px 20px -10px rgba(0, 0, 0, 0.25);
    background: var(--bs-primary);
}
.latest-posts>h4 {
    background-color: #d68fd1;
    border-radius: 20px;
    color: #202135;
    -webkit-box-shadow: 0px 4px 20px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px -10px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    padding: 20px 15px;
    text-align: center;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.l-p-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}
.l-p-image {
    width: 75px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 75px;
    max-width: 75px;
    border-radius: 5px;
    overflow: hidden;
}
.l-p-text {
    width: calc(100% - 70px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 110px) !important;
    flex: 0 0 calc(100% - 75px) !important;
    max-width: calc(100% - 75px) !important;
    padding-left: 15px;
}
.l-p-list a+a {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.l-p-list {
    max-height: 70vh;
    overflow: auto;
}
.l-p-text h6 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.l-p-list::-webkit-scrollbar {
    width: 10px;
  }
  .l-p-list::-webkit-scrollbar-track {
    background: #c0c0c0;
    border-radius: 10px;
}
.l-p-list::-webkit-scrollbar-thumb {
    background: #d68fd1;
    border-radius: 10px;
}
#bioModal figure {
    position: relative;
    padding-top: 40% !important;
    border-radius: 10px;
    overflow: hidden;
    max-width: 500px;
    margin: auto auto 30px auto;
}
#bioModal figure img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.modal-body {
    max-height: 70vh;
    overflow: auto;
}
#bioModal .modal-dialog {
    width: 90%;
}
label {
    font-size: 14px;
}
form.wpcf7-form .wpcf7-form-control::placeholder {
    color: #adadad;
}

form.wpcf7-form .wpcf7-form-control {
    font-size: 16px;
    margin-top: 5px;
}

@media(max-width: 1200px) {
    .about .about-img .about-img-inner {
        max-width: 140px;
    }
    body h4 {
        font-size: 20px;
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
    .blog-post.col-lg-4 {
        width: 50%;
    }
}
@media(max-width: 1199px) {
    .woocommerce ul.products> li.product {
        width: calc(50% - 18px);
    }
}
@media(min-width: 992px) {
    body .entry-content .alignwide {
        max-width: 85%;
        margin: auto;
    }
}
@media (min-width: 768px) {
    .gradient-form {
        min-height: 100vh !important;
    }
}
@media(max-width: 768px){
    .woocommerce form.woocommerce-ordering select {
        width: 100%;
    }
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
        float: none;
    }
}
@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}
@media(max-width: 767px) {
    .testimonial .testimonial-item .testimonial-inner {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
    .shop-sec-blk-text {
        text-align: right;
    }
    .offer img {
        max-height: 50%;
    }
    section.choose-sec .about-img, section.choose-sec .feature-img {
        min-height: 550px;
    }
    section.choose-sec {
        padding-bottom: 0 !important;
    }
    body h3 {
        font-size: 24px;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }
}
@media(max-width: 376px) {
    .about .about-img .about-experience {
        display: none;
    }
    .shop-sec-blk-text h2 {
        font-size: 22px;
    }
}