/*
Theme Name: Advent International
Theme URI: http://www.adventinternational.com
Author: Valet.io
Author URI: https://valet.io/
Description: Advent International theme based on WordPress's 2014 default theme.
Version: 11.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: advent

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* banner section css start */

.banner-main-sec {
    position: relative;
    width: 100%;
    height: 90vh;
    background-color: #ecebe9;
}

.banner-inner-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: -120px; */
}

.banner-video-area {
    position: relative;
    height: 100%;
}

.banner-video-area video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-button-block {
    position: absolute;
    bottom: 100px;
    left: 50%;
    display: flex;
    width: 100%;
    max-width: 1170px;
    transform: translateX(-50%);
    justify-content: space-around;
}

.banner-button-block .banner-button-item {
    margin: 0 30px;
}

.banner-button-item a {
    font-size: 22px;
    font-weight: 300;
    display: block;
    width: 100%;
    max-width: 350px;
    padding: 1.5rem 1.5rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-top: 3px solid #fff;
    background: linear-gradient(220deg, #003479 0, rgba(0, 198, 249, .75) 100%);
}

.banner-down-button {
    position: relative;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-down-button a {
    display: flex;
    padding: 15px 15px 0;
    align-items: center;
    justify-content: center;
}

.banner-down-button a img {
    width: 30px;
    height: 30px;
}

#main-container {
    padding-top: 20px;
}

section.banner-carousel.carousel {
    display: none;
}


/* banner section css End */


/* Help section css start */

.help-main-section {
    margin: 0;
    padding: 0;
    background: #ecebe9;
}

.help-main-con-area {
    overflow: hidden;
    margin: 0;
    padding: 0 50px;
    background: #fff;
}

.help-heading-main-area {
    margin: 0;
    padding: 30px 0;
}

.help-heading-main-inner {
    margin: 0;
    padding: 0;
}

.help-heading-main-inner h2 {
    font-size: 3.125rem;
    font-weight: 500;
    margin: 0 0 3rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #00b7f5;
}

.help-heading-main-inner h2 span {
    display: block;
}

.help-heading-main-inner p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 1rem 0;
    color: #212529;
}


/* Help section css end */


/* highlight section css start */

.highlight-main-sec {
    margin: 3rem 0 25px;
    padding: 0;
}

.highlight-inner-sec {
    margin: 0;
    padding: 0;
}

.highlight-inner-sec h2 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    padding: 0 0 1.5rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #15b4cb;
    border-bottom: 1px solid #00c6f9;
}

.highlight-item-con-main {
    margin: 50px 0 0 0;
    padding: 0;
    border-bottom: 1px solid #00c6f9;
}

.highlight-item-block-inner {
    display: flex;
    margin: 0;
    padding: 0 0;
    background: #f4f4f5;
    flex-wrap: wrap;
}

.highlight-item-block {
    margin: 0;
    padding: 0;
}

.highlight-img-area {
    max-width: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    flex: 0 0 50%;
}

.highlight-img-area-inner {
    display: flex;
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}

.highlight-img-area-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlight-con-area {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    margin: 0;
    padding: 1.5rem 1.5rem;
    flex: 0 0 50%;
}

.highlight-con-area-inner {
    margin: 0;
    padding: 0;
}

h3.smallcaps {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    ;
    color: #00c6f9;
}

a.post-title,
span.post-title {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.2;
    display: block;
    margin: 20px 0;
}

.highlight-item-con-main a:hover {
    text-decoration: none;
}

.highlight-con-area-inner p {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    color: #212529;
}

.highlight-con-area-time {
    font-weight: bold;
    display: flex;
    margin-top: auto;
    color: #00c6f9;
    align-items: center;
}

.highlight-con-area-time img {
    width: 100%;
    max-width: 35px;
    height: 35px;
    margin-right: 18px;
    object-fit: contain;
}

.highlight-con-area-time span {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #00c6f9;
}

span.highlights-time {
    font-size: 16px;
}

.highlight-item-row {
    display: flex;
    margin: 0 -15px;
}

.highlight-item-row .highlight-item-column {
    display: flex;
    max-width: 50%;
    padding: 0 15px;
    flex: 0 0 50%;
}

.highlight-item-con-main.highlight-purple-item {
    border-color: #643364;
}

.highlight-item-con-main.highlight-green-item {
    border-color: #15b4cb;
}

.highlight-item-con-main.highlight-purple-item>a,
.highlight-item-con-main.highlight-green-item>a {
    display: flex;
    height: 100%;
}

.highlight-purple-inner,
.highlight-green-inner {
    height: 100%;
    padding: 0 0;
}

.highlight-purple-inner .highlight-img-area,
.highlight-green-inner .highlight-img-area {
    max-width: 100%;
    max-height: 235px;
    margin-bottom: 30px;
    flex: 0 0 100%;
}

.highlight-purple-inner .highlight-con-area,
.highlight-green-inner .highlight-con-area {
    max-width: 100%;
    flex: 0 0 100%;
}

.highlight-purple-inner .highlight-con-area-inner h3,
.highlight-purple-inner .highlight-con-area-time span {
    color: #643364;
}

.highlight-green-inner .highlight-con-area-inner h3,
.highlight-green-inner .highlight-con-area-time span {
    color: #15b4cb;
}


/* highlight section css end */


/* latest news section css start */

.latestnews-main-sec {
    padding: 30px 0 30px;
}

.latestnews-inner-sec h2 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    padding: 0 0 1.5rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #15b4cb;
    border-bottom: 1px solid #00c6f9;
}

.latestnews-row {
    display: flex;
}

.latestnews-row .latestnews-item {
    max-width: 33.333333%;
    padding: 0 15px;
    flex: 0 0 33.333333%;
}

.latestnews-item a {
    text-decoration: none;
}

.latestnews-blue-block {
    background: linear-gradient(45deg, #003479 0, #00c6f9 100%);
}

.latestnews-purple-block {
    background: linear-gradient(45deg, #201120 0, #643364 100%);
}

.latestnews-yellow-block {
    background: linear-gradient(45deg, #524420 0, #c2a763 100%);
}

.latestnews-inner-block {
    height: 100%;
    padding: 1.5rem;
}

.latestnews-inner-block h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #fff;
}

.latestnews-inner-block img {
    width: 100%;
    max-width: 80px;
    max-height: 80px;
    margin-left: auto;
    object-fit: contain;
}


/* latest news section css end */


/* management news section css start */

.management-main-sec {
    padding: 30px 0 30px;
}

.management-inner-sec h2 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    padding: 0 0 1.5rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #15b4cb;
    border-bottom: 1px solid #00c6f9;
}

.management-img-block .management-img-inner {
    width: 100%;
}

.management-img-block .management-img-inner img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* management news section css end */


/* contact us news section css start */

.home-contact-inner-sec {
    padding: 70px 0 50px;
}

.home-contact-block p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 1rem 0;
    text-align: center;
    color: #212529;
}

.home-contact-block p a {
    text-decoration: underline;
    color: #00c6f9;
}

.home-contact-block .contact-btn a {
    font-size: 1.5rem;
    font-weight: 400;
    display: flex;
    width: max-content;
    margin: 0 auto;
    padding: 10px 50px;
    text-decoration: none;
    color: #00c6f9;
    border: 1px solid #00c6f9;
    border-radius: 2px;
}


/* contact us news section css end */


/* Responsive css start */

@media screen and (max-width: 1200px) {
    .banner-button-item a {
        font-size: 20px;
        max-width: 280px;
    }
    .highlight-item-con-main {
        margin: 40px 0 0 0;
    }
    .highlight-con-area-inner h3 {
        margin: 0 0 12px 0;
    }
    .highlight-con-area-inner p {
        font-size: 20px;
    }
    .highlight-con-area-time span {
        font-size: 20px;
    }
    .highlight-purple-inner .highlight-img-area,
    .highlight-green-inner .highlight-img-area {
        max-height: 160px;
        margin-bottom: 10px;
    }
    .latestnews-main-sec {
        padding: 20px 0 20px;
    }
    .latestnews-inner-block h3 {
        font-size: 18px;
    }
    .home-contact-inner-sec {
        padding: 40px 0 30px;
    }
}

@media screen and (max-width: 767px) {
    /* Home Page banner sec css start */
    section.banner-main-sec {
        display: none;
    }
    section.banner-carousel.carousel {
        display: block;
        margin-bottom: 0;
    }
    .banner-carousel ul.list {
        display: flex;
        margin: 0 0;
        padding: 0 0;
        list-style: none;
    }
    .banner-carousel ul.list li.item {
        height: auto !important;
        margin: 0 0;
        padding: 150px 20px;
    }
    .banner-carousel ul.list .banner-carousel-content {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .banner-carousel .banner-carousel-content h2 {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.3;
        color: #fff;
    }
    .help-main-con-area {
        padding: 0 20px;
    }
    .help-heading-main-inner h2 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .help-heading-main-inner p {
        font-size: 16px;
    }
    .highlight-img-area {
        max-width: 1000%;
        flex: 0 0 100%;
    }
    .highlight-con-area {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .highlight-con-area-inner p {
        font-size: 18px;
    }
    .highlight-con-area-time img {
        max-width: 30px;
        height: 30px;
        margin-right: 12px;
    }
    .highlight-item-con-main {
        margin: 30px 0 0 0;
    }
    .highlight-item-row {
        flex-wrap: wrap;
    }
    .highlight-item-row .highlight-item-column {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .latestnews-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .latestnews-row .latestnews-item {
        max-width: 250px;
        margin-bottom: 20px;
        flex: 0 0 250px;
    }
    .management-main-sec {
        padding: 10px 0 10px;
    }
    /* Home Page banner sec css end */
}


/* Responsive css End */

@media screen and (max-width: 1200px) {
    section.header {
        position: absolute;
        width: 100%;
        background: transparent;
    }
}

.browser-mobile.nav-open section.header {
    position: relative;
    background: #fff;
}

@media screen and (max-width: 1200px) {
    section.banner-main-sec {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    #sample_slider {
        display: none;
    }
}

.banner-button-block-mobile .banner-button-item a {
    margin: auto;
}

@media screen and (max-width: 1200px) {
    section.header a.home-link {
        /* font-size: 0;
        text-align: center;
        margin: auto !important;
        width: 100%; */
        position: absolute;
        left: calc(50% - 54px);
    }
}

div#sample_slider {
    font-size: 1.25em;
}

@media screen and (max-width: 1200px) {
    section.header a.home-link {
        background-image: url(../img/advent-international-white.png);
    }
}

@media screen and (max-width: 1200px) {
    section.header a.toggle-link {
        background-image: url(/wp-content/themes/advent/img/burger-menu.png);
    }
}

.sa_hover_container {
    box-shadow: inset 0 0 0 2000px rgba(0, 98, 114, .4);
}

.browser-mobile.nav-open section.header a.toggle-link {
    background-image: url(/wp-content/themes/advent/img/icon/retina/toggle-nav-black.png) !important;
}

.browser-mobile.nav-open section.header a.home-link {
    background-image: url(/wp-content/themes/advent/img/advent-international.png) !important;
}

.banner-button-block-mobile .banner-button-item {
    margin: 0 5px 10px;
}

@media screen and (max-width: 1200px) {
    .nav-open section.header .container.container-2 {
        background: #fff;
    }
}

@media screen and (max-width: 1200px) {
    section.header ul#menu-primary .menu-item a {
        color: #808080;
        text-shadow: none;
    }
}

section.header .sub-nav-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 98, 114, .8);
}

@media screen and (min-width: 1200px) {
    section.header ul#menu-primary .menu-item a {
        font-weight: 500;
        margin-left: 0;
        color: #fff;
        border-left: none;
        text-shadow: 1px 1px 1px #808080;
    }
}

section.header {
    position: absolute !important;
    width: 100% !important;
    background: transparent;
}

section.header a.home-link {
    background-image: url(../img/advent-international-white.png);
}

.management-img-block .management-img-inner img:hover {
    box-shadow: 0 0 10px 0 #ddebf1;
}

.home-contact-block .contact-btn a {
    position: relative;
    z-index: 10;
    margin-top: -110px;
    color: #fff;
    border: none;
    background: #418a99;
}

@media screen and (min-width: 768px) {
    .home-contact-block .contact-btn a {
        margin-top: -140px;
    }
}

@media screen and (min-width: 1200px) {
    .home-contact-block .contact-btn a {
        margin-top: -190px;
    }
}

.home-links {
    margin: 50px auto;
    margin-top: 130px;
}

.home-links p {
    margin-bottom: 30px !important;
}

.home-links a.button {
    display: block;
    float: none;
    width: 200px;
    margin: 0 auto;
}

.latestnews-inner-block img {
    width: 100%;
    max-width: 40px;
    max-height: 40px;
    margin-left: auto;
    object-fit: contain;
}

.search-link-wrapper a.search-link {
    background: url(../img/icon/search-white.png) center no-repeat !important;
}

@media screen and (min-width: 1200px) {
    .menu-what-we-do-container {
        margin-left: 140px;
    }
}

@media screen and (min-width: 1200px) {
    .menu-our-portfolio-container {
        margin-left: 372px;
    }
}

@media screen and (min-width: 1200px) {
    .highlight-item-con-main:nth-last-child(-n+2) {
        float: left;
        width: 49%;
        margin-bottom: 3rem;
    }
}

@media screen and (min-width: 1200px) {
    .highlight-item-con-main:last-child {
        margin-left: 2%;
    }
}

@media screen and (min-width: 1200px) {
    .highlight-con-area a.post-title,
    .highlight-con-area span.post-title {
        font-size: 2.4rem;
    }
}

.highlight-item-con-main:nth-last-child(2) .smallcaps,
.highlight-item-con-main:nth-last-child(2) .highlights-time {
    color: #653265;
}

.highlight-item-con-main:nth-last-child(2) .highlight-con-area-time {
    color: #653265;
}

.home-links a.button {
    padding: 18px 30px 18px 23px;
    color: #00b8f0;
    border: 3px solid #00b8f0;
    background: #fff;
    background-image: none !important;
}

.banner-button-block-mobile {
    background: #ecebe9;
}

.banner-button-block-mobile .container {
    padding-top: 2em;
    text-align: center;
    background: #fff;
}

.banner-button-block-mobile .banner-button-item {
    display: inline-block;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.sa_owl_theme .owl-dots {
    display: none !important;
}


/* 
@media screen and (max-width: 1520px) {
    .banner-main-sec {
        height: 80vh;
    }
}

@media screen and (max-width: 1375px) {
    .banner-main-sec {
        height: 65vh;
    }
}

@media screen and (max-width: 1275px) {
    .banner-main-sec {
        height: 60vh;
    }
}

@media screen and (max-width: 1095px) {
    .banner-main-sec {
        height: 55vh;
    }
} */

.home-slider-advent img {
    padding-top: 20px !important;
    max-width: 100px !important;
    max-height: 80px !important;
}

.home-slider-advent h3 {
    margin-bottom: .5em !important;
}