#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 #454B1B;
    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 #454B1B;
    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: #454B1B;
    text-decoration: none
}

.white-hover:hover {
    color: #fff !important
}

.height-300 {
    height: 300px
}

.map-h500 {
    height: 500px;
    width: 100%
}

.theme-overlay-secondary[data-overlay-dark]:before {
    background: #1b212f
}

.text-primary {
    color: #454B1B !important;
    background: -webkit-linear-gradient(#5b6425, #454B1B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-secondary {
    color: #1b212f !important
}

.bg-primary {
    color: #454B1B !important;
}

.bg-primary-light {
    background-color: #a9af8b;
}

.bg-secondary {
    background: #1b212f !important
}

.box-shadow1 {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.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-700 {
    height: 700px
}

.border-primary-color {
    border-color: #454B1B !important
}

.border-secondary-color {
    border-color: #1b212f !important
}

.rounded-top-md-5px {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.rounded-bottom-md-5px {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ani-01 {
    animation: animation1 8s linear infinite
}

.ani-02 {
    animation: animation2 8s linear infinite
}

.ani-03 {
    animation: animation3 20s linear infinite
}

.ani-04 {
    animation: animation4 5s linear infinite
}

@keyframes animation1 {
    0% {
        transform: translate(0px, 0px)
    }
    15% {
        transform: translate(0px, 20px)
    }
    30% {
        transform: translate(-20px, 20px)
    }
    45% {
        transform: translate(-20px, 40px)
    }
    60% {
        transform: translate(-25px, 30px)
    }
    75% {
        transform: translate(-20px, 20px)
    }
    90% {
        transform: translate(0px, 20px)
    }
    100% {
        transform: translate(0px, 0px)
    }
}

@keyframes animation2 {
    0% {
        transform: translateX(-100px)
    }
    50% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(-100px)
    }
}

@keyframes animation3 {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes animation4 {
    0% {
        transform: scale(0.8)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.8)
    }
}

.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 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 14px 40px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
    background-color: #1b212f;
    white-space: nowrap;
    transition: all 0.3s ease 0s
}

.butn:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: -webkit-linear-gradient(#5b6425, #454B1B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    border-radius: 5px;
    transform: scaleY(0.1);
    transition: all 0.4s ease-out
}

.butn:hover {
    color: #fff
}

.butn:hover:before {
    transform: scaleY(1);
    opacity: 1;
    border-radius: 5px;
    background: -webkit-linear-gradient(#5b6425, #454B1B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.butn:focus, .butn:active {
    color: #fff
}

.butn.white {
    background: #ffffff;
    color: #282b2d
}

.butn.white:hover, .butn.white:focus, .butn.white:active {
    color: #fff
}

.butn.primary {
    --bs-bg-opacity: 1;
    background: -webkit-linear-gradient(#5b6425, #454B1B);
    color: #fff
}

.butn.primary:hover, .butn.primary:focus, .butn.primary:active {
    color: #1b212f
}

.butn.primary:before {
    background-color: #fff
}

.butn.primary:hover:before {
    background-color: #fff
}

.butn.md {
    padding: 12px 30px !important
}

.butn.sm {
    padding: 9px 20px;
    font-size: 15px
}

@media screen and (max-width: 767px) {
    .butn {
        padding: 13px 30px;
        font-size: 14px
    }
}

.header-style1.scrollHeader .attr-nav > ul > li > a.butn {
    color: #fff;
    border: 1px solid transparent
}

.header-style1.scrollHeader .attr-nav > ul > li > a.butn:active, .header-style1.scrollHeader .attr-nav > ul > li > a.butn:focus, .header-style1.scrollHeader .attr-nav > ul > li > a.butn:hover {
    color: #1b212f;
    border: 1px solid #454B1B
}

.list-style1 {
    padding: 0
}

.list-style1 li {
    list-style-type: none;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    padding: 15px 10px;
    letter-spacing: 1px;
    font-weight: 500
}

.list-style1 li:last-child {
    margin-bottom: 0
}

.list-style1 li span {
    position: relative;
    padding-left: 20px
}

.list-style1 li span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #454B1B
}

.list-style2 {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-style2 li {
    margin-bottom: 15px;
    padding: 0;
    border: 0;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-style2 li:hover {
    background-color: transparent
}

.list-style2 li.active {
    background-color: transparent
}

.list-style2 li.active a {
    color: #ffffff
}

.list-style2 li.active a:after {
    color: #282b2d
}

.list-style2 li a {
    display: block;
    padding: 15px 20px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s linear
}

.list-style2 li:last-child {
    margin-bottom: 0
}

.list-style2 li.active:after {
    width: 100%;
    background: #454B1B;
    border: 1px solid #454B1B
}

.list-style2 li::after {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: width 0.3s linear
}

.list-style2 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: 15px;
    font-weight: 600;
    border: 1px solid #ededed;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    color: #282b2d;
    background: #ffffff
}

.list-style2 li:hover a {
    color: #ffffff
}

.list-style2 li:hover:after {
    width: 100%;
    background: #454B1B
}

.list-style3 {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

.list-style3 li {
    margin-bottom: 15px;
    display: flex
}

.list-style3 li:last-child {
    margin-bottom: 0
}

.list-style3 li:before {
    content: '\f14a';
    font-family: Font Awesome\ 5 Free;
    font-weight: 500;
    color: #454B1B;
    font-size: 16px;
    vertical-align: middle;
    padding-right: 15px
}

.list-style4 {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.list-style4 li {
    position: relative;
    margin-bottom: 10px
}

.list-style4 li a {
    display: block;
    text-transform: capitalize;
    color: #282b2d;
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #ededed;
    background: #ffffff;
    border-radius: 5px;
    font-weight: 500
}

.list-style4 li a:before {
    content: '\e628';
    font-weight: 600;
    font-family: themify;
    vertical-align: middle;
    padding-right: 10px;
    position: relative;
    font-size: 14px
}

.list-style4 li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #1e1f36;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: 15px;
    text-align: center;
    border: 1px solid #ededed;
    background-color: #fafafa;
    border-radius: 5px;
    top: 14px
}

.list-style4 li:hover span {
    background: #1b212f;
    color: #ffffff;
    border: 1px solid #1b212f
}

.list-style4 li:last-child {
    margin-bottom: 0
}

.list-style4 li a:hover {
    color: #454B1B;
    padding: 15px 20px
}

.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: middle;
    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-nav li.current > a, .navbar-nav li.active > a {
    color: #454B1B
}

.attr-nav > ul > li > a.butn {
    color: #fff
}

.navbar > ul > li.current > a:after {
    border-color: transparent #454B1B #454B1B transparent
}

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
    color: #454B1B
}

.menu_area-light .navbar > ul > li.current > a:after {
    border-color: transparent #454B1B #454B1B transparent
}

.menu_area-light.scrollHeader .navbar-nav li.current > a {
    color: #454B1B
}

.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #454B1B
}

.menu_area-light.scrollHeader .navbar-nav li.active > a {
    color: #454B1B
}

.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #454B1B #454B1B transparent
}

@media screen and (min-width: 992px) {
    .menu_area-light .navbar ul ul li.active > a, .menu_area-light .navbar-nav li.has-sub a:hover {
        color: #454B1B
    }

    .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
        border-color: transparent #454B1B #454B1B transparent
    }

    .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
        border-color: transparent #454B1B #454B1B transparent
    }
}

@media screen and (max-width: 991px) {
    .header-style1 .navbar-toggler {
        background: #454B1B
    }

    .header-style1 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .header-style1 .navbar-toggler:before {
        background: #fff
    }

    .header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
        background: #fff
    }
}

.header-style2 .navbar-nav li.current > a {
    color: #1b212f
}

.header-style2 .navbar > ul > li.current > a:after {
    border-color: transparent #1b212f #1b212f transparent
}

.header-style2.scrollHeader .navbar-nav li.current > a, .header-style2.scrollHeader .navbar-nav li.active > a {
    color: #1b212f
}

.header-style2.scrollHeader .navbar-nav li.current > a:hover, .header-style2.scrollHeader .navbar-nav li.active > a:hover {
    color: #1b212f
}

.header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #1b212f #1b212f transparent
}

.header-style2 .navbar ul ul li.active > a {
    color: #1b212f
}

.section-heading {
    margin-bottom: 50px;
    text-align: center;
    position: relative
}

.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 0;
    font-size: 40px;
    z-index: 1;
    line-height: 45px;
    font-weight: 600
}

.section-heading .subtitle {
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-size: 20px;
    display: block;
    font-weight: 600
}

.section-heading:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-70%);
    background: #454B1B;
    z-index: 1
}

.section-heading .dotted-box .dotted {
    position: absolute;
    left: 50%;
    margin-left: 18px;
    width: 4px;
    height: 4px;
    bottom: 0px;
    background: #454B1B;
    z-index: 1
}

.section-heading .dotted-box .dotted:nth-child(2) {
    left: 50%;
    margin-left: 25px
}

.section-heading .dotted-box .dotted:last-child {
    left: 50%;
    margin-left: 32px
}

@media screen and (max-width: 1199px) {
    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
        font-size: 36px
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 40px
    }

    .section-heading .subtitle {
        font-size: 18px
    }

    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
        font-size: 32px;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 30px
    }

    .section-heading .subtitle {
        font-size: 16px
    }
}

@media screen and (max-width: 575px) {
    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
        font-size: 30px;
        line-height: 40px
    }
}

.slider-fade .owl-item {
    height: 100vh;
    position: relative
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    width: 100%;
    z-index: 9
}

.slider-fade .overflow-hidden {
    display: inline-block
}

.slider-fade .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    left: 0
}

.slider-fade h1, .slider-fade .h1, .slider-fade h2, .slider-fade .h2 {
    margin-bottom: 25px;
    animation-delay: 0.8s
}

.slider-fade p {
    animation-delay: 1.2s
}

.slider-fade .butn {
    animation-delay: 1.6s
}

.slider-fade .owl-theme .owl-nav {
    margin-top: 0
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.85)
}

.slider-fade .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 45%;
    height: 55px;
    width: 55px;
    background: #fff !important;
    opacity: 1;
    border-radius: 5px;
    line-height: 32px;
    transition: all .3s ease
}

.slider-fade .owl-nav .owl-next:hover {
    background: #454B1B !important
}

.slider-fade .owl-nav .owl-next:hover span {
    color: #fff
}

.slider-fade .owl-nav .owl-next span {
    color: #454B1B;
    font-size: 24px;
    line-height: 55px;
    transition: all .3s ease
}

.slider-fade .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 45%;
    height: 55px;
    width: 55px;
    background: #fff !important;
    opacity: 1;
    border-radius: 5px;
    transition: all .3s ease
}

.slider-fade .owl-nav .owl-prev:hover {
    background: #454B1B !important
}

.slider-fade .owl-nav .owl-prev span {
    color: #454B1B;
    font-size: 24px;
    line-height: 55px;
    transition: all .3s ease
}

.slider-fade .owl-nav .owl-prev:hover span {
    color: #fff
}

.page-title-section {
    padding: 200px 0 110px 0;
    text-align: center;
    position: relative
}

.page-title-section.style2 {
    padding: 120px 0 110px 0
}

.page-title-section h1 {
    font-weight: 600;
    line-height: 1;
    font-size: 36px;
    margin-bottom: 25px;
    color: #ffffff;
}

.page-title-section ul {
    margin-bottom: 0;
    padding: 0;
    text-align: center
}

.page-title-section ul li {
    display: inline-block
}

.page-title-section ul li:last-child a {
    opacity: 0.65
}

.page-title-section ul li:after {
    text-align: center;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #454B1B;
    vertical-align: middle;
    margin: 0 8px 0 15px;
    display: inline-block
}

.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li a {
    font-weight: 600
}

.page-title-section .page-title {
    position: relative;
    max-width: 460px;
    padding: 40px 20px;
    margin: 0 auto;
    z-index: 9;
    border-radius: 5px;
    transition: all 0.3s ease
}

.page-title-section .page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 5px;
    transform: skewY(3deg);
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
}

@media screen and (max-width: 1399px) {
    .page-title-section {
        padding: 200px 0 110px 0
    }

    .page-title-section.style2 {
        padding: 120px 0 110px 0
    }
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 180px 0 90px 0
    }

    .page-title-section.style2 {
        padding: 100px 0 90px 0
    }

    .page-title-section h1 {
        margin-bottom: 20px;
        font-size: 32px
    }

    .page-title-section .page-title {
        max-width: 430px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 145px 0 70px 0
    }

    .page-title-section.style2 {
        padding: 90px 0 80px 0
    }

    .page-title-section h1 {
        font-size: 30px
    }

    .page-title-section .page-title {
        padding: 30px 20px;
        max-width: 400px
    }
}

@media screen and (max-width: 767px) {
    .page-title-section h1 {
        font-size: 28px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 575px) {
    .page-title-section {
        padding: 135px 0 60px 0
    }

    .page-title-section.style2 {
        padding: 70px 0 70px 0
    }

    .page-title-section .page-title {
        padding: 30px 15px;
        max-width: 300px
    }
}

.appointment-box {
    margin-top: -40px;
    position: relative;
    z-index: 9;
    background: transparent;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 1199px) {
    .appointment-box {
        margin-top: 0
    }
}

.color-layer {
    position: absolute;
    left: 20px;
    top: 60px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background-color: #454B1B;
    opacity: .3
}

.images-column {
    margin-bottom: 40px;
    padding-bottom: 80px
}

.inner-column {
    position: relative
}

.pattern-layer {
    position: absolute;
    right: 80px;
    top: 20px;
    width: 241px;
    height: 378px;
    background-repeat: no-repeat;
    background-image: url(../img/bg/bg-08.png);
    animation: animation-move 7s linear infinite
}

.images-column .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(-7deg)
}

.images-column .image-two {
    position: absolute;
    right: 30px;
    bottom: -160px;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(7deg)
}

@keyframes animation-move {
    0% {
        transform: translateX(-100px)
    }
    50% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(-100px)
    }
}

.about-content-info {
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 15px 20px;
    line-height: 25px;
    border-radius: 5px;
    width: 100%
}

.about-content-info:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .images-column .image-two {
        right: 0px
    }

    .color-layer {
        left: 10px;
        width: 450px;
        height: 450px
    }
}

@media screen and (max-width: 575px) {
    .images-column .image-two, .color-layer {
        display: none
    }

    .images-column {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .images-column .image {
        transform: rotate(0);
        text-align: center
    }
}

.card-style1 {
    position: relative;
    z-index: 1;
    border: 0;
    border-radius: 0
}

.card-style1 .card-body {
    position: relative;
    padding: 40px 30px
}

.card-style1 .card-body:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transform: skewY(3deg);
    transition: all 500ms ease;
    border-radius: 5px
}

.card-style1 .card-body .feature-border-layer {
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -1;
    width: 32px;
    bottom: 30px;
    border: 3px solid #222631;
    transform: skewY(20deg);
    transition: all 500ms ease
}

.card-style1 .card-body:hover .feature-border-layer {
    border-color: #454B1B;
    transform: skewY(-20deg)
}

.card-style1 .card-body .feature-icon-box .icon {
    position: relative;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 32px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    --bs-bg-opacity: 1;
    background: -webkit-linear-gradient(#5b6425, #454B1B);
}

@media screen and (max-width: 991px) {
    .card-style1 .card-body {
        padding: 35px 25px
    }
}

@media screen and (max-width: 767px) {
    .card-style1 .card-body {
        padding: 30px
    }

    .card-style1 .card-body .feature-icon-box .icon {
        width: 65px;
        height: 65px;
        font-size: 30px;
        line-height: 65px
    }
}

.card-style2 {
    position: relative;
    border: 0;
    border-radius: 0;
    background: unset;
    height: 100%
}

.card-style2 .card-body {
    padding: 0
}

.card-style2 .service-image {
    position: relative;
    display: block;
    overflow: hidden
}

.card-style2 .service-image img {
    position: relative;
    display: block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    clip-path: polygon(0% 0%, 100% 0%, 200% 70%, 0% 100%, 0% 0%)
}

.card-style2 .service-content {
    position: relative;
    margin-left: 30px;
    padding: 60px 30px 40px 30px;
    margin-top: -100px;
    z-index: 9;
    margin-bottom: 15px;
    border-radius: 5px;
    transition: all 0.3s ease
}

.card-style2 .service-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 5px;
    background-color: #ffffff;
    transform: skewY(3deg);
    transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}

.card-style2 .service-content .service-border {
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -1;
    width: 30px;
    bottom: 30px;
    border: 3px solid #222631;
    transform: skewY(20deg);
    transition: all 500ms ease
}

.card-style2:hover .service-content .service-border {
    border-color: #454B1B;
    transform: skewY(-20deg)
}

.card-style2 .service-content .service-icon-box {
    position: absolute;
    left: 25px;
    top: -35px;
    width: 75px;
    height: 75px;
    background: #1b212f;
    text-align: center;
    padding: 15px;
    border-radius: 50%;
    transition: all 0.3s ease
}

.card-style2:hover .service-content .service-icon-box {
    --bs-bg-opacity: 1;
    background: -webkit-linear-gradient(#5b6425, #454B1B);
    color: #ffffff
}

@media screen and (max-width: 1399px) {
    .card-style2 .service-content {
        padding: 60px 24px 40px 24px
    }
}

@media screen and (max-width: 575px) {
    .card-style2 .service-content {
        margin-top: -90px;
        margin-left: 25px;
        padding: 55px 25px 30px 25px
    }
}

.card-style3 {
    position: relative;
    border: 0;
    border-radius: 0;
    background: transparent
}

.card-style3 .card-body {
    position: relative;
    display: block;
    padding: 0;
    transition: all 0.3s ease
}

.card-style3 .card-body .team-image img {
    position: relative;
    display: block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    clip-path: polygon(0% 0%, 100% 0%, 200% 70%, 0% 100%, 0% 0%)
}

.card-style3 .team-content {
    position: relative;
    margin-left: 30px;
    padding: 40px 30px;
    text-align: center;
    margin-top: -100px;
    z-index: 9;
    margin-bottom: 15px
}

.card-style3 .team-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 5px;
    background-color: #ffffff;
    transform: skewY(3deg);
    transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}

.card-style3 .team-content .team-border {
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -1;
    width: 30px;
    bottom: 30px;
    border: 3px solid #222631;
    transform: skewY(20deg);
    transition: all 500ms ease
}

.card-style3:hover .team-content .team-border {
    border-color: #454B1B;
    transform: skewY(-20deg)
}

.card-style3 .team-content .designation {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.card-style3 .social-links {
    position: relative;
    padding: 20px 0px 0px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #ededed;
    margin-bottom: 0
}

.card-style3 .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 25px
}

.card-style3 .social-links li a {
    position: relative;
    display: block;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s ease
}

.card-style3 .social-links li:last-child {
    margin-right: 0
}

@media screen and (max-width: 1199px) {
    .card-style3 .team-content {
        padding: 35px 25px
    }

    .card-style3 .social-links li {
        margin-right: 20px
    }

    .card-style3 .social-links li a {
        font-size: 16px
    }
}

@media screen and (max-width: 575px) {
    .card-style3 .team-content {
        margin-left: 25px;
        padding: 30px 25px
    }
}

.card-style4 {
    position: relative;
    border: 0;
    border-radius: 0
}

.card-style4 .card-body .blog-image {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.card-style4 .card-body .blog-image img {
    position: relative;
    transition: all 500ms ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    clip-path: polygon(0% 0%, 100% 0%, 270% 70%, 0% 100%, 0% 0%)
}

.card-style4 .card-body .blog-content {
    position: relative;
    margin-left: 30px;
    padding: 40px 30px;
    margin-top: -100px;
    z-index: 9;
    margin-bottom: 15px
}

.card-style4 .card-body .blog-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    transform: skewY(3deg);
    transition: all 500ms ease;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}

.card-style4 .card-body .blog-content .blog-border {
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -1;
    width: 30px;
    bottom: 30px;
    border: 3px solid #222631;
    transform: skewY(20deg);
    transition: all 500ms ease
}

.card-style4:hover .card-body .blog-content .blog-border {
    border-color: #454B1B;
    transform: skewY(-20deg)
}

@media screen and (max-width: 1199px) {
    .card-style4 .card-body .blog-content {
        padding: 35px 25px
    }
}

@media screen and (max-width: 575px) {
    .card-style4 .card-body .blog-content {
        margin-left: 25px
    }
}

.card-style5 {
    position: relative;
    margin-left: 15px;
    padding: 60px 30px;
    text-align: center;
    z-index: 9;
    margin-bottom: 15px;
    border: 0;
    border-radius: 5px
}

.card-style5:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 5px;
    background-color: #ffffff;
    transform: skewY(4deg);
    transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}

.card-style5 .pricing-border {
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -1;
    width: 32px;
    bottom: 30px;
    border: 3px solid #222631;
    transform: skewY(20deg);
    transition: all 500ms ease
}

.card-style5:hover .pricing-border {
    border-color: #454B1B;
    transform: skewY(-20deg)
}

@media screen and (max-width: 991px) {
    .card-style5 {
        padding: 50px 25px
    }
}

@media screen and (max-width: 575px) {
    .card-style5 {
        padding: 40px 25px
    }
}

.card-style6 {
    position: relative;
    z-index: 1;
    border: 0;
    border-radius: 0;
    text-align: center
}

.card-style6 .card-body {
    position: relative;
    padding: 50px 30px
}

.card-style6 .card-body:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transform: skewY(3deg);
    transition: all 500ms ease;
    border-radius: 5px
}

.card-style6 .card-body .contact-border {
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -1;
    width: 32px;
    bottom: 30px;
    border: 3px solid #222631;
    transform: skewY(20deg);
    transition: all 500ms ease
}

.card-style6 .card-body:hover .contact-border {
    border-color: #454B1B;
    transform: skewY(-20deg)
}

.card-style6 .card-body .contact-icon-box .icon {
    position: relative;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    --bs-bg-opacity: 1;
    background: -webkit-linear-gradient(#5b6425, #454B1B);
}

.card-style6:hover .card-body .contact-icon-box .icon {
    background-color: #1b212f
}

@media screen and (max-width: 991px) {
    .card-style6 .card-body {
        padding: 40px 30px
    }
}

@media screen and (max-width: 767px) {
    .card-style6 .card-body .contact-icon-box .icon {
        width: 65px;
        height: 65px;
        font-size: 26px;
        line-height: 65px
    }
}

.card-style7 {
    position: relative;
    border: 0;
    border-radius: 0
}

.card-style7 .card-body {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.card-style7 .blog-detail-image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.card-style7 .card-body .blog-meta {
    list-style: none;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 15px 0
}

.card-style7 .card-body .blog-meta li {
    display: inline-block;
    cursor: pointer;
    margin: 3px;
    margin-right: 15px;
    border-right: 1px solid #ededed;
    padding-right: 15px
}

.card-style7 .card-body .blog-meta li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.card-style7 .card-body .blog-meta:before {
    background: #ededed;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.card-style7 .card-body blockquote {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 35px 35px 35px 120px;
    background: #f6fcfd;
    border: 1px solid #ededed;
    margin: 30px 0px;
    border-radius: 5px;
    font-style: italic;
    color: #282b2d
}

.card-style7 .card-body 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: #454B1B;
    border-radius: 50%
}

.card-style7 .card-body .author-slogan {
    position: relative;
    display: block;
    overflow: hidden;
    background: #454B1B;
    text-align: center;
    padding: 40px;
    border: 1px solid #ededed;
    margin: 30px 0;
    z-index: 1;
    border-radius: 10px
}

.card-style7 .card-body .author-slogan:before {
    font-family: Font Awesome\ 5 Free;
    content: '\f10e';
    font-weight: 600;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 80px;
    opacity: 0.4;
    line-height: 100px;
    z-index: -1
}

.card-style7 .card-body .separator {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ededed;
    text-align: left
}

.card-style7 .card-body .blog-tag {
    margin: 0;
    padding: 0;
    list-style: none
}

.card-style7 .card-body .blog-tag li {
    display: inline-block
}

.card-style7 .card-body .blog-tag li a {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    border: 1px solid #ededed
}

.card-style7 .card-body .blog-tag li a:hover {
    background: #454B1B;
    color: #ffffff !important;
    border: 1px solid #454B1B
}

.card-style7 .card-body .social-icon {
    text-align: right;
    margin: 0;
    padding: 0
}

.card-style7 .card-body .author-social-icon {
    padding: 0;
    margin: 0
}

.card-style7 .card-body .author-social-icon li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px
}

.card-style7.card-body .author-social-icon li:first-child {
    margin-left: 0
}

.card-style7 .card-body .author-social-icon li:last-child {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .card-style7 .card-body {
        padding: 25px
    }

    .card-style7 .card-body blockquote {
        padding: 25px;
        text-align: center
    }

    .card-style7 .card-body blockquote .quote-box {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 15px
    }

    .card-style7 .card-body .social-icon {
        text-align: left
    }
}

.testimonial-wrapper {
    position: relative;
    padding: 40px 30px;
    margin: 25px
}

.testimonial-wrapper:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transform: skewY(3deg);
    transition: all 500ms ease;
    border-radius: 5px
}

.testimonial-wrapper .testimonial-border {
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -1;
    width: 30px;
    bottom: 30px;
    border: 3px solid #222631;
    transform: skewY(20deg);
    transition: all 500ms ease
}

.testimonial-wrapper:hover .testimonial-border {
    border-color: #454B1B;
    transform: skewY(-20deg)
}

@media screen and (max-width: 991px) {
    .testimonial-wrapper {
        padding: 35px 25px
    }
}

@media screen and (max-width: 767px) {
    .testimonial-wrapper {
        margin: 20px
    }
}

@media screen and (max-width: 575px) {
    .testimonial-wrapper {
        margin: 15px
    }
}

.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: #454B1B;
    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 {
    position: relative;
    overflow: hidden
}

.portfolio-style-01 .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.portfolio-style-01 .image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-radius: 5px;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #1b212f 0%, rgba(27, 33, 47, 0) 100%)
}

.portfolio-style-01:hover .image img {
    transform: scale(1.1);
    transition: .8s
}

.portfolio-style-01 .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    transition: .5s
}

.portfolio-style-01:hover .content {
    opacity: 0
}

.portfolio-style-01 .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: .7s;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(28, 185, 200, 0.8)
}

.portfolio-style-01:hover .overlay {
    opacity: 1
}

.portfolio-style-01 .overlay .content-two {
    position: relative;
    transition: .9s;
    padding: 0 40px
}

.portfolio-style-01:hover .overlay .content-two {
    transform: translate(0, 0)
}

.portfolio-style-01 .dots {
    position: relative
}

.portfolio-style-01 .dots:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0;
    bottom: 0px;
    background: #ffffff;
    z-index: 1
}

.portfolio-style-01 .dotted-box .dotted {
    position: absolute;
    left: 20px;
    margin-left: 25px;
    width: 3px;
    height: 3px;
    bottom: 0px;
    background: #ffffff;
    z-index: 1
}

.portfolio-style-01 .dotted-box .dotted:nth-child(2) {
    left: 25px;
    margin-left: 30px
}

.portfolio-style-01 .dotted-box .dotted:last-child {
    left: 15px;
    margin-left: 35px
}

.portfolio-style-01 .link-btn a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    text-align: center;
    transition: .5s
}

.portfolio-style-01 .link-btn a:hover {
    background-color: #1b212f;
    border: 1px solid #1b212f
}

@media screen and (max-width: 767px) {
    .portfolio-style-01 .content {
        padding: 30px
    }

    .portfolio-style-01 .overlay .content-two {
        padding: 0 30px
    }
}

.portfolio-info-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.portfolio-info-list li {
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px
}

.portfolio-info-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.portfolio-info-list li .portfolio-label {
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    width: 105px;
    vertical-align: top
}

.portfolio-info-list li .portfolio-label:after {
    content: ":";
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: -1px;
    right: 0
}

.portfolio-info-list li.portfolio-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) {
    .portfolio-info-list li .portfolio-label {
        margin-right: 15px;
        width: 100px
    }
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline;
    border-radius: 10px
}

.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: #454B1B;
    border: 1px solid #454B1B;
    color: #ffffff
}

.pagination .active a {
    background-color: #454B1B;
    color: #ffffff;
    border: 1px solid #454B1B;
    cursor: default
}

@media screen and (max-width: 575px) {
    .pagination a {
        padding: 0 16px;
        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: #454B1B
}

.owl-nav i, .owl-nav span {
    color: #454B1B;
    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
}

.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none
}

.accordion-style .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}

.accordion-style .accordion-button {
    border-bottom: none;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    font-weight: 500;
    padding: 20px 60px 20px 20px;
    text-decoration: none;
    background: #454B1B;
    border: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.accordion-style .accordion-button:hover {
    text-decoration: none
}

.accordion-style .accordion-button.collapsed {
    background: #ffffff;
    color: #282b2d;
    border-radius: 5px
}

.accordion-style .accordion-button.collapsed:after {
    background: #1b212f;
    border: none;
    content: "+";
    right: 20px;
    left: inherit;
    font-size: 18px;
    transform: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 18px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff
}

.accordion-style .accordion-button:after {
    background: #ffffff;
    border: none;
    content: "-";
    right: 20px;
    border-radius: 5px;
    left: inherit;
    font-size: 24px;
    border: 1px solid #ffffff;
    transform: none;
    width: 25px;
    height: 25px;
    line-height: 21px;
    top: 18px;
    position: absolute;
    color: #1b212f;
    text-align: center
}

.accordion-style .card-body {
    padding: 20px
}

.accordion-style .card {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 767px) {
    .accordion-style .accordion-button {
        padding: 20px 50px 20px 15px
    }

    .accordion-style .card-body {
        padding: 15px
    }
}

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: #27ae60 !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
}

.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: 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: #27ae60 !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;
    padding-top: 15px
}

.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: #454B1B !important;
    color: white
}

@media screen and (max-width: 991px) {
    .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 h2.resp-tab-active {
        background: #454B1B !important
    }

    .tab-style1 h2.resp-accordion.resp-tab-active {
        border-color: #454B1B !important
    }

    .tab-style1 ul.resp-tabs-list {
        display: none
    }

    .tab-style1 .resp-tab-content {
        border: 1px solid #ededed !important;
        padding: 20px
    }

    .tab-style1.resp-vtabs .resp-tab-content:last-child {
        border-color: #ededed !important
    }

    .tab-style2 h2.resp-accordion {
        border-color: #ededed !important
    }
}

.steps-item-wrap {
    position: relative;
    transition: opacity 0.5s;
    display: flex;
    text-align: left;
    margin-left: 0;
    width: calc(100% + 45px)
}

.steps-wrap {
    display: flex;
    flex-direction: column;
    flex-basis: content;
    align-items: center
}

.steps-number {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #454B1B;
    position: relative;
    font-size: 20px;
    border-radius: 50%;
    text-align: center
}

.steps-line-wrap {
    flex-grow: 1;
    position: relative;
    width: 2px
}

.steps-line-wrap .steps-line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 2px;
    height: 0;
    top: 0;
    height: calc(100% - 40px);
    margin-top: 20px
}

.steps-line-wrap .steps-line:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    background-color: #454B1B;
    border-radius: 0
}

.steps-content {
    margin: 0 20px 40px 20px;
    align-items: center
}

.steps-line-wrap .steps-line.last:before {
    content: none
}

@media screen and (max-width: 991px) {
    .steps-content {
        margin: 0 20px 30px 20px
    }

    .steps-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px
    }
}

.why-choose-number {
    background: #1b212f;
    color: #ffffff;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 6px
}

.why-choose-wrapper .why-choose-number[data-content]:before {
    content: attr(data-content);
    position: absolute;
    font-size: 80px;
    color: #ededed;
    line-height: 25px;
    z-index: -1;
    font-weight: bold;
    right: -70px
}

.why-choose-wrapper .why-choose-number:after {
    position: absolute;
    left: 45px;
    top: 6px;
    width: 40px;
    height: 2px;
    content: "";
    background: #454B1B
}

@media screen and (max-width: 1199px) {
    .why-choose-wrapper .why-choose-number[data-content]:before {
        font-size: 70px;
        right: -60px
    }
}

@media screen and (max-width: 767px) {
    .why-choose-wrapper .why-choose-number[data-content]:before {
        font-size: 60px;
        right: -50px
    }

    .why-choose-wrapper .why-choose-number:after {
        left: 40px;
        width: 35px
    }
}

.team-details .team-data {
    position: relative;
    margin-left: -60px;
    padding: 50px;
    z-index: 9
}

.team-details .team-data:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 5px;
    background-color: #ffffff;
    transform: skewY(3deg);
    transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}

.team-details .team-data .team-border {
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -1;
    width: 30px;
    bottom: 30px;
    border: 3px solid #222631;
    transform: skewY(20deg);
    transition: all 500ms ease
}

.team-details .team-data:hover .team-border {
    border-color: #454B1B;
    transform: skewY(-20deg)
}

@media screen and (max-width: 991px) {
    .team-details .team-data {
        margin-left: -140px;
        padding: 40px
    }
}

@media screen and (max-width: 767px) {
    .team-details .team-data {
        margin-left: -300px;
        padding: 40px;
        margin-bottom: -280px
    }
}

@media screen and (max-width: 575px) {
    .team-details .team-data {
        display: none
    }
}

.service-details-sidebar .widget {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 25px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.service-details-sidebar .widget:last-child {
    margin-bottom: 0
}

.service-details-sidebar .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    font-weight: 500;
    font-size: 20px
}

.service-details-sidebar .widget .widget-title .dots {
    position: relative;
    padding: 10px 0;
    display: block
}

.service-details-sidebar .widget .widget-title .dots:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0;
    bottom: 0px;
    background: #1b212f;
    z-index: 1
}

.service-details-sidebar .widget .widget-title .dotted-box .dotted {
    position: absolute;
    left: 20px;
    margin-left: 25px;
    width: 3px;
    height: 3px;
    bottom: 0px;
    background: #1b212f;
    z-index: 1
}

.service-details-sidebar .widget .widget-title .dotted-box .dotted:nth-child(2) {
    left: 25px;
    margin-left: 30px
}

.service-details-sidebar .widget .widget-title .dotted-box .dotted:last-child {
    left: 15px;
    margin-left: 35px
}

.service-details-sidebar .widget-address .contact-icon {
    display: block;
    color: #fff;
    background: #454B1B;
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transition: all .45s ease-out
}

.service-details-sidebar .widget-brochure li a {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #232323;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-weight: 500;
    border-radius: 5px
}

.service-details-sidebar .widget-brochure li a span {
    position: absolute;
    top: 0;
    right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 7px;
    border-radius: 0 0 5px 5px;
    background-color: #454B1B
}

.service-details-sidebar .widget-brochure li:hover a span {
    background: #1b212f
}

.service-details-sidebar .widget-brochure li a:hover {
    background: #454B1B;
    border: 1px solid #454B1B;
    transition: all 0.4s ease 0s;
    color: #fff
}

.service-details-sidebar .widget-brochure li:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .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
    }
}

.error-wrapper {
    position: relative;
    padding: 50px 30px;
    z-index: 1;
    margin-left: 15px
}

.error-wrapper h1 {
    font-size: 250px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1;
    color: #454B1B;
    text-align: center
}

.error-wrapper:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transform: skewY(3deg);
    transition: all 500ms ease;
    border-radius: 5px
}

.error-wrapper .error-border {
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -1;
    width: 30px;
    bottom: 30px;
    border: 3px solid #222631;
    transform: skewY(20deg);
    transition: all 500ms ease
}

.error-wrapper:hover .error-border {
    border-color: #454B1B;
    transform: skewY(-20deg)
}

@media screen and (max-width: 1199px) {
    .error-wrapper h1 {
        font-size: 220px
    }
}

@media screen and (max-width: 991px) {
    .error-wrapper h1 {
        font-size: 200px
    }
}

@media screen and (max-width: 767px) {
    .error-wrapper {
        padding: 40px 30px
    }

    .error-wrapper h1 {
        font-size: 180px
    }
}

@media screen and (max-width: 575px) {
    .error-wrapper h1 {
        font-size: 130px
    }
}

.coming-soon-wrap h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    text-align: center
}

.countdown {
    list-style: none;
    padding-left: 0;
    text-align: center
}

.countdown li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 0 50px;
    text-align: center
}

.countdown li:first-child {
    padding-left: 0
}

.countdown li:last-child {
    padding-right: 0;
    border-right: none
}

.countdown li span {
    font-size: 70px;
    font-weight: 600;
    color: #454B1B;
    margin-bottom: 20px;
    display: block;
    line-height: 1
}

.countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

@media screen and (max-width: 1199px) {
    .coming-soon-wrap h1 {
        font-size: 50px
    }

    .countdown li span {
        font-size: 60px
    }
}

@media screen and (max-width: 767px) {
    .coming-soon-wrap h1 {
        font-size: 45px
    }

    .countdown li {
        padding: 0 30px
    }

    .countdown li span {
        font-size: 50px
    }

    .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
        font-size: 16px
    }
}

@media screen and (max-width: 575px) {
    .coming-soon-wrap h1 {
        font-size: 40px
    }

    .countdown li {
        margin-top: 15px;
        padding: 0 10px;
        min-width: 47%
    }

    .countdown li.second {
        border-right: 0;
        padding-right: 0
    }
}

.form-group {
    margin-bottom: 1rem
}

.form-group label {
    margin-bottom: .5rem
}

.form-control:focus {
    border-color: #454B1B
}

.form-check-input:checked {
    border-color: #454B1B;
    background-color: #454B1B
}

.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-input .form-control {
    border-radius: 5px
}

.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-rounded .quform-elements {
    position: relative
}

.newsletter-rounded .quform-submit-inner {
    position: absolute;
    right: 0px;
    top: 6px;
    width: auto
}

.newsletter-rounded .quform-loading-wrap {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0
}

.newsletter-rounded input {
    border: 2px solid rgba(255, 255, 255, 0.1);
    height: 53px;
    min-height: auto;
    padding: 0.5rem 4rem 0.5rem 1.5rem;
    background: #ffffff
}

.newsletter-rounded .quform-has-error input, .newsletter-rounded .quform-has-error textarea, .newsletter-rounded .quform-has-error select {
    border-color: #f5543f
}

.newsletter-rounded .quform-input .quform-errors-wrap {
    right: 15px
}

.newsletter-rounded i {
    font-size: 22px;
    line-height: 25px
}

.footer-newsletter .form-control {
    min-height: 53px
}

.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: #454B1B
}

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;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer !important;
    font-weight: 600
}

.copy-element > a:hover, .source-element > a:hover {
    background: #454B1B;
    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: #fff;
    border-radius: 5px;
    padding: 30px 25px;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.blog-sidebar .widget:last-child {
    margin-bottom: 0
}

.blog-sidebar .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    font-weight: 500;
    font-size: 20px
}

.blog-sidebar .widget .widget-title .dots {
    position: relative;
    padding: 10px 0;
    display: block
}

.blog-sidebar .widget .widget-title .dots:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0;
    bottom: 0px;
    background: #1b212f;
    z-index: 1
}

.blog-sidebar .widget .widget-title .dotted-box .dotted {
    position: absolute;
    left: 20px;
    margin-left: 25px;
    width: 3px;
    height: 3px;
    bottom: 0px;
    background: #1b212f;
    z-index: 1
}

.blog-sidebar .widget .widget-title .dotted-box .dotted:nth-child(2) {
    left: 25px;
    margin-left: 30px
}

.blog-sidebar .widget .widget-title .dotted-box .dotted:last-child {
    left: 15px;
    margin-left: 35px
}

.search-bar {
    position: relative
}

.blog-sidebar .widget .search-bar input[type="search"] {
    display: block;
    width: 100%;
    padding: 10px 40px 10px 20px;
    font-size: 15px;
    color: #4b4342;
    border: 1px solid #ededed;
    background: none;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 0
}

.blog-sidebar .widget .search-bar .btn-newsletter {
    position: absolute;
    color: #454B1B;
    right: 15px;
    top: 10px;
    padding: 0px;
    font-size: 18px;
    z-index: 3;
    outline: none
}

.blog-sidebar .widget-tag .blog-tags {
    margin: 0;
    padding: 0
}

.blog-sidebar .widget-tag .blog-tags li {
    display: inline-block
}

.blog-sidebar .widget-tag .blog-tags li a {
    font-size: 15px;
    padding: 8px 12px;
    font-weight: 500;
    margin: 5px 5px 5px 0;
    display: inline-block;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ededed
}

.blog-sidebar .widget-tag .blog-tags li a:hover {
    background: #454B1B;
    color: #ffffff !important;
    border: 1px solid #454B1B
}

.blog-sidebar .blog-social-icon {
    margin-bottom: 0;
    list-style: none;
    padding: 0
}

.blog-sidebar .blog-social-icon li {
    display: inline-block;
    margin-right: 10px
}

.blog-sidebar .blog-social-icon li a {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ededed;
    background: #1b212f;
    color: #fff;
    border-radius: 50%
}

.blog-sidebar .blog-social-icon li:last-child {
    margin-right: 0
}

.blog-sidebar .blog-social-icon li a:hover {
    color: #ffffff;
    background-color: #454B1B;
    border-color: #454B1B
}

@media screen and (max-width: 767px) {
    .blog-sidebar .widget {
        padding: 25px 20px
    }

    .blog-sidebar .widget .widget-title {
        font-size: 18px
    }
}

.counter-video .section-bg {
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    background-position: center center;
    background-repeat: no-repeat
}

.counter-video .contact-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-left: -26px;
    margin-top: 8px;
    border-radius: 50px
}

.counter-block {
    margin-bottom: -10%
}

.counter-style .icon-box {
    height: 75px;
    width: 75px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    --bs-bg-opacity: 1;
    background: -webkit-linear-gradient(#5b6425, #454B1B);
    border-radius: 50%
}

@media screen and (max-width: 991px) {
    .counter-block {
        margin-bottom: -8%
    }
}

@media screen and (max-width: 767px) {
    .counter-style .icon-box {
        height: 60px;
        width: 60px;
        line-height: 65px;
        font-size: 22px
    }
}

.page-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 0
}

.prev-page, .next-page {
    position: relative;
    width: 50%;
    max-width: 350px;
    margin: 10px
}

.prev-page:before, .next-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
    transform: scale(1.04, 1.12);
    transition: .3s ease-in-out;
    pointer-events: none
}

.prev-page .page-info > a, .next-page .page-info > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s
}

.prev-page .page-info .image-prev, .prev-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 0;
    overflow: hidden
}

.next-page .page-info .image-prev, .next-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    border-radius: 0;
    overflow: hidden
}

.prev-page .page-info .prev-title, .prev-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.next-page .page-info .prev-title, .next-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.prev-page .page-info .prev-title:empty, .prev-page .page-info .next-title:empty {
    display: none
}

.next-page .page-info .prev-title:empty, .next-page .page-info .next-title:empty {
    display: none
}

.prev-page:hover:before, .next-page:hover:before {
    background-color: white;
    transform: scale(1);
    box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 0.05)
}

.prev-page a {
    justify-content: flex-start;
    text-align: left
}

.prev-page a:hover .image-prev:after {
    visibility: visible;
    opacity: 1
}

.prev-page a:hover .image-prev:before {
    visibility: visible;
    opacity: 1;
    margin-left: 0
}

.prev-page .image-prev {
    margin-right: 20px
}

.prev-page .image-prev:after {
    background-color: #454B1B
}

.next-page .image-next:after {
    background-color: #454B1B
}

.prev-page .image-prev:before {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-left: 20px;
    content: "\e64a";
    font-family: 'themify';
    font-size: 21px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.prev-page .image-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.next-page {
    margin-left: auto
}

.next-page a {
    justify-content: flex-end;
    text-align: right
}

.next-page a:hover .image-next:after {
    visibility: visible;
    opacity: 1
}

.next-page a:hover .image-next:before {
    visibility: visible;
    opacity: 1;
    margin-right: 0
}

.next-page .image-next {
    margin-left: 20px
}

.next-page .image-next:before {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-right: 20px;
    content: "\e64a";
    font-family: 'themify';
    font-size: 21px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    transform: scaleX(-1)
}

.next-page .image-next:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.next-page .next-title {
    text-align: right
}

.prev-link-page-info > span, .next-link-page-info > span {
    display: block
}

.prev-link-page-info .date-details, .next-link-page-info .date-details {
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 20px;
    margin-bottom: -2px
}

.prev-link-page-info .date-details > div, .prev-link-page-info .date-details > span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500
}

.next-link-page-info .date-details > div, .next-link-page-info .date-details > span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500
}

.prev-link-page-info .date-details:only-child, .next-link-page-info .date-details:only-child {
    margin-top: 0
}

@media (max-width: 767px) {
    .prev-page, .next-page {
        width: calc(100% - 20px);
        max-width: unset
    }

    .prev-page + .next-page {
        margin-top: 0
    }

    .page-navigation {
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .prev-page .page-info > a, .next-page .page-info > a {
        padding: 10px
    }

    .prev-page .page-info .prev-title, .prev-page .page-info .next-title {
        max-width: 168px
    }

    .next-page .page-info .prev-title, .next-page .page-info .next-title {
        max-width: 168px
    }
}

.lg-backdrop {
    z-index: 99999
}

.lg-outer {
    z-index: 999999
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #454B1B
}

.lg-progress-bar .lg-progress {
    background-color: #454B1B
}

.lg-backdrop.in {
    opacity: 0.85
}

.search-form_input {
    color: #454B1B
}

.search-frame h4 a:hover {
    color: #454B1B
}

.search-frame .search_list .match {
    color: #454B1B
}

.search-frame .search_list li:before {
    color: #454B1B
}

.search-frame .search_list li + li {
    border-top: 3px solid #454B1B
}

.search-frame .search {
    color: #454B1B
}

footer {
    padding: 80px 0 0;
    background: #1b212f
}

@media screen and (max-width: 767px) {
    footer {
        padding-top: 60px
    }
}

.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .footer-bar {
        margin-top: 60px
    }
}

.footer-top {
    background-color: rgba(255, 255, 255, 0.08) !important
}

.footer-list-style {
    margin: 0;
    padding: 0
}

.footer-list-style li {
    list-style-type: none;
    color: #fff;
    margin-bottom: 15px
}

.footer-list-style li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.footer-list-style li a {
    color: #ffffff;
    position: relative;
    padding-left: 18px
}

.footer-list-style li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #454B1B
}

.footer-list-style li a:hover {
    color: #454B1B
}

.social-icon-style1 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px;
    list-style: none
}

.social-icon-style1 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.social-icon-style1 li a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    background: #ffffff;
    color: #282b2d;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%
}

.social-icon-style1 li a:hover {
    background: #454B1B;
    color: #ffffff
}

.social-icon-style1 li:last-child {
    margin-right: 0
}

.social-icon-style1.bg li a {
    background-color: #1b212f;
    color: #fff
}

.social-icon-style1.bg li a:hover {
    background-color: #454B1B
}

@media screen and (max-width: 767px) {
    .social-icon-style1 li a {
        height: 36px;
        width: 36px;
        line-height: 36px;
        font-size: 14px
    }
}

.buy-theme {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 150px;
    right: -79px;
    background: #454B1B;
    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: #fff
}

.all-demo i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.buy-theme:hover, .all-demo:hover {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    right: 0px;
    background: #454B1B
}

.all-demo:hover {
    background: #1b212f
}

.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: 185px;
    right: -95px;
    background: #1b212f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}

