@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,800|Teko:300,400,500,600,700&display=swap");

:root {
    --white: #fff;
    --light: #d8dbe0;
    --dark: #28292c;
    --info: #0dcaf0;
    --body: #fff;
    --primary: #f15f22;
    --secondary: var(--primary-title);
    --tertiary: #F0783C;
    --primary-rgb: 91, 88, 255;
    --secondary-rgb: 40, 185, 94;
    --tertiary-rgb: 240, 120, 60;
    --primary-title: #2c234d;
    --secondary-title: #151515;
    --tertiary-title: #494E5C;
    --primary-subtitle: #23262F;
    --secondary-subtitle: #3B3B3B;
    --primary-paragraph: #717b9b;
    --secondary-paragraph: #414456;
    --tertiary-paragraph: #787787;
    --primary-btn: #f15f22;
    --secondary-btn: #F5761D;
    --tertiary-btn: #304839;
    --ratting-color: #FF9B26;
    --ratting-color-rgb: 255, 193, 7;
    --section-bg-one: #FFF3EE;
    --section-bg-two: #FAFAFA;
    --section-bg-three: #00031F;
    --primary-border: rgba(168, 168, 168, 0.42);
    --secondary-border: #dddddd70;
    --tertiary-border: #D0D5DD;
    --primary-shadow: 0px 4.12121px 49.4545px rgba(0, 0, 0, 0.08);
    --panel-bg: #F4F6FA;
    --gray-text: #969696;
    --teko: 'Teko', sans-serif;
    --barlow: 'Barlow', sans-serif
}

.white-bg {
    background: #ffffff
}

.gray-bg {
    background: #f5f5f5
}

.gray-bg {
    background: #f7f7fd
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #16161a
}

.theme-bg {
    background: var(--primary)
}

.brand-bg {
    background: #f1f4fa
}

.testimonial-bg {
    background: #f9fafc
}

.white-color {
    color: #fff
}

.black-color {
    color: #16161a
}

.theme-color {
    color: var(--primary)
}

.boxed-btn {
    background: #fff;
    color: var(--primary) !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: var(--teko);
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid var(--primary);
    letter-spacing: 3px;
    text-align: center;
    color: var(--primary);
    text-transform: uppercase;
    cursor: pointer
}

.boxed-btn:hover {
    background: var(--primary);
    color: #fff !important;
    border: 1px solid var(--primary)
}

.boxed-btn:focus {
    outline: none
}

.boxed-btn.large-width {
    width: 220px
}

.gap-0 {
    grid-gap: 0px !important
}

.gap-1 {
    grid-gap: 1px !important
}

.gap-2 {
    grid-gap: 2px !important
}

.gap-3 {
    grid-gap: 3px !important
}

.gap-4 {
    grid-gap: 4px !important
}

.gap-5 {
    grid-gap: 5px !important
}

.gap-6 {
    grid-gap: 6px !important
}

.gap-7 {
    grid-gap: 7px !important
}

.gap-8 {
    grid-gap: 8px !important
}

.gap-9 {
    grid-gap: 9px !important
}

.gap-10 {
    grid-gap: 10px !important
}

.gap-11 {
    grid-gap: 11px !important
}

.gap-12 {
    grid-gap: 12px !important
}

.gap-13 {
    grid-gap: 13px !important
}

.gap-14 {
    grid-gap: 14px !important
}

.gap-15 {
    grid-gap: 15px !important
}

.gap-16 {
    grid-gap: 16px !important
}

.gap-17 {
    grid-gap: 17px !important
}

.gap-18 {
    grid-gap: 18px !important
}

.gap-19 {
    grid-gap: 19px !important
}

.gap-20 {
    grid-gap: 20px !important
}

.gap-21 {
    grid-gap: 21px !important
}

.gap-22 {
    grid-gap: 22px !important
}

.gap-23 {
    grid-gap: 23px !important
}

.gap-24 {
    grid-gap: 24px !important
}

.gap-25 {
    grid-gap: 25px !important
}

.gap-26 {
    grid-gap: 26px !important
}

.gap-27 {
    grid-gap: 27px !important
}

.gap-28 {
    grid-gap: 28px !important
}

.gap-29 {
    grid-gap: 29px !important
}

.gap-30 {
    grid-gap: 30px !important
}

.gap-31 {
    grid-gap: 31px !important
}

.gap-32 {
    grid-gap: 32px !important
}

.gap-33 {
    grid-gap: 33px !important
}

.gap-34 {
    grid-gap: 34px !important
}

.gap-35 {
    grid-gap: 35px !important
}

.gap-36 {
    grid-gap: 36px !important
}

.gap-37 {
    grid-gap: 37px !important
}

.gap-38 {
    grid-gap: 38px !important
}

.gap-39 {
    grid-gap: 39px !important
}

.gap-40 {
    grid-gap: 40px !important
}

.gap-41 {
    grid-gap: 41px !important
}

.gap-42 {
    grid-gap: 42px !important
}

.gap-43 {
    grid-gap: 43px !important
}

.gap-44 {
    grid-gap: 44px !important
}

.gap-45 {
    grid-gap: 45px !important
}

.gap-46 {
    grid-gap: 46px !important
}

.gap-47 {
    grid-gap: 47px !important
}

.gap-48 {
    grid-gap: 48px !important
}

.gap-49 {
    grid-gap: 49px !important
}

.gap-50 {
    grid-gap: 50px !important
}

body {
    font-family: var(--barlow);
    font-weight: normal;
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--teko);
    color: var(--primary-title);
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}

p {
    font-family: var(--barlow);
    color: #10285d;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal
}

.bg-img-1 {
    background-image: url(../img/slider/slider-img-1.jpg)
}

.bg-img-2 {
    background-image: url(../img/background-img/bg-img-2.jpg)
}

.cta-bg-1 {
    background-image: url(../img/background-img/bg-img-3.jpg)
}

.img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

a, .button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-decoration: none
}

a:focus, .button:focus {
    text-decoration: none;
    outline: none
}

a {
    color: #635c5c
}

a:hover {
    color: #fff
}

a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    text-decoration: none
}

a, button {
    color: #fff;
    outline: medium none
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.capitalize {
    text-transform: capitalize
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%
}

.overlay {
    position: relative;
    z-index: 0
}

.overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.overlay2 {
    position: relative;
    z-index: 0
}

.overlay2::before {
    position: absolute;
    content: "";
    background-color: #2E2200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5
}

.separator {
    border-top: 1px solid #f2f2f2
}

.mb-90 {
    margin-bottom: 90px
}

@media (max-width: 767px) {
    .mb-90 {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mb-90 {
        margin-bottom: 45px
    }
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    font-size: 22px;
    color: #646464;
    opacity: 1;
    visibility: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 40px
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -30px
}

.owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0;
    top: 1px
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    right: 1px;
    top: 0px
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: var(--primary)
}

.btn {
    background: var(--primary-btn);
    padding: 27px 30px;
    text-transform: capitalize;
    font-family: var(--barlow);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    -moz-user-select: none;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #e0581e;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none
}

.header-btn {
    padding: 22px 18px;
    font-weight: 600
}

.submit-btn {
    width: 100%;
    background: var(--primary-btn);
    padding: 19px 44px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: var(--barlow);
    font-size: 14px;
    border-radius: 5px;
    border: 0
}

.hero-btn {
    padding: 26px 38px
}

@media (max-width: 575px) {
    .hero-btn {
        margin-bottom: 10px
    }
}

@media (max-width: 575px) {
    .btn.btn-black.f-right {
        float: left;
        margin-top: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn.btn-black.f-right {
        float: left;
        margin-top: 20px
    }
}

.submit-btn2 {
    background: var(--primary);
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    border-radius: 6px
}

.primary-btn {
    border: 0;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    background: var(--primary-btn);
    padding: 9px 20px;
    font-family: var(--barlow);
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid transparent
}

.primary-btn:hover {
    background: none;
    border: 1px solid var(--primary);
    color: var(--primary)
}

.border-btn {
    border: 1px solid #ffffff;
    color: #fff;
    background: none;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 24px 35px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0
}

.border-btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--primary);
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0
}

.border-btn:hover {
    border: 1px solid var(--primary)
}

.border-btn:hover::before {
    transform: scaleY(1);
    border: 1px solid transparent
}

.breadcrumb > .active {
    color: #888
}

#scrollUp, #back-top {
    background: var(--primary);
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    z-index: 10;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2)
}

@media (max-width: 575px) {
    #scrollUp, #back-top {
        right: 16px
    }
}

#scrollUp a i, #back-top a i {
    display: block;
    line-height: 50px
}

#scrollUp:hover {
    color: #fff
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff
}

.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
}

.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
}

.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
}

.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
}

.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
}

.pt-260 {
    padding-top: 260px
}

.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
}

.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
}

.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
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.heartbeat {
    animation: heartbeat 1s infinite alternate
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: var(--primary);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.section-padding2 {
    padding-top: 100px;
    padding-bottom: 76px
}

@media (max-width: 991px) {
    .section-padding2 {
        padding-top: 70px;
        padding-bottom: 46px
    }
}

.top-padding {
    padding-top: 100px
}

@media (max-width: 991px) {
    .top-padding {
        padding-top: 80px
    }
}

.top-padding2 {
    padding-top: 60px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-padding2 {
        padding-top: 60px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-padding2 {
        padding-top: 60px
    }
}

@media (max-width: 575px) {
    .top-padding2 {
        padding-top: 60px
    }
}

.bottom-padding {
    padding-bottom: 100px
}

@media (max-width: 991px) {
    .bottom-padding {
        padding-bottom: 70px
    }
}

.bottom-padding2 {
    padding-bottom: 80px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bottom-padding2 {
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bottom-padding2 {
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .bottom-padding2 {
        padding-bottom: 70px
    }
}

.footer-padding {
    padding-top: 105px;
    padding-bottom: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding {
        padding-top: 105px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px
    }
}

@media (max-width: 575px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px
    }
}

@media (max-width: 575px) {
    .section-tittle {
        margin-bottom: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle {
        margin-bottom: 50px
    }
}

.section-tittle span {
    font-size: 18px;
    display: block;
    color: var(--primary);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 17px
}

.section-tittle h2 {
    font-size: 50px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle h2 {
        font-size: 42px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 {
        font-size: 31px
    }
}

@media (max-width: 575px) {
    .section-tittle h2 {
        font-size: 30px;
        line-height: 1.6
    }
}

.section-tittle p {
    color: #717b9b
}

.section-tittle2 h2 {
    color: #fff
}

.section-tittle2 p {
    color: #fff
}

.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.section-bg-one {
    background-color: #F9F9F9E8
}

.section-bg-two {
    background-color: #F2E1D9
}

.g-24 {
    --bs-gutter-y: 24px
}

.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.overlay::before {
    background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%);
    background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%);
    background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%)
}

.hero-overly::before {
    background: -moz-linear-gradient(left, rgba(29, 37, 70, 0.78) 0%, rgba(30, 38, 72, 0.77) 1%, rgba(30, 38, 72, 0.74) 3%, rgba(30, 38, 72, 0.73) 4%, rgba(30, 38, 72, 0.7) 6%, rgba(30, 38, 72, 0.66) 9%, rgba(30, 38, 72, 0.64) 11%, rgba(30, 38, 71, 0.63) 12%, rgba(30, 38, 72, 0.6) 14%, rgba(30, 38, 72, 0.59) 15%, rgba(29, 38, 72, 0.58) 16%, rgba(30, 37, 72, 0.57) 17%, rgba(29, 38, 72, 0.56) 18%, rgba(30, 37, 70, 0.55) 19%, rgba(29, 36, 70, 0.54) 20%, rgba(30, 38, 72, 0.53) 21%, rgba(30, 38, 72, 0.52) 22%, rgba(31, 39, 71, 0.51) 23%, rgba(29, 37, 70, 0.5) 24%, rgba(30, 39, 71, 0.49) 25%, rgba(29, 37, 70, 0.48) 26%, rgba(30, 39, 71, 0.47) 27%, rgba(30, 37, 73, 0.46) 28%, rgba(29, 39, 73, 0.45) 29%, rgba(27, 37, 70, 0.44) 30%, rgba(31, 39, 72, 0.43) 31%, rgba(29, 36, 70, 0.42) 32%, rgba(30, 38, 71, 0.41) 33%, rgba(31, 37, 71, 0.4) 34%, rgba(30, 39, 71, 0.39) 35%, rgba(31, 37, 71, 0.38) 36%, rgba(29, 38, 73, 0.37) 37%, rgba(30, 36, 73, 0.36) 38%, rgba(31, 38, 73, 0.35) 39%, rgba(29, 36, 69, 0.33) 40%, rgba(30, 38, 72, 0.32) 41%, rgba(28, 36, 73, 0.3) 42%, rgba(29, 37, 70, 0.28) 43%, rgba(27, 36, 72, 0.27) 44%, rgba(28, 38, 71, 0.26) 45%, rgba(30, 40, 70, 0.24) 46%, rgba(27, 38, 71, 0.22) 47%, rgba(28, 40, 74, 0.21) 48%, rgba(31, 37, 68, 0.2) 49%, rgba(27, 34, 67, 0.18) 50%, rgba(29, 36, 73, 0.16) 51%, rgba(25, 33, 74, 0.15) 52%, rgba(35, 35, 70, 0.14) 53%, rgba(29, 39, 69, 0.12) 54%, rgba(23, 35, 70, 0.11) 55%, rgba(27, 40, 81, 0.09) 56%, rgba(34, 34, 68, 0.08) 57%, rgba(39, 39, 78, 0.06) 58%, rgba(28, 28, 57, 0.05) 59%, rgba(42, 42, 85, 0.03) 60%, rgba(85, 85, 85, 0.02) 61%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(29, 37, 70, 0.78) 0%, rgba(30, 38, 72, 0.77) 1%, rgba(30, 38, 72, 0.74) 3%, rgba(30, 38, 72, 0.73) 4%, rgba(30, 38, 72, 0.7) 6%, rgba(30, 38, 72, 0.66) 9%, rgba(30, 38, 72, 0.64) 11%, rgba(30, 38, 71, 0.63) 12%, rgba(30, 38, 72, 0.6) 14%, rgba(30, 38, 72, 0.59) 15%, rgba(29, 38, 72, 0.58) 16%, rgba(30, 37, 72, 0.57) 17%, rgba(29, 38, 72, 0.56) 18%, rgba(30, 37, 70, 0.55) 19%, rgba(29, 36, 70, 0.54) 20%, rgba(30, 38, 72, 0.53) 21%, rgba(30, 38, 72, 0.52) 22%, rgba(31, 39, 71, 0.51) 23%, rgba(29, 37, 70, 0.5) 24%, rgba(30, 39, 71, 0.49) 25%, rgba(29, 37, 70, 0.48) 26%, rgba(30, 39, 71, 0.47) 27%, rgba(30, 37, 73, 0.46) 28%, rgba(29, 39, 73, 0.45) 29%, rgba(27, 37, 70, 0.44) 30%, rgba(31, 39, 72, 0.43) 31%, rgba(29, 36, 70, 0.42) 32%, rgba(30, 38, 71, 0.41) 33%, rgba(31, 37, 71, 0.4) 34%, rgba(30, 39, 71, 0.39) 35%, rgba(31, 37, 71, 0.38) 36%, rgba(29, 38, 73, 0.37) 37%, rgba(30, 36, 73, 0.36) 38%, rgba(31, 38, 73, 0.35) 39%, rgba(29, 36, 69, 0.33) 40%, rgba(30, 38, 72, 0.32) 41%, rgba(28, 36, 73, 0.3) 42%, rgba(29, 37, 70, 0.28) 43%, rgba(27, 36, 72, 0.27) 44%, rgba(28, 38, 71, 0.26) 45%, rgba(30, 40, 70, 0.24) 46%, rgba(27, 38, 71, 0.22) 47%, rgba(28, 40, 74, 0.21) 48%, rgba(31, 37, 68, 0.2) 49%, rgba(27, 34, 67, 0.18) 50%, rgba(29, 36, 73, 0.16) 51%, rgba(25, 33, 74, 0.15) 52%, rgba(35, 35, 70, 0.14) 53%, rgba(29, 39, 69, 0.12) 54%, rgba(23, 35, 70, 0.11) 55%, rgba(27, 40, 81, 0.09) 56%, rgba(34, 34, 68, 0.08) 57%, rgba(39, 39, 78, 0.06) 58%, rgba(28, 28, 57, 0.05) 59%, rgba(42, 42, 85, 0.03) 60%, rgba(85, 85, 85, 0.02) 61%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(29, 37, 70, 0.78) 0%, rgba(30, 38, 72, 0.77) 1%, rgba(30, 38, 72, 0.74) 3%, rgba(30, 38, 72, 0.73) 4%, rgba(30, 38, 72, 0.7) 6%, rgba(30, 38, 72, 0.66) 9%, rgba(30, 38, 72, 0.64) 11%, rgba(30, 38, 71, 0.63) 12%, rgba(30, 38, 72, 0.6) 14%, rgba(30, 38, 72, 0.59) 15%, rgba(29, 38, 72, 0.58) 16%, rgba(30, 37, 72, 0.57) 17%, rgba(29, 38, 72, 0.56) 18%, rgba(30, 37, 70, 0.55) 19%, rgba(29, 36, 70, 0.54) 20%, rgba(30, 38, 72, 0.53) 21%, rgba(30, 38, 72, 0.52) 22%, rgba(31, 39, 71, 0.51) 23%, rgba(29, 37, 70, 0.5) 24%, rgba(30, 39, 71, 0.49) 25%, rgba(29, 37, 70, 0.48) 26%, rgba(30, 39, 71, 0.47) 27%, rgba(30, 37, 73, 0.46) 28%, rgba(29, 39, 73, 0.45) 29%, rgba(27, 37, 70, 0.44) 30%, rgba(31, 39, 72, 0.43) 31%, rgba(29, 36, 70, 0.42) 32%, rgba(30, 38, 71, 0.41) 33%, rgba(31, 37, 71, 0.4) 34%, rgba(30, 39, 71, 0.39) 35%, rgba(31, 37, 71, 0.38) 36%, rgba(29, 38, 73, 0.37) 37%, rgba(30, 36, 73, 0.36) 38%, rgba(31, 38, 73, 0.35) 39%, rgba(29, 36, 69, 0.33) 40%, rgba(30, 38, 72, 0.32) 41%, rgba(28, 36, 73, 0.3) 42%, rgba(29, 37, 70, 0.28) 43%, rgba(27, 36, 72, 0.27) 44%, rgba(28, 38, 71, 0.26) 45%, rgba(30, 40, 70, 0.24) 46%, rgba(27, 38, 71, 0.22) 47%, rgba(28, 40, 74, 0.21) 48%, rgba(31, 37, 68, 0.2) 49%, rgba(27, 34, 67, 0.18) 50%, rgba(29, 36, 73, 0.16) 51%, rgba(25, 33, 74, 0.15) 52%, rgba(35, 35, 70, 0.14) 53%, rgba(29, 39, 69, 0.12) 54%, rgba(23, 35, 70, 0.11) 55%, rgba(27, 40, 81, 0.09) 56%, rgba(34, 34, 68, 0.08) 57%, rgba(39, 39, 78, 0.06) 58%, rgba(28, 28, 57, 0.05) 59%, rgba(42, 42, 85, 0.03) 60%, rgba(85, 85, 85, 0.02) 61%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c71d2546', endColorstr='#00000000', GradientType=1)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-bottom {
        padding: 15px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-bottom {
        padding: 15px 0px
    }
}

@media (max-width: 575px) {
    .header-area .header-bottom {
        padding: 15px 0px
    }
}

.header-area {
    background: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

@media (max-width: 575px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

.header-area .header-top {
    background: var(--primary);
    border-bottom: 1px solid var(--primary);
    padding: 4px 0px
}

.header-area .header-top .header-info-left .select-language {
    margin-right: 20px
}

.header-area .header-top .header-info-left .select-language .nice-select {
    background-color: #fff;
    border: none;
    color: var(--primary);
    line-height: 26px;
    height: 26px;
    border-radius: 5px;
    padding-left: 11px;
    padding-right: 22px
}

.header-area .header-top .header-info-left .select-language .nice-select .option:hover, .header-area .header-top .header-info-left .select-language .nice-select .option.focus, .header-area .header-top .header-info-left .select-language .nice-select .option.selected.focus {
    background-color: var(--primary)
}

.header-area .header-top .header-info-left .select-language .nice-select .list {
    background-color: #786969;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 9px
}

.header-area .header-top .header-info-left .select-language .nice-select .list li {
    margin-right: 0;
    display: block;
    color: #fff
}

.header-area .header-top .header-info-left .select-language .nice-select::after {
    border-bottom: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    height: 7px;
    width: 7px;
    margin-top: -5px;
    right: 10px;
    top: 52%
}

.header-area .header-top .header-info-left ul li{
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px
}
.header-area .header-top .header-info-left ul li a{color:#fff}
.header-area .header-top .header-info-left ul li:not(:last-child) {
    border-right: 1px solid #d5d3d3;
    margin-right: 10px;
    padding-right: 10px
}

.header-area .header-top .header-info-left ul li i {
    margin-right: 8px
}

.header-area .header-top .header-info-right .header-social li {
    display: inline-block
}

.header-area .header-top .header-info-right .header-social li a {
    color: #fff;
    font-size: 14px;
    padding-left: 25px
}

.header-area .header-top .header-info-right .header-social li a:hover {
    color: #fff
}

.main-header {
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header .main-menu {
        margin-right: 30px
    }
}

.main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.main-header .main-menu ul li a {
    color: #000;
    font-weight: 600;
    padding: 25px 19px;
    display: block;
    font-size: 16px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-transform: capitalize
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul li a {
        padding: 25px 10px
    }
}

.main-header .main-menu ul li:hover > a {
    color: var(--primary)
}

.main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: rgba(0, 12, 32, 0.8);
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    border-top: 5px solid var(--primary);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.main-header .main-menu ul ul.submenu > li {
    margin-left: 7px;
    display: block
}

.main-header .main-menu ul ul.submenu > li > a {
    padding: 6px 10px !important;
    font-size: 16px;
    color: #fdfdfd
}

.main-header .main-menu ul ul.submenu > li > a:hover {
    color: var(--primary);
    background: none;
    padding-left: 13px !important
}

.main-header ul > li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9
}

.header-area .header-top .header-info-right .header-social a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.header-area .header-top .header-info-right .header-social a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.header-sticky.sticky-bar {
    background: #fff
}

.header-sticky.sticky-bar.sticky .main-menu ul li a {
    padding: 20px 20px !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media (max-width: 575px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99
}

.mobile_menu .slicknav_menu {
    background: transparent;
    margin-top: 0px !important
}

.mobile_menu .slicknav_menu .slicknav_btn {
    top: -32px
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: var(--primary) !important
}

.mobile_menu .slicknav_menu .slicknav_nav {
    margin-top: 9px !important
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: var(--primary)
}

.mobile_menu .slicknav_menu .slicknav_nav a {
    font-size: 15px;
    padding: 7px 10px
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
    padding: 0 !important
}

.slider-height {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 800px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        min-height: 600px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        min-height: 600px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        min-height: 650px
    }
}

@media (max-width: 575px) {
    .slider-height {
        min-height: 600px
    }
}

.slider-height2 {
    background-image: url(../img/hero/hero2.jpg);
    min-height: 290px;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 575px) {
    .slider-height2 {
        min-height: 260px
    }
}

.slider-area .hero__caption {
    overflow: hidden;
    padding-top: 20px
}

@media (max-width: 575px) {
    .slider-area .hero__caption {
        padding-top: 10px
    }
}

.slider-area .hero__caption h1 {
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    line-height: 78px;
    text-transform: capitalize;
    margin-bottom: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero__caption h1 {
        font-size: 60px;
        line-height: 1.2
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption h1 {
        font-size: 63px;
        line-height: 1.1
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption h1 {
        font-size: 56px;
        line-height: 1.1
    }
}

@media (max-width: 575px) {
    .slider-area .hero__caption h1 {
        font-size: 47px;
        line-height: 1.1
    }
}

.slider-area .hero__caption h1 span {
    color: var(--primary)
}

.slider-area .hero__caption p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 42px;
    font-size: 18px
}

@media (max-width: 575px) {
    .slider-area .hero-cap2 {
        padding-top: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-cap2 {
        padding-top: 50px
    }
}

.slider-area .hero-cap2 h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-cap2 h1 {
        font-size: 37px
    }
}

@media (max-width: 575px) {
    .slider-area .hero-cap2 h1 {
        font-size: 26px
    }
}

.slider-area .page-list{
    display: flex;
    gap: 15px;
}

.hero-overly {
    position: relative;
    z-index: 0
}

.hero-overly::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat
}

.slider-active.dot-style .slick-dots {
    left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .slider-active.dot-style .slick-dots {
        right: 30px;
        left: inherit
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-active.dot-style .slick-dots {
        right: 30px;
        left: inherit
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-active.dot-style .slick-dots {
        right: 30px;
        left: inherit;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-active.dot-style .slick-dots {
        right: 30px;
        left: inherit;
        top: 50%;
        transform: translateY(-50%)
    }
}

.slider-active.dot-style .slick-dots li {
    display: block;
    margin-bottom: 3px
}

.slider-active.dot-style .slick-dots li.slick-active button::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid var(--primary);
    left: 50%;
    margin: 0 auto;
    text-align: center;
    top: 45%;
    transform: translateY(-48%) translateX(-48%);
    border-radius: 50%;
    line-height: 25px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.slider-active.dot-style .slick-dots button {
    text-indent: -100000px;
    height: 10px;
    width: 10px;
    border: 0;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
    margin-bottom: 15px;
    background: #fff
}

.slider-active.dot-style .slick-dots .slick-active button {
    background: var(--primary);
    position: relative;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.about-low-area {
    position: relative;
    position: relative
}

.about-low-area.about-low-area2::before {
    position: unset;
    background: none
}

.about-low-area .about-caption p.about-cap-top {
    font-size: 16px;
    color: #5E5E5E;
    line-height: 1.6;
    margin-bottom: 29px;
    padding-right: 100px;
    font-weight: 500
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-low-area .about-caption p.about-cap-top {
        padding-right: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-low-area .about-caption p.about-cap-top {
        padding-right: 0px
    }
}

@media (max-width: 575px) {
    .about-low-area .about-caption p.about-cap-top {
        padding-right: 0px
    }
}

.about-low-area .about-caption p {
    font-size: 16px;
    color: #071112;
    line-height: 1.6;
    margin-bottom: 33px;
    padding-right: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-low-area .about-caption p {
        padding-right: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-low-area .about-caption p {
        padding-right: 0px
    }
}

@media (max-width: 575px) {
    .about-low-area .about-caption p {
        padding-right: 0px
    }
}

.about-low-area .about-right-cap {
    position: relative
}

.about-low-area .about-right-cap .about-right-img img {
    width: 100%;
    margin-bottom: 15px
}

.about-low-area .about-right-cap p {
    font-size: 22px;
    color: #140C40;
    font-weight: 300;
    line-height: 1.5
}

.about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px
}

@media (max-width: 575px) {
    .about-low-area .about-right-cap .about-right-cap2 {
        margin-bottom: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-low-area .about-right-cap .about-right-cap2 {
        margin-bottom: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-low-area .about-right-cap .about-right-cap2 {
        margin-bottom: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-low-area .about-right-cap .about-right-cap2 {
        margin-bottom: 0px
    }
}

.about-low-area .single-counter {
    margin-bottom: 10px
}

.about-low-area .single-counter .counter {
    color: var(--primary);
    font-size: 50px;
    font-weight: 600;
    font-family: var(--teko);
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    text-transform: uppercase
}

@media (max-width: 575px) {
    .about-low-area .single-counter .counter {
        font-size: 40px
    }
}

.about-low-area .single-counter p {
    color: var(--primary);
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: var(--teko)
}

@media (max-width: 575px) {
    .about-low-area .single-counter p {
        font-size: 40px
    }
}

.about-low-area .pera-count h5 {
    color: #131933;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 11px;
    font-family: var(--barlow)
}

.about-low-area .pera-count p {
    color: #132E43;
    font-size: 22px;
    line-height: 1.4
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-low-area .pera-count p {
        font-size: 17px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-low-area .pera-count p {
        font-size: 17px
    }
}

@media (max-width: 575px) {
    .about-caption {
        margin-bottom: 35px
    }
}

@media (max-width: 575px) {
    .bg-height.pb-160 {
        padding-bottom: 100px
    }
}

.services-two .single-services {
    border: 1px solid #E2E2E2;
    padding: 20px 20px 40px 20px;
    transition: .4s;
    position: relative;
    overflow: hidden
}

.services-two .single-services::after {
    transition: .4s;
    content: "";
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    background: var(--primary);
    height: 4px;
    width: 0%;
    z-index: 2
}

.services-two .single-services .services-img {
    text-align: center;
    background: #F5F5F5;
    margin-bottom: 30px
}

.services-two .single-services .services-img img {
    width: 100%
}

.services-two .single-services .services-img .services-btn {
    color: var(--white);
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--btn-color-one);
    padding: 25px 17px;
    font-size: 16px !important;
    width: 123px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden
}

.services-two .single-services .servicess-cap span {
    color: var(--primary-paragraph);
    margin-bottom: 11px;
    display: block
}

.services-two .single-services .servicess-cap .title {
    color: var(--primary-title);
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 12px;
    display: block
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-two .single-services .servicess-cap .title {
        font-size: 20px
    }
}

.services-two .single-services .servicess-cap .title:hover {
    color: var(--primary-title)
}

.services-two .single-services .servicess-cap .pera {
    color: var(--primary-paragraph);
    margin-bottom: 47px;
    font-size: 18px
}

.services-two .single-services .servicess-cap .red-btn2 {
    width: 100px;
    height: 90px;
    line-height: 60px;
    border-radius: 50%;
    display: block;
    position: absolute;
    font-size: 29px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -51px;
    background: #FF5F135E;
    color: #fff
}

.services-two .single-services:hover {
    background: #F5F5F5
}

.services-two .single-services:hover::after {
    width: 100%
}

.services-two .single-services:hover .services-img::before {
    opacity: 1;
    visibility: visible
}

.services-two .single-services:hover .servicess-cap .red-btn2 {
    bottom: -40px;
    background: var(--primary);
    border: 1px solid transparent
}

.services-two .single-services:hover .servicess-cap .red-btn2 i {
    color: var(--white)
}

.categories-area2 {
    padding-top: 100px;
    padding-bottom: 50px;
    background: var(--section-bg-one)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .categories-area2 {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area2 {
        padding-top: 65px;
        padding-bottom: 0px
    }
}

@media (max-width: 575px) {
    .categories-area2 {
        padding-top: 65px;
        padding-bottom: px
    }
}

.categories-area2 .single-cat {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    z-index: 1
}

.categories-area2 .single-cat .cat-icon img {
    margin-bottom: 26px;
    display: block
}

.categories-area2 .single-cat .cat-cap h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    text-transform: capitalize;
    color: #2B2B2B;
    font-family: var(--barlow)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .categories-area2 .single-cat .cat-cap h5 {
        font-size: 17px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area2 .single-cat .cat-cap h5 {
        font-size: 17px
    }
}

@media (max-width: 575px) {
    .categories-area2 .single-cat .cat-cap h5 {
        font-size: 23px
    }
}

.categories-area2 .single-cat .cat-cap p {
    color: #57667e;
    font-size: 16px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area2 .single-cat .cat-cap p {
        font-size: 15px
    }
}

.categories-area2 .single-cat .cat-cap a {
    color: #1c165c;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.categories-area2 .single-cat:hover .cat-cap h5 {
    color: #000
}

.login-bg {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/hero/h1_hero.jpg)
}



.login-form-area .login-form {
    background: #fff;
    padding: 55px 60px 50px 50px;
    box-shadow: 0px 10px 30px 0px rgba(13, 12, 13, 0.2)
}

@media (max-width: 575px) {
    .login-form-area .login-form {
        padding: 40px 20px 20px 26px
    }
}

.login-form-area .login-form .login-heading {
    text-align: center
}

.login-form-area .login-form .login-heading span {
    color: #140C40;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    text-transform: capitalize
}

.login-form-area .login-form .input-box {
    padding-top: 35px;
    padding-bottom: 75px
}

@media (max-width: 575px) {
    .login-form-area .login-form .input-box {
        padding-top: 28px;
        padding-bottom: 10px
    }
}

.login-form-area .login-form .input-box .single-input-fields label {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
    color: #140C40;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left
}

.login-form-area .login-form .input-box .single-input-fields input {
    border: 1px solid #C9C9C9;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 25px;
    color: #000
}

.login-form-area .login-form .input-box .single-input-fields input::placeholder {
    color: #777777;
    font-weight: 300;
    font-size: 13px
}

.login-form-area .login-form .login-footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-form-area .login-form .login-footer {
        display: block;
        text-align: start
    }
}

@media (max-width: 575px) {
    .login-form-area .login-form .login-footer {
        display: block;
        text-align: start
    }
}

.login-form-area .login-form .login-footer p {
    margin: 0
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login-form-area .login-form .login-footer p {
        margin-bottom: 28px;
        display: block
    }
}

@media (max-width: 575px) {
    .login-form-area .login-form .login-footer p {
        margin-bottom: 28px;
        display: block
    }
}

.login-form-area .login-form .login-footer p a {
    color: var(--primary)
}

.login-check {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    overflow: hidden
}

@media (max-width: 575px) {
    .login-check {
        display: block
    }
}

.login-check input[type=checkbox] + label {
    display: inline-block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0;
    margin: 0 0 13px 0
}

.login-check input[type=checkbox] {
    display: none
}

.login-check input[type="checkbox"] + label::before {
    content: "\2714";
    border: 0.1em solid #e4e4e4;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s
}

.login-check input[type=checkbox] + label:active:before {
    transform: scale(0)
}

.login-check input[type=checkbox]:checked + label:before {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    line-height: 18px
}

.login-check a {
    color: var(--primary);
    font-size: 14px;
    font-weight: 400
}

.login-check a:hover {
    color: var(--primary)
}

@media (max-width: 575px) {
    .login-check a {
        float: left;
        display: block;
        padding-top: 7px;
        margin-bottom: 10px
    }
}


.register-form-area .register-form {
    background: #fff;
    padding: 55px 60px 50px 50px;
    box-shadow: 0px 10px 30px 0px rgba(13, 12, 13, 0.2)
}

@media (max-width: 575px) {
    .register-form-area .register-form {
        padding: 40px 20px 20px 26px
    }
}

.register-form-area .register-form .register-heading {
    text-align: center
}

.register-form-area .register-form .register-heading span {
    color: #140C40;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    text-transform: capitalize
}

.register-form-area .register-form .input-box {
    padding-top: 35px;
    padding-bottom: 60px
}

@media (max-width: 575px) {
    .register-form-area .register-form .input-box {
        padding-top: 28px;
        padding-bottom: 20px
    }
}

.register-form-area .register-form .input-box .single-input-fields label {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
    color: #140C40;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left
}

.register-form-area .register-form .input-box .single-input-fields input {
    border: 1px solid #C9C9C9;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 25px;
    color: #000
}

.register-form-area .register-form .input-box .single-input-fields input::placeholder {
    color: #777777;
    font-weight: 300;
    font-size: 13px
}

.register-form-area .register-form .register-footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .register-form-area .register-form .register-footer {
        display: block;
        text-align: start
    }
}

@media (max-width: 575px) {
    .register-form-area .register-form .register-footer {
        display: block;
        text-align: start
    }
}

.register-form-area .register-form .register-footer p {
    margin: 0
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .register-form-area .register-form .register-footer p {
        margin-bottom: 28px;
        display: block
    }
}

@media (max-width: 575px) {
    .register-form-area .register-form .register-footer p {
        margin-bottom: 28px;
        display: block
    }
}

.register-form-area .register-form .register-footer p a {
    color: var(--primary)
}

.submit-btn3 {
    background: var(--primary-btn);
    height: 60px;
    padding: 10px 43px;
    border: 0;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0px
}

.bGButton {
    line-height: 1;
    margin-right: 20px;
    margin-bottom: 15px
}

.bGButton button {
    padding: 5px;
    margin-right: 1px;
    border: 0
}

.ratting {
    margin-bottom: 5px;
    line-height: 1
}

.ratting ul li {
    display: inline-block;
    margin-bottom: 5px
}

.ratting ul li i {
    color: #f7b614;
    font-size: 13px
}

.single-product {
    transition: .4s
}

.single-product .product-img {
    overflow: hidden;
    position: relative
}

.single-product .product-img:after {
    transition: .4s;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(235, 235, 235, 0.9);
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.single-product .product-img img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    transform: scale(1)
}

.single-product .product-img .cart-btn {
    width: 140px;
    position: absolute;
    bottom: 15%;
    left: 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    visibility: hidden
}

.single-product .product-img .cart-icon {
    position: absolute;
    right: 25px;
    top: 27px;
    z-index: 3;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    visibility: hidden
}

.single-product .product-img .cart-icon li {
    margin-bottom: 5px
}

.single-product .product-img .cart-icon li button {
    width: 30px;
    line-height: 31px;
    height: 30px;
    background: var(--white);
    display: inline-block;
    color: var(--primary-title);
    font-size: 16px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    transition-delay: 0s;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.12) 0px 6px 6px;
    border-radius: 4px;
    transform: translateX(-20px)
}

.single-product .product-img .cart-icon li button:hover {
    color: var(--primary)
}

.single-product .product-img .cart-icon li a {
    width: 30px;
    line-height: 31px;
    height: 30px;
    background: var(--white);
    display: inline-block;
    color: var(--primary-title);
    font-size: 16px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    transition-delay: 0s;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.12) 0px 6px 6px;
    border-radius: 4px;
}

.single-product .product-img .cart-icon li a:hover {
    color: var(--primary)
}

.single-product .product-img .cart-icon li:nth-child(1) button {
    transition-delay: 0.0s
}

.single-product .product-img .cart-icon li:nth-child(2) button {
    transition-delay: 0.1s
}

.single-product .product-img .cart-icon li:nth-child(3) button {
    transition-delay: 0.3s
}

.single-product .product-img .sticky {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 0;
    text-align: left
}

.single-product .product-img .sticky span {
    color: var(--white);
    background: var(--primary);
    font-size: 12px;
    padding: 1px 4px;
    margin-bottom: 2px;
    display: inline-block;
    width: 44px;
    text-align: center
}

.single-product .product-img .sticky span:last-child {
    background-color: var(--secondary)
}

.single-product .product-text {
    background-color: var(--white);
    padding: 22px 10px 25px 10px
}

.single-product .product-text .title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600
}

.single-product .product-text .title:hover {
    color: var(--primary)
}

.single-product .product-text .pera {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1
}

.single-product .product-text .product-price strong {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    color: var(--primary-title);
    position: relative
}

.single-product .product-text .product-price strong::before {
    position: absolute;
    content: "";
    height: 7px;
    background: #ffced3;
    width: 100%;
    display: inline-block;
    left: 0;
    bottom: 2px;
    z-index: -1
}

.single-product .product-text .product-price small {
    font-weight: 400;
    position: relative;
    color: var(--primary-title);
    font-size: 16px;
    line-height: 1;
    margin: 0;
    margin-left: 29px;
    top: -2px;
    display: inline-block;
    position: relative
}

.single-product .product-text .product-price small::before {
    position: absolute;
    content: "";
    height: 1px;
    background: var(--primary-title);
    top: 50%;
    width: 100%;
    transform: translateX(-50%);
    display: inline-block;
    left: 50%
}

.single-product .product_review_count p, .single-product .product_review_count span {
    font-size: 12px;
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: 300
}

.single-product .product_review_count span {
    text-decoration: line-through;
    text-decoration-color: var(--primary)
}

.single-product:hover:after {
    transition: .4s;
    opacity: 1;
    visibility: visible
}

.single-product:hover .product-img img {
    transform: scale(1.05)
}

.single-product:hover .product-img .cart-icon {
    opacity: 1;
    visibility: visible
}

.single-product:hover .product-img .cart-icon button {
    transform: translateX(0px)
}

.s_product_img .carousel {
    position: relative
}

.s_product_img .carousel .carousel-indicators {
    margin: 0px;
    right: 20px;
    width: auto;
    left: auto;
    bottom: 30px
}

.s_product_img .carousel .carousel-indicators li {
    height: 60px;
    width: 60px;
    background: transparent;
    text-indent: 0;
    margin-right: 10px;
    position: relative
}

.s_product_img .carousel .carousel-indicators li:after {
    display: none
}

.s_product_img .carousel .carousel-indicators li:before {
    content: "";
    background: rgba(197, 50, 45, 0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0
}

.s_product_img .carousel .carousel-indicators li.active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .s_product_text {
        margin-top: 30px
    }
}

.s_product_text h5 {
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 40px
}

@media (max-width: 576px) {
    .s_product_text h5 {
        margin-bottom: 15px
    }
}

.s_product_text h5 span {
    margin: 0 10px
}

.s_product_text h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-title);
    margin-bottom: 10px
}

.s_product_text h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 15px
}

.s_product_text .list li {
    margin-bottom: 10px
}

.s_product_text .list li a {
    font-size: 14px;
    font-family: #2e2e2e;
    font-weight: normal;
    color: #555555
}

.s_product_text .list li a span {
    width: 90px;
    display: inline-block
}

.s_product_text .list li a span:hover {
    color: #555
}

.s_product_text .list li a.active {
    color: var(--primary)
}

.s_product_text .list li a.active span {
    color: #555
}

.s_product_text p {
    padding-top: 20px;
    border-top: 1px dotted #d5d5d5;
    margin: 20px 0
}

.s_product_text .card_area .main_btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px
}

.s_product_text .card_area .icon_btn {
    margin-right: 10px;
    background: #f2f2f2;
    border-radius: 3px;
    color: var(--primary-title);
    display: inline-block;
    line-height: 40px;
    text-align: center;
    padding: 0px 13px;
    font-size: 14px
}

.s_product_text .card_area .icon_btn:hover {
    background: #fff;
    box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1)
}

.product_description_area {
    padding-bottom: 120px;
    margin-top: 60px
}

@media (max-width: 991px) {
    .product_description_area {
        margin-top: 0px;
        padding-bottom: 70px
    }
}

.product_description_area .nav.nav-tabs {
    display: block;
    border: none;
    padding: 10px 0px
}

.product_description_area .nav.nav-tabs li {
    display: inline-block;
    margin-right: 7px
}

.product_description_area .nav.nav-tabs li:last-child {
    margin-right: 0px
}

.product_description_area .nav.nav-tabs li a {
    padding: 0px;
    border: none;
    line-height: 38px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 0px 30px;
    color: var(--primary-title);
    font-size: 13px;
    font-weight: normal;
    border-radius: 50px
}

@media (max-width: 991px) {
    .product_description_area .nav.nav-tabs li a {
        padding: 0px 20px;
        margin-bottom: 10px
    }
}

.product_description_area .nav.nav-tabs li a.active {
    background: var(--primary);
    color: #fff !important;
    border-color: var(--primary)
}

.product_description_area .tab-content {
    padding-top: 30px
}

.product_description_area .tab-content .total_rate .box_total {
    background: #f2f2f2;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #eee
}

.product_description_area .tab-content .total_rate .box_total h4 {
    color: var(--primary);
    font-size: 48px;
    font-weight: bold
}

.product_description_area .tab-content .total_rate .box_total h5 {
    color: var(--primary-title);
    margin-bottom: 0px;
    font-size: 24px
}

.product_description_area .tab-content .total_rate .box_total h6 {
    color: var(--primary-title);
    margin-bottom: 0px;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: normal
}

.product_description_area .tab-content .total_rate .rating_list {
    margin-bottom: 30px
}

.product_description_area .tab-content .total_rate .rating_list h3 {
    font-size: 18px;
    color: var(--primary-title);
    font-family: #2e2e2e;
    font-weight: 700;
    margin-bottom: 10px
}

.product_description_area .tab-content .total_rate .rating_list .list li a {
    font-size: 14px;
    color: #2e2e2e
}

.product_description_area .tab-content .total_rate .rating_list .list li a i {
    color: #fbd600
}

.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
    color: #eeeeee
}

.product_description_area .tab-content .table {
    margin-bottom: 0px
}

.product_description_area .tab-content .table tbody tr td {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 14px;
    padding-bottom: 14px
}

.product_description_area .tab-content .table tbody tr td h5 {
    font-size: 18px;
    font-family: var(--barlow);
    font-weight: normal;
    color: #000;
    margin-bottom: 0px;
    white-space: nowrap
}

.product_description_area .tab-content .table tbody tr:first-child td {
    border-top: 0px
}

.review_item {
    margin-bottom: 35px
}

.review_item:last-child {
    margin-bottom: 0px
}

.review_item p {
    color: #2e2e2e
}

.review_item .media {
    position: relative
}

.review_item .media .d-flex {
    padding-right: 15px
}

.review_item .media .media-body {
    vertical-align: middle;
    align-self: center
}

.review_item .media .media-body h4 {
    margin-bottom: 0px;
    font-size: 18px;
    color: var(--primary-title);
    font-family: var(--barlow);
    margin-bottom: 8px
}

.review_item .media .media-body i {
    color: #fbd600
}

.review_item .media .media-body h5 {
    font-size: 13px;
    font-weight: normal;
    color: #2e2e2e
}

.review_item .media .media-body .reply_btn {
    border: 1px solid #e0e0e0;
    padding: 0px 28px;
    display: inline-block;
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    font-family: #2e2e2e;
    color: var(--primary-title);
    position: absolute;
    right: 0px;
    top: 14px
}

.review_item .media .media-body .reply_btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.review_item p {
    padding-top: 10px;
    margin-bottom: 0px
}

.review_item.reply {
    padding-left: 28px
}

.review_box h4 {
    font-size: 24px;
    color: var(--primary-title);
    margin-bottom: 20px;
    font-weight: 700
}

.review_box p {
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 500
}

.review_box .list {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.review_box .list li {
    display: inline-block
}

.review_box .list li a {
    display: inline-block;
    color: #fbd600
}

.review_box .form-control {
    height: 50px;
    border-radius: 0
}

.review_box ::placeholder {
    font-size: 14px
}

.review_box .contact_form {
    margin-top: 15px
}

.p_star {
    display: inline-block;
    position: relative
}

.p_star input {
    background: #fff
}

.p_star input:focus + .placeholder {
    display: none
}

.p_star .placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 1
}

.p_star .placeholder::before {
    content: attr(data-placeholder);
    color: #777
}

.p_star .placeholder::after {
    content: " *";
    color: tomato
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
    padding: 5px
}

.s_product_text .card_area {
    padding: 20px 0
}

.s_product_text .Wishlist {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 3162px;
    z-index: 365
}

.s_product_text .add_to_cart {
    margin: 25px 0
}

.s_product_text .like_us {
    color: var(--primary);
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1)
}

.s_product_text .like_us:hover {
    background-color: var(--primary);
    color: #fff
}

.lslide {
    background-color: #fff;
    margin: 0 auto;
    text-align: center
}

.lSPager .lSGallery {
    margin-top: 20px
}

.s_product_img .carousel {
    position: relative
}

.s_product_img .carousel .carousel-indicators {
    margin: 0px;
    right: 20px;
    width: auto;
    left: auto;
    bottom: 30px
}

.s_product_img .carousel .carousel-indicators li {
    height: 60px;
    width: 60px;
    background: transparent;
    text-indent: 0;
    margin-right: 10px;
    position: relative
}

.s_product_img .carousel .carousel-indicators li:after {
    display: none
}

.s_product_img .carousel .carousel-indicators li:before {
    content: "";
    background: rgba(197, 50, 45, 0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0
}

.s_product_img .carousel .carousel-indicators li.active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .s_product_text {
        margin-top: 30px
    }
}

.s_product_text h5 {
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 40px
}

@media (max-width: 576px) {
    .s_product_text h5 {
        margin-bottom: 15px
    }
}

.s_product_text h5 span {
    margin: 0 10px
}

.s_product_text h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-title);
    margin-bottom: 10px
}

.s_product_text h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 15px
}

.s_product_text .list li {
    margin-bottom: 10px
}

.s_product_text .list li a {
    font-size: 14px;
    font-family: #2e2e2e;
    font-weight: normal;
    color: #555555
}

.s_product_text .list li a span {
    width: 150px;
    display: inline-block
}

.s_product_text .list li a span:hover {
    color: #555
}

.s_product_text .list li a.active {
    color: var(--primary)
}

.s_product_text .list li a.active span {
    color: #555
}

.s_product_text p {
    padding-top: 20px;
    border-top: 1px dotted #d5d5d5;
    margin: 20px 0
}

.s_product_text .card_area .main_btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px
}

.s_product_text .card_area .icon_btn {
    margin-right: 10px;
    background: #f2f2f2;
    border-radius: 3px;
    color: var(--primary-title);
    display: inline-block;
    line-height: 40px;
    text-align: center;
    padding: 0px 13px;
    font-size: 14px
}

.s_product_text .card_area .icon_btn:hover {
    background: #fff;
    box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1)
}

.product_description_area {
    padding-bottom: 120px;
    margin-top: 60px
}

@media (max-width: 991px) {
    .product_description_area {
        margin-top: 0px;
        padding-bottom: 70px
    }
}

.product_description_area .nav.nav-tabs {
    display: block;
    border: none;
    padding: 10px 0px
}

.product_description_area .nav.nav-tabs li {
    display: inline-block;
    margin-right: 7px
}

.product_description_area .nav.nav-tabs li:last-child {
    margin-right: 0px
}

.product_description_area .nav.nav-tabs li a {
    padding: 0px;
    border: none;
    line-height: 38px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 0px 30px;
    color: var(--primary-title);
    font-size: 13px;
    font-weight: normal;
    border-radius: 50px
}

@media (max-width: 991px) {
    .product_description_area .nav.nav-tabs li a {
        padding: 0px 20px;
        margin-bottom: 10px
    }
}

.product_description_area .nav.nav-tabs li a.active {
    background: var(--primary);
    color: #fff !important;
    border-color: var(--primary)
}

.product_description_area .tab-content {
    padding-top: 30px
}

.product_description_area .tab-content .total_rate .box_total {
    background: #f2f2f2;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #eee
}

.product_description_area .tab-content .total_rate .box_total h4 {
    color: var(--primary);
    font-size: 48px;
    font-weight: bold
}

.product_description_area .tab-content .total_rate .box_total h5 {
    color: var(--primary-title);
    margin-bottom: 0px;
    font-size: 24px
}

.product_description_area .tab-content .total_rate .box_total h6 {
    color: var(--primary-title);
    margin-bottom: 0px;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: normal
}

.product_description_area .tab-content .total_rate .rating_list {
    margin-bottom: 30px
}

.product_description_area .tab-content .total_rate .rating_list h3 {
    font-size: 18px;
    color: var(--primary-title);
    font-family: #2e2e2e;
    font-weight: 700;
    margin-bottom: 10px
}

.product_description_area .tab-content .total_rate .rating_list .list li a {
    font-size: 14px;
    color: #2e2e2e
}

.product_description_area .tab-content .total_rate .rating_list .list li a i {
    color: #fbd600
}

.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
    color: #eeeeee
}

.product_description_area .tab-content .table {
    margin-bottom: 0px
}

.product_description_area .tab-content .table tbody tr td {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 14px;
    padding-bottom: 14px
}

.product_description_area .tab-content .table tbody tr td h5 {
    font-size: 14px;
    font-family: #2e2e2e;
    font-weight: normal;
    color: #2e2e2e;
    margin-bottom: 0px;
    white-space: nowrap
}

.product_description_area .tab-content .table tbody tr:first-child td {
    border-top: 0px
}

.review_item {
    margin-bottom: 35px
}

.review_item:last-child {
    margin-bottom: 0px
}

.review_item p {
    color: #2e2e2e
}

.review_item .media {
    position: relative
}

.review_item .media .d-flex {
    padding-right: 15px
}

.review_item .media .media-body {
    vertical-align: middle;
    align-self: center
}

.review_item .media .media-body h4 {
    margin-bottom: 0px;
    font-size: 14px;
    color: var(--primary-title);
    font-family: #2e2e2e;
    margin-bottom: 8px
}

.review_item .media .media-body i {
    color: #fbd600
}

.review_item .media .media-body h5 {
    font-size: 13px;
    font-weight: normal;
    color: #2e2e2e
}

.review_item .media .media-body .reply_btn {
    border: 1px solid #e0e0e0;
    padding: 0px 28px;
    display: inline-block;
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    font-family: #2e2e2e;
    color: var(--primary-title);
    position: absolute;
    right: 0px;
    top: 14px
}

.review_item .media .media-body .reply_btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.review_item p {
    padding-top: 10px;
    margin-bottom: 0px
}

.review_item.reply {
    padding-left: 28px
}

.review_box h4 {
    font-size: 24px;
    color: var(--primary-title);
    margin-bottom: 20px;
    font-weight: 700
}

.review_box p {
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 500
}

.review_box .list {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.review_box .list li {
    display: inline-block
}

.review_box .list li a {
    display: inline-block;
    color: #fbd600
}

.review_box .form-control {
    height: 50px;
    border-radius: 0
}

.review_box ::placeholder {
    font-size: 14px
}

.review_box .contact_form {
    margin-top: 15px
}

.check_title h2 {
    font-size: 14px;
    font-weight: normal;
    font-family: #2e2e2e;
    background: #f2f2f2;
    line-height: 40px;
    padding-left: 30px;
    margin-bottom: 0px
}

@media (max-width: 991px) {
    .check_title h2 {
        line-height: 17px;
        padding: 12px
    }
}

.check_title h2 a {
    color: var(--primary);
    text-decoration: underline
}

.p_star {
    display: inline-block;
    position: relative
}

.p_star input {
    background: #fff
}

.p_star input:focus + .placeholder {
    display: none
}

.p_star .placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 1
}

.p_star .placeholder::before {
    content: attr(data-placeholder);
    color: #777
}

.p_star .placeholder::after {
    content: " *";
    color: tomato
}

.product_count {
    width: 110px;
    text-align: center;
    position: relative
}

.product_count input.qty {
    width: 100%;
    text-align: center;
    border: 1px solid #2e2e2e;
    padding: 9px 20px;
    color: #8f8f8f
}

.product_count .cart-qty-plus {
    position: absolute;
    right: 9px;
    top: 11px;
    background: none;
    border: 0;
    color: #000;
    cursor: pointer
}

.product_count .cart-qty-minus {
    position: absolute;
    left: 9px;
    top: 16px;
    background: none;
    border: 0;
    color: #000;
    cursor: pointer
}

.social_icon {
    margin-top: 40px
}

.social_icon a {
    display: inline-block;
    border-radius: 50%;
    background-color: #3b5998;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    margin-right: 15px
}

.social_icon a:hover {
    background-color: var(--primary)
}

.social_icon .tw {
    background-color: #55acee
}

.social_icon .li {
    background-color: #0077b5
}

.social_icon .pi {
    background-color: #c8232c
}

.our-info-area {
    background: #f9f9f9
}

.our-info-area .single-info {
    display: flex;
    align-items: center
}

.our-info-area .single-info .info-icon span {
    color: var(--primary);
    font-size: 44px;
    margin-bottom: 0;
    display: block
}

.our-info-area .single-info .info-caption {
    padding-left: 20px
}

.our-info-area .single-info .info-caption p {
    color: #677294;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.our-info-area .single-info .info-caption span {
    color: var(--primary-title);
    font-size: 20px;
    margin-bottom: 0px;
    display: block;
    font-weight: 600
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-info-area .single-info .info-caption span {
        font-size: 16px
    }
}

.video-area {
    position: relative;
    padding: 120px 0
}

@media (max-width: 575px) {
    .video-area {
        padding: 46px 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-area {
        padding: 60px 0
    }
}

.video-area .video-contents {
    position: relative;
    padding: 100px 0 30px 100px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-area .video-contents {
        padding: 100px 0 30px 50px
    }
}

@media (max-width: 575px) {
    .video-area .video-contents {
        padding: 71px 0 30px 39px
    }
}

.video-area .video-contents::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 800%;
    left: 0;
    bottom: 0;
    height: 100%
}

.video-img {
    position: relative;
    border-radius: 12px
}

.video-img img {
    width: 100%;
    border-radius: 12px
}

.video-img .video-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.video-img .video-icon a {
    background: var(--tertiary);
    color: var(--white);
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    border-radius: 50%
}

@media (max-width: 575px) {
    .video-img .video-icon a {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

.video-img .video-icon a img {
    width: 20px;
    border-radius: 0
}

@media (max-width: 575px) {
    .video-img .video-icon a img {
        width: 15px
    }
}

.video-img .video-icon a::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -11px;
    top: -12px;
    right: 0;
    z-index: 0;
    background: #0000;
    z-index: -1
}

.video-img .video-icon a i {
    font-size: 32px;
    line-height: 1;
    position: relative;
    right: -2px;
    top: 6px
}

.video-img .video-icon a.btn-icon {
    position: relative
}

.video-img .video-icon a.btn-icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid var(--white);
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    z-index: -1
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        border-width: 1px;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.9);
        transform: scale(1.9)
    }
    100% {
        opacity: 0
    }
}

.video-img .video-icon a.btn-icon:hover {
    background: var(--tertiary);
    color: var(--white)
}

.form-wrapper {
    background: #f9f9f9;
    padding: 45px 40px 40px 40px;
    border-radius: 20px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .form-wrapper {
        margin-top: 190px
    }
}

@media (max-width: 575px) {
    .form-wrapper {
        padding: 43px 14px 40px 14px;
        margin-top: 190px
    }
}

.form-wrapper .form-tittle h2 {
    font-size: 35px;
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1F0F2D
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .form-wrapper .form-tittle h2 {
        font-size: 32px
    }
}

@media (max-width: 575px) {
    .form-wrapper .form-tittle h2 {
        font-size: 29px
    }
}

.form-wrapper .form-tittle p {
    color: #6E6575;
    font-size: 14px;
    padding: 0 20px;
    line-height: 1.8
}

.form-wrapper input {
    border: 1px solid #eaeaea;
    height: 50px;
    width: 100%;
    padding: 10px 25px;
    padding-right: 30px;
    color: #071112;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px
}

.form-wrapper input .list {
    width: 100%;
    border-radius: 0
}

.form-wrapper input::placeholder {
    color: #6E6575;
    font-size: 16px;
    font-weight: 400
}

.form-wrapper .nice-select {
    line-height: 30px;
    border: 1px solid #eaeaea;
    height: 50px;
    width: 100%;
    color: #071112;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 10px;
    border-radius: 6px
}

.form-wrapper .nice-select::after {
    border-bottom: 2px solid #a3a3a3;
    border-right: 2px solid #a3a3a3;
    height: 7px;
    right: 41px;
    width: 7px
}

.form-wrapper .nice-select .list {
    width: 100%;
    border-radius: 0
}

.form-wrapper .nice-select.open .list {
    width: 100%;
    border-radius: 0
}

.form-wrapper .nice-select .option {
    color: #071112
}

.form-wrapper .nice-select::placeholder {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400
}

.form-wrapper textarea {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #eaeaea;
    text-transform: capitalize;
    height: 140px;
    width: 100%;
    padding: 21px 23px;
    border-radius: 6px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-wrapper textarea {
        padding: 30px 42px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .form-wrapper textarea {
        padding: 30px 42px
    }
}

@media (max-width: 575px) {
    .form-wrapper textarea {
        padding: 30px 42px
    }
}

.form-wrapper textarea::placeholder {
    color: #5E5E5E;
    font-size: 16px
}

.form-wrapper .contact {
    border: 1px solid #eaedff;
    padding: 40px 10px
}

.form-wrapper .contact i {
    background: #8fb569;
    font-size: 40px;
    height: 150px;
    width: 150px;
    color: #ffffff;
    border-radius: 50%;
    line-height: 135px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
    margin-bottom: 30px
}

.form-wrapper .contact h3 {
    font-size: 26px;
    margin-bottom: 15px
}

.form-wrapper .contact p {
    margin: 0;
    padding: 0 50px
}

.form-wrapper input::-moz-placeholder, .form-wrapper input::-moz-placeholder {
    color: #071112;
    font-size: 16px;
    font-weight: 300;
    transition: .4s
}

.form-wrapper input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.footer-wrapper {
    position: relative;
    background: var(--primary-title)
}

.footer-area .footer-pera p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.8
}

.footer-area .footer-pera.footer-pera2 p {
    padding: 0
}

.footer-area .footer-tittle h4 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 40px;
    font-weight: 400
}

.footer-area .footer-tittle ul li {
    margin-bottom: 15px
}

.footer-area .footer-tittle ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-decoration: underline transparent
}

.footer-area .footer-tittle ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-area .footer-tittle ul li span {
    color: red
}

.footer-area .footer-tittle p {
    color: #fff;
    font-size: 16px
}

.footer-bottom-area .footer-border {
    padding-top: 30px;
    padding-bottom: 12px;
    border-top: 1px solid #f2f2f22b
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media (max-width: 575px) {
    .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

.footer-bottom-area .footer-copy-right p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 2
}

.footer-bottom-area .footer-copy-right p i {
    color: var(--primary)
}

.footer-bottom-area .footer-copy-right p a {
    color: var(--primary);
    font-weight: 600
}

.footer-social a {
    color: var(--primary);
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 8px
}

.footer-social a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    display: inline-block;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.footer-social a:hover {
    color: var(--primary);
    background: #ffff
}

.footer-social a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.number a {
    font-family: var(--barlow);
    font-size: 26px !important;
    color: #fff !important;
    margin-bottom: 0px;
    display: block
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .number a {
        font-size: 19px !important
    }
}

.number2 a {
    font-family: var(--barlow);
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 23px;
    display: block
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .number2 a {
        font-size: 19px !important
    }
}

.nice-select {
    height: 34px;
    line-height: 33px;
}
.custom-form-builder-form  label{
    margin-bottom: 10px;
}
.custom-form-builder-form  input{
    margin-bottom: 20px;
}

.custom-form-builder-form  textarea{
    margin-bottom: 20px;
}
li.page-item.active .page-link {
    background: var(--primary);
    color: var(--white);
}
ul.pagination {
    gap: 10px;
}

.page-item:not(:first-child) .page-link {
    border-color: var(--primary);
    color: var(--primary);
}

ul.pagination {
    justify-content: center;
    margin-top: 30px;
}

.single-input-fields.form-check {
    margin-left: 0;
    padding-left: 0;
}
.box-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-wrap .left {
    display: flex;
    align-items: star;
    gap: 10px;
}

.box-wrap .left .form-check-label{

}

.box-wrap .right a{
    color: var(--primary-title);
}
.login-form-area .login-form .input-box .single-input-fields input {
    margin-bottom: 0;
}

.or{
    text-align: center;
    text-transform: capitalize;
    position: relative;
    margin: 33px 0 17px;
}
.or .text{
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 0 40px;
    color: #666666;
    background-color: #fff;
}

.text::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.login-form-area .login-form .input-box {
    padding-bottom: 20px;
}

p.info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
    gap: 15px;
}

p.info a {
    color: var(--primary);
    font-width: 600;
}

a ,button {
    color: var(--primary);
}

.register-form-area .register-form .input-box {
    padding-bottom: 0;
}

div#back-top a i {
    color: #fff;
}

.categories-area2 .cat-icon i{
    font-size: 30px;
}

.slider-area h1, .slider-area h2{
    color: #fff;
}

.about-right-img img{
    width: 100%;
}
.about-caption p {
    text-align: justify;
}

.footer-logo img{
    width: 200px;
}

.product-img img{
    width: 300px;
    height: 300px;
}

#category_add_modal, #category_edit_modal{
    z-index: 9999;
}

.category_img img{
    width: 260px;
}

.visitors-wrapper li.visitor{
    margin-bottom: 15px;
    display: flex;
    gap: 8px;
}
.visitors-wrapper li.visitor p{
    margin: 0;
    color: #ffffff;
    font-weight: 300;
}
.partner-row{
    margin-top: 100px;
}




/* Custom*/
.slick-main {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}
.slick-main .slick-item {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.slick-main.dots-style-01 .slick-dots {
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slick-main.dots-style-01 .slick-dots button {
    display: none;
}
.slick-main.dots-style-01 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #909090;
    cursor: pointer;
    -webkit-transition: all linear 0.6s;
    transition: all linear 0.6s;
}
.slick-main.dots-style-01 .slick-dots li.slick-active {
    width: 30px;
    border-radius: 25px;
    background-color: var(--main-color-two);
}
.slick-main.dots-style-02 .slick-dots {
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slick-main.dots-style-02 .slick-dots button {
    display: none;
}
.slick-main.dots-style-02 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #909090;
    cursor: pointer;
    -webkit-transition: all linear 0.6s;
    transition: all linear 0.6s;
}
.slick-main.dots-style-02 .slick-dots li.slick-active {
    background-color: var(--main-color-two);
}
.slick-main.arrow-style-01 .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    background-color: #dcd9d9;
    text-align: center;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.slick-main.arrow-style-01 .slick-arrow i {
    font-size: 18px;
}
.slick-main.arrow-style-01 .slick-arrow:hover {
    background-color: #fff;
}
.slick-main.arrow-style-01 .prev-arrow,
.slick-main.arrow-style-01 .prev-icon {
    left: -40px;
}
.slick-main.arrow-style-01 .next-arrow,
.slick-main.arrow-style-01 .next-icon {
    right: -40px;
}
.slick-main.arrow-style-02 .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.slick-main.arrow-style-02 .slick-arrow i {
    font-size: 18px;
}
.slick-main.arrow-style-02 .slick-arrow:hover {
    background-color: #fff;
}
.slick-main.arrow-style-02 .prev-arrow,
.slick-main.arrow-style-02 .prev-icon {
    right: 50px;
}
.slick-main.arrow-style-02 .next-arrow,
.slick-main.arrow-style-02 .next-icon {
    right: 15px;
}
.slick-slide img {
    width: 150px;
}


/* sticky verification bar */
.sticky-verification-wrapper{
    position: fixed;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.sticky-verification-wrapper a{
    display: block;
    text-align: center;
    border-radius: 0px 50px 50px 0px;
    padding: 10px;
    padding-right: 20px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 16px;
    background: #ff4600;
}

.sticky-verification-wrapper a i{
    margin-right: 5px;
}

@media (max-width: 767px) {
    .sticky-verification-wrapper{
        top: unset;
        bottom: 10px;
    }
    .sticky-verification-wrapper a{
        padding: 8px;
        padding-right: 15px;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 12px;
        background: #ff4600;
    }
    .sticky-verification-wrapper a i{
        margin-right: 2px;
    }
}

.alert .list-none{
    display: flex;
}
.alert .list-none button{
    background: #fff;
    border: 0;
    border-radius: 5px;
    margin-right: 10px;
}