/*-------------------
        Fonts
-------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;600;700;800&display=swap');
* {
    font-family: 'Mukta', sans-serif;
    transition: all ease 1s;
}
*,*:focus,*:hover{
    outline: none !important;
}
a,
a:hover,
a:focus,
a:visited {
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol {
    margin: 0;
    padding: 0;
}

.info-bar {
    background-color: #1d114c;
    color: #FFF;
    font-size: 12px;
    text-align: right;
}
.info-bar__btn {
    display: inline-block;
    opacity: 0.61;
    margin: 0 15px;
    padding: 15px 0;
}
.info-bar__btn:first-of-type {
    margin-left: 0;
}
.info-bar__btn:last-of-type {
    margin-right: 0;
}

header {
    background-image: url("/assets/brands/olc/images/header-background.jpg");
    background-position: center;
    background-size: cover;
    padding: 20px 0;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0 0 15px;
}
.navbar-brand > img {
    width: 180px;
}
nav {
    font-size: 16px;
    margin-bottom: 100px;
}
header.privacy nav,
header.terms nav {
    margin-bottom: 0 !important;
}
.navbar-default {
    background-color: transparent;
}
nav ul {
    float: right;
    list-style: none;
}
nav ul li {
    color: #FFF;
    float: left;
    font-weight: 700;
}
nav ul li a,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: inherit;
    display: block;
    padding: 31px 15px;
}
.main-header__title {
    color: #FFF;
    font-size: 64px;
    font-weight: 800; /* Extra Bold */
    line-height: 1;
}
.main-header__title span {
    display: block;
}
.main-header__title span:nth-of-type(2) {
    font-size: 124px;
}
.main-header__title span:first-of-type {
    font-weight: 600; /* Semi Bold */
}
.main-header__btn-wrap {
    padding: 50px 0;
}
.btn,
.btn:focus,
.btn:hover,
.btn:visited {
    border: 3px #FFF solid;
    border-radius: 60px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600; /* Semi Bold */
    padding: 13px 50px;
    text-align: center;
}
.btn--orange,
.btn--orange:focus,
.btn--orange:hover,
.btn--orange:visited {
    background-color: #ff8622;
    border-color: #ff8622;
}
.btn--thinner,
.btn--thinner:focus,
.btn--thinner:hover,
.btn--thinner:visited {
    padding: 10px 50px;
}
.btn + .btn {
    margin-left: 20px;
}

.section-1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c2a8c+0,2c2a8c+50,2a1e56+51,2a1e56+100 */
    background: #2c2a8c; /* Old browsers */
    background: -moz-linear-gradient(left,  #2c2a8c 0%, #2c2a8c 50%, #2a1e56 51%, #2a1e56 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2c2a8c 0%,#2c2a8c 50%,#2a1e56 51%,#2a1e56 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2c2a8c 0%,#2c2a8c 50%,#2a1e56 51%,#2a1e56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2a8c', endColorstr='#2a1e56',GradientType=1 ); /* IE6-9 */
}
.section-1__col {
    color: #FFF;
    padding: 80px 60px;
    text-align: center;
}
.section-1__col h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-1__col .description p {
    font-size: 15px;
}
.section-1__col--blue {
    background-color: #2c2a8c;
}
.section-1__col--pink {
    background-color: #da2c5e;
}
.section-1__col--purple {
    background-color: #2a1e56;
}
.section-2 {
    background-color: #FFF;
    padding: 70px 0 40px;
    text-align: center;
}
.section-2 .section__subtitle {
    color: #aaa;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.section-2 h2 {
    color: #da2c5e;
    font-size: 34px;
    font-weight: 800;
    margin: 5px auto 20px;
}
.section-2 .description p {
    color: #5c5c5c;
    font-size: 16px;
    margin: 0 auto 40px;
}
.section-3 {
    background-image: url("/assets/brands/olc/images/our-products-background.jpg");
    background-position: top center;
    background-size: cover;
    color: #FFF;
    padding: 0 0 80px;
    text-align: center;
}
.section-3 img {
    margin-bottom: 50px;
}
.section-3 h2,
.section-3 h3 {
    font-weight: 800;
}
.section-3 h2 {
    font-size: 34px;
    margin: 0 auto 10px;
}
.section-3 h3 {
    margin-bottom: 30px;
}
.section-3 .description p,
.section-4 .description p {
    font-size: 16px;
}
.section-4 {
    background-color: #da2c5e;
    color: #FFF;
    text-align: center;
}
.section-4 h2 {
    font-size: 34px;
    font-weight: 800;
    margin: 0 auto 20px;
}
.section-4 .description {
    margin: 0 auto;
    max-width: 650px;
    padding-left: 20px;
    padding-right: 10px;
}
.section-4 .description p {
    text-align: left;
}
.section-4 img {
    max-width: unset;
    width: 100%;
}
.section-4 [class^='col-']:first-of-type {
    padding-right: 0;
}
.section-contact {
    padding: 40px 0;
}
.section-contact h2 {
    color: #000;
    font-size: 34px;
    font-weight: 800;
    margin: 0 auto 50px;
    padding-top: 20px;
    position: relative;
}
.section-contact h2:after {
    border:2px solid #254099;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 60px;
}
.section-contact .description p {
    color: #000;
    font-size: 16px;
}
.section-contact .description p {
    color: #707070;
    font-size: 16px;
}
.section-contact form input[type="text"],
.section-contact form input[type="email"],
.section-contact form input[type="tel"],
.section-contact form input[type="number"],
.section-contact form textarea {
    background-color: #f5f5f5;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 25px;
    margin-bottom: 16px;
}
.section-contact form input[type="text"],
.section-contact form input[type="email"],
.section-contact form input[type="tel"],
.section-contact form input[type="number"] {
    height: auto;
}
.section-contact form textarea {
    height: 150px;
}
.section-contact form [class*='col-']{
    padding: 0 8px;
}

footer {
    background-color: #1d114c;
    color: #FFF;
}
footer img {
    margin: 0;
}
footer ul li {
    color: #FFF;
    text-align: right;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hq-inner-wrap {
    height: 100%;
    width: 100%;
    display: table;
}
.hq-inner-wrap-c {
    display: table-cell;
    vertical-align: middle;
}

.errorbox {
    color: #F00;
    display: none;
    font-weight: 600;
    text-align: left;
}

@media only screen and (max-width : 1200px) {

}
@media only screen and (max-width : 992px) {
    .main-header__title {
        font-size: 50px;
    }
    .main-header__title span:nth-of-type(2) {
        font-size: 100px;
    }
    .section-1__col {
        padding: 50px 15px;
    }
    .section-1__col h2 {
        font-size: 20px;
    }
    .section-1__col .description p {
        font-size: 13px;
    }
    .section-4 .col-info {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width : 767px) {
    .row-eq-height,
    .hq-inner-wrap,
    .hq-inner-wrap-c {
        display: block;
    }

    .section-3 img {
        margin-left: -15px;
    }
    .section-3 img,
    .section-4 img {
        max-width: unset;
        width: 100vw;
    }
    .section-4 [class^='col-']:first-of-type {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width : 480px) {
    .navbar-brand,
    nav ul {
        display: block;
        float: none;
        padding: 0;
        width: 100%;
    }
    nav {
        font-size: 13px;
        margin-bottom: 20px;
    }
    nav .container {
        padding: 0;
    }
    .navbar-brand img {
        display: block;
        margin: 30px auto;
    }
    nav ul::after {
        clear: both;
        content: '';
        display: table;
    }
    nav ul li {
        width: 25%;
    }
    nav ul li a {
        padding: 0;
        text-align: center;
    }
    .main-header__title span {
        font-size: 34px;
    }
    .main-header__title span:nth-of-type(2) {
        font-size: 62px;
    }
    header .btn {
        display: block;
        font-size: 18px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 10px 50px;
        width: 240px;
    }
    .btn + .btn {
        margin-top: 20px;
    }
    .section-1__col h2 {
        font-size: 27px;
    }
    .section-1__col .description p {
        font-size: 16px;
    }
    .section-2 {
        padding: 50px 0 40px;
    }
    .section-2 h2 {
        font-size: 40px;
    }
    .section-2 .description p {
        margin-bottom: 20px;
    }
    .section-3 h2,
    .section-4 h2 {
        font-size: 40px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .section-4 h2 {
        margin-top: 20px;
    }
    .section-4 .description {
        padding-left: 0;
        padding-right: 0;
    }
    .section-4 .description p {
        text-align: center;
    }
    .section-4 .col-info {
        padding-bottom: 70px;
    }
    .section-contact {
        padding-top: 55px;
        text-align: center;
    }
    .section-contact h2 {
        padding-top: 0;
    }
    .section-contact h2::after {
        left: 50%;
        transform:translateX(-50%);
    }
    .section-contact .description p {
        margin-bottom: 40px;
    }
    .section-contact form input[type="text"], .section-contact form input[type="email"], .section-contact form input[type="tel"], .section-contact form input[type="number"], .section-contact form textarea {
        background-color: #f5f5f5;
    }
    footer {
        padding: 50px 0;
    }
    footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    footer ul li {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }
    footer ul.cs_number_list li {
        font-size: 14px;
        margin-bottom: 0;
    }
}