@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'SHREE-DEV7-0714';
    src: url('../fonts/SHREE-DEV7-0714.woff2') format('woff2'),
        url('../fonts/SHREE-DEV7-0714.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}

a:hover,
a:focus,
a:active{
    text-decoration: none;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'SHREE-DEV7-0714';
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
a{transition: .4s linear;}
.container{max-width: 1440px;}
.catge-wrapper{overflow: hidden;}

/* **** Header **** */
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    background-color: #1A1B23;
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{    
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
    position: relative;
}
.navbar:before{
    position: absolute;
    content: "";
    height: 50px;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 100%;
    background-image: url(../images/hero-shadow.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.navbar-nav{
    float: none;
    margin: 0 auto;
    width: 100%;
    border-radius: 50px;
    position: relative;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
    margin: 0 5px 0 0;
    float: left;
    width: 20%;
}
.nav-item:last-child{
    margin: 0;   
}

.nav-link{
    color: #fff !important;
    font-weight: 500;
    transition: all 200ms linear;
}
.navbar-nav .nav-item .nav-link {
    position: relative;
    padding: 20px 0;
    display: inline-block;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    background-color: #e35530;
    display: block;
    border: none;
    text-align: center;
}
.nav-item:first-child .nav-link{
    border-radius:40px 0 0 40px;
}
.nav-item:last-child .nav-link{
    border-radius: 0 40px 40px 0;
}
.dropdown-toggle::after{
    display: none;
}

.navbar-nav .dropdown-menu{
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    min-width: 100%;
    background-color: #0e2937;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-nav .dropdown-menu .dropdown-item{
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
}
.navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #e35530;
    color: #fff;
}


.navbar-nav .dropdown-menu .second-dropdown .dropdown-toggle{
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
    text-align: left;
}
.navbar-nav .dropdown-menu .second-dropdown .dropdown-toggle:hover{
    background-color: #e35530;
    color: #fff;
}
.navbar-nav .dropdown-menu .second-dropdown .dropdown-menu{
    top: 0;
    left: 100%;
    display: block;
    margin-left: 5px;
    opacity: 0;
    visibility: hidden;
}

.navbar-nav .dropdown-menu .second-dropdown:hover .dropdown-menu{
    visibility: visible;
    opacity: 1;
}



.navbar-nav .nav-item:nth-child(2) .nav-link{
    background-color: #0e2937;
}
.navbar-nav .nav-item:nth-child(3) .nav-link{
    background-color: #33b9c0;
}
.navbar-nav .nav-item:nth-child(4) .nav-link{
    background-color: #ee9678;
}
.navbar-nav .nav-item:nth-child(5) .nav-link{
    background-color:rgb(177,40,5);
}
.navbar-nav .nav-item:last-child .nav-link{
    background-color: #1e7e83;
}
.navbar-nav .nav-item .nav-link:hover { 
    background-color: #08161e;
    color: #fff;
}
.nav-item.active .nav-link{
    color: #fff !important;
}

.login-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.login-bx a{
    font-size: 18px;
    color: #fff;
    padding: 15px 25px;
    display: block;
}
.login-bx a i{
    color: #24979d;
    margin-right: 5px;
    font-size: 28px;
    vertical-align: middle;
}

.nav-new{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.navbar-toggler {float: right;border: none;padding-right: 0;}
.navbar-toggler:active, .navbar-toggler:focus {outline: none;}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #FEC60E;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #FEC60E;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End Header **** */

.btn-main{
    font-size: 26px;
    font-weight: 600;
    color: #fc4a1a;
    background: rgb(177,40,5);
    background: -moz-linear-gradient(left,  rgba(177,40,5,1) 0%, rgba(227,85,48,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(177,40,5,1) 0%,rgba(227,85,48,1) 100%);
    background: linear-gradient(to right,  rgba(177,40,5,1) 0%,rgba(227,85,48,1) 100%);
    background-size: 100% 100%;
    padding: 10px 35px;
    border-radius: 50px;
    color: #fff;
    display: table;
}
.btn-main:hover{
    background-size: 240% 240%;
    color: #fff;
}


.titlebar h2{
    font-size:52px;
    font-weight: 300;
    color: #db3003;
    margin: 0 auto;
    display: table;
    text-transform: uppercase;
}


/* **** Hero **** */
.hero-wrp{
    background-color: #07575b;
    padding: 300px 0 100px;
    border-top: 30px solid #e35530;
}
.hero-wrp img{
    max-width: 40%;
    margin: 0 auto;
    display: table;
}
.hero-wrp p{
    font-size: 22px;
    font-weight:200;
    color: #fff;
    margin: 0;
}
.hero-wrp p a{
    font-weight: 500;
    color: #fff;
}
.hero-img{
    width: 80%;
}
.hero-dt{
    width: 70%;
    margin-left: auto;
}
.hero-wrp .btn-main{
    margin: 60px auto 0;
}
.hero-wrp .hero-child{
    position: absolute;
    width: auto;
    max-width: 25%;
    top: 210px;
    left: 47%;
    z-index: 99;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/* **** End Hero **** */

/* **** About **** */
.about-wrp{
    padding: 150px 0 100px;
    position: relative;
}
.about-wrp .titlebar h2{
    margin: 0 auto 50px;
}
.about-wrp p{
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 30px;
    color: #1d1d1b;
}
.about-wrp .brd{
    display: table;
    height: 26px;
    width: 80%;
    background-color: #fa7e53;
    margin: 40px auto;
}
.abt1{
    position: absolute;
    max-width: 15%;
    top: 21%;
    right: 0;
}
.abt2{
    position: absolute;
    max-width: 18%;
    top:37%;
    left: 0;
}

.populer-title{
    padding: 30px 20px;
    text-align: center;
    border-top: 7px solid #fa7e53;
    width: 75%;
    margin: 0 auto 25px;
}
.populer-title h2{
    font-size: 52px;
    font-weight: 300;
    color: #1e7e83;
    text-align: center;
    margin: 0;
}

.populer-block{
    margin:20px 0 25px;
    padding: 40px 0 0;
    background-color: #1e7e83;
    position: relative;
}
.populer-block:before{
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background-color:#1e7e83;
    border-radius: 50%;
    top:-30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.seconblock{
    background-color: #fa7e53;
}
.seconblock:before{
    background-color: #fa7e53;
}
.thirdblock{
    background-color: #e35530;
}
.thirdblock:before{
    background-color: #e35530;
}

.populer-class-img{
    position: relative;
    cursor: pointer;
}
.populer-class-img img{
    width: 100%;
    opacity: 0.50;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pop-ic{
    position: absolute;
    top:-15px;
    left: 5px;
    right: 5px;
}
.pop-ic img{
    margin: 0 auto;
    display: table;
    width:50px;
}
.rait-bx{padding: 15px 15px;text-align: center;}
.rait-bx img{
    width: 55px;
    display: inline-block;
    margin-right: 5px;
}
.rait-bx img:last-child{margin: 0;}

.populer-class-img h4{
    color: #0e2937;
    font-size: 42px;
    font-weight: 500;
    z-index: 9;
    padding: 5px;
    text-align: center;
    text-shadow: -1px 1px 0 #fff,
                  1px 1px 0 #fff,
                 1px -1px 0 #fff,
                -1px -1px 0 #fff;
    display: table;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.populer-block:hover .populer-class-img img{opacity: 1;}
/* **** End About **** */
.populer-block:hover .populer-class-img h4{
    opacity: 1;
    visibility: visible;
}




/* **** Who Teach **** */
.who-teach-wrpper{
    padding: 120px 0;
    background-color: #e35530;
}
.who-teach-wrpper h2{
    color: #fad0c2;
    margin: 0 auto 50px;
}
.who-teach-wrpper p{
    font-size: 32px;
    font-weight: 400;
    color: #1d1d1b;
    text-align: center;
    margin: 0;
}
/* **** End Who Teach **** */



/* **** Testimonials **** */
.testimonial-wrp{
    padding: 100px 0;
    border: 22px solid #fad0c2;
    border-left: none;
    border-right: none;
    background-color: #1e7e83;
    position: relative;
}
.quote-left{
    position: absolute;
    left: 30px;
    top:    80px;
    max-width:200px;
}
.quote-right{
    position: absolute;
    right: 30px;
    bottom: 80px;
    max-width: 200px;
}
.testimonial-wrp h2{
    color: #0e2937;
    margin: 0 auto 50px;
}
.testimonial-wrp .testimonial-block p{
    font-size:26px;
    line-height: 38px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0 0 15px;
}
.testimonial-wrp .testimonial-block h4{
    font-size:30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 10px 0 0;
}
.testimonial-wrp .testimonial-block img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 50px auto 0;
    display: table;
}
/* **** End Testimonials **** */

/* **** Contact **** */
.contact-wrp{
    padding: 100px 0;
    background-color: #113548;
    position: relative;
    border-bottom: 30px solid #db5332;
}
.cnt1{
    max-width: 20%;
    position: absolute;
    left: 0;
    top:50%;
    width: 20%;
    left: 25%;
    -webkit-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
}
.cnt2{
    max-width: 20%;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20%;
    right: 25%;
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}
.contact-wrp h2{
    margin: 0 auto 80px;
}
.contact-wrp form{
    width: 40%;
    margin: 0 auto;
}
.contact-wrp form .form-group{
    margin: 0 0 50px;
    position: relative;
}
.contact-wrp form .form-group:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 30px;
    left: 0;
    right: 0;
    bottom: -30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shadow2.png);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0.6;
}
.contact-wrp form .form-group .form-control{
    background-color: #1a6a73;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    height: auto;
    display: flex;
    align-items: center;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 300;
    color: #fffff8;
    resize: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*.contact-wrp form .form-group .form-control-file{
    background-color: #1a6a73;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    height: auto;
    display: flex;
    align-items: center;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 300;
    color: #fffff8;
    resize: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}*/
.contact-wrp form .form-group .form-control::placeholder{
    color: #fffff8;
}
.contact-wrp form .form-group .form-control:focus{
    background-color: #d77351;
}
.contact-wrp form button{
    margin: 80px auto 0;
    display: table;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: none;
    text-transform: uppercase;
    padding: 10px 50px;
}
/* **** End Contact *** */

/* **** About Page **** */
.inner-pages{
    border-top: 30px solid #db5332;
    border-bottom: 30px solid #db5332;
    padding: 120px 0 0;
}
.abt-wrp-pages{
    padding: 100px 0 30px;
    position: relative;
    margin: 15px 0 0;
}
.abt-wrp-pages h2{
    font-size: 52px;
    font-weight: 300;
    color: #db3003;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
.abt-wrp-pages h2:after{
    position: absolute;
    content: '';
    width: 400px;
    height: 20px;
    background: url('../images/shap-title.png') 0 0 no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.abt-wrp-pages p{
    color: #1d1d1b;
    font-size: 22px;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
    margin: 0 0 25px;
}
.sepraterbx{
    background-color: #33b9c0;
    width:70%;
    height:7px;
    margin: 10px auto 25px;
    display: table;
}
.abt-img img{
    margin: 0 auto 25px;
    display: table;
    width: 50%;
    border: 5px solid #0e5c60;
}
img.abtpizz{
    position: absolute;
    top: 80px;
    left: 25%;
    width: 120px;
}

.note-bx{
    padding: 30px 0;
    width: 100%;
    background-color: #1e7e83;
    position: relative;
}
.note-bx:before{
    width: 40%;
    height: 7px;
    background-color: #0e2937;
    position: absolute;
    content: '';
    top: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}
.note-bx p{
    width: 75%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: #fdbca6;
    line-height: 32px;
}
.note-bx p a{
    font-weight: 600;
    color: #fdbca6;
}

.subjects-title h3{
    font-size: 52px;
    font-weight: 300;
    color: #33b9c0;
    text-align: center;
    margin: 25px auto 45px;
    display: table;
}
.subjects-title h3 img{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    margin-left: 15px;
}

.subjects-lines {width: 80%;margin: 0 auto;}
.subjects-lines p{
    font-size: 22px;
    font-weight: 300;
    color: #1d1d1b;
    line-height: 32px;
    text-align: left;
    margin: 0 0 25px;
}
.subjects-lines .btn-main{
    margin: 15px auto 35px;
    display: table;
    padding: 10px 45px;
    background: #33b9c0;
    color: #fff;
}

.math-dt {
    padding: 15px 0 0;
}
.math-dt .subjects-title h3 img{
    margin: 0 15px 0 0;
}
.math-dt .subjects-title h3{
    color: #0e5c60;
}

.science-dt .subjects-title h3{
    color: #f2b3a0;
}

.subjects-lines .btn-main:hover{
    color: #fff;
    background-color: #000 !important;
}
/* **** End About Page **** */

/* **** Contact Page **** */
.cnt-pg-wrp{border-bottom: none;padding: 45px 0;}
.cnt-mini{
    margin: 85px 0 0;
    padding:30px 0;
    background-color: #db5332;
}

.cnt-bx{
    padding: 0 30px;
}
.cnt-ic i{
    width: 60px;
    height: 60px;
    border-radius: 30px 0 30px 0;
    background-color: #fff;
    color: #1a6a73;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto 25px;
    display: table;
}
.cnt-ic h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0;
}
/* **** End Contact Page **** */

/* **** Login, Signup & Forgot Page **** */
.enter-from{
    border-bottom: none;
    padding:100px 0;
    margin: 45px 0 0;
}
.radiobx{
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.radiobx [type="radio"]:checked,
.radiobx [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radiobx [type="radio"]:checked + label,
.radiobx [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left:40px;
    padding-top: 3px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    margin: 0;
    font-size: 22px;
}
.radiobx [type="radio"]:checked + label:before,
.radiobx [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width:25px;
    height:25px;
    border: 2px solid #db3003;
    border-radius: 100%;
    background: transparent;
}
.radiobx [type="radio"]:checked + label:after,
.radiobx [type="radio"]:not(:checked) + label:after {
    content: '';
    width:16px;
    height:16px;
    background: #1a6a73;
    position: absolute;
    top:5px;
    left:4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radiobx [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radiobx [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gender-box h6{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin: 0 0 15px;
}
.contact-wrp form .form-group.gender-box:before{display: none;}
.noteopnbx{
    padding: 35px 0 0;
    text-align: center;
}
.noteopnbx p{
    font-size: 18px;
    font-weight:400;
    color: #fff;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    line-height: 22px;
}
.noteopnbx p a{
    color: #db3003;
    margin-left: 5px;
}
.forgt-link{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.forgt-link a{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: table;
}
.forgt-link a:hover{
    color: #db3003;
}
.contact-wrp.enter-from button{
    margin: 60px auto 0;
}

.contact-wrp form .form-group.cnt-phn input.form-control{
    width: 100%;
    display: block;
    padding: 20px 50px;
}
.iti{width: 100%;display: block;}

.catge-wrapper.inner-pages .login-bx a{color: #24979d;}
/* **** End Login, Signup & Forgot Page **** */

.our-teacher-wrp{
    background-color: #a6e5e8;
    position: relative;
}
.our-teacher-wrp p{
    width: 75%;
    margin: 0 auto 25px;
}
.search-bx{
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.search-bx .form-control{
    padding: 10px 15px 10px 100px;
    border-radius: 30px;
    border: none;
    height: auto;
    box-shadow: none;
    background-color: #33b9c0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.search-bx i{
    position: absolute;
    top: 0;
    left: 10px;
    padding: 14px 30px;
    background-color: #1fa1a8;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}
.search-bx .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.search-bx .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.search-bx .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.search-bx .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.teacher-lst{
    padding: 35px 0;
}
.teacher-row h3{
    color: #e35530;
    text-align: center;
    margin: 0 0 15px;
    font-size: 42px;
    font-weight: 300;
}
.teacher-img img{
    width: 100%;
    border:4px solid #e35530;
}
.rait-ic{
    padding: 15px 0;
}
.rait-ic img{
    width: 40px;
    display: inline-block;
    margin-right: 10px;
}
.teacher-dta h4{
    font-size:28px;
    font-weight:600;
    color: #1d1d1b;
    margin: 0 0 10px;
}
.teacher-dta p{
    font-size: 18px;
    font-weight:300;
    color: #1d1d1b;
    margin: 0 0 15px;   
    line-height:30px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.teacher-dta .btn-main{
    padding: 8px 45px;
    background-color: #e35530;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    display: table;
    background: #e35530;
}
.spretbx{
    margin: 35px auto;
    display: table;
    width: 65%;
    height: 7px;
    background-color: #e35530;
}
.mathbx h3{
    color: #0e5c60;
}
.mathbx .teacher-img img{
    border-color: #0e5c60;
}
.mathbx .rait-ic{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mathbx .teacher-dta .btn-main{
    background-color: #0e5c60;
    float: right;
}

.saicebx h3{
    color: #ee9678;
}
.saicebx .teacher-img img{
    border-color: #ee9678;
}
.saicebx .teacher-dta .btn-main{
    background-color: #ee9678;
}

.forgotwrp{
    padding: 300px 0;
}

.top-btn {
    width: 50px;
    height: 50px;
    background: #FFBC42;
    color: #fff;
    text-align: center;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    position: fixed;
    bottom:30px;
    right: 30px;
    cursor: pointer;
    font-size: 18px;
    line-height: 50px;
    z-index: 999;
    transition: .5s;
    display: none;
}
.top-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    background: #FFBC42;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    left: 5px;
    bottom:-5px;
    z-index: -1;
    opacity: 0.10;
    transition: .5s;
}
.top-btn:hover{
    background: #2F4961;
}


.iti__arrow{
    border-top:4px solid #fff;
}
.iti__arrow--up{
    border-bottom:4px solid #fff;
    border-top: transparent;
}



.teacher-dta ul{
    margin: 0 0 30px;
}
.teacher-dta ul li{
    display: inline-block;
    margin: 0 20px 0 0;
}
.teacher-dta ul li:last-child{
    margin: 0;
}
.teacher-dta ul li .form-group{
    margin: 25px 0 0;
}
.teacher-dta ul li .form-group label{
     font-size: 18px;
    font-weight:500;
    color: #000;
}
.teacher-dta ul li .form-group .form-control{
    box-shadow: none;
    outline: none;
    border-radius: 0;
    outline: none;
    height: auto;
    font-size: 16px;
    font-weight:400;
    color: #1d1d1b;
    margin: 0;
    cursor: pointer;
    padding: 10px 15px;
}

.teacher-row.mathbx .teacher-dta h4 {
    text-align: right;
}
.teacher-row.mathbx .teacher-dta p{
    text-align: right;
}
.teacher-row.mathbx .teacher-dta ul{
    text-align: right;
}

.form-title
{
    font-size: 16px;
    font-weight:500;
    color: #fff;
}

.mt30 {margin-top:30px;}


.tabs {
  position: relative;   
  min-height: 475px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;  
  clear: both;
  width: 175px;
  height: 45px;
}
.tab label {
  background: #e35530; 
  padding: 10px; 
  border: 1px solid #b12805; 
  margin-left: -1px; 
  font-size: 15px;
  color:#FFF;
  position: relative;
  left: 1px;   
  width: 175px;
  display: inline-block;
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 0;
  left:175px;
  background:#113548;
  right: 0;
  padding: 20px;
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid #b12805;
  z-index: 2;
  color:#000;
}

.logout a{
  background: white;
  border-bottom: 1px solid #b12805;
  z-index: 2;
  color:#000;
}

[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

.tablebg {background:#FFF;}

.adminbar h2{
    font-size:35px;
    font-weight: 300;
    color: #FFF;
	padding-bottom:25px;
    margin: 0 auto;
    display: table;
    text-transform: uppercase;
}


.admin-tabs{
    padding: 45px 0;
}
.admin-tabs .nav-tabs li{
    display: block;
    margin: 0;
    width: 100%;
}
.admin-tabs .nav-tabs li a{
    padding: 15px;
    display: block;
    background: #e35530;
    border: 1px solid #b12805;
    font-size: 15px;
    color: #fff;
    margin: 0;
    border-radius: 0;
}
.admin-tabs .nav-item:last-child .nav-link,
.admin-tabs .nav-item:first-child .nav-link{
    border-radius: 0;
}
.admin-tabs .nav-tabs li a:hover{
    border: 1px solid #b12805;
    color: #fff;
}
.admin-tabs .nav-tabs .nav-item.show .nav-link, .admin-tabs .nav-tabs .nav-link.active{
    background-color: #fff;
    color: #333 !important;
    border: 1px solid #b12805;
}
.admin-tabs .tab-content{
    width: 100%;
    background-color: #113548;
    padding: 35px;
}
.welcometext h1{
    font-size: 42px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.welcometext p{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 26px;
    margin: 0;
}