/*
::
:: Theme Name: Decision - Lawyer & Attorney HTML Template
:: Email: Nourramadan144@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 Navs
        01- :: Navbar Top
        02- :: Navbar
    03-  :: Search Box
    04-  :: Menu Box
    05-  :: Header
        01- :: Header 1
        02- :: Header 2
        03- :: Header 3
    06-  :: Features
        01- :: Features 1
        02- :: Features 2
        03- :: Features 3
    07-  :: About Us
        01- :: About Us 1
        02- :: About Us 2
        03- :: About Us 3
        04- :: About Us 4
    08-  :: Skills
    09-  :: Practice Area
        01- :: Practice Area 1
        02- :: Practice Area 2
        03- :: Practice Area 3
    10-  :: History
        01- :: History 1
        02- :: History 2
    11-  :: Quote
    12-  :: Sponsors
    13-  :: Case Study
    14-  :: Contact
    15-  :: Advisors
        01- :: Advisors 1
        02- :: Advisors 2
    16-  :: Provide
    17-  :: Statistic
    18-  :: Presentation
    19-  :: Testimonial
    20-  :: Testimonial And Subscribe
    21-  :: Blog
    22-  :: Footer
    23-  :: Scroll Up
*/

/* :: All Transition */
/*
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}
*/
*{
    outline: none
}

/* :: Body */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #262B3E;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background-color: #C89D66;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background-color: #C89D66;
    color: #FFF;
    text-shadow: none;
}
a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    /*color: #FFF;*/
}

.nav-top-box a,
.nav-top-box a:hover,
.nav-top-box a:focus,
.nav-top-box button:focus {
    color: #FFF;
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
p {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}

/* :: My Classes */
.py-100{
    padding: 100px 0;
}
.py-100-70{
    padding: 100px 0 70px 0;
}
.py-70-70{
    padding: 70px 0 70px 0;
}
.padding-0{
    padding: 0;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(38 43 62 / 0.5);
}
.btn-1{
    background-color: #C89D66;
    font-size: 13px;
    color: #FFF;
    
    padding: 0 40px;
    line-height: 50px;
    border-radius: 2px;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    border: 2px solid #C89D66;

    white-space: nowrap;
}
.btn-1:hover{
    border: 2px solid #262B3E;
    color: #C89D66;
    background-color: #262B3E;
}
.btn-2:hover{
    border: 2px solid #FFF;
    color: #C89D66;
    background-color: #FFF;
}
.btn-3{
    background-color: #FFF;
    color: #C89D66;
    border-color: #FFF;
}
.btn-4{
    background-color: #FFF;
    color: #C89D66;
    border-color: #FFF;
}
.btn-4:hover{
    border: 2px solid #C89D66;
    color: #FFF;
    background-color: #C89D66;
}
.sec-title{
    margin-bottom: 50px;
}
.sec-title h2{
    font-size: 16px;
    font-weight: 600;
    color: #C89D66;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.sec-title h3{
    color: #262B3E;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 1.3;
}
.sec-title p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    
}
.sec-title-2 h2:after{
    content: '';
    background-color: #C89D66;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: calc(100% + 10px);
}
.sec-title-3 h2{
    margin-bottom: 10px;
}
.sec-title-3 h2:after{
    content: '';
    background-color: #C89D66;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: -10px;
    right: 0;
}
.bg-section {
    background-color: #F9F9F9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* :: Loading */
.loading {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.loading .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #C89D66;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

/* :: Header Navs */
header.navs{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
header.navs.active{
    position: unset;
}

/* :: Navbar Top */
.nav-top{
    border-bottom: 1px solid rgb(249 249 249 / 0.2);
}
.nav-top .nav-top-box ul li{
    display: inline-block;
}
.nav-top .nav-top-box ul.info li{
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    line-height: 1.1;
    border-left: 1px solid rgb(249 249 249 / 0.2);
}
.nav-top .nav-top-box ul.info li:first-of-type{
    padding-left: 0;
    border-left: none;
}
.nav-top .nav-top-box ul.info li:last-of-type{
    padding-right: 0;
}
.nav-top .nav-top-box ul li span{
    color: #FFF;
}
.nav-top .nav-top-box ul li a.icon{
    color: #FFF;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}
.nav-top .nav-top-box ul li a.icon:hover{
    color: #C89D66;
}
.nav-top .nav-top-box ul li .btn-1{
    border-radius: 0;
    margin-left: 15px;
    line-height: 40px;
}

/* :: Navbar */
.nav-bar.active{
    background-color: #FFF;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.07);
            box-shadow: 0 3px 4px rgba(0,0,0,.07);
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.nav-bar .logo .logo-nav{
    display: block;
}
.nav-bar .logo .logo-nav img{
    width: 165px;
}

.nav-bar .logo .logo-nav img.two,
.nav-bar.active .logo .logo-nav img.one{
    display: none;
}
.nav-bar.active .logo .logo-nav img.two{
    display: block;
}
.nav-bar .nav-bar-link > ul > li{
    display: inline-block;
    position: relative;
}
.nav-bar .nav-bar-link ul li a{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 0;
    margin: 0 20px 0 0px;
    position: relative;
    display: block;
    
}
.nav-bar .nav-bar-link ul li a:before{
    content: '';
    background-color: #C89D66;
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-bar .nav-bar-link ul li a:hover:before,
.nav-bar .nav-bar-link ul li .color-active:before{
    width: 100%;
}
.nav-bar.active .nav-bar-link ul li a{
    color: #262B3E;
}
.nav-bar.active .nav-bar-link > ul ul li a{
    color: #F1F1F1;
}
.nav-bar .nav-bar-link ul li a:hover,
.nav-bar .nav-bar-link ul li a.color-active,
.nav-bar.active .nav-bar-link > ul ul li:hover a{
    color: #C89D66;
}
.nav-bar .nav-bar-link > ul ul{
    position: absolute;
    z-index: 2;
    background-color: #262B3E;
    border-radius: 2px;
    padding: 25px 0;
    top: 100%;
    left: 0;
    min-width: 240px;
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
            box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}
.nav-bar .nav-bar-link > ul li:hover > ul{
    -webkit-transform: translateY(00px);
        -ms-transform: translateY(00px);
            transform: translateY(00px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav-bar-link > ul ul li{
    position: relative;
    padding: 0 30px 0 40px;
}
.nav-bar .nav-bar-link > ul ul li a{
    color: #F1F1F1;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid rgb(249 249 249 / 0.1);
    padding: 0;
    width: 100%;
    position: relative;
    font-weight: normal;
    
    display: inline-block;
}
.nav-bar .nav-bar-link > ul ul li:hover a{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.nav-bar .nav-bar-link > ul ul ul{
    left: 100%;
    top: 0;
}
.nav-bar .nav-bar-link > ul ul ul li a{
    -webkit-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
    color: #9B9B9B !important;
}
.nav-bar .nav-bar-link > ul ul ul li:hover a{
    -webkit-transform: translateX(10px) !important;
        -ms-transform: translateX(10px) !important;
            transform: translateX(10px) !important;
    color: #C89D66 !important;
}
.nav-bar .nav-bar-link .level-1:last-of-type li a{
    padding-right: 0;
}
.nav-bar .nav-bar-link .level-1:last-of-type li:last-of-type a{
    margin: 0;
    border-bottom: 0;
}
.nav-bar .info-nav i{
    float: left;
    font-size: 30px;
    color: #F1F1F1;
    line-height: 1.3;
}
.nav-bar .info-nav .contact-nav{
    padding-left: 45px;
}
.nav-bar .info-nav .contact-nav p{
    color: #F1F1F1;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}
.nav-bar .info-nav .contact-nav span{
    color: #F1F1F1;
    font-size: 14px;
    font-weight: 500;
    
    line-height: 1;
    display: block;
    margin-top: 10px;
}
.nav-bar.active .info-nav i{
    color: #C89D66
}
.nav-bar.active .info-nav .contact-nav p,
.nav-bar.active .info-nav .contact-nav span{
    color: #262B3E
}
.nav-bar .icon li{
    display: inline-block;
}
.nav-bar .icon li .icon-item{
    color: #FFF;
    font-size: 16px;
    margin: 0 20px 0 0px;
    position: relative;
    display: block;
}
.nav-bar.active .icon li .icon-item{
    color: #262B3E;
}
.nav-bar .icon li:last-of-type .icon-item{
    margin-right: 0;
}
.nav-bar .icon li:hover .icon-item i{
    color: #C89D66;
}
.nav-bar .icon li.cart .cart-popup{
    background-color: #262B3E;
    padding: 30px;
    position: absolute;
    right: 20px;
    z-index: 999;
    width: 300px;
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
            box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}
.nav-bar .icon li.cart:hover .cart-popup{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .icon li.cart .cart-popup .item{
    position: relative;
    border-bottom: 1px solid rgb(249 249 249 / 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.nav-bar .icon li.cart .cart-popup .item img{
    width: 50px;
    height: 50px;
    float: left;
}
.nav-bar .icon li.cart .cart-popup .item .item-content{
    padding-left: 65px;
    padding-right: 25px;
}
.nav-bar .icon li.cart .cart-popup .item .item-content div{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #FFF;
    font-weight: bold;
}
.nav-bar .icon li.cart .cart-popup .item .item-content span{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #F1F1F1;
}
.nav-bar .icon li.cart .cart-popup .item .delete-item{
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #262B3E;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.nav-bar .icon li.cart .cart-popup .item .delete-item:hover{
    background-color: #C89D66;
}
.nav-bar .icon li.cart .cart-popup .subtotal span{
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #F1F1F1
}
.nav-bar .icon li.cart .cart-popup .subtotal span:last-of-type{
    float: right;
    color: #C89D66;
}
.nav-bar .icon li.cart .cart-popup .button-cart{
    margin-top: 20px;
}
.nav-bar .icon li.cart .cart-popup .button-cart button{
    outline: none;
    padding: 0 22px;
}
.nav-bar .icon li.cart .cart-popup .button-cart button:first-of-type{
    margin-right: 10px;
}
.nav-bar .icon li.cart .cart-popup .button-cart a{
    padding: 0 18px;
    line-height: 45px;
}
.nav-bar .icon li.cart .cart-popup .button-cart a:first-of-type{
    margin-right: 16px;
}

/* :: Search Box */
.search-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(38 43 62 / 0.9);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}
.search-box form{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 85%;
}
.search-box form input{
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 35px;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid #FFF;
}
.search-box form input:focus{
    border-bottom: 1px solid #C89D66;
}
.search-box form button{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 65px;
    background-color: transparent;
    text-align: center;
    font-size: 25px;
    color: #C89D66;
    border: 0;
    outline: none;
}
.search-box .close-search{
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
}
.search-box .close-search:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    color: #C89D66;
}

/* :: Menu Box */
.menu-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}
.menu-box .inner-menu{
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}
.menu-box.active .inner-menu{
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
            box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}
.menu-box .inner-menu .website-info{
    margin-bottom: 30px;
}
.menu-box .inner-menu .website-info .logo{
    display: block;
    margin-bottom: 20px;
}
.menu-box .inner-menu .website-info .logo img{
    width: 150px;
}
.menu-box .inner-menu .website-info p{
    
    font-size: 14px;
}
.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    
    color: #262B3E;
}
.menu-box .inner-menu .contact-info .contact-box{
    margin-bottom: 30px;
}
.menu-box .inner-menu .contact-info .contact-box i{
    color: #C89D66;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}
.menu-box .inner-menu .contact-info .contact-box .box{
    padding-left: 40px;
}
.menu-box .inner-menu .contact-info .contact-box .box p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
}
.menu-box .inner-menu .follow-us .icon-follow li{
    display: inline-block;
    margin-right: 12px;
}
.menu-box .inner-menu .follow-us .icon-follow li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C89D66;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    padding: 6px;
    background-color: #f1f1f1;
}
.menu-box .inner-menu .follow-us .icon-follow li a svg{
    fill: #C89D66;
    height: 15px;
}
.menu-box .inner-menu .follow-us .icon-follow li a:hover svg{
    fill: #ffffff;
}
.menu-box .inner-menu .follow-us .icon-follow li:hover a{
    background-color: #C89D66;
    color: #FFF;
}
.exit-menu-box{
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #C89D66;
    width: 35px;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.exit-menu-box:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}

/* :: Header */
.header{
    height: 100vh;
}
.header .header-owl{
    height: 100%;
}
.header .header-owl .sec-hero{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header .banner .headline-top{
    line-height: 23px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
    color: #FFF;
}
.header .banner .handline{
    color: #FFF;
    font-weight: 700;
    line-height: 1.2;
    font-size: 52px;
    margin-bottom: 30px;
}
.header .banner .about-website{
    font-size: 16px;
    color: #F9F9F9;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}
.header-owl.owl-theme .owl-nav{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}
.header-owl.owl-theme .owl-nav [class*=owl-]{
    margin: 0;
}
.header-owl.owl-theme .owl-nav [class*=owl-] i{
    font-size: 50px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.header-owl.owl-theme .owl-nav [class*=owl-] i:hover{
    color: #C89D66;
}
.header-owl.owl-theme .owl-nav [class*=owl-] i.flaticon-left-arrow{
    left: 10px;
}
.header-owl.owl-theme .owl-nav [class*=owl-] i.flaticon-right-arrow{
    right: 10px;
}
.header-owl.owl-theme:hover .owl-nav [class*=owl-] i{
    opacity: 1;
    visibility: visible;
}
.header-owl.owl-theme .owl-dots{
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.header-owl.owl-theme .owl-dots .owl-dot{
    outline: none;
}
.header-owl.owl-theme .owl-dots .owl-dot span{
    margin: 0 5px;
    width: 20px;
    height: 6px;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-owl.owl-theme .owl-dots .owl-dot.active span,
.header-owl.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #C89D66;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* :: Header 2 */
.header-2 .box-hero{
    position: relative;
    z-index: 1
}
.header-2 .box-hero .banner,
.header-2 .box-hero .services-header{
    width: 50%;
}
.header-2 .box-hero .services-header .services-item{
    background-color: #FFF;
    border-radius: 2px;
    overflow: hidden;
    min-width: 145px;
    min-height: 120px;
    display: inline-block;
    margin: 5px;
    padding: 20px;
    text-align: center;
}
.header-2 .box-hero .services-header .services-item:hover{
    background-color: #C89D66;
    color: #FFF;
}
.header-2 .box-hero .services-header .services-item i{
    display: block;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 15px;
}
.header-2 .box-hero .services-header .services-item span{
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    
}

/* :: Header 3 */
.header-3 .box-hero .banner-3{
    width: 100%;
}

/* :: Features */
.features .features-box{
    overflow: hidden;
    margin-top: -124px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
}
.features .features-box .features-item{
    width: calc(100% / 3);
    float: left;
    margin: 0;
    padding: 40px 20px;
    background-color: #262B3E;
    list-style: none;
}
@-webkit-keyframes updown {
    0% {-webkit-transform: translateY(0);transform: translateY(0)}
    40% {-webkit-transform: translateY(-5px);transform: translateY(-5px)}
    100% {-webkit-transform: translateY(0);transform: translateY(0)}
}
@keyframes updown {
    0% {-webkit-transform: translateY(0);transform: translateY(0)}
    40% {-webkit-transform: translateY(-5px);transform: translateY(-5px)}
    100% {-webkit-transform: translateY(0);transform: translateY(0)}
}
.features .features-box .features-item i{
    float: left;
    font-size: 40px;
    color: #C89D66;
    line-height: 1;
}
.features .features-box .features-item:hover i{
    -webkit-animation: updown 0.4s ease-in-out 50ms;
            animation: updown 0.4s ease-in-out 50ms;
}
.features .features-box .features-item .item-text{
    padding-left: 60px;
}
.features .features-box .features-item .item-text span{
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    
    color: #F1F1F1;
}
.features .features-box .features-item .item-text h4{
    line-height: 1.1;
    
    font-size: 21px;
    font-weight: 600;
    color: #F1F1F1;
    margin-top: 8px;
    min-height: 46px;
}
.features .features-box .features-item .item-text p{
    margin: 15px 0 0 0;
    color: #FFF;
    min-height: 50px;
}

.features .features-box .features-item:nth-of-type(2){
    background-color: #C89D66;
}
.features .features-box .features-item:nth-of-type(2) i{
    color: #F1F1F1;
}


/* :: Features 2 */
.features-2 .features-box{
    margin-top: calc(-127px / 2)
}
.features-2 .features-box .features-item{
    padding: 35px 25px;
    background-color: #C89D66;
}
.features-2 .features-box .features-item:nth-of-type(2){
    background-color: #262B3E;
}
.features-2 .features-box .features-item i{
    line-height: 1.4;
    color: #F1F1F1;
}
.features-2 .features-box .features-item:nth-of-type(2) i{
    color: #C89D66;
}

/* :: Features 3 */
.features-3{
    background-color: #262B3E;
    padding: 50px 0 20px 0;
}
.features-3 .features-box{
    margin: 0;
    border-radius: 0;
}
.features-3 .features-box .features-item{
    width: auto;
    padding: 0 0 30px 0;
}

/* :: About Us */
.about .img-box{
    position: relative;
    margin-right: 40px;
}
.about .img-box .about-img img{
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 73px 0 rgb(38 43 62 / 0.1);
            box-shadow: 0 1px 73px 0 rgb(38 43 62 / 0.1);
}
.about .img-box .case-about{
    position: absolute;
    background-color: #C89D66;
    min-width: 225px;
    padding: 40px;
    border-radius: 2px;
    top: 60%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -40px;
    border: 10px solid #FFF
}
.about .img-box .case-about i{
    font-size: 35px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 18px;
    display: block;
}
.about .img-box .case-about .counter{
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: #FFF;
}
.about .img-box .case-about h5{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    
    color: #FFF;
}
.about .text-box .sec-title{
    margin-bottom: 30px;
}
.about .text-box .sec-title h3{
    margin-bottom: 20px;
}
.core-about{
    overflow: hidden;
}
.core-about li{
    margin-bottom: 12px;
    float: left;
    width: 50%;
}
.core-about li i{
    font-size: 12px;
    color: #C89D66;
    margin-right: 8px;
}
.core-about li h4{
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #262B3E;
}
.about .text-box .p-about{
    margin-bottom: 30px;
}
.about .text-box .sign-about{
    width: 200px;
}

/* :: About Us 2 */
.about-2 .img-box{
    margin: 0;
    padding: 40px 0;
}
.about-2 .img-box:after{
    content: '';
    background-color: #C89D66;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 2px;
    z-index: -1;
}
.about-2 .text-box .sign-about{
    display: block;
    margin: 25px 0;
    width: 180px;
}
/* :: About Us 3 */
.about-3 .img-box{
    margin: 0;
    padding-bottom: 40px;
}
.about-3 p:last-of-type{
    margin-bottom: 30px;
}
.about-3 .img-box .experiance-item{
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    background-color: #C89D66;
    padding: 30px;
    border-radius: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.about-3 .img-box .experiance-item i {
    font-size: 50px;
    line-height: 50px;
    float: left;
    color: #FFF;
}
.about-3 .img-box .experiance-item .content {
    padding-left: 65px;
}
.about-3 .img-box .experiance-item .content .counter {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: #FFF;
}
.about-3 .img-box .experiance-item .content .counter-name {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .5px;
}

/* :: About Us 4 */
.about-4.about-5{
    padding-top: 0px !important;
}
.about-4 .img-box{
    margin: 0;
}
.about-4 .logo-box{
    position: absolute;
    top: 0;
    left: 60px;
    background: #C89D66;
    padding: 20px;
}
.about-4 .logo-box img{
    width: 40px;
}
.about-4 .text-box p:last-of-type{
    margin-bottom: 30px;
}


/* :: 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: 8px;
    line-height: 1;
}
.skills .skill-box .skill-top .name{
    
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #262B3E;
    display: inline-block;
}
.skills .skill-box .skill-top .number{
    float: right;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #262B3E;
    display: inline-block;
}
.skills .skill-box .skill-line{
    height: 10px;
    width: 100%;
    background-color: #F1F1F1;
}
.skills .skill-box .skill-line .line{
    height: 100%;
    width: 0%;
    background-color: #C89D66;
}


/* :: Practice Area */
.practice-area{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.practice-area-item{
    padding: 40px 30px;
    margin-bottom: 30px;
    border: 1px solid #DDD;
    border-radius: 16px;
}
.practice-area-item:hover{
    background-color: #C89D66;
    border-color: #C89D66;
}
.practice-area-item i{
    float: left;
    font-size: 40px;
    line-height: 1;
    color: #C89D66;
}
.practice-area-item:hover i{
    -webkit-animation: updown 0.4s ease-in-out 50ms;
            animation: updown 0.4s ease-in-out 50ms;
}
.practice-area-item .content{
    padding-left: 60px;
}
.practice-area-item .content h4{
    line-height: 1.1;
    
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #262B3E;
}
.practice-area-item .content p{
    margin-bottom: 0;
    max-height: 200px;
    overflow: hidden;
}
.practice-area-item .content a{
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    color: #262B3E;
}
.practice-area-item:hover i,
.practice-area-item:hover .content h4,
.practice-area-item:hover .content p,
.practice-area-item:hover .content a{
    color: #FFF;
}

/* :: Practice Area 2 */
.practice-area-2{
    
}
.practice-area-2 .sec-title h3{
    color: #FFF;
}
.practice-area-2 .sec-title p,
.history-2 .sec-title p{
    color: #F1F1F1;
}
.practice-area-2 .practice-area-item{
    border: 1px solid #F1F1F1;
}
.practice-area-2 .practice-area-item .content h4,
.practice-area-2 .practice-area-item .content a{
    color: #FFF
}
.practice-area-2 .practice-area-item .content p{
    color: #F1F1F1;
}
.practice-area-2 .practice-area-item:hover{
    border-color: #C89D66;
}

/* :: Practice Area 3 */
.practice-area-3{
    background: #F9F9F9 url(../images/01_pattern.png)
}
.practice-area-3 .practice-area-item i{
    float: none;
    margin-bottom: 30px;
    display: inline-block;
}
.practice-area-3 .practice-area-item .content {
    padding: 0;
}

/* :: History */
.history{
    position: relative;
    padding-top: 100px;
}
.history .bg-section{
    height: calc(100% - 300px);
}
.history .sec-title h3{
    color: #FFF;
    margin-bottom: 0;
}
.history-line .box-line .head h4{
    max-width: 100px;
    min-height: 35px;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.history-line .box-line .down{
    position: relative;
    padding: 15px 0 0 0;
    border-top: 1px solid #FFF;
}
.history-line .box-line .down:after{
    content: '';
    width: 12px;
    height: 12px;
    background-color: #C89D66;
    position: absolute;
    top: -7px;
    left: 0;
    border-radius: 50%;
}
.history-line .box-line .down span{
    color: #FFF;
    display: block;
    line-height: 14px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    
}
.history-line .box-line .down span:last-of-type{
    margin: 0;
}
.history-line.owl-theme .owl-dots,
.history-line.owl-theme .owl-nav{
    display: none;
}

/* :: History 2 */
.history-2 .bg-section{
    height: calc(100% - 250px);
}
.history-2-item{
    margin-bottom: 30px;
    overflow: hidden;
}
.history-2-item i{
    color: #FFF;
    line-height: 1;
    font-size: 40px;
    float: left;
}
.history-2-item .content{
    padding-left: 60px;
}
.history-2-item .content h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    
    color: #FFF;
}
.history-2-item .content p{
    margin-bottom: 0;
    color: #FFF;
}

/* :: Quote */
.quote{
    position: relative;
    padding-top: 100px;
}
.quote .box{
    background-color: #FFF;
    -webkit-box-shadow: 0px 5px 20px rgb(38 43 62 / 0.2);
            box-shadow: 0px 5px 20px rgb(38 43 62 / 0.2);
    padding: 30px;
    border-radius: 2px;
}
.quote .box .img-box{
    position: relative;
}
.quote .box .img-box img{
    border-radius: 2px;
}
.quote .box .img-box .quote-info{
    background-color: #C89D66;
    color: #FFF;
    padding: 18px 30px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.quote .box .img-box .quote-info i{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.quote .box .img-box .quote-info h4{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
    margin-left: 10px;
}
.quote .box .quote-box .sec-title{
    margin-bottom: 10px;
}
.quote .box .quote-box .sec-title h3{
    color: #262B3E;
    margin: 0 0 15px 0;
    font-size: 30px;
}
.quote .box .quote-box .sec-title p{
    font-size: 14px;
}
.quote-item input,
.quote-item textarea{
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    /*color: #A5A5A5;*/
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 2px;
}
.quote-item input:focus,
.quote-item textarea:focus{
    border-color: #C89D66;
}
.quote-item textarea{
    display: block;
    min-height: 150px;
}
.nice-select{
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 2px;
    height: auto;
    line-height: unset;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus{
    border-color: #C89D66;
}
.nice-select .list{
    background-color: #262B3E;
    min-width: 200px;
    padding: 25px 0;
    border-color: #262B3E;
    border-radius: 2px;
}
.nice-select .option{
    color: #F1F1F1;
    padding: 0;
    margin: 0 20px;
    font-size: 13px;
    line-height: 40px;
    border-bottom: 1px solid rgb(249 249 249 / 0.1);
    position: relative;
    font-weight: normal;
    display: block;
    font-weight: 400;
}
.nice-select .option:last-of-type{
    border: 0;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus{
    background-color: transparent;
    color: #C89D66;
    font-weight: 400;
}

/* :: Sponsors */
.sponsors{
    padding: 50px 0;
    border-bottom: 1px solid #E9E9E9;
}
.sponsors.page{
    padding: 100px 0;
}
.sponsors img{
    opacity: 0.5;
}
.sponsors img:hover{
    opacity: 1;
}

/* :: Case Study */
.case-study-item{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 10px;
}
.case-study-item span{
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.85;
    background-color: #C89D66;
}
.case-study-item:hover span{
    width: 1000px;
    height: 1000px;
}
.case-study-item:hover .img-box img{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.case-study-item .hover-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    z-index: 1;
}
.case-study-item .hover-box .text-box .tags a{
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 14px;
    color: #FFF;
    display: inline-block;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    /*
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;*/
}
.case-study-item .hover-box .text-box h4 a{
    color: #FFF;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .3px;
    font-size: 22px;
    display: inline-block;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    /*
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;*/
}
.case-study-item:hover .hover-box .text-box .tags a,
.case-study-item:hover .hover-box .text-box h4 a{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.owl-case-study.owl-theme .owl-dots,
.owl-case-study.owl-theme .owl-nav{
    display: none;
}

/* :: Contact */
.contact{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.contact .sec-title{
    margin-bottom: 0;
}
.contact .sec-title h3{
    color: #FFF;
    margin-top: 0
}
.contact .sec-title p{
    color: #F1F1F1;
    margin-bottom: 30px;
}

/* :: Advisors */
.advisors-box{
    margin-bottom: 30px;
}
.advisors-box .img-box{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.advisors-box:hover .img-box img{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.advisors-box .img-box ul{
    position: absolute;
    top: 15px;
    left: -40px;
    opacity: 0;
    visibility: hidden;
}
.advisors-box:hover .img-box ul{
    left: 15px;
    opacity: 1;
    visibility: visible;
}
.advisors-box .img-box ul li a{
    display: block;
    margin-bottom: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
            box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
    background-color: #C89D66;
    font-size: 14px;
    color: #FFF;
    
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
}
.advisors-box .img-box ul li:hover a{
    color: #C89D66;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
}
.advisors-box .text-box{
    margin-top: 25px;
    padding: 0 40px;
}
.advisors-box .text-box h5{
    line-height: 1.3;
    
    font-size: 18px;
    font-weight: 600;
    color: #262B3E;
}
.advisors-box .text-box span{
    display: inline-block;
    line-height: 1.4;
    font-weight: 600;
    color: #C89D66;
    margin: 14px 0 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

/* :: Advisors 2 */
.advisors-2 .advisors-box .img-box ul{
    right: -40px;
    left: auto;
    background-color: #C89D66;
    border-radius: 2px;
    overflow: hidden;
}
.advisors-2 .advisors-box:hover .img-box ul{
    right: 15px;
    left: auto;
}
.advisors-2 .advisors-box .img-box ul li a{
    border-radius: 0;
}
.advisors-2 .advisors-box .img-box ul li:last-of-type a{
    margin-bottom: 0;
}

/* :: Provide */
.provide{
    position: relative;
}
.provide .col-md-6{
    padding: 0;
}
.provide .text-box{
    background-color: #262B3E;
    padding: 80px 100px;
}
.provide .text-box .sec-title{
    margin-bottom: 30px;
}
.provide .text-box .sec-title h3{
    color: #FFF;
}
.provide .text-box .sec-title p{
    color: #F1F1F1;
}
.provide .text-box .content-box .content-item{
    margin-bottom: 25px;
}
.provide .text-box .content-box .content-item:last-of-type{
    margin-bottom: 0;
}
.provide .text-box .content-box .content-item i{
    float: left;
    font-size: 40px;
    color: #C89D66;
    line-height: 1;
}
.provide .text-box .content-box .content-item:hover i{
    -webkit-animation: updown 0.4s ease-in-out 50ms;
            animation: updown 0.4s ease-in-out 50ms;
}
.provide .text-box .content-box .content-item .box{
    padding-left: 60px;
}
.provide .text-box .content-box .content-item .box h4{
    line-height: 1.1;
    
    font-size: 18px;
    font-weight: 600;
    color: #F1F1F1;
}
.provide .text-box .content-box .content-item .box p{
    margin: 10px 0 0 0;
    color: #F1F1F1;
}
.provide .img-box{
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

/* :: Statistic */
.statistic-owl{
    width: 300px;
    background-color: #262B3E;
    position: absolute;
    color: #FFF;
    bottom: 0;
    right: 0;
    border-top-left-radius: 2px;
    padding: 30px;
}
.statistic-item i{
    color: #C89D66;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
    display: block;
}
.statistic-item .content-box .counter{
    font-size: 38px;
    font-weight: 600;
    line-height: 0.9;
    color: #FFF;
    display: inline-block;
    position: relative;
}
.statistic-item .content-box .name-content{
    color: #C89D66;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    
    letter-spacing: 0.23px;
    display: inline-block;
    margin-left: 5px;
}
.statistic-item p{
    margin-bottom: 0;
    margin-top: 10px;
    color: #FFF;
}
.statistic-owl.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    margin: 0;
    line-height: 1;
    top: 30px;
    right: 30px;
}
.statistic-owl.owl-theme .owl-dots .owl-dot{
    outline: none;
}
.statistic-owl.owl-theme .owl-dots .owl-dot span{
    background-color: #FFF;
}
.statistic-owl.owl-theme .owl-dots .owl-dot.active span,
.statistic-owl.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #C89D66;
}

/* :: Presentation */
.video-presentation{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    width: 100%;
    height: 450px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 20px rgb(38 43 62 / 0.2);
    box-shadow: 0px 5px 20px rgb(38 43 62 / 0.2);
}
.presentation-box{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.presentation-box .pulse{
    background-color: #C89D66;
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 62px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    display: block;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}
@-webkit-keyframes video-pulse-presentation{
    0%{
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0.7), 0 0 0 0 rgb(200 157 102 / 0.7);
                box-shadow: 0 0 0 0 rgb(200 157 102 / 0.7), 0 0 0 0 rgb(200 157 102 / 0.7);
    }
    40%{
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 0 rgb(200 157 102 / 0.7);
                box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 0 rgb(200 157 102 / 0.7);
    }
    80%{
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 30px rgb(200 157 102 / 0);
                box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 30px rgb(200 157 102 / 0);
    }
    100%{
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 30px rgb(200 157 102 / 0);
                box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 30px rgb(200 157 102 / 0);
    }
}
@keyframes video-pulse-presentation{
    0%{
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0.7), 0 0 0 0 rgb(200 157 102 / 0.7);
                box-shadow: 0 0 0 0 rgb(200 157 102 / 0.7), 0 0 0 0 rgb(200 157 102 / 0.7);
    }
    40%{
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 0 rgb(200 157 102 / 0.7);
                box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 0 rgb(200 157 102 / 0.7);
    }
    80%{
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 30px rgb(200 157 102 / 0);
                box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 30px rgb(200 157 102 / 0);
    }
    100%{
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 30px rgb(200 157 102 / 0);
                box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 30px rgb(200 157 102 / 0);
    }
}
.presentation-box .pulse i{
    color: #FFF;
    font-size: 14px;
}

/* :: Testimonial */
.testimonial{
    background-color: #F9F9F9;
}
.owl-testimonial .item-box .text-box{
    position: relative;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    color: #262B3E;
    margin-bottom: 30px;
    margin-top: calc(69px + 30px);
    text-align: center;
}
.owl-testimonial .item-box .item-name i{
    font-size: 40px;
    line-height: 1;
    color: #C89D66;
    display: block;
}
.owl-testimonial .item-box .item-name h5{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 8px;
    
    color: #262B3E;
    text-align: center;
}
.owl-testimonial .item-box .item-name span{
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    
    color: #9B9B9B;
}
.owl-testimonial.owl-theme .owl-dots{
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 0;
}
.owl-testimonial.owl-theme .owl-dots .owl-dot{
    margin: 0 8px;
    border-radius: 50%;
    padding: 5px !important;
    outline: none;
}
.owl-testimonial.owl-theme .owl-dots .owl-dot.active{
    border: 2px solid #C89D66;
}
.owl-testimonial.owl-theme .owl-dots .owl-dot span{
    background-color: transparent;
    background-size: cover;
    width: 55px;
    height: 55px;
    margin: auto;
}

.owl-testimonial.owl-theme .owl-nav{
    display: none;
}

/* :: Testimonial And Subscribe */
.testimonial-and-subscribe,
.testimonial-4{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.testimonial-box .sec-title h3,
.testimonial-4 .sec-title h3{
    color: #FFF;
}
.testimonial-4 .sec-title p{
    color: #F1F1F1
}
.owl-testimonial-1 .box-item .text-box,
.owl-testimonial-2 .box-item .text-box,
.owl-testimonial-3 .box-item .text-box{
    padding: 30px;
    background-color: #C89D66;
    position: relative;
    border-radius: 2px;
}
.owl-testimonial-2 .box-item .text-box,
.owl-testimonial-3 .box-item .text-box{
    background-color: #FFF;
    padding: 60px 30px 30px 30px;
}
.owl-testimonial-1 .box-item .text-box:after{
    content: "\f13a";
    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;
}
.owl-testimonial-2 .box-item .text-box::after,
.owl-testimonial-3 .box-item .text-box:after{
    content: "\f13a";
    font-family: Flaticon;
    font-size: 20px;
    position: absolute;
    color: #FFF;
    background-color: #C89D66;
    top: 0;
    left: 30px;
    z-index: 0;
    padding: 6px 18px;
    line-height: 1;
}
.owl-testimonial-1 .box-item .text-box:before,
.owl-testimonial-2 .box-item .text-box::before,
.owl-testimonial-3 .box-item .text-box:before{
    content: '';
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #C89D66;
    left: 25px;
    bottom: -20px;
    z-index: -1;
}
.owl-testimonial-2 .box-item .text-box::before,
.owl-testimonial-3 .box-item .text-box:before{
    border-color: transparent transparent transparent #FFF;
}
.owl-testimonial-1 .box-item .text-box p,
.owl-testimonial-2 .box-item .text-box p,
.owl-testimonial-3 .box-item .text-box p{
    color: #FFF;
    margin-bottom: 0;
    position: relative;
}
.owl-testimonial-2 .box-item .text-box p,
.owl-testimonial-3 .box-item .text-box p{
    color: #9B9B9B;
}
.owl-testimonial-1 .box-item .clients-talk,
.owl-testimonial-2 .box-item .clients-talk,
.owl-testimonial-3 .box-item .clients-talk{
    overflow: hidden;
    margin-top: 30px;
}
.owl-testimonial-1 .box-item .clients-talk .img-box,
.owl-testimonial-2 .box-item .clients-talk .img-box,
.owl-testimonial-3 .box-item .clients-talk .img-box{
    height: 60px;
    width: 60px;
    display: block;
    margin-right: 15px;
    float: left;
    position: relative;
    border-radius: 50%;
}
.owl-testimonial-1 .box-item .clients-talk .img-box img,
.owl-testimonial-2 .box-item .clients-talk .img-box img,
.owl-testimonial-3 .box-item .clients-talk .img-box img{
    border-radius: 50%;
    border: 2px solid #C89D66;
    padding: 4px;
    background-color: #FFF;
    margin: auto;
}
.owl-testimonial-1 .box-item .clients-talk .info,
.owl-testimonial-2 .box-item .clients-talk .info,
.owl-testimonial-3 .box-item .clients-talk .info{
    padding-left: 75px;
}
.owl-testimonial-1 .box-item .clients-talk .info h5,
.owl-testimonial-2 .box-item .clients-talk .info h5,
.owl-testimonial-3 .box-item .clients-talk .info h5{
    color: #262B3E;
    padding-top: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    
}
.owl-testimonial-1 .box-item .clients-talk .info span,
.owl-testimonial-2 .box-item .clients-talk .info span,
.owl-testimonial-3 .box-item .clients-talk .info span{
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    
    margin-top: 10px;
    color: #C89D66;
}

/* :: Subscribe */
.subscribe {
    padding: 40px;
    background-color: #FFF;
    border-radius: 2px;
}
.subscribe .sec-title h3{
    margin-top: 0;
}
.subscribe input, 
.subscribe textarea {
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 2px;
}

.subscribe textarea {
    margin-bottom: 0;
}
.subscribe input:focus, 
.subscribe textarea:focus{
    border: 2px solid #C89D66;
}

/* :: Blog */
.blog-item{
    margin-bottom: 30px;
}
.blog-item .img-box{
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.blog-item:hover .img-box .open-post img{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}
.blog-item .img-box ul{
    position: absolute;
    bottom: 0;
    left: 30px;
    background-color: #C89D66;
    padding: 2px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.blog-item .img-box ul li{
    display: inline-block;
}
.blog-item .img-box ul li a{
    font-size: 13px;
    
}
.blog-item .img-box ul li:hover a{
    color: #262B3E;
}
.blog-item .text-box{
    padding: 20px 0px 0px 20px;
}
.blog-item .text-box .title-blog{
    display: block;
}
.blog-item .text-box h5{
    position: relative;
    font-size: 21px;
    line-height: 29px;
    margin: 15px 0;
    font-weight: 600;
    color: #262B3E;
}
.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover{
    color: #C89D66;
}
.blog-item .text-box .link{
    font-size: 14px;
    color: #262B3E;
    display: inline-block;
    
    font-weight: 600;
}
.blog-item .text-box .link:hover{
    color: #C89D66;
}

/* :: Footer */
.footer{
    background-color: #262B3E;
    padding-top: 100px;
}
.footer .logo,

.footer .newsletter{
    margin-bottom: 30px;
}
/*
.footer .links {
    margin-bottom: 0;
}
*/
.footer .logo img{
    width: 150px;
}
.footer .logo p{
    margin: 30px 0 20px 0;
    color: #F9F9F9;
}
.footer .logo ul li{
    display: inline-block;
}
.footer .logo ul li a{
    width: 50px;
    display: inline-block;
    height: 50px;
    line-height: 35px;
    text-align: center;
    background-color: #313851;
    color: #FFF;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 2px;
}
.footer .logo ul li:hover a{
    background-color: #FFF;
    color: #C89D66;
}

.footer .links li a{
    display: inline-block;
    position: relative;
    color: #F4F4F4;
    font-size: 14px;
    line-height: 32px;
}
.footer .links li:hover a{
    color: #C89D66;
}
.footer .newsletter{
    background-color: #313851;
    padding: 30px;
    border-radius: 3px;
}
.footer .newsletter h5{
    color: #C89D66;
    font-size: 16px;
    
    line-height: 1.2;
    margin-bottom: 20px;
}
.footer .newsletter p{
    color: #F4F4F4;
    margin-bottom: 26px;
    font-size: 15px;
}
.footer .newsletter form{
    position: relative
}
.footer .newsletter form input{
    width: 100%;
    color: #9B9B9B;
    background-color: transparent;
    font-size: 13px;
    
    padding: 0 15px;
    line-height: 44px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    border: 1px solid rgb(204 204 204 / 0.1);
}
.footer .newsletter form input:focus{
    border-color: #C89D66;
}
.footer .newsletter form a{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    background-color: #C89D66;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}
.copyright{
    margin-top: 70px;
    padding: 10px 0;
    background-color: #313851;
    overflow: hidden
}
.copyright p{
    margin: 0;
    color: #F4F4F4;
    float: left;
}
.copyright p a{
    color: #C89D66;
}
.copyright ul{
    float: right;
}
.copyright ul li{
    display: inline-block;
    margin-left: 10px;
}
.copyright ul li:hover a{
    color: #C89D66;
}
.copyright > .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* :: Scroll Up */
.scroll-up {
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.scroll-up a {
    background-color: #C89D66;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #C89D66;
    border-radius: 50%;
    outline: none;
}
.scroll-up:hover a{
    background-color: #262B3E;
    border: 1px solid #262B3E;
}

/* :: Breadcrumb Header */
.breadcrumb-header{
    padding-bottom: 120px;
    padding-top: calc(80px + 120px);
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.breadcrumb-header-2{
    padding-bottom: 120px;
    padding-top: calc(85px + 120px);
}
.breadcrumb-header .banner h1{
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 0;
    
    margin-bottom: 25px;
}
.breadcrumb-header .banner ul li{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.30px;
    color: #F9F9F9;
    
}
.breadcrumb-header .banner ul li:hover a{
    color: #C89D66;
}

/* :: Brochures */
.brochures{
    padding: 40px;
    background-color: #F9F9F9;
    margin: 0px 0 30px 0;
}
.brochures h5{
    font-weight: 600;
    margin-bottom: 10px;
    
    color: #262B3E;
    font-size: 18px;
}
.brochures a{
    width: 100%;
}

/* :: Single Advisors */
.introduction-advisors h3{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
}
.introduction-advisors h3:first-of-type{
    margin-top: 0;
}
.introduction-advisors .core-about:first-of-type li{
    width: 100%;
    float: none;
    display: block;
}
.introduction-advisors .skills .skill-box .skill-top .name{
    font-size: 15px;
}

/* :: Single Practice Areas */
.single-practice-areas-head h4{
    line-height: 1.1;
    color: #262B3E;
    margin-bottom: 30px;
}
/*
.single-practice-areas-list li:last-of-type{
    margin-bottom: 30px;
}
*/
.single-practice-areas-list li a{
    color: #9B9B9B;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    
    position: relative;
    border-bottom: 1px solid #E9E9E9;
}
.single-practice-areas-list li:last-of-type a{
    margin-bottom: 0;
}
/*
.single-practice-areas-list li.active a,
.single-practice-areas-list li:hover a{
    color: #C89D66;
}
*/
.single-practice-areas-list li a i{
    float: right;
}
.call-back{
    padding: 40px;
    background-color: #C89D66;
    margin: 30px 0;
    text-align: center;
}
.call-back i{
    color: #FFF;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
}
.call-back h5{
    font-weight: 600;
    margin-bottom: 10px;
    
    color: #FFF;
    font-size: 18px;
}
.call-back p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    color: #FFF;
}
.call-back a{
    width: 100%;
    margin-top: 16px;
}
.single-practice-areas-box h3{
    font-size: 26px;
    line-height: 1.2;
    color: #262B3E;
    
    font-weight: 600;
    margin-bottom: 20px;
}
.single-practice-areas-box h4{
    margin-top: 50px;
    margin-bottom: 30px;
}
.benfits{
    overflow: hidden;
}
.benfits li{
    width: 50%;
    float: left;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    
    color: #687076;
}
.faq .faq-box{
    border: 1px solid #E9E9E9;
    margin-bottom: 20px;
    padding: 18px;
    border-radius: 2px
}
.faq .faq-box .question-header {
    line-height: 1;
}
.faq .faq-box .question-header .click {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: #262B3E;
    font-weight: 600;
    line-height: 25px;
    
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 20px;
}
.faq .faq-box .answer p{
    margin-top: 18px;
    margin-bottom: 0;
    padding-top: 18px;
    letter-spacing: 0.3px;
    color: #9B9B9B;
    border-top: 1px solid #E9E9E9;
}

/* :: Blog Page */
/* :: Pagination */
.pagination-area .pagination li{
    display: inline-block;
    text-align: center;
    color: #262B3E;
    font-weight: 600;
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 2px;
    border: 1px solid #EAEAEA;
    cursor: pointer;
}
.pagination-area .pagination li:last-of-type{
    margin-right: 0;
}
.pagination-area .pagination li.active{
    background-color: #C89D66;
    color: #FFF;
    border-color: #C89D66;
}

/* :: Widget */
.widget{
    margin-bottom: 40px;
}
.widget .widget-title{
    padding-bottom: 25px;
}
.widget .widget-title h3{
    line-height: 1.2;
    
    color: #262B3E;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.widget .widget-body .search{
    position: relative;
}
.widget .widget-body .search input{
    position: relative;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
}
.widget .widget-body .search input:focus{
    border-color: #C89D66;
}
.widget .widget-body .search button.click{
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    font-size: 13px;
    background-color: transparent;
    color: #C89D66;
    border: none;
}
.widget .widget-body .instagram ul{
    overflow: hidden;
}
.widget .widget-body .instagram ul li{
    float: left;
    display: inline-block;
    margin: 4px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.widget .widget-body .instagram ul li img{
    width: 60px;
    height: 60px;
}
.widget .widget-body .instagram ul li a{
    background-color: #C89D66;
    color: #FFF;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.widget .widget-body .instagram ul li:hover a{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.widget .widget-body .follow .icon li{
    display: inline-block;
    margin: 0 4px 4px 0;
}
.widget .widget-body .follow .icon li a{
    display: inline-block;
    text-align: center;
    color: #FFF;
    background-color: #C89D66;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #C89D66;
    border-radius: 2px;
}
.widget .widget-body .follow .icon li:hover a{
    background-color: #262B3E;
    border-color: #262B3E;
}
.widget .categories ul li{
    border-bottom: 1px solid #EAEAEA;
}
.widget .categories ul li:last-of-type{
    border-bottom: none;
}
.widget .categories ul li a{
    font-size: 14px;
    padding: 15px 0;
    display: block;
    line-height: 15px;
    
    color: #A5A5A5;
}
.widget .categories ul li:first-of-type a{
    padding-top: 0;
}
.widget .categories ul li:last-of-type a{
    padding-bottom: 0;
}
.widget .categories ul li a i{
    margin-right: 5px;
}
.widget .categories ul li a span{
    float: right;
}
.widget .categories ul li:hover a{
    color: #C89D66;
    padding-left: 10px;
}
.widget .widget-body .tags ul li{
    display: inline-block;
}
.widget .widget-body .tags ul li a{
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    border-radius: 3px;
}
.widget .widget-body .tags ul li:hover a{
    background-color: #C89D66;
    color: #FFF;
    border: 1px solid #C89D66;
}
.news-item{
    margin-bottom: 22px;
    overflow: hidden;
}
.news-item:last-of-type{
    margin-bottom: 0px;
}
.news-item img{
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 3px;
}
.news-item .item-content{
    padding-left: 70px;
}
.news-item .item-content span a{
    color: #C89D66;
    line-height: 0.8;
    display: block;
    padding-bottom: 8px;
}
.news-item .item-content a.title-blog{
    display: block;
}
.news-item .item-content a.title-blog h5{
    color: #B4B4B4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}
.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5{
    color: #C89D66;
}

/* :: Single Blog Page */
.single-bolg .blog-item .text-box{
    padding-left: 0;
}
.share-post{
    overflow: hidden;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.share-post span{
    font-size: 15px;
    font-weight: 600;
    color: #262B3E;
    margin: 4px 0;
    display: inline-block;
}
.share-post ul{
    float: right;
}
.share-post ul li{
    display: inline-block;
    margin: 0 4px 0px 0;
}
.share-post ul li a{
    display: inline-block;
    text-align: center;
    color: #262B3E;
    background-color: #F9F9F9;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F9F9F9;
    border-radius: 2px;
}
.share-post ul li:hover a{
    background-color: #C89D66;
    border-color: #C89D66;
    color: #FFF;
}
.single-bolg .item-comments{
    margin-bottom: 30px;
}
.single-bolg .item-comments .title h4,
.single-bolg .add-comments .title h4{
    line-height: 14px;
    
    color: #223645;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.single-bolg .item-comments .inner-comments .comments-box{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.single-bolg .item-comments .inner-comments .comments-box:last-of-type{
    padding: 0;
    margin: 0;
    border: none;
}
.single-bolg .item-comments .inner-comments .comments-box.reply,
.single-bolg .item-comments .inner-comments .comments-box .text-box{
    margin-left: 90px;
}
.single-bolg .item-comments .inner-comments .comments-box .img-box{
    height: 70px;
    width: 70px;
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}
.single-bolg .item-comments .inner-comments .comments-box .img-box img{
    border-radius: 50%;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box h5{
    display: block;
    color: #223645;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    
    margin-bottom: 5px;
}
.single-bolg .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;
    color: #C89D66;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box p{
    margin-bottom: 15px;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box a{
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    font-size: 13px;
    font-weight: 600;
    color: #7A8A9E;
    border-radius: 3px;
}
.single-bolg .item-comments .inner-comments .comments-box .text-box a:hover{
    color: #FFF;
    border: 1px solid #C89D66;
    background-color: #C89D66;
}
.single-bolg .add-comments .inner-add-comments-box input,
.single-bolg .add-comments .inner-add-comments-box textarea{
    position: relative;
    border: 1px solid #E9E9E9;
    padding: 10px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.single-bolg .add-comments .inner-add-comments-box input:focus,
.single-bolg .add-comments .inner-add-comments-box textarea:focus{
    border-color: #C89D66;
}
.single-bolg .add-comments .inner-add-comments-box textarea{
    height: 100px;
    display: block;
}

/* :: Careers Page */
.item-careers{
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    padding: 40px;
    margin-bottom: 30px;
}
.item-careers h4 a{
    display: block;
    position: relative;
    font-size: 21px;
    line-height: 29px;
    margin: 0px 0 15px 0;
    font-weight: 600;
    color: #262B3E;
}
.item-careers h4 a:hover{
    color: #C89D66;
}
.item-careers ul li{
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}
.item-careers ul li.active{
    background-color: #C89D66;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}
.item-careers p{
    margin: 15px 0;
}
.item-careers a{
    font-size: 14px;
    color: #C89D66;
    display: inline-block;
    
    font-weight: 600;
}

/* :: Shop Page */
.shop-item{
    margin-bottom: 30px;
}
.shop-item .item-img{
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.shop-item .item-img .box-more{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(38 43 62 / 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.shop-item:hover .item-img .box-more{
    opacity: 1;
    visibility: visible;
}
.shop-item .item-img .box-more a{
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.shop-item .item-text .open-item-shop h4{
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 12px 0;
    color: #262B3E;
}
.shop-item .item-text span{
    color: #C89D66;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

/* :: Single Product */
.shop.area .text-box-details .title-product{
    font-size: 20px;
    line-height: 1.2;
    color: #262B3E;
    font-weight: bold;
    margin-bottom: 20px;
    
}
.shop.area .text-box-details .item-review span{
    display: inline-block;
    font-size: 14px;
    color: #A5A5A5;
}
.shop.area .text-box-details .item-review span i.active{
    color: #C89D66;
}
.shop.area .text-box-details .item-review span.reviews{
    margin-left: 40px;
}
.shop.area .text-box-details .item-review span.spance-span{
    margin: 0 5px;
}
.shop.area .text-box-details .item-review span a{
    font-size: 14px;
    color: #A5A5A5;
}
.shop.area .text-box-details .item-review span a:hover{
    color: #C89D66;
}
.shop.area .text-box-details .item-price{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #C89D66;
    margin-top: 15px;
    margin-bottom: 25px;
}
.shop.area .text-box-details .btn-1{
    margin-bottom: 25px;
}
.shop.area .text-box-details .list-details li{
    line-height: 2;
    font-size: 16px;
}
.shop.area .text-box-details .list-details li span{
    font-weight: bold;
    color: #262B3E;
    min-width: 120px;
    display: inline-block;
}
.shop.area .text-box-details .list-details li a{
    color: #262B3E;
    margin-right: 20px;
}
.shop.area .text-box-details .list-details li a:hover{
    color: #C89D66;
}
.shop.area .description{
    margin-top: 50px;
}
.shop.area .description ul li {
    display: inline-block;
    margin-right: 5px;
}
.shop.area .description p{
    margin: 25px 0 0 0
}

/* :: 404 Error Page */
.page-404-area{
    padding: 100px 0;
}
.page-404-area h2{
    font-size: 80px;
    color: #343434;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}
.page-404-area a{
    margin-top: 30px;
}

/* :: Dark Mode */
.dark-mode-decision{
    position: fixed;
    z-index: 100;
    bottom: 94px;
    right: 30px;
    background-color: #262B3E;
    font-size: 14px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #262B3E;
    border-radius: 50%;
    outline: none;
    cursor: pointer
}
.active-dark-mode-decision .nav-bar .logo .logo-nav img.two,
.active-dark-mode-decision .nav-bar.active .logo .logo-nav img.one{
    display: block;
}
.active-dark-mode-decision .nav-bar .logo .logo-nav img.two,
.active-dark-mode-decision .nav-bar.active .logo .logo-nav img.two{
    display: none;
}
.active-dark-mode-decision .features .features-box .features-item .item-text p{
    color: #9B9B9B;
}
.active-dark-mode-decision .practice-area-3{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.active-dark-mode-decision .nav-bar.active{
    border-color: #313851;
}

.active-dark-mode-decision .dark-mode-decision,
.active-dark-mode-decision .features .features-box .features-item .item-text span,
.active-dark-mode-decision .blog-item .text-box .link:hover,
.active-dark-mode-decision .features-2 .features-box .features-item i{
    color: #C89D66;
}

.active-dark-mode-decision .features .features-box .features-item .item-text h4,
.active-dark-mode-decision .subscribe .sec-title h3{
    color: #262B3E;
}

.active-dark-mode-decision .dark-mode-decision,
.active-dark-mode-decision .nav-bar.active .info-nav .btn-1:hover,
.active-dark-mode-decision .features .features-box .features-item,
.active-dark-mode-decision .about .text-box .btn-1:hover,
.active-dark-mode-decision .brochures a:hover{
    background-color: #FFF;
}


.active-dark-mode-decision .dark-mode-decision,
.active-dark-mode-decision .nav-bar.active .info-nav .btn-1:hover,
.active-dark-mode-decision .about .text-box .btn-1:hover,
.active-dark-mode-decision .brochures a:hover{
    border-color: #FFF;
}

.active-dark-mode-decision .about .img-box .case-about,
.active-dark-mode-decision .nice-select,
.active-dark-mode-decision .nice-select:hover,
.active-dark-mode-decision .quote-item input,
.active-dark-mode-decision .quote-item textarea,
.active-dark-mode-decision .widget .widget-body .search input{
    border-color: #262B3E;
}

.active-dark-mode-decision .quote-item input:focus,
.active-dark-mode-decision .quote-item textarea:focus,
.active-dark-mode-decision .widget .widget-body .search input:focus{
    border-color: #C89D66;
}

.active-dark-mode-decision .features .features-box .features-item:nth-of-type(2),
.active-dark-mode-decision .widget .widget-body .tags ul li a:hover,
.active-dark-mode-decision .single-bolg .item-comments .inner-comments .comments-box .text-box a:hover{
    background-color: #C89D66;
}

.active-dark-mode-decision .widget .widget-body .tags ul li a,
.active-dark-mode-decision .single-bolg .item-comments .inner-comments .comments-box .text-box a,
.active-dark-mode-decision .single-bolg .add-comments .inner-add-comments-box input,
.active-dark-mode-decision .single-bolg .add-comments .inner-add-comments-box textarea{
    background-color: #262B3E;
}

body.active-dark-mode-decision,
.active-dark-mode-decision .nav-bar.active,
.active-dark-mode-decision .quote-item input,
.active-dark-mode-decision .quote-item textarea,
.active-dark-mode-decision .nice-select,
.active-dark-mode-decision .testimonial,
.active-dark-mode-decision .brochures,
.active-dark-mode-decision .widget .widget-body .search input,
.active-dark-mode-decision .widget .widget-body .tags ul li a,
.active-dark-mode-decision .single-bolg .item-comments .inner-comments .comments-box .text-box a,
.active-dark-mode-decision .single-bolg .add-comments .inner-add-comments-box input,
.active-dark-mode-decision .single-bolg .add-comments .inner-add-comments-box textarea{
    background-color: #262B3E;
}

.active-dark-mode-decision .practice-area-item,
.active-dark-mode-decision .sponsors,
.active-dark-mode-decision .faq .faq-box,
.active-dark-mode-decision .faq .faq-box .answer p,
.active-dark-mode-decision .item-careers{
    border-color: rgb(221 221 221 / 25%);
}

.active-dark-mode-decision .widget .widget-body .tags ul li a:hover,
.active-dark-mode-decision .single-bolg .item-comments .inner-comments .comments-box .text-box a:hover,
.active-dark-mode-decision .single-bolg .add-comments .inner-add-comments-box input:focus,
.active-dark-mode-decision .single-bolg .add-comments .inner-add-comments-box textarea:focus{
    border: 1px solid #C89D66;
}

.active-dark-mode-decision .sec-title h3,
.active-dark-mode-decision .nav-bar.active .nav-bar-link ul li a,
.active-dark-mode-decision .nav-bar.active .info-nav .contact-nav p,
.active-dark-mode-decision .nav-bar.active .info-nav .contact-nav span,
.active-dark-mode-decision .features .features-box .features-item:nth-of-type(2) i,
.active-dark-mode-decision .features .features-box .features-item:nth-of-type(2) span,
.active-dark-mode-decision .features .features-box .features-item:nth-of-type(2) h4,
.active-dark-mode-decision .features .features-box .features-item:nth-of-type(2) p,
.active-dark-mode-decision .core-about li h4,
.active-dark-mode-decision .practice-area-item .content a,
.active-dark-mode-decision .owl-testimonial .item-box .item-name h5,
.active-dark-mode-decision .blog-item .text-box .blog-date,
.active-dark-mode-decision .blog-item .text-box .link,
.active-dark-mode-decision .features-3 .features-box .features-item .item-text p,
.active-dark-mode-decision .single-practice-areas-list li a,
.active-dark-mode-decision .widget .widget-title h3,
.active-dark-mode-decision .share-post span,
.active-dark-mode-decision .single-bolg .item-comments .title h4,
.active-dark-mode-decision .single-bolg .add-comments .title h4,
.active-dark-mode-decision .item-careers h4 a,
.active-dark-mode-decision .shop-item .item-text .open-item-shop h4,
.active-dark-mode-decision .shop.area.shop-area-page .text-box-details .title-product{
    color: #F1F1F1;
}

.active-dark-mode-decision p,
.active-dark-mode-decision .sec-title p,
.active-dark-mode-decision .benfits li,
.active-dark-mode-decision .faq .faq-box .question-header .click,
.active-dark-mode-decision .faq .faq-box .answer p,
.active-dark-mode-decision .pagination-area .pagination li,
.active-dark-mode-decision .widget .categories ul li a,
.active-dark-mode-decision .news-item .item-content a.title-blog h5,
.active-dark-mode-decision .single-bolg .item-comments .inner-comments .comments-box .text-box h5,
.active-dark-mode-decision .item-careers ul li,
.active-dark-mode-decision .shop.area.shop-area-page .text-box-details .item-review span,
.active-dark-mode-decision .shop.area.shop-area-page .text-box-details .item-review span.reviews,
.active-dark-mode-decision .shop.area.shop-area-page .text-box-details .item-review span a,
.active-dark-mode-decision .shop.area.shop-area-page .text-box-details .list-details li,
.active-dark-mode-decision .shop.area.shop-area-page .text-box-details .list-details li span{
    color: #F9F9F9;
}

.active-dark-mode-decision .practice-area,
.active-dark-mode-decision .quote .box,
.active-dark-mode-decision .provide .text-box,
.active-dark-mode-decision .statistic-owl,
.active-dark-mode-decision .bolg,
.active-dark-mode-decision .features-3,
.active-dark-mode-decision .practice-area-3,
.active-dark-mode-decision .features-3 .features-box .features-item,
.active-dark-mode-decision .advisors-home-1,
.active-dark-mode-decision .single-practice-areas,
.active-dark-mode-decision .single-advisors,
.active-dark-mode-decision .about-testimonial,
.active-dark-mode-decision .single-bolg,
.active-dark-mode-decision .advisors-case-study-page,
.active-dark-mode-decision .faqs-page,
.active-dark-mode-decision .shop-page,
.active-dark-mode-decision .shop-area-page,
.active-dark-mode-decision .page-404-area{
    background-color: #313851;
}

.active-dark-mode-decision .practice-area-item .content h4,
.active-dark-mode-decision .quote .box .quote-box .sec-title h3,
.active-dark-mode-decision .advisors-box .text-box h5,
.active-dark-mode-decision .owl-testimonial .item-box .text-box,
.active-dark-mode-decision .blog-item .text-box h5,
.active-dark-mode-decision .features-3 .features-box .features-item .item-text h4,
.active-dark-mode-decision .skills .skill-box .skill-top .name,
.active-dark-mode-decision .skills .skill-box .skill-top .number,
.active-dark-mode-decision .introduction-advisors h3,
.active-dark-mode-decision .single-practice-areas-box h3,
.active-dark-mode-decision .brochures h5,
.active-dark-mode-decision .single-practice-areas-head h4,
.active-dark-mode-decision .single-practice-areas-box h4,
.active-dark-mode-decision .page-404-area h2{
    color: #FFF;
}









.page-wrapper {
    position: relative;
    overflow-x: hidden;
}
header.navs {
    position: absolute;
}

.features-image {
    float: left;

}


.features-image img {
    max-height: 41px;
}

.features-image svg {
    height: 41px;
}


.practice-area-image {
    float: left;
}


.practice-area-image img {
    height: 41px;
}
.practice-area-image svg {
    float: left;
    height: 41px;
}


.practice-area-item {
    width: 100%
}
.practice-area-item svg {
    fill: #C89D66;
}
.practice-area-item:hover svg {
    fill: #ffffff;
}
.practice-area-item:hover svg{

    -webkit-animation: updown 0.3s ease 40ms;
    animation: updown 0.3s ease 40ms;
}

.practice-area-item svg g {
    fill: #060040;
}
.practice-area-item:hover svg g {
    fill: #ffffff;
}

.practice-area-item .content ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-left: -16px;
}
.practice-area-item .content ul a {
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}
.practice-area-item .content ul li {
    position: relative;
}
.practice-area-item .content ul li::before {
    content: '';
    position: absolute;
    left: -12%;
    
    top: 50%;
    transform: translateY(50%);
    display: inline-block;
    width: 7px;
    height: 7px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #C89D66;
}

div.bx-component-opener {
    transition: none;
}
.row.incl_area > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services-item:hover svg {
    fill: #ffffff;
}
.services-item-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}


.services-item-icon svg{
    height: 35px;
}
.services-item-icon img{
    height: 35px;
    width: unset;
}




.features .features-box .features-item svg{
    fill: #C89D66;
}
.features .features-box .features-item:nth-of-type(2) svg{
    fill: #F1F1F1;
}







.single-practice-areas-list li a {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.single-practice-areas-list li.open .link a, 
.single-practice-areas-list li.active .link a, 
.single-practice-areas-list li:hover .link a{
    color: #C89D66;
}
 
.single-practice-areas-list .submenu li:hover a{
    color: #C89D66;
}

.single-practice-areas-list li .link i {
    color: #9B9B9B;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 23%;
    text-align: right;
}

.single-practice-areas-list li.active i, 
.single-practice-areas-list li:hover i {
    color: #C89D66;
}


.accordion .link {
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #E9E9E9;
    padding: 15px 15px 15px 42px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .submenu {
    
}
.accordion .submenu li{
    border-bottom: 1px solid #E9E9E9;
}

.accordion .submenu a {
    padding: 8px 10px 8px 42px;
    
}

.call-back-icon{
    margin-bottom: 15px;
}
.call-back-icon svg{
    height: 24px;
    fill: #FFF;
}
.call-back-icon img{
    height: 24px;
}


.services-section-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-section-item {
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


@media (max-width: 480px) {
    
}


.services-section-item .item-image {
    margin-right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 200px;
}



.services-section-item h5 {
    margin-bottom: 10px;
    text-align: center;
}

.services-section-item h5 a{
    color: #262B3E;
    font-weight: 600;
}

.services-section-item img {
    height: 160px;
}

.services-section-item .item-content {
    padding: 0 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 576px) {
    .services-section-list {

    }
    .services-section-item {
        flex-direction: row;
        align-items: unset;
        border: 1px solid #e6e6e6;
        padding: 12px;
        margin-bottom: 24px;

        width: 100%;
    }
    .services-section-item .item-image {
        margin-right: 20px;
        min-height: 0;
        height: 220px;
    }
    .services-section-item h5 {
        text-align: unset;
    }
    .services-section-item .item-content {
        padding: 0;

        display: unset;
        align-items: unset;
    }
}
@media (min-width: 768px) {
    .services-section-item .item-image {  
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .services-section-item .item-image {  
        width: 47%;
    }
}
@media (max-width: 576px) {
    .services-section-item .item-image {
        min-height: 340px;
    }
}


/*.services-section-item a {
    color: #262B3E;
}*/
.active-dark-mode-decision .services-section-item a {
    color: #fff;
}
.services-pagination {
    margin-bottom: 60px;
}
.services-pagination a{
    color: #262B3E;
}


.blog-item-tags a{
    color: #ffffff !important;
}

.bolg .blog-date {
    font-size: 18px;
}

.bolg .blog-item .text-box .title-blog h5{
    margin-top: 7px;
}

.news-item .item-content a.title-blog {
    padding-right: 10px;
}

.news-item img {
    max-width: 60px;
    height: auto;
    max-height: 60px;
}

.news-img {
    background-size: cover;
    background-position: center;
    height: 60px;
    width: 60px;
    float: left;
}
.pagination-area li {
    position: relative;
}
.pagination-area li:hover {
    background-color: #C89D66;
    border-color: #C89D66;
}

.pagination-area li a {
    color: #262B3E;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.active-dark-mode-decision .pagination-area li a {
    color: #FFF;
}
.pagination-area li:hover a{
    color: #FFF;
}

.news-item .item-content a.title-blog h5 {
    color: #828282;
    margin-bottom: 10px;
}


.bolg.py-100 .col-lg-4 > div {
    margin-bottom: 40px;
}



.footer ul li a.icon {
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer ul li a.icon img {
    height: 15px;
}
.footer ul li a.icon svg {
    height: 20px;
    fill: #ffffff;
}


.footer ul li:hover a.icon svg {
    fill: #C89D66;
}



.widget .widget-body .follow .icon li a.icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget .widget-body .follow .icon li a.icon svg {
    height: 15px;
    fill: #ffffff;
}
.widget .widget-body .follow .icon li a.icon img {
    height: 15px;
}

/*
a:not([href]):not([class]) {
    color: #ffffff;
}
a:not([href]):not([class]):hover {
    color: #ffffff;
}
*/
.blog-item .img-box ul li:hover a:not([href]):not([class]) {
    color: #ffffff;
}

.blog-item .img-box ul li a {
    color: #ffffff;
}

.header-2 .box-hero .services-header .services-item span {
    color: #262B3E;
}
.header-2 .box-hero .services-header .services-item:hover span {
    color: #ffffff;
}

.case-about-image {
    margin-bottom: 18px;
}
.case-about-image svg{
    height: 36px;
    fill: #ffffff;
}
.case-about-image img{
    height: 36px;
}


.history-2-item .history-2-item-image {
   float: left; 
}


.history-2-item .history-2-item-image svg{
    height: 40px;
    fill: #ffffff;
}
.history-2-item .history-2-item-image img{
    height: 40px;
}



.history.without_back .sec-title h3 {
    color: #262B3E;
}
.history.without_back .sec-title p {
    color: #9B9B9B;
}
.history.without_back .content h4 {
    color: #262B3E;
}
.history.without_back .content p {
    color: #262B3E;
}
.history.without_back svg {
    fill: unset;
}

.history.without_video {
    padding-bottom: 100px;
}
.history.without_video .bg-section {
    height: 100%;
}

.partners {
    background-image: url("/bitrix/templates/justice/assets/images/index/11 (2).png");
}

.partners-list {
    width: 100%;
    display: flex;
    justify-content: center;
}

.partners-list li {
    margin-right: 30px;
}
.partners-list li:last-child {
    margin-right: 0;
}


.breadcrumb-header a {
    color: #FFF;
}

.page-404-area p {
    font-size: 24px;
    margin-top: 3rem;
}

section.history .quote .img-box h4 > a{
    color: #ffffff;
}


.quote-info .quote-icon {
    float: left;
}
.quote-info .quote-icon svg{
    height: 18px;
    fill: #ffffff;
}
.quote-info .quote-icon img{
    height: 18px;
}

form .col.captcha {
    margin-bottom: 20px;
}



section.provide .content-item-icon {
    float: left;
}
section.provide .content-item-icon svg{
    height: 40px;
    fill: #C89D66;
}
section.provide .content-item-icon img{
    height: 40px;
}

section.provide .img-box .statistic-item-icon {
    margin-bottom: 30px;
    display: block;
}
section.provide .img-box .statistic-item-icon svg{
    height: 50px;
    fill: #C89D66;
}
section.provide .img-box .statistic-item-icon img{
    height: 50px;
}

.about-4 .logo-box svg {
    fill: #ffffff;
    height: 40px;
}

.careers .col-md-6.col-lg-4 {
    margin-bottom: 30px;
}
.careers .item-careers {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.careers .item-careers ul {
    display: flex;
    flex-wrap: nowrap;
}
.careers .item-careers ul li{
    white-space: nowrap;
}

.career-detail-title {
    text-align: center;
}
.career-detail-tags {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.career-detail-tags li{
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}
.career-detail-tags li.active{
    background-color: #C89D66;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}
.active-dark-mode-decision .career-detail-tags li {
    color: #FFF;
}

.shop-item .item-img .box-more a {
    white-space: nowrap;
}


.product-detail-text-additional {
    display: none;
}
.product-detail-text-specs {
    display: none;
}

.product-detail-text-additional.active {
    display: block;
}
.product-detail-text-specs.active {
    display: block;
}

.discounts-image img {
    margin-top: 20px;
    width: 100%;
}

.discounts__button {
    color: #FFF !important; 
    width: 100%;
}


.active-dark-mode-decision .introduction-advisors {
    color: #FFF;
}


.search-box form button {
    margin-right: 10%;
}
/*Transitions*/

.practice-area-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.practice-area-item svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-bar .nav-bar-link > ul ul {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-item-icon svg{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer .logo ul li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer .logo ul li a svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget .widget-body .follow .icon li a.icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-case-study .case-study-item > span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-2 .box-hero .services-header .services-item span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-item .img-box ul li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.searchpage-section > .container > h2 {
    margin-bottom: 40px;
}


.menu-box .inner-menu .contact-info .contact-box .box a {
    display: flex;
    width: max-content;
}

.info-nav-image {
    float: left;
}
.info-nav-image svg {
    height: 30px;
    fill: #ffffff;
}
.nav-bar.active .info-nav-image svg {
    fill: #262B3E;
}

.active-dark-mode-decision .menu-box p {
    color: #9B9B9B;
} 

.footer p {
    color: #F4F4F4;
}
.footer h4 {
    color: #F4F4F4;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
}
.footer a {
    color: #F4F4F4;
}
.footer a:hover {
    color: #F4F4F4;
}

.services-detail-text {
    margin-bottom: 30px;
}

.single-practice-areas.py-100-70 .single-practice-areas-box > h3 {
    margin-top: 30px;
}
















/*custom contacts*/

.wrap-get-in-touch {
    position: relative;
    display: flex;
}

.flat-get-in-touch .container {
    display: flex;
    flex-direction: column;
}

.flat-get-in-touch input{
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 30px 17px;
    color: #7d7bad;
    border: 2px solid #e5e5e5;
    height: 60px;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 100%;
    
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.flat-get-in-touch .get-in-touch {
    width: 55%;
    float: left;
    display: inline-block;
    padding: 75px 80px 70px;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #eee;

}
.active-dark-mode-decision .flat-get-in-touch .get-in-touch {
    box-shadow: unset;
}


.flat-get-in-touch .get-in-touch h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 57px;
    color: #0f0e26;
    letter-spacing: -1.3px;
    margin-bottom: 30px;
}

.flat-get-in-touch .get-in-touch input, 
.flat-get-in-touch .get-in-touch textarea {
    background-color: #f9f7ff;
    border: none;
    color: #7d7bad;
    font-size: 14px;
    font-weight: 400;
}

.flat-get-in-touch .get-in-touch textarea {
    width: 100%;
    padding: 15px 30px;
    height: 150px;
}

.flat-get-in-touch .get-in-touch input.name {
    margin-top: 35px;
    margin-bottom: 20px;
}
.flat-get-in-touch .get-in-touch textarea.message {
    margin-top: 23px;
    height: 115px;
}

.flat-get-in-touch .wrap-submit {
    margin-top: 20px;
}

.flat-button-arrow {
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    background-color: #C89D66;
    display: inline-block;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.flat-button-arrow:hover {
    color: #C89D66;
    background-color: #fff;
    border-color: #C89D66;
}

.flat-get-in-touch .contact-info {
    width: 45%;
    background-color: #C89D66;
    padding: 74px 50px 58px;
    background-repeat: no-repeat;
    background-position: top right;
}

.flat-get-in-touch .contact-info a {
    color: #ffffff;
    font-size: 18px;
}

.flat-get-in-touch .contact-info h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 56px;
    color: #fff;
    letter-spacing: -1.3px;
    margin-bottom: 30px;
}

.flat-get-in-touch .contact-info ul li {
    margin-bottom: 15px;
    margin-top: 34px;
}

.flat-get-in-touch .contact-info ul li:first-child {
    margin-top: 43px;
}

.flat-get-in-touch .contact-info .wrap-icon {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.flat-get-in-touch .contact-info .wrap-icon svg{
    height: 45px;
    fill: #FFF;
}
.flat-get-in-touch .contact-info .wrap-icon img{
    height: 45px;
}

.flat-get-in-touch .contact-info .wrap-info {
    overflow: hidden;
}

.flat-get-in-touch .contact-info .wrap-info h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #fff;
    letter-spacing: -.7px;
    margin-bottom: 12px;
}

.flat-get-in-touch .contact-info .wrap-info p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
}

.flat-get-in-touch .get-in-touch .flat-button-arrow {
    background-color: #C89D66;
    color: #fff;
}

.features .features-box .features-item {
    list-style: none;
}


@media only screen and (max-width: 991px) {
    .flat-get-in-touch .get-in-touch {
        width: 50%;
        padding: 20px 20px;
    }

    .flat-get-in-touch .get-in-touch h2,
    .flat-get-in-touch .contact-info h3 {
        font-size: 36px;
    }

    

    .flat-get-in-touch .contact-info {
        width: 50%;
        padding: 20px 20px;

        left: 50%;
    }
    
}

@media only screen and (max-width: 767px) {
    .header .header-owl .sec-hero{
        /*background-position: right!important;*/
    }
    .wrap-get-in-touch {
        flex-direction: column;
    }
    
    .flat-get-in-touch .get-in-touch {
        width: 100%;
        padding: 20px;
        box-shadow: 0 0 10px 0 #eee;

        position: unset;
    }
    
    .flat-get-in-touch .contact-info {
        width: 100%;
        padding: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        position: unset;
        
    }

    .flat-get-in-touch .contact-info a {
        color: #ffffff;
        font-size: 14px;
    }

    .flat-get-in-touch .contact-info p {
        color: #ffffff;
        font-size: 14px;
    }
    
}

.case-study.licence .row{
    justify-content: center;
}

@media only screen and (max-width: 479px) {
    .flat-get-in-touch .contact-info .wrap-info p {
        font-size: 16px;
    }
}



/*custom summonedform*/

.summonedFormWrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s;
}



.summonedFormWrap.active {
    left: 0;
    display: flex;

    visibility: visible;
    opacity: 1;
}

.summonedFormWrap p {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 22px;
    text-align: center;
}
.summonedFormWrap h5 {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.summonedForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 5px;
    max-width: 510px;

    width: 90%;
    padding: 25px;

    margin: auto;
}
.active-dark-mode-decision .summonedForm {
    background-color: #262B3E;
    color: #fff;
}

@media (min-width: 576px) {
    .summonedForm { 
        width: 100%;
        padding: 30px 10px 50px;
    }
}



.summonedForm p {
    margin-bottom: 30px;
}



.summonedForm input, .summonedForm textarea{
    margin-bottom: 30px;
    width: 80%;
    border-radius: 5px;
    padding: 20px;
    background-color: #F2F2F2;
    box-sizing: content-box;
    border: 2px solid transparent;
}

.summonedForm textarea {
    min-height: 60px;
    margin-bottom: 15px;
}

.summonedForm .summonedFormInputSubmit {
    margin-bottom: 0;
    background-color: #C89D66;
    cursor: pointer;
    color: #fff;
    margin-top: 15px;
}

#summonedFormClose {
    position: fixed;
    top: 5%;
    right: 5%;
    color: #ffffff;
    font-size: 36px;
}


/*custom pagination*/
.pagination.pagination-sm .page-link {
    color: #C89D66;
}
.pagination.pagination-sm .page-item.active .page-link {
    background-color: #C89D66;
    border-color: #C89D66;
    color: #FFF;
}
.pagination.pagination-sm .page-link:focus {
    background-color: #C89D66;
    border-color: #C89D66;
    box-shadow: unset;
    color: #FFF;
}
.pagination.pagination-sm .page-link:hover {
    color: #C89D66;
}
.pagination.pagination-sm .page-link:hover:focus {
    color: #FFF;
}



/*fixes*/

h2 {
    font-weight: 600;
    font-size: 36px;
}

h3 {
    font-weight: 600;
}

h4 {
    font-weight: 600;
    font-size: 26px;
}
h5 {
    font-weight: 600;
    font-size: 21px; 
}

.services-section-item h5 {
    font-weight: 500;
    margin-top: 15px;
}

.single-practice-areas-list.accordion ul.submenu li {
    margin-left: 15px;
}

.breadcrumb-header .bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 17px;
}

.single-practice-areas-box.career-detail-page  {
    display: flex;
    flex-direction: column;
}
.single-practice-areas-box.career-detail-page .summonFormButton.btn-1{
    align-self: center;
    white-space: nowrap;
}

.owl-testimonial-2 .box-item .text-box,
.owl-testimonial-3 .box-item .text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.owl-testimonial-2 .box-item .text-box .testimonial-expand-button,
.owl-testimonial-3 .box-item .text-box .testimonial-expand-button{
    color: #C89D66;
    margin-top: 15px;

    font-weight: 600;
}
/*
.owl-testimonial-2 .box-item .text-box .testimonial-expand-button:hover,
.owl-testimonial-3 .box-item .text-box .testimonial-expand-button:hover{
    text-decoration: underline;
}
*/




.content_fancybox_modal {
    width: 45%;
    border-radius: 5px;
}

.content_fancybox_modal.fancybox__content {
    position: unset;
}
.content_fancybox_modal.fancybox__content button.carousel__button.is-close {
    position: fixed;
    top: 5%;
    right: 5%;
    color: #ffffff;
    font-size: 36px;
}

.testimonial_popup .clients-talk {
    display: flex; 
    flex-direction: column; 
    align-items:center;
}
.testimonial_popup .clients-talk .img-box {
    margin-top: 10px;
    margin-bottom: 10px;
}
.testimonial_popup .info {
    text-align: center;
}

.item-careers{
    display: flex;
    flex-direction: column;  
}
.item-careers_popup > h4 {
    margin-bottom: 10px;    
}

.item-careers_popup .discounts-image img {
    margin-bottom: 30px;
}
.item-careers_popup ul {
    display: flex;
    flex-wrap: nowrap;
}
.item-careers_popup ul li {
    white-space: nowrap;
    margin-right: 10px;
}
.item-careers_popup ul li:last-child {
    margin-right: 0;
}
.item-careers_popup ul li.active{
    background-color: #C89D66;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}
.item-careers_popup > p {
    margin-bottom: 20px;
}

.testimonial-expand-button {
    margin-bottom: 15px;
    align-self: center;
}

.practice-area-item:hover .content ul li::before {
    background-color: #FFF;
}

.summonedFormWrap .mf-captcha {
    display: flex;
    width: 90%;
}

.summonedFormWrap .captcha_col {
    flex: 1;
}




.copyright > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}
.copyright > .container ul.links {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.copyright > .container ul.links li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0;
}
.copyright ul.links li a {
    text-align: center;
}



.footer-title h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}

.footer .row .col-sm-6 {
    margin-bottom: 25px;
}

.footer .row .col-sm-12 .footer-title {
    margin-bottom: 15px;
}


@media (min-width: 576px) {
    .copyright > .container {
        flex-direction: unset;
    }

    .copyright > .container ul.links {
        display: unset;
        flex-direction: unset;
        align-items: unset;
    }

    .copyright > .container ul.links li {
        margin-bottom: 0;
        margin-left: 10px;
    }

    .copyright ul.links li a {
        text-align: unset;
    }

    
    .footer-title h4 {
        margin-bottom: 25px;
    }

    .footer .row .col-sm-6 {
        margin-bottom: 0;
    }

    .footer .row .col-sm-12 .footer-title {
        margin-bottom: 0;
    }
}



.projects-owl-wrap .text-box a {
    color: #262B3E;
}
.projects-owl-wrap .text-box a:hover {
    color: #C89D66;
}

.single-practice-areas-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.single-practice-areas-box .img-box ul {
    position: absolute;
    bottom: 0;
    left: 30px;
    background-color: #C89D66;
    padding: 2px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.single-practice-areas-box .img-box ul li {
    display: inline-block;
}
.single-practice-areas-box .img-box ul li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.active-dark-mode-decision .pagination-container .pagination .page-item .page-link {
    background-color: #262B3E;
    border-color: #F9F9F9;
}



@media (max-width: 768px) {
    .single-practice-areas.py-100-70 {
        padding: 35px 0 70px 0;
    }
    .single-practice-areas.py-100-70 .row {
        flex-direction: column-reverse;
    }
    .single-practice-areas.py-100-70 .row .col-lg-4 .single-practice-areas-head h4{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 0;
    }


}



.projects-owl-wrap .text-box a {
    font-size: 14px;
    font-weight: 600;
    color: #C89D66;
    display: flex;
    justify-content: center;
}

.projects-owl-wrap .text-box a h5{
    font-size: 18px;
    font-weight: 600;
    color: #262B3E;

    width: 70%;
    text-align: center;

    margin-top: 10px;
}


@media (min-width: 576px) and (max-width: 768px) {
    .services-section-item .item-image {
        width: 50%;
    }
}
/*@media (max-width: 400px) {
    .services-section-item {
        width: 80%;
    }
}*/
@media (max-width: 320px) {
    .services-section-item {
        width: 100%;
    }
}


.shop.area .description ul li {
    margin-bottom: 10px;
}


.services-section-block .col-md-6 {
    margin-bottom: 20px;
}
.services-section-block-item {
    height: 100%;
}

@media (min-width: 992px) {
    .services-section-block .col-md-6 {
        margin-bottom: 0;
    }
}



.projects-owl-item-title {
    margin-bottom: 10px;
}
.projects-owl-item-title p{
    font-size: 18px;
    font-weight: 600;
    color: #262B3E;
    width: 70%;
    text-align: center;
    margin-top: 10px;
}
.projects-owl-item-subtitle {
    text-transform: uppercase;
}


.item-careers_popup p {
    cursor: text;
}
.testimonial_popup p {
    cursor: text;
}

.btn-service-price {
    display: inline-block;
    padding: 2px 15px;
    background-color: #C89D66;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    white-space: nowrap;
    margin-bottom: 10px;
}
.btn-service-price:hover {
    color: #fff;
}

.single-practice-areas-box .price-detail {
    color: #ffffff;
    font-size: 16px;
}

.single-practice-areas-head h3 {
    color: #262B3E;
    font-size: 21px;
    font-weight: 600;
}


.single-practice-areas .single-practice-areas-box {
    margin-bottom: 100px;
}

.service-linked-items .linked-items-title {
    margin-bottom: 30px;
}

.service-linked-items .row {
    margin-bottom: 70px;
}




.single-practice-areas.py-100-70 .col-lg-8  {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .single-practice-areas.py-100-70 .col-lg-8  {
        margin-bottom: 50px;
    }
}

.active-dark-mode-decision .projects-owl-wrap .text-box a h5 {
    color: #fff;
}

.fixed-messenger-buttons {
    position: fixed;
    bottom: 3%;
    z-index: 100;
    display: none;
}
.fixed-messenger-buttons.active {
    display: block;
}
.fixed-messenger-buttons ul {
    display: flex;
    flex-direction: column-reverse;
}
.fixed-messenger-buttons .messenger-item svg,
.fixed-messenger-buttons .messenger-item img {
    height: 44px;
    padding: 8px;
    border-radius: 50%;
}


.fixed-messenger-buttons .messenger-item {
    margin-top: 20px;
}


.mf-ok-text {
    color: green;
    font-size: 20px;
    font-weight: 500;
}

.quote-box .mf-ok-text {
    margin-bottom: 10px;
}

.contact-form .mf-ok-text {
    margin-top: 10px;
    font-size: 18px;
}






.success-icon {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);

    --animate-duration: 1s;
    --animate-delay: 1s;
}

.success-icon.active {
    left: 0;
    display: flex;
}

.success-icon__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    width: 40%;
    height: 40%;
    max-width: 500px;
    min-height: 350px;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}



@media (max-width: 768px) {

    .bolg.py-100.section,
    .single-bolg.py-100-70.section {
        padding-top: 50px;
    }

    .bolg.py-100.section col-lg-8,
    .single-bolg.py-100-70.section col-lg-8{
        margin-bottom: 80px;
    }

    .bolg.py-100.section row,
    .single-bolg.py-100-70.section row {
        flex-direction: column-reverse;  
    }
}


.testimonial_popup .img-fluid{
    border-radius: 50%;
}

@media (max-width: 768px) {
    .breadcrumb-header {
        padding-bottom: 50px;
        padding-top: calc(80px + 30px);
    }
    .breadcrumb-header .banner h1 {
        font-size: 40px;
    }
}

.services-section-button.active{
    border: 2px solid #262B3E;
    color: #C89D66;
    background-color: #262B3E;
}

.services-sections-list {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.services-sections-list li{
    margin-right: 10px;
    margin-bottom: 10px;
}
.services-sections-row {
    display: none;
}
.services-sections-row.active {
    display: flex;
}

.services-section-row .col-md-6 {
    margin-bottom: 30px;
}

.dicounts .item-careers h4 a:hover {
    color: #262B3E;
}


.services-sections-block .practice-area-item {
    margin-bottom: 0;
    height: 100%;
}
.services-sections-block .services-sections-row .col-md-6 {
    margin-bottom: 30px;
}


/*
.services-section-item .item-image {
    flex: 2;
}
*/
.services-section-item .item-content {
    flex: 1;
}


@media (max-width: 768px) {
    .testimonial_popup {
        width: 80%
    }
    .item-careers_popup {
        width: 80%
    }
}



.captcha-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}
.summonedForm .captcha-wrap {
    margin-top: 0;
}

.form-short-wrap .subscribe-item:last-child{
    margin-top: 15px;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
}

.tags-list li {
    padding: 2px 15px;
    background-color: #C89D66;
    border-radius: 3px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.tags-list li a {
    color: #fff;
    width: fit-content;
}

.blog-feed-small-title {
    margin-bottom: 30px;
}

.licence-list {
    margin-bottom: 30px;
}


.col-lg-10 .main-slider-col {
    padding-left: 0;
    padding-right: 0;
}

.history.history-2 .container > .row:nth-child(2) {
    justify-content: center;
}

.history.history-2 .sec-title h2 {
    font-size: 20px;
    color: #ffffff
}

.header-owl .header-banner-addition-image {
    position: absolute;
    right: 10%;
    bottom: 0;
    left: 60%;
    width: 30%;
    height: 80%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

@media (max-width: 991px){
    .header-owl .header-banner-addition-image {
        width: 35%;
    }

    .logo.mobile-lang {
        justify-content: end!important;
    }

    .logo.mobile-lang a{
        padding-left: 20px;
    }
}
@media (max-width: 768){
    .header-owl .header-banner-addition-image {
        display: none;
    }
}

.partners .owl-carousel .owl-item img {
    max-height: 100px!important;
}

.case-study .owl-carousel .owl-item img {
    max-height: 200px;
    min-height: 200px;
}

.case-study .text-box {
    display: flex;
    justify-content: center;
}

.case-study .projects-owl-wrap .text-box p {

}

.py-100-70 {
    padding: 60px 0 50px 0;
}

li.lang img {
    max-width: 35px;
}

a.lang img {
    max-width: 35px;
}

.logo.mobile-lang {
    display: none;
}