body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    background: #fff;
}
.main-logo img{
    height: 70px;
}
.navbar {
    margin-bottom: 0;
    z-index: 9999;
    border: 0;
    padding: 15px 0;
}
.navbar li a,
.navbar .navbar-brand .navbar li a{
    color: #39426F;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
    background-color: transparent !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
ul.main-menu li{
    margin: 0 18px;
}
ul.main-menu li a{
    padding: 10px 0;
}
.banner-section {
    color: #000;
    padding: 90px 0 0;
    min-height: 200px;
}
.banner-section h4{
    margin-top: 30%;
    font-size: 28px;
    font-weight: 700;
}
.banner-section h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #063D9C;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.slideanim {
    visibility: hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.banner-inner img{
    width: 100%;
}
.carousel-control{
    width: auto;
}
.banner-inner .carousel-control img{
    width: auto;
}
.img-responsive{
    width: 100%;
    height: auto;
}
.common-btn, a.login-btn.common-btn, a.login-btn.common-btn:hover{
    border: none;
    border-radius: 50px;
    letter-spacing: 0.35px;
    font-weight: 500;
    padding: 12px 25px 10px;
    font-size: 14px;
    cursor: pointer;
    color: #fff !important;
    background: #063D9C !important;
    border-radius: 100px;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    text-decoration: none !important;
    border: 2px solid #063D9C;
    display: inline-block;
}
.about-section, .where-we-section, .course-price-section, .papers-section{
    padding-top: 90px;
}
.where-we-section, .course-price-section{
    padding-bottom: 50px;
}
.about-section h2, .where-we-section h2, .course-price-section h2, .papers-section h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-section h2{
    text-align: center;
}
.about-section h4{
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 20px;
}
.course-price-section{
    text-align: center;
    background: #ECF5FF;
}
.price-slider{
    margin-top: 30px;
}
.price-box, .material-price-box{
    padding: 30px 18px;
    min-height: 200px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
    margin: 10px;
}
.material-price-box{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.price-box h5{
    font-size: 18px;
    font-weight: 500;
}
.price-box p{
    font-size: 20px;
    font-weight: 500;
    color: #063D9C;
}
.price-box ul{
    padding: 0;
    margin: 10px 0;
}
.price-box ul li{
    list-style: none;
    background: url(../image/check-mark.png) no-repeat left center;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 5px 0 5px 35px;
    text-align: left;
}
.price-box ul li:last-child{
    margin-bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
    top: 40%;
}
.carousel-control.left{
    left: -6%;
}
.carousel-control.right{
    right: -6%;
}
.carousel-control.next-btn,
.carousel-control.prev-btn {
    background-image: none;
    top: 40%;
}
.carousel-control.next-btn{
    right: 0;
    left: auto;
}
.carousel-control.prev-btn{
    left: 0;
}
.material-price-box h6{
    font-size: 20px;
    font-weight: 700;
}
.material-price-box h6 span{
    color: #1A53C7;
    font-size: 18px;
}
.material-price-box p{
    margin-top: 30px;
}
.material-button-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
}
.common-btn.see-all{
    background: transparent !important;
    border: 2px solid #FFC300;
    color: #FFC300 !important;
}
.contact-section{
    padding-top: 180px;
    background-image: url(../image/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
}
.contact-section h3{
    color: #063D9C;
    font-size: 16px;
}
.contact-section h2{
    color: #000000;
    font-size: 24px;
}
.contact-form input{
    min-height: 60px;
}
.contact-info h4{
    font-family: 'Poppins', sans-serif;
    color: #1A53C7;
    font-size: 24px;
    font-weight: 600;
    margin: 25px 0;
}
.contact-info-box{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}
.contact-info-box img{
    margin-right: 20px;
}
.contact-info ul{
    padding: 0;
    margin: 10px 0 0;
    display: flex;
}
.contact-info ul li{
    list-style: none;
    margin-right: 10px;
}
.papers-section, .contact-section {
    background-color: #F1F1F1;
}
a.common-btn.view-more-btn {
    margin: 15px auto 0;
    display: block;
    text-align: center;
    width: 200px;
}
.contact-inner{
    background-color: #fff;
    padding: 40px 30px 50px;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
    border-radius: 5px;
}
.contact-section h3 {
    color: #1A53C7;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.contact-section h2 {
    color: #1C1E2C;
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0 36px;
}
.footer-wrap{
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright{
    color: #fff;
    font-size: 14px;
}
.footer-link ul{
    padding: 0;
    margin: 0;
    display: flex;
}
.footer-link ul li{
    list-style: none;
    margin: 0 10px;
}
.footer-link ul li a{
    color: #fff;
    text-decoration: none;
}
button.common-btn.send-btn {
    font-weight: 600;
    height: 65px;
    width: 250px;
    font-size: 18px;
    margin-top: 20px;
}
.carousel-caption {
    bottom: 30%;
    right: 10%;
    left: auto;
    max-width: 38%;
    color: #000000;
}
a.main-logo {
    padding-left: 15px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
    color: #063D9C !important;
}
.navbar-default .navbar-nav>li>a.login-btn.common-btn:hover {
    color: #ffffff !important;
}
.navbar-default{
    background-color: #fff;
}
/*---breakpoints---*/
@media screen and (min-width: 768px) {
    ul.nav.navbar-nav.navbar-right {
        padding-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .carousel-control.left{
        left: 0;
    }
    .carousel-control.right{
        right: 0;
    }
    .carousel-control img{
        height: 40px;
        width: 40px;
    }
    .contact-info ul li a img {
        height: 60px;
    }
    .about-section, .where-we-section, .course-price-section, .papers-section {
        padding-top: 20px;
    }
    .contact-section h2{
        font-size: 28px;
    }
    button.common-btn.send-btn {
        font-weight: 500;
        height: auto;
        width: auto;
        font-size: 14px;
        margin-top: 10px;
    }
    .footer-wrap{
        display: block;
        text-align: center;
    }
    .footer-link {
        margin-top: 15px;
    }
    .footer-link ul{
        justify-content: center;
    }
    .carousel-caption{
        display: none;
    }
    .footer-wrap{
        padding: 30px 0;
    }
    .contact-section {
        padding-top: 80px;
    }
}
@media screen and (max-width: 479px) {
    .footer-link ul li {
        margin: 0 5px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .main-logo img {
        height: 50px;
    }
    .navbar-default .navbar-nav>li>a{
        font-size: 13px;
    }
    .navbar-default .navbar-nav>li{
        margin: 0 8px;
    }
    a.login-btn.common-btn {
        padding: 5px 10px;
    }
    .carousel-control img {
        height: 45px;
    }
    .price-slider .col-sm-4,
    .papers-section .col-sm-4{
        padding: 0;
    }
    .carousel-control.right{
        right: 0;
    }
    .carousel-control.left{
        left: 0;
    }
    .material-price-box p {
        font-size: 14px;
    }
    .common-btn{
        padding: 8px 10px 6px;
        font-size: 12px;
    }
    .carousel-caption {
        bottom: 0;
        max-width: 80%;
    }
    .banner-section h3{
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .banner-section h4{
        font-size: 18px;
        margin-top: 0;
    }
    .about-section, .where-we-section, .course-price-section, .papers-section {
        padding-top: 30px;
    }
    .footer-wrap{
        padding: 35px 0;
    }
    .contact-section {
        padding-top: 90px;
    }
}
