/* Rather - style.css */
/* TABLE OF CONTENTS */
/* ------------------
1. General
2. Navbar
3. Header
4. Header Bottom
5. About
6. Solutions
7. Clients
8. CTA (Call to Action)
9. Footer Section
-------------------- */

/* 1. GENERAL */
* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}
body {
    font-family: Quicksand, 'Quicksand Fallback', sans-serif;
    color: #000000;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-size: 1em;
    font-weight: 500;
}
.wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
}
#top,
#about,
#solutions,
#clients,
#contact {
    display: block;
    position: relative;
    top: -70px !important;
    visibility: hidden;
}
button:focus {
    outline: none !important;
}
@media only screen and (min-width: 1080px) {
    .container {
        max-width: 1280px;
    }
}

/* 2. NAVBAR */
.header-scrolled {
    position: fixed;
    margin-top: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background: #ffffff !important;
}
.header-scrolled .navbar-brand img {
    width: 125px;
    height: auto;
}
.header-scrolled .nav-link-menu {
    font-size: 19px;
    color: #24285b;
}
.header-scrolled .learn-more-btn {
    font-size: 18px;
    padding: 12px 29px !important;
}
.header-scrolled .navbar-brand-logo.logo-scroll {
    display: block !important;
}
.header-scrolled .navbar-brand-logo.logo {
    display: none !important;
}
.navbar {
    margin-top: 10px;
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all .2s linear;
}
.navbar-nav {
    align-items: center;
}
.navbar-brand {
    display: flex;
    align-items: center;
}
.navbar-brand img {
    margin-left: 15px;
    margin-top: -10px;
    width: 140px;
    height: auto;
}
.navbar-brand-logo.logo-scroll {
    display: none;
}
.menu-navbar-nav {
    width: 77%;
    display: flex;
    justify-content: left;
}
.nav-item {
    margin-left: 15px;
    margin-right: 15px;
}
.navbar-nav:not(.menu-navbar-nav) .nav-item:last-of-type {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.nav-item .nav-link {
    text-align: right;
}
.nav-item .nav-link:hover .nav-link-menu {
    color: #303669 !important;
}
.nav-link-menu {
    font-family: Quicksand, 'Quicksand Fallback', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 1;
}
.learn-more-btn {
    background-color: #025E73;
    font-size: 18px;
    font-family: Poppins, 'Poppins Fallback', sans-serif;
    font-weight: 600;
    color: #ffffff;
    padding: 18px 35px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.7s;
}
.learn-more-btn:hover {
    color: #ffffff;
    background-color: #018546;
}
.btn-header:hover {
    background-color: #F2668B !important;
}
.learn-more-btn .fa {
    margin-top: -3px;
    padding-right: 5px;
}
.navbar-toggler-icon {
    background-image: url("../images/menu.png");
}
@media screen and (max-width: 991.98px) {
    .navbar-brand img {
        margin-top: 0;
    }
    .menu-navbar-nav {
        width: 100%;
    }
}
@media screen and (max-width: 575.98px) {
    .navbar {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .learn-more-btn {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

/* 3. HEADER */
.header {
    display: flex;
    width: 100%;
    padding: 150px 0 0 0;
    background: #ffffff;
    justify-content: center;
    align-items: center;
}
.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.header-title {
    font-family: Poppins, 'Poppins Fallback', sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 1.1;
    letter-spacing: -4px;
    margin-bottom: 15px;
    color: #000000;
}
.header-title span {
    color: #025E73;
    margin-left: 70px;
}
.header-subtitle {
    font-family: Quicksand, 'Quicksand Fallback', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 20px;
    color: #000000;
}
.header-subtitle:after {
    content: "";
    width: 150px;
    height: 2px;
    display: inline-block;
    background: #025E73;
    margin: 8px 20px;
}
.learn-more-btn-section {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
    .header-container {
        flex-direction: column;
    }
    .header-title-section {
        text-align: center;
        margin-top: 40px;
    }
    .header-title span {
        margin-left: inherit;
    }
    .header-title {
        font-size: 80px;
    }
    .navbar-collapse {
        background-color: #FCFCFC;
        color: #191847;
        margin-top: 15px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .header-scrolled {
        padding-top: 10px;
        padding-bottom: 20px;
        height: 70px;
    }
    .header-scrolled .navbar-collapse {
        margin-top: 5px;
        background-color: #FFFFFF;
    }
    .header-scrolled .navbar-toggler-icon {
        filter: brightness(10%) sepia(100%) hue-rotate(190deg) saturate(400%);
    }
    .nav-link-menu {
        color: #000000;
        font-size: 18px !important;
    }
    #navbar .nav-item .learn-more-btn {
        margin-top: 10px;
        min-width: 215px;
    }
    .learn-more-btn-section {
        justify-content: center;
    }
}
@media screen and (max-width: 799.98px) {
    .header {
        height: auto;
        padding-top: 30%;
    }
}
@media screen and (max-width: 499.98px) {
    .header-subtitle {
        font-size: 24px;
    }
    .header-title {
        font-size: 48px;
    }
}

/* 4. HEADER BOTTOM */
.header-bottom {
    padding: 50px 0 100px 0;
    display: flex;
    width: 100%;
    background: #ffffff;
    justify-content: center;
    align-items: center;
}
.header-bottom-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-bottom-text {
    font-family: Quicksand, 'Quicksand Fallback', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.header-bottom-text.left .fa {
    color: #000000;
    font-size: 29px;
    padding-right: 10px;
    vertical-align: middle;
}
.header-bottom-text.left {
    display: inline-block;
    padding-right: 40px;
    color: #000000;
}
.header-bottom-text.right {
    font-family: Poppins, 'Poppins Fallback', sans-serif;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    transition: 0.7s;
}
.header-bottom-text.right:after {
    font-family: FontAwesome;
    content: "\f138";
    color: #025E73;
    font-size: 50px;
    margin-left: 20px;
    vertical-align: middle;
}
.header-bottom-text.right a {
    color: #000000;
    text-decoration: none;
}
.header-bottom-text.right:hover {
    opacity: 0.75;
    cursor: pointer;
}
@media screen and (max-width: 991.98px) {
    .header-bottom-container {
        flex-direction: column;
    }
    .header-bottom-container .text-left {
        text-align: center !important;
    }
    .header-bottom-container .left.last {
        padding-right: 0 !important;
    }
    .header-bottom-container .text-right {
        text-align: center !important;
    }
}

/* 5. ABOUT SECTION */
.about-section {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #f6f6f6;
    position: relative;
}
.about-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.about-title-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
}
.about-subtitle {
    font-family: Quicksand, 'Quicksand Fallback', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 20px;
    color: #49495c;
}
.about-subtitle:after {
    content: "";
    width: 150px;
    height: 2px;
    display: inline-block;
    background: #025E73;
    margin: 8px 20px;
}
.about-title {
    font-family: Poppins, 'Poppins Fallback', sans-serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 1.25;
    max-width: 1000px;
    margin-bottom: 15px;
    color: #000000;
}
.about-text {
    font-family: Quicksand, 'Quicksand Fallback', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
    max-width: 700px;
    text-align: justify;
}
.about-text a {
    font-family: Poppins, 'Poppins Fallback', sans-serif;
    color: #000000;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
    transition: 0.7s;
}
.about-text a:hover {
    opacity: 0.8;
}
.about-text a:after {
    font-family: FontAwesome;
    content: "\f138";
    color: #025E73;
    font-size: 25px;
    margin-left: 10px;
    vertical-align: middle;
}
.item-photo {
    margin: 0 auto 20px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #025E73;
    float: left;
    margin-right: 30px;
}
.item-photo img {
    border-radius: 50%;
    max-width: 100%;
}
.me-container h3:before {
    content: "";
    width: 150px;
    height: 2px;
    display: inline-block;
    background: #025E73;
    margin: 8px 20px 8px 0;
}
.me-container h3 {
    font-family: Poppins, 'Poppins Fallback', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #272F59;
}
@media screen and (max-width: 991.98px) {
    .about-title {
        font-size: 40px;
    }
}

/* 6. SOLUTIONS SECTION */
.solutions-section {
    padding-top: 150px;
    padding-bottom: 150px;
    background: #ffffff;
    position: relative;
}
.solutions-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.solutions-title-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
}
.solutions-subtitle {
    font-family: Quicksand, 'Quicksand Fallback', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 20px;
    color: #272F59;
}
.solutions-subtitle:after {
    content: "";
    width: 150px;
    height: 2px;
    display: inline-block;
    background: #025E73;
    margin: 8px 20px;
}
.solutions-title {
    font-family: Poppins, 'Poppins Fallback', sans-serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 1.25;
    max-width: 1000px;
    margin-bottom: 15px;
    color: #000000;
}
.solutions-container h3 {
    font-family: Poppins, 'Poppins Fallback', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 20px;
    color: #272F59;
}
.solutions-container h3:before {
    content: "";
    width: 150px;
    height: 2px;
    display: inline-block;
    background: #025E73;
    margin: 8px 20px 8px 0;
}
.solutions-text {
    font-family: Quicksand, 'Quicksand Fallback', sans-serif;
    color: #272F59;
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
    max-width: 700px;
    text-align: justify;
    margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
    .solutions-title {
        font-size: 40px;
    }
}

/* 7. CLIENTS SECTION */
.clients-section {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #f6f6f6;
    position: relative;
}
.clients-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.clients-title-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
}
.clients-subtitle {
    font-family: Quicksand, 'Quicksand Fallback', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 20px;
    color: #49495c;
}
.clients-subtitle:after {
    content: "";
    width: 150px;
    height: 2px;
    display: inline-block;
    background: #025E73;
    margin: 8px 20px;
}
.clients-title {
    font-family: Poppins, 'Poppins Fallback', sans-serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 1.25;
    max-width: 1000px;
    margin-bottom: 15px;
    color: #000000;
}
.client-logos.top {
    border-bottom: 1px solid #eaeaea;
}
.client-logos:nth-child(2),
.client-logos:nth-child(3),
.client-logos:nth-child(4),
.client-logos:nth-child(6),
.client-logos:nth-child(7),
.client-logos:nth-child(8) {
    border-right: 1px solid #eaeaea;
}
.clients-container img {
    width: 100%;
    padding: 40px 50px;
    transition: 0.5s;
}
.clients-container img:hover {
    opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
    .clients-title {
        font-size: 40px;
    }
    .clients-container img {
        padding: 25px 15px;
    }
}
@media screen and (max-width: 799.98px) {
    .clients-container img {
        padding: 20px 100px;
    }
    .client-logos {
        border: 0 !important;
    }
}

/* 8. CTA SECTION */
.cta-section {
    padding-top: 150px;
    position: relative;
}
.cta-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 125px;
}
.cta-title-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    width: 100%;
}
.cta-subtitle {
    font-family: Quicksand, 'Quicksand Fallback', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 20px;
    color: #000000;
}
.cta-subtitle:after {
    content: "";
    width: 150px;
    height: 2px;
    display: inline-block;
    background: #025E73;
    margin: 8px 20px;
}
.cta-title {
    font-family: Poppins, 'Poppins Fallback', sans-serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 1.25;
    max-width: 1000px;
    margin-bottom: 15px;
    color: #000000;
}
.cta-title a {
    color: #025E73 !important;
    text-decoration: none;
    transition: 0.7s;
}
.cta-title a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 991.98px) {
    .cta-title {
        font-size: 40px;
    }
}

/* 9. FOOTER SECTION */
.footer-section {
    padding-top: 100px;
    padding-bottom: 75px;
    margin-bottom: 0 !important;
    position: relative;
    color: #000000;
}
.footer-credits {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer-credits p {
    font-family: Poppins, 'Poppins Fallback', sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
}

/* RECAPTCHA */
#gtm_recaptcha_click {
    border-width: 0;
}
.con_cap {
    margin: 15px 0;
}
