body{
    overflow-x: hidden;
}
header{
    padding: 5px 0px;
}
.logo-container img{
    width: 100%;
}
.header-right-container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 5px;
}
header .navbar-toggler{
    background-color: #1c2054;
}
header .navbar-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
header .navbar{
    margin-top: 0;
    padding: 0 0;
    border-radius: 0;
    background-color: #1c2054;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 67px;
    z-index: 8888;
}
header .navbar-nav .nav-link{
    color: #fff !important;
}
.whats-app-icon img{
    width: 100%;
}
.whats-app-number a{
    text-decoration: none;
}

.whats-app-number a p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #1c2054;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.whats-app-number a h5{
    font-size: 26px;
    line-height: 30px;
    color: #c8952c;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.banner-container img{
    width: 100%;
}

.banner-container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}
.banner-captions{
    width: 100%;
    position: absolute;
    left: 0%;
    top: 50%;
    padding: 0 15px;
    transform: translateY(-50%);
}
.banner-captions h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #c8952c;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
}
.banner-captions p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin: 0;
    padding: 0 0 0 0;
}
.banner-captions a{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #c8952c;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    transition: all linear 0.5s;
}
.banner-captions a:hover{
    color: #c8952c;
    background-color: #ffffff;
}
.banner-captions p span{
    text-transform: uppercase;
}

.dedicated-tutor-container{
    padding: 100px 0px;
}
.tutor-title h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #1c2054;
    font-weight: 800;
    text-align: center;
    margin: 0;
    padding: 0;
}
.tutor-details p{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #1c2054;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
}
.tutor-details h2{
    font-size: 18px;
    line-height: 28px;
    color: #c8952c;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
}
.tutor-details{
    margin: 20px 0px;
}
.tutor-video-container img{
    width: 100%;
}
.learning-experience-container{
    padding-bottom: 100px;
}
.learning-experience-container h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #1c2054;
    font-weight: 800;
    text-align: center;
    margin: 0 0 25px;
    padding: 0;
}
.milestone-right h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    line-height: 42px;
    color: #c8952c;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
}
.milestone-right p{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #1c2054;
    text-align: center;
    margin: 0;
    padding: 0;
}

.free-consultation{
    padding: 50px 0px;
    background-color: #e8e8e8;
}
.free-consultation .container{
    text-align: center;
}
.free-consultation h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #1c2054;
    font-weight: 800;
    text-align: center;
    margin: 0 0 5px;
    padding: 0;
}
.free-consultation p{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #1c2054;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
}
.free-consultation p:nth-child(3){
    font-size: 19px;
    line-height: 29px;
    color: #1c2054;
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.free-consultation p span{
    text-transform: uppercase;
    font-weight: bold;
}
.free-consultation a{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1c2054;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    transition: all linear 0.5s;
}
.free-consultation a:hover{
    color: #fff;
    background-color: #c8952c;
}
.courses-title h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    font-weight: 800;
    margin: 0;
    padding: 0;
}
.courses-title p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    margin: 8px 0 0;
    padding: 0;
}
.courses-title p span{
    text-transform: uppercase;
}
.courses-box h6{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    margin: 0 0;
    padding: 0;
}
.courses-box p{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    margin: 5px 0 0;
    padding: 0;
}
.courses-container{
    position: relative;
}
.courses-icons{
    position: absolute;
    z-index: 88;
}
.courses-container .col-xl-6:first-child .courses-box{
    border-right: 0px solid #ffffff;
}
.courses-box{
    width: 100%;
}

.coursecon1{
    width: 50px;
    height: 70px;
    left: 12%;
    top: 22%;
    /*background-image: url("../images/icons/course-triagonal.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;*/
    animation: first-animation 1s infinite;
}
@keyframes first-animation{
    0% {transform: scale(1,1)}
    50% {transform: scale(1.1, 1.1)}
    100% {transform: scale(1,1)}
}
.coursecon2{
    width: 70px;
    height: 70px;
    right: 14%;
    top: 17%;
    /*background-image: url("../images/icons/course-full-circle-top-right.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;*/
    animation: second-animation 4s infinite;
}
@keyframes second-animation{
    0% {transform: rotate(0deg)}
    50% {transform: rotate(360deg)}
    100% {transform: rotate(0deg)}
}
.coursecon3{
    width: 59px;
    height: 66px;
    right: 11%;
    bottom: 20%;
    /*background-image: url("../images/icons/course-multiply.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;*/
    animation: third-animation 4s infinite;
}
@keyframes third-animation{
    0% {transform: skew(0deg, 0deg)}
    50% {transform: skew(20deg, 10deg)}
    100% {transform: skew(0deg, 0deg)}
}
.coursecon4{
    width: 72px;
    height: 70px;
    left: 15%;
    bottom: 11%;
    /*background-image: url("../images/icons/course-full-circle.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;*/
    animation: second-animation 4s infinite;
}
@keyframes second-animation{
    0% {transform: rotate(0deg)}
    50% {transform: rotate(360deg)}
    100% {transform: rotate(0deg)}
}

.methodology-container h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #c8952c;
    text-align: center;
    font-weight: 800;
    margin: 0 0 5px;
    padding: 0;
}
.methodology-container p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #c8952c;
    text-align: center;
    margin: 0;
    padding: 0;
}

.testimonial-title{
    padding: 45px 0px;
    background-image: url("../images/quote.png");
    background-position: left;
    background-size: 10% 25%;
    background-repeat: no-repeat;
}
.testimonial-title h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #1c2054;
    text-align: center;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.testimonial-comment-container p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #1c2054;
    text-align: center;
    margin: 0;
    padding: 0;
}
.testimonial-name-rating-container{    
    text-align: center;
    margin-top: 5px;
}
.testimonial-name-rating-container p{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #1c2054;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.testimonial-name-rating-container span i{
    color: #f8d60b;
}
.testimonial-comment-container{
    margin-top: 25px;
}
.testimonial-slider-main .owl-carousel .owl-nav button.owl-prev{
    width: 66px;
    height: 66px;
    background-color: #c8952c;
    color: #fff;
    border-radius: 50%;
    left: -12%;
    position: absolute;
}
.testimonial-slider-main .owl-carousel .owl-nav button.owl-prev span{
    font-size: 52px;
    line-height: 26px;
}
.testimonial-slider-main .owl-carousel .owl-nav button.owl-next{
    width: 66px;
    height: 66px;
    background-color: #c8952c;
    color: #fff;
    border-radius: 50%;
    right: -12%;
    position: absolute;
}
.testimonial-slider-main .owl-carousel .owl-nav button.owl-next span{
    font-size: 52px;
    line-height: 26px;
}
.testimonial-slider-main .owl-nav{
    width: 100%;
    position: absolute;
    left: 0;
    top: 44%;
    transform: translateY(-50%);
    margin: 0;
}
.testimonial-slider-main .owl-theme .owl-dots{
    bottom: -17%;
    position: absolute;
    width: 100%;
}
.testimonial-slider-main .owl-theme .owl-dots .owl-dot.active span{
    background-color: #c8952c;
}
.testimonial-slider-main .owl-theme .owl-dots .owl-dot span{
    background-color: #c8c8c8;
}
.video-testimonial-container h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #1c2054;
    text-align: center;
    font-weight: 800;
    margin: 0;
    padding: 0;
}
.video-testimonial-image-container img{
    width: 100%;
}
footer{
    padding: 50px 0px 0px;
    background-color: #1c2054;
}
.footer-logo-container{
    margin-bottom: 15px;
}
.footer-logo-container img{
    width: auto;
}
.footer-about-container p{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 0;
}
.footer-nav-container ul{
    position: relative;
    left: 0;
    vertical-align: middle;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-nav-container ul li{
    margin-right: 25px;
}
.footer-nav-container ul li a{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.footer-nav-container{
    margin-bottom: 15px;
}
.whats-app-icon{
    margin-right: 15px;
}
.footer-call-social-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.footer-whatsapp{
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-bottom: 15px;*/
}
.footer-social-container ul{
    position: relative;
    vertical-align: middle;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: start;
    left: 0;
    padding: 0;
    margin: 0;
}
.footer-social-container ul li{
    margin-right: 50px;
}
.footer-social-container ul li:last-child{
    margin-right: 0px;
}
.footer-social-container ul li a{
    font-size: 23px;
    line-height: 33px;
    color: #c8952c;
    text-decoration: none;
    transition: all linear 0.5s;
}
.footer-social-container ul li a:hover{
    color: #fff;
}
.footer-whatsapp .whats-app-number a p{
    color: #fff;
}
.footer-whatsapp .whats-app-number a p{
    transition: all linear 0.5s;
}
.footer-whatsapp .whats-app-number a:hover p{
    color: #c8952c;
}
.footer-whatsapp .whats-app-number a h5{
    transition: all linear 0.5s;
}
.footer-whatsapp .whats-app-number a:hover h5{
    color: #fff;
}


.whats-app-number a p{
    transition: all linear 0.5s;
}
.whats-app-number a:hover p{
    color: #c8952c;
}
.whats-app-number a h5{
    transition: all linear 0.5s;
}
.whats-app-number a:hover h5{
    color: #1c2054;
}


.copy-right-container{
    padding: 25px 0px;
}
.copy-right-container p{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
}
.footer-about-container{
    padding-right: 125px;
}
.milestone-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15px 0;
}
.courses-container{
    background-color: #c8952c;
    padding: 50px 0px;
}
.courses-box{
    margin-top: 15px;
}
.methodology-container{
    padding: 50px 0px;
    background-color: #1D2055;
}
.methodology-container{
    padding: 75px 0px;
    background-color: #1D2055;
}
.testimonial-circle-box{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #c8952c;
    margin: 0 auto;
}
.video-testimonial-container{
    padding: 50px 0px;
}
.testimonial-slider-main .owl-theme .owl-dots{
    bottom: -6%;
    position: absolute;
    width: 100%;
}
.footer-about-container{
    padding-right: 0px;
}
.footer-nav-container ul li:last-child{
    margin-right: 0;
}
.footer-logo-container{
    text-align: center;
}
.whats-app-icon{
    margin-right: 0px;
}
.d-m-none{
    display: none;
}
.call-to-action-buttons{
    margin: 15px 0px;
}
.call-to-action-buttons ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    list-style-type: none;
}
.call-to-action-buttons ul li{
    margin-right: 15px;
}
.call-to-action-buttons ul li:last-child{
    margin-right: 0px;
}
.call-to-action-buttons ul li a{
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: #c8952c;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
    transition: all linear 0.5s;
    background-color: #fff;
    border-radius: 8px;
}
.call-to-action-buttons ul li a:hover{
    color: #ffffff;
    background-color: #c8952c;
}

.fixed-buttons{
    position: fixed;
    z-index: 8;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fixed-buttons ul{
    list-style-type: none;
    position: relative;
    right: 0;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.fixed-buttons ul li{
    right: -77%;
    margin-bottom: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all linear 0.5s;
}
.fixed-buttons ul li:hover{
    right: 0%;
}
.fixed-buttons ul li a{
    width: 204px;
    background-color: #c8952c;
    text-decoration: none;
    padding: 0px 15px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-buttons ul li a span:first-child{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #c8952c;
    font-size: 24px;
    line-height: 34px;
    margin-right: 15px;
    border: 1px solid #c8952c;
}
.fixed-buttons ul li a span:last-child{
    width: 135px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}
.video-relative{
    position: relative;
}
.video-relative span.play-icon{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-relative span.inner-play{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #c8952c;
    font-size: 25px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8888;
    cursor: pointer;
}
.video-relative span.play-icon::before{
    position: absolute;
    content: '';
    width: 85px;
    height: 85px;
    z-index: 1;
    background-color: #c8952c;
    border-radius: 50%;
    opacity: 0;
    animation: wave-animation 1s infinite;
}
@keyframes wave-animation{
    0% {transform: scale(1,1); opacity: 0;}
    50% {transform: scale(1.1, 1.1); opacity: 1;}
    100% {transform: scale(1,1); opacity: 0;}
}
.video-testimonial-container h6{
    font-size: 20px;
    line-height: 30px;
    color: #c8952c;
    font-weight: 700;
    text-align: center;
    margin: 25px 0 0;
    padding: 0;
}
.video-testimonial-container h6 span{
    font-size: 25px;
    line-height: 35px;
    color: #1D2055;
    display: block;
}
.footer-navigation-main-container{
    margin-top: 25px;
}
.copy-right-container p span{
    font-size: 12px;
}
.courses-box .new-h6{
    font-size: 18px;
}
@media (min-width: 640px){
    .courses-box .new-h6{
        font-size: 28px;
    }
    .video-testimonial-container h6{
        font-size: 30px;
        line-height: 40px;
    }
    .footer-navigation-main-container{
        margin-top: 0px;
    }
    .call-to-action-buttons{
        margin: 15px 0px;
    }
    .d-m-none{
        display: block;
    }
    .whats-app-icon{
        margin-right: 15px;
    }
    .testimonial-circle-box{
        width: 250px;
        height: 250px;
    }
    .footer-nav-container{
        margin-bottom: 75px;
    }
    .footer-whatsapp{
        margin-bottom: 0px;
    } 
    .footer-call-social-container{
        align-items: flex-end;
        flex-direction: row;
    }
    .footer-nav-container ul li{
        margin-right: 50px;
    }
    .footer-nav-container ul{
        justify-content: start;
    }
    .footer-nav-container ul li a{
        font-size: 23px;
        line-height: 33px;
    }
    .footer-about-container p{
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
    .video-testimonial-container h5{
        font-size: 58px;
        line-height: 68px;
        font-weight: 600;
    }
    .testimonial-name-rating-container{
        margin-top: 25px;
    }
    .testimonial-name-rating-container p{
        font-size: 32px;
        line-height: 42px;
    }
    .testimonial-comment-container p{
        font-size: 23px;
        line-height: 40px;
    }
    .testimonial-title{
        padding: 75px 0px;
        background-size: auto;
    }
    .testimonial-title h5{
        font-size: 58px;
        line-height: 68px;
        font-weight: 600;
    }
    .methodology-container h5{
        font-size: 58px;
        line-height: 68px;
        font-weight: 600;
        margin: 0 0 25px;
    }
    .methodology-container p{
        font-size: 23px;
        line-height: 40px;
    }
    .methodology-container{
        padding: 100px 0px;
    }
    .courses-box{
        margin-top: 0px;
    }
    .courses-box p{
        font-size: 25px;
        line-height: 35px;
        text-align: left;
        margin: 25px 0 0;
    }
    .courses-box h6{
        font-size: 35px;
        line-height: 45px;
        text-align: left;
    }
    .courses-container .col-xl-6:first-child .courses-box{
        border-right: 1px solid #ffffff;
    }
    .courses-title h5{
        font-size: 58px;
        line-height: 68px;
        font-weight: 600;
    }
    .courses-title p{
        font-size: 23px;
        line-height: 33px;
        margin: 25px 0 0;
    }
    .free-consultation{
        padding: 100px 0px;
    }
    .free-consultation a{
        font-size: 23px;
        line-height: 33px;
        padding: 15px 50px;
        margin-top: 40px;
    }
    .free-consultation p:nth-child(3){
        font-size: 22px;
        line-height: 32px;
    }
    .free-consultation h4{
        font-size: 58px;
        line-height: 68px;
        font-weight: 600;
        margin: 0 0 25px;
    }
    .free-consultation p{
        font-size: 25px;
        line-height: 35px;
    }
    .milestone-right p{
        font-size: 23px;
        line-height: 33px;
    }
    .milestone-box{
        flex-direction: row;
        margin: 0px 0px;
    }
    .learning-experience-container h2{
        font-size: 58px;
        line-height: 68px;
        font-weight: 600;
        margin: 0 0 50px;
    }
    .milestone-right h5{
        font-size: 58px;
        line-height: 68px;
    }
    .tutor-details{
        margin: 40px 0px;
    }
    .tutor-details h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tutor-details p{
        font-size: 40px;
        line-height: 50px;
    }
    .tutor-title h1{
        font-size: 58px;
        line-height: 68px;
        font-weight: 600;
    }
    .banner-captions{
        padding: 0 0;
    }
    .banner-captions h4{
        font-size: 58px;
        line-height: 68px;
        margin: 0 0 25px;
    }
    .banner-captions p{
        font-size: 23px;
        line-height: 42px;
        padding: 0 45% 0 0;
    }
    .header-right-container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-main.navbar-dark .navbar-nav .nav-link{
        font-family: 'Montserrat', sans-serif;
        font-size: 23px;
        line-height: 33px;
        color: #1c2054;
        font-weight: 600;
        padding: 15px 17px;
    }
    .nav-main.navbar-dark .navbar-nav .nav-link:hover{
        color: #c8952c !important;
    }
    .footer-nav-container ul li a:hover{
        color: #c8952c !important;
    }
    .nav-main.navbar-expand-sm .navbar-collapse{
        justify-content: center !important;
    }
    
    header .navbar{
        margin-top: 0px;
        padding: 0 0;
        border-radius: 0;
        background-color: transparent;
        position: relative;
        width: auto;
        left: 0;
        right: 0;
        top: 0;
    }
    header .navbar-nav .nav-link{
        color: inherit !important;
    }
    .banner-icon{
        position: absolute;
        z-index: 88;
    }
    .banner-icon img{
        width: 100%;
    }
    .bicon1{
        width: 220px;
        height: 40px;
        left: 8%;
        top: 15%;
        /*background-image: url("../images/banner-icons/lines.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
    }
    .bicon2{
        width: 50px;
        height: 70px;
        left: 60%;
        top: 17%;
        /*background-image: url("../images/banner-icons/triangle.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
    }
    .bicon3{
        width: 69px;
        height: 70px;
        right: 2%;
        top: 24%;
        /*background-image: url("../images/banner-icons/full-circle.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
    }
    .bicon4{
        width: 67px;
        height: 76px;
        right: 50%;
        bottom: 24%;
        /*background-image: url("../images/banner-icons/icon-half-circle.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
    }


    .banner-container{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .banner-captions{
        width: 60%;
        position: absolute;
        left: 8%;
    }
    .banner-captions a{
        font-size: 23px;
        line-height: 33px;
        padding: 15px 50px;
        margin-top: 40px;
    }


    .milestone-box{
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .milestone-box span{
        margin-right: 15px;
    }
    .free-consultation .container{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .courses-container{
        background-color: #c8952c;
        padding: 100px 0px;
    }
    .courses-container .row{
        max-width: 560px;
        margin: 25px auto 0;
    }

    .coursecon1{
        width: 50px;
        height: 70px;
        left: 12%;
        top: 22%;
        /*background-image: url("../images/icons/course-triagonal.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: first-animation 1s infinite;
    }
    @keyframes first-animation{
        0% {transform: scale(1,1)}
        50% {transform: scale(1.1, 1.1)}
        100% {transform: scale(1,1)}
    }
    .coursecon2{
        width: 70px;
        height: 70px;
        right: 14%;
        top: 17%;
        /*background-image: url("../images/icons/course-full-circle-top-right.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: second-animation 4s infinite;
    }
    @keyframes second-animation{
        0% {transform: rotate(0deg)}
        50% {transform: rotate(360deg)}
        100% {transform: rotate(0deg)}
    }
    .coursecon3{
        width: 59px;
        height: 66px;
        right: 11%;
        bottom: 20%;
        /*background-image: url("../images/icons/course-multiply.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: third-animation 4s infinite;
    }
    @keyframes third-animation{
        0% {transform: skew(0deg, 0deg)}
        50% {transform: skew(20deg, 10deg)}
        100% {transform: skew(0deg, 0deg)}
    }
    .coursecon4{
        width: 72px;
        height: 70px;
        left: 15%;
        bottom: 11%;
        /*background-image: url("../images/icons/course-full-circle.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: second-animation 4s infinite;
    }
    @keyframes second-animation{
        0% {transform: rotate(0deg)}
        50% {transform: rotate(360deg)}
        100% {transform: rotate(0deg)}
    }


    .methodology-container{
        padding: 100px 0px;
        background-color: #1D2055;
    }

    .testimonial-container{
        padding: 0px 0px 50px;
    }
    .testimonial-slider-main{
        border: 2px solid #c8952c;
        border-radius: 11px;
        margin-top: 50px;
        padding: 50px;
    }
    .testimonial-circle-box{
        width: 250px;
        height: 250px;
        border-radius: 50%;
        border: 4px solid #c8952c;
        margin: 0 auto;
    }
    .testimonial-circle-box img{
        width: 100%;
    }
    .testimonial-comment-container{
        margin-top: 25px;
    }
    .testimonial-name-rating-container span{
        margin-top: 5px;
        display: inline-block;
    }
    .testimonial-name-rating-container span i{
        color: #f8d60b;
    }
    .testimonial-slider-main .owl-carousel .owl-nav, .testimonial-slider-main .owl-carousel .owl-dots{
        display: block;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-prev{
        width: 66px;
        height: 66px;
        background-color: #c8952c;
        color: #fff;
        border-radius: 50%;
        left: -12%;
        position: absolute;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-prev span{
        font-size: 52px;
        line-height: 26px;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-next{
        width: 66px;
        height: 66px;
        background-color: #c8952c;
        color: #fff;
        border-radius: 50%;
        right: -12%;
        position: absolute;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-next span{
        font-size: 52px;
        line-height: 26px;
    }
    .testimonial-slider-main .owl-nav{
        width: 100%;
        position: absolute;
        left: 0;
        top: 44%;
        transform: translateY(-50%);
        margin: 0;
    }
    .testimonial-slider-main .owl-theme .owl-dots{
        bottom: -17%;
        position: absolute;
        width: 100%;
    }
    .testimonial-slider-main .owl-theme .owl-dots .owl-dot.active span{
        background-color: #c8952c;
    }
    .testimonial-slider-main .owl-theme .owl-dots .owl-dot span{
        background-color: #c8c8c8;
    }

    .video-testimonial-container{
        padding: 100px 0px;
    }
    .video-testimonial-image-container{
        margin-top: 50px;
    }

    footer{
        padding: 50px 0px 0px;
        background-color: #1c2054;
    }
    .footer-logo-container{
        margin-bottom: 15px;
    }
    .footer-logo-container img{
        width: auto;
    }
    .footer-about-container p{
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        padding: 0;
        margin: 0;
    }
    .footer-nav-container ul{
        position: relative;
        left: 0;
        vertical-align: middle;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .footer-nav-container ul li{
        margin-right: 50px;
    }
    .footer-nav-container ul li a{
        font-size: 23px;
        line-height: 33px;
        color: #fff;
        text-decoration: none;
    }
    .footer-nav-container{
        margin-bottom: 75px;
    }
    .whats-app-icon{
        margin-right: 15px;
    }
    .footer-call-social-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer-whatsapp{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-social-container ul{
        position: relative;
        vertical-align: middle;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: start;
        left: 0;
        padding: 0;
        margin: 0;
    }
    .footer-social-container ul li{
        margin-right: 30px;
    }
    .footer-social-container ul li:last-child{
        margin-right: 0px;
    }
    .footer-social-container ul li a{
        font-size: 23px;
        line-height: 33px;
        color: #c8952c;
        text-decoration: none;
        transition: all linear 0.5s;
    }
    .footer-social-container ul li a:hover{
        color: #fff;
    }
    .footer-whatsapp .whats-app-number a p{
        color: #fff;
    }
    .footer-whatsapp .whats-app-number a p{
        transition: all linear 0.5s;
    }
    .footer-whatsapp .whats-app-number a:hover p{
        color: #c8952c;
    }
    .footer-whatsapp .whats-app-number a h5{
        transition: all linear 0.5s;
    }
    .footer-whatsapp .whats-app-number a:hover h5{
        color: #fff;
    }


    .whats-app-number a p{
        transition: all linear 0.5s;
    }
    .whats-app-number a:hover p{
        color: #c8952c;
    }
    .whats-app-number a h5{
        transition: all linear 0.5s;
    }
    .whats-app-number a:hover h5{
        color: #1c2054;
    }


    .copy-right-container{
        padding: 25px 0px;
    }
    .copy-right-container p{
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .footer-about-container{
        padding-right: 125px;
    }
    .footer-logo-container{
        text-align: left;
    }
}
@media (min-width: 650px) and (max-width: 900px){
    .courses-box .new-h6{
        font-size: 28px;
    }
    .video-testimonial-container h6{
        font-size: 30px;
        line-height: 40px;
    }
    .d-m-none{
        display: block;
    }
    .whats-app-icon{
        margin-right: 15px;
    }
    .testimonial-slider-main{
        margin-top: 0;
        padding: 25px;
    }
    .banner-icon, .courses-icons{
        display: none !important;
    }
    header .navbar-nav .nav-link{
        font-size: 15px !important;
        line-height: 25px !important;
        color: #000 !important;
    }
    header .container, .learning-experience-container .container{
        max-width: 100%;
    }
    .whats-app-icon img{
        width: 100%;
    }
    .whats-app-number a{
        text-decoration: none;
    }

    .whats-app-number a p{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #1c2054;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }
    .whats-app-number a h5{
        font-size: 26px;
        line-height: 30px;
        color: #c8952c;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }
    .banner-container img{
        width: 100%;
    }

    .banner-container{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .banner-captions{
        width: 100%;
        position: absolute;
        left: 0%;
        top: 50%;
        padding: 0 15px;
        transform: translateY(-50%);
    }
    .banner-captions h4{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #c8952c;
        font-weight: 600;
        margin: 0 0 5px;
        padding: 0;
    }
    .banner-captions p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        margin: 0;
        padding: 0 0 0 0;
    }
    .banner-captions a{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #c8952c;
        text-decoration: none;
        border-radius: 5px;
        padding: 10px 30px;
        display: inline-block;
        margin-top: 10px;
        transition: all linear 0.5s;
    }
    .banner-captions a:hover{
        color: #c8952c;
        background-color: #ffffff;
    }
    .banner-captions p span{
        text-transform: uppercase;
    }

    .dedicated-tutor-container{
        padding: 50px 0px;
    }
    .tutor-title h1{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .tutor-details p{
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #1c2054;
        font-weight: 700;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .tutor-details h2{
        font-size: 18px;
        line-height: 28px;
        color: #c8952c;
        font-weight: 700;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .tutor-details{
        margin: 20px 0px;
    }
    .tutor-video-container img{
        width: 100%;
    }
    .learning-experience-container{
        padding-bottom: 50px;
    }
    .learning-experience-container h2{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        font-weight: 600;
        text-align: center;
        margin: 0 0 25px;
        padding: 0;
    }
    .milestone-right h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        line-height: 42px;
        color: #c8952c;
        font-weight: bold;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .milestone-right p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #1c2054;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .free-consultation{
        padding: 50px 0px;
        background-color: #e8e8e8;
    }
    .free-consultation .container{
        text-align: center;
    }
    .free-consultation h4{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        font-weight: 600;
        text-align: center;
        margin: 0 0 5px;
        padding: 0;
    }
    .free-consultation p{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .free-consultation p:nth-child(3){
        font-size: 19px;
        line-height: 29px;
        color: #1c2054;
        text-align: center;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }
    .free-consultation p span{
        text-transform: uppercase;
        font-weight: bold;
    }
    .free-consultation a{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #1c2054;
        text-decoration: none;
        border-radius: 5px;
        padding: 10px 30px;
        display: inline-block;
        margin-top: 20px;
        transition: all linear 0.5s;
    }
    .free-consultation a:hover{
        color: #fff;
        background-color: #c8952c;
    }
    
    
    .tutoring-journey .tutoring-journey-read a{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #1c2054;
        text-decoration: none;
        border-radius: 5px;
        padding: 10px 30px;
        display: inline-block;
        margin-top: 20px;
        transition: all linear 0.5s;
    }
    .tutoring-journey-read a:hover{
        color: #fff;
        background-color: #c8952c;
    }
    
    
    
    
    .courses-title h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
    .courses-title p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        text-align: center;
        margin: 8px 0 0;
        padding: 0;
    }
    .courses-title p span{
        text-transform: uppercase;
    }
    .courses-box h6{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        margin: 0 0;
        padding: 0;
    }
    .courses-box p{
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #ffffff;
        text-align: center;
        font-weight: 500;
        margin: 5px 0 0;
        padding: 0;
    }
    .courses-container{
        position: relative;
    }
    .courses-icons{
        position: absolute;
        z-index: 88;
    }
    .courses-container .col-xl-6:first-child .courses-box{
        border-right: 1px solid #ffffff;
    }
    .courses-box{
        width: 100%;
    }

    .coursecon1{
        width: 50px;
        height: 70px;
        left: 12%;
        top: 22%;
        /*background-image: url("../images/icons/course-triagonal.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: first-animation 1s infinite;
    }
    @keyframes first-animation{
        0% {transform: scale(1,1)}
        50% {transform: scale(1.1, 1.1)}
        100% {transform: scale(1,1)}
    }
    .coursecon2{
        width: 70px;
        height: 70px;
        right: 14%;
        top: 17%;
        /*background-image: url("../images/icons/course-full-circle-top-right.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: second-animation 4s infinite;
    }
    @keyframes second-animation{
        0% {transform: rotate(0deg)}
        50% {transform: rotate(360deg)}
        100% {transform: rotate(0deg)}
    }
    .coursecon3{
        width: 59px;
        height: 66px;
        right: 11%;
        bottom: 20%;
        /*background-image: url("../images/icons/course-multiply.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: third-animation 4s infinite;
    }
    @keyframes third-animation{
        0% {transform: skew(0deg, 0deg)}
        50% {transform: skew(20deg, 10deg)}
        100% {transform: skew(0deg, 0deg)}
    }
    .coursecon4{
        width: 72px;
        height: 70px;
        left: 15%;
        bottom: 11%;
        /*background-image: url("../images/icons/course-full-circle.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: second-animation 4s infinite;
    }
    @keyframes second-animation{
        0% {transform: rotate(0deg)}
        50% {transform: rotate(360deg)}
        100% {transform: rotate(0deg)}
    }

    .methodology-container h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #c8952c;
        text-align: center;
        font-weight: 600;
        margin: 0 0 5px;
        padding: 0;
    }
    .methodology-container p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #c8952c;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .testimonial-title{
        padding: 45px 0px;
        background-image: url("../images/quote.png");
        background-position: left;
        background-size: 10% 25%;
        background-repeat: no-repeat;
    }
    .testimonial-title h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        text-align: center;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }
    .testimonial-comment-container p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #1c2054;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .testimonial-name-rating-container{    
        text-align: center;
        margin-top: 5px;
    }
    .testimonial-name-rating-container p{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        text-align: center;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-prev{
        width: 66px;
        height: 66px;
        background-color: #c8952c;
        color: #fff;
        border-radius: 50%;
        left: -12%;
        position: absolute;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-prev span{
        font-size: 52px;
        line-height: 26px;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-next{
        width: 66px;
        height: 66px;
        background-color: #c8952c;
        color: #fff;
        border-radius: 50%;
        right: -12%;
        position: absolute;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-next span{
        font-size: 52px;
        line-height: 26px;
    }
    .testimonial-slider-main .owl-nav{
        width: 100%;
        position: absolute;
        left: 0;
        top: 44%;
        transform: translateY(-50%);
        margin: 0;
    }
    .testimonial-slider-main .owl-theme .owl-dots{
        bottom: -17%;
        position: absolute;
        width: 100%;
    }
    .testimonial-slider-main .owl-theme .owl-dots .owl-dot.active span{
        background-color: #c8952c;
    }
    .testimonial-slider-main .owl-theme .owl-dots .owl-dot span{
        background-color: #c8c8c8;
    }
    .video-testimonial-container h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        text-align: center;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
    .video-testimonial-image-container img{
        width: 100%;
    }
    footer{
        padding: 50px 0px 0px;
        background-color: #1c2054;
    }
    .footer-logo-container{
        margin-bottom: 15px;
    }
    .footer-logo-container img{
        width: auto;
    }
    .footer-about-container p{
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 28px;
        text-align: justify;
        color: #fff;
        padding: 0;
        margin: 0;
    }
    .footer-nav-container ul{
        position: relative;
        left: 0;
        vertical-align: middle;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-nav-container ul li{
        margin-right: 25px;
    }
    .footer-nav-container ul li a{
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        text-decoration: none;
    }
    .footer-nav-container{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .whats-app-icon{
        margin-right: 15px;
    }
    .footer-call-social-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-whatsapp{
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin-bottom: 15px;*/
    }
    .footer-social-container ul{
        position: relative;
        vertical-align: middle;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: start;
        left: 0;
        padding: 0;
        margin: 0;
    }
    .footer-social-container ul li{
        margin-right: 50px;
    }
    .footer-social-container ul li:last-child{
        margin-right: 0px;
    }
    .footer-social-container ul li a{
        font-size: 23px;
        line-height: 33px;
        color: #c8952c;
        text-decoration: none;
        transition: all linear 0.5s;
    }
    .footer-social-container ul li a:hover{
        color: #fff;
    }
    .footer-whatsapp .whats-app-number a p{
        color: #fff;
    }
    .footer-whatsapp .whats-app-number a p{
        transition: all linear 0.5s;
    }
    .footer-whatsapp .whats-app-number a:hover p{
        color: #c8952c;
    }
    .footer-whatsapp .whats-app-number a h5{
        transition: all linear 0.5s;
    }
    .footer-whatsapp .whats-app-number a:hover h5{
        color: #fff;
    }


    .whats-app-number a p{
        transition: all linear 0.5s;
    }
    .whats-app-number a:hover p{
        color: #c8952c;
    }
    .whats-app-number a h5{
        transition: all linear 0.5s;
    }
    .whats-app-number a:hover h5{
        color: #1c2054;
    }


    .copy-right-container{
        padding: 25px 0px;
    }
    .copy-right-container p{
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .footer-about-container{
        padding-right: 125px;
    }
    .milestone-box{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: row;
        margin: 15px 0;
    }
    .courses-container{
        background-color: #c8952c;
        padding: 50px 0px;
    }
    .courses-box{
        margin-top: 15px;
    }
    .methodology-container{
        padding: 50px 0px;
        background-color: #1D2055;
    }
    .methodology-container{
        padding: 75px 0px;
        background-color: #1D2055;
    }
    .testimonial-circle-box{
        width: 180px;
        height: 180px;
        border-radius: 50%;
        border: 4px solid #c8952c;
        margin: 0 auto;
    }
    .video-testimonial-container{
        padding: 50px 0px;
    }
    .testimonial-slider-main .owl-theme .owl-dots{
        bottom: -14%;
        position: absolute;
        width: 100%;
    }
    .footer-about-container{
        padding-right: 0px;
    }
    .footer-nav-container ul li:last-child{
        margin-right: 0;
    }
    .footer-logo-container{
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .courses-box .new-h6{
        font-size: 28px;
    }
    .video-testimonial-container h6{
        font-size: 30px;
        line-height: 40px;
    }
    .d-m-none{
        display: block;
    }
    .whats-app-icon{
        margin-right: 15px;
    }
    .testimonial-slider-main{
        margin-top: 0;
        padding: 25px;
    }
    header .navbar-nav .nav-link{
        font-size: 15px !important;
        line-height: 25px !important;
        color: #000 !important;
    }
    header .container, .learning-experience-container .container{
        max-width: 100%;
    }
    .whats-app-icon img{
        width: 100%;
    }
    .whats-app-number a{
        text-decoration: none;
    }

    .whats-app-number a p{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #1c2054;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }
    .whats-app-number a h5{
        font-size: 20px;
        line-height: 30px;
        color: #c8952c;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }
    .banner-container img{
        width: 100%;
    }

    .banner-container{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .banner-captions{
        width: 100%;
        position: absolute;
        left: 0%;
        top: 50%;
        padding: 0 15px;
        transform: translateY(-50%);
    }
    .banner-captions h4{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #c8952c;
        font-weight: 600;
        margin: 0 0 5px;
        padding: 0;
    }
    .banner-captions p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        margin: 0;
        padding: 0 0 0 0;
    }
    .banner-captions a{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #c8952c;
        text-decoration: none;
        border-radius: 5px;
        padding: 10px 30px;
        display: inline-block;
        margin-top: 10px;
        transition: all linear 0.5s;
    }
    .banner-captions a:hover{
        color: #c8952c;
        background-color: #ffffff;
    }
    .banner-captions p span{
        text-transform: uppercase;
    }

    .dedicated-tutor-container{
        padding: 50px 0px;
    }
    .tutor-title h1{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .tutor-details p{
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #1c2054;
        font-weight: 700;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .tutor-details h2{
        font-size: 18px;
        line-height: 28px;
        color: #c8952c;
        font-weight: 700;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .tutor-details{
        margin: 20px 0px;
    }
    .tutor-video-container img{
        width: 100%;
    }
    .learning-experience-container{
        padding-bottom: 50px;
    }
    .learning-experience-container h2{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        font-weight: 600;
        text-align: center;
        margin: 0 0 25px;
        padding: 0;
    }
    .milestone-right h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        line-height: 42px;
        color: #c8952c;
        font-weight: bold;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .milestone-right p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #1c2054;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .free-consultation{
        padding: 50px 0px;
        background-color: #e8e8e8;
    }
    .free-consultation .container{
        text-align: center;
    }
    .free-consultation h4{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        font-weight: 600;
        text-align: center;
        margin: 0 0 5px;
        padding: 0;
    }
    .free-consultation p{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .free-consultation p:nth-child(3){
        font-size: 19px;
        line-height: 29px;
        color: #1c2054;
        text-align: center;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }
    .free-consultation p span{
        text-transform: uppercase;
        font-weight: bold;
    }
    .free-consultation a{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #1c2054;
        text-decoration: none;
        border-radius: 5px;
        padding: 10px 30px;
        display: inline-block;
        margin-top: 20px;
        transition: all linear 0.5s;
    }
    .free-consultation a:hover{
        color: #fff;
        background-color: #c8952c;
    }
    .tutoring-journey-read{
        background-color:red;
        
    }
    .tutoring-journey-read a{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1c2054;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    transition: all linear 0.5s;
}
    .tutoring-journey-read a:hover{
    color: #fff;
    background-color: #c8952c;
}
    
    .courses-title h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
    .courses-title p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        text-align: center;
        margin: 8px 0 0;
        padding: 0;
    }
    .courses-title p span{
        text-transform: uppercase;
    }
    .courses-box h6{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        margin: 0 0;
        padding: 0;
    }
    .courses-box p{
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #ffffff;
        text-align: center;
        font-weight: 500;
        margin: 5px 0 0;
        padding: 0;
    }
    .courses-container{
        position: relative;
    }
    .courses-icons{
        position: absolute;
        z-index: 88;
    }
    .courses-container .col-xl-6:first-child .courses-box{
        border-right: 1px solid #ffffff;
    }
    .courses-box{
        width: 100%;
    }

    .coursecon1{
        width: 50px;
        height: 70px;
        left: 12%;
        top: 22%;
        /*background-image: url("../images/icons/course-triagonal.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: first-animation 1s infinite;
    }
    @keyframes first-animation{
        0% {transform: scale(1,1)}
        50% {transform: scale(1.1, 1.1)}
        100% {transform: scale(1,1)}
    }
    .coursecon2{
        width: 70px;
        height: 70px;
        right: 14%;
        top: 17%;
        /*background-image: url("../images/icons/course-full-circle-top-right.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: second-animation 4s infinite;
    }
    @keyframes second-animation{
        0% {transform: rotate(0deg)}
        50% {transform: rotate(360deg)}
        100% {transform: rotate(0deg)}
    }
    .coursecon3{
        width: 59px;
        height: 66px;
        right: 11%;
        bottom: 20%;
        /*background-image: url("../images/icons/course-multiply.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: third-animation 4s infinite;
    }
    @keyframes third-animation{
        0% {transform: skew(0deg, 0deg)}
        50% {transform: skew(20deg, 10deg)}
        100% {transform: skew(0deg, 0deg)}
    }
    .coursecon4{
        width: 72px;
        height: 70px;
        left: 15%;
        bottom: 11%;
        /*background-image: url("../images/icons/course-full-circle.png");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;*/
        animation: second-animation 4s infinite;
    }
    @keyframes second-animation{
        0% {transform: rotate(0deg)}
        50% {transform: rotate(360deg)}
        100% {transform: rotate(0deg)}
    }

    .methodology-container h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #c8952c;
        text-align: center;
        font-weight: 600;
        margin: 0 0 5px;
        padding: 0;
    }
    .methodology-container p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #c8952c;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .testimonial-title{
        padding: 45px 0px;
        background-image: url("../images/quote.png");
        background-position: left;
        background-size: 5% 25%;
        background-repeat: no-repeat;
    }
    .testimonial-title h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        text-align: center;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }
    .testimonial-comment-container p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #1c2054;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .testimonial-name-rating-container{    
        text-align: center;
        margin-top: 5px;
    }
    .testimonial-name-rating-container p{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        text-align: center;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-prev{
        width: 66px;
        height: 66px;
        background-color: #c8952c;
        color: #fff;
        border-radius: 50%;
        left: -7%;
        position: absolute;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-prev span{
        font-size: 52px;
        line-height: 26px;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-next{
        width: 66px;
        height: 66px;
        background-color: #c8952c;
        color: #fff;
        border-radius: 50%;
        right: -7%;
        position: absolute;
    }
    .testimonial-slider-main .owl-carousel .owl-nav button.owl-next span{
        font-size: 52px;
        line-height: 26px;
    }
    .testimonial-slider-main .owl-nav{
        width: 100%;
        position: absolute;
        left: 0;
        top: 44%;
        transform: translateY(-50%);
        margin: 0;
    }
    .testimonial-slider-main .owl-theme .owl-dots{
        bottom: -17%;
        position: absolute;
        width: 100%;
    }
    .testimonial-slider-main .owl-theme .owl-dots .owl-dot.active span{
        background-color: #c8952c;
    }
    .testimonial-slider-main .owl-theme .owl-dots .owl-dot span{
        background-color: #c8c8c8;
    }
    .video-testimonial-container h5{
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #1c2054;
        text-align: center;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
    .video-testimonial-image-container img{
        width: 100%;
    }
    footer{
        padding: 50px 0px 0px;
        background-color: #1c2054;
    }
    .footer-logo-container{
        margin-bottom: 15px;
    }
    .footer-logo-container img{
        width: auto;
    }
    .footer-about-container p{
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 28px;
        text-align: justify;
        color: #fff;
        padding: 0;
        margin: 0;
    }
    .footer-nav-container ul{
        position: relative;
        left: 0;
        vertical-align: middle;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-nav-container ul li{
        margin-right: 25px;
    }
    .footer-nav-container ul li a{
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        text-decoration: none;
    }
    .footer-nav-container{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .whats-app-icon{
        margin-right: 15px;
    }
    .footer-call-social-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-whatsapp{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-social-container ul{
        position: relative;
        vertical-align: middle;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: start;
        left: 0;
        padding: 0;
        margin: 0;
    }
    .footer-social-container ul li{
        margin-right: 50px;
    }
    .footer-social-container ul li:last-child{
        margin-right: 0px;
    }
    .footer-social-container ul li a{
        font-size: 23px;
        line-height: 33px;
        color: #c8952c;
        text-decoration: none;
        transition: all linear 0.5s;
    }
    .footer-social-container ul li a:hover{
        color: #fff;
    }
    .footer-whatsapp .whats-app-number a p{
        color: #fff;
    }
    .footer-whatsapp .whats-app-number a p{
        transition: all linear 0.5s;
    }
    .footer-whatsapp .whats-app-number a:hover p{
        color: #c8952c;
    }
    .footer-whatsapp .whats-app-number a h5{
        transition: all linear 0.5s;
    }
    .footer-whatsapp .whats-app-number a:hover h5{
        color: #fff;
    }


    .whats-app-number a p{
        transition: all linear 0.5s;
    }
    .whats-app-number a:hover p{
        color: #c8952c;
    }
    .whats-app-number a h5{
        transition: all linear 0.5s;
    }
    .whats-app-number a:hover h5{
        color: #1c2054;
    }


    .copy-right-container{
        padding: 25px 0px;
    }
    .copy-right-container p{
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .footer-about-container{
        padding-right: 125px;
    }
    .milestone-box{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: row;
        margin: 15px 0;
    }
    .courses-container{
        background-color: #c8952c;
        padding: 50px 0px;
    }
    .courses-box{
        margin-top: 15px;
    }
    .methodology-container{
        padding: 50px 0px;
        background-color: #1D2055;
    }
    .methodology-container{
        padding: 75px 0px;
        background-color: #1D2055;
    }
    .testimonial-circle-box{
        width: 180px;
        height: 180px;
        border-radius: 50%;
        border: 4px solid #c8952c;
        margin: 0 auto;
    }
    .video-testimonial-container{
        padding: 50px 0px;
    }
    .testimonial-slider-main .owl-theme .owl-dots{
        bottom: -14%;
        position: absolute;
        width: 100%;
    }
    .footer-about-container{
        padding-right: 0px;
    }
    .footer-nav-container ul li:last-child{
        margin-right: 0;
    }
    .footer-logo-container{
        text-align: center;
    }
}