html, body {
    overflow-x: hidden;
}
body{
    background: #F1F1F1;
}
body *{
    font-family: 'Inter', sans-serif;
}
header.header {
    position: fixed;
    height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
    top: 0;
    padding: 0 40px;
    transition: all 0.3s ease;
    z-index: 99;
    border-bottom: 1px solid rgba(0,0,0,0.00);
}

header.header .container-fluid {
    width: 100%;
}

.container-fluid {
    width: 90%;
}

header.header.styled-header {
    background: #211F5E;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

header.header.styled-header .logo-section img {
    transition: all 0.3s ease;
    transform: scale(1);
    transform-origin: center left;
}

header.header .logo-section img {
    transition: all 0.3s ease;
    transform: scale(1);
    transform-origin: center left;
}

.hero-section {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.hero-section .container-fluid .row {height: 100%;align-items: stretch;}

.hero-section .slider-content {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-right: inherit;
}

h4.title {
    font-weight: bold;
    font-size: 52px;
    line-height: 63px;
    color: #fff;
    margin-bottom: 20px;
}

p.text, ul.text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 25px;
}

.btn.btn-primary {
    background: #E7472C;
    border-radius: 100px;
    padding: 8px 32px;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.3s ease;
    border: 1px solid #E7472C;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    transition: all 0.3s ease;
    background: transparent;
    color: #E7472C;
    border: 1px solid #E7472C;
}

.modal .modal-dialog {
    width: 550px;
    max-width: 70%;
}

.modal .modal-dialog .video-block {}

.modal .modal-dialog .video-block video.video {
    width: 100%;
    border-bottom: 10px solid #4D4D4D;
}

.modal-backdrop.fade.show {
    opacity: 0.8;
}

.modal .modal-dialog  .modal-body {padding: 0 40px 60px;}

.modal .modal-dialog  .modal-header {
    padding: 30px 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal .modal-dialog .modal-header .close {
    color: #211F5E;
}

.modal .modal-dialog .modal-content {
    background: #fff;
}
.modal .modal-dialog .video-block iframe {
    width: 100%;
    min-height: 66vh;
    border-bottom: 10px solid #4D4D4D;
}
.hero-section .banner-image img.mobile-banner {
    display: none;
}
.hero-section .banner-image {
    width: 100%;
}

.hero-section .banner-image img {
    width: 100%;
}

.hero-section .abs-pos {
    position: absolute;
    top: 0;
    left: 5%;
    height: 100%;
    padding: 120px 15px 60px;
}

header.header .logo-section a {
    display: inline-block;
}

header.header .logo-section span.main-logo {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    margin-right: 11px;
}

header.header .logo-section span.olive-logo {}

header.header .logo-section span.main-logo:before {content: "";position: absolute;height: 100%;width: 1px;background: #fff;right: 0;}
.card-section {
    padding: 100px 0;
}

.card-section .col-md-6.col-xs-12 {
    padding: 0 60px;
    max-width: 650px;
    width: 50%;
}

.card-section .card {
    background: #FFFFFF;
    border-radius: 30px 0px;
    box-shadow: none;
}

.card-section .card .card-content {}

.card-section .card .card-content .img-block {
    width: 100%;
}

.card-section .card .card-content .card-body {
    padding: 40px;
}

.card-section .card .card-content .img-block img {
    width: 100%;
}

.card-section .card .card-content .card-body h4.heading {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
/* identical to box height, or 29px */
    color: #211F5E;
    margin-bottom: 24px;
}

.card-section .card .card-content .card-body .text-box {
    margin-bottom: 24px;
}

.card-section .card .card-content .card-body .text-box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
/* or 29px */
    color: #211F5E;
    margin: 0;
}

.card-section .card .card-content .card-body  .d-flex {
    align-items: center;
    justify-content: space-between;
}

.card-section .card .card-content .card-body  .d-flex p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #211F5E;
    margin: 0;
}

.card-section .card .card-content .card-body  .d-flex .btn.btn-primary {}

.card-section .row {
    justify-content: center;
}

.detail-section {
    padding: 120px 0;
    background: #fff;
    position: relative;
}

.detail-section .bg-img1 {
    position: absolute;
    left: 0;
    top: -100px;
    width: 65px;
    height: 244px;
    background-image: url(./images/bg-block01.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.detail-section .bg-img2 {
    position: absolute;
    right: 0;
    bottom: -130px;
    width: 55px;
    height: 244px;
    background-image: url(./images/bg-block02.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.detail-section .details {
    padding-right: 60px;
}

.detail-section .details h4.title {
    font-weight: bold;
    font-size: 36px;
    line-height: 160%;
/* or 58px */
    color: #211F5E;
    margin-bottom: 25px;
}

.detail-section .details p.text {
    color: #211F5E;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.detail-section .details .btn.btn-primary {}

.detail-section  .img-block {
    text-align: center;
}

.detail-section  .img-block img {
    max-width: 100%;
}

.detail-section .row {
    align-items: center;
}
.other-courses {
    padding: 100px 0 150px;
    border-bottom: 50px solid #211F5E;
}

.other-courses h4.title {
    font-weight: bold;
    font-size: 36px;
    line-height: 29px;
/* identical to box height, or 58px */
    color: #211F5E;
    margin-bottom: 40px;
}

.other-courses .course-img {
    padding-right: 80px;
}

.other-courses .course-img img {
    width: 100%;
    max-width: 100%;
}

.other-courses  .list-details {}

.other-courses  .list-details ul {
    margin-bottom: 40px;
    padding: 0;
}

.other-courses  .list-details ul li {
    list-style: none;
    padding: 15px 0;
    position: relative;
}

.other-courses .list-details ul li span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
/* or 72px */
    color: #211F5E;
    display: inline-block;
    padding-left: 65px;
}

.other-courses .list-details  p.text {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
/* or 29px */
    color: #211F5E;
    margin-bottom: 30px;
}

.other-courses .list-details  p.text a {
    font-weight: bold;
    color: #211F5E;
}

.other-courses .list-details  .btn.btn-primary {
    margin-top: 20px;
}

.other-courses .row {
    justify-content: space-between;
    align-items: center;
}
.other-courses .list-details ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url('images/bullet-points.png');
    top: 8px;
}
.modal h4.title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
/* identical to box height */
    color: #211F5E;
    margin-bottom: 0;
}

.modal p.text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #211F5E;
}

.modal form {
    margin: 0;
}

.modal form .form-group {padding: 0;margin-bottom: 36px;}

.modal form .form-group .form-control {
    line-height: 40px !important;
    font-weight: normal;
    font-size: 16px;
    color: #211F5E;
    padding: 0;
    height: 40px;
    background-image: none;
    border-bottom: 1px solid #211F5E;
    border-right-style: none;
    border-left-style: none;
    box-shadow: none;
    border-top-width :0;
    border-radius: inherit;
}

.modal form .form-group .form-control::placeholder {
    line-height: 40px !important;
    font-weight: normal;
    font-size: 16px;
    color: #211F5E;
    padding: 0;
    height: 40px;
}

.modal form .form-group select.form-control {
    appearance: auto;
}

.modal form .form-group .position-relative {}

.modal form .form-group .position-relative span.calendar-icon {
    position: absolute;
    right: 5px;
    top: 6px;
}

.modal form .form-group .position-relative span.calendar-icon img {}

.modal form .form-group:last-child {
    margin: 0;
    text-align: right;
}





/*media query*/

@media(max-width: 1099px){
    h4.title {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 26px;
    }

    p.text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .card-section .card .card-content .card-body h4.heading {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
        /*min-height: 48px;*/
    }

    .card-section .card .card-content .card-body .text-box p {
        font-size: 14px;
    }

    .card-section .card .card-content .card-body .text-box {
        margin-bottom: 16px;
    }

    .card-section .card .card-content .card-body {
        padding: 20px;
    }

    .hero-section .abs-pos {
        padding: 90px 15px 60px;
    }

    .detail-section .details h4.title {
        font-size: 30px;
        line-height: 36px;
    }

    .detail-section .details {
        padding-right: 30px;
    }

    .detail-section .details p.text {
        font-size: 14px;
        line-height: 24px;
    }

    .other-courses .row {
        align-items: flex-start;
    }

    .other-courses .course-img {
        padding-right: 30px;
    }

    .other-courses h4.title {
        font-size: 30px;
    }
    .card-section .col-md-6.col-xs-12 {
        padding: 0 30px;
        max-width: 650px;
        width: 50%;
    }
    .other-courses .list-details ul {
        margin-bottom: 30px;
    }

    .other-courses .list-details p.text {
        margin-bottom: 20px;
    }
    .hero-section .banner-image img {
        width: auto;
        height: 380px;
    }
}


@media(max-width: 991px){
    

    .hero-section .banner-image img {height: 400px;width: auto;}

    .hero-section .abs-pos .col-md-5.col-xs-12 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .card-section .card .card-content .card-body h4.heading {
        min-height: 48px;
    }

    .card-section .card .card-content .card-body .text-box p {
        font-size: 13px;
    }

    .card-section .card .card-content .card-body .d-flex p {
        font-size: 13px;
        margin-bottom: 16px;
        flex: 0 0 100%;
    }

    .card-section .card .card-content .card-body .d-flex {
        flex-wrap: wrap;
    }

    .other-courses .row .col-md-5.col-xs-12 {flex: 0 0 50%;max-width: 50%;}

    .other-courses h4.title {
        font-size: 24px;
    }

    .other-courses .list-details ul li:before {
        width: 25px;
        height: 25px;
        background-size: contain;
        top: 12px;
    }

    .other-courses .list-details ul li {
        padding: 10px 0;
    }

    .other-courses .list-details ul li span {
        font-size: 16px;
        padding-left: 45px;
    }

    .other-courses .list-details p.text {
        font-size: 14px;
    }

    .btn.btn-primary {
        font-size: 16px;
    }
    .card-section .card .card-content .card-body .d-flex .btn.btn-primary {
        margin-bottom: 16px;
    }
}



@media(max-width: 767px){
    header.header {
        padding: 0 15px;
    }

    h4.title {
        font-size: 36px;
        line-height: 37px;
        margin-bottom: 20px;
    }

    .hero-section p.text {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 25px;
    }

    .container-fluid {
        width: 100%;
    }

    .modal .modal-dialog {
        max-width: 100%;
    }

    .modal .modal-dialog .video-block iframe {
        min-height: 50vh;
    }
    .hero-section .banner-image img {
        height: 90vh;
    }

    .hero-section .banner-image img.mobile-banner {
        /* display: block; */
        height: auto;
        width: 100%;
    }

    .hero-section .abs-pos {
        padding: 60px 15px 60px;
        height: 100%;
        width: auto;
        left: 0;
    }

    .hero-section .abs-pos .col-md-5.col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-section .col-md-6.col-xs-12 {
        width: 100%;
        padding: 30px;
    }

    .card-section {
        padding: 60px 0;
    }

    .card-section .card .card-content .card-body {
        padding: 25px;
    }

    .card-section .card .card-content .card-body .d-flex p {
        margin: 0;
    }

    .card-section .card .card-content .card-body .d-flex .btn.btn-primary {
        margin: 0;
    }

    .detail-section .details h4.title {
        margin-top: 30px;
    }

    .detail-section .img-block {
        margin: 60px 0;
    }

    .other-courses .row .col-md-5.col-xs-12 {flex: 0 0 100%;max-width: 100%;}

    .other-courses .list-details {
        margin-top: 60px;
    }

    .other-courses {
        padding: 100px 0;
    }
    .modal .modal-dialog .modal-header {
        padding: 20px;
    }

    .modal h4.title {
        font-size: 24px;
        line-height: 34px;
    }

    .modal .modal-dialog .modal-body {
        padding: 0 20px 40px;
    }
}
