.awselect .front_face .content {
    color: black !important;
}

.awselect .front_face,
.awselect .back_face {
    max-height: 52px;
    /*max-width: 370px;*/
}

.awselect .back_face ul li a {
    color: #fff !important;
    padding: 10px 40px !important;
}

.awselect .front_face,
.awselect .back_face {
    border-radius: 0px !important;
}

.awselect .bg {
    border-radius: 0px !important;
}

.awselect>.bg {
    /*width: 370px !important;*/
}

.awselect.animate2>.bg {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.awselect .bg,
.awselect .front_face .bg {
    background-color: #212b33 !important;
}

.awselect .front_face {
    padding: 9px 40px !important;
    z-index: 9999;
}

.awselect div ul {
    color: #fff !important;
}

.content .placeholder,
.content .current_value {
    font-weight: bolder;
    text-align: center;
    font-size: 17px;
}

@media screen and (max-width: 1600px) {
    .content .placeholder,
    .content .current_value {
        font-weight: bolder;
        text-align: center;
        font-size: 14px;
    }
    .awselect>.bg {
        width: 100% !important;
    }
}

.swal2-content {
    font-size: 15px !important;
}

.swal2-title {
    font-size: 24px !important;
}

.swal2-confirm.swal2-styled,
.swal2-deny.swal2-styled {
    font-size: 15px !important;
    font-family: MontserratReg;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1690px !important;
}

#breadcrumbs-section {
    margin-left: 40px;
}

#breadcrumb li {
    padding: 3px !important;
}

#breadcrumb li a {
    font-family: MontserratMedium;
    color: #707070;
}

#breadcrumb li::after {
    font-family: MontserratMedium;
    padding-left: 4px;
    color: #707070;
    content: ' >';
}

#breadcrumb li:last-child:after {
    content: '';
}

#breadcrumb li:last-child a {
    color: #212b33;
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loader::after,
.loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

.icon-container {
    position: absolute;
    left: 40px;
    top: 15px;
    z-index: 9999;
}

.btn-more {
    background-color: #fed630;
    color: #212b33;
    padding: 12px 35px;
    font-size: 35px;
    font-family: LoraBold !important;
    border-radius: 10px;
}

.btn-more:hover {
    background-color: #ffffff;
    border: 1px solid #212b33;
}

#awselect_region_selector .front_face {
    width: 100% !important;
    margin-left: 0px !important;
}


/* For basic pages */

h1 {
    font-size: 40px !important;
}

.inner-container {
    font-size: 16px;
}

.inner-container p {
    font-size: 16px;
}

.inner-container a {
    color: #009fda;
}

.awselect .front_face {
    font-family: 'MontserratMedium' !important;
    font-size: 18px !important;
    text-align: center !important;
    padding: 10px 10px !important;
}

.jquery-grid-picker-item {
    background-color: #212b33;
    border: #fff;
    color: #fff;
    font-size: 18px;
    font-family: 'MontserratMedium';
}

.jquery-grid-picker-item.jquery-grid-picker-item-selected {
    background-color: #fff;
    border: #fff;
    color: #212b33;
}

.jquery-grid-picker-item-content {
    padding: 10px 10px;
}

.jquery-grid-picker-widget {
    grid-template-columns: 150px 150px;
}

.button-search {
    font-size: 16px;
    color: black;
    background-color: #fedc4a;
    border-color: #fedc4a;
    text-transform: uppercase;
    font-family: 'MontserratMedium';
    border-radius: 0px;
}

.button-search:hover {
    color: #fedc4a;
}

#search-results-header {
    background-color: #212b33;
    height: 140px;
    padding-top: 15px;
    padding-left: 165px;
    padding-right: 209px;
    margin-top: 10px;
}


/* For mobile phones: */

@media only screen and (max-width: 768px) {
    #search-results-header {
        background-color: #212b33;
        height: fit-content;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
    }
}

.contact-control {
    width: 100% !important;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    border-bottom: 1px solid white !important;
    outline: none;
    margin-bottom: 50px;
}

#search-contact-container:before {
    content: "\00a0";
    width: 75px;
    height: 75px;
    right: 230px;
    background-image: url(/wp-content/uploads/2020/11/Group-1617.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    background-position-x: center;
    background-position-y: center;
    top: -40px;
}

#search-contact-container {
    height: 91vh;
}

#search-contact-container .wpcf7,
#search-contact-container .wpcf7 form {
    height: 100%;
}

#search-contact-container {
    margin-top: 150px;
    padding-top: 5%;
    background-color: #1C7E8B;
    padding-left: 120px;
}

#search-contact-container * {
    color: #fff;
}

textarea {
    height: auto !important;
}

textarea::placeholder {
    color: #fff;
}

#search-contact-container * {
    font-size: 18px !important;
}

.page-wrap {
    padding-bottom: 0px !important;
}

.multiselect-selected-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
}

.btn-multi-select {
    border-radius: 0;
    line-height: 15px;
    font-size: 17px !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    transform: translate3d(0px, -5px, 0px);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-transform: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    height: 50px;
    top: -1px;
}

.multiselect-container .multiselect-option .form-check {
    padding: 0;
}

.multiselect-container .multiselect-all .form-check {
    padding-left: 0px;
}

.form-check input[type="checkbox"] {
    display: inline;
    margin-right: 10px;
}

.show-select {
    display: block;
}


/** IPAD **/

@media only screen and (max-width: 1180px) {
    .container-x {
        padding: 0px 20px !important;
    }
    #search-results-header {
        padding-left: 0 !important;
        padding-right: 29px !important;
    }
}


/** MOBILE **/

@media only screen and (max-width: 991px) {
    .advisory-title-block {
        padding-top: 00px;
    }
    #search-contact-container {
        margin-top: 50px;
        padding: 30px 20px !important;
    }
    #services,
    #team {
        padding: 30px 20px !important;
    }
    .icon-logo {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }
    .client-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
        max-height: 150px;
        margin: auto;
        object-fit: contain;
        margin-left: 15px;
    }
    .content-header {
        height: fit-content;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #region_container {
        margin-left: -15px !important;
    }
    /* .basic-page-menu {
        margin-top: -85px;
        width: 100% !important;
    } */
    .btn-menu {
        top: 0px !important;
    }
    #search-results-header {
        height: auto !important;
    }
    #mainnav-mobi {
        top: auto;
        margin-top: 127px;
    }
    .btn-menu {
        margin: 5px auto 0 !important;
        position: static !important;
    }
    .page-wrap {
        padding-top:  0px !important;
    }
}


/** MOBILE **/

@media only screen and (max-width: 991px) and (min-width: 800px) {
    .btn-menu {
        top: -20px !important;
    }
}


/** MOBILE **/

@media only screen and (max-width: 768px) {
    .btn-menu {
        position: absolute;
        top: 60px !important;
        right: 27px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    #search-results-header {
        padding-right: 15px !important;
    }
    #region_container,
    #country_container,
    #sector_container,
    #type_container {
        padding: 0px;
    }
    #search-premium-container {
        float: none;
        margin: 0px 16px;
    }
    .button-search {
        width: 100%;
    }
}

.o-form-control {
    font-family: 'MontserratMedium' !important;
}

#slider-fixed-section {
    height: auto !important;
    margin-left: 10px !important;
}

.img-slide-class {
    width: 100% !important;
}

.slick-dotted.slick-slider {
    margin-left: -13px !important;
    width: 101% !important;
}

.custom-next {
    bottom: -8px !important;
}

.custom-prev {
    bottom: -8px !important;
}
@media only screen and (max-width: 767px) {
    .basic-page-menu {
        margin-top: 0px !important;
    }
    p {
        font-size:  14px !important;
    }
}