*{
    box-sizing: border-box;
}
body{
    font-family: 'Poppins';
    color: #000;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
h2{
    font-weight: 700;
    text-align: left;
}
h3{
    font-weight: 700;
}
h1{
    font-weight: 700;
}
h5{
    font-weight: 700;
}
h4{
    font-weight: 600;
}
.navbar .container-fluid{
    padding: 0;
}
.navbar{
    padding: 0 0;
    width: 100%;
}
.navbar.fixed{
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0px 5px 10px #0000000f;
}
.logo{
    width: 196px;
}
.navbar .logo_section{
    padding-left: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
    border-right: 1px solid #000;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 5px 18px;
    margin: 0 3px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    box-shadow: inset 0 0 0 0 white;
	transition: all 0.5s ease-in-out 0s;
    border-radius: 50px;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
    background: #000;
    color: #fff003;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:active{
    box-shadow: inset 300px 0 0 0 #000;
    color: #fff003;
    border-radius: 50px;
}
.navbar .contact{
    margin-left: 25px;
    margin-right: 45px;
}
.navbar .contact a{
    display: flex;
    text-decoration: none;
}
.navbar .contact span{
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.navbar .contact figure {
    margin-bottom: 0;
    display: flex;
    background: #fff003;
    padding: 10px;
    border-radius: 5px;
}
.navbar .contact figure img{
    width: 24px;
    filter: brightness(0);
}
.navbar .contact p{
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 26px;
    margin-left: 10px;
    color: #000;
}
.banner{
    width: 100%;
    height: 100%;
    background: #fff003;
    position: relative;
    padding-bottom: 75px;
}
.banner::after, .coding-career::after, .form-background::after{
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 225px;
    width: 100%;
    display: block;
    top: auto;
    content: '';
    background-image: url(../images/banner-bottom-01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner .main-content{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.banner .left-section figure{
    bottom: -61px;
    position: relative;
    
}
.banner .right-section{
    padding-left: 40px;
    max-width: 800px;
}
.banner .main-content .right-section h1{
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
}
.banner .main-content .right-section h1 span{
    font-weight: 700;
}
.banner .main-content .right-section p{
    font-weight: 500;
    color: #000;
}
.right-section .banner-btn{
    display: flex;
}
.btn-white{
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 15px 42px;
    border: 3px solid #000;
    border-radius: 10px;
    justify-content: center;
    background: #fff;
    transition: all 0.5s ease-in-out 0s;
}
.btn-white:hover{
    background: none;
}
.btn-border{
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 15px 42px;
    border: 3px solid #000;
    border-radius: 10px;
    justify-content: center;
    transition: all 0.5s ease-in-out 0s;
}
.btn-border:hover{
    background: #fff;
}
.banner-btn img{
    width: 24px;
}
.banner-btn .border-btn{
    display: flex;
}
.banner .main-content .right-section .banner-btn p{
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 8px;
}
#cursor_animation{
    perspective: 20px;
}
#right_txt{
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
/* start course workflow css */

.course_workflow{
    padding-top: 40px;
}
.course_workflow p{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.course_workflow h2{
    position: relative;
}
.course_workflow h2:after, .services h2:after, .kids-online-course h2:after, .benefit-of-learning h2.benefit-heading:after, .benefits-of-learning h2:after, .courses-we-offer h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    background-size: 100% 110%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.workflor-icon figure{
    margin-bottom: 0;
    width: 136px;
    height: 136px;
    background: #fff003;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #000;
    -webkit-transition: all .3s linear;
}
.workflow-item-section{
    display: flex;
    padding-top: 60px;
    padding-bottom: 80px;
}
.workflow_item{
    text-align: center;
    padding: 24px;
    position: relative;
}
.workflor-icon figure img{
    width: 65px;
}
.workflow_item .workflor-icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 34px;
    -webkit-transition: all .3s linear;
    -webkit-animation: float 3s ease-in-out infinite;
}

@keyframes float{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(0px);
    }
}
.workflow_item .workflor-icon:after{
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    border: 2px dashed #929292;
    border-radius: 50%;
    -webkit-animation: spinoffPulse 40s infinite linear;
}
@keyframes spinoffPulse{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.course_workflow .workflow_item p{
    font-size: 18px;
    font-weight: 400;
}
.course_workflow .workflow_item h3{
    font-weight: 700;
}
.workflow_item:hover .workflor-icon figure{
    background: #000;
    border: 5px solid #fff003;
}
.workflow_item:hover .workflor-icon figure img{
    filter: brightness(0) invert(1);
}
.workflow_item:hover .workflor-icon::after{
    border-color: #000;
}
.workflow_item:nth-child(odd){
    margin-top: 120px;
}
.workflow-btn {
    text-align: center;
}
.border-btn{
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 600;
    padding: 15px 42px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all .3s linear;
    background-color: #fff;
    position: relative;
    animation-fill-mode: both;
    display: inline-block;
    animation-duration: 1;
    cursor: pointer;
}
.border-btn:hover{
    color: #000;
    background-color: #fff003;
}
.border-btn:before, .border-btn:after{
    background-repeat: no-repeat;
    content: '';
    display: none;
    height: 100%;
    left: -20%;
    opacity: 0;
    position: absolute;
    transition: all ease-in-out .5s;
    visibility: hidden;
    width: 140%;
    z-index: 1;
    
}
.border-btn:hover:before{
    display: block;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    animation: topBubbles ease-in-out .75s forwards;
    background-image: radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, transparent 20%, CurrentColor 20%, transparent 30%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, transparent 10%, CurrentColor 15%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
    top: -75%;
}
@keyframes topBubbles
{
    0%
    {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50%
    {
        background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100%
    {
        background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
}
.border-btn:hover:after{
    display: block;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    animation: bottomBubbles ease-in-out .75s forwards;
    background-image: radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, transparent 10%, CurrentColor 15%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
    bottom: -75%;
}
@keyframes bottomBubbles
{
    0%
    {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0;
    }
    50%
    {
        background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0;
    }
    100%
    {
        background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
}
.workflow-item-section{
    position: relative;
}
.live_tutoring{
    background-color: #fff003;
    position: relative;
    padding-top: 225px;
    text-align: center;
    padding-bottom: 120px;
}
.live_tutoring::before, .learn-code::before{
    content: '';
    position: absolute;
    background-image: url('../images/banner-top-01.svg');
    width: 100%;
    height: 225px;
    top: -5px;
    left: 0;
    bottom: auto;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}
.live_tutoring h2{
    position: relative;
    z-index: 99;
}
.live_tutoring h2:after, .what-is-coding h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    background-size: 100% 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.live_tutoring h5{
    font-weight: 700;
    padding-top: 10px;
}
.live_tutoring p{
    font-weight: 500;
    margin-top: 20px;
}
.live_tutoring ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 0;
}
.live_tutoring ul li img{
    filter: brightness(0) invert(0);
    width: 64px;
    -webkit-transition: all .3s linear;
}

.live_tutoring ul li{
    list-style: none;
    flex: 0 0 25%;
    max-width: 25%;
}
.live_tutoring figure{
    display: inline-block;
    padding: 28px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .3s linear;
}
.live_tutoring figure:after {
    position: absolute;
    content: '';
    width: 134px;
    height: 134px;
    border: 2px dashed;
    border-radius: 50%;
    top: -7px;
    left: -7px;
    -webkit-animation: spinPulse 40s infinite linear;
    -webkit-transition: all .3s linear;
}
@keyframes spinPulse{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.live_tutoring ul li:hover figure{
    background-color: #000;
}
.live_tutoring ul li:hover img{
    filter: brightness(1) invert(0);
}
.live_tutoring ul li:hover figure:after{
    border-color: #fff;
    width: 95%;
    height: 95%;
    top: 3px;
    left: 3px;
}

/* ensuing-skill-css */
.teach_ensuing{
    padding-top: 120px;
    padding-bottom: 120px;
}
.skill-circle ul{
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.skill-circle ul li{
    display: flex;
    align-items: center;
    padding: 5px;
}
.skill-circle ul li:hover figure{
    background-color: #000;
}
.skill-circle ul li:first-child, .skill-circle ul li:last-child{
    padding-left: 106px;
}
.skill-circle ul li:nth-child(2), .skill-circle ul li:nth-child(4){
    padding-left: 28px;
}
.skill-circle ul li:nth-child(3){
    padding-left: 105px;
}
.skill-circle ul li p{
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: 600;
}
.skill-circle ul li figure{
    padding: 24px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.skill-circle ul li figure:after{
    position: absolute;
    content: '';
    width: 83px;
    height: 83px;
    border: 1.8px dashed;
    border-radius: 50%;
}
.skill-circle ul li:hover figure:after{
    border-color: #fff003;
}
.skill-circle ul li figure img{
    width: 41px;
}
.skill-circle ul li:hover figure img{
    filter: invert(1);
}
.skill-circle .circle-img{
    position: relative;
    overflow: hidden;
}
.skill-circle .circle-img img{
    -webkit-animation: Pulse 40s infinite linear;
}
@keyframes Pulse{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.teach_ensuing .skill-circle{
    position: relative;
}
.teach_ensuing .text-section h2{
    text-align: left;
    max-width: 500px;
    position: relative;
}
.teach_ensuing .text-section h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    background-size: 100% 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.teach_ensuing .text-section p{
    font-size: 18px;
    font-weight: 500;
}
.teach_ensuing .text-section p span{
    font-size: 24px;
    font-weight: 700;
}
.teach_ensuing .row{
    align-items: center;
}
.border-btn.color{
    background-color: #fff003;
    position: relative;
    animation-fill-mode: both;
    display: inline-block;
    animation-duration: 1;
    cursor: pointer;
    
}
.border-btn.color:before, .border-btn.color:after{
    background-repeat: no-repeat;
    content: '';
    display: none;
    height: 100%;
    left: -20%;
    opacity: 0;
    position: absolute;
    transition: all ease-in-out .5s;
    visibility: hidden;
    width: 140%;
    z-index: -1000;
}
.border-btn.color:hover:before{
    display: block;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    animation: topBubbles ease-in-out .75s forwards;
    background-image: radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, transparent 20%, CurrentColor 20%, transparent 30%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, transparent 10%, CurrentColor 15%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
    top: -75%;
}
@keyframes topBubbles
{
    0%
    {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50%
    {
        background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100%
    {
        background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
}
.border-btn.color:hover:after{
    display: block;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    animation: bottomBubbles ease-in-out .75s forwards;
    background-image: radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, transparent 10%, CurrentColor 15%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%), radial-gradient(circle, CurrentColor 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
    bottom: -75%;
}
@keyframes bottomBubbles
{
    0%
    {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0;
    }
    50%
    {
        background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0;
    }
    100%
    {
        background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
}
.border-btn.color:hover{
    background-color: transparent;
}
.tech-ensuing-btn{
    padding-top: 20px;
}
.tech-ensuing-btn a:nth-child(2){
    margin-left: 15px;
}

/* coding-career */

.coding-career{
    background-color: #fff003;
    position: relative;
    padding-top: 100px;
    padding-bottom: 225px;
}
.coding-career .career-left-section{
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    position: relative;
}
.coding-career .career-left-section ul{
    margin-top: 30px;
    list-style: none;
    padding-left: 0;
}
.coding-career .career-left-section ul li{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.coding-career .career-left-section ul li:after{
    position: absolute;
    content: '';
    height: 3px;
    width: 15px;
    background-color: #fff003;
    top: 11px;
    left: 0;
}
.coding-career .career-left-section:after {
    position: absolute;
    content: '';
    width: 98%;
    height: 97%;
    border: 3px dashed #000;
    top: 50%;
    left: 50%;
    border-radius: 15px;
    z-index: 999;
    transform: translate(-50%, -50%);
}
.coding-career .row{
    align-items: center;
}
/* homepage-form */
.homepage-form{
    padding-top: 70px;
}

.form-background {
    background-color: #fff003;
    position: relative;
    min-height: 450px;
    z-index: -1;
    margin-top: -180px;
    padding-bottom: 200px;
}
.homepage-form .contact-form{
    padding-bottom: 0;
}
.homepage-form .contact-form:after{
    display: none;
}
.contact-form .row{
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 10px 19px #00000014;
}

/* footer-css */

.footer{
    padding-top: 80px;
}
.footer .footer-logo{
    padding-bottom: 20px;
}
.footer .footer-logo img{
    max-width: 250px;
}
.footer h3{
    font-weight: 700;
    padding-bottom: 12px;
}
.footer ul{
    padding-left: 20px;
}
.footer ul li{
    line-height: 30px;
}
.footer ul li::marker{
    color: #fff003;
}
.footer ul li a{
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.footer-content{
    padding-top: 40px;
}
.footer-contact, .footer-address{
    display: flex;
    align-items: flex-start;
}
.footer-contact img, .footer-address img{
    max-width: 24px;
    margin-top: 3px;
    margin-right: 15px;
}
.footer .social-icon{
    display: flex;
}
.footer .social-icon a{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    margin-right: 12px;
    border-radius: 20%;
    transition: all 0.3s ease-in-out;
}
.footer .social-icon a:hover{
    background-color: #fff003;
    border: none;
}
.footer .social-icon a:hover .fa-brands{
    color: #000;
}
.footer .social-icon .fa-brands{
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 24px;
    color: #000;
}
.footer .row{
    border-bottom: 3px dashed #000;
    padding-bottom: 30px;
}
.footer .company-info{
    padding: 18px 0px;
    text-align: center;
    margin-bottom: 0;
}
/* breathcumb */
.breathcumb{
    position: relative;
    background-image: url('../images/breathcumb-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.breathcumb h2{
    color: #fff003;
    padding: 60px 0;
    position: relative;
    margin: 0;
}
/* about-us */
.about-us{
    position: relative;
}
.about-us .who-are-we{
    padding: 70px 0;
}
.about-us .our-vision{
    background-color: #fff003;
    padding: 70px 0;
}
.about-us .our-vision .row, .about-us .our-mission .row{
    align-items: center;
}
.about-us .our-mission{
    padding: 70px 0;
}
.services:after, .contact-text:after, .sign-up-form:after{
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 225px;
    width: 100%;
    display: block;
    top: auto;
    content: '';
    background-image: url(../images/banner-bottom-01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-us h2{
    text-align: left;
    position: relative;
    z-index: 999;
}
.about-us .who-are-we h2:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
}

.about-us .who-are-we figure{
    padding: 9px;
    position: relative;
}
.about-us .who-are-we figure img{
    border-radius: 50%;
}
.about-us .who-are-we figure:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px dashed;
    border-radius: 50%;
}
.our-vision .main-content h5, .our-mission .main-content h5{
    margin-bottom: 20px;
}
.our-vision figure{
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 8px solid #000;
    -webkit-transition: all .3s linear;
    -webkit-animation: float 3s ease-in-out infinite;
}
.our-mission figure{
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff003;
    border: 8px solid #000;
    -webkit-transition: all .3s linear;
    -webkit-animation: float 3s ease-in-out infinite;
}
.our-vision figure:after, .our-mission figure:after{
    position: absolute;
    content: '';
    width: 270px;
    height: 270px;
    border: 2px dashed;
    border-radius: 50%;
    -webkit-animation: spinoffPulse 40s infinite linear;
}
.our-vision figure img, .our-mission figure img{
    max-width: 120px;
}
.our-mission figure{
    float: right;
}
.our-mission{
    text-align: right;
}
.learning-section .inner-div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.learning-section .inner-div .middle-content ul{
    padding-left: 0;
}
.about-us .sign-up-form{
    background-color: #fff003;
    padding-top: 80px;
    padding-bottom: 225px;
    position: relative;
}
.about-us .sign-up-form h3{
    margin-bottom: 40px;
}

/* services */
.services{
    padding-top: 100px;
    padding-bottom: 200px;
    position: relative;
}
.services h2{
    position: relative;
}
.services-point{
    text-align: center;
}
.services .col-lg-4.col-md-6{
    margin-top: 50px;
}
.services-point:hover figure{
    background: #000;
}
.services-point:hover figure:after{
    border-color: #fff003;
}
.services-point:hover figure img{
    filter: invert(1);
}
.services-point figure{
    width: 120px;
    height: 120px;
    background: #fff003;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 30px;
    transition: 0.3s all ease-in-out;
}
.services p{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.services-point figure:after{
    position: absolute;
    content: '';
    width: 132px;
    height: 132px;
    border: 2px dashed;
    border-radius: 50%;
    -webkit-animation: spinPulse 40s infinite linear;
    -webkit-transition: all .3s linear;
}
.services-point figure img{
    max-width: 60px;
}
.services-point p{
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
}
.learning-section{
    padding: 80px 0;
}
.learning-section ul li{
    list-style: none;
    transition: 0.3s all ease-in-out;
    
}
.learning-section .middle-content{
    text-align: center;
    padding: 20px;
    border: 2px dashed #000;
    border-radius: 20px;
    flex: 0 0 32%;
    max-width: 32%;
    transition: 0.3s all ease-in-out;
    margin-bottom: 30px;
}
.learning-section .middle-content:hover{
    background-color: #000;
}
.learning-section .middle-content:hover h3:after{
    width: 90px;
}
.learning-section .middle-content:hover h3, .learning-section .middle-content:hover p, .learning-section .middle-content:hover ul li{
    color: #fff;
}
.learning-section .middle-content figure img{
    max-width: 70px;
    padding-top: 30px;
}
.learning-section .middle-content h3{
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
    transition: 0.3s all ease-in-out;
}
.learning-section .middle-content h3:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #fff003;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: 0.3s all ease-in-out;
}
/* contact-form */
.contact-form{
    position: relative;
}
.contact-text{
    background-color: #fff003;
    padding: 70px 0 225px 0;
    position: relative;
    margin-bottom: 60px;
}
.contact-text .container.center-text{
    text-align: center;
}
.contact-text h3{
    font-weight: 400;
    margin-bottom: 20px;
}
.contact-text p{
    margin-bottom: 40px;
}
.first-row{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.first-row .form-group{
    flex: 0 0 48%;
    max-width: 48%;
}
.form-group label span{
    color: red;
}
.form-control{
    padding: 15px;
    border-width: 3px;
    border-radius: 8px;
    border-color: #000;
}
.contact-form .form-group{
    margin-top: 20px;
}
.contact-form .form-check{
    padding-top: 15px;
    padding-bottom: 10px;
}
.contact-form button.close{
    background: none;
    border: none;
    position: absolute;
    right: 10px;
}
.contact-form button.close span{
    font-size: 26px;
    color: #0f5132;
}
.contact-form .alert{
    display: flex;
    align-items: center;
}
.form-control:focus{
    border-color: #000;
    box-shadow: none;
}
.contact-form .col-lg-7 p{
    margin-bottom: 15px;
}
.form-check-label{
    margin-bottom: 10px;
}
.form-group label{
    margin-bottom: 5px;
}
.form-control::placeholder{
    color: #000;
}
.contact-form ul{
    padding: 20px 42px 0 0;
}
.contact-form ul li{
    list-style: none;
    display: flex;
    padding: 20px 0;
    align-items: flex-start;
    border-bottom: 3px dashed #000;
}
.contact-form ul li:last-child{
    border-bottom: none;
}
.contact-form ul li img{
    max-width: 42px;
    background: #fff003;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
}
.contact-form ul li p{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.contact-form ul li p span{
    font-size: 20px;
    font-weight: 400;
    display: block;
}

/* courses */
.learn-code{
    padding-bottom: 70px;
    padding-top: 200px;
    background-color: #fff003;
    position: relative;
}
.learn-code figure.courses-tutor{
    float: right;
    display: inline-block;
}
figure.js-tilt{
    display: flex;
    justify-content: end;
}
.learn-code figure img{
    max-width: 500px;
    transition: all 0.2s ease-in-out;
}
.learn-code p{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px dashed #000;
}
.learn-code .row{
    align-items: center;
}
.learn-code p:last-child{
    border-bottom: none;
}
.courses-we-offer{
    padding-bottom: 70px;
    position: relative;
}
.courses-we-offer .col-lg-6{
    display: flex;
}
.courses-we-offer .our-courses{
    text-align: center;
    padding: 30px 30px 150px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    border: 2px dashed;
}
.courses-we-offer h2{
    text-align: center;
}
.courses-we-offer h5{
    padding-bottom: 50px;
    text-align: center;
}
.courses-we-offer .our-courses h3{
    padding: 0 30px 30px 30px;
    margin-bottom: 30px;
    position: relative;
    transition: 0.3s all ease-in-out;
}
.courses-we-offer .our-courses p{
    padding-bottom: 20px;
}
.courses-we-offer .our-courses h3:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background-color: #fff003;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: 0.3s all ease-in-out;
}
.our-courses .our-course-btn{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 30px;
}
.our-courses .our-course-btn button.border-btn{
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.our-courses .our-course-btn a{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.courses-we-offer .our-courses figure img{
    max-width: 60px;
    padding-top: 40px;
}
.kids-online-course{
    padding: 100px 0;
}
.kids-online-course img{
    padding-bottom: 60px;
}
.kids-online-course h2{
    text-align: center;
    margin-bottom: 50px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.what-is-coding{
    padding: 80px 0;
    background-color: #fff003;
    text-align: center;
}
.what-is-coding h2{
    margin-bottom: 30px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.what-is-coding p{
    text-align: center;
}
.what-is-coding p:nth-child(3){
    margin-bottom: 36px;
}
.benefit-of-learning{
    padding: 100px 0;
}
.benefits-of-learning h2{
    max-width: 750px;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.benefits-of-learning .middle-content p{
    font-size: 16px;
}

.thank_you{
    padding-bottom: 80px;
    padding-top: 120px;
}
.thank-you-content{
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff003;
  border-radius: 30px;
  padding: 60px 30px;
  position: relative;
}
.thank-you-content h2{
    position: relative;
}
.thank-you-content p span{
    font-weight: 600;
}
.thank-you-content a{
    color: #000;
    font-weight: 600;
}
.thank-you-content a:hover{
    color: #fff;
}

@media (min-width: 1200px){
    .banner .main-content .right-section h1{
        font-size: 48px;
        text-align: left;
    }
    .workflow-item-section .workflow_item {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .learning-section ul li{
        font-size: 20px;
        font-weight: 500;
    }
    h1{
        font-size: 3.5rem;
    }
    p{
        font-size: 18px;
    }
    h5{
        font-size: 24px;
    }
    .footer .footer-logo p{
        padding-right: 30px;
    }
    .contact-text p{
        padding: 0 50px;
        font-size: 20px;
    }
    .banner .main-content .right-section p{
        font-size: 24px;
    }
    h2{
        font-size: 42px;
    }
    .course_workflow .workflow_item h3{
        font-size: 26px;
    }
    .live_tutoring h3{
        font-size: 24px;
    }
    .live_tutoring p{
        font-size: 20px;
        max-width: 1124px;
        margin: 0 auto;
    }
    .instructor h3{
        font-size: 30px;
    }
    .footer h3{
        font-size: 24px;
    }
    .services .services-point h3{
        font-size: 26px;
    }
}
@media (min-width: 1500px){
    .course_workflow .container{
        max-width: 1450px;
    }
}
@media (max-width: 991px){
    .toggle-nav{
        position: absolute;
        cursor: pointer;
        right: 120px;
    }
    .career-right-section{
        padding-top: 40px;
    }
    .our-mission figure, .our-vision figure{
        margin: 30px auto;
        float: none;
    }
    .our-mission .col-lg-9{
        order: 2;
    }
    .about-us .our-vision, .about-us .our-mission{
        text-align: center;
    }
    .learning-section .inner-div .middle-content{
        flex: 0 0 100%;
        max-width:100%;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        border-radius: 0;
    }
    .navbar .contact figure img {
        width: 45px;
        filter: brightness(1);
    }
    .navbar .contact figure {
        background: none;
        padding: 0;
        border-radius: 0;
    }
    nav::after {
        content: "";
        display: block;
        clear: both;
    }
    .navbar-collapse{
        position: fixed;
        width: 100%;
        height: 100%;
        right: -100%;
        top: 95px;
        bottom: 0;
        box-sizing: border-box;
        transition: all 0.4s ease;
        z-index: 9999;
    }
    .navbar-collapse.active{
        right: 0;
    }
    .toggle-bar,
        .toggle-bar::before,
        .toggle-bar::after,
        .toggle-wrap.active .toggle-bar,
        .toggle-wrap.active .toggle-bar::before,
        .toggle-wrap.active .toggle-bar::after {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .toggle-bar {
        width: 38px;
        margin: 10px 0;
        position: relative;
        border-top: 6px solid #303030;
        display: block;
      }
      .toggle-bar::before,
      .toggle-bar::after {
        content: "";
        display: block;
        background: #303030;
        height: 6px;
        width: 38px;
        position: absolute;
        top: -16px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -ms-transform-origin: 13%;
        -webkit-transform-origin: 13%;
        transform-origin: 13%;
      }
      .toggle-bar::after {
        top: 4px;
      }
      .toggle-nav.active .toggle-bar {
        border-top: 6px solid transparent;
      }
      .toggle-nav.active.active .toggle-bar::before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      .toggle-nav.active .toggle-bar::after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      .navbar .contact p, .navbar .contact span{
        font-size: 0px;
        margin: 0;
      }
      .navbar .logo_section{
        padding: 0;
      }
      .navbar .contact{
        margin: 0;
      }
      .navbar .contact a{
        padding: 22px 25px;
        background-color: #000;
      }
      .navbar .logo_section{
        padding-left: 15px;
      }
      .navbar .navbar-nav{
        background-color: #000;
      }
      .navbar-expand-lg .navbar-nav .nav-link{
        color: #fff;
      }
      .navbar-expand-lg .navbar-nav .nav-link{
        padding: 12px 22px;
        border-bottom: 2px solid #fff003;
      }
      h2{
        font-size: 40px;
      }
      .teach_ensuing .text-section h2:after{
        background-size: cover;
      }
      .teach_ensuing .skill-circle{
        margin-top: 60px;
      }
      .instructor-image figure{
        max-width: 240px;
      }
      body.scroll-stop{
        position: fixed;
        overflow: hidden;
        inset: 0;
      }
      .learn-code figure img{
        max-width: 100%;
        margin-bottom: 40px;
      }
      .learn-code .col-lg-6:first-child{
        order: 2;
      }
      .courses-we-offer .our-courses{
        margin-bottom: 30px;
      }
      .kids-online-course img{
        padding-bottom: 0;
      }
      .contact-form ul{
        padding: 0;
      }
      .footer{
        padding-top: 0;
      }
}
@media (max-width: 360px){
    .logo{
        max-width: 150px;
    }
    .navbar .contact a{
        padding: 15px 15px;
      }
      .navbar .contact figure img{
        width: 32px;
      }
      .toggle-nav{
        right: 80px;
      }
      .skill-circle ul li p{
        max-width: 100%;
    }
    .skill-circle ul{
        left: 0;
    }
    .skill-circle ul li p{
        margin-left: 0;
    }
    .skill-circle ul li:first-child, .skill-circle ul li:last-child{
        padding-left: 32px;
    }
    .skill-circle ul li:nth-child(3){
        padding-left: 18px;
    }
}
@media (max-width: 1199px){
    .workflow-item-section{
        flex-wrap: wrap;
    }
    h3{
        font-size: 22px;
    }
    .our-vision figure:after, .our-mission figure:after {
        width: 200px;
        height: 200px;
    }
    .our-mission figure, .our-vision figure{
        width: 180px;
        height: 180px;
        border-width: 6px;
    }
    .workflow-item-section .workflow_item{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .workflow-item-section:after{
        display: none;
    }
    .workflow_item:nth-child(odd)::before{
        display: none;
    }
    .teach_ensuing .text-section h2:after{
        background-size: cover;
    }
    .teach_ensuing .text-section p{
        font-size: 16px;
        margin-top: 20px;
    }
    .teach_ensuing .text-section p span{
        font-size: 18px;
    }
    .border-btn{
        font-size: 16px;
    }
    .tech-ensuing-btn .border-btn{
        padding: 15px 30px;
    }
    .tech-ensuing-btn{
        padding-top: 20px;
    }
    .skill-circle ul li figure{
        padding: 15px;
    }
    .instructor-txt .contact-details .number{
        flex: 0 0 40%;
    }
    .instructor-txt .contact-details .address{
        flex: 0 0 60%;
    }
    .instructor .instructor-txt{
        padding-top: 30px;
    }
    
}
@media (max-width: 767px){
    .logo{
        max-width: 170px;
    }
    .banner .right-section{
        padding-left: 0;
        text-align: center;
    }
    .workflow-item-section .workflow_item{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner .main-content{
        flex-wrap: wrap;
    }
    .banner .main-content .left-section img{
        max-width: 250px;
    }
    .banner .main-content .left-section{
        order: 2;
    }
    .banner .main-content .right-section{
        order: 1;
        padding-top: 50px;
    }
    .banner .main-content .right-section .banner-btn p{
        font-size: 14px;
    }
    .banner-btn .btn-white, .banner-btn .btn-border{
        padding: 10px;
    }
    .banner .main-content .right-section p{
        text-align: center;
    }
    .right-section .banner-btn{
        justify-content: center;
    }
    .live_tutoring ul li{
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 40px;
    }
    .live_tutoring ul{
        padding-top: 20px;
    }
    .live-tutoring-btn{
        padding-top: 40px;
    }
    .workflow_item:nth-child(odd){
        margin-top: 0;
    }
    .skill-circle ul li figure img{
        width: 30px;
    }
    .skill-circle ul li figure:after{
        width: 55px;
        height: 55px;
    }
    .skill-circle ul li:first-child, .skill-circle ul li:last-child{
        padding-left: 60px;
    }
    .skill-circle ul li:nth-child(2), .skill-circle ul li:nth-child(4){
        padding-left: 12px;
    }
    .skill-circle ul li:nth-child(3){
        padding-left: 60px;
    }
    .instructor-txt .contact-details .address{
        flex: 0 0 100%;
    }
    .instructor-txt .contact-details .number{
        flex: 0 0 100%;
    }
    .instructor-txt .contact-details{
        flex-wrap: wrap;
    }
    .workflow_item{
        padding: 0;
        padding-bottom: 40px;
    }
    .course_workflow .workflow_item p{
        font-size: 16px;
    }
}
@media (max-width: 575px){
    h2{
        font-size: 32px;
    }
    h3{
        font-size: 22px;
    }
    .contact-form .row{
        padding: 0;
        padding-bottom: 30px;
        border-radius: 0;
    }
}
@media (min-width: 768px) and (max-width:991px){
    .banner .main-content .left-section img{
        max-width: 300px;
    }
    .banner .main-content .right-section h1{
        text-align: left;
    }
    .banner .main-content .right-section .banner-btn p{
        font-size: 16px;
    }
    .banner-btn .btn-white, .banner-btn .btn-border{
        padding: 15px 15px;
    }
    .live_tutoring ul li{
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 40px;
    }
    .live_tutoring ul{
        padding-top: 20px;
    }
    .instructor-txt .contact-details .number{
        flex: 0 0 40%;
    }
    .instructor-txt .contact-details .address{
        flex: 0 0 60%;
    }
   
}
@media (max-width: 446px){
    .live_tutoring ul li{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .skill-circle ul li figure:after{
        height: 57px;
        width: 57px;
    }
    .skill-circle ul li figure img{
        width: 32px;
    }
    .skill-circle ul li p{
        font-size: 16px;
        max-width: 200px;
    }
    .skill-circle ul{
        left: 0;
    }
    .skill-circle ul li:first-child, .skill-circle ul li:last-child{
        padding-left: 90px;
    }
    .skill-circle ul li:nth-child(3){
        padding-left: 90px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 8px 18px;
        font-size: 16px;
    }
    .navbar .contact span{
        font-size: 16px;
    }
    .navbar .contact p{
        font-size: 20px;
    }
    .banner .main-content .right-section h1{
        text-align: left;
        font-size: 40px;
    }
    .banner .main-content .right-section p{
        font-size: 20px;
    }
    .banner-btn .btn-border{
        padding: 15px 24px;
    }
    .banner .main-content .right-section .banner-btn p{
        font-size: 16px;
    }
    h2{
        font-size: 40px;
    }
}
@media (max-width: 470px){
    .skill-circle ul li:first-child, .skill-circle ul li:last-child{
        padding-left: 70px;
    }
    .skill-circle ul li p{
        font-size: 15px;
        max-width: 180px;
    }
}
@media (max-width: 430px){

    .tech-ensuing-btn .border-btn{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .tech-ensuing-btn a:nth-child(2){
        margin-left: 0;
    }
    .course_workflow h2{
        padding: 0 15px 0 15px;
    }
    .course_workflow p{
        padding: 0 15px 0 15px;
    }

}
@media (max-width: 518px){
    .skill-circle ul li p{
        font-size: 15px;
        max-width: 180px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px){
    .skill-circle ul li figure:after{
        width: 70px;
        height: 70px;
    }
    .skill-circle ul li figure{
        padding: 18px;
    }
    .skill-circle ul li p{
        font-size: 20px;
    }
    .skill-circle ul li:first-child, .skill-circle ul li:last-child{
        padding-left: 95px;
    }
    .skill-circle ul li:nth-child(2), .skill-circle ul li:nth-child(4){
        padding-left: 17px;
    }
    .skill-circle ul li:nth-child(3){
        padding-left: 95px;
    }
    .teach_ensuing .text-section p{
        font-size: 16px;
    }
}
@media (max-width: 369px){
    .banner-btn img{
        display: none;
    }
}
@media (max-width: 390px){
    .skill-circle ul li figure {
        display: none;
    }
    .skill-circle ul li:first-child, .skill-circle ul li:last-child {
        padding-left: 0px;
    }
    .skill-circle ul{
        left: 0px;
    }
    .skill-circle ul li:nth-child(2), .skill-circle ul li:nth-child(4) {
        padding-left: 0px;
    }
    .skill-circle ul li:nth-child(3) {
        padding-left: 0px;
    }
    .skill-circle ul li p{
        max-width: 100%;
        margin-left: 0;
    }
    .skill-circle ul {
        padding-left: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 421px) and (max-width: 445px){
    .skill-circle ul li p{
        max-width: 160px;
    }
}
@media (min-width: 391px) and (max-width: 420px){
    .skill-circle ul li figure{
        padding: 10px;
    }
    .skill-circle ul li figure img{
        width: 24px;
    }
    .skill-circle ul li figure:after{
        width: 40px;
        height: 40px;
    }
    .skill-circle ul li:first-child, .skill-circle ul li:last-child {
        padding-left: 36px;
    }
    .skill-circle ul li:nth-child(2), .skill-circle ul li:nth-child(4){
        padding-left: 0px;
    }
    .skill-circle ul li:nth-child(3) {
        padding-left: 36px;
    }
}
@media (min-width: 1300px) and (max-width: 1399px){
    .container{
        max-width: 1250px;
    }
}

.error{color:red;}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
