﻿.header-main-one-wrapper .thumbnail .custom-logo, .custom-logo {
    max-height: 60px !important;
}
 
.header-top-area-wrapper {
    background: #000000;
}
.header-top-area-wrapper .header-top-one-wrapper .right .mail::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.header-top-area-wrapper .header-top-one-wrapper .right .mail a {
    padding: 11px 0;
    display: block;
    color: #fff;
    margin-right: 50px;
    font-size: 14px;
    position: relative;
    transition: var(--transition);
}
.header-top-area-wrapper .header-top-one-wrapper .right .working-time p {
    color: #fff;
    font-size: 14px;
}
.rts-banner-area-two {
    background-image: url(../img/banner1.jpg);
    height: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-inner-two-content {
    text-align: left;
    max-width: 100%;
    margin: auto;
}
    .banner-inner-two-content .pre-title {
        margin-bottom: 5px;
     }
.banner-inner-two-content .title {
   
    color: #AE8D4A;
}

.text-gold {
    color: #AE8D4A!important;
}
.banner-inner-two-content .text-gold * {
    color: #AE8D4A !important;
}
.btn-gold {
    background-color: #AE8D4A!important;
}
.bg-gold {
    background-color: #AE8D4A !important;
}
.service-bg-style-one-wrapper {
    background-image: url(../images/service/01.webp);
    
    background-size: cover;
    background-position: center;
    background-color: #AE8D4A !important;
}
    .service-bg-style-one-wrapper .icons {
        filter: brightness(100)  
    }
.consultancy-style-one .signle-consultancy .icon {
     background: #AE8D4A;
 }
    .consultancy-style-one .signle-consultancy .icon img {
        filter: brightness(100)
    }
.bg_banner-seven {
     background-image: url(../img/banner2.jpg);
 }
.banner-seven-inner-content {
    padding-left: 0px;
 }
.banner-seven-inner-content .title {
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
}
section.main-wrapper-sticky {
    height: auto;
}
.mab-10 {
    height: calc(100% - 15px);
    margin-bottom: 15px;
    border-radius:6px!important;
    transition:all 0.3s;
}
    .mab-10:hover{
        transform:scale(1.06);
    }
    .rounded-12 {
        border-radius: 12px !important;
    }