@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Source+Sans+Pro:wght@400;700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    color: #444;
    font-family: 'Source Sans Pro', sans-serif;
    width: 100vw;
}

header {
    margin: 0 auto;
    background-color: #eee;
    background-image: url('../img/video-backdrop.png');
    /* link to fallback static image here */
    background-position: center;
    background-size: cover;
    position: relative;
}

.header-content {
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header h1 {
    margin-top: 19rem;
    margin-left: 10rem;
    font-size: 83px;
    line-height: 90px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #fff;
}

.video-bg {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: transparent url('../img/video-backdrop.png') no-repeat;
    background-size: cover;
}

video {
    margin-top: 85px;
    width: 100%!important;
    height: auto;
    display: block;
}

.video-container:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* disable video (e.g. in a media query) by setting .video-container to display: none; as appropriate */


/* .video-container {
    width: 100%;
    height: 100%;
    max-height: 540px;
    max-width: 960px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
} */

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
}

.container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile,
.on-mobile {
    display: none;
}

.justify-content-center {
    display: flex;
}


/* .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    transform: scale(1, 6);
    color: #ccc;
} */

.owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-stage-outer {
    background-color: #0193de;
}

.owl-dots {
    position: absolute;
    width: 100%;
    top: 90%;
}

#header-carousel {
    height: 100vh;
}

body {
    overflow-x: hidden;
}

.pb-10 {
    padding-bottom: 10rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-5 {
    margin-top: 5rem;
}

.mt-6 {
    margin-top: 6rem;
}

.mt-7 {
    margin-top: 7rem;
}

.mt-8 {
    margin-top: 8rem;
}

.mt-9 {
    margin-top: 9rem;
}

.mt-10 {
    margin-top: 10rem;
}

.p100 {
    padding: 100px;
}

.center {
    text-align: center;
}

.center-flex {
    display: flex;
    text-align: center;
}

nav {
    width: 100%;
    position: sticky;
    top: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #fff;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.226);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.226);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.226);
}

nav a {
    cursor: pointer;
}

nav .urls {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #444;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    /* display: none; */
}

.menu-toggle:hover {
    cursor: pointer;
}

nav dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: unset;
}

.logo a {
    color: unset;
}

.logo svg {
    width: 110px;
}

nav ul {
    display: flex;
    list-style-type: none;
}

nav ul a {
    text-transform: uppercase;
    text-decoration: none;
    color: #444;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 0;
    margin-left: 2rem;
}

nav ul a:hover,
nav ul a:active,
nav ul a:visited {
    color: #444;
}

#carouselCaptions .slide {
    background-image: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#wwd-carousel .owl-stage-outer {
    overflow: visible;
}

#wwd-carousel .owl-item {
    z-index: -1;
}

.zoomable {
    padding: 20px;
    padding-top: 4rem;
    background-color: #0193de;
    transition: transform .2s;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.zoomable:hover,
.zoomable:active {
    background-color: #028bcf;
    transform: scale(1.1);
    z-index: 10;
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.secondary-header {
    max-width: 63rem;
}

.icon-card {
    background-image: var(--background);
    height: 6rem;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#wwdCarousel p {
    margin: 35px auto;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

.skills {
    text-align: center;
}

.round {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    background-color: #0193de;
    background-image: var(--background) no-repeat center;
    transition: transform .2s;
}

.round:hover {
    transform: scale(1.1);
}

.round .icon-card {
    height: 100%;
    width: 100%;
}

p.lead {
    max-width: 60rem;
}

.mid-hero {
    height: 400px;
    background: url('midhero.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mid-hero h2 {
    color: white;
    position: relative;
    font-size: 3rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.52);
}

.graph {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40rem;
    padding: 2rem;
}

.graph img {
    /* transform: translateX(-20px); */
    max-height: 40rem;
    height: 80%;
}

.divider {
    border-bottom: 1px solid #ddd;
    clear: both;
    display: flex;
    align-content: center;
    align-items: center;
}

.one-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.cardContainer {
    padding-top: 8rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 0.5rem 0.5rem;
}

.card {
    max-width: 18rem;
    height: 100%;
    display: flex;
    border: 1px solid #0076b1;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.card-title {
    text-transform: uppercase;
}

.xp {
    width: 6.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.numbers {
    width: 6.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.leads {
    width: 6.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.concepts {
    width: 6.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.focus {
    width: 6.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.icon-boost {
    background-size: 5.1rem;
}

@media only screen and (max-width: 720px) {
    .urls ul {
        display: none;
    }
    .menu-toggle,
    .bar {
        display: block;
        cursor: pointer;
    }
}

.form-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-side h2 {
    font-size: 3rem;
    position: absolute;
    transform: translateY(153px);
}

.gx-5 {
    --bs-gutter-x: 10rem;
}

.contact-us {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 6rem 5rem;
}

.form-side {
    margin-right: 20rem;
}


/* FORM */

.form-container {
    /* background-color: #FAFAFA; */
    border-radius: 25px;
    max-width: 600px;
    width: 100%;
    border: 1px solid #0076b1;
    /* -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 35%); */
}

.form-body {
    width: 100%;
    padding: 50px 50px 20px 50px;
}

.input-wrapper {
    padding-right: calc( 0px/2);
    padding-left: calc( 0px/2);
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
}

.form-label {
    padding-bottom: 4px;
}

.gth-form input[type=text],
.gth-input {
    background-color: #ffffff;
    border: 1px solid #BABABA;
    border-radius: 25px 25px 25px 25px;
    height: 50px;
    font-size: 14px;
    line-height: 33px;
    padding: 0.5rem 1rem;
}

.gth-text-area {
    background-color: #ffffff;
    border: 1px solid #BABABA;
    border-radius: 25px 25px 25px 25px;
    font-size: 14px;
    min-height: 140px;
    padding: 14px;
    overflow: auto;
    resize: vertical;
}


/*.gth-form input:focus, .gth-text-area:focus, .gth-input:focus{
    outline: none !important;
}*/

.gth-form button,
.gth-form button:focus {
    margin-top: 10px;
    cursor: pointer;
    background-color: #0193DE;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    border-radius: 32px 32px 32px 32px;
    padding: 17px 0px 18px 0px;
    border: 1px solid #0193DE;
}

.gth-form button:hover {
    background-color: #FFFFFF;
    color: #0193DE;
}

.gth-form-policy {
    align-self: center;
    text-align: center;
    box-sizing: border-box;
    color: rgb(122, 122, 122);
    margin-top: 40px;
}

.g-recaptcha {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.err,
.success {
    display: none;
}

.visible {
    display: block;
}

.err span {
    font-size: 0.85em;
    color: red;
}

.success span {
    font-size: 0.85em;
    color: green;
}

.err.capcha {
    text-align: center;
}

.required:after {
    content: '*';
    color: red;
}

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

.gth-from-btn:before {
    content: '';
    position: absolute;
    margin-left: -35px;
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.5s;
    animation: 0.8s linear infinite rotate;
}

.gth-from-btn.sending {
    pointer-events: none;
    cursor: not-allowed;
}

.cta-btn {
    text-align: inherit;
    padding-top: 2.5rem;
}

a.header-btn {
    margin-left: 10rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 25px;
    background-color: #0193DE;
    border: 2px solid #0193DE;
    border-radius: 33px 33px 33px 33px;
    padding: 20px 50px 20px 50px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

a.header-btn:hover {
    color: #0193DE;
    background-color: #ffffff;
}

.gth-from-btn.sending:before {
    transition-delay: 0.5s;
    transition-duration: 1s;
    opacity: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 480px) {
    .g-recaptcha {
        display: flex;
        flex-direction: row;
        justify-content: center;
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .form-body {
        padding: 20px 20px 20px 20px;
    }
}

footer {
    background-color: #242329;
    color: white;
    padding: 2rem;
}

footer a {
    text-decoration: none!important;
    margin-right: 1.5rem;
}

.communications {
    display: flex;
    max-width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.socials {
    margin-right: 2.3rem;
}

.social-icons {
    margin-top: 6px;
}

.call-us {
    margin-right: 4rem;
}

footer .container-fluid {
    justify-content: space-between;
}

.iso-logo {
    width: 35%;
}

.logo-wht {
    width: 8.5rem;
}

.communications p {
    margin-bottom: unset;
}

.fb-icon {
    width: 2rem;
}

.in-icon {
    width: 2rem;
}

.ig-icon {
    width: 2rem;
}

.phones img {
    width: 1rem;
    margin-right: 6px;
    transform: translateY(-3px);
}

.copy {
    color: #69696C;
    border-top: 1px solid #69696C;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.legal a {
    color: #69696C;
    text-decoration: none!important;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .mid-hero h2 {
        font-size: 1.7rem;
    }
    .secondary-header {
        max-width: 18rem !important;
    }
    .intro-header {
        max-width: 21rem;
    }
    .zoomable {
        padding-top: 4rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .contact-us {
        padding: unset;
    }
    .call-us {
        margin-right: unset!important;
    }
    .socials {
        margin-right: unset!important;
    }
    .social-icons {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .social-icons img {
        width: 3rem;
    }
    .copy {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        align-content: space-around;
    }
    .copy span {
        text-align: center;
        margin-bottom: 2rem;
    }
    header h1 {
        line-height: 3rem!important;
        font-size: 2.5rem!important;
        margin-top: 8rem!important;
    }
}

@media (max-width: 700.98px) {
    .communications {
        display: flex;
        max-width: 100%;
        flex-direction: column;
        align-content: center;
        align-items: stretch;
        font-size: 1.5rem;
        text-align: center;
    }
    .socials {
        margin-right: unset;
    }
    .call-us {
        margin-right: unset;
        margin-top: 2rem;
    }
    .visit-us {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    #wwdCarousel p {
        font-size: 1.2rem;
    }
    .secondary-header {
        max-width: 30rem;
    }
    .zoomable {
        padding-top: 4rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .no-padding {
        padding-top: unset;
    }
    .on-mobile {
        display: block;
    }
    .copy {
        font-size: 1.3rem;
    }
    .legal {
        text-align: center;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    header h1 {
        text-align: center;
        margin-left: unset;
        font-size: 3rem;
        line-height: 4rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        color: #fff;
    }
    .video-bg {
        height: 30rem;
    }
}

@media (max-width: 991.98px) {
    nav ul {
        text-align: center;
        font-size: 1.2rem !important;
    }
    .contact-us {
        flex-direction: column;
    }
    .contact-illustration {
        display: none;
    }
    .form-side {
        margin-right: unset!important;
        text-align: center;
        margin-bottom: 3rem;
        padding-top: 1rem;
    }
    .form-side h2 {
        font-size: calc(1.325rem + .9vw);
        position: initial;
        transform: unset;
    }
    footer .container-fluid {
        flex-direction: column;
    }
    .footer-slogan {
        margin-bottom: 3rem;
        margin-top: 3rem;
        font-size: 1.5rem;
        text-align: center;
    }
    .iso-logo {
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }
    header h1 {
        text-align: center;
        margin-top: 10rem;
        margin-left: unset;
        font-size: 3rem;
        line-height: 4rem;
        font-weight: 700;
        letter-spacing: 1.3px;
        color: #fff;
    }
    .cta-btn {
        text-align: center!important;
    }
    a.header-btn {
        margin-left: unset;
    }
}

@media (max-width: 1199.98px) {
    nav ul {
        font-size: .9rem;
    }
    .form-side h2 {
        font-size: 2.3rem;
    }
    header h1 {
        font-size: 4.5rem;
        margin-top: 12rem;
    }
}

@media (max-width: 1399.98px) {
    .form-side {
        margin-right: 10rem;
    }
    footer a {
        margin-right: 0.5rem;
    }
    .social-icons img {
        width: 1.89rem;
    }
}

@media (max-width: 1610.98px) {
    .iso-logo {
        width: unset;
    }
}