/* Add here all your CSS customizations */
.top-label {
 font-size: 24px !important;
}

.bottom-label {
    font-size: 16px !important;
}

.tparrows {
    display: none;
}

.value-proposition {
    padding-top: 140px!important;
    padding-bottom: 140px !important;
}

.title-addValue {
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
    color: #1e87f0;
    font-weight: 400;
}

.text-addValue {
    text-align: justify;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.4;
    color: #333;
}

.building-bg {
    background-image: url('../img/add-value/building-bg.jpeg') !important;
    background-size: 640px !important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% + 100px) !important;
    background-position-y: bottom !important ;
    padding-top: 140px !important;
    padding-bottom: 140px !important;
    background-color: #f8f8f8 !important;
}

.text-container-passion {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.leaders-section {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
    background-color: #1e87f0;
    background-image: url('../img/add-value/puzzle.png') !important;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
}

.title-leaders {
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
    color: white;
    font-weight: 400;
}

.text-leaders {
    text-align: justify;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.4;
    color: white;
}

section.section {
    margin: 0 !important;
}

footer {
    background-color: #222 !important;
}

.footer-copyright {
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    margin-top: 0 !important;
}

.text-copyright {
    color: white !important;
}

.primary-banner {
    padding-top: 140px;
    padding-bottom: 140px;
    min-height: 533px;
    background-image: url('../img/slides/slide-corporate-9.jpg');
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
}

.primary-banner .background {
    width: 100%;
    
}
.main-banner-title {
    color: white;
    font-weight: 400;
    line-height: 1.2;
    font-size: 4.2rem;
}
.main-banner-label {
    color: white;
    font-weight: 400;
    line-height: 24px;
    line-height: 1.5;
    font-size: 2.2rem;
}

@media(max-width: 568px) {
    .main-banner-title {
        line-height: 1;
        font-size: 3.2rem;
    }
    .main-banner-label {
        color: white;
        font-weight: 400;
        line-height: 1.2;
        font-size: 1.8rem;
    }
    .building-bg {
        background-position-x: calc(100% + 280px) !important;;
    }

    .text-container-vision {
        padding: 0;
    }

    .value-image {
        transform: translateY(0) !important;
    }
}

/*  Services */

.services-header {
    background-color: #1e87f0;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    color: (255, 255, 255, .7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-white {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

.section-gray {
    background-color: #f8f8f8;
    padding-bottom: 40px;
    padding-top: 40px;
}

.icon-box-services{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-box-services img{
    margin: 0 auto;
}


.icon-box-services h2 {
    font-size: 2.1rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

.row-services {
    display: flex;
    align-items: center;
}

.banner-value-proposition {
    padding-top: 140px;
    padding-bottom: 140px;
}

.svg-full-value {
    color: #1e87f0;
    translate:(0,0);
    overflow: hidden;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    fill: currentColor;
}

.cta-value-container {
    display: flex;
    justify-content: center;
}

@media(max-width: 568px) {
    .row-services {
        flex-direction: column;
    }

    .icon-box-services {
        margin-bottom: 20px;
    }

    .icon-box-services img{
        min-width: 101px;
        margin: unset;
    }

    .banner-value-proposition {
        padding-top: 40px;
    }

    .svg-full-value{
        transform: scale(1.5);
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Contact US */

.icon-talk {
    margin: 0 15px;
}

.section-lets-talk {
    padding-top: 40px;
    padding-bottom: 40px;
}

.title-contact {
    font-size: 3rem;
    line-height: 4rem;
    text-align: left;
    color: #1e87f0;
    font-weight: 400
}

.panel-talk {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: baseline;
}

.gray {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
}

.location-bg {
    background-image: url('../img/patterns/location-texture.svg');
    background-position: calc(300px) calc(50% + -113.5px);
    background-repeat: no-repeat;

}
.padding-content {
    padding-left: 15px;
    padding-right: 15px;
}

.section-looking-talent {
    background-color: black;
    color: white;
}

.title-looking-talent {
    font-weight: 400;
    
}

#map1, #map2 {
    width: 100%;
    height: 400px;
}

/* MENU */

#header .header-nav-main nav > ul > li > a {
    font-size: 14px !important;
}

/* About Us */

.text-container-about-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 140px;
}

.text-container-about-us p {
    text-align: justify;
}

.contact-link:hover {
    text-decoration: none;
}

/*  BRANDS */
.brand-grid-image {
    max-width: 200px !important;
}

@media(max-width: 568px) {
    .brand-grid-image {
        max-width: 100% !important;
        margin: 0 auto;
    }
}

.toggle.active > label p{
    color: white;
}

.career-box {
    transition: all 3s ease-out;
}

.toggle-content {
    transition: all .3s ease-in-out;
    opacity: 1;
    display:block;
}

p.ql-align-justify {
    text-align: justify;
}

p.ql-align-center {
    text-align: center;
}

h3.ql-align-justify {
    text-align: justify;
}

h3.ql-align-center {
    text-align: center;
}

.career-container-detail h3 > * {
    font-weight: bold !important;
}

.career-container-detail h3 {
    font-weight: bold !important;
}

.ql-editor h3, .ql-editor h3 > * {
    font-weight: bolder !important;
    color: black !important
  }
  
  li.ql-indent-1 {
    margin-left: 4.5em;
  }
  
  li.ql-indent-2 {
    margin-left: 7.5em;
  }
  
  li.ql-indent-3 {
    margin-left: 10.5em;
  }
  
  li.ql-indent-4 {
    margin-left: 13.5em;
  }
  
  li.ql-indent-5 {
    margin-left: 16.5em;
  }
  
  li.ql-indent-6 {
    margin-left: 19.5em;
  }
  li.ql-indent-7 {
    margin-left: 22.5em;
  }
  li.ql-indent-8 {
    margin-left: 25.5em;
  }

.career-container-detail p, ul, li, span {
    color: #777 !important;
}

.toggle > label {
    padding: 12px 20px 12px 5px;
}
.info-table-container{
    display: flex;
    justify-content: center;
}

.table-career {
    width: auto !important;
}

.table-career > * {
    border: 2px solid #ddd !important;
    text-align: center;
  }
  
  .table-career tbody td, .table-career thead th {
    border: 2px solid #ddd !important;
    text-align: center;
  }

.list-career {
    padding: 0;
}

.list-career span {
    font-size: 16px;
}

.list-career li {
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0;
    display:flex;
    
}

.share-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 2px;
}

#mainNav li a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #1e87f0, #1d68b4, #1e87f0);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s ease-in-out;
}

#mainNav li a:hover {
    background: transparent !important;
    color: #1e87f0 !important;
}

#mainNav li a:hover::before {
    transform: scaleX(1);
}

.share-icons ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.share-icons h5 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.share-icons ul li{
    list-style: none;
    margin-left: 5px;
}

.share-icons ul li img{
    width: 25px;

}

.button-box {
    text-align: center;
}
.apply-to-btn {
    width: 180px;
    margin-bottom: 10px !important;
    background-color: #1e4c8c !important;
    font-weight: bold;
    font-size: 16px;
    border: none !important;
}

.single-career-title {
    text-transform:none;
    
}

.about-job-paragraph{
    font-size: 16px;
}

.title-about-job-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.icon-career{
    width: 20px;
    fill: #1e4c8c;
    margin-right:20px
}

.banner-career-container {
    background-image: url('../img/careers/backgrund-banner.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 !important;
}

.banner-career-container img {
    width: 100%;
}

.modal-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    width: 650px;
    background-color: white;
    transition: all ease-in .3s;
    opacity: 0;
    box-shadow: 0px 2px 18px -3px rgba(0,0,0,0.58);
    -webkit-box-shadow: 0px 2px 18px -3px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 2px 18px -3px rgba(0,0,0,0.58);
}

.contact-modal {
    width: 100%;
    border: 1px solid lightgray;
    position: relative;
    padding: 20px 40px;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#close-modal {
    font-size: 2.5rem;
    cursor: pointer;
}

.modal-body {
    width: 100%;
}

#contact-form input {
    width: 100%;
}

#overlay-modal {
  position: fixed;
  display: none; 
  width: 100%; 
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  z-index: 2; 
  cursor: pointer;
  min-width: 100%;
  min-height: 100%;
  transition: all ease-in-out .3s;
}

/* .body {
    position: relative;
} */

@media (max-width:600px) {
    .modal-container {
        max-width: 90%;
        top: 50% !important;
        left: 50% !important;
    }
}

.form-error-message {
    color: rgb(144, 33, 33) !important;
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.valid {
    color: rgb(29, 96, 29) !important;
    font-size: 12px;
    font-weight: bold;
    display: none;
}

#contact-form label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#form-error {
    color: rgb(144, 33, 33) !important;
    font-size: 12px;
    font-weight: bold;
    display: none;
}



html .toggle-primary .toggle.active > label {
    background-color: #1d68b4 !important;
    border-color: #1d68b4 !important;
}

html .toggle-primary .toggle.active > label strong {
    color: white;
}



html .toggle-primary .toggle label {
    color: #1d68b4 !important;
}

.overlay {
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    display: none;
    top: 0%;
}