/***** HEADER *****/
@media only screen and (min-width: 1750px) {
    .header .main-nav {
        left: 30% !important;
    }
}


/***** HOME *****/
.chef-restaurant {
    background: #0e1927 !important;
}

.chef-restaurant-content {
    color: #fff !important;
}
.text-alt-fff {
    color: #fff !important;
}


/***** OUR MANAGEMENT TEAM *****/
.senior-team:last-child {
    margin-bottom: 0;
}

.senior-team {
    display: flex;
    margin-top: 50px !important;
;
    justify-content: space-between;
    margin: 0 -15px 73px;
    /*max-height: 457px;*/
}

.senior-team .box {
    margin: 0 15px;
    padding-top: 50px;
    /*width: calc((100% - 444px) / 2);*/
    width: 100%;
    background: #0e1927;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.senior-team .box .box-content {
    padding: 0px 36px 20px;
}

.senior-team .box .box-content .sub {
    font-size: 13px;
    text-transform: uppercase;
    color: #e6c9a2;
    letter-spacing: 1.8px;
    margin-bottom: 6px;
}

.senior-team .box .box-content h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.senior-team .box .box-content p {
    color: #dedede;
}

.senior-team .box .box-content .line {
    width: 65px;
    height: 2px;
    background: #e6c9a2;
    margin-top: 17px;
    margin-bottom: 16px;
}

.senior-team .box .box-content .list-t li {
    color: #dedede;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 30px;
}

.senior-team .box .tf-button1 {
    width: 100%;
    background: #e6c9a2;
    color: #0e1927;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Cerebri Sans";
    text-align: center;
    padding: 13px 0;
    letter-spacing: 1.8px;
}


/***** OUR APPROACH *****/
.blog-single .blog-box-2 .list-a {
    margin-bottom: 9px;
    margin-top: -3px;
    padding-right: 60px;
}

.list-a {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
    margin-left: 16px;
    padding-right: 40px;
}

.list-a li {
    /*width: 50%;*/
    list-style-type: disc;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 2px;
}


/***** DISCRETIONARY SERVICES *****/
.s-faq {
    padding: 30px 0 30px !important;
}

.s-faq .flat-accordion {
    margin-top: 0px !important;
    margin-right: 0px !important;
}


/***** FINANCIAL PLANNING *****/
.bottom-content .title {
    font-size: 20px !important;
    color: #0e1927;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Audrey";
    margin-bottom: 17px;
}


/***** READ MORE *****/
.content .readmore {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 2.3px;
}

.readmore {
    text-transform: uppercase;
    color: #0e1927;
    padding-bottom: 3px;
    border-bottom: 1px solid #0e1927;
}


/***** TEXT ALIGNMENT *****/
.text-align-left {
    text-align: left !important;
}
.text-align-right {
    text-align: right !important;
}
.text-align-cemter {
    text-align: center !important;
}
.title-spacing {
    margin-top: 35px;
}
.author-center {
    text-align: center;
}


/***** PERFORMANCE BUTTON *****/
.div-hide {
    display: none !important;
}
  .div-show {
    display: block !important;
}


/***** GOOGLE TRANSLATE *****/
.skiptranslate {
    display: none !important;
    visibility: hidden !important;
}
body, .hide-translation {
    top: 0px !important;
}

/***** HEADER IMIAGES *****/
.header-our-company {
    background: url(./../../assets/images/header-our-company.jpg) no-repeat !important;
}
.header-solutions {
    background: url(./../../assets/images/header-solutions.jpg) no-repeat !important;
}
.header-financial-planning {
    background: url(./../../assets/images/header-financial-planning.jpg) no-repeat !important;
}
.header-contact-us {
    background: url(./../../assets/images/header-contact-us.jpg) no-repeat !important;
}
.header-downloads {
    background: url(./../../assets/images/header-downloads.jpg) no-repeat !important;
}

/***** ICONS *****/

.icon-home-our-approach,
.icon-home-our-solutions,
.icon-home-our-team {
    width: 80px !important;
}

/***** LOGO *****/
.main-nav {
    margin-left: 60px;
}

/***** DROPDOWN MENU *****/
@media (max-width: 1301px) {
    .dropdown-language-icon {
        display: none !important;
    }
}
@media (min-width: 1300px) {
    .dropdown-language {
        display: none !important;
    }
}