/*
01 :: Reset Page Css
02 :: Style Page Css
    01-  :: Loading
    02-  :: Top Navbar
    03-  :: Navbar
    04-  :: Search Box
    05-  :: Menu Box
    06-  :: Header
    07-  :: Fancybox
    08-  :: About Us
    09-  :: Services
    10-  :: Provide
    11-  :: Video Presentation
    12-  :: Statistic
    13-  :: Case Study
    14-  :: Team
    15-  :: FAQs And Quote
    16-  :: Pricing
    17-  :: Testimonial
    18-  :: Map
    19-  :: Blog
    20-  :: Footer
    21-  :: Scroll UP
*/

/* :: All Transition */
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

/* :: Body */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #9B9B9B;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

::-moz-selection {
    background-color: #8C2029;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background-color: #8C2029;
    color: #FFF;
    text-shadow: none;
}

a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFF;
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

p {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}

/* :: My Classes */
.py-100 {
    padding: 100px 0;
}

.py-100-70 {
    padding: 100px 0 70px 0;
}

.py-60 {
    padding: 60px 0 60px 0;
}

.padding-0 {
    padding: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.7);
}

.btn-1 {
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    letter-spacing: 1px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #8C2029;
    display: inline-block;
    cursor: pointer;
}

.btn-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #195929;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.btn-1:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.btn-2 {
    color: #8C2029;
    background-color: #FFF;
}

.btn-2:after {
    background-color: #8C2029;
}

.btn-3 {
    color: #FFF;
    background-color: #195929;
}

.btn-3:after {
    background-color: #8C2029;
}

.btn-4 {
    color: #8C2029;
    background-color: #FFF;
}

.btn-4:after {
    background-color: #195929;
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title h2 {
    color: #8C2029;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 600;
}

.sec-title h3 {
    color: #195929;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: .3px;
}

.sec-title p {
    text-transform: capitalize;
    font-weight: 500;
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

/* :: Loading */
.loading {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.loading .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #8C2029;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #8C2029 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* :: Top Navbar */
.top-nav-bar {
    border-bottom: 1px solid #E9E9E9;
    background-color: #195929;
}

.top-nav-bar .top-nav-bar-box ul li {
    display: inline-block;
}

.top-nav-bar .top-nav-bar-box ul li i {
    margin-right: 5px;
}

.top-nav-bar .top-nav-bar-box ul.info li {
    font-size: 13px;
    padding: 14px 20px;
    border-left: 1px solid #E9E9E9;
    color: #9B9B9B;
}

.top-nav-bar .top-nav-bar-box ul.info li:first-of-type {
    padding-left: 0;
    border-left: none;
}

.top-nav-bar .top-nav-bar-box ul.info li:last-of-type {
    padding-right: 0;
}

.top-nav-bar .top-nav-bar-box ul li span {
    color: #8C2029;
}

.top-nav-bar .top-nav-bar-box ul li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}

.top-nav-bar .top-nav-bar-box ul li a:hover {
    color: #BF372A;
}

/* :: Navbar */
.nav-bar.active {
    background-color: #FFF;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.nav-bar .logo .logo-nav {
    display: block;
    padding: 28px 0;
}

.nav-bar .logo .logo-nav img {
    width: 400px;
}

.nav-bar .logo .logo-nav img.dark-mode-logo {
    display: none;
}

.nav-bar .nav-bar-link>ul>li {
    display: inline-block;
    position: relative;
}

.nav-bar .nav-bar-link ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 40px 0;
    margin: 0 20px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.nav-bar .nav-bar-link ul li a:before {
    content: '';
    background-color: #8C2029;
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0px;
    transition: all 0.3s ease;
}

.nav-bar .nav-bar-link ul li a:hover:before,
.nav-bar .nav-bar-link ul li .color-active:before {
    width: 100%;
}

.nav-bar.active .nav-bar-link ul li a {
    color: #000;
}

.nav-bar.active .nav-bar-link ul li a {
    border-bottom: 1px solid #9B9B9B;
}

.nav-bar.active .nav-bar-link>ul ul li a {
    color: #000;

}

.nav-bar .nav-bar-link ul li a:hover,
.nav-bar .nav-bar-link ul li a.color-active,
.nav-bar.active .nav-bar-link>ul ul li:hover a {
    color: #8C2029;
}

/* DESKTOP DROPDOWN */
.nav-bar .nav-bar-link>ul ul {
    position: absolute;
    z-index: 2;
    background-color: #FFF;
    padding: 28px 0;
    top: 100%;
    left: 0;
    min-width: 240px;
    box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}

/* HOVER WORKS AGAIN */
.nav-bar .nav-bar-link>ul li:hover>ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-link>ul ul li {
    position: relative;
    padding: 0 30px 0 40px;
}

.nav-bar .nav-bar-link>ul ul li a {
    color: #000;
    font-size: 14px;
    line-height: 1;
    padding: 8px 0;
    font-weight: 700;
    display: inline-block;
}

.nav-bar .nav-bar-link>ul ul li:hover a {
    transform: translateX(10px);
}

.nav-bar .nav-bar-link>ul ul ul {
    left: 100%;
    top: 0;
}

/* ========================= */
/* MENU ITEM + TOGGLE */
/* ========================= */

.submenu-toggle {
    display: none;
}

.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-item a {
    flex: 1;
}

.submenu-toggle {
    cursor: pointer;
    font-size: 12px;
    margin-left: 10px;
    background-color: #8C2029;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
}

.submenu-toggle {
    transition: transform 0.3s ease;
}

/* When active → rotate */
.submenu-toggle.active {
    transform: rotate(180deg);
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 991px) {

    .submenu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-bar .nav-bar-link>ul ul {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
    }

    /* ONLY MOBILE HIDES DROPDOWN */
    .nav-bar .level-2 {
        display: none;
    }

    .nav-bar .level-2.active {
        display: block;
    }
}

/* :: Search Box */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(11 12 38 / 0.9);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
}

.search-box form input {
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 35px;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid #FFF;
}

.search-box form input:focus {
    border-bottom: 1px solid #8C2029;
}

.search-box form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 65px;
    background-color: transparent;
    text-align: center;
    font-size: 25px;
    color: #8C2029;
    border: 0;
    outline: none;
}

.search-box .close-search {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
}

.search-box .close-search:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #8C2029;
}

/* :: Menu Box */
.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.menu-box .inner-menu {
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}

.menu-box.active .inner-menu {
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}

.menu-box .inner-menu .website-info {
    margin-bottom: 30px;
}

.menu-box .inner-menu .website-info .logo {
    display: block;
    margin-bottom: 20px;
}

.menu-box .inner-menu .website-info p {
    text-transform: capitalize;
    font-size: 14px;
}

.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #195929;
}

.menu-box .inner-menu .contact-info .contact-box {
    margin-bottom: 30px;
}

.menu-box .inner-menu .contact-info .contact-box i {
    color: #8C2029;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}

.menu-box .inner-menu .contact-info .contact-box .box {
    padding-left: 40px;
}

.menu-box .inner-menu .contact-info .contact-box .box p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
}

.menu-box .inner-menu .follow-us .icon-follow li {
    display: inline-block;
}

.menu-box .inner-menu .follow-us .icon-follow li a {
    background-color: #F1F1F1;
    display: inline-block;
    color: #8C2029;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 12px;
}

.menu-box .inner-menu .follow-us .icon-follow li:hover a {
    background-color: #8C2029;
    color: #FFF;
}

.exit-menu-box {
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #8C2029;
    width: 35px;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.exit-menu-box:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* :: Header */
.header .header-owl .sec-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner .handline {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    font-size: 58px;
    margin-bottom: 30px;
    color: #FFF;
}

.banner .about-site {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #FFF;
}

.banner .buttons a:first-of-type {
    margin-right: 20px;
}

.header-owl.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}

.header-owl.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.header-owl.owl-theme .owl-nav [class*=owl-] i {
    font-size: 50px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.header-owl.owl-theme .owl-nav [class*=owl-] i:hover {
    color: #8C2029;
}

.header-owl.owl-theme .owl-nav [class*=owl-] i.flaticon-left-arrow {
    left: 10px;
}

.header-owl.owl-theme .owl-nav [class*=owl-] i.flaticon-right-arrow {
    right: 10px;
}

.header-owl.owl-theme:hover .owl-nav [class*=owl-] i {
    opacity: 1;
    visibility: visible;
}

.header-owl.owl-theme .owl-dots {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-owl.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.header-owl.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 20px;
    height: 6px;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-owl.owl-theme .owl-dots .owl-dot.active span,
.header-owl.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #8C2029;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* :: Fancybox */
.fancybox .fancybox-item,
.services .services-item {
    margin-bottom: 30px;
}

.services-2 .services-item {
    padding: 40px;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
}

.fancybox-2 .fancybox-item {
    border-bottom: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    padding: 45px;
    margin-bottom: 0;
}

.fancybox .fancybox-item i,
.services .services-item i {
    color: #195929;
    line-height: 1;
    font-size: 45px;
    margin-bottom: 30px;
    display: inline-block;
}

.fancybox .fancybox-item:hover i,
.services .services-item:hover i {
    color: #8C2029;
}

.fancybox .fancybox-item h4,
.services .services-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #195929;
}

.fancybox .fancybox-item p,
.services .services-item p {
    margin-bottom: 0;
}

/* :: About */
.about {
    padding-bottom: 100px;
}

.about .text-box .sec-title h3 {
    margin-bottom: 25px;
}

.about .text-box .sec-title {
    margin-bottom: 20px;
}

.about .text-box ul,
.benfits {
    overflow: hidden;
}

.about .text-box ul li,
.benfits li {
    width: 50%;
    float: left;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #687076;
}

.about .text-box ul li:hover,
.benfits li:hover {
    color: #8C2029;
}

.about .text-box ul li:last-of-type,
.benfits li:last-of-type {
    margin-bottom: 0;
}

.about .text-box ul li i,
.benfits li i {
    background-color: #8C2029;
    color: #FFF;
    width: 0;
    height: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    margin-right: 0;
    position: relative;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.about .text-box ul li:hover i,
.benfits li:hover i {
    width: 15px;
    margin-right: 8px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.about .text-box a.btn-1 {
    margin-top: 30px;
    display: block;
    width: 180px;
}

.about .one {
    margin-top: 28px;
}

.about-2 .img-box {
    position: relative;
    padding-bottom: 40px;
}

.about .img-box img {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 0.07);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 0.07);
}

.about-2 .img-box .statistic-item {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    background-color: #8C2029;
    padding: 30px;
    border-radius: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-2 .img-box .statistic-item i,
.about-2 .img-box .statistic-item .content .counter,
.about-2 .img-box .statistic-item .content .counter-name {
    color: #FFF;
}

.about-2 .video-presentation {
    margin-top: 0;
}

.about-2 .faq .faq-box,
.faq.faq-page .faq-box,
.single-services-box .faq .faq-box {
    border: 1px solid #E9E9E9;
    margin-bottom: 20px;
}

.about-2 .faq .faq-box .question-header .click,
.about-2 .faq .faq-box .question-header .click i,
.faq.faq-page .faq-box .question-header .click,
.faq.faq-page .faq-box .question-header .click i,
.single-services-box .faq .faq-box .question-header .click,
.single-services-box .faq .faq-box .question-header .click i {
    color: #195929;
}

.about-2 .faq .faq-box .answer p,
.faq.faq-page .faq-box .answer p,
.single-services-box .faq .faq-box .answer p {
    color: #9B9B9B;
    border-top: 1px solid #E9E9E9;
}

/* :: Services */
.services {
    background: #F9F9F9 url(../images/01_pattern.png);
    position: relative;
    background-position: center;
}

.services .services-item .more {
    font-size: 14px;
    color: #8C2029;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px;
}

.services .services-item .more span {
    background-color: #8C2029;
    color: #FFF;
    width: 0;
    height: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    margin-right: 0;
    position: relative;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.services .services-item .more:hover span {
    width: 15px;
    margin-right: 8px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* :: Provide */
.provide {
    position: relative;
    padding-top: 100px;
}

.bg-section {
    background-image: url(../images/provide/01_provide.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-section .overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.provide .sec-title h3,
.faq-quote .sec-title h3 {
    color: #FFF;
}

.sec-title-2 h3 {
    margin-bottom: 25px;
}

.provide .sec-title p,
.faq-quote .sec-title p {
    color: #F9F9F9;
}

.provide .provide-item {
    margin-bottom: 30px;
}

.provide .provide-item i {
    color: #FFF;
    line-height: 1;
    font-size: 40px;
    float: left;
}

.provide .provide-item .content {
    padding-left: 60px;
}

.provide .provide-item .content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #FFF;
}

.provide .provide-item .content p {
    margin-bottom: 0;
    color: #FFF;
}

/* :: Video Presentation */
.video-presentation {
    position: relative;
    background-image: url(../images/video-presentation/01_video-presentation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    width: 100%;
    height: 450px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 20px rgb(11 12 38 / 0.2);
    box-shadow: 0px 5px 20px rgb(11 12 38 / 0.2);
}

.video-presentation .presentation-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-presentation .presentation-box .pulse {
    background-color: #8C2029;
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 62px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    display: block;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 23, 53, 0.7), 0 0 0 0 rgba(247, 23, 53, 0.7);
        box-shadow: 0 0 0 0 rgba(247, 23, 53, 0.7), 0 0 0 0 rgba(247, 23, 53, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 0 rgba(247, 23, 53, 0.7);
        box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 0 rgba(247, 23, 53, 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 30px rgba(247, 23, 53, 0);
        box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 30px rgba(247, 23, 53, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 30px rgba(247, 23, 53, 0);
        box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 30px rgba(247, 23, 53, 0);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 23, 53, 0.7), 0 0 0 0 rgba(247, 23, 53, 0.7);
        box-shadow: 0 0 0 0 rgba(247, 23, 53, 0.7), 0 0 0 0 rgba(247, 23, 53, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 0 rgba(247, 23, 53, 0.7);
        box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 0 rgba(247, 23, 53, 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 30px rgba(247, 23, 53, 0);
        box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 30px rgba(247, 23, 53, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 30px rgba(247, 23, 53, 0);
        box-shadow: 0 0 0 0 rgba(247, 23, 53, 0), 0 0 0 30px rgba(247, 23, 53, 0);
    }
}

.video-presentation .presentation-box .pulse i {
    color: #FFF;
    font-size: 14px;
}

/* :: Statistic */
.statistic {
    padding: 60px 0 30px 0;
    border-bottom: 1px solid #E9E9E9;
}

.statistic-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.statistic-item i {
    font-size: 50px;
    line-height: 50px;
    float: left;
    color: #195929;
}

.statistic-item:hover i {
    color: #8C2029;
}

.statistic-item .content {
    padding-left: 65px;
}

.statistic-item .content .counter {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: #195929;
    font-family: 'Montserrat', sans-serif;
}

.statistic-item .content .counter-name {
    color: #195929;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .5px;
}

/* :: Case Study */
.case-study-2 {
    background-color: #F9F9F9;
}

.case-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.case-study-2 .case-item {
    margin-bottom: 30px;
}

.case-item:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.case-item .text-box {
    position: absolute;
    background: rgb(11 12 38 / 0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.case-item:hover .text-box {
    opacity: 1;
    visibility: visible;
}

.case-item .text-box .tags {
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
    -o-transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
    transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
}

.case-item:hover .text-box .tags {
    opacity: 1;
    visibility: visible;
}

.case-item .text-box .tags li {
    display: inline-block;
}

.case-item .text-box .tags li a {
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
}

.case-item .text-box .tags li:hover a,
.case-item .text-box .content-text h4:hover,
.case-item .text-box .content-text h4:hover a,
.case-item .text-box .content-text a.more:hover {
    color: #8C2029;
}

.case-item .text-box .content-text h4 {
    font-size: 21px;
    line-height: 1.1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
    -o-transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
    transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
}

.case-item:hover .text-box .content-text h4 {
    opacity: 1;
    visibility: visible;
}

.case-item .text-box .content-text h4 a {
    display: inline-block;
}

.case-item .text-box .content-text p {
    color: #F9F9F9;
    margin-bottom: 0;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
    -o-transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
    transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
}

.case-item:hover .text-box .content-text p {
    opacity: 1;
    visibility: visible;
}

.case-item .text-box .content-text a.more {
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
    -o-transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
    transition-timing-function: cubic-bezier(0.37, 0.04, 0.76, 0.99);
}

.case-item:hover .text-box .content-text a.more {
    opacity: 1;
    visibility: visible;
}

.case-item .text-box .content-text a.more span {
    background-color: #8C2029;
    color: #FFF;
    width: 0;
    height: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    margin-right: 0;
    position: relative;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.case-item .text-box .content-text a.more:hover span {
    width: 15px;
    margin-right: 8px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.owl-case-study.owl-theme .owl-nav,
.owl-testimonial.owl-theme .owl-nav {
    display: none;
}

.owl-case-study.owl-theme .owl-dots,
.owl-testimonial.owl-theme .owl-dots {
    margin: 0;
    line-height: 1;
    margin-top: 30px;
}

.owl-case-study.owl-theme .owl-dots .owl-dot,
.owl-testimonial.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-case-study.owl-theme .owl-dots .owl-dot span,
.owl-testimonial.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 20px;
    height: 6px;
    background-color: #195929;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-case-study.owl-theme .owl-dots .owl-dot.active span,
.owl-case-study.owl-theme .owl-dots .owl-dot:hover span,
.owl-testimonial.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #8C2029;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.case-study-list .list-name-case {
    margin-bottom: 45px;
    display: inline-block;
}

.case-study-list .list-name-case li {
    display: inline-block;
    font-size: 13px;
    color: #195929;
    text-transform: capitalize;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border: 1px solid #E9E9E9;
    margin: 0 8px 5px 0;
    cursor: pointer;
}

.case-study-list .list-name-case li.active {
    background-color: #8C2029;
    color: #FFF;
    border: 1px solid #8C2029;
}

.case-study-list .list-name-case li:last-of-type {
    margin: 0;
}

.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* :: Team */
.team {
    background-color: #F9F9F9;
}

.team-about {
    background-color: transparent;
}

.team .team-item {
    margin-bottom: 30px;
    position: relative;
}

.team .team-item .img-box {
    overflow: hidden;
    border-radius: 3px;
}

.team .team-item:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.team .team-item .text-box {
    padding: 0 15px;
}

.team .team-item .text-box h5 {
    color: #195929;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .3px;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.team .team-item .text-box span {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #8C2029;
    display: inline-block;
}

.team .team-item .text-box ul li {
    display: inline-block;
    margin-right: 15px;
}

.team .team-item .text-box ul li:last-of-type {
    margin-right: 0;
}

.team .team-item .text-box ul li a {
    color: #195929;
    font-size: 16px;
}

.team .team-item .text-box ul li:hover a {
    color: #8C2029;
}

/* :: FAQs And Quote */
.faq-quote {
    position: relative;
    padding-top: 100px;
    background-color: #F9F9F9;
}

.faq-quote-services {
    background-color: transparent;
}

.faq-quote .bg-section {
    height: 80%;
}

/* :: FAQs */
.faq .sec-title h3 {
    margin-bottom: 25px;
}

.faq .faq-box {
    padding: 18px;
    margin-bottom: 25px;
    border-radius: 3px;
    border: 1px solid #FFF;
}

.faq .faq-box:last-of-type {
    margin-bottom: 0;
}

.faq .faq-box .question-header {
    line-height: 1;
}

.faq .faq-box .question-header .click {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 20px;
}

.faq .faq-box .question-header .click i {
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
    text-align: center;
}

.faq .faq-box .question-header .click[aria-expanded="true"] i {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.faq .faq-box .answer p {
    margin-top: 18px;
    margin-bottom: 0;
    color: #F9F9F9;
    border-top: 1px solid #F9F9F9;
    padding-top: 18px;
    letter-spacing: 0.3px;
}

/* :: Quote */
.quote {
    padding: 30px;
    background-color: #FFF;
    border-radius: 3px;
}

.quote .sec-title {
    margin-bottom: 30px;
}

.quote .sec-title h3 {
    color: #195929
}

.quote .quote-item {
    background-color: #F9F9F9;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    border-radius: 3px;
}

.quote .quote-item:last-of-type {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}

.quote .quote-item label {
    display: block;
    line-height: 1.1;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343434;
}

.quote .quote-item input,
.quote .quote-item textarea {
    width: 100%;
    color: #9B9B9B;
    background-color: transparent;
    font-size: 13px;
    padding: 10px 0 0 0;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    position: relative;
    border: 0px solid transparent;
    font-family: 'Raleway', sans-serif;
}

.quote .quote-item textarea {
    height: 115px;
    display: block;
}

.quote .quote-item i {
    position: absolute;
    color: #8C2029;
    top: 15px;
    right: 15px;
}

/* :: Contact */
.contact .quote {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.contact .quote .quote-item:last-of-type {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #F9F9F9;
}

/* :: Pricing */
.pricing {
    margin-top: 100px;
}

.pricing-2 {
    margin-top: 0px;
}

.pricing-item {
    margin-bottom: 30px;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 0.07);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 0.07);
    padding: 50px 40px;
    border-radius: 3px;
}

.pricing-item .item-top {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E9E9E9;
}

.pricing-item .item-top h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 50px;
    text-transform: capitalize;
    color: #195929;
}

.pricing-item.active .item-top h4 {
    color: #8C2029;
}

.pricing-item .item-top .price-number h5 {
    color: #195929;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    position: relative;
    padding-left: 18px;
}

.pricing-item .item-top .price-number h5:before {
    content: '$';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.pricing-item .item-top .price-number span {
    font-size: 13px;
    font-weight: 500;
    color: #195929;
    text-transform: capitalize;
}

.pricing-item .item-top p {
    margin: 12px 0 0 0;
}

.pricing-item .item-last ul li {
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.pricing-item .item-last ul li:last-of-type {
    margin-bottom: 0;
}

.pricing-item .item-last ul li:hover {
    color: #8C2029;
}

.pricing-item .item-last ul li i {
    font-size: 11px;
    line-height: 1.5;
    margin-right: 25px;
    color: #8C2029;
}

.pricing-item .item-last a {
    width: 100%;
    margin-top: 50px;
}

/* :: Testimonial */
.testimonial {
    background-color: #F9F9F9;
    padding: 70px 0 100px 0;
}

.testimonial-2,
.testimonial-about {
    padding: 100px 0;
}

.icon-quote {
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}

.icon-quote i {
    font-size: 42px;
    line-height: 1;
    color: #8C2029;
}

.owl-testimonial .testimonial-item .text-box {
    position: relative;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    color: #195929;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.owl-testimonial .testimonial-item .text-box:after,
.owl-testimonial .testimonial-item .text-box:before {
    content: ' " ';
}

.owl-testimonial .testimonial-item .item-name img {
    width: 70px;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #8C2029;
    padding: 4px;
}

.owl-testimonial .testimonial-item .item-name h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #195929;
    text-align: center;
}

.owl-testimonial .testimonial-item .item-name span {
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

/* :: Map */
.map .map-box iframe {
    border: 0;
    background-color: #FFF;
    width: 100%;
    height: 550px;
    display: block;
}

/* :: Blog */
.blog-services {
    padding-top: 70px;
}

.blog-item {
    margin-bottom: 30px;
}

.blog-item .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.blog-item:hover .img-box .open-post img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.blog-item .img-box ul {
    position: absolute;
    bottom: 0;
    left: 30px;
    background-color: #8C2029;
    padding: 2px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.blog-item .img-box ul li {
    display: inline-block;
}

.blog-item .img-box ul li a {
    font-size: 13px;
    text-transform: capitalize;
}

.blog-item .img-box ul li:hover a {
    color: #195929;
}

.blog-item .text-box {
    padding: 30px 0px 0px 30px;
}

.blog-item .text-box .title-blog {
    display: block;
}

.blog-item .text-box h5 {
    position: relative;
    font-size: 21px;
    line-height: 29px;
    margin: 15px 0;
    font-weight: 600;
    color: #195929;
}

.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover {
    color: #8C2029;
}

.blog-item .text-box .link {
    font-size: 14px;
    color: #8C2029;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

.blog-item .text-box .link span {
    background-color: #8C2029;
    color: #FFF;
    width: 0;
    height: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    margin-right: 0;
    position: relative;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.blog-item .text-box .link:hover span {
    width: 15px;
    margin-right: 8px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* :: Footer */
.footer {
    background-color: #262626;
    padding-top: 100px;
}

.footer .logo,
.footer .links,
.footer .newsletter {
    margin-bottom: 30px;
}

.footer .logo img {
    width: 450px;
}

.footer .logo p {
    margin: 10px 0 20px 0;
    color: #F9F9F9;
    max-width: 500px;
}

.footer .logo ul li {
    display: inline-block;
    transition: all 0.65s ease;
}

.footer .logo ul li a {
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #09091F;
    color: #FFF;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 50%;
}


.footer .logo ul li:hover a {
    transition: all 0.65s ease;
    background-color: #FFF;
    color: #8C2029;
}

.footer-title h4 {
    color: #FFF;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #8C2029;
    border-radius: 15px;
    padding: 5px 10px;
}

.footer .links li a {
    display: inline-block;
    position: relative;
    color: #F4F4F4;
    font-size: 14px;
    line-height: 32px;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: all 0.65s ease-in;
}

.footer .quick-links li a::before {
    content: "»";
    padding-right: 5px;
    transition: all 0.65s ease;
}

.footer .links li:hover a {
    transition: all 0.65s ease;
    color: #D9A3A7;
    transform: translateX(4px);

}

.footer .contact-links li a {
    transition: all 0.65s ease;
}

.footer .contact-links li a:hover {
    text-decoration: 2px solid underline #D9A3A7;
}

.footer .contact-links li i {
    color: #8C2029;
    font-size: 18px;
}

.footer .newsletter {
    background-color: #09091F;
    padding: 30px;
    border-radius: 3px;
}

.footer .newsletter h5 {
    color: #8C2029;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 20px;
}

.footer .newsletter p {
    color: #F4F4F4;
    margin-bottom: 26px;
    font-size: 15px;
}

.footer .newsletter form {
    position: relative
}

.footer .newsletter form input {
    width: 100%;
    color: #9B9B9B;
    background-color: transparent;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 44px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    border: 1px solid rgb(204 204 204 / 0.1);
}

.footer .newsletter form input:focus {
    border-color: #8C2029;
}

.footer .newsletter form a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-color: #8C2029;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

.copyright {
    margin-top: 70px;
    padding: 40px 0;
    background-color: #8C2029;
    overflow: hidden;
    text-align: center;
}

.copyright p {
    margin: 0;
    color: #F4F4F4;
}

.copyright p a {
    color: #8C2029;
}

.copyright ul {
    float: right;
}

.copyright ul li {
    display: inline-block;
    margin-left: 10px;
}

.copyright ul li:hover a {
    color: #8C2029;
}

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scroll-up a {
    background-color: #8C2029;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #8C2029;
    border-radius: 3px;
    outline: none;
}

.scroll-up:hover a {
    background-color: #195929;
    border: 1px solid #195929;
}

/* :: Breadcrumb Header */
.breadcrumb-header {
    padding: 120px 0;
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.breadcrumb-header .banner h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.breadcrumb-header .banner ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.30px;
    color: #F9F9F9;
    text-transform: capitalize;
}

.breadcrumb-header .banner ul li:hover a {
    color: #8C2029;
}

/* :: Single Services */
.services-head h4 {
    font-size: 24px;
    line-height: 1.1;
    color: #195929;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.services-list li a {
    color: #9B9B9B;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #E9E9E9;
}

.services-list li:last-of-type a {
    margin-bottom: 0;
}

.services-list li.active a,
.services-list li:hover a {
    color: #8C2029;
}

.services-list li a i {
    float: right;
}

.brochures {
    padding: 40px;
    background-color: #F9F9F9;
    margin: 30px 0;
}

.brochures h5,
.single-services-box h4 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #195929;
    font-size: 18px;
}

.brochures a {
    width: 100%;
}

.call-back {
    padding: 40px;
    background-color: #8C2029;
    margin: 30px 0;
    text-align: center;
}

.call-back i {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
}

.call-back h5 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #FFF;
    font-size: 18px;
}

.call-back p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    color: #FFF;
}

.call-back a {
    width: 100%;
    margin-top: 16px;
}

.single-services-box h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #195929;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-services-box h4 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.single-services-box .img-box-chart img {
    width: 100%;
}

/* :: Careers */
.item-careers {
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 40px;
    margin-bottom: 30px;
}

.item-careers h4 a {
    display: block;
    position: relative;
    font-size: 21px;
    line-height: 29px;
    margin: 0px 0 15px 0;
    font-weight: 600;
    color: #195929;
}

.item-careers h4:hover a {
    color: #8C2029;
}

.item-careers ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

.item-careers ul li.active {
    background-color: #8C2029;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}

.item-careers p {
    margin: 15px 0;
}

.item-careers a {
    font-size: 14px;
    color: #8C2029;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

.item-careers a span {
    background-color: #8C2029;
    color: #FFF;
    width: 0;
    height: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    margin-right: 0;
    position: relative;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.item-careers a:hover span {
    width: 15px;
    margin-right: 8px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* :: Shop */
.shop-item {
    margin-bottom: 30px;
}

.shop-item .item-img {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.shop-item .item-img .box-more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(11 12 38 / 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.shop-item:hover .item-img .box-more {
    opacity: 1;
    visibility: visible;
}

.shop-item .item-img .box-more a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shop-item .item-text .open-item-shop h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 12px 0;
    color: #195929;
}

.shop-item .item-text span {
    color: #8C2029;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

/* :: Single Product */
.shop.area .text-box-details .title-product {
    font-size: 20px;
    line-height: 1.2;
    color: #195929;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.shop.area .text-box-details .item-review span {
    display: inline-block;
    font-size: 14px;
    color: #A5A5A5;
}

.shop.area .text-box-details .item-review span i.active {
    color: #8C2029;
}

.shop.area .text-box-details .item-review span.reviews {
    margin-left: 40px;
}

.shop.area .text-box-details .item-review span.spance-span {
    margin: 0 5px;
}

.shop.area .text-box-details .item-review span a {
    font-size: 14px;
    color: #A5A5A5;
}

.shop.area .text-box-details .item-review span a:hover {
    color: #8C2029;
}

.shop.area .text-box-details .item-price {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #8C2029;
    margin-top: 15px;
    margin-bottom: 25px;
}

.shop.area .text-box-details .btn-3 {
    margin-bottom: 25px;
}

.shop.area .text-box-details .list-details li {
    line-height: 2;
    font-size: 16px;
}

.shop.area .text-box-details .list-details li span {
    font-weight: bold;
    color: #195929;
    min-width: 120px;
    display: inline-block;
}

.shop.area .text-box-details .list-details li a {
    color: #195929;
    margin-right: 20px;
}

.shop.area .text-box-details .list-details li a:hover {
    color: #8C2029;
}

.shop.area .description {
    margin-top: 50px;
}

.shop.area .description ul li {
    display: inline-block;
    margin-right: 5px;
}

.shop.area .description p {
    margin: 25px 0 0 0
}

/* :: 404 Page */
.page-404-area {
    padding: 150px 0;
}

.page-404-area h2 {
    font-size: 250px;
    color: #195929;
    font-weight: bold;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.page-404-area h2 span {
    color: #8C2029;
}

.page-404-area p {
    text-transform: capitalize;
    font-weight: 500;
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.page-404-area a {
    margin-top: 30px;
}

/* :: Pagination */
.pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.pagination.one {
    width: auto;
}

.pagination-blog-area .pagination li {
    display: inline-block;
    text-align: center;
    color: #195929;
    font-weight: 600;
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 2px;
    border: 1px solid #EAEAEA;
    cursor: pointer;
}

.pagination-blog-area .pagination li:last-of-type {
    margin-right: 0;
}

.pagination-blog-area .pagination li.active {
    background-color: #8C2029;
    color: #FFF;
    border-color: #8C2029;
}

/* :: Widget */
.widget {
    margin-bottom: 40px;
}

.widget .widget-title {
    padding-bottom: 25px;
}

.widget .widget-title h3 {
    line-height: 1.2;
    text-transform: capitalize;
    color: #195929;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.widget .widget-body .search {
    position: relative;
}

.widget .widget-body .search input {
    position: relative;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
}

.widget .widget-body .search input:focus {
    border-color: #8C2029;
}

.widget .widget-body .search button.click {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    font-size: 13px;
    background-color: transparent;
    color: #8C2029;
    border: none;
}

.widget .widget-body .instagram ul {
    overflow: hidden;
}

.widget .widget-body .instagram ul li {
    float: left;
    display: inline-block;
    margin: 4px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.widget .widget-body .instagram ul li img {
    width: 60px;
    height: 60px;
}

.widget .widget-body .instagram ul li a {
    background-color: #8C2029;
    color: #FFF;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.widget .widget-body .instagram ul li:hover a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.widget .widget-body .follow .icon li {
    display: inline-block;
    margin: 0 4px 4px 0;
}

.widget .widget-body .follow .icon li a {
    display: inline-block;
    text-align: center;
    color: #FFF;
    background-color: #8C2029;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #8C2029;
    border-radius: 2px;
}

.widget .widget-body .follow .icon li:hover a {
    background-color: #195929;
    border-color: #195929;
}

.widget .categories ul li {
    border-bottom: 1px solid #EAEAEA;
}

.widget .categories ul li:last-of-type {
    border-bottom: none;
}

.widget .categories ul li a {
    font-size: 14px;
    padding: 15px 0;
    display: block;
    line-height: 15px;
    text-transform: capitalize;
    color: #A5A5A5;
}

.widget .categories ul li:first-of-type a {
    padding-top: 0;
}

.widget .categories ul li:last-of-type a {
    padding-bottom: 0;
}

.widget .categories ul li a i {
    margin-right: 5px;
}

.widget .categories ul li a span {
    float: right;
}

.widget .categories ul li:hover a {
    color: #8C2029;
    padding-left: 10px;
}

.widget .widget-body .tags ul li {
    display: inline-block;
}

.widget .widget-body .tags ul li a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    border-radius: 3px;
}

.widget .widget-body .tags ul li:hover a {
    background-color: #8C2029;
    color: #FFF;
    border: 1px solid #8C2029;
}

/* :: News Item */
.news-item {
    margin-bottom: 22px;
    overflow: hidden;
}

.news-item:last-of-type {
    margin-bottom: 0px;
}

.news-item img {
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 3px;
}

.news-item .item-content {
    padding-left: 70px;
}

.news-item .item-content span a {
    color: #8C2029;
    line-height: 0.8;
    display: block;
    padding-bottom: 8px;
}

.news-item .item-content a.title-blog {
    display: block;
}

.news-item .item-content a.title-blog h5 {
    color: #B4B4B4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}

.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5 {
    color: #8C2029;
}

/* :: Single Blog */
.blog.area .blog-item .text-box {
    padding-left: 0;
}

.blog .share-post {
    overflow: hidden;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.blog .share-post span {
    font-size: 15px;
    font-weight: 600;
    color: #195929;
    margin: 4px 0;
    display: inline-block;
}

.blog .share-post ul {
    float: right;
}

.blog .share-post ul li {
    display: inline-block;
    margin: 0 4px 0px 0;
}

.blog .share-post ul li a {
    display: inline-block;
    text-align: center;
    color: #195929;
    background-color: #F9F9F9;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F9F9F9;
    border-radius: 2px;
}

.blog .share-post ul li:hover a {
    background-color: #8C2029;
    border-color: #8C2029;
    color: #FFF;
}

.blog.area .item-comments {
    margin-bottom: 30px;
}

.blog.area .item-comments .title h4,
.blog.area .add-comments .title h4 {
    line-height: 14px;
    text-transform: capitalize;
    color: #223645;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog.area .item-comments .inner-comments .comments-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}

.blog.area .item-comments .inner-comments .comments-box:last-of-type {
    padding: 0;
    margin: 0;
    border: none;
}

.blog.area .item-comments .inner-comments .comments-box.reply,
.blog.area .item-comments .inner-comments .comments-box .text-box {
    margin-left: 90px;
}

.blog.area .item-comments .inner-comments .comments-box .img-box {
    height: 70px;
    width: 70px;
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}

.blog.area .item-comments .inner-comments .comments-box .img-box img {
    border-radius: 50%;
}

.blog.area .item-comments .inner-comments .comments-box .text-box h5 {
    display: block;
    color: #223645;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.blog.area .item-comments .inner-comments .comments-box .text-box .time {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #8C2029;
}

.blog.area .item-comments .inner-comments .comments-box .text-box p {
    margin-bottom: 15px;
}

.blog.area .item-comments .inner-comments .comments-box .text-box a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    font-size: 13px;
    font-weight: 600;
    color: #7A8A9E;
    border-radius: 3px;
}

.blog.area .item-comments .inner-comments .comments-box .text-box a:hover {
    color: #FFF;
    border: 1px solid #8C2029;
    background-color: #8C2029;
}

.blog.area .add-comments .inner-add-comments-box input,
.blog.area .add-comments .inner-add-comments-box textarea {
    position: relative;
    border: 1px solid #E9E9E9;
    padding: 10px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 3px;
}

.blog.area .add-comments .inner-add-comments-box input:focus,
.blog.area .add-comments .inner-add-comments-box textarea:focus {
    border-color: #8C2029;
}

.blog.area .add-comments .inner-add-comments-box textarea {
    height: 100px;
    display: block;
}

/* :: Dark Mode */
.dark-mode-btn {
    position: fixed;
    z-index: 100;
    bottom: 64px;
    right: 30px;
    background-color: #195929;
    font-size: 14px;
    color: #FFF;
    line-height: 44px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #195929;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.active-dark-mode .dark-mode-btn {
    background-color: #FFF;
    color: #8C2029;
    border-color: #FFF;
}

body.active-dark-mode {
    background-color: #195929;
    color: #F1F1F1;
}

.active-dark-mode .sec-title h3 {
    color: #FFF;
}

.active-dark-mode .sec-title p {
    color: #F1F1F1
}

.active-dark-mode .top-nav-bar {
    border-color: rgb(204 204 204 / 0.2);
}

.active-dark-mode .nav-bar.active {
    background-color: #195929;
    border-bottom: 1px solid rgb(204 204 204 / 0.2);
}

.active-dark-mode .top-nav-bar .top-nav-bar-box ul.info li {
    border-color: rgb(204 204 204 / 0.2);
    color: #F1F1F1;
}

.active-dark-mode .top-nav-bar .top-nav-bar-box ul li a {
    color: #F1F1F1;
}

.active-dark-mode .nav-bar .logo .logo-nav img {
    display: none;
}

.active-dark-mode .nav-bar .logo .logo-nav img.dark-mode-logo {
    display: block;
}

.active-dark-mode .nav-bar .nav-bar-link ul li a,
.active-dark-mode .nav-bar .nav-bar-link>ul ul li a {
    color: #F1F1F1
}

.active-dark-mode .nav-bar .nav-bar-link>ul ul {
    background-color: #195929;
    box-shadow: 0 8px 80px rgb(255 255 255 / 4%)
}

.active-dark-mode .nav-bar .icon li .icon-item {
    color: #F1F1F1;
}

.active-dark-mode .nav-bar .icon li.cart .cart-popup {
    background-color: #195929;
    box-shadow: 0 8px 80px rgb(255 255 255 / 4%);
}

.nav-bar .icon li.cart .cart-popup .item {
    border-color: rgb(204 204 204 / 0.2)
}

.active-dark-mode .nav-bar .icon li.cart .cart-popup .item .item-content div {
    color: #FFF;
}

.active-dark-mode .nav-bar .icon li.cart .cart-popup .item .delete-item {
    background-color: #FFF;
    color: #8C2029;
}

.active-dark-mode .nav-bar .icon li.cart .cart-popup .item .delete-item:hover {
    color: #FFF;
}

.active-dark-mode .nav-bar .icon li.cart .cart-popup .button-cart a:first-of-type.btn-1:after {
    background-color: #FFF;
}

.active-dark-mode .nav-bar .icon li.cart .cart-popup .button-cart a:first-of-type.btn-1:hover {
    color: #8C2029;
}

.active-dark-mode .nav-bar .icon li.cart .cart-popup .button-cart a:last-of-type {
    background-color: #FFF;
    color: #8C2029;
}

.active-dark-mode .nav-bar .icon li.cart .cart-popup .button-cart a:last-of-type:hover {
    color: #FFF;
}

.active-dark-mode .menu-box {
    background-color: rgb(11 12 38 / 0.9);
}

.active-dark-mode .menu-box .inner-menu {
    background-color: #195929;
}

.active-dark-mode .menu-box .inner-menu .contact-info h4,
.active-dark-mode .menu-box .inner-menu .follow-us h4 {
    color: #FFF;
}

.active-dark-mode .menu-box .inner-menu .website-info p,
.active-dark-mode .menu-box .inner-menu .contact-info .contact-box .box p {
    color: #F1F1F1;
}

.menu-box .inner-menu .website-info .logo img.dark-mode-logo {
    display: none;
}

.active-dark-mode .menu-box .inner-menu .website-info .logo img:first-of-type {
    display: none;
}

.active-dark-mode .menu-box .inner-menu .website-info .logo img.dark-mode-logo {
    display: block;
}

.active-dark-mode .fancybox .fancybox-item i,
.active-dark-mode .services .services-item i,
.active-dark-mode .fancybox .fancybox-item h4,
.active-dark-mode .services .services-item h4 {
    color: #FFF;
}

.active-dark-mode .fancybox .fancybox-item:hover i,
.active-dark-mode .services .services-item:hover i {
    color: #8C2029;
}

.active-dark-mode .fancybox .fancybox-item p,
.active-dark-mode .services .services-item p {
    color: #F1F1F1;
}

.active-dark-mode .about .text-box ul li,
.active-dark-mode .benfits li {
    color: #F1F1F1;
}

.active-dark-mode .about .text-box ul li:hover,
.active-dark-mode .benfits li:hover {
    color: #8C2029;
}

.active-dark-mode .about .text-box a.btn-1 {
    background-color: #FFF;
    color: #8C2029;
}

.active-dark-mode .about .text-box a.btn-1:hover {
    color: #FFF;
}

.active-dark-mode .services,
.active-dark-mode .team {
    background: #09091F;
}

.active-dark-mode .statistic {
    border-color: rgb(204 204 204 / 0.2);
}

.active-dark-mode .statistic-item i {
    color: #FFF;
}

.active-dark-mode .statistic-item .content .counter {
    color: #FFF;
}

.active-dark-mode .statistic-item .content .counter-name {
    color: #F1F1F1
}

.active-dark-mode .owl-case-study.owl-theme .owl-dots .owl-dot span,
.active-dark-mode .owl-testimonial.owl-theme .owl-dots .owl-dot span {
    background-color: #F1F1F1;
}

.active-dark-mode .team .team-item .text-box h5,
.active-dark-mode .team .team-item .text-box ul li a {
    color: #FFF;
}

.active-dark-mode .quote .sec-title h3 {
    color: #195929;
}

.active-dark-mode .testimonial,
.active-dark-mode .faq-quote {
    background-color: #195929;
}

.active-dark-mode .pricing-item {
    background-color: #09091F;
}

.active-dark-mode .pricing-item .item-top h4,
.active-dark-mode .pricing-item .item-top .price-number h5,
.active-dark-mode .pricing-item .item-top .price-number h5:before,
.active-dark-mode .pricing-item .item-top .price-number span {
    color: #FFF;
}

.active-dark-mode .pricing-item .item-top {
    border-color: rgb(204 204 204 / 0.2)
}

.active-dark-mode .pricing-item .item-top p {
    color: #F1F1F1;
}

.active-dark-mode .pricing-item .item-last a.btn-1:hover,
.active-dark-mode .pricing-item.active .item-top h4 {
    color: #8C2029;
}

.active-dark-mode .pricing-item .item-last a.btn-1:after {
    background-color: #FFF;
}

.active-dark-mode .owl-testimonial .testimonial-item .text-box,
.active-dark-mode .owl-testimonial .testimonial-item .item-name h5 {
    color: #FFF;
}

.active-dark-mode .owl-case-study.owl-theme .owl-dots .owl-dot.active span,
.active-dark-mode .owl-case-study.owl-theme .owl-dots .owl-dot:hover span,
.active-dark-mode .owl-testimonial.owl-theme .owl-dots .owl-dot.active span,
.active-dark-mode .owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #8C2029;
}

.active-dark-mode .blog {
    background-color: #09091F;
}

.active-dark-mode .blog-item .text-box h5 {
    color: #FFF
}

.active-dark-mode .blog-item .text-box p {
    color: #F1F1F1
}

.active-dark-mode .fancybox-2 .fancybox-item {
    border-color: rgb(204 204 204 / 0.2)
}

.active-dark-mode .services-2 .services-item {
    border-color: rgb(204 204 204 / 0.2)
}

.active-dark-mode .about-2 .faq .faq-box,
.active-dark-mode .faq.faq-page .faq-box,
.active-dark-mode .single-services-box .faq .faq-box {
    border-color: rgb(204 204 204 / 0.2)
}

.active-dark-mode .about-2 .faq .faq-box .question-header .click,
.active-dark-mode .about-2 .faq .faq-box .question-header .click i,
.active-dark-mode .faq.faq-page .faq-box .question-header .click,
.active-dark-mode .faq.faq-page .faq-box .question-header .click i,
.active-dark-mode .single-services-box .faq .faq-box .question-header .click,
.active-dark-mode .single-services-box .faq .faq-box .question-header .click i {
    color: #F1F1F1
}

.active-dark-mode .about-2 .faq .faq-box .answer p,
.active-dark-mode .faq.faq-page .faq-box .answer p,
.active-dark-mode .single-services-box .faq .faq-box .answer p {
    color: #F1F1F1;
    border-color: rgb(204 204 204 / 0.2)
}

.active-dark-mode .case-study-2 {
    background-color: #09091F;
}

.active-dark-mode .case-study-list .list-name-case li {
    color: #F1F1F1;
    border-color: rgb(204 204 204 / 0.2)
}

.active-dark-mode .testimonial-2,
.active-dark-mode .testimonial-about {
    background-color: #09091F;
}

.active-dark-mode .blog-home-2 {
    background-color: #195929;
}

.active-dark-mode .contact {
    background-color: #09091F;
}

.active-dark-mode .contact .quote .quote-item:last-of-type {
    background-color: #195929;
}

.active-dark-mode .contact .quote .quote-item label {
    color: #F1F1F1
}

.active-dark-mode .faq-quote-services {
    padding-bottom: 70px;
}

.active-dark-mode .single-services {
    background-color: #09091F
}

.active-dark-mode .services-head h4,
.active-dark-mode .single-services-box h3 {
    color: #FFF;
}

.active-dark-mode .services-list li a {
    color: #F1F1F1;
    border-color: rgb(204 204 204 / 0.2)
}

.active-dark-mode .services-list li.active a,
.active-dark-mode .services-list li:hover a {
    color: #8C2029;
}

.active-dark-mode .brochures {
    background-color: #195929;
}

.active-dark-mode .brochures h5,
.active-dark-mode .single-services-box h4 {
    color: #F1F1F1
}

.active-dark-mode .single-services-box p {
    color: #F9F9F9;
}

.active-dark-mode .item-careers {
    border-color: rgb(204 204 204 / 0.2)
}

.active-dark-mode .item-careers h4 a {
    color: #F1F1F1;
}

.active-dark-mode .item-careers h4:hover a {
    color: #8C2029;
}

.active-dark-mode .shop-page,
.active-dark-mode .shop.area {
    background-color: #09091F;
}

.active-dark-mode .shop-item .item-text .open-item-shop h4 {
    color: #FFF;
}

.active-dark-mode .shop.area .text-box-details .title-product {
    color: #FFF;
}

.active-dark-mode .shop.area .text-box-details .item-review span {
    color: #F1F1F1;
}

.active-dark-mode .shop.area .text-box-details p {
    color: #F9F9F9;
}

.active-dark-mode .shop.area .text-box-details .list-details li span {
    color: #F1F1F1
}

.active-dark-mode .shop.area .text-box-details .list-details li a {
    color: #F1F1F1;
}

.active-dark-mode .shop.area .text-box-details .list-details li a:hover {
    color: #8C2029;
}

.active-dark-mode .page-404-area {
    background-color: #09091F;
}

.active-dark-mode .page-404-area h2 {
    color: #FFF;
}

.active-dark-mode .page-404-area p {
    color: #F1F1F1;
}

.active-dark-mode .case-study.case-study-page {
    background: #09091F;
}

.active-dark-mode .team.case-study-page {
    background: #195929;
}

.active-dark-mode .blog.case-study-page-2 {
    padding-top: 0;
}

.active-dark-mode .widget .widget-body .search input {
    background-color: #195929;
    border-color: #195929;
}

.active-dark-mode .widget .widget-title h3 {
    color: #FFF;
}

.active-dark-mode .widget .categories ul li {
    border-color: rgb(204 204 204 / 0.2)
}

.active-dark-mode .widget .categories ul li a {
    color: #F1F1F1
}

.active-dark-mode .widget .categories ul li:hover a {
    color: #8C2029;
}

.active-dark-mode .widget .widget-body .tags ul li a,
.active-dark-mode .blog.area .item-comments .inner-comments .comments-box .text-box a {
    background-color: #195929;
    border-color: #195929;
    color: #FFF;
}

.active-dark-mode .widget .widget-body .tags ul li:hover a,
.active-dark-mode .blog.area .item-comments .inner-comments .comments-box .text-box a:hover {
    background-color: #8C2029;
}

.active-dark-mode .pagination-blog-area .pagination li {
    border-color: rgb(204 204 204 / 0.2);
    color: #FFF;
}

.active-dark-mode .blog .share-post {
    border-color: rgb(204 204 204 / 0.2);
}

.active-dark-mode .blog .share-post span {
    color: #FFF;
}

.active-dark-mode .blog .share-post ul li a {
    color: #FFF;
    background-color: #195929;
    border-color: #195929;
}

.active-dark-mode .blog.area .item-comments .title h4,
.active-dark-mode .blog.area .add-comments .title h4 {
    color: #FFF;
}

.active-dark-mode .blog.area .item-comments .inner-comments .comments-box .text-box h5,
.active-dark-mode .blog.area .item-comments .inner-comments .comments-box .text-box p {
    color: #F1F1F1;
}

.active-dark-mode .blog.area .item-comments .inner-comments .comments-box {
    border-color: rgb(204 204 204 / 0.2);
}

.active-dark-mode .blog.area .add-comments .inner-add-comments-box input,
.active-dark-mode .blog.area .add-comments .inner-add-comments-box textarea {
    background-color: #195929;
    border-color: #195929;
}


/* ::custom css By Xaid */

/* ::home page */
/* :: hero section */

.h-section {
    background-color: #f2f2f2;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 40px;

}

.h-container {
    display: inline-block;
    max-width: 800px;
    border-radius: 15px;
    border-left: 2px solid #8C2029;
    border-right: 2px solid #8C2029;
    margin: 0 auto;

}

.h-content {
    text-align: center;
    padding: 30px;
}

.h-content h3 {
    color: #195929;
    font-weight: 700;
}

.h-content p {
    color: #000;
    font-weight: 500;
    padding-top: 15px;
}

@media(max-width:786px) {
    .h-content {
        text-align: left;
    }
}

/* what we do section */
.s-section {
    padding: 40px 20px;
    background-color: #ddcccc;
    text-align: center;
}

.s-section h2 {
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 2px solid #8C2029;
    border-radius: 15px;
    margin-bottom: 25px;
    color: #8C2029;
    font-weight: 700;
}

.s-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin: 0 auto;
    max-width: 1400px;
}

.s-card {
    padding: 10px;
    border: 1px solid #8C2029;
    border-radius: 15px 0;
    transition: all 0.65s ease;
    background-color: #f2f2f2;
    text-align: left;
}

.s-card:hover {
    transform: translateY(-8px);
    border-radius: 0 15px;
}

.s-card h4 {
    color: #000;
    margin-bottom: 10px;
}

.s-card p {
    color: #000;
}

/* :: why choose us  */

.wc-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #f1f1f1;
}

.wc-section h2 {
    display: inline-block;
    border-bottom: 2px solid #8C2029;
    padding: 5px 10px;
    color: #8C2029;
    text-transform: capitalize;
    font-weight: 700;
}

.wc-section p {
    color: #000;
    font-size: 24px;
    padding: 10px;
}

.wc-section h3 {
    color: #000;
    margin-top: 30px;
    display: inline-block;
    border-bottom: 2px solid #000;
    text-transform: capitalize;

}

.wc-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
}

.wc-cards {
    background-color: #fff;
    padding: 15px;
    border: 2px solid #8C2029;
    border-radius: 15px 0;
    transition: all 0.65s ease;
}

.wc-cards:hover {
    transform: translateY(-10px);
    border-radius: 0 15px;
}

.wc-cards h3 {
    color: #8C2029;
    text-transform: capitalize;
    margin-top: 0;
    border-bottom: none;
    font-weight: 700;
}

/* cta section */
.cta-section {
    padding: 50px 20px 0;

}

.cta-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 30px;
    background-color: #401E24;
    padding: 40px 20px 20px;
    border-radius: 20px 20px 0 0;
    flex: wrap;
}

.cta-divider {
    border: 1px solid #fff;
    height: 100px;
}

.cta-content {
    text-align: left;
    flex: 2;
    padding-left: 40px;
}

.cta-content h3 .cta-content p {
    color: #fff;
}

.cta-btn {
    flex: 1;

}

.cta-btn .buttons .btn-1 {
    outline: 2px solid #f2f2f2;
}

@media(max-width:768px) {
    .cta-divider {
        display: inline-block;
        width: 280px;
        height: 2px;
    }

    .cta-container {
        flex-wrap: wrap;
    }

    .flex-card {
        flex: 1 1 280px;
    }

    .cta-content {
        text-align: left;
        padding-left: none;
    }
}


/* :: about page*/
/* :: our approach section */

.app-section {
    padding: 60px 20px;
    background-color: #f1f1f1;
    text-align: center;
}

.app-container {
    display: inline-block;
    max-width: 800px;
    border-right: 2px solid #8C2029;
    border-left: 2px solid #8C2029;
    border-radius: 15px;
    padding: 20px;
}

.app-content h3 {
    display: inline-block;
    color: #8C2029;
    text-transform: capitalize;
    font-weight: 700;
    padding: 5px 10px;
    border: 2px solid transparent;
    border-bottom: 2px solid #8C2029;
    border-radius: 15px;
    margin-bottom: 10px;
    transition: all 0.65s ease;
}

.app-content:hover h3 {
    border: 2px solid #8C2029;
}

h3 {
    display: flex;
    align-items: flex-start;

}

.app-content h3::before {
    content: "\f5fd";
    /* change icon here */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #8C2029;
    font-size: 24px;
}

.app-content .app-heading {
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

/* ::mission and vision and core values */
.mv-section {
    background-color: #E9E9E9;
    padding: 60px 20px;
}

.mv-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1200px;
    gap: 30px;
    margin: 0 auto;
}

.mv-card {
    flex: 1 1 280px;
    padding: 15px;
    border: 2px solid #8C2029;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.65s ease, box-shadow all 0.65s ease-out;
}

.mv-card:hover {
    transition: all 0.65s ease;
    border-radius: 15px;
    transform: translateY(-10px);
}

.core-card {
    border-radius: 15px;
    transition: all 0.65s ease;
}

.core-card:hover {
    border-radius: 0;
}

.mv-icon {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #fff;
    border: 1px solid #8C2029;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv-icon img {
    border-radius: 50%;
}

.mv-card:hover .mv-icon img {
    transform: rotate(-10deg);
}

.mv-content h3 {
    color: #8C2029;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 2px solid #8C2029;
    border-radius: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.mv-content p {
    color: #000;
    font-size: 16px;
}

.mv-content .core-list li {
    padding: -10px;
    color: #000;
    font-size: 16px;
}

.mv-content .core-list li::before {
    content: '»';
    margin-right: 5px;
    color: #8C2029;
}


/* :: industries and clients section */
.ic-section {
    background-color: #8C2029;
    padding: 60px;
    color: #fff;
    text-align: center;
}

.ic-section h3 {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 2px solid #fff;
    border-radius: 15px;
}

.ic-section p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 30px;
}

.ic-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    gap: 25px;
}

.ic-card {
    flex: 1 1 250px;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 10px;
    transition: all 0.65s ease;
    background-color: #195929;

}

.ic-card:hover {
    transform: translateY(-10px);
}

.ic-card img {
    border-radius: 50%;
    margin-bottom: 10px;

}

/* :: product page  */
.p-section {
    padding: 60px 20px;
    background-color: #f1f1f1;
    text-align: center;
}

.p-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    max-width: 1200px;
    margin: 0 auto;
    gap: 25px;

}

.p-card {
    border-radius: 15px;
    border: 2px solid #8C2029;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.65s ease, box-shadow all 0.65s ease;

}

.p-card:hover {
    transition: all 0.65s ease;
    transform: translateY(-8px);
}

.p-img {
    overflow: hidden;
}

.p-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    border-bottom: 2px solid #195929;
}

.p-title h3 {
    color: #000;
    text-align: center !important;
    padding: 10px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}

/* ::contact page */
/* :: info cards */

.info-section {
    padding: 40px 20px;
    background-color: #195929;
    text-align: center;
}

.info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1000px;
    margin: 0 auto;
    gap: 25px;

}

.info-card {
    flex: 1 1 280px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 15px 0;
    transition: all 0.65s ease-in-out;
    background-color: #8C2029;

}

.info-card:hover {
    transform: translateY(-8px);
    border-radius: 0 15px;
}

.info-icon {
    width: 50px;
    height: 40px;
    background-color: #D9A3A7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 0 auto;
}

.info-icon i {
    color: #8C2029;
    font-size: 30px;
}

.info-card:hover .info-icon i {
    transform: rotate(-30deg);
}

.info-card a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.info-card:hover a {
    transition: all 0.65s ease;
    text-decoration: 2px solid underline;
}

/* form section */
.contact-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.contact-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    /* important for rounded corners */
    background: #fff;
}

/* Left */
.contact-left {
    width: 50%;
}

.contact-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right */
.contact-right {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-right h2 {
    display: inline-block;
    margin-bottom: 20px;
    color: #8C2029;
    border-bottom: 2px double #8C2029;
    width: fit-content;
    font-weight: bold;

}

.contact-right form {
    display: flex;
    flex-direction: column;
}

.contact-right input,
.contact-right textarea {
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.contact-right textarea {
    resize: none;
}

/* Button spacing */
#submitBtn {
    width: fit-content;
    margin-top: 10px;
    cursor: pointer;
}


@media(max-width:991px){
    .contact-container{
        flex-direction: column;
    }
    .contact-left{
        width: 100%;
    }
    .contact-right{
        width: 100%;
        padding: 10px;
    }
}


/* ========================= */
/* HERO SLIDER */
/* ========================= */

.z-header {
    position: relative;
    width: 100%;
}

.z-header-owl {
    width: 100%;
}

.z-sec-hero {
    position: relative;

    width: 100%;
    min-height: 90vh;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;

    overflow: hidden;
}

.z-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0,0,0,0.45);

    z-index: 1;
}

.z-hero-container {
    position: relative;
    z-index: 2;
}

.z-banner {
    width: 100%;
}

.z-handline {
    font-size: 58px;
    line-height: 1.2;
    font-weight: 700;

    color: #fff;

    margin-bottom: 25px;
}

.z-about-site {
    font-size: 18px;
    line-height: 1.7;

    color: #fff;

    margin-bottom: 30px;
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 767px) {

    .z-sec-hero {
        min-height: 52vh;
        padding: 30px 0 80px;

        align-items: flex-end;
    }

    .z-banner {
        text-align: left;
    }

    .z-handline {
        font-size: 32px;
        line-height: 1.25;

        margin-bottom: 15px;
    }

    .z-about-site {
        font-size: 14px;
        line-height: 1.6;

        margin-bottom: 20px;
    }

}