* {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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


img{
    max-width: 100%;
    height: auto;
}

body {
    font-size: 18px !important;
    color: #2d3240 !important;
    background: #fff !important;
    font-family: 'NeueHaasDisplay-Light' !important;
}
/* Keep text blocks easy to scan without creating large visual gaps. */
p {
    line-height: 1.55;
    margin-bottom: 14px;
}
p:last-child {
    margin-bottom: 0;
}
b, strong {
    font-weight: normal;
    font-family: 'NeueHaasDisplay-Mediu' !important;
    font-weight: normal;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
    color: #2d3240;
    letter-spacing: 0 !important;
    font-family: 'NeueHaasDisplay-Mediu' !important;
    font-weight: normal;
}





#header {
    color: #fff;
    min-height: 650px;
    padding: 0 4% 40px 4%;
    background: #2d3240 url(images/header_lines.png) no-repeat;
    background-size: 100% 100%;
}
#header .container {
    position: relative;
}
.header_top .logo {
    padding-top: 40px;
}
.header_top .logo img {
    width: 160px;
}
.header_bottom {
    padding-top: 80px;
}
.header_bottom h1 {
    color: #fff;
    font-size: 72px;
}
.header_bottom span {
    color: #c6203c;
}


.menu_icon {
    top: 0;
    right: 0;
    width: 45px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    background: #c6203c url(images/menu-icon.svg) no-repeat center;
    background-size: 20px;
}
.main_menu {
    top: 0;
    left: 0;
    padding: 30px 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    position: fixed;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: rgb(198 32 60);
}
.main_menu a {
    color: #fff;
    padding: 10px 0;
    font-size: 24px;
    display: inline-block;
}
.main_menu a:hover {
    color: #fff;
}
.menu_close {
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    background: url(images/icon-close.svg) no-repeat;
}



/* ==================================== SLIDER BANNER ==================================== */

#main_banner .wpb_single_image {
    margin-bottom: 0;
}
#main_banner h2 {
    font-size: 48px;
}




/* ================== BODY CONTENT =================== */

#main {
	position: relative;
}
#main .vc_btn3 {
    margin-top: 30px;
}
#main .vc_btn3 a {
    border: none;
    font-size: 15px;
    text-align: left;
    border-radius: 30px;
    padding: 12px 30px;
    min-width: 160px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}
#main .btn-red a {
    background-color: #c6203c;
}
#main .btn-border-red a {
    color: #c6203c;
    border: 1px solid #c6203c;
}
#main .vc_btn3 a:hover {
    text-decoration: none;
    background-color: #2d3240;
}
#main .btn-border-red a:hover {
    color: #fff;
    border-color: #2d3240;
    background: #2d3240;
}


#about {
    padding-top: 20px;
}
#about h3 {
    margin-bottom: 20px;
}
#about h3 span {
    color: #c6203c;
}

#about .col-md-6:last-child {
    z-index: 2;
    margin-top: -50px;
}
#about .col-md-6:last-child::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(images/image-frame.png) no-repeat center center;
    background-size: contain;
}
#about .col-md-6:last-child::after {
    left: 50%;
    bottom: -25px;
    content: '';
    width: 60px;
    height: 60px;
    z-index: -1;
    position: absolute;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 60px solid #fff;
    transform: translateX(-50%);
}


#global_ambition {
    margin-top: -30px;
    background: #e1e4ea;
}
#global_ambition .row {
    padding: 40px 0;
    align-items: center;
}
#global_ambition b {
    margin-bottom: 20px;
    display: block;
}
#global_ambition b::after {
    content: '';
    width: 90px;
    height: 4px;
    display: table;
    margin-top: 10px;
    background: #c6203c;
}
#global_ambition span {
    color: #c6203c;
}



#service_points {
    width: 100%;
    padding: 56px 0;
    display: inline-block;
}
#service_points .container {
    position: relative;
}
#service_points .container::before {
    left: 0;
    top: 35px;
    z-index: -1;
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    border-radius: 20px;
    background: #e1e4ea;
}
#service_points .service_box {
    width: 25%;
    float: left;
    text-align: center;
}
#service_points .service_box b {
    display: block;
}
#service_points .service_box p {
    line-height: 1.4;
    margin-top: 18px;
}



.shared_value_inner {
    z-index: 2;
    overflow: hidden;
    color: #fff;
    padding: 5% 50px;
    position: relative;
    margin-top: 36px;
    border-radius: 20px;
    background: url(images/shared-value-banner.jpg) no-repeat;
    background-size: 100% auto;
}
.shared_value_inner::before {
    top: 0;
    left: 0;
    z-index: -2;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.51;
    position: absolute;
    background: #2d3240;
}
.shared_value_inner::after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(images/tth-shared-lines.png) no-repeat;
    background-size: 100% auto;
}
.shared_value_inner h3 {
    color: #fff;
    margin-bottom: 20px;
}
.shared_value_inner h3 span {
    display: block;
    color: #c6203c;
}
.shared_value_inner li {
    margin: 10px 0;
    padding-left: 28px;
    background: url(images/list-icon.svg) no-repeat left 5px;
    background-size: 18px;
}

.slick-arrow {
    left: -20px;
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 0px;
    color: #fff;
    z-index: 9;
    outline: none;
    position: absolute;
}
.slick-arrow.slick-prev {
    border: none;
    background: url(images/arrow-left.svg) no-repeat;
    background-size: 30px;
}
.slick-arrow.slick-next {
    right: -20px;
    left: initial;
    border: none;
    background: url(images/arrow-right.svg) no-repeat;
    background-size: 30px;
}

.slick-dots {
    margin-top: 20px;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 2px;
}
.slick-dots button {
    width: 18px;
    height: 18px;
    border: none;
    outline: none;
    font-size: 0px;
    color: transparent;
    background: #e1e4ea;
    border-radius: 50%;
}
.slick-dots .slick-active button {
    background: #2d3240 !important;
}





.multi_cloud {
    z-index: 2;
    padding: 52px 0;
    position: relative;
}
.multi_cloud::after {
    top: 0;
    right: 0;
    z-index: -1;
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    background: url(images/multi_cloud_lines-bg.png) no-repeat right bottom;
    background-size: 100% auto;
}
.multi_cloud h3 span {
    color: #c6203c;
}
.multi_cloud .col-md-6:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#main .multi_cloud .col-md-6 .vc_btn3 {
    margin-top: 0;
}
.multi_cloud .col-md-6 a {
    margin: 0 3px;
}




.tth_clients {
    padding: 0 8% 20px 8%;
    background: #e1e4ea;
}
.tth_clients h3 {
    padding: 30px 0;
    text-align: center;
}
.tth_clients .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tth_clients .slick-slide {
    padding: 0 30px;
    text-align: center;
}
.tth_clients .slick-slide img {
    max-height: 100px;
    width: auto;
    display: inline-block !important;
}
.tth_clients .slick-arrow {
    top: 25%;
    outline: none;
}
.tth_clients .slick-dots button {
    background: #fff;
}








.notification_bar {
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    position: fixed;
}
.bar_inner {
    width: 100%;
    color: #fff;
    display: table;
    font-size: 14px;
    padding: 10px 20px;
    background: #021728;
    position: relative;
    z-index: 9;
}
.bar_close {
    float: right;
    border-radius: 30px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    padding: 4px 15px;
    background: #021729;
    border: 1px solid #fff;
}
.bar_close:hover {
    color: #021729;
    background: #fff;
}
.bar_open {
    display: none;
    margin-top: -5px;
    position: absolute;
    z-index: 99;
    width: 40px;
    right: 20px;
    top: 0;
    cursor: pointer;
    padding: 15px 10px 10px 10px;
    background: #021729;
    border-radius: 5px;
}
.bar_inner p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: sub;
}



.cookie_popup {
    top: 0;
    left: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    padding: 0 20px;
    background: rgba(2,23,40,0.50);
}
.popup_inner {
    padding: 30px;
    max-width: 700px;
    height: 600px;
    font-size: 16px;
    position: relative;
    overflow-y: scroll;
    background: #fff;
    border-radius: 20px;
}
.popup_inner li {
    list-style: disc;
}
.cookie_popup.popup_active {
    display: flex;
}
.close_btn {
    top: 10px;
    right: 10px;
    position: absolute;
}





/* ==================================== FOOTER ==================================== */

#footer {
    padding: 30px 0;
    color: #fff;
    text-align: center;
    background: #2d3240;
}
#footer img {
    width: 80px;
    margin-bottom: 15px;
}
#footer p {
    line-height: 1.3;
    margin-bottom: 0;
}
#footer a {
    color: #fff;
}





.wpcf7 label {
    width: 100%;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large {
    width: 100%;
}
.wpcf7 .wpcf7-submit {
    float: right;
    color: #fff;
    min-width: 170px;
    font-size: 16px;
    padding: 10px 20px;
    background: none;
    margin-right: 15px;
    background: #377b38;
    border: 1px solid #377b38;
}
.wpcf7 .wpcf7-submit:hover {
    color: #fff;
    border-color: #014786;
    background: #014786;
}








section.page-top, .for_mobile, .single #content article .post-image.single, .single .post-content .entry-title {
    display: none !important;
}

@media only screen and (max-width: 1199px) {

    #global_ambition {
        margin-top: 50px;
    }
    #about .col-md-6:last-child::before {
        top: -30px;
        left: 15px;
        width: calc(100% - 30px);
    }
}
@media only screen and (max-width: 991px) {

    #about .col-md-6:last-child::before {
        height: 390px;
    }
    #about .col-md-6,
    #global_ambition .col-md-6,
    .multi_cloud .col-md-6 {
        flex: none;
        max-width: none;
    }
    #about .col-md-6:last-child::before {
        height: 100%;
        top: 0px;
    }
    #about .col-md-6:last-child {
        margin-top: 20px;
        margin-bottom: -60px;
    }
    #global_ambition .col-md-6:last-child {
        margin-top: 20px;
    }
    .multi_cloud .col-md-6:last-child {
        margin-top: 20px;
    }

    #service_points .service_box {
        width: 33.33%;
    }
    #service_points .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .shared_value_inner {
        background-size: auto 100% !important;
    }
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 767px) {

    .row, .vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 667px) {
    
}
@media only screen and (max-width: 568px) {

    .header_bottom h1 {
        font-size: 36px;
    }
    #header {
        min-height: 450px;
    }

    .slick-arrow {
        left: 0;
    }
    .slick-arrow.slick-next {
        right: 0;
        left: initial;
    }
}
@media only screen and (max-width: 480px) {

    body {
        font-size: 15px !important;
    }

    .header_top .logo img {
        width: 120px;
    }
    #service_points .container::before {
        left: 5%;
        width: 90%;
    }
    #service_points .service_box {
        width: 50%;
    }
    .shared_values {
        padding: 0 15px;
    }
    .shared_value_inner {
        padding: 5% 30px;
    }

    #main .vc_btn3 a {
        min-width: 130px;
        padding: 8px 30px;
    }
}
@media only screen and (max-width: 384px) {
    
}
@media only screen and (max-width: 360px) {
    
}