﻿#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    transition: 0.3s ease opacity;
    text-align: center;
    width: 100%;
    height: 100%
}

    #preloader:before {
        content: "";
        width: 80px;
        height: 80px;
        border: 3px solid var(--bs-primary-color);
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, -50%);
        animation-name: LoaderCicle;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear
    }

    #preloader:after {
        content: "";
        width: 80px;
        height: 80px;
        border: 3px solid var(--bs-primary-color);
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, -50%);
        animation-name: LoaderCicle;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-delay: 1s
    }

@keyframes LoaderCicle {
    0% {
        width: 0;
        height: 0;
        opacity: 0
    }

    10% {
        width: 10px;
        height: 10px;
        opacity: 1
    }

    80% {
        width: 60px;
        height: 60px;
        opacity: 0.1
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0
    }
}

a:hover, a:active {
    color: var(--bs-primary-color);
    text-decoration: none
}

.white-hover:hover {
    color: #fff !important
}

.min-height-300 {
    min-height: 300px
}

.min-height-350 {
    min-height: 350px
}

.min-height-400 {
    min-height: 400px
}

.min-height-450 {
    min-height: 450px
}

.min-height-500 {
    min-height: 500px
}

.min-height-550 {
    min-height: 550px
}

.primary-overlay[data-overlay-dark]:before {
    background: var(--bs-primary-color)
}

.theme-overlay-blue-dark[data-overlay-dark]:before {
    background: #182937
}

.left-overlay[data-overlay-dark]:before {
    background: rgba(0,0,0,0.8);
    background: linear-gradient(-90deg, transparent, #000 65%)
}

.left-overlay-primary[data-overlay-dark]:before {
    background: rgba(247,176,53,0.8);
    background: linear-gradient(-90deg, transparent, var(--bs-primary-color) 65%)
}

.text-primary {
    color: var(--bs-primary-color) !important
}

.text-secondary, .text-secondary-hover:hover {
    color: #232323 !important
}

.text-animation, .text-animations {
    line-height: 1.4
}

.bg-primary {
    background-color: var(--bs-primary-color) !important;
    --bs-bg-opacity: 1
}

.border-primary {
    border-color: var(--bs-primary-color) !important
}

.bg-secondary {
    background-color: #232323 !important
}

.border-secondary {
    border-color: #232323 !important
}

.process-number-counter {
    counter-reset: count
}

.box-shadow1 {
    background: #fffdf8;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.05)
}

.box-shadow2 {
    background: #fffdf8;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

.blurslider-line {
    background: var(--bs-primary-color) !important
}

.icons {
    background-color: var(--bs-primary-color)
}

    .icons img {
        width: 120px;
        height: 120px
    }

.border-radius-15 {
    border-radius: 15px
}

.border-bottom-radius-15 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.bg-light-yellow {
    background-color: #f6f4ec
}

.min-height-50vh {
    min-height: 50vh
}

.vw-lg-55 {
    width: 55vw
}

.overlay-20:before {
    opacity: 0.2
}

.overlay-black:before {
    background-color: black
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lg-title h2 {
    font-family: "Playfair Display"
}

.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #000;
    border: 1px solid #2a2a2a;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease
}

    .scroll-to-top i {
        color: #fff
    }

    .scroll-to-top:hover {
        color: #1e2022;
        background: #fff
    }

        .scroll-to-top:hover i {
            color: #1e2022
        }

    .scroll-to-top:visited {
        color: #1e2022;
        text-decoration: none
    }

.butn {
    background-image: linear-gradient(140deg,#fed16d, #febe3a, #ffaa04);
    border: none;
    color: var(--bs-black);
    text-align: center;
    border-radius: 0px;
    padding: 15px 30px;
    line-height: normal;
   /* text-transform: uppercase;*/
    position: relative;
    z-index: 9999;
    display: inline-block;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem !important;
}

    .butn span {
        z-index: 9;
        position: relative
    }

    .butn:hover, .butn:focus, .butn:active {
        background-image: linear-gradient(140deg,#fed16d, #febe3a, #ffaa04);
        color: var(--bs-black);
        font-weight: bold;
    }

    .butn.secondary {
        background-color: #232323
    }

        .butn.secondary:hover, .butn.secondary:focus, .butn.secondary:active {
            background: var(--bs-primary-color);
            color: #fff
        }

    .butn.white {
        background: #fff;
        color: #1e2022
    }

        .butn.white:hover {
            background-color: var(--bs-primary-color);
            color: #fff
        }

    .butn.white-opacity {
        background: rgba(225,225,225,0.1);
        color: #fff
    }

        .butn.white-opacity:hover, .butn.white-opacity:active, .butn.white-opacity:focus {
            background: #fff;
            color: var(--bs-primary-color)
        }

    .butn.yellow {
        background-color: #fff;
        color: #232323
    }

    .butn.black {
        background-color: var(--bs-primary-color);
        color: #fff
    }

        .butn.black:hover {
            background-color: #fff;
            color: var(--bs-primary-color)
        }

    .butn.yellow:hover {
        background-color: #232323;
        color: #fff
    }

    .butn.light {
        background: rgba(55,125,255,0.1);
        color: var(--bs-primary-color)
    }

        .butn.light:hover, .butn.light:active, .butn.light:focus {
            background: var(--bs-primary-color);
            color: #fff
        }

    .butn.primary-hover:hover, .butn.white.primary-hover:hover, .butn.primary-hover:active, .butn.white.primary-hover:active, .butn.primary-hover:focus, .butn.white.primary-hover:focus {
        background: var(--bs-primary-color) !important;
        color: #fff !important
    }

    .butn.secondary-hover:hover, .butn.white.secondary-hover:hover, .butn.secondary-hover:active, .butn.white.secondary-hover:active, .butn.secondary-hover:focus, .butn.white.secondary-hover:focus {
        background: #232323 !important;
        color: #fff !important
    }

    .butn.dark {
        background: #1e2022;
        color: #fff
    }

        .butn.dark:hover, .butn.dark:active, .butn.dark:focus {
            background: var(--bs-primary-color);
            color: #fff
        }

    .butn.gray {
        background: #f0f0f0;
        color: #666
    }

        .butn.gray:hover, .butn.gray:active, .butn.gray:focus {
            background: var(--bs-primary-color);
            color: #fff
        }

    .butn.white-hover:hover, .butn.white-hover:active, .butn.white-hover:focus {
        background: #fff;
        color: #232323 !important
    }

    .butn.border {
        background: transparent;
        border: 1px solid var(--bs-primary-color);
        color: #282b2d;
        box-shadow: none
    }

        .butn.border:hover, .butn.border:active, .butn.border:focus {
            background: var(--bs-primary-color);
            border: transparent;
            color: #fff
        }

        .butn.border.reverse:hover, .butn.border.reverse:active, .butn.border.reverse:focus {
            background: transparent;
            border: 1px solid var(--bs-primary-color);
            color: #282b2d;
            box-shadow: none
        }

    .butn.small {
        padding: 12px 20px !important;
        font-size: 14px;
        letter-spacing: 0.5px
    }

    .butn.medium {
        padding: 14px 24px !important
    }

    .butn.shadow-dark {
        box-shadow: 5px 4px 13px 0px rgba(0,0,0,0.15) !important
    }

@media screen and (max-width: 991px) {
    .butn {
        padding: 16px 28px
    }

        .butn.medium {
            padding: 10px 22px
        }

        .butn.small {
            padding: 8px 18px
        }
}

@media screen and (max-width: 575px) {
    .butn {
        padding: 14px 2px;
        font-size: 13px
    }
}

.read-more {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-bottom: 0;
    font-weight: 500;
    vertical-align: middle;
    transition: 0.3s ease-in-out
}

    .read-more:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        height: 2px;
        border-radius: 5px;
        transform: translateX(-50%);
        transition: width 0.35s ease-in-out;
        width: 100%;
        background: #dfdfdf
    }

    .read-more:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        width: 0;
        height: 2px;
        background: var(--bs-primary-color);
        border-radius: 5px;
        transform: translateX(-50%);
        transition: width 0.35s ease-in-out
    }

    .read-more:hover:after {
        width: 100%;
        background: var(--bs-primary-color)
    }

.section-bg {
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    background-position: center center;
    background-repeat: no-repeat
}

    .section-bg.h-600 {
        height: 600px
    }

@media screen and (max-width: 575px) {
    .section-bg.h-700 {
        height: 700px
    }

    .section-bg.h-800 {
        height: 800px
    }

    .section-bg.h-950 {
        height: 950px
    }
}

.height-300 {
    height: 300px
}

.list-style {
    list-style: none;
    margin-bottom: 40px;
    padding: 0
}

    .list-style li {
        position: relative;
        padding: 0 0 15px 40px;
        margin-bottom: 15px;
        border-bottom: 1px dashed rgba(0,0,0,0.08)
    }

        .list-style li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0
        }

        .list-style li i {
            color: var(--bs-primary-color);
            font-size: 12px;
            background: rgba(247,176,53,0.19);
            margin-right: 12px;
            border-radius: 30px;
            padding: 6px;
            position: absolute;
            left: 0;
            top: 2px;
            line-height: 12px
        }

.list-style1 {
    padding: 0;
    margin-bottom: 25px
}

    .list-style1 li {
        position: relative;
        display: inline-block
    }

        .list-style1 li a:hover {
            color: var(--bs-primary-color)
        }

    .list-style1 > li + li {
        padding-left: 25px;
        margin-left: 15px
    }

        .list-style1 > li + li:before {
            content: "";
            background: var(--bs-primary-color);
            width: 15px;
            height: 2px;
            position: absolute;
            left: -6px;
            top: 12px
        }

@media screen and (max-width: 1199px) {
    .list-style1 > li + li {
        padding-left: 20px
    }
}

.list-style2 {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0
}

    .list-style2 li {
        position: relative;
        padding: 0 0 0 35px;
        margin: 0 0 15px 0;
        font-size: 15px
    }

        .list-style2 li:last-child {
            padding-bottom: 0;
            margin-bottom: 0
        }

        .list-style2 li i {
            color: var(--bs-primary-color);
            font-size: 12px;
            background: rgba(247,176,53,0.19);
            border-radius: 30px;
            padding: 5px;
            position: absolute;
            left: 0;
            top: 2px
        }

@media screen and (max-width: 767px) {
    .list-style2 {
        margin: 0 0 25px 0
    }
}

.list-style3 {
    list-style: none;
    margin-bottom: 35px;
    padding: 0
}

    .list-style3 li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ededed
    }

        .list-style3 li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0
        }

@media screen and (max-width: 767px) {
    .list-style3 {
        margin-bottom: 30px
    }
}

.list-style4 {
    margin-bottom: 35px;
    list-style: none;
    padding: 0
}

    .list-style4 li {
        font-size: 16px;
        position: relative;
        padding: 0 0 0 40px;
        margin: 0 0 15px 0
    }

        .list-style4 li:last-child {
            margin-bottom: 0
        }

        .list-style4 li:before {
            content: "\e64c";
            font-family: 'themify';
            color: var(--bs-primary-color);
            font-size: 12px;
            background: rgba(247,176,53,0.19);
            margin-right: 12px;
            border-radius: 30px;
            padding: 6px;
            position: absolute;
            left: 0;
            top: 2px;
            line-height: 12px
        }

@media screen and (max-width: 767px) {
    .list-style4 {
        margin-bottom: 30px
    }
}

.list-style5 {
    list-style: none;
    margin-bottom: 35px;
    padding: 0
}

    .list-style5 li {
        margin-bottom: 15px;
        padding: 15px 0;
        background: #fafafa
    }

        .list-style5 li:last-child {
            margin-bottom: 0
        }

@media screen and (max-width: 767px) {
    .list-style5 {
        margin-bottom: 30px
    }

        .list-style5 li {
            padding: 10px 0
        }
}

.list-style6 {
    list-style: none;
    padding: 0;
    margin-bottom: 35px
}

    .list-style6 li {
        padding-bottom: 15px;
        font-weight: 400;
        display: flex;
        border-bottom: 1px dashed #ededed;
        margin-bottom: 15px;
        justify-content: space-between;
        align-items: center
    }

        .list-style6 li:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0
        }

.list-style7 {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px
}

    .list-style7 li {
        margin-bottom: 15px;
        font-size: 15px
    }

        .list-style7 li:last-child {
            margin-bottom: 0
        }

.list-style8 {
    padding: 0;
    margin-bottom: 35px;
    list-style: none
}

    .list-style8 li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        position: relative
    }

        .list-style8 li:after {
            content: "";
            position: absolute;
            height: 1px;
            width: 200px;
            background: #ededed;
            bottom: 0;
            left: 50%;
            margin: 0 auto;
            margin-left: -100px
        }

        .list-style8 li:last-child {
            margin-bottom: 0;
            padding-bottom: 0
        }

        .list-style8 li.last:after {
            content: none
        }

@media screen and (max-width: 767px) {
    .list-style8 {
        margin-bottom: 30px
    }
}

.list-style9 {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

    .list-style9 li {
        background-color: #ffffff;
        border: 1px solid #ededed;
        position: relative;
        padding: 15px 50px 15px 15px;
        margin-bottom: 15px
    }

        .list-style9 li a {
            font-size: 15px;
            font-weight: 500;
            color: #1e1f36
        }

        .list-style9 li span {
            width: 32px;
            height: 32px;
            line-height: 32px;
            color: #1e1f36;
            font-size: 14px;
            font-weight: 600;
            position: absolute;
            right: 15px;
            text-align: center;
            border: 1px solid #ededed;
            background-color: #fafafa;
            top: 12px
        }

        .list-style9 li a:hover {
            color: var(--bs-primary-color)
        }

        .list-style9 li:hover span {
            background: var(--bs-primary-color);
            color: #ffffff;
            border: 1px solid var(--bs-primary-color)
        }

        .list-style9 li:last-child {
            margin-bottom: 0
        }

.top-bar-info {
    display: inline-block;
    vertical-align: middle
}

    .top-bar-info ul {
        margin-bottom: 0
    }

    .top-bar-info li {
        font-weight: 500;
        color: #fff;
        list-style-type: none;
        font-size: 14px;
        padding: 0 5px 0;
        display: inline-block;
        margin-bottom: 0
    }

.top-bar {
    display: block;
    position: relative;
    z-index: 999;
    padding: 7px 0
}

.top-bar-info li i {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom
}

.top-social-icon {
    padding: 0;
    float: right;
    margin: 0
}

    .top-social-icon li {
        font-size: 14px;
        list-style-type: none;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0 7px
    }

        .top-social-icon li:last-child {
            padding-right: 0
        }

            .top-social-icon li:last-child a {
                padding-right: 0
            }

        .top-social-icon li a {
            color: #fff;
            line-height: 28px;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            padding: 0 3px
        }

            .top-social-icon li a:hover {
                color: rgba(255,255,255,0.65)
            }

.navbar-toggler {
    background: var(--bs-primary-color) !important
}

    .navbar-toggler:before {
        background: #fff !important
    }

    .navbar-toggler:after {
        border-color: #fff !important
    }

    .navbar-toggler.menu-opened:after {
        background: #fff !important
    }

.navbar-nav li.current > a, .navbar-nav li.active > a {
    color: var(--bs-primary-color)
}

.navbar > ul > li.current > a:after {
    border-color: transparent var(--bs-primary-color) var(--bs-primary-color) transparent
}

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
    color: var(--bs-primary-color)
}

.menu_area-light .navbar > ul > li.current > a:after {
    border-color: transparent var(--bs-primary-color) var(--bs-primary-color) transparent
}

.menu_area-light.scrollHeader .navbar-nav li.current > a {
    color: var(--bs-primary-color)
}

    .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
        color: var(--bs-primary-color)
    }

.menu_area-light.scrollHeader .navbar-nav li.active > a {
    color: var(--bs-primary-color)
}

.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent var(--bs-primary-color) var(--bs-primary-color) transparent
}

@media screen and (max-width: 1199px) {
    .navbar-nav > li > a {
        font-size: 10px
    }
}

.header-style1.main-header .navbar-nav li.current > a {
    color: #fff
}

.header-style1.main-header .navbar > ul > li.current > a:after {
    border-color: transparent #fff #fff transparent
}

.header-style1.scrollHeader .navbar-nav li.current > a {
    color: var(--bs-primary-color)
}

    .menu_area-light.scrollHeader .navbar-nav li.current > a, .header-style1.scrollHeader .navbar-nav li.current > a:hover, .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
        color: var(--bs-primary-color)
    }

.header-style1.scrollHeader .navbar > ul > li.current > a:after, .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent var(--bs-primary-color) var(--bs-primary-color) transparent
}

.header-style2 .navbar-nav li.current > a {
    color: var(--bs-primary-color)
}

.header-style2 .navbar > ul > li.current > a:after {
    border-color: transparent var(--bs-primary-color) var(--bs-primary-color) transparent
}

.header-style2.scrollHeader .navbar-nav li.current > a {
    color: var(--bs-primary-color)
}

    .header-style2.scrollHeader .navbar-nav li.current > a:hover {
        color: var(--bs-primary-color)
    }

.header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent var(--bs-primary-color) var(--bs-primary-color) transparent
}

@media screen and (min-width: 992px) {
    .menu_area-light .navbar ul ul li.active > a, .header-style1 .navbar-nav li.current > a, .menu_area-light .navbar-nav li.current > a {
        color: var(--bs-primary-color)
    }

    .header-style1 .navbar > ul > li.current > a:after, .menu_area-light .navbar > ul > li.current > a:after {
        border-color: transparent var(--bs-primary-color) var(--bs-primary-color) transparent
    }

    .header-style1.scrollHeader .navbar-nav li.current > a, .menu_area-light.scrollHeader .navbar-nav li.current > a, .header-style1.scrollHeader .navbar-nav li.current > a:hover, .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
        color: var(--bs-primary-color)
    }

    .header-style1.scrollHeader .navbar > ul > li.current > a:after, .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
        border-color: transparent var(--bs-primary-color) var(--bs-primary-color) transparent
    }

    .header-style3 .navbar-nav li.current > a {
        color: var(--bs-primary-color)
    }

    .header-style3 .navbar > ul > li.current > a:after {
        border-color: transparent var(--bs-primary-color) var(--bs-primary-color) transparent
    }

    .header-style3.scrollHeader .navbar-nav li.current > a {
        color: var(--bs-primary-color)
    }

        .header-style3.scrollHeader .navbar-nav li.current > a:hover {
            color: var(--bs-primary-color)
        }

    .header-style3.scrollHeader .navbar > ul > li.current > a:after {
        border-color: transparent var(--bs-primary-color) var(--bs-primary-color) transparent
    }
}

.section-heading {
    margin-bottom: 70px;
    text-align: center
}

    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
        position: relative;
        font-weight: 500;
        margin-bottom: 0;
        position: relative;
        line-height: 140%;
        font-size: 32px;
        width: 40%;
        margin: 0 auto
    }

    .section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6 {
        color: #fff
    }

        .section-heading.white h1:after, .section-heading.white h2:after, .section-heading.white h3:after, .section-heading.white h4:after, .section-heading.white h5:after, .section-heading.white h6:after {
            background: #fff
        }

    .section-heading strong {
        font-weight: 700
    }

    .section-heading span {
        position: relative;
        font-size: 15px;
        font-weight: 600;
        color: #232323;
        margin-bottom: 10px;
        text-transform: uppercase;
        display: inline-block
    }

    .section-heading.white span {
        color: #fff
    }

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 60px
    }

        .section-heading h2 {
            font-size: 28px;
            width: 50%
        }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 50px
    }

        .section-heading h2 {
            width: 70%
        }
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 40px
    }

        .section-heading h2 {
            width: 90%;
            font-size: 26px
        }
}

@media screen and (max-width: 575px) {
    .section-heading h2 {
        width: 100%;
        font-size: 24px
    }
}

.section-heading1 .seprater {
    width: 35px;
    height: 2px;
    background-color: var(--bs-primary-color);
    margin-bottom: 20px
}

    .section-heading1 .seprater.center {
        margin: 0 auto 20px auto
    }

@media screen and (max-width: 767px) {
    .section-heading1 .seprater.center {
        margin: 0 auto 12px auto
    }
}

.section-heading2 {
    margin-bottom: 50px;
    text-align: center
}

    .section-heading2 h1, .section-heading2 h2, .section-heading2 h3, .section-heading2 h4, .section-heading2 h5, .section-heading2 h6 {
        position: relative;
        font-weight: 600;
        margin-bottom: 0;
        position: relative;
        line-height: 140%;
        font-size: 32px;
        margin: 0 auto;
        text-transform: capitalize
    }

    .section-heading2.white h1, .section-heading2.white h2, .section-heading2.white h3, .section-heading2.white h4, .section-heading2.white h5, .section-heading2.white h6 {
        color: #fff
    }

    .section-heading2 span {
        position: relative;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 10px;
        text-transform: uppercase;
        display: inline-block
    }

    .section-heading2.white span {
        color: #fff
    }

@media screen and (max-width: 1199px) {
    .section-heading2 h1, .section-heading2 h2, .section-heading2 h3, .section-heading2 h4, .section-heading2 h5, .section-heading2 h6 {
        font-size: 28px;
        width: 50%
    }
}

@media screen and (max-width: 991px) {
    .section-heading2 {
        margin-bottom: 50px
    }

        .section-heading2 h1, .section-heading2 h2, .section-heading2 h3, .section-heading2 h4, .section-heading2 h5, .section-heading2 h6 {
            width: 70%
        }
}

@media screen and (max-width: 767px) {
    .section-heading2 {
        margin-bottom: 40px
    }

        .section-heading2 h1, .section-heading2 h2, .section-heading2 h3, .section-heading2 h4, .section-heading2 h5, .section-heading2 h6 {
            font-size: 26px;
            width: 85%
        }
}

@media screen and (max-width: 575px) {
    .section-heading2 h1, .section-heading2 h2, .section-heading2 h3, .section-heading2 h4, .section-heading2 h5, .section-heading2 h6 {
        font-size: 24px;
        width: 100%
    }
}

.section-heading3 {
    margin-bottom: 70px;
    text-align: center
}

    .section-heading3 h1, .section-heading3 h2, .section-heading3 h3, .section-heading3 h4, .section-heading3 h5, .section-heading3 h6 {
        position: relative;
        font-weight: 600;
        margin-bottom: 0;
        position: relative;
        line-height: 140%;
        font-size: 32px;
        width: 40%;
        margin: 0 auto
    }

    .section-heading3.white h1, .section-heading3.white h2, .section-heading3.white h3, .section-heading3.white h4, .section-heading3.white h5, .section-heading3.white h6 {
        color: #fff
    }

    .section-heading3 .heading-seprator {
        width: 2px;
        height: 16px;
        background: var(--bs-primary-color);
        margin: 10px auto;
        opacity: .5
    }

        .section-heading3 .heading-seprator.white {
            width: 2px;
            height: 16px;
            margin: 10px auto;
            opacity: .6;
            background: #fffdf8
        }

    .section-heading3 span {
        position: relative;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: inline-block
    }

    .section-heading3.white span {
        color: #fff
    }

@media screen and (max-width: 1199px) {
    .section-heading3 {
        margin-bottom: 60px
    }

        .section-heading3 h1, .section-heading3 h2, .section-heading3 h3, .section-heading3 h4, .section-heading3 h5, .section-heading3 h6 {
            font-size: 28px;
            width: 50%
        }
}

@media screen and (max-width: 991px) {
    .section-heading3 {
        margin-bottom: 50px
    }

        .section-heading3 h1, .section-heading3 h2, .section-heading3 h3, .section-heading3 h4, .section-heading3 h5, .section-heading3 h6 {
            width: 70%
        }
}

@media screen and (max-width: 767px) {
    .section-heading3 {
        margin-bottom: 40px
    }

        .section-heading3 h1, .section-heading3 h2, .section-heading3 h3, .section-heading3 h4, .section-heading3 h5, .section-heading3 h6 {
            font-size: 26px;
            width: 85%
        }
}

@media screen and (max-width: 575px) {
    .section-heading3 h1, .section-heading3 h2, .section-heading3 h3, .section-heading3 h4, .section-heading3 h5, .section-heading3 h6 {
        font-size: 24px;
        width: 100%
    }
}

.section-heading4 {
    margin-bottom: 70px;
    text-align: center
}

    .section-heading4 h1, .section-heading4 h2, .section-heading4 h3, .section-heading4 h4, .section-heading4 h5, .section-heading4 h6 {
        position: relative;
        font-weight: 600;
        margin-bottom: 0;
        position: relative;
        line-height: 140%;
        font-size: 32px;
        width: 45%;
        margin: 0 auto
    }

    .section-heading4.white h1, .section-heading4.white h2, .section-heading4.white h3, .section-heading4.white h4, .section-heading4.white h5, .section-heading4.white h6 {
        color: #fff
    }

    .section-heading4 span {
        position: relative;
        font-size: 12px;
        padding: 5px 15px;
        background: var(--bs-primary-color);
        color: #fff;
        font-weight: 600;
        border-radius: 10rem;
        letter-spacing: 2px;
        margin-bottom: 15px;
        text-transform: uppercase;
        display: inline-block
    }

    .section-heading4.white span {
        position: relative;
        font-size: 12px;
        padding: 5px 15px;
        font-weight: 600;
        border-radius: 10rem;
        letter-spacing: 2px;
        margin-bottom: 15px;
        text-transform: uppercase;
        display: inline-block;
        color: #282b2d;
        background: rgba(255,255,255,0.9)
    }

@media screen and (max-width: 1199px) {
    .section-heading4 {
        margin-bottom: 60px
    }

        .section-heading4 h1, .section-heading4 h2, .section-heading4 h3, .section-heading4 h4, .section-heading4 h5, .section-heading4 h6 {
            font-size: 28px;
            width: 50%
        }
}

@media screen and (max-width: 991px) {
    .section-heading4 {
        margin-bottom: 50px
    }

        .section-heading4 h1, .section-heading4 h2, .section-heading4 h3, .section-heading4 h4, .section-heading4 h5, .section-heading4 h6 {
            width: 70%
        }
}

@media screen and (max-width: 767px) {
    .section-heading4 {
        margin-bottom: 40px
    }

        .section-heading4 h1, .section-heading4 h2, .section-heading4 h3, .section-heading4 h4, .section-heading4 h5, .section-heading4 h6 {
            font-size: 26px;
            width: 85%
        }
}

@media screen and (max-width: 575px) {
    .section-heading4 h1, .section-heading4 h2, .section-heading4 h3, .section-heading4 h4, .section-heading4 h5, .section-heading4 h6 {
        font-size: 24px;
        width: 100%
    }
}

.banner-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url("../img/demos/gardener/bg/feature-shape.png");
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 149px 30px;
    z-index: 9
}

.common-banner .owl-item {
    height: 100vh;
    position: relative
}

.common-banner .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    width: 100%;
    z-index: 9
}

.common-banner .overflow-hidden {
    display: inline-block
}

.common-banner .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    left: 0
}

.common-banner h1, .common-banner .h1, .common-banner h2, .common-banner .h2 {
    margin-bottom: 25px;
    animation-delay: 0.8s
}

.common-banner p {
    animation-delay: 1.2s
}

.common-banner .butn {
    animation-delay: 1.6s
}

.common-banner .owl-theme .owl-nav {
    margin-top: 0
}

.common-banner .owl-theme .owl-dots .owl-dot span {
    background: rgba(255,255,255,0.85)
}

.common-banner .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 45%;
    height: 55px;
    width: 55px;
    background: #fff !important;
    opacity: 1;
    border-radius: 0.25rem;
    line-height: 32px;
    transition: all .3s ease
}

    .common-banner .owl-nav .owl-next:hover {
        background: var(--bs-primary-color) !important
    }

        .common-banner .owl-nav .owl-next:hover span {
            color: #fff
        }

    .common-banner .owl-nav .owl-next span {
        color: var(--bs-primary-color);
        font-size: 24px;
        line-height: 55px;
        transition: all .3s ease
    }

.common-banner .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 45%;
    height: 55px;
    width: 55px;
    background: #fff !important;
    opacity: 1;
    border-radius: 0.25rem;
    transition: all .3s ease
}

    .common-banner .owl-nav .owl-prev:hover {
        background: var(--bs-primary-color) !important
    }

    .common-banner .owl-nav .owl-prev span {
        color: var(--bs-primary-color);
        font-size: 24px;
        line-height: 55px;
        transition: all .3s ease
    }

    .common-banner .owl-nav .owl-prev:hover span {
        color: #fff
    }

.banner1 span.vertical-line {
    background-color: var(--bs-primary-color);
    border-color: transparent;
    border-width: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 15px;
    white-space: nowrap;
    min-height: 40px;
    min-width: 1px;
    max-height: 40px;
    max-width: 63px;
    opacity: 1;
    display: inline-block;
    transform-origin: 50% 50% 0px
}

.banner1 h1 {
    font-family: "Playfair Display";
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px
}

.slider-fade2.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    left: 6%;
    margin-top: 0 !important;
    transform: translate(0, -50%)
}

    .slider-fade2.owl-carousel .owl-dots button.owl-dot {
        display: block
    }

        .slider-fade2.owl-carousel .owl-dots button.owl-dot span {
            width: 15px;
            height: 15px;
            border-radius: 3px;
            margin: 10px 7px
        }

@media screen and (max-width: 1199px) {
    .banner1 h1 {
        font-size: 58px
    }
}

@media screen and (max-width: 991px) {
    .banner1 h1 {
        font-size: 51px
    }

    .slider-fade2.owl-carousel .owl-dots {
        left: 2%
    }
}

@media screen and (max-width: 767px) {
    .banner1 h1 {
        font-size: 49px
    }
}

@media screen and (max-width: 575px) {
    .banner1 h1 {
        margin-bottom: 30px;
        font-size: 27px
    }
}

.banner3 {
    position: relative
}

    .banner3 .caption .sub-title {
        position: relative;
        font-size: 12px;
        padding: 10px 15px;
        font-weight: 600;
        border-radius: 10rem;
        letter-spacing: 2px;
        animation-delay: 0.5s;
        margin-bottom: 15px;
        text-transform: capitalize;
        display: inline-block;
        color: var(--bs-primary-color);
        background: rgba(255,255,255,0.9)
    }

    .banner3 .caption h1, .banner3 .caption .h1 {
        font-size: 60px;
        animation-delay: 0.8s;
        font-weight: 700;
        line-height: 65px;
        color: #ffffff;
        margin-bottom: 0
    }

    .banner3 .caption p {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 30px;
        animation-delay: 1.2s;
        text-align: center;
        width: 75%;
        margin: 30px auto
    }

    .banner3 .service-icon-list {
        padding-left: 0;
        list-style: none;
        display: inline-flex;
        animation-delay: 1.6s;
        margin-bottom: 0
    }

        .banner3 .service-icon-list li {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100px;
            height: 100px;
            margin-right: 15px;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.9)
        }

            .banner3 .service-icon-list li:last-child {
                margin-right: 0
            }

    .banner3 .owl-theme .owl-nav {
        margin-top: 0
    }

    .banner3 .owl-theme .owl-dots .owl-dot span {
        background: rgba(255,255,255,0.85)
    }

    .banner3 .owl-nav .owl-next {
        position: absolute;
        right: 15px;
        top: 45%;
        height: 55px;
        width: 55px;
        background: rgba(255,255,255,0.5) !important;
        border-radius: 0;
        line-height: 32px;
        opacity: 0.6
    }

        .banner3 .owl-nav .owl-next span {
            color: #ffffff;
            font-size: 24px;
            line-height: 55px
        }

    .banner3 .owl-theme .owl-nav .owl-next:hover {
        opacity: 1;
        background: var(--bs-primary-color) !important
    }

    .banner3 .owl-nav .owl-prev {
        position: absolute;
        left: 15px;
        top: 45%;
        height: 55px;
        width: 55px;
        background: rgba(255,255,255,0.5) !important;
        border-radius: 0;
        opacity: 0.6
    }

        .banner3 .owl-nav .owl-prev span {
            color: #ffffff;
            font-size: 24px;
            line-height: 55px
        }

    .banner3 .owl-theme .owl-nav .owl-prev:hover {
        opacity: 1;
        background: var(--bs-primary-color) !important
    }

    .banner3 h1, .banner3 .h1 {
        font-size: 70px;
        margin-bottom: 25px
    }

@media screen and (max-width: 1399px) {
    .banner3 h1, .banner3 .h1 {
        font-size: 65px
    }
}

@media screen and (max-width: 1199px) {
    .banner3 h1, .banner3 .h1 {
        font-size: 55px
    }
}

@media screen and (max-width: 767px) {
    .banner3 h1, .banner3 .h1 {
        font-size: 40px
    }
}

@media screen and (max-width: 575px) {
    .banner3 h1, .banner3 .h1 {
        font-size: 23px
    }
}

.banner4 .caption .number {
    font-size: 100px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    padding-right: 25px;
    margin-bottom: 0;
    animation-delay: 0.5s
}

.banner4 .caption h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    color: #ffffff;
    margin-bottom: 25px;
    animation-delay: 0.8s
}

.banner4 .caption p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
    animation-delay: 1.2s
}

.banner4 .caption .butn.butn-style1 {
    animation-delay: 1.6s
}

.banner4 .owl-theme .owl-nav {
    margin-top: 0
}

.banner4 .owl-theme .owl-dots .owl-dot span {
    background: rgba(255,255,255,0.85)
}

.banner4 .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 45%;
    height: 55px;
    width: 55px;
    background: #fff !important;
    opacity: 1;
    border-radius: 0;
    line-height: 32px
}

    .banner4 .owl-nav .owl-next:hover {
        opacity: 0.65
    }

    .banner4 .owl-nav .owl-next span {
        color: var(--bs-primary-color);
        font-size: 24px;
        line-height: 55px
    }

.banner4 .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 45%;
    height: 55px;
    width: 55px;
    background: #fff !important;
    opacity: 1;
    border-radius: 0
}

    .banner4 .owl-nav .owl-prev:hover {
        opacity: 0.65
    }

    .banner4 .owl-nav .owl-prev span {
        color: var(--bs-primary-color);
        font-size: 24px;
        line-height: 55px
    }

.slider-fade3.owl-theme .owl-dots {
    counter-reset: dots;
    font-size: 1.7rem;
    color: #fff;
    position: absolute;
    bottom: 8%;
    right: 10%;
    margin: 0 !important
}

    .slider-fade3.owl-theme .owl-dots .owl-dot {
        position: relative
    }

        .slider-fade3.owl-theme .owl-dots .owl-dot.active {
            color: #fcaf17
        }

        .slider-fade3.owl-theme .owl-dots .owl-dot:before {
            counter-increment: dots;
            content: counter(dots,decimal-leading-zero);
            position: absolute;
            right: 12px;
            font-weight: 700;
            z-index: 2
        }

        .slider-fade3.owl-theme .owl-dots .owl-dot span {
            background: transparent;
            height: 60px;
            width: 50px;
            border-radius: 0;
            position: relative;
            margin: 0 20px 0 0
        }

            .slider-fade3.owl-theme .owl-dots .owl-dot span:before {
                position: absolute;
                content: '';
                width: 2px;
                height: 35px;
                right: -30px;
                top: 5px;
                background-color: var(--bs-primary-color)
            }

        .slider-fade3.owl-theme .owl-dots .owl-dot:last-child span:before {
            content: none
        }

        .slider-fade3.owl-theme .owl-dots .owl-dot.active span, .slider-fade3.owl-theme .owl-dots .owl-dot:hover span {
            background-color: transparent
        }

@media screen and (max-width: 1399px) {
    .banner4 .caption h1 {
        font-size: 54px
    }
}

@media screen and (max-width: 991px) {
    .banner4 .caption h1 {
        font-size: 45px
    }

    .banner4 .caption .number {
        font-size: 80px
    }
}

@media screen and (max-width: 767px) {
    .banner4 .caption h1 {
        font-size: 32px;
        line-height: 50px
    }
}

@media screen and (max-width: 575px) {
    .banner4 .caption .number {
        font-size: 50px
    }

    .banner4 .caption h1 {
        font-size: 23px;
        line-height: 38px
    }
}

.banner5 h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 3px;
    margin-bottom: 20px
}

.banner5 h1 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 30px
}

.banner5 p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .banner5 h3 {
        margin-bottom: 10px
    }

    .banner5 h1 {
        font-size: 40px;
        margin-bottom: 20px
    }
}

.banner-headline {
    font-size: 3rem;
    line-height: 1.2
}

    .banner-headline.medium {
        font-size: 1.6rem
    }

.banner-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

    .banner-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0
    }

        .banner-words-wrapper b.is-visible {
            position: relative
        }

.no-js .banner-words-wrapper b {
    opacity: 0
}

    .no-js .banner-words-wrapper b.is-visible {
        opacity: 1
    }

@media only screen and (min-width: 1170px) {
    .banner-headline {
        font-size: 6rem
    }

        .banner-headline.medium {
            font-size: 5rem;
            line-height: 1.2
        }
}

@media only screen and (min-width: 768px) {
    .banner-headline {
        font-size: 4.4rem;
        font-weight: 300
    }
}

.banner-headline.clip span {
    display: inline-block;
    padding: .2em 0
}

.caption .highlight {
    color: var(--bs-primary-color)
}

.banner-headline.clip .banner-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

    .banner-headline.clip .banner-words-wrapper:after {
        content: '';
        position: absolute;
        top: 10%;
        right: 0;
        width: 2px;
        height: 70%;
        background-color: rgba(255,255,255,0.65)
    }

.banner-headline.clip b {
    opacity: 0
}

.banner-headline b.is-visible {
    opacity: 1
}

.banner7 .caption .subtitle {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative
}

    .banner7 .caption .subtitle:before, .banner7 .caption .subtitle:after {
        position: absolute;
        content: "";
        width: 25px;
        height: 2px;
        background: #fffdf8
    }

    .banner7 .caption .subtitle:before {
        top: 15px;
        left: -40px
    }

    .banner7 .caption .subtitle:after {
        top: 15px;
        left: auto;
        right: -40px
    }

.banner7 .caption h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase
}

.banner7 .caption p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px
}

@media screen and (max-width: 992px) {
    .banner7 .caption h1 {
        font-size: 68px;
        line-height: 68px
    }
}

@media screen and (max-width: 991px) {
    .banner7 .caption h1 {
        font-size: 50px;
        line-height: 50px
    }
}

@media screen and (max-width: 767px) {
    .banner7 .caption h1 {
        font-size: 40px;
        line-height: 40px
    }

    .banner7 .caption .subtitle {
        font-size: 18px
    }

        .banner7 .caption .subtitle:before, .banner7 .caption .subtitle:after {
            top: 10px
        }
}

.page-title-section {
    padding: 250px 0 250px;
    text-align: center
}

    .page-title-section.style2 {
        padding: 150px 0
    }

    .page-title-section h1 {
        font-size: 44px;
        font-weight: 700;
        line-height: 1;
        color: #ffffff;
        margin-bottom: 0
    }

.breadcrumb {
    display: block;
    background: #fff;
    position: relative;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    width: 775px;
    margin: -100px auto 0;
    z-index: 1;
    border-radius: 0.25rem
}

    .breadcrumb ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0
    }

        .breadcrumb ul li {
            display: inline-block;
            line-height: 1
        }

            .breadcrumb ul li a {
                font-size: 16px;
                font-weight: 600
            }

            .breadcrumb ul li:last-child a {
                color: var(--bs-primary-color)
            }

            .breadcrumb ul li:after {
                content: '\f105';
                font-weight: 700;
                vertical-align: middle;
                color: var(--bs-primary-color);
                font-family: Font Awesome\ 5 Free;
                padding: 0 10px 0 10px
            }

            .breadcrumb ul li:last-child:after {
                content: none
            }

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 175px 0 125px
    }

        .page-title-section.style2 {
            padding: 125px 0
        }

        .page-title-section h1 {
            font-size: 40px
        }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 148px 0 85px
    }

        .page-title-section.style2 {
            padding: 85px 0 100px 0
        }

        .page-title-section h1 {
            font-size: 36px
        }
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        margin: -25px auto 0;
        padding: 15px
    }

    .page-title-section h1 {
        font-size: 34px
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb {
        width: 330px
    }

        .breadcrumb ul li a {
            font-size: 14px
        }

    .page-title-section h1 {
        font-size: 30px
    }
}

.page-title-section2 {
    padding: 150px 0
}

@media screen and (max-width: 1199px) {
    .page-title-section2 {
        padding: 140px 0
    }
}

@media screen and (max-width: 991px) {
    .page-title-section2 {
        padding: 130px 0
    }
}

@media screen and (max-width: 767px) {
    .page-title-section2 {
        padding: 120px 0
    }
}

@media screen and (max-width: 575px) {
    .page-title-section2 {
        padding: 110px 0
    }
}

.about-style-01 .about-image1 {
    position: relative;
    z-index: 2;
    display: inline-block;
    left: 0;
    top: -15px
}

.about-style-01 .about-image2 {
    bottom: -50px;
    right: 30px;
    top: 60px;
    position: absolute
}

.about-style-01 .about-icon-list {
    color: var(--bs-primary-color);
    font-size: 12px;
    background: rgba(247,176,53,0.19);
    border-radius: 30px;
    padding: 6px;
    margin-top: 1px
}

@media screen and (max-width: 1199px) {
    .about-style-01 .about-image2 {
        right: 0
    }
}

@media screen and (max-width: 991px) {
    .about-style-01 .about-image1 {
        top: 0
    }
}

.about-style-02 .about-icon {
    color: #fff;
    background: var(--bs-primary-color);
    font-size: 24px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    vertical-align: top
}

.about-style-02 .about-counter-wrapper {
    background-color: var(--bs-primary-color);
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -55%);
    padding: 25px
}

    .about-style-02 .about-counter-wrapper p:after {
        content: '+';
        font-size: 40px
    }

@media screen and (max-width: 991px) {
    .about-style-02 .about-counter-wrapper {
        display: none
    }
}

.about-style-03 .about-image-wrapper {
    position: relative
}

    .about-style-03 .about-image-wrapper:after {
        position: absolute;
        content: '';
        left: 30px;
        top: 30px;
        right: 30px;
        bottom: 30px;
        border-radius: 4px;
        border: 7px solid rgba(255,255,255,0.6)
    }

.about-style-03 .about-shadow-box {
    background: #fff;
    border-left: 3px solid var(--bs-primary-color);
    padding: 1.2rem 2rem;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.07);
    width: 80%;
    border-radius: 4px
}

@media screen and (max-width: 1199px) {
    .about-style-03 .about-shadow-box {
        width: 95%
    }
}

@media screen and (max-width: 991px) {
    .about-style-03 .about-shadow-box {
        width: 100%
    }
}

.about-style-04 .about-experience-box {
    background-color: #fff;
    max-width: 300px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 250px;
    left: 160px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    padding: 20px 0
}

@media screen and (max-width: 1199px) {
    .about-style-04 .about-experience-box {
        left: 80px;
        padding: 15px 0
    }
}

@media screen and (max-width: 991px) {
    .about-style-04 .about-experience-box {
        left: 180px
    }
}

@media screen and (max-width: 767px) {
    .about-style-04 .about-experience-box {
        top: 200px;
        left: 100px
    }
}

@media screen and (max-width: 575px) {
    .about-style-04 .about-experience-box {
        display: none
    }
}

.about-style-05 .image1 {
    position: relative
}

    .about-style-05 .image1 img {
        position: relative
    }

    .about-style-05 .image1:before {
        position: absolute;
        width: 100%;
        height: 100%;
        right: -70px;
        top: -30px;
        content: "";
        border: 10px solid #ededed
    }

.about-style-05 .image2 {
    margin-left: -40%
}

.about-content-info {
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(43,52,59,0.08);
    background: #fffdf8;
    padding: 15px 20px;
    line-height: 1;
    width: 90%
}

    .about-content-info:last-child {
        margin-bottom: 0
    }

@media screen and (max-width: 767px) {
    .about-content-info {
        width: 100%;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 575px) {
    .about-style-05 .image1:before {
        top: -25px
    }
}

.about-style-06 .about-wrapper-image {
    position: relative;
    padding-left: 15px;
    z-index: 1
}

    .about-style-06 .about-wrapper-image:before {
        content: "";
        position: absolute;
        left: 0;
        background: var(--bs-primary-color);
        z-index: 0;
        width: 300px;
        top: -15px;
        bottom: -15px;
        border-radius: 4px
    }

.counter-box {
    right: -40px;
    bottom: 10%;
    padding: 15px 20px 25px 20px;
    position: absolute;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 8px 16px 0px rgba(17,12,79,0.1);
    border-right: 3px solid var(--bs-primary-color);
    z-index: 1;
    border-radius: 4px
}

    .counter-box h4:after {
        content: '+';
        vertical-align: super
    }

.about-box-info {
    box-shadow: 0 8px 16px 0px rgba(17,12,79,0.1);
    padding: 15px;
    border-radius: 4px;
    width: 80%;
    margin-bottom: 30px
}

    .about-box-info:last-child {
        margin-bottom: 0
    }

    .about-box-info .icon-box {
        height: 60px;
        width: 60px;
        line-height: 65px;
        text-align: center;
        color: #ffffff;
        font-size: 25px;
        background: var(--bs-primary-color);
        border-radius: 4px
    }

@media screen and (max-width: 1199px) {
    .counter-box {
        right: -30px
    }

    .about-box-info {
        width: 90%
    }

        .about-box-info .icon-box {
            height: 55px;
            width: 55px;
            line-height: 60px;
            font-size: 22px
        }
}

@media screen and (max-width: 991px) {
    .counter-box {
        display: none
    }

    .about-box-info {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    .about-style-06 .about-wrapper-image:before {
        width: 200px
    }
}

.about-style-07 .about-box-wrapper {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0,0,0,0.05);
    transition: 0.5s
}

    .about-style-07 .about-box-wrapper:hover {
        background: var(--bs-primary-color);
        color: #ffffff
    }

        .about-style-07 .about-box-wrapper:hover i {
            color: #fff !important
        }

.about-style-08 .about-image-wrappers:before {
    position: absolute;
    right: 50px;
    top: 40px;
    height: 450px;
    width: 250px;
    border: 12px solid #f1f1f2;
    content: ""
}

.about-style-08 .about-image-wrappers .image-2 {
    position: absolute;
    bottom: 100px;
    left: auto;
    right: 10px;
    margin-bottom: 0;
    z-index: 8
}

@media screen and (max-width: 1399px) {
    .about-style-08 .about-image-wrappers:before {
        right: 20px
    }

    .about-style-08 .about-image-wrappers .image-2 {
        right: -10px
    }
}

@media screen and (max-width: 1199px) {
    .about-style-08 .about-image-wrappers:before {
        right: -30px
    }
}

@media screen and (max-width: 991px) {
    .about-style-08 .about-image-wrappers:before {
        display: none
    }
}

.about-style-09 .about-box-wrap {
    width: 35px;
    height: 35px;
    background-color: var(--bs-primary-color);
    line-height: 40px;
    text-align: center;
    font-size: 18px
}

.about-style-09 .about-boxs {
    box-shadow: 0 0 10px 0 rgba(43,52,59,0.08);
    padding: 15px 20px;
    margin-bottom: 30px
}

    .about-style-09 .about-boxs:last-child {
        margin-bottom: 0
    }

.about-style-10 .about-img {
    margin-bottom: 80px;
    min-height: 300px;
    border-radius: 4px
}

.about-style-10 .about-info {
    position: relative;
    padding: 60px;
    margin-top: 80px;
    border-radius: 4px;
    margin-left: -70px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.08)
}

.about-style-10 .about-icon {
    color: #fff;
    background: var(--bs-primary-color);
    font-size: 24px;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    vertical-align: top
}

@media screen and (max-width: 1199px) {
    .about-style-10 .about-img {
        margin-bottom: 60px
    }

    .about-style-10 .about-info {
        padding: 50px;
        margin-top: 60px
    }

    .about-style-10 .about-icon {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 22px
    }
}

@media screen and (max-width: 991px) {
    .about-style-10 .about-img {
        min-height: 450px;
        margin-bottom: 0
    }

    .about-style-10 .about-info {
        padding: 40px;
        margin-left: 0;
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .about-style-10 .about-img {
        min-height: 350px
    }

    .about-style-10 .about-info {
        padding: 35px
    }
}

@media screen and (max-width: 575px) {
    .about-style-10 .about-info {
        padding: 30px
    }

    .about-style-10 .about-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }
}

.about-style-11 .about-image-01 {
    position: relative
}

    .about-style-11 .about-image-01 img {
        border-top: 10px solid var(--bs-primary-color);
        padding-top: 15px;
        padding-left: 15px;
        border-left: 10px solid var(--bs-primary-color)
    }

    .about-style-11 .about-image-01 .about-counter {
        background-color: var(--bs-primary-color);
        text-align: center;
        padding: 15px 25px;
        position: absolute;
        top: 40%;
        left: -40px
    }

.about-image-02 {
    margin-top: -15%;
    position: relative;
    margin-left: 15%;
    z-index: 1
}

    .about-image-02 img {
        border: 10px solid #ffffff
    }

.about-style-11 .about-box-wrapper {
    padding: 10px 15px;
    font-weight: 500;
    border: 1px solid #ededed
}

@media screen and (max-width: 1199px) {
    .about-style-11 .about-image-01 .about-counter {
        left: -20px;
        padding: 15px
    }

    .about-style-11 .about-image-01 img {
        padding-top: 10px;
        padding-left: 10px
    }
}

@media screen and (max-width: 991px) {
    .about-style-11 .about-image-01 {
        text-align: center
    }

    .about-image-02 {
        margin-left: 25%
    }

    .about-style-11 .about-image-01 .about-counter {
        left: 70px
    }
}

@media screen and (max-width: 767px) {
    .about-style-11 .about-image-01 .about-counter {
        left: -20px
    }

    .about-image-02 {
        margin-left: 15%
    }

        .about-image-02 img {
            max-width: 200px
        }
}

@media screen and (max-width: 575px) {
    .about-style-11 .about-image-01 .about-counter {
        left: -10px;
        padding: 10px
    }

    .about-image-02 {
        margin-left: 20%
    }

        .about-image-02 img {
            max-width: 180px
        }
}

.about-style-12 .abou-left-img {
    position: absolute;
    top: -18%;
    left: 1%;
    opacity: 0.05;
    transform: rotate(180deg)
}

.about-style-12 .about-content {
    width: 360px;
    position: absolute;
    bottom: -100px;
    left: -40px;
    padding: 40px;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: TopBottom;
    animation-timing-function: ease-in-out
}

    .about-style-12 .about-content a {
        color: black
    }

.about-style-12 .about-img img {
    width: 60px
}

.about-style-12 .about-shape1 {
    position: absolute;
    background-color: var(--bs-primary-color);
    width: 15px;
    height: 15px;
    border-top-right-radius: 30%;
    top: 10%;
    right: 20%;
    animation: animationFramesOne 30s infinite linear;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866)
}

    .about-style-12 .about-shape1:before {
        -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
        transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
        width: 15px;
        height: 15px;
        border-top-right-radius: 30%;
        content: '';
        position: absolute;
        background-color: inherit
    }

    .about-style-12 .about-shape1:after {
        content: '';
        position: absolute;
        background-color: inherit;
        -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
        transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
        width: 15px;
        height: 15px;
        border-top-right-radius: 30%
    }

@keyframes TopBottom {
    0% {
        transform: translate(0px, 0px)
    }

    65% {
        transform: translate(0, 30px)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
}

@media screen and (max-width: 1199px) {
    .about-style-12 .about-content {
        bottom: -220px
    }
}

@media screen and (max-width: 991px) {
    .about-style-12 .about-content {
        bottom: 10px;
        width: 310px;
        padding: 25px
    }
}

@media screen and (max-width: 575px) {
    .about-style-12 .about-content {
        display: none
    }
}

.service-style-01 {
    text-align: center
}

    .service-style-01 .service-box {
        height: 60px;
        width: 60px;
        margin: 0 auto 25px;
        display: flex;
        justify-content: center;
        align-items: center
    }

.service-style-02 .flip-card {
    width: 100%;
    height: 400px;
    perspective: 1000px
}

.service-style-02 .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d
}

.service-style-02 .flip-card .flip-card-inner .info-content {
    color: #ffffff;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    padding: 20px 30px;
    z-index: 9;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transform: translateY(0);
    transition: all 0.6s ease-in-out 0s;
    background-color: var(--bs-primary-color);
    opacity: 1
}

.service-style-02 .flip-card:hover .flip-card-inner .info-content {
    opacity: 0
}

.service-style-02 .flip-card-front {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: absolute;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat
}

.service-style-02 .icon-box-wrapper {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    color: #fff;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 65px;
    margin-bottom: 25px
}

.service-style-02 .flip-card-back {
    background-color: var(--bs-primary-color);
    transform: rotateY(180deg);
    border-radius: 4px;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 20px
}

.service-style-02 .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.service-style-03 {
    position: relative
}

.service-front-info {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #ededed
}

    .service-front-info .service-icon-box {
        height: 65px;
        width: 65px;
        background-color: var(--bs-primary-color);
        text-align: center;
        font-size: 30px;
        color: #ffffff;
        line-height: 70px;
        text-align: center;
        margin-bottom: 30px
    }

.service-style-03 .service-front-info .number {
    font-size: 55px;
    line-height: 1;
    color: rgba(0,0,0,0.05);
    font-weight: 700
}

.service-style-03 .service-hover-content {
    padding: 40px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    transform: scaleY(0);
    transform-origin: 0 0 0
}

    .service-style-03 .service-hover-content:before {
        z-index: -1;
        background-color: rgba(247,176,53,0.85);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ''
    }

    .service-style-03 .service-hover-content .bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2
    }

    .service-style-03 .service-hover-content .number {
        font-size: 55px;
        line-height: 1;
        font-weight: 700;
        color: #ffffff
    }

.service-style-03:hover .service-hover-content {
    transform: scaleY(1)
}

@media screen and (max-width: 1199px) {
    .service-front-info, .service-style-03 .service-hover-content {
        padding: 35px
    }
}

@media screen and (max-width: 991px) {
    .service-front-info .service-icon-box {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 25px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 767px) {
    .service-front-info {
        padding: 30px
    }

    .service-style-03 .service-hover-content {
        padding: 30px
    }

        .service-style-03 .service-front-info .number, .service-style-03 .service-hover-content .number {
            font-size: 50px
        }
}

@media screen and (max-width: 575px) {
    .service-front-info .service-icon-box {
        height: 55px;
        width: 55px;
        line-height: 55px
    }

    .service-style-03 .service-front-info .number, .service-style-03 .service-hover-content .number {
        font-size: 45px
    }
}

.number-ordered {
    counter-reset: div
}

.card-style1 {
    position: relative;
    border: 0;
    border-radius: 0;
    padding: 50px 30px 50px 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    background: #fffdf8;
    height: 100%
}

    .card-style1 .card-body {
        padding: 0
    }

        .card-style1 .card-body .service-counter {
            position: absolute;
            text-align: center;
            top: 0;
            right: 0;
            padding: 10px;
            min-width: 50px;
            font-size: 22px;
            line-height: 1;
            font-weight: 500;
            text-transform: uppercase;
            color: var(--bs-primary-color);
            transition: inherit;
            z-index: 1
        }

.number-ordered .number-ordered-item::before {
    content: counter(div,decimal-leading-zero);
    counter-increment: div
}

.card-style1 .card-body .service-counter::before {
    display: inline-block;
    transition: transform .3s ease;
    vertical-align: middle
}

.card-style1 .card-body .service-counter::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    width: 45px;
    height: 45px;
    background: #232323
}

@media screen and (max-width: 1199px) {
    .card-style1 {
        padding: 40px 30px 40px 30px
    }
}

@media screen and (max-width: 767px) {
    .card-style1 .card-body .service-counter {
        font-size: 20px
    }
}

.card-style2 {
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    background: #fffdf8;
    border: 0;
    border-radius: 0;
    padding: 0
}

    .card-style2 .card-header {
        border: 0;
        background: #fffdf8;
        text-align: center;
        padding: 50px
    }

    .card-style2 .card-body {
        padding: 0 50px 50px 50px
    }

@media screen and (max-width: 1199px) {
    .card-style2 .card-header {
        padding: 40px
    }

    .card-style2 .card-body {
        padding: 0 40px 40px 40px
    }
}

@media screen and (max-width: 767px) {
    .card-style2 .card-header {
        padding: 35px
    }

    .card-style2 .card-body {
        padding: 0 35px 35px 35px
    }
}

@media screen and (max-width: 575px) {
    .card-style2 .card-header {
        padding: 30px
    }

    .card-style2 .card-body {
        padding: 0 30px 30px 30px
    }
}

.card-style3 {
    border: 0;
    border-radius: 0;
    height: 100%
}

    .card-style3 .card-body {
        box-shadow: 0 0 15px rgba(0,0,0,0.08);
        background: #fffdf8;
        padding: 35px
    }

        .card-style3 .card-body h5 a:hover {
            color: var(--bs-primary-color)
        }

    .card-style3 .card-footer {
        background: none;
        border-top: 1px dashed #ededed;
        padding: 15px 0 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .card-style3 .card-footer a span:hover {
            color: var(--bs-primary-color)
        }

@media screen and (max-width: 1199px) {
    .card-style3 .card-body {
        padding: 30px
    }
}

@media screen and (max-width: 575px) {
    .card-style3 .card-body {
        padding: 30px
    }
}

.card-style4 {
    position: relative;
    border: 0;
    border-radius: 0
}

    .card-style4 .image-box {
        position: relative;
        display: block
    }

        .card-style4 .image-box img {
            position: relative;
            display: block;
            transition: all 0.6s ease
        }

        .card-style4 .image-box:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1
        }

    .card-style4 .hover-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 5
    }

    .card-style4 .hover-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: table;
        vertical-align: middle
    }

    .card-style4 .text {
        position: relative;
        padding: 10px 25px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 15px;
        color: #ffffff;
        top: 0;
        opacity: 0;
        transition: all 0.6s ease
    }

    .card-style4 .card-body {
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        background: #fffdf8;
        padding: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .card-style4 .card-body .icon {
            width: 55px;
            height: 55px;
            line-height: 60px;
            font-size: 25px;
            color: #fff;
            text-align: center;
            background: #232323
        }

    .card-style4:hover .hover-box .text {
        top: 0;
        opacity: 1;
        transform: translateY(0)
    }

    .card-style4:hover .image-box:before {
        background: rgba(247,176,53,0.68)
    }

@media screen and (max-width: 1199px) {
    .card-style4 .card-body .icon {
        width: 50px;
        height: 50px;
        line-height: 55px;
        font-size: 22px
    }
}

@media screen and (max-width: 575px) {
    .card-style4 .text {
        font-size: 14px
    }
}

.card-style5 .social-icon {
    position: absolute;
    bottom: -60px;
    left: 0;
    opacity: 0;
    display: block;
    width: 100%;
    text-align: center;
    transition: all .5s
}

    .card-style5 .social-icon li a i {
        background-color: var(--bs-primary-color);
        color: white;
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        text-align: center;
        font-size: 16px
    }

.card-style5:hover .social-icon {
    bottom: 60px;
    opacity: 1
}

.card-style5 .social-icon a:hover i {
    color: var(--bs-primary-color);
    background-color: white
}

.team-shape2 {
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width: 767px) {
    .card-style5 .social-icon li a i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px
    }

    .team-shape2 {
        display: none
    }
}

.card-style6 {
    border: 0;
    border-radius: 0
}

    .card-style6 .team-image {
        position: relative;
        overflow: hidden
    }

        .card-style6 .team-image img {
            position: relative;
            width: 90%;
            margin: 0 auto;
            display: block
        }

        .card-style6 .team-image .social-icons {
            position: absolute;
            right: -50px;
            bottom: 0;
            background: var(--bs-primary-color);
            opacity: 0;
            visibility: hidden;
            transition: all 0.8s ease;
            text-align: center;
            list-style: none;
            padding: 0;
            margin: 0
        }

        .card-style6 .team-image:hover .social-icons {
            right: 0;
            opacity: 1;
            visibility: visible
        }

        .card-style6 .team-image .social-icons li {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-bottom: 1px solid rgba(255,255,255,0.1)
        }

            .card-style6 .team-image .social-icons li a {
                color: #fff;
                text-align: center
            }

            .card-style6 .team-image .social-icons li:last-child {
                border-bottom: 0
            }

    .card-style6 .card-body {
        margin-top: -30px;
        text-align: center;
        padding: 50px 20px 20px 20px;
        background: #fffdf8;
        box-shadow: 0 0 15px rgba(0,0,0,0.1)
    }

.card-style7 {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

    .card-style7 .blog-image {
        position: relative
    }

        .card-style7 .blog-image .date {
            position: absolute;
            content: '';
            padding: 5px 15px;
            background: var(--bs-primary-color);
            bottom: -15px;
            z-index: 3;
            left: 0
        }

            .card-style7 .blog-image .date a {
                color: #ffffff;
                font-size: 14px
            }

    .card-style7 .card-body {
        padding: 50px 40px 40px 40px
    }

    .card-style7 .blog-meta-list {
        padding: 15px 0;
        border-bottom: 1px solid #ededed;
        border-top: 1px solid #ededed;
        margin: 25px 0
    }

    .card-style7 .card-body .blog-meta-list li {
        display: inline-block;
        margin-right: 20px;
        cursor: pointer
    }

        .card-style7 .card-body .blog-meta-list li a {
            vertical-align: middle
        }

        .card-style7 .card-body .blog-meta-list li:last-child {
            margin-right: 0;
            border-left: 1px solid #ededed;
            padding-left: 20px
        }

@media screen and (max-width: 1199px) {
    .card-style7 .card-body {
        padding: 45px 35px 35px 35px
    }

        .card-style7 .card-body .blog-meta-list li {
            margin-right: 10px
        }

            .card-style7 .card-body .blog-meta-list li:last-child {
                padding-left: 10px
            }
}

.info-box2 {
    position: relative;
    margin-top: -70px;
    padding: 0;
    z-index: 9;
    background: transparent
}

.info-box2-number {
    counter-reset: count
}

.card-style8 {
    height: 100%;
    border: 0;
    border-radius: 0
}

    .card-style8 .card-body {
        padding: 40px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        background: #fffdf8;
        transition: all 0.5s ease 0s
    }

        .card-style8 .card-body:hover:before {
            width: 100%
        }

        .card-style8 .card-body:before {
            position: absolute;
            width: 0;
            height: 3px;
            background: var(--bs-primary-color);
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            content: '';
            z-index: 3;
            transition: all .4s ease-out
        }

        .card-style8 .card-body:after {
            position: absolute;
            width: 100%;
            height: 3px;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            content: '';
            z-index: 2;
            transition: all .4s ease-out
        }

        .card-style8 .card-body i {
            width: 100%;
            text-align: left;
            position: relative
        }

            .card-style8 .card-body i:after {
                font-weight: 700;
                font-size: 44px;
                line-height: 30px;
                color: rgba(0,0,0,0.05);
                counter-increment: count;
                content: "0" counter(count);
                float: right
            }

@media screen and (max-width: 1199px) {
    .info-box2 {
        margin-top: 90px
    }
}

@media screen and (max-width: 991px) {
    .info-box2 {
        margin-top: 70px
    }
}

@media screen and (max-width: 767px) {
    .card-style8 .card-body {
        padding: 35px
    }
}

@media screen and (max-width: 575px) {
    .card-style8 .card-body i:after {
        font-size: 40px;
        line-height: 20px
    }
}

.card-style9 .card-body span {
    margin-left: -70px
}

.card-style10:hover .main-content {
    opacity: 0
}

.card-style10 .hover-content {
    opacity: 0;
    transition: all .5s ease
}

.card-style10:hover .hover-content {
    opacity: 1;
    transition: all .5s ease
}

.card-style10 .author-img {
    border-radius: 69% 31% 17% 83%/60% 63% 37% 40%
}

.card-style11 {
    position: relative;
    display: block;
    overflow: hidden;
    visibility: visible
}

    .card-style11 .portfolio-img:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-color: rgba(51,75,53,0.5);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        transform: scaleY(0);
        opacity: 0;
        z-index: 1
    }

    .card-style11 .card-body {
        position: absolute;
        left: 20px;
        bottom: 0;
        right: 20px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        transform: scaleY(0);
        z-index: 1
    }

        .card-style11 .card-body p {
            display: inline-block;
            color: white;
            font-size: 12px;
            line-height: 22px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            background: black;
            padding: 5px 20px 5px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px
        }

        .card-style11 .card-body h3 {
            display: block;
            font-size: 20px;
            line-height: 34px;
            font-weight: 700;
            background: var(--bs-primary-color);
            border-top-right-radius: 10px;
            padding: 25px 25px 25px 35px
        }

            .card-style11 .card-body h3 a {
                color: #ffffff;
                transition: all 200ms linear;
                transition-delay: 0.1s
            }

    .card-style11:hover .portfolio-img:before {
        opacity: 1;
        transform: scaleY(1)
    }

    .card-style11:hover .card-body {
        transform: scaleY(1)
    }

    .card-style11 .card-body h3 a:hover {
        color: black
    }

@media screen and (max-width: 1199px) {
    .card-style11 .card-body h3 {
        padding: 15px 15px 15px 25px
    }
}

@media screen and (max-width: 991px) {
    .card-style11 .card-body h3 {
        font-size: 16px
    }
}

.card-style12 {
    background: none;
    border-radius: 4px;
    border: 1px solid #ededed
}

    .card-style12 .card-img-top {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .card-style12 .card-body {
        position: relative;
        padding: 50px 40px 40px 40px;
        background: #fffdf8
    }

        .card-style12 .card-body .icon-box {
            position: absolute;
            top: -40px;
            right: 30px;
            width: 75px;
            height: 75px;
            line-height: 65px;
            text-align: center;
            border-radius: 50%;
            background: #fffdf8;
            box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.07)
        }

    .card-style12 .card-footer {
        padding: 20px 40px;
        border-top: 1px solid #ededed;
        background: #fff
    }

@media screen and (max-width: 1199px) {
    .card-style12 .card-body {
        position: relative;
        padding: 50px 30px 30px 30px;
        background: #fffdf8
    }
}

@media screen and (max-width: 991px) {
    .card-style12 .card-body {
        position: relative;
        padding: 40px 30px 30px 30px;
        background: #fffdf8
    }

        .card-style12 .card-body .icon-box {
            width: 70px;
            height: 70px;
            line-height: 70px
        }
}

.card-style13 {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

    .card-style13:hover:before {
        left: -170%;
        transition-delay: .8s
    }

    .card-style13:before {
        content: "";
        position: absolute;
        left: 170%;
        z-index: 1;
        height: 100%;
        width: 100%;
        transition: .8s
    }

    .card-style13:hover img {
        transform: scale(1.2)
    }

    .card-style13 img {
        width: 100%;
        height: 100%;
        transition: all 0.8s
    }

    .card-style13:hover .card-body {
        transform: perspective(300px) rotateX(0deg)
    }

    .card-style13 .card-body {
        position: absolute;
        background: var(--bs-primary-color);
        width: 100%;
        bottom: 0;
        transition: all 0.8s;
        transform: perspective(300px) rotateX(90deg);
        transform-origin: bottom;
        text-align: center;
        padding: 15px
    }

    .card-style13 .team-social-icon {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        list-style: none
    }

        .card-style13 .team-social-icon li {
            background: var(--bs-primary-color);
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            transform: perspective(1000px) rotateY(90deg);
            transition: all 0.5s;
            transform-origin: left
        }

            .card-style13 .team-social-icon li:last-child {
                border: none
            }

            .card-style13 .team-social-icon li a {
                color: #ffffff;
                font-size: 14px
            }

    .card-style13:hover .team-social-icon li {
        transform: rotateX(0deg)
    }

    .card-style13 .team-social-icon li:nth-child(1) {
        transition-delay: .2s
    }

    .card-style13 .team-social-icon li:nth-child(2) {
        transition-delay: .4s
    }

    .card-style13 .team-social-icon li:nth-child(3) {
        transition-delay: .6s
    }

    .card-style13 .team-social-icon li:nth-child(4) {
        transition-delay: .8s
    }

@media screen and (max-width: 575px) {
    .card-style13 .team-social-icon li {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

        .card-style13 .team-social-icon li a {
            font-size: 13px
        }
}

.portfolio-box {
    position: relative;
    margin-left: -70px;
    margin-top: 80px
}

.card-style14 {
    border: 0;
    border-radius: 0;
    background-color: transparent
}

    .card-style14 .card-body {
        padding: 0;
        position: relative;
        overflow: hidden;
        border-radius: 4px
    }

        .card-style14 .card-body img {
            display: block;
            width: 100%;
            height: auto;
            transition-duration: .9s;
            border-radius: 4px
        }

    .card-style14:hover img {
        transform: scale(1.2);
        border-radius: 4px
    }

    .card-style14:hover .portfolio-overlay {
        visibility: visible;
        opacity: 1
    }

    .card-style14:hover .card-body .overlay-info {
        visibility: visible;
        opacity: 1;
        transform: translateY(-30px)
    }

    .card-style14 .card-body .overlay-info {
        position: absolute;
        right: 25px;
        bottom: 0;
        left: 25px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.8s ease-in-out;
        background: #fff;
        border-radius: 4px;
        padding: 30px 90px 30px 30px
    }

    .card-style14 .card-body .portfolio-link {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 25px;
        height: 45px;
        width: 45px;
        line-height: 42px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #ededed
    }

        .card-style14 .card-body .portfolio-link a {
            color: #111
        }

        .card-style14 .card-body .portfolio-link:hover {
            background: var(--bs-primary-color);
            color: #ffffff
        }

            .card-style14 .card-body .portfolio-link:hover a {
                color: #ffffff !important
            }

@media screen and (max-width: 1199px) {
    .portfolio-box {
        margin-left: 60px;
        margin-top: -90px
    }
}

@media screen and (max-width: 575px) {
    .portfolio-box {
        margin-left: 15px;
        margin-top: -60px;
        margin-right: 15px
    }

    .card-style14 .card-body .overlay-info {
        padding: 25px 80px 25px 25px
    }

    .card-style14 .card-body .portfolio-link {
        right: 20px
    }
}

.blog-date {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 1;
    color: #282b2d;
    overflow: hidden;
    padding: 2px;
    line-height: 25px;
    text-align: center;
    border: 2px solid #ededed;
    display: inline-block;
    background-color: #ffffff;
    text-transform: capitalize;
    border-radius: 4px
}

    .blog-date span {
        position: relative;
        color: #ffffff;
        font-weight: 500;
        font-size: 20px;
        display: block;
        text-align: center;
        padding: 10px;
        margin-bottom: 5px;
        background-color: var(--bs-primary-color);
        border-radius: 4px
    }

.card-style15 {
    border: 0
}

    .card-style15 .card-body {
        padding: 50px 40px;
        border-radius: 4px;
        background-color: #fff;
        margin: 50px 0 50px -60px;
        border: 1px solid #ededed
    }

    .card-style15 .blog-info {
        padding-left: 25px;
        margin-bottom: 30px;
        border-left: 3px solid var(--bs-primary-color)
    }

        .card-style15 .blog-info .blog-meta-list {
            padding: 0;
            list-style: none;
            margin-bottom: 25px
        }

            .card-style15 .blog-info .blog-meta-list li {
                display: inline-block
            }

                .card-style15 .blog-info .blog-meta-list li:after {
                    content: '||';
                    margin: 0 10px;
                    top: 0;
                    margin-top: -2px;
                    background-color: transparent;
                    height: auto;
                    width: auto;
                    color: inherit;
                    opacity: 0.3
                }

                .card-style15 .blog-info .blog-meta-list li.last:after {
                    content: none
                }

@media screen and (max-width: 1199px) {
    .card-style15 .card-body {
        padding: 40px
    }
}

@media screen and (max-width: 991px) {
    .card-style15 .card-body {
        margin: 0;
        padding: 35px
    }

    .border-radius {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media screen and (max-width: 767px) {
    .card-style15 .card-body {
        padding: 30px
    }
}

@media screen and (max-width: 575px) {
    .card-style15 .blog-info {
        padding-left: 20px;
        margin-bottom: 25px
    }

        .card-style15 .blog-info .blog-meta-list {
            margin-bottom: 20px
        }
}

.card-style16 {
    border: 0;
    background: 0;
    border-radius: 0
}

    .card-style16 .card-body {
        padding: 140px 40px 40px 40px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.06);
        text-align: center;
        margin: -100px 20px 20px 20px
    }

@media screen and (max-width: 991px) {
    .card-style16 .card-body {
        padding: 130px 35px 35px 35px
    }
}

.card-style17 {
    padding: 40px;
    border-radius: 0;
    text-align: center
}

    .card-style17 .card-header {
        border: 0;
        background: #fffdf8;
        padding: 0;
        text-align: center;
        margin-bottom: 35px
    }

@media screen and (max-width: 1199px) {
    .card-style17 {
        padding: 35px
    }
}

.card-style18 {
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    border: 0;
    border-radius: 0;
    padding: 25px
}

    .card-style18 .blog-image {
        position: relative;
        margin-bottom: 35px
    }

        .card-style18 .blog-image .date {
            position: absolute;
            content: '';
            padding: 5px 15px;
            background: var(--bs-primary-color);
            color: #ffffff;
            top: 20px;
            z-index: 3;
            left: 20px
        }

    .card-style18 .card-body {
        text-align: center;
        padding: 0
    }

@media screen and (max-width: 991px) {
    .card-style18 .blog-image .date {
        padding: 5px 10px
    }
}

@media screen and (max-width: 767px) {
    .card-style18 .blog-image {
        margin-bottom: 30px
    }
}

.card-style19 {
    border-radius: 0;
    border: 0;
    background: #fafafa
}

    .card-style19 .card-body {
        padding: 0;
        margin: -50px 0 25px 35px;
        z-index: 9;
        background-color: #ffffff;
        position: relative;
        box-shadow: 0 0 10px 0 rgba(43,52,59,0.08)
    }

        .card-style19 .card-body .service-iconbox {
            width: 25%;
            text-align: center;
            vertical-align: middle;
            background-color: #fafafa;
            display: table-cell
        }

        .card-style19 .card-body .service-content {
            vertical-align: middle;
            padding: 40px 28px;
            display: table-cell
        }

.service3-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px
}

@media screen and (max-width: 991px) {
    .card-style19 .card-body {
        margin: -50px 0 25px 30px
    }

        .card-style19 .card-body .service-content {
            padding: 35px 30px
        }
}

.card-style20 {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    transition: all 500ms ease;
    border: 0;
    border-radius: 0
}

    .card-style20 .card-body {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }

        .card-style20 .card-body:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 100%;
            right: 0px;
            bottom: 0px;
            opacity: 0;
            transition: all 900ms ease;
            background: rgba(247,176,53,0.8)
        }

        .card-style20 .card-body .overlay-inner {
            position: relative;
            height: 100%
        }

            .card-style20 .card-body .overlay-inner .team-social-box {
                position: absolute;
                right: -30px;
                top: 10px;
                padding: 0;
                text-align: center;
                list-style: none
            }

                .card-style20 .card-body .overlay-inner .team-social-box li {
                    position: relative;
                    right: -30px;
                    margin-bottom: 25px;
                    transition: all 900ms ease;
                    line-height: 1
                }

                    .card-style20 .card-body .overlay-inner .team-social-box li:last-child {
                        margin-bottom: 0
                    }

                    .card-style20 .card-body .overlay-inner .team-social-box li a {
                        color: #ffffff;
                        font-size: 16px
                    }

        .card-style20 .card-body .team-content {
            position: absolute;
            left: 30px;
            bottom: -120px;
            transition: all 1200ms ease
        }

    .card-style20:hover .card-body:before {
        opacity: 1;
        top: 0%
    }

    .card-style20:hover .card-body .team-social-box li {
        right: 40px
    }

    .card-style20 .card-body .team-social-box li a:hover i {
        color: rgba(226,226,226,0.9)
    }

    .card-style20:hover .card-body .team-content {
        bottom: 20px
    }

    .card-style20:hover .card-body .team-social-box li:nth-child(2) {
        transition-delay: 250ms
    }

    .card-style20:hover .card-body .team-social-box li:nth-child(3) {
        transition-delay: 500ms
    }

    .card-style20:hover .card-body .team-social-box li:nth-child(4) {
        transition-delay: 750ms
    }

@media screen and (max-width: 1199px) {
    .card-style20 .card-body .overlay-inner .team-social-box li a {
        font-size: 15px
    }
}

.card-style21 {
    border: 0;
    border-radius: 0;
    background: #fafafa;
    position: relative;
    overflow: hidden
}

    .card-style21 img {
        display: block;
        width: 100%;
        height: auto;
        transition: all 800s ease 0s
    }

    .card-style21:hover .card-body {
        visibility: visible;
        opacity: 1;
        transform: translateY(-30px);
        transition: all .8s
    }

    .card-style21 .card-body {
        position: absolute;
        right: 30px;
        bottom: 0;
        left: 30px;
        visibility: hidden;
        opacity: 0;
        background: #fffdf8;
        box-shadow: 0 0 10px 0 rgba(43,52,59,0.08);
        padding: 30px 90px 30px 30px
    }

        .card-style21 .card-body .service-overlay-icon {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 30px;
            text-align: center
        }

            .card-style21 .card-body .service-overlay-icon a {
                height: 50px;
                width: 50px;
                line-height: 45px;
                text-align: center;
                border: 4px solid #ededed;
                display: inline-block
            }

@media screen and (max-width: 1199px) {
    .card-style21 .card-body {
        padding: 20px 70px 20px 20px
    }

        .card-style21 .card-body .service-overlay-icon a {
            width: 40px;
            height: 40px;
            line-height: 35px
        }
}

@media screen and (max-width: 991px) {
    .card-style21 .card-body {
        padding: 15px 50px 15px 15px
    }

        .card-style21 .card-body .service-overlay-icon a {
            width: 35px;
            height: 35px;
            line-height: 30px
        }
}

.card-style22 {
    border: 0;
    border-radius: 0;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(43,52,59,0.08);
    text-align: center
}

    .card-style22 .card-body {
        padding: 35px 3px;
        background: #fafafa
    }

@media screen and (max-width: 1399px) {
    .card-style22 .card-body {
        padding: 35px 17px
    }
}

.card-style23 {
    border: 0;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 0 rgba(43,52,59,0.08)
}

    .card-style23 .card-body {
        padding: 35px;
        background: #fafafa
    }

        .card-style23 .card-body h3:after {
            border-bottom: 2px solid var(--bs-primary-color);
            padding-top: 25px;
            content: "";
            display: block;
            text-align: center;
            width: 20%
        }

    .card-style23 .card-footer {
        background: none;
        border-top: 1px dashed #ededed;
        padding: 24px 0 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

@media screen and (max-width: 1199px) {
    .card-style23 .card-body {
        padding: 30px
    }
}

@media screen and (max-width: 991px) {
    .card-style23 .card-body {
        padding: 22px
    }
}

.card-style24 {
    border-radius: 4px;
    border: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #fffdf8;
    box-shadow: 0 8px 16px 0px rgba(17,12,79,0.1);
    padding: 20px
}

    .card-style24 .team-img {
        margin-bottom: 25px;
        position: relative;
        overflow: hidden
    }

        .card-style24 .team-img img {
            border-radius: 4px;
            width: 100%;
            height: 100%;
            transition: all 0.8s
        }

        .card-style24 .team-img .social-icons {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #ffffff;
            z-index: 20;
            text-decoration: none;
            opacity: 0;
            padding: 8px 13px;
            line-height: 1;
            margin-top: 100px;
            background: #fffdf8;
            border-radius: 4px;
            width: 60%;
            text-align: center;
            transition: all 0.6s ease-in-out;
            margin-bottom: 0
        }

            .card-style24 .team-img .social-icons li {
                display: inline-block;
                padding-right: 15px
            }

                .card-style24 .team-img .social-icons li:last-child {
                    padding-right: 0
                }

    .card-style24 .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        transition: all 0.6s ease-in-out;
        z-index: 15
    }

    .card-style24 .card-body {
        text-align: center;
        padding: 0
    }

    .card-style24:hover .social-icons {
        margin-top: 0;
        opacity: 1
    }

    .card-style24:hover .overlay {
        background: rgba(247,176,53,0.8)
    }

    .card-style24:hover .team-img img {
        transform: scale(1.2)
    }

@media screen and (max-width: 1199px) {
    .card-style24 .team-img .social-icons {
        padding: 5px 10px;
        width: 80%
    }

        .card-style24 .team-img .social-icons li {
            padding-right: 15px
        }
}

@media screen and (max-width: 991px) {
    .card-style24 .team-img .social-icons {
        width: 70%
    }
}

@media screen and (max-width: 575px) {
    .card-style24 .team-img .social-icons {
        width: 60%
    }
}

.card-style25 {
    box-shadow: 0 8px 16px 0px rgba(17,12,79,0.1);
    border: 0;
    border-radius: 4px;
    padding: 20px
}

    .card-style25 .blog-image {
        position: relative;
        margin-bottom: 30px
    }

        .card-style25 .blog-image .date {
            position: absolute;
            top: -35px;
            right: -32px;
            padding: 10px;
            line-height: 1;
            color: #fff;
            text-align: center;
            border-radius: 4px;
            background-color: var(--bs-primary-color)
        }

    .card-style25 .card-body {
        padding: 0 15px
    }

    .card-style25 .card-footer {
        background: none;
        border-top: 1px solid #ededed;
        padding: 15px 0 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

@media screen and (max-width: 1199px) {
    .card-style25 .card-body {
        padding: 0 10px
    }
}

@media screen and (max-width: 575px) {
    .card-style25 .blog-image .date {
        padding: 10px
    }
}

.service-box-right {
    margin-right: -30%
}

.card-style26 {
    position: relative;
    overflow: hidden;
    transition: .5s;
    border-radius: 0;
    border: 0
}

    .card-style26:before {
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-180deg, transparent, #000 175%)
    }

    .card-style26 img {
        transition: .5s
    }

    /*.card-style26 .title {
        position: absolute;
        left: 25px;
        bottom: 25px;
        z-index: 1;
        transition: .5s
    }*/

    .card-style26 .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(1.1);
        transition: .5s;
        padding: 20px;
        background: rgba(247,176,53,0.8);
        opacity: 0;
        visibility: hidden;
        margin: 20px;
        z-index: 1
    }

        .card-style26 .content .inner-content {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 25px;
            right: 25px;
            margin: 0 auto
        }

            .card-style26 .content .inner-content a {
                color: #ffffff
            }

                .card-style26 .content .inner-content a:hover {
                    color: rgba(226,226,226,0.9)
                }

    .card-style26:hover .content {
        opacity: 1;
        visibility: visible;
        transform: scale(1)
    }

    .card-style26:hover .title {
        opacity: 0;
        visibility: hidden
    }

    .card-style26:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

@media screen and (max-width: 991px) {
    .card-style26 .content {
        margin: 15px
    }
}

@media screen and (max-width: 575px) {
    .service-box-right {
        margin-right: 0
    }
}

.pricing-wrapper {
    display: flex;
    background: #fffdf8;
    flex-wrap: wrap;
    box-shadow: 0 0 20px 3px rgba(0,0,0,0.05)
}

.card-style27:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 85%;
    background: #ededed
}

.card-style27.last:after {
    content: none
}

.card-style27 .card-header {
    margin-bottom: 50px;
    border-bottom: 0;
    background: unset;
    line-height: 1;
    padding: 0
}

@media screen and (max-width: 1199px) {
    .card-style27 .card-header {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 991px) {
    .pricing-wrapper {
        display: block;
        background: unset
    }
}

.card-style28 {
    z-index: 1;
    padding: 40px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .card-style28:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: .25s
    }

    .card-style28 .content {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        transition: .5s
    }

        .card-style28 .content a {
            color: #ffffff
        }

            .card-style28 .content a:hover {
                color: rgba(226,226,226,0.9)
            }

    .card-style28 .card-body .post-author {
        display: flex;
        align-items: center
    }

    .card-style28 .card-body .author-image {
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        width: 50px;
        height: 50px
    }

    .card-style28 .card-body .post-author .author-name {
        position: relative;
        padding: 2px 11px;
        margin-left: 16px;
        z-index: 1;
        background: #fffdf8;
        color: var(--bs-primary-color);
        transition: .25s;
        pointer-events: none;
        visibility: hidden;
        top: -10px;
        opacity: 0
    }

        .card-style28 .card-body .post-author .author-name:before {
            left: 0;
            top: 50%;
            transform: translate(-50%, -50%) rotate(45deg);
            z-index: -1;
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background: inherit
        }

    .card-style28:after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-180deg, transparent, #000 175%)
    }

    .card-style28 .card-body .post-exeption {
        overflow: hidden;
        line-height: 0;
        transition: 0.35s cubic-bezier(0.76, 0.89, 0.66, 0.82);
        will-change: line-height
    }

        .card-style28 .card-body .post-exeption p {
            transform: translateY(30px);
            opacity: 0;
            transition-delay: 0s;
            color: #ffffff;
            transition: .4s opacity, .4s transform
        }

    .card-style28:hover:before {
        background: rgba(247,176,53,0.8)
    }

    .card-style28:hover .card-body .post-exeption {
        margin-top: 20px;
        line-height: inherit
    }

        .card-style28:hover .card-body .post-exeption p {
            transform: translateY(0);
            opacity: 1;
            color: #ffffff;
            transition-delay: .2s
        }

    .card-style28:hover .card-body .post-author .author-image + .author-name {
        top: 0;
        opacity: 1;
        visibility: visible
    }

@media screen and (max-width: 575px) {
    .card-style28 {
        padding: 30px
    }
}

.card-style29 .card-body {
    box-shadow: 0 0 30px rgba(0,0,0,0.05)
}

    .card-style29 .card-body:before {
        position: absolute;
        width: 0;
        height: 3px;
        background: var(--bs-primary-color);
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: '';
        z-index: 3;
        transition: all .4s ease-out
    }

.card-style29:hover .card-body:before {
    width: 100%
}

@media screen and (max-width: 1199px) {
    .card-style29 .card-body {
        padding: 35px 25px
    }
}

.card-style30 .card-body {
    position: relative;
    margin: -60px 25px 0 25px;
    padding: 60px 40px 40px 40px;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    text-align: center
}

    .card-style30 .card-body:before {
        position: absolute;
        width: 0;
        height: 3px;
        background: var(--bs-primary-color);
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: '';
        z-index: 3;
        transition: all .4s ease-out
    }

.card-style30 .card-img-top {
    border-radius: 0
}

.card-style30:hover .card-body:before {
    width: 100%
}

@media screen and (max-width: 1399px) {
    .card-style30 .card-body {
        padding: 60px 30px 30px 30px
    }
}

@media screen and (max-width: 991px) {
    .card-style30 .card-body {
        padding: 50px 18px 30px 18px
    }
}

.card-style31 .card-body {
    position: relative;
    padding: 2.5rem;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -60px;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    margin-bottom: 50px
}

.card-style31 .author-box {
    position: relative;
    top: 30px;
    margin-bottom: -50px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    background: #fffdf8;
    border-radius: 4px
}

.card-style31 .box-inner {
    position: relative;
    padding: 14px 100px
}

.card-style31 .author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px
}

.card-style31 .post-date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 18px;
    min-height: 80px;
    font-weight: 700;
    min-width: 80px;
    padding: 10px 5px 10px;
    text-align: center;
    background-color: var(--bs-primary-color)
}

@media screen and (max-width: 575px) {
    .card-style31 .card-body {
        padding: 1.5rem;
        margin-right: 15px;
        margin-left: 15px
    }

    .card-style31 .box-inner {
        padding: 15px
    }

    .card-style31 .author-image {
        position: relative;
        text-align: center;
        margin: 0 auto
    }

    .card-style31 .author {
        text-align: center;
        padding: 15px 0
    }

    .card-style31 .post-date {
        position: relative
    }
}

.card-style32 {
    box-shadow: 0 0 10px 0 rgba(43,52,59,0.08)
}

    .card-style32 .card-body h4:after {
        border-bottom: 2px solid var(--bs-primary-color);
        padding-bottom: 25px;
        margin-bottom: 25px;
        content: "";
        display: block;
        text-align: center;
        width: 15%
    }

@media screen and (max-width: 1199px) {
    .card-style32 .card-body h4:after {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.portfolio-box-left {
    margin-left: -30%
}

.card-style33 img {
    width: 100%;
    transition: all 600ms linear 0s
}

.card-style33 .card-body {
    min-height: 500px
}

.card-style33 .portfolio-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    background: transparent;
    overflow: hidden
}

.card-style33 .card-body .portfolio-wrap .portfolio-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

    .card-style33 .card-body .portfolio-wrap .portfolio-content .portfolio-title {
        margin-bottom: 25px;
        font-size: 20px;
        color: #fff;
        position: relative;
        right: -500px;
        transition: all .6s
    }

    .card-style33 .card-body .portfolio-wrap .portfolio-content .butn {
        font-size: 15px;
        position: relative;
        left: -500px;
        transition: all .8s
    }

.card-style33:hover img {
    transform: scale(1.2)
}

.card-style33:hover .card-body .portfolio-wrap {
    background: rgba(247,176,53,0.85)
}

    .card-style33:hover .card-body .portfolio-wrap .portfolio-content .portfolio-title {
        right: 0
    }

    .card-style33:hover .card-body .portfolio-wrap .portfolio-content .butn {
        left: 0
    }

@media screen and (max-width: 575px) {
    .portfolio-box-left {
        margin-left: 0
    }
}

.card-style34 .blog-image .date {
    position: absolute;
    content: '';
    padding: 8px 10px;
    background: var(--bs-primary-color);
    bottom: 0;
    z-index: 3;
    right: 0
}

.card-style34 .card-body {
    box-shadow: 0 0 10px 0 rgba(43,52,59,0.08)
}

    .card-style34 .card-body h4:after {
        border-bottom: 2px solid var(--bs-primary-color);
        padding-bottom: 25px;
        margin-bottom: 25px;
        content: "";
        display: block;
        text-align: center;
        width: 15%
    }

.card-style34 .card-footer {
    border-top: 1px solid rgba(0,0,0,0.09);
    background: transparent;
    align-items: flex-end;
    padding: 24px 0 0 0
}

@media screen and (max-width: 1199px) {
    .card-style34 .card-body h4:after {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .card-style34 .blog-image .date {
        padding: 6px 10px
    }
}

@media screen and (max-width: 575px) {
    .card-style34 .blog-image .date {
        padding: 5px 10px
    }
}

.card-style35 {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    border: 0;
    padding: 40px;
    border-radius: 4px
}

    .card-style35 .card-body ul {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #ededed;
        padding-bottom: 30px
    }

        .card-style35 .card-body ul li {
            margin-bottom: 15px;
            font-size: 15px
        }

            .card-style35 .card-body ul li:last-child {
                margin-bottom: 0
            }

@media screen and (max-width: 1199px) {
    .card-style35 {
        padding: 30px
    }
}

@media screen and (max-width: 991px) {
    .card-style35 .card-body ul {
        margin-bottom: 25px;
        padding-bottom: 25px
    }
}

.card-style36 {
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    text-align: center;
    border: 0
}

    .card-style36 .card-img-top {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .card-style36 .card-body {
        position: relative;
        transition: all 0.6s ease-out;
        transform: translateY(0);
        background: #fffdf8;
        padding: 25px 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

        .card-style36 .card-body .social-icon-box {
            position: absolute;
            width: 100%;
            left: 0;
            opacity: 0;
            text-align: center;
            transform: translateY(0);
            transition: all 0.6s ease-out;
            padding: 0;
            margin-bottom: 0
        }

            .card-style36 .card-body .social-icon-box li {
                display: inline-block;
                margin-right: 5px
            }

            .card-style36 .card-body .social-icon-box a i {
                width: 35px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                border-radius: 4px;
                background: var(--bs-primary-color);
                color: #fff;
                font-size: 16px
            }

                .card-style36 .card-body .social-icon-box a i:hover {
                    color: rgba(226,226,226,0.9)
                }

            .card-style36 .card-body .social-icon-box li:last-child {
                margin-right: 0
            }

    .card-style36:hover .card-body {
        transform: translateY(-50px)
    }

    .card-style36:hover .social-icon-box {
        transform: translateY(15px);
        opacity: 1
    }

@media screen and (max-width: 991px) {
    .card-style36 .card-body {
        padding: 20px 0
    }
}

@media screen and (max-width: 575px) {
    .card-style36 .card-body .social-icon-box a i {
        font-size: 13px
    }
}

.card-style37 {
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    border: 0;
    border-radius: 4px
}

    .card-style37 .post-date {
        position: absolute;
        top: 20px;
        left: 20px;
        padding: 10px;
        line-height: 1;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        background-color: var(--bs-primary-color)
    }

    .card-style37 .card-body {
        padding: 30px;
        position: relative;
        background: #fffdf8
    }

    .card-style37 .blog-meta-grid {
        list-style: none;
        margin-bottom: 0;
        border-bottom: 1px solid #ededed;
        padding: 20px 30px
    }

        .card-style37 .blog-meta-grid li {
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle;
            margin-right: 15px;
            margin-top: 5px
        }

            .card-style37 .blog-meta-grid li:last-child {
                margin-right: 0
            }

@media screen and (max-width: 767px) {
    .card-style37 .card-body {
        padding: 25px
    }

    .card-style37 .blog-meta-grid {
        padding: 20px 25px
    }
}

.card-style38 {
    position: relative;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 0
}

    .card-style38 img {
        position: relative;
        transition: all 0.8s
    }

    .card-style38 .card-body {
        padding: 0;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        display: block;
        height: 100%;
        text-align: center;
        transition: all 0.8s;
        transform: translateY(100%) scaleY(0)
    }

        .card-style38 .card-body .hover-content {
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: 15px;
            padding: 25px 0px;
            background-color: var(--bs-primary-color)
        }

        .card-style38 .card-body .social-icons {
            padding: 0;
            margin: 0
        }

            .card-style38 .card-body .social-icons li {
                margin-right: 20px;
                display: inline-block
            }

                .card-style38 .card-body .social-icons li:last-child {
                    margin-right: 0
                }

                .card-style38 .card-body .social-icons li a {
                    color: white;
                    font-size: 16px;
                    display: inline-block;
                    transition: all 900ms ease
                }

    .card-style38:hover .card-body {
        transform: translateY(0%) scaleY(1)
    }

    .card-style38:hover img {
        transform: scale(1.2)
    }

    .card-style38 .card-body .social-icons li a:hover {
        opacity: 0.6
    }

@media screen and (max-width: 767px) {
    .card-style38 .card-body .hover-content {
        padding: 20px 0
    }

    .card-style38 .card-body .social-icons li a {
        font-size: 15px
    }
}

.card-style39 {
    border: 0;
    border-radius: 0;
    position: relative;
    text-align: center;
    cursor: pointer
}

    .card-style39 .card-body {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
        transform: scaleY(0);
        transform-origin: 0 0 0
    }

        .card-style39 .card-body:before {
            z-index: -1;
            background-color: rgba(247,176,53,0.9);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: ''
        }

    .card-style39:hover .card-body {
        transform: scaleY(1)
    }

    .card-style39 .hover-title {
        opacity: 0;
        color: #fff;
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
        transform: translateY(30px);
        transition: 250ms 300ms linear
    }

    .card-style39 .divider {
        display: block;
        width: 100%;
        height: 1px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        background: transparent
    }

        .card-style39 .divider:before {
            position: absolute;
            content: "";
            display: inline-block;
            left: 50%;
            right: 50%;
            height: 1px;
            background-color: #fff;
            opacity: .4;
            transition: 250ms 280ms ease-in-out
        }

    .card-style39:hover .divider:before {
        left: 0;
        right: 0
    }

    .card-style39 .hover-text {
        opacity: 0;
        color: #fff;
        font-size: 16px;
        transform: translateY(20px);
        transition: 250ms 340ms linear;
        margin-bottom: 30px
    }

    .card-style39 .icon-link {
        font-size: 16px;
        color: #ffffff;
        display: inline-block;
        font-weight: 700;
        border: 1px solid rgba(255,255,255,0.5);
        padding: 10px
    }

    .card-style39:hover .hover-title {
        opacity: 1;
        transform: scale(1)
    }

    .card-style39:hover .hover-text {
        opacity: 1;
        transform: translateY(0)
    }

.card-style40 {
    border: 1px solid #ededed;
    border-radius: 0;
    position: relative;
    text-align: center
}

    .card-style40 .card-header {
        padding: 35px 0;
        background: var(--bs-primary-color);
        border-bottom: 0;
        border-radius: 0
    }

        .card-style40 .card-header p {
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 15px
        }

            .card-style40 .card-header p:after {
                content: "";
                position: absolute;
                height: 1px;
                width: 200px;
                background: rgba(255,255,255,0.2);
                bottom: 0;
                left: 50%;
                margin-left: -100px
            }

    .card-style40 .card-body {
        padding: 35px
    }

@media screen and (max-width: 767px) {
    .card-style40 .card-header {
        padding: 30px 0
    }

    .card-style40 .card-body {
        padding: 30px
    }
}

.card-style41 {
    border: 0;
    border-radius: 0;
    border: 0px solid #ededed;
    height: 100%
}

    .card-style41 .blog-image {
        position: relative
    }

        .card-style41 .blog-image .date {
            position: absolute;
            top: 20px;
            right: 20px;
            padding: 5px 10px;
            background-color: var(--bs-primary-color);
            font-size: 14px
        }

            .card-style41 .blog-image .date a {
                padding: 0 10px;
                color: #fff;
                border-right: 1px solid rgba(255,255,255,0.3)
            }

                .card-style41 .blog-image .date a:last-child {
                    border-right: 0
                }

    .card-style41 .card-body {
        padding: 10px
    }

    .card-style41 .blog-meta-list {
        padding: 0 0 15px 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #ededed
    }

    .card-style41 .card-body .blog-meta-list li {
        display: inline-block;
        margin-right: 15px;
        font-weight: 400
    }

        .card-style41 .card-body .blog-meta-list li a {
            vertical-align: middle
        }

        .card-style41 .card-body .blog-meta-list li:last-child {
            margin-right: 0;
            border-left: 1px solid #ededed;
            padding-left: 15px
        }

@media screen and (max-width: 1199px) {
    .card-style41 .card-body {
        padding: 30px
    }
}

@media screen and (max-width: 991px) {
    .card-style41 .blog-image .date {
        padding: 5px
    }
}

@media screen and (max-width: 767px) {
    .card-style41 .card-body {
        padding: 25px
    }
}

.card-style42 {
    border: 0;
    border-radius: 0
}

    .card-style42 .card-body {
        padding: 35px;
        background: #fffdf8;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        transition: all 0.6s ease 0s
    }

        .card-style42 .card-body:hover:before {
            width: 100%
        }

        .card-style42 .card-body:before {
            position: absolute;
            width: 0;
            height: 2px;
            background: var(--bs-primary-color);
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            content: '';
            z-index: 3;
            transition: all .6s ease-out
        }

        .card-style42 .card-body:after {
            position: absolute;
            width: 100%;
            height: 3px;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            content: '';
            z-index: 2;
            transition: all .6s ease-out
        }

@media screen and (max-width: 1199px) {
    .card-style42 .card-body {
        padding: 30px
    }
}

.card-style43 {
    border: 0;
    border-radius: 0
}

    .card-style43 .card-img-top {
        border-radius: 0
    }

    .card-style43 .card-body {
        padding: 30px;
        background: #fffdf8;
        box-shadow: 0 0 15px rgba(0,0,0,0.1)
    }

@media screen and (max-width: 575px) {
    .card-style43 .card-body {
        padding: 25px
    }
}

.card-style44 {
    border: 0;
    border-radius: 0
}

    .card-style44 .product-hover-box {
        position: relative;
        text-align: center
    }

    .card-style44 .hover-content {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
        transform: scaleY(0);
        transform-origin: 0 0 0
    }

        .card-style44 .hover-content:before {
            z-index: -1;
            background-color: rgba(247,176,53,0.9);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: ''
        }

    .card-style44:hover .hover-content {
        transform: scaleY(1)
    }

    .card-style44 .icon-link {
        font-size: 16px;
        color: var(--bs-primary-color);
        display: inline-block;
        font-weight: 600;
        background: #fffdf8;
        border: 1px solid rgba(255,255,255,0.5);
        padding: 10px
    }

    .card-style44 .card-body {
        padding: 10px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        background: #fffdf8
    }

@media screen and (max-width: 1199px) {
    .card-style44 .card-body {
        padding: 15px
    }
}

.card-style45 {
    box-shadow: 0px 0px 10px 0px rgba(89,75,128,0.09);
    border: unset;
    transition-timing-function: ease-in-out;
    transform: translateZ(0);
    transition-duration: .6s
}

    .card-style45 .card-body .card-icon {
        width: 60px;
        height: 60px;
        background: #f6f3ec;
        position: relative;
        z-index: 1;
        border-radius: 69% 31% 17% 83%/60% 63% 37% 40%;
        overflow: hidden;
        -webkit-transition: .4s;
        transition: .4s;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .card-style45 .card-body .card-icon:before {
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 0;
            background-color: var(--bs-primary-color);
            -webkit-transition: .4s;
            transition: .4s;
            visibility: hidden;
            opacity: 0;
            z-index: -1
        }

    .card-style45:hover .card-body .card-icon:before {
        height: 100%;
        visibility: visible;
        opacity: 1
    }

    .card-style45 .card-body .card-icon i {
        font-size: 26px;
        line-height: .8;
        margin: 0 auto;
        color: var(--bs-primary-color);
        -webkit-transition: .4s;
        transition: .4s
    }

    .card-style45:hover .card-body .card-icon i {
        color: #fff
    }

    .card-style45 .card-body .card-icon .hover-icon {
        display: none
    }

    .card-style45:hover {
        transform: translateY(-13px);
        opacity: 1
    }

        .card-style45:hover .card-body .card-icon .main-icon {
            display: none
        }

        .card-style45:hover .card-body .card-icon .hover-icon {
            display: block
        }

        .card-style45:hover img {
            opacity: 0.5
        }

.card-style46 .card-body {
    position: absolute;
    bottom: 25px;
    left: -30px
}

    .card-style46 .card-body h3 {
        font-size: 21px
    }

.card-style46 .team-icon .icon-inner {
    position: absolute;
    bottom: 59px;
    right: 25px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    list-style: none
}

.card-style46 .team-icon:hover .icon-inner {
    visibility: visible;
    opacity: 1
}

.card-style46:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.card-style46 img {
    -webkit-transition: .7s;
    transition: .7s
}

.card-style46 .team-icon:hover .icon-inner li {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.card-style46 .icon-inner li:nth-child(1) {
    -webkit-transition: .3s;
    transition: .3s
}

.card-style46 .icon-inner li:nth-child(2) {
    -webkit-transition: .6s;
    transition: .6s
}

.card-style46 .icon-inner li:nth-child(3) {
    -webkit-transition: .8s;
    transition: .8s
}

.card-style46 .icon-inner li:nth-child(4) {
    -webkit-transition: 1s;
    transition: 1s
}

.card-style46 .team-icon .icon-inner li {
    display: block;
    margin: 0 0 5px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
}

    .card-style46 .team-icon .icon-inner li a:before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 0;
        background-color: var(--bs-primary-color);
        -webkit-transition: .4s;
        transition: .4s;
        visibility: hidden;
        opacity: 0;
        z-index: 1
    }

    .card-style46 .team-icon .icon-inner li a:hover {
        color: #fff
    }

        .card-style46 .team-icon .icon-inner li a:hover:before {
            height: 100%;
            visibility: visible;
            opacity: 1
        }

.card-style46 .team-icon i.fas.fa-plus {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 69% 31% 17% 83%/60% 63% 37% 40%
}

.card-style46 .icon-inner li a {
    color: var(--bs-primary-color);
    background-color: white;
    border-radius: 69% 31% 17% 83%/60% 63% 37% 40%;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .card-style46 .team-icon .icon-inner {
        right: 13px
    }
}

@media screen and (max-width: 575px) {
    .card-style46 .team-icon .icon-inner {
        bottom: 40px;
        right: 14px
    }

    .card-style46 .team-icon i.fas.fa-plus {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .card-style46 .icon-inner li a {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .card-style46 .team-icon .icon-inner li {
        margin: 0 0 7px
    }

    .card-style46 .card-body {
        left: -10px
    }

        .card-style46 .card-body h3 {
            font-size: 18px
        }
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #232323;
    border-color: transparent;
    transform: scale(0.9)
}

.testimonial-wrapper-box {
    position: relative;
    margin-bottom: -170px;
    background: transparent;
    padding: 90px 60px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    z-index: 9;
    text-align: center
}

.testimonial-carousel .testimonial-icon {
    width: 60px;
    height: 60px;
    line-height: 70px;
    border-radius: 50%;
    color: #ffffff;
    background-color: var(--bs-primary-color);
    text-align: center;
    margin: 0 auto 30px
}

@media screen and (max-width: 1199px) {
    .testimonial-wrapper-box {
        padding: 80px 60px;
        margin-bottom: -150px
    }
}

@media screen and (max-width: 991px) {
    .testimonial-wrapper-box {
        margin-bottom: 0;
        padding: 70px 60px
    }

    .testimonial-carousel .testimonial-icon {
        width: 55px;
        height: 55px;
        line-height: 65px
    }
}

@media screen and (max-width: 575px) {
    .testimonial-wrapper-box {
        padding: 50px 40px
    }

    .testimonial-carousel .testimonial-icon {
        margin: 0 auto 25px
    }
}

.testimonial2-carousel .testimonial-wrapper {
    position: relative;
    margin: 15px 15px 15px 40px;
    border-left: 2px solid var(--bs-primary-color);
    background: #fff;
    cursor: pointer;
    padding: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

    .testimonial2-carousel .testimonial-wrapper .image {
        float: left;
        margin-left: -80px;
        margin-top: 50px
    }

    .testimonial2-carousel .testimonial-wrapper .auhtour-info {
        margin-bottom: 25px;
        text-align: center
    }

        .testimonial2-carousel .testimonial-wrapper .auhtour-info i {
            font-size: 40px;
            margin-bottom: 10px;
            color: #e8e8e8;
            text-align: center;
            transition: all .6s ease-in-out;
            display: block
        }

    .testimonial2-carousel .testimonial-wrapper:hover .auhtour-info i {
        color: var(--bs-primary-color)
    }

@media screen and (max-width: 991px) {
    .testimonial2-carousel .testimonial-wrapper {
        padding: 35px
    }

        .testimonial2-carousel .testimonial-wrapper .image {
            margin-left: -75px
        }
}

@media screen and (max-width: 767px) {
    .testimonial2-carousel .testimonial-wrapper .auhtour-info {
        margin-bottom: 20px
    }
}

.testimonial-wrap-box {
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 40px
}

.testimonial3-carousel .testimonial-wrap-box .testimonial-info {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 50px
}

    .testimonial3-carousel .testimonial-wrap-box .testimonial-info:before {
        content: "";
        width: 30px;
        height: 2px;
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        left: 0;
        background-color: #ffffff
    }

.testimonial3-carousel .testimonial-image {
    position: relative;
    text-align: center;
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto
}

.testimonial3-carousel .quote-icon {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background-color: #ffffff;
    transition: 0.9s;
    cursor: pointer;
    align-items: center;
    color: white;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    display: flex
}

@media screen and (max-width: 1199px) {
    .testimonial-wrap-box {
        padding: 35px
    }

    .testimonial3-carousel .testimonial-image {
        width: 260px;
        height: 260px
    }
}

@media screen and (max-width: 991px) {
    .testimonial-wrap-box {
        padding: 30px
    }

    .testimonial3-carousel .testimonial-image {
        width: 190px;
        height: 190px
    }

    .testimonial3-carousel .quote-icon {
        left: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .testimonial3-carousel .testimonial-image {
        width: 160px;
        height: 160px;
        margin-bottom: 30px
    }

    .testimonial3-carousel .quote-icon {
        left: 20px
    }

    .testimonial3-carousel .testimonial-wrap-box .testimonial-info {
        text-align: center;
        display: inline-block;
        padding-left: 0
    }

        .testimonial3-carousel .testimonial-wrap-box .testimonial-info:before {
            content: none
        }

        .testimonial3-carousel .testimonial-wrap-box .testimonial-info p {
            text-align: center;
            display: inline-block;
            position: relative;
            padding-left: 50px
        }

            .testimonial3-carousel .testimonial-wrap-box .testimonial-info p:before {
                content: "";
                width: 30px;
                height: 2px;
                position: absolute;
                top: 48%;
                transform: translateY(-50%);
                left: 0;
                background-color: #ffffff
            }
}

@media screen and (max-width: 575px) {
    .testimonial-wrap-box {
        padding: 20px
    }

    .testimonial3-carousel .testimonial-image {
        width: 140px;
        height: 140px;
        margin-bottom: 25px
    }

    .testimonial3-carousel .quote-icon {
        left: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }
}

.testimonial4-carousel .testimonial-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 40px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    border-radius: 4px
}

.testimonial4-carousel .testimonial-block .image {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto
}

.testimonial4-carousel .testimonial-block .quote-icon {
    position: absolute;
    left: -20px;
    top: 20px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--bs-primary-color)
}

    .testimonial4-carousel .testimonial-block .quote-icon:before {
        content: '\f10d';
        font-family: Font Awesome\ 5 Free;
        font-weight: 600;
        font-size: 14px
    }

.testimonial4-carousel .testimonial-rating {
    margin-bottom: 4px
}

    .testimonial4-carousel .testimonial-rating i {
        color: #fc0;
        display: inline-block;
        margin-right: 2px;
        font-size: 12px
    }

.testimonial-side-content .icon {
    position: absolute;
    right: 0;
    bottom: 0
}

    .testimonial-side-content .icon i {
        font-size: 150px;
        color: rgba(255,255,255,0.1)
    }

.testimonial4-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 60px
}

.testimonial4-carousel.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 50%;
    transform: scale(0.6);
    transition: .3s;
    margin: 5px
}

.testimonial4-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: #ffffff;
    transform: scale(0.9)
}

@media screen and (max-width: 767px) {
    .testimonial4-carousel .testimonial-block .image {
        height: 75px;
        width: 75px
    }
}

.testimonial-shadow-box {
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    background: #fffdf8;
    padding: 40px;
    position: relative;
    z-index: 9
}

.testimonial-avatar {
    height: 80px;
    width: 80px;
    border-radius: 50%
}

.testimonial5-carousel .testimonial-rating {
    margin-bottom: 10px
}

    .testimonial5-carousel .testimonial-rating i {
        color: #fc0;
        display: inline-block;
        margin-right: 4px;
        font-size: 12px
    }

        .testimonial5-carousel .testimonial-rating i:last-child {
            margin-right: 0
        }

@media screen and (max-width: 991px) {
    .testimonial-shadow-box {
        padding: 35px
    }
}

@media screen and (max-width: 767px) {
    .testimonial-avatar {
        height: 70px;
        width: 70px
    }
}

@media screen and (max-width: 575px) {
    .testimonial-shadow-box {
        padding: 25px
    }

    .testimonial-avatar {
        height: 50px;
        width: 50px
    }
}

.testimonial-boxs {
    position: relative;
    margin-right: -101px;
    background: transparent;
    padding: 70px 60px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    z-index: 9
}

.testimonial6-carousel {
    position: relative
}

    .testimonial6-carousel .testimonial-block .testimonial-image img {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%
    }

    .testimonial6-carousel .testimonial-block .testimonial-rating i {
        color: #fc0;
        display: inline-block;
        margin-right: 4px;
        font-size: 14px
    }

        .testimonial6-carousel .testimonial-block .testimonial-rating i:last-child {
            margin-right: 0
        }

    .testimonial6-carousel .owl-nav button.owl-next {
        text-align: center;
        width: 50px;
        height: 50px;
        background: var(--bs-primary-color);
        position: absolute;
        line-height: 8px;
        right: -60px;
        bottom: -70px;
        border-radius: 0;
        margin: 0
    }

    .testimonial6-carousel .owl-nav button.owl-prev {
        text-align: center;
        width: 50px;
        height: 50px;
        background: var(--bs-primary-color);
        position: absolute;
        line-height: 8px;
        right: -11px;
        bottom: -70px;
        border-radius: 0;
        margin: 0;
        margin-right: 2px
    }

    .testimonial6-carousel.owl-theme .owl-nav {
        margin-top: 0
    }

    .testimonial6-carousel .owl-nav i {
        color: #ffffff
    }

    .testimonial6-carousel.owl-theme .owl-nav:hover .owl-next, .testimonial6-carousel.owl-theme .owl-nav:hover .owl-prev {
        background: var(--bs-primary-color)
    }

@media screen and (max-width: 1399px) {
    .testimonial6-carousel .owl-nav button.owl-prev, .testimonial6-carousel .owl-nav button.owl-next {
        bottom: -35px
    }

    .testimonial6-carousel .owl-nav button.owl-prev {
        right: -1px
    }

    .testimonial6-carousel .owl-nav button.owl-next {
        right: -50px
    }

    .testimonial-boxs {
        padding: 35px 50px
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-boxs {
        padding: 50px
    }
}

@media screen and (max-width: 991px) {
    .testimonial6-carousel .owl-nav button.owl-prev, .testimonial6-carousel .owl-nav button.owl-next {
        bottom: -40px
    }

    .testimonial6-carousel .owl-nav button.owl-prev {
        right: 8px
    }

    .testimonial6-carousel .owl-nav button.owl-next {
        right: -41px
    }

    .testimonial6-carousel .testimonial-block .testimonial-image img {
        width: 70px;
        height: 70px
    }

    .testimonial-boxs {
        padding: 40px;
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .testimonial-boxs {
        padding: 35px
    }

    .testimonial6-carousel .testimonial-block .testimonial-rating i {
        font-size: 12px
    }
}

@media screen and (max-width: 575px) {
    .testimonial-boxs {
        padding: 30px
    }

    .testimonial6-carousel .testimonial-block .testimonial-image img {
        width: 65px;
        height: 65px
    }
}

.testimonial7-carousel .testimonial-wrapper {
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0 40px 40px 40px;
    box-shadow: 0 0 10px 0 rgba(43,52,59,0.08);
    margin: 40px 30px 30px 25px
}

    .testimonial7-carousel .testimonial-wrapper .testimonial-layer {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #fffdf8;
        border-radius: 4px;
        box-shadow: 0 0 10px 0 rgba(43,52,59,0.08)
    }

.testimonial7-carousel .testimonial-author {
    position: relative;
    top: -40px
}

    .testimonial7-carousel .testimonial-author img {
        border-radius: 50%;
        width: 80px;
        height: 80px
    }

    .testimonial7-carousel .testimonial-author span {
        display: block;
        font-size: 60px;
        line-height: 1
    }

.testimonial-text {
    margin-top: -20px
}

.rating span {
    font-size: 12px;
    display: inline-block;
    margin-right: 2px;
    color: #ffbc51
}

@media screen and (max-width: 1199px) {
    .testimonial7-carousel .testimonial-wrapper {
        padding: 0 35px 35px 35px;
        margin: 40px 25px 25px 20px
    }

    .testimonial7-carousel .testimonial-author img {
        width: 70px;
        height: 70px
    }
}

@media screen and (max-width: 575px) {
    .testimonial7-carousel .testimonial-wrapper {
        padding: 0 30px 30px 30px
    }
}

.testimonial8-carousel .testimonial-content {
    padding: 40px 40px 70px 40px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ededed
}

.testimonial8-carousel .testimonial-detail {
    position: relative;
    padding: 25px 40px 20px 40px;
    top: -30px;
    width: 85%;
    background-color: var(--bs-primary-color);
    color: #fff;
    text-align: right;
    margin-left: auto
}

.testimonial8-carousel .testimonial-pic {
    background: #fff;
    width: 6rem;
    height: auto;
    position: absolute;
    display: inline-block;
    border: 5px solid #fff;
    border-radius: 100%;
    left: 20px;
    top: -45px;
    z-index: 2
}

@media screen and (max-width: 991px) {
    .testimonial8-carousel .testimonial-content {
        padding: 35px 35px 70px 35px
    }
}

@media screen and (max-width: 575px) {
    .testimonial8-carousel .testimonial-content {
        padding: 30px 30px 60px 30px
    }

    .testimonial8-carousel .testimonial-pic {
        width: 5rem;
        border-width: 3px
    }

    .testimonial8-carousel .testimonial-detail {
        width: 100%;
        padding: 25px 20px
    }
}

.testimonial9-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.testimonial9-carousel .testimonial-wrappers {
    text-align: center;
    padding: 80px 50px 50px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    position: relative;
    margin: 50px 25px 50px 25px;
    z-index: 2
}

    .testimonial9-carousel .testimonial-wrappers .author-img {
        position: absolute;
        top: -45px;
        left: 0;
        right: 0
    }

        .testimonial9-carousel .testimonial-wrappers .author-img img {
            width: 90px;
            height: 90px
        }

    .testimonial9-carousel .testimonial-wrappers .testimonial-content:before {
        position: absolute;
        left: 0;
        top: -55px;
        right: 0;
        font-family: Font Awesome\ 5 Free;
        content: '\f10e';
        font-weight: 600;
        color: #eeeeee;
        font-size: 110px;
        z-index: -1;
        transform: perspective(1200px) rotateY(-90deg) scale(0);
        transition: all .8s ease-out
    }

    .testimonial9-carousel .testimonial-wrappers .review-box {
        position: absolute;
        left: 0;
        bottom: -15px;
        padding: 5px;
        right: 0;
        width: 150px;
        background: var(--bs-primary-color);
        margin: 0 auto;
        text-align: center
    }

        .testimonial9-carousel .testimonial-wrappers .review-box span {
            font-size: 12px;
            margin-right: 5px;
            color: #ffffff
        }

            .testimonial9-carousel .testimonial-wrappers .review-box span:last-child {
                margin-right: 0
            }

    .testimonial9-carousel .testimonial-wrappers:hover .testimonial-content:before {
        transform: perspective(1200px) rotateY(0deg) scale(1)
    }

.testimonial9-carousel.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 7px 10px;
    border-radius: 3px
}

@media screen and (max-width: 1199px) {
    .testimonial9-carousel .testimonial-wrappers {
        padding: 70px 40px 40px
    }

        .testimonial9-carousel .testimonial-wrappers .author-img img {
            width: 80px;
            height: 80px
        }
}

@media screen and (max-width: 991px) {
    .testimonial9-carousel .testimonial-wrappers .testimonial-content:before {
        font-size: 100px
    }
}

@media screen and (max-width: 767px) {
    .testimonial9-carousel .testimonial-wrappers {
        padding: 60px 35px 40px
    }

        .testimonial9-carousel .testimonial-wrappers .testimonial-content:before {
            top: -45px
        }
}

@media screen and (max-width: 575px) {
    .testimonial9-carousel .testimonial-wrappers {
        padding: 60px 30px 40px;
        margin: 50px 20px 50px 20px
    }
}

.testimonial10-carousel .testimonial-image {
    margin: 15px 40px 0 0
}

.testimonial10-carousel .testimonial-content:before {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    background: #fffdf8;
    left: -15px;
    transform: rotate(160deg) skewX(33deg);
    top: 30px;
    z-index: -1
}

.testimonial10-carousel .testimonial-content .rating span {
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    color: #ffbc51
}

    .testimonial10-carousel .testimonial-content .rating span:last-child {
        margin-right: 0
    }

@media screen and (max-width: 991px) {
    .testimonial10-carousel .testimonial-content:before {
        height: 35px;
        width: 35px
    }
}

@media screen and (max-width: 575px) {
    .testimonial10-carousel .testimonial-image {
        text-align: center;
        margin: 0 0 30px 0
    }

    .testimonial10-carousel .testimonial-content:before {
        left: 45%;
        transform: rotate(60deg) skewX(33deg);
        top: -6px
    }

    .testimonial10-carousel .testimonial-content .rating span {
        margin-right: 2px
    }
}

.testimonial11-carousel .testimonial-box {
    z-index: 4;
    text-align: center;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    margin: 15px
}

    .testimonial11-carousel .testimonial-box:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        z-index: -1;
        height: 75px;
        background: var(--bs-primary-color);
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .testimonial11-carousel .testimonial-box .client-img {
        width: 80px;
        height: 80px;
        margin: auto;
        overflow: hidden;
        border-radius: 50%;
        box-sizing: border-box;
        margin-bottom: 30px
    }

@media screen and (max-width: 991px) {
    .testimonial11-carousel .testimonial-box .client-img {
        width: 75px;
        height: 75px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 767px) {
    .testimonial11-carousel .testimonial-box {
        padding: 25px
    }

        .testimonial11-carousel .testimonial-box .client-img {
            margin-bottom: 20px
        }
}

.testimonial12-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.testimonial12-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff;
    border-color: transparent;
    transform: scale(0.9)
}

.xzoom-preview {
    z-index: 999999
}

.product-detail .offer-price {
    text-decoration: line-through;
    color: red
}

.product-detail .offer-price {
    text-decoration: line-through;
    color: red
}

.shop-cart-table {
    width: 100%;
    overflow-x: auto
}

    .shop-cart-table .shop-cart td {
        line-height: 26px;
        vertical-align: middle;
        padding: 16px 8px
    }

    .shop-cart-table a {
        color: #232323
    }

.table.cart-sub-total {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px
}

    .table.cart-sub-total td, .table.cart-sub-total th {
        border-color: transparent;
        vertical-align: middle;
        padding: 10px 30px
    }

    .table.cart-sub-total td {
        padding-right: 0
    }

.shop-cart-table input[type="text"] {
    height: 35px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-align: center;
    width: 50px;
    margin: 0
}

.social-icon {
    margin-bottom: 0;
    padding: 0
}

    .social-icon li {
        text-align: center;
        margin-right: 15px;
        display: inline-block
    }

        .social-icon li a {
            color: #6f6f6f;
            display: inline-block;
            font-size: 16px
        }

            .social-icon li a:hover {
                color: var(--bs-primary-color)
            }

        .social-icon li:last-child {
            margin-right: 0
        }

.product-rating {
    line-height: 22px
}

    .product-rating i {
        color: #fc0;
        display: inline-block;
        margin-right: 2px;
        font-size: 14px
    }

@media screen and (max-width: 767px) {
    .product-rating i {
        font-size: 13px
    }
}

.widget-product-calculate {
    border: 1px solid #ededed;
    padding: 30px
}

    .widget-product-calculate .list-item ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 500;
        color: #282b2d;
        border-bottom: 1px solid #ededed;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

        .widget-product-calculate .list-item ul li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0
        }

@media screen and (max-width: 1199px) {
    .widget-product-calculate {
        padding: 25px
    }
}

@media screen and (max-width: 767px) {
    .widget-product-calculate .list-item ul li {
        font-size: 15px
    }
}

@media screen and (max-width: 575px) {
    .widget-product-calculate {
        padding: 20px
    }
}

.client-style-01 {
    position: relative;
    padding: 30px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 0;
    transition-duration: .6s
}

    .client-style-01:after {
        display: block;
        position: absolute;
        content: '';
        left: -1px;
        top: -1px;
        right: 0;
        bottom: 0;
        border: 1px solid #ededed
    }

    .client-style-01 .client-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        transform: scale(0.8);
        transition-duration: .6s;
        box-shadow: 0 0 15px rgba(0,0,0,0.08);
        background: #fffdf8
    }

    .client-style-01:hover .client-overlay {
        opacity: 1;
        transform: scale(1)
    }

@media screen and (max-width: 991px) {
    .client-style-01 {
        padding: 25px 0
    }
}

@media screen and (max-width: 575px) {
    .client-style-01 {
        padding: 20px 0
    }
}

.client-style-02 {
    padding: 30px;
    background: #fffdf8;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    width: 100%;
    height: 100%
}

    .client-style-02 .client-icon {
        width: 160px;
        text-align: center;
        border: 1px solid #ededed;
        display: table-cell;
        vertical-align: middle;
        padding: 0 5px
    }

    .client-style-02 .client-content {
        display: table-cell;
        vertical-align: middle;
        padding-left: 30px
    }

@media screen and (max-width: 1199px) {
    .client-style-02 {
        padding: 25px
    }
}

@media screen and (max-width: 767px) {
    .client-style-02 .client-icon {
        display: block;
        margin: 0 auto;
        margin-bottom: 25px
    }

    .client-style-02 .client-content {
        padding-left: 0;
        text-align: center
    }
}

@media screen and (max-width: 575px) {
    .client-style-02 {
        padding: 20px
    }

        .client-style-02 .client-icon {
            width: 140px
        }
}

.story-video {
    height: 100%
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%
    }
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: var(--bs-primary-color);
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

    .video_btn:hover i, .video_btn:focus i {
        color: #fff
    }

    .video_btn:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        height: 80px;
        width: 80px;
        border: 2px solid #fff;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: .3;
        animation: pulse-border 1500ms ease-out infinite
    }

    .video_btn:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        height: 95px;
        width: 95px;
        border: 2px solid #fff;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: .3;
        animation: pulse-border 1500ms ease-out infinite
    }

    .video_btn.small {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

        .video_btn.small:after {
            height: 50px;
            width: 50px
        }

        .video_btn.small:before {
            height: 65px;
            width: 65px
        }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@media screen and (max-width: 1199px) {
    .video_btn {
        height: 75px;
        width: 75px;
        line-height: 75px
    }

        .video_btn:after {
            height: 75px;
            width: 75px
        }

        .video_btn:before {
            height: 90px;
            width: 90px
        }
}

@media screen and (max-width: 991px) {
    .video_btn {
        height: 70px;
        width: 70px;
        line-height: 70px
    }

        .video_btn:after {
            height: 70px;
            width: 70px
        }

        .video_btn:before {
            height: 85px;
            width: 85px
        }

    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
        }

        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
        }
    }
}

@media screen and (max-width: 767px) {
    .video_btn {
        height: 60px;
        width: 60px;
        line-height: 60px
    }

        .video_btn:after {
            height: 60px;
            width: 60px
        }

        .video_btn:before {
            height: 75px;
            width: 75px
        }
}

.portfolio-style-01 .portfolio-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: -30px;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    padding: 20px;
    transition: all .4s ease-out;
    text-align: center
}

.portfolio-style-01:hover .hover-layer {
    top: 0;
    margin-top: 0
}

.portfolio-style-01 .hover-layer {
    position: absolute;
    left: 0px;
    right: 0;
    top: 100%;
    margin-top: 40px;
    background-color: #ffffff
}

.portfolio-style-01 .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: -40px;
    text-align: center;
    transition: all .6s ease-out;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    background-position: center center;
    background-color: #ffffff;
    background-size: cover;
    z-index: 10
}

    .portfolio-style-01 .overlay-box:before {
        position: absolute;
        content: '';
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        background-color: rgba(247,176,53,0.9)
    }

.portfolio-style-01 .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 45px
}

    .portfolio-style-01 .overlay-inner .content a {
        color: #ffffff
    }

        .portfolio-style-01.overlay-inner .content a:hover {
            color: rgba(226,226,226,0.9)
        }

.portfolio-style-01:hover .overlay-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px)
}

@media screen and (max-width: 991px) {
    .portfolio-style-01 .portfolio-content {
        left: 20px;
        right: 20px
    }

    .portfolio-style-01 .overlay-inner {
        padding: 10px 22px
    }
}

@media screen and (max-width: 767px) {
    .portfolio-style-01 .overlay-inner {
        padding: 10px 35px
    }
}

.portfolio-shape2 {
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 69% 31% 17% 83%/60% 63% 37% 40%;
    border: 3px dashed var(--bs-primary-color);
    left: 40px;
    bottom: -100px;
    animation: rotated 10s infinite linear
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

    .pagination ul {
        display: inline-block;
        margin: 0 auto;
        padding: 0
    }

    .pagination li {
        display: inline
    }

    .pagination a {
        float: left;
        font-size: 16px;
        padding: 0 18px;
        line-height: 40px;
        text-decoration: none;
        font-weight: 500;
        border: 1px solid #ededed;
        background: #fff;
        color: #575a7b
    }

        .pagination a:hover {
            background-color: var(--bs-primary-color);
            border: 1px solid var(--bs-primary-color);
            color: #ffffff
        }

    .pagination .active a {
        background-color: #f7f7f7;
        color: #002147;
        border: 1px solid #ededed;
        cursor: default
    }

@media screen and (max-width: 575px) {
    .pagination a {
        padding: 0 13px;
        font-size: 14px
    }
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--bs-primary-color)
}

.owl-nav i, .owl-nav span {
    color: #232323;
    font-size: 28px
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block
}

.owl-thumbs button {
    border: none
}

    .owl-thumbs button img {
        opacity: .5
    }

    .owl-thumbs button.active img {
        opacity: 1
    }

.owl-thumb-item {
    cursor: pointer
}

.portfolio2-carousel {
    position: relative
}

    .portfolio2-carousel.owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0;
        position: absolute;
        text-align: center;
        transition: .3s opacity;
        top: 50%;
        transform: translate3d(0px, -50%, 0);
        z-index: 10;
        left: -50px;
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .portfolio2-carousel.owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        cursor: pointer
    }

        .portfolio2-carousel.owl-theme .owl-dots .owl-dot span {
            display: inline-block;
            width: 16px;
            height: 16px;
            box-sizing: border-box;
            background-color: #ffffff;
            border: 3px solid transparent;
            border-radius: 50%;
            transform: scale(0.6);
            transition: .3s;
            margin: 3px
        }

        .portfolio2-carousel.owl-theme .owl-dots .owl-dot.active span {
            background-color: transparent;
            border-color: #ffffff;
            transform: scale(0.9)
        }

.portfolio3-carousel {
    position: relative
}

    .portfolio3-carousel.owl-theme .owl-nav .owl-next {
        height: 50px;
        width: 50px;
        background: var(--bs-primary-color);
        font-size: 28px;
        color: #111111;
        position: absolute;
        left: auto;
        right: 35px;
        top: 40%;
        line-height: 50px;
        text-align: center;
        margin: 0;
        border-radius: 0
    }

    .portfolio3-carousel.owl-theme .owl-nav .owl-prev {
        height: 50px;
        width: 50px;
        background: var(--bs-primary-color);
        font-size: 28px;
        color: #111111;
        position: absolute;
        left: 35px;
        top: 40%;
        line-height: 50px;
        text-align: center;
        margin: 0;
        border-radius: 0
    }

    .portfolio3-carousel.owl-theme .owl-nav i {
        color: #ffffff;
        font-size: 25px;
        line-height: 35px
    }

    .portfolio3-carousel.owl-theme .owl-nav .owl-next:hover, .portfolio3-carousel.owl-theme .owl-nav .owl-prev:hover {
        background: var(--bs-primary-color)
    }

.portfolio4-carousel.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 7px 10px;
    border-radius: 3px
}

.portfolio5-carousel.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 69% 31% 17% 83%/60% 63% 37% 40%
}

.blog-carousel {
    position: relative
}

    .blog-carousel.owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0;
        position: absolute;
        text-align: center;
        transition: .3s opacity;
        top: 50%;
        transform: translate3d(0px, -50%, 0);
        z-index: 10;
        right: 80px;
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .blog-carousel.owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        cursor: pointer
    }

        .blog-carousel.owl-theme .owl-dots .owl-dot span {
            display: inline-block;
            width: 16px;
            height: 16px;
            box-sizing: border-box;
            background-color: var(--bs-primary-color);
            border: 3px solid transparent;
            border-radius: 50%;
            transform: scale(0.6);
            transition: .3s;
            margin: 3px
        }

        .blog-carousel.owl-theme .owl-dots .owl-dot.active span, .blog-carousel.owl-theme .owl-dots .owl-dot:hover span {
            background-color: transparent;
            border-color: var(--bs-primary-color);
            transform: scale(0.9)
        }

@media screen and (max-width: 1199px) {
    .blog-carousel.owl-theme .owl-nav.disabled + .owl-dots {
        right: 60px
    }
}

@media screen and (max-width: 991px) {
    .blog-carousel.owl-theme .owl-nav.disabled + .owl-dots {
        position: relative;
        display: block;
        transform: translate3d(0, 0, 0);
        right: 0;
        margin-top: 30px
    }
}

.service2-carousel {
    position: relative
}

    .service2-carousel.owl-theme .owl-nav .owl-next, .service2-carousel.owl-theme .owl-nav .owl-prev {
        text-align: center;
        width: 40px;
        height: 40px;
        background: var(--bs-primary-color);
        vertical-align: top;
        border-radius: 0;
        transition: all 0.4s ease-in-out 0s;
        border-radius: 3px
    }

    .service2-carousel.owl-theme .owl-nav i {
        color: #ffffff;
        font-size: 25px;
        line-height: 35px
    }

    .service2-carousel.owl-theme .owl-nav .owl-next:hover, .service2-carousel.owl-theme .owl-nav .owl-prev:hover {
        background: #232323
    }

.service5-carousel.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 7px 10px;
    border-radius: 3px
}

.accordion .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0
}

    .accordion .card:last-child {
        margin-bottom: 0
    }

.accordion .card-header {
    border: 0;
    padding: 0;
    background: none
}

.accordion .accordion-collapse {
    border: none
}

.accordion .accordion-button {
    color: #282b2d;
    font-size: 16px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    line-height: 28px;
    font-weight: 500;
    padding: 15px 20px;
    text-decoration: none;
    background: var(--bs-white);
    border: 1px solid #ededed;
}

    .accordion .accordion-button:hover {
        text-decoration: none
    }

    .accordion .accordion-button.collapsed {
        background: #fffdf8;
        color: #282b2d;
        border: 1px solid #ededed
    }

        .accordion .accordion-button.collapsed:after {
            background: var(--bs-black);
            border: none;
            content: "+";
            right: 20px;
            left: inherit;
            font-size: 18px;
            height: 24px;
            line-height: 24px;
            transform: none;
            width: 24px;
            top: 17px;
            text-align: center;
            color: #ffffff
        }

    .accordion .accordion-button:after {
        background: #fffdf8;
        border: none;
        content: "-";
        right: 20px;
        left: inherit;
        font-size: 18px;
        border: 1px solid #ffffff;
        height: 24px;
        transform: none;
        line-height: 24px;
        width: 24px;
        top: 17px;
        position: absolute;
        color: var(--bs-black);
        text-align: center;
        border-radius: 0
    }

.accordion .card-body {
    font-size: 15px;
    padding: 25px;
    line-height: 28px;
    text-align: left;
    border-top: 0;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed
}

@media screen and (max-width: 1199px) {
    .accordion .accordion-button {
        font-size: 16px
    }
}

@media screen and (max-width: 991px) {
    .accordion .accordion-button {
        padding: 10px 15px
    }

        .accordion .accordion-button.collapsed:after, .accordion .accordion-button:after {
            right: 15px;
            font-size: 16px;
            height: 22px;
            line-height: 22px;
            width: 22px;
            top: 13px
        }
}

@media screen and (max-width: 575px) {
    .accordion .accordion-button {
        padding: 10px 40px 10px 15px
    }
}

.accordion-style2 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-style2 .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    background: none
}

.accordion-style2 .accordion-button {
    background: #eff3f9 !important;
    color: #282b2d;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 15px 30px 15px 15px;
    text-decoration: none
}

    .accordion-style2 .accordion-button:hover {
        background: #eff3f9 !important;
        border: none;
        text-decoration: none
    }

    .accordion-style2 .accordion-button.collapsed:after {
        background: none;
        content: "+";
        right: 15px;
        left: inherit;
        font-size: 20px;
        height: auto;
        transform: none;
        width: auto;
        top: 15px
    }

    .accordion-style2 .accordion-button:after {
        background: none;
        content: "-";
        right: 17px;
        left: inherit;
        font-size: 20px;
        height: auto;
        transform: none;
        width: auto;
        top: 15px;
        position: absolute;
        color: #282b2d
    }

.accordion-style2 .card-body {
    padding: 1.5rem;
    text-align: left;
    background: #f7faff
}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    padding-left: 0
}

.resp-tabs-list li {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: 180px
}

    .resp-tabs-list li:last-child {
        margin-right: 0
    }

    .resp-tabs-list li i {
        font-size: 28px;
        margin-bottom: 8px;
        color: #6f6f6f
    }

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left
}

.resp-tab-content {
    display: none;
    padding: 40px 0 40px 0
}

.resp-tabs-list li.resp-tab-active {
    background: #00baee;
    background: linear-gradient(-45deg, #00baee, #8089ff);
    padding: 15px 20px 13px 20px;
    color: #00baee
}

    .resp-tabs-list li.resp-tab-active i {
        color: #fff
    }

.resp-content-active, .resp-accordion-active {
    display: block
}

.resp-tab-content {
    float: left;
    width: 100%
}

h2.resp-accordion {
    background: #fff !important;
    cursor: pointer;
    display: none;
    font-size: 16px;
    border: 1px solid #ededed;
    border-top: 0px solid #ededed;
    margin: 0px;
    padding: 15px 21px;
    float: left;
    width: 100%
}

h2.resp-tab-active {
    border-bottom: 0px solid #e4e4e4 !important;
    background: var(--bs-primary-color) !important;
    color: #fff
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e4e4e4 !important;
    background: #00baee
}

.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #2380fb !important;
    float: left;
    width: 70%;
    min-height: 250px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 11px !important;
    border-top: 1px solid;
    border: 1px solid #2380fb !important;
    border-left: 4px solid #2380fb !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 10px
}

.resp-tab-content-active {
    display: block;
    border-color: 1px solid #ececec !important
}

h2.resp-accordion:first-child {
    border-top: 1px solid #ededed
}

h2.resp-accordion.resp-tab-active {
    border-color: var(--bs-primary-color) !important
}

@media screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

        h2.resp-accordion i {
            margin-right: 8px;
            font-size: 18px
        }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }

    .resp-vtabs .resp-tabs-container {
        border: none !important;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #ededed !important
    }

    .resp-tab-content {
        background-color: #fff
    }
}

.tab-style1 ul.resp-tabs-list {
    float: left;
    width: 100%
}

.tab-style1 .resp-tabs-list li {
    padding: 15px 25px 13px 25px !important;
    margin: 0 !important;
    cursor: pointer;
    float: left;
    background: #fff !important;
    border: 1px solid #ededed;
    min-width: auto
}

.tab-style1 .resp-tabs-container {
    padding: 0px;
    background-color: transparent;
    border: none !important;
    float: left;
    width: 100%;
    min-height: auto;
    clear: none
}

.tab-style1 .resp-tab-content {
    border: none;
    word-wrap: break-word;
    padding: 0
}

.tab-style1 li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: 0 !important;
    padding: 15px 25px !important;
    border: none !important;
    display: inline-block;
    background: var(--bs-primary-color) !important;
    color: white
}

@media screen and (max-width: 991px) {
    .tab-style1 ul.resp-tabs-list {
        max-width: 100%;
        text-align: center;
        width: 225px;
        float: none;
        display: inline-block
    }

    .tab-style1 .resp-tabs-container {
        padding-left: 0;
        width: 100%
    }

    .tab-style1 .resp-tabs-list li {
        padding: 10px 25px 8px 25px !important
    }

    .tab-style1 li.resp-tab-active {
        padding: 10px 25px !important
    }
}

@media screen and (max-width: 767px) {
    .tab-style1 ul.resp-tabs-list {
        display: none
    }

    .tab-style1 .resp-tab-content {
        border: 1px solid #ededed !important;
        padding: 30px
    }

    .tab-style1.resp-vtabs .resp-tab-content:last-child, .tab-style1 h2.resp-accordion {
        border-color: #ededed !important
    }
}

@media screen and (max-width: 575px) {
    .tab-style1 .resp-tab-content {
        padding: 20px
    }
}

.tab-style2 .resp-tabs-list li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    padding: 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: auto;
    color: #ffffff;
    background: var(--bs-primary-color)
}

    .tab-style2 .resp-tabs-list li.resp-tab-active {
        background-color: #fff;
        color: #00baee;
        border-top: 1px solid #ededed !important;
        border-left: 1px solid #ededed !important;
        border-right: 1px solid #ededed !important
    }

        .tab-style2 .resp-tabs-list li.resp-tab-active:before {
            content: "";
            background: var(--bs-primary-color);
            height: 3px;
            width: 100%;
            position: absolute;
            top: -1px;
            left: 0;
            margin: 0 auto;
            right: 0
        }

.tab-style2 .img-effect:hover {
    transform: translateY(-8px)
}

.tab-style2 .box-shadow-primary {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1)
}

@media screen and (min-width: 992px) {
    .tab-style2 ul.resp-tabs-list {
        text-align: left
    }

        .tab-style2 ul.resp-tabs-list.text-left {
            padding-left: 15px
        }

        .tab-style2 ul.resp-tabs-list li:last-child {
            margin-right: 0
        }

        .tab-style2 ul.resp-tabs-list li.resp-tab-active {
            color: var(--bs-primary-color)
        }

    .tab-style2 .resp-tab-content {
        margin-top: 0;
        border: 1px solid #ededed;
        padding: 25px;
        border-radius: 4px;
        border-top-left-radius: 0
    }
}

@media screen and (max-width: 991px) {
    .tab-style2 .resp-tabs-container {
        border-top: none
    }

    .tab-style2 ul.resp-tabs-list {
        display: none
    }

    .tab-style2 h2.resp-accordion {
        display: block
    }

        .tab-style2 h2.resp-accordion i {
            margin-right: 8px;
            font-size: 18px
        }

    .tab-style2 .resp-accordion-closed {
        display: none !important
    }

    .tab-style2 .resp-tab-content {
        padding: 25px;
        border: 1px solid #ededed
    }
}

@media screen and (max-width: 767px) {
    .tab-style2 h2.resp-accordion {
        font-size: 14px
    }
}

@media screen and (max-width: 575px) {
    .tab-style2 .resp-tab-content {
        padding: 20px
    }
}

.tab-style3 .resp-tabs-list li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 25px 15px;
    margin: 0;
    font-size: 16px;
    margin-right: 10px;
    list-style: none;
    cursor: pointer;
    min-width: 150px;
    color: #282b2d;
    background: #fffdf8;
    white-space: normal;
    word-break: break-word;
    border: 1px solid #ededed;
    width: 150px;
    min-height: 130px;
    vertical-align: top
}

    .tab-style3 .resp-tabs-list li.resp-tab-active {
        color: #ffffff;
        border: none;
        position: relative;
        background: var(--bs-primary-color)
    }

    .tab-style3 .resp-tabs-list li i {
        font-size: 24px;
        vertical-align: middle;
        margin-bottom: 15px;
        display: block;
        font-weight: 600;
        color: var(--bs-primary-color)
    }

    .tab-style3 .resp-tabs-list li.resp-tab-active i, .tab-style3 .resp-tabs-list li.resp-tab-active img {
        color: #fff
    }

    .tab-style3 .resp-tabs-list li.resp-tab-active:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -7px;
        left: 50%;
        width: 13px;
        height: 13px;
        border-width: 0 0 1px 1px;
        transform: translateX(-50%) rotate(-45deg);
        transition-delay: 0.07s;
        background: var(--bs-primary-color)
    }

.tab-style3 ul.resp-tabs-list {
    text-align: center;
    margin-bottom: 60px;
    display: inline-block;
    width: 100%
}

    .tab-style3 ul.resp-tabs-list.text-left {
        padding-left: 15px
    }

    .tab-style3 ul.resp-tabs-list li:last-child {
        margin-right: 0
    }

.tab-style3 .resp-tab-content {
    background: #fffdf8;
    border: none;
    padding: 0;
    width: 100%;
    float: none;
    margin: 0 auto
}

.tab-style3 .resp-tabs-container {
    background: unset
}

@media screen and (max-width: 991px) {
    .tab-style3 h2.resp-tab-active.resp-accordion i {
        color: #ffffff
    }

    .tab-style3 ul.resp-tabs-list {
        display: none
    }

    .tab-style3 h2.resp-accordion {
        display: block;
        float: none;
        font-weight: 500;
        font-size: 16px;
        width: 90%;
        margin: 0 auto
    }

        .tab-style3 h2.resp-accordion i {
            margin-right: 15px;
            font-size: 18px;
            vertical-align: middle;
            color: var(--bs-primary-color);
            font-weight: 600
        }

    .tab-style3 .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }

    .tab-style3 .resp-vtabs .resp-tabs-container {
        border: none !important;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .tab-style3 .resp-accordion-closed {
        display: none !important
    }

    .tab-style3 .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #ededed !important
    }

    .tab-style3 .resp-tab-content {
        background-color: #fff;
        padding: 30px;
        width: 90%;
        border: 1px solid #ededed
    }
}

@media screen and (max-width: 575px) {
    .tab-style3 .resp-tab-content {
        padding: 20px;
        width: 95%
    }

    .tab-style3 h2.resp-accordion {
        font-size: 14px;
        width: 95%
    }

        .tab-style3 h2.resp-accordion i {
            margin-right: 10px;
            font-size: 16px
        }
}

.tab-style4 .resp-tabs-list li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 25px 15px;
    margin: 0;
    font-size: 16px;
    margin-right: 10px;
    list-style: none;
    cursor: pointer;
    min-width: 150px;
    color: #282b2d;
    background: #fffdf8;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    white-space: normal;
    word-break: break-word;
    border: 1px solid #ededed;
    width: 200px;
    min-height: 120px;
    vertical-align: top
}

    .tab-style4 .resp-tabs-list li.resp-tab-active {
        color: #ffffff;
        border: none;
        position: relative;
        background: var(--bs-primary-color)
    }

    .tab-style4 .resp-tabs-list li i {
        font-size: 25px;
        vertical-align: middle;
        margin-bottom: 20px;
        display: block;
        font-weight: 500;
        color: var(--bs-primary-color)
    }

    .tab-style4 .resp-tabs-list li.resp-tab-active i {
        color: #fff
    }

    .tab-style4 .resp-tabs-list li.resp-tab-active:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -7px;
        left: 50%;
        width: 13px;
        height: 13px;
        border-width: 0 0 1px 1px;
        transform: translateX(-50%) rotate(-45deg);
        transition-delay: 0.07s;
        background: var(--bs-primary-color)
    }

.tab-style4 ul.resp-tabs-list {
    text-align: center;
    margin-bottom: 60px;
    display: inline-block;
    width: 100%
}

    .tab-style4 ul.resp-tabs-list.text-left {
        padding-left: 15px
    }

    .tab-style4 ul.resp-tabs-list li:last-child {
        margin-right: 0
    }

.tab-style4 .resp-tab-content {
    background: #fffdf8;
    border: 1px solid #ededed;
    padding: 40px;
    width: 85%;
    float: none;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

.tab-style4 .resp-tabs-container {
    background: unset
}

@media screen and (max-width: 1199px) {
    .tab-style4 .resp-tab-content {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .tab-style4 .resp-tab-content {
        padding: 25px
    }

    .tab-style4 h2.resp-tab-active.resp-accordion i {
        color: #ffffff
    }

    .tab-style4 ul.resp-tabs-list {
        display: none
    }

    .tab-style4 h2.resp-accordion {
        display: block;
        float: none;
        font-weight: 500;
        font-size: 18px
    }

        .tab-style4 h2.resp-accordion i {
            margin-right: 15px;
            font-size: 18px;
            vertical-align: middle;
            color: var(--bs-primary-color)
        }

    .tab-style4 .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }

    .tab-style4 .resp-vtabs .resp-tabs-container {
        border: none !important;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .tab-style4 .resp-accordion-closed {
        display: none !important
    }

    .tab-style4 .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #ededed !important
    }

    .tab-style4 .resp-tab-content {
        background-color: #fff
    }
}

@media screen and (max-width: 575px) {
    .tab-style4 .resp-tab-content {
        padding: 20px
    }

    .tab-style4 h2.resp-accordion {
        font-size: 16px
    }

        .tab-style4 h2.resp-accordion i {
            margin-right: 10px
        }
}

.certificate-wrapper {
    position: relative;
    text-align: center;
    margin: 15px
}

.certificate-image {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    z-index: 9;
    margin: 0 20px
}

.certificate-content {
    position: relative;
    padding: 35px 0;
    z-index: 9
}

.certificate-wrapper:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 90px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    background-color: #ffffff
}

.certificate-wrapper:hover .certificate-content:before {
    width: 100%
}

.certificate-wrapper .certificate-content:before {
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--bs-primary-color);
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 3;
    transition: all .6s ease-out
}

.certificate-wrapper .certificate-content:after {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 2;
    transition: all .6s ease-out
}

@media screen and (max-width: 575px) {
    .certificate-content {
        padding: 30px 0
    }
}

.timeline {
    width: 100%
}

.timeline-item .timeline-content {
    background: #fffdf8;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 30px;
    height: 100%;
    width: 100%;
    border-right: 2px solid var(--bs-primary-color)
}

.timeline.timeline-wrapper .timeline-item {
    position: relative;
    width: 50%;
    margin-left: 50%;
    padding-bottom: 44px;
    padding-left: 44px;
    text-align: left
}

    .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
        margin-left: 0;
        padding-right: 44px;
        padding-left: 0;
        text-align: right
    }

    .timeline.timeline-wrapper .timeline-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        margin-left: -.5rem;
        border: 4px solid #ededed;
        background: var(--bs-primary-color);
        border-radius: 50%
    }

    .timeline.timeline-wrapper .timeline-item:nth-child(2n+1):before {
        right: 0;
        left: auto;
        margin-right: -.5rem
    }

    .timeline.timeline-wrapper .timeline-item:nth-child(2n+1):after {
        right: 0;
        left: auto
    }

    .timeline.timeline-wrapper .timeline-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 10px;
        width: .0625rem;
        margin-top: 25px;
        margin-left: -.0625rem;
        background-color: #e6e7e8
    }

@media screen and (max-width: 1199px) {
    .timeline.timeline-wrapper .timeline-item {
        padding-left: 35px;
        padding-bottom: 40px
    }

        .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
            padding-right: 35px;
            padding-bottom: 40px
        }
}

@media screen and (max-width: 991px) {
    .timeline.timeline-wrapper .timeline-item {
        width: 100%;
        margin-left: 0;
        padding-bottom: 35px
    }

        .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
            text-align: left;
            padding-left: 35px;
            padding-right: 0;
            padding-bottom: 35px
        }

            .timeline.timeline-wrapper .timeline-item:nth-child(2n+1):before, .timeline.timeline-wrapper .timeline-item:nth-child(2n+1):after {
                right: auto;
                left: 0
            }
}

@media screen and (max-width: 767px) {
    .timeline-item .timeline-content {
        border-bottom: 2px solid var(--bs-primary-color);
        border-right: 0;
        padding: 25px
    }

    .timeline.timeline-wrapper .timeline-item {
        padding-left: 25px;
        padding-bottom: 25px
    }

        .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
            padding-left: 25px;
            padding-bottom: 25px
        }
}

@media screen and (max-width: 575px) {
    .timeline.timeline-wrapper .timeline-item {
        padding-right: 0;
        padding-left: 0
    }

        .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
            padding-left: 0
        }

        .timeline.timeline-wrapper .timeline-item:before, .timeline.timeline-wrapper .timeline-item:after {
            content: none
        }
}

.service-details-sidebar .widget {
    position: relative;
    margin-bottom: 35px;
    padding: 30px
}

    .service-details-sidebar .widget:last-child {
        margin-bottom: 0
    }

    .service-details-sidebar .widget .widget-title {
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600
    }

        .service-details-sidebar .widget .widget-title:before {
            display: block;
            content: "";
            position: absolute;
            background-color: #ededed;
            height: 2px;
            width: calc(100% + 60px);
            bottom: 0;
            left: -30px;
            z-index: 1
        }

        .service-details-sidebar .widget .widget-title:after {
            display: block;
            height: 2px;
            content: '';
            position: absolute;
            left: 0;
            width: 40px;
            bottom: 0;
            z-index: 3;
            transition: all 0.6s ease 0s;
            background-color: var(--bs-primary-color)
        }

    .service-details-sidebar .widget:hover .widget-title:after {
        width: 100%
    }

.service-details-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-nav-menu ul li {
    margin-bottom: 15px;
    padding: 0;
    border: 0;
    position: relative;
    background: #fffdf8;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

    .widget-nav-menu ul li:hover {
        background-color: transparent
    }

    .widget-nav-menu ul li.active {
        background-color: transparent
    }

        .widget-nav-menu ul li.active a {
            color: #ffffff
        }

            .widget-nav-menu ul li.active a:after {
                color: #ffffff
            }

    .widget-nav-menu ul li:hover a:after {
        color: #ffffff
    }

    .widget-nav-menu ul li a {
        display: block;
        padding: 15px;
        position: relative;
        z-index: 1;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        transition: all 0.3s linear
    }

    .widget-nav-menu ul li.active a i {
        color: #ffffff;
        font-size: 20px
    }

    .widget-nav-menu ul li a i {
        color: var(--bs-primary-color);
        margin-right: 15px;
        vertical-align: middle;
        font-size: 20px
    }

    .widget-nav-menu ul li:last-child {
        margin-bottom: 0
    }

    .widget-nav-menu ul li.active:after {
        width: 100%;
        background: var(--bs-primary-color)
    }

    .widget-nav-menu ul li::after {
        position: absolute;
        content: " ";
        display: inline-block;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        transition: width 0.3s linear
    }

    .widget-nav-menu ul li a:before {
        content: "";
        width: 2px;
        top: 0;
        left: 0;
        height: 100%;
        position: absolute;
        z-index: 1;
        background: var(--bs-primary-color)
    }

    .widget-nav-menu ul li a:after {
        content: '\f30b';
        font-family: Font Awesome\ 5 Free;
        position: absolute;
        right: 20px;
        transition: width 0.5s linear;
        z-index: 1;
        font-size: 16px;
        font-weight: 600
    }

    .widget-nav-menu ul li:hover {
        background: transparent
    }

        .widget-nav-menu ul li:hover a {
            color: #ffffff
        }

            .widget-nav-menu ul li:hover a i {
                color: #ffffff
            }

        .widget-nav-menu ul li:hover:after {
            width: 100%;
            background: var(--bs-primary-color)
        }

.service-details-sidebar .widget-address {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

    .service-details-sidebar .widget-address .address-info {
        margin: 0;
        list-style: none
    }

        .service-details-sidebar .widget-address .address-info li {
            border-bottom: 1px solid #ededed;
            padding-bottom: 15px;
            margin-bottom: 15px;
            font-weight: 500;
            font-size: 16px
        }

            .service-details-sidebar .widget-address .address-info li:last-child {
                border-bottom: 0;
                padding-bottom: 0;
                margin-bottom: 0
            }

.service-details-sidebar .widget-contact {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

.service-details-sidebar .widget-brochure {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

    .service-details-sidebar .widget-brochure ul {
        margin-bottom: 0;
        list-style: none
    }

    .service-details-sidebar .widget-brochure li {
        position: relative;
        margin-bottom: 15px
    }

        .service-details-sidebar .widget-brochure li:last-child {
            margin-bottom: 0
        }

        .service-details-sidebar .widget-brochure li a {
            display: block;
            font-size: 15px;
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
            font-weight: 500
        }

            .service-details-sidebar .widget-brochure li a i {
                text-align: center;
                padding: 15px;
                font-size: 20px;
                margin-right: 15px;
                background: var(--bs-primary-color);
                color: #ffffff
            }

@media screen and (max-width: 991px) {
    .service-details-sidebar .widget {
        margin-bottom: 30px
    }

    .widget.widget-nav-menu ul li a {
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .service-details-sidebar .widget {
        padding: 25px
    }

        .service-details-sidebar .widget .widget-title {
            font-size: 18px
        }

            .service-details-sidebar .widget .widget-title:before {
                width: calc(100% + 50px);
                left: -25px
            }
}

.service-iconbox {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 25px;
    color: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--bs-primary-color)
}

.pricing-block .pricing-no h3 {
    margin-left: -70px
}

.process-wrapper .process-details {
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 100%;
    line-height: 1
}

    .process-wrapper .process-details .process-title {
        font-size: 16px;
        letter-spacing: 6px;
        left: 35px;
        top: 40%;
        margin: 0;
        padding: 0;
        position: absolute;
        text-transform: uppercase
    }

.process-wrapper .divider {
    border-bottom: 2px solid var(--bs-primary-color);
    padding-bottom: 15px;
    margin-bottom: 25px;
    content: "";
    display: block;
    text-align: center;
    width: 80px
}

.process-details .number {
    color: #ededed;
    font-size: 100px;
    font-style: italic;
    font-weight: 700
}

@media screen and (max-width: 1199px) {
    .process-details .number {
        font-size: 80px
    }
}

@media screen and (max-width: 575px) {
    .process-wrapper .process-details .process-title {
        font-size: 14px;
        left: 25px
    }
}

.social-box {
    margin-bottom: 0;
    list-style: none;
    padding: 0
}

    .social-box li {
        display: inline-block;
        margin-right: 5px;
        text-align: center;
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 14px;
        display: inline-block;
        background: var(--bs-primary-color)
    }

        .social-box li:last-child {
            margin-right: 0
        }

        .social-box li a {
            color: white
        }

            .social-box li a:hover {
                opacity: 0.6
            }

.team-info {
    list-style: none;
    margin: 0;
    padding: 0
}

    .team-info li {
        font-size: 16px;
        display: flex;
        margin-bottom: 10px
    }

        .team-info li:last-child {
            margin-bottom: 0
        }

        .team-info li span {
            font-weight: 700;
            flex-basis: 50%;
        }

.experience-info {
    margin: 0;
    padding: 0
}

    .experience-info li {
        display: flex;
        margin-bottom: 25px
    }

        .experience-info li:last-child {
            padding-bottom: 0;
            margin-bottom: 0
        }

@media screen and (max-width: 575px) {
    .social-box li {
        height: 32px;
        width: 32px;
        font-size: 13px
    }
}

.project-info-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

    .project-info-list li {
        margin-bottom: 15px;
        border-bottom: 1px solid #ededed;
        padding-bottom: 15px
    }

        .project-info-list li:last-child {
            margin-bottom: 0;
            border-bottom: 0;
            padding-bottom: 0
        }

        .project-info-list li .project-label {
            font-weight: 600;
            display: inline-block;
            margin-right: 25px;
            position: relative;
            width: 115px;
            vertical-align: top
        }

            .project-info-list li .project-label:after {
                content: ":";
                font-size: 18px;
                font-weight: 500;
                position: absolute;
                top: -1px;
                right: 0
            }

        .project-info-list li.project-rating {
            display: flex
        }

.rating {
    padding: 0;
    list-style: none
}

    .rating li {
        display: inline;
        border-bottom: 0
    }

        .rating li i {
            color: #fc0;
            line-height: 28px
        }

@media screen and (max-width: 575px) {
    .project-info-list li .project-label {
        margin-right: 15px;
        width: 100px
    }
}

.error-sign {
    position: relative;
    display: block;
    max-width: 381px;
    width: 100%;
    margin: 0 auto 40px
}

    .error-sign .top {
        position: relative;
        display: block;
        width: 185px;
        height: 185px;
        background: var(--bs-primary-color);
        border-radius: 50%;
        margin: 0 auto;
        text-align: center;
        padding: 50px 0
    }

    .error-sign .middle {
        position: relative;
        display: block;
        width: 15px;
        height: 220px;
        background: var(--bs-primary-color);
        margin: 0 auto;
        z-index: 3
    }

    .error-sign .bottom {
        position: relative;
        display: block;
        margin-top: -59px;
        z-index: 1
    }

@media screen and (max-width: 991px) {
    .error-sign .top {
        width: 175px;
        height: 175px
    }
}

@media screen and (max-width: 767px) {
    .error-sign {
        width: 290px;
        margin: 0 auto 30px
    }

        .error-sign .top {
            width: 155px;
            height: 155px;
            padding: 40px 0
        }

        .error-sign .bottom {
            width: 290px;
            margin: -45px auto 0
        }
}

@media screen and (max-width: 575px) {
    .error-sign {
        width: 230px
    }

        .error-sign .top {
            width: 145px;
            height: 145px;
            padding: 35px 0
        }

        .error-sign .bottom {
            width: 230px;
            margin: -36px auto 0
        }
}

.countdown {
    padding: 0
}

    .countdown li {
        background: var(--bs-primary-color);
        display: inline-block;
        text-align: center;
        min-width: 130px;
        padding: 15px 10px;
        border-left: 4px solid #ffffff
    }

        .countdown li span {
            font-size: 36px;
            font-weight: 600;
            text-align: center;
            color: #ffffff;
            line-height: normal;
            position: relative
        }

            .countdown li span:before {
                content: "";
                height: 1px;
                position: absolute;
                width: 100%
            }

        .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
            font-size: 16px;
            font-weight: 500;
            color: #ffffff;
            margin: 0;
            padding: 0;
            text-transform: capitalize
        }

@media screen and (max-width: 991px) {
    .countdown li span {
        font-size: 32px
    }
}

@media screen and (max-width: 767px) {
    .countdown li {
        min-width: 180px;
        margin-top: 10px
    }
}

@media screen and (max-width: 575px) {
    .countdown li {
        min-width: 47%
    }
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.form-group {
    margin-bottom: 1rem
}

    .form-group label {
        margin-bottom: .5rem
    }

.form-control:focus {
    border-color: var(--bs-primary-color)
}

.form-check-input:checked {
    border-color: var(--bs-primary-color);
    background-color: var(--bs-primary-color)
}

.form-check-input:focus {
    box-shadow: none
}

.quform-input {
    position: relative
}

    .quform-input .quform-errors-wrap {
        position: absolute;
        right: 8px;
        top: 0;
        line-height: normal;
        z-index: 1
    }

.quform-element > label {
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 14px
}

    .quform-element > label .quform-required {
        color: #cc0101;
        font-size: 10px
    }

.quform-inner input {
    width: 100%
}

.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top
}

.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px
}

.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal
}

    .quform-errors > .quform-error {
        padding: 0;
        background: none;
        border: none;
        float: none;
        color: #f5543f;
        font-size: 11px;
        line-height: normal;
        letter-spacing: normal
    }

.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
    border-color: #f5543f
}

.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-submit-inner {
    float: none
}

.quform-loading-wrap {
    float: none
}

    .quform-loading-wrap .quform-loading {
        display: inline-block
    }

.light-validation .quform-errors > .quform-error {
    color: #fff
}

.newsletter-form .quform-elements {
    position: relative
}

.newsletter-form .quform-submit-inner {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    background: var(--bs-primary-color);
    height: 50px;
    border-left: none;
    border-radius: 0;
    text-align: center;
    line-height: 48px
}

.newsletter-form.decor .quform-submit-inner {
    height: 0
}

.newsletter-form .quform-loading-wrap {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0
}

.newsletter-form input {
    border: 1px solid rgba(0,0,0,0.1);
    height: 50px;
    padding: 0.5rem 4rem 0.5rem 1rem
}

.newsletter-form .quform-has-error input, .newsletter-form .quform-has-error textarea, .newsletter-form .quform-has-error select {
    border-color: #f5543f
}

.newsletter-form .quform-input .quform-errors-wrap {
    right: 15px
}

.newsletter-form i {
    font-size: 1.2rem;
    line-height: 2rem
}

.modal-backdrop {
    z-index: 99999
}

.modal {
    z-index: 999999
}

.icon-gallery .d-table {
    margin-top: 30px
}

.icon-gallery .d-table-cell {
    width: 125px;
    height: 125px;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid rgba(0,0,0,0.075);
    vertical-align: middle;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    background: #fff
}

.icon-gallery i {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
    color: var(--bs-primary-color)
}

pre[class*="language-"] {
    max-height: 45vh;
    height: 100%;
    margin: 35px 0 15px 0;
    padding-top: 0
}

.html-code {
    background-color: #fbfbfb;
    position: relative;
    box-shadow: inset 0 0 0 1px #dde1e6,0 3px 5px rgba(0,0,0,0.15);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ededed
}

    .html-code:before {
        color: #c8dfab;
        content: "•••";
        font-size: 30px;
        left: 24px;
        letter-spacing: 4px;
        line-height: 12px;
        position: absolute;
        top: 24px
    }

.copy-element {
    position: absolute;
    top: 0;
    right: 85px;
    transition: opacity 0.3s ease-in-out
}

.source-element {
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.3s ease-in-out
}

.html-code .copy-element {
    top: 15px;
    right: 30px
}

.html-code:hover .copy-element, .html-code:hover .source-element {
    opacity: 1
}

.box-hover:hover .copy-element, .box-hover:hover .source-element {
    opacity: 1
}

.copy-element > a, .source-element > a {
    background: #dde1e6;
    color: #777 !important;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer !important;
    font-weight: 600
}

    .copy-element > a:hover, .source-element > a:hover {
        background: var(--bs-primary-color);
        color: #fff !important
    }

.copy-clipboard {
    cursor: pointer;
    padding: 5px 15px
}

.white-popup-block {
    background-color: #fbfbfb;
    position: relative;
    max-width: 650px;
    box-shadow: inset 0 0 0 1px #dde1e6,0 3px 5px rgba(0,0,0,0.15);
    padding: 60px 30px 30px 30px;
    border-radius: 5px;
    margin: 40px auto;
    border: 1px solid #ededed
}

    .white-popup-block.popup-copy.mfp-hide {
        display: block !important;
        height: 0;
        position: absolute;
        z-index: -1;
        padding: 0;
        opacity: 0;
        margin: 0
    }

    .white-popup-block:before {
        color: rgba(3,169,245,0.2);
        content: "•••";
        font-size: 30px;
        left: 24px;
        letter-spacing: 4px;
        line-height: 12px;
        position: absolute;
        top: 24px
    }

    .white-popup-block:hover .copy-element {
        opacity: 1
    }

    .white-popup-block .copy-element {
        top: 45px;
        right: 30px
    }

.box-hover {
    position: relative
}

    .box-hover .container {
        position: relative
    }

.inner-title {
    border-bottom: 1px solid rgba(0,0,0,0.09);
    margin-bottom: 35px;
    padding-bottom: 20px
}

@media screen and (max-width: 767px) {
    .elements-block .inner-title {
        margin-bottom: 65px
    }

    .copy-element, .source-element {
        top: 65px
    }
}

.blog-sidebar .widget {
    position: relative;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

    .blog-sidebar .widget:last-child {
        margin-bottom: 0
    }

    .blog-sidebar .widget .widget-title {
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600
    }

        .blog-sidebar .widget .widget-title:before {
            display: block;
            content: "";
            position: absolute;
            background-color: #ededed;
            height: 2px;
            width: calc(100% + 60px);
            bottom: 0;
            left: -30px;
            z-index: 1
        }

        .blog-sidebar .widget .widget-title:after {
            display: block;
            height: 2px;
            content: '';
            position: absolute;
            left: 0;
            width: 40px;
            bottom: 0;
            z-index: 3;
            transition: all 0.6s ease 0s;
            background-color: var(--bs-primary-color)
        }

    .blog-sidebar .widget:hover .widget-title:after {
        width: 100%
    }

.search-bar {
    position: relative
}

.blog-sidebar .widget .search-bar input[type="search"] {
    display: block;
    width: 100%;
    padding: 10px 40px 10px 25px;
    font-size: 15px;
    color: #4b4342;
    border: 1px solid #ededed;
    background: none;
    background: #fffdf8;
    margin-bottom: 0
}

.blog-sidebar .widget .search-bar .btn-newsletter {
    position: absolute;
    color: var(--bs-primary-color);
    right: 18px;
    top: 10px;
    padding: 0px;
    font-size: 18px;
    z-index: 3;
    outline: none
}

.blog-sidebar .widget .blog-post-carousel .image-box {
    position: relative;
    display: block;
    margin-bottom: 15px
}

    .blog-sidebar .widget .blog-post-carousel .image-box h6 {
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 12px;
        margin-bottom: 0;
        color: #ffffff;
        padding: 8px 15px;
        text-align: center;
        background-color: var(--bs-primary-color)
    }

.blog-tags {
    margin: 0;
    padding: 0
}

    .blog-tags li {
        display: inline-block
    }

        .blog-tags li a {
            font-size: 14px;
            font-weight: 600;
            padding: 8px 12px;
            margin: 5px 5px 5px 0;
            display: inline-block;
            border: 1px solid #ededed
        }

            .blog-tags li a:hover {
                background: var(--bs-primary-color);
                color: #ffffff !important;
                border: 1px solid var(--bs-primary-color)
            }

@media screen and (max-width: 767px) {
    .blog-sidebar .widget {
        padding: 25px
    }

        .blog-sidebar .widget .widget-title:before {
            width: calc(100% + 50px);
            left: -25px
        }
}

.blog-detail .posts-wrapper .meta-list {
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin: 20px 0
}

    .blog-detail .posts-wrapper .meta-list li {
        display: inline-block;
        margin-right: 20px;
        cursor: pointer;
        margin: 3px;
        border-right: 1px solid #ededed;
        padding-right: 20px
    }

        .blog-detail .posts-wrapper .meta-list li a {
            vertical-align: middle
        }

        .blog-detail .posts-wrapper .meta-list li:last-child {
            margin-right: 0;
            border-right: 0;
            padding-right: 0
        }

.blog-detail .posts-wrapper .post-content {
    padding: 35px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    background: #fffdf8;
    margin-bottom: 40px
}

    .blog-detail .posts-wrapper .post-content blockquote {
        position: relative;
        display: block;
        background: #fffdf8;
        padding: 35px 35px 35px 120px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        border-left: 2px solid #232323;
        margin: 30px 0px;
        font-style: italic;
        color: #282b2d
    }

        .blog-detail .posts-wrapper .post-content blockquote .quote-box {
            position: absolute;
            left: 30px;
            top: 50px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 25px;
            color: #ffffff;
            text-align: center;
            background: #232323;
            border-radius: 50%
        }

    .blog-detail .posts-wrapper .post-content .separator {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #ededed;
        text-align: left
    }

    .blog-detail .posts-wrapper .post-content .share-post {
        text-align: right;
        margin: 0;
        padding: 0
    }

        .blog-detail .posts-wrapper .post-content .share-post li {
            display: inline-block;
            margin: 0 10px;
            font-size: 16px
        }

            .blog-detail .posts-wrapper .post-content .share-post li:first-child {
                margin-left: 0
            }

            .blog-detail .posts-wrapper .post-content .share-post li:last-child {
                margin-right: 0
            }

            .blog-detail .posts-wrapper .post-content .share-post li a:hover {
                color: var(--bs-primary-color)
            }

.author-post-info {
    padding: 35px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    background: #fffdf8;
    border-left: 2px solid var(--bs-primary-color);
    margin-bottom: 40px
}

.blog-detail .author-post {
    padding: 0;
    margin: 0
}

    .blog-detail .author-post li {
        display: inline-block;
        margin: 0 10px;
        font-size: 16px
    }

        .blog-detail .author-post li:first-child {
            margin-left: 0
        }

.blog-detail .posts-wrapper .comments-area {
    padding: 35px;
    background: #fffdf8;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

.blog-detail .posts-wrapper .comment-box .author-thumb {
    width: 85px;
    float: left
}

.blog-detail .posts-wrapper .comments-area .comment-box {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ededed
}

    .blog-detail .posts-wrapper .comments-area .comment-box:nth-child(odd) {
        margin-left: 80px
    }

@media screen and (max-width: 991px) {
    .blog-detail .posts-wrapper .post-content, .author-post-info, .blog-detail .posts-wrapper .comments-area {
        padding: 30px
    }
}

@media screen and (max-width: 767px) {
    .blog-detail .posts-wrapper .post-content {
        padding: 25px
    }

        .blog-detail .posts-wrapper .post-content .share-post {
            text-align: left
        }

        .blog-detail .posts-wrapper .post-content blockquote {
            padding: 25px;
            text-align: center
        }

            .blog-detail .posts-wrapper .post-content blockquote .quote-box {
                position: relative;
                left: 0;
                top: 0;
                margin: 0 auto 15px
            }

    .author-post-info {
        padding: 25px
    }

    .blog-detail .posts-wrapper .comments-area {
        padding: 25px
    }

        .blog-detail .posts-wrapper .comments-area .comment-box {
            margin-bottom: 25px;
            padding-bottom: 25px
        }

            .blog-detail .posts-wrapper .comments-area .comment-box:nth-child(odd) {
                margin-left: 0
            }
}

@media screen and (max-width: 575px) {
    .blog-detail .posts-wrapper .meta-list li {
        margin-right: 15px;
        padding-right: 15px
    }
}

.services-block {
    margin-top: -116px;
    position: relative;
    z-index: 9;
    overflow: visible;
    background-color: rgba(225,225,225,0.2)
}

@media screen and (max-width: 991px) {
    .services-block {
        margin-top: 0;
        background-color: #232323
    }
}

.testimonials-style2.owl-theme .owl-dots .owl-dot.active span {
    width: 25px
}

.testimonials-style2.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    height: 5px
}

.car-info-box2 {
    margin-top: -8%;
    position: relative;
    background: transparent;
    padding: 4%;
    z-index: 9
}

@media screen and (max-width: 1199px) {
    .car-info-box2 {
        margin-top: -15%
    }
}

@media screen and (max-width: 991px) {
    .car-info-box2 .quform-elements .form-control {
        min-height: 42px
    }

    .car-info-box2 .quform-submit-inner .butn {
        padding: 12px 28px
    }
}

@media screen and (max-width: 767px) {
    .car-info-box2 {
        margin-top: -25%
    }
}

.blog-shape2 {
    position: absolute;
    top: 0px;
    left: -15px;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0.4
}

@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(-20px)
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(-20px)
    }
}

@media screen and (max-width: 767px) {
    .blog-shape2 {
        display: none
    }
}

.blog-shape3 {
    position: absolute;
    bottom: 0;
    left: 2%;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(-20px)
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(-20px)
    }
}

@media screen and (max-width: 1199px) {
    .blog-shape3 {
        display: none
    }
}

.testimonial-card {
    margin: 56px 0 44px 30px
}

.testimonial-bg-img {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .testimonial-bg-img .testimonial-bg-img2 {
        height: 380px;
        width: calc(60% - 25px)
    }

    .testimonial-bg-img .testimonial-bg-img3 {
        height: 360px;
        width: 40%;
        margin-top: 44px
    }

.testimonial-card .client-info h4 span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 27px;
    height: 1px;
    background: var(--bs-primary-color)
}

.testimonial-card:after {
    position: absolute;
    top: -40px;
    left: -50px;
    content: "";
    width: 45%;
    height: calc(100% + 60px);
    background-color: var(--bs-primary-color);
    border-radius: 69% 31% 17% 83%/60% 63% 37% 40%;
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-card:hover:after {
    border-color: var(--bs-primary-color)
}

.testimonial-shape1 {
    position: absolute;
    bottom: 100px;
    left: 280px;
    z-index: 0;
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear
}

@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-shape1 {
        left: 20px
    }
}

@media screen and (max-width: 991px) {
    .testimonial-shape1 {
        left: 110px;
        bottom: 50px
    }
}

@media screen and (max-width: 575px) {
    .testimonial-shape1 {
        left: 10px
    }

    .testimonial-card {
        margin: 22px 0 22px 22px
    }

        .testimonial-card:after {
            display: none
        }
}

.exp-box {
    width: 200px;
    height: 200px;
    background: var(--bs-primary-color);
    position: absolute;
    z-index: 1;
    border-radius: 69% 31% 17% 83%/60% 63% 37% 40%;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    bottom: 50px;
    left: -80px;
    display: table
}

    .exp-box h3 {
        font-size: 70px;
        line-height: 40px
    }

.about-style {
    position: relative;
    z-index: 9;
    margin-left: -150px;
    margin-top: 50px
}

    .about-style .video_btn {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

        .about-style .video_btn:before {
            height: 55px;
            width: 55px
        }

        .about-style .video_btn:after {
            width: 40px;
            height: 40px
        }

    .about-style .icon-hover:hover h4 {
        color: var(--bs-primary-color);
        transition: .5s
    }

    .about-style .icon-hover .icon-main {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: transparent;
        padding: 13px;
        transition-delay: 0.3s;
        transition: all 500ms ease
    }

    .about-style .icon-hover:hover .icon-main {
        background-color: #000;
        padding: 13px;
        border-radius: 50%;
        transform: rotateY(180deg);
        transition-delay: 0.3s
    }

.shape-1 {
    -webkit-animation-name: squareMover;
    animation-name: squareMover;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 69% 31% 17% 83%/60% 63% 37% 40%;
    right: 10%;
    top: 0
}

@keyframes squareMover {
    0%,100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20%,60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg)
    }

    30%,80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg)
    }
}

@media screen and (max-width: 1199px) {
    .exp-box {
        width: 180px;
        height: 180px
    }

        .exp-box h3 {
            font-size: 60px
        }
}

@media screen and (max-width: 991px) {
    .about-style {
        margin-top: 0;
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .exp-box {
        width: 160px;
        height: 160px
    }

        .exp-box h3 {
            font-size: 50px
        }
}

@media screen and (max-width: 575px) {
    .about-style {
        margin-left: 0;
        margin-top: 0
    }

    .exp-box {
        width: 120px;
        height: 120px;
        left: 0
    }

        .exp-box h3 {
            font-size: 35px;
            line-height: 13px
        }
}

.clients-box {
    position: relative;
    margin-bottom: -80px;
    background: transparent;
    z-index: 9
}

    .clients-box .clients-box-inner:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 1600px;
        box-shadow: 0 0 20px rgba(0,0,0,0.15);
        background-image: url("../img/demos/carwash/bg/bg-01.jpg");
        content: ""
    }

    .clients-box .clients-box-inner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.8);
        width: 1600px;
        height: 100%
    }

.features-boxes .boxes-inner img {
    border-radius: 69% 31% 17% 83%/60% 63% 37% 40%;
    width: 160px
}

.features-boxes:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url("../img/demos/gardener/bg/feature-shape.png");
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 149px 30px;
    z-index: 3
}

.contact-shape1 {
    position: absolute;
    top: 20%;
    right: 2%;
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear
}

@-webkit-keyframes zoom-fade {
    0% {
        transform: scale(0.9)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.9)
    }
}

@keyframes zoom-fade {
    0% {
        transform: scale(0.9)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.9)
    }
}

.info-style-01 {
    position: relative;
    margin-top: -80px;
    padding: 0;
    z-index: 9;
    background: transparent
}

    .info-style-01 .info-wrapper {
        background-color: #ffffff;
        box-shadow: 0 0 15px rgba(0,0,0,0.08);
        padding: 40px;
        height: 100%;
        width: 100%;
        transition: all .3s ease-in-out;
        overflow: hidden
    }

        .info-style-01 .info-wrapper.transition-move:hover {
            transform: translateY(-5px);
            box-shadow: 0 0 15px rgba(0,0,0,0.08)
        }

@media screen and (max-width: 991px) {
    .info-style-01 {
        margin-top: 70px
    }

        .info-style-01 .info-wrapper {
            padding: 35px
        }
}

@media screen and (max-width: 575px) {
    .info-style-01 .info-wrapper {
        padding: 30px
    }
}

.info-style-02 .flip-box {
    height: 240px;
    perspective: 1000px
}

.info-style-02 .flip-box-inner {
    position: absolute;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%
}

.info-style-02 .flip-box-front {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0,0,0,0.05);
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    backface-visibility: hidden
}

.info-style-02 .flip-box .flip-box-inner .flip-box-front .icon-wrapper {
    position: relative;
    display: inline-block;
    background-color: var(--bs-primary-color);
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    margin-bottom: 25px
}

.info-style-02 .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg)
}

.info-style-02 .flip-box-back {
    background-color: var(--bs-primary-color);
    color: #fff;
    transform: rotateY(180deg);
    height: 240px;
    width: 100%;
    display: table;
    position: absolute;
    backface-visibility: hidden
}

@media screen and (max-width: 991px) {
    .info-style-02 .flip-box, .info-style-02 .flip-box-back {
        height: 220px
    }
}

@media screen and (max-width: 767px) {
    .info-style-02 .flip-box .flip-box-inner .flip-box-front .icon-wrapper {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 25px
    }
}

.why-choose-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px
}

.info-style-03 {
    position: relative;
    overflow: hidden
}

    .info-style-03 .info-image {
        background: #000000
    }

    .info-style-03 .info-content {
        color: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 9;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        transform: translateY(0);
        transition: all 0.6s ease-in-out 0s;
        background-color: var(--bs-primary-color)
    }

    .info-style-03 .info-hover-content {
        position: absolute;
        top: 30px;
        right: 30px;
        left: 30px;
        bottom: 30px;
        padding: 30px 0;
        text-align: center;
        border-radius: 4px;
        background: rgba(247,176,53,0.9);
        box-shadow: 0 2px 3px rgba(0,0,0,0.12);
        opacity: 0;
        transition: all 0.8s cubic-bezier(0.42, 0.69, 0.63, 1.37) 0s;
        transform: perspective(50em) rotateY(-180deg) scale(0.5)
    }

    .info-style-03:hover .info-image img {
        opacity: 0.6
    }

    .info-style-03 .info-hover-content:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .info-style-03:hover .info-content {
        transform: translateY(100%)
    }

    .info-style-03:hover .info-hover-content {
        opacity: 1;
        transform: perspective(50em) rotateY(0deg) scale(1)
    }

@media screen and (max-width: 575px) {
    .info-style-03 .info-hover-content {
        top: 20px;
        right: 20px;
        left: 20px;
        bottom: 20px
    }
}

.counter-style-01 .counter-img {
    position: absolute;
    bottom: 0;
    right: 0
}

@media screen and (max-width: 1599px) {
    .counter-style-01 .counter-img {
        right: -7%
    }
}

@media screen and (max-width: 1200px) {
    .counter-style-01 .counter-img {
        right: -15%
    }
}

@media screen and (max-width: 1199px) {
    .counter-style-01 .counter-img {
        display: none
    }
}

.counter-style-02 h4:after {
    content: '+'
}

.counter-style-03 .seprator-border .vertical-border {
    position: relative;
    background: rgba(255,255,255,0.6);
    height: 30px;
    width: 2px;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (max-width: 991px) {
    .counter-style-03 .seprator-border .vertical-border {
        height: 20px
    }
}

@media screen and (max-width: 575px) {
    .counter-style-03 .seprator-border .vertical-border {
        margin-bottom: 10px
    }
}

.process-style1 {
    position: relative
}

    .process-style1 .line {
        position: absolute;
        top: 40px;
        left: 40%;
        transform: translateX(50%);
        background: rgba(255,255,255,0.3);
        width: 60%;
        height: 1px
    }

    .process-style1 .number-wrap {
        position: relative;
        height: 80px;
        width: 80px;
        margin: 0 auto 40px
    }

    .process-style1 .number-inner-wrap {
        background: var(--bs-primary-color)
    }

        .process-style1 .number-inner-wrap:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            background: inherit;
            width: 80px;
            height: 80px;
            opacity: .3
        }

        .process-style1 .number-inner-wrap:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            background: inherit;
            width: 60px;
            height: 60px;
            overflow: hidden;
            opacity: .7
        }

    .process-style1 .number {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background: inherit;
        border-radius: 50%;
        text-align: center;
        z-index: 3
    }

    .process-style1 .process-content {
        position: relative;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        background: #fff;
        padding: 30px
    }

        .process-style1 .process-content:before {
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            content: '';
            border-bottom: 13px solid #fff;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent
        }

@media screen and (max-width: 1199px) {
    .process-style1 .process-content {
        width: 90%
    }
}

@media screen and (max-width: 991px) {
    .process-style1 .process-content {
        width: 100%
    }

    .process-style1 .line {
        background: unset
    }

    .process-style1 .number-wrap {
        margin: 0 auto 35px
    }
}

@media screen and (max-width: 767px) {
    .process-style1 .number {
        height: 35px;
        width: 35px;
        line-height: 35px
    }

    .process-style1 .number-inner-wrap:before {
        width: 70px;
        height: 70px
    }

    .process-style1 .number-inner-wrap:after {
        width: 50px;
        height: 50px
    }
}

@media screen and (max-width: 575px) {
    .process-style1 .number-wrap {
        margin: 0 auto 30px
    }
}

.process-style2 {
    text-align: center;
    position: relative
}

    .process-style2:before {
        content: '';
        top: 25%;
        right: -15%;
        z-index: 99;
        width: 55px;
        height: 43px;
        background: url(../img/icons/process-arrow-01.png) no-repeat 0 0;
        display: block;
        position: absolute
    }

    .process-style2 .process-image {
        padding-top: 0;
        position: relative;
        overflow: visible;
        display: inline-block;
        max-width: 180px;
        margin-bottom: 40px
    }

        .process-style2 .process-image:after {
            position: absolute;
            content: "";
            height: 100%;
            top: 0;
            text-align: center;
            left: 0;
            border-radius: 50%;
            width: 100%;
            border: 2px dashed #ededed
        }

    .process-style2 .process-num {
        background-color: var(--bs-primary-color);
        color: #fff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        position: absolute;
        bottom: -8px;
        z-index: 10;
        left: 41%;
        border-radius: 50%
    }

        .process-style2 .process-num:before {
            counter-increment: count;
            content: "0" counter(count)
        }

    .process-style2.last-arrow:before {
        content: none
    }

@media screen and (max-width: 1199px) {
    .process-style2 .process-image {
        max-width: 150px
    }

    .process-style2:before {
        right: -20%
    }
}

@media screen and (max-width: 991px) {
    .process-style2:before {
        display: none
    }

    .process-style2 .process-image {
        margin-bottom: 30px
    }

    .process-style2 .process-num {
        width: 30px;
        height: 30px;
        line-height: 30px;
        bottom: -10px
    }
}

@media screen and (max-width: 767px) {
    .process-style2 .process-image {
        max-width: 140px;
        margin-bottom: 25px
    }

    .process-style2 .number {
        width: 32px;
        height: 32px;
        line-height: 32px
    }
}

@media screen and (max-width: 575px) {
    .process-style2 .process-image {
        max-width: 130px
    }
}

.process-arrow .process-bg-line {
    position: absolute;
    top: -40px;
    left: 0;
    width: calc(100% + 370px);
    height: 100%;
    background: url(../img/icons/process-arrow-02.png) 50% 0 no-repeat;
    z-index: 1;
    margin: 0 -370px;
    transform-origin: 100% 50%
}

.process-style3 {
    z-index: 1;
    position: relative;
    text-align: center
}

    .process-style3 .icon {
        display: inline-block;
        position: relative;
        height: 130px;
        width: 130px;
        border: 2px solid #f5f5f5;
        background-color: #fff;
        border-radius: 50%;
        transition: all 500ms ease;
        margin-bottom: 30px
    }

        .process-style3 .icon:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            border-radius: 50%;
            left: 0px;
            top: 0px;
            right: 0px;
            transform: scale(0, 0);
            transition: all 500ms ease;
            background: var(--bs-primary-color)
        }

        .process-style3 .icon span {
            vertical-align: middle;
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            color: var(--bs-primary-color);
            transform: translate(-50%, -50%)
        }

    .process-style3:hover .icon:before {
        transform: scale(1, 1)
    }

    .process-style3:hover .icon span {
        color: #fff
    }

    .process-style3 .process-contnet span {
        position: relative;
        display: inline-block;
        font-size: 14px;
        color: #ffffff;
        background: var(--bs-primary-color);
        padding: 8px 20px;
        text-align: center;
        transition: all 500ms ease;
        margin-bottom: 30px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.06)
    }

        .process-style3 .process-contnet span:after {
            position: absolute;
            content: '';
            background: var(--bs-primary-color);
            width: 15px;
            height: 15px;
            left: 50%;
            transform: translateX(-50%) rotate(45deg);
            bottom: -8px;
            z-index: 1;
            transition: all 500ms ease
        }

@media screen and (max-width: 1199px) {
    .process-arrow .process-bg-line {
        top: -20px;
        left: 100px;
        width: calc(100% + 250px);
        background-size: contain
    }

    .process-style3 .icon {
        width: 100px;
        height: 100px
    }
}

@media screen and (max-width: 991px) {
    .process-arrow .process-bg-line {
        display: none
    }

    .process-style3 .icon {
        width: 90px;
        height: 90px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .process-style3 .process-contnet span {
        font-size: 13px;
        background: var(--bs-primary-color);
        padding: 6px 15px;
        margin-bottom: 25px
    }

        .process-style3 .process-contnet span:after {
            bottom: -5px
        }
}

@media screen and (max-width: 575px) {
    .process-style3 .icon {
        margin-bottom: 15px
    }
}

.process-style4 .process-number {
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0px rgba(17,12,79,0.1);
    z-index: 1;
    margin-bottom: 35px
}

    .process-style4 .process-number:after {
        content: "...................................................................................................................................";
        font-size: 14px;
        color: #cbcaca;
        line-height: 1em;
        top: 15%;
        left: 80%;
        width: 50%;
        overflow: hidden;
        letter-spacing: 4px;
        position: absolute
    }

    .process-style4 .process-number.last:after {
        content: none
    }

    .process-style4 .process-number:before {
        font-size: 30px;
        font-weight: 700;
        color: var(--bs-primary-color);
        counter-increment: count;
        content: "0" counter(count)
    }

.process-wrapper.last::before {
    content: none
}

@media screen and (max-width: 991px) {
    .process-style4 .process-number {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-bottom: 30px
    }

        .process-style4 .process-number:after {
            content: none
        }

        .process-style4 .process-number:before {
            font-size: 25px
        }
}

@media screen and (max-width: 767px) {
    .process-style4 .process-number {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 575px) {
    .process-style4 .process-number {
        width: 65px;
        height: 65px;
        line-height: 65px
    }
}

.process-style5:before {
    background: #e4e4e4 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 36px;
    width: 100%
}

.process-style5 .number-wrap {
    position: relative;
    height: 70px;
    margin: 0 auto 40px
}

.process-style5 .process-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
    background: inherit;
    border-radius: 50%;
    text-align: center;
    z-index: 3;
    transition: 0.3s cubic-bezier(0.3, 0.58, 0.55, 1)
}

    .process-style5 .process-number:before {
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        background: var(--bs-primary-color);
        counter-increment: count;
        content: "0" counter(count)
    }

.process-style5.last::before {
    content: none
}

.process-style5 .process-content {
    position: relative;
    width: 95%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px 3px rgba(0,0,0,0.05);
    padding: 30px
}

    .process-style5 .process-content:before {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        border-bottom: 13px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent
    }

@media screen and (max-width: 991px) {
    .process-style5:before {
        content: none
    }
}

@media screen and (max-width: 767px) {
    .process-style5 .process-content {
        width: 100%
    }

    .process-style5 .process-number {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .process-style5 .number-wrap {
        margin: 0 auto 30px;
        height: 60px
    }
}

.process-style6:before {
    display: block;
    content: '';
    position: absolute;
    right: -45px;
    top: 90px;
    height: 25px;
    width: 60px;
    background-image: url(../img/icons/process-arrow-03.png);
    background-repeat: no-repeat
}

.process-style6.last:before {
    content: none
}

.process-style6 .process-image img {
    border: 10px solid #ffffff;
    width: 180px;
    height: 180px
}

.process-style6 .number {
    background-color: var(--bs-primary-color);
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 50px;
    position: absolute;
    bottom: -15px;
    z-index: 10;
    left: 35%;
    border-radius: 50%
}

@media screen and (max-width: 1199px) {
    .process-style6 .process-image img {
        width: 160px;
        height: 160px
    }
}

@media screen and (max-width: 991px) {
    .process-style6:before {
        content: none
    }

    .process-style6 .process-image img {
        width: 150px;
        height: 150px
    }

    .process-style6 .number {
        width: 40px;
        height: 40px;
        line-height: 45px;
        bottom: -10px
    }
}

@media screen and (max-width: 767px) {
    .process-style6 .process-image img {
        width: 140px;
        height: 140px
    }
}

@media screen and (max-width: 575px) {
    .process-style6 .process-image img {
        width: 130px;
        height: 130px
    }
}

.process-arrow .process-bg-line {
    position: absolute;
    top: -40px;
    left: 0;
    width: calc(100% + 370px);
    height: 100%;
    background: url(../img/icons/process-arrow-02.png) 50% 0 no-repeat;
    z-index: 1;
    margin: 0 -370px;
    transform-origin: 100% 50%
}

.process-style7 .process-img {
    height: 160px;
    width: 160px;
    transition: all 500ms ease
}

.process-style7 .process-number {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--bs-primary-color);
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 60%;
    z-index: 1;
    transition: all .2s ease-in-out
}

    .process-style7 .process-number:before {
        counter-increment: count;
        content: "0" counter(count)
    }

@media screen and (max-width: 1199px) {
    .process-arrow .process-bg-line {
        top: -20px;
        left: 100px;
        width: calc(100% + 250px);
        background-size: contain
    }

    .process-style7 .process-img {
        height: 140px;
        width: 140px
    }
}

@media screen and (max-width: 991px) {
    .process-arrow .process-bg-line {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .process-style7 .process-img {
        height: 130px;
        width: 130px
    }

    .process-style7 .process-number {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }
}

@media screen and (max-width: 575px) {
    .process-style7 .process-number {
        left: 55%
    }
}

.process-style8 {
    position: relative;
    text-align: center
}

    .process-style8:after {
        position: absolute;
        content: "";
        display: block;
        width: 50%;
        border: 1px dashed #e4e4e4;
        top: 60px;
        transform: translateY(-50%);
        right: 0
    }

    .process-style8:before {
        position: absolute;
        content: "";
        display: block;
        width: 50%;
        border: 1px dashed #e4e4e4;
        top: 60px;
        transform: translateY(-50%);
        left: 0;
        margin-left: 25px
    }

    .process-style8.first:before, .process-style8.last:after {
        content: none
    }

    .process-style8 .process-arrow:after {
        position: absolute;
        content: '\f061';
        font-weight: 700;
        font-family: Font Awesome\ 5 Free;
        display: block;
        color: var(--bs-primary-color);
        top: 60px;
        transform: translateY(-50%);
        right: -34px;
        font-size: 20px;
        text-align: right;
        z-index: 1
    }

    .process-style8.last .process-arrow:after {
        content: none
    }

    .process-style8 .process-icon-box {
        display: inline-block;
        position: relative;
        height: 110px;
        width: 110px;
        border: 1px solid #ededed;
        background-color: #fff;
        transition: all 500ms ease;
        margin-bottom: 30px;
        z-index: 9
    }

        .process-style8 .process-icon-box i {
            display: inline-block;
            position: absolute;
            vertical-align: middle;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: var(--bs-primary-color)
        }

        .process-style8 .process-icon-box:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            right: 0px;
            transform: scale(0, 0);
            transition: all 500ms ease;
            background: var(--bs-primary-color)
        }

    .process-style8:hover .process-icon-box:before {
        transform: scale(1, 1)
    }

    .process-style8:hover .process-icon-box i {
        color: #fff
    }

    .process-style8 .process-contnet span {
        position: relative;
        display: inline-block;
        font-size: 14px;
        color: #ffffff;
        background: var(--bs-primary-color);
        padding: 8px 20px;
        text-align: center;
        transition: all 500ms ease;
        margin-bottom: 35px
    }

        .process-style8 .process-contnet span:after {
            position: absolute;
            content: '';
            background: var(--bs-primary-color);
            width: 15px;
            height: 15px;
            left: 50%;
            transform: translateX(-50%) rotate(45deg);
            bottom: -8px;
            z-index: 1;
            transition: all 500ms ease
        }

@media screen and (max-width: 1199px) {
    .process-style8 .process-icon-box {
        height: 100px;
        width: 100px
    }
}

@media screen and (max-width: 991px) {
    .process-style8:before, .process-style8:after, .process-style8 .process-arrow:after {
        content: none
    }

    .process-style8 .process-icon-box {
        height: 95px;
        width: 95px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 767px) {
    .process-style8 .process-icon-box {
        height: 90px;
        width: 90px;
        margin-bottom: 20px
    }

    .process-style8 .process-contnet span {
        font-size: 13px;
        padding: 6px 15px;
        margin-bottom: 20px
    }
}

.lg-backdrop {
    z-index: 99999
}

.lg-outer {
    z-index: 999999
}

    .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
        border-color: var(--bs-primary-color)
    }

.lg-progress-bar .lg-progress {
    background-color: var(--bs-primary-color)
}

.lg-backdrop.in {
    opacity: 0.85
}

.search-form_input {
    color: var(--bs-primary-color)
}

.search-frame h4 a:hover {
    color: var(--bs-primary-color)
}

.search-frame .search_list .match {
    color: var(--bs-primary-color)
}

.search-frame .search_list li:before {
    color: var(--bs-primary-color)
}

.search-frame .search_list li + li {
    border-top: 3px solid var(--bs-primary-color)
}

.search-frame .search {
    color: var(--bs-primary-color)
}

footer {
    padding: 0px 0 50px 0;
    background: var(--bs-body-bg);
}

    footer .newsletter-form input {
        border: none
    }

@media screen and (max-width: 767px) {
    footer {
        padding-top: 60px
    }
}

.footer-style {
    margin-top: -100px
}

.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
    text-align: center;
    background: #232323
}

    .footer-bar.style1 {
        background: #dd920f
    }

        .footer-bar.style1:before {
            content: "";
            display: block;
            width: 100%;
            height: 40px;
            position: absolute;
            left: 0px;
            top: -40px;
            background-image: url("../img/demos/gardener/bg/footer-shape.png");
            background-position: bottom center;
            background-repeat: repeat-x;
            background-size: 149px 30px;
            z-index: 3
        }

@media screen and (max-width: 767px) {
    .footer-bar {
        margin-top: 60px
    }
}

.style1 .footer-social-style2 li {
    padding-right: 10px
}

    .style1 .footer-social-style2 li a {
        color: var(--bs-primary-color);
        background-color: white;
        border-radius: 69% 31% 17% 83%/60% 63% 37% 40%;
        width: 35px;
        height: 35px;
        display: inline-block;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        position: relative;
        overflow: hidden
    }

.style1 .footer-list-style2 li a:hover {
    color: #282b2d
}

    .style1 .footer-list-style2 li a:hover:after {
        color: #282b2d
    }

.style1 .footer-social-style2 li a:hover {
    color: #fff
}

.style1 .footer-social-style2 li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #282b2d;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.style1 .footer-social-style2 li a:hover:before {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.style1 .address-list li, .style1 .footer-list-style2 li {
    border-bottom: 1px solid rgba(255,255,255,0.2)
}

    .style1 .address-list li:last-child, .style1 .footer-list-style2 li:last-child {
        border-bottom: 0
    }

.footer-list-style1 {
    margin: 0;
    padding: 0
}

    .footer-list-style1 li {
        list-style-type: none;
        color: #fff;
        margin-bottom: 15px
    }

        .footer-list-style1 li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none
        }

        .footer-list-style1 li a {
            color: var(--bs-black);
            position: relative
        }

            .footer-list-style1 li a:hover {
                color: var(--bs-primary-color)
            }

.footer-list-style2 {
    margin: 0;
    padding: 0
}

    .footer-list-style2 li {
        position: relative;
        list-style-type: none;
        color: #fff;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.09)
    }

        .footer-list-style2 li a {
            color: #ffffff
        }

            .footer-list-style2 li a:after {
                content: '\f105';
                font-weight: 700;
                font-family: Font Awesome\ 5 Free;
                color: #ffffff;
                position: absolute;
                right: 0;
                vertical-align: middle
            }

        .footer-list-style2 li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0
        }

        .footer-list-style2 li a:hover {
            color: var(--bs-primary-color)
        }

            .footer-list-style2 li a:hover:after {
                color: var(--bs-primary-color)
            }

.footer-list-style3 {
    margin: 0;
    padding: 0
}

    .footer-list-style3 li {
        list-style-type: none;
        color: #fff;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dashed rgba(255,255,255,0.1)
    }

        .footer-list-style3 li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0
        }

        .footer-list-style3 li a {
            color: #ffffff;
            display: flex
        }

            .footer-list-style3 li a:before {
                content: '\f105';
                font-weight: 700;
                font-family: Font Awesome\ 5 Free;
                color: #ffffff;
                padding-right: 8px;
                transition-duration: .3s
            }

            .footer-list-style3 li a:hover {
                color: var(--bs-primary-color)
            }

                .footer-list-style3 li a:hover:before {
                    color: var(--bs-primary-color)
                }

.contact-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .contact-list li {
        margin-bottom: 20px
    }

        .contact-list li:last-child {
            margin-bottom: 0
        }

        .contact-list li a {
            color: #ffffff
        }

    .contact-list a:hover {
        color: var(--bs-primary-color)
    }

.footer-social-style1 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 15px;
    list-style: none
}

    .footer-social-style1 li {
        padding-right: 20px;
        display: inline-block;
        vertical-align: middle
    }

        .footer-social-style1 li a {
            color: var(--bs-black);
        }

            .footer-social-style1 li a:hover {
                color: var(--bs-primary-color)
            }

        .footer-social-style1 li:last-child {
            padding-right: 0
        }

.footer-social-style2 {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none
}

    .footer-social-style2 li {
        padding-right: 20px;
        display: inline-block
    }

        .footer-social-style2 li a {
            color: #ffffff
        }

            .footer-social-style2 li a:hover {
                color: var(--bs-primary-color)
            }

        .footer-social-style2 li:last-child {
            padding-right: 0
        }

.footer-social-style3 {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none
}

    .footer-social-style3 li {
        padding-right: 25px;
        display: inline-block
    }

        .footer-social-style3 li a {
            color: #ffffff
        }

            .footer-social-style3 li a:hover {
                color: var(--bs-primary-color)
            }

        .footer-social-style3 li:last-child {
            padding-right: 0
        }

.footer-social-style4 {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none
}

    .footer-social-style4 li {
        padding-right: 10px;
        display: inline-block
    }

        .footer-social-style4 li a {
            color: #ffffff
        }

    .footer-social-style4 a i {
        display: inline-block;
        color: rgba(255,255,255,0.5);
        background: none;
        border-radius: 4px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        transition: all 0.3s ease-out 0s
    }

    .footer-social-style4 li a:hover {
        color: var(--bs-primary-color)
    }

    .footer-social-style4 a i:hover {
        background: var(--bs-primary-color);
        color: #ffffff
    }

    .footer-social-style4 li:last-child {
        padding-right: 0
    }

.footer-social-style5 li {
    display: inline-block;
    margin-right: 20px
}

    .footer-social-style5 li:last-child {
        margin-right: 0
    }

    .footer-social-style5 li a {
        color: #fff;
        background-color: var(--bs-primary-color);
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        text-align: center;
        font-size: 16px
    }

        .footer-social-style5 li a:hover {
            background-color: #fff;
            color: var(--bs-primary-color)
        }

@media screen and (max-width: 575px) {
    .footer-social-style5 li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }
}

.address-list {
    margin: 0;
    padding: 0
}

    .address-list li {
        position: relative;
        list-style-type: none;
        color: #fff;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.09);
        display: flex;
        align-items: start
    }

        .address-list li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0
        }

        .address-list li a {
            color: #ffffff
        }

.footer-icon {
    background-color: var(--bs-primary-color);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 20px;
    line-height: 65px;
    text-align: center;
    color: #ffffff;
    font-size: 25px
}

.footer-hour-list {
    margin: 0;
    padding: 0
}

    .footer-hour-list li {
        padding-bottom: 15px;
        display: flex;
        margin-bottom: 15px;
        border-bottom: 1px dashed rgba(102,102,102,0.4)
    }

        .footer-hour-list li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0
        }

        .footer-hour-list li i {
            padding-right: 20px;
            font-size: 20px;
            margin-top: 4px
        }

.footer-menu {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

    .footer-menu li {
        display: inline-block
    }

        .footer-menu li:after {
            content: '||';
            margin: 0 15px;
            top: 0;
            margin-top: -2px;
            color: rgba(255,255,255,0.5);
            height: auto;
            width: auto
        }

        .footer-menu li a {
            color: #ffffff
        }

        .footer-menu li.last:after {
            content: none
        }

.footer-extra-box {
    padding: 60px;
    overflow: hidden;
    position: relative;
    background: var(--bs-primary-color);
    height: 100%;
    width: 100%;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.3)
}

    .footer-extra-box i {
        position: absolute;
        left: 50%;
        font-size: 60px;
        color: rgba(0,0,0,0.12);
        top: 50%;
        transform: translate(-50%, -50%)
    }

@media screen and (max-width: 1199px) {
    .footer-extra-box {
        padding: 50px
    }
}

@media screen and (max-width: 991px) {
    .footer-extra-box {
        border-bottom: 1px solid rgba(255,255,255,0.25)
    }

        .footer-extra-box.last {
            border-bottom: 0
        }
}

@media screen and (max-width: 767px) {
    .footer-extra-box {
        padding: 40px
    }

        .footer-extra-box i {
            font-size: 50px
        }
}

.client-contact-wrapper {
    background: var(--bs-primary-color);
    margin-bottom: -60px;
    position: relative;
    z-index: 2
}

.footer-menus {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

    .footer-menus li {
        display: inline-block
    }

        .footer-menus li:after {
            content: '|';
            margin: 0 15px;
            top: 0;
            color: rgba(255,255,255,0.4);
            height: auto;
            width: auto
        }

        .footer-menus li a {
            color: #ffffff
        }

        .footer-menus li.last:after {
            content: none
        }

.footer-icon-box {
    background-color: #ffffff;
    height: 55px;
    width: 55px;
    line-height: 60px;
    font-size: 25px;
    border-radius: 4px;
    margin-right: 20px;
    text-align: center;
    color: var(--bs-primary-color)
}

.buy-theme {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 130px;
    right: -89px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 9999
}

    .buy-theme i {
        font-size: 16px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        color: #6f6f6f
    }

.all-demo i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #6f6f6f
}

.buy-theme:hover, .all-demo:hover {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    right: 0px;
    background: #232323
}

.buy-theme span, .all-demo span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0
}

.buy-theme:hover span, .all-demo:hover span {
    opacity: 1;
    color: #fff
}

.buy-theme:hover i, .all-demo:hover i {
    color: #fff
}

.buy-theme a, .all-demo a {
    color: #232323;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-weight: 500
}

.all-demo {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 172px;
    right: -105px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 9999
}

.table-tick-icon {
    background-color: var(--bs-primary-color);
    border-radius: 53px;
    padding: 5px;
    color: var(--bs-white);
}

.loading {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    background: rgba(83,87,90,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9999999999999;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 320vh !important;
    background-color: black;
    vertical-align: bottom;
    padding-top: 20%;
    opacity: 0.6;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
    background-image: url('https://snipp.blob.core.windows.net/snipp/loading.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 55px;
}

.custom-fade-in {
    animation: fadein 5s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.butn-font {
    font-weight: 600;
    font-size: 18px !important;
}
/*---------------Date picker css start---------------*/
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
}

.ui-datepicker {
    display: none;
    padding: 0px;
    cursor: default;
    text-transform: uppercase;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ccc;
    width: auto;
    z-index: 1000000 !important;
}

.ui-datepicker-header {
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #d6d6d6;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-month {
    position: relative;
    padding-right: 0px;
    color: black;
    font-weight: bold;
    font-size: 10px;
}

.ui-datepicker-year {
    padding-left: 8px;
    color: black;
    font-weight: bold;
    font-size: 10px;
}

.ui-datepicker-month:before {
    /*display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 5px;
    height: 5px;
    content: '';
    background: #a5cd4e;
    background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5cd4e), color-stop(100%, #6b8f1a));
    background: -webkit-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: -o-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: -ms-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 13px;
    cursor: pointer;
    color: black;
    font-size: 10px;
}

.ui-datepicker-prev {
    left: 0;
    padding-left: 10px;
}

.ui-datepicker-next {
    right: 0;
    padding-right: 40px;
}

    .ui-datepicker-prev span,
    .ui-datepicker-next span {
        display: block;
        width: 5px;
        height: 10px;
    }

.ui-datepicker-prev span {
    background-position: 0px 0px;
}

.ui-datepicker-next span {
    background-position: -5px 0px;
}

.ui-datepicker-prev-hover span {
    background-position: 0px -10px;
}

.ui-datepicker-next-hover span {
    background-position: -5px -10px;
}

.ui-datepicker-calendar th {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: normal;
    color: #a8a8a8;
}

.ui-datepicker-calendar td {
    padding: 0 7px;
    text-align: center;
    line-height: 26px;
}

.ui-datepicker-calendar .ui-state-default {
    display: block;
    width: 20px;
    outline: none;
    text-decoration: none;
    color: #000;
    border: 1px solid transparent;
}

.ui-datepicker-calendar .ui-state-active {
    color: #e91e62;
    border: 1px solid #e91e62;
}

.ui-datepicker-other-month .ui-state-default {
    color: #ccc;
}

.ui-datepicker table {
    margin: 0 auto;
}
/*---------------Date picker css end---------------*/