    /*------------------------------------------------------------------
  [Table of contents]
  1. Body
  2. Header / .header-con
  3. Banner / .banner-con
  4. Services / .services-con
  5. Advance Your Career / .advance-ur-career-con
  6. Popular Courses / .popular-courses-con
  7. Find Out More  / .find-out-more-con
  8. Testimonials / .testimonials-con
  9. Blogs / .blogs-con
  10. Contact Us / .contact-us-con
  11. Footer / .footer-con
  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

figure {
    margin: 0;
}

body {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: "Poppins", sans-serif;
}

:root {
    --primary--color: #00dab2;
    --black--color: #000000;
    --secondary--color: #ffffff;
    --text-color: #545454;
    --dark-blue-family-color: #0b2a42;
    --grey-family: #817f7f;
    --grey-color: #f7f7ff;
    --light-lavender-bg: #eeeefc;
    --light-blue-color: #b0cbf6;
    --green-family-color: #2edab0;
    --royal-color: #597de8;
    --lavender-family: #a0a0c8;
    --purple-family: #6644e3;
    --ice-blue-family: #b1c9f6;
    /*  */
    --blue2-color: #2a3553;
    --blue2-color-family1: #293552;
    --pink2-color: #fb587b;
    --grey2-color: #6d6b6b;
    --grey2-color-family1: #d4d4d4;
    --sky2-color: #a1b0d2;
    --blue2-color-family2: #293452;
    --skin-bg: #fffcf1;
    --blue2-color-family3: #7786a9;

    /*  */
    --navy-blue3-color: #1a1a37;
    --navy-blue3-color2: #0e1d38;
    --redish-family-color1: #ed4c4e;
    --home3-light-bg: #eef4fe;
    --home3-light-shade: #9797b1;
    --navy-blue3-color3: #262647;



}

/* BG OUTER WRAPPER */

.bg-outer-wrapper::after {
    content: "";
    right: 0;
    top: 0;
    width: 1234px;
    height: 1015px;
    position: absolute;
    background-image: url(__CDN__/static/d30b/img/vector1.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: var(--secondary--color);
    font-weight: 400;
    padding: 10px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--dark-blue-family-color);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 45px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    background: #fffcf1;
    border-bottom: 1px #d2d2d2 solid;
    padding: 20px 0;
}

.header-con .navbar {
    padding: 0;
}


.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--dark-blue-family-color);
    transition: ease-in-out 0.3s;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 22px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px 0;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 3px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 25px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 17px;
    line-height: 25px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

.header-con .container {
    padding-right: 0;
    padding-left: 0;
}

/* HEADER SECTION */
/* BACK TO TOP BUTTON */
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: var(--primary--color);
    color: white;
    cursor: pointer;
    border-radius: 0;
    width: 55px;
    height: 55px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    border-radius: 3px;
}

.header-contact .contact-btn {
    background: linear-gradient(to right, #00d090 0%, #00dab3 100%);
    box-shadow: 0px 2px 27px rgb(0 210 149 / 30%);
    min-width: 158px;
    color: var(--secondary--color);
    height: 51px;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    font-size: 17px;
    padding: 10px;
    width: 100%;
    text-decoration: none;
    z-index: 1;
}

.header-contact .contact-btn:hover {
    background: var(--dark-blue-family-color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
    box-shadow: 0px 2px 22px rgb(0 0 0 / 5%);
}


.header-contact {
    margin-left: 55px;
}

#back-to-top-btn:focus {
    outline: none;
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(0, 218, 178, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(24, 63, 60, .01);
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(0, 218, 178, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(24, 63, 60, .01);
    }
}

#back-to-top-btn::after {
    font-size: 18px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--secondary--color);
    font-family: "Font Awesome 5 free";
}


#back-to-top-btn:hover {
    cursor: pointer;
}

/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}

.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color: var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--primary--color);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */

/* CONTACT US SECTION STYLING  */
.contact-us-con h2 {
    margin-bottom: 28px;
}

.contact-us-con form ul li {
    float: left;
    width: 49%;
    margin-right: 17px;
    margin-bottom: 19px;
}

.contact-us-con form ul li:nth-child(2),
.contact-us-con form ul li:nth-child(4) {
    margin-right: 0;
}

.contact-us-con form ul li input {
    width: 100%;
    padding: 13px 19px;
    background-color: transparent;
    border: 1px solid #d7e0ef;
    height: 54px;
}

.contact-us-con form ul li input::placeholder,
.contact-us-con form ul li textarea::placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #555555;
}

.contact-us-con form ul li:last-child {
    width: 100%;
}

.contact-us-con form ul li textarea {
    height: 134px;
    padding: 13px 19px;
    background-color: transparent;
    border: 1px solid #d7e0ef;
    width: 100%;
    float: left;
}

.contact-us-con form ul li:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}

.light-green-btn button {
    width: auto;
    border: none;
    cursor: pointer;
}

.contact-us-con form ul li input:focus,
.contact-us-con form ul li textarea:focus {
    box-shadow: inset 0 1px 1px rgb(11 43 68 / 8%), 0 0 8px rgb(0 218 178 / 60%);
    border-color: var(--primary--color);
}

.contact-us-con form ul li input:focus,
.contact-us-con form ul li textarea:focus {
    border: none;
    outline: none;
}

.contact-us-con #contactpage span.error {
    font-size: 15px;
    line-height: 19px;
    margin-top: 12px;
    display: block;
    padding-left: 6px;
    color: red;
    text-align: left;
}

.contact-us-con .triangle-shape {
    right: 53px;
    bottom: 443px;
    animation: move1 8s infinite;
}

.contact-us-con .half-circle-shape {
    right: 0;
    bottom: 202px;
    animation: move 4s ease infinite;
    animation-duration: 8s;
}

/* FOOTER SECTION STYLING */
.footer-con {
    background-image: url(__CDN__/static/d30b/img/footer-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.footer-con .footer-inner-content img {
    margin-bottom: 25px;
}

.footer-con .footer-inner-content p {
    font-size: 14px;
    line-height: 26px;
    color: var(--light-blue-color);
    margin-bottom: 7px;
}

.footer-con .row {
    padding-top: 85px;
    padding-bottom: 31px;
}

.footer-con .footer-inner-content {
    padding-right: 15px;
}

.footer-con .footer-inner-links-con ul li {
    color: var(--light-blue-color);
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 7px;
    display: flex;
    position: relative;
    align-items: center;
}

.footer-con .footer-inner-links-con ul li a {
    color: var(--light-blue-color);
    position: relative;
    line-height: 28px;
    margin-left: 15px;
}

.footer-con .footer-inner-links-con h6 {
    margin-bottom: 16px;
}

.footer-con .footer-inner-links-con ul li:before {
    content: "\f111";
    color: #bbd6f8;
    font-size: 5px;
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 0px;
}

.footer-con .footer-inner-links-con.var4 ul li::before {
    display: none;
}

.footer-con .footer-inner-links-con.var4 ul li a {
    margin-left: 0;
}

.footer-con .footer-inner-links-con ul li a::after {
    left: 0;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}

.footer-con .footer-inner-links-con ul li a:hover::after {
    width: 100%;
}

.footer-con .footer-inner-links-con ul li a:hover {
    text-decoration: none;
    color: var(--primary--color);
}

.footer-con .footer-inner-links-con.var4 ul li a:before {
    display: none;
}

.footer-con .footer-inner-links-con.var4 ul li a {
    padding-left: 0;
}

.footer-con .footer-inner-links-con.var4 ul li i {
    margin-right: 10px;
}

.footer-con .footer-inner-links-con.var4 ul.social-icon li i {
    margin-right: 0;
    text-align: center;
    width: 29px;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    color: var(--secondary--color);
    font-size: 14px;
    transition: ease-in-out 0.6s;
    margin: 0 4px;

}

.footer-con .footer-inner-links-con.var4 ul {
    margin-bottom: 30px;
}

.footer-con .footer-inner-links-con.var4 ul.social-icon li a:hover::after {
    display: none;
}

.footer-con .footer-inner-links-con.var4 ul.social-icon li i:hover {
    background-color: rgba(0, 218, 178, 0.8);
}

.footer-con .copyright-con {
    padding: 13px 0;
}

.footer-con .copyright-con p {
    color: var(--ice-blue-family);
    font-size: 14px;
}

.footer-con hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
}

/* animation styling */
@keyframes move {
    50% {
        transform: translateY(-15px);
    }
}

@keyframes move1 {
    0% {
        transform: translatex(0);
    }

    50% {
        transform: translatex(-40px);
    }
}


/* HOME PAGE 2 STYLING */
/*.index2-outer-wrapper .bg-outer-wrapper*/

.banner-con{

    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.index2-outer-wrapper .bg-outer-wrapper::after {
    display: none;
}

.index2-outer-wrapper .header-con .navbar-light .navbar-nav .nav-link {
    color: var(--blue2-color);
}

.index2-outer-wrapper .header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--pink2-color);
}

.index2-outer-wrapper .header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.index2-outer-wrapper .header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: unset;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--pink2-color);
    transition: ease-in-out 0.3s;
    top: 0;
}

.index2-outer-wrapper .header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--pink2-color);
    color: var(--secondary--color);
}

.index2-outer-wrapper .header-contact .contact-btn {
    background: none;
    background-color: var(--pink2-color);
    box-shadow: none;
}

.index2-outer-wrapper .header-contact .contact-btn:hover {
    background-color: var(--blue2-color-family1);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.index2-outer-wrapper .light-green-btn a,
.index2-outer-wrapper .light-green-btn button {
    background: none;
    background-color: var(--pink2-color);
    min-width: 158px;
    box-shadow: none;
}

.index2-outer-wrapper .light-green-btn a:hover,
.index2-outer-wrapper .light-green-btn button:hover {
    background-color: var(--blue2-color-family1);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.index2-outer-wrapper .dark-btn a,
.index2-outer-wrapper .dark-btn button {
    background-color: var(--blue2-color-family1);
    min-width: 158px;
}

.index2-outer-wrapper .dark-btn a:hover,
.index2-outer-wrapper .dark-btn button:hover {
    background-color: transparent;
    border: 2px solid var(--blue2-color-family1);
    color: var(--blue2-color-family1);
    transition: ease-in-out 0.6s;
}

.index2-outer-wrapper .home-img {
    right: -60px;
    top: -30px;
    position: relative;
}

.index2-outer-wrapper .banner-con {
    overflow: hidden;
}

.index2-outer-wrapper .special-text {
    color: var(--pink2-color);
}

.index2-outer-wrapper p {
    color: var(--grey2-color);
}

body.index2-outer-wrapper {
    color: var(--grey2-color);
}

.index2-outer-wrapper .banner-con .obj1 {
    right: -44px;
    bottom: 164px;
}

.index2-outer-wrapper .banner-con .obj2 {
    right: -44px;
    bottom: 60%;
    animation: move 4s ease infinite;
    animation-duration: 8s;
}

.index2-outer-wrapper .banner-con .obj3 {
    right: 60px;
    top: 200px;
    animation: move1 10s infinite;
}

.index2-outer-wrapper .banner-con .obj4 {
    top: 38px;
    right: 67%;
    animation: move1 10s infinite;
}

.index2-outer-wrapper .banner-con .obj5 {
    top: 170px;
    right: 68%;
    animation: move 4s ease infinite;
    animation-duration: 8s;
}

/* home2 page about section */
.index2-outer-wrapper .aboutus_con .aboutus_content p {
    margin-bottom: 28px;
}

.index2-outer-wrapper .aboutus_con .aboutus_content {
    padding-left: 40px;
}

.index2-outer-wrapper .aboutus_images_wrapper img {
    border-radius: 100%;
}

.index2-outer-wrapper .aboutus_images_wrapper .book-icon {
    bottom: -60px;
    right: 72px;
}

.index2-outer-wrapper .aboutus_con .aboutus_content ul {
    margin-bottom: 35px;
}

.index2-outer-wrapper .aboutus_con .aboutus_content ul li {
    border-right: 1px solid var(--grey2-color-family1);
    padding: 0 30px;
    display: inline-block;
    width: 201px;
}

.index2-outer-wrapper .aboutus_con .aboutus_content ul li:first-child {
    padding-left: 0;
    width: 114px;
}

.index2-outer-wrapper .aboutus_con .aboutus_content ul li:last-child {
    padding-right: 0;
    border-right: none;
    width: 150px;
}

.index2-outer-wrapper .aboutus_con .aboutus_content ul li .span_wrapper {
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.index2-outer-wrapper .aboutus_con .aboutus_content ul li span {
    color: var(--pink2-color);
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.index2-outer-wrapper .aboutus_con .aboutus_content ul li .plus {
    margin-left: -5px;
    color: var(--pink2-color);
    font-size: 30px;
    font-weight: 600;

}

.index2-outer-wrapper .aboutus_con .aboutus_content ul li p {
    color: var(--text-color);
    line-height: 20px;
}

/*  */
/* BACK TO TOP BUTTON */
.index2-outer-wrapper #back-to-top-btn {
    background-color: var(--pink2-color);

}

/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.index2-outer-wrapper .loader {
    color: var(--pink2-color);
}

.index2-outer-wrapper #back-to-top-btn {
    -webkit-animation: spineer1 2s infinite;
    animation: spineer1 2s infinite;
}

.index2-outer-wrapper .loader div {
    background-color: var(--pink2-color);
}

@-webkit-keyframes spineer1 {
    from {
        box-shadow: 0 0 0 0 rgb(251, 88, 123, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(24, 63, 60, .01);
    }
}

@keyframes spineer1 {
    from {
        box-shadow: 0 0 0 0 rgb(251, 88, 123, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(24, 63, 60, .01);
    }
}

/* LOADER SECTION */

/* footer section */
.index2-outer-wrapper .footer-con {
    background-image: url(__CDN__/static/d30b/img/home2/footer-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.index2-outer-wrapper .footer-con .footer-inner-content p {
    color: var(--sky2-color);
}

.index2-outer-wrapper .footer-con .footer-inner-links-con ul li a,
.index2-outer-wrapper .footer-con .footer-inner-links-con ul li {
    color: var(--sky2-color);
}

.index2-outer-wrapper .footer-con .footer-inner-links-con ul li a::after {
    background: var(--pink2-color);
}

.index2-outer-wrapper .footer-con .footer-inner-links-con ul li a:hover {
    color: var(--pink2-color);
}

.index2-outer-wrapper .footer-con .copyright-con p {
    color: var(--sky2-color);
}

.index2-outer-wrapper .footer-inner-content ul.social-icon li i {
    color: var(--blue2-color-family3);
    font-size: 20px;
    transition: ease-in-out 0.6s;
}

.index2-outer-wrapper .footer-inner-content ul.social-icon li i:hover {
    color: var(--pink2-color);
    transform: translateY(-2px);

}

.index2-outer-wrapper .footer-con .footer-inner-content {
    padding-right: 38px;
}

.index2-outer-wrapper .footer-inner-content form input {
    height: 50px;
    width: 360px;
    font-size: 14px;
    padding: 10px 15px;
}

.index2-outer-wrapper .footer-inner-content form button {
    position: absolute;
    width: 57px;
    height: 50px;
    background: var(--pink2-color);
    outline: none;
    border: none;
    top: 0;
    right: -10px;
    cursor: pointer;
}

.index2-outer-wrapper .footer-inner-content form button:hover i {
    color: var(--blue2-color);
}

.index2-outer-wrapper .footer-inner-content form button i {
    color: var(--secondary--color);
}

.index2-outer-wrapper .footer-inner-content form {
    margin: 11px 0 15px;
}

.index2-outer-wrapper .footer-inner-content ul.social-icon li {
    margin: 0 7px;
}

.index2-outer-wrapper .footer-inner-content form input:focus {
    box-shadow: inset 0 1px 1px rgb(11 43 68 / 8%), 0 0 8px rgb(251 88 123 / 60%);
    border-color: var(--pink2-color);
    outline: none;
    border: none;
}

/* contact us con */
.index2-outer-wrapper .contact-us-con .light-green-btn button {
    min-width: 211px;
}

.index2-outer-wrapper .contact-us-con form ul li input:focus,
.index2-outer-wrapper .contact-us-con form ul li textarea:focus {
    box-shadow: inset 0 1px 1px rgb(11 43 68 / 8%), 0 0 8px rgb(251 88 123 / 60%);
    border-color: var(--pink2-color);
}

.index2-outer-wrapper .contact-us-con .dot1 {
    right: 335px;
    top: 149px;
}

.index2-outer-wrapper .contact-us-con .dot2 {
    left: 335px;
    bottom: 149px;
}

/* find out section */
.index2-outer-wrapper .services-content-con ul li i {
    background-color: var(--pink2-color);
}

.index2-outer-wrapper h2 {
    line-height: 52px;
    color: var(--blue2-color-family2);
}

/* featured services section  */
.index2-outer-wrapper .featured-services-outer-con {
    background-image: url(__CDN__/static/d30b/img/home2/featured-services-banner-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.index2-outer-wrapper .white-box {
    background-color: var(--secondary--color);
    padding: 30px 26px;
    margin-bottom: 30px;
}

.index2-outer-wrapper .white-box img {
    transition: ease-in-out 0.6s;
}

.index2-outer-wrapper .white-box:hover img {
    transform: translateY(-3px);
}

.index2-outer-wrapper .white-box .feature-content {
    padding-left: 20px;
}

.index2-outer-wrapper .white-box .feature-content p {
    font-size: 16px;
}

.index2-outer-wrapper .featured-services-outer-con .objct1 {
    left: 227px;
    top: 216px;
    animation: move1 8s infinite;
}

.index2-outer-wrapper .featured-services-outer-con .objct3 {
    left: 120px;
    top: 154px;
    animation: move 4s ease infinite;
    animation-duration: 8s;
}

.index2-outer-wrapper .featured-services-outer-con .objct2 {
    right: 217px;
    bottom: 91px;
    animation: move1 8s infinite;
}

.index2-outer-wrapper .featured-services-outer-con .objct4 {
    right: 96px;
    bottom: 141px;
    animation: move 4s ease infinite;
    animation-duration: 8s;
}

/* popular course section */
.index2-outer-wrapper .popular-courses-con {
    background-image: none;
    background-color: var(--skin-bg);
    height: auto;
}

.index2-outer-wrapper .popular-courses-con .courses-box img {
    border-radius: 100%;
}

.index2-outer-wrapper .courses-box .icon span {
    margin-right: 0;
}

.index2-outer-wrapper .courses-box .icon .lesson {
    margin-right: 55px;
}

.index2-outer-wrapper .courses-box {
    padding: 0;
    border-bottom: 2px solid var(--blue2-color-family2);
}

.index2-outer-wrapper .courses-box .course-inner-sub {
    padding: 32px 26px 18px;
}

.index2-outer-wrapper .courses-box a {
    color: var(--pink2-color);
    font-size: 16px;
    font-weight: 600;
    padding: 7px 0;
}

.index2-outer-wrapper .courses-box a:hover {
    text-decoration: none;
    color: var(--blue2-color-family2);
}

.index2-outer-wrapper .courses-box hr {
    border: 1px solid #e4e4e4;
    margin: 0;
}

.index2-outer-wrapper .row {
    margin-bottom: 50px;
}

.index2-outer-wrapper .courses-box .img-outer {
    overflow: hidden;
    border-radius: 100%;
}

.index2-outer-wrapper .courses-box .img-outer span {
    background-color: var(--pink2-color);
    width: 149px;
    height: 149px;
    bottom: -99px;
    border-radius: 100%;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
    line-height: 50px;
    font-size: 22px;
    font-weight: 600;
}

.index2-outer-wrapper .popular-courses-con .light-green-btn a {
    min-width: 211px;
}

.index2-outer-wrapper .popular-courses-con .objct2 {
    top: 236px;
    right: 235px;
    animation: move1 8s infinite;
}

.index2-outer-wrapper .popular-courses-con .objct4 {
    top: 291px;
    right: 115px;
    animation: move 4s ease infinite;
    animation-duration: 8s;

}

.index2-outer-wrapper .popular-courses-con .objct3 {
    bottom: 307px;
    left: 122px;
    animation: move 4s ease infinite;
    animation-duration: 8s;
}

.index2-outer-wrapper .popular-courses-con .objct1 {
    bottom: 371px;
    left: 216px;
    animation: move1 8s infinite;
}

/* video section */
.index2-outer-wrapper .helping-student-video-con .video-inner-wrap {
    height: 470px;
}

.index2-outer-wrapper .helping-student-video-con .video-inner-wrap::before {
    background: url(__CDN__/static/d30b/img/home2/video-img.jpg);
    content: "";
    width: 920px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.index2-outer-wrapper .helping-student-video-con .dot1 {
    right: 77px;
    top: -165px;
    z-index: -1;
}

.index2-outer-wrapper .helping-student-video-con .dot2 {
    left: 76px;
    bottom: -214px;
    z-index: -1;
}

/* news blogs section */
.index2-outer-wrapper .news-blogs-con .objct2 {
    top: 236px;
    right: 235px;
    animation: move1 8s infinite;
}

.index2-outer-wrapper .news-blogs-con .objct4 {
    top: 291px;
    right: 115px;
    animation: move 4s ease infinite;
    animation-duration: 8s;
}

.index2-outer-wrapper .news-blogs-con .objct3 {
    bottom: 307px;
    left: 122px;
    animation: move 4s ease infinite;
    animation-duration: 8s;
}

.index2-outer-wrapper .news-blogs-con .objct1 {
    bottom: 371px;
    left: 216px;
    animation: move1 8s infinite;
}

.index2-outer-wrapper .news-blogs-con {
    background-color: var(--skin-bg);
}

/* testimonial */
.index2-outer-wrapper .electrictestimonial-con {
    text-align: center;
    background-image: url(__CDN__/static/d30b/img/home2/testimonial-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index2-outer-wrapper .electrictestimonial-con .testimonial-box {
    margin-bottom: 45px;
}

.index2-outer-wrapper .electrictestimonial-con .testimonial-box h3 {
    font-size: 22px;
    line-height: 36px;
    padding: 0;
    font-style: italic;
    font-weight: normal;
}

.index2-outer-wrapper .electrictestimonial-con .carousel-indicators {
    margin: 40px 0;
}

.index2-outer-wrapper .electrictestimonial-con .carousel-indicators li {
    text-indent: 0;
    width: 97px;
    height: 97px;
    opacity: 1;
    margin: 0 25px;
    border-radius: 100%;
}

.index2-outer-wrapper .electrictestimonial-con .carousel-indicators li:first-child {
    margin-left: 0;
}

.index2-outer-wrapper .electrictestimonial-con .carousel-indicators li:last-child {
    margin-right: 0;
}

.index2-outer-wrapper .electrictestimonial-con .carousel-indicators li figure {
    /* background-color: var(--e-global-color-white); */
    border-radius: 100%;
}

.index2-outer-wrapper .electrictestimonial-con .carousel-indicators li figure img {
    border-radius: 100%;
    opacity: 60%;
}

.index2-outer-wrapper .electrictestimonial-con .carousel-indicators .active figure img {
    width: 134px;
    opacity: 1;
    transform: scale(1.4);
}

/* news blogs section */
/* .index2-outer-wrapper .news-blogs-con .new-blog-box.overlay figure {
    opacity: 1;
    background-image: linear-gradient(to bottom, #fff 0%, #000 100%);
}

.index2-outer-wrapper .news-blogs-con .new-blog-box.overlay:hover img {
    opacity: 0.2;
    filter: none;
} */

.index2-outer-wrapper .news-blogs-con .new-blog-box img {
    transition: ease-in-out 0.6s;
}

.index2-outer-wrapper .news-blogs-con .new-blog-box.overlay .team-content span.sub-text {
    background-color: var(--pink2-color);
    width: 78px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
}

.index2-outer-wrapper .news-blogs-con .new-blog-box.overlay .team-content p {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
}

.index2-outer-wrapper .news-blogs-con .new-blog-box.overlay .team-content {
    bottom: 28px;
    left: 20px;
    right: 20px;
}

.index2-outer-wrapper .news-blogs-con .new-blog-box.overlay .team-content i {
    font-size: 13px;
}

.index2-outer-wrapper .news-blogs-con .row {
    margin-bottom: 50px;
}

.index2-outer-wrapper .news-blogs-con .light-green-btn a {
    min-width: 211px;
}

.index2-outer-wrapper .carousel-control-prev,
.index2-outer-wrapper .carousel-control-next {
    background: none;
    border: none;
    opacity: 1;
}

.index2-outer-wrapper .carousel-control-prev {
    left: -133px;
    top: 135px;
}

.index2-outer-wrapper .carousel-control-next {
    right: -133px;
    top: 135px;
}

.index2-outer-wrapper .carousel-control-prev i,
.index2-outer-wrapper .carousel-control-next i {
    border: 1px solid var(--secondary--color);
    border-radius: 100%;
    width: 53px;
    height: 53px;
    line-height: 53px;
    transition: ease-in-out 0.6s;
    cursor: pointer;
}

.index2-outer-wrapper .carousel-control-prev i:hover,
.index2-outer-wrapper .carousel-control-next i:hover {
    background-color: var(--secondary--color);
    color: var(--black--color);
}

.index2-outer-wrapper .home-img.img1 {

    display: block;
}

.index2-outer-wrapper .home-img.img2 {
    display: none;
}




.wrapper1400 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.light-green-btn a,
.light-green-btn button {
    background: linear-gradient(to right, #00d090 0%, #00dab3 100%);
    padding: 0 8px;
    min-width: 160px;
    height: 56px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 56px;
    width: 100%;
    text-decoration: none;
    color: var(--secondary--color);
    box-shadow: 0px 2px 27px rgb(0 210 149 / 30%);
    border-radius: 3px;
}

.light-green-btn a:hover,
.light-green-btn button:hover {
    /* background-color: var(--dark-blue-family-color); */
    background: var(--dark-blue-family-color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
    box-shadow: 0px 2px 22px rgb(0 0 0 / 5%);
}

.dark-btn a,
.dark-btn button {
    background-color: var(--dark-blue-family-color);
    padding: 0;
    min-width: 160px;
    height: 56px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 52px;
    width: 100%;
    text-decoration: none;
    color: var(--secondary--color);
    cursor: pointer;
    box-shadow: 0px 2px 22px rgb(0 0 0 / 5%);
    border-radius: 3px;
    border: 2px solid transparent;
}

.dark-btn a:hover,
.dark-btn button:hover {
    background-color: transparent;
    border: 2px solid var(--dark-blue-family-color);
    color: var(--dark-blue-family-color);
    transition: ease-in-out 0.6s;
}


h1 {
    font-size: 61px;
    font-weight: 600;
    line-height: 70px;
    color: var(--dark-blue-family-color);
    margin-bottom: 22px;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    color: var(--dark-blue-family-color);
}

h2.large-font {
    font-size: 44px;
    font-weight: 600;
    line-height: 56px;
    color: var(--dark-blue-family-color);
}

h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

h5.special {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 20px;
    color: var(--dark-blue-family-color);
    font-weight: 600;
}

h6 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}

.spacer {
    float: left;
    width: 100%;
    height: 100px;
}

.text-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.padding-top {
    padding-top: 144px;
}

.padding-bottom {
    padding-bottom: 150px;
}

.padding-bottom116 {
    padding-bottom: 116px;
}

.padding-top116 {
    padding-top: 116px;
}

.padding-top80 {
    padding-top: 80px;
}

.special-text {
    color: var(--primary--color);
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.min-height-auto {
    min-height: auto !important;
}

.font-weight-600 {
    font-weight: 600;
}

.font-size-20 {
    font-size: 20px;
    line-height: 30px;
}

.btn-gradient {
    background: linear-gradient(to right, #00d090 0%, #00dab3 100%);
}

.blue-gradient {
    background: linear-gradient(to top, #673fe2 0%, #4db6ee 100%);
}

.mt-cls {
    margin-top: 50px;
}

.text-size-13 {
    font-size: 13px;
}

.lavender-bg {
    background-color: var(--light-lavender-bg);
}

.margin-tp-ngtv {
    margin-top: -75px;
}

.font-size50 {
    font-size: 50px;
    line-height: 67px;
    font-weight: 600;
    margin-bottom: 25px;
}

.special-font100 {
    font-size: 100px;
    line-height: 89px;
}

.green-text {
    color: var(--primary--color);
}