@font-face {
    font-family: GilroyExtraBold;
    src: url(../fonts/Gilroy-ExtraBold.woff);
    font-weight: bold;
}

@font-face {
    font-family: "GilroyExtraBold";
    src: url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.otf") format("opentype"),
}

@font-face {
    font-family: GilroyLight;
    src: url(../fonts/Gilroy-Light.woff);
    font-weight: bold;
}

@font-face {
    font-family: "GilroyLight";
    src: url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.otf") format("opentype"),
}

.form-control:focus {
    color: #212529 !important;
    background-color: #fff;
    border-color: #000;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgb(238 235 230);
}

.atomicForm input:focus, .atomicForm textarea:focus, .atomicForm select:focus {
    outline: none;
}

body {
    /* background:#ebfbff; */
}

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

p {
    font-family: 'GilroyLight', Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
}

a.navbar-brand {
    font-family: 'GilroyExtraBold', Arial, sans-serif;
    color: #076a34;
    font-size: 30px;
}

.navbar {
    background: rgb(255 255 255 / 80%);
    border-radius: 100px;
}

.navbar-brand {
    color: #000;
    fill: black;
}

.navbar-nav .nav-item {
    padding-right: 45px
}

.navbar-nav .nav-item:last-child {
    padding-right: 0
}

.navbar-nav .nav-item .nav-link {
    color: #072e79;
    font-size: 14px;
    font-family: 'GilroyExtraBold', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-nav .nav-item .nav-link:hover {
    box-shadow: 0 1px 0px 0px #072e79;
}

.header.active .navbar-brand img {
    width: 100px
}

.wrapper {
    padding: 90px 0;
}

.custom-padding {
    padding: 120px 0
}

.hero {
    background: url("../img/blumount.png") no-repeat right 0 #ace3de;
    padding: 30px 50px 150px;
    background-size: contain;
    background-blend-mode: color-burn;
}

.hero-content-wrapper {
    margin-top: 90px
}

.hero h1 {
    line-height: 56px;
    color: #000;
    margin-top: 50px;
}

.hero p {
    font-size: 23px;
    line-height: 28px;
    margin-top: 31px;
    color: #756253;
}

.tbmCta {
    background: #082e78;
    background: -webkit-linear-gradient(to right, #ec9e7f, #e57268);
    background: linear-gradient(to right, #0485c7, #072e79);
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border: none;
}

.tbmCta:hover {
    box-shadow: 0 0 29px 1px #c7ecff;
    color: #fff;
}

.jcbabs {
    position: absolute;
    top: -10px;
    width: 120%;
    right: -60px;
}

.intro-txt {
    color: #0485c7;
    font-size: 20px;
    margin-top: 50px;
}

.title-txt {
    color: #082e78;
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.card {
    background: #c3eaff;
    padding: 20px;
    border-radius: 50px;
    text-align: center;
    color: #000000;
    border: 0;
}

.card img {
    border-radius: 35px 35px 0 0;
}

.card h5 {
    padding: 25px 0
}

footer {
    padding: 10px 0;
    background: #0485c7;
}

footer p {
    margin: 0;
    color: #fff
}

.mob-view {
    display: none
}

.owl-nav {
    text-align: center;
    padding-top: 28px;
}

.owl-prev img, .owl-next img {
    width: 50px;
    margin: 5px;
}

.owl-carousel .owl-item img {
    border: 5px solid #fff;
    border-radius: 10px
}

@media only screen and (max-width: 760px) {
    .navbar {
        border-radius: 0;
    }
    .hero-content-wrapper {
        margin-top: 50px;
        text-align: center;
    }
    .hero {
        background: url("../img/blumount.png") no-repeat -850px 90px #ace3de;
        padding: 30px 50px 150px;
        background-size: cover;
        background-blend-mode: color-burn;
    }
    .hero h1 {
        margin-top: 0
    }
    .mob-view {
        display: block
    }
    .desk-view {
        display: none
    }
    .hero {
        margin: 0px;
        padding: 30px 20px 30px;
    }
    .hero h1 {
        line-height: 46px;
    }
    .hero p {
        font-size: 20px
    }
    .card {
        margin-bottom: 20px
    }
    a.navbar-brand {
        font-size: 20px
    }
    .navbar-nav {
        background: #efefef;
        text-align: center;
        width: 100%
    }
    .navbar-nav li {
        padding: 20px 0!important
    }
    .wrapper {
        padding: 40px 0;
        margin: 0;
    }
}