@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}

/* ====================== [ Start Cursor Style ] ====================== */
body {
    cursor: none;
}

a{
    display: inline-block;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #12c2e9;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #12c2e9;
    opacity: .3;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #12c2e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

/* ====================== [ End Cursor Style ] ====================== */
p,
li,
a,
button,
span,
h5,
h6 {
    /* font-family: 'Jost', sans-serif; */
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #e22726;
    text-decoration: none;
}

a,
button {
    color: #000000;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    font-weight: 800;
}

h1,
h2,
h3 {
    font-family: 'Jost', sans-serif;
    margin-top: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

/*==============================
Preloader CSS
=================================*/
.d-table-cell {
    display: table-cell !important;
    vertical-align: middle;
}

.d-table {
    display: table !important;
    width: 100%;
    height: 100%;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #161616;
}

.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fc7001;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: circle-in 1.4s infinite ease-in-out both;
    animation: circle-in 1.4s infinite ease-in-out both;
}

.spinner .circle1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .circle2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes circle-in {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes circle-in {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*==============================
Preloader CSS End
=================================*/
/*slider-main*/
.main-slider h2 {
    position: relative;
    display: block;
    font-size: 54px !important;
    color: #ffffff;
    font-weight: 600;
    line-height: 66px;
    z-index: 1;
}

.main-slider h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
    padding-right: 64px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
}

.btn-style-one {
    background: #e22726;
    display: block;
    float: left;
    border-radius: 8px;
    width: 80px;
    height: 80px;

}

.bootom-box {
    position: relative;
}

.bootom-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(10 10 10 / 73%);
}

.min-img {
    width: 100%;
}

.po-b-box {
    position: absolute;
    padding: 20px;
    top: 0;
}

.po-b-box span {
    position: relative;
    color: #e22726;
    font-size: 35px;
    font-weight: 700;
    padding-left: 1.5em
}

.po-b-box span:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #e22726;
    position: absolute;
    left: 0;
    top: 38%;
}

.po-b-box span:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #e22726;
    position: absolute;
    left: 0;
    top: 55%;
}

.po-b-box h3 {
    color: #e22726;
    font-size: 22px;
    margin: 20px 0;
}

.po-b-box h5 {
    color: #dfdfdf;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

.po-b-box a {
    background: #385dab;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 7px;
    text-align: center;
    line-height: 60px;
    margin-top: 15px;
}

.po-b-box a img {
    width: 75%;
}

.bottom-s {
    position: relative;
}

.bottom-s:before {
    content: "";
    background: #e22726;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
}

/*slider-main-end*/
/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 16px;
    border-radius: 6px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #e31c25;
    transition: 1s ease;
    border: none;
    opacity: 0;
}

.scroll-top.open {
    bottom: 30px;
    opacity: 1;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: #ffbe00;
}

.minsection {
    width: 100%;
    float: left;
}

/*.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
     display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;   
    background-position: bottom;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    padding: 7em 0;
    min-height: 537px;
}

.po-text-gym {
    text-align: left;
    position: absolute;
    left: 7%;
    width: 45%;
}
    .po-text-gym h1 {
        color: #fff;
        font-size: 10vh !important;
        text-transform: uppercase;
        font-weight: 500;
    }
    .po-text-gym h4 {
        color: #fff;
        font-weight: normal;
        font-size: 30px;
    }
    .po-text-gym ul {
        width: 100%;
        margin-top: 30px;
    }
    .po-text-gym ul li { float:left; margin-right:20px;
    }
.po-text-gym ul li a {
    display: inline-block;
    padding: 16px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.po-text-gym ul li .line-b {
    background: transparent;
    border: 2px solid #e31c25;
    color: #e31c25;
}
.po-text-gym ul li .line-bg {
    background: #e31c25;
    color: #fff;
}
.po-text-gym ul li .line-b:hover {
    background: #fff;
    border: 2px solid #e31c25;
    color: #e31c25;
}
.po-text-gym ul li .line-bg:hover {
    background-color: #fff;
    color: #e31c25;
}*/
/*.min-text-line h2 {
    color: #e31c25;
    line-height: 45px;
    font-size: 38px;
}
.about-top{ position:relative; overflow:hidden}
    .about-top:before {
        content: "";
        position: absolute;
        background: #e31c25;
        width: 35%;
        right: 0;
        top: 0;
        bottom: 0;
    }
.min-text-line-img{ position:relative;}
span.po-play {
    position: absolute;
    left: 22px;
    top: 22%;
    
}
.cer-play {
    width: 80px;
    height: 80px;
    padding: 20px;
    background: #e31c25;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}
    .cer-play img {
        height: 40px;
        margin: auto;
        display: block;
        line-height: 80px;
    }
    .cer-play:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        background: transparent;
        left: -10px;
        right: 0;
        top: -10px;
        bottom: 0;
        border-radius: 50%;
        border: 2px dotted #e31c25;
        -webkit-animation: rotate 6s linear infinite;
        -moz-animation: rotate 6s linear infinite;
        -ms-animation: rotate 6s linear infinite;
        -o-animation: rotate 6s linear infinite;
        animation: rotate 6s linear infinite;
    }*/
.about-bg {
    position: relative;
    overflow: hidden
}

.about-bg:before {
    content: "";
    position: absolute;
    background: #e31c25;
    width: 18%;
    left: 0;
    top: 0;
    bottom: 0;
}

.min-ab-img {
    position: relative;
}

span.po-ab-img {
    position: absolute;
    right: -18%;
    width: 59%;
    top: 13%;
}

.play-po-ab {
    position: absolute;
    bottom: 0;
    width: 32%;
    background: #e31c25;
    padding: 18px;
    right: -18%;
    height: 14.4%;
    text-align: center;
}

.play-po-ab img {
    height: 30px;
}

.po-head {
    font-size: 27vh;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    top: -110px;
    opacity: 0.1;
    color: #a6a6a6;
    z-index: -1;
}

.min-con-about h5 {
    text-transform: uppercase;
    font-size: 16px;
    color: #e31c25;
    font-weight: 500;
    margin-bottom: 4%;
}

.min-con-about h2 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 20px;
}

p {
    color: #2c2c2c;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}

.read-more {
    display: inline-block;
    padding: 15px 45px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #161616;
    color: #fff;
    margin-top: 20px;
    font-size: 22px;
    font-weight: normal;
}

.goal-sec {
    position: relative;
}

.min-gol {}

.po-text-go {}

.min-gol h5 {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    line-height: 1.8;
}

.min-gol {
    padding-top: 3em;
}

.min-gol h2 {
    font-size: 47px;
    font-weight: 500;
    margin-bottom: 20px;
    overflow-wrap: break-word;
}

.po-text-go {
    font-size: 20vh;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    top: -78px;
    opacity: 0.1;
    color: #a6a6a6;
    z-index: -1;
    left: -19%;
}

.min-goal {
    position: relative;
}

.bg-red {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e31c25;
    color: #161616;
    font-size: 23px;
    padding: 15px;
    width: 100%;
    text-align: center;
}

.min-goal:hover .bg-red {
    /*border-left: 6px solid #e31c25;
    border-top: 6px solid #e31c25;*/
    background: #161616;
    color: #fff;
}

.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 10px;
    font-size: 35px !IMPORTANT;
    line-height: 50px !IMPORTANT;
    color: #fff !important;
}

.owl-demo-test-3 .owl-nav button.owl-prev {
    background-color: #161616 !important;
}

.owl-demo-test-3 .owl-nav button.owl-next {
    background-color: #e31c25 !important;
}

.owl-demo-test-3 .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.stories-sec {
    background-color: #161616;
    position: relative
}

.pb-230 {
    padding-bottom: 12em;
}

.test-head {
    background-color: #e31c25;
    padding: 2em;
}

.test-head h4 {
    font-size: 40px;
    margin-bottom: 1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.min-text-stories {
    background: #fff;
    padding: 20px;
    min-height: 197px;
}

.min-text-stories h3 {
    font-size: 19px;
    color: #161616;
}

.min-text-stories h5 {
    font-size: 15px;
    color: #161616;
    font-weight: normal
}

.min-text-stories p {
    font-size: 15px;
    line-height: 1.6;
}

.po-r-stories {
    position: absolute;
    right: 6%;
    top: 35%;
    min-width: 65%;
}

.test-head {
    position: relative
}

.test-head:before {
    content: "";
    position: absolute;
    background-image: url(../images/muscle.png);
    width: 80px;
    height: 80px;
    background-size: cover;
    right: 0;
    top: 15px;
}

.head-t-stories {
    font-size: 24vh;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    top: -48%;
    opacity: 0.1;
    color: #ffffff;
    right: 0;
}

.po-bottom-img {
    position: absolute;
    width: 135px;
    bottom: 5%;
    left: 7%;
}

.owl-demo-test-3.Stories-slide .owl-nav {
    position: absolute;
    left: -12%;
    bottom: 35%;
}

.owl-demo-test-3.Stories-slide .owl-nav button.owl-next {
    background-color: #161616 !important;
}

.no-m {
    margin: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.test-monial {
    position: relative;
}

.min-text-test {
    background: #f8f8f8;
    padding: 30px;
    position: relative;
}

.min-text-test p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.test-i span {
    width: 50px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.po-r-test {
    position: absolute;
    right: 6%;
    top: 10%;
    min-width: 69%;
}

.po-r-test .col-md-4 {
    padding: 0px 5px;
}

.test-i h3 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
    display: inline-block;
    line-height: 24px;
}

.test-i h6 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal
}

.test-i span img {
    border-radius: 50%;
}

.test-i {
    margin-top: 25px;
}

.min-test-text {
    margin-left: 17%;
    margin-bottom: 5em;
    position: relative;
}

.min-text-test:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40%;
    background: #161616;
    left: 12px;
    top: 10%;
}

.min-test-text span {
    width: 80px;
    height: 80px;
    background: #e31c25;
    display: inline-block;
    font-size: 45px;
    text-align: center;
    font-weight: normal;
}

.min-test-text h2 {
    position: absolute;
    top: 37px;
    left: 77px;
    font-size: 40px;
    font-weight: 500;
    color: #212121;
}

.head-test-m-text {
    font-size: 17vh;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    left: 38%;
    opacity: 0.1;
    color: rgb(166 166 166 / 46%);
    z-index: -1;
    top: 4%;
}

.gallery-bg {
    position: relative;
    background: #e31c25;
    overflow: hidden
}

.sec-one {
    width: 20%;
    padding: 0px 7px;
    float: left
}

.sec-one:nth-child(2) {
    margin-top: 4%;
}

.sec-one:nth-child(4) {
    margin-top: 4%;
}

.min-gallery {
    position: relative;
}

.bg-line {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #161616;
    font-size: 20px;
    padding: 10px;
    width: 80%;
    color: #e31c25;
    padding-left: 25%;
}

.bg-line:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #e31c25;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mid-text {
    text-align: center;
    margin-bottom: 3em;
}

.mid-text span {
    font-size: 28vh;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    left: 0;
    right: 0;
    opacity: 0.1;
    color: #ffffff;
    top: -80%;
    margin: auto;
}

.mid-text h2 {
    font-size: 40px;
    color: #161616;
    position: relative;
    z-index: 9;

}

.t-one-img {
    position: absolute;
    width: 100px;
}

.one-g {
    right: 6%;
    top: 7%;
    opacity: 0.2;
    transform: rotate(-26deg);
}

.two-g {
    right: 6%;
    bottom: 2%;
    opacity: 0.2;
    transform: rotate(26deg);
}

.three-g {
    left: 6%;
    bottom: 2%;
    opacity: 0.2;
    transform: rotate(-26deg);
}

/*About Us*/
.sub-banner {
    width: 100%;
    background-image: url(../images/sunbanner.png);
    display: inline-block;
    position: relative;
    background-attachment: fixed;
    background-position: top center;
}

.text-line h1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 220px !important;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    color: #929292;
    font-weight: 800;
}

.sub-banner:before {
    content: "";
    position: absolute;
    background: rgb(6 6 6 / 52%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.text-c {
    display: inline-block;
    color: #fff;
    text-align: center
}

.text-line ul li {
    float: left;
    margin: 0px 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.color-t {
    color: #e31c25;
}

.l-text-p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    left: -20px;
    font-size: 72px;
    text-transform: uppercase;
    opacity: 0.03;
    font-weight: 700;
    top: -10px;
}

.pr {
    position: relative
}

.po-t-years {
    font-size: 45px;
    background: #e31c25;
    position: absolute;
    bottom: 80px;
    left: -53px;
    padding: 15px 20px;
    line-height: 75px;
    text-transform: uppercase;
}

.po-t-years span {
    font-weight: 700;
    font-size: 90px;
    float: left;
    margin-right: 10px;
}

.play-b {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background: #161616;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
}

.play-b img {
    height: 30px;
}

.play-b:before {
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0.6;
    border: 1px dashed #ffffff;
}

.po-a-who {
    background-color: #e31c25;
    padding: 50px;
    width: 38%;
    position: absolute;
    bottom: 0;
    padding-top: 65px;
}

.min-slace {
    background: #2c2c2c;
    color: #e31c25;
    width: 70px;
    height: 70px;
    display: block;
    line-height: 70px;
    text-align: center;
    font-size: 35px;
    position: absolute;
    top: -32px;
}

.po-a-who h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.po-a-who p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px;
}

.play-b-w {
    position: absolute;
    bottom: 0;
    left: 38.1%;
    cursor: pointer;
    background: #e31c25;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
}

.play-b-w::before {
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0.6;
    border: 1px dashed #161616;
}

.play-b-w img {
    height: 30px;
}

.l-text-r-t {
    writing-mode: vertical-rl;
    text-orientation: upright;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    right: -20px;
    font-size: 65px;
    text-transform: uppercase;
    opacity: 0.03;
    font-weight: 700;
    top: -10px;
}

.mi-vi .pl-0 {
    padding-left: 0px;
}

.mi-vi .pr-0 {
    padding-right: 0px;
}

.mi-vi .row {
    margin: 0px;
}

.text-up h2 {
    text-transform: uppercase
}

.l-text-hor {
    left: 0.4em;
    font-size: 136px;
    text-transform: uppercase;
    opacity: 0.03;
    font-weight: 600;
    top: 0;
    position: absolute;
}

.num-t {
    font-size: 155px;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    color: #e31c25;
    margin-top: 30px;
    line-height: 130px;
    display: inline-block;
    margin-bottom: 10px;
}

.num-po-1 {
    margin-left: -140px;
}

.num-po-2 {
    margin-right: -140px;
    z-index: 999;
    position: relative;
}

.text-r {
    text-align: right !important
}

.tr-n {
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    position: absolute;
    z-index: 9;
    background: #e31c25;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 150px;
    line-height: 7.5;
    font-size: 33px;
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
}

.min-con-tr {
    text-align: center;
    padding-top: 20px;
}

.min-con-tr h3 {
    color: #161616;
    font-size: 22px;
}

.min-con-tr h5 {
    font-size: 17px;
    color: #4e4e4e;
    font-weight: normal;
}

.z-m {
    position: relative;
    z-index: -1;
}

.services-section:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    background: #e31c25;
    right: 0;
    top: 0;
}

.play-b-s {
    position: absolute;
    bottom: 0;
    right: 0%;
    cursor: pointer;
    background: #e31c25;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
}

.play-b-s::before {
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0.6;
    border: 1px dashed #161616;
}

.play-b-s img {
    height: 30px;
}

.top-head h2 {
    font-size: 40px;
    color: #161616;
    position: relative;
    z-index: 9;
    font-weight: 500;
}

.po-tr {
    right: 0;
    font-size: 100px;
    text-transform: uppercase;
    opacity: 0.03;
    font-weight: 800;
    top: 0;
    position: absolute;
    line-height: 34px;
}

/*Service*/
.ber-bg-before {}

.min-t {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.min-t {
    background: #e31c25
}

.min-ser img {
}

.ser-num {
    position: absolute;
    left: 10px;
    font-size: 25px;
    top: 10px;
    font-weight: 500;
}

.bg-black {
    padding: 19px;
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.po-ab-click {
    width: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222222;
}

.po-ab-click img {
    width: 20px;
    filter: invert(1);
}

.ber-bg-before:before {
    content: "";
    background: #161616;
    width: 100%;
    height: 55%;
    position: absolute;
    top: 0;
}

.red-t h2 {
    color: #e31c25;
    font-weight: 500;
}

.red-t .po-tr {
    opacity: 0.07;
    color: #fff;
}

.ser-d {
    left: 0;
    font-size: 121px;
    text-transform: uppercase;
    opacity: 0.03;
    font-weight: 600;
    top: -10px;
    position: absolute;
    line-height: 16px;
}

.ser-num-t {
    font-size: 172px;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    color: #e31c25;
    margin-top: 0px;
    line-height: 130px;
    display: inline-block;
    margin-bottom: 10px;
    float: left;
    width: 25%;
}

.head-t {
    float: left;
    width: 75%;
}

.min-so-text h5 {
    text-transform: uppercase;
    font-size: 16px;
    color: #e31c25;
    font-weight: 500;
    margin-bottom: 4%;
}

.min-text-cont {
    width: 100%;
    display: inline-block;
}

.min-con-ser {
    width: 100%;
    display: inline-block;
}

.img-left-s {
    width: 35%;
    display: inline-block;
}

.min-ser-text {
    width: 65%;
    float: left;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.text-con-ser {
    background: #e31c25;
    padding: 30px;
}

.text-con-ser h4 {
    font-size: 23px;
    font-weight: normal;
    line-height: 32px;
    margin: 0px;
}

.head-t h2 {
    font-size: 38px;
    font-weight: 500;

}

.min-ser-sec-det-img h4 {
    font-size: 25px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 20px;
}

.po-t-ser {
    left: 3.5em;
    font-size: 136px;
    text-transform: uppercase;
    opacity: 0.03;
    font-weight: 600;
    top: 0;
    position: absolute;
    line-height: 90px;
}

.top-head h5 {
    text-transform: uppercase;
    font-size: 16px;
    color: #e31c25;
    font-weight: 500;
    margin-bottom: 2.5%;
}

.mt-n-b h2 {
    margin-bottom: 15px;
}

.mt-n-b .po-tr {
    line-height: 97px
}

/*class*/
.min-class-list {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}

.min-class-list::after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgb(227 28 37 / 78%) 2%, #ff99cc00 70%);
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
}

.po-cl-i {
    position: absolute;
    width: 65px;
    height: 65px;
    background: #e31c25;
    border-radius: 50%;
    left: 15px;
    top: 15px;
    text-align: center;
    line-height: 60px;
}

.po-cl-i img {
    height: 45px;
}

.po-t-cl-name {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.po-class-det {
    position: absolute;
    right: 4em;
    top: 4em;
    background: #e31c25;
    padding: 30px;
    width: 30%;
    bottom: 4em;
}

.po-class-det h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 1em;
}

.po-class-det ul {}

.po-class-det ul li {
    display: inline-block;
    width: 100%;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    line-height: 78px;
}

.po-class-det ul li span {
    font-size: 55px;
    margin-right: 20px;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    color: #15191c;
    float: left;
}

.play-b-c {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background: #e31c25;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
}

.play-b-c::before {
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0.6;
    border: 1px dashed #161616;
}

.play-b-c img {
    height: 30px;
}

/*Class Details*/
.mar-auto {
    margin: auto
}

.min-t-class h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}

.text-r {
    text-align: right
}

/*Blogs*/
.min-blog-show {
    position: relative;
    margin-bottom: 30px;
}

.po-ab-blog {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: rgb(22, 22, 22);
    width: 90%;
    text-align: left;
    background: rgba(227 28 37 / 76%);
    padding: 15px;
}

.po-ab-blog h3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    margin-bottom: 0px;
}

.po-ab-blog a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}

.min-con-blog {
    padding-top: 20px;
}

.date-l {
    font-size: 15px;
    color: #747474;
    font-weight: normal;
    margin-bottom: 15px;
    display: block;
}

.min-con-blog h3 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 21px;

}

.min-con-blog h3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 28px;
    margin-bottom: 15px;
}

.read-more-b {
    font-size: 23px;
    color: #e31c25;
    padding-bottom: 15px;
    display: block;
}

.min-blog-list-two {
    margin-bottom: 25px;
}

.min-blog-list-two:hover .min-con-blog h3 a {
    color: #e31c25;
}

.min-blog-list-two:hover .read-more-b {
    color: #161616;
}

/*Blog With Sidebar*/
.blog-widget {
    padding: 20px;
    background: #222222;

}

.sidebar-heading {
    color: #ffffff;
    margin-bottom: 30px;
}

.blog-categories ul li {
    background: rgba(227 28 37 / 76%);
    padding: 5px 10px;
    margin-bottom: 10px;
}

.blog-categories ul li:hover {
    background: #ffffff;

}

.blog-categories ul li a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
}

.blog-categories ul li:hover a {
    color: #000000;

}

.post-image {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.post-title {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.post-title p {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
}

.blog-recent-post ul li {

    margin-bottom: 10px;
}

.blog-recent-post ul li a {
    color: #ffffff;
}

.blog-recent-post ul li a:hover p {
    color: #e31c25;
}

/*Blog-details*/
.social-bg {
    background: #161616;
    width: 90%;
    display: block;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
}

.social-bg ul li {
    margin: 14% 0;
}

.social-bg ul li a {
    text-align: center;
    font-size: 26px;
    width: 55px;
    height: 55px;
    display: inline-block;
    line-height: 55px;
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
}

.twitter-change-so {
    background: #0d99bc
}

.facebook-change-so {
    background: #073c94
}

.pinterest-change-so {
    background: #e31c25
}

.instagram-change-so {
    background: #800a8b
}

.youtube-change-so {
    background: #ac0a0a
}

.con-blog-det h3 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 15px;
}

.bl-quote blockquote {
    background: #e31c25;
    padding: 50px;
    position: relative;
}

.bl-quote blockquote:before {
    content: "";
    position: absolute;
    background: #161616;
    width: 4px;
    height: 100%;
    left: 0px;
    top: 0;
}

.min-slace-bl {
    font-size: 45px;
    margin-bottom: 25px;
    display: block;
}

h3 {
    font-size: 25px;
    line-height: 34px;
}

.tag-user span {
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.tag-user {
    margin-top: 25px;
}

.user-name {
    padding-top: 15px;
}

.user-name h4 {
    color: #fff;
    font-weight: 500;
}

.user-name h5 {
    color: #fff;
    font-weight: normal;
}

.fl-right {
    float: right
}

.blog-comment-post {
    background-color: #080a0b;
    background-image: url(../images/blogbg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.post-com .form-com {
    background: #fff;
    height: 57px;
    padding: 15px;
    color: #161616;
    border: none;
}

.post-com .form-group {
    margin-bottom: 25px;
}

.form-com-message {
    min-height: 100px;
    background: #fff;
    border: none
}

.comment-re h2 {
    color: #e31c25;
}

.comment-re p {
    color: #fff;
    margin-bottom: 25px;
}

.form-btn {
    display: inline-block;
    padding: 16px 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e31c25;
    color: #fff;
    font-size: 24px;
    border: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.form-btn:hover {
    background-color: #fff;
    color: #e31c25;
}

.bg-red-bg {
    background: #e31c25
}

.review-d h2 {
    color: #131313;
    margin-bottom: 41px;
    font-weight: 600;
}

.list-com {
    margin-bottom: 15px;
}

.user-icon {
    width: 100px;
    float: left;
    position: relative;
    margin-right: 0px;
    text-align: center;
}

.user-icon:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: transparent;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px dashed #252525;
    -webkit-animation: rotate 6s linear infinite;
    -moz-animation: rotate 6s linear infinite;
    -ms-animation: rotate 6s linear infinite;
    -o-animation: rotate 6s linear infinite;
    animation: rotate 6s linear infinite;
}

.user-icon img {
    border-radius: 50%;
    width: 70px !IMPORTANT;
    height: 70px;
    margin: 0px !IMPORTANT;
    display: inline-block !IMPORTANT;
}

.comment-b {
    background: #272727;
    display: inline-block;
    width: 90%;
    margin-left: 11px;
    padding: 25px;
    border-radius: 5px;
    position: relative;
}

.reply-com {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #5b5b5b;
    color: #c4c4c4;
    border-radius: 5px 0px;
    border: none;
    width: auto;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
}

.comment-b h4 {
    font-size: 22px;
    font-weight: 500;
    color: #e31c25;
}

.po-date {
    color: #747474;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 24px;
    font-weight: normal;
}

.comment-b p {
    color: #fff;
}

.comment-b-reply {
    width: 87%;
    display: inline-block;
    margin-left: 13%;
    margin-top: 10px;
}

.comment-b-show {}

.comment-b-reply .comment-b {
    width: 88.5%;
}

/*trainer*/
.min-tr-text p {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}

.bg-tr-red {
    background-color: #e31c25
}

.bg-tr-bla {
    background-color: #161616;
}

.icon-box-tr {
    text-align: center;
    padding: 35px;
}

.pd-no {
    padding: 0px;
}

.icon-box-tr span {}

.icon-box-tr img {
    height: 75px;
    margin-bottom: 25px;
}

.icon-box-tr h3 {
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
}

.trainer-list {
    margin-bottom: 30px;
}

.black-t span {
    top: -30px;
    font-size: 19vh;
    color: #a6a6a6 !important;
}

.content {
    display: none;
    padding: 20px;
    background: #f8f8f8;
}

.set {
    margin-bottom: 10px;
}

.set>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    background: #161616;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 24px;
}

.set>a span {
    font-size: 31px;
    font-weight: 400;
    margin-right: 10px;
    float: left;
    line-height: 37px;
}

.set>a i {
    float: right;
    margin-top: 2px;
}

.set>a.active {
    background: #e31c25
}

/*Contact*/
.add-con {
    text-align: center;
}

.add-con span {
    width: 50px;
    margin-bottom: 17px;
    display: inline-block;
}

.black-t p {
    font-size: 20px;
}

.heading-t {
    text-align: center
}

.post-contact .form-com {
    background: #d4d4d2;
    height: 57px;
    padding: 15px;
    color: #161616;
    border: none;
}

.post-contact .form-com-message {
    background: #d4d4d2;
    height: 150px;
    padding: 15px;
    color: #161616;
    border: none;
}

.post-contact .form-group {
    margin-bottom: 25px;
}

.form-btn-contact {
    display: inline-block;
    padding: 16px 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #161616;
    color: #fff;
    font-size: 24px;
    border: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.form-btn-contact:hover {
    background: #e31c25;
}

.copy-one-to.center {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #4f4f4f;
    padding-bottom: 30px;
}

.copy-one-to p {
    color: #c5c5c5;
}


/*Home2*/

.about-fitness img {
    width: 100%;
}

.about-flex-right {
    display: flex;
    margin-bottom: 30px;
}

.about-fitness-icon img {
    width: auto !important;
}

.about-fit-txt {
    padding-left: 20px;
}

.about-fit-txt h3 {
    font-weight: 600;
}

.fitness-training img {
    width: 100%;
}

.fitness-training-txt {
    padding: 7px;
    background: #000000ab;
}

.fitness-training-txt h3 {
    color: #FFF;
    margin: 0;
    font-size: 17px;
}

.f-classes {
    padding-left: 15px;
    margin-bottom: 20px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    color: #000000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    margin: 0 33px;

    font-weight: 500;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #F83030;
    color: #FFF;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent #Monday {
    display: block !important;
}

.time-schedule {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    padding: 10px 10px;
    background: #FFF;

}

.schedule {
    background: url(../images/schedule-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.schedule-h h2 {
    color: #FFF;
}

.time-schedule li {
    float: left;
    width: 33%;
}

.time-schedule li:last-child {
    text-align: end;
}

.time-schedule li:nth-child(2) {
    text-align: center;
}

.schedule-h {
    padding-bottom: 20px;
}

.join {
    padding: 4px 10px;
    background: #F83030;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
}

.expert-t img {
    width: 100;
}

.expert-team {
    padding-left: 15px;
    margin-bottom: 20px;
}

.expert-t-txt {
    padding: 7px;
    background: #000000ab;
}

.expert-t-txt h3 {
    color: #FFF;
    font-size: 17px;
    margin: 0;
}

.expert-t-txt span {
    font-size: 12px;
    color: #FFF;
}

.count-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #FFF;
    line-height: 40px;
}

.count-subtitle {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #FFF;
    line-height: 40px;
}

.counter {
    background: url(../images/counter.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s-card img {
    width: 100%;
}

.s-c {
    padding-left: 15px;
    margin-bottom: 20px;
}


.gymm {
    background: url(../images/who-banner.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #000000d1;
}

.gymm-des {
    text-align: center;
    color: #FFF;
}

.gymm-icon img {
    max-width: 100%;
    height: auto;
}

.gymm-icon {
    text-align: center;
    padding-bottom: 20px;
}

.gymm-des p {
    color: #FFF;
}

.gymm-des h3 {
    text-transform: uppercase;
}

.get_icon img {
    width: 100%;
}

.heading-t strong {
    color: #e31c25;
}

/*About 2 CSS */
.po-a-who-2 {
    background-color: #e31c25;
    padding: 50px;
    width: 38%;
    position: absolute;
    bottom: 0;
    padding-top: 65px;
    left: 41em;
}

.min-con-about2 h5 {
    text-transform: uppercase;
    font-size: 16px;
    color: #e31c25;
    font-weight: 500;
    margin-bottom: 4%;
    text-align: center;
}

.min-con-about2 h2 {
    text-align: center;
}

.min-con-about2 p {
    text-align: center;
    padding: 0 11em;
}

.gymm2-icon img {
    width: 100px;
    height: auto;
}

.gymm2-icon {
    text-align: center;
    margin-top: 36px;
}

.gymm2-des {
    TEXT-ALIGN: center;
    margin-top: 25px;
}

.feature-top-inner {
    background-color: #ff4647;
    border-top: 7px solid #d92a2b;
    position: relative;
    margin-top: 70px;
    min-height: 240px;
    padding-top: 65px;
    text-align: center;
    padding-bottom: 30px;
}

.feature-top-inner span.icon:before {
    content: '';
    display: block;
    width: 105px;
    height: 105px;
    position: absolute;
    top: -12px;
    left: -12px;
    border-radius: 50%;
    border: 10px solid rgba(218, 44, 45, 0.5);
}

.feature-top-inner span.icon img {
    vertical-align: middle;
    width: 57px;
}

.feature-top-inner span.icon {
    display: table-cell;
    position: absolute;
    top: -45px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #da2c2d;
    width: 90px;
    height: 90px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    line-height: 75px;
    color: #58595b;
}

/* Home four */

.ad-icon img {
    width: 55%;
}

.about-detail {
    display: flex;
}

/**
====================================================================
	Yoga Nature Style
====================================================================

***/

.nature-of-yoga {
    position: relative;
    padding: 80px 0px 0px;
    overflow: hidden;
}



.nature-of-yoga .auto-container {
    position: relative;
    z-index: 1;
}

.nature-of-yoga .sec-title {
    margin-bottom: 100px;
}

.nature-block {
    position: relative;
    margin-bottom: 50px;
}

.nature-of-yoga .nature-block {
    margin-bottom: 80px;
}

.nature-block .inner-box {
    position: relative;
    display: block;
    padding: 0px 30px 30px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.nature-block .inner-box:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    border-bottom: 1px solid #e31c25;
    width: 0%;
    transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
}

.nature-block .inner-box:after {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    border-left: 1px solid #e31c25;
    height: 0%;
    transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
}

.nature-block .inner-box:hover {
    color: #ffffff;
    background: #222222;
}

.nature-block .inner-box:hover:before {
    width: 100%;
}

.nature-block .inner-box:hover:after {
    height: 100%;
}

.nature-block .icon-box {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    margin: -50px auto 30px;
    border: 6px solid transparent;
    background: #e31c25;
    color: #ffffff;
    padding: 20px 10px;
    text-align: center;
    line-height: 100px;
    font-size: 60px;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.nature-block .inner-box:hover .icon-box {
    border-color: #cc5d63;
}

.nature-block h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #444444;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.nature-block .inner-box:hover h3 {
    color: #ffffff;
}

.nature-block .text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
}

.nature-block .styled-dots {
    position: relative;
    width: 30px;
    height: 2px;
    margin: 0 auto 30px;
}

.nature-block .styled-dots:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 10px;
    height: 2px;
    background: #e31c25;
}

.nature-block .styled-dots:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 18px;
    height: 2px;
    background: #a8a8a8;
}

span.looking-up img {
    width: 70%;
}

/**
====================================================================
	Two Column Fluid Style
====================================================================

***/

.two-col-fluid {
    position: relative;
    padding: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.two-col-fluid:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #e31c25;
}

.tabbed-events {
    position: relative;
    z-index: 1;
}

.two-col-fluid .left-column {
    position: relative;
    float: left;
    width: 50%;
}

.tabbed-events .left-column .inner-box {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 70px 20px;
}

.tabbed-events .event-btn {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-right: 120px;
    background: #ffffff;
    cursor: pointer;
    min-height: 165px;
}

.tabbed-events .event-btn:last-child {
    margin-bottom: 0px;
}

.tabbed-events .event-btn:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-left: 15px solid #000;
    opacity: 0;
}

.tabbed-events .event-btn.active:after {
    right: -28px;
    opacity: 1;
}

.tabbed-events .event-btn .event-date {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 120px;
    height: 100%;
    padding: 48px 15px 20px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    background: #000;
}

.tabbed-events .event-btn .event-date .day {
    display: block;
}

.tabbed-events .event-btn .text-content {
    position: relative;
    padding: 22px 25px;
}

.tabbed-events .event-btn .text-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #444444;
    font-weight: 600;
}

.tabbed-events .event-btn .text-content .text {
    font-size: 15px;
}

.two-col-fluid .right-column {
    position: relative;
    float: right;
    width: 50%;
}

.tabbed-events .right-column .inner-box {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
    padding: 110px 20px 80px;
    color: #ffffff;
}

.tabbed-events .right-column .sec-title h2,
.tabbed-events .right-column .sec-title .desc-text {
    color: #ffffff;
}

.tabbed-events .right-column .sec-title .styled-line:before,
.tabbed-events .right-column .sec-title .styled-line:after {
    background: #ffffff;
}

.tabbed-events .right-column .default-text {
    margin-bottom: 30px;
}

.event-form-box .form-group {
    position: relative;
    margin-bottom: 35px;
}

.tabbed-events .event-form-box {
    display: none;
}

.tabbed-events .event-form-box.collapsed {
    display: block;
}

.event-form-box .form-group>.icon {
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

.event-form-box .form-group>.fa-mobile-phone {
    font-size: 18px;
}

.event-form-box .form-group input[type="text"],
.event-form-box .form-group input[type="password"],
.event-form-box .form-group input[type="email"],
.event-form-box .form-group input[type="tel"],
.event-form-box .form-group input[type="number"],
.event-form-box .form-group select,
.event-form-box .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    background: none;
    line-height: 24px;
    padding: 9px 15px;
    border: 1px solid #ffffff;
    height: 44px;
    color: #ffffff;
}

.event-form-box ::-webkit-input-placeholder {
    color: #ffffff !important;
}

.event-form-box ::-moz-placeholder {
    color: #ffffff !important;
}

.event-form-box :-ms-input-placeholder {
    color: #ffffff !important;
}

.event-form-box input:-moz-placeholder {
    color: #ffffff !important;
}

.event-form-box input[type="submit"],
.event-form-box button {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 40px;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #000;
    background: #000;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
}

.event-form-box input[type="submit"]:hover,
.event-form-box button:hover {
    border-color: #ffffff;
    background: none;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section {
    position: relative;
    padding: 130px 0px 100px;
    color: #ffffff;
    background-color: #888888;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.video-section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.70;
}

.video-section .outer-box {
    position: relative;
    z-index: 1;
    max-width: 1650px;
    padding: 0px 0px;
    margin: 0 auto;
}

.video-section .outer-box .column {
    position: relative;
    padding: 0px 80px;
    text-align: center;
    margin-bottom: 30px;
}

.video-section .outer-box .image-box {
    position: relative;
    border: 5px solid #ffffff;
}

.video-section .outer-box .image-box img {
    display: block;
    width: 100%;
}

.video-section .outer-box .image-box .play-link {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.video-section .outer-box .image-box .play-link .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    opacity: 0.80;
}

.video-section .content-column .sec-title {
    margin-bottom: 40px;
}

.video-section .content-column .sec-title h2,
.video-section .content-column .sec-title .desc-text {
    color: #ffffff;
}

.video-section .content-column .sec-title .styled-line:before,
.video-section .content-column .sec-title .styled-line:after {
    background: #ffffff;
}

.video-section .content-column .default-text {
    margin-bottom: 50px;
    color: #e9e9e9;
}

.video-section .content-column .theme-btn {
    margin: 0px 12px 10px;
}


.video-section .content-column .theme-btn {
    margin: 0px 12px 10px;
}

.btn-style-three {
    position: relative;
    padding: 10px 40px;
    line-height: 24px;
    text-transform: uppercase;
    background: #e31c25;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #e31c25 !important;
    font-family: 'Lato', serif;
    letter-spacing: 1px;
}

.video-section .content-column .theme-btn {
    margin: 0px 12px 10px;
}

.btn-style-four {
    position: relative;
    padding: 10px 40px;
    line-height: 24px;
    text-transform: uppercase;
    background: #ffffff;
    color: #222222 !important;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #ffffff !important;
    font-family: 'Lato', serif;
    letter-spacing: 1px;
}

.min-lft{
    padding: 20px;
    width: calc(100% - 70px);
    min-height: 200px;
}

.min-lft .pr-nm{
    color: #fff;
    font-size: 20px;
}

.min-lft .pr-prc{
    color: #fff;
    font-size: 17px;
    margin: 10px 0 0 0;
}

.hover-img-ser{
    height: 100%;
    box-shadow: 0 0 30px #0001;
}

.pr .row{
    row-gap: 30px;
}

section{
    padding: 100px 0;
}

.quantity-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 146px;
    padding: 4px;
    border: 2px solid #222222;
    margin-bottom: 20px;
    border-radius: 10px;
}

.quantity-box button{
    border: 0;
    color: #333;
    background-color: transparent;
}

.quantity-box input{
    border: 0;
    color: #333;
    width: 100%;
    text-align: center;
}

.page-header{
    background-position: center;
    background-size: cover;
    height: 400px;
    padding: 100px 0 0 0;
}

.thm-breadcrumb{
    display: flex;
    gap: 10px;
    /* text-align: center; */
    margin: 0 auto;
}

.thm-breadcrumb a{
    color: #ffffff;
}

.cart-table .product-box .img-box {
    position: relative;
    display: block;
    width: 120px;
    border-radius: 0;
    overflow: hidden;
    margin-right: 35px;
}

.cart-table tbody td {
    font-size: 18px;
    color: var(--fixnix-gray);
    vertical-align: middle;
    border-top: 1px solid #e0e0e3;
    border-bottom: 1px solid #e0e0e3;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.cart-table .product-box .img-box img {
    width: 100%;
    border: 1px solid #e0e0e3;
}

.cart-total {
    position: relative;
    display: block;
    margin-bottom: 22px;
    margin-top: -9px;
}

.cart-table .product-box {
    display: flex;
    align-items: center;
}


.cart-total li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    gap: 50px;
    margin: 10px 0;
}

.cart-page__buttons{
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: end;

}

.cross-icon{
    border: none;
    color: #e31c25;
    background-color: transparent;
}

.checkout-sec .form-control {
    height: 50px;
    box-shadow: none;
    outline: none;
}

.checkout-sec label{
    margin-bottom: 0;
    margin: 15px 0;
}

.checkout-sec a {
    color: #e31c25;
}

.custom-lbl{
    line-height: 2;
}

img{
    max-width: 100%;
    display: block;
}

.ing-sec .ing-inr{
    padding: 10px;
    border: 1px solid #333;
    text-align: center;
}

.ing-sec .ing-inr h5{
    margin-bottom: 10px;
}

.ing-sec .row{
    row-gap: 30px;
}

.section-title__tagline-cn{
    border-bottom: 1px solid #333;
    display: inline-block;
}

/* Cookie */

#cookiePopup {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background: #404040;
	padding: 15px;
	/* display: flex; */
	flex-wrap: wrap;
	z-index: 999999;
	gap: 10px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: none;
}

#cookiePopup h4 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 15px;
}

#cookiePopup p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
	max-width: 850px;
}

#cookiePopup p a {
	color: #fff;
	text-decoration: underline;
}

.cookieBtns {
	display: inline-flex;
	gap: 10px;
}

.cookieBtns button {
	font-size: 15px;
	margin: 10px 0;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	background: transparent;
	cursor: pointer;
	transition: all 0.5s ease;
	border: 2px solid #fff;
}

.cookieBtns button:last-child {
	background-color: #fff;
	color: #000;
}


/*************************************/

/*-----------------------------------------------------------------------------------

    Project Name: Ovix - Digital Agency Creative Portfolio Template
    Author: XpressBuddy -->> (https://themeforest.net/user/xpressbuddy)
    Support: support@xpressbuddy.com
    Description: Ovix - Digital Agency Creative Portfolio Template
    Developer: Mohammad Wasim Mia -> contact@xpressbuddy.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	01. Theme default CSS
    02. header
    03. global
    04. hero
    05. about
    06. services
    07. counter
    08. marquee
    09. team
    10. cta
    11. project
    12. award
    13. testimonial
    14. blog
    15. careear
    16. feature
    17. brand
    18. funfact
    19. portfolio
    20. contact
    21. breadcrumb
    22. whyus
    23. career
    24. story
    25. shop
    26. faq
    27. backtotop
    28. mobile-menu
    29. preloader

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap");
:root {
  --font-body: 'Poppins', sans-serif;
  --font-heading: 'Chakra Petch', sans-serif;
  --color-primary: #ddd;
  --color-secondary: #F8E11E;
  --color-heading: #060606;
  --color-dark: #0F172A;
  --color-white: #fff;
  --color-black: #000;
  --color-default: #807474;
  --color-gray: #F8F8F8;
  --color-border: #EFF5F8;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  }

/* reset css start */
:root {
  scroll-behavior: auto; }

html {
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 27px;
  color: var(--color-default);
  background-color: #ffffff;
  }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0px;
  padding: 0px; }

button {
  cursor: pointer; }

*:focus {
  outline: none; }

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

button:focus {
  outline: none; }

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: inherit; }

a:hover {
  color: var(--color-primary); }

select {
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arrow.png);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-color: transparent;
  border: 0; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], form select, textarea {
  width: 100%;
  height: 45px;
  border-radius: 0;
  padding: 14px 20px;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
  font-weight: 500;
  border: 1px solid #F1F1F1;
  }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, form select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #807474;
    opacity: 1; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, form select::-moz-placeholder, textarea::-moz-placeholder {
    color: #807474;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, form select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #807474;
    opacity: 1; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, form select:-moz-placeholder, textarea:-moz-placeholder {
    color: #807474;
    opacity: 1; }

textarea {
  height: 137px; }

button {
  border: 0; }

table {
  width: 100%; }

p, li, span {
  margin-bottom: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit; }

/* reset css end */
/* global css start */
.nice-select {
  background-color: transparent;
  height: 75px;
  line-height: 73px;
  min-height: 70px;
  padding: 0 20px;
  width: 100%;
  padding: 0 46px;
  margin-bottom: 20px;
  background-color: #F3F4F5;
  border: 0;
  font-size: 16px; }
  .nice-select::after {
    border-bottom: 1.9px solid #B1B4BA;
    border-right: 1.9px solid #B1B4BA;
    height: 6px;
    right: 20px;
    width: 6px; }
  .nice-select .option:hover,
  .nice-select .option.focus,
  .nice-select .option.selected.focus {
    background-color: #F3F4F5; }
  .nice-select .list {
    width: 100%; }
    .nice-select .list li {
      margin-right: 0 !important; }
    .nice-select .list .option {
      color: var(--color-dark);
      font-weight: 500; }
      .nice-select .list .option.selected {
        font-weight: 600; }
      .nice-select .list .option.selected, .nice-select .list .option:hover {
        border: none !important; }

/* global css end */
.body_wrap {
  position: relative;
  overflow: hidden; }

.bg_img {
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  }

.footer-bg {
  background-color: #04060A; }

.black-bg {
  background: var(--color-black); }

.gray-bg {
  background-color: var(--color-gray); }

.gray-bg-2 {
  background-color: var(--color-gray-2); }

.dark-bg {
  background-color: var(--color-dark); }

.white {
  color: var(--color-white); }

.pos-rel {
  position: relative; }

.pos-absolute {
  position: absolute; }

.f-right {
  float: right; }

.border-effect a, .border-effect-2 a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border-effect a:hover, .border-effect-2 a:hover {
    /* background-size: 100% 100%; */
    color: inherit;
    }

.border-effect-2 a {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); }

.btn-video {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #080807;
  position: relative;
  background-color: var(--color-white); }
  @media (max-width: 767px) {
    .btn-video {
      width: 80px;
      height: 80px;
      font-size: 18px; } }
  .btn-video:hover {
    color: #080807; }
  .btn-video::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    z-index: -2; }

.btn-video-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.border_effect a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border_effect a:hover {
    background-size: 100% 100%;
    color: inherit; }

@media (max-width: 991px) {
  .tx-col-md-6 {
    width: 50%; } }
@media (max-width: 767px) {
  .tx-col-md-6 {
    width: 100%; } }

.xb-close {
  background: rgba(0, 0, 0, 0.04);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .xb-close::before, .xb-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #1b1b1b; }
  .xb-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .xb-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .xb-close:hover::before, .xb-close:hover::after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

/* order & unorder list reset - start */
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  }

.ul_li > li, .ul_li_right > li, .ul_li_center > li, .ul_li_between > li {
  float: left;
  list-style: none;
  display: inline-block; }

.ul_li {
  justify-content: flex-start;
  }

.ul_li_center {
  justify-content: center; }

.ul_li_right {
  justify-content: flex-end; }

.ul_li_between {
  justify-content: space-between;
  }

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block; }

.ul_li_block > li {
  display: block;
  list-style: none; }

.flex-1 {
  flex: 1; }

.color-black {
  color: var(--color-black); }

.pagination_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
  list-style: none; }
  .pagination_wrap ul li {
    padding: 5px; }
    .pagination_wrap ul li a {
      height: 50px;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 500;
      color: #060606;
      background-color: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      z-index: 1;
      overflow: hidden; }
      @media (max-width: 767px) {
        .pagination_wrap ul li a {
          height: 40px;
          width: 40px;
          font-size: 15px; } }
      .pagination_wrap ul li a.current_page, .pagination_wrap ul li a:hover {
        background-color: var(--color-primary);
        color: var(--color-white); }
      .pagination_wrap ul li a.pagination-next {
        background-color: #1B1D21;
        padding: 12px 15px;
        min-width: 94px;
        color: var(--color-white); }
        .pagination_wrap ul li a.pagination-next:hover {
          background-color: var(--color-primary);
          color: #fff; }

.mr-none-60 {
  margin-right: -60px; }

.ml-none-60 {
  margin-left: -60px; }

.pb-8 {
  padding-bottom: 8px; }

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-none-5 {
  margin-top: -5px; }

.mt-none-10 {
  margin-top: -10px; }

.mt-none-15 {
  margin-top: -15px; }

.mt-none-20 {
  margin-top: -20px; }

.mt-none-25 {
  margin-top: -25px; }

.mt-none-30 {
  margin-top: -30px; }

.mt-none-35 {
  margin-top: -35px; }

.mt-none-40 {
  margin-top: -40px; }

.mt-none-45 {
  margin-top: -45px; }

.mt-none-50 {
  margin-top: -50px; }

.mt-none-55 {
  margin-top: -55px; }

.mt-none-60 {
  margin-top: -60px; }

.mt-none-65 {
  margin-top: -65px; }

.mt-none-70 {
  margin-top: -70px; }

.mt-none-75 {
  margin-top: -75px; }

.mt-none-80 {
  margin-top: -80px; }

.mt-none-85 {
  margin-top: -85px; }

.mt-none-90 {
  margin-top: -90px; }

.mt-none-95 {
  margin-top: -95px; }

.mt-none-100 {
  margin-top: -100px; }

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

.mt-155 {
  margin-top: 155px; }

.mt-160 {
  margin-top: 160px; }

.mt-165 {
  margin-top: 165px; }

.mt-170 {
  margin-top: 170px; }

.mt-175 {
  margin-top: 175px; }

.mt-180 {
  margin-top: 180px; }

.mt-185 {
  margin-top: 185px; }

.mt-190 {
  margin-top: 190px; }

.mt-195 {
  margin-top: 195px; }

.mt-200 {
  margin-top: 200px; }

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

.mb-155 {
  margin-bottom: 155px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-165 {
  margin-bottom: 165px; }

.mb-170 {
  margin-bottom: 170px; }

.mb-175 {
  margin-bottom: 175px; }

.mb-180 {
  margin-bottom: 180px; }

.mb-185 {
  margin-bottom: 185px; }

.mb-190 {
  margin-bottom: 190px; }

.mb-195 {
  margin-bottom: 195px; }

.mb-200 {
  margin-bottom: 200px; }

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.ml-105 {
  margin-left: 105px; }

.ml-110 {
  margin-left: 110px; }

.ml-115 {
  margin-left: 115px; }

.ml-120 {
  margin-left: 120px; }

.ml-125 {
  margin-left: 125px; }

.ml-130 {
  margin-left: 130px; }

.ml-135 {
  margin-left: 135px; }

.ml-140 {
  margin-left: 140px; }

.ml-145 {
  margin-left: 145px; }

.ml-150 {
  margin-left: 150px; }

.ml-155 {
  margin-left: 155px; }

.ml-160 {
  margin-left: 160px; }

.ml-165 {
  margin-left: 165px; }

.ml-170 {
  margin-left: 170px; }

.ml-175 {
  margin-left: 175px; }

.ml-180 {
  margin-left: 180px; }

.ml-185 {
  margin-left: 185px; }

.ml-190 {
  margin-left: 190px; }

.ml-195 {
  margin-left: 195px; }

.ml-200 {
  margin-left: 200px; }

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.mr-105 {
  margin-right: 105px; }

.mr-110 {
  margin-right: 110px; }

.mr-115 {
  margin-right: 115px; }

.mr-120 {
  margin-right: 120px; }

.mr-125 {
  margin-right: 125px; }

.mr-130 {
  margin-right: 130px; }

.mr-135 {
  margin-right: 135px; }

.mr-140 {
  margin-right: 140px; }

.mr-145 {
  margin-right: 145px; }

.mr-150 {
  margin-right: 150px; }

.mr-155 {
  margin-right: 155px; }

.mr-160 {
  margin-right: 160px; }

.mr-165 {
  margin-right: 165px; }

.mr-170 {
  margin-right: 170px; }

.mr-175 {
  margin-right: 175px; }

.mr-180 {
  margin-right: 180px; }

.mr-185 {
  margin-right: 185px; }

.mr-190 {
  margin-right: 190px; }

.mr-195 {
  margin-right: 195px; }

.mr-200 {
  margin-right: 200px; }

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 120px; }

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

.pt-155 {
  padding-top: 155px; }

.pt-160 {
  padding-top: 160px; }

.pt-165 {
  padding-top: 165px; }

.pt-170 {
  padding-top: 170px; }

.pt-175 {
  padding-top: 175px; }

.pt-180 {
  padding-top: 180px; }

.pt-185 {
  padding-top: 185px; }

.pt-190 {
  padding-top: 190px; }

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-155 {
  padding-bottom: 155px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-165 {
  padding-bottom: 165px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-175 {
  padding-bottom: 175px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-185 {
  padding-bottom: 185px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }

.pl-105 {
  padding-left: 105px; }

.pl-110 {
  padding-left: 110px; }

.pl-115 {
  padding-left: 115px; }

.pl-120 {
  padding-left: 120px; }

.pl-125 {
  padding-left: 125px; }

.pl-130 {
  padding-left: 130px; }

.pl-135 {
  padding-left: 135px; }

.pl-140 {
  padding-left: 140px; }

.pl-145 {
  padding-left: 145px; }

.pl-150 {
  padding-left: 150px; }

.pl-155 {
  padding-left: 155px; }

.pl-160 {
  padding-left: 160px; }

.pl-165 {
  padding-left: 165px; }

.pl-170 {
  padding-left: 170px; }

.pl-175 {
  padding-left: 175px; }

.pl-180 {
  padding-left: 180px; }

.pl-185 {
  padding-left: 185px; }

.pl-190 {
  padding-left: 190px; }

.pl-195 {
  padding-left: 195px; }

.pl-200 {
  padding-left: 200px; }

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pr-105 {
  padding-right: 105px; }

.pr-110 {
  padding-right: 110px; }

.pr-115 {
  padding-right: 115px; }

.pr-120 {
  padding-right: 120px; }

.pr-125 {
  padding-right: 125px; }

.pr-130 {
  padding-right: 130px; }

.pr-135 {
  padding-right: 135px; }

.pr-140 {
  padding-right: 140px; }

.pr-145 {
  padding-right: 145px; }

.pr-150 {
  padding-right: 150px; }

.pr-155 {
  padding-right: 155px; }

.pr-160 {
  padding-right: 160px; }

.pr-165 {
  padding-right: 165px; }

.pr-170 {
  padding-right: 170px; }

.pr-175 {
  padding-right: 175px; }

.pr-180 {
  padding-right: 180px; }

.pr-185 {
  padding-right: 185px; }

.pr-190 {
  padding-right: 190px; }

.pr-195 {
  padding-right: 195px; }

.pr-200 {
  padding-right: 200px; }

/* typography css start */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.3;
  color: var(--color-heading);
  font-weight: 700;
  font-family: var(--font-heading);
  text-transform: uppercase; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* typography css end */
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes hvr-ripple-out {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px; } }
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0; } }
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    transform: translate(141px, -20px) rotate(72deg);
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    -moz-transform: translate(141px, -20px) rotate(72deg);
    -ms-transform: translate(141px, -20px) rotate(72deg);
    -o-transform: translate(141px, -20px) rotate(72deg); }
  60% {
    transform: translate(83px, -60px) rotate(108deg);
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    -moz-transform: translate(83px, -60px) rotate(108deg);
    -ms-transform: translate(83px, -60px) rotate(108deg);
    -o-transform: translate(83px, -60px) rotate(108deg); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); } }
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@-webkit-keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@-webkit-keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes zoominup {
  0% {
    transform: scale(1.2); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
@-webkit-keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
@-webkit-keyframes updown-2 {
  0% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); } }
@keyframes ltr {
  0% {
    width: 0; }
  15% {
    width: 95%; }
  85% {
    opacity: 1; }
  90% {
    width: 95%;
    opacity: 0; }
  to {
    width: 0;
    opacity: 0; } }
/*circleAnimation*/
@-webkit-keyframes circleAnimation {
  0%,
    100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes lr-animation {
  0% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes tb-animation {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes xb_up_down {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
.slide-up-down {
  animation: xb_up_down 1s ease infinite alternate; }

@keyframes xb_ltr {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateX(-20px); } }
.slide-ltr {
  animation: xb_ltr 1s ease infinite alternate; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50); }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); } }
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-moz-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-webkit-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-ms-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-o-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(3);
    opacity: 0; } }
@-webkit-keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(3);
    opacity: 0; } }
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    -ms-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    -ms-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.wow.skewIn.animated {
  -webkit-animation-name: xbSkewIn;
  animation-name: xbSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.skewInImg {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1); }
  .skewInImg img {
    transform-origin: 50% 50%;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    max-width: 100%;
    height: auto;
    transform: scale(1.5) translate(100px, 0px); }
  .skewInImg.animated {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
    .skewInImg.animated img {
      transform: scale(1) translate(0px, 0px); }

[data-aos=fade-up] {
  transform: translateY(50px); }

[data-aos=fade-down] {
  transform: translateY(-50px); }

[data-aos=fade-right] {
  transform: translate(-50px); }

[data-aos=fade-left] {
  transform: translate(50px); }

[data-aos=fade-up-right] {
  transform: translate(-50px, 50px); }

[data-aos=fade-up-left] {
  transform: translate(50px, 50px); }

[data-aos=fade-down-right] {
  transform: translate(-50px, -50px); }

[data-aos=fade-down-left] {
  transform: translate(50px, -50px); }

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: cubic-bezier(0.18, 0.57, 0.25, 0.97); }

@-webkit-keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xbzoominzoomup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(0.8); } }
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -20px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%; }

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: var(--color-white); }

[data-overlay="dark"]::before {
  background-color: var(--color-black); }

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1; }

[data-opacity="2"]::before {
  opacity: 0.2; }

[data-opacity="3"]::before {
  opacity: 0.3; }

[data-opacity="4"]::before {
  opacity: 0.4; }

[data-opacity="5"]::before {
  opacity: 0.5; }

[data-opacity="6"]::before {
  opacity: 0.6; }

[data-opacity="7"]::before {
  opacity: 0.7; }

[data-opacity="8"]::before {
  opacity: 0.8; }

[data-opacity="9"]::before {
  opacity: 0.9; }

/*----------------------------------------*/
/*  02. header
/*----------------------------------------*/
.header-default {
  background-color: #899c94;
  background-color: #ffffff3d;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  }
  .header-default::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(267deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 51.6%, rgba(255, 255, 255, 0) 100%);
    content: ""; }

.header-area {
  position: absolute;
  z-index: 5;
  width: 97%;
  margin: 10px 22px;
  border-radius: 50px;
  }
  @media (max-width: 991px) {
    .header-area .xb-header {
      padding: 2px 0;
      } }

.header__bar {
  width: 65px;
  height: 65px;
  border-radius: 32px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
  -webkit-border-radius: 20px;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-left: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: var(--color-primary); */
  background: #ffffff;
  }
  .header__bar:hover span:nth-child(2),
  .header__bar:hover span:nth-child(4) {
    width: 100%; }
  .header__bar:hover span:nth-child(1),
  .header__bar:hover span:nth-child(3) {
    width: 50%; }
  .header__bar span {
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000000;
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    display: inline-block;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    }
    .header__bar span:nth-child(1) {
      top: -1px;
      }
    .header__bar span:nth-child(2) {
      top: 4px;
      width: 50%;
      }
    .header__bar span:nth-child(3) {
      bottom: 2px;
      }
    .header__bar span:nth-child(4) {
      bottom: -4px;
      width: 50%;
      }
.header__bar-icon {
  height: 16px;
  width: 23px;
  position: relative;
  }

.header-style-two {
  background-color: #161614; }
  .header-style-two .main-menu ul li .submenu {
    background: #161614; }
  .header-style-two .main-menu ul li .submenu li a {
    color: var(--color-white); }
  .header-style-two .main-menu ul li .submenu li:hover > a,
  .header-style-two .main-menu ul li .submenu li.active > a,
  .header-style-two .main-menu ul li:hover > a,
  .header-style-two .main-menu ul li.active > a {
    color: var(--color-secondary); }
  .header-style-two span.mini-cart-count {
    color: #080807;
    background-color: var(--color-secondary); }
  .header-style-two .woocommerce-mini-cart .mini-cart-price > span {
    color: var(--color-secondary); }
  .header-style-two .header__bar {
    background-color: transparent;
    margin-left: 0;
    margin-right: 50px;
    width: auto; }
    @media (max-width: 991px) {
      .header-style-two .header__bar {
        margin-right: 0;
        margin-left: 50px; } }
  .header-style-two .header-shop-cart .header-mini-cart {
    background: #161614;
    box-shadow: none !important; }
  .header-style-two .woocommerce-mini-cart .mini-cart-content .product-title {
    color: #fff; }
  .header-style-two .header-mini-cart .woocommerce-mini-cart__total {
    border-color: #222; }
  .header-style-two .header-mini-cart .woocommerce-mini-cart__total,
  .header-style-two .header-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    color: #ddd; }
  .header-style-two .header-mini-cart ul li.woocommerce-mini-cart-item .remove.remove_from_cart_button {
    background-color: #222; }
  .header-style-two .header-shop-cart .header-mini-cart .checkout-link a {
    background-color: var(--color-secondary);
    color: #080807; }
  @media (max-width: 1199px) {
    .header-style-two .main-menu ul li:not(:last-child) {
      margin-right: 24px; } }
  .header-style-two .xb-nav-mobile {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242424;
    border-radius: 50%; }
  .header-style-two .main-menu__wrap {
    flex-wrap: nowrap; }
  .header-style-two .main-menu ul li:nth-child(3) {
    margin-right: auto !important; }
  .header-style-two .menu-right {
    width: 175px;
    justify-content: end; }
  .header-style-two .xb-menu-inner {
    width: 87%; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .header-style-two .xb-menu-inner {
        width: 86%; } }
    .header-style-two .xb-menu-inner .main-menu > ul {
      width: 100%; }
    .header-style-two .xb-menu-inner .header-logo {
      position: absolute;
      left: 47%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.header-search {
  margin-left: 30px;
  padding-left: 30px;
  position: relative; }
  .header-search::before {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #DDDDDD;
    content: ""; }

/* Mini Cart Style */
span.mini-cart-count {
  position: absolute;
  right: -10px;
  top: -2px;
  min-width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  background-color: var(--color-primary);
  color: #fff; }

.header-shop-cart {
  position: relative; }

.header-shop-cart .header-mini-cart {
  background: #fff;
  opacity: 0 !important;
  padding: 25px;
  position: absolute;
  right: -15px;
  top: 60px;
  transition: all 0.5s ease 0s;
  width: 350px;
  z-index: 9;
  box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
  visibility: hidden;
  transform: translateY(10px); }

.header-shop-cart .header-mini-cart::before {
  position: absolute;
  content: '';
  left: 0px;
  top: -30px;
  width: 100%;
  height: 45px;
  display: block; }

.header-shop-cart:hover .header-mini-cart {
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0px);
  z-index: 9; }

.header-shop-cart .woocommerce-mini-cart__empty-message {
  margin-bottom: 0; }

.header-shop-cart .header-mini-cart .woocommerce-mini-cart > li {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0; }

.header-shop-cart .woocommerce-mini-cart .checkout-link {
  margin-top: 35px; }

.header-mini-cart ul li.woocommerce-mini-cart-item .remove.remove_from_cart_button {
  display: block;
  font-weight: 400;
  order: 2;
  flex: 0 0 1em;
  background: #f1f1f1;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  margin-left: auto;
  border: 0; }

.header-mini-cart ul li.woocommerce-mini-cart-item .remove.remove_from_cart_button:hover {
  background: red;
  color: #fff !important; }

.woocommerce-mini-cart .mini-cart-img {
  width: 90px;
  flex: 0 0 90px;
  height: 71px;
  align-items: center;
  display: flex;
  justify-content: center; }

.woocommerce-mini-cart .mini-cart-img img {
  height: 100%; }

.woocommerce-mini-cart .mini-cart-img img.attachment-woocommerce_thumbnail {
  width: 100%;
  margin: 0; }

.header-shop-cart .woocommerce-mini-cart .mini-cart-content {
  padding-left: 15px;
  text-align: left;
  padding-right: 15px;
  width: 176px;
  flex: 0 0 176px; }

.woocommerce-mini-cart .mini-cart-content .product-title {
  color: #222222;
  font-size: 16px;
  background: none;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px; }

.mini-cart-price {
  display: flex;
  align-items: center;
  font-weight: 500; }

.woocommerce-mini-cart .mini-cart-price > span {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  display: block; }

.header-shop-cart .woocommerce-mini-cart .del-icon {
  flex-grow: 1;
  margin-top: 30px; }

.header-shop-cart .woocommerce-mini-cart .del-icon a {
  color: #777777; }

.woocommerce-mini-cart .del-icon > a {
  font-size: 18px; }

.total-price {
  border-top: 1px solid #c7c7c7;
  overflow: hidden;
  padding-top: 20px;
  margin-top: 25px; }

.total-price > span {
  color: #222222;
  font-weight: 600; }

.header-shop-cart .header-mini-cart .checkout-link {
  margin-bottom: 0; }

.header-shop-cart .header-mini-cart .checkout-link a {
  color: #fff;
  background: var(--color-primary);
  display: block;
  font-weight: 500;
  padding: 16px 30px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  border-radius: 0; }

.header-shop-cart .header-mini-cart .checkout-link a:not(.checkout) {
  background: #222;
  color: #fff; }

.header-shop-cart .header-mini-cart .checkout-link a:last-child {
  margin-bottom: 0; }

.header-mini-cart .woocommerce-mini-cart__total {
  padding: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #c7c7c770;
  margin-bottom: 0;
  color: #777; }

.header-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: #777;
  font-weight: bolder; }

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  background-color: #171717; }
  .stricked-menu .main-menu ul li a {
    padding: 30px 0; }

.stricked-menu.stricky-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  padding: 7px 0; }

/* Navigation css */
.main-menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
  }
  .main-menu__wrap {
    position: static;
    float: right;
    }
  .main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-menu ul li {
      position: relative; }
      .main-menu ul li:not(:last-child) {
        margin-right: 56px; }
        @media only screen and (min-width: 1200px) and (max-width: 1500px) {
          .main-menu ul li:not(:last-child) {
            margin-right: 32px;
            } }
        @media (max-width: 1199px) {
          .main-menu ul li:not(:last-child) {
            margin-right: 40px; } }
      .main-menu ul li .submenu li {
        margin-right: 0; }
      .main-menu ul li a {
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 1.96px;
        padding: 47px 0;
        position: relative;
        line-height: 22px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        font-family: var(--font-heading);
        }
        .main-menu ul li a span i {
          font-size: 11px;
          margin-left: 5px; }
      .main-menu ul li.menu-item-has-children:hover > .submenu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        pointer-events: all; }
      .main-menu ul li:hover > a, .main-menu ul li.active > a {
        color: #000000;
        }
      .main-menu ul li .submenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        min-width: 260px;
        top: calc(100% + 10px);
        opacity: 0;
        visibility: hidden;
        background: #fff;
        left: 0;
        padding: 21px 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 3;
        text-align: left;
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1); }
        .main-menu ul li .submenu li {
          -webkit-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
          -o-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
          transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05); }
          .main-menu ul li .submenu li a {
            color: var(--color-black);
            padding: 8px 32px;
            display: block;
            margin: 0;
            font-size: 16px;
            text-transform: capitalize;
            letter-spacing: 0;
            font-weight: 500; }
          .main-menu ul li .submenu li:hover > a, .main-menu ul li .submenu li.active > a {
            color: var(--color-primary); }
        .main-menu ul li .submenu ul {
          left: 100%;
          top: 0px; }
          .main-menu ul li .submenu ul::before {
            display: none; }

.main-menu ul li.menu-last ul.submenu {
  right: 0;
  left: auto; }

.main-menu ul li.menu-last ul.submenu ul {
  right: auto;
  left: -100%; }

.main-menu ul li ul.submenu .menu-item-has-children > a::after {
  position: absolute;
  top: 9px;
  right: 15px;
  content: "\f105";
  font-size: 13px; }

.sec-title .sub-title {
  color: #060606;
  font-weight: 600;
  line-height: 32px;
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  display: inline-block;
  text-transform: uppercase; }
  .sec-title .sub-title::before, .sec-title .sub-title::after {
    content: "";
    height: 18px;
    width: 15px;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    background-image: url(../images/s_left.png);
    background-repeat: no-repeat;
    background-position: center center; }
  .sec-title .sub-title::after {
    background-image: url(../images/s_right.png);
    left: auto;
    right: 0; }
.sec-title .title {
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1.3; }
  @media (max-width: 1199px) {
    .sec-title .title {
      font-size: 40px;
      line-height: 52.5px; } }
  @media (max-width: 991px) {
    .sec-title .title {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .sec-title .title {
      font-size: 32px;
      line-height: 38.5px; } }
  .sec-title .title span {
    color: #868686; }
.sec-title--white .sub-title,
.sec-title--white .title {
  color: var(--color-white); }
.sec-title--white p {
  color: #E2E2E2; }
.sec-title--big .title {
  font-size: 65px; }
  @media (max-width: 1199px) {
    .sec-title--big .title {
      font-size: 45px;
      line-height: 1.2; } }
  @media (max-width: 767px) {
    .sec-title--big .title {
      font-size: 34px; } }
.sec-title--two .sub-title {
  padding: 0;
  padding-right: 35px;
  margin-bottom: 10px; }
  .sec-title--two .sub-title::before, .sec-title--two .sub-title::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: -5px;
    width: 34px;
    height: 2px;
    background-color: var(--color-secondary);
    content: "";
    background-image: none; }
  .sec-title--two .sub-title::after {
    width: 1px;
    right: -9px; }

/*----------------------------------------*/
/*  03. globel
/*----------------------------------------*/
@media (min-width: 1024px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px; } }
.demo-dark {
  background-color: #080807;
  color: #A1A19E; }
  .demo-dark main {
    background-color: #080807; }
  .demo-dark h1, .demo-dark h2, .demo-dark h3, .demo-dark h4, .demo-dark h5, .demo-dark h6 {
    color: #DDDDDD; }

.mxw_1780 {
  max-width: 1780px; }

.mxw_1820 {
  max-width: 1820px; }

.px-60 {
  padding: 0 60px; }

@media (max-width: 991px) {
  .container.px-60 {
    padding-left: 15px;
    padding-right: 15px; } }

.g-15 {
  padding: 0 5px; }
  .g-15 > * {
    padding-left: 8px;
    padding-right: 8px; }

.xb-hr {
  border-top: 1px solid #262623; }

.mt-none-12 {
  margin-top: -12px; }

.tagcloud, .tags-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px; }
  .tagcloud a, .tags-links a {
    display: block;
    color: #807474;
    background-color: #F5F5F5;
    min-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 17px 3px;
    margin: 7px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .tagcloud a:hover, .tags-links a:hover {
      color: var(--color-white);
      background-color: var(--color-primary); }

.tags-links a {
  background-color: var(--color-white); }

.body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease; }

.body-overlay.active {
  opacity: .5;
  visibility: visible; }

.post-tags li {
  font-size: 15px;
  text-transform: capitalize;
  position: relative; }
  .post-tags li:not(:first-child, :last-child) {
    margin-right: 11px;
    padding-right: 15px; }
    .post-tags li:not(:first-child, :last-child)::before {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      background-color: var(--color-primary);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      content: ""; }
  .post-tags li span {
    display: inline-block;
    background-color: var(--color-primary);
    padding: 0px 10px;
    line-height: 25px;
    color: var(--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 12px; }
  .post-tags li a {
    color: var(--color-black); }
    .post-tags li a:hover {
      color: var(--color-black); }

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: var(--color-white);
  cursor: pointer;
  opacity: 1;
  font-size: 0;
  border: 9px solid transparent;
  position: absolute; }

body .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  top: 4px; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.mfp-iframe-holder .mfp-content {
  max-width: 1170px; }

.xb-carousel-inner {
  margin: -30px; }

.xb-swiper-sliders {
  position: relative; }

.xb-swiper-container {
  overflow: hidden;
  padding: 30px; }

.xb-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.xb-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0; }

.xb-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.z-index-2 {
  z-index: 2;
  position: relative; }

.xb-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.xb-overlay-link {
  z-index: 1; }

.text-12 {
  font-size: 12px; }

.letter-spacing-0 {
  letter-spacing: 0; }

@media (max-width: 991px) {
  .margin-none-md {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .mb-30-xs {
    margin-bottom: 30px; } }

.br-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.z-1 {
  z-index: 1;
  position: relative; }

.z-3 {
  position: relative;
  z-index: 3; }

.ml-auto {
  margin-left: auto; }

.align-end {
  align-items: flex-end; }

.xb-hover-zoom:hover .xb-item--img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08); }
.xb-hover-zoom .xb-item--img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.xb-law-swiper-arrow .xb-swiper-arrow {
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
    margin-left: 10px; }
  .xb-law-swiper-arrow .xb-swiper-arrow:hover, .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
    color: var(--color-law);
    background-color: var(--color-white); }

.xb-law-swiper-arrow-main-color .xb-swiper-arrow {
  background-color: var(--color-law);
  color: var(--color-white); }

.pagination-style1 {
  bottom: -60px; }
  .pagination-style1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #162432; }
  .pagination-style1.style-white .swiper-pagination-bullet {
    background-color: var(--color-white); }

.text-heading {
  color: var(--color-heading); }

.text-24 {
  font-size: 24px; }

.weight-medium {
  font-weight: 500; }

.xb-blur {
  background: var(--color-primary);
  filter: blur(139px);
  height: 481px;
  width: 481px;
  border-radius: 50%;
  z-index: -2; }
  @media (max-width: 991px) {
    .xb-blur {
      height: 300px;
      width: 300px; } }
  @media (max-width: 767px) {
    .xb-blur {
      height: 150px;
      width: 150px; } }

.social-icon li {
  margin-top: 10px; }
  .social-icon li:not(:last-child) {
    margin-right: 31px; }
    @media (max-width: 991px) {
      .social-icon li:not(:last-child) {
        margin-right: 20px; } }
  .social-icon li a {
    color: #FFFFFF;
    font-size: 24px;
    height: 64px;
    width: 64px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .social-icon li a {
        font-size: 18px;
        height: 55px;
        width: 54px; } }
    .social-icon li a::before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: '';
      z-index: -1;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
      -o-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
      transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
      transition-delay: .1s;
      transform-style: preserve-3d;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      transform-origin: center;
      border: 1px solid rgba(255, 255, 255, 0.15); }
    .social-icon li a::after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: '';
      z-index: -1;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
      -o-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
      transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
      background-color: var(--color-primary);
      transition-delay: .1s;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      transform-style: preserve-3d;
      transform-origin: center; }
    .social-icon li a:hover {
      color: #020202; }
      .social-icon li a:hover::before {
        transform: scale(0); }
      .social-icon li a:hover::after {
        transform: scaleX(1); }

.row.g-150 {
  margin-left: -75px;
  margin-right: -75px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .row.g-150 {
      margin-left: -35px;
      margin-right: -35px; } }
  @media (max-width: 1199px) {
    .row.g-150 {
      margin-left: -20px;
      margin-right: -20px; } }
  .row.g-150 > * {
    padding-left: 75px;
    padding-right: 75px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .row.g-150 > * {
        padding-left: 35px;
        padding-right: 35px; } }
    @media (max-width: 1199px) {
      .row.g-150 > * {
        padding-left: 20px;
        padding-right: 20px; } }

.row.g-140 {
  margin-left: -70px;
  margin-right: -70px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .row.g-140 {
      margin-left: -40px;
      margin-right: -40px; } }
  @media (max-width: 1199px) {
    .row.g-140 {
      margin-left: -20px;
      margin-right: -20px; } }
  .row.g-140 > * {
    padding-left: 70px;
    padding-right: 70px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .row.g-140 > * {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 1199px) {
      .row.g-140 > * {
        padding-left: 20px;
        padding-right: 20px; } }

.line_wrap {
  top: 0px;
  bottom: 0px;
  width: 100%;
  display: block;
  position: absolute;
  max-width: 1292px;
  margin: auto; }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .line_wrap {
      max-width: 1171px; } }
  @media (max-width: 1199px) {
    .line_wrap {
      display: none; } }
  .line_wrap .xb-line::before, .line_wrap .xb-line::after {
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.18);
    content: "";
    z-index: 2; }
  .line_wrap .xb-line::after {
    left: auto;
    right: 1px; }

.xb-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .xb-svg svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible; }

.sidebar-area {
  padding-left: 10px; }
  @media (max-width: 1199px) {
    .sidebar-area {
      padding-left: 0; } }

.widget__title {
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: uppercase; }
.widget__search {
  position: relative; }
  .widget__search input {
    height: 60px;
    background-color: #F5F5F5;
    padding: 20px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0; }
    .widget__search input::-webkit-input-placeholder {
      color: #807474;
      opacity: 1; }
    .widget__search input::-moz-placeholder {
      color: #807474;
      opacity: 1; }
    .widget__search input:-ms-input-placeholder {
      color: #807474;
      opacity: 1; }
    .widget__search input:-moz-placeholder {
      color: #807474;
      opacity: 1; }
  .widget__search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background-color: var(--color-primary);
    font-size: 18px; }
.widget__category li:not(:last-child) {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(231, 233, 238, 0.2); }
.widget__category li a {
  position: relative;
  display: block;
  z-index: 1;
  color: #888686;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .widget__category li a:hover, .widget__category li a.active {
    color: var(--color-primary); }
  .widget__category li a i {
    font-size: 13px; }
.widget__post-item:not(:last-child) {
  margin-bottom: 20px; }
.widget__post-item .post-thumb {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 20px; }
  .widget__post-item .post-thumb img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    object-fit: cover; }
.widget__post-item:hover .post-thumb img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }
.widget__post-item:hover .post-title a {
  background-size: 100% 100%; }
.widget__post-item .post-meta {
  margin-bottom: 5px; }
  .widget__post-item .post-meta a {
    font-size: 12px;
    color: #4A4C51;
    position: relative; }
    .widget__post-item .post-meta a:not(:last-child) {
      margin-right: 9px;
      padding-right: 12px; }
      .widget__post-item .post-meta a:not(:last-child)::before {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "";
        width: 1px;
        height: 15px;
        background-color: #E6E6E6; }
    .widget__post-item .post-meta a i {
      margin-right: 10px; }
.widget__post-item .post-content {
  width: calc(100% - 110px); }
  .widget__post-item .post-content .post-title {
    font-size: 16px;
    font-weight: 600; }
    .widget__post-item .post-content .post-title a {
      color: inherit; }

.comments-form {
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  border-left: 0;
  background-color: #fff; }
  @media (max-width: 767px) {
    .comments-form {
      padding: 30px 20px;
      padding-top: 25px; } }
  .comments-form .comment-heading {
    margin-bottom: 30px; }
  .comments-form .title {
    font-size: 30px;
    margin-bottom: 7px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .comments-form .title {
        font-size: 26px; } }
  .comments-form form input, .comments-form form textarea {
    height: 55px;
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%;
    font-size: 15px;
    color: var(--color-black);
    border-radius: 0px;
    background-color: transparent;
    background-color: transparent;
    padding: 15px 20px;
    border: 1px solid #F1F1F1; }
    .comments-form form input::-webkit-input-placeholder, .comments-form form textarea::-webkit-input-placeholder {
      color: #807474;
      opacity: 1; }
    .comments-form form input::-moz-placeholder, .comments-form form textarea::-moz-placeholder {
      color: #807474;
      opacity: 1; }
    .comments-form form input:-ms-input-placeholder, .comments-form form textarea:-ms-input-placeholder {
      color: #807474;
      opacity: 1; }
    .comments-form form input:-moz-placeholder, .comments-form form textarea:-moz-placeholder {
      color: #807474;
      opacity: 1; }
    .comments-form form input:focus, .comments-form form textarea:focus {
      border-color: var(--color-primary);
      background-color: #F5F5F5; }
  .comments-form form textarea {
    height: 150px; }
  .comments-form .thm-btn {
    background-color: transparent;
    padding: 22px 50px; }

.form-check-input {
  margin-top: 6px;
  margin-right: 5px; }

/*----------------------------------------*/
/*  04. hero
/*----------------------------------------*/
.hero {
  z-index: 1;
  position: relative;
  }
  .hero__content {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px); }
    @media (max-width: 991px) {
      .hero__content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    .hero__content .sub-title {
      color: #DDDDDD;
      margin-bottom: 35px; }
    .hero__content .title {
      font-size: 65px;
      color: #fff;
      text-transform: uppercase;
      line-height: 1.3; }
      @media (max-width: 1199px) {
        .hero__content .title {
          font-size: 50px; } }
      @media (max-width: 991px) {
        .hero__content .title {
          font-size: 42px; } }
      @media (max-width: 767px) {
        .hero__content .title {
          font-size: 32px; } }
  .hero__cta .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    margin-right: 15px; }
  .hero__cta .info span {
    font-size: 12px;
    color: #9FA3A0;
    font-weight: 700; }
  .hero__cta .info h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white); }
  .hero__product {
    margin-right: -110px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .hero__product {
        /* margin-right: -10px; */
        width: 63%;
        position: relative;
        left: -120px;
        } }
    @media (max-width: 1199px) {
      .hero__product {
        max-width: 420px;
        -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
        transform: translateX(70px); } }
    @media (max-width: 767px) {
      .hero__product {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        margin-right: 0; } }

.hero-height {
  min-height: 870px; }
  @media (max-width: 1199px) {
    .hero-height {
      min-height: 650px; } }

.hero-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-shape {
      left: -20%; } }
  @media (max-width: 1199px) {
    .hero-shape {
      left: -19%;
      max-width: 740px; } }

@media (max-width: 991px) {
  .hero-style-one {
    padding-top: 100px;
    padding-bottom: 50px; } }

.hero-style-two {
  padding-top: 140px;
  padding-bottom: 100px; }
  @media (max-width: 1199px) {
    .hero-style-two {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .hero-style-two {
      padding-top: 60px; } }

.hero-content {
  width: 25%;
  order: 1; }
  @media (max-width: 991px) {
    .hero-content {
      width: 100%;
      margin-bottom: 20px; } }

.hero-info {
  width: 20%;
  order: 3; }
  @media (max-width: 991px) {
    .hero-info {
      width: 28%; } }
  @media (max-width: 767px) {
    .hero-info {
      width: 100%;
      margin-top: 30px; } }

.hero-info-feature h2 {
  font-size: 45px; }
.hero-info-feature span {
  color: #DDDDDD;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-weight: 700; }

.hero-img {
  width: 574px;
  height: 574px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  margin-left: -50px;
  order: 2; }
  @media (max-width: 1199px) {
    .hero-img {
      max-width: 450px;
      height: 500px; } }
  @media (max-width: 991px) {
    .hero-img {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .hero-img {
      order: 1;
      height: auto; } }
  @media (max-width: 1199px) {
    .hero-img > img {
      max-width: 260px; } }
  @media (max-width: 767px) {
    .hero-img > img {
      height: auto;
      max-width: 180px; } }
  .hero-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: add,add;
    -webkit-mask-composite: source-out;
    mask-composite: exclude;
    background-color: var(--color-primary);
    background: linear-gradient(182deg, #ddd 0%, #080807 86.33%); }
    @media (max-width: 767px) {
      .hero-img::before {
        display: none; } }
  .hero-img > img {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
    @media (max-width: 767px) {
      .hero-img > img {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); } }

.hero-img-shape .shape {
  position: absolute;
  z-index: -1; }
  .hero-img-shape .shape--1 {
    left: -6px;
    bottom: 33px; }
  .hero-img-shape .shape--2 {
    right: 47px;
    bottom: 16px; }

.hero-rating {
  margin-bottom: 8px; }
  .hero-rating li {
    color: var(--color-secondary); }
    .hero-rating li:not(:last-child) {
      margin-right: 7px; }

.hero-review p {
  color: #A1A19E; }
  .hero-review p span {
    color: var(--color-white); }

.xb-hero-shape .shape {
  position: absolute;
  z-index: -1; }
  .xb-hero-shape .shape--1 {
    bottom: -90px;
    left: 0; }
  .xb-hero-shape .shape--2 {
    top: 34%;
    right: 0; }

.popular-product-item {
  background-color: var(--color-white);
  box-shadow: 0 4px 20px 0 #f0f0f0;
  padding: 30px 50px 30px 30px;
  }
  .popular-product-item:hover .xb-item--img img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
  .popular-product-item .xb-item--img {
    width: 29%;
    margin-right: 8%;
    height: 171px;
    text-align: center; }
    .popular-product-item .xb-item--img img {
      height: 100%;
      object-fit: cover;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .popular-product-item .xb-item--holder {
    width: calc(100% - 37%); }
  .popular-product-item .xb-item--title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .popular-product-item .xb-item--rating-inner {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 19px;
    margin-bottom: 22px; }
    .popular-product-item .xb-item--rating-inner span {
      color: #807474;
      font-size: 14px;
      margin-left: 7px; }
  .popular-product-item .xb-item--price {
    font-size: 24px; }
  .popular-product-item .xb-item--cart {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center; }
    .popular-product-item .xb-item--cart img {
      width: 20px; }

@media (min-width: 992px) {
  .pb-col-8 {
    width: 71.5%; }

  .pb-col-4 {
    width: 28.5%; } }
.about-content {
  padding-left: 50px; }
  @media (max-width: 991px) {
    .about-content {
      padding-left: 0; } }

.about-list li {
  width: 50%;
  margin-top: 30px;
  font-size: 18px;
  color: #060606;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  }
  @media (max-width: 767px) {
    .about-list li {
      width: 100%; } }

.about-experience span {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-heading);
  color: var(--color-primary);
  text-transform: uppercase;
  display: inline-block; }
.about-experience h2 {
  /* font-size: 90px; */
  line-height: 1;
  }

.position-botttom {
  background-position: center bottom; }

.about-img {
  width: 574px;
  height: 574px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; }
  @media (max-width: 1199px) {
    .about-img {
      width: auto;
      height: 520px; } }
  .about-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -18px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: add,add;
    -webkit-mask-composite: source-out;
    mask-composite: exclude;
    background-color: var(--color-primary);
    background: linear-gradient(182deg, #ddd 0%, #080807 86.33%); }

.about-shape .shape {
  position: absolute;
  z-index: -1; }
  .about-shape .shape--1 {
    left: 14px;
    bottom: 85px; }
  .about-shape .shape--2 {
    right: 6px;
    bottom: 127px; }

.about-img-title {
  color: #DDDDDD;
  font-weight: 600;
  background-color: rgba(221, 221, 221, 0.1);
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  z-index: 1;
  position: relative; }

@media (max-width: 1199px) {
  .xb-about-content {
    padding-left: 30px; } }

.about-img-inner {
  margin-bottom: -67px;
  max-width: 574px; }

.xb-rating li {
  color: var(--color-secondary); }
  .xb-rating li:not(:last-child) {
    margin-right: 5px; }
  .xb-rating li span {
    color: #A1A19E;
    font-weight: 500;
    margin-left: 5px; }

.about-list-inner > span {
  font-size: 18px;
  color: #DDDDDD;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 26px; }

.xb-about-list li:not(:last-child) {
  margin-bottom: 10px; }
.xb-about-list li img {
  margin-right: 10px; }

.about-cta h3 {
  margin-right: 30px;
  font-size: 35px; }

@media (max-width: 767px) {
  .feature {
    background-position: left center; } }

.feature-list li {
  display: flex; }
  .feature-list li:not(:last-child) {
    margin-bottom: 43px; }
  .feature-list li:hover .xb-item--icon {
    border-color: transparent; }
    .feature-list li:hover .xb-item--icon::before {
      opacity: 1; }
    .feature-list li:hover .xb-item--icon::after {
      opacity: 0; }
.feature-list .xb-item--holder {
  width: calc(100% - 82px);
  max-width: 69%; }
.feature-list .xb-item--icon {
  width: 62px;
  height: 62px;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #171717;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .feature-list .xb-item--icon::before, .feature-list .xb-item--icon::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed var(--color-primary);
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
  .feature-list .xb-item--icon::before {
    opacity: 0;
    animation: spin 10s infinite linear;
    -webkit-animation: spin 10s infinite linear; }
  .feature-list .xb-item--icon::after {
    border-style: solid; }
.feature-list .xb-item--title {
  font-size: 20px;
  line-height: 28px;
  color: var(--color-white);
  margin-bottom: 7px;
  text-transform: uppercase; }
.feature-list .xb-item--desc {
  color: #A3A3A3; }

.feature-content {
  padding-left: 60px; }
  @media (max-width: 1199px) {
    .feature-content {
      padding-left: 0; } }

.bottom--105 {
  margin-bottom: -105px;
  position: relative;
  z-index: 1; }

.xb-feature .xb-item--icon {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background-color: rgba(248, 226, 30, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
  .xb-feature .xb-item--icon::before, .xb-feature .xb-item--icon::after {
    width: 8px;
    height: 8px;
    background-color: rgba(248, 226, 30, 0.1);
    position: absolute;
    bottom: 0;
    left: -10px;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
  .xb-feature .xb-item--icon::after {
    width: 18px;
    height: 18px;
    right: -18px;
    left: auto;
    top: -4px; }
.xb-feature .xb-item--title {
  font-size: 18px; }

.xb-why-us {
  background-color: #080807;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 63px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  .xb-why-us .xb-item--icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px; }
    .xb-why-us .xb-item--icon::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(92deg, #f8e11e 0%, rgba(248, 225, 30, 0) 100%);
      content: "";
      opacity: .2; }
  .xb-why-us .xb-item--title {
    font-size: 18px;
    margin-bottom: 15px; }

.xb-why-video a {
  margin-left: 65px; }
  @media (max-width: 1199px) {
    .xb-why-video a {
      margin-left: 0; } }
  @media (max-width: 991px) {
    .xb-why-video a {
      position: relative;
      transform: none;
      margin: 30px auto 0;
      top: 0;
      left: 0;
      z-index: 2; } }

.product-item {
  padding: 0px 10px 40px;
  background-color: var(--color-white);
  margin-bottom: 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  }
  .product-item:hover .xb-item--price {
    -ms-transform: translateX(-10px);
    }
  .product-item:hover .xb-item--action a {
    width: 100%; }
  .product-item:hover .xb-item--cart {
    width: auto;
    /* height: 50%; */
    /* visibility: visible; */
    /* opacity: 1; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition-delay: .07s;
    }
  .product-item:hover .xb-item--img img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }
    .product-item:hover .xb-item--cart-icon {
}
  .product-item .xb-item--img {
    /* margin-bottom: 25px; */
    /* height: 312px; */
    }
    .product-item .xb-item--img img {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      }
  .product-item .xb-item--title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    }
  .product-item .xb-item--rating li {
    margin: 0 1px; }
  .product-item .xb-item--rating-inner span {
    color: #807474;
    font-size: 14px;
    margin-left: 7px;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px); }
  .product-item .xb-item--price {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #0E1E18;
    font-family: var(--font-heading);
    font-weight: 700; }
  .product-item .xb-item--action {
    position: relative;
    height: 59px;
    display: flex;
    text-align: center;
    justify-content: center;
    }
    .product-item .xb-item--action a {
      display: flex;
      align-items: center;
      margin-left: auto;
      background-color: #000000;
      display: flex;
      align-items: center;
      justify-content: center;
      right: 0;
      bottom: 0;
      border-radius: 20px;
      width: 100%;
      height: 50px;
      }
  .product-item .xb-item--cart-icon {
    margin-right: 10px;
    width: 20px;
    margin-right: 10px;
    }
  .product-item .xb-item--cart {
    color: var(--color-white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    white-space: nowrap;
    line-height: 32px;
    }
  .product-item .xb-item--badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 14px;
    padding: 3px 10px;
    line-height: 1.2; }

.xb-product {
  background: #080807;
  padding: 50px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden; }
  .xb-product .xb-item--holder {
    padding-top: 20px; }
  .xb-product .xb-item--title {
    font-size: 20px;
    margin-bottom: 8px; }
    .xb-product .xb-item--title:hover a {
      color: var(--color-secondary); }
  .xb-product .xb-item--img {
    min-height: 240px; }
  .xb-product .xb-item--price {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500; }
    .xb-product .xb-item--price span {
      opacity: .5;
      margin-left: 10px;
      text-decoration: line-through; }
  .xb-product .xb-item--cart {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #161614;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .xb-product .xb-item--cart:hover {
      background-color: var(--color-secondary); }
      .xb-product .xb-item--cart:hover img {
        filter: brightness(0%); }
    .xb-product .xb-item--cart img {
      width: 20px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .xb-product .xb-item--badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E61A23;
    color: var(--color-white);
    font-size: 14px;
    padding: 4px 15px;
    line-height: 1.2;
    font-weight: 600; }
  .xb-product .xb-rating li {
    font-size: 15px; }

.shop-carousel .xb-swiper-arrow {
  position: relative;
  z-index: 1; }
  .shop-carousel .xb-swiper-arrow svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .shop-carousel .xb-swiper-arrow svg path {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .shop-carousel .xb-swiper-arrow:hover svg path {
    fill: var(--color-secondary); }
  .shop-carousel .xb-swiper-arrow:hover svg {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px); }
  .shop-carousel .xb-swiper-arrow::before {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #080807;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    z-index: -1;
    left: -13px;
    top: -4px; }
  .shop-carousel .xb-swiper-arrow.xb-swiper-arrow-next {
    margin-left: 20px; }
    .shop-carousel .xb-swiper-arrow.xb-swiper-arrow-next::before {
      left: auto;
      right: -13px; }
    .shop-carousel .xb-swiper-arrow.xb-swiper-arrow-next:hover svg {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }

.shop-shape .shape {
  position: absolute;
  z-index: -1; }
  .shop-shape .shape--1 {
    bottom: 7%;
    left: 0; }
  .shop-shape .shape--2 {
    bottom: 12%;
    right: 0; }

.woocommerce-toolbar-top {
  margin-bottom: 30px;
  padding: 6px 25px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .woocommerce-toolbar-top {
      justify-content: center; } }
  .woocommerce-toolbar-top .woocommerce-ordering {
    margin-left: 20px; }
    .woocommerce-toolbar-top .woocommerce-ordering select {
      background-color: transparent;
      width: auto;
      margin: 0;
      padding: 10px 20px;
      height: 50px;
      border: 0;
      cursor: pointer;
      color: #818181;
      background-position: calc(100% - 0px) 50%; }
      .woocommerce-toolbar-top .woocommerce-ordering select option {
        color: #191B1E; }

@media (max-width: 767px) {
  .woocommerce-toolbar-top-right {
    justify-content: center; } }

.products .product {
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-white);
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .products .product .xb-item--img {
      height: auto; } }

.widget-product {
  list-style: none; }
  .widget-product__item {
    display: flex;
    align-items: center;
    position: relative; }
    .widget-product__item:not(:last-child) {
      margin-bottom: 20px; }
    .widget-product__item .thumb {
      width: 92px;
      height: 92px;
      margin-right: 15px; }
      .widget-product__item .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-right: 20px; }
    .widget-product__item .content {
      width: calc(100% - 107px); }
      .widget-product__item .content h3 {
        font-size: 16px;
        color: var(--color-black);
        font-weight: 500; }
        .widget-product__item .content h3 a {
          color: inherit; }
      .widget-product__item .content .price {
        font-size: 14px; }
      .widget-product__item .content .rating {
        position: absolute;
        right: 0px;
        bottom: 12px; }
        @media (max-width: 1199px) {
          .widget-product__item .content .rating {
            position: unset; } }
        .widget-product__item .content .rating li {
          font-size: 11px;
          color: #FC7632; }
          .widget-product__item .content .rating li:not(:last-child) {
            margin-right: 2px; }

.shop-sidebar .widget_price_filter .filter-price {
  position: relative;
  font-size: 15px;
  font-size: 1rem; }

.shop-sidebar .widget_price_filter .filter-price input {
  border: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  position: absolute; }

.shop-sidebar .widget_price_filter .filter-price input:focus {
  border: 0;
  outline: none; }

.shop-sidebar .widget_price_filter .filter-price button {
  background-color: transparent;
  color: var(--color-black);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  border: 0;
  outline: none;
  position: absolute;
  right: 0;
  bottom: 0; }

.shop-sidebar .widget_price_filter .filter-price #amount {
  color: var(--color-default);
  font-weight: 500;
  height: auto;
  box-shadow: none;
  background: transparent;
  margin: 0;
  padding-left: 3px;
  color: #6E6D79; }

.shop-sidebar .widget_price_filter #slider-range {
  height: 6px;
  background: #EEEEED;
  border: 0;
  border-radius: 50px;
  margin-bottom: 12px; }

.shop-sidebar .widget_price_filter .ui-state-default,
.shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default,
.shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default {
  width: 5px;
  height: 14px;
  margin: 0;
  border: none;
  background: var(--color-primary);
  border-radius: 0;
  top: -4px; }

.shop-sidebar .widget_price_filter .ui-state-default:focus,
.shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus,
.shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
  outline: none; }

.shop-sidebar .widget_price_filter #slider-range .ui-slider-range {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: var(--color-primary); }

.product-single-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-right: 70px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .product-single-wrap {
      padding-right: 30px; } }
  @media (max-width: 1199px) {
    .product-single-wrap {
      padding-right: 10px; } }

.product_details_img {
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.shop_thumb_tab {
  margin-top: 10px; }

.shop_thumb_tab ul {
  flex-wrap: wrap;
  margin: -10px;
  margin-top: 0; }

.shop_thumb_tab ul li {
  margin-bottom: 20px; }

.shop_thumb_tab ul li .nav-link {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px; }

.shop_thumb_tab ul li:last-child {
  margin-bottom: 0; }

.shop_thumb_tab ul li button {
  padding: 0;
  border: transparent;
  overflow: hidden; }

.shop_thumb_tab ul li button {
  max-width: 145px;
  height: auto;
  background: transparent; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .shop_thumb_tab ul li button {
      max-width: 130px; } }
  @media (max-width: 1199px) {
    .shop_thumb_tab ul li button {
      max-width: 100px; } }

.shop_thumb_tab ul li button.active {
  border-color: var(--color-primary); }

.product_details_img .pl_thumb img {
  width: 100%; }

.shop_details .details_content {
  padding-left: 40px; }

.details_content .title {
  font-size: 45px;
  margin-bottom: 20px;
  text-transform: uppercase; }

.details_content .pl_list {
  margin-top: 25px;
  margin-bottom: 30px; }

.details_content .price {
  font-size: 25px;
  margin-bottom: 6px;
  font-weight: 700; }

.details_content .review_wrap {
  margin-bottom: 22px; }

.details_content .review_wrap .review li {
  color: #ffab50;
  font-size: 13px;
  margin-right: 6px; }

.product-details p {
  font-size: 17px;
  color: #4A4C51;
  line-height: 30px; }

.product-details h2 {
  font-size: 36px;
  margin-bottom: 14px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .product-details h2 {
      font-size: 24px; } }

.shop-single-section {
  font-weight: 500; }

.shop-single-section .product-details .price {
  font-size: 18px;
  margin: 0.4em 0 0.7em;
  font-weight: 500;
  color: var(--color-black); }
  .shop-single-section .product-details .price span {
    color: currentColor; }

.shop-single-section .product-details .price .old {
  font-size: 18px;
  font-weight: normal;
  color: var(--color-default);
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px; }

.shop-single-section .product-details .rating {
  margin-bottom: 20px; }

.product-details .rating i::before {
  font-size: 12px;
  color: #ffab50; }

.shop-single-section .product-details .color-size span {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  color: var(--color-default);
  text-transform: uppercase;
  display: inline-block;
  padding-right: 15px;
  display: block;
  margin-bottom: 5px; }

.shop-single-section .product-details .color-size select {
  min-width: 80px;
  height: 40px;
  border: 1px solid var(--color-border);
  color: var(--color-black);
  outline: 0;
  padding: 6px 15px;
  background-position: calc(100% - 15px) 17px; }

.shop-single-section .product-details .color-size > div + div {
  margin-top: 15px; }

.product-details .product-option .product-row {
  display: flex;
  align-items: center; }

.product-details .product-option .product-row input {
  margin-bottom: 0; }

.product-details .product-option .product-row .add-to-cart-btn button {
  margin-left: 20px;
  padding: 12px 30px;
  font-weight: 600;
  height: 50px;
  max-width: 300px;
  width: 100%;
  background: var(--color-primary);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff; }

.product-details .product-option .product-row .add-to-cart-btn button i {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  font-size: 13px;
  margin-left: 0;
  margin-right: 10px; }

.shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 150px;
  height: 50px; }

.shop-single-section .product-details .color-size {
  margin-bottom: 30px; }

.shop-single-section .product-details .product-option .bootstrap-touchspin {
  border: 1px solid #E7E9EE;
  background-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.shop-single-section .product-details .product-option .bootstrap-touchspin button {
  text-decoration: none;
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: #191B1E; }

.shop-single-section .product-details .product-option .bootstrap-touchspin-down {
  left: 0;
  border-right: 1px solid #E7E9EE; }

.shop-single-section .product-details .product-option .bootstrap-touchspin-up {
  right: 0;
  border-left: 1px solid #E7E9EE; }

.shop-single-section .product-details .product-option .bootstrap-touchspin input {
  border: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: #191B1E;
  padding: 0;
  background-color: transparent; }

.shop-single-section .product-details .product-count:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.shop-single-section .thb-product-meta-after .product_meta > span {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  display: block;
  margin-bottom: 15px; }

.shop-single-section .thb-product-meta-after .product_meta > span a {
  font-weight: 400;
  font-size: 15px;
  color: #4A4C51; }

.shop-single-section .product-details .product-option {
  margin-top: 40px; }

.shop-single-section .single-product-info {
  margin-top: 20px; }

.product-share-wrap a {
  margin-left: 15px; }

.product-share-wrap a:hover {
  color: var(--color-primary); }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .tablist {
    margin-bottom: 25px; } }
.shop-single-section .single-product-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.7em;
  font-weight: 500; }

.shop-single-section .single-product-info p {
  margin-bottom: 1.3em; }

.shop-single-section .single-product-info .tab-pane p:last-child {
  margin-bottom: 0; }

.shop-single-section .single-product-info .nav-tabs {
  border: 0;
  display: inline-block;
  margin-top: 5px; }

.shop-single-section .single-product-info .nav-tabs {
  margin-top: -10px; }

.shop-single-section .single-product-info .nav-tabs li {
  float: left;
  margin-right: 30px;
  margin-top: 10px; }

.shop-single-section .single-product-info .nav-tabs li:last-child {
  margin-right: 0; }

.shop-single-section .single-product-info .nav-tabs button {
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  display: block;
  border: 1px solid #E0DDE5;
  padding: 13px 45px;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.shop-single-section .single-product-info .nav-tabs button.active {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary); }

.shop-single-section .single-product-info .nav-tabs button.active::before {
  opacity: 1; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .nav-tabs button {
    font-size: 12px;
    padding: 8px 25px; } }
.shop-single-section .single-product-info .nav-tabs a:hover,
.shop-single-section .single-product-info .nav-tabs .active a {
  background-color: transparent;
  color: #00394f; }

.shop-single-section .single-product-info .tab-content {
  padding: 35px 0;
  margin-top: -1px;
  text-align: left; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0; } }
.shop-single-section .single-product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px; }

.shop-single-section .single-product-info .client-rv:last-child {
  margin-bottom: 0; }

.shop-single-section .single-product-info .client-rv .client-pic {
  width: 60px;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px; } }
.shop-single-section .single-product-info .client-rv .details {
  width: calc(100% - 80px);
  float: right; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .details {
    width: 100%;
    float: none; } }
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time {
    padding-bottom: 3px; } }
.shop-single-section .single-product-info .client-rv .name-rating-time > div,
.shop-single-section .single-product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.9333333333rem; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time > div,
  .shop-single-section .single-product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.8rem;
    display: block; } }
.shop-single-section .single-product-info .client-rv .rating .fi:before {
  font-size: 12px; }

.shop-single-section .single-product-info .client-rv .rating {
  font-size: 12px;
  color: #E0A500;
  padding-left: 12px; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px; } }
.shop-single-section .single-product-info .client-rv .name-rating-time .time {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  margin-top: 3px;
  display: block;
  color: #b3b3b3;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time .time {
    float: none; } }
.shop-single-section .single-product-info .client-rv .review-body {
  padding-top: 12px; }

.shop-single-section .single-product-info .review-form-wrapper {
  margin-top: 50px; }

@media screen and (min-width: 1200px) {
  .shop-single-section .single-product-info .review-form-wrapper {
    padding-left: 15px; } }
@media (max-width: 991px) {
  .shop-single-section .single-product-info .review-form {
    margin-top: 45px; } }
.shop-single-section .single-product-info .review-form h4 {
  margin-bottom: 1.73em;
  font-weight: 500; }

.shop-single-section .single-product-info .review-form form input,
.shop-single-section .single-product-info .review-form form textarea {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 12px 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (max-width: 991px) {
  .shop-single-section .single-product-info .review-form form input,
  .shop-single-section .single-product-info .review-form form textarea {
    padding: 10px 15px; } }
.shop-single-section .single-product-info .review-form form input:focus,
.shop-single-section .single-product-info .review-form form textarea:focus {
  border: 1px solid var(--color-primary);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.shop-single-section .single-product-info .review-form form textarea {
  height: 130px; }

.shop-single-section .single-product-info .review-form form > div {
  margin-bottom: 27px; }

.shop-single-section .single-product-info .review-form form > div:last-child {
  margin-bottom: 0; }

.shop-single-section .single-product-info .review-form form .rating-wrapper > div {
  display: inline-block; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating-wrapper > div {
    display: block;
    float: none !important; } }
.shop-single-section .single-product-info .review-form form .rating-wrapper > div:last-child {
  float: right; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating-wrapper > div:last-child {
    margin-top: 20px; } }
.shop-single-section .single-product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 5px; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating a {
    font-size: 12px; } }
.shop-single-section .single-product-info .review-form form .rating a:last-child {
  margin: 0; }

.shop-single-section .single-product-info .review-form form .rating a:hover {
  color: #E0A500; }

.shop-single-section .single-product-info .review-form .submit button {
  border: 0;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent; }

.shop-single-section .realted-porduct {
  margin-top: 20px; }

.shop-single-section .realted-porduct .title {
  font-size: 28px;
  line-height: 0.95em;
  margin: 0 0 0.7em;
  position: relative;
  margin-bottom: 30px; }

.account-form {
  border: 1px solid #E0DDE5;
  padding: 30px; }
  @media (max-width: 767px) {
    .account-form {
      padding: 20px 15px; } }
  .account-form label {
    color: var(--color-black);
    margin-bottom: 10px; }
  .account-form .form-check-input {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    box-shadow: none; }
    .account-form .form-check-input:focus {
      border-color: var(--color-primary); }
    .account-form .form-check-input:checked {
      background-color: var(--color-primary);
      border-color: var(--color-primary); }
  .account-form__inner h3 {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .account-form__inner h3 {
        font-size: 24px; } }
  .account-form__btn button {
    padding: 15px 50px; }
  .account-form__chekbox {
    display: flex;
    align-items: center; }
  .account-form .lost-password {
    color: #4A4C51;
    margin-top: 15px;
    display: inline-block; }
    .account-form .lost-password:hover {
      color: var(--color-black); }
  .account-form__content a {
    color: var(--color-black); }

.woocommerce-cart .grop-page-content_warp .woocommerce {
  margin-top: 20px;
  margin-bottom: 41px; }

.woocommerce .quantity {
  width: 76px; }

.woocommerce-cart .woocommerce table.shop_table th {
  padding: 15px 19px 13px;
  text-transform: uppercase;
  color: #191B1E;
  font-weight: 500; }

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0; }

.shop_table tfoot tr th {
  font-weight: normal; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 500; }

.shop_table {
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left; }

.shop_table thead tr th:first-child {
  text-align: left; }

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding-top: 15px;
  padding-bottom: 15px; }

.shop_table th, .shop_table td {
  padding: 25px 0; }

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding-top: 15px;
  padding-bottom: 15px; }

.shop_table tbody tr td {
  padding-right: 25px; }

.shop_table th,
.shop_table td {
  padding: 25px 0; }

.add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 0;
  padding: 25px; }

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  list-style: none; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #e6e6e6; }

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid rgba(22, 29, 57, 0.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding-left: 0; }

.woocommerce-checkout #payment div.form-row .xb-btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: var(--color-white);
  background-color: var(--color-primary); }

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(22, 29, 57, 0.1); }

.woocommerce-cart .woocommerce table.shop_table td.actions {
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: right; }

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  font-size: 15px;
  font-size: 1rem;
  padding: 17px 19px 15px;
  color: #191B1E; }

.woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name, .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a {
  color: var(--color-default); }

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left; }

.woocommerce table.cart td.actions .coupon {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .woocommerce table.cart td.actions .coupon {
      display: unset; } }

.widget_products .product-list-widget > li {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }

.widget_products .product-list-widget > li:last-child {
  margin-bottom: 0; }

.widget_products .product-thumb {
  width: 80px;
  margin-right: 15px; }

.rating_star li {
  font-size: 12px;
  color: #ffab50;
  margin-right: 2px; }

.widget_products .rating_star {
  margin-bottom: 6px; }

.widget_products .procuct-title {
  font-size: 16px;
  margin-bottom: 7px; }

.widget_products .woocommerce-Price-amount.amount {
  font-size: 14px; }

.widget_products .prodcut-content del {
  font-size: 15px;
  padding-left: 5px;
  color: var(--color-default); }

.widget_products .prodcut-content ins {
  text-decoration: none;
  color: var(--color-black); }

.woocommerce-cart .woocommerce table.shop_table td.actions .coupon label:first-child {
  display: none; }

.woocommerce-cart .woocommerce table.shop_table td.actions #coupon_code {
  height: 52px;
  padding-left: 18px;
  width: 227px;
  box-shadow: none;
  border: 1px solid rgba(22, 29, 57, 0.1);
  color: var(--color-black);
  margin: 0;
  margin-right: 20px;
  padding: 10px 20px; }

.woocommerce-cart .woocommerce table.shop_table td.actions input:focus {
  border-color: var(--color-primary) !important; }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal],
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal],
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal] {
  color: var(--color-black); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-webkit-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-webkit-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-ms-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-ms-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal th,
.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td,
.woocommerce-cart .woocommerce table.shop_table tr.shipping th,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td,
.woocommerce-cart .woocommerce table.shop_table tr.order-total th,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td {
  padding: 16px 15px 14px; }

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button {
  color: var(--color-black);
  margin-top: 6px;
  display: block;
  margin-bottom: 12px; }

.woocommerce-cart .shipping-calculator-form .form-row {
  margin: 0 0 13px; }

.woocommerce-cart .shipping-calculator-form button.button {
  background-color: #000 !important;
  color: #ffffff !important;
  height: 45px;
  line-height: 45px;
  padding: 1px 27px 0;
  margin-top: 4px; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 70px;
  object-fit: cover; }

.woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove {
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 17px;
  color: #fff;
  border-radius: 50%;
  background: #dbdbdb; }

.woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove:hover {
  background-color: #000; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  padding-top: 0;
  padding-bottom: 0; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  margin-top: 50px; }

.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 1.3em; }

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  border: 1px solid rgba(22, 29, 57, 0.1);
  color: var(--color-default);
  font-size: 14px;
  height: 50px;
  width: 100%; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
  text-align: right; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  margin-top: 16px; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 20px 50px;
  border-radius: 0;
  background-color: var(--color-primary);
  color: #fff; }

.woocommerce-cart .input-text.qty.text {
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce-cart input::-webkit-outer-spin-button,
.woocommerce-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

@media (max-width: 600px) {
  .woocommerce-cart thead {
    display: none; }

  .woocommerce-cart table,
  .woocommerce-cart th,
  .woocommerce-cart td,
  .woocommerce-cart tr,
  .woocommerce-cart tbody {
    width: 100%;
    display: block;
    border: 0;
    text-align: center; }

  .woocommerce table.shop_table {
    border: 1px solid rgba(22, 29, 57, 0.1); }

  .quantity {
    margin: 0 auto; }

  .woocommerce table.shop_table td {
    border: 0; }

  .woocommerce-cart tbody > tr {
    position: relative; }

  .woocommerce-cart tbody > tr + tr {
    border-top: 1px solid rgba(22, 29, 57, 0.1); }

  .woocommerce-cart tbody > tr {
    padding: 30px 20px; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td {
    padding: 8px 10px; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
    border-right: 0;
    width: auto; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
    position: absolute;
    right: 15px;
    top: 15px; }

  .woocommerce-cart .woocommerce table.shop_table td.actions {
    text-align: center; }

  .woocommerce-cart .woocommerce table.shop_table td.actions input,
  .woocommerce-cart .woocommerce table.shop_table td.actions button {
    display: block;
    float: none; }

  .woocommerce-cart .coupon {
    float: none !important; }

  .woocommerce-cart .woocommerce table.shop_table td.actions input,
  .woocommerce-cart .woocommerce table.shop_table td.actions button {
    display: inline-block;
    float: none;
    margin-top: 10px; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td a {
    font-weight: 500; } }
@media (max-width: 767px) {
  .cart-section .container {
    max-width: 100%; } }
@media (max-width: 600px) {
  .cart-section .wc-proceed-to-checkout {
    text-align: center; } }
.cart-section .btn {
  padding: 7px 4px 7px 6px;
  font-size: 8px;
  font-weight: normal;
  position: relative; }

.cart-section .btn:hover {
  background-color: #000 !important; }

.cart-section .bootstrap-touchspin {
  border: 1px solid rgba(22, 29, 57, 0.1);
  width: 100px; }

.cart-section .bootstrap-touchspin button {
  text-decoration: none;
  border: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: var(--color-default); }

.cart-section .bootstrap-touchspin input {
  border: 0;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: var(--color-default);
  background: transparent; }

.cart-section .bootstrap-touchspin-up {
  right: 10px; }

.cart-section .bootstrap-touchspin-up:hover {
  background: transparent !important; }

.cart-section .bootstrap-touchspin-down {
  left: 10px; }

.cart-section .bootstrap-touchspin-down:hover {
  background: transparent !important; }

/* Firefox */
.woocommerce-cart input[type=number] {
  -moz-appearance: textfield; }

.woocommerce strong {
  font-weight: 500; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0; }

.checkout-section .checkout.woocommerce-checkout {
  overflow: hidden;
  clear: both; }

@media screen and (min-width: 992px) {
  .checkout-section .checkout.woocommerce-checkout .col2-set {
    width: 70%;
    float: left;
    padding-right: 85px; }

  .checkout-section .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 30%;
    float: right; }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-last {
    width: 50%;
    float: left; }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-first {
    padding-right: 15px; }

  .checkout-section .checkout.woocommerce-checkout .form-row label,
  .woocommerce .form-row label {
    color: #191B1E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px; }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-last {
    padding-left: 15px; } }
.checkout-section .checkout.woocommerce-checkout .form-row label.checkbox,
.checkout-section .checkout.woocommerce-checkout .woocommerce-shipping-fields label.checkbox {
  display: inline-block; }

.checkout-section .checkout.woocommerce-checkout .form-row textarea {
  height: 180px; }

.woocommerce-cart .actions .xb-btn {
  border: 0;
  height: 52px;
  padding: 10px 50px;
  border-radius: 0;
  background-color: var(--color-primary);
  color: #fff; }

.woocommerce table.shop_table {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  background-color: #fff; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid #E7E9EE; }

/*** woocommerce ***/
.woocommerce-Button,
.woocommerce-button {
  background: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  font-weight: 500;
  padding: 12px 30px;
  color: #fff;
  margin-top: 20px;
  color: white;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0; }

.woocommerce-Button:hover,
.woocommerce-button:hover {
  background: #000; }

.woocommerce-info:before {
  display: none; }

.woocommerce-privacy-policy-text a {
  font-weight: 500;
  color: #E0A500;
  text-decoration: underline; }

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.lost_password a {
  color: #191B1E; }

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.lost_password a:hover {
  text-decoration: underline; }

.woocommerce-error, .woocommerce-info,
.woocommerce-message {
  background-color: #fff;
  width: auto;
  padding: 15px 15px 15px 35px;
  margin: 0 0 2em;
  position: relative;
  color: #191B1E;
  list-style: none;
  word-wrap: break-word; }

@media (max-width: 767px) {
  .woocommerce-error, .woocommerce-info,
  .woocommerce-message {
    padding: 15px; } }
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 19px 0;
  text-align: left;
  border-radius: 0; }

.woocommerce .login p {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 34px 20px 33px; } }
.woocommerce form .form-row .required {
  color: red;
  font-weight: 600;
  border: 0; }

.woocommerce form.login > p:not(.form-row) {
  margin-bottom: 2em; }

#customer_login form.login > p:not(.form-row) {
  margin-top: 2em;
  margin-bottom: 0; }

.woocommerce form.login input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: var(--color-primary); }

.woocommerce .checkout_coupon input[type="submit"] {
  padding: 12px 30px;
  border: 0;
  margin-top: 10px;
  border-radius: 0;
  background-color: var(--color-primary);
  color: #fff; }

.woocommerce form.login input[type=submit]:hover, .woocommerce form.login input[type=submit]:focus, .woocommerce form.login input[type=submit]:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active {
  background-color: var(--color-primary);
  color: #fff; }

.woocommerce form .form-row label.inline {
  display: inline;
  padding-left: 15px; }

.woocommerce h3 {
  font-size: 22px;
  font-size: 1.4666666667rem;
  margin: 1em 0 1.5em; }

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

@media (max-width: 767px) {
  .woocommerce form .form-row label.inline {
    padding-left: 5px; } }
.checkout-section input[type="text"],
.checkout-section input[type="password"],
.checkout-section input[type="email"],
.checkout-section input[type="tel"],
.checkout-section select,
.checkout-section textarea {
  height: 55px;
  box-shadow: none;
  padding: 10px 20px;
  border: 2px solid transparent;
  background-color: #fff; }
  .checkout-section input[type="text"]:focus,
  .checkout-section input[type="password"]:focus,
  .checkout-section input[type="email"]:focus,
  .checkout-section input[type="tel"]:focus,
  .checkout-section select:focus,
  .checkout-section textarea:focus {
    border-color: var(--color-primary); }

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f5f5f5;
  color: var(--color-default); }

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none; }

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle; }

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
  color: var(--color-default);
  margin-left: 10px; }

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 5px 0 0; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid var(--color-border);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #f5f5f5;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em; }

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0; }

.woocommerce-billing-fields p {
  margin-bottom: 15px; }

.mb-none-30 {
  margin-bottom: -30px; }

.xb-testimonial .xb-item--avatar {
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 30px; }
  .xb-testimonial .xb-item--avatar > img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
.xb-testimonial .xb-item--quote {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0; }
.xb-testimonial .xb-item--holder {
  width: calc(100% - 120px); }
.xb-testimonial .xb-item--name {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color-white); }
.xb-testimonial .xb-item--date {
  font-size: 14px;
  color: var(--color-white); }
.xb-testimonial .xb-item--desc {
  font-size: 16px;
  color: var(--color-white); }

.testimonial-slider {
  padding-bottom: 80px; }
  .testimonial-slider .swiper-pagination-bullet {
    background-color: var(--color-primary);
    opacity: 0.5;
    width: 8px;
    height: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 27px;
      opacity: 1;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }

.testimonial-slider2 {
  padding-bottom: 80px; }
  .testimonial-slider2 .swiper-pagination-bullet {
    background-color: var(--color-secondary);
    opacity: 0.1;
    width: 8px;
    height: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .testimonial-slider2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 27px;
      opacity: 1;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }

.xb-testimonial2 {
  background-color: #080807;
  padding: 30px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  .xb-testimonial2 .xb-item--avatar {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 33px; }
    .xb-testimonial2 .xb-item--avatar > img {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
  .xb-testimonial2 .xb-item--quote {
    width: 30px;
    height: 30px;
    border: 1px solid #080807;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0; }
    .xb-testimonial2 .xb-item--quote img {
      filter: brightness(0%); }
  .xb-testimonial2 .xb-item--desc {
    color: #A1A19E;
    font-weight: 500; }
  .xb-testimonial2 .xb-item--name {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 3px; }
  .xb-testimonial2 .xb-item--date {
    font-size: 14px;
    color: #DDDDDD; }

.testimonial-shape .shape {
  position: absolute;
  z-index: -1; }
  .testimonial-shape .shape--1 {
    bottom: 33%;
    left: -8px; }
  .testimonial-shape .shape--2 {
    right: 0;
    top: 33%; }

.xb-pricing {
  border: 1px solid rgba(6, 6, 6, 0.1); }
  .xb-pricing .xb-item--head {
    background-color: #000;
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
    padding: 40px 30px;
    padding-bottom: 59px; }
  .xb-pricing .xb-item--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1; }
  .xb-pricing .xb-item--body {
    padding: 53px 40px 30px; }
  .xb-pricing .xb-item--title {
    font-size: 14px;
    text-transform: uppercase;
    background-color: var(--color-white);
    padding: 5px 15px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 28px; }
  .xb-pricing .xb-item--price {
    color: var(--color-white);
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 3px; }
    .xb-pricing .xb-item--price span {
      font-size: 16px;
      font-weight: 400;
      font-family: var(--font-body);
      text-transform: capitalize;
      padding-left: 10px; }
  .xb-pricing .xb-item--price-sub {
    color: var(--color-white); }
  .xb-pricing .xb-item--btn .thm-btn {
    justify-content: center;
    color: #060606;
    padding: 22px 50px; }
    .xb-pricing .xb-item--btn .thm-btn img {
      filter: brightness(0%);
      width: 15px;
      margin-right: 11px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .xb-pricing .xb-item--btn .thm-btn::before {
      border-color: #060606; }
    .xb-pricing .xb-item--btn .thm-btn:hover {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      color: var(--color-white); }
      .xb-pricing .xb-item--btn .thm-btn:hover::before {
        border-color: var(--color-primary); }
      .xb-pricing .xb-item--btn .thm-btn:hover img {
        filter: brightness(100%); }
  .xb-pricing .xb-item--shape {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 41px; }
  .xb-pricing .xb-item--list li {
    display: flex;
    align-items: center; }
    .xb-pricing .xb-item--list li:not(:last-child) {
      margin-bottom: 5px; }
    .xb-pricing .xb-item--list li img {
      margin-right: 10px; }
    .xb-pricing .xb-item--list li.deactive {
      text-decoration: line-through;
      color: #BFB9B9; }
  .xb-pricing.active {
    background-color: #171717;
    border: none; }
    .xb-pricing.active .xb-item--head {
      background-color: var(--color-primary); }
    .xb-pricing.active .xb-item--btn .thm-btn {
      color: var(--color-white); }
      .xb-pricing.active .xb-item--btn .thm-btn::before {
        border-color: var(--color-primary); }
      .xb-pricing.active .xb-item--btn .thm-btn::after {
        width: 100%;
        bottom: 0;
        left: 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
      .xb-pricing.active .xb-item--btn .thm-btn img {
        filter: brightness(100%); }
    .xb-pricing.active .xb-item--list li {
      color: var(--color-white); }

.xb-pricing2 {
  padding: 40px;
  padding-top: 0;
  background-color: #161614;
  border: 1px solid rgba(221, 221, 221, 0.15);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 1199px) {
    .xb-pricing2 {
      padding: 40px 30px;
      padding-top: 0; } }
  .xb-pricing2 .xb-item--icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto 30px;
    border: 1px solid rgba(221, 221, 221, 0.1);
    background-color: #080807;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -35px;
    position: relative;
    z-index: 1; }
    .xb-pricing2 .xb-item--icon::before {
      position: absolute;
      top: 3px;
      left: 3px;
      width: 62px;
      height: 62px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background-color: #161614;
      content: "";
      z-index: -1; }
  .xb-pricing2 .xb-item--heading {
    font-size: 15px;
    font-weight: 700;
    background-color: #080807;
    border: 1px solid rgba(221, 221, 221, 0.1);
    text-transform: uppercase;
    padding: 5px 20px;
    display: inline-block;
    color: var(--color-white);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-bottom: 30px; }
  .xb-pricing2 .xb-item--price {
    font-size: 45px;
    margin-bottom: 30px; }
    .xb-pricing2 .xb-item--price span {
      font-size: 16px;
      margin-left: 10px;
      text-transform: capitalize;
      font-weight: 400;
      color: #A1A19E;
      font-family: var(--font-body); }
  .xb-pricing2 .xb-item--title {
    font-size: 16px;
    color: #DDDDDD;
    padding: 18px 0;
    border-top: 1px solid rgba(221, 221, 221, 0.15);
    border-bottom: 1px solid rgba(221, 221, 221, 0.15); }
  .xb-pricing2 .xb-item--list li {
    display: flex;
    align-items: center; }
    .xb-pricing2 .xb-item--list li:not(:last-child) {
      margin-bottom: 18px; }
    .xb-pricing2 .xb-item--list li img {
      margin-right: 10px; }
    .xb-pricing2 .xb-item--list li.deactive {
      color: #5B5B59;
      text-decoration: line-through; }
  .xb-pricing2 .xb-item--btn {
    background-color: #080807;
    color: #fff; }
    .xb-pricing2 .xb-item--btn:hover {
      background-color: var(--color-secondary);
      color: #080807; }
      .xb-pricing2 .xb-item--btn:hover img {
        filter: brightness(0%); }
    .xb-pricing2 .xb-item--btn img {
      width: 16px;
      margin-right: 10px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .xb-pricing2.active {
    background-color: #080807;
    margin: 0 -2px;
    z-index: 2;
    position: relative; }
    .xb-pricing2.active .xb-item--icon {
      width: 90px;
      height: 90px; }
      .xb-pricing2.active .xb-item--icon::before {
        top: 5px;
        left: 5px;
        width: 80px;
        height: 80px; }
    .xb-pricing2.active .xb-item--heading {
      background-color: #161614; }
    .xb-pricing2.active .xb-item--btn {
      background-color: var(--color-secondary);
      color: #080807; }
      .xb-pricing2.active .xb-item--btn img {
        filter: brightness(0%); }
    .xb-pricing2.active .xb-item--title {
      margin: 0 -40px; }

.pricing-shape .shape {
  position: absolute;
  z-index: -1; }
  .pricing-shape .shape--1 {
    bottom: 0;
    left: -8px; }
  .pricing-shape .shape--2 {
    right: 0;
    bottom: 0; }

.br-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.bl-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/*----------------------------------------*/
/*  21. accordion
/*----------------------------------------*/
.accordion-inner {
  padding: 120px 110px; }
  @media (max-width: 1199px) {
    .accordion-inner {
      padding: 120px 60px; } }
  @media (max-width: 767px) {
    .accordion-inner {
      padding: 120px 20px; } }

.accordion_box {
  position: relative;
  list-style: none; }

.accordion_box .block {
  position: relative;
  overflow: hidden; }

.accordion_box .block:last-child {
  margin-bottom: 0; }

.accordion_box .block .acc-btn {
  color: var(--color-white);
  position: relative;
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
  padding: 24px 0;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  @media (max-width: 991px) {
    .accordion_box .block .acc-btn {
      font-size: 20px; } }

.accordion_box .block.active-block .acc-btn .arrow::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.accordion_box .block .content {
  position: relative;
  padding-right: 40px;
  padding-bottom: 35px; }
  .accordion_box .block .content p {
    color: #fff; }
    .accordion_box .block .content p:not(:last-child) {
      margin-bottom: 20px; }
  .accordion_box .block .content a {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 700; }
    .accordion_box .block .content a:hover span {
      -webkit-transform: translate(4px, -2px);
      -ms-transform: translate(4px, -2px);
      transform: translate(4px, -2px); }
    .accordion_box .block .content a span {
      margin-left: 10px;
      width: 15px;
      height: 15px;
      display: inline-block;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.accordion_box .block .acc_body {
  position: relative;
  display: none; }

.accordion_box .block .number {
  position: absolute;
  top: 23px;
  left: 0;
  font-size: 20px;
  color: var(--color-white);
  font-weight: 700; }

.accordion_box .block .acc_body.current {
  display: block; }

.xb-accordion .block {
  background-color: #252525;
  margin-top: 20px;
  overflow: unset; }
  .xb-accordion .block.active-block .acc-btn .arrow::before {
    content: "\f068";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    color: var(--color-primary); }
  .xb-accordion .block.active-block .acc-btn .arrow {
    border-color: var(--color-primary); }
  .xb-accordion .block .acc-btn {
    color: var(--color-white);
    padding: 26px 70px;
    padding-left: 55px;
    font-size: 22px;
    font-family: var(--font-heading);
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .xb-accordion .block .acc-btn {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .xb-accordion .block .acc-btn {
        padding: 20px 20px;
        font-size: 15px;
        padding-right: 30px; } }
    .xb-accordion .block .acc-btn .arrow {
      position: absolute;
      right: 30px;
      top: 20px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border: 2px solid var(--color-white);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .xb-accordion .block .acc-btn .arrow {
          right: 15px; } }
      .xb-accordion .block .acc-btn .arrow::before {
        top: 5px;
        left: 12px;
        font-size: 16px;
        color: var(--color-white);
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        position: absolute;
        -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        background-image: none;
        width: auto;
        height: auto;
        right: auto; }
  .xb-accordion .block .content {
    padding: 0 70px 30px 30px; }
    @media (max-width: 767px) {
      .xb-accordion .block .content {
        padding: 0 50px 30px 20px; } }
    .xb-accordion .block .content p {
      line-height: 30px;
      font-weight: 500; }
    .xb-accordion .block .content ul {
      line-height: 30px;
      list-style: inside;
      line-height: 30px;
      color: var(--color-white); }
      .xb-accordion .block .content ul li:not(:last-child) {
        margin-bottom: 5px; }

/*----------------------------------------*/
/*  05. brand
/*----------------------------------------*/
@media (max-width: 991px) {
  .md-pb-0 {
    padding-bottom: 0; } }

.brand-slider .xb-swiper-slide a {
  display: inline-block;
  padding: 25px 27px;
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .brand-slider .xb-swiper-slide a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    content: "";
    box-shadow: 0px 14px 19px 0px rgba(221, 229, 236, 0.42);
    box-shadow: 0 14px 19px 0 rgba(221, 229, 236, 0.42);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .brand-slider .xb-swiper-slide a:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.brand-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }
  .brand-inner::before, .brand-inner::after {
    position: absolute;
    top: 0;
    left: -20px;
    height: 1px;
    width: calc(100% + 40px);
    background-color: #262623;
    content: ""; }
  .brand-inner::after {
    top: auto;
    bottom: 0; }

.xb-brand {
  width: 14.28%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 991px) {
    .xb-brand {
      width: 33.3333%; } }
  @media (max-width: 767px) {
    .xb-brand {
      width: 50%; } }
  .xb-brand img {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 102px;
    object-fit: cover; }
  .xb-brand:hover {
    background-color: #161614; }
    .xb-brand:hover img {
      opacity: 1; }
  .xb-brand::before, .xb-brand::after {
    position: absolute;
    top: -20px;
    left: 0;
    width: 1px;
    height: calc(100% + 40px);
    background-color: #262623;
    content: "";
    opacity: 0; }
  .xb-brand::before {
    opacity: 1; }
  .xb-brand:last-child::after {
    opacity: 1;
    left: auto;
    right: 0; }

.xb-blog {
  padding: 20px;
  background-color: #fff; }
  .xb-blog:hover .xb-item--img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }
  .xb-blog .xb-item--img {
    overflow: hidden;
    position: relative; }
    .xb-blog .xb-item--img a {
      overflow: hidden;
      clip-path: polygon(37% 0%, 100% 0px, 100% 100%, 0px 100%, 0% 53%);
      display: block; }
    .xb-blog .xb-item--img::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--color-primary);
      content: "";
      clip-path: polygon(36% 0%, 0px 0px, 0px 51%); }
    .xb-blog .xb-item--img img {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .xb-blog .xb-item--holder {
    padding: 7px 10px;
    padding-top: 25px; }
  .xb-blog .xb-item--author {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 16px; }
    .xb-blog .xb-item--author img {
      margin-right: 7px; }
  .xb-blog .xb-item--title {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase; }
  .xb-blog .xb-item--date {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 30px;
    font-family: var(--font-heading);
    color: var(--color-white);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px; }
    @media (max-width: 1199px) {
      .xb-blog .xb-item--date {
        top: 12px;
        left: 12px;
        font-size: 26px; } }
    .xb-blog .xb-item--date span {
      font-size: 16px; }

.border-btn {
  font-size: 14px;
  color: #060606;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid var(--color-primary); }

.position-top {
  background-position: top center; }

.blog-pb {
  padding-bottom: 240px;
  margin-bottom: -115px;
  }

.xb-blog2 .xb-item--img {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
.xb-blog2 .xb-item--holder {
  align-items: start; }
.xb-blog2 .xb-item--date {
  width: 67px;
  font-size: 40px;
  line-height: 38px; }
  .xb-blog2 .xb-item--date span {
    font-size: 20px; }
.xb-blog2 .xb-item--body {
  border-left: 1px solid #262623;
  width: calc(100% - 67px);
  padding-left: 30px; }
.xb-blog2 .xb-item--cat {
  font-size: 14px;
  color: #A1A19E;
  display: inline-block;
  margin-bottom: 14px; }
.xb-blog2 .xb-item--title {
  font-size: 20px;
  margin-bottom: 25px; }
.xb-blog2 .xb-item--link {
  color: #A1A19E; }
  .xb-blog2 .xb-item--link span {
    margin-left: 28px; }

.blog-link {
  font-weight: 700;
  color: #DDDDDD;
  text-transform: uppercase;
  text-decoration: underline; }
  .blog-link:hover {
    color: var(--color-secondary); }

.xb-right-link:hover svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px); }
  .xb-right-link:hover svg path {
    fill: var(--color-secondary); }
.xb-right-link span {
  position: relative;
  display: inline-block;
  z-index: 1; }
  .xb-right-link span svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .xb-right-link span svg path {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .xb-right-link span::before {
    position: absolute;
    top: -1px;
    right: -9px;
    width: 30px;
    height: 30px;
    background-color: #161614;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    z-index: -1; }

.position-bottom {
  background-position: center bottom; }

.pb-385 {
  padding-bottom: 385px; }

.single-post-item {
  padding: 30px;
  padding-bottom: 40px;
  font-weight: 500;
  background-color: var(--color-white); }

.post-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .post-thumbnail-wrapper img {
    -webkit-transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1); }

.post-meta {
  margin-bottom: 20px;
  margin-top: -4px; }
  .post-meta li {
    font-size: 16px;
    line-height: 25px;
    margin-right: 50px;
    color: #787B84;
    margin-top: 7px; }
    .post-meta li i {
      margin-right: 5px;
      color: #191B1E; }
    .post-meta li a {
      color: #787B84; }

article .post-title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.4;
  word-break: break-word;
  letter-spacing: -.6px; }
  @media (max-width: 767px) {
    article .post-title {
      font-size: 24px; } }
  article .post-title a {
    color: currentColor; }

.post-read-more {
  margin-top: 35px; }

.single-post-item {
  margin-bottom: 40px; }
  .single-post-item:hover .post-thumbnail-wrapper img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }

.post-details .post-thumb {
  margin-bottom: 30px; }
.post-details h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .post-details h2 {
      font-size: 24px; } }
.post-details h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .post-details h3 {
      font-size: 22px; } }
.post-details p {
  font-size: 18px;
  line-height: 30px; }
  .post-details p:not(:last-child) {
    margin-bottom: 30px; }

blockquote {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 55px;
  padding-left: 130px;
  position: relative;
  font-family: var(--font-heading);
  margin: 40px 0; }
  @media (max-width: 767px) {
    blockquote {
      padding: 30px 55px;
      padding-left: 55px;
      padding-left: 100px; } }
  blockquote p {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    line-height: 34px;
    margin-bottom: 20px !important; }
  blockquote span {
    font-size: 18px;
    font-weight: 500;
    color: #787B84;
    padding-left: 27px;
    position: relative; }
    blockquote span::before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 17px;
      height: 1px;
      background-color: #787B84;
      content: ""; }
  blockquote .quote {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0;
    -webkit-border-radius: 20px 0;
    -moz-border-radius: 20px 0;
    -ms-border-radius: 20px 0;
    -o-border-radius: 20px 0; }

.post-info-list {
  padding-left: 5; }
  @media (max-width: 1199px) {
    .post-info-list {
      padding-left: 0; } }
  .post-info-list li {
    font-size: 18px;
    color: #787B84; }
    .post-info-list li:not(:last-child) {
      margin-bottom: 9px; }
    .post-info-list li img {
      margin-right: 12px; }

.post-tags .tags-links {
  margin-top: 10px; }
.post-tags .tag-title {
  font-size: 20px;
  margin-right: 15px;
  margin-top: 20px;
  font-weight: 600; }

.social-share .post-share {
  margin-top: 20px; }
.social-share li:not(:last-child) {
  margin-right: 20px; }
.social-share li a {
  background-color: var(--color-white);
  color: #060606;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .social-share li a:hover {
    background-color: var(--color-primary);
    color: var(--color-white); }
.social-share .title {
  font-size: 20px;
  margin-right: 15px;
  margin-top: 20px;
  font-weight: 600; }

/* comment css */
.post-comments {
  padding-bottom: 80px; }
  .post-comments .title {
    font-size: 30px;
    margin-bottom: 30px; }

.latest__comments .comments-box {
  border-top: 1px solid var(--color-border-2);
  padding: 30px 0; }
.latest__comments .comments-text {
  overflow: hidden;
  font-size: 18px;
  line-height: 30px; }
.latest__comments .comments-avatar {
  border-radius: 50%;
  float: left; }
  @media (max-width: 767px) {
    .latest__comments .comments-avatar {
      float: none;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest__comments .comments-avatar {
      float: left;
      margin-bottom: 0px; } }
  .latest__comments .comments-avatar img {
    border-radius: 50%;
    width: 80px !important;
    margin-right: 30px; }
.latest__comments li:last-child .comments-box {
  padding-bottom: 0px; }
.latest__comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0; }
.latest__comments li.children {
  margin-left: 100px; }
  @media (max-width: 767px) {
    .latest__comments li.children {
      margin-left: 0px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest__comments li.children {
      margin-left: 50px; } }
.latest__comments .avatar-name {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative; }
  .latest__comments .avatar-name h5 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: -0.2px;
    font-family: var(--font-body); }
  .latest__comments .avatar-name span {
    font-size: 15px;
    color: var(--color-default); }
.latest__comments .reply {
  color: #060606;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 0;
  text-decoration: none;
  background: #fff;
  padding: 9px 20px; }
  .latest__comments .reply:hover {
    background-color: var(--color-primary);
    color: var(--color-white); }
.latest__comments--2 p {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black); }

.sidebar-area .widget {
  padding: 30px;
  background-color: #fff; }

.xb-contact {
  padding: 80px;
  background-color: #fff; }
  @media (max-width: 1199px) {
    .xb-contact {
      padding: 60px 40px; } }

.contact-mt--255 {
  margin-top: -255px; }

@media (max-width: 991px) {
  .mt-md-30 {
    margin-top: 30px; } }

.contact-title span {
  text-transform: uppercase;
  color: #060606;
  font-family: var(--font-heding);
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px; }
  .contact-title span img {
    margin-right: 6px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px); }
.contact-title h3 {
  font-size: 22px;
  text-transform: uppercase; }

.contact-from .xb-item--field {
  margin-bottom: 20px;
  position: relative; }
  .contact-from .xb-item--field > span,
  .contact-from .xb-item--field .icon {
    position: absolute;
    top: 19px;
    left: 20px;
    display: inline-block;
    line-height: 1;
    z-index: 1; }
  .contact-from .xb-item--field input,
  .contact-from .xb-item--field textarea {
    padding: 15px 46px 18px;
    height: 60px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .contact-from .xb-item--field input::-webkit-input-placeholder,
    .contact-from .xb-item--field textarea::-webkit-input-placeholder {
      color: #B1B4BA;
      opacity: 1; }
    .contact-from .xb-item--field input::-moz-placeholder,
    .contact-from .xb-item--field textarea::-moz-placeholder {
      color: #B1B4BA;
      opacity: 1; }
    .contact-from .xb-item--field input:-ms-input-placeholder,
    .contact-from .xb-item--field textarea:-ms-input-placeholder {
      color: #B1B4BA;
      opacity: 1; }
    .contact-from .xb-item--field input:-moz-placeholder,
    .contact-from .xb-item--field textarea:-moz-placeholder {
      color: #B1B4BA;
      opacity: 1; }
    .contact-from .xb-item--field input:focus,
    .contact-from .xb-item--field textarea:focus {
      background-color: #F5F5F5; }
  .contact-from .xb-item--field textarea {
    min-height: 137px;
    padding: 14px 46px 18px; }
  .contact-from .xb-item--field .nice-select {
    border-color: #F5F5F5;
    padding: 0 46px;
    margin-bottom: 20px; }
    .contact-from .xb-item--field .nice-select:focus {
      border-color: #F5F5F5;
      background-color: #F5F5F5; }
.contact-from .thm-btn {
  background-color: transparent;
  padding: 20px 50px; }

.contact-info {
  background-color: var(--color-white); }
  .contact-info .xb-item--head {
    padding: 75px 80px;
    padding-bottom: 38px; }
    @media (max-width: 1199px) {
      .contact-info .xb-item--head {
        padding: 60px 50px 38px; } }
  .contact-info .xb-item--address {
    padding-bottom: 22px;
    margin-bottom: 25px;
    border-bottom: 1px solid #F1F1F1; }
    .contact-info .xb-item--address h3 {
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 20px; }
      .contact-info .xb-item--address h3 img {
        margin-right: 9px; }
  .contact-info .xb-item--open a {
    color: currentColor;
    text-decoration: underline;
    margin-top: 14px;
    display: inline-block; }
    .contact-info .xb-item--open a img {
      margin-right: 10px; }
  .contact-info .xb-item--cta {
    padding: 65px 80px;
    padding-top: 35px;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .contact-info .xb-item--cta {
        padding: 45px 50px; } }
    .contact-info .xb-item--cta p {
      color: var(--color-white); }
    .contact-info .xb-item--cta h3 {
      margin-top: 30px;
      color: var(--color-white);
      font-size: 45px; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .contact-info .xb-item--cta h3 {
          font-size: 36px; } }
      @media (max-width: 1199px) {
        .contact-info .xb-item--cta h3 {
          font-size: 32px; } }
  .contact-info .xb-item--social li:not(:last-child) {
    margin-right: 10px; }
  .contact-info .xb-item--social li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #F5F5F5;
    color: #060606;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .contact-info .xb-item--social li a:hover {
      color: var(--color-white);
      background-color: var(--color-primary); }

.instagram-inner {
  margin-bottom: -128px;
  z-index: 2;
  position: relative; }

.instagram-title {
  background-color: var(--color-secondary);
  padding: 40px;
  height: 100%;
  width: 20%; }
  @media (max-width: 1199px) {
    .instagram-title {
      width: 25%; } }
  @media (max-width: 991px) {
    .instagram-title {
      width: 33%; } }
  @media (max-width: 767px) {
    .instagram-title {
      width: 100%;
      margin-bottom: 30px; } }
  .instagram-title a {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 60px;
    color: #080807; }
    @media (max-width: 1199px) {
      .instagram-title a {
        margin-bottom: 43px; } }
  .instagram-title h3 {
    color: #080807;
    font-size: 20px; }
    @media (max-width: 1199px) {
      .instagram-title h3 {
        font-size: 17px; } }

.instagram-slider-inner {
  width: calc(100% - 20%); }
  @media (max-width: 1199px) {
    .instagram-slider-inner {
      width: calc(100% - 25%); } }
  @media (max-width: 991px) {
    .instagram-slider-inner {
      width: calc(100% - 33%); } }
  @media (max-width: 767px) {
    .instagram-slider-inner {
      width: 100%; } }

.xb-instagram {
  position: relative;
  overflow: hidden; }
  .xb-instagram::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 1px solid var(--color-secondary);
    outline-offset: -1px;
    z-index: 2;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
  .xb-instagram:hover::before {
    opacity: 1; }
  .xb-instagram:hover .xb-item--img::before {
    opacity: 0.8; }
  .xb-instagram:hover .xb-item--icon {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .xb-instagram:hover .xb-item--title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-delay: .1s; }
  .xb-instagram .xb-item--img {
    position: relative; }
    .xb-instagram .xb-item--img::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #080807;
      content: "";
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      z-index: 1; }
  .xb-instagram .xb-item--holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 2; }
    .xb-instagram .xb-item--holder span {
      color: var(--color-white); }
  .xb-instagram .xb-item--icon {
    font-size: 40px;
    color: #DDDDDD;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  .xb-instagram .xb-item--title {
    font-size: 14px;
    color: #BEBEBB;
    display: inline-block;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

/*----------------------------------------*/
/*  21. breadcrumb
/*----------------------------------------*/
.breadcrumb {
  padding-top: 140px;
  padding-bottom: 180px; }
  @media (max-width: 1199px) {
    .breadcrumb {
      padding-top: 100px;
      padding-bottom: 115px; } }
  @media (max-width: 767px) {
    .breadcrumb {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .breadcrumb__title {
    font-size: 45px;
    margin-bottom: 15px;
    color: var(--color-white); }
    @media (max-width: 767px) {
      .breadcrumb__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px; } }
  .breadcrumb__list {
    display: inline-block; }
    .breadcrumb__list li {
      font-size: 14px;
      font-weight: 600;
      line-height: 30px;
      display: inline-block;
      color: var(--color-white);
      position: relative;
      text-transform: uppercase; }
      .breadcrumb__list li + .breadcrumb-item::before {
        content: "|";
        color: #fff; }
      @media (max-width: 767px) {
        .breadcrumb__list li {
          font-size: 16px; } }
      .breadcrumb__list li a {
        color: #fff; }

.thm-btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: None;
  color: var(--color-white);
  border-style: none;
  padding: 18px 50px;
  align-self: center;
  position: relative;
  line-height: 1.1;
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  background-color: transparent; }
  .thm-btn:hover {
    color: var(--color-white);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
    .thm-btn:hover::after {
      width: 100%;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      left: 0;
      bottom: 0; }
    .thm-btn:hover::before {
      border-color: var(--color-primary); }
  .thm-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .thm-btn::after {
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 50px;
    height: 100%;
    content: "";
    background-color: var(--color-primary);
    z-index: -2;
    clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .thm-btn--black {
    color: #060606; }
    .thm-btn--black::before {
      border-color: #060606; }

.xb-btn {
  background-color: var(--color-secondary);
  color: var(--color-white);
  color: #080807;
  padding: 15px 55px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .xb-btn:hover {
    color: #080807;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }

.btns {
  margin: -12px; }
  .btns a {
    margin: 12px; }

/*----------------------------------------*/
/*  27. backtotop
/*----------------------------------------*/
.xb-backtotop {
  right: 30px;
  z-index: 999;
  bottom: 20px;
  position: fixed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }
  .xb-backtotop.active {
    bottom: 40px;
    opacity: 1;
    visibility: visible; }
  .xb-backtotop .scroll {
    z-index: 1;
    width: 40px;
    height: 40px;
    display: block;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .xb-backtotop .scroll:hover {
      margin-bottom: 4px; }
  .xb-backtotop.style-two .scroll {
    color: #080807;
    background-color: var(--color-secondary); }

/*----------------------------------------*/
/*  28. mobile-menu
/*----------------------------------------*/
.xb-hamburger-menu {
  display: none; }
  @media (max-width: 991px) {
    .xb-hamburger-menu {
      display: block; } }

.xb-nav-mobile-button {
  position: relative;
  cursor: pointer;
  font-size: 25px;
  color: var(--color-dark); }
  .xb-nav-mobile-button.btn-white {
    color: var(--color-white); }

.xb-header-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden; }

.xb-header-menu {
  position: fixed;
  height: 100vh;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1010;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  background-color: #000; }

.xb-header-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.xb-header-menu.active + .xb-header-menu-backdrop {
  opacity: 1;
  visibility: visible; }

.xb-header-menu-scroll {
  padding: 50px 25px 40px; }

.xb-header-menu-scroll .xb-close {
  position: absolute;
  top: 0;
  right: 0; }

.xb-header-menu-scroll .xb-menu-primary > li {
  padding-left: 0;
  padding-right: 0; }

.xb-header-menu-scroll .xb-menu-primary > li > a .left-icon {
  margin-right: 4px; }

.xb-header-menu-scroll .xb-menu-primary > li .elementor-section {
  max-width: 100%; }

.xb-header-menu-scroll .xb-menu-primary > li .elementor-container {
  margin: 10px 0 !important; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu.xb-mega-menu, .xb-header-menu-scroll .xb-menu-primary > li .children.xb-mega-menu {
  padding-left: 0; }

.xb-menu-toggle {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0;
  width: 28px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #1b1b1b;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block; }

.xb-menu-toggle:before {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro"; }

.xb-menu-toggle.active:before {
  content: "\f106"; }

.xb-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0; }

.xb-menu-primary li {
  position: relative; }

.xb-menu-primary li a {
  display: block;
  line-height: 46px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.xb-menu-primary li > a:hover, .xb-menu-primary li > a.current, .xb-menu-primary li.current_page_item > a, .xb-menu-primary li.current-menu-item > a, .xb-menu-primary li.current_page_ancestor > a, .xb-menu-primary li.current-menu-ancestor > a {
  color: var(--color-primary); }

.xb-menu-primary .sub-menu, .xb-menu-primary .children {
  position: relative;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }

.xb-menu-primary .sub-menu li a, .xb-menu-primary .children li a {
  font-weight: 500;
  padding-left: 14px; }

.xb-menu-primary > li > .sub-menu > li > .sub-menu > li a {
  padding-left: 28px; }

.xb-menu-primary .xb-megamenu .elementor-container > .elementor-column {
  width: 100%; }

.xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
  padding: 0 !important; }

.xb-menu-primary .xb-megamenu .xb-link li {
  margin: 0; }

.xb-menu-primary .xb-megamenu .xb-heading {
  padding-left: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
  padding-bottom: 12px; }

.xb-menu-primary .xb-megamenu .xb-heading .xb-item--title {
  margin-bottom: 0 !important;
  font-size: 15px !important;
  border-bottom: none !important; }

.xb-menu-primary .xb-megamenu .elementor-widget-heading > .elementor-widget-container {
  margin-bottom: 0 !important;
  border-bottom: none !important; }

.xb-menu-primary .xb-megamenu .elementor-section .elementor-container {
  flex-wrap: wrap; }

.xb-menu-primary .xb-menu-toggle:hover {
  color: var(--color-primary); }

.xb-logo-mobile {
  margin-bottom: 40px; }

.xb-logo-mobile img {
  height: 32px; }

.xb-header-mobile-search {
  margin-bottom: 20px; }

.xb-header-mobile-search form {
  position: relative; }

.xb-header-mobile-search .search-field {
  height: 50px;
  border: none;
  padding: 0 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  border: 2px solid rgba(150, 144, 162, 0.09);
  padding: 12px 15px 13px;
  background: transparent;
  font-size: 16px; }

.xb-header-mobile-search .search-field:focus {
  color: #fff;
  border-color: var(--color-primary); }

.xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--primary-color); }

.xb-menu-close {
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.xb-header-wrap .xb-menu-toggle {
  color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.03); }
.xb-header-wrap .xb-menu-close {
  background-color: rgba(255, 255, 255, 0.03); }
.xb-header-wrap .xb-close::before,
.xb-header-wrap .xb-close::after {
  background-color: #fff; }

/*----------------------------------------*/
/*  26. sidebar
/*----------------------------------------*/
.offcanvas-sidebar .sidebar-logo,
.offcanvas-sidebar .sidebar-content,
.offcanvas-sidebar .sidebar-contact-info,
.offcanvas-sidebar .xb-content-wrap,
.offcanvas-sidebar .sidebar-socials-wrap {
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  -o-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0; }

.offcanvas-sidebar.active .sidebar-logo,
.offcanvas-sidebar.active .sidebar-content,
.offcanvas-sidebar.active .sidebar-contact-info,
.offcanvas-sidebar.active .sidebar-socials-wrap,
.offcanvas-sidebar.active .sidebar-menu-close,
.offcanvas-sidebar.active .xb-content-wrap {
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  -o-transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  transition: all 0.35s cubic-bezier(0.39, 0.66, 0.56, 1.05);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
.offcanvas-sidebar.active .sidebar-logo {
  transition-delay: .2s; }
.offcanvas-sidebar.active .sidebar-content {
  transition-delay: .3s; }
.offcanvas-sidebar.active .sidebar-contact-info {
  transition-delay: .4s; }
.offcanvas-sidebar.active .xb-content-wrap {
  transition-delay: .5s;
  }
.offcanvas-sidebar.active .sidebar-socials-wrap {
  transition-delay: .6s; }
.offcanvas-sidebar.active .sidebar-menu-close {
  transition-delay: .7s; }

.sidebar-menu-close {
  position: absolute;
  top: 50px;
  right: 50px;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px); }

.offcanvas-sidebar .xb-close {
  width: 60px;
  height: 60px;
  border-width: 18px;
  background: #cccccc45;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.offcanvas-sidebar .xb-close::before,
.offcanvas-sidebar .xb-close::after {
  background-color: var(--color-black); }

.offcanvas-sidebar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -775px;
  max-width: 745px;
  width: 100%;
  padding: 50px 100px;
  height: 100%;
  display: block;
  background-color: #fff;
  z-index: 1020;
  transition-duration: 500ms;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.offcanvas-sidebar.active {
  right: 0; }

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sidebar-top,
  .sidebar-contact-info {
    margin-bottom: 80px; } }

.sidebar-content {
  max-width: 450px;
  font-size: 30px;
  line-height: 142.2%;
  letter-spacing: -0.9px;
  font-family: var(--font-heading);
  text-transform: uppercase;
  color: var(--color-heading);
  font-weight: 700; }

.sidebar-heading {
  font-size: 14px;
  color: #7B7B7B !important;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 22px;
  letter-spacing: 0.7px; }

.sidebar-info-list li {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--color-heading); }
  .sidebar-info-list li span {
    margin-right: 15px; }
  .sidebar-info-list li:not(:last-child) {
    margin-bottom: 18px;
    }
  .sidebar-info-list li a {
    color: currentColor;
    display: flex;
    }

.xb-content-wrap {
  color: var(--color-default); }
  .xb-content-wrap .xb-item {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    }
    .xb-content-wrap .xb-item + .xb-content-wrap .xb-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -16px;
      height: 33px;
      width: 1px;
      background-color: var(--color-default); }
    .xb-content-wrap .xb-item a {
      color: inherit; }
    .xb-content-wrap .xb-item .tel {
      font-size: 24px;
      line-height: 30px; }

.xb-content-wrap .xb-item + .xb-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  height: 33px;
  width: 1px;
  background-color: var(--color-default); }

@media (min-width: 768px) and (max-width: 991px) {
  .xb-content-wrap .xb-item + .xb-item:before {
    display: none; } }
@media (max-width: 480px) {
  .xb-content-wrap .xb-item + .xb-item:before {
    display: none; } }
.xb-content-wrap .xb-item .pxl-icon {
  margin-right: 8px; }

.xb-content-wrap .xb-item a {
  color: inherit; }

.xb-content-wrap .xb-item a:hover {
  color: inherit; }

.xb-content-wrap .xb-item span a + a {
  display: block; }

.xb-content-wrap .xb-item .tel {
  font-size: 24px;
  line-height: 30px; }
  .xb-content-wrap .xb-item .tel:hover {
    color: var(--color-heading); }

@media (max-width: 1199px) {
  .xb-content-wrap .xb-item .tel {
    font-size: 20px; } }
.xb-content-wrap .xb-item {
  flex-wrap: nowrap; }

.sidebar-socials-wrap a {
  color: var(--color-default);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
  position: relative; }
  .sidebar-socials-wrap a:hover {
    color: var(--color-heading); }
  .sidebar-socials-wrap a:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s; }
  .sidebar-socials-wrap a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1); }
  .sidebar-socials-wrap a:not(:last-child) {
    margin-right: 25px; }

.black-sidebar {
  background-color: #161614; }
  .black-sidebar .sidebar-content {
    color: #fff; }
  .black-sidebar .sidebar-heading {
    color: #A1A19E !important;
    font-family: var(--font-body); }
  .black-sidebar .sidebar-info-list li {
    color: #fff; }
  .black-sidebar .sidebar-social .xb-item--social li a {
    color: #888C8D;
    opacity: 1; }
    .black-sidebar .sidebar-social .xb-item--social li a:hover {
      color: var(--color-secondary); }
      .black-sidebar .sidebar-social .xb-item--social li a:hover svg path {
        fill: var(--color-secondary); }
  .black-sidebar .xb-content-wrap {
    color: #A1A19E; }
    .black-sidebar .xb-content-wrap .xb-item .tel:hover {
      color: var(--color-white); }
  .black-sidebar .sidebar-socials-wrap a {
    color: #A1A19E; }
    .black-sidebar .sidebar-socials-wrap a:hover {
      color: #fff; }
  .black-sidebar .xb-close {
    background: #242424; }
    .black-sidebar .xb-close::before, .black-sidebar .xb-close::after {
      background-color: var(--color-white); }

/* search css */
.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: #161614;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end; }
  @media (max-width: 767px) {
    .header-search-form-wrapper {
      height: 200px; } }

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0); }

.header-search-form-wrapper .search-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.header-search-form-wrapper .search-form input[type="search"] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  color: balck;
  border: none;
  border-bottom: 1px solid #404040;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: #fff; }
  @media (max-width: 767px) {
    .header-search-form-wrapper .search-form input[type="search"] {
      height: 45px;
      line-height: 50px;
      font-size: 18px; } }

.header-search-form-wrapper .search-form input[type="search"]::placeholder {
  color: #a4a4a4;
  opacity: 1; }

.header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
  color: #a4a4a4; }

.header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
  color: #a4a4a4; }

.header-search-form-wrapper .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 24px; }
  @media (max-width: 767px) {
    .header-search-form-wrapper .search-submit {
      height: 35px;
      font-size: 20px; } }

.header-search-form-wrapper .xb-search-close {
  background: #cccccc14;
  width: 54px;
  height: 54px;
  border-width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }
  .header-search-form-wrapper .xb-search-close::before, .header-search-form-wrapper .xb-search-close::after {
    background-color: var(--color-white); }
  @media (max-width: 767px) {
    .header-search-form-wrapper .xb-search-close {
      width: 50px;
      height: 50px;
      background-color: transparent; } }

.header-search-container {
  width: 100%;
  height: 100%;
  border: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 1199px) {
    .header-search-container {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .header-search-container {
      padding: 0 15px; } }

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

/* OVERLAY MENU */
.overlay-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  z-index: 102;
  overflow: hidden; }

.overlay-menu .close {
  position: absolute;
  right: 60px;
  top: 55px;
  cursor: pointer;
  opacity: .5;
  z-index: 10;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  background: color; }

.overlay-menu .close:hover {
  opacity: 1; }

.overlay-menu .left-area, .overlay-menu .right-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%; }

.overlay-menu .left-area {
  padding-left: 10vw; }

.overlay-menu .right-area {
  padding-left: 3vw; }

.overlay-menu .right-area ul {
  margin-bottom: 30px; }

.overlay-menu .right-area ul li {
  list-style: none;
  line-height: 30px; }

.overlay-menu .right-area ul li a {
  color: #A8A8A8; }

.overlay-menu .right-area ul li p {
  margin: 0;
  color: #A8A8A8; }

.overlay-menu .right-area ul li span.title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  display: inline-block; }

.overlay-menu .overlay-wrap {
  height: 100vh; }

.overlay-menu .overlay-wrap .left-area {
  text-align: left;
  background: #000; }

.overlay-menu .overlay-wrap .right-area {
  text-align: left;
  background: #16171B; }

.overlay-menu .overlay-wrap .left-area nav {
  position: relative; }

.overlay-menu .overlay-wrap .left-area nav ul {
  position: relative;
  padding: 0;
  margin: 0; }

.overlay-menu .overlay-wrap .left-area nav li {
  list-style: none; }

.overlay-menu .overlay-wrap .left-area nav li a {
  font-size: 60px;
  line-height: 90px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  color: #fff; }

.overlay-menu .overlay-wrap .left-area nav li.current-menu-item > a {
  color: #666666;
  pointer-events: none; }

.overlay-menu .overlay-wrap .left-area nav li.current-menu-item > a:before {
  opacity: 1;
  left: -35px; }

.overlay-menu .overlay-wrap .left-area nav li.menu-item-has-children > a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: -50px;
  top: 8px;
  font-size: 25px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(30px) rotate(30deg);
  -ms-transform: translateY(30px) rotate(30deg);
  transform: translateY(30px) rotate(30deg);
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s; }

.overlay-menu .overlay-wrap .left-area nav li.menu-item-has-children:hover > a:after {
  opacity: .4;
  -webkit-transform: translateY(0) rotate(30deg);
  -ms-transform: translateY(0) rotate(30deg);
  transform: translateY(0) rotate(30deg); }

.overlay-menu .overlay-wrap .left-area nav li a:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #515151;
  position: absolute;
  border-radius: 30px;
  left: -20px;
  top: 50%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  opacity: 0;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s; }

.overlay-menu .overlay-wrap .left-area nav li:not(li.menu-item-has-children) a:hover:before {
  opacity: 1;
  left: -35px; }

.overlay-menu .overlay-wrap .left-area nav li ul {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  pointer-events: none;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.overlay-menu .overlay-wrap .right-area .social-links {
  margin: 0;
  padding: 0; }

.overlay-menu .overlay-wrap .right-area .social-links li {
  float: left; }

.overlay-menu .overlay-wrap .right-area .social-links a {
  float: right;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s; }

.overlay-menu .overlay-wrap .right-area .social-links a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s; }

.overlay-menu .overlay-wrap .right-area .social-links a:hover {
  color: #fff; }

.overlay-menu .overlay-wrap .right-area .social-links a:hover:after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0); }

.overlay-menu .back {
  line-height: 45px !important;
  opacity: .3 !important;
  transition: opacity ease .2s;
  -webkit-transition: opacity ease .2s;
  -moz-transition: opacity ease .2s;
  -ms-transition: opacity ease .2s;
  -o-transition: opacity ease .2s; }

.overlay-menu .back:hover {
  opacity: 1 !important; }

.overlay-menu .back::before {
  display: none; }

.overlay-menu .back:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: -40px;
  top: 11px;
  font-size: 21px;
  -webkit-transform: rotate(-140deg);
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg); }

.overlay-menu .xb-close {
  width: 45px;
  height: 45px; }
  .overlay-menu .xb-close::before, .overlay-menu .xb-close::after {
    background-color: #fff; }

@media screen and (max-width: 1024px) {
  .header-container {
    padding: 45px; }

  .slider-bottom {
    padding: 45px !important; }

  .overlay-menu .close {
    right: 45px;
    top: 45px; }

  .overlay-menu .right-area ul {
    padding: 0;
    padding-left: 15px; }

  .overlay-menu .overlay-wrap .left-area nav li a {
    font-size: 55px;
    line-height: 80px; } }
.overlay-menu-two .overlay-wrap .left-area {
  background: #060613; }

.overlay-menu-two .overlay-wrap .right-area {
  background-color: #151521; }

.overlay-menu-three .overlay-wrap .left-area {
  background: #020202; }

.overlay-menu-thee .overlay-wrap .right-area {
  background-color: #242424; }

/*----------------------------------------*/
/*  32. preloader
/*----------------------------------------*/
.xb-loadding-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1030;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .xb-loadding-container.style-dark {
    background-color: #080807; }

.xb-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65px;
  text-align: center; }

.xb-loadding-inner {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite; }

.xb-loadding-inner img {
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 100%;
  height: auto; }

.footer-nav li {
  margin: 0 18px;
  margin-bottom: 10px;
  font-family: var(--font-heading); }
  .footer-nav li a {
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
    .footer-nav li a:hover {
      color: var(--color-primary);
      text-decoration: underline; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.footer-copyright {
  color: #A3A3A3; }

.footer-links li {
  font-family: var(--font-heading); }
  .footer-links li:not(:last-child) {
    margin-right: 40px; }
  .footer-links li a {
    color: #A3A3A3;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; }
    .footer-links li a:hover {
      color: var(--color-white); }

.footer-style-two {
  padding-top: 200px;
  position: relative;
  z-index: 1; }
  .footer-style-two::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161614;
    opacity: 0.98;
    content: "";
    z-index: -1; }
  .footer-style-two .footer-nav li a:hover {
    color: var(--color-secondary); }

.footer-cta .xb-item--title {
  font-size: 14px;
  color: #DDDDDD;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px; }
.footer-cta .xb-item--number {
  font-size: 45px;
  margin-bottom: 12px; }
.footer-cta .xb-item--mail a {
  color: var(--color-secondary);
  text-decoration: underline; }

.footer-newsletter {
  max-width: 587px;
  margin: 0 auto;
  position: relative; }
  .footer-newsletter input {
    background-color: #080807;
    color: #fff;
    border-color: transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 20px 56px; }
    .footer-newsletter input::-webkit-input-placeholder {
      color: #A1A19E;
      opacity: 1; }
    .footer-newsletter input::-moz-placeholder {
      color: #A1A19E;
      opacity: 1; }
    .footer-newsletter input:-ms-input-placeholder {
      color: #A1A19E;
      opacity: 1; }
    .footer-newsletter input:-moz-placeholder {
      color: #A1A19E;
      opacity: 1; }
  .footer-newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-secondary);
    height: 60px;
    padding: 15px 55px;
    text-transform: uppercase;
    font-weight: 700;
    color: #080807;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px; }
    @media (max-width: 767px) {
      .footer-newsletter button {
        position: relative;
        width: 100%;
        margin-top: 20px; } }
  .footer-newsletter .icon::before {
    position: absolute;
    top: 22px;
    left: 30px;
    width: 18px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url("../images/sms-tracking2.svg"); }

.footer-social li:not(:last-child) {
  margin-right: 7px; }
.footer-social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #080807;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  .footer-social li a svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .footer-social li a:hover {
    background-color: var(--color-secondary);
    color: #080807; }
    .footer-social li a:hover svg path {
      fill: #080807; }

.xb-item-wrap{
        flex-wrap: nowrap!important;
}
.about{
    padding-top: 10px;
}
.btn2{
    color: #000!important;
}
.btn2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bg_img {
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#shop{
    background-color: #fff;
    z-index: 100;
    /* display: flex; */
}
#shop1{
    background-color: #f5f5f5!important;
}
.page-header__inner{
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 50px 0;
    border-top: 1px solid #ffffffa1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.page-header__inner h2{
    color: #fff;
    width: 70%;
    text-align: left;
}
.thm-breadcrumb{
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 30%;
    border-left: 1px solid #dddddd99;
}
.thm-breadcrumb li{
    color: #fff;
    margin: 0 0 0 30px;
    /* width: 100px; */
    text-align: left;
}
.terms-sec h6{
    padding: 10px 0;
}
.product-details__img{
    background: #fffefe;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 70%;
    box-shadow: 1px 1px 3px 1px #bbbbbb;
}


/************************************/

@charset "UTF-8";
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation

04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Subscribe
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Client
    4.00. Simple Sections
    4.00. Video
    4.00. Category
    4.00. Faq
    4.00. feature
    4.00. CTA
    4.00. Service
    4.00. Pricing
    4.00. Why choose Us
    4.00. Project
    4.00. Event
    4.00. Gallery
    4.00. Schedule

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #fc7000;
  --title-color: #1C1C1C;
  --body-color: #7B7E86;
  --smoke-color: #F3F3F3;
  --smoke-color2: #F6F6F7;
  --smoke-color3: #F5F5F6;
  --smoke-color4: #F4F4F4;
  --smoke-color5: #F0F2F4;
  --black-color: #202020;
  --gray-color: #303030;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #fc7000;
  --border-color: #E3E3E3;
  --title-font: "Playfair Display", serif;
  --body-font: "Kumbh Sans", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(251, 212, 81, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 0px;
}
body.home-3 {
  background: var(--smoke-color5);
}
body.home-3 .btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 20.5px 35px 20.5px;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  /* color: var(--body-color); */
  line-height: 1.75;
  color: #464646;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
  font-family: var(--title-font)!important;!im;!i;!;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.227;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
.admin-bar .default-header .sticky-wrapper.sticky {
  top: 32px;
}

.wp-block-search__label {
  position: relative;
  font-size: 24px;
  font-weight: 500 !important;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 25px 0;
}

p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.page--item {
  margin-bottom: 30px;
}
.page--item p {
  line-height: 1.8;
}
.page--item .th-comment-form {
  padding: 0;
}
.page--item .th-comments-wrap {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
}

.content-none-search {
  margin-top: 30px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.wp-block-columns {
  margin-bottom: 1em;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figure.wp-block-gallery {
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--white-color);
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}

.wp-block-latest-comments a {
  color: inherit;
}

.wp-block-button {
  margin-bottom: 10px;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ol.wp-block-latest-comments li {
  margin: 15px 0;
}

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
ul.wp-block-latest-posts a {
  color: inherit;
}
ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}
ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-search .wp-block-search__inside-wrapper {
  border: 1px solid #EAEBEE;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  border: 0;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  min-width: 110px;
  border: none;
  color: #fff;
  border-radius: 10px;
  background-color: var(--theme-color);
}
.wp-block-search .wp-block-search__button.has-icon {
  min-width: 55px;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 8px 0 25px;
}

ul.wp-block-rss a {
  color: inherit;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.wp-block-table.is-style-stripes {
  border: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-color: var(--border-color);
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .btn {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .btn {
    top: 0;
  }
}

.post-password-form {
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form p {
  display: flex;
  position: relative;
  gap: 15px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .post-password-form p {
    flex-wrap: wrap;
  }
}
.post-password-form label {
  display: flex;
  align-items: center;
  flex: auto;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0;
  gap: 15px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .post-password-form label {
    flex-wrap: wrap;
  }
}
.post-password-form input {
  width: 100%;
  border: none;
  height: 55px;
  padding-left: 25px;
  color: var(--body-color);
  border: 1px solid var(--border-color);
}
.post-password-form input[type=submit] {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 140px;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
  text-align: center;
}
.post-password-form input[type=submit]:hover {
  background-color: var(--title-color);
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}
.page-links > .page-links-title {
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.page-links span.screen-reader-text {
  display: none;
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
  position: relative;
}
.blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  border: none;
  padding: 40px;
  border-radius: 15px;
}
.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--theme-color);
  z-index: 1;
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "\f08d";
  position: absolute;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  right: 0;
  top: 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  z-index: 1;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 0 15px 0 4px;
}
.blog-single.format-quote blockquote, .blog-single.format-quote .wp-block-quote {
  background: var(--white-color);
  margin-bottom: 0;
}
.blog-single.format-quote:before {
  content: "\f10e";
  top: 0;
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}
.blog-single.format-chat .entry-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}

.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: transparent;
  overflow: hidden;
}
.blog-details .blog-single .blog-content p:last-child {
  margin-bottom: 0;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  box-shadow: none;
  background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}

.blog-single .wp-block-tag-cloud {
  margin-bottom: 20px;
}
.blog-single .wp-block-tag-cloud a {
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: none;
}

.th-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}
.th-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .th-search .search-grid-content {
    padding: 20px;
  }
}
.th-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}
.th-search .search-grid-title a {
  color: inherit;
}
.th-search .search-grid-title a:hover {
  color: var(--theme-color);
}
.th-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.th-search .search-grid-meta > *:last-child {
  margin-right: 0;
}
.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
  color: var(--body-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote:before {
    top: 15px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (max-width: 768px) {
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .th-comment-form {
    margin-top: 24px;
  }
}
.site {
  overflow-x: hidden;
}

/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
.container2 {
  max-width: 1330px;
  margin: auto;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
  .container2 {
    max-width: 1330px;
  }
}
@media only screen and (min-width: 1300px) {
  .container2.px-0,
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
  .container2 {
    max-width: 1330px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .container2 {
    max-width: 1140px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    max-width: 960px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .container2 {
    max-width: 720px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .container2 {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gy-80 {
  --bs-gutter-y: 80px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 60px;
  padding: 0 30px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--smoke-color);
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  height: auto;
  border: none;
  border: 2px solid var(--theme-color);
  padding: 14.5px 30px;
  background-color: transparent;
  line-height: initial;
}
select.style2 option,
.single-select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
  background-color: var(--title-color);
  color: var(--body-color);
  padding: 2px 15px;
}
select.style2::-moz-placeholder,
.single-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
  color: var(--body-color);
}
select.style2::-webkit-input-placeholder,
.single-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
  color: var(--body-color);
}
select.style2:-ms-input-placeholder,
.single-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
  color: var(--body-color);
}
select.style2::placeholder,
.single-select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
  color: var(--body-color);
}
select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: var(--white-color);
}
select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
  background: transparent;
  border: 1px solid #404040;
  border-radius: 0;
  color: var(--white-color);
}
select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
  background: transparent;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  color: var(--title-color);
}
select.style3,
.single-select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background: var(--smoke-color3);
}

.form-text {
  font-size: 16px;
}
.form-text a {
  color: var(--title-color);
  font-weight: 500;
}

.single-select,
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 60px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.single-select:after,
.form-select:after,
select:after {
  right: 30px;
  height: 8px;
  width: 8px;
}
.single-select .list,
.form-select .list,
select .list {
  width: 100%;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
.form-group.has-label > i {
  top: 50px;
}
.form-group.has-icon .form-control {
  padding-left: 70px;
}
.form-group.has-icon .input-icon {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group.has-icon .input-icon:hover {
  color: var(--theme-color);
}
.form-group.radius-group input {
  border-radius: 100px;
}
.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}
.form-group.style-3 .form-control {
  padding: 0 60px 0 30px;
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
  border-radius: 10px;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: white;
  border: 1px solid rgb(247, 204, 215);
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme-color);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover {
  border-color: var(--theme-color);
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.slick-arrow {
  --pos-x: 362px;
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  color: var(--title-color);
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 50%;
  right: var(--pos-x, 120px);
  width: var(--icon-size, 53px);
  height: var(--icon-size, 53px);
  line-height: var(--icon-size, 55px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 53px) / -1);
  z-index: 2;
  opacity: 0.2;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  margin-top: 20px;
}
.slick-arrow:hover {
  opacity: 1;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .slick-arrow {
    --pos-x: 362px;
  }
}
@media (max-width: 1600px) {
  .slick-arrow {
    --pos-x: 212px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --pos-x: 132px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --pos-x: 120px;
  }
}
@media (max-width: 1200px) {
  .slick-arrow {
    --pos-x: 42px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    display: none;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
}
.slick-3d-active {
  margin-left: -12%;
  margin-right: -12%;
}
.slick-3d-active .slick-list {
  padding-left: 30% !important;
  padding-right: 30% !important;
}
.slick-3d-active .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}
.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slick-3d-active .slick-3d-next {
  opacity: 1;
  transform: translate3d(50%, 0, -21px);
  z-index: 1;
  perspective: 1000px;
}
.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  transform: translate3d(40%, 0, -23px);
  z-index: 0;
  perspective: 1000px;
}
.slick-3d-active .slick-3d-prev {
  opacity: 1;
  transform: translate3d(-50%, 0, -21px);
}
.slick-3d-active .slick-3d-prev .testi-card {
  box-shadow: none;
}
.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  transform: translate3d(-40%, 0, -23px);
}

/*------------------- 2.5. Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}
.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.mobile-menu-wrapper .menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.mobile-menu-wrapper .menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-wrapper.body-visible .mobile-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}
.mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}
.mobile-menu ul li.active-class > a {
  color: var(--theme-color);
}
.mobile-menu ul li.active-class > a:before {
  transform: rotate(90deg);
}
.mobile-menu ul li ul li {
  padding-left: 20px;
}
.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.mobile-menu ul .submenu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}
.mobile-menu ul .submenu-item-has-children.active-class > a .mean-expand-class:before {
  content: "\f068";
}
.mobile-menu ul .submenu-item-has-children.active-class > a:after {
  content: "\f068";
}
.mobile-menu > ul {
  padding: 0 40px;
}
.mobile-menu > ul > li:last-child {
  border-bottom: none;
}

@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}
.preloader .btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
  text-transform: capitalize;
}
.preloader .btn:after {
  border-radius: 0;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid var(--theme-color);
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: #ee6c0c;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 17px 35px 20.5px;
  border-radius: 30px;
}
.btn::before {
  /* position: absolute; */
  content: "";
  left: 3px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ee6c0c;
  border: none;
  z-index: -1;
  transition: 0.4s;
  border-radius: 27px;
  /* transform: skewX(-10deg); */
  display: none;
}
.btn:focus, .btn:hover, .btn:active {
  color: var(--white-color);
  box-shadow: none;
}
.btn:focus:before, .btn:hover:before, .btn:active:before {
  background: var(--black-color);
  width: 97%;
  transform: skewX(10deg);
}
.btn.style2:hover {
  color: #ffffff;
  background: #808080;
}
.btn.style2:hover:before {
  background-color: var(--white-color);
}
.btn.style3 {
  border-radius: 0;
  background: var(--theme-color);
}
.btn.style3:before {
  border-radius: 0;
  transform: none;
  left: 0;
  width: 0;
}
.btn.style3:hover {
  color: var(--title-color);
}
.btn.style3:hover:before {
  background-color: var(--white-color);
  width: 100%;
}
.btn.style4:before {
  background: var(--title-color);
}
.btn.style4:hover {
  color: var(--white-color);
}
.btn.style4:hover:before {
  background-color: var(--theme-color);
}
.btn.style5 {
  border-radius: 0;
  padding: 21px 34px 23px;
  background: var(--title-color);
}
.btn.style5:before {
  border-radius: 0;
  transform: none;
  left: 0;
  width: 0;
}
.btn.style5:hover:before {
  background-color: var(--theme-color);
  width: 100%;
}
.btn.style6 {
  border-radius: 0;
  background: var(--theme-color);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.btn.style6:before {
  border-radius: 0;
  transform: none;
  left: 0;
  width: 0;
}
.btn.style6:hover:before {
  width: 100%;
}
.btn.btn-border {
  color: var(--title-color);
  padding: 19.5px 21px 19.5px 25px;
}
.btn.btn-border:before {
  background: transparent;
  border: 1px solid var(--black-color);
}
.btn.btn-border:active, .btn.btn-border:focus, .btn.btn-border:hover {
  color: var(--white-color);
}
.btn.btn-border:active:before, .btn.btn-border:focus:before, .btn.btn-border:hover:before {
  background-color: var(--black-color);
}
.btn.btn-border2 {
  color: var(--theme-color);
  padding: 19.5px 40px 19.5px 40px;
}
.btn.btn-border2:before {
  background: transparent;
  border: 1px solid var(--theme-color);
}
.btn.btn-border2:active, .btn.btn-border2:focus, .btn.btn-border2:hover {
  color: var(--white-color);
}
.btn.btn-border2:active:before, .btn.btn-border2:focus:before, .btn.btn-border2:hover:before {
  background-color: var(--theme-color);
}
.btn.btn-border3 {
  color: var(--white-color);
  padding: 19.5px 21px 19.5px 25px;
}
.btn.btn-border3:before {
  background: transparent;
  border: 1px solid var(--white-color);
}
.btn.btn-border3:active, .btn.btn-border3:focus, .btn.btn-border3:hover {
  color: var(--theme-color);
}
.btn.btn-border3:active:before, .btn.btn-border3:focus:before, .btn.btn-border3:hover:before {
  background-color: var(--white-color);
}
.btn.btn-border4 {
  color: var(--title-color);
  border: 1px solid var(--title-color);
  border-radius: 0;
  font-family: var(--title-font);
}
.btn.btn-border4:before {
  display: none;
}
.btn.btn-border4:active, .btn.btn-border4:focus, .btn.btn-border4:hover {
  color: var(--white-color);
  background: var(--title-color);
}
.btn.style-r0:before {
  border-radius: 0;
}
.btn.btn-fw {
  width: 100%;
}
.btn.btn-fw:before, .btn.btn-fw:after {
  display: none;
}
.btn.btn-fw:hover {
  background-color: var(--title-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 46px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 6px;
  border: none;
  transition: 0.4s ease-in-out;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.icon-btn.btn-border {
  background: transparent;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}
.icon-btn.btn-border:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: var(--icon-font-size, 30px);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn > i.fa-play {
  padding-right: 0.18em;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover i {
  background-color: var(--theme-color);
}
.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
}
.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--white-color);
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.link-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}
.link-btn.style2 {
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
}
.link-btn.style2 i {
  height: 45px;
  width: 45px;
  line-height: 44px;
  border-radius: 50%;
  background: var(--white-color);
  border: 1px solid rgba(237, 237, 237, 0.89);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  text-align: center;
  color: var(--title-color);
  margin-right: 7px;
  margin-left: 0;
  transition: 0.4s;
}
.link-btn.style2:before {
  background-color: var(--theme-color);
  bottom: 12px;
  left: 55px;
}
.link-btn.style2:hover {
  color: var(--theme-color);
}
.link-btn.style2:hover i {
  background: var(--theme-color);
  color: var(--white-color);
}
.link-btn.style2:hover:before {
  width: calc(100% - 55px);
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--title-color);
}
.line-btn:hover::before {
  background-color: var(--title-color);
  width: 45px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #ac2726;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid #f41e1e;
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 70px;
    --icon-font-size: 24px;
  }
  .btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 25px;
  }
  .scroll-btn img {
    width: 70px;
  }
  .scroll-btn.show {
    bottom: -50px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 43px);
  margin-top: -0.23em;
  font-weight: 500;
  line-height: 58px;
  font-family: var(--title-font)!important;!i;!;
}

.sub-title {
  display: inline-block;
  line-height: 1.2;
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding: 8px 20px 6px;
  font-weight: 500;
  font-family: var(--title-font);
  margin-bottom: 26px;
  letter-spacing: 0.05em;
  background: var(--white-color);
  box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
}
.sub-title.style2 {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-top: -0.2em;
  display: block;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.3em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.sec-text {
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.667;
  margin-bottom: 0;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 17px);
  position: relative;
  z-index: 2;
}
.title-area.mb-0 .sec-title {
  margin-bottom: 17px;
}
.title-area .btn {
  margin-top: 36px;
}
.title-area .checklist {
  margin-top: 30px;
}

.white-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 19px;
}
.white-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  width: 50px;
}

.page-title {
  font-size: 40px;
  font-weight: 500;
  margin-top: -0.3em;
}

.page-subtitle {
  font-size: 30px;
  font-weight: 500;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 48px;
    line-height: 1.2;
    font-family: var(--title-font);
  }
  .sec-text {
    margin-top: 0px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .sec-text {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title {
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 34px;
  }
}
@media (max-width: 390px) {
  .sec-title {
    font-size: 30px;
  }
}
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}
.shape-mockup.z-index-3 {
  z-index: 3;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.2em 0.45em;
  font-size: 0.6em;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.social-btn {
  display: flex;
  gap: 10px;
}
.social-btn a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 7px;
  display: inline-block;
  background-color: var(--smoke-color4);
  color: var(--title-color);
  text-align: center;
  font-size: 12px;
}
.social-btn a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.style2 a {
  --icon-size: 40px;
  font-size: 16px;
  color: var(--white-color);
  background: var(--theme-color);
  border-radius: 6px;
}
.social-btn.style2 a:hover {
  border-color: var(--theme-color);
  color: var(--white-color);
  background-color: var(--theme-color);
}
.social-btn.style3 a {
  background: var(--smoke-color3);
  color: var(--title-color);
}
.social-btn.style3 a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.global-carousel.slider-shadow .slick-list {
  padding: 30px 0px 40px 0px !important;
  margin: -30px 0px -40px 0px;
}

.btn-group {width: 100%;}
.btn-group .btn {
  /* border-radius: 25px !important; */
  flex: none;
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

/*******Magnific Image*******/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.text-underline {
  text-decoration: underline;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-theme2 {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-smoke3 {
  background-color: var(--smoke-color3) !important;
}

.bg-smoke4 {
  background-color: var(--smoke-color4) !important;
}

.bg-smoke5 {
  background-color: var(--smoke-color5) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-overlay=overlay1]:before {
  background-color: #131B23;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.movingX {
  /* animation: movingX 8s linear infinite; */
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

.jump1 {
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

.spin-slow {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.slider-animated {
  --animation-name: scalein;
}

.slidetopleft.slider-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.slider-animated {
  --animation-name: slidebottomright;
}

.slideinleft.slider-animated {
  --animation-name: slideinleft;
}

.slideinright.slider-animated {
  --animation-name: slideinright;
}

.slideinup.slider-animated {
  --animation-name: slideinup;
}

.slideindown.slider-animated {
  --animation-name: slideindown;
}

.rollinleft.slider-animated {
  --animation-name: rollinleft;
}

.rollinright.slider-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.slider-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.wp-block-page-list ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.wp-block-page-list .menu,
.wp-block-page-list > ul,
.widget_categories .menu,
.widget_categories > ul {
  margin: -3px 0 0px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.wp-block-page-list a,
.widget_categories a {
  display: block;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0px 19px 0px;
  padding: 0px 0px 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  line-height: 1.313;
  color: var(--body-color);
  position: relative;
  display: flex;
  align-items: center;
}
.widget_nav_menu a i,
.widget_meta a i,
.widget_pages a i,
.widget_archive a i,
.wp-block-page-list a i,
.widget_categories a i {
  margin-right: 12px;
  transition: 0.4s all;
}
.widget_nav_menu a.active, .widget_nav_menu a:hover,
.widget_meta a.active,
.widget_meta a:hover,
.widget_pages a.active,
.widget_pages a:hover,
.widget_archive a.active,
.widget_archive a:hover,
.wp-block-page-list a.active,
.wp-block-page-list a:hover,
.widget_categories a.active,
.widget_categories a:hover {
  color: var(--theme-color);
}
.widget_nav_menu a.active i, .widget_nav_menu a:hover i,
.widget_meta a.active i,
.widget_meta a:hover i,
.widget_pages a.active i,
.widget_pages a:hover i,
.widget_archive a.active i,
.widget_archive a:hover i,
.wp-block-page-list a.active i,
.wp-block-page-list a:hover i,
.widget_categories a.active i,
.widget_categories a:hover i {
  color: #8d30fc;
  opacity: 1;
}
.widget_nav_menu a.active ~ span, .widget_nav_menu a:hover ~ span,
.widget_meta a.active ~ span,
.widget_meta a:hover ~ span,
.widget_pages a.active ~ span,
.widget_pages a:hover ~ span,
.widget_archive a.active ~ span,
.widget_archive a:hover ~ span,
.wp-block-page-list a.active ~ span,
.wp-block-page-list a:hover ~ span,
.widget_categories a.active ~ span,
.widget_categories a:hover ~ span {
  color: var(--theme-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.wp-block-page-list li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.wp-block-page-list li > span,
.widget_categories li > span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0px;
  background: transparent;
  border-radius: 0;
  height: auto;
  width: auto;
  line-height: initial;
  text-align: center;
  color: var(--body-color);
  transition: all ease 0.4s;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.wp-block-page-list li:last-child a,
.widget_categories li:last-child a {
  margin-bottom: -5px;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_nav_menu .wp-block-navigation__submenu-container,
.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .wp-block-navigation__submenu-container,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .wp-block-navigation__submenu-container,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .wp-block-navigation__submenu-container,
.widget_archive .sub-menu,
.widget_archive .children,
.wp-block-page-list .wp-block-navigation__submenu-container,
.wp-block-page-list .sub-menu,
.wp-block-page-list .children,
.widget_categories .wp-block-navigation__submenu-container,
.widget_categories .sub-menu,
.widget_categories .children {
  margin-left: 10px;
}
.widget_nav_menu .wp-block-navigation__submenu-container li a,
.widget_nav_menu .sub-menu li a,
.widget_nav_menu .children li a,
.widget_meta .wp-block-navigation__submenu-container li a,
.widget_meta .sub-menu li a,
.widget_meta .children li a,
.widget_pages .wp-block-navigation__submenu-container li a,
.widget_pages .sub-menu li a,
.widget_pages .children li a,
.widget_archive .wp-block-navigation__submenu-container li a,
.widget_archive .sub-menu li a,
.widget_archive .children li a,
.wp-block-page-list .wp-block-navigation__submenu-container li a,
.wp-block-page-list .sub-menu li a,
.wp-block-page-list .children li a,
.widget_categories .wp-block-navigation__submenu-container li a,
.widget_categories .sub-menu li a,
.widget_categories .children li a {
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0px 19px 0px;
  padding: 0px 0px 20px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-page-list {
  padding: 0;
  margin: -3px 0 0px 0;
}

.product_list_widget .star-rating {
  width: auto;
  font-size: 12px;
}
.product_list_widget li a {
  color: var(--title-color);
}
.product_list_widget li a:hover {
  color: var(--theme-color);
}
.product_list_widget li:last-child {
  padding-bottom: 0 !important;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.blog-single ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  margin-bottom: 30px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--smoke-color2);
  border-radius: 20px;
}
.widget[data-overlay]:before {
  z-index: -1;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 25px 0;
}

.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  background: var(--white-color);
  border: 1px solid #EAEBEE;
  flex: 1;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  padding: 0 80px 0 30px;
}
.widget .search-form input::placeholder {
  color: var(--body-color);
}
.widget .search-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 10px;
}
.widget .search-form button:hover {
  background: var(--title-color);
  color: var(--white-color);
}

.wp-block-tag-cloud,
.tagcloud {
  margin-right: -3px;
  margin-bottom: -10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: 1px solid #EDEDED;
  font-size: 12px !important;
  font-weight: 500;
  font-family: var(--title-font);
  text-transform: uppercase;
  height: 35px;
  line-height: 34px;
  padding: 0px 15px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--white-color);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
  border-color: var(--theme-color);
}

.widget_gallery .insta-feed {
  margin-bottom: -10px;
  margin-left: -4px;
  margin-right: -4px;
}
.widget_gallery a {
  width: 95px;
  height: 95px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  flex: none;
  margin: 0 4px 10px;
}
.widget_gallery a img {
  border-radius: 10px;
}
.widget_gallery a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  border-radius: 10px;
  transition: 0.4s;
  opacity: 0;
}
.widget_gallery a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
  color: var(--white-color);
  font-size: 20px;
}
.widget_gallery a:hover i {
  opacity: 1;
}
.widget_gallery a:hover:after {
  opacity: 0.7;
}

.base {
  border-radius: 6px;
  position: absolute;
  left: 1302px;
  top: 2098px;
  width: 80px;
  height: 78px;
  z-index: 209;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 6px;
  transition: 0.4s;
}
.recent-post:last-child {
  margin-bottom: 0px;
  border: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 80px;
  overflow: hidden;
  border-radius: 10px;
}
.recent-post .media-img img {
  width: 100%;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}
.recent-post .post-title {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 5px;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.recent-post .recent-post-meta {
  margin-bottom: -2px;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--title-font);
  color: var(--body-color);
  margin-bottom: 0px;
  display: block;
}
.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
  transition: 0.4s;
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
}

.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 18px;
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}
.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}
.widget_shopping_cart .total strong {
  font-family: var(--title-font);
}
.widget_shopping_cart .amount {
  padding-left: 5px;
}

.widget_schedule ul {
  padding: 0;
  margin: 0;
  margin-bottom: -10px;
}
.widget_schedule ul li {
  list-style: none;
  background: #FFFFFF;
  border: 1px solid rgba(237, 237, 237, 0.89);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  margin-bottom: 15px;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
}
.widget_schedule ul li i {
  margin-right: 6px;
}
.widget_schedule ul li.unavailable {
  color: var(--theme-color);
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}
.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
  color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #eee;
  color: var(--title-color);
  font-weight: 500;
}
.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}
.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}
.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #fff;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}
.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}
.wp-block-calendar a:hover,
.calendar_wrap a:hover {
  color: var(--title-color);
}

/***wp-calender***/
.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}
.wp-block-calendar table caption {
  color: var(--white-color);
}

/********widget_recent_comments********/
.widget_recent_comments ul,
.wp-block-latest-comments ul {
  list-style-type: none;
  padding-left: 0;
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
  margin-top: -0.11em;
  padding-left: 0;
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  margin-bottom: 0;
}
.widget_recent_comments li,
.wp-block-latest-comments li {
  margin-bottom: 0;
  color: var(--body-color);
  padding-left: 30px;
  position: relative;
}
.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}
.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding-left: 0;
  padding-bottom: 0 !important;
}
.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}
.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
  margin-top: 0.4em;
}
.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px;
}
.widget_recent_comments article,
.wp-block-latest-comments article {
  line-height: 1.5;
}
.widget_recent_comments a,
.wp-block-latest-comments a {
  color: inherit;
}
.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
  color: var(--theme-color);
}

/******widget_recent_entries******/
.widget_recent_entries ul {
  margin: -0.3em 0 0 0;
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li > a {
  color: var(--body-color);
  font-weight: 500;
  display: inline-block;
}
.widget_recent_entries ul li > a:hover {
  color: var(--theme-color);
}
.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/*******widget_rss*******/
ul.widget_rss, ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
  padding-left: 0;
}

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}
.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}
.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5;
}
.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}
.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: var(--theme-color);
}
.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}
.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}
.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}
.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}
.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}
.widget_rss a:hover,
.wp-block-rss a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}
.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.wp-block-latest-comments__comment:last-child .wp-block-latest-comments__comment-excerpt p {
  margin-bottom: -0.3em;
}

ul.wp-block-latest-posts li:first-child {
  margin-top: 0;
}
ul.wp-block-latest-posts li:last-child {
  margin-bottom: -0.3em;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 40px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget_info {
    padding: 0;
  }
  .author-widget-wrap {
    padding: 0;
  }
  .widget_info .widget_title {
    padding: 24px 30px 19px 28px;
  }
  .info-list {
    padding: 0 30px 30px;
  }
  .widget {
    padding: 30px;
  }
  .widget_banner {
    padding: 0;
  }
  .widget_estimate .estimate-wrap span {
    margin-bottom: 16px;
  }
  .widget_estimate .content p {
    margin-bottom: 25px;
  }
  .widget_estimate .content h5 {
    margin-bottom: 23px;
  }
  .widget_estimate .content .checklist {
    margin-bottom: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .widget_schedule ul li {
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .recent-post .media-img {
    width: 67px;
  }
  .recent-post .media-img {
    margin-right: 15px;
  }
  .widget_schedule ul li {
    font-size: 12px;
    padding: 0 15px;
  }
}
.footer-widget {
  margin-bottom: 50px !important;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-widget .wp-block-search__label,
.footer-widget .widget_title {
  max-width: 270px;
  color: #ffffff;
  border-bottom: none;
  margin: -0.04em 0 50px 0;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}
.footer-widget .wp-block-search__label:after,
.footer-widget .widget_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  width: 41px;
  background: #000000;
}
.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_recent_entries ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_recent_entries .menu,
.footer-widget.widget_recent_entries > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_recent_entries a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 0px;
  margin-bottom: 16px;
  font-family: var(--body-font);
  color: #c5c5c5;
  display: block;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_recent_entries a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f101";
  font-weight: 500;
  left: 0;
  top: 2px;
  transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
  transition: 0.2s;
  font-family: var(--icon-font);
  position: absolute;
  opacity: 1;
  display: none;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_recent_entries a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: #ffffff;
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_recent_entries a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}
.footer-widget.widget_meta li, .footer-widget.widget_pages li, .footer-widget.widget_archive li, .footer-widget.widget_recent_entries li, .footer-widget.widget_categories li, .footer-widget.widget_nav_menu li {
  border: 0 !important;
  padding-bottom: 0 !important;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_recent_entries li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget.widget_meta .wp-block-navigation__submenu-container,
.footer-widget.widget_meta .sub-menu,
.footer-widget.widget_meta .children, .footer-widget.widget_pages .wp-block-navigation__submenu-container,
.footer-widget.widget_pages .sub-menu,
.footer-widget.widget_pages .children, .footer-widget.widget_archive .wp-block-navigation__submenu-container,
.footer-widget.widget_archive .sub-menu,
.footer-widget.widget_archive .children, .footer-widget.widget_recent_entries .wp-block-navigation__submenu-container,
.footer-widget.widget_recent_entries .sub-menu,
.footer-widget.widget_recent_entries .children, .footer-widget.widget_categories .wp-block-navigation__submenu-container,
.footer-widget.widget_categories .sub-menu,
.footer-widget.widget_categories .children, .footer-widget.widget_nav_menu .wp-block-navigation__submenu-container,
.footer-widget.widget_nav_menu .sub-menu,
.footer-widget.widget_nav_menu .children {
  margin-left: 10px;
}
.footer-widget.widget_meta .wp-block-navigation__submenu-container li a,
.footer-widget.widget_meta .sub-menu li a,
.footer-widget.widget_meta .children li a, .footer-widget.widget_pages .wp-block-navigation__submenu-container li a,
.footer-widget.widget_pages .sub-menu li a,
.footer-widget.widget_pages .children li a, .footer-widget.widget_archive .wp-block-navigation__submenu-container li a,
.footer-widget.widget_archive .sub-menu li a,
.footer-widget.widget_archive .children li a, .footer-widget.widget_recent_entries .wp-block-navigation__submenu-container li a,
.footer-widget.widget_recent_entries .sub-menu li a,
.footer-widget.widget_recent_entries .children li a, .footer-widget.widget_categories .wp-block-navigation__submenu-container li a,
.footer-widget.widget_categories .sub-menu li a,
.footer-widget.widget_categories .children li a, .footer-widget.widget_nav_menu .wp-block-navigation__submenu-container li a,
.footer-widget.widget_nav_menu .sub-menu li a,
.footer-widget.widget_nav_menu .children li a {
  border-bottom: 0;
  margin: 0 0px 19px 0px;
  padding: 0 0 0 23px;
}
.footer-widget .recent-post {
  max-width: 300px;
  margin-top: -0.3em;
  margin-bottom: 17px;
  padding: 0;
  border: 0;
}
.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 600;
  margin: 5px 0 0 0;
}
.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
  color: var(--light-color);
  font-size: 12px;
}
.footer-widget .recent-post .recent-post-meta i {
  color: var(--light-color);
  transition: 0.4s;
}
.footer-widget .recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.footer-widget.widget_shopping_cart .total, .footer-widget.widget_rss ul .rss-date, .footer-widget.widget_rss ul cite, .footer-widget.widget_rss ul .rsswidget,
.footer-widget .product_list_widget li a, .footer-widget.widget_shopping_cart .cart_list a:not(.remove) {
  color: var(--white-color);
}
.footer-widget blockquote:before, .footer-widget .wp-block-quote:before {
  left: 40px;
  top: 40px;
}
.footer-widget .wp-block-search .wp-block-search__inside-wrapper {
  border: 0;
  border-radius: 0;
}
.footer-widget .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 10px;
}
.footer-widget .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.footer-widget .widget_nav_menu a,
.footer-widget .widget_meta a,
.footer-widget .widget_pages a,
.footer-widget .widget_archive a,
.footer-widget .wp-block-page-list a,
.footer-widget .widget_categories a {
  border-bottom: 1px solid #363636;
}
.footer-widget .widget_nav_menu .wp-block-navigation__submenu-container li a, .footer-widget .widget_nav_menu .sub-menu li a, .footer-widget .widget_nav_menu .children li a, .footer-widget .widget_meta .wp-block-navigation__submenu-container li a, .footer-widget .widget_meta .sub-menu li a, .footer-widget .widget_meta .children li a, .footer-widget .widget_pages .wp-block-navigation__submenu-container li a, .footer-widget .widget_pages .sub-menu li a, .footer-widget .widget_pages .children li a, .footer-widget .widget_archive .wp-block-navigation__submenu-container li a, .footer-widget .widget_archive .sub-menu li a, .footer-widget .widget_archive .children li a, .footer-widget .wp-block-page-list .wp-block-navigation__submenu-container li a, .footer-widget .wp-block-page-list .sub-menu li a, .footer-widget .wp-block-page-list .children li a, .footer-widget .widget_categories .wp-block-navigation__submenu-container li a, .footer-widget .widget_categories .sub-menu li a, .footer-widget .widget_categories .children li a {
  border-bottom: 1px solid #363636;
}
.footer-widget.woocommerce .widget_shopping_cart .total, .footer-widget.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #363636;
}

.widget-about .footer-logo {
  margin-bottom: 37px;
}
.widget-about .about-text {
  max-width: 350px;
  margin-top: -0.65em;
  margin-bottom: 27px;
}

.footer-text {
  margin-top: -0.45em;
  margin-bottom: 16px;
  color: var(--body-color);
  color: #bbbbbb;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.sidebar-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
}
.sidebar-gallery .gallery-btn:hover {
  color: var(--theme-color);
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.sidebar-gallery .gallery-thumb:before {
  content: "";
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background-color: var(--title-color);
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 10px;
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
  border-radius: 10px;
}
.sidebar-gallery .gallery-thumb:hover:before {
  transform: scaleX(1);
}
.sidebar-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.newsletter-form {
  position: relative;
}
.newsletter-form .form-group {
  margin-bottom: 15px;
}
.newsletter-form .form-group > i {
  right: auto;
  left: 24px;
  top: 19px;
}
.newsletter-form .form-group input {
  height: 55px;
  padding: 0 25px 0 55px;
  background: var(--white-color);
  border-radius: 5px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .footer-text,
  .widget-about .about-text {
    font-size: 14px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
  .footer-info-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .sidebar-gallery {
    max-width: 350px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .widget-about .about-text {
    margin-bottom: 20px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
  .widget_event-location {
    padding: 30px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.nav-header {
  position: relative;
  z-index: 41;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  animation: stickyAni 0.4s ease-in-out;
}

@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: var(--body-color);
  font-family: var(--title-font);
}
.main-menu a:hover {
  color: var(--title-color);
}
.main-menu > ul > li {
  margin: 0 27px;
}
.main-menu > ul > li > a {
  padding: 36px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--title-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 700;
  top: 0;
  font-size: 12px;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\f105";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--title-color);
  font-weight: 500;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

/****header-top*****/
.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  text-transform: uppercase;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 14px;
}
.main-menu > ul > li > a {
  padding: 31.5px 0;
}
.main-menu > ul > li > a:hover {
     color: #000;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  /* justify-content: right; */
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 1em;
  display: inline-block;
  transition: 0.4s;
  transform: rotate(0deg);
  display: none;
}
.main-menu ul li.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu a span {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 4px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "+";
  float: right;
  top: 1px;
}
.main-menu ul.sub-menu li.menu-item-has-children:hover > a:after {
  content: "\f068";
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0px;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\f44b";
  position: absolute;
  top: 8px;
  left: 10px;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 400;
  opacity: 0;
  transition: 0.4s;
}
.main-menu ul.sub-menu li a:hover {
  padding-left: 25px;
}
.main-menu ul.sub-menu li a:hover:before {
  opacity: 1;
  left: 0;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.simple-icon {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 22px;
  position: relative;
}
.simple-icon .badge {
  padding: 0.2em 0.4em;
  font-size: 0.5em;
  top: -5px;
  right: 0px;
}
.simple-icon:has(.badge) {
  padding-right: 8px;
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-button .th-btn {
  margin-left: 10px;
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}
.social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 20px 0 0;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-links > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}
.header-links li > i {
  margin-right: 10px;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
  font-family: var(--title-font);
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-info {
  display: flex;
  gap: 12px;
  align-items: center;
  --body-color: #6F6E77;
}
.header-info .icon {
  font-size: 35px;
  color: var(--theme-color);
}
.header-info .header-info-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--white-color);
}
.header-info .header-info-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--border-color);
}

/* Header 1 ---------------------------------- */
.header-layout1 .sticky-wrapper {
  padding: 50px 108px 0;
}
.header-layout1 .sticky-wrapper.sticky {
  top: -50px;
}
.header-layout1 .sticky-wrapper.sticky .header-button,
.header-layout1 .sticky-wrapper.sticky .header-logo {
  margin-top: 0;
}
.header-layout1 .header-top {
  background: transparent;
  border-bottom: 1px solid var(--border-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 11.5px 38px 11.5px 48px;
  margin-left: 345px;
  margin-right: 400px;
}
.header-layout1 .header-top:before, .header-layout1 .header-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  background: var(--border-color);
  height: 100%;
  width: 1px;
  transform: rotate(-10deg);
}
.header-layout1 .header-top:before {
  right: -4px;
  left: auto;
  transform: rotate(10deg);
}
.header-layout1 .header-logo {
  margin-top: -50px;
}
.header-layout1 .main-menu {
  margin-left: 28px;
  padding-left: 50px;
  position: relative;
}
.header-layout1 .main-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  height: calc(100% + 3px);
  width: 1px;
  background: var(--border-color);
  transform: rotate(-10deg);
}
.header-layout1 .main-menu > ul > li > a {
  padding: 36.5px 0;
}
.header-layout1 .navbar-right-desc {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--theme-color);
  position: relative;
  padding: 37px 35px 37px 0;
}
.header-layout1 .navbar-right-desc i {
  margin-right: 10px;
  transform: rotate(-45deg);
}
.header-layout1 .navbar-right-desc a {
  color: var(--title-color);
}
.header-layout1 .navbar-right-desc a:hover {
  color: var(--theme-color);
}
.header-layout1 .navbar-right-desc:after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  background: var(--border-color);
  height: 100%;
  width: 1px;
  transform: rotate(10deg);
}
.header-layout1 .header-button {
  height: 100px;
  padding-left: 34px;
  margin-top: -50px;
}
.header-layout1 .header-links li {
  font-weight: 300;
}
.header-layout1 .header-links li:not(:last-child):after {
  width: 1px;
}

@media (max-width: 1600px) {
  .header-layout1 .sticky-wrapper {
    padding: 50px 50px 0;
  }
  .header-layout1 .header-top {
    margin-left: 288px;
    margin-right: 342px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout1 .sticky-wrapper {
    padding: 50px 30px 0;
  }
  .header-layout1 .header-top {
    padding: 11.5px 38px 11.5px 38px;
    margin-left: 258px;
    margin-right: 302px;
  }
  .header-layout1 .header-button {
    padding-left: 14px;
  }
  .header-layout1 .main-menu {
    margin-left: 18px;
    padding-left: 40px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .main-menu {
    margin-left: 18px;
    padding-left: 30px;
  }
  .header-layout1 .navbar-right-desc {
    padding: 37px 25px 37px 0;
  }
  .header-layout1 .header-top {
    padding: 11.5px 28px 11.5px 28px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout1 .sticky-wrapper {
    padding: 50px 20px 0;
  }
  .header-layout1 .main-menu {
    margin-left: 8px;
  }
  .header-layout1 .header-logo img {
    max-width: 150px;
  }
  .header-layout1 .navbar-right-desc {
    font-size: 16px;
  }
  .main-menu a {
    font-size: 14px;
  }
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .header-layout1 .header-links li .social-links span {
    display: none;
  }
  .header-layout1 .header-top {
    margin-left: 205px;
    margin-right: 292px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .header-top {
    margin-left: 205px;
    margin-right: 117px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .sticky-wrapper {
    padding: 0px 20px 0;
  }
  .header-layout1 .header-logo {
    margin-top: 0;
  }
  .header-layout1 .header-logo img {
    max-width: none;
  }
  .header-layout1 .sticky-wrapper.sticky {
    top: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .sticky-wrapper {
    padding: 0;
  }
}
/* Header 2 ---------------------------------- */
.header-layout2 .sticky-wrapper {
  padding: 50px 108px 0;
  position: absolute;
  left: 0;
  right: 0;
}
.header-layout2 .sticky-wrapper.sticky {
  top: -50px;
  position: fixed;
  background: rgba(28, 28, 28, 0.9);
  backdrop-filter: blur(10px);
}
.header-layout2 .sticky-wrapper.sticky .header-button,
.header-layout2 .sticky-wrapper.sticky .header-logo {
  margin-top: 0;
}
.header-layout2 .header-top {
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 11.5px 108px;
  z-index: 1;
  --body-color: #fff;
}
.header-layout2 .main-menu {
  margin-left: 0px;
  padding-left: 0px;
  position: relative;
}
.header-layout2 .main-menu > ul > li > a {
  padding: 43.5px 0;
  color: var(--white-color);
}
.header-layout2 .navbar-right-desc {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--theme-color);
  position: relative;
  padding: 37px 18px 37px 0;
}
.header-layout2 .navbar-right-desc i {
  margin-right: 10px;
  transform: rotate(-45deg);
}
.header-layout2 .navbar-right-desc a {
  color: var(--white-color);
}
.header-layout2 .navbar-right-desc a:hover {
  color: var(--theme-color);
}
.header-layout2 .header-button {
  height: 100px;
}
.header-layout2 .header-links li {
  font-weight: 300;
}
.header-layout2 .header-links li:not(:last-child):after {
  width: 1px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout2 .navbar-right-desc {
    padding: 37px 0px 37px 0;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout2 .sticky-wrapper {
    padding: 50px 38px 0;
  }
  .header-layout2 .header-top {
    padding: 11.5px 38px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout2 .sticky-wrapper {
    padding: 10px 28px 10px;
  }
  .header-layout2 .sticky-wrapper.sticky {
    top: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout2 .sticky-wrapper {
    padding: 0;
  }
}
/* Header 3 ---------------------------------- */
.header-layout3 {
  height: 120px;
}
.header-layout3 .sticky-wrapper2 {
  padding: 0px 108px 0;
  background: var(--smoke-color);
  border-bottom: 1px solid var(--title-color);
  position: absolute;
  right: 0;
  left: 0;
}
.header-layout3 .sticky-wrapper2.sticky {
  position: fixed;
  top: 0;
  animation: stickyAni 0.4s ease-in-out;
}
.header-layout3 .sticky-wrapper2.sticky .header-logo {
  transform: none;
  margin-bottom: 0;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout3 .sticky-wrapper2.sticky .header-logo {
    padding: 0 48px;
  }
}
.header-layout3 .sticky-wrapper2.sticky .header-logo:after {
  clip-path: polygon(8% 0%, 92% 0%, 100% 100%, 0% 100%);
}
.header-layout3 .sticky-wrapper2.sticky .header-logo a {
  display: none;
}
.header-layout3 .sticky-wrapper2.sticky .header-logo a.sticky-logo {
  display: block;
}
.header-layout3 .sticky-wrapper2.sticky .main-menu ul .header-logo {
  transform: none;
  margin-bottom: 0;
}
.header-layout3 .sticky-wrapper2.sticky .main-menu ul li {
  transform: none;
  margin-bottom: 0;
}
.header-layout3 .sticky-wrapper2.sticky .main-menu ul .header-logo:after {
  clip-path: polygon(7% 0%, 94% 0%, 100% 100%, 0% 100%);
}
.header-layout3 .sticky-wrapper2 .header-logo {
  padding: 0 58px;
  position: relative;
  z-index: 0;
  transform: translateY(-33px);
  margin-bottom: -33px;
}
.header-layout3 .sticky-wrapper2 .header-logo a {
  padding: 37.5px 0;
  display: block;
}
.header-layout3 .sticky-wrapper2 .header-logo .sticky-logo {
  display: none;
}
.header-layout3 .sticky-wrapper2 .header-logo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 100%;
  background: var(--white-color);
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
.header-layout3 .sticky-wrapper2 .header-logo .border-left,
.header-layout3 .sticky-wrapper2 .header-logo .border-right {
  position: absolute;
  left: 10px;
  top: 0;
  height: calc(100% + 2px);
  width: 1px;
  background: var(--title-color);
  transform: rotate(10deg);
}
.header-layout3 .sticky-wrapper2 .header-logo .border-right {
  right: 10px;
  left: auto;
  transform: rotate(-10deg);
}
.header-layout3 .btn {
  padding: 19.5px 35px 19.5px !important;
}
.header-layout3 .header-button {
  gap: 28px;
}
.header-layout3 .header-button .btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0 !important;
  font-size: 18px;
}
.header-layout3 .search-btn {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
}
.header-layout3 .search-btn i {
  margin-right: 8px;
}
.header-layout3 .main-menu > ul > li > a {
  padding: 37.5px 0;
}
.header-layout3 .main-menu ul.sub-menu li {
  transform: none;
  margin-bottom: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout3 .sticky-wrapper2 {
    padding: 0px 78px 0;
  }
  .header-layout3 .sticky-wrapper2.sticky .main-menu ul .header-logo {
    padding: 0 48px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout3 .search-btn {
    display: none;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout3 .sticky-wrapper2 {
    padding: 0px 30px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
  }
  .header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-layout3 .sticky-wrapper2 .header-logo {
    transform: none;
    margin: 0;
    padding: 19px 0;
  }
  .header-layout3 .sticky-wrapper2 .header-logo::after {
    display: none;
  }
  .header-layout3 .sticky-wrapper2 .header-logo a {
    padding: 0;
  }
  .header-layout3 .sticky-wrapper2.sticky .header-logo {
    padding: 19px 0;
  }
  .header-layout3 .sticky-wrapper2.sticky .header-logo a {
    display: block;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .header-layout3 .sticky-wrapper2 {
    padding: 0px 20px 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout3 .sticky-wrapper2 {
    padding: 0;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.copyright-wrap {
  padding: 26px 0;
  background: #282828;
}

.widget-area {
  padding: 50px 0 50px;
}

.copyright-text {
  margin: 0;
  color: var(--white-color);
  font-weight: 500;
}
.copyright-text a {
  color: var(--white-color);
}
.copyright-text a:hover {
  color: var(--theme-color);
}

.footer-layout1 {
  position: relative;
  background-color: #000000;
  /* margin: 190px 0 0  0; */
  padding: 70px 0 0 0;
}

/* Medium devices */
@media (max-width: 991px) {
  .widget-area {
    padding: 60px 0 30px;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin: 21px 0 -0.4em;
}
.breadcumb-menu li {
  display: inline-block;
  padding-right: 3px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin-left: 7px;
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--white-color);
}
.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.25em 0 -0.2em 0;
  line-height: 1.1;
  font-size: 60px;
  font-weight: 600;
  z-index: 1;
  position: relative;
}

.breadcumb-wrapper {
  background-size: cover;
  padding: 158px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: auto;
}
.breadcumb-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(14, 9, 9, 0.55);
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 40px;
  }
  .breadcumb-menu {
    text-align: center;
    margin: 22px 0 -0.45em 0;
  }
  .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    font-size: 14px;
  }
  .breadcumb-wrapper {
    padding: 115px 0 115px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.pagination {
  margin-bottom: 30px;
  margin-top: 60px;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination span,
.pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  color: var(--title-color);
  background-color: var(--smoke-color3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
}
.pagination span i,
.pagination a i {
  font-size: 14px;
}
.pagination span.active, .pagination span:hover,
.pagination a.active,
.pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: none;
}

.fitmas-post-navication-thum {
  margin-top: 30px;
}
.fitmas-post-navication-thum .nav-links .nav-previous a,
.fitmas-post-navication-thum .nav-links .nav-next a {
  padding: 15px 30px;
  background-color: var(--white-color);
  color: var(--title-color);
  display: inline-block;
  border: 1px solid #EDEDED;
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.fitmas-post-navication-thum .nav-links .nav-previous a:hover,
.fitmas-post-navication-thum .nav-links .nav-next a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.fitmas-post-navication-thum .nav-links {
  display: flex;
  justify-content: space-between;
}
.fitmas-post-navication-thum .nav-links .nav-thumb a {
  padding: 0;
  box-shadow: none;
  border: 0;
}

/* Small devices */
@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination span,
  .pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  .pagination li {
    margin: 0 2px;
  }
  .pagination span, .pagination a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
  }
}
.post-footer {
  clear: both;
  margin-top: 30px;
}

/*------------------- 4.6. Blog  -------------------*/
blockquote,
.wp-block-quote {
  font-size: 18px;
  line-height: 1.56;
  padding: 170px 60px 60px 60px;
  font-weight: 500;
  display: block;
  position: relative;
  background-color: var(--smoke-color2);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  font-style: italic;
  border-radius: 15px;
  border: 0;
}
blockquote p,
.wp-block-quote p {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  margin-top: -0.3em;
  margin-bottom: 20px;
  line-height: 34px;
  color: var(--title-color);
  width: 100%;
  position: relative;
  z-index: 3;
}
blockquote p a,
.wp-block-quote p a {
  color: inherit;
}
blockquote p cite,
.wp-block-quote p cite {
  margin-top: 20px;
}
blockquote:before,
.wp-block-quote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  left: 60px;
  top: 60px;
  font-size: 35px;
  font-weight: 300;
  opacity: 1;
  color: var(--white-color);
  font-style: normal;
  background: var(--theme-color);
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
}
blockquote cite,
.wp-block-quote cite {
  display: block;
  font-size: 18px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: -0.1em;
  font-style: normal;
  color: var(--theme-color);
  font-family: var(--title-font);
}
blockquote cite span,
.wp-block-quote cite span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
blockquote .desig,
.wp-block-quote .desig {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--title-font);
  font-style: initial;
  text-transform: uppercase;
  color: var(--body-color);
  margin-top: 8px;
  margin-bottom: -0.4em;
  display: block;
}
blockquote .quote-icon,
.wp-block-quote .quote-icon {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 150px;
}
blockquote.style-left-icon, blockquote.is-large, blockquote.is-style-large, blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 170px 50px 50px;
}
blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}
blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}
blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}
blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}
blockquote.is-large cite:before, blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
  top: unset;
  bottom: 13px;
}
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  border: 0;
}
blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  right: 50px;
  left: unset;
}

.wp-block-pullquote {
  padding: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-bottom: 20px;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote.is-style-solid-color blockquote:before {
  left: 50%;
  transform: translate(-50%, 0px);
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 100px 15px 30px 15px;
}
.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 30px;
  left: 30px;
  font-size: 30px;
}
.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
  padding: 100px 15px 30px 15px;
}

.blog-meta {
  display: block;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  position: relative;
  margin-right: 31px;
}
.blog-meta span:after,
.blog-meta a:after {
  content: "";
  height: 6px;
  width: 6px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0 !important;
  padding-right: 0;
}
.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
  display: none;
}
.blog-meta span a {
  margin-right: 0 !important;
}
.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-audio img,
.blog-img img,
.blog-video img {
  transition: 0.4s ease-in-out;
  border-radius: 30px 30px 0 0;
}

.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}

.blog-inner-title {
  margin-top: -0.25em;
  margin-bottom: 25px;
}
.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px;
}

.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
}
.blog-single .blog-thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-single .blog-thumb img {
  max-width: 100%;
  border-radius: 20px;
}
.blog-single .thumb {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-single .thumb img {
  width: 100%;
  border-radius: 20px;
}
.blog-single .blog-title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
}
.blog-single .blog-text {
  margin-bottom: 24px;
}
.blog-single .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 3px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--smoke-color);
  font-size: 14px;
  color: var(--body-color);
  text-align: center;
}
.blog-single .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.blog-single .blog-meta {
  margin: -0.35em 0 4px 0;
}
.blog-single .blog-meta a, .blog-single .blog-meta span {
  font-weight: 400;
  font-size: 14px;
  margin-right: 15px;
  color: var(--title-color);
  font-family: var(--title-font);
}
.blog-single .blog-meta a:hover i, .blog-single .blog-meta span:hover i {
  color: var(--theme-color);
}
.blog-single .blog-meta a i, .blog-single .blog-meta span i {
  font-size: 14px;
  color: var(--title-color);
  transition: 0.4s;
}
.blog-single .blog-meta a:after, .blog-single .blog-meta span:after {
  display: none;
}
.blog-single .blog-meta a ~ a, .blog-single .blog-meta span ~ a {
  margin-left: 10px;
}
.blog-single .blog-content {
  margin: 0 0 0 0;
  position: relative;
  padding-top: 0px;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .blog-img .play-btn i {
  --icon-size: 100px;
  background: rgba(255, 255, 255, 0.102);
  font-size: 24px;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px);
}
.blog-single .blog-img .play-btn i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: solid 2px #fff;
  border-radius: 50%;
  animation: rotate 5s infinite linear;
}
.blog-single .blog-img .play-btn:before, .blog-single .blog-img .play-btn:after {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.blog-single .blog-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px 30px 0 0;
  background-color: rgba(16, 55, 65, 0.149);
  width: 100%;
  height: 100%;
}
.blog-single .read-more-btn,
.blog-single .line-btn {
  display: block;
  max-width: fit-content;
  margin-bottom: -1px;
}
.blog-single .read-more-btn {
  margin-bottom: -8px;
  color: var(--theme-color);
}
.blog-single .blog-post-wrap {
  background: var(--smoke-color3);
  border-radius: 6px;
  padding: 60px;
  cursor: pointer;
  transition: 0.4s;
}
.blog-single .blog-post-wrap:hover {
  background: var(--theme-color);
}
.blog-single .blog-post-wrap:hover h5 {
  color: var(--white-color);
}
.blog-single .blog-post-wrap h5 {
  margin-bottom: 0;
  transition: 0.4s;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-author {
  border-radius: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: var(--blog-space-y, 80px);
}
.blog-author .auhtor-img {
  border-radius: 15px;
  overflow: hidden;
}
.blog-author .author-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -0.1em;
}
.blog-author .author-name a {
  color: var(--title-color);
}
.blog-author .author-desig {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color);
  text-transform: uppercase;
  font-family: var(--title-font);
}
.blog-author .author-text {
  margin-top: 9px;
  margin-bottom: -0.3em;
}

.share-links-title {
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 500;
  margin: 0 20px 0 0;
}

.share-links {
  border-bottom: 1px solid var(--border-color);
  padding: 13px 0 40px;
}
.share-links > .row {
  align-items: center;
  --bs-gutter-y: 20px;
}
.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-single .blog-title {
    font-size: 28px;
  }
  .blog-single .blog-post-wrap {
    padding: 30px;
  }
  .share-links {
    --blog-space-x: 20px;
  }
  .blog-meta span, .blog-meta a {
    margin-right: 23px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
    margin-right: 20px;
  }
  .blog-single .blog-post-wrap {
    padding: 20px;
  }
  .blog-single .blog-post-wrap h5 {
    font-size: 18px;
  }
  blockquote, .wp-block-quote {
    padding: 150px 40px 40px 40px;
  }
  blockquote:before, .wp-block-quote:before {
    left: 40px;
    top: 40px;
  }
}
/* Medium devices */
/* Small devices */
@media (max-width: 767px) {
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
  }
  .blog-meta span,
  .blog-meta a {
    margin-right: 6px;
    padding-right: 6px;
  }
  .blog-meta span:after,
  .blog-meta a:after {
    display: none;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single .blog-text {
    margin-bottom: 22px;
  }
  .blog-single .blog-bottom {
    padding-top: 15px;
  }
  .blog-single .blog-content {
    padding-top: 30px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 5px;
    padding-right: 5px;
  }
  .blog-meta span:after,
  .blog-meta a:after {
    display: none;
  }
  .share-links-title {
    display: block;
    margin-bottom: 10px;
  }
  .blog-author {
    display: block;
  }
  .blog-author .auhtor-img {
    margin-bottom: 20px;
    display: inline-block;
  }
  blockquote p, .wp-block-quote p {
    font-size: 18px;
    line-height: inherit;
  }
  blockquote, .wp-block-quote {
    padding: 140px 30px 30px 30px;
  }
  blockquote:before, .wp-block-quote:before {
    left: 30px;
    top: 30px;
  }
}
/*------------------- 4.7. Comments  -------------------*/
.comment-form {
  margin-top: var(--blog-space-y, 20px);
  position: relative;
  padding: 60px;
  border-radius: 15px;
  background: var(--smoke-color2);
}
.comment-form .row {
  --bs-gutter-x: 20px;
}
.comment-form .form-title {
  margin-top: -0.35em;
  margin-bottom: 30px;
}
.comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-form .form-text {
  margin-bottom: 25px;
}
.comment-form .form-group {
  margin-bottom: 30px;
}

.blog-comment-area {
  margin-bottom: 25px;
}

.blog-inner-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 26px;
}

.comments-wrap {
  margin-top: var(--blog-space-y, 80px);
  margin-bottom: 30px;
}
.comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}
.comments-wrap .comment-respond {
  margin: 30px 0;
}
.comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.comments-wrap li {
  margin: 0;
}
.comments-wrap .post-comment {
  padding: 0;
  position: relative;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.comments-wrap .post-comment ol,
.comments-wrap .post-comment ul,
.comments-wrap .post-comment dl {
  margin-bottom: 1rem;
}
.comments-wrap .post-comment ol ol,
.comments-wrap .post-comment ol ul,
.comments-wrap .post-comment ul ol,
.comments-wrap .post-comment ul ul {
  margin-bottom: 0;
}
.comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: var(--blog-space-y, 80px);
}
.comments-wrap ul.comment-list ul ul,
.comments-wrap ul.comment-list ul ol,
.comments-wrap ul.comment-list ol ul,
.comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.comments-wrap .comment-avater {
  margin-right: 25px;
  overflow: hidden;
  border-radius: 15px;
  height: fit-content;
}
.comments-wrap .comment-avater img {
  width: 100%;
}
.comments-wrap .comment-content {
  flex: 1;
  margin-top: -6px;
  position: relative;
}
.comments-wrap .commented-on {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 500;
  color: var(--body-color);
  font-family: var(--title-font);
}
.comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}
.comments-wrap .name {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 500;
}
.comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.comments-wrap .text {
  margin-bottom: -0.3em;
}
.comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 135px;
}
.comments-wrap .reply_and_edit {
  margin-bottom: -0.46em;
  position: absolute;
  right: 0;
  top: 20px;
}
.comments-wrap .reply_and_edit a {
  margin-right: 10px;
  color: var(--theme-color);
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
}
.comments-wrap .reply_and_edit a:hover {
  color: var(--title-color);
}
.comments-wrap .reply_and_edit a i {
  margin-left: 3px;
  margin-right: 0;
}
.comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}
.comments-wrap .reply-btn {
  font-weight: 700;
  font-size: 12px;
  color: var(--body-color);
  font-family: var(--title-font);
  display: inline-block;
}
.comments-wrap .reply-btn i {
  margin-right: 7px;
}
.comments-wrap .reply-btn:hover {
  color: var(--theme-color);
}
.comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

ul.comment-list .comment-item:last-child:not(.children .comment-item) > .post-comment {
  border-bottom: none;
  padding-bottom: 0;
}
ul.comment-list .comment-item:first-child:not(.children .comment-item) > .post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}

.comments-wrap.comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single {
    --blog-space-y: 40px;
  }
  .comments-wrap {
    margin-top: 40px;
  }
  .comments-wrap .children {
    margin-left: 40px;
  }
  .blog-inner-title {
    margin-bottom: 30px;
  }
  .comment-form {
    padding: 40px;
    --blog-space-y: 40px;
  }
  .comments-wrap .comment-avater {
    margin-right: 35px;
  }
  ul.comment-list .comment-item:first-child:not(.children .comment-item) > .post-comment {
    padding-bottom: 30px;
  }
  .comments-wrap .post-comment {
    margin-bottom: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .comment-form .btn {
    padding: 20px 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .comments-wrap .post-comment {
    display: block;
  }
  .comments-wrap .comment-avater {
    height: 100px;
    width: 100px;
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# Comment Css
--------------------------------------------------------------*/
.comments-title {
  font-size: 27px;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 30px;
}

ol.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment ol.children {
  list-style: none;
  padding-left: 50px;
}

.comment span.says {
  display: none;
}

.comment-author.vcard,
footer.comment-meta {
  position: relative;
}

.comment-author.vcard img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-top: -5px;
}

.comment-author.vcard .fn {
  font-size: 20px;
  position: absolute;
  left: 110px;
  top: -10px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.comment-author.vcard .fn a {
  font-weight: 600;
}

.bypostauthor {
  display: block;
}

.bypostauthor .comment-author.vcard .fn:after {
  content: "\f02e";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  top: 0;
  margin-left: 10px;
  position: relative;
  line-height: 1;
  font-weight: 900;
}

.comment-metadata {
  position: absolute;
  left: 110px;
  top: 20px;
}

.comment-metadata time {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

em.comment-awaiting-moderation {
  font-weight: 500;
  color: #1d1d1d;
  display: block;
  padding-left: 110px;
  margin-top: -25px;
  margin-bottom: 35px;
}

.comment-metadata span.edit-link,
span.edit-link {
  display: none;
}

.comment .comment-content {
  position: relative;
  padding-left: 110px;
  margin-top: -25px;
}

.comment article {
  margin-top: 15px;
  padding: 15px 15px 15px 0;
  border-bottom: 2px solid var(--border-color);
  position: relative;
}

.comment-list li:last-child .comment-body {
  border-bottom: 0;
}

.comment-list li .children .comment-body {
  border-bottom: 2px solid var(--border-color);
}

.comment-content img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-body .reply {
  position: absolute;
  right: 0;
  top: 8px;
}

.comments-area .reply a {
  position: relative;
  padding-left: 25px;
  color: var(--black-color);
  font-weight: 600;
}
.comments-area .reply a:hover {
  color: var(--theme-color);
}

.comment-body .reply a:before {
  content: "\f3e5";
  font-family: Font Awesome\ 6 Pro;
  position: absolute;
  left: 3px;
  top: 0;
}

.comment-content a,
.comment-body a {
  word-wrap: break-word;
  font-weight: 500;
}

.comment-content li {
  font-weight: 500;
  margin: 8px 0;
}

/*--------------------------------------------------------------
# Comment Respond Form
--------------------------------------------------------------*/
.comments-heading {
  font-size: 25px;
  margin-bottom: 5px;
}

#cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}

#cancel-comment-reply-link:hover {
  text-decoration: underline;
}

.comment-respond {
  margin-top: 30px;
  padding: 35px 45px 30px 45px;
  background-color: var(--smoke-color2);
  color: var(--black-color);
  border-radius: 10px;
}
.comment-respond .comment-form {
  padding: 0;
}

.tp-comment-input {
  position: relative;
  margin-bottom: 30px;
}

.tp-comment-input input,
.tp-comment-input textarea {
  margin-bottom: 0;
}

.tp-comment-input i {
  position: absolute;
  right: 20px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #647589;
}

.comment-message.tp-comment-input i {
  top: 30px;
}

li.comment .comment-respond {
  margin-bottom: 45px;
  margin-top: 45px;
}

.comment-form .comment-form-wrap {
  margin: 25px -45px 0 -45px;
  border-top: 2px solid var(--border-color);
  padding: 35px 30px 0 30px;
}

.comment-form input,
.comment-form textarea {
  background: var(--white-color);
  border-color: var(--border-color);
  color: var(--black-color);
  border-radius: 15px;
}

.comment-message textarea {
  height: auto;
  border-radius: 15px;
}

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 10px;
}

.comment-form .comment-message {
  margin-top: 10px;
}

.comment-form-wrap ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #647589;
}

.comment-form-wrap :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #647589;
  opacity: 1;
}

.comment-form-wrap ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #647589;
  opacity: 1;
}

.comment-form-wrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #647589;
}

.comment-form-wrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #647589;
}

.comment-form-wrap ::placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

#message-cmt::placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

.comments-area button.tp-button i {
  font-size: 14px;
}

@media (min-width: 500px) {
  .comment-metadata time {
    margin-top: 15px;
    display: inline-block;
  }
}
li.pingback,
li.trackback {
  border: 2px solid var(--border-color);
  padding: 10px;
  margin-bottom: 20px;
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.feat {
    padding-top: 100px;
}
/******here slider******/
.hero-wrapper {
    background: url(../images/banner1.jpg) no-repeat right center;
    position: relative;
    background-size: cover;
    height: 130vh;
    padding-top: 150px;
}


/* Hero 1 ---------------------------------- */
.hero-wrapper .slick-arrow {
  --icon-size: 110px;
  --pos-x: 1;
  margin-left: -55px;
  line-height: 155px;
  opacity: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--theme-color);
  transform: rotate(270deg);
  margin-top: calc(var(--icon-size, 110px) / -1);
}
.hero-wrapper .slick-arrow.slick-next {
  --pos-x: 0;
  margin-left: 0;
  margin-right: -55px;
  transform: rotate(90deg);
}

.hero-subtitle {
  font-size: 60px;
  font-family: var(--body-font);
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 0;
  position: relative;
  line-height: 74px;
}
.hero-subtitle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 8px;
  width: 8px;
  transform: translate(0, -50%);
  background: var(--theme-color);
  border-radius: 1px;
  display: none;
}

.hero-title {
  font-size: 80px!important;
  line-height: 87px;
  margin-bottom: 0;
  color: var(--title-color);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.hero-title span {
  color: transparent;
  -webkit-text-stroke: 2px var(--white-color);
}

.hero-text {
  font-size: 20px;
  margin-bottom: 42px;
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 40px 0;
}
.hero-style1 .btn-group {
  margin-top: 53px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-style1 {
    padding: 40px 0;
  }
  .hero-title {
    font-size: 70px;
    line-height: 77px;
  }
  .hero-style1 .btn-group {
    margin-top: 43px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style1 {
            padding: 40px 0;
  }
  .hero-shape1 {
    max-width: 600px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-style1 {
    padding: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-title {
    font-size: 56px;
    line-height: 67px;
  }
  .hero-style1 {
    padding: 0
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .hero-title {
    font-size: 46px;
    line-height: 57px;
  }
  .hero-style1 {
    padding: 120px 0 165px 0px;
  }
}
@media (max-width: 320px) {
  .hero-title {
    font-size: 38px;
    line-height: 47px;
  }
}
/* Hero 2 ---------------------------------- */
.hero-2 {
  clip-path: ellipse(105% 93% at 50% 6.9%);
}
.hero-2 .hero-slider {
  background-position: bottom;
}
.hero-2 .slick-arrow {
  margin-top: calc(var(--icon-size, 110px) / -2);
}
.hero-2 .hero-shape2-3,
.hero-2 .hero-shape2-2,
.hero-2 .hero-shape2-1 {
  mix-blend-mode: multiply;
}
.hero-2 .hero-shape2-2 {
  opacity: 0.7;
}

.hero-style2 {
  position: relative;
  z-index: 6;
  padding: 398px 0 230px;
}
.hero-style2 .btn-group {
  margin-top: 62px;
}
.hero-style2 .hero-subtitle {
  padding-left: 0;
  font-size: 48px;
  font-family: var(--title-font);
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: normal;
}
.hero-style2 .hero-subtitle:after {
  display: none;
}
.hero-style2 .hero-title {
  font-size: 160px;
  line-height: 1.167;
  margin-top: -0.08em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 1600px) {
  .hero-style2 .hero-title {
    font-size: 130px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .hero-style2 .hero-title {
    font-size: 100px;
    margin-bottom: 25px;
    margin-top: 10px;
  }
  .hero-style2 .btn-group {
    margin-top: 52px;
  }
  .hero-style2 {
    padding: 368px 0 200px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style2 {
    padding: 338px 0 170px;
  }
  .hero-style2 .hero-title {
    font-size: 90px;
  }
  .hero-style2 .hero-subtitle {
    font-size: 38px;
  }
  .hero-2 .hero-shape2-2, .hero-2 .hero-shape2-1 {
    width: 400px;
  }
  .hero-2 .hero-shape2-3 {
    width: 700px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-style2 {
    padding: 218px 0 160px;
    text-align: center;
  }
  .hero-style2 .hero-title {
    font-size: 80px;
  }
  .hero-style2 .btn-group {
    justify-content: center;
  }
  .hero-2 .hero-shape2-2, .hero-2 .hero-shape2-1 {
    width: 270px;
  }
  .hero-2 .hero-shape2-3 {
    width: 560px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-style2 .hero-title {
    font-size: 70px;
  }
  .hero-style2 .hero-subtitle {
    font-size: 28px;
  }
  .hero-style2 .btn-group {
    margin-top: 42px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-style2 {
    padding: 158px 0 130px;
  }
  .hero-style2 .hero-title {
    font-size: 60px;
  }
  .hero-2 {
    clip-path: ellipse(155% 93% at 50% 6.9%);
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .hero-style2 .hero-title {
    font-size: 50px;
  }
  .hero-style2 .hero-subtitle {
    font-size: 24px;
  }
}
/* Hero 3 ---------------------------------- */
.hero-3 {
  padding: 198px 0;
}
.hero-3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #1C1C1C;
  mix-blend-mode: hard-light;
}

.hero-style3 {
  position: relative;
  z-index: 6;
}
.hero-style3 .hero-title {
  font-size: 80px;
  line-height: 90px;
  margin-top: -0.26em;
  margin-bottom: -0.2em;
}

.appointment-form {
  position: relative;
  z-index: 6;
  padding: 50px;
}
.appointment-form .form-title {
  margin-top: -0.3em;
  margin-bottom: 22px;
}
.appointment-form .form-group {
  margin-bottom: 10px;
}
.appointment-form .btn {
  padding: 24px 34px 22px !important;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-style3 .hero-title {
    font-size: 70px;
    line-height: 80px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-3 {
    padding: 150px 0;
  }
  .hero-style3 .hero-title {
    font-size: 65px;
    line-height: 1.3;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-3 {
    padding: 195px 0 120px;
  }
  .hero-style3 {
    text-align: center;
    margin-bottom: 80px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-style3 .hero-title {
    font-size: 60px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-style3 .hero-title {
    font-size: 46px;
  }
  .appointment-form {
    padding: 40px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .hero-style3 .hero-title {
    font-size: 42px;
  }
}
/*------------------- 4.9. Error  -------------------*/
.error-area .error-thumb {
  margin-bottom: 55px;
}
.error-area .error-content {
  margin-bottom: 45px;
}

.not-found-text-wrapper .text-404 h4 {
  font-size: 48px;
  margin-top: -0.35em;
}
.not-found-text-wrapper .error-dec {
  margin-bottom: 45px;
}

/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 50px;
  height: 50px;
  line-height: 52px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: var(--theme-color);
  font-size: 22px;
  border-radius: 10px;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--white-color);
  border: 0;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, 50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: none;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  padding: 0 80px 0 30px;
  color: var(--title-color);
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: var(--theme-color);
}
.popup-search-box form input::-webkit-input-placeholder {
  color: var(--theme-color);
}
.popup-search-box form input:-ms-input-placeholder {
  color: var(--theme-color);
}
.popup-search-box form input::placeholder {
  color: var(--theme-color);
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 12px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/* Small devices */
@media (max-width: 767px) {
  .popup-search-box form {
    width: 80%;
  }
  .popup-search-box form input {
    height: 60px;
  }
  .popup-search-box form button {
    width: 60px;
    line-height: 62px;
    height: 60px;
  }
}
/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--title-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 320px;
    padding: 80px 20px;
  }
}
/*------------------- 4.00. Wocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  padding: 11px 20px 11px 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 0;
}
.woocommerce-message a,
.woocommerce-info a {
  color: var(--white-color);
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: var(--title-color);
}
.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 400;
  margin-right: 10px;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 11px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.woocommerce-form-login-toggle .woocommerce-info a {
  color: inherit;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: var(--title-color);
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 35px 40px 35px 40px;
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .woocommerce-form-register,
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
}
.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}
.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-form-login {
  margin-bottom: 30px;
}

.woocommerce-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none;
}
nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd;
}
nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}
nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}
.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}
.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
  align-items: center;
  border: none;
}
table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}
table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}
table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}
table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}
table.variations .label,
.woocommerce-grouped-product-list-item .label {
  border: none;
}
table.variations__label,
.woocommerce-grouped-product-list-item__label {
  border: none !important;
  font-weight: 600;
}
table.variations__price,
.woocommerce-grouped-product-list-item__price {
  border: none !important;
}
table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
  font-size: 18px !important;
}
table.variations del,
.woocommerce-grouped-product-list-item del {
  margin-left: 12px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid var(--border-color);
}
.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}
.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px;
}
.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}
.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px;
}

table.variations {
  width: max-content;
  position: relative;
}
table.variations td {
  padding: 0;
}
table.variations td.label {
  padding-right: 10px;
  width: max-content;
}
table.variations select {
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding-left: 20px;
  height: 50px;
}
table.variations .reset_variations {
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 25px;
}

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
  width: auto !important;
}

.woocommerce-variation.single_variation {
  margin-bottom: 30px;
}
.woocommerce-variation.single_variation .price {
  color: var(--title-color);
  font-weight: 700;
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
  padding-left: 15px !important;
}
.wooscp-table-items a.added_to_cart.wc-forward {
  margin-left: 15px;
  text-decoration: underline;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
  z-index: 1111;
}

table.woocommerce-product-attributes {
  margin-bottom: 30px;
}

#woosq-popup .product_meta {
  margin-top: 20px;
}
#woosq-popup .product_title {
  font-size: 24px;
  margin-bottom: 5px;
}
#woosq-popup .single-product .product .actions {
  align-items: center;
  display: flex;
  gap: 20px;
}
#woosq-popup .single-product .product .actions > div {
  height: auto;
  overflow: visible;
  width: max-content;
}
#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: max-content;
}

.login-tab {
  margin-bottom: 30px;
  justify-content: center;
}
.login-tab button.nav-link {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹15px 0;
}
.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 12px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #feb62a;
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

/* Small devices */
@media (max-width: 767px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px 10px 37px;
  }
  .woocommerce-message:before,
  .woocommerce-info:before {
    font-size: 16px;
    top: 10px;
    left: 15px;
  }
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 3em;
}

.woocommerce a.remove {
  height: 1em;
  width: 1em;
  line-height: 18px;
}

/*------------------- 4.00. Subscribe  -------------------*/
.subscribe-sec-shape {
  position: relative;
  z-index: -1;
  top: -50px;
}

.subscribe-area {
  border-radius: 6px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 6px 6px;
  padding: 0 30px 30px;
  margin: 0 -30px 0px;
  background: var(--white-color);
}
.subscribe-area .subscribe-wrapper {
  padding: 50px 90px;
  border-radius: 6px;
  transform: translate(0, -30px);
  margin-bottom: -30px;
}
.subscribe-area .subscribe-title {
  font-size: 30px;
  margin-top: -0.25em;
}

.subscribe-form {
  position: relative;
}
.subscribe-form .form-group .form-control {
  height: 70px;
  padding-right: 220px;
}
.subscribe-form .form-group .input-icon {
  top: 0;
  height: 100%;
  line-height: 70px;
}
.subscribe-form .btn {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 18px 40px;
}

/* Large devices */
@media (max-width: 1199px) {
  .subscribe-area .subscribe-wrapper {
    padding: 50px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .subscribe-area {
    margin: 0 0px 0px;
    padding: 0 20px 20px;
  }
  .subscribe-area .subscribe-wrapper {
    padding: 50px 20px;
  }
  .subscribe-form .form-group .form-control {
    height: 60px;
    padding-right: 30px;
  }
  .subscribe-form .form-group .input-icon {
    line-height: 60px;
  }
  .subscribe-form .btn {
    position: relative;
    margin-top: 15px;
    width: 100%;
    right: 0;
    top: 0;
  }
  .subscribe-area .subscribe-title {
    font-size: 24px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .subscribe-area {
    padding: 0;
    box-shadow: none;
  }
}
/*------------------- 4.00. Cart  -------------------*/
.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}
.cart_table thead {
  background-color: #ecf0f1;
}
.cart_table thead th {
  border: none !important;
}
.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 800;
  border: none;
  padding: 27px 15px;
}
.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  transform: translateY(-50%);
  display: none;
}
.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}
.cart_table .product-quantity {
  color: var(--title-color);
}
.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}
.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}
.cart_table .cart-productimage {
  display: inline-block;
  border: 2px solid var(--smoke-color);
}
.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}
.cart_table .quantity {
  display: inline-flex;
  align-items: center;
}
.cart_table .qty-btn {
  border: 2px solid var(--smoke-color) !important;
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  border-radius: 4px;
}
.cart_table .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  padding: 0;
  /* Firefox */
}
.cart_table .qty-input::-moz-placeholder {
  color: var(--title-color);
}
.cart_table .qty-input::-webkit-input-placeholder {
  color: var(--title-color);
}
.cart_table .qty-input:-ms-input-placeholder {
  color: var(--title-color);
}
.cart_table .qty-input::placeholder {
  color: var(--title-color);
}
.cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart_table .qty-input[type=number] {
  -moz-appearance: textfield;
}
.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}
.cart_table .actions > .as-btn {
  font-size: 16px;
  padding: 20px 28px;
  margin-right: 15px;
}
.cart_table .actions > .as-btn:last-child {
  margin-right: 0;
}
.cart_table .as-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: flex;
}
.cart_table .as-cart-coupon input {
  width: calc(100% - 200px);
  margin-right: 10px;
}
.cart_table .as-cart-coupon .as-btn {
  font-size: 16px;
  padding: 20px 25px;
  width: max-content;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}
.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
  color: var(--theme-color);
}
.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
  display: none;
  margin-top: 20px;
}
.cart_totals .shipping-calculator-form .form-control,
.cart_totals .shipping-calculator-form .single-select {
  margin-bottom: 20px;
}
.cart_totals .shipping-calculator-form .as-btn {
  padding: 5px 30px;
}
.cart_totals .amount {
  font-weight: 700;
}
.cart_totals .order-total .amount {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .as-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }
  .cart_table .actions {
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .as-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .as-btn:last-child {
    margin-right: auto;
  }
  .cart_table .as-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .as-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}
/*------------------- 4.00. Checkout  -------------------*/
.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
  margin-bottom: 0;
}
.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  margin-top: -35px;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid #e3e6e9;
  border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
  color: var(--body-color);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
  padding: 0;
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
  margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
  margin-top: 15px;
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 0;
  background-position: right 13px center;
}
.shipping-calculator-form .as-btn {
  font-size: 14px;
  padding: 0 20px;
  width: max-content;
  height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}
.checkout-ordertable th {
  font-weight: 800;
  text-align: left;
}
.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}
.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}
.checkout-ordertable input[type=hidden] ~ label {
  color: var(--theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

.woocommerce-checkout-payment {
  text-align: left;
}
.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-checkout-payment ul li {
  padding-top: 12px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 16px;
}
.woocommerce-checkout-payment ul input[type=radio] ~ label {
  margin-bottom: 17px;
  color: var(--body-color);
}
.woocommerce-checkout-payment ul input[type=radio] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}
.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.as-checkout-wrapper form.woocommerce-form {
  margin-bottom: 25px;
}

/* Small devices */
@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type=radio] ~ label img {
    max-width: 150px;
  }
  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
  }
}
/*------------------- 4.00. Wishlist  -------------------*/
.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.tinv-wishlist .tinv-header {
  margin-top: -0.8rem;
}
.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 700;
}
.tinv-wishlist p.return-to-shop .button:Hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.tinv-wishlist table {
  border: none;
}
.tinv-wishlist table th {
  color: var(--title-color);
}
.tinv-wishlist table td, .tinv-wishlist table th {
  padding: 15.3px 10px;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}
.tinv-wishlist table thead {
  background-color: var(--smoke-color);
}
.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center;
}
.tinv-wishlist .product-thumbnail {
  width: 110px;
}
.tinv-wishlist .stock.in-stock {
  margin-bottom: 0;
}
.tinv-wishlist ins {
  text-decoration: none;
}
.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 0;
  padding-top: 0;
}
.tinv-wishlist .product-remove button i {
  line-height: 22px;
  font-size: 16px;
}
.tinv-wishlist .tinvwl-mobile {
  display: none;
}
.tinv-wishlist .social-buttons {
  display: flex;
  max-width: 295px;
  margin-left: auto;
  align-items: center;
}
.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  gap: 6px;
}
.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px;
}
.tinv-wishlist .product-stock .stock {
  display: block;
}
.tinv-wishlist .product-stock span {
  display: inline;
}
.tinv-wishlist .product-stock i {
  margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}
.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
}
.tinv-wishlist button.button.mask-btn {
  padding: 0;
}
.tinv-wishlist button.button .btn-text-mask {
  padding: 0.5px 21px;
}
.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}
.tinv-wishlist button.button i {
  font-size: 14px !important;
  margin-right: 3px !important;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}
.tinv-wishlist td.product-name a {
  color: var(--body-color);
}
.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
  margin-left: 8px;
  font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}
.tinv-wishlist .social-buttons li {
  display: inline-block;
  margin-right: 0;
}
.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px;
}
.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0;
}
.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: none !important;
  }
  .product-stock {
    width: 40px;
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td, .tinv-wishlist table th {
    border: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
}
/*------------------- 4.00. Contact  -------------------*/
.contact-card {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #2F2F2F; */
  /* margin: 0 10px; */
  /* background: #fc7000d1; */
  width: 100%;
}
.contact-card .info-card {
  padding: 60px 0;
  display: flex;
  gap: 20px;
}
.contact-card .info-card:not(:first-child) {
  border-left: 1px solid #d8d8d8;
  padding-left: 100px;
  padding-right: 50px;
}
.contact-card .info-card_icon {
  background: #5b00c9;
  border: 1px solid #d8d8d8;
  /* box-shadow: 0px 7px 64px #090909; */
  display: inline-block;
  flex: none;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 20px;
  font-size: 24px;
  color: var(--white-color);
}
.contact-card .info-card_text {
  font-weight: 500;
  font-size: 14px;
  font-family: var(--title-font);
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.contact-card .info-card_link {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--title-font);
  color: var(--white-color);
  width: 90%;
}
.contact-card .info-card_link:hover {
  color: var(--theme-color);
}
.contact-card.style2 {
  background: var(--white-color);
  border: 0;
  box-shadow: 0px 17px 38px rgba(0, 0, 0, 0.16);
  padding: 0 90px 0 0;
  transform: translate(0, 50%);
  position: relative;
  z-index: 1;
  margin-top: -70.5px;
}
.contact-card.style2 .info-card {
  padding: 35px 0;
  margin-left: 40px;
}
.contact-card.style2 .info-card .info-card_icon {
  box-shadow: none;
}
.contact-card.style2 .info-card.style2 {
  display: block;
  padding: 35px 150px;
  text-align: center;
}
.contact-card.style2 .info-card .info-card_title {
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  text-transform: uppercase;
}
.contact-card.style2 .info-card:not(:first-child) {
  border: 0;
}
.contact-card.style2 .info-card_text {
  color: var(--title-color);
}
.contact-card.style2 .info-card_link {
  color: var(--title-color);
}
.contact-card.style2 .info-card_link:hover {
  color: var(--theme-color);
}

.contact-social-wrap {
  border-top: 1px solid var(--border-color);
  margin-top: 50px;
  padding-top: 50px;
  display: flex;
  align-items: center;
}
.contact-social-wrap p {
  margin-bottom: 0;
}
.contact-social-wrap .social-btn {
  flex: none;
  margin-left: auto;
}

.map-sec {
  line-height: 0;
  filter: grayscale(1);
}
.map-sec iframe {
  width: 100%;
  height: 400px;
  /* Small devices */
}
@media (max-width: 767px) {
  .map-sec iframe {
    height: 300px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .contact-card.style2 {
    padding: 0 40px 0 0;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .contact-card .info-card_icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .contact-card .info-card:not(:first-child) {
    padding-left: 30px;
  }
  .contact-card.style2 .info-card:not(:first-child) {
    padding-left: 0;
  }
  .contact-card.style2 .info-card.style2 {
    padding: 35px 70px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .contact-card {
    display: block;
    padding: 35px 0;
    text-align: center;
  }
  .contact-card .info-card {
    padding: 15px 0;
    display: inline-flex;
    padding-right: 50px;
    text-align: left;
  }
  .contact-card .info-card:not(:first-child) {
    border-left: 0;
    padding-left: 0;
  }
  .contact-card.style2 {
    transform: none;
    margin-top: 0;
    margin-bottom: 80px;
    padding: 0;
    text-align: center;
  }
  .contact-card.style2 .info-card {
    margin-left: 0;
  }
  .contact-card.style2 .info-card .social-btn {
    justify-content: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-card {
    text-align: left;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .contact-card .info-card {
    padding-right: 0;
  }
}
/****contact page*****/
.contact-info {
  display: flex;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 70px;
}
.contact-info_icon {
  flex: none;
}
.contact-info .contact-info_title {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color);
  text-transform: uppercase;
  display: block;
  margin-top: -0.3em;
}
.contact-info .contact-info_text {
  margin-bottom: -0.4em;
}
.contact-info .contact-info_text a {
  font-size: 24px;
  font-weight: 500;
  color: var(--title-color);
}
.contact-info .contact-info_text a:hover {
  color: var(--theme-color);
}

.map-sec2 {
  line-height: 0;
  filter: grayscale(1);
}
.map-sec2 iframe {
  width: 100%;
  height: 750px;
  /* Small devices */
}
@media (max-width: 767px) {
  .map-sec2 iframe {
    height: 500px;
  }
}

.contact-form-area {
  border-radius: 20px;
  margin-top: -300px;
  position: relative;
  z-index: 1;
}
.contact-form-area .contact-form-thumb {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: 100%;
}
.contact-form-area .contact-form-thumb img {
  height: 100%;
  object-fit: cover;
}
.contact-form-area .contact-form-wrap {
  padding: 80px 80px 80px 60px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .contact-info {
    padding: 50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .contact-info {
    padding: 40px;
  }
  .contact-info .contact-info_text a {
    font-size: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .contact-form-area .contact-form-thumb {
    border-radius: 15px 15px 0 0;
    height: auto;
  }
  .contact-form-area .contact-form-thumb img {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .contact-form-area .contact-form-wrap {
    padding: 60px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .contact-form-area .contact-form-wrap {
    padding: 40px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .contact-form-area .contact-form-wrap {
    padding: 30px;
  }
}
/*------------------- 4.00. About  -------------------*/
/*----------------------------------------------
    # about style here
----------------------------------------------*/
.about-thumb {
  position: relative;
  padding-right: 68px;
  display: inline-block;
  height: 100%;
}
.about-thumb .about-img-1 {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.about-thumb .about-img-2 {
  border-radius: 20px;
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 1;
  filter: drop-shadow(0px 6px 42px rgba(0, 0, 0, 0.19));
}

.about-thumb-2 {
  position: relative;
}
.about-thumb-2 .about-thumb-num {
  position: absolute;
  left: 40px;
  bottom: 0;
  font-size: 120px;
  font-weight: 700;
  font-family: var(--title-font);
  color: transparent;
  -webkit-text-stroke: 1px var(--white-color);
  line-height: initial;
}
.about-thumb-2.style2 .about-thumb-num {
  bottom: auto;
  top: 0;
}

.goal-thumb-1 {
  position: relative;
  padding-right: 103px;
  height: 100%;
}
.goal-thumb-1 .goal-badge-wrap {
  position: absolute;
  right: 0;
  top: 92px;
  height: 234px;
  width: 234px;
  line-height: 256px;
  text-align: center;
  border-radius: 50%;
  background: var(--title-color);
}
.goal-thumb-1 .goal-badge-wrap .goal-badge {
  line-height: initial;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  padding: 0 20px;
}
.goal-thumb-1 img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}

.about-tab-1 {
  margin-top: 41px;
}
.about-tab-1 .filter-menu-active {
  gap: 10px;
  display: flex;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 25px;
}
.about-tab-1 button {
  border-radius: 5px;
  border: 0;
  background: var(--smoke-color);
  font-weight: 600;
  font-size: 14px;
  padding: 5.5px 16px;
}
.about-tab-1 button.active, .about-tab-1 button:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.about-tab-1 .filter-item {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #E6E6E6;
  padding: 30px 0;
}
.about-tab-1 .filter-item .about-tab-icon {
  flex: none;
}
.about-tab-1 .filter-item .about-tab-text {
  margin-bottom: -0.4em;
  margin-top: -0.4em;
  font-weight: 500;
}

.about-info-wrap {
  display: flex;
  gap: 20px;
}
.about-info-wrap .icon {
  height: 56px;
  width: 56px;
  line-height: 56px;
  border: 1px solid #dddddd;
  font-size: 18px;
  color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
}
.about-info-wrap .icon .fa-phone-volume {
  transform: rotate(14deg);
}
.about-info-wrap .about-info-title {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--title-color);
  margin-bottom: 0;
}
.about-info-wrap .about-info-link {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--body-font);
  color: var(--title-color);
}
.about-info-wrap .about-info-link:hover {
  color: var(--theme-color);
}
.about-info-wrap.style2 {
  gap: 15px;
  align-items: center;
}
.about-info-wrap.style2 .icon {
  box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.12);
  border: 0;
}
.about-info-wrap.style3 {
  gap: 20px;
  align-items: center;
}
.about-info-wrap.style3 .icon {
  color: var(--white-color);
}
.about-info-wrap.style3 .about-info-link {
  color: var(--white-color);
}
.about-info-wrap.style3 .about-info-link:hover {
  color: var(--theme-color);
}

.about-grid {
  display: flex;
  gap: 20px;
}
.about-grid:not(:last-child) {
  margin-bottom: 40px;
}
.about-grid_icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: var(--theme-color);
  line-height: 60px;
  flex: none;
  text-align: center;
}
.about-grid_title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: -0.3em;
}
.about-grid_text {
  margin-bottom: -0.3em;
}
.about-grid.style2 {
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.about-grid.style2 .about-grid_icon {
  background: var(--white-color);
  border-radius: 0;
  border: 1px solid #EDEDED;
  box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.1);
}
.about-grid.style2 .about-grid_title {
  margin-bottom: 0;
}
.about-grid.style3 .about-grid_icon {
  border-radius: 0;
}
.about-grid.style4 {
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.about-grid.style4 ~ .about-grid.style4 {
  position: relative;
}
.about-grid.style4 ~ .about-grid.style4:after {
  content: "";
  position: absolute;
  left: -65px;
  top: 50%;
  height: 60px;
  width: 1px;
  background: #D9D9D9;
  transform: translate(0, -50%);
}
.about-grid.style4 .about-grid_icon {
  background: var(--white-color);
  border-radius: 0;
  border: 1px solid var(--white-color);
  height: 80px;
  width: 80px;
  line-height: 80px;
}
.about-grid.style4 .about-grid_icon img {
  width: 40px;
}
.about-grid.style4 .about-grid_counter {
  margin-bottom: -0.1em;
  font-size: 40px;
  font-weight: 600;
  margin-top: -0.3em;
}
.about-grid.style4 .about-grid_text {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
}

.about-grid-wrap {
  display: flex;
  gap: 75px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EEEEEE;
}
.about-grid-wrap.style2 {
  border-bottom: 0;
  padding-bottom: 0;
  gap: 130px;
}

.goal-grid-wrap {
  max-width: 518px;
}
.goal-grid-wrap .btn-wrap {
  gap: 20px;
  margin-top: 50px;
}
.goal-grid-wrap .btn-wrap .btn.btn-border {
  padding: 19.5px 41px 19.5px 45px;
}

.goal-thumb-2 {
  position: relative;
  padding-left: 144px;
  height: 100%;
}
.goal-thumb-2 .img-1 {
  height: 100%;
}
.goal-thumb-2 .img-1 img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.goal-thumb-2 .img-2 {
  position: absolute;
  left: 0px;
  top: 60px;
  filter: drop-shadow(0px 6px 42px rgba(0, 0, 0, 0.19));
}
.goal-thumb-2 .img-2 img {
  border-radius: 20px;
}
.goal-thumb-2 .wcu-grid {
  position: absolute;
  left: 174px;
  bottom: 30px;
}

.goal-thumb-3 {
  position: relative;
  display: inline-block;
}
.goal-thumb-3 .wcu-grid {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.goal-thumb-4 {
  margin-left: 75px;
  margin-right: -246px;
}

@media (max-width: 1600px) {
  .goal-thumb-4 {
    margin-left: 40px;
    margin-right: -90px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .about-grid-wrap {
    gap: 25px;
  }
  .goal-thumb-4 {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .about-grid-wrap {
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .goal-thumb-2 .wcu-grid {
    left: 0;
  }
  .about-content-wrap .checklist li {
    font-size: 15px;
  }
  .about-grid-wrap.style2 {
    gap: 100px;
  }
  .about-grid.style4 ~ .about-grid.style4:after {
    left: -50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .about-content-wrap .btn-wrap {
    gap: 20px 25px;
  }
  .goal-thumb-1 .goal-badge-wrap {
    height: 204px;
    width: 204px;
    line-height: 236px;
  }
  .goal-thumb-1 .goal-badge-wrap .goal-badge {
    font-size: 15px;
  }
  .about-grid-wrap {
    gap: 50px;
    justify-content: start;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .goal-thumb-2,
  .goal-thumb-1,
  .about-thumb {
    height: auto;
    display: inline-block;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-grid-wrap {
    gap: 40px;
  }
  .goal-thumb-2 {
    padding-left: 0;
  }
  .goal-thumb-2 .img-2 {
    left: 30px;
  }
  .goal-grid-wrap .btn-wrap .btn.btn-border {
    padding: 17px 41px 17px 45px;
  }
  .about-grid-wrap.style2 {
    gap: 70px;
  }
  .about-grid.style4 ~ .about-grid.style4:after {
    left: -35px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .about-thumb .about-img-2 {
    bottom: 50px;
  }
  .about-grid-wrap {
    display: block;
  }
  .about-grid-wrap .about-grid ~ .about-grid {
    margin-top: 30px;
  }
  .goal-thumb-2 .img-2 {
    display: none;
  }
  .goal-thumb-3 .wcu-grid {
    position: initial;
    animation: none;
    display: flex;
    margin-top: 30px;
  }
  .about-thumb-2 .about-thumb-num {
    font-size: 100px;
  }
  .about-grid.style4 ~ .about-grid.style4:after {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .about-thumb {
    padding-right: 38px;
  }
  .about-thumb .about-img-2 {
    width: 180px;
  }
  .about-tab-1 button {
    padding: 10px 16px;
    line-height: 1.3;
  }
  .about-tab-1 .filter-item {
    display: block;
  }
  .about-tab-1 .filter-item .about-tab-icon {
    margin-bottom: 20px;
  }
  .goal-thumb-1 {
    position: relative;
    padding-right: 73px;
  }
  .goal-thumb-1 .goal-badge-wrap {
    height: 154px;
    width: 154px;
    line-height: 196px;
    top: 50px;
  }
  .goal-thumb-1 .goal-badge-wrap .goal-badge {
    font-size: 13px;
  }
  .goal-thumb-2 .wcu-grid {
    margin-top: 20px;
    position: initial;
    animation: none;
  }
}
/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.team-card {
  background: var(--smoke-color2);
  border-radius: 20px;
  padding: 30px;
  transition: 0.4s;
  border: 1px solid transparent;
  margin-bottom: 60px;
}
.team-card_img {
  position: relative;
  border-radius: 20px;
}
.team-card_img img {
  border-radius: 20px;
  width: 100%;
}
.team-card_content {
  text-align: center;
  position: relative;
}
.team-card_content .social-btn {
  justify-content: center;
  margin-top: 0px;
  opacity: 0;
  transition: 0.4s;
  margin-bottom: -45px;
}
.team-card_title {
  font-size: 22px;
  font-weight: 500;
  margin-top: -0.2em;
  margin-bottom: -5px;
  margin-top: 23px;
}
.team-card_title a {
  color: var(--title-color);
}
.team-card_title a:hover {
  color: var(--theme-color);
}
.team-card_desig {
  font-weight: 300;
  font-size: 14px;
  font-family: var(--title-font);
  color: var(--body-color);
}
.team-card:hover {
  background: var(--white-color);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(237, 237, 237, 0.89);
  margin-bottom: 0;
}
.team-card:hover .team-card_content .social-btn {
  margin-top: 15px;
  opacity: 1;
  margin-bottom: 0;
}
.team-card.style2 {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  position: relative;
  margin-bottom: 0;
}
.team-card.style2 .team-card_img {
  border-radius: 0;
}
.team-card.style2 .team-card_img img {
  border-radius: 0;
}
.team-card.style2 .team-card_content {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
}
.team-card.style2 .team-card_content .social-btn {
  opacity: 1;
  transform: none;
  margin-bottom: 0;
  justify-content: start;
  gap: 5px;
}
.team-card.style2 .team-card_content .social-btn a {
  border-radius: 0;
}
.team-card.style2 .team-card_title {
  background: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 26px;
  margin-bottom: 0;
  margin-top: 0;
}
.team-card.style2 .team-card_desig {
  background: var(--theme-color);
  display: inline-block;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--title-font);
  padding: 5.5px 25px 3.5px;
}
.team-card.style2:hover {
  background: transparent;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
.team-card.style2:hover .team-card_content .social-btn {
  margin-top: 0;
}
.team-card.style3 {
  margin-bottom: 0px;
  padding: 30px 30px 20px;
}
.team-card.style3 .team-card_img {
  position: relative;
}
.team-card.style3 .team-card_img .social-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: 0.4s;
}
.team-card.style3:hover .social-btn {
  opacity: 1;
  transform: translate(-50%, -30px);
}

.team-slider-1 .slick-current .team-card {
  background: var(--white-color);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(237, 237, 237, 0.89);
  margin-bottom: 0;
}
.team-slider-1 .slick-current .team-card .team-card_content .social-btn {
  margin-top: 15px;
  opacity: 1;
  margin-bottom: 0;
}

.team-card2 {
  display: flex;
  gap: 30px;
  align-items: center;
}
.team-card2 .team-card_img {
  flex: none;
  border-radius: 50%;
}
.team-card2 .team-card_img img {
  border-radius: 50%;
}
.team-card2 .team-card_content {
  text-align: start;
}
.team-card2 .team-card_subtitle {
  text-transform: uppercase;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--title-font);
}
.team-card2 .team-card_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
}
.team-card2 .team-card_title a {
  color: var(--white-color);
  background-image: linear-gradient(to left, var(--white-color), var(--white-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
}
.team-card2 .team-card_title a:hover {
  background-size: 100% 2px;
}
.team-card2 .link-btn {
  color: var(--white-color);
}
.team-card2 .link-btn i {
  transform: rotate(-25deg);
  color: var(--theme-color);
}
.team-card2 .link-btn:before {
  display: none;
}
.team-card2 .link-btn:hover {
  color: var(--theme-color);
}
.team-card2.style2 {
  background: var(--white-color);
  border: 1px solid rgba(237, 237, 237, 0.89);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 40px;
  gap: 20px;
}
.team-card2.style2 .team-card_title {
  margin-bottom: 3px;
}
.team-card2.style2 .team-card_title a {
  color: var(--title-color);
}
.team-card2.style2 .team-card_title a:hover {
  color: var(--theme-color);
}
.team-card2.style2 .team-card_link {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--title-color);
}
.team-card2.style2 .team-card_link i {
  color: var(--theme-color);
  transform: rotate(-25deg);
  margin-right: 8px;
}
.team-card2.style2 .team-card_link:hover {
  color: var(--theme-color);
}

.team-slider-2 {
  margin-left: auto;
  margin-right: -38px;
  max-width: 1660px;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .team-slider-2 {
    max-width: 1980px;
  }
}
@media (max-width: 1600px) {
  .team-slider-2 {
    max-width: 1635px;
    margin-right: -170px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .team-slider-2 {
    max-width: 1575px;
    margin-right: -190px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .team-slider-2 {
    max-width: 1398px;
    margin-right: -150px;
  }
  .team-card2.style2 {
    padding: 30px;
  }
  .team-card2.style2 .team-card_title {
    font-size: 22px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .team-slider-2 {
    max-width: 1290px;
    margin-right: -120px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .team-slider-2 {
    max-width: 1230px;
    margin-right: -241px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .team-slider-2 {
    max-width: 860px;
    margin-right: -120px;
  }
  .team-card2.style2 .team-card_title {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .team-slider-2 {
    max-width: 567px;
    margin-right: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .team-slider-2 {
    margin: 0 3px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .team-card2 {
    display: block;
    text-align: center;
  }
  .team-card2 .team-card_img img {
    width: auto;
  }
  .team-card2 .team-card_content {
    text-align: center;
    margin-top: 20px;
  }
  .team-card2.style2 .team-card_content {
    margin-top: 15px;
  }
}
/* Team Details ---------------------------------- */
.team-details-page .contact-form-wrap {
  border-radius: 6px;
}
.team-details-page .contact-form-wrap .default-title {
  margin-bottom: 24px;
}

.team-about-card {
  background-color: var(--title-color);
  border-radius: 20px;
}
.team-about-card_img {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.team-about-card_img img {
  border-radius: 20px 0 0 20px;
  object-fit: cover;
}
.team-about-card_box {
  padding: 90px 95px 90px 60px;
  border-radius: 0 6px 6px 0;
}
.team-about-card_title {
  margin-top: -0.3em;
  margin-bottom: 6px;
  font-size: 40px;
  font-weight: 500;
  color: var(--white-color);
}
.team-about-card_desig {
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 25px;
}
.team-about-card .social-btn {
  border-bottom: 1px solid #232325;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.team-about-card .social-btn a {
  border-radius: 50%;
}
.team-about-card_text {
  margin: 14px 0 27px;
}
.team-about-card_info {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.team-about-card_info .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--white-color);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: var(--theme-color);
  box-shadow: 0px 9px 73px 0px rgba(90, 86, 86, 0.15);
  margin-right: 15px;
  margin-bottom: -5px;
}
.team-about-card_info p {
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: -0.4em;
}
.team-about-card_info span {
  display: block;
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  margin-top: -0.3em;
}
.team-about-card_info:last-child {
  margin-bottom: 0;
}
.team-about-card .team-about-card_info ~ .team-about-card_info {
  margin-top: 15px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-card {
    background: var(--white-color);
    box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(237, 237, 237, 0.89);
    margin-bottom: 0;
  }
  .team-card .team-card_content .social-btn {
    margin-top: 15px;
    opacity: 1;
    margin-bottom: 0;
  }
}
/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial 1 ---------------------------------- */
.testimonial-bg-thumb1 {
  position: relative;
}
.testimonial-bg-thumb1 .thumb {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 30px 30px 0;
  z-index: -1;
  min-height: 784px;
}
.testimonial-bg-thumb1 .thumb img {
  border-radius: 0 30px 30px 0;
}

.testi-box-wrap1 {
  border-radius: 30px;
  padding: 100px 95px;
}

.testi-box {
  position: relative;
  padding-top: 15px;
}
.testi-box_thumb {
  border-radius: 6px;
  position: relative;
  display: inline-block;
}
.testi-box_thumb img {
  border-radius: 50%;
}
.testi-box_thumb .block-quote {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  line-height: 46px;
  border: 4px solid var(--title-color);
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 18px;
  border-radius: 50%;
}
.testi-box_text {
  margin-top: 33px;
  margin-bottom: 25px;
  line-height: 1.667;
  font-size: 18px;
  font-weight: 500;
}
.testi-box .rating {
  color: var(--theme-color);
  font-size: 16px;
}
.testi-box_profile .testi-box_name {
  margin-bottom: -0.15em;
  margin-top: -0.35em;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--white-color);
}
.testi-box_profile .testi-box_desig {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--body-color);
  display: block;
  margin-bottom: -0.65em;
}

.testi-slider-controller {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 60px;
}
.testi-slider-controller .indicatior-btn {
  background: #202020;
  border: 1px solid #303030;
  border-radius: 10px;
  padding: 25px 30px;
  position: relative;
  min-width: 183px;
}
.testi-slider-controller .indicatior-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.29);
  margin: 7px;
  opacity: 0;
  transition: 0.4s;
}
.testi-slider-controller .indicatior-btn.active, .testi-slider-controller .indicatior-btn:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.testi-slider-controller .indicatior-btn.active .testi-box_desig, .testi-slider-controller .indicatior-btn:hover .testi-box_desig {
  color: var(--white-color);
}
.testi-slider-controller .indicatior-btn.active:after, .testi-slider-controller .indicatior-btn:hover:after {
  opacity: 1;
}
.testi-slider-controller .indicator {
  display: none;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .testimonial-bg-thumb1 .thumb {
    width: 65%;
  }
  .testi-slider-controller {
    margin-top: 40px;
  }
  .testi-box {
    padding-top: 0px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .testi-box-wrap1 {
    padding: 75px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .testi-box-wrap1 {
    padding: 50px;
  }
  .testimonial-bg-thumb1 .thumb img {
    height: 674px;
    object-fit: cover;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .testi-box-wrap1 {
    padding: 60px 50px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testi-slider-controller {
    display: inline-block;
    margin: -10px;
    margin-top: 30px;
  }
  .testi-slider-controller .indicatior-btn {
    margin: 10px;
    display: block;
  }
  .testi-box_text {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .testi-box-wrap1 {
    padding: 50px 30px;
  }
  .testi-slider-controller {
    margin: 0;
    margin-top: 30px;
  }
  .testi-slider-controller .indicatior-btn {
    min-width: auto;
    width: 100%;
    margin: 10px 0;
  }
}
.testi-box-wrap2 {
  position: relative;
  padding: 0 37px;
}
.testi-box-wrap2:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-13.84deg);
  width: 671px;
  height: 351px;
  border: 1px solid rgba(27, 27, 27, 0.08);
  border-radius: 50%;
  z-index: -1;
}
.testi-box-wrap2 .testi-arrow .slick-arrow {
  background: transparent;
  box-shadow: none;
  opacity: 1;
  top: 50%;
  left: -100px;
  font-size: 40px;
  color: var(--body-color);
  margin-top: 0;
}
.testi-box-wrap2 .testi-arrow .slick-arrow.slick-next {
  margin-top: 0;
  left: auto;
  right: -100px;
}
.testi-box-wrap2 .testi-arrow .slick-arrow:hover {
  color: var(--title-color);
}

.testi-box.style2 {
  padding: 0;
}
.testi-box.style2 .testi-box_text {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  font-family: var(--title-font);
  text-transform: uppercase;
  color: var(--title-color);
  margin-top: 28px;
  margin-bottom: 32px;
}
.testi-box.style2 .testi-box_profile .testi-box_name {
  color: var(--theme-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.testi-box.style2 .testi-box_profile .testi-box_desig {
  font-weight: 400;
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-box.style2 .testi-box_text {
    font-size: 20px;
  }
  .testi-box-wrap2 .testi-arrow .slick-arrow {
    left: -80px;
  }
  .testi-box-wrap2 .testi-arrow .slick-arrow.slick-next {
    right: -80px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .testi-box-wrap2 {
    padding: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testi-box.style2 .testi-box_text {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .testi-box.style2 .testi-box_text {
    font-size: 14px;
  }
}
/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-area-1 {
  background-attachment: fixed;
}

.counter-area-2 {
  border-top: 1px solid #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
  margin-bottom: 100px;
}

.counter-sec-shape-top {
  margin-top: -45px;
}

.counter-sec-shape-bottom {
  transform: rotateY(180deg) translateY(1px);
  margin-top: -2px;
  margin-bottom: -18px;
}

.counter-card {
  position: relative;
  display: inline-flex;
  gap: 25px;
  align-items: center;
}
.counter-card_wrap ~ .counter-card_wrap {
  border-left: 1px solid #2C2C2C;
}
.counter-card_wrap ~ .counter-card_wrap .counter-card.style2 {
  padding-left: 45px;
}
.counter-card_wrap:last-child .counter-card.style2 {
  padding-right: 0;
}
.counter-card_number {
  margin-top: 0px;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 44px;
  color: var(--white-color);
}
.counter-card_text {
  font-weight: 500;
  font-size: 14px;
  font-family: var(--title-font);
  color: #E1E1E1;
  margin-bottom: -0.4em;
}
.counter-card_icon {
  border-radius: 50px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme-color);
  text-align: center;
  position: relative;
  margin: auto;
}
.counter-card_icon img {
  transition: 0.4s all ease-in-out;
}
.counter-card:hover .counter-card_icon:after {
  margin: 0;
  border-width: 10px;
  border-color: var(--theme-color);
}
.counter-card:hover .counter-card_icon img {
  transform: rotateY(180deg);
}
.counter-card.style2 {
  padding: 60px 0;
  padding-right: 30px;
}
.counter-card.style2 .counter-card_icon {
  background: var(--title-color);
}
.counter-card.style2 .counter-card_number {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: -4px;
}
.counter-card.style2 .counter-card_text {
  text-transform: uppercase;
  color: #656565;
}
.counter-card.style3 {
  display: block;
  text-align: center;
  padding: 60px 30px;
}
.counter-card.style3 .counter-circle {
  position: relative;
  margin-bottom: 23px;
}
.counter-card.style3 .circle-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
}
.counter-card.style3 .counter-card_text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: -0.6em;
}

.ad-slider {
  overflow: hidden;
}
.ad-slider .global-carousel {
  margin: 0 -220px;
}
.ad-slider_title {
  font-size: 200px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.07);
  display: flex;
  margin-top: -0.05em;
  margin-bottom: 0;
  line-height: 0.7;
}
.ad-slider_title span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
  display: inline-block;
  margin: 0 30px;
}
.ad-slider_title ~ .ad-slider_title {
  margin-left: 50px;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .counter-sec-shape-bottom,
  .counter-sec-shape-top {
    width: 100%;
  }
  .counter-sec-shape-bottom img,
  .counter-sec-shape-top img {
    width: 100%;
  }
  .counter-sec-shape-top {
    margin-top: -60px;
    transform: translateY(-1px);
    margin-bottom: -3px;
  }
  .counter-sec-shape-bottom {
    margin-top: -3px;
  }
}
@media (max-width: 1600px) {
  .ad-slider .global-carousel {
    margin: 0 -370px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .ad-slider_title {
    font-size: 180px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .counter-sec-shape-top {
    margin-top: -35px;
  }
  .counter-sec-shape-bottom {
    margin-bottom: -15px;
  }
  .counter-card.style2 {
    padding-right: 20px;
    gap: 20px;
  }
  .counter-card_wrap ~ .counter-card_wrap .counter-card.style2 {
    padding-left: 20px;
  }
  .counter-card_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .counter-card.style2 .counter-card_number {
    font-size: 40px;
    margin-bottom: 0;
  }
  .ad-slider_title {
    font-size: 170px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .ad-slider_title {
    font-size: 160px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .counter-wrap1 {
    text-align: center;
  }
  .counter-wrap1 .counter-card .media-body {
    text-align: start;
  }
  .counter-card_wrap:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #2C2C2C;
  }
  .counter-card_wrap:nth-child(3) .counter-card.style2 {
    padding-left: 0px;
  }
  .counter-card_wrap:nth-child(4) {
    border-top: 1px solid #2C2C2C;
  }
  .ad-slider_title {
    font-size: 140px;
  }
  .counter-card.style3 {
    padding: 50px 30px;
  }
  .counter-card.style3 .counter-card_text {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .counter-sec-shape-top {
    margin-top: -20px;
  }
  .counter-sec-shape-bottom {
    margin-bottom: -5px;
  }
  .ad-slider_title {
    font-size: 120px;
  }
  .counter-area-2 {
    margin-bottom: 80px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .counter-area-2 {
    padding: 30px 0;
  }
  .counter-card_wrap ~ .counter-card_wrap {
    border: 0;
  }
  .counter-card_wrap ~ .counter-card_wrap .counter-card.style2 {
    padding-left: 0;
  }
  .counter-card.style2 {
    padding: 20px 0;
  }
  .counter-card.style2 .counter-card_number {
    margin-top: -0.3em;
    font-size: 36px;
  }
  .ad-slider_title {
    font-size: 100px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .counter-sec-shape-top {
    transform: translateY(-1px);
    margin-top: -25px;
    margin-bottom: -2px;
  }
  .counter-sec-shape-bottom {
    margin-top: -6px;
  }
  .counter-card_number {
    font-size: 34px;
  }
  .counter-card_wrap {
    text-align: center;
  }
  .counter-card.style2 {
    display: block;
  }
  .counter-card.style2 .counter-card_icon {
    margin-bottom: 20px;
  }
  .ad-slider_title {
    font-size: 90px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .counter-sec-shape-top {
    transform: translateY(-2px);
  }
}
@media (max-width: 320px) {
  .counter-sec-shape-top {
    transform: translateY(-3px);
    margin-top: -23px;
  }
  .counter-sec-shape-bottom {
    transform: rotateY(180deg) translateY(4px);
    margin-top: -12px;
  }
  .ad-slider_title {
    font-size: 80px;
  }
}
/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-card {
  background: var(--title-color);
  position: relative;
  border-radius: 15px;
}
.blog-card .blog-title {
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 10px;
}
.blog-card .blog-title a {
  background-image: linear-gradient(to left, var(--white-color), var(--white-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
}
.blog-card .blog-title a:hover {
  color: var(--white-color);
}
.blog-card .blog-title:hover a {
  background-size: 100% 2px;
}
.blog-card .blog-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  border-radius: 15px 15px 0 0;
}
.blog-card .blog-img img {
  max-width: 100%;
  border-radius: 15px 15px 0 0;
  transition: 0.4s ease-in-out;
}
.blog-card .blog-content {
  border-radius: 0 0 15px 15px;
  padding: 40px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.blog-card .blog-meta {
  margin-top: -0.4em;
  margin-bottom: 12px;
}
.blog-card .blog-meta a {
  font-size: 14px;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-right: 0;
  text-transform: uppercase;
}
.blog-card .blog-meta a ~ a {
  margin-left: 22px;
}
.blog-card .blog-meta i, .blog-card .blog-meta svg {
  font-size: 14px;
  transition: 0.4s;
}
.blog-card .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-card .blog-meta a:hover i, .blog-card .blog-meta a:hover svg {
  color: var(--theme-color);
}
.blog-card .blog-meta span:after,
.blog-card .blog-meta a:after {
  display: none;
}
.blog-card .blog-text {
  margin-bottom: -0.3em;
}
.blog-card:hover .blog-img img {
  transform: scale(1.08);
}
.blog-card.style2 {
  display: flex;
  background: var(--smoke-color2);
  border-radius: 20px;
  padding: 30px 60px 30px 30px;
  gap: 30px;
  align-items: center;
}
.blog-card.style2 ~ .blog-card.style2 {
  margin-top: 24px;
}
.blog-card.style2 .blog-img {
  border-radius: 20px;
  width: auto;
  flex: none;
}
.blog-card.style2 .blog-img img {
  border-radius: 20px;
}
.blog-card.style2 .blog-content {
  padding: 0;
}
.blog-card.style2 .blog-meta {
  margin-bottom: 18px;
}
.blog-card.style2 .blog-meta a {
  background: transparent;
  border: 1px solid #DFDFDF;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 300;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
  padding: 3.5px 25px;
  margin: 0 13px 10px 0;
}
.blog-card.style2 .blog-meta a:last-child {
  margin-right: 0;
}
.blog-card.style2 .blog-meta a:hover {
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  background: var(--white-color);
}
.blog-card.style2 .blog-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  line-height: 30px;
  margin-bottom: 22px;
}
.blog-card.style2 .blog-title a {
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
}
.blog-card.style2 .blog-title a:hover {
  color: var(--theme-color);
}
.blog-card.style3 {
  display: flex;
  padding: 40px;
  border-radius: 0;
  gap: 30px;
}
.blog-card.style3 ~ .blog-card.style3 {
  margin-top: 20px;
}
.blog-card.style3 .blog-date {
  border: 1px solid #313131;
  height: 90px;
  width: 90px;
  flex: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--title-font);
  padding-top: 17px;
}
.blog-card.style3 .blog-date span {
  font-size: 30px;
  font-weight: 500;
  color: var(--white-color);
  display: block;
  margin-bottom: 5px;
}
.blog-card.style3 .blog-content {
  padding: 0;
}
.blog-card.style3 .blog-category {
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: uppercase;
  margin-top: -0.5em;
  display: block;
  margin-bottom: 11px;
}
.blog-card.style3 .blog-title {
  margin-bottom: 21px;
}
.blog-card.style3 .blog-meta {
  margin-bottom: -0.4em;
}
.blog-card.style3 .blog-meta i {
  color: var(--white-color);
  margin-right: 6px;
}
.blog-card.style4 {
  background: var(--smoke-color2);
  border-radius: 20px;
}
.blog-card.style4 .blog-img {
  border-radius: 20px 20px 0 0;
}
.blog-card.style4 .blog-meta a {
  color: var(--title-color);
  font-weight: 400;
}
.blog-card.style4 .blog-meta a i {
  color: var(--title-color);
}
.blog-card.style4 .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-card.style4 .blog-title {
  color: var(--title-color);
}
.blog-card.style4 .blog-title:hover a {
  color: var(--theme-color);
  background: transparent;
}
.blog-card.style4 ~ .blog-card.style4 {
  margin-top: 24px;
}

.blog_sec_title_static {
  position: absolute;
  height: 100%;
  display: block;
}
.blog_sec_title_static .blog_sec_title_wrap {
  position: sticky;
  top: 200px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto;
  margin-right: 40px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog_sec_title_static .blog_sec_title_wrap {
    margin-right: 0;
  }
  .blog-card.style2 {
    padding: 30px;
  }
  .blog-card.style2 .blog-img {
    width: 300px;
  }
  .blog-card.style4 .blog-title {
    font-size: 30px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .blog-card .blog-content {
    padding: 35px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-card.style2 {
    display: block;
  }
  .blog-card.style2 .blog-img {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-card .blog-title {
    font-size: 22px;
  }
  .blog-card.style2 .blog-title {
    font-size: 22px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-card .blog-title {
    font-size: 20px;
  }
  .blog_sec_title_static {
    position: initial;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .blog-card.style2 {
    padding: 25px;
  }
  .blog-card.style3 {
    padding: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .blog-card.style3 {
    display: block;
  }
  .blog-card.style3 .blog-date {
    margin-bottom: 25px;
  }
}
@media (max-width: 320px) {
  .blog-card.style2 {
    padding: 20px;
  }
  .blog-card.style2 .blog-meta a {
    padding: 3.5px 20px;
  }
  .blog-card.style4 .blog-content {
    padding: 30px;
  }
  .blog-card.style4 .blog-meta a ~ a {
    margin-left: 0;
  }
  .blog-card.style4 .blog-meta span, .blog-card.style4 .blog-meta a {
    padding-right: 12px;
  }
}
/*------------------- 4.00. Client  -------------------*/
/* Client 1 ---------------------------------- */
.client-area {
  border-top: 1px solid var(--border-color);
  padding: 86px 0;
}

.client-box {
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 33.5px 0;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
  opacity: 0.3;
}
.client-box:hover {
  background: var(--smoke-color3);
  opacity: 1;
}

.client-sec {
  padding-top: 337px;
}

/* Medium devices */
@media (max-width: 991px) {
  .client-area {
    padding: 80px 0;
  }
  .client-sec {
    padding-top: 317px;
  }
}
/* Extra small devices */
/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
  color: var(--body-color);
}
.checklist li:last-child {
  margin-bottom: 0;
}
.checklist li i, .checklist li svg {
  font-size: 16px;
  margin-right: 10px;
  color: var(--theme-color);
  margin-top: 6px;
  width: 16px;
}
.checklist.style2 ul li {
  font-weight: 700;
  border-radius: 6px;
  background-color: rgb(247, 244, 239);
  padding: 17px 30px;
  font-family: var(--title-font);
}
.checklist.style2 ul li:not(:last-child) {
  margin-bottom: 20px;
}
.checklist.style2 ul li i {
  margin-right: 20px;
}
.checklist.style3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}
.checklist.style3 ul li {
  margin-bottom: 0;
}
.checklist.style4 ul li:not(:last-child) {
  margin-bottom: 9px;
}
.checklist.style5 ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--body-color);
}
.checklist.mb-40 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}
.checklist.mb-45 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

.img-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.img-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-half.img-right {
  right: 0;
}

.icon-box {
  display: inline-flex;
  gap: 10px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}
.btn-wrap.style2 {
  gap: 30px 40px;
}

.read-more-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  position: relative;
}
.read-more-btn i, .read-more-btn svg {
  font-size: 12px;
}
.read-more-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: var(--theme-color);
  width: 0;
  transition: 0.4s ease-in-out;
}
.read-more-btn:hover {
  color: var(--theme-color);
}
.read-more-btn:hover:after {
  width: 100%;
}

.category-tag {
  background: var(--theme-color);
  height: 25px;
  line-height: 25px;
  border-radius: 30px;
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  padding: 0 19px;
  letter-spacing: 1px;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
  .checklist li {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .checklist li i, .checklist li svg {
    font-size: 14px;
    margin-right: 5px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .checklist.style2 ul li i {
    margin-right: 10px;
  }
}
/*------------------- 4.00. Video -------------------*/
/* Why 1 ---------------------------------- */
.video-area-1 .video-wrap {
  display: block;
  text-align: center;
  margin-bottom: 0;
  margin-top: -119px;
}
.video-area-1 .video-wrap .play-btn {
  border-radius: 50%;
  position: relative;
  transform: translate(0, 50%);
}
.video-area-1 .video-wrap .play-btn > i {
  background: transparent;
  color: var(--white-color);
  --icon-size: 238px;
}
.video-area-1 .video-wrap .play-btn > i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--theme-color);
  mix-blend-mode: multiply;
  border-radius: 50%;
  z-index: -1;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .video-area-1 .video-wrap .play-btn > i {
    --icon-size: 150px;
  }
  .video-area-1 .video-wrap {
    margin-top: -76px;
  }
}
/*------------------- 4.00. Category Menu -------------------*/
.category-card {
  border-radius: 6px;
  background: var(--white-color);
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.category-card_content {
  max-width: 150px;
}
.category-card_title {
  font-size: 20px;
  margin-top: -0.3em;
  margin-bottom: 26px;
}
.category-card_title a {
  color: var(--title-color);
}
.category-card_title a:hover {
  color: var(--theme-color);
}
.category-card_icon {
  flex: none;
  align-self: end;
  position: relative;
  z-index: 1;
}
.category-card_icon:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: rgb(247, 244, 239);
  height: 60px;
  width: 60px;
  left: -30px;
  top: 0;
  z-index: -1;
}
.category-card .more-btn {
  font-size: 12px;
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: initial;
}
.category-card .more-btn:hover {
  color: var(--theme-color);
}
.category-card .more-btn i {
  font-size: 14px;
  display: block;
}

.category-search-form {
  margin-top: 40px;
  position: relative;
}
.category-search-form .form-control {
  padding: 14.5px 280px 14.5px 30px;
}
.category-search-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 50px;
}

.category-card2 {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 30px 30px 23px;
}
.category-card2_title {
  font-size: 20px;
  margin-top: -0.3em;
  margin-bottom: 0px;
}
.category-card2_title a {
  color: var(--title-color);
}
.category-card2_title a:hover {
  color: var(--theme-color);
}
.category-card2_icon {
  display: inline-block;
  height: 66px;
  width: 66px;
  line-height: 64px;
  border-radius: 50%;
  background: var(--smoke-color3);
  margin-bottom: 20px;
  transition: 0.5s;
}
.category-card2_icon img {
  transition: 0.5s;
}
.category-card2_icon:after {
  display: none;
}
.category-card2:hover .category-card2_icon {
  background: var(--theme-color);
}
.category-card2:hover .category-card2_icon img {
  filter: brightness(99);
}

.category-slider {
  transform: translateY(-50px);
  margin-bottom: -50px;
}

.category-area2 {
  padding-bottom: 100px;
  z-index: 2;
}
.category-area2 .category-search-form .form-control {
  border-color: var(--theme-color);
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
  .category-search-form {
    text-align: center;
  }
  .category-search-form .btn {
    position: inherit;
    margin-top: 20px;
  }
  .category-search-form .form-control {
    padding: 14.5px 30px;
  }
}
/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  margin-bottom: 20px;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background: #202020;
  border: 1px solid #303030;
  border-radius: 10px;
}
.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--white-color);
  border: 0;
  background-color: transparent;
  padding: 12px 65px 12px 30px;
  min-height: 80px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  transition: 0.3s;
  position: relative;
}
.accordion-card .accordion-button:after {
  content: "\f061";
  height: 40px;
  width: 40px;
  border-radius: 7px;
  line-height: 38px;
  background: #171717;
  border: 1px solid #303030;
  font-family: var(--icon-font);
  color: var(--white-color);
  font-weight: 900;
  font-size: 16px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
  color: var(--white-color);
  padding: 0px 65px 0px 30px;
}
.accordion-card .accordion-button:not(.collapsed):after {
  content: "\f063";
  transform: rotate(0);
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  border-radius: 0;
  background-color: #202020;
  border: none;
  padding: 0px 30px 30px 30px;
  margin-top: -0.5em;
}
.accordion-card .accordion-body p {
  margin-bottom: -0.3em;
}
.accordion-card:last-child {
  margin-bottom: 0;
}
.accordion-card.style2 {
  background: #F3F3F4;
  font-size: 16px;
  font-weight: 600;
  border: 0;
}
.accordion-card.style2 .accordion-button {
  color: var(--title-color);
  min-height: 60px;
  padding: 0px 65px 0px 35px;
}
.accordion-card.style2 .accordion-button:after {
  background: transparent;
  color: var(--theme-color);
  border: 0;
  top: 10px;
}
.accordion-card.style2 .accordion-body {
  background: #F3F3F4;
  padding: 30px 35px 30px 35px;
  font-weight: 400;
}
.accordion-card.style2 .accordion-button:not(.collapsed):after {
  background: transparent;
  color: var(--white-color);
  border: 0;
}
.accordion-card.style2 .accordion-button:not(.collapsed) {
  background: var(--theme-color);
  color: var(--white-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
  .accordion-card .accordion-body {
    padding: 10px 30px 30px 30px;
  }
}
/*------------------- 4.00. feature -------------------*/
/***********feature area**********/
.feature-area {
  background: #F4F4F4;
  border-radius: 15px;
  overflow: hidden;
}

.feature-card {
  padding: 60px 65px 60px 40px;
  transition: 0.4s;
  position: relative;
  z-index: 0;
}
.feature-card_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
}
.feature-card_bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature-card_icon {
  margin-bottom: 30px;
}
.feature-card_subtitle {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: 400;
  font-size: 14px;
  font-family: var(--title-font);
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}
.feature-card_subtitle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: var(--theme-color);
  border-radius: 1px;
  width: 8px;
  height: 8px;
}
.feature-card_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.feature-card_title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--white-color), var(--white-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
}
.feature-card_title a:hover {
  background-size: 100% 2px;
}
.feature-card_text {
  font-size: 14px;
  margin-bottom: 26px;
}
.feature-card-active {
  background: var(--title-color);
  height: 100%;
}
.feature-card-active .feature-card_bg {
  opacity: 1;
  height: 100%;
}
.feature-card-active .feature-card_icon {
  filter: brightness(99);
}
.feature-card-active .feature-card_title a {
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-area {
    margin-top: -15px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .feature-area {
    margin-top: -30px;
  }
  .feature-card {
    padding: 40px 35px;
  }
  .feature-card_title {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .feature-area {
    margin-top: -45px;
  }
  .feature-card_text {
    max-width: 500px;
  }
}
@media (max-width: 320px) {
  .feature-card {
    padding: 30px 25px;
  }
}
.feature-card2 .feature-card_img {
  position: relative;
  display: inline-block;
  margin-bottom: 44px;
}
.feature-card2 .feature-card_img img {
  border-radius: 50%;
}
.feature-card2 .feature-card_img .feature-card_icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  background: var(--white-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  z-index: 1;
  opacity: 0;
}
.feature-card2 .feature-card_img .feature-card_icon:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.feature-card2 .feature-card_img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: var(--title-color);
  transition: 0.4s;
  opacity: 0;
}
.feature-card2 .feature-card_title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.feature-card2 .feature-card_title a {
  background: transparent;
}
.feature-card2 .feature-card_title a:hover {
  color: var(--theme-color);
}
.feature-card2 .feature-card_text {
  font-size: 16px;
  max-width: 330px;
  margin: auto;
  margin-bottom: -0.3em;
}
.feature-card2:hover .feature-card_img .feature-card_icon {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.feature-card2:hover .feature-card_img img {
  mix-blend-mode: luminosity;
}
.feature-card2:hover .feature-card_img:after {
  opacity: 0.8;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .feature-card2 .feature-card_img {
    margin-bottom: 34px;
  }
}
.feature-tab-button {
  background: var(--white-color);
}
.feature-tab-button button {
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
  padding: 17px 52px 17px 30px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
.feature-tab-button button i {
  position: absolute;
  right: 30px;
  top: 22px;
  color: var(--body-color);
}
.feature-tab-button button ~ button {
  border-top: 1px solid #EEEEEE;
}
.feature-tab-button button.active {
  background: var(--theme-color);
  color: var(--white-color);
}
.feature-tab-button button.active i {
  color: var(--white-color);
}

.feature-tab-content .filter-item {
  display: flex;
  gap: 30px;
}
.feature-tab-content .tab-thumb {
  flex: none;
}
.feature-tab-content .tab-content_grid {
  display: flex;
  gap: 30px 60px;
  margin-top: 10px;
}
.feature-tab-content .tab-content_grid .media-left {
  align-self: flex-end;
  margin-bottom: -0.3em;
}
.feature-tab-content .tab-content_grid .media-body {
  margin-bottom: -0.3em;
}
.feature-tab-content .tab-content_grid-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.feature-tab-content .counter-number {
  color: var(--theme-color);
  font-size: 60px;
  font-weight: 700;
  font-family: var(--title-font);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-tab-button button {
    font-size: 15px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .feature-tab-content .tab-content_grid {
    gap: 30px 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .feature-tab-content .filter-item {
    display: block;
  }
  .feature-tab-content .filter-item .tab-thumb {
    margin-bottom: 30px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .feature-tab-content .tab-content_grid {
    display: block;
    margin-top: 20px;
  }
  .feature-tab-content .tab-content_grid .media-left {
    margin-bottom: 10px;
  }
}
/*------------------- 4.00. CTA -------------------*/
.cta-area {
  position: relative;
  z-index: 0;
}
.cta-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(262.57deg, rgba(28, 28, 28, 0.99) 34.91%, rgba(28, 28, 28, 0) 81.55%);
  opacity: 0.8;
  z-index: -1;
}

.cta-btn-wrap .arrow-icon {
  margin-top: -50px;
}

/* Medium devices */
@media (max-width: 991px) {
  .cta-wrap .btn-wrap {
    justify-content: center;
  }
  .cta-wrap .btn-wrap .about-info-wrap.style3 {
    text-align: left;
  }
}
/*------------------- 4.00. Service -------------------*/
/* Service Card ---------------------------------- */
.service-bg-area {
  margin-top: -45px;
  background-attachment: fixed;
  margin-bottom: -15px;
}

.service-slider-1 {
  margin-left: auto;
  margin-right: -18px;
  max-width: 1593px;
}

.service-card {
  background: #202020;
  border: 1px solid #303030;
  border-radius: 15px;
  padding: 40px 40px 35px;
  display: flex;
  gap: 20px;
}
.service-card_icon {
  flex: none;
}
.service-card_title {
  margin-top: -0.3em;
  margin-bottom: 5px;
  font-weight: 500;
}
.service-card_title a {
  color: var(--white-color);
  background-image: linear-gradient(to left, var(--white-color), var(--white-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
}
.service-card_title a:hover {
  background-size: 100% 2px;
}
.service-card_text {
  font-size: 14px;
  margin-bottom: 10px;
}
.service-card .link-btn {
  color: var(--white-color);
}
.service-card .link-btn:before {
  background: var(--white-color);
}
.service-card .link-btn i {
  margin-left: 3px;
}
.service-card.style2 {
  background: var(--smoke-color2);
  border: 1px solid var(--smoke-color2);
  display: block;
  border-radius: 15px;
  padding: 40px;
  transition: 0.4s;
}
.service-card.style2 .service-card_icon {
  height: 100px;
  width: 100px;
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(237, 237, 237, 0.89);
  border-radius: 15px;
  text-align: center;
  line-height: 100px;
  background: var(--white-color);
  margin-bottom: 40px;
  filter: grayscale(9) brightness(1);
  transition: 0.4s;
}
.service-card.style2 .service-card_title {
  font-size: 24px;
  margin-bottom: 13px;
}
.service-card.style2 .service-card_title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
}
.service-card.style2 .service-card_text {
  font-size: 16px;
  margin-bottom: 22px;
}
.service-card.style2 .link-btn {
  font-weight: 500;
  font-size: 14px;
  font-family: var(--title-font);
  color: var(--title-color);
}
.service-card.style2 .link-btn:before {
  background-color: var(--title-color);
  bottom: 12px;
  left: 55px;
}
.service-card.style2 .link-btn i {
  height: 45px;
  width: 45px;
  line-height: 44px;
  border-radius: 50%;
  background: var(--white-color);
  border: 1px solid rgba(237, 237, 237, 0.89);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  text-align: center;
  color: var(--title-color);
  margin-right: 7px;
  margin-left: 0;
  transition: 0.4s;
}
.service-card.style2 .link-btn:hover:before {
  width: calc(100% - 55px);
}
.service-card.style2:hover {
  background: var(--white-color);
  border: 1px solid rgba(237, 237, 237, 0.89);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
}
.service-card.style2:hover .service-card_icon {
  filter: none;
}
.service-card.style2:hover .link-btn i {
  background: var(--theme-color);
  color: var(--white-color);
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .sec-shape-bottom,
  .sec-shape-top {
    transform: translateY(-1px);
  }
  .sec-shape-bottom img,
  .sec-shape-top img {
    width: 100%;
  }
  .sec-shape-bottom {
    transform: translateY(1px);
  }
  .service-bg-area {
    margin-top: -60px;
    margin-bottom: -20px;
  }
  .service-slider-1 {
    overflow: hidden;
    max-width: 1582px;
    margin-right: 300px;
  }
}
@media (max-width: 1600px) {
  .service-slider-1 {
    max-width: 1438px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .service-slider-1 {
    max-width: 1358px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .service-slider-1 {
    max-width: 1285px;
    margin: 0 -38px 0 auto;
  }
}
@media (max-width: 1200px) {
  .service-slider-1 {
    max-width: 1207px;
  }
  .service-bg-area {
    margin-top: -35px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .service-slider-1 {
    max-width: 1029px;
  }
  .service-card {
    padding: 30px 30px 25px;
  }
  .service-card.style2 {
    padding: 30px;
  }
  .service-card.style2 .service-card_icon {
    margin-bottom: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .service-slider-1 {
    max-width: none;
    margin: 30px 25px 0px;
  }
  .service-bg-area {
    margin-top: -20px;
    margin-bottom: -10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .service-card {
    padding: 40px 40px 35px;
  }
  .service-slider-2 {
    margin: 0 -20px;
  }
  .service-card.style2 {
    margin: 0 10px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .service-slider-1 {
    margin: 30px 0px 0px;
  }
  .service-bg-area {
    margin-top: -12px;
    margin-bottom: -6px;
  }
  .sec-shape-bottom {
    margin-top: -5px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .service-bg-area {
    margin-top: -10px;
    margin-bottom: -4px;
  }
  .service-bg-area .sec-shape-top {
    transform: translateY(-2px);
  }
  .service-bg-area .sec-shape-bottom {
    margin-top: -10px;
    transform: translateY(2px);
  }
  .service-card {
    padding: 30px 30px 25px;
  }
}
@media (max-width: 320px) {
  .service-bg-area .sec-shape-top {
    transform: translateY(-4px);
    margin-bottom: -5px;
  }
  .service-bg-area .sec-shape-bottom {
    margin-top: -12px;
    transform: translateY(3px);
  }
}
/*******body mass index*******/
.service-bg2-area {
  margin-top: -120px;
  padding-top: 120px;
}

.sec-shape2-bottom {
  margin-bottom: -116px;
}
.sec-shape2-bottom img {
  width: 100%;
}

.bmi-table {
  --border-color: #2D2D2D;
}
.bmi-table table {
  border-color: var(--border-color);
  margin-bottom: 0;
}
.bmi-table thead th {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
  padding-left: 30px;
  line-height: 33px;
}
.bmi-table thead th ~ th {
  padding-left: 40px;
}
.bmi-table tbody th {
  color: var(--body-color);
  padding-left: 30px;
  line-height: 33px;
}
.bmi-table tbody td {
  color: var(--body-color);
  padding-left: 40px;
  line-height: 33px;
}

.bmi-calculator-form {
  background: var(--title-color);
  border: 1px solid #2D2D2D;
  box-shadow: 0px 7px 78px rgba(0, 0, 0, 0.18);
  padding: 60px;
}
.bmi-calculator-form .form-title {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 32px;
  text-transform: uppercase;
  margin-top: -0.35em;
}
.bmi-calculator-form .btn {
  display: inline-block;
  padding: 0;
}
.bmi-calculator-form .btn input {
  background: transparent;
  color: var(--white-color);
  padding: 16px 34px 18px;
  font-weight: 500;
}
.bmi-calculator-form .btn:hover input {
  color: var(--title-color);
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .sec-shape2-bottom {
    margin-bottom: -154px;
    transform: translate(0px, 1px);
  }
}
@media (max-width: 1600px) {
  .sec-shape2-bottom {
    margin-bottom: -96px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .sec-shape2-bottom {
    margin-bottom: -87px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-shape2-bottom {
    margin-bottom: -82px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .sec-shape2-bottom {
    margin-bottom: -73px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .sec-shape2-bottom {
    margin-bottom: -62px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sec-shape2-bottom {
    margin-bottom: -47px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-shape2-bottom {
    margin-bottom: -36px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .sec-shape2-bottom {
    margin-bottom: -26px;
  }
  .bmi-calculator-form {
    padding: 40px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .sec-shape2-bottom {
    margin-bottom: -23px;
  }
}
@media (max-width: 320px) {
  .sec-shape2-bottom {
    margin-bottom: -20px;
    transform: translate(0px, 1px);
    margin-top: -6px;
  }
  .bmi-table tbody td,
  .bmi-table thead th ~ th {
    padding-left: 20px;
  }
}
/****service details page****/
.service-page-single .page-img {
  border-radius: 20px;
}
.service-page-single .page-img img {
  border-radius: 20px;
}
.service-page-single .service-wrap {
  background: #FFFFFF;
  border: 1px solid rgba(237, 237, 237, 0.89);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 40px;
}
.service-page-single .service-wrap h6 {
  font-size: 18px;
  font-weight: 500;
  margin-top: -0.4em;
  margin-bottom: 10px;
}
.service-page-single .service-wrap p {
  margin-bottom: -0.4em;
}
.service-page-single .service-page-list {
  border-radius: 20px;
  padding: 53px 60px;
  margin-top: 20px;
}
.service-page-single .service-page-list li {
  color: var(--white-color);
  margin-bottom: 10px;
}
.service-page-single .service-page-list li i {
  color: var(--white-color);
}
.service-page-single .service-page-list li:last-child {
  margin-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .service-page-single .service-wrap {
    padding: 30px;
  }
}
/*------------------- 4.00. Why Choose Us -------------------*/
/*----------------------------------------------
    # why choose us area style here
----------------------------------------------*/
.wcu-thumb {
  position: relative;
  padding: 0 43px 40px 0;
  margin-right: 10px;
}
.wcu-thumb .img-1 {
  border-radius: 20px;
}
.wcu-thumb .img-2 {
  position: absolute;
  left: -105px;
  top: 94px;
  border-radius: 20px;
}
.wcu-thumb .wcu-grid {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.wcu-grid {
  background: var(--theme-color);
  border-radius: 20px;
  padding: 40px 68px 40px 40px;
  display: inline-flex;
  align-items: center;
}
.wcu-grid .icon {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.31);
  margin-right: 20px;
}
.wcu-grid_year {
  font-size: 48px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: -5px;
  margin-top: -0.3em;
}
.wcu-grid_text {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: -0.4em;
  display: block;
}
.wcu-grid.style2 {
  border-radius: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .wcu-thumb .img-2 {
    left: -75px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .wcu-thumb {
    padding: 0 40px 40px 40px;
    height: 100%;
  }
  .wcu-thumb .img-1 {
    height: 100%;
    object-fit: cover;
  }
  .wcu-thumb .img-2 {
    left: 0;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .wcu-thumb {
    height: auto;
    margin: 0;
    margin-bottom: 10px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .wcu-grid {
    padding: 30px 30px 30px 30px;
  }
  .wcu-grid_year {
    font-size: 38px;
  }
  .wcu-thumb .img-2 {
    width: 200px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .wcu-thumb {
    padding: 0;
    margin-bottom: 40px;
  }
  .wcu-thumb .wcu-grid {
    position: initial;
    animation: none;
    margin-top: 20px;
    display: flex;
  }
}
@media (max-width: 320px) {
  .wcu-grid {
    padding: 20px;
  }
}
.wcu-thumb2 img {
  border-radius: 20px;
}

.wcu-grid2 {
  border-radius: 20px;
  padding: 30px;
  height: 200px;
  display: flex;
  align-items: end;
}
.wcu-grid2 .wcu-grid_text {
  font-size: 18px;
  display: inline-block;
}

/* Large devices */
@media (max-width: 1199px) {
  .wcu-thumb2 img {
    width: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .wcu-grid {
    padding: 40px;
  }
}
@media (max-width: 320px) {
  .wcu-grid {
    padding: 19px;
  }
}
/*------------------- 4.00. Pricing -------------------*/
.pricing-card {
  background: var(--smoke-color2);
  border-radius: 15px;
  padding: 0 40px 50px;
  margin-top: 66px;
  position: relative;
  z-index: 0;
}
.pricing-card_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
.pricing-card_bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.pricing-card_icon {
  display: inline-block;
  height: 141px;
  width: 134px;
  line-height: 134px;
  transform: translateY(-66px);
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: -46px;
}
.pricing-card_icon:before, .pricing-card_icon:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  width: 141px;
  height: 134px;
  z-index: -1;
  transform: skewX(-10deg);
  border-radius: 15px;
}
.pricing-card_icon:after {
  background: var(--theme-color);
  width: 115px;
  height: 110px;
  top: 11px;
  left: 13px;
}
.pricing-card_icon img {
  transition: 0.4s;
}
.pricing-card_title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 7px;
  transition: 0.4s;
}
.pricing-card_price {
  font-size: 72px;
  font-weight: 500;
  color: var(--theme-color);
  border-bottom: 1px solid #E2E2E4;
  padding-bottom: 18px;
  transition: 0.4s;
  margin-bottom: 22px;
}
.pricing-card_price .currency {
  font-size: 24px;
  position: relative;
  top: -30px;
  margin-right: 6px;
  display: inline-block;
}
.pricing-card_price .duration {
  font-size: 16px;
  font-weight: 400;
}
.pricing-card_content {
  margin-bottom: 27px;
}
.pricing-card .checklist {
  margin-bottom: 35px;
}
.pricing-card .checklist li {
  font-size: 16px;
  color: var(--body-color);
  font-weight: 400;
}
.pricing-card .checklist li:not(:last-child) {
  margin-bottom: 7px;
}
.pricing-card .checklist li i, .pricing-card .checklist li svg {
  color: var(--body-color);
}
.pricing-card.pricing-card_active .pricing-card_bg, .pricing-card:hover .pricing-card_bg {
  opacity: 1;
}
.pricing-card.pricing-card_active .pricing-card_icon:before, .pricing-card:hover .pricing-card_icon:before {
  background: var(--white-color);
}
.pricing-card.pricing-card_active .pricing-card_icon img, .pricing-card:hover .pricing-card_icon img {
  transform: rotateY(180deg);
}
.pricing-card.pricing-card_active .pricing-card_title, .pricing-card:hover .pricing-card_title {
  color: var(--white-color);
}
.pricing-card.pricing-card_active .pricing-card_price, .pricing-card:hover .pricing-card_price {
  color: var(--white-color);
  border-color: #2E2E2E;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .pricing-card {
    padding: 0 30px 40px;
  }
  .pricing-card_price {
    font-size: 60px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .pricing-card_title {
    font-size: 24px;
  }
  .pricing-card_price {
    font-size: 50px;
  }
  .pricing-card_price .currency {
    top: -15px;
  }
  .pricing-card {
    margin-top: 56px;
  }
  .pricing-card_icon {
    height: 121px;
    width: 114px;
    line-height: 112px;
    transform: translateY(-56px);
    margin-bottom: -36px;
  }
  .pricing-card_icon:before {
    width: 121px;
    height: 114px;
  }
  .pricing-card_icon:after {
    width: 95px;
    height: 90px;
  }
}
/*------------------- 4.00. Product -------------------*/
.product-card {
  transition: all ease 0.4s;
  border-radius: 6px;
}
.product-card .product-img {
  background: var(--smoke-color3);
  border-radius: 15px;
  margin-bottom: 25px;
}
.product-card .product-img img {
  border-radius: 15px;
}
.product-card .product-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1px;
}
.product-card .product-title a {
  color: inherit;
}
.product-card .product-title a:hover {
  color: var(--theme-color);
}
.product-card .price {
  display: block;
  color: var(--title-color);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--title-font);
  margin-bottom: -0.4em;
}
.product-card .price del {
  margin-right: 10px;
  color: #a9a9a9;
}
.product-card .product-img {
  --space: 20px;
  background-color: var(--smoke-color);
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: var(--smoke-color);
  border-radius: 15px;
  z-index: 2;
}
.product-card .product-img:before {
  --space: 0px;
  content: "";
  height: calc(100% - var(--space) * 2);
  width: calc(100% - var(--space) * 2);
  position: absolute;
  top: var(--space);
  left: var(--space);
  background-color: rgb(34, 35, 40);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.product-card .product-img img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1);
}
.product-card .star-rating {
  width: 93px;
  font-size: 14px;
}
.product-card .actions {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 3;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card .actions .icon-btn {
  --btn-size: 40px !important;
  line-height: 42px !important;
  font-size: 14px;
  border-color: var(--white-color);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  color: var(--white-color);
  background: var(--theme-color);
  border-radius: 10px;
}
.product-card .actions .icon-btn i {
  margin-right: 1px;
}
.product-card .actions .icon-btn:hover {
  color: var(--theme-color);
  background: var(--white-color);
  border-color: var(--white-color);
}
.product-card .actions > * {
  margin: 0 var(--icon-gap-x, 5px);
}
.product-card .actions > * > a {
  margin: 0;
}
.product-card .product-tag {
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme-color);
  line-height: 25px;
  color: var(--white-color);
  border-radius: 5px;
  position: absolute;
  padding: 0 10px;
  top: 23px;
  left: 23px;
  z-index: 9;
}
.product-card .icon-btn {
  transform: translateY(30px);
  transition: 0.4s ease-in-out;
}
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: -1px;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}
.product-card .tinv-wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%;
}
.product-card .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.product-card .add_to_cart_button.added {
  display: none;
}
.product-card .added_to_cart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border-radius: 10px;
}
.product-card .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}
.product-card .added_to_cart:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.product-card .action-btn {
  background-color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 13px 25px;
}
.product-card:hover .product-img img {
  transform: scale(1.1);
}
.product-card:hover .product-img:before {
  visibility: visible;
  opacity: 0.7;
}
.product-card:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.product-card:hover .icon-btn {
  transform: translateY(0);
}
.product-card .media {
  display: flex;
  margin-top: 21px;
  margin-bottom: 6px;
}
.product-card .media .media-body {
  text-align: right;
}
.product-card.list-view {
  display: flex;
  text-align: left;
  height: 100%;
}
.product-card.list-view .product-img {
  width: 100%;
  max-width: 200px;
  margin: 0;
}
.product-card.list-view .star-rating {
  width: 93px;
}
.product-card.list-view .product-content {
  flex: 1;
  border: 1px solid var(--border-color);
  border-left: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 25px;
}
.product-card.list-view .actions {
  --btn-size: 35px;
  --btn-font-size: 13px;
  --icon-gap-x: 2px;
}
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}
.product-card.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.product-card.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.product-card.list-view .added_to_cart:after {
  font-size: 16px;
}
.product-card.list-view .action-btn {
  padding: 8px 15px;
}
.product-card.list-view .tag {
  top: 8px;
  right: 8px;
  padding: 0px 15px;
}
.product-card.list-view .product-title {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.product-card.list-view .product-price {
  font-size: 14px;
}

#productCarousel .slick-arrow {
  top: 37.5%;
}

.mfp-content {
  margin: 1.5rem auto;
}
.mfp-content .product-details-img {
  padding-top: 15px;
}
.mfp-content .product-about {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-content .container {
  position: relative;
}
.mfp-content .product-big-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
  display: none;
}

.woosq-product > .product > div {
  height: auto;
}

.shop-sort-bar {
  padding: 0;
  margin: 0 0 24px 0;
}
.shop-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}
.shop-sort-bar .single-select,
.shop-sort-bar select {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  width: fit-content;
  min-width: 250px;
  font-size: 16px;
  margin: 0;
  border-radius: 30px;
  color: var(--body-color);
  background-image: none;
}
.shop-sort-bar .woocommerce-result-count {
  margin-bottom: 0;
  color: var(--body-color);
}
.shop-sort-bar .nav a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  margin: 0 0 0 10px;
}
.shop-sort-bar .nav a.active, .shop-sort-bar .nav a:hover {
  color: var(--theme-color);
}

.product-thumb-area {
  position: relative;
}
.product-thumb-area .product-thumb-tab {
  position: absolute;
  bottom: 50px;
  left: 0;
}

.product-thumb-tab {
  --thumb: 87px;
  --gap: 0px;
  position: relative;
  z-index: 3;
  display: inline-flex;
  border-radius: 20px;
  align-items: end;
  justify-content: center;
  width: 100%;
}
.product-thumb-tab .tab-btn {
  background-color: var(--white-color);
  cursor: pointer;
  height: var(--thumb);
  width: var(--thumb);
  padding: var(--gap);
  border-radius: 20px;
}
.product-thumb-tab .tab-btn img {
  max-width: 100%;
  width: 100%;
  border-radius: inherit;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
  margin-right: 15px;
}

.product-big-img {
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.product-big-img .img {
  width: 100%;
  border-radius: 20px;
}
.product-big-img .img img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.product-big-img .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px;
}

.product-thumb,
.product-big-img {
  background-color: var(--smoke-color3);
  text-align: center;
  border-radius: 15px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-thumb .img img,
.product-big-img .img img {
  object-fit: cover;
  border-radius: 15px;
}
.product-thumb .add_to_wishlist,
.product-big-img .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px;
  color: var(--theme-color);
}
.product-thumb .add_to_wishlist:hover i,
.product-big-img .add_to_wishlist:hover i {
  font-weight: 700;
}
.product-thumb .product-tag,
.product-big-img .product-tag {
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme-color);
  line-height: 25px;
  color: var(--white-color);
  border-radius: 5px;
  position: absolute;
  padding: 0 10px;
  top: 23px;
  left: 23px;
  z-index: 9;
}

.quantity {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  align-self: center;
  margin-right: 10px;
}
.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  border-right: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
}
.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  border-right: none;
}
.quantity .qty-btn {
  font-size: 16px;
}

.product_meta {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--body-font);
  margin: 35px 0 0 0;
}
.product_meta > span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: bold;
}
.product_meta > span:last-child {
  margin-bottom: 0;
}
.product_meta > span a {
  color: inherit;
}
.product_meta > span a:hover {
  color: var(--theme-color);
}
.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  margin-right: 5px;
}
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 7px;
}

.product-tab-area {
  margin-top: 80px;
}

.product-tab-style1 {
  border-bottom: 2px solid #EFEFEF;
  margin: 0px auto 40px auto;
  padding-bottom: 20px;
  justify-content: center;
  gap: 30px;
}
.product-tab-style1 .nav-link {
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  position: relative;
  text-transform: uppercase;
}
.product-tab-style1 .nav-link:after {
  content: "";
  height: 2px;
  background: var(--theme-color);
  width: 0;
  left: 0;
  bottom: -22px;
  position: absolute;
  transition: 0.4s all;
}
.product-tab-style1 .nav-link:hover, .product-tab-style1 .nav-link.active {
  color: var(--theme-color);
}
.product-tab-style1 .nav-link:hover:after, .product-tab-style1 .nav-link.active:after {
  width: 100%;
}

.woocommerce-table {
  margin-bottom: 0;
}

.woocommerce-Reviews .comments-wrap {
  padding: 0;
  box-shadow: none;
}
.woocommerce-Reviews .comment-form {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: var(--blog-space-y, 30px);
}
.woocommerce-Reviews .comment-form input,
.woocommerce-Reviews .comment-form .form-control {
  background-color: var(--white-color);
}
.woocommerce-Reviews .comment-form .blog-inner-title {
  margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-bottom: 40px;
}
.woocommerce-Reviews .post-comment {
  padding: 40px !important;
  margin-bottom: 24px;
  background: var(--white-color);
  border: 0 !important;
  margin-bottom: 0;
}
.woocommerce-Reviews .post-comment .name {
  margin-bottom: 3px;
}
.woocommerce-Reviews .post-comment .commented-on {
  margin-bottom: 12px;
}
.woocommerce-Reviews .post-comment .text {
  margin-bottom: -0.5em;
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .post-comment {
    padding: 30px !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-Reviews .comment-form {
    padding: 40px 20px;
  }
}
.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-inner-list li {
  position: relative;
  padding-left: 15px;
}
.product-inner-list li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.share-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 8px;
}
.share-title i {
  color: var(--theme-color);
}

.product-slider-wrap {
  background-color: var(--smoke-color3);
  text-align: center;
  border-radius: 6px;
  height: 100%;
  padding: 0 0 50px;
}
.product-slider-wrap .product-thumb {
  padding-top: 100px;
}
.product-slider-wrap .product-indicator {
  display: inline-flex;
  gap: 15px;
  margin-top: 40px;
}
.product-slider-wrap .product-indicator .indicator-btn {
  z-index: 99;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  width: 87px;
  height: 87px;
  display: inline-block;
  line-height: 85px;
  cursor: pointer;
  border: 1px solid var(--white-color);
}
.product-slider-wrap .product-indicator .indicator-btn.active {
  border: 1px solid var(--theme-color);
}
.product-slider-wrap .product-indicator .indicator {
  display: none;
}

.summary-content,
.product-about {
  padding-left: 24px;
}
.summary-content .product-title,
.product-about .product-title {
  margin: -0.2em 0 15px 0;
  font-weight: 500;
  font-size: 36px;
}
.summary-content > .price,
.product-about > .price {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color);
  display: block;
  margin-bottom: 25px;
  margin-right: 10px;
  font-family: var(--title-font);
  line-height: inherit;
}
.summary-content > .price del,
.product-about > .price del {
  color: #D3D3D3;
  font-weight: 400;
  margin-left: 13px;
}
.summary-content .product-rating,
.product-about .product-rating {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  position: relative;
  top: 2px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-bottom: 25px;
}
.summary-content .product-rating .star-rating,
.product-about .product-rating .star-rating {
  width: 80px;
  font-size: 12px;
  margin-right: 8px;
}
.summary-content .product-rating .star-rating span:before,
.product-about .product-rating .star-rating span:before {
  color: var(--theme-color);
}
.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
  color: var(--body-color);
}
.summary-content .checklist,
.product-about .checklist {
  margin: 30px 0 40px 0;
}
.summary-content .checklist li,
.product-about .checklist li {
  font-weight: 400;
}
.summary-content .actions,
.product-about .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 33px 0 27px 0;
  align-items: center;
}
.summary-content .actions .btn,
.product-about .actions .btn {
  padding: 18px 30px;
}
.summary-content .actions .btn .btn-icon,
.product-about .actions .btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}
.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
  border-color: var(--border-color);
}
.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.summary-content .share,
.product-about .share {
  margin-top: 25px;
}
.summary-content .social-btn a,
.product-about .social-btn a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--border-color);
  border-radius: 0;
}
.summary-content .social-btn a:hover,
.product-about .social-btn a:hover {
  border-color: var(--theme-color);
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 10px;
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}
.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
}
.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.summary-content .quantity,
.product-about .quantity {
  position: relative;
  background: var(--title-color);
  border-radius: 5px;
  margin-right: 0px;
  height: 50px;
}
.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: var(--white-color);
  text-align: center;
  font-weight: 500;
  border-left: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
}
.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
  color: var(--white-color);
  background-color: transparent;
  right: 21px;
  border: none;
  line-height: 50px;
}

.product-details .comments-wrap {
  margin-top: 0;
}
.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

.product-inner-title {
  font-size: 32px;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 7px 0;
  margin: 0 0 30px 0;
}

.related-product-wrapper {
  padding-top: 115px;
}

.woosq-product .thumbnails img {
  padding: 10px;
}

.woosq-product .thumbnails .slick-dots {
  bottom: auto;
  margin-top: 30px;
}
.woosq-product .thumbnails .slick-dots li ~ li {
  margin-left: 5px;
}
.woosq-product .thumbnails .slick-dots li button {
  background: var(--theme-color);
  position: relative;
}
.woosq-product .thumbnails .slick-dots li button:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 14px;
  left: 14px;
}

#woosq-popup .single-product .product .tinvwl-shortcode-add-to-cart {
  display: none;
}

.mfp-woosq .mfp-close {
  width: 44px;
  height: 44px;
  line-height: initial;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .product.list-view .product-img {
    max-width: 150px;
  }
  .woocommerce-Reviews .post-comment {
    display: block;
  }
  .woocommerce-Reviews .post-comment .comment-avater img {
    width: auto;
    margin: 0 0 30px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .product-thumb-tab {
    --thumb: 100px;
    margin-left: -40px;
  }
  .product-thumb-area {
    margin-right: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .shop-sort-bar select {
    min-width: auto;
  }
  .summary-content,
  .product-about {
    padding-left: 0;
    margin-top: 35px;
  }
  .summary-content .actions, .product-about .actions {
    margin: 0;
  }
  .product-big-img .img {
    height: 540px;
  }
  .product-slider-wrap .product-indicator .indicator-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .product-slider-wrap {
    padding: 0 0 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .product-big-img {
    margin-bottom: 40px;
    margin-left: 50px;
  }
  .product-thumb-tab {
    margin-left: -10px;
  }
  .product-box.list-view .product-img {
    max-width: 150px;
  }
  .shop-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .shop-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .shop-sort-bar .nav a:last-child:before {
    display: none;
  }
  .woosq-product > .product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px;
  }
  .woocommerce-Reviews .comment-item ~ .comment-item {
    margin-top: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .shop-sort-bar {
    text-align: center;
  }
  .shop-sort-bar .nav {
    justify-content: center;
  }
  .shop-sort-bar .single-select,
  .shop-sort-bar select {
    margin: 0 auto;
    width: 100%;
  }
  .shop-sort-bar .woocommerce-result-count {
    padding-left: 0;
  }
  .product-box.list-view .product-img {
    max-width: 130px;
  }
  .product-box.list-view .actions {
    --btn-size: 30px;
    --btn-font-size: 10px;
    --icon-gap-x: 2px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .product-about .actions {
    gap: 15px 15px;
  }
  .product-thumb-tab {
    --thumb: 74px;
    --gap: 6px;
  }
  .product-thumb-tab .tab-btn {
    border-radius: 6px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product-thumb-tab .indicator {
    border-radius: 6px;
  }
  .product-big-img {
    margin-left: 28px;
  }
  .product-big-img .img {
    height: 370px;
  }
  .summary-content .product-title, .product-about .product-title {
    font-size: 32px;
  }
  .summary-content > .price, .product-about > .price {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .product-tab-area {
    margin-top: 40px;
  }
  .product-tab-style1 {
    border: 0;
    gap: 15px;
  }
  .product-tab-style1 .nav-link:after {
    bottom: -4px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .product.list-view .product-img {
    max-width: 130px;
  }
  .product-slider-wrap .product-indicator .indicator-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .product-slider-wrap .product-indicator {
    gap: 10px;
  }
  .summary-content .product-title, .product-about .product-title {
    font-size: 28px;
  }
}
/*------------------- 4.00. Portfolio -------------------*/
/* Gallery 1 ---------------------------------- */
.portfolio-area-1 {
  padding: 239px 0 180px;
  clip-path: ellipse(110% 100% at 50% 100%);
  background-position: bottom;
}

.gallery-card {
  position: relative;
  border-radius: 20px;
}
.gallery-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--theme-color);
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  transition: 0.4s;
  opacity: 0;
}
.gallery-card .gallery-img {
  position: relative;
}
.gallery-card .gallery-img img {
  border-radius: 20px;
}
.gallery-card .gallery-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px;
  border-radius: 10px;
  padding: 40px;
  transition: 0.4s;
  opacity: 0;
}
.gallery-card .gallery-content_subtitle {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 500;
  margin-top: -0.3em;
  margin-bottom: 5px;
}
.gallery-card .gallery-content_title {
  font-weight: 500;
  font-size: 24px;
  color: var(--title-color);
  margin-bottom: -0.3em;
}
.gallery-card .gallery-content .icon-btn {
  --btn-size: 50px;
  background: #FFFFFF;
  border: 1px solid rgba(237, 237, 237, 0.89);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .gallery-card .gallery-img img {
    width: 100%;
  }
}
/* Flip Slider --------------------------------------*/
.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: rotateY(45deg) scale(0.8);
  transform: rotateY(0deg) scale(0.8);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: rotateY(-45deg) scale(0.8);
  transform: rotateY(0deg) scale(0.8);
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) rotateY(40deg) scale(0.65);
  transform: translateX(150%) rotateY(0deg) scale(0.8);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
  transform: translateX(-150%) rotateY(0deg) scale(0.8);
}

.flipster__item--current .gallery-card:after {
  opacity: 1;
}
.flipster__item--current .gallery-card .gallery-content {
  opacity: 1;
}

.flip-gallery {
  overflow: hidden;
}
.flip-gallery-area {
  position: relative;
}
.flip-gallery .flipster__nav {
  display: none;
}
.flip-gallery .flipster__nav__item--current .flipster__nav__child {
  display: none;
}
.flip-gallery .flipster__button {
  top: 46%;
}

.flipster__button {
  height: 115px;
  width: 115px;
  line-height: 115px;
  border: 0;
  font-size: 30px;
  background-color: var(--title-color);
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  color: var(--white-color);
  transition: 0.4s;
}
.flipster__button:after {
  content: "";
  position: absolute;
  right: 47px;
  top: 50%;
  width: 22px;
  height: 3px;
  transform: translateY(-1px);
  background: var(--white-color);
}
.flipster__button svg {
  max-width: 20px;
  stroke-width: 2px;
  margin-top: -5px;
}
.flipster__button--prev {
  left: 21%;
}
.flipster__button--prev svg {
  margin-right: 20px;
}
.flipster__button--next {
  right: 21%;
}
.flipster__button--next svg {
  margin-left: 20px;
}
.flipster__button:hover {
  background: var(--theme-color);
}

@media (max-width: 1600px) {
  .flip-gallery-area {
    margin: 0 100px;
  }
  .flipster--carousel .flipster__item--past-1 .flipster__item__content {
    transform: rotateY(0deg) scale(0.7) translateX(76px);
  }
  .flipster--carousel .flipster__item--future-1 .flipster__item__content {
    transform: translateX(-53px) rotateY(0deg) scale(0.7);
  }
  .flipster--carousel .flipster__item--past-2 .flipster__item__content {
    transform: translateX(144%) rotateY(0deg) scale(0.7);
  }
  .flipster--carousel .flipster__item--future-2 .flipster__item__content {
    transform: translateX(-144%) rotateY(0deg) scale(0.7);
  }
  .flipster__button--prev {
    left: 9.8%;
  }
  .flipster__button--next {
    right: 9.8%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .portfolio-area-1 {
    clip-path: ellipse(130% 100% at 50% 100%);
  }
  .flipster--carousel .flipster__item--past-1 .flipster__item__content {
    transform: rotateY(0deg) scale(0.7) translateX(190px);
  }
  .flipster--carousel .flipster__item--future-1 .flipster__item__content {
    transform: translateX(-132px) rotateY(0deg) scale(0.7);
  }
  .flipster--carousel .flipster__item--past-2 .flipster__item__content {
    transform: translateX(134.8%) rotateY(0deg) scale(0.7);
  }
  .flipster--carousel .flipster__item--future-2 .flipster__item__content {
    transform: translateX(-134.8%) rotateY(0deg) scale(0.7);
  }
  .flipster__button--prev {
    left: 4.8%;
  }
  .flipster__button--next {
    right: 4.8%;
  }
  .portfolio-area-1 {
    padding: 239px 0 150px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .flip-gallery-area {
    margin: 0 50px;
  }
  .flipster__button {
    height: 85px;
    width: 85px;
    line-height: 85px;
  }
  .flipster__button:after {
    right: 30px;
  }
  .flipster__button--prev svg {
    margin-right: 13px;
  }
  .flipster__button--prev {
    left: 6.2%;
  }
  .flipster__button--next {
    right: 6.2%;
  }
  .flipster__button--next:after {
    right: 33px;
  }
  .flipster__button--next svg {
    margin-left: 13px;
  }
  .portfolio-area-1 {
    padding: 195px 0 150px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .flipster--carousel .flipster__item--past-1 .flipster__item__content {
    transform: rotateY(0deg) scale(0.7) translateX(290px);
  }
  .flipster--carousel .flipster__item--future-1 .flipster__item__content {
    transform: translateX(-203px) rotateY(0deg) scale(0.7);
  }
  .flipster--carousel .flipster__item--past-2 .flipster__item__content {
    transform: translateX(126.7%) rotateY(0deg) scale(0.7);
  }
  .flipster--carousel .flipster__item--future-2 .flipster__item__content {
    transform: translateX(-126.7%) rotateY(0deg) scale(0.7);
  }
  .flipster__button--next {
    right: 0;
  }
  .flipster__button--prev {
    left: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .portfolio-area-1 {
    clip-path: ellipse(160% 100% at 50% 100%);
  }
  .flipster--carousel .flipster__item--past-2 .flipster__item__content,
  .flipster--carousel .flipster__item--future-2 .flipster__item__content,
  .flipster--carousel .flipster__item--past-1 .flipster__item__content,
  .flipster--carousel .flipster__item--future-1 .flipster__item__content {
    transform: scale(0);
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .portfolio-area-1 {
    padding: 155px 0 120px;
  }
  .flip-gallery-area {
    margin: -65px 20px;
  }
  .flipster--carousel .flipster__item--current .flipster__item__content {
    transform: translateX(0) rotateY(0deg) scale(0.8);
  }
  .flipster__button {
    height: 75px;
    width: 75px;
    line-height: 75px;
  }
  .flipster__button--prev {
    left: -28px;
  }
  .flipster__button--next {
    right: -28px;
  }
  .flipster__button:after {
    right: 27px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .portfolio-area-1 {
    clip-path: ellipse(190% 100% at 50% 100%);
  }
  .flipster--carousel .flipster__item--current .flipster__item__content {
    transform: translateX(-35px) rotateY(0deg) scale(0.6);
  }
  .flipster__button {
    display: none;
  }
  .gallery-card .gallery-content_title {
    font-size: 34px;
  }
  .gallery-card .gallery-content_subtitle {
    font-size: 24px;
  }
  .gallery-card .gallery-content .icon-btn {
    --btn-size: 70px;
    font-size: 20px;
  }
  .flip-gallery-area {
    margin: -131px 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .flip-gallery-area {
    margin: -82px 0px;
  }
  .flipster--carousel .flipster__item--current .flipster__item__content {
    transform: translateX(-50px) rotateY(0deg) scale(0.55);
  }
  .gallery-card .gallery-content .icon-btn {
    flex: none;
  }
  .flip-gallery-area {
    margin: -118px 0px -82px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .flipster--carousel .flipster__item--current .flipster__item__content {
    transform: translateX(-43px) rotateY(0deg) scale(0.55);
  }
  .gallery-card .gallery-content {
    margin: 40px;
  }
}
@media (max-width: 320px) {
  .flipster--carousel .flipster__item--current .flipster__item__content {
    transform: translateX(-37px) rotateY(0deg) scale(0.55);
  }
  .flip-gallery-area {
    margin: -86px 0px -82px;
  }
}
.portfolio-slider2 {
  transform: translate(0, 227px);
  margin-top: -227px;
  margin-bottom: 227px;
  padding: 0 25px;
}

.project-card {
  position: relative;
}
.project-card .project-img img {
  width: 100%;
}
.project-card .project-content {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  background: var(--white-color);
  margin: 30px;
  padding: 30px;
  transition: 0.4s;
  opacity: 0;
}
.project-card .project-content .project-subtitle {
  font-size: 16px;
  font-family: var(--body-color);
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 6px;
  margin-top: -0.3em;
}
.project-card .project-content .project-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -0.35em;
}
.project-card .project-content .project-title a {
  color: var(--title-color);
}
.project-card .project-content .project-title a:hover {
  color: var(--theme-color);
}
.project-card:hover .project-content {
  opacity: 1;
  bottom: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .project-card .project-content .project-title {
    font-size: 22px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .portfolio-slider2 {
    transform: translate(0, 185px);
    margin-top: -185px;
    margin-bottom: 185px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .portfolio-slider2 {
    transform: translate(0, 150px);
    margin-top: -150px;
    margin-bottom: 150px;
  }
  .project-card .project-content {
    margin: 25px;
    padding: 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .portfolio-slider2 {
    transform: translate(0, 270px);
    margin-top: -270px;
    margin-bottom: 270px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .portfolio-slider2 {
    transform: translate(0, 200px);
    margin-top: -200px;
    margin-bottom: 200px;
    padding: 0;
  }
}
.portfolio-thumb {
  position: relative;
}
.portfolio-thumb img {
  border-radius: 20px;
  width: 100%;
}
.portfolio-thumb .icon-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  background: var(--white-color);
  border-radius: 50%;
  color: var(--theme-color);
  height: 50px;
  width: 50px;
  line-height: 50px;
  opacity: 0;
  z-index: 1;
}
.portfolio-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: var(--theme-color);
  mix-blend-mode: multiply;
  z-index: 0;
  opacity: 0;
  transition: 0.4s;
}
.portfolio-thumb:hover .icon-btn, .portfolio-thumb:hover:after {
  opacity: 1;
}
.portfolio-thumb:hover .icon-btn {
  transform: translate(-50%, -50%);
}

/*****single-project-details-wrap*****/
.project-details-single-page .thumb {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.project-details-single-page .thumb img {
  width: 100%;
}
.project-details-single-page .thumb2 {
  border-radius: 15px;
  overflow: hidden;
}
.project-details-single-page .thumb2 img {
  width: 100%;
}

.project-details-content {
  background: var(--title-color);
  display: flex;
  justify-content: space-between;
  padding: 70px 60px;
  border-radius: 0 0 20px 20px;
  margin-bottom: 70px;
}

.single-project-details-wrap {
  display: flex;
  gap: 25px;
}
.single-project-details-wrap .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: var(--white-color);
  font-size: 22px;
  color: var(--theme-color);
  text-align: center;
  flex: none;
}
.single-project-details-wrap .subtitle {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 6px;
  margin-top: -0.3em;
}
.single-project-details-wrap .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--white-color);
  max-width: 180px;
  margin-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .project-details-content {
    padding: 50px 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .project-details-content {
    display: block;
  }
  .project-details-content .single-project-details-wrap ~ .single-project-details-wrap {
    margin-top: 30px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .project-details-content {
    padding: 40px 30px;
  }
}
/*------------------- 4.00. Schedule -------------------*/
.schedule-area-1 {
  clip-path: ellipse(195% 133% at 50% 137.9%);
}

.schedule-tab-1 .btn {
  margin: 0 3px;
}
.schedule-tab-1 .btn:before {
  transform: skewX(-10deg);
}
.schedule-tab-1 .btn.active:before {
  background: var(--theme-color);
}

.schedule-table {
  border: 0;
  max-width: 1304px;
  text-align: center;
  margin-bottom: 0;
}
.schedule-table thead th {
  border-top: 0;
  border-bottom: 0;
  padding: 21.5px 0;
  font-size: 14px;
  font-weight: 300;
  font-family: var(--title-font);
  color: var(--title-color);
}
.schedule-table thead th:last-child {
  border-right: 0;
}
.schedule-table thead th:first-child {
  border-left: 0;
}
.schedule-table tbody tr th {
  border-left: 0;
  font-size: 14px;
  font-weight: 300;
  font-family: var(--title-font);
  color: var(--title-color);
  min-width: 142px;
  vertical-align: middle;
  padding: 0 38px 0 15px;
}
.schedule-table tbody tr td {
  font-size: 14px;
  font-weight: 300;
  font-family: var(--title-font);
  color: var(--body-color);
  padding: 36.5px 27px;
  min-width: 147px;
  vertical-align: middle;
}
.schedule-table tbody tr td.active {
  background: var(--title-color);
}
.schedule-table tbody tr td.active span {
  color: var(--white-color);
}
.schedule-table tbody tr td span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
  min-width: 110px;
}
.schedule-table tbody tr td:last-child {
  border-right: 0;
}
.schedule-table tbody tr:last-child td,
.schedule-table tbody tr:last-child th {
  border-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .schedule-tab-1 .table-responsive {
    max-width: 1100px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .schedule-tab-1 .table-responsive {
    max-width: 940px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .schedule-tab-1 .table-responsive {
    max-width: 695px;
  }
  .schedule-tab-1 .filter-menu-active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .schedule-tab-1 .btn {
    margin: 6px 3px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .schedule-tab-1 .table-responsive {
    max-width: 515px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .schedule-tab-1 .table-responsive {
    max-width: 400px;
  }
  .schedule-tab-1 .filter-menu-active {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .schedule-tab-1 .table-responsive {
    max-width: 350px;
  }
}
@media (max-width: 320px) {
  .schedule-tab-1 .table-responsive {
    max-width: 295px;
  }
}
/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pt-105 {
  padding-top: 105px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.65rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.6rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space,
.space-top {
  /* padding-top: var(--section-space); */
}

.space,
.space-bottom {
  /* padding-bottom: var(--section-space); */
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
  .pb-105 {
    padding-bottom: 65px;
  }
  .pt-105 {
    padding-top: 65px;
  }
}
.fda-txt p {
    color: #c5c5c5;
    font-size: 15px;
}
.menu li a {
    padding: 5px 0;
    color: #bbbbbb;
}
.about{
    padding-top: 100px;
}
p.about-text {
    color: #bdbdbd;
}
#acceptCookie{
    padding: 22px 28px!important;
    height: 0!important;
    line-height: 2px;
}
.banner-p{
    width: 84%;
}

/************************************/

/* ----------------------------------------------------------------------------------------
Template: GymFit
 -----------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Carousel
4. About Us
5. Course
6. Trainer
7. video
8. Time Table
9. Gallery
10. footer
11. Pricing
12. Blog
13. footer
14. Inner page title
15. blog_seaction
16. Categories_blog
17. Recent Articles
18. schedule
19. blog page
21. Classes
22. Comeing Soon
23. contact
24. scroll to top
25. Blog_detail_page
-------------------------------------------------------------------*/

/* 
---------------------------------------------
FONTS
--------------------------------------------- 
*/
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/Lato-Hairline.woff2') format('woff2'),
        url('../fonts/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Black.woff2') format('woff2'),
        url('../fonts/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Thin.woff2') format('woff2'),
        url('../fonts/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraLight.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.woff2') format('woff2'),
        url('../fonts/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/Lato-Hairline.woff2') format('woff2'),
        url('../fonts/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* 
---------------------------------------------
body
--------------------------------------------- 
*/
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 0;
	background: none;
	color: #000000;
	margin: 20px 0 0 0;
	font-weight: 700;
	font-size: 4rem;
}
.btn-default.active, .btn-default:focus {
    outline: none;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	position: relative;
	line-height: 30px;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.6em;
	font-weight: 400;
	background: #fff;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #3b3b3b;
}
textarea {
	resize: none;
}
textarea:focus, input:focus, select:focus, a:focus, button:focus {
	outline: none;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.title {
	/*text-align: center;*/
	text-transform: capitalize;
	font-size: 40px;
	font-weight: lighter;
}
.aftertitle {
	max-width: 500px;
	font-size: 18px;
	font-weight: 500;
}
.no-padding {
	padding: 0;
}
.orange_text {
	color: #f27920;
}
.page_loader{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hidden {
	display: none;
}
.primary-btn {
	position: relative;
	left: 0;
	display: inline-block;
	overflow: hidden;
	background: #ffffff;
	color: #000000;
	/*padding: 25px 90px;*/
	padding: 17px 40px;
	text-transform: uppercase;
	border: 1px solid #000000;
	border-radius: 50px;
	font-weight: 500;
	transition-duration: 0.3s;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 0;
}

.primary-btn:hover:before, .primary-btn:focus:before, .primary-btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
	color: white;
}
.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ff7101;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	outline: none;
	border-radius: 50px;
	border-color: #ff7101 !important;
	color: #ffffff;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	min-height: 400px;
	overflow: hidden;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ee6c0c !important;
}
/* 
---------------------------------------------
Header
--------------------------------------------- 
*/
.main-menu .navbar-toggle {
	border: 1px solid #ff7101;
}
.main-menu .navbar-toggle .icon-bar {
	background: #ff7101;
}
.main-menu ul li.social_nav {
	display: none;
}
.main-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 999;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.main-header .header-top {
	position: relative;
	background: #000000;
	padding: 9px 0;
	border-bottom: 1px solid #ffffff91;
}
.page-wrapper .header-fixed .header-lower {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 555;
}
.main-header .header-lower {
	position: relative;
	background: #000;
	min-height: 80px;
	padding: 13px 0;
}
.header-lower .logo .logo_name, .main-footer .logo_name {
	color: #ff7101;
	font-weight: 800;
	font-size: 30px;
}

.navbar .navbar-toggler{
	border: 1px solid #ff7101;
	padding: 8px;
}

.navbar .navbar-toggler .icon-bar{
	background: #ff7101;
	display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar .navbar-toggler .icon-bar+.icon-bar{
	margin-top: 4px;
}

.header-lower .logo .logo_name .white_text, .main-footer .logo_name .white_text {
	color: #ffffff;
}
.main-header .header-top .top-left .fa {
	color: #ff7101;
	padding-right: 10px;
	font-size: 18px;
}
.main-header .header-top .top-left .phone, .main-header .header-top .top-left .email {
	line-height: 26px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.top-right .social .fa {
	color: #000000;
}
.top-right .social .txt {
	color: #ffffff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-right: 12px;
}
.top-right .social .circlei {
	padding: 3px 9px;
	background: #ffffff;
	border-radius: 30px;
	display: inline-block;
}
.top-right .social .circlei:hover, .top-right .social .circlef:hover {
	background: #ff7101;
}
.top-right .social .circlef {
	padding: 4px 10px;
	background: #ffffff;
	border-radius: 30px;
	margin-right: 10px;
	display: inline-block;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 40px;
}
.main-menu .nav li a {
	padding-bottom: 15px;
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
	opacity: 1;
	z-index: 2;
	transition: all 500ms ease;
	border-bottom: 2px solid transparent;
}
.main-menu .nav li a:hover, .main-menu .nav li.current a {
	border-bottom: 2px solid #ff7101;
	background-color: transparent;
	color:#fff;	
}
.main-header .header-lower .right-cont .search-btn:focus, .main-header .header-lower .right-cont .search-btn:active, .main-header .header-lower .right-cont .search-btn:hover, .main-header .header-lower .right-cont .search-btn:visited, .main-header .header-lower .right-cont .search-btn:focus-within {
 background-color: transparent;
 background: transparent;
}
.main-header .search-box .search-form {
	position: relative;
	float: right;
	max-width: 300px;
	overflow: hidden;
	background: rgba(9, 9, 9, 0.98);
}
.main-header .search-box {
	 position: absolute;
	padding: 15px 0;
	background: rgba(9, 9, 9, 0);
	color: #ffffff;
	display: none;
	max-width: 300px;
	right: 10px;
}
.main-header .search-box .form-group {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.main-header .search-box .form-group input[type="search"], .main-header .search-box .form-group input[type="text"] {
	position: relative;
	display: block;
	width: 100%;
	padding: 6px 40px 4px 15px;
	border: 2px solid #ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	background: none;
}
.main-header .search-box .form-group .search-submit {
	position: absolute;
	right: 1px;
	top: 0;
	width: 44px;
	height: 35px;
	background: #82b53f;
	display: block;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
}
.main-header .search-box .form-group .search-submit .fa {
	display: inline-block;
	position: relative;
	margin-left: 0;
}
/*search*/
.openBtn {
	background: #f1f1f1;
	border: none;
	padding: 10px 15px;
	font-size: 20px;
	cursor: pointer;
}
.openBtn:hover {
	background: #bbb;
}
#myOverlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
}
#myOverlay.animated {
	animation-duration: 300ms;
}
.overlay-content {
	position: relative;
	top: 46%;
	width: 45%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}
#myOverlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}
#myOverlay .closebtn:hover {
	color: #ccc;
}
#myOverlay input[type=text] {
	float: left;
	width: 80%;
	background: transparent;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	border-left: none;
	font-size: 30px;
	font-weight: 100;
	padding: 20px 38px 20px 2px;
	text-transform: capitalize;
	background: transparent;
	line-height: 40px;
	color: #fff;
}
#myOverlay button {
	float: left;
	padding: 15px;
	background: transparent;
	font-size: 30px;
	border: none;
	cursor: pointer;
	color: #ffffff;
	padding-top: 35px;
	padding-left: 20px;
}

/* 
---------------------------------------------
Carousel
--------------------------------------------- 
*/
.slider .carousel-control.left {
	background-image: none;
	position: absolute;
	top: 40%;
	margin-top: -16px;
	outline: 0;
	text-indent: -9999px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	line-height: 200%;
	text-indent: 0;
	text-transform: uppercase;
	width: 8px;
	word-wrap: break-word;
	z-index: 1;
	left: 50px;
	opacity: 0.4;
	transition: 0.3s all;
}
.slider .carousel-control.right {
	background-image: none;
	position: absolute;
	top: 40%;
	margin-top: -16px;
	outline: 0;
	text-indent: -9999px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	line-height: 200%;
	text-indent: 0;
	text-transform: uppercase;
	width: 8px;
	word-wrap: break-word;
	z-index: 1;
	right: 50px;
	opacity: 0.4;
	transition: 0.3s all;
}

.slider .carousel-control.right:hover,
.slider .carousel-control.left:hover{
	opacity: 1;
	transition: 0.3s all;
}
.slider .item h2, .slider .item p, .slider .item span {
	color: #ffffff;
}
.slider .item p {
	font-size: 20px;
	max-width: 700px;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}
.slider .item h2, .slider .item p {
	margin-bottom: 50px;
	font-weight:400;
}
.slider .slide::after {
	background: url(../images/triangle-bg.png) no-repeat;
	background-size: 100% 214px;
	bottom: -1px;
	content: "";
	height: 214px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.carousel-inner{
	position: unset !important;
}
.slider .carousel-indicators {
	bottom: 130px;
	align-items: center;
}
.fade-carousel {
	position: relative;
	height: 120vh;
}
.fade-carousel .carousel-inner .item {
	height: 120vh;
}
.fade-carousel .carousel-indicators > li.active {
	margin: 0 2px;
	background-color: transparent;
	border: 1px solid#ff7101;
	opacity: .7;
	width: 20px;
	border-radius: 100%;
	height: 20px;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: transparent;
	border: 1px solid transparent;
	opacity: .7;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}
.fade-carousel .carousel-indicators > li.active p {
	width: 12px;
	height: 12px;
	background: #ffffff;
	text-align: center;
	margin: 4px;
	border-radius: 30px;
	opacity: 1;
}
.fade-carousel .carousel-indicators > li p {
	width: 12px;
	height: 12px;
	background: #ffffff;
	text-align: center;
	margin: 3px;
	border-radius: 30px;
	opacity: 0.7;
}
.slider .carousel-indicators > li.active:after {
	background-image: url(../images/active.png);
}
.fade-carousel .carousel-indicators .active {
	background-color: transparent;
}
.fade-carousel .carousel-indicators > li.active.first span {
	height: 43px;
}
.fade-carousel .carousel-indicators > li.active.sec span {
	height: 34px;
	display: block;
	margin-left: 10px;
}
.fade-carousel .carousel-indicators > li.active span {
	width: 1px;
	height: 40px;
	color: #ff7101;
	position: absolute;
	background: #ff7101;
	top: 21px;
	z-index: 8;
}
.fade-carousel .carousel-indicators > li.active.last span {
	height: 37px;
}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	position: absolute;
	top: 45%;
	left: 35%;
	z-index: 3;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
	font-size: 6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 1.5s all ease-in-out .1s;
	-moz-transition: 1.5s all ease-in-out .1s;
	-ms-transition: 1.5s all ease-in-out .1s;
	-o-transition: 1.5s all ease-in-out .1s;
	transition: 1.5s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 1.5s all ease-in-out .1s;
	-moz-transition: 1.5s all ease-in-out .1s;
	-ms-transition: 1.5s all ease-in-out .1s;
	-o-transition: 1.5s all ease-in-out .1s;
	transition: 1.5s all ease-in-out .1s;
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #080d15;
	opacity: .7;
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
	padding: 20px 60px;
}
.btn.btn-hero{
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
	outline: none;
	margin: 0;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 900;
	cursor:pointer;
}
.hero .btn-hero:hover {
	border-color: #ff7101 !important;
	background-color:#ff7101;
	color:#fff;
	transition:all ease 0.5s 0s;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 120vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
	background-image: url(../images/bg1.jpg);
}
.fade-carousel .slides .slide-2 {
	background-image: url(../images/bg2.jpg);
}
.fade-carousel .slides .slide-3 {
	background-image: url(../images/bg3.jpg);
}
.item.slides:before {
    background: rgba(0, 0, 0, 1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}


/********************************/
/*          Media Queries       */
/********************************/
/* @media (min-width: 980px) and (max-width: 1200px) {
.hero {
	width: 980px;
	left: 60%;
}
} */
@media screen and (max-width: 640px) {
.hero h1 {
	font-size: 4em;
}
}

/* 
---------------------------------------------
About Us
--------------------------------------------- 
*/
.about_sec {
    position: relative;
    padding: 60px 0 60px;
    background: #ffffff;
}
.abt_left .img-wrap {
	display: flex;
}
.abt_left .img-wrap img:last-child {
	margin: 20px 0 0 6px;
}
.about_sec .abt_right .title {
	color: #000;
	display: block;
	font-size: 40px;
	font-weight: lighter;
	line-height: 100%;
	margin-bottom: 25px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
}
.caption-wrap h1::before, h2.title:before {
	background: url(../images/title-bg.png) no-repeat;
	content: "";
	height: 191px;
	left: -34px;
	position: absolute;
	top: -26px;
	width: 189px;
	z-index: -1;
}
div h2.title, div h2.title span {
	color: #000000;
}
.caption-wrap span, h2.title span {
	color: #5e5e5e !important;
	display: block;
	font-size: 20px;
	font-weight: 800;
	line-height: 110%;
	margin-bottom: 0;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	text-align: center;
}
.abt_right p {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 20px;
	font-weight:500;
}
.abt_right a.primary-btn {
	color: #000;
	margin-top: 20px;
	margin-bottom: 0;
}
.abt_right a.primary-btn:hover {
	color: #ffffff;
	border:1px solid #fc7001;
	background-color:#fc7001;
	transition:all ease 0.5s 0s;
}

/* 
---------------------------------------------
Course
--------------------------------------------- 
*/

.course_sec {
	margin-bottom: 60px;
	padding: 100px 0 24px;
	background: #5b00c9;
	position: relative;
}
.bann-img2 img{
    position: absolute;
    height: auto;
    width: 300px;
    right: 20%;
    bottom: 0;
}
.course_sec .title, .course_sec .title span {
	color: #fff;
}
h2.title {
	margin-bottom: 74px;
	font-size: 40px;
	font-weight: lighter;
}
.Trainer_sec h2.title, .timetable_sec h2.title {
	margin-bottom: 30px;
	font-weight:400;
}
.course_sec a:hover {
	color: #f41e1e;
	cursor: default;
}
.course-list ul li a:hover .slass-img:after, .course-list ul li a:hover .slass-img span, .trainers-list ul li:hover .trainer-img-wrap:after, .trainers-list ul li:hover .trainer-img .footer-social {
	opacity: 1;
}
h2.title {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	line-height: 7rem;
}
a, a:before, a:after {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.slass-img, .trainer-img-wrap {
	position: relative;
	overflow: hidden;
}
.slass-img span, .trainer-img .footer-social {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	left: 50%;
	opacity: 0;
	position: absolute;
	text-decoration: underline;
	text-transform: uppercase;
	top: 50%;
	display: none;
	z-index: 10;
	transition: all ease 0.5s 0s;
	width: 100%;
}
.Trainer_sec .item:hover .footer-social {
	display: block;
	transition: all ease 0.5s 0s;
}
.Trainer_sec .item:hover .footer-social ul {
	left: -25%;
}
.slass-img span i {
	font-size: 30px;
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -5px;
}
.course_sec a:hover h3 {
	color: #fc7001;
}
/*.course_sec a:hover .slass-img:after, .trainer-img-wrap:after, .slass-img:after {
	background-color: rgba(252, 112, 1, 0.5);
	bottom: 0;
	content: "";
	display: block;
	left: 60px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: -100px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	width: 500px;
	z-index: 1;
}*/
/*.slass-img::after, .trainer-img-wrap::after{
	left: -85px;
	top: -72px;
	width: 750px;
}*/

.course-list ul li {
	float: left;
	margin-right: 3%;
	margin-bottom: 60px;
	text-align: center;
	width: 30.3%;
}
.course-list ul li a, .trainer-img {
	position: relative;
	display: block;
}
.course-list ul li a::before, .trainer-img:before, .blog_sec .item a:before {
	background-color: #fc7001;
	content: "";
	height: 150px;
	left: 32px;
	position: absolute;
	top: -48px;
	transform: rotate(45deg);
	width: 5px;
}
.course-list ul li h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-top: 27px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.course_sec .view-all {
	position: absolute;
	right: 0;
	top: 48px;
	z-index: 1;
}
.course_sec .view-all a:hover {
	color: #fff;
}
.course_sec .view-all a {
	color: #fc7001;
}
.view-all a {
	color: #fff;
	font-size: 20.2px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.course_sec .container {
	position: relative;
}

.img_course1 {
	position: relative;
	/* -webkit-clip-path: polygon(18.3% 0, 100% 0, 100% 100%, 0 100%, 0 29%); */
	/* clip-path: polygon(18.3% 0, 100% 0, 100% 100%, 0 100%, 0 29%); */
}

.img_course1 img{
	width: 100%;
}

.img_course1:before {
    background-color: rgb(244 30 30 / 31%);
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 100%;
    transition:all ease 0.5s 0s;
}
.course_box1:before {
    background-color: #fc7001;
    content: "";
    height: 105px;
    left: 27px;
    position: absolute;
    top: -23px;
    transform: rotate(45deg);
    width: 5px;
    display: none;
}
.inner_classes .course_box1:before {
    background-color: #fc7001;
    content: "";
    height: 105px;
    left: 41px;
    position: absolute;
    top: -13px;
    transform: rotate(45deg);
    width: 5px;
}
#filter_box {
    text-align: center;
    list-style: none;
    width: -moz-max-content;
    border-radius: 30px;
    margin: auto;
    width: max-content;
}
#filter_box li {
    display: inline;
    margin: 2px;
    background: #f3f3f3;
    padding: 10px 10px;
    border-radius: 30px;
}
#filter_box li:hover {
    background: #ff7000;
}
#filter_box a:hover {
    color: #fff;
    transition: all ease 0.5s 0s;
}
.inner_classes a.course_read {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    opacity: 0;
}

.course_box1{
	position: relative;
	padding: 10px;
}

#filter_box {
    text-align: center;
    list-style: none;
    width: -moz-max-content;
    border-radius: 30px;
    margin: auto;
}
.course_box1:hover .img_course1:before{
	opacity:1;
}
.course_con1 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}
.course_box1:hover .course_con1 h3{
	color:#fc7001;
}
.img_course1 {
    max-width: 100%;
}
a.course_read {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
	opacity:0;
}
.course_box1:hover a.course_read{
	opacity:1;
}
.course_box1:hover a:hover.course_read{
	color:#fff;
	cursor:pointer;
	opacity:0.8;
}
.course_sec_img {
    float: left;
    position: absolute;
    left: -29px;
}
.course_sec_title h2 {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
}
.course_sec_title p {
    font-size: 5rem;
    color: #fff;
    font-weight: 700;
    text-transform:uppercase;
    margin-top: 12px;
    font-family: "Unbounded", sans-serif;
    line-height: 6rem;
}
.title_box_course {
    margin-bottom: 80px;
}
.view_all a{
	font-size:20px;
	color:#fc7001;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:0.5px;
	text-decoration:underline;
}
.view_all {
    margin-top: 190px;
}
.trainer_icon {
  text-align: center;
  list-style: none;
}

.trainer_icon li {
  display: inline;
  border: 3px solid black;
  margin: 2px;
  padding: 5px;
  background: #666;
}

.trainer_icon a {
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
}
/* 
---------------------------------------------
Trainer
--------------------------------------------- 
*/
.Trainer_sec {
	position: relative;
	margin-bottom: 40px;
}
.Trainer_sec .owl-theme .owl-dots {
	margin-top: 0;
}
.title-right {
	clear: both;
	float: right;
	margin-bottom: 48px;
}
.Trainer_sec .title-right {
    margin-bottom: 40px;
}
.Trainer_sec .trainers-list img {
	margin-top: 1px;
}
.Trainer_sec .trainers-list .item {
	margin: 30px auto;
	margin-left: 16px;
}
.trainers-list .owl-carousel {
	display: block;
}
.trainers-list ul li {
	margin-bottom: 0;
}
.Trainer_sec .container {
	position: relative;
}
.Trainer_sec .container .view-all {
	position: absolute;
	z-index: 1;
	top: 130px;
}
.Trainer_sec .container .view-all a {
	color: #fc7001;
}
.Trainer_sec .owl-carousel .owl-stage-outer {
	width: 100%;
}
.trainer-img .footer-social ul li {
	float: left;
	width: auto;
}
.footer-social ul li {
	display: inline-block;
	float: none;
	margin-right: 5px;
	vertical-align: top;
}
.trainer-img .footer-social ul li a i {
	background-color: #fff;
	border-radius: 50%;
	color: #fc7001;
}
.footer-social ul li a i {
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	text-align: center;
}
.trainer-desc span.trainer-name {
	color: #fc7001;
	font-size: 30px;
	margin: 27px 0 14px;
}
.trainer-desc span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.trainer-desc span.trainer-designation {
	color: #000;
	font-size: 16px;
}
.img_trainer{
    -webkit-clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 13.7%);
    clip-path:polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 13.7%);
}
.img_trainer:before {
    background-color: rgba(252, 112, 1, 0.5);
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 100%;
	transition:all ease 0.5s 0s;
}
.trainer_box:before {
    background-color: #fc7001;
    content: "";
    height: 110px;
    left: 48px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 5px;
}
.trainer_box:hover .img_trainer:before{
	opacity:1;
}
.trainer_con h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
	color:#fc7001;
	text-align:center;
	text-transform:uppercase;
}
.trainer_con p{
	font-size:16px;
	line-height:25px;
	color:#000000;
	font-weight:600;
	text-align:center;
	margin-top:10px;
	text-transform:uppercase;
}
.trainer_box:hover .footer-social1{
	opacity:1;
}

/* 
---------------------------------------------
video 
--------------------------------------------- 
*/
.video_sec .container-fluid {
    padding: 190px;
    padding-bottom: 190px;
    text-align: center;
    z-index: 100;
}
.video_sec .container-fluid .row h2 {
	text-transform: uppercase;
	font-weight: 800;
	color: #ffffff;
	padding-top: 35px;
	margin-bottom: 40px;
}
.video_sec .container-fluid .row .orange_text {
	color: #f27920;
}
.video_sec {
	background: url(../images/video_bg.png) no-repeat fixed center;
	background-size: cover;
}

.video_sec h2 {
	font-size: 50px;
}
.video_sec a.primary-btn {
	border: 1px solid #ffffff;
	font-size: 20px;
	padding: 20px 60px;
	border-radius: 50px;
	color: #ffffff;
	transition: all ease 0.5s 0s;
}
.video_sec a.primary-btn:hover {
	border: 1px solid #fc7001;
	background-color:#fc7001;
	color:#fff;
	transition: all ease 0.5s 0s;
}
/***** MODAL PROPERTIES *****/

.player {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,1) 100%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,1) 100%);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.player__video {
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.js--show-video {
	opacity: 1;
}
.video-filler {
	display: block;
	width: 100%;
}
.video-close {
	position: absolute;
	z-index: 0;
	top: 0;
	right: -30px;
	padding: 5px 10px;
	border: none;
	outline: none;
	border-radius: 0 50% 50% 0;
	cursor: pointer;
	font-size: 24px;
	color: #ee6c0c;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,.75);
}
.video-iframe {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 
---------------------------------------------
Time Table
--------------------------------------------- 
*/
#timetable li{
	margin-bottom: 15px;
}
.timetable_sec {
    position: relative;
    margin-bottom: 60px;
    margin-top: 90px;
}
.timetable_sec .table-responsive {
	display: none;
}
.timetable_sec .table-responsive.active {
	display: inline-block;
	margin-top: 30px;
}

.ampmtime .ampm {
    border-radius: 50px;
    margin-top: 20px;
    float: right;
}
.ampmtime .ampm a{
	background-color: transparent;
    border: 1px solid #fc7001 !important;
    border-radius: 50px !important;
    padding: 16px 70px !important;
    display: block;
    text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 900;
    float: right;
    color: #000;
    transition: all ease 0.5s 0s;
}
.ampmtime .ampm:hover{
	background-color:#fc7001;
	transition:all ease 0.5s 0s;
}
.ampmtime .ampm:hover a{
	color:#fff !important;
}
.time_box .ampmtime .ampm {
	margin-left: 20px;
}
.timetable_sec .nav-tabs>li.active>a, .timetable_sec .nav-tabs>li.active>a:focus, .timetable_sec .nav-tabs>li.active>a:hover {
	color: #ffffff;
	cursor: pointer;
	background-color: transparent;
	border: none;
	border-bottom-color: transparent;
}
.timetable_sec .nav-tabs>li>a:hover, .timetable_sec .nav>li>a:focus, .timetable_sec .nav>li>a:hover {
	border-color: transparent;
	text-decoration: none;
	background-color: transparent;
	border: none;
}
.timetable_sec .nav-tabs>li>a {
	margin-right: 0;
	line-height: inherit;
	border-radius: 0;
	color: #000;
	border: none;
	padding: 0;
}
.ampmtime .ampm.active {
	background-color: #fc7001;
	color: #ffffff;
}
.ampmtime .ampm:hover {
	cursor: pointer;
}

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #333;
	width: 100%;
}
ul.tabs li {
    border: 1px solid #fc7001 !important;
    border-radius: 50px !important;
    padding: 15px 60px !important;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    float: right;
    color: #000;
    transition: all ease 0.5s 0s;
}
ul.tabs li:last-child{
	margin-bottom: 0;
}
.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
	background-color: #fc7001;
	color: #fff;
	cursor:pointer;
}
ul.tabs li.active {
	background-color: #fc7001;
	color: #fff;
	display: block;
}
.tab_container {
	border: 1px solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	display: none;
}
.contnet-table {
	padding: 30px 0 0;
    display: inline-block;
    width: 100%;
}
@media screen and (max-width: 480px) {
/*.tabs {
	display: none;
}*/
.tab_drawer_heading {
	background-color: #ccc;
	color: #fff;
	border-top: 1px solid #333;
	margin: 0;
	padding: 5px 20px;
	display: block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.d_active {
	background-color: #666;
	color: #fff;
}
}
.inner_timetable .ampmtime.nav-tabs {
    text-align: right;
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 30px;
}
.inner_timetable ul.tabs li {
    margin-left: 20px;
}

/* 
---------------------------------------------
Gallery
--------------------------------------------- 
*/
.gallery .item {
	transition: all 0.5s ease 0s;
	position: relative;
}
.gallery .item a {
	display: block;
}
.gallery .item a img {
	width: 100%;
	filter: grayscale(100);
}
.gallery .item a i {
	position: absolute;
	font-size: 50px;
	color: #fff;
	cursor: pointer;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: 5;
}
.gallery .item:hover a img {
	filter: grayscale(0);
}
.gallery .item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #ff770b;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: 4;
}
.gallery .item:hover:before {
	opacity: 0.5;
}
.gallery .item:hover a i {
	opacity: 1;
}
figcaption {
	display: none;
}
.gallery {
    margin-bottom: -10px;
}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button {
    margin: 7px;
    padding: 10px 20px 10px 20px;
    background: #f3f3f3;
    border: none;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.filter-button:hover{
    background: #ff7101;
	color:#fff;
   transition: all ease 0.5s 0s;
}
.filter-button:active{
    background: #ff7101;
	color:#fff;
	transition: all ease 0.5s 0s;
	outline: none !important;
}
.port-image{
    width: 100%;
}
.img_course1 {
    /* -webkit-clip-path: polygon(18.3% 0, 100% 0, 100% 100%, 0 100%, 0 28.6%); */
    /* clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 28.6%); */
}
section.inner_classes {
    margin-top: 60px;
	min-height:1000px;
}
.inner_classes .course_con1 h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
    color: #272727;
    text-align: center;
    text-transform: uppercase;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/

.blog_sec {
	position: relative;
	margin: 100px 0 20px;
}
.blog_sec1 {
    margin: 100px 0 20px;
}
.blog_sec .blog_list ul li p.blog-title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	color: #000000;
}
.blog_sec .blog_list ul li p {
	color: #757575;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: left;
}
.blog_sec .blog_list img {
	margin-top: 1px;
}
.blog_sec .blog_list .item {
	margin: 30px auto;
	margin-left: 20px;
}
.overlay {
	position: absolute;
	bottom: 0;
	height: 750px;
	left: -85px;
	top: -70px;
	width: 750px;
	right: 0;
	background-color: rgba(252, 112, 1, 0.5);
	overflow: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	opacity: 1;
}
.blog_sec .item:hover .overlay {
	-webkit-transform: rotate(-45deg) scale(1);
	-ms-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg);
}
.blog_sec .item:hover p.blog-title {
	color: #ff7101;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.blog_sec .owl-theme .owl-dots {
	margin-top: 0;
}
a.accordion-toggle{
	color:#272727;
}
.img_blog{
    -webkit-clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
    clip-path:polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 29%);
}
.img_blog:before {
    background-color: rgba(252, 112, 1, 0.5);
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 100%;
	transition:all ease 0.5s 0s;
}
.blog_box:before {
    background-color: #fc7001;
    content: "";
    height: 110px;
    left: 42px;
    position: absolute;
    top: -8px;
    transform: rotate(45deg);
    width: 5px;
}
.blog_box:hover .img_blog:before{
	opacity:1;
}
.blog_con h3{
	margin-top:10px;
}
.blog_con h3 a{
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
	color:#000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.blog_con p{
	font-size:15px;
	line-height:25px;
	color:#828282;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}
.blog_box:hover .blog_con h3 a{
	color:#fc7001;
	
}
.blog_box {
    margin: 15px 0 0 15px;
}
.blog_intro .info p {
    font-style: italic;
    font-size: 16px;
    color: #959595;
}
.blog_intro .info p span {
    margin-right: 30px;
}
.blog_intro .info p span i {
    color: #ff7101;
    margin-right: 0px;
}
.blog_intro .info p span a {
    color: #6e6e6e;
}
.blog_intro .info p span a:hover {
    color: #ff7101;
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
.main-footer {
	margin-top: -8px;
}
.footer {
	background: url(../images/footer_bg.png) no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	text-align: center;
	padding: 80px 0;
}

/*13-07-2019*/
.submit_icon {
    background: url(../images/email_bg.png) no-repeat center;
    border: none;
    border: 1px solid #fff;
    padding: 19px;
    margin-left: -2px;
    border-left: none;
    height: 50px;
    padding-top: 13px;
    padding-left: 0px;
    padding-right: 0px;
    width: 60px;
    position: absolute;
    margin-top: 0px;
}
/*13-07-2019*/

@-moz-document url-prefix() {
.submit_icon {
    border: none;
    border: 1px solid #fff;
    padding: 11px;
    margin-left: -5px;
    border-left: none;
    height: 50px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
	width:60px;
}
}
.footer .container {
	position: relative;
}
/* .footer-logo {
	padding-bottom: 20px;
} */
.footer-menu {
	text-align: center;
	margin: 55px 0;
}
.footer-menu ul {
	border-bottom: 1px solid #ee6c0c;
	border-top: 1px solid #ee6c0c;
	display: inline-block;
	vertical-align: middle;
}
.footer-menu ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 43px;
}
.footer-menu ul li.active a {
	color: #ee6c0c;
}
.footer-menu ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 52px;
	text-transform: uppercase;
}
.footer-menu ul li a:hover {
	color: #ff7101;
	transition: all ease 0.5s 0s;
}
.footer-mail {
	margin-bottom: 50px;
}
.footer-mail input[type="email"] {
    color: #fff;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 100%;
    padding: 15px;
    text-align: left;
    width: 310px;
    background-position: 92%;
    border: 1px solid #fff;
    background-color: transparent;
    border-right: none;
	height:50px;
}
.social.footer-social {
	margin-bottom: 45px;
}
.footer-social span {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 28px;
	text-transform: uppercase;
}
.footer-social ul li {
	display: inline-block;
	float: none;
	margin-right: 5px;
	vertical-align: top;
}
.footer-social ul li a i {
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	width: 45px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.trainer-img .footer-social ul li a i:hover {
	background-color: #000;
	color: #fc7001;
}
.social ul li a i {
	background-color: #fff;
	border-radius: 50%;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 41px;
	position: relative;
	text-align: center;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	width: 40px;
}
.social ul li a i:hover {
	background-color: #ff7101;
}

/*13-07-2019*/
.conatct-us {
    background: url(../images/contact_bg.png) no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 48px 43px 65px;
    position: absolute;
    right: 380px;
    width: 390px;
    z-index: 9;
    bottom: 580px;
}
/*13-07-2019..*/


.conatct-us:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.conatct-us h2 {
	color: #fff;
	font-size: 43px;
	font-weight: 800;
	margin-bottom: 13px;
	text-transform: capitalize;
}
.conatct-us p {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.footer input::placeholder, .footer textarea::placeholder {
	color: #ffffff;
}
.conatct-us form input, .conatct-us form textarea {
	background: transparent;
	border: 1px solid transparent;
	color: #fff;
	display: block;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	line-height: 50px;
	width: 100%;
	position:relative;
}
.conatct-us form textarea {
	resize: none;
	height: 52px;
	overflow: hidden;
}
.conatct-us form .submitbtn {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
	vertical-align: top;
	width: auto;
	border: 1px solid #ee6c0c;
	padding: 15px 40px;
	border-radius: 30px;
	margin-top: 15px;
}
.conatct-us form .submitbtn:hover {
	color: #ffffff;
}
.copyright-text p {
	margin-bottom: 10px;
}
.copyright-text p, .copyright-text span, .copyright-text span a {
	color: #fff;
	font-size: 16px;
	text-transform:uppercase;
}
.contact_form .title_box .title {
    margin-bottom: 50px;
}

/* 
---------------------------------------------
Inner page title
--------------------------------------------- 
*/
.breadcrumb_sec {
	height: 530px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.breadcrumb_sec:before{
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.blogpage3 .main-header .header-top {
	border-bottom: 2px solid #ffffff5c;
}
.blogpage3 h2.title span {
	font-weight: 900;
}
.blog_txt {
	margin: 0 auto;
	padding-top: 225px;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
}
.blog_txt h1 {
	font-size: 90px;
	font-weight: 900;
	color: #ffffff;
}
.blog_txt h3 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 300;
}
.page_banner_img {
    position: absolute;
    left: -60px;
    top: 0;
}
.title_box_page {
    margin-top: 250px;
	position: relative;
}
.page_banner_title h2{
	font-size:90px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
}
.page_banner_title p{
	font-size:40px;
	color:#fff;
	margin-top:12px;
}

/* 
---------------------------------------------
blog_seaction
--------------------------------------------- 
*/
.blog_main_sec {
	position: relative;
	padding: 40px 0 60px;
	background: #ffffff;
}
.blogpage3 .blog_main_img:before {
	background-color: #fc7001;
	content: "";
	height: 150px;
	left: 35px;
	position: absolute;
	top: -33px;
	transform: rotate(45deg);
	width: 5px;
}
.blogplay {
	position: absolute;
	max-width: 70px;
	top: 45%;
	left: 45%;
	z-index: 0;
}
.input-group .form-control{
	z-index:0;
}
.blogplay:hover {
	background-image: url(../images/Playbg.png);
	cursor: pointer;
}
.blogby a{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	padding-right: 20px;
	color:#272727;
}
.blog_main_img .dd-mm {
	position: absolute;
	z-index: 1;
	color: #000;
	top: 0;
	left: -10px;
}
.blog_main_img .dd-mm span {
	color: #000;
	transform: scale(1);
	opacity: 1;
	top: auto;
	text-decoration: none;
	font-size: 22px;
	text-transform: none;
}
.blog_main_img .dd-mm .month {
	font-size: 15px;
	font-weight: 400;
	left: -2px;
	top: 22px;
}
.blog_intro .fa {
	font-size: 20px;
	padding-right: 10px;
}
.breadcrumb_sec .blog_main_sec article {
	padding: 20px 0;
}
.blog_title a{
	font-weight: 700;
	color: #000;
	margin-bottom: 12px;
	font-size: 20px;
	transition:all ease 0.5 0s;
	z-index:9999;
}
h3.blog_title {
    margin-bottom: 10px;
}
.blog_main_sec .upload_info .fa {
	color: #82b53f;
}
.blog_detail:hover .blog_title a{
	color: #ff7101;
	transition:all ease 0.5 0s;
}
.upload_info span {
	color: #323232;
	padding-right: 20px;
}
.blog_detail img {
	width: 100%;
}
.blog_detail img {
    -webkit-clip-path: polygon(9.8% 0, 100% 0, 100% 100%, 0 100%, 0 17.7%);
    clip-path: polygon(9.8% 0, 100% 0, 100% 100%, 0 100%, 0 17.7%);
}
.blog_detail {
	padding: 20px 0;
	padding-bottom: 70px;
	border-bottom: 1px solid #dbdbdb;
}
.blog_detail:nth-child(3) {
	border-bottom: 3px solid #ff7101;
}
.blogpage3 .blog_main_img {
	overflow: visible;
	margin: 30px 0;
}
.blog_pera {
	text-align: justify;
	color: #000;
	line-height: 28px;
	font-weight: 500;
}
.read_social .row {
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 10px;
}
.read_social .read_btm{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.read_social .left a {
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 15px;
}
.read_social .left a:hover{
	opacity:0.6;
}
.left a:hover i.fa.fa-arrow-right{
	padding-left:5px;
}
.read_social .left .fa {
	padding-left: 5px;
	color: #ff7101;
}
.read_social .social-tag .fa {
	color: #ffffff;
	vertical-align: middle;
	font-size: 20px;/*padding: 6px 0;*/
}
.read_social .social-tag .fa-bell {
	font-size: 18px;
}
.read_social .txt {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	margin-right: 10px;
}
.read_social .social-tag .circle {
	background: #e5e5e5;
	text-align: center;
	padding: 3px 4px;
	border-radius: 30px;
	margin-right: 10px;
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
.read_social .social-tag .circle:hover {
	background: #ff7101;
}
/*paggination*/
.pagination {
	display: inline-block;
	margin: 15px 0;
}
.pull-right.pagination a {
	color: #000;
	background: transparent;
	font-size: 17px;
	padding: 2px 11px;
}
.pull-right.pagination span {
	float: left;
	padding: 2px 10px;
	margin: 0;
}
.pull-right.pagination .active {
	border: 2px solid #ff7101;
	border-radius: 30px;
}
.pagination .pre, .pagination .next {
	background-color: transparent;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0;
	line-height: 16px;
}
.pagination .pre {
	border-right: 1px solid;
	padding-right: 10px;
}
.pagination a {
	color: #7e7e7e;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	margin: 0 4px;
	background-color: #f3f3f3;
}
/*paggination*/

/*right section*/
.blog_left {
	padding-right: 35px;
}
.blog_right {
    padding-left: 35px;
    margin-top: 30px;
}
.blog_right .blog_title {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 800;
	background: #ff7101;
	margin-bottom: 0;
	padding: 20px;
	font-size: 22px;
}
.blog_right article {
	padding: 20px 0;
}
/* 
---------------------------------------------
search
--------------------------------------------- 
*/
.search_blog {
	margin-top: 0px;
}
.input-group {
	padding: 3px;
	border: solid 1px #f0f0f2;
	background-color: transparent;
}
.search_blog input::placeholder {
color: #000000;
font-size: 17px;
}
.search_blog input {
	border: 0;
	box-shadow: none;
	font-size: 17px;
	padding: 6px 15px;
	height: 60px;
	padding-left: 25px;
	background: transparent;
	color: #000000;
}
.form-control:focus {
	border: none;
	border-color: transparent;
	box-shadow: none;
}
.search_blog button {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #000;
	padding: 0 8px 0 10px;
	padding-right: 25px;
	font-size: 20px;
}
.search_blog button:hover {
	color: #ff7101;
	background-color: transparent;
	border-color: transparent;
}

/* 
---------------------------------------------
Categories_blog
--------------------------------------------- 
*/

.Categories_blog .cat_list a {
	color: #000000;
}
.Categories_blog .cat_list {
	padding: 5px;
	background: #f0f0f0;
	border-top: 1px solid #dbdbdb;
	font-weight: 500;
}
.Categories_blog .cat_list:hover a, .Categories_blog .cat_list.active a, .Categories_blog .cat_list:focus a {
	color: #ff7101;
	cursor: default;
}
.Categories_blog .cat_list .fa {
	font-size: 17px;
	padding: 0 12px;
	color: #ff7101;
	background: none;
}

/* 
---------------------------------------------
Recent Articles
--------------------------------------------- 
*/

.articles_blog .art_list {
	padding: 5px;
	background: #f0f0f0;
	border-top: 1px solid #dbdbdb;
	font-weight: 500;
}
.articles_blog .art_list a {
	color: #000000;
}
.articles_blog .art_list:hover a, .articles_blog .art_list.active a, .articles_blog .art_list:focus a {
	color: #ff7101;
	cursor: default;
}
.articles_blog .art_list .fa {
	font-size: 17px;
	padding: 0 12px;
	background: none;
	color: #ff7101;
}

/* 
---------------------------------------------
schedule
--------------------------------------------- 
*/

.accordion-toggle:hover {
	text-decoration: none;
}
.Schedule_blog .fa {
	color: #ff7101;
	font-size: 20px;
	vertical-align: middle;
	padding-right: 5px;
}
.Schedule_blog .fa-angle-up {
	color: transparent;
}
.Schedule_blog .panel-heading {
	color: #000;
	background-color: transparent;
	border-color: transparent;
	padding: 15px 15px;
}
.Schedule_blog .panel-heading .panel-title a {
	color: #000;
	font-weight: 500;
	font-size: 17px;
}
.Schedule_blog .panel-group .panel-heading+.panel-collapse>.list-group, .Schedule_blog .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
	padding: 0 30px;
}
.Schedule_blog .panel-group {
	margin-bottom: 0;
}
.Schedule_blog .panel-body {
	border-top: none;
}
.panel-body img {
	width: 25px;
	display: inline-block;
}
.timedetail {
	padding: 6px 0;
}
.Schedule_blog .panel-group, .Schedule_blog .panel {
	background: #f0f0f0;
}
.Schedule_blog .collapse.in {
	margin-bottom: 30px;
}
/*tags*/
.tags_blog .tag_list {
	margin: 30px 0;
}
.tags_blog .tag_list .tags {
	position: relative;
	float: left;
	padding: 3px 16px;
	font-size: 14px;
	text-transform: capitalize;
	color: #ababab;
	cursor: pointer;
	font-weight: 500;
	transition: all ease 0.5s 0s;
	background: transparent;
	border-radius: 25px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #d1d1d3;
}
.tags_blog .tag_list .tags a {
	color: #ababab;
}
.tags_blog .tag_list .tags:hover, .tags_blog .tag_list .tags.active, .tags_blog .tag_list .tags:focus {
	background: #ff7101;
	color: #ffffff;
	border: 1px solid #ff7101;
}
.tags_blog .tag_list .tags.active a, .tags_blog .tag_list .tags:hover a, .tags_blog .tag_list .tags:focus {
	color: #ffffff;
}
/*right section*/


/*-------blog main end ---------*/
@media screen and (min-width: 1169px) {
.blogpage3 .row {
	margin-right: -15px;
	margin-left: -15px;
}
}
/* 
---------------------------------------------
blog page
--------------------------------------------- 
*/.navbar-toggle {
	margin-right: 0px;
}
.achivments {
    background-image: url(../images/achivments.jpg);
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about_sec .title {
	color: #000;
	display: block;
	font-size: 40px;
	font-weight: lighter;
	line-height: 100%;
	margin-bottom: 40px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
}
.caption-wrap h1::before, h2.title:before {
	background: url(../images/title-bg.png) no-repeat;
	content: "";
	height: 191px;
	left: -34px;
	position: absolute;
	top: -26px;
	width: 189px;
	z-index: 0;
	display: none;
}
.about_inner_page_con h2.title span {
	color: #000 !important;
	font-weight: 900;
}
.about_inner_page_con p {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 20px;
}
.about_img img {
	max-width: 100%;
}
.about_inner_page_con {
	margin-top: 70px;
}
.projectFactsWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#projectFacts .fullWidth {
	padding: 0;
}
.projectFactsWrap .item {
	width: 25%;
	height: 100%;
	padding: 50px 0px;
	text-align: center;
}
.counter-value.number{
	font-size: 50px;
	padding: 0;
	margin-top: 20px;
	text-align:center;
	color: #ff7101;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}
.achievements_box p {
	color: #ffffff;
	font-size: 20px;
	margin: 0;
	padding-top: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align:center;
}
.projectFactsWrap .item span {
	width: 60px;
	background: rgba(255, 255, 255, 0.8);
	height: 2px;
	display: block;
	margin: 0 auto;
}
.projectFactsWrap .item i {
	vertical-align: middle;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.8);
}
.projectFactsWrap .item:hover span {
	background: white;
}
 @media (max-width: 786px) {
.projectFactsWrap .item {
	flex: 0 0 50%;
}
}
.title_box .title {
	color: #000;
	display: block;
	font-size: 40px;
	font-weight: lighter;
	line-height: 100%;
	margin-bottom: 30px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
}
.title_box p {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 0px;
}
.testimonials_box {
	box-shadow: 3px 4px 15px 0px rgba(202, 202, 202, 0.75);
	background-color: #fff;
	margin: 10px;
	padding-top: 70px;
	padding-bottom: 25px;
}
.testimonials_box {
	box-shadow: 3px 4px 15px 0px rgba(202, 202, 202, 0.75);
	background-color: #fff;
	margin: 10px;
	bottom: 70px;
	position: relative;
	z-index: 0;
}
i.fa.fa-quote-left {
	color: #ff7101;
	font-size: 35px;
	text-align: center;
	width: 100%;
}
.client_name p {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.client_name h5 {
	font-size: 15px;
	color: #000000;
	letter-spacing: 0.5px;
	line-height: 31px;
	text-align: center;
	margin-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
#testimonials_slider .owl-item img {
    width: auto !important;
    border-radius: 100px;
    border: 3px solid #ff7101;
	margin: 0 auto;
}
.client_img {
	position: relative;
	padding-top: -20px;
	z-index: 99;
}
i.fa.fa-angle-left {
    background-color: #ff7101;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 27px;
    line-height: 39px;
    border-radius: 50px;
}
i.fa.fa-angle-right {
    background-color: #ff7101;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 27px;
    line-height: 39px;
    border-radius: 50px;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #178097;
	font-size: 50px;
	margin: 0px;
	padding: 10px 15px !important;
	background: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
section.testimonials {
	margin-top: 20px;
}
.title-right .about_inner_page_con {
	margin-top: 10px;
}
#testimonials_slider .owl-nav {
	display: block;
}
.inner_trainer {
	margin-bottom: 20px;
}
#slider3 .owl-dot{
	display:none;
}
a.primary-btn.about_btn:hover{
	background-color:#ff7101;
	color:#fff;
	transition:all ease 0.5s 0s;
}

/* 
---------------------------------------------
Classes
--------------------------------------------- 
*/

.inner_classes {
    margin-top: 60px;
    margin-bottom: 40px;
}

.inner_classes .filter-row{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 40px;
}

.classes_box .course-list ul li a::before, .trainer-img:before, .blog_sec .item a:before {
    background-color: #fc7001;
    content: "";
    height: 120px;
    left: 29px;
    position: absolute;
    top: -28px;
    transform: rotate(45deg);
    width: 5px;
}
.classes_box .course-list ul li h3 {
	color: #000000;
	font-size: 27px;
	font-weight: 700;
}
.classes_box .course-list ul li {
	float: left;
	margin-right: 0%;
	margin-bottom: 60px;
	text-align: center;
	width: 33%;
}
.classes_box .building.stretching {
	margin-top: 55px;
	margin-left: 25px;
}
#filter_menu {
	text-align: center;
	list-style: none;
}
#filter_menu li {
	display: inline;
	margin: 7px;
	padding: 10px 5px 10px 5px;
	background: #f3f3f3;
	border-radius: 20px;
}
#filter_menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	color: #040404;
}
#filter_menu li:hover {
	background: #ff7101;
}
#filter_menu li:hover a {
	color: #fff;
}
section.classes_box {
	margin-top: 90px;
	margin-bottom: 50px;
}
html, body, .wrapper1 {
	height: 100%;
}
.wrapper1 {
	position: relative;
	background: url(../images/error.jpg)no-repeat center center/cover;
}
.wrapper1:before {
	background-color:#000;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity:0.4;
	height: 100%;
}
header, .content1 {
	position: absolute;
}
.content1 {
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
}
.error_con h1 {
	font-size: 35px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 60px;
	text-transform: uppercase;
}
.error_con p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 45px;
	margin-bottom: 45px;
	opacity: 0.8;
}
a.back_to_home {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 19px 35px;
	background-color: #ff7101;
	border-radius: 50px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin: 15px;
	border: 2px solid #ff7101;
	transition: all ease 0.5s 0s;
}
a.back_to_home:hover {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 19px 35px;
	background-color: transparent;
	border-radius: 50px;
	font-weight: bold;
	transition: all ease 0.5s 0s;
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #fff;
}
.error_copy p {
	font-size: 15px;
	position: fixed;
	bottom: 0px;
	text-align: center;
	color: #fff;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.owl-carousel.off {
	display: inline-block;
}
.back_home {
	margin-top: 60px;
	margin-bottom: 50px;
}
.color_change {
	color: #ff7101;
}
.inner_classes .course-list ul li{
	padding:15px;
}

/* 
---------------------------------------------
Comeing Soon
--------------------------------------------- 
*/

html, body, .wrapper {
	height: 100%;
}
.wrapper {
	position: relative;
	background: url(../images/comeing_soon.jpg) no-repeat center center/cover;
}
.wrapper:before {
	background-color:#000;
	opacity:0.5;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
header, .content {
	position: absolute;
}
.content {
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
	font-family: 'Lato', sans-serif;
}
.comeing_con h1 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 60px;
	text-transform: uppercase;
}
.error_con p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 45px;
	margin-bottom: 45px;
	opacity: 0.8;
}
a.back_to_home {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 19px 35px;
	background-color: #ff7101;
	border-radius: 50px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin: 15px;
	border: 2px solid #ff7101;
	transition: all ease 0.5s 0s;
}
a.back_to_home:hover {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 19px 35px;
	background-color: #777777;
	border-radius: 50px;
	font-weight: bold;
	transition: all ease 0.5s 0s;
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #fff;
}
.error_copy p {
	font-size: 15px;
	position: fixed;
	bottom: 0px;
	text-align: center;
	color: #fff;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.owl-carousel.off {
	display: inline-block;
}
.back_home {
	margin-top: 60px;
	margin-bottom: 50px;
}
.color_change {
	color: #ff7101;
}
.comeing_con p {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
}
.well {
	background: none;
	border: none;
}
.clock {
	background-color: rgba(255, 255, 255, 0.4);
	width: 125px;
	overflow: hidden;
}
.num {
	font-size: 50px;
	margin-top: 30px;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.number_line {
	border-bottom: 2px solid #fff;
	width: 30px;
	margin: auto;
	margin-bottom: 15px;
}
.text {
	margin-bottom: 20px;
}
.counter_box {
	margin-top: 30px;
}
.subscribe_box {
	margin-top: 50px;
	display: inline-block;
	width: 70%;
}
.subscribe_box h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5px;
}
input.form-control.cooming_soon.input-lg {
	background-color: #fff;
	border: 2px solid #fff;
	color: #777;
	border-radius: 50px !important;
	font-size: 15px;
	padding-right: 50px;
}
.input-group.cooming {
	box-shadow: none;
	border-radius: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
	width: 100%;
	width: -99;
}
.form-subscribe .btn {
	background: #ff7101;
	height: 46.5px;
	border-radius: 40px !important;
	border: none;
	width: 46.5px;
	z-index: 3;
}
i.fa.fa-paper-plane {
	font-size: 16px;
	color: #fff;
	padding-right: 5px;
}
.input-group-btn:not(:first-child)>.btn-group:first-child, .input-group-btn:not(:first-child)>.btn:first-child {
	margin-left: -45px;
}
#comeing_soon_icon {
	text-align: center;
	list-style: none;
	margin-top: 30px;
}
#comeing_soon_icon li {
	display: inline;
	margin: 2px;
}
#comeing_soon_icon a {
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	font-variant: small-caps;
}
#comeing_soon_icon i {
	height: 45px;
	width: 45px;
	background-color: #ff7101;
	font-size: 21px;
	border-radius: 50px;
	line-height: 45px;
}
#comeing_soon_icon i:hover {
	background-color: #fff;
	color: #ff7107;
	transition: all 0.5s 0s;
}
.subscribe_box {
	font-size: 20px;
	color: #fff;
}
.discount_con {
	background-image: url(../images/discount_bg.jpg);
	background-size: cover;
	display: inline-block;
	width: 100%;
}
.discount_title h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
}
a.discount_button {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.discount_btn {
	border: 2px solid #fff;
	border-radius: 50px;
	float: right;
	padding: 15px 35px 15px 35px;
	margin-top: 45px;
	margin-bottom: 40px;
}
.discount_btn:hover{
	background-color:#fff;
	transition:all ease 0.5s 0s;
	color:#ff7101;
}
.discount_btn:hover a.discount_button{
	color:#ff7101;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact_detail {
	margin-top: 80px;
	margin-bottom: 80px;
}
.location_address p {
	font-size: 17px;
	color: #2e3438;
	letter-spacing: 0.5px;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
}
.location_address p a {
	font-size: 17px;
	color: #2e3438;
	letter-spacing: 0.5px;
	line-height: 30px;
	font-weight: 600;
}
.location_icon {
	margin-right: 15px;
}
.location_address {
	padding-top: 10px;
}
.location_box{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.map {
	-webkit-filter: grayscale(100%);
}
.contact_form {
	margin-top: 10px;
	margin-bottom: 80px;
}
.contact_form_detail {
	width: 100%;
	height: 45px;
	padding-left: 15px;
	border-radius: 5px;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	color: #b7b7b7;
}
.contact_form_detail:hover {
	border: 1px solid #ff7101;
	outline: none;
	transition: all ease 0.5s 0s;
	box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_detail:focus {
	border: 1px solid #ff7101;
	outline: none;
	transition: all ease 0.5s 0s;
	box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_detail1 {
	width: 100%;
	height: 120px;
	padding-left: 15px;
	padding-top: 15px;
	border-radius: 5px;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	color: #b7b7b7;
	margin-top: 30px;
}
.contact_form_detail1:hover {
	border: 1px solid #ff7101;
	outline: none;
	transition: all ease 0.5s 0s;
	box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_detail1:focus {
	border: 1px solid #ff7101;
	outline: none;
	transition: all ease 0.5s 0s;
	box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.submit_btn_box {
	text-align: center;
	margin-top: 30px;
}
.submit_btn {
	color: #fff;
	background: #ff7101;
	padding: 11px 38px;
	border-radius: 60px;
	border: none;
	text-transform: uppercase;
	transition: all ease 0.5s 0s;
}
.hoverout {
	display: none;
	transition: all ease 0.5s 0s;
}
.hoverin {
	display: block;
	transition: all ease 0.5s 0s;
}
.location_box:hover .hoverin {
	display: none;
	transition: all ease 0.5s 0s;
}
.location_box:hover .hoverout {
	display: block;
	transition: all ease 0.5s 0s;
}
.tainers_box {
	margin-top: 70px;
	margin-bottom: 70px;
}
.tainers_box li.item{
	width: 29.9%;
	float: left;
	margin: 20px;
	margin-bottom: 50px;
}
input.send_mes {
    color: #fff;
    background-color: transparent;
    padding: 0px 40px !important;
    border-radius: 60px;
    border: 1px solid #ee6c0c !important;
    text-transform: uppercase;
    transition: all ease 0.5s 0s;
    width: auto !important;
    margin: auto;
    margin-top: 35px;
	transition: all ease 0.5s 0s;
}
input.send_mes:hover {
    color: #fff;
    background-color: #ee6c0c !important;
	transition: all ease 0.5s 0s;
}
.social_icon {
    text-align: center;
    list-style: none;
    margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social_icon li {
  display: inline;
  padding: 2px;
}

.social_icon a {
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    color: #737373;
    font-variant: small-caps;
    margin: 5px;
}
.social_icon li a img{
	width: unset !important;
}
.footer-social1 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 10;
    transition: all ease 0.5s 0s;
    width: 100%;
}
.footer-social1 {
    opacity: 0;
}
li.item:hover .footer-social1 {
    opacity: 1;
}
.footer-social1 i.fa.fa-facebook {
    height: 35px;
    width: 35px;
    background-color: #fff;
    line-height: 37px;
    border-radius: 30px;
}
.footer-social1 i.fa.fa-facebook:hover {
    color:#fc7001;
	transition:all ease 0.5s 0s;
}
.footer-social1 i.fa.fa-twitter{
	height: 35px;
    width: 35px;
    background-color: #fff;
    line-height: 37px;
    border-radius: 30px;
}
.footer-social1 i.fa.fa-twitter:hover {
    color:#fc7001;
	transition:all ease 0.5s 0s;
}
.footer-social1 i.fa.fa-instagram{
	height: 35px;
    width: 35px;
    background-color: #fff;
    line-height: 37px;
    border-radius: 30px;
}
.footer-social1 i.fa.fa-instagram:hover {
    color:#fc7001;
	transition:all ease 0.5s 0s;
}
iframe{
	width:100%;
}
/* 
---------------------------------------------
scroll to top
--------------------------------------------- 
*/
.scrollToTop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 25px;
	line-height: 50px;
	z-index: 9;
	bottom: 25px;
	display: none;
	background: #ee6c0c;
	border-radius: 50px;
	text-align: center;
	color: white;
	font-size: large;
	transition: all 0.5s linear;
	text-decoration: none;
	-webkit-box-shadow: 0 0 15px 0 rgba(54,54,54,0.3);
}
a.scrollToTop:hover, a.scrollToTop:focus {
	text-decoration: none;
	background-color: #fff;
	color: #222;
	-webkit-box-shadow: 0 0 15px 0 rgba(54,54,54,0.3);
	box-shadow: 0 0 15px 0 rgba(54,54,54,0.3);
}

/* 
---------------------------------------------
trainer_page
--------------------------------------------- 
*/
.img_trainer1{
    -webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 13%);
    clip-path:polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 13%);
}
.img_trainer1:before {
    background-color: rgba(252, 112, 1, 0.5);
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 100%;
	transition:all ease 0.5s 0s;
}
.trainer_box1:before {
    background-color: #fc7001;
    content: "";
    height: 110px;
    left: 34px;
    position: absolute;
    top: -18px;
    transform: rotate(45deg);
    width: 5px;
}
.trainer_box1:hover .img_trainer1:before{
	opacity:1;
}
.trainer_con1 h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
	color:#fc7001;
	text-align:center;
	text-transform:uppercase;
}
.trainer_con1 p{
	font-size:16px;
	line-height:25px;
	color:#000000;
	font-weight:600;
	text-align:center;
	margin-top:10px;
	text-transform:uppercase;
}
.trainer_box1:hover .footer-social1{
	opacity:1;
}
.img_trainer1 img{
	width:100%;
}
.inner_tainers .trainer_box1 {
    margin-bottom: 50px;
}
.trainer_box1 {
    margin-bottom: 50px;
	position: relative;
}

/* 
---------------------------------------------
course_page
--------------------------------------------- 
*/
.img_course {
    -webkit-clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
}
.img_course:before {
    background-color: rgba(252, 112, 1, 0.5);
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 100%;
	transition:all ease 0.5s 0s;
}
.course_box:before {
    background-color: #fc7001;
    content: "";
    height: 110px;
    left: 42px;
    position: absolute;
    top: -14px;
    transform: rotate(45deg);
    width: 5px;
}
.course_box:hover .img_course:before{
	opacity:1;
}
.course_con h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
	color:#000000;
	text-align:center;
	text-transform:uppercase;
}
.course_box:hover .course_con h3{
	color:#fc7001;
}
.course_box {
    margin: 10px 0px 60px 15px;
}
.img_course {
    max-width: 100%;
}
.img_course img{
	width:100%;
}
#filter_menu{
  text-align: center;
  list-style: none;
}

#filter_menu li {
    display: inline;
    margin: 7px;
    padding: 10px 20px 10px 20px;
    background: #f3f3f3;
}

#filter_menu a {
  text-decoration: none;
  color: #040404
}
#filter_menu li:active{
	list-style:none;
}
.nav-item.active{
	text-decoration:none;
}
ul#filter_menu {
    margin-top: 60px;
    margin-bottom: 50px;
}

#main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.portfolio {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.project {
  position: relative;
  flex: 1 0 calc(100% - 20px);
  margin: 10px;
}
.project:hover .project-info {
  background: rgba(89, 89, 89, .7);
}
@media (min-width: 520px) {
  .project {
    flex: 0 0 calc((100% / 2) - 20px);
  }
}
@media (min-width: 860px) {
  .project {
    flex: 0 0 calc((100% / 3) - 20px);
  }
}
.project-image img {
  display: block;
  width: 100%;
  height: auto;
}
.project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  color: #f6f6f6;
  background: rgba(89, 89, 89, .8);
  opacity: 0;
  transition: all 350ms ease-in;
}
.project-info:hover {
  opacity: 1;
}
@media (max-width: 520px) {
  .project-info {
    opacity: 0.8;
  }
}
.project-info-title {
  margin: 0 0 0.5em;
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
}
.project-info-button {
  padding: 0.5em 1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  transition: all 350ms;
}
.project-info-button:hover {
  color: #595959;
  background: #f6f6f6;
  border-color: #f6f6f6;
}
/* 
---------------------------------------------
Blog_detail_page
--------------------------------------------- 
*/
.ft-blog-post .info {
    width: 100%;
}
.ft-blog-post .info .title-info {
    padding-left: 84px;
}
.ft-blog-post {
    margin-top: 30px;
}
.ft-blog-post .image {
    width: 100%;
    margin-bottom: 50px;
}
.ft-blog-post .image img{
	max-width: 100%;
}
.single-blog-post .info {
    margin-bottom: 10px;
	overflow:hidden;
}
.ft-blog-post .info .date-wrapper {
    float: left;
    width: 59px;
    min-height: 34px;
}
.ft-blog-post .info .date {
    color: #ff7101;
    font-weight: bold;
    text-align: left;
    float: left;
    width: 59px;
    height: 55px;
    border-right: 1px solid #cacaca;
}
.ft-blog-post .info .date .post-date {
    line-height: 40px;
}
.ft-blog-post .info .date .post-month {
    float: left;
    width: 100%;
    margin-top: -7px;
    font-size: 20px;
    font-weight: 400;
}
.ft-blog-post .info .title-info .title {
    float: left;
    width: 100%;
}
.ft-blog-post .info .title-info .title h2 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    margin: -3px 0px 6px 0px;
    padding: 0px;
	font-size:20px;
}
.ft-blog-post .info .title-info .info {
    float: left;
    width: 100%;
}
.ft-blog-post .info .title-info .info p {
    font-style: italic;
    font-size: 16px;
    color: #959595;
}
.ft-blog-post .info .title-info .info p span {
    margin-right: 30px;
}
.ft-blog-post .info .title-info .info p span a{
    color:#6e6e6e;
}
.ft-blog-post .info .title-info .info p span a:hover{
    color:#ff7101;
}
.ft-blog-post .info .title-info .info p span i {
    color: #ff7101;
    margin-right: 10px;
}
.ft-blog-post .info .date .post-date {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    margin-top: 0px;
	margin-bottom:0px;
}
.ft-blog-post .info .date .post-month {
    float: left;
    width: 100%;
    margin-top: -7px;
    font-size: 20px;
    font-weight: 400;
}
.main-content-box p{
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0px;
	color:#777;
}
blockquote {
    border: 0 none;
    margin: 40px 0;
    padding: 35px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #fafafa;
    position: relative;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    color: #171d29;
    color: var(--black);
    border: 2px solid #fafafa;
    border-bottom: 5px solid #ccc;
}
blockquote p:first-child:before {
    content: "\"";	
    font-weight: 800;
    font-style: normal;
    display: block;
    text-align: center;
    color: #ee6c0c;
    font-size: 64px;
    height: 28px;
    overflow: hidden;
    line-height: 1em;
    margin-top: -8px;
    margin-bottom: 15px;
}
.main-content-box h3 {
    font-size: 20px;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 30px;
}
span.singletags a{
	color:#666;
}
span.singletags a:hover{
	color:#ff7101;
	transition:all ease 0.5s 0s;
}
.text-box p a:hover{
	color:#ff7101;
	transition:all ease 0.5s 0s;
}
span.singletags{
	font-size: 16px;
    font-weight: 500;
}
.tag-social-box {
    padding: 11px;
    border: 1px solid #eeeeee;
}
.social-box ul {
    margin-bottom: 0;
}
.social-box li {
    display: inline-block;
}
.tag-social-box .social-box a {
    font-size: 16px;
    padding: 10px;
	color:#222;
}
.tag-social-box .social-box a:hover{
	color:#ff7101;
}
.mbottom30 {
    margin-bottom: 30px;
}
.admin-info-box {
    background: #242424;
    padding: 27px 15px 20px 25px;
    margin-bottom: 30px;
}
.admin-info-box .img-box {
    float: left;
    width: 114px;
}
.admin-info-box .img-box img {
    border-radius: 100%;
}
.admin-info-box .text-box {
    padding-left: 140px;
}
.admin-info-box h3 {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}
.admin-info-box .text-box p:last-child {
    margin-bottom: 0;
}
.comment-part {
    margin-top: 44px;
}
.comments-box .title, .comment-reply-title {
    float: none;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    color: #333;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.comment-respond {
    margin-top: 45px;
    margin-bottom: 45px;
}
.comment-respond .comment-form {
    background: #f7f7f7;
    padding: 50px 30px 40px 30px;
    border: 1px solid #eeeeee;
}
.comment-form-comment {
    margin-bottom: 21px;
}
.comment-respond input:not([type="submit"]) {
    display: block;
    width: 100%;
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
    color: #c4c4c4;
    border: 1px solid #e4e3e7;
    border-radius: 0px;
    padding: 10px 22px;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.comment-respond textarea {
    display: block;
    width: 100%;
    height: 172px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
    font-style: normal;
    color: #c4c4c4;
    border: 1px solid #e4e3e7;
    border-radius: 0px;
    padding: 10px 22px;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.text_detail{
	color:#fff;
	opacity:0.8;
	margin-top:10px;
	font-size:15px;
}
h5.nocomments {
    font-weight: 600;
    font-size: 18px;
}
.submit{
	color: #fff;
    background: #ff7101;
    padding: 11px 38px;
    border-radius: 60px;
    border: none;
    text-transform: uppercase;
	border:2px solid #ff7101;
    transition: all ease 0.5s 0s;
}
.submit:hover{
	color: #ff7101;
    background: #fff;
    padding: 11px 38px;
    border-radius: 60px;
	border:2px solid #ff7101;
    text-transform: uppercase;
    transition: all ease 0.5s 0s;
}






.steps-container{
  background:#f0f0f0;
  color: #fff;
}

.steps-container input[type='radio']:checked ~ .description{
  height: 170px;
  transition: .3s ease-in;
}

.steps-container input[type='radio']{
  width: 100%;
  display: none;
}
.steps-container label{
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  display: inline-block;
  border-bottom:1px solid #ccc;
  position:relative;
}
.steps-container label:before,
.steps-container label:after{
  width:2px;
  height:15px;
  background:#ff7101;
  display:inline-block;
  position:absolute;
  content:"";
  z-index:99;
  right:25px;
  top:9px;
  transform:rotate(90deg)
}

.steps-container label:after{
  transform:rotate(0deg)
}
.steps-container input[type='radio']:checked ~ label:after{
  transform:rotate(90deg)
}
.steps-container input[type='radio']:checked ~ label{
   cursor:default;
}
.steps-container label span{
  font-weight: 500;
  display: block;
  padding: 10px 12px 10px 15px;
  margin: 0;
  color:#000;
}
.description{
  color: #222;
  width: 100%;
  height: 0;
  padding-left: 15px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  transition: .4s ease-in-out;
} 
.description p{
  line-height: 18px;
  padding-right: 10px;
}
.panel-body {
    padding: 5px;
}
label{
	margin-bottom:0px;
}

/* 
---------------------------------------------
animaction
--------------------------------------------- 
*/
.img_animate {
  animation-delay: 0.2s, 0s;
}

.title_animate {
  animation-delay: 0.4s, 0s;
}
.titlep_animate {
  animation-delay: 0.6s, 0s;
}
.controls {
    padding: 1rem;
    background: #333;
    font-size: 0.1px;
}
.control {
    position: relative;
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    background: #444;
    cursor: pointer;
    font-size: 0.1px;
    color: white;
    transition: background 150ms;
}
.control:hover {
    background: #3f3f3f;
}
.control[data-filter]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    border: 2px solid currentColor;
    border-radius: 2px;
    background: currentColor;
    transition: background-color 150ms, border-color 150ms;
}
.control[data-sort]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform:  translateY(1px) rotate(45deg);
}
.control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}
.mixitup-control-active {
    background: #393939;
}
.mixitup-control-active[data-filter]:after {
    background: transparent;
}
.control:first-of-type {
    border-radius: 3px 0 0 3px;
}
.control:last-of-type {
    border-radius: 0 3px 3px 0;
}
.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}
.control[data-filter=".green"] {
    color: #91e6c7;
}
.control[data-filter=".blue"] {
    color: #5ecdde;
}
.control[data-filter=".pink"] {
    color: #d595aa;
}

.control[data-filter="none"] {
    color: #2f2f2f;
}
.range-slider {
    margin: 0 1rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.range-slider:last-child {
    margin-left: 0;
}
.range-slider::before,
.range-slider::after,
.range-slider-label {
    font-family: 'helvetica-neue', arial, sans-serif;
}
.range-slider::before,
.range-slider::after {
    font-size: .7rem;
    color: #aaa;
    content: '0';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 .2rem;
}
.range-slider::after {
    content: '10';
    left: auto;
    right: 0;
}
.range-slider-label {
    display: block;
    font-size: .8rem;
    color: #ccc;
    margin-bottom: .05rem;
    font-weight: 700;
}
.range-slider:last-child .range-slider-label {
    text-align: right;
}
.range-slider-input {
    position: relative;
    background: transparent;
    -webkit-appearance: none;
    margin-bottom: .75rem;
    z-index: 1;
}
.range-slider-input::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #888;
    border: none;
    border-radius: 3px;
    transition: background 150ms;
}
.range-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #5ecdde;
    margin-top: -6px;
}
.range-slider-input:focus {
    outline: none;
}
 .owl-nav {
    display: block;
}
 .owl-prev {
    position: absolute;
    top: -5%;
    left: 90%;
}
 .owl-next {
    position: absolute;
    top: -5%;
    right: -1%;
}
.conatct-us input::placeholder {
    color: #fff;
}
.conatct-us textarea::placeholder{
    color: #fff;
}
.footer-mail {
    margin-bottom: 50px;
    margin-left: -60px;
}
.btn-new{
        margin: 0;
        color: #000000;
        border: 1px solid #ffffff;
}
.footer-top{
    background: #d8d8d8;
    padding: 0 0;
    margin: 0 50px 50px 50px;
    border-radius: 20px;
}

#declineCookie{
    background-color: #f4201e !important;
}
.terms-sec h2{
    text-transform: capitalize;
}
.hero-style1 h2{
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 5rem;
}
.hero-style1 i{
    color: #f41e1e;
}


.gt-about-wrapper .gt-about-image {
    /* margin-left: -80px; */
    position: relative;
}
.gt-about-wrapper .gt-about-image img {
}
.gt-about-wrapper .gt-about-image .gt-gym-logo {
    position: absolute;
    top: 50px;
    right: 50px;
}
.gt-section-title {
    position: relative;
    z-index: 99;

    margin-top: -4px;
}
.gt-section-title h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--gt-theme);
    font-family: "Unbounded", sans-serif;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.gt-section-title h6 i {
    color: #f41e1e;
}
.gt-section-title h2 {
    text-transform: capitalize;
    font-size: 48px;
    font-weight: 700;
    line-height: 117%;
    margin: 10px 0 30px;
    text-transform: capitalize;
}
content .gt-text {
    margin-top: 25px;
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap ul li:not(:last-child) {
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(89, 99, 93, 0.16);
    padding-bottom: 24px;
    display: flex;
    gap: 19px;
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap ul li .gt-icon {
    font-size: 26px;
    color: #f41e1e;
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap ul li .gt-content {
    max-width: 280px;
}

.gt-about-wrapper .gt-about-content .gt-icon-wrap ul li .gt-content h4 {
    margin-bottom: 7px;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap .gt-video-thumb {
    position: relative;
}
.gt-about-wrapper .gt-about-content .gt-icon-wrap .gt-video-thumb .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #1d2229;
    color: #fff;
}
.hero-style1 h2 span{
    color: #000000;
    font-style: italic;
}
.bann-tx h4{
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.primary-btn::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background: #979797;
    left: 0;
    transition: all 0.5s ease;
    bottom: 0;
    z-index: -1;
}
.primary-btn:hover::before{
height: 100%;
transition: all 0.5s ease;
}

.primary-btn:hover{
    color: #fff;
    transition: all 0.5s ease;
}
.bann-tx{
    margin: 40px 0 40px 40px;
}
.fetu-sec{
    padding: 62px 0;
}
.fetu-box{
    border-radius: 14px;
    background: #899c94;
    transition: all 0.5s ease-in-out;
    outline: 1px solid #f4f4f4;
    outline-offset: 0;
    overflow: hidden;
    height: 93%;
}
.fetu-box:hover{
    transition: all 0.5s ease;
}
.fetu-box img{
    \: 20px 0;
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-bottom: 30px solid #fff;
}
.fetu-box h4{
    font-size: 30px;
    font-weight: 600;
    transition: all 0.5s ease;
    text-transform: capitalize;
    margin: 21px 0;
    padding: 0 30px;
    color: #fff;
}
.fetu-box:hover h4{color: #000000;transition: all 0.5s ease;}
.fetu-box p{
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 30px;
    padding: 0 30px 30px 30px;
    color: #fff;
    width: 85%;
}
.ab-img-tx{
    position: relative;
    height: 600px;
}
.ab-img-tx h4{font-size: 7rem;color: #ddd;text-transform: uppercase;font-weight: 600;}
.gt-about-section{
    background: #f2f2f2;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.gt-about-image img{
    position: absolute;
    right: -28px;
    bottom: 10px;
    width: 300px;
    height: auto;
    z-index: 99;
}
.gt-about-content{
    padding: 100px 0;
}
.feat-tx h4{
    font-size: 8rem;
    line-height: 9rem;
    font-weight: 700;
    color: #0000001c;
    text-transform: uppercase;
}
.course_sec .primary-btn {
    width: auto;
    background: #000000;
}
.course_sec .primary-btn::before {
background: #fff;
}
.course_sec .primary-btn:hover {
color: #000;
}
.header-logo img{
    width: 140px;
    margin: 5px 0 1px 10px;
}
.info-card_content{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
}
.menu-all-pages-container ul li a i{
    font-size: 12px;
}
.sidebar-logo img{
    width: 200px;
}
.sidebar-info-list li img{
    filter: invert(1);
}
.product-box h3{
    font-size: 20px;
}
#cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #666666;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
           color: #ffffff !important;
    }
    .hero-style1 h4{
        color: #fff;
        font-size: 20px;
        width: 78%;
    }
    .sec-title-kl h3{
        font-size: 4rem;
        width: 61%;
        margin: 30px auto;
        font-family: "Playfair Display", serif;
    }
    .sec-title-kl h3 span{
        font-style: italic;
    }
    .gt-about-section .primary-btn {background: #899c94;margin: 0 auto;}
    .gt-section-title h2 span{
        font-style: italic;
    }
    .gt-section-title .gt-text {
        width: 60%;
        margin: 0 auto;
    }
    .ab-img-tx  img{
        height: 100%;
        margin: 0 auto;
    }
    .call-act a{

color: #fff;

font-size: 6rem;

font-family: "Playfair Display", serif;

display: flex;

align-items: center;

}
.call-act a span{

width: 120px;

height: 120px;

background: #dddddd00;

border-radius: 89px;

padding: 20px;
}
     .call-act:hover a span img{
         width: 60%;
         margin: 0 auto;
         transition: all 0.5s ease;
     }
      .call-act:hover a span {background: #899c94;display: flex;align-items: center;justify-content: center;}
      .footer-logo img{
          width: 100px;
      }
      .wid-list{
          border-bottom: 1px solid #dddddd70;
          padding: 10px 0;
      }
.wid-list p{
    font-size: 20px;
    color: #ddd;
    margin: 0 0 5px 0;
}
.wid-list a{
    color: #848484;
}
@media (max-width: 768px) {
.bann-tx{
    display: none;
}
.hero-wrapper {
    height: 100vh;
}
}