/*
::
:: Theme Name: Rule - Lawyer & Attorney HTML Template
:: Email: arcoder14@gmail.com
:: Author URI: https://themeforest.net/user/ar-coder
:: Author: ar-coder
:: Version: 1.0
::
*/

/*
01 :: Reset Page Css
02 :: Style Page Css
    01-  :: Loading
    02-  :: Header Bar 
    03-  :: Search Box 
    04-  :: Header 
    05-  :: Features 
    06-  :: About Us 
    07-  :: Services 
    08-  :: Performance And Quote  
    09-  :: Contact 
    10-  :: Portfolio 
    11-  :: Team 
    12-  :: Testimonials And Subscribe 
    13-  :: Blog  
    14-  :: Sponsors 
    15-  :: Footer 
    16-  :: 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-size: 14px;
    font-family: var(--manaar-font-ui);
    color: #9B9B9B;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background-color: #B8943F;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background-color: #B8943F;
    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: var(--manaar-font-display);
    margin: 0;
    padding: 0;
}
p {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--manaar-font-ui);
    line-height: 25px;
    color: #9B9B9B;
}

/* :: 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;
}
.overlay,
.overlay-2,
.overlay-3,
.overlay-4{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.overlay{
    background-color: rgba(27, 26, 26, 0.6);
}
.overlay-2{
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.5) 0%,rgb(255, 255, 255) 30%);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.5) 0%,rgb(255, 255, 255) 30%);
}
.overlay-3{
    background-color: rgba(52, 52, 52, 0.5);
}
.overlay-4{
    background-color: rgba(255, 255, 255, 0.8);
}
.clearfix{
    clear: both;
}
.reveal-on-scroll{
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity .75s ease,
        transform .75s cubic-bezier(.22, .61, .36, 1);
    transition-delay: var(--reveal-delay, 0s);
    will-change: opacity, transform;
}
.reveal-on-scroll.reveal-visible{
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce){
    .reveal-on-scroll{
        opacity: 1;
        transform: none;
        transition: none;
    }
}
.btn-1{
    background-color: #B8943F;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 40px;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: var(--manaar-font-display);
    font-weight: 600;
    border: 2px solid #B8943F;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
            box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
}
.btn-1:hover{
    background-color: #1B2540;
    border: 2px solid #1B2540;
    color: #B8943F;
}
.btn-2{
    background-color: #1B2540;
    font-size: 12px;
    color: #B8943F;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 40px;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: var(--manaar-font-display);
    font-weight: 600;
    border: 2px solid #1B2540;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0.3);
            box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0.3);
}
.btn-2:hover{
    background-color: #B8943F;
    border: 2px solid #B8943F;
    color: #FFF;
}
.sec-title{
    margin-bottom: 50px;
}
.sec-title h2{
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #B8943F;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    /* padding: 0 35px; */
    letter-spacing: 2px;
}
/* .sec-title h2:after,
.sec-title h2:before{
    content: '\f107';
    font-family: 'Flaticon';
} */
.sec-title h2:after{
    position: absolute;
    right: 0;
}
.sec-title h2:before{
    position: absolute;
    left: 0;
}
.sec-title h3{
    color: #1B2540;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
    line-height: 1.3;
}
/* :: Loading */
.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.loading .banner{
    width: 100vw;
}
.loading .sk-chase {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    -webkit-animation: sk-chase 2.5s infinite linear both;
            animation: sk-chase 2.5s infinite linear both;
}
.loading .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
            animation: sk-chase-dot 2.0s infinite ease-in-out both;
}
.loading .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #B8943F;
    border-radius: 100%;
    -webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
            animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3) {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3):before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
}
@-webkit-keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes sk-chase-dot {

    80%,
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes sk-chase-dot {

    80%,
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
                transform: scale(0.4);
    }
    100%,
    0% {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
}
@keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
                transform: scale(0.4);
    }
    100%,
    0% {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
}

/* :: Header Bar */

/* :: Top Bar */
.top-bar{
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-bar.active .top-bar{
    background-color: #FFF;
    border-bottom: 1px solid rgba(52, 52, 52, 0.1);
}
.top-bar ul li{
    display: inline-block;
}
.top-bar ul li a{
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    padding: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-family: var(--manaar-font-display);
}
.top-bar ul li:first-of-type a{
    padding-left: 0;
}
.header-bar.active .top-bar ul li a{
    color: #1B2540
}
.top-bar .left-top-bar{
    float: left;
}
.top-bar .left-top-bar li:last-of-type a{
    border: 0;
}
.header-bar.active .top-bar .left-top-bar li:last-of-type a{
    border-left: 1px solid rgba(52, 52, 52, 0.1);
}
.top-bar .right-top-bar{
    float: right;
}
.top-bar .right-top-bar li a{
    border: 0;
    padding: 15px 15px 15px 0;
}
.top-bar .right-top-bar li:hover a{
    color: #B8943F;
}
.top-bar .right-top-bar li:last-of-type a{
    padding-right: 0;
}

/* :: Navbar */
.header-bar.active .nav-bar{
    background-color: #FFF;
    border-bottom: 1px solid rgba(52, 52, 52, 0.1);
}
.nav-bar .brand{
    float: left;
    position: relative;
}
.nav-bar .brand .website-logo{
    display: block;
}
.nav-bar .brand .website-logo img{
    width: 150px;
    padding: 15px 0;
}
.header-bar.active .nav-bar .brand .website-logo img.one{
    display: none
}
.header-bar.active .nav-bar .brand .website-logo img.two{
    display: block
}
.nav-bar .brand .website-logo img.two{
    display: none;
}
.nav-bar .nav-bar-menu{
    display: none;
}
.nav-bar .collapse-nav-bar{
    float: right;
    display: flex;
    align-items: center;
}
.nav-bar .collapse-nav-bar > ul{
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
}
.nav-bar .collapse-nav-bar > ul > li{
    display: inline-block;
    position: relative;
}
.nav-bar .collapse-nav-bar ul li a{
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    padding: 32px 0;
    font-family: var(--manaar-font-ui);
    margin: 0 12px 0 0px;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.nav-actions{
    align-items: center;
    display: inline-flex;
    gap: 10px;
    margin-left: 12px;
}
.nav-login-button,
.nav-briefing-button{
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-family: var(--manaar-font-ui);
    font-size: 11px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .08em;
    line-height: 1;
    min-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
}
.nav-login-button{
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.42);
    color: #FFF;
}
.nav-briefing-button{
    background-color: #B8943F;
    border: 1px solid #B8943F;
    color: #FFF;
}
.header-bar.active .nav-login-button{
    border-color: rgba(27, 37, 64, .22);
    color: #1B2540;
}
.nav-login-button:hover,
.nav-briefing-button:hover{
    background-color: #1B2540;
    border-color: #1B2540;
    color: #FFF;
}
.nav-bar .collapse-nav-bar ul li:last-of-type a{
    margin-right: 0
}
.nav-bar .collapse-nav-bar ul li a:hover{
    color: #B8943F;
}
.header-bar.active .nav-bar .collapse-nav-bar ul li a{
    color: #1B2540
}
.header-bar.active .nav-bar .collapse-nav-bar ul li a:hover{
    color: #B8943F;
}
.nav-bar .collapse-nav-bar > ul > li > a:before{
    content: '';
    background-color: #FFF;
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-bar .collapse-nav-bar > ul > li:hover > a:before,
.nav-bar .collapse-nav-bar > ul > li > a.bg-active:before{
    width: 100%;
}
.header-bar.active .nav-bar .collapse-nav-bar > ul > li > a.bg-active{
    color: #B8943F;
}
.header-bar.active .nav-bar .collapse-nav-bar > ul > li > a.bg-active:before,
.nav-bar .collapse-nav-bar > ul > li:hover > a:before{
    background-color: #B8943F;
}
.nav-bar .collapse-nav-bar > ul > li:last-of-type:hover > a:before{
    background-color: transparent;
}
.nav-bar .collapse-nav-bar > ul ul{
    position: absolute;
    z-index: 2;
    background-color: #1B2540;
    top: 100%;
    left: 0;
    min-width: 200px;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}
.nav-bar .collapse-nav-bar > ul ul li{
    position: relative;
}
.nav-bar .collapse-nav-bar > ul ul a{
    color: #CCC;
    font-weight: 400;
    font-size: 12px;
    padding: 15px 0 15px 0;
    margin: 0 15px;
    border-bottom: 1px solid #444;
}
.header-bar.active .nav-bar .collapse-nav-bar > ul ul a{
    color: #CCC;
}
.nav-bar .collapse-nav-bar ul li.has-menu > a:after{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-bar .collapse-nav-bar ul.level-1 > li.has-menu > a:after{
    display: none;
}
.nav-bar .collapse-nav-bar > ul ul li:last-of-type a{
    border-bottom: 0;
}
.nav-bar .collapse-nav-bar > ul ul ul{
    left: 100%;
    top: 0;
}
.nav-bar .collapse-nav-bar > ul li:hover > ul{
    -webkit-transform: translateY(00px);
        -ms-transform: translateY(00px);
            transform: translateY(00px);
    opacity: 1;
    visibility: visible;
}

/* :: Search Box */
.search-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 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: #757575;
    border: 0;
}
.search-box form button{
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 72px;
    background-color: transparent;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    color: #757575;
    border: 0;
    outline: none;
}

/* :: Header */
.header{
    background-image: url(../../images/hero.png);
    animation: manaarHeroBackground 14s ease-out both;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    position: relative;
    overflow: hidden;
}
.banner{
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}
.header.home-3,
.header.home-3 .banner{
    height: 100vh !important;
}
.header.home-2 .banner{
    padding-bottom: 125px;
}
.header.home-3 .banner{
    padding-bottom: 0;
    padding-top: 80px;
}
.header .banner .logo-handline{
    width: 100px;
    margin-bottom: 12px;
}
.header .banner .top-handline{
    color: #B8943F;
    line-height: 26px;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
}
.header .banner .handline{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 46px;
    line-height: 1.16;
    margin: 12px 0 30px 0;
}
.header .banner p{
    text-transform: capitalize;
    font-size: 18px;
    color: rgb(196, 196, 196);
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 30px;
}
.header .banner .buttons .btn-1:hover{
    background-color: #FFF;
    border: 2px solid #FFF;
    color: #B8943F;
}
.header .case-study{
    position: absolute;
    left: 10px;
    bottom: 148px;
    z-index: 4;
    background-color: #B8943F;
    padding: 20px 0;
    border: 2px solid #B8943F;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
            box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.header .case-study:hover{
    background-color: #FFF;
    border-color: #FFF;
    color: #B8943F;
}
.header .case-study i{
    margin-bottom: 10px;
}

/* :: Features */
.features{
    margin-top: -118px;
    position: relative;
}
.features.home-2{
    margin-top: -159px;
}
.features.home-2 .top-bar{
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.features.home-2 .top-bar ul li:first-of-type a{
    padding-left: 0;
}
.features .features-box {
    display: flex;
}
.features .features-box .item-features{
    width: 100%;

    padding: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(52, 52, 52, 0.5);
}
.features.home-2 .features-box .item-features{
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.features .features-box .item-features:hover{
    background-color: rgba(52, 52, 52, 0.8);
}
.features .features-box .item-features i{
    color: #B8943F;
    font-size: 50px;
    float: left;
    line-height: 1.2;
}
.features .features-box .item-features .text-item{
    text-align: center;
    padding-left: 70px;
}
.features .features-box .item-features .text-item span{
    color: #B8943F;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.features .features-box .item-features .text-item h4{
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
    color: #FFF;
    margin-top: 8px;
}
.features .features-box.owl-theme .owl-dots{
    display: none;
}
.features .features-box.owl-theme .owl-nav{
    margin: 0;
    line-height: 1;
    position: absolute;
    top: -25px;
    width: 100%;
}
.features.home-2 .features-box.owl-theme .owl-nav{
    display: none;
}
.features .features-box.owl-carousel .owl-nav button.owl-next,
.features .features-box.owl-carousel .owl-nav button.owl-prev{
    margin: 0;
}
.features .features-box.owl-carousel .owl-nav button.owl-next i,
.features .features-box.owl-carousel .owl-nav button.owl-prev i{
    width: 44px;
    height: 44px;
    line-height: 38px;
    border: 2px solid #B8943F;
    background-color: #B8943F;
    color: #FFF;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
            box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
}
.features .features-box.owl-carousel .owl-nav button.owl-next i:hover,
.features .features-box.owl-carousel .owl-nav button.owl-prev i:hover{
    background-color: #FFF;
    border: 2px solid #FFF;
    color: #B8943F;
}
.features .features-box.owl-carousel .owl-nav button.owl-next i{
    position: absolute;
    right: 10px;
    top: -48px;
}
.features .features-box.owl-carousel .owl-nav button.owl-prev i{
    position: absolute;
    right: 60px;
    top: -48px;
}

/* :: About Us */
.about{
    /* background-image: url(../images/about/02_about.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 40px;
}
.about .text-box .sec-title{
    margin-bottom: 20px;
}
.about .text-box .sec-title h2:after{
    content: '';
}
.about .text-box p:last-of-type{
    margin-bottom: 30px;;
}
.about .text-box .core-about-us{
    overflow: hidden;
}
.about .text-box .core-about-us li{
    margin-bottom: 12px;
    float: left;
    width: 50%;
}
.about .text-box .core-about-us li:last-of-type{
    margin: 0;
}
.about .text-box .core-about-us li i{
    font-size: 10px;
    color: #B8943F;
    background-color: rgba(213, 170, 109, 0.1);
    border: 1px solid #B8943F;
    padding: 8px;
    border-radius: 50%;
    margin-right: 8px;
}
.about .text-box .core-about-us li h4{
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #1B2540;
    text-transform: capitalize;
}
.about .img-box{
    position: relative;
    margin-left: 40px;
}
.about .img-box .about-img img{
    border-bottom: 5px solid #B8943F;
}
.about .img-box .atterney-grow{
    position: absolute;
    bottom: 26px;
    left: -40px;
    padding: 20px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
            box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
    border-bottom: 5px solid #B8943F;
}
.about .img-box .atterney-grow i{
    color: #B8943F;
    font-size: 35px;
    float: left;
    line-height: 1.4;
}
.about .img-box .atterney-grow .atterney-grow-box{
    padding-left: 45px;
}
.about .img-box .atterney-grow .atterney-grow-box h5{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    color: #1B2540;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.about .img-box .atterney-grow .atterney-grow-box span{
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

/* :: About Home 2 & 3 */
.about-home-2,
.about-home-3{
    background-color: #F9F9F9;
}
.about-home-2 .text-box .sec-title{
    margin-bottom: 20px;
}
.about-home-2 .text-box .sec-title h3{
    margin: 0;
}
.about-home-2 .text-box p:last-of-type,
.about-home-3 .text-box p:last-of-type{
    margin: 0;
}

/* :: Services */
.services{
    background-color: #F9F9F9;
}
.services.home-2,
.services.home-3{
    background-color: transparent;
}
.services .row:last-of-type > [class*="col-"]{
    display: -ms-flexbox;
    display: flex;
}
.services .services-item{
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 18px 40px 0px rgba(27, 37, 64, 0.1);
            box-shadow: 0px 18px 40px 0px rgba(27, 37, 64, 0.1);
    border: 1px solid rgba(27, 37, 64, 0.08);
    border-bottom: 4px solid #1B2540;
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow: visible;
    margin-top: 18px;
    -webkit-transition: -webkit-box-shadow .16s ease, -webkit-transform .16s ease, border-color .16s ease;
    transition: -webkit-box-shadow .16s ease, -webkit-transform .16s ease, border-color .16s ease;
    -o-transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease;
    transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease;
    transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease, -webkit-box-shadow .16s ease, -webkit-transform .16s ease;
}
.services .services-item .service-number-label{
    align-items: center;
    background-color: #B8943F;
    border: 4px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 12px 26px rgba(27, 37, 64, 0.13);
    color: #FFF;
    display: flex;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    left: -14px;
    letter-spacing: .08em;
    line-height: 1;
    position: absolute;
    top: -18px;
    -webkit-transition: background-color .14s ease, -webkit-box-shadow .14s ease, -webkit-transform .14s ease;
    transition: background-color .14s ease, -webkit-box-shadow .14s ease, -webkit-transform .14s ease;
    -o-transition: background-color .14s ease, box-shadow .14s ease, transform .14s ease;
    transition: background-color .14s ease, box-shadow .14s ease, transform .14s ease;
    transition: background-color .14s ease, box-shadow .14s ease, transform .14s ease, -webkit-box-shadow .14s ease, -webkit-transform .14s ease;
    width: 48px;
    z-index: 2;
}
.services .services-item:hover .service-number-label{
    background-color: #1B2540;
}
.services.home-2 .services-item,
.services.home-3 .services-item{
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 0;
}
.services .services-item:hover{
    -webkit-box-shadow: 0px 24px 50px 0px rgba(27, 37, 64, 0.14);
            box-shadow: 0px 24px 50px 0px rgba(27, 37, 64, 0.14);
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
}
.services.home-2 .services-item:hover,
.services.home-3 .services-item:hover{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
.services .services-item .icon{
    margin-bottom: 30px;
}
.services .services-item .icon i{
    color: #1B2540;
    display: inline-block;
    font-size: 45px;
    line-height: 1;
}
.services.home-3 .services-item .icon i:first-of-type{
    color: #FFF;
    font-size: 35px;
    background-color: #1B2540;
    line-height: 60px;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
}
.services .services-item .icon i + i{
    padding: 15px;
    color: #1B2540;
    background-color: rgba(27, 37, 64, 0.08);
    border-radius: 50%;
    float: right;
    font-size: 15px;
    line-height: 1;
}
.services.home-2 .services-item .icon i + i,
.services.home-3 .services-item .icon i + i{
    display: none
}
.services .services-item h4{
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #1B2540;
    font-size: 18px;
}
.services .services-item p{
    margin-bottom: 20px;
}
.services .services-item a{
    color: #1B2540;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding-left: 55px;
    margin-top: auto;
    display: inline-block;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.services .services-item:hover a{
    padding-left: 20px;
}
.services .services-item a:hover{
    color: #1B2540;
}
.services .services-item a:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #1B2540;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services .services-item:hover a:after{
    width: 15px;
}
.services .services-item a:hover:after{
    background-color: #1B2540;
}

/* :: Performance And Quote */
.performance-and-quote{
    /* background-image: url("../images/performance-and-quote/01_performance-and-quote.jpg"); */
    background-color: #1B2540;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    position: relative;
    overflow: hidden;
}
.performance-and-quote .row{
    align-items: center;
}
.performance-and-quote .sec-title{
    margin-bottom: 34px;
}
.performance-and-quote .performance{
    display: block;
    height: auto;
}
@media (min-width: 1200px){
    .performance-and-quote .container{
        max-width: var(--manaar-section-width);
    }
}
.performance,
.testimonials{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
}
.performance .sec-title h2:after,
.testimonials .sec-title h2:after{
    content: ''
}
.performance .sec-title h3,
.testimonials .sec-title h3{
    color: #FFF;
}
.performance .performance-item{
    background-color: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    margin-bottom: 0;
    min-height: 100%;
    padding: 15px;
}
.performance .performance-item:last-of-type{
    margin-bottom: 0px;
}
.performance .performance-item i{
    display: inline-block;
    float: none;
    font-size: 21px;
    color: #B8943F;
    background-color: rgba(52, 52, 52, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 12px;
}
.performance .performance-item .item-box{
    padding-left: 0;
}
.performance .performance-item .item-box h4{
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.performance .performance-item .item-box p{
    margin-bottom: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 1.55;
}
.quote,
.subscribe{
    padding: 30px;
    background-color: #FFF;
    border-bottom: 5px solid #B8943F;
}
.quote.home-2{
    border-top: 5px solid #B8943F;
    margin-top: 0;
}
.quote .sec-title,
.subscribe .sec-title{
    margin-bottom: 30px;
}
.quote .sec-title h2:after,
.subscribe .sec-title h2:after{
    content: ''
}
.quote .quote-item,
.subscribe .subscribe-item{
    background-color: #F9F9F9;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
}
.quote .quote-item:last-of-type,
.subscribe .subscribe-item:last-of-type{
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}
.quote .quote-item label,
.subscribe .subscribe-item label{
    display: block;
    line-height: 1.1;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1B2540;
}
.quote .quote-item input,
.subscribe .subscribe-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: var(--manaar-font-display);
}
.quote .quote-item textarea{
    height: 100px;
    display: block;
}
.quote .quote-item i,
.subscribe .subscribe-item i{
    position: absolute;
    color: #B8943F;
    top: 15px;
    right: 15px;
}

/* :: Contact */
.contact{
    background-image: url(../images/manar/Unconventionalenergy/Wind\ turbines.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    position: relative;
    overflow: hidden;
}
.contact .logo-contact{
    width: 100px;
    margin-bottom: 12px;
}
.contact .sec-title{
    margin-bottom: 30px;
}
.contact .phone-number{
    position: relative;
    color: #B8943F;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
    font-family: var(--manaar-font-display);
    margin-bottom: 30px;
}
.contact .buttons a:first-of-type{
    margin-right: 30px;
}

/* :: Portfolio */
.portfolio{
    background-color: #F9F9F9;
}
.portfolio .portfolio-item{
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
            box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
    border-bottom: 5px solid #B8943F;
}
.portfolio .portfolio-item:hover{
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
}
.portfolio .portfolio-item i{
    padding: 14px;
    color: #B8943F;
    background-color: rgba(213, 170, 109, 0.1);
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    float: left;
}
.portfolio .portfolio-item .item-box{
    padding-left: 50px;
}
.portfolio .portfolio-item .item-box span{
    display: block;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #B8943F;
}
.portfolio .portfolio-item .item-box h4{
    font-weight: 600;
    margin: 15px 0 20px 0;
    text-transform: capitalize;
    color: #1B2540;
    font-size: 18px;
    line-height: 1.3
}
.portfolio .portfolio-item .item-box p{
    margin-bottom: 0px;
}
.portfolio .portfolio-item .item-box a{
    color: #1B2540;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding-left: 55px;
    margin-top: 20px;
    display: inline-block
}
.portfolio .portfolio-item .item-box a:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #1B2540;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio .portfolio-item:hover .item-box a{
    padding-left: 20px;
}
.portfolio .portfolio-item .item-box a:hover{
    color: #B8943F;
}
.portfolio .portfolio-item:hover a:after{
    width: 15px;
}
.portfolio .portfolio-item .item-box a:hover:after{
    background-color: #B8943F;
}

/* :: Team */
.team .team-item{
    background-color: #FFF;
    margin-bottom: 30px;
    border-bottom: 5px solid #B8943F;
}
.team.home-2 .team-item{
    border-bottom: 0;
}
.team .team-item .item-img{
    position: relative;
    overflow: hidden;
}
.team .team-item .item-img:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -o-linear-gradient(rgba(51, 51, 51, 0.1), rgba(52, 52, 52, 0.9));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.1)), to(rgba(52, 52, 52, 0.9)));
    background-image: linear-gradient(rgba(51, 51, 51, 0.1), rgba(52, 52, 52, 0.9));
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team.home-2 .team-item .item-img ul.hover{
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50px);
        -ms-transform: translateX(-50%) translateY(50px);
            transform: translateX(-50%) translateY(50px);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.team.home-2 .team-item:hover .item-img ul.hover{
    -webkit-transform: translateX(-50%) translateY(0px);
        -ms-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
}
.team.home-2 .team-item .item-img ul.hover li{
    display: inline-block;
}
.team.home-2 .team-item .item-img ul.hover li a{
    color: #FFF;
    display: block;
    font-size: 18px;
    margin: 0 5px;
}
.team.home-2 .team-item .item-img ul.hover li:hover a{
    color: #B8943F;
}
.team.home-2 .team-item .item-img ul.hover li:first-of-type a{
    margin-left: 0;
}
.team.home-2 .team-item .item-img ul.hover li:last-of-type a{
    margin-right: 0;
}
.team .team-item:hover .item-img:after{
    top: 0;
}
.team .team-item .item-box{
    padding: 30px 0;
    text-align: center;
}
.team.home-2 .team-item .item-box{
    padding-bottom: 0;
}
.team .team-item .item-box h5{
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #1B2540;
}
.team .team-item .item-box span{
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    margin: 10px 0 19px 0;
    text-transform: uppercase;
    font-size: 14px;
}
.team.home-2 .team-item .item-box span{
    margin-bottom: 0;
}
.team .team-item .item-box ul li{
    display: inline-block;
}
.team .team-item .item-box ul li a{
    background-color: #B8943F;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
.team .team-item .item-box ul li:hover a{
    background-color: #1B2540;
    color: #B8943F;
}

/* :: Testimonials And Subscribe */
.testimonials-and-subscribe{
    background-image: url(../images/testimonials-and-subscribe/01_testimonials-and-subscribe.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    position: relative;
    overflow: hidden;
}
.testimonials .testimonials-box .box-item .text-box{
    padding: 30px;
    background-color: #B8943F;
    border-bottom: 5px solid #FFF;
    position: relative;
}
.testimonials .testimonials-box.testimonials-box-home-2 .box-item .text-box,
.testimonials .testimonials-box.testimonials-box-home-3 .box-item .text-box{
    margin-bottom: 15px;
}
.testimonials .testimonials-box .box-item .text-box:after{
    content: '\f122';
    font-family: Flaticon;
    font-size: 80px;
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    top: 15px;
    right: 15px;
    z-index: 0;
    line-height: 1;
}
.testimonials .testimonials-box .box-item .text-box:before{
    content: '';
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #FFF;
    left: 25px;
    bottom: -20px;
    z-index: -1;
}
.testimonials .testimonials-box .box-item .text-box p{
    color: #FFF;
    margin-bottom: 0;
    position: relative;
}
.testimonials .testimonials-box .box-item .clients-talk{
    overflow: hidden;
    margin-top: 30px;
}
.testimonials .testimonials-box .box-item .clients-talk .img-box{
    height: 60px;
    width: 60px;
    display: block;
    margin-right: 15px;
    float: left;
    position: relative;
    border-radius: 50%;
}
.testimonials .testimonials-box .box-item .clients-talk .img-box img{
    border-radius: 50%;
    border: 2px solid #B8943F;
    padding: 4px;
    background-color: #FFF;
    margin: auto;
}
.testimonials .testimonials-box .box-item .clients-talk .info{
    padding-left: 75px;
}
.testimonials.home-2 .testimonials-box .box-item .clients-talk .info{
    padding-left: 0px;
}
.testimonials .testimonials-box .box-item .clients-talk .info h5{
    color: #FFF;
    padding-top: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.testimonials .testimonials-box .box-item .clients-talk .info span{
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
    color: #B8943F;
}

/* :: Blog */
.blog .blog-item{
    margin-bottom: 30px;
}
.blog .blog-item .img-box{
    overflow: hidden;
    position: relative;
    height: 235px;
    background-color: #1B2540;
}
.blog .blog-item .img-box:after{
    content: '';
    position: absolute;
    inset: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(145deg, rgba(27, 37, 64, .62), rgba(27, 37, 64, .08) 48%, rgba(184, 148, 63, .2)),
        linear-gradient(0deg, rgba(2, 4, 42, .26), rgba(2, 4, 42, 0));
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .45s ease;
    -o-transition: opacity .45s ease;
    transition: opacity .45s ease;
}
.blog .blog-item .img-box:before{
    content: '';
    position: absolute;
    bottom: 18px;
    left: 18px;
    z-index: 2;
    width: 42px;
    height: 3px;
    background-color: #B8943F;
    opacity: 0;
    -webkit-transform: translateY(12px) scaleX(.45);
        -ms-transform: translateY(12px) scaleX(.45);
            transform: translateY(12px) scaleX(.45);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: opacity .35s ease, -webkit-transform .45s ease;
    transition: opacity .35s ease, -webkit-transform .45s ease;
    -o-transition: opacity .35s ease, transform .45s ease;
    transition: opacity .35s ease, transform .45s ease;
    transition: opacity .35s ease, transform .45s ease, -webkit-transform .45s ease;
}
.blog .blog-item:hover .img-box:after{
    opacity: 1;
}
.blog .blog-item:hover .img-box:before{
    opacity: 1;
    -webkit-transform: translateY(0) scaleX(1);
        -ms-transform: translateY(0) scaleX(1);
            transform: translateY(0) scaleX(1);
}
.blog .blog-item .text-box .admin-post{
    overflow: hidden;
    margin: 14px 0 8px 0;
}
.blog.home-2 .blog-item .text-box .admin-post{
    margin-top: 0;
}
.blog .blog-item .text-box .admin-post img{
    border-radius: 50%;
    border: 2px solid #B8943F;
    padding: 4px;
    background-color: #FFF;
    width: 60px;
    float: left;
}
.blog .blog-item .text-box .admin-post .info-post{
}
.blog .blog-item .text-box .admin-post .info-post span:first-of-type{
    color: #1B2540;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    text-transform: capitalize;
    display: block;
    padding: 2px 0;
}
.blog .blog-item .text-box .admin-post .info-post span:last-of-type{
    display: block;
    font-size: 15px;
    line-height: 1.3;
}
.blog .blog-item .text-box .admin-post .info-post span:last-of-type i{
    color: #B8943F;
}
.blog .blog-item .text-box .post .title-post{
    color: #1B2540;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: none;
    margin-bottom: 10px;
}
.blog .blog-item .text-box .post .title-post a{
    color: #1B2540;
}
.blog .blog-item .text-box .post .title-post:hover,
.blog .blog-item .text-box .post .title-post:hover a{
    color: #B8943F;
}
.blog .blog-item .text-box .post p{
    margin-bottom: 14px
}
.blog .blog-item .text-box .post a.more{
    color: #B8943F;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    padding: 0 0 4px 0;
}
.blog .blog-item .text-box .post a.more:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: linear-gradient(90deg, #B8943F, #1B2540);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
}
.blog .blog-item:hover .text-box .post a.more{
    color: #1B2540;
}
.blog .blog-item:hover .text-box .post a.more:after{
    -webkit-transform: translateY(-50%) scaleX(.72);
        -ms-transform: translateY(-50%) scaleX(.72);
            transform: translateY(-50%) scaleX(.72);
}
.blog .blog-item .text-box .post a.more:hover{
    color: #B8943F;
}
.blog .blog-item .text-box .post a.more:hover:after{
    -webkit-transform: translateY(-50%) scaleX(1);
        -ms-transform: translateY(-50%) scaleX(1);
            transform: translateY(-50%) scaleX(1);
}
.blog .pagination-blog-area .pagination li{
    display: inline-block;
}
.blog .pagination-blog-area .pagination li a{
    display: block;
    text-align: center;
    color: #1B2540;
    font-weight: 600;
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 2px;
    border: 1px solid #F1F1F1;
    cursor: pointer;
    background-color: #F1F1F1;
}
.blog .pagination-blog-area .pagination li.active a,
.blog .pagination-blog-area .pagination li:hover a{
    background-color: #B8943F;
    color: #FFF;
    border-color: #B8943F;
}

/* :: Sponsors */
.sponsors .sponsors-box .sponsors-box-item{
    padding: 30px;
    border: 1px solid rgba(52, 52, 52, 0.1);
    border-left: 0;
    border-bottom: 0;
}
.sponsors.clients-1 .sponsors-box .sponsors-box-item{
    border: 1px solid rgba(52, 52, 52, 0.1);
}
.sponsors .sponsors-box .sponsors-box-item:hover{
    background-color: #F9F9F9;
}
.sponsors .sponsors-box .sponsors-box-item img{
    opacity: 0.5;
}
.sponsors .sponsors-box .sponsors-box-item:hover img{
    opacity: 1;
}

/* :: Footer */
.footer{
    background: linear-gradient(135deg, #02042A 0%, #1B2540 56%, #101625 100%);
    border-top: 1px solid rgba(214, 180, 106, .78);
    padding-top: 80px;
}
.footer .logo img{
    width: 150px;
}
.footer .logo p{
    margin: 30px 0;
    color: #F1F1F1;
}
.footer .logo ul li{
    display: inline-block;
}
.footer .logo ul li a{
    width: 35px;
    height: 35px;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    color: #B8943F;
}
.footer .logo ul li:hover a{
    color: #FFF;
}
.footer .footer-title h4{
    color: #FFF;
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(244, 249, 252, 0.1);
    padding: 0px 0px 20px 0px;
}
.footer .links{
    overflow: hidden;
}
.footer .links li a{
    display: block;
    position: relative;
    color: #F1F1F1;
    font-size: 14px;
    line-height: 35px;
}
.footer .links li:hover a{
    color: #B8943F;
}
.footer .working-hours li{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    margin-top: 15px;
    display: block;
    color: #F1F1F1;
}
.footer .working-hours li:first-of-type{
    margin-top: 0;
}
.footer .working-hours li span{
    float: right;
    font-weight: bold;
}
.footer .contact-us{
    margin-bottom: 30px;
}
.footer .contact-us:last-of-type{
    /* margin-bottom: 0px; */
}
.footer .contact-us span{
    font-size: 15px;
    color: #CCC;
    font-family: monospace;
    font-style: normal;
}
.footer .contact-us div{
    font-size: 16px;
    font-family: var(--manaar-font-display);
    font-weight: bold;
    color: #F1F1F1;
    margin-top: 5px;
}
.footer .reserved{
    font-weight: 500;
    font-size: 14px;
    color: #CCC;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 80px;
    font-family: var(--manaar-font-display);
}

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -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: #B8943F;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
            box-shadow: 0px 0px 20px 0px rgba(213, 170, 109, 0.3);
}
.scroll-up:hover a{
    background-color: #1B2540;
    color: #B8943F;
}

/* :: Breadcrumb Header */
.breadcrumb-header{
    background-image: url(../images/header/04_header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    position: relative;
    overflow: hidden;
    padding: 230px 0 130px 0;
}
.breadcrumb-header .breadcrumb-info h1{
    color: #FFF;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
}
.breadcrumb-header .breadcrumb-info .list-breadcrumb li{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #F8F8F8;
    text-transform: capitalize;
}
.breadcrumb-header .breadcrumb-info .list-breadcrumb li:last-of-type{
    margin: 0;
}
.breadcrumb-header .breadcrumb-info .list-breadcrumb li:hover,
.breadcrumb-header .breadcrumb-info .list-breadcrumb li:hover a{
    color: #B8943F;
}

/* :: FAQs */
.faq{
    background-color: #F9F9F9;
}
.faqs{
    padding: 15px 30px;;
    background-color: #FFF;
    border: 1px solid #F1F1F1;
}
.faqs .faq-box{
    background-color: #FFF;
    padding: 15px 0;
    border-bottom: 2px solid #F1F1F1;
}
.faqs .faq-box:last-of-type{
    border-bottom: 0;
}
.faqs .faq-box .question-header{
    line-height: 1;
}
.faqs .faq-box .question-header .click{
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: #1B2540;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 20px;
}
.faqs .faq-box .question-header .click i{
    color: #FFF;
    background-color: #B8943F;
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 19px;
    width: 19px;
    line-height: 20px;
    text-align: center;
}
.faqs .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);
}
.faqs .faq-box .answer img{
    float: left;
    width: 75px;
}
.faqs .faq-box .answer p{
    margin-top: 15px;
    margin-bottom: 0;
}
.faqs .faq-box .answer p:first-of-type{
    padding-left: 90px;
}
.faqs .faq-box .answer p:last-of-type{
    
}

/* :: Statistic */
.statistic{
    background-color: #F9F9F9;
}
.statistic .row.box{
    border-top: 2px solid #F1F1F1;
    padding-top: 60px;
    padding-bottom: 30px;
}
.statistic.home-3 .row.box{
    border: 0
}
.statistic .statistic-item{
    margin-bottom: 30px;
    text-align: center;
}
.statistic .statistic-item i{
    font-size: 50px;
    color: #B8943F;
    line-height: 1;
}
.statistic .statistic-item .count{
    margin: 25px 0;
    font-size: 40px;
    color: #1B2540;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
.statistic .statistic-item .count:before{
    content: '+';
    padding-right: 10px;
}
.statistic .statistic-item .name-count{
    font-size: 15px;
    color: #1B2540;
    font-family: var(--manaar-font-display);
    font-weight: 600;
}

/* :: Manaar At A Glance */
.manaar-glance{
    background-color: #06101f;
    color: #FFF;
    min-height: 760px;
    overflow: hidden;
    padding: 72px 0 96px;
    position: relative;
}
.manaar-glance-bg{
    bottom: 0;
    filter: saturate(1.02) contrast(1.03);
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1.025);
    width: 100%;
    z-index: 0;
}
.manaar-glance-overlay{
    background: radial-gradient(circle at 82% 18%, rgba(184, 148, 63, .13), transparent 36%), linear-gradient(90deg, rgba(4, 12, 25, .78) 0%, rgba(5, 15, 31, .56) 44%, rgba(5, 15, 31, .3) 100%), linear-gradient(180deg, rgba(4, 12, 25, .22), rgba(4, 12, 25, .62));
    inset: 0;
    position: absolute;
    z-index: 1;
}
.manaar-glance-pattern{
    background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), radial-gradient(circle, rgba(184,148,63,.22) 1px, transparent 1px);
    background-size: 86px 86px, 86px 86px, 22px 22px;
    bottom: -120px;
    height: 360px;
    left: -80px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 74%);
            mask-image: linear-gradient(90deg, #000, transparent 74%);
    opacity: .28;
    position: absolute;
    width: 620px;
    z-index: 2;
}
.manaar-glance .container{
    max-width: var(--manaar-section-width);
    position: relative;
    z-index: 3;
}
.manaar-glance-copy{
    max-width: none;
}
.manaar-glance-eyebrow{
    color: #D6B46A;
    display: block;
    font-family: var(--manaar-font-ui);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .28em;
    text-transform: uppercase;
}
.manaar-glance-rule{
    background-color: #D6B46A;
    height: 2px;
    margin: 22px 0 34px;
    width: 48px;
}
.manaar-glance h2{
    color: #F8F4EA;
    font-family: var(--manaar-font-display);
    font-size: clamp(30px, 3.25vw, 44px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 28px;
    text-transform: none;
}
.manaar-glance-copy p{
    color: rgba(248, 244, 234, .72);
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 0;
    max-width: none;
}
.manaar-glance-panel{
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.035)), rgba(4, 12, 25, .68);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px;
    -webkit-box-shadow: 0 34px 90px rgba(0,0,0,.38);
            box-shadow: 0 34px 90px rgba(0,0,0,.38);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 54px;
    overflow: hidden;
    position: relative;
}
.manaar-glance-panel:before{
    background: linear-gradient(90deg, rgba(214,180,106,0), #D6B46A, rgba(214,180,106,0));
    content: '';
    height: 1px;
    left: 2%;
    position: absolute;
    top: 0;
    width: 96%;
}
.manaar-glance-panel:after{
    background: linear-gradient(180deg, #D6B46A, rgba(214,180,106,0));
    content: '';
    height: 120px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.manaar-glance-stat{
    min-height: 300px;
    padding: 38px 46px 42px;
    position: relative;
    -webkit-transition: background-color .22s ease, -webkit-transform .22s ease;
    transition: background-color .22s ease, -webkit-transform .22s ease;
    -o-transition: background-color .22s ease, transform .22s ease;
    transition: background-color .22s ease, transform .22s ease;
    transition: background-color .22s ease, transform .22s ease, -webkit-transform .22s ease;
}
.manaar-glance-stat + .manaar-glance-stat{
    border-left: 1px solid rgba(255,255,255,.16);
}
.manaar-glance-stat + .manaar-glance-stat:before{
    background-color: #D6B46A;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 18px rgba(214,180,106,.7);
            box-shadow: 0 0 18px rgba(214,180,106,.7);
    content: '';
    height: 5px;
    left: -3px;
    position: absolute;
    top: 49%;
    width: 5px;
}
.manaar-glance-stat:hover{
    background-color: rgba(255,255,255,.045);
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.manaar-glance-icon{
    align-items: center;
    border: 1px solid rgba(214,180,106,.42);
    border-radius: 50%;
    color: #D6B46A;
    display: flex;
    height: 52px;
    justify-content: center;
    margin-bottom: 24px;
    width: 52px;
}
.manaar-glance-icon i{
    font-size: 24px;
    line-height: 1;
}
.manaar-glance-value{
    color: #F8F4EA;
    font-family: var(--manaar-font-display);
    font-size: clamp(50px, 5.2vw, 74px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: .95;
}
.manaar-glance-value:after{
    background-color: #D6B46A;
    content: '';
    display: block;
    height: 1px;
    margin: 20px 0 18px;
    width: 38px;
}
.manaar-glance-label{
    color: #D6B46A;
    font-family: var(--manaar-font-ui);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.manaar-glance-stat p{
    color: rgba(248,244,234,.68);
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 0;
    max-width: 300px;
}

/* :: Premium About */
.premium-about{
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf6), to(#f6f2ea));
    background: -o-linear-gradient(top, #fbfaf6 0%, #f6f2ea 100%);
    background: linear-gradient(180deg, #fbfaf6 0%, #f6f2ea 100%);
    overflow: hidden;
    padding: 56px 0 94px;
    position: relative;
}
.premium-about-pattern{
    background-image: radial-gradient(circle, rgba(184,148,63,.22) 1px, transparent 1px);
    background-size: 14px 14px;
    bottom: -70px;
    height: 210px;
    left: 0;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 80%);
            mask-image: linear-gradient(90deg, #000, transparent 80%);
    opacity: .38;
    position: absolute;
    width: 52%;
}
.premium-about .container{
    max-width: var(--manaar-section-width);
    position: relative;
    z-index: 1;
}
.premium-about-layout{
    align-items: center;
    display: grid;
    gap: 65px;
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
}
.premium-about-eyebrow{
    align-items: center;
    color: #B8943F;
    display: flex;
    font-family: var(--manaar-font-ui);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.premium-about-copy h2{
    color: #1B2540;
    font-family: var(--manaar-font-display);
    font-size: clamp(36px, 4.2vw, 58px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 24px;
    text-transform: none;
}
.premium-about-copy h2:after{
    color: #1B2540;
    content: '.';
}
.premium-about-copy > p{
    color: rgba(27,37,64,.78);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 22px;
    max-width: 640px;
}
.premium-about-copy > p.premium-about-emphasis{
    color: #1B2540;
    font-weight: 800;
}
.premium-about-highlights{
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 44px;
}
.premium-about-highlight{
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: 58px minmax(0, 1fr);
}
.premium-about-highlight + .premium-about-highlight{
    border-left: 1px solid rgba(184,148,63,.55);
    padding-left: 28px;
}
.premium-about-highlight-icon,
.premium-about-card-icon{
    align-items: center;
    background-color: #1B2540;
    border: 1px solid #1B2540;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 56px;
    height: 56px;
    justify-content: center;
    width: 56px;
}
.premium-about-highlight-icon i,
.premium-about-card-icon i{
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
.premium-about-highlight h4{
    color: #1B2540;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 7px;
}
.premium-about-highlight p{
    color: rgba(27,37,64,.66);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}
.premium-about-visual{
    min-height: 630px;
    position: relative;
}
.premium-about-image{
    border: 1px solid rgba(184,148,63,.5);
    border-radius: 10px;
    -webkit-box-shadow: 0 24px 60px rgba(27,37,64,.14);
            box-shadow: 0 24px 60px rgba(27,37,64,.14);
    height: 560px;
    overflow: hidden;
    position: relative;
}
.premium-about-image img{
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.premium-about-card{
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.91));
    border-radius: 8px;
    bottom: 0;
    -webkit-box-shadow: 0 20px 54px rgba(27,37,64,.16);
            box-shadow: 0 20px 54px rgba(27,37,64,.16);
    padding: 40px 42px 44px;
    position: absolute;
    right: 58px;
    width: min(330px, 48%);
}
.premium-about-card:after{
    background: linear-gradient(90deg, #1B2540, rgba(27,37,64,.32));
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
}
.premium-about-card-rule{
    background-color: #1B2540;
    height: 2px;
    margin: 22px 0 20px;
    width: 34px;
}
.premium-about-card-heading{
    align-items: center;
    display: flex;
    gap: 16px;
}
.premium-about-card h3{
    color: #1B2540;
    font-family: var(--manaar-font-display);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 0;
}
.premium-about-card p{
    color: rgba(27,37,64,.68);
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 0;
}

@media (max-width: 991px){
    .premium-about{
        padding: 88px 0 78px;
    }
    .premium-about-layout{
        gap: 46px;
        grid-template-columns: 1fr;
    }
    .premium-about-copy h2{
        font-size: 40px;
    }
    .premium-about-visual{
        min-height: 0;
    }
    .premium-about-image{
        height: 460px;
    }
    .premium-about-card{
        margin: -96px 28px 0 auto;
        position: relative;
        right: auto;
        width: min(360px, calc(100% - 56px));
    }
    .manaar-glance{
        min-height: 0;
        padding: 64px 0 76px;
    }
    .manaar-glance-panel{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .manaar-glance-stat{
        min-height: 280px;
        padding: 34px;
    }
    .manaar-glance-stat:nth-child(3){
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.16);
    }
    .manaar-glance-stat:nth-child(4){
        border-top: 1px solid rgba(255,255,255,.16);
    }
    .manaar-glance-stat:nth-child(3):before{
        display: none;
    }
}

@media (max-width: 768px){
    .premium-about{
        padding: 72px 0 64px;
    }
    .premium-about-copy h2{
        font-size: 32px;
    }
    .premium-about-copy > p{
        font-size: 15px;
    }
    .premium-about-highlights{
        grid-template-columns: 1fr;
    }
    .premium-about-highlight + .premium-about-highlight{
        border-left: 0;
        border-top: 1px solid rgba(184,148,63,.35);
        padding-left: 0;
        padding-top: 22px;
    }
    .premium-about-image{
        height: 360px;
    }
    .premium-about-card{
        margin: -54px 18px 0;
        padding: 28px;
        width: auto;
    }
    .premium-about-card h3{
        font-size: 16px;
    }
    .manaar-glance{
        padding: 56px 0 64px;
    }
    .manaar-glance h2{
        font-size: 30px;
    }
    .manaar-glance-copy p{
        font-size: 16px;
    }
    .manaar-glance-panel{
        grid-template-columns: 1fr;
        margin-top: 38px;
    }
    .manaar-glance-stat{
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.14);
        min-height: 0;
        padding: 30px;
    }
    .manaar-glance-stat:first-child{
        border-top: 0;
    }
    .manaar-glance-stat + .manaar-glance-stat:before{
        display: none;
    }
    .manaar-glance-icon{
        height: 50px;
        margin-bottom: 22px;
        width: 50px;
    }
    .manaar-glance-value{
        font-size: 50px;
    }
}

/* :: Skills */
.skills .skill-box{
    margin-bottom: 30px;
}
.skills .skill-box:last-of-type{
    margin-bottom: 0;
}
.skills .skill-box .skill-top{
    overflow: hidden;
    margin-bottom: 12px;
}
.skills .skill-box .skill-top .name{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #1B2540;
    display: inline-block;
}
.skills .skill-box .skill-top .number{
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #1B2540;
    display: inline-block;
}
.skills .skill-box .skill-line{
    height: 12px;
    width: 100%;
    background-color: #FFF;
}
.skills .skill-box .skill-line .line{
    height: 100%;
    width: 0%;
    background-color: #B8943F;
}

/* :: Introduction Attorney */
.introduction-attorney h2{
    font-size: 22px;
    color: #1B2540;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
}
.introduction-attorney h2:first-of-type{
    margin-top: 0;
}

/* :: 404 Page */
.page-404-area{
    padding: 150px 0;
}
.page-404-area h2{
    font-size: 250px;
    color: #1B2540;
    font-weight: bold;
    line-height: 1;
    font-family: var(--manaar-font-ui);
    margin-bottom: 30px;
}
.page-404-area a{
    margin-top: 30px;
}

/* :: Widget */
.widget{
    margin-bottom: 30px;
    padding: 30px;
    background-color: #F1F1F1;
}
.widget .widget-title h3{
    line-height: 14px;
    text-transform: capitalize;
    color: #1B2540;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px
}
.widget .widget-body .newsletter{
    position: relative;
}
.widget .widget-body .newsletter input{
    width: 100%;
    color: #1B2540;
    background-color: #FFF;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 44px;
    letter-spacing: 0.25px;
    position: relative;
    border: 0px solid #FFF;
}
.widget .widget-body .newsletter button.click{
    position: absolute;
    right: 0;
    font-size: 13px;
    color: #B8943F;
    text-transform: uppercase;
    padding: 0 14px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    border: 2px solid transparent;
    background-color: #FFF;
    outline: none;
}
.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: #1B2540;
    background-color: #FFF;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFF;
}
.widget .widget-body .follow .icon li:hover a{
    background-color: #B8943F;
    border-color: #B8943F;
    color: #FFF;
}
.widget .categories ul{
    padding: 0 10px;
    background-color: #FFF;
    border: 1px solid #F1F1F1;
}
.widget .categories ul li{
    border-bottom: 1px solid #F1F1F1;
}
.widget .categories ul li:last-of-type{
    border-bottom: none;
}
.widget .categories ul li a{
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
    display: block;
    line-height: 15px;
    text-transform: capitalize;
    color: #898989;
}
.widget .categories ul li a i{
    margin-right: 5px;
}
.widget .categories ul li a span{
    float: right;
}
.widget .categories ul li:hover a{
    color: #B8943F;
    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 #FFF;
    background-color: #FFF;
    font-size: 13px;
    font-weight: 600;
    color: #9B9B9B;
}
.widget .widget-body .tags ul li:hover a{
    background-color: #B8943F;
    color: #FFF;
    border: 1px solid #B8943F;
}

/* :: Single Blog */
.blog.area .blog-item .text-box .post .share-post{
    overflow: hidden;
    border-top: 1px solid #F1F1F1;
    padding-top: 25px;
    margin-top: 25px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.blog.area .blog-item .text-box .post .share-post span{
    font-size: 15px;
    font-weight: 600;
    color: #1B2540;
    margin: 4px 0;
    display: inline-block;
}
.blog.area .blog-item .text-box .post .share-post ul{
    float: right;
}
.blog.area .blog-item .text-box .post .share-post ul li{
    display: inline-block;
    margin: 0 4px 0px 0;
}
.blog.area .blog-item .text-box .post .share-post ul li a{
    display: inline-block;
    text-align: center;
    color: #1B2540;
    background-color: #F1F1F1;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    border: 1px solid #F1F1F1;
}
.blog.area .blog-item .text-box .post .share-post ul li:hover a{
    background-color: #B8943F;
    border-color: #B8943F;
    color: #FFF;
}
.blog-nav a{
    display: inline-block;
    text-align: center;
    color: #1B2540;
    background-color: #F1F1F1;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #F1F1F1;
}
.blog-nav a:hover{
    color: #FFF;
    background-color: #B8943F;
    border: 1px solid #B8943F;
}
.blog-nav a:last-of-type{
    float: right;
}
.blog.area .blog-item,
.blog.area .item-comments{
    margin-bottom: 50px;
}
.blog.area .item-comments .title,
.blog.area .add-comments .title{
    margin-bottom: 30px;
}
.blog.area .item-comments .title h4,
.blog.area .add-comments .title h4{
    line-height: 14px;
    text-transform: capitalize;
    color: #1B2540;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.blog.area .item-comments .inner-comments .comments-box{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}
.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{
    margin-left: 120px;
}
.blog.area .item-comments .inner-comments .comments-box .img-box{
    height: 100px;
    width: 100px;
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}
.blog.area .item-comments .inner-comments .comments-box .img-box img{
    border: 2px solid #B8943F;
    padding: 5px;
    background-color: #FFF;
}
.blog.area .item-comments .inner-comments .comments-box .text-box{
    padding-left: 120px;
}
.blog.area .item-comments .inner-comments .comments-box .text-box h5{
    display: block;
    color: #1B2540;
    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: #B8943F;
}
.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 #F1F1F1;
    background-color: #F1F1F1;
    font-size: 13px;
    font-weight: 600;
    color: #9B9B9B;
}
.blog.area .item-comments .inner-comments .comments-box .text-box a:hover{
    color: #FFF;
    border: 1px solid #B8943F;
    background-color: #B8943F;
}
.blog.area .add-comments .inner-add-comments-box input,
.blog.area .add-comments .inner-add-comments-box textarea{
    margin-bottom: 30px;
    width: 100%;
    color: #1B2540;
    background-color: #F1F1F1;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 44px;
    letter-spacing: 0.25px;
    position: relative;
    border: 0px solid #F1F1F1;
}
.blog.area .add-comments .inner-add-comments-box textarea{
    height: 100px;
    display: block;
}

.img-fluid{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* :: Manaar Footer Content */
.footer .footer-subscribe{
    margin-top: 22px;
}
.footer .footer-subscribe label{
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    margin-bottom: 10px;
}
.footer .footer-subscribe div{
    display: flex;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}
.footer .footer-subscribe input{
    min-width: 0;
    width: 100%;
    height: 44px;
    padding: 0 14px;
    color: #FFF;
    background-color: transparent;
    border: 0;
}
.footer .footer-subscribe input::placeholder{
    color: rgba(255, 255, 255, 0.58);
}
.footer .footer-subscribe button{
    width: 48px;
    color: #1B2540;
    background-color: #B8943F;
    border: 0;
    cursor: pointer;
}
.footer .working-hours li a{
    display: block;
    color: #CCC;
}
.footer .working-hours li:hover a{
    color: #B8943F;
}
.footer .contact-us{
    display: block;
    color: #CCC;
    padding-left: 34px;
    position: relative;
}
.footer .contact-us i{
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    color: #B8943F;
    text-align: center;
}
.footer a.contact-us:hover div,
.footer a.contact-us:hover span{
    color: #B8943F;
}
.footer .reserved{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer .reserved p{
    margin: 0;
    color: #F1F1F1;
}
.footer .footer-legal a{
    color: #F1F1F1;
    margin-left: 18px;
}
.footer .footer-legal a:hover,
.footer .footer-top:hover{
    color: #B8943F;
}
.footer .footer-top{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #1B2540;
    background-color: #B8943F;
}
@media (max-width: 767px){
    .footer .reserved{
        display: block;
        text-align: center;
    }
    .footer .footer-legal{
        margin: 14px 0;
    }
    .footer .footer-legal a{
        margin: 0 8px;
    }
}

/* :: Manaar Type System */
:root{
    --manaar-font-display: 'Sharp Sans', 'DM Sans', Arial, sans-serif;
    --manaar-font-ui: 'DM Sans', Arial, sans-serif;
    --manaar-section-width: 1420px;
}
body,
p,
a,
span,
label,
input,
textarea,
button,
.top-bar ul li a,
.nav-bar .collapse-nav-bar ul li a,
.btn-1,
.btn-2,
.header .banner .top-handline,
.features .features-box .item-features .text-item span,
.sec-title h2,
.about .text-box .core-about-us li h4,
.services .services-item p,
.performance .performance-item .item-box p,
.blog .blog-item .text-box .admin-post .info-post span,
.blog .blog-item .text-box .post p,
.statistic .statistic-item .name-count,
.footer,
.footer .links li a,
.footer .working-hours li a,
.footer .contact-us span,
.footer .footer-subscribe label,
.footer .footer-subscribe input{
    font-family: var(--manaar-font-ui);
}
h1,
h2,
h3,
h4,
h5,
h6,
.header .banner .handline,
.sec-title h3,
.services .services-item h4,
.performance .performance-item .item-box h4,
.blog .blog-item .text-box .post .title-post,
.blog .blog-item .text-box .post .title-post a,
.statistic .statistic-item .count,
.contact .phone-number,
.footer .footer-title h4,
.footer .contact-us div{
    font-family: var(--manaar-font-display);
}
.header .banner .handline,
.sec-title h3{
    letter-spacing: 0;
}

/* :: Manaar Content Migration */
.about .container,
.blog .container,
.editorial-insights .container,
.header .container,
.manaar-glance .container,
.nav-bar .container,
.platform-scrolly-section .container,
.services .container,
.work-with-manaar .container{
    max-width: var(--manaar-section-width);
}
.nav-bar .collapse-nav-bar > ul > li > a{
    font-family: var(--manaar-font-ui);
}
.header .banner{
    /* padding-top: 90px; */
    animation: manaarHeroSettle 1.15s ease both;
    text-align: left;
}
.header .banner .handline,
.header .banner .hero-subtitle,
.header .banner .hero-cta{
    animation: manaarHeroFadeUp .82s cubic-bezier(.22, .61, .36, 1) backwards;
}
.header .banner .top-handline{
    font-size: 15px;
    letter-spacing: .4px;
    line-height: 1.4;
}
.header .banner .handline{
    animation-delay: .16s;
    max-width: 920px;
    text-transform: none;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.06;
    margin: 16px 0 18px 0;
}
.header .banner .handline span{
    color: #B8943F;
    display: block;
}
.header .banner p{
    max-width: 720px;
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: none;
}
.header .banner .hero-subtitle{
    animation-delay: .34s;
    color: #fff;
    font-size: clamp(24px, 2.55vw, 34px);
    font-weight: 600;
    line-height: 1.22;
    margin: 0 0 30px;
    max-width: 620px;
}
.header .banner .hero-cta{
    align-items: center;
    animation-delay: .5s;
    align-self: flex-start;
    background-color: #13213B;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .22);
    color: #fff;
    display: inline-flex;
    font-family: var(--manaar-font-ui);
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .08em;
    min-height: 48px;
    padding: 0 26px;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.header .banner .hero-cta:hover{
    background-color: #1B2540;
    border-color: rgba(214, 180, 106, .58);
    color: #fff;
    transform: translateY(-2px);
}
@keyframes manaarHeroFadeUp{
    from{
        opacity: 0;
        transform: translateY(24px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes manaarHeroSettle{
    from{
        filter: saturate(.92);
    }
    to{
        filter: saturate(1);
    }
}
@keyframes manaarHeroBackground{
    from{
        background-position: 50% 52%;
    }
    to{
        background-position: 50% 50%;
    }
}
@media (prefers-reduced-motion: reduce){
    .header,
    .header .banner,
    .header .banner .handline,
    .header .banner .hero-subtitle,
    .header .banner .hero-cta{
        animation: none;
    }
}
.features{
    margin-top: -106px;
    padding: 0 20px;
}
.features .features-box{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1110px;
    background-color: rgba(7, 29, 58, .82);
    border-top: 1px solid rgba(255, 255, 255, .24);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}
.features .features-box .item-features{
    min-width: 0;
    padding: 24px 28px;
    width: auto;
    background-color: transparent;
    border-top: 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.features .features-box .item-features:first-child{
    border-left: 0;
}
.features .features-box .item-features:last-child{
    border-right: 0;
}
.features .features-box .item-features:hover{
    background-color: rgba(255, 255, 255, .06);
}
.features .features-box .item-features .text-item{
    padding-left: 0;
    text-align: center;
}
.features .features-box .item-features .text-item span{
    display: block;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    letter-spacing: .6px;
    line-height: 1.35;
}
.features .features-box .item-features .text-item h4{
    font-size: 34px;
    line-height: 1;
    margin-top: 10px;
}
.services .services-item{
    height: auto;
}
.services-proposal{
    background-color: #F7F5EF;
}
.services-proposal .sec-title h2{
    color: #B8943F;
}
.services .services-evolution-box{
    background:
        linear-gradient(135deg, rgba(2, 4, 42, 0.86), rgba(27, 37, 64, 0.72)),
        url(../images/manar/Conventionalenergy/Oil\ rig\ in\ sea.jpg);
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    min-height: 310px;
    padding: 46px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
.services .services-evolution-box:before,
.services .manaar-service-item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background-color: #B8943F;
    transform: scaleX(.18);
    transform-origin: left;
}
.services .services-evolution-box span,
.services .manaar-service-item span{
    color: #B8943F;
    display: block;
    font-family: var(--manaar-font-ui);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.services .services-evolution-box p{
    color: rgba(255, 255, 255, .84);
    font-size: 22px;
    line-height: 1.6;
    margin: 0;
    max-width: 900px;
}
.services .manaar-service-item{
    min-height: 330px;
    overflow: hidden;
}
.services .manaar-service-item a{
    display: none;
}
.services .manaar-service-item-dark{
    background-color: #1B2540;
}
.services .manaar-service-item-dark h4{
    color: #FFF;
}
.services .manaar-service-item-dark p{
    color: rgba(255, 255, 255, .72);
}
.platform-intro{
    color: rgba(255, 255, 255, .72);
    margin-bottom: 22px;
}
.platform-heading{
    font-size: 34px;
    line-height: 1.12;
}
.platform-purpose{
    color: #D6B46A;
    display: inline-block;
    font-weight: 800;
    margin-top: 12px;
}
.performance-grid{
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.performance .performance-item .item-box p + p{
    margin-top: 10px;
}
.performance .performance-item .item-box ul{
    color: rgba(255, 255, 255, .72);
    font-family: var(--manaar-font-ui);
    font-size: 14px;
    line-height: 1.65;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}
.performance .performance-item .item-box li{
    padding-left: 18px;
    position: relative;
}
.performance .performance-item .item-box li:before{
    background-color: #B8943F;
    border-radius: 50%;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: .72em;
    width: 5px;
}
.platform-visual-col{
    align-items: center;
    display: flex;
}
.enlite-preview-image{
    margin-left: 22px;
    overflow: hidden;
    width: 112%;
}
.enlite-preview-image img{
    display: block;
    height: auto;
    max-width: none;
    width: 100%;
}
.blog .blog-item{
    height: calc(100% - 30px);
}
.blog .blog-item .img-box{
    height: 210px;
}
.blog .blog-item .img-box img{
    display: block;
    height: 210px;
    object-fit: cover;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .65s cubic-bezier(.22, .61, .36, 1), -webkit-filter .45s ease;
    transition: -webkit-transform .65s cubic-bezier(.22, .61, .36, 1), -webkit-filter .45s ease;
    -o-transition: transform .65s cubic-bezier(.22, .61, .36, 1), filter .45s ease;
    transition: transform .65s cubic-bezier(.22, .61, .36, 1), filter .45s ease;
    transition: transform .65s cubic-bezier(.22, .61, .36, 1), filter .45s ease, -webkit-transform .65s cubic-bezier(.22, .61, .36, 1), -webkit-filter .45s ease;
    width: 100%;
}
.blog .blog-item:hover .img-box img{
    -webkit-filter: saturate(1.08) contrast(1.04);
            filter: saturate(1.08) contrast(1.04);
    -webkit-transform: scale(1.055) translateY(-4px);
        -ms-transform: scale(1.055) translateY(-4px);
            transform: scale(1.055) translateY(-4px);
}
.blog .blog-item .text-box .post .title-post{
    min-height: 56px;
}
.blog .blog-item .text-box .post .insight-card-meta{
    border-top: 1px solid rgba(27, 37, 64, .12);
    color: #1B2540;
    display: block;
    font-family: var(--manaar-font-ui);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    margin: 12px 0 10px;
    padding-top: 10px;
    text-transform: uppercase;
}
.specialisation-showcase{
    background:
        linear-gradient(135deg, rgba(2, 4, 42, .96), rgba(27, 37, 64, .92)),
        #02042A;
    overflow: hidden;
}
.specialisation-showcase .sec-title{
    margin-bottom: 34px;
}
.specialisation-ticker{
    display: grid;
    gap: 16px;
    overflow: hidden;
    position: relative;
}
.specialisation-ticker:before,
.specialisation-ticker:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(12vw, 170px);
    pointer-events: none;
    z-index: 2;
}
.specialisation-ticker:before{
    left: 0;
    background: linear-gradient(90deg, #02042A, rgba(2, 4, 42, 0));
}
.specialisation-ticker:after{
    right: 0;
    background: linear-gradient(270deg, #02042A, rgba(2, 4, 42, 0));
}
.specialisation-ticker-row{
    display: flex;
    overflow: hidden;
}
.specialisation-ticker-track{
    animation: manaarSpecialisationTicker 68s linear infinite;
    display: flex;
    flex: 0 0 auto;
    gap: 14px;
    min-width: max-content;
}
.specialisation-ticker-row-reverse .specialisation-ticker-track{
    animation-direction: reverse;
    animation-duration: 76s;
}
.specialisation-ticker:hover .specialisation-ticker-track{
    animation-play-state: paused;
}
.specialisation-ticker span{
    align-items: center;
    background-color: rgba(255, 255, 255, .04);
    border: 1px solid rgba(213, 170, 109, .48);
    border-radius: 6px;
    color: rgba(255, 255, 255, .88);
    display: inline-flex;
    flex: 0 0 auto;
    font-family: var(--manaar-font-ui);
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    min-height: 74px;
    min-width: clamp(210px, 21vw, 330px);
    padding: 18px 26px;
    text-align: center;
    text-transform: uppercase;
}
.specialisation-ticker span:hover{
    background-color: #B8943F;
    border-color: #B8943F;
    color: #FFF;
    transform: translateY(-3px);
}
@keyframes manaarSpecialisationTicker{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(calc(-50% - 7px));
    }
}
@media (prefers-reduced-motion: reduce){
    .blog .blog-item .img-box img,
    .blog .blog-item .img-box:before,
    .blog .blog-item .img-box:after,
    .blog .blog-item .text-box .post a.more:after{
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .blog .blog-item:hover .img-box img{
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .specialisation-ticker-track{
        animation: none;
    }
}
.work-with-manaar{
    background-color: #02042A;
    overflow: hidden;
    padding: 88px 0 120px;
    position: relative;
    text-align: center;
}
.work-with-manaar:before{
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 72px 72px;
    content: '';
    inset: 0;
    position: absolute;
}
.work-with-manaar .container{
    position: relative;
    z-index: 1;
}
.work-with-label{
    align-items: center;
    color: #B8943F;
    display: inline-flex;
    font-family: var(--manaar-font-ui);
    font-size: 12px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    letter-spacing: .16em;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.work-with-label:before,
.work-with-label:after{
    background-color: #B8943F;
    content: '';
    display: block;
    height: 1px;
    width: 24px;
}
.work-with-manaar h2{
    color: #F7F8FA;
    font-family: var(--manaar-font-display);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 auto 24px;
    max-width: 720px;
}
.work-with-manaar h2 em{
    color: #B8943F;
    font-style: normal;
}
.work-with-manaar p{
    color: rgba(247,248,250,.62);
    font-family: var(--manaar-font-ui);
    font-size: 17px;
    line-height: 1.8;
    margin: 0 auto 48px;
    max-width: 600px;
}
.work-with-actions{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
}
.work-with-primary{
    background-color: #B8943F;
    border: 1px solid #B8943F;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: var(--manaar-font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    padding: 17px 36px;
    text-transform: uppercase;
}
.work-with-primary:hover{
    background-color: transparent;
    color: #FFF;
}
.work-with-secondary{
    align-items: center;
    color: #FFF;
    display: inline-flex;
    font-family: var(--manaar-font-display);
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.work-with-secondary:hover{
    color: #FFF;
}
.work-with-secondary i{
    font-size: 18px;
}
.work-with-details{
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
    justify-content: center;
    margin-top: 64px;
    padding-top: 40px;
}
.work-with-detail{
    text-align: center;
}
.work-with-detail span{
    color: rgba(247,248,250,.34);
    display: block;
    font-family: var(--manaar-font-ui);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.work-with-detail strong{
    color: rgba(247,248,250,.72);
    display: block;
    font-family: var(--manaar-font-ui);
    font-size: 15px;
    font-weight: 500;
}
.work-with-divider{
    background-color: rgba(255,255,255,.08);
    width: 1px;
}
@media (max-width: 991px){
    .header .banner .handline{
        font-size: 50px;
    }
    .enlite-preview-image{
        margin-top: 46px;
        margin-left: 0;
        width: 100%;
    }
    .enlite-preview-image img{
        max-width: 100%;
    }
    .performance-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .work-with-manaar{
        padding: 76px 0 96px;
    }
    .work-with-divider{
        display: none;
    }
}
@media (max-width: 768px){
    .nav-actions{
        display: grid;
        margin: 18px 0 0;
        width: 100%;
    }
    .nav-login-button,
    .nav-briefing-button{
        width: 100%;
    }
    .header .banner{
        padding-top: 80px;
    }
    .header .banner .handline{
        font-size: 40px;
        line-height: 1.12;
    }
    .header .banner p{
        font-size: 16px;
    }
    .header .banner .hero-subtitle{
        font-size: 22px;
        line-height: 1.28;
        margin-bottom: 24px;
    }
    .header .banner .hero-cta{
        min-height: 44px;
        padding: 0 22px;
    }
    .features{
        background-color: #071D3A;
        margin-top: 0;
        padding: 24px 20px;
    }
    .features .features-box{
        grid-template-columns: 1fr;
        max-width: 420px;
    }
    .features .features-box .item-features{
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 22px 20px;
    }
    .features .features-box .item-features .text-item h4{
        font-size: 30px;
    }
    .services.py-100-70{
        padding-bottom: 46px;
    }
    .services .services-item{
        margin-bottom: 22px;
        min-height: 0;
        padding: 24px;
    }
    .services .services-item:hover{
        transform: none;
    }
    .services .services-item .icon{
        margin-bottom: 18px;
    }
    .services .services-item .icon i:first-of-type{
        font-size: 34px;
    }
    .services .services-item .icon i + i{
        font-size: 12px;
        padding: 11px;
    }
    .services .services-item h4{
        font-size: 17px;
        margin-bottom: 8px;
    }
    .services .services-item a{
        margin-top: 14px;
    }
    .services .services-evolution-box{
        min-height: 300px;
        padding: 30px;
    }
    .services .services-evolution-box p{
        font-size: 18px;
    }
    .enlite-preview-image{
        margin-top: 38px;
    }
    .performance-grid{
        grid-template-columns: 1fr;
    }
    .performance .performance-item{
        padding: 20px;
    }
    .blog .blog-item .text-box .post .title-post{
        min-height: 0;
    }
    .specialisation-ticker{
        gap: 12px;
    }
    .specialisation-ticker span{
        min-height: 68px;
        min-width: min(78vw, 320px);
        padding: 16px 20px;
    }
    .work-with-manaar{
        padding: 60px 0 76px;
    }
    .work-with-manaar h2{
        font-size: 34px;
    }
    .work-with-manaar p{
        font-size: 15px;
        margin-bottom: 34px;
    }
    .work-with-actions{
        gap: 20px;
    }
    .work-with-details{
        display: grid;
        gap: 24px;
        grid-template-columns: 1fr;
        margin-top: 44px;
        padding-top: 30px;
    }
}
