/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */
.jet-blog .jet-smart-tiles-wrap .jet-smart-tiles__box,
body .jet-listing .jet-listing-grid__item .min-height252 .elementor-column-wrap.elementor-element-populated {
    background-size: 200% auto !important;
    transition-delay: .1s;
}

.jet-blog .jet-smart-tiles-wrap .jet-smart-tiles__box:hover,
.jet-listing .jet-listing-grid__item .min-height252 .elementor-column-wrap.elementor-element-populated:hover {
    background-size: 210% auto;
}

.jet-filters-pagination__link {
    width: 48px;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    line-height: 37px;
}

.jet-filters-pagination__item.prev-next.next .jet-filters-pagination__link,
.jet-filters-pagination__item.prev-next.prev .jet-filters-pagination__link {
    background-color: unset !important;
}

.jet-radio-list__input:checked~.jet-radio-list__button .jet-radio-list__label {
    font-weight: 700 !important;
}

.jet-filter-row .jet-radio-list__item input[label="Uncategorized"] .jet-radio-list__button {
    display: none;
}

.prev-arrow.fa-angle-left:before,
.next-arrow.fa-angle-left:before {
    content: '';
}

.oa-listing .jet-listing-grid__items .jet-listing-grid__slider-icon.prev-arrow.fa-angle-left,
.oa-listing .jet-listing-grid__items .jet-listing-grid__slider-icon.next-arrow.fa-angle-left {
    background-image: url('../img/Arrow-left.png');
    width: 35px;
    height: 35px;
    background-size: contain;
}

.elementor-toggle .elementor-toggle-item div.elementor-tab-title.elementor-active {
    background-color: #F1EADD !important;
}

.elementor-toggle .elementor-toggle-item div.elementor-tab-title {
    position: relative;
}

.elementor-toggle .elementor-toggle-item div.elementor-tab-title:after {
    position: absolute;
    content: "";
    background-image: url(../img/accordion-icon-n.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    top: 25%;
    right: 25px;
}

.elementor-toggle .elementor-toggle-item div.elementor-tab-title.elementor-active:after {
    transform: rotate(180deg);
}

.portfolio-map {
    width: 100%;
    min-height: 550px;
}

.map-image {
    min-height: 163px;
    width: 100%;
    background-size: cover;
    max-width: 270px;
}

.gm-style .gm-style-iw-c {
    max-width: 252px !important;
    width: 100%;
    padding: 0 !important;
    background-color: #4A6074 !important;
    border: solid 2px #4A6074 !important;
    border-radius: 1px !important;
    box-shadow: 0 2px 11px 0 rgb(0 0 0 / 16%) !important;
}

.gm-style-iw-d {
    overflow: initial !important;
}

.map-title {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    line-height: 20px;
}

.map-content {
    padding: 25px 22px;
}

.map-content .map-info a {
    color: #B6BAC0;
    font-family: Montserrat;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    display: block;
    text-align: right;
    position: relative;
    padding-right: 25px;
}

.map-content .map-info a:after {
    content: "";
    background-image: url('../img/back-icon.png');
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 7px;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg, rgba(74, 96, 116, 1) 50%, rgba(274, 96, 116, 0) 51%, rgba(74, 96, 116, 0) 100%) !important;
}

.gm-style-iw.gm-style-iw-c button {
    top: 5px !important;
    right: 5px !important;
    position: relative;
}

.gm-style-iw.gm-style-iw-c button:after {
    content: " ";
    background-image: url('../img/close-map.png');
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gm-style-iw.gm-style-iw-c button img {
    display: none !important;
}

.portfolio-carousel.item {
    height: 460px;
    background-size: cover;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-portfolio.owl-theme .owl-nav {
    max-width: 1440px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: right;
    position: relative;
}

.owl-portfolio .owl-stage {
    padding-left: 0 !important;
}

.owl-portfolio.owl-theme .owl-nav span {
    display: none;
}

.owl-portfolio.owl-theme .owl-nav button {
    position: absolute;
    outline: none;
}

.owl-portfolio button.owl-prev {
    left: 0;
    bottom: 50%;
    transform: translateY(-250%);
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
}

.owl-portfolio button.owl-next {
    right: 0;
    bottom: 50%;
    transform: translateY(-250%);
}

.owl-portfolio.owl-theme .owl-nav button:hover {
    background: unset;
    color: unset;
    text-decoration: none;
    outline: none;
}

.owl-portfolio.owl-theme .owl-nav button.owl-prev:after {
    background-image: url('../img/owl-left.png');
}

.owl-portfolio.owl-theme .owl-nav button.owl-next:after {
    background-image: url('../img/owl-right.png');
}

.owl-portfolio.owl-theme .owl-nav button:hover:after {
    opacity: 75%;
}

.owl-portfolio.owl-theme .owl-nav button:after {
    content: '';
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center;
    display: block;
    margin-top: 15px;
    background-color: #000;
    opacity: 50%;
    border-radius: 50%;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.download-images-container {
    max-width: 1280px;
    margin-top: -45px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.download-images-container a {
    background-color: #D7C39D;
    padding: 10px;
    border-radius: 4px;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 1.33px;
    line-height: 2;
    text-align: center;
    width: 201px;
    height: 45px;
    display: inline-block;
}

#dl-all {
    position: relative;
    bottom: 100px;
    z-index: 100;
    box-shadow: 0px 5px 10px #00000030;
}

.download-images-container a.img-dl-hidden {
    display: none;
}

.search-header1 {
    color: #37485C;
    font-family: "Playfair Display", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.38px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 0;
}

.search-header1 .color1 {
    color: #d7c39d;
}

.search-count {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 35px;
    color: #37485C;
    text-align: center;
}

.search-notice {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #37485C;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}

h2.jupiterx-post-title.jupiterx-search-post-title {
    display: none;
}


body.search-results .jupiterx-primary .jupiterx-new-search {
    width: 100%;
    border-bottom: none;

}

body.search-results article.jupiterx-post {
    position: relative;
    margin: 7.5px 7.5px;
    width: 31%;
    min-height: 252px;
    float: left;
    overflow: hidden;
}

.search-results .jupiterx-post-image,
.search-results .jupiterx-post-body {
    position: absolute;
    z-index: 1;
    top: 0;
    margin-bottom: 0;
    left: 0;
}

body.search-results article .jupiterx-post-body {
    bottom: 0;
    padding: 15px 35px;
    top: unset;
}

.search-results .jupiterx-post-content {
    display: none;
}

body.search-results article .jupiterx-post-image {
    position: relative;
    padding-right: 0;
}

body.search-results article .jupiterx-post-image:hover img {
    transform: scale(1.2);
}

body.search-results article .jupiterx-post-image img {
    height: 252px;
    border-radius: 0;
    transition: transform .2s;
}

body.search-results article .jupiterx-post-image:after {
    content: " ";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.83;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(33, 35, 37, 0.64) 100%);
}

body.search-results article .jupiterx-post-title a {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.jet-menu .jet-menu-item i.jet-dropdown-arrow.fa.fa-angle-down:before {
    content: " ";
    background-image: url(../img/drop-down-arrow-menu.png);
    width: 10px;
    height: 18px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.jet-menu .jet-menu-item i.jet-dropdown-arrow.fa.fa-angle-down {}

.searchc span.fas.fa-search::before {
    content: "";
    background-image: url(../img/icon-search.png);
    width: 19px;
    height: 18px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.portfolio_sub .jupiterx-widget .card-title {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
/*     text-transform: uppercase; */
    font-weight: bold;
    line-height: 20px;
}

.portfolio_sub .jupiterx-widget ul {
    margin-top: 15px;
}

.portfolio_sub .jupiterx-widget ul li.menu-item a {
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 7px;
    overflow: initial;
    letter-spacing: 0;
    line-height: 18px;
    color: #FFFFFF;
}

.portfolio_sub.services {
    padding-left: 10%;
    /* border-left: 1px solid #ffffff87; */
    border-left: 1px solid #FFFFFF20;
}

.arrow-left-icon {
    position: relative;
}

.arrow-left-icon:after {
    content: "";
    background-image: url(../img/arrow-left-icon1.png);
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -2px;
    right: 0;
}

/* Custom Style 03-02-2021 */
.jet-listing-dynamic-field__content a {
    font-weight: bold;
}

.jet-listing-dynamic-field__content a:hover {
    color: #D7C39D !important;
}

@media(max-width: 600px) {
    #jet-popup-255 .jet-popup__container-inner {
        margin: 0px 0px 0px 0px !important;
    }
}

/* Search style */
.jupiterx-new-search .jupiterx-title {
    padding-top: 5em;
}

h3.jupiterx-search-secondary-title,
p.jupiterx-search-secondary-subtitle {
    display: none;
}

.search.search-results article .col-md-4 {
    flex: 0 0 100%;
    max-width: 100% !important;
}

/* SubMenu Active */
/* .jet-menu-active .jet-sub-mega-menu{
	opacity: 1;
	visibility: visible;
} */

.jet-menu li.jet-current_page_item>.jet-sub-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    z-index: 2;
}

#jet-menu-item-7795.jet-current_page_item>.jet-sub-mega-menu {
    opacity: 0;
}

.fd-col {
    flex-direction: column;
    -ms-flex-direction: column;
}
.next-project_cta.elementor-section.elementor-section-height-default{
    padding: 35px 50px;
    background-color: #F1EADD;
}
.custom-subtitle-term {
    font-size: 18px;
    /*font-family: 'Magneta', sans-serif;*/
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.custom-heading-title{
    color: #37485C;
    font-family: "Montserrat", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
.next-item-link{
    /*font-family: 'Magneta', sans-serif;*/
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    color: #37485C;
    text-align: right;
}
.next-item-link i.fas.fa-arrow-right{
    font-size: 14px;
    vertical-align: middle;
}
.next-column-50{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}

.shake-horizontal {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-3-25 17:47:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

ul.wpml-ls-sub-menu {
    border: unset !important;
}

.bg-scroll{
	background-color: #37485C;
}

/* .elementor-widget-theme-post-featured-image.elementor-widget-image .elementor-image img{
	object-fit: cover !important; 
	object-fit: contain !important;
} */

#archive-investments .elementor-posts .elementor-post__card .elementor-post__thumbnail{
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}
#archive-investments .elementor-posts .elementor-post__card .elementor-post__thumbnail:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

@media (max-width: 500px){
    .owl-portfolio.owl-theme .owl-nav{
        display: none;
    }
    .next-column-50{
        width: 100%;
    }
    .next-project_cta.elementor-section.elementor-section-height-default{
        padding: 20px;
    }
    .portfolio-carousel.item{
        height: 300px;
    }
}

/* Custom style 04-16-21 -on header menu*/
.jet-sub-mega-menu {
    box-shadow: none !important;
}

li#jet-menu-item-7797.jet-current-menu-item .jet-sub-mega-menu {
    opacity: 0;
}

li#jet-menu-item-7797.jet-current-menu-item.jet-menu-hover .jet-sub-mega-menu {
    opacity: 1;
}

#jet-menu-item-7795.jet-current_page_item.jet-menu-hover .jet-sub-mega-menu{
	opacity: 1;
}

/* Search Result */
label.sc-category {
	font-family: "Montserrat", Sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    line-height: 45px !important;
    letter-spacing: 2.25px !important;
    color: #FFFFFF !important;
}

.custom-s-title{
	font-family: "Montserrat", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
/*     line-height: 45px !important; */
    color: #FFFFFF !important;
	text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-box-orient: vertical;
}

/* div.s-t-r-container{ height: 55px;} */
.custom-s-imgwrap {
    float: right;
	position: absolute;
    top: -85%;
    right: 30px;
	width: fit-content;
}

.s-t-r-container {
    float: left;
	width: 100%; 
}

a.custom-s-title {
    height: 50px;
}

article .jupiterx-post-body.col {
    padding-bottom: 30px !important;
}

.custom-s-date{
	font-family: "Playfair Display", Sans-serif !important;
    color: #D7C39D !important;
}

.search.search-results .pagination {
    padding-top: 50px !important;
    padding-left: 35px !important;
}

body.search-results article.jupiterx-post {
    margin: 12.5px 12.5px !important;
    width: 31% !important;
}

body.search-results .page-link {
    border: unset !important;
	margin-left: 5px;
    margin-right: 5px
}

.search-results .page-item .page-link{
	background-color: unset !important;
    color: unset !important;
    border-radius: 50px 50px 50px 50px !important;
	padding: 11px 18px !important;
	font-size: 16px !important;
    font-weight: bold !important;
	font-family: "Montserrat", Sans-serif !important;
}

.search-results .page-item.active .page-link{
	background-color: #37485C !important;
    color: #D7C39D !important;
}

.search-results .page-item:hover .page-link{
	background-color: #37485C !important;
    color: #D7C39D !important;
}

.contact-form .raven-form .raven-field-type-acceptance .raven-field, .raven-form .raven-field-type-checkbox .raven-field, .raven-form .raven-field-type-radio .raven-field {
/* 	float: left; */
    width: fit-content;
    left: unset;
    position: unset !important;
}

.raven-form .raven-field-type-acceptance .raven-field+label:before, .raven-form .raven-field-type-checkbox .raven-field+label:before, .raven-form .raven-field-type-radio .raven-field+label:before{
	width: unset !important;
	height: unset !important;
}

.raven-form .raven-field-type-acceptance .raven-field+label, .raven-form .raven-field-type-checkbox .raven-field+label, .raven-form .raven-field-type-radio .raven-field+label{
	padding-left: 12px !important;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
	display: block !important;
}
#accordion button.btn.btn-link{
    width: 100%;
    text-align: left;
    text-decoration: unset !important;
    font-size: 22px;
    color: #37485C;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 20px 40px;
    background-color: #F1F5FA;
    position: relative;
}
#accordion button.btn.btn-link.active{
    background-color: #F1EADD;
}
#accordion .btn:not(:disabled):not(.disabled).active{
    box-shadow: unset !important;
}
#accordion .collapse{
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}
.page-id-527 button.btn.btn-link:focus{
    box-shadow: unset !important;
    outline: unset !important;
}
.page-id-527 h5 button::after{
     background-image: url(../img/accordion-icon-n.png);
     width: 40px;
     height: 40px;
     background-size: contain;
     top: 25%;
     right: 25px;
     position: absolute;
     content: "";
}
.page-id-527 h5 button.active::after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.page-id-527 .card{
    border: unset;
    margin-bottom: 10px;
}
.page-id-527 .card-header{
    padding: 0;
    border-bottom: unset;
}
.page-id-527 .card-header h5{
    margin-bottom: 0;
    padding: 0;
    background-color: #F1F5FA;
}
.page-id-527 .card-body{
    padding: 45px;
}
a.country-name,
a.service-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    background-color: #E2E8F0;
    padding: 0px 15px;
    border-radius: 14px;
    vertical-align: middle;
    margin-right: 10px;
}
.career-content-wrapper{
    margin-top: 45px;
}
.career-content-wrapper p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #37485C;
    line-height: 28px;
}
.career-content-wrapper .role-heading{
    font-size: 18px;
    font-weight: bold;
    color: #37485C;
    font-family: 'Montserrat', sans-serif;
}
a.btn.btn-link.btn-apply{
    max-width: 170px;
    width: 100%;
    background-color: #D7C39D;
    border-radius: 4px;
    line-height: 1.5;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: unset;
    margin-top: 20px;
}

.cu-contactform .raven-form-success .raven-form-response {
    color: #D7C39D !important;
}

@media (max-width: 1024px){
	div#jet-popup-15941 .elementor-15941 .elementor-element.elementor-element-2fc3e246 ul.sub-menu li a{
		text-transform: inherit !important;
	}
}

/* Gravity Form Label when error  */
 .elementor-16551 .elementor-element.elementor-element-62ac302 .eael-gravity-form .gfield_error .gfield_label {
    color: #37485C !important;
}

#jet-popup-255 .jet-popup__container-overlay{
	    background-color: #142E52!important;
}

.menu-item.gold > a {
    color: #D7C39D!important;
}