/*
Theme Name: Suezcap Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template: suezcap
Author: ThemeNectar | ABR | Mypolygon
Author URI: https://themeforest.net/user/themenectar
Description: An Ultra Responsive Multi-Purpose Theme.
Version: 17.1.0.1744020457
Updated: 2025-04-07 18:07:37

*/
/*
.grecaptcha-badge {
    visibility: hidden;
}
*/
.txtwrap {
    display: inline-block;
}

body .pb0 {
    padding-bottom: 0 !important;
}

body .pt0 {
    padding-top: 0 !important;
}

body .mt0 {
    margin-top: 0 !important;
}

body .mb0 {
    margin-bottom: 0 !important;
}

.m-auto {
    margin: auto !Important;
}

.fw400,
.fw400 * {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600,
.fw600 * {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw900 {
    font-weight: 900 !important;
}

.align-center,
.align-center * {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.primarytxt {
    color: #2792cf;
}

.primarybg {
    background-color: #2792cf;
}

.secondarytxt {
    color: #f5a717;
}

.secondarybg {
    background-color: #f5a717;
}

.greytxt {
    color: #eee;
}

.lighttxt {
    color: #b2b2b2;
}

.normaltxt {
    color: #434343;
}

.whitetxt,
.whitetxt * {
    color: #fff !important;
}


/*-- Buttons --*/
.nectar-button.see-through-2 {
    border-width: 1.3px !important;
}

/*-- Header --*/

body #header-outer[data-transparent-header="true"].transparent {
    background: rgba(0, 0, 0, 0.2) !important;
}

body.home #header-outer[data-transparent-header="true"].transparent {
    background: rgba(0, 0, 0, 0) !important;
}

body.page-id-35 #header-outer[data-transparent-header="true"].transparent,
body.page-id-35 #header-outer.transparent[data-transparent-header="true"].dark-slide {
    background: rgba(0, 0, 0, 0) !important;
}

body #header-outer #top .slide-out-widget-area-toggle.light-slide a:before {
    background: #19466E;
}

body #header-outer #top .slide-out-widget-area-toggle.dark-slide a:before {
    background: #fff;
}

html body #header-outer #top .slide-out-widget-area-toggle a.menu-push-out.open:before,
html body #header-outer #top .slide-out-widget-area-toggle a.open:before {
    background-color: rgba(0, 0, 0, 0) !important;
}


#header-outer #top nav > ul > li.current-menu-parent > a,
#header-outer #top nav > ul > li.current_page_item > a {
    color: #2798d5 !important;
}

.pageTitle {
    margin-bottom: 0 !important;
}


/*-- Home --*/
.transformSection .twentytwenty-wrapper {
    padding: 0 !important;
}

.transformSection .twentytwenty-horizontal .twentytwenty-handle {
    background-color: #fff !important;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.5);
}

.transformSection .twentytwenty-horizontal .twentytwenty-handle:before {
    background-color: #fff !important;
    margin-bottom: 0 !important;
    width: 2px !important;
    margin-left: -1px !important;
}

.transformSection .twentytwenty-horizontal .twentytwenty-handle:after {
    background-color: #fff !important;
    margin-top: 0 !important;
    width: 2px !important;
    margin-left: -1px !important;
}

.transform-2 > img {
    width: 100% !important;
}

/*
.home .twentytwenty-handle {
    transition: left 0.3s ease !important;
}

.home .twentytwenty-before {
    transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease !important;
}
*/
.twentytwenty-left-arrow {
    border-right: 6px solid #333 !important;
    /*  transform: scale(2) translateX(-3px) !important;
    transform-origin: right !important;*/
}

.twentytwenty-right-arrow {
    border-left: 6px solid #333 !important;
    /*   transform: scale(2) translateX(3px) !important;
    transform-origin: left !important;*/
}

.transformTab li a {
    font-weight: 700;
    font-size: 110%;
}

.quotetxt {
    padding: 0 30px;
}

.quotetxt h3 {
    margin: auto;
    padding: 0 30px;
    width: 100%;
    max-width: 770px;
}

.quotetxt h3:before {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 190%;
    content: '“';
    color: #b2b2b2;
    display: inline-block;
    position: absolute;
    transform: translateX(-28px) translateY(0px);
}

.quotetxt h3:after {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 190%;
    content: '”';
    color: #b2b2b2;
    display: inline-block;
    position: absolute;
    transform: translateX(10px) translateY(8px);
}

/*-- About --*/

.valueSection img {
    width: 165px;
    max-width: 100%;
    margin: auto;
}

.pillarTab {
    background: #fff !important;
}

.pillarTab .wpb_tabs_nav {
    margin-bottom: 0 !important;
    background: #00afe8;
}

.pillarTab .wpb_tab {
    padding: 5% !Important;
    background: #fff !important;
}


.pillarTab .tabbed > ul li a {
    font-size: 150%;
    font-weight: 700;
    background: #00afe8;
    color: #fff !important;
    border-radius: 0;
    border: 0;
    /*  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);*/
    padding: 20px 60px 20px 40px !important;
    transition: none !important;
}

.pillarTab .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a span {
    padding-left: 20px;
}

/*
.pillarTab .tabbed > ul li a span:before {
    content: '';
    display: inline-block;
    color: #000;
    width: 50px;
    height: 100%;
    background: #fff !important;

    border-radius: 0 50px 0 0;
    position: absolute;
    top: 0 !important;
    left: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
*/

.pillarTab .tabbed > ul li a span:before {
    content: '';
    width: 40px;
    height: 100%;
    background: url(images/tab-b.png) no-repeat right;
    background-size: 100% 100%;
    position: absolute;
    top: 0 !important;
    left: 0;
}

.pillarTab .tabbed > ul li.active-tab a span:before {
    content: '';
    width: 40px;
    height: 100%;
    background: url(images/tab-b.png) no-repeat right;
    background-size: 100% 100%;
    position: absolute;
    top: 0 !important;
    left: 0;

}

.pillarTab .tabbed > ul li.active-tab a span:after {
    content: '';
    width: 40px;
    height: 100%;
    background: url(images/tab-w.png) no-repeat right;
    background-size: 100% 100%;
    position: absolute;
    top: 0 !important;
    right: 0;

}

.pillarTab .tabbed > ul li:nth-of-type(1) a span:before {
    display: none !Important;
}


.pillarTab .tabbed > ul li:last-of-type a span:after {
    display: none !Important;
}

.pillarTab .tabbed > ul li:last-of-type a {
    /*  border-radius: 0 !important;
    box-shadow: none !important;*/
}

.pillarTab .tabbed > ul li a:before {
    opacity: 1 !important;
    transition: none !important;
    bottom: -17px !important;
    height: 60px !important;
    box-shadow: none !important;
    color: #00afe8;
}

.pillarTab .tabbed > ul li a:after {
    display: none;
}

.pillarTab .tabbed > ul li:nth-of-type(1) a:before {
    content: '1';
    position: absolute;
    display: block;
    transform: translateY(-56px);
    font-size: 60px;
    text-align: center;
}

.pillarTab .tabbed > ul li:nth-of-type(2) a:before {
    content: '2';
    position: absolute;
    display: block;
    transform: translateY(-56px);
    font-size: 60px;
    text-align: center;
}

.pillarTab .tabbed > ul li:nth-of-type(3) a:before {
    content: '3';
    position: absolute;
    display: block;
    transform: translateY(-56px);
    font-size: 60px;
    text-align: center;
}

.pillarTab .tabbed > ul li:nth-of-type(4) a:before {
    content: '4';
    position: absolute;
    display: block;
    transform: translateY(-56px);
    font-size: 60px;
    text-align: center;
}

.pillarTab .tabbed > ul li:nth-of-type(5) a:before {
    content: '5';
    position: absolute;
    display: block;
    transform: translateY(-56px);
    font-size: 60px;
    text-align: center;
}

.pillarTab .tabbed li .active-tab:before {
    color: #fff !important;
}

.pillarTab .tabbed li .active-tab {
    background: #fff !important;
    color: #008CCE !important;
}

.pillarTab .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li {
    border: 0;
}

.criteriaSection .row-bg.viewport-desktop.using-image.using-bg-color.loaded {
    background-size: 100%;
    opacity: 0.6 !Important;
}

.wpb_wrapper h1.vc_custom_heading.milestone-order {
    font-size: 100px;
    line-height: 1;
    margin-top: -105px !Important;
    display: block;
    position: absolute;
}

/*
.milestoneSection {
    background: url(images/milestonebg.jpg) repeat-y center;
    background-size: 3px 100%;
    padding-bottom: 0 !important;
}*/

.milestoneSection:before {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    border: 3px solid #2798D5;
    background: #fff;
    margin: auto;
}

.milestoneSection:after {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    border: 3px solid #2798D5;
    background: #fff;
    margin: auto;
}


.milestoneSection .row-bg-wrap:before {
    background: #2798D5;
    width: 3px;
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    left: calc(50% - 1.5px);
    z-index: -1;
}

.milestoneSection h2 {
    color: #2792cf;
    padding-bottom: 0.5rem;
}

/*-- Projects --*/
.indicatortxt {
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    padding: 2px 10px;
    pointer-events: none !important;
}

body.macos-ios .indicatorSection .indicatortxt {
    bottom: 15px !important;
}

.projectgridSection h4 {
    margin-bottom: 15px !important;
    padding-left: 5px !Important;
    padding-right: 5px !Important;
}

.projectgridSection .vc_column-inner:hover .img-loaded {
    transform: scale(1.13) !important;
}


.projectheaderSection img {
    opacity: 0.8 !Important;
}

.projectcatSection .heading-wrap h1 {
    margin-bottom: 0;
}

.projectcatSection .heading-wrap .hovered-hide h3 {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 125%;
    margin-bottom: 0;
}

.projectcatSection .heading-wrap .hovered-show {
    display: none;
    opacity: 0;
}

.projectcatSection .hovered .heading-wrap .hovered-hide {
    display: none;
    opacity: 0;
}

.projectcatSection .hovered .heading-wrap .hovered-show {
    display: block;
    opacity: 1;
}

.projectcatSection ul {
    margin: 2rem auto;
    width: max-content;
    max-width: 80%;
    text-align: left;
    font-weight: 700;
}

.projectcatSection .signatureCol ul li {
    margin-bottom: 8px
}

.projectcatSection .signatureCol ul li span.signature-remark {
    font-size: 82%;
    display: inline-block;
}

/*
.projectcatSection .nectar-fancy-box .link-text {
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    text-transform: none !important;
    padding: 0 30px;
    margin: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
*/
.projectcatSection .nectar-fancy-box[data-style=hover_desc] .inner {
    align-self: center;
}

.projectcatSection .nectar-fancy-box[data-style=hover_desc].hovered .inner {
    align-self: flex-end !important;
}

#ajax-content-wrap .signatureCol .nectar-fancy-box[data-style=hover_desc] .box-bg:after {
    background: #003a5a !important;
    height: 100% !important;
}

#ajax-content-wrap .legacyCol .nectar-fancy-box[data-style=hover_desc] .box-bg:after {
    background: #855701 !important;
    height: 100% !important;
}

.signatureCol .primarytxt * {
    color: #2792cf !Important;
}

.legacyCol .secondarytxt * {
    color: #f5a717 !Important;
}

.btn-explore-project {
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    margin-top: 10px !important;
    display: inline-block !important;
}

.signatureCol .hover-content:hover .btn-explore-project {
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #003a5a !important;
    background: rgba(255, 255, 255, 1) !important;
}


.legacyCol .hover-content:hover .btn-explore-project {
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #855701 !important;
    background: rgba(255, 255, 255, 1) !important;
}

.signatureSection .nectar-fancy-box[data-style=hover_desc] {
    padding: 5% !important;
}

.signatureSection .heading-wrap img {
    width: 300px !important;
    max-width: 70% !important;
    margin: auto !important;
}

.signatureSection .box-bg.loaded {
    filter: grayscale(1) contrast(1.1);
    opacity: 0.9;
}

.signatureSection .hovered .box-bg.loaded {
    filter: none;
    opacity: 1;
}

.signatureSection .box-bg:before {
    /*  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%) !important;*/
    background: rgba(0, 0, 0, 0) !importsant;
    height: 50% !important;
}

#ajax-content-wrap .signatureSection .nectar-fancy-box[data-style=hover_desc] .box-bg:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%) !important;
    opacity: 1;
}

#ajax-content-wrap .signatureSection .hovered.nectar-fancy-box[data-style=hover_desc] .box-bg:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%) !important;
}


.legacySection .inner-toggle-wrap {
    text-align: center;
}

.legacySection .open h3.toggle-title {
    background: #d5f1ff !important;
}

/*
.legacySection .open a.toggle-heading {
    background: #d5f1ff !important;
}*/

.legacySection a.toggle-heading:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 30px;
    background: #2798D5;
    position: absolute;
    margin-left: -30px;
}

.legacySection .open a.toggle-heading:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 30px;
    background: #2798D5;
    position: absolute;
    margin-left: -30px;
}

.legacySection .inner-toggle-wrap {
    padding: 40px 30px 100px 30px !important;
}

.legacySection div[data-style*=minimal] .toggle > .toggle-title i {
    right: 20px;
}

.legacySection .flickity-viewport {
    margin-top: 40px !important;
}

.otherprojectSection img {
    padding: 30px 50px !important;
}


.otherprojectSection a:hover img {
    scale: 0.96;
    transition: all 0.3s linear;
    /*  filter: grayscale(1) brightness(1.5);*/

}

/*-- KL Gateway --*/

.klgatewaytable th {
    padding: 1.5% 3% !important;
    background: #f5a717 !important;
    color: #fff;
    vertical-align: middle !important;
    text-align: center !important;
    border-color: #fff !important;
    line-height: 1.3 !important;
}

.klgatewaytable td {
    padding: 2% 3% !important;
    text-align: center !important;
    border-color: #f5a717 !important;
    line-height: 1.45 !important;
}

/*
.problem-gallery {
    pointer-events: none !important;
}
*/


.keyproblemSection .flickity-slider {
    scale: 1.07;
}

/*
.keyproblemSection .wpb_wrapper {
    display: inline-table;
}
*/
.keyproblemSection p {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    padding: 10px 7% 0px 7% !important;
    font-size: 87%;
    font-weight: 700;
    color: #fff;
    line-height: 1.2 !important;
    vertical-align: bottom;
}

/*
.keyproblemSection .wpb_text_column {
    margin-bottom: 1em !important;
}
*/
.keyproblemSection .divider-wrap {}

.transformtitle {
    padding-bottom: 10px !important;
}


.klgatewaybeforeafterSection .nectar-fancy-box[data-style="color_box_basic"] .box-bg:before {
    opacity: 0 !important;
}

.phaseTxt {
    display: block;
    position: relative;
    margin-top: -95px;
    margin-bottom: 10px;
    text-align: right;
    line-height: 1;
    font-size: 40px;
}

.phaseTxt span.phaseNo {
    font-size: 90px;
    display: inline-block;
}

.klgatewayevolutionSection h3 {
    margin-bottom: 30px;
}



/*-- Sustainability --*/

.sustainabilitysubmenuSection {}

.sustainabilitysubmenuSection .nectar-fancy-box:after {
    display: none !important;
}

.sustainabilitysubmenuSection .nectar-fancy-box .box-bg {
    filter: grayscale(1) !important;
    opacity: 0.99 !important;
}

.sustainabilitysubmenuSection .nectar-fancy-box:hover .box-bg {
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

.sustainabilitysubmenuSection .nectar-fancy-box .box-bg:after {
    /*background: rgba(0, 0, 0, 0) !important;*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 80%) !important;

}

.sustainabilitysubmenuSection .nectar-fancy-box:hover .box-bg:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 80%) !important;

}

.sustainabilitysubmenuSection .nectar-fancy-box .link-text {
    font-size: 150% !important;
    font-weight: 700 !important;
    text-transform: unset !important;
    letter-spacing: unset !important;
}

.sustainabilitybannerSection {
    padding: 220px 0 !important;
}

.sectionName {
    position: relative;
    transform: translateY(-110px);
}

.sustainabilityinfoSection img {
    width: 80px !Important;
    max-width: 90% !Important;
    margin: auto !Important;
}

.sustainabilityinfoSection .vc_column-inner {
    padding: 30px 30px !important;
}

.sustainabilityinfoSection .vc_column-inner p {
    font-size: 90% !important;
    line-height: 1.4 !important;
}

.socialSection img {
    border-radius: 50%;
    background: #dc9344;
}

.governanceSection img {
    border-radius: 50%;
    background: #4381f0;
}

/*-- Partnership --*/

.whySection img {
    width: 120px;
    max-width: 98%;
    margin: auto;
}

.whySection p {
    font-size: 95% !important;
    line-height: 1.4;
}

.criterisSection .col.child_column {
    margin-top: 10px;
}

.pillar5Section .col.child_column * {
    color: #fff;
}

.pillar5Section .col.child_column:hover * {
    color: #111;
}

.pillar5Section .pillar5title {
    padding: 50px 0 !important;
    line-height: 1.45 !important;
}

.pillar5Section .col.child_column:hover .pillar5title {
    display: none !important;
}

.pillar5Section .col.child_column .pillar5desc {
    display: none !important;
    opacity: 0;
    transition: 0.1s ease-in all;
    line-height: 1.3 !important;
    font-size: 90% !Important;
}

.pillar5Section .col.child_column:hover .pillar5desc {
    display: block !important;
    opacity: 1 !important;
}


.pillar5Section .hovered .heading-wrap {
    display: none;
}

.pillarSection ul {}

.pillarSection .primaryCol ul li,
.pillarSection .secondaryCol ul li {
    margin-bottom: 25px;
}

.pillarSection .nectar-fancy-box[data-style=hover_desc] {
    padding: 15%;
}

.pillarSection .nectar-fancy-box[data-style=hover_desc].hovered {
    padding: 11% !important;
}


.pillarSection .nectar-fancy-box[data-style=hover_desc] .inner {
    align-self: flex-start;
}

.pillarSection .nectar-fancy-box[data-style=hover_desc].hovered .inner {
    align-self: flex-start !important;
}

.pillarSection .nectar-fancy-box[data-style=hover_desc] .hover-content {
    bottom: unset !important;
    max-width: 90%;
    top: 0 !important;
    font-size: 85% !important;
    line-height: 1.3 !important;
}

.pillarSection .nectar-fancy-box .box-bg {
    filter: contrast(1.25);
}

#ajax-content-wrap .primaryCol .nectar-fancy-box[data-style=hover_desc] .box-bg:before {
    background: rgba(0, 0, 0, 0.3) !important;
    height: 100%;
    opacity: 0.8;
}

#ajax-content-wrap .secondaryCol .nectar-fancy-box[data-style=hover_desc] .box-bg:before {
    background: rgba(0, 0, 0, 0.3) !important;
    height: 100%;
    opacity: 0.8;
}


#ajax-content-wrap .primaryCol .nectar-fancy-box[data-style=hover_desc].hovered .box-bg:before {
    background: rgba(0, 0, 0, 0) !important;
    height: 100%;
    opacity: 0.8;
}

#ajax-content-wrap .secondaryCol .nectar-fancy-box[data-style=hover_desc].hovered .box-bg:before {
    background: rgba(0, 0, 0, 0) !important;
    height: 100%;
    opacity: 0.8;
}


#ajax-content-wrap .primaryCol .nectar-fancy-box[data-style=hover_desc] .box-bg:after {
    background: #2792cf !important;
    height: 100%;
    opacity: 0.7;
}

#ajax-content-wrap .secondaryCol .nectar-fancy-box[data-style=hover_desc] .box-bg:after {
    background: #b66700 !important;
    height: 100%;
    opacity: 0.7;
}

#ajax-content-wrap .primaryCol .nectar-fancy-box[data-style=hover_desc].hovered .box-bg:after {
    background: #003a5a !important;
    height: 100% !important;
    opacity: 1;
}

#ajax-content-wrap .secondaryCol .nectar-fancy-box[data-style=hover_desc].hovered .box-bg:after {
    background: #855701 !important;
    height: 100% !important;
    opacity: 1;
}

/*-- News --*/
.nectar-post-grid-item {
    border: 1px solid #ddd !important;
}

.nectar-post-grid .nectar-post-grid-item .meta-excerpt {
    font-size: 90% !Important;
    line-height: 1.4 !important;
}

#ajax-content-wrap .nectar-post-grid[data-controls] .flickity-viewport,
.nectar-flickity[data-control-style="material_pagination"].nectar-post-grid:not(.masonry) .flickity-viewport {
    margin-bottom: 50px;
}

.nectar-post-grid-item .inner {
    padding: 8px;
}

body.single #page-header-bg h1,
body.single .row .col.section-title h1 {
    line-height: 1.3 !important;
}

.page-id-1202 .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item,
.home .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item {
    min-height: 550px;
    padding-bottom: 0px;
}

/*
.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item {
    min-height: 500px;
    padding-bottom: 0px;
}

body .eventspostSection .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item {
    min-height: 600px !important;
    padding-bottom: 0px;
}

body .eventspostSection .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item {
    min-height: 600px !important;
    padding-bottom: 0px;
}
*/
span.nectar-post-grid-item__read-more.nectar-cta.nectar-inherit-label .link_text {
    position: fixed;
    bottom: 25px;
    z-index: -11111;
    display: none !Important;
}

.nectar-post-grid-item:before {
    content: 'Read More >';
    font-weight: 700;
    font-size: 12px;
    color: #2792cf;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 40px;

}

.nectar-post-grid-item:hover:before {
    color: #000;
    border-bottom: 2px solid #000;
}

/*-- Form --*/

.form-field {
    margin-bottom: 30px;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    background: none;
    box-shadow: none !important;
    padding-top: 13px !important;
    font-size: 11px;
    font-weight: 400;
}

.contactformSection span.wpcf7-list-item {
    padding-left: 0;
    margin-left: 0;
}

span.wpcf7-spinner {
    position: absolute;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-contactform-submit,
input.wpcf7-form-control.wpcf7-submit.has-spinner.wpcf7-submit.btn-careerform-submit,
input.wpcf7-form-control.wpcf7-submit.has-spinner.wpcf7-submit.btn-partnershipform-submit {
    border-color: #000 !important;
    border-width: 1px !Important;
    color: #000 !important;
    margin-top: 20px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-contactform-submit:hover,
input.wpcf7-form-control.wpcf7-submit.has-spinner.wpcf7-submit.btn-careerform-submit:hover,
input.wpcf7-form-control.wpcf7-submit.has-spinner.wpcf7-submit.btn-partnershipform-submit:hover {
    border-color: #2792cf !important;
    border-width: 1px !Important;
    color: #fff !important;
    background: #2792cf !important;
}


.page-id-1202 .contactformSection .form-field input,
.page-id-1202 .contactformSection .form-field textarea,
.home .contactformSection .form-field input,
.home .contactformSection .form-field textarea,
.partnershipformSection .form-field input,
.partnershipformSection .form-field textarea,
.careerformSection .form-field input,
.careerformSection .form-field textarea {
    background: #fff !important;
}

/*-- Attachment --*/
.codedropz-upload-wrapper {
    background: #fff;
    border: 0 !important;
    border-radius: 4px;
}

.codedropz-upload-handler {
    border: 0;
    padding: 25px 10px;
}

.codedropz-upload-inner span,
.codedropz-upload-inner a {
    font-size: 12px;
    line-height: 1.3 !important;
}

span.dnd-upload-counter:after {
    content: '(3MB|PDF|JPG)';
    margin-left: 5px;
    font-size: 90%;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    text-decoration: underline;
}

/*--- Footer ---*/

.home .nectar-global-section {
    z-index: 10;
}

.footerSection {
    font-size: 90%;
    line-height: 1.5 !important;
}

.footerSection img {
    width: 150px;
}

a.social {
    margin: 0 8px 5px 0;
    display: inline-block;
}

a.social:hover path {
    fill: #F36E22
}

.copyrightSection {
    padding: 20px 0 !important;
    font-size: 80%;
}

.copyrightSection p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#footer-outer {
    z-index: 2 !important;
}

a.btn-wa {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    padding: initial;
    /*background: #b85627;
    color: #fff !important;*/
    text-align: center;
    border-radius: 50%;
    z-index: 10 !important;
}

a.btn-wa * {
    font-size: 32px !important;
    padding-top: 20px;
    color: #fff !important;
}

a.btn-wa:hover {
    scale: 1.1;
}

@media only screen and (min-width: 1000px) {
    .mobileview {
        display: none !important;
    }

    .pageSection {
        padding: 80px 0 !important;
    }

    .bannerSection {
        /*   padding: 216px 0 125px 0 !important;*/
        padding: 200px 0 !important;
    }

    .pageTitle {
        font-size: 320%;
    }

    .dividerSection .divider-wrap {
        padding: 0 35px !important;
    }

    .projectnameSection {
        height: 155px !important;
        padding-top: 40px !important;
        margin-top: -155px !important;
    }

    .lead p {
        font-size: 110% !important;
    }

    .current_page_item a {
        font-weight: 700 !important;
    }

    .home video {
        /*object-position: bottom center !important;*/
        object-position: center calc(100% + 53px);
    }


    .contactformSection .half {
        width: calc(50% - 15px);
        display: inline-block;
        height: 100%;
    }

    .contactformSection form .half:nth-of-type(2n-1) {
        float: left;
    }

    .contactformSection form .half:nth-of-type(2n) {
        transform: translateX(30px);
    }

    .careerformSection .half {
        width: calc(50% - 15px);
        display: inline-block;
        height: 100%;
    }

    .careerformSection form .half:nth-of-type(2n-1) {
        float: right;
    }

    .transform-next:before {
        content: '';
        width: 60px;
        height: 60px;
        top: calc(50% - 60px);
        left: -22px;
        z-index: 1;
        position: absolute;
        display: block;
        background: url(images/next.png) no-repeat center;
        background-size: contain;

    }

    .legacySection div[data-style*=minimal] .toggle > .toggle-title i {
        right: 40px;
    }

    .legacySection a.toggle-heading {
        /*width: 1245px !important;
    max-width: 100% !important;
    padding: 30px !important;
    margin: auto !important;*/
        padding: 30px 90px !Important;
    }

    /*
    .legacySection .open a.toggle-heading {
        padding-left: 105px !important;

    }
*/
    .boxSection-left {
        transform: translateX(70px);
    }

    .boxSection-right {
        transform: translateX(-70px);
    }



    /*-- new milestone ---*/

    .milestoneSection p {
        font-size: 16px;
        line-height: 24px;
    }


    .milestoneSection .inner_row:nth-of-type(1) .vc_column-inner {
        margin-top: 60px !important;
    }

    .milestoneSection .inner_row:nth-last-of-type(1) .vc_column-inner {
        margin-bottom: 60px !important;
    }


    .milestoneSection .inner_row:nth-of-type(2n-1) .vc_column-inner {
        margin-top: -200px;
        list-style: none;
        width: calc(50% - 1.5px);
        display: block;
    }

    .milestoneSection .inner_row:nth-of-type(2n) .vc_column-inner {
        margin-top: -200px;
        list-style: none;
        margin-left: calc(50% + 1.5px);
        display: block;
        width: calc(50% - 1.5px);

    }

    .milestoneSection .inner_row:nth-of-type(2n) .milestone-order {
        right: 0;
    }

    .milestoneSection .inner_row:nth-of-type(2) .vc_column-inner {
        margin-top: -30% !Important;
    }

    .milestoneSection .inner_row:nth-of-type(2n-1) .wpb_text_column {
        padding-top: 20px;
        padding-right: 10%;
    }

    .milestoneSection .inner_row:nth-of-type(2n) .wpb_text_column {
        padding-top: 20px;
        padding-left: 10%;
    }

    /*
    .milestoneSection .inner_row:nth-of-type(2n) .vc_column-inner:before {
        border-radius: 50%;
        display: block;
        content: '';
        width: 13px;
        height: 13px;
        background: #fff;
        border: 5px solid #2798D5;
        float: right;
        position: absolute;

        top: 61px;
        right: -73px;
        z-index: 2;
    }

    .milestoneSection .inner_row:nth-of-type(2n-1) .vc_column-inner:before {
        border-radius: 50%;
        display: block;
        content: '';
        width: 13px;
        height: 13px;
        background: #fff;
        border: 5px solid #2798D5;
        float: left;
        position: absolute;
        margin-left: 0;

        z-index: 2;
        left: -70px;
        top: 61px;
    }


    .milestoneSection .inner_row:nth-of-type(2n) .vc_column-inner:after {
        content: '';
        width: 60px;
        height: 3px;
        background: #2798D5;
        display: inline-block;
        position: absolute;
        top: 0;
        margin-top: 71px;
        right: -60px;
        z-index: -1;
    }


    .milestoneSection .inner_row:nth-of-type(2n-1) .vc_column-inner:after {
        content: '';
        width: 60px;
        height: 3px;
        background: #2798D5;
        display: inline-block;
        margin-left: 0;
        z-index: -1;
        top: 0;
        position: absolute;
        left: -50px;
        margin-top: 71px;
    }
*/

}

@media only screen and (min-width: 765px) {
    .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item {
        min-height: 550px;
        padding-bottom: 0px;
    }

    body .eventspostSection .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item {
        min-height: 550px !important;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 999px) {
    .desktopview {
        display: none !important;
    }

    body .mb0-m {
        margin-bottom: 0 !important;
    }

    .pageSection {
        padding: 60px 0 !important;
    }

    .bannerSection {
        padding: 105px 0 85px 0 !important;
    }

    .dividerSection .divider-wrap {
        padding: 0 20px !important;
    }

    .projectnameSection {
        height: 90px !important;
        padding-top: 40px !important;
        margin-top: -130px !important;
    }

    .form-field {
        margin-bottom: 10px !important;
    }

    .transform-next:before {
        content: '';
        width: 40px;
        height: 60px;
        z-index: 22222;
        top: -22px;
        right: calc(50% - 20px);
        position: absolute;
        display: block;
        background: url(https://www.suezcap.com/wp-content/themes/suezcap-child/images/next.png) no-repeat top;
        background-size: 100% 100%;
        transform: rotate(90deg);
    }

    /*.partnershipformSection .align-center p,
    .careerformSection .align-center p,*/
    .contactformSection .align-center p {
        text-align: left !important
    }

    .legacySection a.toggle-heading:before {
        display: none;
    }

    .legacySection a.toggle-heading {

        padding: 30px !Important;
    }

    .legacySection .open a.toggle-heading {
        padding-left: 45px !important;

    }

    .projectlogoSection .img-with-aniamtion-wrap {
        text-align: left !important;
    }

    .projectlogoSection#kl-gateway-residences .vc_col-sm-12.wpb_column.column_container.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone {
        padding: 0 !important;
    }

    /*-- new milestone ---*/

    .milestoneSection p {
        font-size: 16px;
        line-height: 24px;
    }


    .milestoneSection .inner_row:nth-of-type(1) .vc_column-inner {
        margin-top: 40px !important;
    }

    .milestoneSection .inner_row:nth-last-of-type(1) .vc_column-inner {
        margin-bottom: 40px !important;
    }

    .milestoneSection .inner_row .vc_column-inner {
        margin: 10px 0;
        padding: 10%;
        background: #fff;
        list-style: none;
        border: 3px solid #2798D5;
    }

    .wpb_wrapper h1.vc_custom_heading.milestone-order {
        font-size: 70px !Important;
        line-height: 1 !Important;
        margin-top: -75px !Important;
        display: block;
        position: absolute;
    }

    /*-- pillar --*/

    body .tabbed[data-style=minimal_flexible] .wpb_tabs_nav {
        border-top: 2px solid #00afe8;
        border-bottom: 2px solid #00afe8;
    }

    body .pillarTab .tabbed > ul li a {
        /* box-shadow: inset 10px 0px 10px rgba(0, 0, 0, 0.1);*/
        border-radius: 50px !important;
        scale: 0.9 !important;
        padding: 15px 18px !Important;
        font-size: 12.5px !important;
    }

    body .pillarTab .tabbed li a.active-tab {
        box-shadow: none !Important;
    }

    .pillarTab .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a span {
        padding-left: 10px !important;
    }

    body .pillarTab .tabbed > ul li a:before {
        position: relative !important;
        display: contents !important;
        transform: none !important;
        font-size: unset !important;
        text-align: unset !important;
        color: #fff;
    }

    body .pillarTab .tabbed li .active-tab:before {
        color: #008CCE !important;
    }

    body .pillarTab .tabbed > ul li a span:before,
    body .pillarTab .tabbed > ul li a span:after {
        display: none;
    }
}


/*-- FONT ---*/

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Bold.eot');
    src: url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('fonts/CenturyGothic-Bold.woff') format('woff'),
        url('fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic.woff2') format('woff2'),
        url('fonts/CenturyGothic.woff') format('woff'),
        url('fonts/CenturyGothic.ttf') format('truetype'),
        url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.toggle h3 a,
body .ui-widget,
table,
select,
.bar_graph li span strong,
#slide-out-widget-area .tagcloud a,
body .container .woocommerce-message a.button,
#search-results .result .title span,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3,
.row .col.section-title .nectar-love span,
body .nectar-love span,
body .nectar-social .nectar-love .nectar-love-count,
body .carousel-heading h2,
.sharing-default-minimal .nectar-social .social-text,
body .sharing-default-minimal .nectar-love,
.widget ul.nectar_widget[class*="nectar_blog_posts_"] > li .post-date,
.single [data-post-hs="default_minimal"] #single-below-header span,
.single .heading-title[data-header-style="default_minimal"] #single-below-header span,
#header-outer .nectar-image-link-widget .image-link-content span,
#slide-out-widget-area.fullscreen .nectar-image-link-widget .image-link-content span,
#slide-out-widget-area.fullscreen-alt .nectar-image-link-widget .image-link-content span,
.nectar-header-text-content,
#slide-out-widget-area .nectar-ext-menu-item .menu-item-desc,
.woocommerce-checkout-review-order-table .product-info .product-quantity,
#ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a,
#ajax-content-wrap .nectar-sticky-tabs .wpb_tabs_nav li .menu-content > a {
    font-family: 'Century Gothic', "Century Gothic", Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
}
