:root {
    --primary-color: #3eaf60;
    --secondary-color: #231f40;
    --gray-color: #66717a;
    --white-color: #ffffff;
    --black-color: #000000;
    --common-bg: #f8fafd;
}

body {
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1200px !important;
}
.commmon-bg {
    background-color: var(--common-bg);
}
.common-margin-div {
    margin-top: 100px;
    margin-bottom: 100px;
}
.common-padding-div {
    padding-top: 100px;
    padding-bottom: 100px;
}

.common-pre-heading-text {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.common-heading-text {
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
}
.small-text {
    font-size: 16px;
    color: var(--gray-color);
}
.common-para {
    color: var(--gray-color);
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 400;
}
.common-btn-div .btn {
    color: var(--white);
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    text-transform: capitalize;
    min-width: 200px;
    border-radius: 5px;
    padding: 12px 25px;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
}
.common-btn-div .btn:hover {
    color: var(--primary-color);
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
}
.common-btn-div .arrows {
    padding-left: 5px;
}
.popular-topics-learn-div .common-div,
.our-popular-courses-div .common-div,
.our-testimonial-div .common-div,
.subscribe-newsletter-div .common-div {
    text-align: center;
    margin-bottom: 50px;
}

/*========================= Navbar css start =========================*/
.header-logo-div img {
    width: 100px;
}
.header-main-div {
    width: 100%;
    padding: 10px 0;
    position: fixed;
    z-index: 99999;
}
.sticky-header {
    box-shadow: 0 3px 6px #00000026, 0 3px 6px #00000021;
    background-color: var(--white);
    transition: all 0.3s ease 0s;
}
.header-main-div .navbar {
    padding: 5px 0px;
}
nav .navbar-nav .nav-item {
    margin-left: 20px;
}
nav .navbar-nav .nav-item .nav-link {
    color: var(--black-color);
    font-weight: 400;
}
nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color);
}
.started-btn {
    background-color: #45b266;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 15px;
    padding: 8px 20px;
    border: 1px solid #45b266;
}
ul.navbar-nav {
    align-items: center;
}   
.started-btn:hover {
    background-color: transparent;
    color: #45b266;
}
/*========================= Navbar css end =========================*/

/*======================== Main Banner Div css start ==================*/

.main-banner-div {
    background-image: url(../../image/main-banner-bg-shape.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 120px;
}
.main-banner-div .common-heading-text {
    font-size: 40px;
    line-height: 52px;
}
.main-banner-content {
    padding-right: 40px;
}

/*======================== Main Banner Div css end ==================*/

/*========================== About Us css start ======================*/

.about-us-img-div {
    position: relative;
    z-index: 999;
}
.about-us-img-div img {
    z-index: 999999;
}

.banner-shape-1 {
    position: absolute;
    top: -54px;
    left: 30px;
    z-index: -1;
    -webkit-animation: moveBounce-top 9s linear infinite;
    animation: moveBounce-top 9s linear infinite;
}

.banner-shape-2 {
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: -1;
    -webkit-animation: moveBounce-top 5s linear infinite;
    animation: moveBounce-top 5s linear infinite;
}
.banner-shape-3 {
    position: absolute;
    top: 410px;
    left: 4px;
    z-index: -1;
    -webkit-animation: moveBounce-top 9s linear infinite;
    animation: moveBounce-top 9s linear infinite;
}
.banner-shape-4 {
    position: absolute;
    bottom: 0;
    right: 155px;
    z-index: -1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}

.banner-shape-5 {
    position: absolute;
    top: 1px;
    right: 189px;
    z-index: -1;
}
.rotated {
    -webkit-animation-name: rotated;
    animation-name: rotated;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.banner-shape-6 {
    position: absolute;
    top: 555px;
    left: 20;
    z-index: -1;
    text-align: center;
    right: 195px;
}
.banner-shape-7 {
    position: absolute;
    top: 390px;
    z-index: -1;
    text-align: center;
    fill: blue;
    -webkit-animation: moveBounce-top 4s linear infinite;
    animation: moveBounce-top 4s linear infinite;
    left: 11%;
}
.banner-shape-8 {
    position: absolute;
    bottom: 60px;
    z-index: -1;
    text-align: center;
    right: 60px;
    -webkit-animation: moveBounce-top 4s linear infinite;
    animation: moveBounce-top 4s linear infinite;
}
.banner-shape-7 svg {
    width: 70px;
    height: 70px;
}

.about-us-div .right-block {
    padding-left: 50px;
}

.about-us-div .about-us-icon-box {
    margin-top: 30px;
}
.about-us-div .about-us-icon-box .icon-box {
    margin-bottom: 15px;
}
.about-us-div .icon-box-img {
    padding: 13px;
    display: inline-block;
    background: rgba(62, 175, 96, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
}
.about-us-div .icon-box-img img {
    max-width: 50px;
}
.about-us-div .icon-box-content .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
}

/*========================== About Us css end ======================*/

/*====================== Popular Topics learn css start===============================*/
.popular-topics-learn-div {
    position: relative;
}

.popular-topics-learn-div .icon-box {
    text-align: center;
    padding: 30px 15px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

.popular-topics-learn-div .icon-box .icon-box-img img {
    width: 65px;
    height: 65px;
}
.popular-topics-learn-div .icon-box .icon-box-content {
    margin-top: 30px;
}
.popular-topics-learn-div .icon-box .icon-box-content .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
}
.popular-topics-learn-div .icon-box .icon-box-content .small-text {
    margin-bottom: 0;
}

.popular-topics-learn-div .img-1 {
    position: absolute;
    left: 12%;
    top: 20%;
    -webkit-animation: moveBounce-top 3s linear infinite;
    animation: moveBounce-top 3s linear infinite;
}
.popular-topics-learn-div .img-2 {
    position: absolute;
    right: 12%;
    top: 20%;
    -webkit-animation: moveBounce-top 3s linear infinite;
    animation: moveBounce-top 3s linear infinite;
}
.popular-topics-learn-div .img-3 {
    position: absolute;
    left: 15%;
    bottom: 8%;
    -webkit-animation: moveBounce-top 3s linear infinite;
    animation: moveBounce-top 3s linear infinite;
}

/*====================== Popular Topics learn css end ===============================*/

/*========================= Our Popular Courses css start ===============================*/
.our-popular-courses-div {
    background-image: url(../../image/our-popular-courses-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.our-popular-courses-div .image-box {
    background-color: var(--white-color);
    box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.25);
}

.our-popular-courses-div .image-box .img-box-body {
    padding: 35px 20px 20px 20px;
    position: relative;
}
.our-popular-courses-div .image-box .img-box-body .user-info {
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: var(--black-color);
    margin-bottom: 20px;
}
.our-popular-courses-div .image-box .img-box-body .user-info span {
    margin-left: 10px;
}
.our-popular-courses-div .image-box .img-box-body .fa-user-circle {
    font-size: 30px;
}
.our-popular-courses-div .image-box .img-box-body .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--secondary-color);
}
.our-popular-courses-div .image-box .img-box-body .small-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.our-popular-courses-div .image-box .img-box-body .learn-more-link {
    color: var(--primary-color);
    text-decoration: underline;
}
.our-popular-courses-div .image-box .img-box-body .learn-more-link:hover {
    color: var(--black-color);
}
.our-popular-courses-div .image-box .img-box-body .course {
    background-color: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    position: absolute;
    top: -14px;
    left: 20px;
}
.our-popular-courses-div .image-box .img-box-body .course h6 {
    font-size: 12px;
    margin: 0;
    line-height: 16px;
    text-align: center;
}
.slick-slide img {
    display: block;
    width: 100%;
}

/*========================= Our Popular Courses css end ===============================*/

/*============================== Why Choose Us css start =================*/

.why-choose-us-div {
    position: relative;
}
.why-choose-us-div .icon-box {
    text-align: center;
    filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.06));
    background-color: var(--white-color);
    padding: 25px 20px;
    margin-bottom: 20px;
}
.why-choose-us-div .why-choose-us-img {
    text-align: end;
}
.why-choose-us-icon-box {
    margin-top: 30px;
}
.why-choose-us-div .icon-box .icon-box-content .title {
    font-size: 22px;
    font-weight: 900;
    line-height: 25px !important;
    margin-top: 15px;
    margin-bottom: 5px;
}
.why-choose-us-div .icon-box .icon-box-content .small-text {
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.why-choose-us-div .container {
    position: relative;
}

.why-choose-us-div .bg-images .img-1 {
    position: absolute;
    right: -60px;
    top: -40px;
    -webkit-animation: left-right-move 6s linear infinite alternate;
    animation: left-right-move 6s linear infinite alternate;
}
.why-choose-us-div .bg-images .img-2 {
    position: absolute;
    left: -80px;
    bottom: -20px;
    -webkit-animation: left-right-move 6s linear infinite alternate;
    animation: left-right-move 6s linear infinite alternate;
}

/*============================== Why Choose Us css end =================*/

/*======================== Our Testimonial css Start ============================*/

.our-testimonial-div {
    background-image: url(../../image/our-testimonial-div-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.our-testimonial-slider-item {
    background-color: var(--white-color);
    padding: 15px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}
.our-testimonial-slider-item:after {
    content: "";
    background-image: url(../../image/testimonial-bottom-icon.png);
    position: absolute;
    bottom: -17px;
    left: 4px;
    width: 22px;
    height: 27px;
    background-repeat: no-repeat;
}
.our-testimonial-slider .slick-track {
    padding-bottom: 30px;
}
.our-testimonial-slider .slick-dots {
    bottom: -45px;
}
.student-info {
    display: flex;
    align-items: center;
}
.student-name-topics {
    margin-left: 10px;
}
.student-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--black-color);
}
.student-topic {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    color: var(--primary-color);
}
.student-feedback {
    margin-top: 18px;
}
.student-feedback .common-para {
    font-size: 16px;
}
.ratings {
    color: #ff9900;
}

/*======================== Our Testimonial css end ============================*/

/*===================== Subscribe newsletter css start =========================*/

.subscribe-newsletter-div .input-box {
    display: inline-block;
    position: relative;
    width: 100%;
}
.subscribe-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}
.subscribe-btn a {
    min-width: 150px !important;
    margin-top: 0 !important;
}
.subscribe-newsletter-div .input-box input {
    height: 62px;
    width: 100%;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #f8f7f7;
    border: none;
    padding-right: 22%;
}
.subscribe-newsletter-div .input-box input:focus-visible {
    outline: none;
}
.subscribe-newsletter-div {
    position: relative;
}
.subscribe-newsletter-div .img-1 {
    position: absolute;
    left: 15%;
    top: 50px;
    -webkit-animation: moveBounce-top 3s linear infinite;
    animation: moveBounce-top 3s linear infinite;
}
.subscribe-newsletter-div .img-2 {
    position: absolute;
    right: 20%;
    top: 50px;
    -webkit-animation: moveBounce-top 3s linear infinite;
    animation: moveBounce-top 3s linear infinite;
}
.subscribe-newsletter-div .img-3 {
    position: absolute;
    left: 28%;
    bottom: 50px;
    -webkit-animation: left-right-move 6s linear infinite alternate;
    animation: left-right-move 6s linear infinite alternate;
}
.subscribe-newsletter-div .img-4 {
    position: absolute;
    right: 25%;
    bottom: 50px;
    -webkit-animation: left-right-move 6s linear infinite alternate;
    animation: left-right-move 6s linear infinite alternate;
}

/*===================== Subscribe newsletter css end =========================*/

/*=================== footer css start ===========================*/

footer {
    background-image: url(../../image/footer-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.footer-logo img {
    max-width: 120px;
    margin-bottom: 27px;
}
.footer-para .small-text {
    color: var(--black-color);
}
.footer-list ul {
    list-style: none;
    padding: 0;
}
.footer-list ul li {
    margin-bottom: 10px;
}
.footer-list ul li a {
    color: var(--black-color);
    text-decoration: none;
    font-weight: 500;
}
.footer-list ul li a:hover {
    color: var(--primary-color);
}
.footer-list .title {
    margin-bottom: 35px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--black-color);
}
.contact-info li {
    position: relative;
    padding-left: 30px;
}
.contact-info .address:before {
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: 800;
}
.contact-info .phone:before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: 800;
}
.contact-info .mail:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: 800;
}
.soical-icons {
    list-style: none;
    padding: 0;
    display: flex;
    margin-top: 20px;
}
.soical-icons li {
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    margin-right: 10px;
    font-size: 20px;
    line-height: inherit;
    border-radius: 5px;
}
.footer-padding-left {
    padding-left: 30px;
}
.soical-icons li a {
    color: var(--black-color);
}
.soical-icons li a:hover {
    color: var(--primary-color);
}
.footer-copyright .common-para {
    padding: 30px 0;
    margin: 0;
    text-align: center;
}

/*=================== footer css end ===========================*/

/*=================== feedback form css start ===========================*/
.form-filed-div {
    margin-bottom: 30px;
}
.field-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #231f40;
}
.form-filed-div input {
    height: 48px;
    border-radius: 0px;
    transition: 0.5s;
}
.form-filed-div input:focus, .form-filed-div textarea:focus {
    outline: unset !important;
    box-shadow: unset !important;
    border-color: #45b266;
    border-radius: 10px;
}




/*=================== feedback form css end ===========================*/




/* - Responsive CSS - */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .container {
        max-width: 540px !important;
    }
    .common-padding-div {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .common-heading-text {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .common-pre-heading-text {
        margin-bottom: 10px;
    }
    .column-reverse-div {
        flex-direction: column-reverse;
    }
    .tech-partner-div img {
        max-width: 220px;
        margin-top: 30px;
    }
    .navbar-toggler {
        background-color: var(--white);
    }
    .navbar-toggler .navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .common-para {
        font-size: 16px;
        line-height: 25px;
    }
    .common-btn-div .btn {
        margin-top: 10px;
        min-width: 130px;
        padding: 10px 15px;
    }
    .popular-topics-learn-div .common-div,
    .our-popular-courses-div .common-div,
    .our-testimonial-div .common-div,
    .subscribe-newsletter-div .common-div {
        text-align: center;
        margin-bottom: 30px;
    }

    .main-banner-img-div {
        margin-top: 50px;
    }

    /*================== navbar css start ======================*/

    ul.navbar-nav {
        background-color: #fff;
    }
    .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 60px;
        z-index: 1;
        box-shadow: 0 3px 6px #00000026, 0 3px 6px #00000021;
    }
    .header-main-div {
        padding: 10px 0;
    }
    .header-main-div .navbar {
        padding: 0;
    }
    .navbar-brand {
        margin: 0 !important;
        padding: 0 !important;
    }
    ul.navbar-nav {
        align-items: initial;
    }

    /*================== navbar css end ======================*/

    /*============= main-banner-css start =============*/

    .main-banner-div {
        padding-top: 120px;
    }
    .main-banner-div .common-heading-text {
        font-size: 30px;
        line-height: 40px;
    }
    .main-banner-content {
        padding-right: 0;
    }

    /*============= main-banner-css end =============*/

    /*================= about-us-div css start -====================*/

    .banner-shape-2 {
        top: 0;
        right: 0;
        text-align: end;
    }
    .banner-shape-2 img {
        max-width: 50%;
    }
    .banner-shape-1 {
        top: -34px;
        left: 0;
    }
    .banner-shape-5 {
        position: absolute;
        top: 0px;
        right: 159px;
        z-index: -1;
    }
    .banner-shape-7 {
        top: unset;
        bottom: 0;
        left: 0;
    }
    .about-us-div .right-block {
        padding-left: 15px;
        margin-top: 0px;
    }
    .about-us-div .about-us-icon-box .icon-box {
        margin-bottom: 25px;
        text-align: center;
    }
    .about-us-img-div {
        margin-top: 50px;
    }

    /*================= about-us-div css end -====================*/

    /*======================== popular-topics-learn-div css start ===============================*/

    .popular-topics-learn-div .icon-box .icon-box-content .title {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .popular-topics-learn-div .icon-box .icon-box-content {
        margin-top: 20px;
    }
    .popular-topics-learn-div .bg-images {
        display: none;
    }

    /*======================== popular-topics-learn-div css end ===============================*/

    /*============================== Why Choose Us css start =================*/

    .why-choose-us-div .bg-images .img-1 {
        right: 0;
        top: 0%;
        text-align: end;
    }
    .why-choose-us-div .bg-images .img-2 {
        left: 0;
        bottom: 0;
    }
    .why-choose-us-div .bg-images .img-1 img,
    .why-choose-us-div .bg-images .img-2 img {
        max-width: 50%;
    }
    .why-choose-us-div .bg-images .img-1,
    .why-choose-us-div .bg-images .img-2 {
        animation: none;
    }

    /*============================== Why Choose Us css end =================*/

    .subscribe-btn {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        margin-top: 15px;
    }
    .subscribe-newsletter-div .input-box input {
        height: 50px;
        width: 100%;
        padding-left: 15px;
        border-radius: 5px;
        background-color: #f8f7f7;
        border: none;
        padding-right: 10px;
    }
    .subscribe-newsletter-div .bg-images {
        display: none;
    }
    .subscribe-newsletter-div {
        padding-bottom: 0 !important;
    }

    .footer-padding-left {
        padding-left: 0;
    }
    .footer-list .title {
        margin-bottom: 20px;
    }
    .footer-copyright .common-para {
        padding: 20px 0;
        margin: 0;
        font-size: 16px;
        text-align: center;
    }
    footer {
        padding-top: 150px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 750px !important;
    }
    .navbar-toggler {
        background-color: var(--white);
    }
    .navbar-toggler .navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .common-margin-div {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .common-heading-text {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .small-text {
        font-size: 16px;
    }
    .common-para {
        font-size: 15px;
    }
    .common-pre-heading-text {
        margin-bottom: 10px;
    }
    .common-btn-div .btn {
        min-width: 150px;
        padding: 12px 15px;
        margin-top: 10px;
    }
    .common-padding-div {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .bg-images .img-1,
    .bg-images .img-2,
    .bg-images .img-3,
    .bg-images .img-4 {
        animation: none;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    /*================== navbar css start ======================*/

    ul.navbar-nav {
        background-color: #fff;
    }
    .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 70px;
        z-index: 1;
        box-shadow: 0 3px 6px #00000026, 0 3px 6px #00000021;
    }
    .header-main-div {
        padding: 10px 0;
    }
    nav .navbar-nav .nav-item {
        margin-left: 0;
        padding: 2px 15px;
    }
    .header-main-div .navbar {
        padding: 0;
    }
    ul.navbar-nav {
        align-items: initial;
    }

    /*================== navbar css end ======================*/

    /*============= main-banner-css start =============*/

    .main-banner-div .common-heading-text {
        font-size: 28px;
        line-height: 36px;
    }
    .main-banner-div {
        padding-top: 110px;
    }
    .main-banner-content {
        padding-right: 0;
    }

    /*============= main-banner-css end =============*/

    /*============== about-us-div css start =================*/

    .about-us-div .icon-box-img {
        padding: 10px;
    }
    .about-us-div .icon-box-img img {
        max-width: 30px;
    }
    .banner-shape-7 {
        top: 231px;
    }

    /*============== about-us-div css end =================*/

    /*============================== Why Choose Us css start =================*/

    .why-choose-us-div .bg-images .img-1 {
        right: 0;
        top: 16%;
        text-align: end;
    }
    .why-choose-us-div .bg-images .img-2 {
        left: 0;
        bottom: 0;
    }
    .why-choose-us-div .bg-images .img-1 img,
    .why-choose-us-div .bg-images .img-2 img {
        max-width: 50%;
    }
    .why-choose-us-div .bg-images .img-1,
    .why-choose-us-div .bg-images .img-2 {
        animation: none;
    }

    /*============================== Why Choose Us css end =================*/

    /*====================== Popular Topics learn css start ===============================*/
    .popular-topics-learn-div .img-1 {
        left: 0%;
        top: 20px;
    }
    .popular-topics-learn-div .img-2 {
        right: 0%;
        top: 20px;
    }
    .popular-topics-learn-div .img-3 {
        left: 0;
        bottom: 20px;
    }
    .popular-topics-learn-div .icon-box .icon-box-img img {
        width: 40px;
        height: 40px;
    }
    .popular-topics-learn-div .icon-box .icon-box-content .title {
        font-size: 18px;
    }
    .popular-topics-learn-div .icon-box {
        padding: 20px 10px;
    }
    .popular-topics-learn-div .icon-box .icon-box-content {
        margin-top: 25px;
    }

    /*====================== Popular Topics learn css end ===============================*/

    /*================== subscribe-newsletter-div css start =====================*/

    .subscribe-newsletter-div .img-1 {
        left: 0;
        top: 30px;
    }
    .subscribe-newsletter-div .img-2 {
        right: 0;
        top: 30px;
    }
    .subscribe-newsletter-div .img-3 {
        left: 0;
        bottom: 0;
    }
    .subscribe-newsletter-div .img-4 {
        right: 0;
        bottom: 0;
    }

    /*================== subscribe-newsletter-div css end =====================*/

    /*================== footer css start =====================*/

    .footer-padding-left {
        padding-left: 0;
    }

    /*================== footer css end =====================*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px !important;
    }
    .common-margin-div {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .common-pre-heading-text {
        margin-bottom: 10px;
    }
    .common-heading-text {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 40px;
    }
    .common-btn-div .btn {
        min-width: 150px;
        padding: 12px 15px;
        margin-top: 10px;
    }
    .common-padding-div {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /*====================== Navbar css start ======================*/
    nav .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    /*====================== Navbar css end ======================*/

    /*========================= main-banner-div css start =====================*/

    .main-banner-div .common-heading-text {
        font-size: 32px;
        line-height: 40px;
    }
    .main-banner-div {
        padding-top: 120px;
    }

    /*======================= main-banner-div css end  =============================*/

    /*============== about-us-div css start =================*/

    .about-us-div .icon-box-img {
        padding: 10px;
    }
    .about-us-div .icon-box-img img {
        max-width: 40px;
    }
    .banner-shape-7 {
        top: 231px;
    }

    /*============== about-us-div css end =================*/

    /*====================== Popular Topics learn css start ===============================*/
    .popular-topics-learn-div .img-1 {
        left: 0%;
        top: 20%;
    }
    .popular-topics-learn-div .img-2 {
        right: 0%;
        top: 20%;
    }
    .popular-topics-learn-div .img-3 {
        left: 0;
        bottom: 8%;
    }
    .popular-topics-learn-div .icon-box .icon-box-img img {
        width: 40px;
        height: 40px;
    }
    .popular-topics-learn-div .icon-box .icon-box-content .title {
        font-size: 18px;
    }
    .popular-topics-learn-div .icon-box {
        padding: 20px 10px;
    }
    .popular-topics-learn-div .icon-box .icon-box-content {
        margin-top: 25px;
    }

    /*====================== Popular Topics learn css end ===============================*/

    .our-popular-courses-slider .slick-next {
        right: -15px;
    }
    .our-popular-courses-slider .slick-prev {
        left: -15px;
    }
    .slick-prev,
    .slick-next {
        width: 25px !important;
        height: 25px !important;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 13px !important;
    }

    /*============================== Why Choose Us css start =================*/

    .why-choose-us-div .bg-images .img-1 {
        right: 0;
        top: 7%;
        text-align: end;
    }
    .why-choose-us-div .bg-images .img-2 {
        left: 0;
        bottom: 0;
    }
    .why-choose-us-div .bg-images .img-1 img,
    .why-choose-us-div .bg-images .img-2 img {
        max-width: 50%;
    }

    /*============================== Why Choose Us css end =================*/
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .container {
        max-width: 1140px !important;
    }
    .common-margin-div {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .common-heading-text {
        font-size: 30px;
        line-height: 42px;
    }

    /*====================== Navbar css start ======================*/
    nav .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }
    /*====================== Navbar css end ======================*/

    /*========================= main-banner-div css start =====================*/

    .main-banner-div .common-heading-text {
        font-size: 36px;
        line-height: 45px;
    }

    /*======================= main-banner-div css end  =============================*/

    /*====================== Popular Topics learn css start ===============================*/
    .popular-topics-learn-div .img-1 {
        position: absolute;
        left: 0%;
        top: 20%;
        -webkit-animation: moveBounce-top 3s linear infinite;
        animation: moveBounce-top 3s linear infinite;
    }
    .popular-topics-learn-div .img-2 {
        position: absolute;
        right: 0%;
        top: 20%;
        -webkit-animation: moveBounce-top 3s linear infinite;
        animation: moveBounce-top 3s linear infinite;
    }
    .popular-topics-learn-div .img-3 {
        position: absolute;
        left: 0;
        bottom: 8%;
        -webkit-animation: moveBounce-top 3s linear infinite;
        animation: moveBounce-top 3s linear infinite;
    }
    .popular-topics-learn-div .icon-box .icon-box-img img {
        width: 45px;
        height: 45px;
    }
    .popular-topics-learn-div .icon-box .icon-box-content .title {
        font-size: 20px;
    }

    /*====================== Popular Topics learn css end ===============================*/

    .our-popular-courses-slider .slick-next {
        right: -25px;
    }
    .our-popular-courses-slider .slick-prev {
        left: -25px;
    }

    /*============================== Why Choose Us css start =================*/

    .why-choose-us-div .bg-images .img-1 {
        right: 0;
        top: 16%;
        text-align: end;
    }
    .why-choose-us-div .bg-images .img-2 {
        left: 0;
        bottom: 0;
    }

    /*============================== Why Choose Us css end =================*/

    /*================== subscribe-newsletter-div css start =====================*/

    .subscribe-newsletter-div .img-1 {
        left: 15%;
        top: 30px;
    }
    .subscribe-newsletter-div .img-2 {
        right: 10%;
        top: 30px;
    }
    .subscribe-newsletter-div .img-3 {
        left: 19%;
    }
    .subscribe-newsletter-div .img-4 {
        right: 10%;
    }

    /*================== subscribe-newsletter-div css end =====================*/
}

@media only screen and (min-width: 1441px) and (max-width: 1660px) {
    .container {
        max-width: 1280px !important;
    }

    /*Why choose us div css start*/

    .why-choose-us-div .bg-images .img-2 {
        left: -30px;
    }
    .why-choose-us-div .bg-images .img-1 {
        right: -20px;
    }

    /*====================== Popular Topics learn css start ===============================*/
    .popular-topics-learn-div .img-1 {
        position: absolute;
        left: 0%;
        top: 20%;
        -webkit-animation: moveBounce-top 3s linear infinite;
        animation: moveBounce-top 3s linear infinite;
    }
    .popular-topics-learn-div .img-2 {
        position: absolute;
        right: 0%;
        top: 20%;
        -webkit-animation: moveBounce-top 3s linear infinite;
        animation: moveBounce-top 3s linear infinite;
    }
    .popular-topics-learn-div .img-3 {
        position: absolute;
        left: 0;
        bottom: 8%;
        -webkit-animation: moveBounce-top 3s linear infinite;
        animation: moveBounce-top 3s linear infinite;
    }

    /*====================== Popular Topics learn css end ===============================*/

    /*================== subscribe-newsletter-div css start =====================*/

    .subscribe-newsletter-div .img-1 {
        left: 15%;
        top: 30px;
    }
    .subscribe-newsletter-div .img-2 {
        right: 10%;
        top: 30px;
    }
    .subscribe-newsletter-div .img-3 {
        left: 19%;
    }
    .subscribe-newsletter-div .img-4 {
        right: 10%;
    }

    /*================== subscribe-newsletter-div css end =====================*/
}

/* Animation */

@keyframes left-right-move {
    0% {
        -webkit-transform: translate(-10%);
        transform: translate(-10%);
    }
    100% {
        -webkit-transform: translate(10%);
        transform: translate(10%);
    }
}
@keyframes moveBounce-top {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes rotated {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
