/* ----- COMMON ----- */
    h1,h2,h3,h4,h5,h6{
        font-family: "Antonio", serif;
    }
    section{
        /*overflow: hidden;*/
        position: relative;
    }
    a{
        text-decoration: none;
    }
    .mb10{
        margin-bottom: 10px;
    }
    .sec-title{
        margin-bottom: 20px;
    }
    .sec-title h2{
        color: #000;
        font-size: 48px;
        font-weight: 700;
        line-height: 55px;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    .sec-title h3{
        
    }
    .sec-title h3:before{
       
    }
    .theme-btn{

    }
    .theme-btn a,
    .theme-btn button{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 17px;
        line-height: 1;
        font-weight: 400;
        color: #131313;
        background-color: #FB7A38;
        padding: 5px;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        font-family: "Antonio", serif;
    }
    .theme-btn button{
        border: 0;
    }
    .theme-btn a:before{
        
    }
    .theme-btn a:after{
        
    }
    .theme-btn a:hover,
    .theme-btn button:hover
    {
        color: #fff;
    }
    
    .theme-btn a:hover:after{
        
    }
    .theme-btn-inner{
        position: relative;
        z-index: 1;
        padding: 12px 20px 9px 50px;
        width: 100%;
        text-align: center;
    }
    .theme-btn-inner:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        height: 100%;
        webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        background: #131313;
        width: 42px;
    }
    .theme-btn-icon{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        height: 100%;
        z-index: 2;
        font-size: 72%;
        line-height: 1;
        width: 42px;
    }
    .theme-btn-icon span{
        overflow: hidden;
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    ;
        margin-right: 5px;
    }
    .theme-btn-icon i:first-child,
    .theme-btn-icon i:last-child{
        transition: all 0.4s ease-in-out 0s;
        -webkit-transition:all 0.4s ease-in-out 0s;
    }
    .theme-btn-icon i:last-child{
        position: absolute;
        -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        transform: translateX(-150%);
    }
    .theme-btn-text{
        position: relative;
        z-index: 2
    }
    
    .theme-btn a:hover .theme-btn-inner:before,
    .theme-btn button:hover .theme-btn-inner:before
    {
        width: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .theme-btn a:hover .theme-btn-icon i:first-child,
    .theme-btn button:hover .theme-btn-icon i:first-child
    {
        -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
        transform: translateX(150%);
    }
    .theme-btn a:hover .theme-btn-icon i:last-child,
    .theme-btn button:hover .theme-btn-icon i:last-child{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .theme-btn a:hover .theme-btn-text,
    .theme-btn button:hover .theme-btn-text{
        color: #fff;
    }
    .gal {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
    .gal img{ 
        width: 100%; 
        /*padding: 7px 0;*/
    }
    @media (max-width: 500px) {
        .gal {
            -webkit-column-count: 1; /* Chrome, Safari, Opera */
            -moz-column-count: 1; /* Firefox */
            column-count: 1;    
        }
    }
    .theme-input,
    .theme-textarea,
    .theme-select {
        color: #000000;
        font-style: 16px;
        height: auto;
        outline: none;
        width: 100%;
        padding: 16px 20px;
        background: transparent;
        border: 1px solid #131313;
        border-radius: 0;
    }
    .theme-textarea{
        height: 180px;
    }
    .theme-input:focus,
    .theme-textarea:focus{
        border: 1px solid #FB7A38;
        background-color: #f2f1eb;
        box-shadow: none;
    }
    .form-input{
        margin-bottom: 25px;
    }
    #preloader{
        position: fixed;
        top: 0;
        left: 0;
        right:0;
        bottom: 0;
        background: #000;
        z-index: 100;
        /*height: 100vh;
        width: 100%;
        position: fixed;
        z-index: 100;*/
    }
    #preloader video{
        width: 50%;
        height: 50%;
        object-fit: cover;
        left: 25%;
        position: relative;
        right: 25%;
        bottom: 25%;
        top: 25%;
    }
    body.loded #preloader {
        display: none;
    }
/* ----- END COMMON ----- */
/* ----- HEADER ----- */
    /* ----- COMMON ----- */
        .main-header{
            background: rgba(255, 255, 255, 0.01);
            backdrop-filter: blur(50px);
            position: fixed;
            z-index: 5;
            width: 100%;
        }
        .main-header.sticky{
            background: #000;
        }
        .left-header{
            width: 20%;
            float: left;
            position: relative;
            padding: 0;
        }
        .right-header{
            width: 80%;
            float: left;
            position: relative;
            padding: 0;
        }
        .top-header{
            position: relative;
            display: block;
            padding: 10px 0px 10px;
            z-index: 1;
        }
        .top-header-wrapper{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            gap: 30px;
            position: relative;
            width: 100%;
        }
        .bottom-header{
            position: relative;
        }
        .header-logo{
            position: relative;
            z-index: 3;
            right: 55px;
            top: 10px;
            text-align: center;
        }
        .header-logo img{
            width: 40%;
        }
        .header-contact{

        }
        .header-contact ul{
            position: relative;
            display: flex;
            align-items: center;
            padding:0;
            margin: 0;
        }
        .header-contact ul li{
            position: relative;
            display: flex;
            align-items: center;
        }
        .contact-icon{
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            background: rgba(255, 255, 255, .10);
            border-radius: 1px;
        }
        .contact-icon span{
            position: relative;
            display: inline-block;
            color: #fff;
            font-size: 17px;
            line-height: 17px;
        }
        .contact-text-box{
            position: relative;
            display: block;
            margin-left: 10px;
            flex: 1;
        }
        
        .contact-text2{
            color: #fff;
            font-size: 15px;
            line-height: 24px;
            font-weight: 400;
            text-transform: lowercase;
            margin-bottom: 0;
        }
        .contact-text2 a{
            color: #fff;
        }
        .header-social{

        }
        .social-title-box{
            position: relative;
            display: block;
            margin-bottom: 8px;
            margin-right: 10px;
        }
        .social-title-box p{
            color: #fff;
            font-size: 15px;
            line-height: 24px;
            font-weight: 400;
            text-transform: capitalize;
            margin-bottom: 0;
        }
        .header-social ul{
            position: relative;
            display: block;
            padding-left: 0;
            margin-bottom: 0;
        }
        .header-social ul li{
            position: relative;
            display: inline-block;
        }
        .header-social ul li a{
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            width: 30px;
            height: 30px;
            background: rgba(255,255,255, .10);
            z-index: 1;
        }

        .header-social ul li a span{
            position: relative;
            display: inline-block;
            font-size: 12px;
            line-height: 12px;
        }
        .navbar-collapse{
            display: block !important;
        }
        .navbar {
            padding-bottom: 0;
            padding-top: 0;
        }
        li.nav-item {
            padding-bottom: 15px;
            padding-top: 15px;
            display: inline-block;
        }
        .nav-link {
            padding-bottom: 0;
            padding-top: 0;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
        }
        .navbar-nav{
            display: inline-block;
            text-align: right;
            width: 100%;
        }
        .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
            color: #fff;
        }
        li.nav-item:hover .dropdown-menu{
            display: block;
        }
        .dropdown-menu li{
            position: relative;
        }
        .sub-dropdown-menu{
            position: absolute;
            right: -160px;
            top: 0;
            display: none;
            --bs-dropdown-zindex: 1000;
            --bs-dropdown-min-width: 10rem;
            --bs-dropdown-padding-x: 0;
            --bs-dropdown-padding-y: 0.5rem;
            --bs-dropdown-spacer: 0.125rem;
            --bs-dropdown-font-size: 1rem;
            --bs-dropdown-color: #212529;
            --bs-dropdown-bg: var(--bs-body-bg);
            --bs-dropdown-border-color: #0000002d;
            --bs-dropdown-border-radius: var(--bs-border-radius);
            --bs-dropdown-border-width: var(--bs-border-width);
            --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
            --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
            --bs-dropdown-divider-margin-y: 0.5rem;
            --bs-dropdown-box-shadow: var(--bs-box-shadow);
            --bs-dropdown-link-color: var(--bs-body-color);
            --bs-dropdown-link-hover-color: var(--bs-body-color);
            --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
            --bs-dropdown-link-active-color: #fff;
            --bs-dropdown-link-active-bg: #0d6efd;
            --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
            --bs-dropdown-item-padding-x: 1rem;
            --bs-dropdown-item-padding-y: 0.25rem;
            --bs-dropdown-header-color: #6c757d;
            --bs-dropdown-header-padding-x: 1rem;
            --bs-dropdown-header-padding-y: 0.5rem;
            position: absolute;
            z-index: var(--bs-dropdown-zindex);
            display: none;
            min-width: var(--bs-dropdown-min-width);
            padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
            margin: 0;
            font-size: var(--bs-dropdown-font-size);
            color: var(--bs-dropdown-color);
            text-align: left;
            list-style: none;
            background-color: var(--bs-dropdown-bg);
            background-clip: padding-box;
            border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
            border-radius: var(--bs-dropdown-border-radius);
        }
        .dropdown-menu li:hover .sub-dropdown-menu{
            display: block;
        }
        .dropdown-item.active, .dropdown-item:active {
            color: #000;
            text-decoration: none;
            background-color: transparent;
            border-bottom: 1px solid #77b500;
        }
        .nav-link:focus, .nav-link:hover, .nav-link.active{
            background: #FB7A38;
            color: #000 !important;
        }
    /* ----- END COMMON ----- */
    .left-header:after{
        position: absolute;
        top: 0;
        left: 0px;
        bottom: 0;
        right: 0;
        background: #fff;
        /*clip-path: polygon(0% 0%, 100% 0, 85% 71%, 100% 100%, 0% 100%);*/
        content: "";
        z-index: 2;
        border-radius: 0 0 30px 0;
    } 
    .left-header:before{
        position: absolute;
        top: 0;
        left: -9999px;
        bottom: 0;
        right: 130px;
        background: #fff;
        content: "";
        z-index: 1;
    }
    .top-header:before,
    .top-header:after{
        position: absolute;
        top: 0;
        left: -50px;
        bottom: 0;
        right: 0;
        /*background: #000000;*/
        content: "";
        z-index: -1;
    }
    .top-header:after {
        left: 0;
        right: -103px;
    }
    .header-contact ul li:first-child {
        margin-left: 40px;
    }
    .header-contact ul li:nth-child(2),
    .header-contact ul li:last-child{
        margin-left: 65px;
    }
    .social-title-box ul li a:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #50632c;
        border-radius: 0%;
        transform: scale(0.5);
        opacity: 0;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        z-index: -1;        
    }
    .social-title-box ul li a:hover{
        color: #fff;
    }
    .social-title-box ul li a:hover:before{
        transform: scale(1.0);
        opacity: 1;
    }
    
/* ----- END HEADER ----- */
/* ----- FOOTER ----- */
    /* ----- COMMON ----- */
        footer{
            position: relative;
            background-color: #000;
            padding: 120px 0px 0px;
            display: block;
            overflow: hidden;
            padding-top: 0px;
            z-index: 1;
            padding-bottom: 20px;
        }
        .footer-top{
            position: relative;
            border-bottom: 2px solid #383838;
        }
        .footer-top-wrapper{
            
        }
        .footer-text-box{
            
        }
        .footer-text-box p {
            color: #E4E4E4;
        }
        .footer-text-box h2{
            color: #fff;
            font-size: 36px;
            line-height: 45px;
            font-weight: 700;
            text-transform: capitalize;
        }
        .footer-bottom{
            position: relative;
            display: block;
            padding-top: 60px;
            padding-bottom: 20px;
        }
        .footer-bottom-wrapper{

        }
        .footer-logo{

        }
        .footer-logo a{
            font-size: 25px;
            color: #fff;
            font-weight: bold;
            font-style: italic;
        }
        .footer-logo img{
            width: 35%;
        }
        .footer-title{
            position: relative;
            display: block;
            margin-top: -12px;
            margin-bottom: 14px;
        }
        .footer-title h2{
            position: relative;
            display: flex;
            align-items: center;
            color: #fff;
            font-size: 22px;
            line-height: 35px;
            font-weight: 700;
            text-transform: capitalize;
        }
        .footer-quick-link ul{
            position: relative;
            display: block;
            margin: 0;
            padding: 0;
        }
        .footer-quick-link ul li{
            position: relative;
            display: block;
            margin-bottom: 9px;
        }
        .footer-quick-link ul li a{
            color: #E4E4E4;
            font-size: 17px;
            line-height: 28px;
            font-weight: 400;
            text-transform: capitalize;
        }
        .footer-contact{

        }
        .footer-contact ul{
            padding-left: 0;
        }
        .footer-icon {
            margin-right: 10px;
        }
        .footer-social{

        }
        .footer-social ul{
            display: inline-block;
        }
        .footer-social ul li{
            margin-left: -10px;
            display: inline-block;
        }
        .footer-social ul li:first-child {
            margin-left: 0;
        }
        .footer-social ul li a{
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 34px;
            height: 34px;
            line-height: 1;
            border-radius: 50%;
            color: #FB7A38;
            border: 2px solid #131313;
            background-color: #fff;
        }
        .footer-social ul li a span{
            position: relative;
            display: inline-block;
            font-size: 12px;
            line-height: 12px;
        }
        .copyright-wrapper{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-column-gap: 0px;
            -moz-column-gap: 0px;
            column-gap: 0px;
            row-gap: 12px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            border-top: 1px solid #383838;
            border-bottom: 1px solid #383838;
            padding-top: 24px;
            padding-bottom: 24px;
            text-align: center;
        }
        .copyright-text {
            position: relative;
            color: #fff;;
            /*border-top: 2px solid #fff3;
            padding: 20px 0px 20px;
            text-align: center;
            */
        }
        .copyright-text p{
            margin-bottom: 0;
        }
        .terms_condition{

        }
        .terms_condition ul{
            margin: 0;
            padding: 0;
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .terms_condition ul li{
            position: relative;
            color: #b8b8b8;
            padding-right: 15px;
            margin-right: 15px;
            line-height: 1;
            z-index: 1;
        }
        .terms_condition ul li:before{
            position: absolute;
            content: "";
            width: 1px;
            height: 100%;
            right: 0;
            top: 0;
            background: #383838;
        }
        .terms_condition ul li:last-child:before{
            display: none;
        }
        .terms_condition ul li a{
            color: #b8b8b8;
        }
    /* ----- END COMMON ----- */
    .footer-top-wrapper:before{
        position: absolute;
        top: 0;
        left: -999px;
        bottom: 0;
        right: 194px;
        background: #50632c;
        clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
        content: "";
        z-index: -1;
    }
    .footer-shapes{
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-shapes img{
        white-space: nowrap;
        -webkit-animation: marquee 50s linear infinite;
        animation: marquee 50s linear infinite;
    }
    @keyframes marquee{
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }
    }
    
    
    
    
    .footer-phone{
        
    }
    .footer-phone .footer-icon{
        
    }
    .footer-phone .footer-icon span{
        
    }
    .footer-phone .footer-text-box{
        
    }
    .footer-phone .footer-text-box p{
        
    }
    .footer-phone .footer-text-box h4{
        
    }
    .footer-phone .footer-text-box h4 a{
        
    }
    .footer-title span{
        position: relative;
        display: inline-block;
        color: #50632c;
        font-size: 28px;
        margin-left: 15px;
    }
    .footer-text-box ul li span{
        position: relative;
        display: inline-block;
        font-size: 10px;
        line-height: 10px;
        font-weight: 700;
        padding-right: 5px;
        top: -2px;
    }
    .footer-contact li{
        display: flex;
    }
    .footer-contact ul li span{
        color: #fff;
        font-size: 20px;
        top: 0;
        line-height: 0;
        color: #FB7A38;
    }
/* ----- END FOOTER ----- */
/* ----- SLIDER ----- */
    .slider-section{
        position: relative;
    }
    .slider-section:before{
        /*position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #1E3446;
        opacity: .6;
        z-index: 1;*/
    }
    .slider-overlay{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: .95;
        background: -webkit-gradient(linear, left top, right top, color-stop(45%, #1E3446), color-stop(65%, transparent));
    }
    .slider-image{
        height: 500px;
        background-size: cover !important;
        background-position: right !important;
        width: 100%;
    }
    .slider-text{
        position: absolute;
        top: 35%;
        z-index: 2;
        color: #fff;
        width: 100%;
    }
    .slidertext h2 {
        font-size: 55px;
        font-weight: bold;
    }
    .slidertext p {
        font-size: 20px;
        font-style: italic;
    }
    .slider-shape{
        position: absolute;
        bottom: 0;
        right: 120px;
        z-index: 1;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .slider-shape {
            right: 20px;
        }
    }
    .slider-shape img{

    }
/* ----- END SLIDER ----- */
/* ----- BANNER ----- */
    .page-banner-section{
        position: relative;
        background-image: url(../images/page-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 450px;
    }
    .page-banner-section:before{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #1E3446;
        opacity: .6;
        z-index: 1;
    }
    .page-banner-section:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background-size: contain;
        background-repeat: repeat-x;
        background-position: bottom;
        background-image: url(../images/shape10.png);
        z-index: 1;
    }
    .page-banner-overlay{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: .95;
        background: -webkit-gradient(linear, left top, right top, color-stop(45%, #1E3446), color-stop(65%, transparent));
    }
    .page-banner-image{
        
    }
    .page-banner-text{
        position: absolute;
        top: 40%;
        z-index: 2;
        color: #fff;
        width: 100%;
    }
    .page-banner-text h2 {
        font-size: 65px;
        font-weight: bold;
        text-transform: capitalize;
    }
/* ----- END BANNER ----- */
/* ----- ABOUT ----- */
    /* ----- COMMON ----- */
        .about-section{
            position: relative;
            padding-bottom: 50px;
            padding-top: 50px;
            background: #f0ece8;
        }
        .about-wrapper{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            gap: 30px;
            position: relative;
        }
        .about-image{
            position: relative;
        }
        .about-short-content{
            margin-top: 37px;
            margin-bottom: 25px;
        }
        .about-short-content p{
            color: #535353;
            font-size: 16px;
            font-weight: 400;
            line-height: 28.8px;
            padding-left: 10px;
            display: block;
            border-left: 1px solid #50632c;
        }
        .about-page-section{
            background: #fff;
        }
        .about-page-section .about-short-content p:first-child,
        .about-page-section .about-short-content p:nth-child(2){
            text-align: center;
            border-right: 1px solid #50632c;
            font-weight: bold;
            margin-left: 10%;
            margin-right: 10%;
            padding-left: 20px;
            padding-right: 20px;
        }
        .about-page-section .about-short-content p:nth-child(3),
        .about-page-section .about-short-content p:nth-child(4){
            border-left: 0;
        }

    /* ----- END COMMON ----- */
    .about-shape{
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .about-shape img{

    }
    .about-image-1{
        /*position: absolute;
        top: -281px;
        z-index: 1;
        left: -68px;
        right: 127px;*/
    }
    .about-image-1 img{
        width: 100%;
    }
    
    .vision-mission-section{
        background: #f3f8f9;
        position: relative;
    }
    .vision-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px;
        position: relative;
    }
    .vision-image {
        padding-top: 30px;
    }
    .vision-content{
        position: relative;
        margin: 60px 0 0;
        margin-left: -200px;
        background: #fff;
        padding: 60px 0;
        padding-left: 120px;
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .13);
    }
    .mission-section{
        background: #f1f1f1;   
    }
    .mission-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px;
        position: relative;
    }
    .mission-image {
        padding-bottom: 30px;
    }
    .mission-content{
        position: relative;
        margin: 60px 0 0;
        margin-right: -200px;
        background: #fff;
        padding: 60px 0;
        padding-right: 120px;
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .13);
        text-align: right;
    }
    .mission-content .sec-title h3{
        
    }
    .about-page-section-two{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-page-section-two  .sec-title h2{
        font-size: 30px;
    }
    .countdown-wrapper{

    }
    .counter-number{
        font-weight: 700;
        --bs-text-opacity: 1;
        color: rgba(255,255,255, 1);
        font-family: 'Antonio';
        font-size: 69px;
    }
    .counter-number span{

    }
    .countdown-text{
        font-weight: 600;
        color: #e9e9e9;
        font-size: 18px;
    }
    .focus-area-section{
            padding-top: 120px;
            padding-bottom: 120px;
            background: #131313;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        .focus-area-section .sec-title h2{
            color: #fff;
        }
        .focus-area-bg{
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
        }
        .focus-area-bg img{
            width: 63%;
        }
        .focus-area-wrapper ul li{
            color: #fff;
        }
        .client-benifit-section{
            padding-top: 120px;
            padding-bottom: 120px;
            position: relative;
            overflow: hidden;
            z-index: 1;
            text-align: right;
        }
        .client-benifit-wrapper ul{
            padding-left: 0;
            padding-right: 2rem;
            list-style: none;
        }
        .client-benifit-wrapper ul li{
            position: relative;
            padding-right: 15px;
        }
        .client-benifit-wrapper ul li:before{
            content: "";
            position: absolute;
            top: 10px;
            right: 0;
            z-index: 9;
            color: #000;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #000;
        }
        .about-section .theme-btn{
            margin-bottom: 20px;
        }
/* ----- END ABOUT ----- */
/* ----- SERVICE ----- */
    /* ----- COMMON ----- */
        .expertise-section{
            position: relative;
            padding-top:30px;
            padding-bottom:30px;
            background: #f3f8f9;
        }
        .expertise-section .sec-title{
            padding-bottom: 20px;
        }
        .expertise-section .theme-btn{
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 32%;
            opacity: 0;
            visibility: hidden;
            margin-top: 50px;
        }
        .expertise-section .theme-btn a{
            padding: 20px 15px;
        }
        .expertise-item{
            /*margin-bottom: 25px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -o-border-radius: 10px;
            -ms-border-radius: 10px;
            border-radius: 10px;
            overflow: hidden;
            background: #fff;
            z-index: 2;
            position: relative;*/
            background-color: #fff;
            position: relative;
            transition: all 0.4s ease;
            padding: 70px 40px;
        }
        .expertise-thumb-wrap{
            
        }
        .expertise-thumb{
            
        }
        .expertise-thumb::before {
            
        }
        .expertise-thumb img{
            
        }
        .expertise-thumb a{

        }
        .expertise-icon{
            margin-bottom: 25px;
        }
        .expertise-content{
            padding: 0 24px 25px;
        }
        .expertise-content h3{
            margin-bottom: 15px;
            font-size: 22px;
        }
        .expertise-content h3 a{
            color: #000038;
        }
        .expertise-content p{
            margin-bottom: 0;
            line-height: 1.5;
        }
        .expertise-item:hover{
            box-shadow: rgba(200, 200, 200, 0.4) 5px 5px, rgba(200, 200, 200, 0.3) 10px 10px, rgba(200, 200, 200, 0.25) 15px 15px, rgba(200, 200, 200, 0.2) 20px 20px, rgba(200, 200, 200, 0.15) 25px 25px;
            transform: perspective(1000px) rotateX(2deg) rotateY(2deg);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .expertise-item:hover .expertise-top-left,
        .expertise-item:hover .expertise-top-right,
        .expertise-item:hover .expertise-bottom-left,
        .expertise-item:hover .expertise-bottom-right {
            opacity: 0.5;
        }
        .expertise-item:hover .expertise-top-left{
            top: 20px;
            left: 20px;
            transition: all 0.4s ease;
        }
        .expertise-item:hover .expertise-top-right{
            top: 20px;
            right: 20px;
            transition: all 0.4s ease;
        }
        .expertise-item:hover .expertise-bottom-left{
            bottom: 20px;
            left: 20px;
            transition: all 0.4s ease;
        }
        .expertise-item:hover .expertise-bottom-right{
            bottom: 20px;
            right: 20px;
            transition: all 0.4s ease;
        }
        .expertise-item:hover .expertise-thumb .theme-btn {
            
        }
        .expertise-item:hover .theme-btn{
            opacity: 1;
            visibility: visible;
            margin-top: 0;
        }
        .expertise-page-section{
            padding-top: 50px;
            padding-bottom: 50px;
        }
    /* ----- END COMMON ----- */
    .expertise-thumb svg{

    }
    .expertise-icon i{

    }
    .expertise-top-left,
    .expertise-top-right,
    .expertise-bottom-left,
    .expertise-bottom-right{
        opacity: 0;
    }
    .expertise-top-left{
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.4s ease;
        z-index: 20;
        
    }
    .expertise-top-left .horizontal{
        width: 50px;
        height: 1px;
        background: #ff7b29;
        animation: horizontal-grow 0.5s ease-out forwards;
    }
    .expertise-top-left .verticle{
        width: 1px;
        height: 50px;
        background: #ff7b29;
        animation: vertical-grow 0.5s ease-out forwards;
    }
    .expertise-top-right{
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.4s ease;
        z-index: 20;
        
    }
    .expertise-top-right .horizontal{
        width: 50px;
        height: 1px;
        background: #ff7b29;
        animation: horizontal-grow 0.5s ease-out forwards;
    }
    .expertise-top-right .verticle{
        width: 1px;
        height: 50px;
        background: #ff7b29;
        animation: vertical-grow 0.5s ease-out forwards;
    }
    .expertise-bottom-left{
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.4s ease;
        z-index: 20;
        
    }
    .expertise-bottom-left .horizontal{
        width: 50px;
        height: 1px;
        background: #ff7b29;
        animation: horizontal-grow 0.5s ease-out forwards;
    }
    .expertise-bottom-left .verticle{
        width: 1px;
        height: 50px;
        background: #ff7b29;
        animation: vertical-grow 0.5s ease-out forwards;
    }
    .expertise-bottom-right{
        position: absolute;
        bottom: 0;
        right: 0;
        transition: all 0.4s ease;
        z-index: 20;
        align-items: flex-end;
        
    }
    .expertise-bottom-right .horizontal{
        width: 50px;
        height: 1px;
        background: #ff7b29;
        animation: horizontal-grow 0.5s ease-out forwards;
    }
    .expertise-bottom-right .verticle{
        width: 1px;
        height: 50px;
        background: #ff7b29;
        animation: vertical-grow 0.5s ease-out forwards; 
    }
    .expertise-div{
        height: 30px;
    }
/* ----- END SERVICE ----- */
/* ----- PRODUCT ----- */
    .product-section{
        padding-bottom: 50px;
        padding-top: 50px;
        background-color: #fff;
        background-image: url(../images/body.png);
        background-position: bottom left;
        background-repeat: no-repeat;
    }
    .product-block{
        position: relative;
        cursor: pointer;
    }
    .product-image{
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .product-image img{
        display: block;
        width: 100%;
        height: auto;
        transition: transform 0.6s, filter 0.6s;
    }
    .product-content{
        padding-top: 15px;
        padding-bottom: 15px;
        /*display: flex;*/
        align-items: center;
        justify-content: space-between;
        position: relative;
        border-bottom: 1px solid #ECECEC;
        text-align: center;
    }
    .product-content:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        background-color: #ff7b29;
        transition: width 0.5sease;
        opacity: 0.5;
    }
    .product-title{
        text-transform: capitalize;
    }
    .product-inner-box{
        text-align: right;
        max-width: 285px;
        position: absolute;
        right: 20px;
        bottom: 100px;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.4s ease, transform 0.4s ease;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .product-text{
        background-color: #fff;
        padding: 20px;
        border-right: 3px solid #ff7b29;
        margin-bottom: 15px;
    }
    .product-link{

    }
    .readmore-link{
        background-color: #fff;
        color: #000;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 160px;
    }
    .readmore-link:before,
    .readmore-link:after{
        z-index: -1;
        box-sizing: border-box;
        transition: 0.5sease-in-out;
        content: "";
        position: absolute;
        top: 0;
        width: 25.25%;
        height: 0;
        background-color: #F16319;
    }
    .readmore-link:before{
        left: 0;
    }
    .readmore-link:after{
        left: 50%;
    }
    .readmore-link span{

    }
    .readmore-link span:before{
        top: auto;
        bottom: 0;
        left: 25%;
    }
    .readmore-link span:after{
        top: auto;
        bottom: 0;
        left: 75%;
    }
    .readmore-link span:before,
    .readmore-link span:after{
        z-index: -1;
        box-sizing: border-box;
        transition: 0.5sease-in-out;
        content: "";
        position: absolute;
        top: 0;
        width: 25.25%;
        height: 0;
        background-color: F16319;
    }
    .product-block:hover .product-image img{
        transform: scale(1.1) rotate(3deg);
        filter: brightness(0.8) saturate(1.2);
    }
    .product-block:hover .product-content:after{
        width: 100%;
    } 
    .product-block:hover .product-inner-box{
        opacity: 1;
        transform: translateY(0);
    }
    .product-block-2{
        position: relative;
        cursor: pointer;
        background: #fff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12) !important;
    }
    .product-content-2{
        padding-top: 15px;
        padding-bottom: 15px;
        /*display: flex;*/
        align-items: center;
        justify-content: space-between;
        position: relative;
        border-bottom: 3px solid #ECECEC;
        text-align: center;
    }
    .product-content-2:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 3px;
        background-color: #ff7b29;
        transition: width 0.5sease;
        opacity: 0.5;
    }
    
    .product-inner-box-2{
        text-align: right;
        /*max-width: 285px;*/
        position: relative;
        /*right: 20px;*/
        /*bottom: 100px;*/
        opacity: 1;
        transform: translateY(0px);
        transition: opacity 0.4s ease, transform 0.4s ease;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 0 10px 10px 10px;
    }
/* ----- END PRODUCT ----- */
/* ----- HOME ----- */
    .home-section{
        background-image: url(../images/banner.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home-section:before{
        top: 0;
        background-image: url(../images/shape1.png);
        z-index: 1;
    }
    .home-section:after{
        background-image: url(../images/shape2.jpg);
        z-index: 1;
    }
    .home-section:after,
    .home-section:before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background-size: contain;
        background-repeat: repeat-x;
        background-position: bottom;
    }
    .home-section:after{
        display: none;
    }
    .home-overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: #00165985;*/
        background-color: #001659d6;
        background-repeat: repeat;
        content: "";
    }
/* ----- END HOME ----- */
/* ----- CLIENT ----- */
    .client-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .client-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12) !important;
        background-color: rgba(255, 255, 255, 1) !important;
        padding-bottom: 0px;
        padding-top: 0px;
        position: absolute;
        top: -20px;
        z-index: 1;
        left: 0;
        right: 0;
        margin-left: 121px;
        margin-right: 117px;
    }
    .client-title{
        background-color: #FB7A38;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .client-title h2{
        text-transform: capitalize;
    }
    .home-wrapper-left{

    }
    .home-wrapper-inner{
        display: flex;
        position: relative;
        color: #fff;
        display: -ms-flexbox;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px;
        position: relative;
        padding-top: 145px;
    }
    .home-wrapper-inner p{
        font-size: 42px;
        font-weight: bold;
        text-transform: capitalize;
    }
    .home-wrapper-img{
        position: absolute;
        z-index: 1;
        top: 100px;
    }
    .home-wrapper-img img{
        width: 66%;
        -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1);
    }
/* ----- END CLIENT ----- */
/* ----- CONTACT ----- */
    .contact-page-section{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .contact-form-wrapper{
        /*margin-top: -150px;*/
        padding: 50px 50px 50px;
        position: relative;
        
    }
    .contact-inner-wrapper{
        background-color: #f2f1eb;
        padding: 50px 40px 40px;
        max-width: 500px;
        width: 100%;
    }
    .contact-info{
        position: relative;
        z-index: 1;
        padding-top: 60px;
    }
    .contact-info-item{
        position: relative;
        z-index: 1;
        padding-top: 60px;
        margin-bottom: 70px;
    }
    .contact-info-item:not(:last-child){
        margin-bottom: 20px;
    }
    .contact-info-item:before{
        position: absolute;
        content: "";
        width: 2px;
        height: 40px;
        bottom: 0;
        left: 0;
        background: #131313;
        height: 35px;
        top: 0;
    }
    /*.contact-info-icon{
        
    }*/
    .contact-icon{

    }
    .contact-icon i{

    }
    .contact-info-title{
        display: block;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .contact-info-text{
        display: inline-block;
        color: #131313;
        font-size: 28px;
        line-height: 1.2;
        font-family: "Antonio", serif;
    }
    
/* ----- END CONTACT ----- */
/* ----- GALLERY ----- */
    .gallery-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .gallery-images{
        padding-bottom: 10px;
    }
/* ----- END GALLERY ----- */
/* ----- CSR ----- */
    .csr-section{
        position: relative;
        padding-bottom: 150px;
        padding-top: 30px;
    }
    .csr-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px;
        position: relative;
    }
    .csr-image {
        padding-top: 30px;
    }
    .csr-content{
        position: relative;
    }
/* ----- END CSR ----- */