@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

body {
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #11052B;
    background-color: #ffffff;
}
.btn {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 20px;
}
.btn-outline {
    border: 1px solid #11052B;
    color: #93D522;
    text-transform: capitalize;
    border-radius: 30px;
}
.btn-outline:hover {
    border: 1px solid #11052B;
    background-color: #11052B;
    color: #ffffff;
    transition: all 0.4s;
}
.btn-solid {
    border: 1px solid #11052B;
    background-color: #11052B;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 30px;
}
.btn-solid:hover {
    border: 1px solid #ffffff;
    background-color: #39B9BD;
    color: #ffffff;
    transition: all 0.4s;
}
a,
a:hover {
    text-decoration: none;
}
.form-control {
    background-color: #ffffff;
    border-radius: 0px;
    border-color: #3588B9;
    color: #222222;    
}
.form-control:focus {
    color: #222222;
}

/* Custom Arrow End */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
}
.main-header-wrapper {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
.header-event-bg,
.header-bg {
    background-color: #313131;
}
.main-header-wrapper .navbar {
    padding: 20px 0;
    background-color: transparent;
    border: 0;
}
.main-header-wrapper .navbar img {
    max-height: 40px;
}
.main-header-wrapper .navbar a.nav-link {
    color: #11052B;
    font-size: 18px;
    font-weight: bold;
    padding: .5rem 20px;
    position: relative;
}
.main-header-wrapper .navbar li:hover a.nav-link,
.main-header-wrapper .navbar .active a.nav-link {
    color: #11052B !important;
}

/* main-site-header */
.main-site-header h3 {
    color: #11052B;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 100px;
}

/* home-slider-wrapper */
.home-slider-wrapper {
    position: relative;
    padding: 215px 0;
    background: #378bbb; /* Old browsers */
    background: -moz-linear-gradient(left,  #378bbb 0%, #36a7c0 50%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #378bbb 0%,#36a7c0 50%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #378bbb 0%,#36a7c0 50%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#378bbb', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
}
.home-slider-wrapper .row {
    position: relative;
    z-index: 1;
}
.home-slider-wrapper h2 {
    color: #ffffff;
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 30px;
}
.home-slider-wrapper .btn {
    padding: 10px 50px;
    max-width: 300px;
}
.home-slider-wrapper::before {
    content: '';    
    background-image: url(../images/banner-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}


/* services-wrapper */
.services-wrapper {
    padding: 100px 0;
}

.services-wrapper img {
    height: 70px;
}

/* what-learn-wrapper */
.what-learn-wrapper {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    background: #378bbb; /* Old browsers */
    background: -moz-linear-gradient(left,  #378bbb 0%, #36a7c0 50%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #378bbb 0%,#36a7c0 50%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #378bbb 0%,#36a7c0 50%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#378bbb', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
}
.what-learn-wrapper .main-site-header h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
}
.what-learn-wrapper .row:last-child {
    margin-top: 120px;
}
.what-learn-wrapper ul li {
    margin-bottom: 15px;
    position: relative;
    margin-left: 40px;
}
.what-learn-wrapper ul li::before {
    content: '</>';
    position: absolute;
    left: -40px;
}

/* faq-wrapper */
.faq-wrapper {
    background-image: url(../images/syntax_pattern.png);
    background-color: #11052B;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;    
}
.faq-wrapper .container {
    background-color: #11052B;
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq-wrapper .main-site-header h3 {
    color: #ffffff;
    margin-bottom: 40px;
}
.faq-wrapper .card,
.faq-wrapper .card-header,
.faq-wrapper .card-body {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
    font-size: 18px;
    padding-left: 30px;
}

.faq-wrapper .card {
    margin-bottom: 20px;
}

.faq-wrapper .card-header {
    padding: 0;    
}

.faq-wrapper .card-header .btn-link {
    color: #ffffff;
    text-decoration: none;
    padding: 0;
    font-size: 18px;
    text-transform: none;    
    position: relative;
    padding-left: 30px;
}

.faq-wrapper .card-header .btn-link:focus {
    box-shadow: none;
}

.faq-wrapper .card-header .btn-link.collapsed::before {
    content: '+';
    position: absolute;
    left: 0px;
    color: #ffffff;
}

.faq-wrapper .card-header .btn-link::before {
    content: '-';
    position: absolute;
    left: 0px;
    color: #ffffff;
}

/* apply-form-wrapper */ 
.apply-form-wrapper {
    padding: 80px 0;
}
.apply-form .btn {
    padding: 12px 80px;
    margin-top: 30px;
}

/* Footer */
footer {
    border-top: 1px solid #11052B;
    padding: 40px 0 20px 0;
}
footer img {
    max-width: 180px !important;
    margin-bottom: 30px;
}
footer ul li {
    margin: 0 !important;
    padding: 0 20px;
}
footer a {
    color: #11052B;
    text-decoration: underline;
}

.privacy-terms-wrapeer {
    border-top: 1px solid #11052B;
    padding: 80px 0;
}



@media (min-width:1200px) {
}
@media (min-width:1200px) and (max-width:1299.98px) {
}
@media (max-width:1199.98px) {    
}
@media (max-width:991.98px) {
    .home-slider-wrapper {
        padding: 125px 0;
    }    
    .home-slider-wrapper::before {
        background-image: url(../images/banner-bg-tablet.png);
    }
    .home-slider-wrapper::after {
        content: '';
        background-image: url(../images/full_circle.svg);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        height: 400px;
        width: 400px;
        top: 30px;
        left: -300px;
    }
    .home-slider-wrapper h2 {
        font-size: 42px;
    }
    .main-site-header h3 {
        font-size: 38px;
    }
    .faq-wrapper .accordion {
        max-width: 440px;
        margin: 0 auto;
    }
    footer ul li {
        font-size: 14px;
    }
}
@media (max-width:767.98px) {
    .home-slider-wrapper {
        text-align: center;
    }
    .home-slider-wrapper h2 {
        font-size: 48px;
    }
    .home-slider-wrapper::before {
        background-image: url(../images/full_circle.svg);
        height: 200px;
        width: 200px;
        background-size: contain;
        background-position: top;
        top: -80px;
        right: 15px;
    }
    footer ul li:first-child {
        display: block;
        width: 100%;
    }
}
@media (max-width:575.98px) {
}