@import url(fonts.css);

body {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    max-width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    color: rgb(0,0,0);
}

body p {
   font-size: 16px;
   line-height: 1.7em;
   color: rgb(112, 112, 112);
}

.text-goldman {
    font-family: 'GoldmanSans', sans-serif;
}

.text-highlight {
    color: #5997e9;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.img-logo {
    width: 230px;
}

.toggle-btn {
    border: none;
    font-size: 25px;
    color: black;
}

.toggle-btn:focus {
    border: none;
    box-shadow: none;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    background: white;
}

/* Fixed Navbar on Scroll */

.navbar.static {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

.container-fluid.nav-container {
    margin-left: 20px;
    margin-right: 20px;
}

.header-area {
    background-color: #192E47;
    padding: 10px 30px;
}

.header-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin: 0px 10px;
}

.social-header {
    color: white;
    margin: 0px 10px;
}

.nav-item .nav-link:hover {
    color: #192E47;
}

.nav-item .nav-link.active {
    color: #192E47;
}

.nav-item .nav-link {
    font-size: 15px;
    margin-right: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-login {
    font-weight: 500;
    border: 2px solid #192E47;
    text-decoration: none;
    border-radius: 0px;
    font-size: 15px;
}

.btn-login:hover {
    color: white;
    background : #192E47;
    border: 2px solid #192E47;
}

.search-icon {
    padding-top: 5px;
    font-size: 25px;
    cursor: pointer;
    color: #192E47;
}

.nav-divider {
    font-size: 20px;
    color: #192E47;
    margin-left: 30px;
    margin-right: 30px;
}

.banner1 {
    background: linear-gradient(#1a3952b9, #1a486bad), url(../siteimg/christo-banner-1.jpg) no-repeat center;
    background-size: cover;
    min-height: 520px;
    padding-top: 100px;
}

.banner2 {
    background: linear-gradient(#1a3952b9, #1a486bad), url(../siteimg/christo-banner-2.jpg) no-repeat center;
    background-size: cover;
    min-height: 520px;
    padding-top: 100px;
}

.banner3 {
    background: linear-gradient(#1a3952b9, #1a486bad), url(../siteimg/christo-banner-3.webp) no-repeat center;
    background-size: cover;
    min-height: 520px;
    padding-top: 100px;
}

.banner-header {
    font-size: 50px;
    font-weight: 600;
}

.banner-text {
    margin-top: 20px;
}

.fade-banner .carousel-arrow {
    border: 0;
    background: #192E47;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    display: none !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    font-size: 20px;
    z-index: 5;
    top: 49%;
    transform: translate(0, -49%);
    outline: 0;
    cursor: pointer;
  }

  .fade-banner:hover .carousel-arrow {
    display: block !important;
  }

  /* Modificação só pra a seta do próximo carousel ficar na direita */

  .fade-banner .carousel-arrow.prev {
    left: 20px;
  }

  .fade-banner .carousel-arrow.next {
    right: 20px;
  }

  .slider-dots {
    list-style: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .slider-dots li {
    display: inline-block;
    margin: 0 8px;
  }

  .slider-dots li > button {
    width: 17px;
    height: 17px;
    border: 2px solid white;
    background: transparent;
    color: transparent;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
  }

  .slider-dots li.slick-active > button {
    background: white;
  }

  .btn-more {
    color: white;
    background: transparent;
    padding: 10px 25px 10px 25px;
    border: 2px solid white;
    border-radius: 25px;
    transition: all 1s ease-in-out !important;
    font-weight: 500;
    margin-top: 20px;
}

.btn-more:hover {
    /* opacity: 0.5 !important; */
    color: white;
    background: #192E47;
    border: 2px solid white;
}


.banner-area {
    background: url(../siteimg/goldmans-banner.avif) no-repeat center;
    min-height: 550px;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 100px;
}

.cookies-area {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.cookie-area-one {
    background: whitesmoke;
    padding: 15px 20px;
}

.cookie-area-one a {
    color: #7399cc;
    font-weight: 300;
    font-size: 15.5px;
    text-decoration: none;
}

.cookie-area-one a strong {
    font-weight: 600;
}

.cookie-area-two {
    margin-top: 10px;
    margin-bottom: 20px;
}

.cookie-area-two a {
    color: #7399cc;
    font-weight: 500;
    text-decoration: none;
}

.cookie-area-two a:hover {
    text-decoration: underline;
    text-decoration-color: #7399cc;
}

.banner-area h1 {
    color: white;
    font-weight: 300 !important;
    font-size: 75px;
}

.banner-area p {
    margin-top: 20px;
    color: white;
    font-size: 19px;
}

.btn-banner {
    font-family: 'GoldmanSans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    border: 1px solid white;
    font-weight: 600;
    border-radius: 0px;
    letter-spacing: 2px;
    padding: 6px 30px;
}

.btn-banner:hover {
    color: black;
    background: white;
    border: 1px solid white;
}

.subheader {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
}

.subheader2 {
    font-weight: 600;
    font-size: 35px;
    color: #192E47;
    text-transform: uppercase; 
}

.blue-bot {
    width: 50px;
    background: #192E47;
    margin: 15px 0px;
    height: 3px;
}

.subheader-h5 {
    color: #192E47;
    font-size: 20px;
}

.choose-area:hover {
    background: white;
}

.choose-area:hover .choose-icon {
    color: #192e47 !important;
}

.choose-area:hover p {
    color: rgb(112, 112, 112);
}

.choose-area:hover h4 {
    color: black !important;
}

.choose-area {
    background: #192e47da;
    padding: 35px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    min-height: 178px;
}

.choose-area .choose-icon {
    color: white !important;
}

.choose-area h4 {
    color: white !important;
}

.choose-area p {
    font-size: 14px;
    margin-bottom: 0px;
    color: white;
}

.service-section {
    margin-top: 30px;
    background: #e5f0fc;
}

.service-section h5 {
    color: #00355f;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: 'GoldmanSans', sans-serif;
}

.service-section p {
    color: rgb(83, 83, 83);
    font-size: 15px;
}

.service-section .service-text-area {
    padding: 15px 25px;
}

.service-btn {
    color: #192E47;
    border: 2px solid #192E47;
    border-radius: 0px;
    font-weight: 500;
}

.service-btn:hover {
    color: white;
    background: #192E47;
    border: 2px solid #192E47;
}

.discover-area {
    background: #192E47;
    padding-top: 100px;
    padding-bottom: 100px;
}

.discover-area p {
    font-size: 20px;
    color: white;
    font-weight: 300;
}

.discover-area .first-section h1 {
    color: white;
    font-weight: 300;
    font-size: 47px;
}

.discover-area .first-section p {
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
}

.discover-area h3 {
    margin-bottom: 20px;
}

.discover-area img {
    margin-bottom: 20px;
}

.institute-link {
    color: white;
    text-align: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 23px;
    margin-bottom: 80px;
    cursor: pointer;
}

.institute-link.corporate {
    background: rgba(99, 151, 217, 0.3);
}

.institute-link.individual {
    background: rgba(99, 151, 217, 0.5);
}

.btn-learn {
    color: white;
    border: 2px solid white;
    border-radius: 0px;
    font-size: 14px;
    padding: 6px 40px;
}

.btn-learn:hover {
    color: black;
    background: white;
    border: 2px solid white;
}

.default-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.btn-read {
    color: white;
    background: #192E47;
    border: 2px solid #192E47;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 30px;
    padding: 10px 30px;
}

.btn-read:hover {
    color: #192E47;
    background: white;
    border: 2px solid #192E47;
}

.career-home {
    background: url(../siteimg/careers-sidekick-1400x1300.webp) no-repeat center;
    min-height: 400px;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

.careerhome-textarea {
    padding-top: 50px;
}

.career-bread {
    font-size: 13px;
    color: white;
    font-weight: 500;
}

.careerhome-textarea h1 {
    color: white;
    font-weight: 400;
    font-size: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.careerhome-textarea p {
    font-size: 20px;
    color: white;
}

.career-btns-area {
    margin-top: 40px;
}

.career-btn {
    color: black;
    background: white;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
}

.career-btn:hover {
    color: white;
    background: black;
}

.breifings-area {
    background: #192e47;
    padding-top: 100px;
    padding-bottom: 100px;
}

.breifings-area h1 {
    color: white;
    font-weight: 300;
    font-size: 70px;
}

.breifings-area p {
    font-size: 30px;
    color: white;
}

.newletter {
    margin-top: 40px;
}

.newletter .input-group .form-control {
    background: transparent;
    border-color: white;
    border-radius: 0px;
    color: white;
}

.newletter .input-group .form-control::placeholder {
    color: white;
}

.newletter .input-group .form-control:focus {
    box-shadow: none;
}

.btn-newsletter {
    color: white;
    background: #2471d6;
    border-radius: 0px;
    border: 1px solid #2471d6;
    font-size: 30px;
}

.btn-newsletter:hover {
    color: white;
    background: #5997e9;
    border: 1px solid #5997e9;
}

.footer-area {
    background: rgb(244, 244, 244);
    padding-top: 80px;
    padding-bottom: 40px;
}

.logo-footer {
    width: 300px;
}

.footer-area .container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.footer-list {
    list-style-type: none;
    padding-inline-start: 0px;
}

.footer-list li a {
    text-decoration: none;
    color: black;
    line-height: 3em;
    font-size: 15.5px;
    font-weight: 400;
}

.footer-list li a:hover {
    color: rgb(105, 106, 107);
}

.footer-bot {
    margin-top: 70px;
}

.footer-socials a {
    color: white;
    background: #999999;
    padding: 7px 8px;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 15px;
}

.footer-socials a:hover {
    background: black;
}

.copyright {
    color: #999999;
    font-size: 14px;
    font-weight: 600;
}

.other-banners {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)) , url(../siteimg/christo-banner-5.jpg) no-repeat center;
    min-height: 300px;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 100px;
}

.other-banners h1 {
    color: white;
    font-size: 60px;
    font-weight: 300;
}

.other-banners p {
    color: white;
    font-size: 18px;
}

.about-content p {
    font-size: 23px;
    font-weight: 300;
    color: black;
}

.about-subcontent {
    margin-top: 60px;
}

.about-subcontent h3 {
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
}

.about-subcontent p {
    font-size: 18px;
    font-weight: 300;
}

.contact-form .form-group {
    margin-top: 20px;
}

.contact-form .form-group .form-label {
    font-size: 17px;
    font-weight: 500;
}

.contact-form .form-group .form-control {
    border: 1px solid black;
    border-radius: 0px;
}

.contact-form .form-group .form-control:focus {
    box-shadow: none;
}

.btn-submit {
    color: white;
    background: #192E47;
    border: 2px solid #192E47;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
}

.btn-submit:hover {
    color: #192E47;
    border: 2px solid #192E47;
    background: white;
}

.auth-card {
    padding: 50px 40px;
}

.auth-bg {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #192E47;
        height: 100vh;
        width: 50%;
        background-image: url(../siteimg/eb155ca3c62f12fad509.svg);
        background-size: cover;
        background-position: right bottom;
        background-repeat: no-repeat;
}

.auth-card h3 {
    color: #192E47;
    font-family: 'GoldmanSans', sans-serif;
}

.auth-form .form-group {
    margin-top: 10px;
}

.auth-form .form-group .form-label {
    font-weight: 500;
}

.auth-form .form-group .form-control {
    background: transparent;
    border-radius: 0px;
    border: 1px solid rgb(170, 170, 170);
}

.auth-form .form-group .form-control:focus {
    box-shadow: none;
}

.forgot-link {
    text-decoration: none;
    color: #192E47;
}

.btn-auth {
    background: #192E47;
    color: white;
    border-radius: 0px;
    padding: 10px 30px;
    border: 1px solid #192E47;
}

.btn-auth:hover {
    color: #192E47;
    border: 1px solid #192E47;
    background: white;
}