
:root {
    --primary: #5c9a19;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #9c382d;
}

body{

}
p{
    color: #4a4a4a;
}
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

h1,h2,h3,h4,h5,h6{
    color: #000000!important;
}
/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
    background-color:#ec8306;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}



.btn-dark {
    color: #fff;
    background-color: #ec8306 !Important;
    border-color: #ec8306 !Important;
}

.texth4 {
    color: #fff !Important;
    font-size: 12px;
    font-weight: bold !IMPORTANT;
}

.boxtitle {
    font-size: 12px !Important;
    color: #53e509;
    font-weight: bold;
}

.testimonialscand{
   
    position: relative;
    background-image: url(../img/banner/img1.png);
    width: 100%;
    height: 415px !Important;
    background-size: cover;
    background-position: fixed;
    background-repeat: no-repeat;

}

.d-flex.align-items-center.border-bottom.boxinner {
    background-color: #673ab7;
    color: #fff;
    padding: 10px;
}
.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    /* background-color: #ff0000; */
    border-radius: 7px;
    padding: 4px 14px 5px 13px;
    color: #fff;
    /* background-color: #211d70; */
    border: 1px solid #1794dd;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    transition: .5s;
    margin-right: 5px;
}

.candidate{background-color:#0582ae;}
.employer{background-color: #28890f;}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 0px;
    border-radius: 7px;
    padding: 4px 14px 5px 13px;
    color: #fefeff;
    /* background-color: #211d70; */
    border: 1px solid #211d70;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.navul{
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.navul li{border: 0;
    list-style: none;
    line-height: 1;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    float: left;
    padding: 17px 0px;
}

.navul li :hover {
    border-bottom: 2px solid #0191d6;
}
.navul  > li:last-child > a {
    border-right: 0;
}


.navul li > a {
    padding: 0px 11px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    border-right: 1px solid #0191d6;
    line-height: 12px;
    transition: all .3s;
}



.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #211d70;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


@media screen and (max-width: 480px) {
  .py-0{
      float: left;
      width: 100%;
  }
  .candidate{
      text-align: center;
      color:#fff !Important;
      margin-bottom: 7px;
  }
  .employer{
      text-align: center;
      color:#fff !Important;
  }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: fixed;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        /*background: var(--primary);*/
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgb(9 62 33 / 17%);*/
    z-index: 1;
        display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 420px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 141px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    /*transform: rotate(-45deg);*/
}

.service-item .service-icon i {
   /* transform: rotate(45deg);*/
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.service-item .service-icon img{
    width: 100%;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}
.team-item .team-img img{
    object-fit: contain;
}
.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
    height:330px;

}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

/*19/05/22 changes*/




















/* banner css end */
.banner {
    position: relative;
    
}
.banner .wrapper{
    display: block;
}
.banner .banner_content{
    position: absolute;
    top: 0%;
    width: 100%;
    /*background-color:#0c1f94e3;*/
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
   /* border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;*/
        padding: 10% 3% 7% 50%;
    box-shadow: 10px 4px 32px -22px #000000;
    text-align: center;
}
.banner .banner_content .inner_wrapper{
    padding: 29px 10px;
    background-color: #151516;
    opacity: 0.6;
    
}
.banner .banner_content h5{
    font-size: 35px;
    color: white!important;
    margin-bottom: 26px;
}
.banner .banner_content form input{
       width: 70%;
    padding: 16px 67px;
    border: 0;
    border-radius: 10px;
}
.banner .banner_content form input:focus{
    outline: none;
}
.banner .banner_content form{
    position: relative;
}
.banner .banner_content form label{
    left: 17%;
    position: absolute;
    top: 15px;
    width: 4%;
}

.banner .banner_content form label img{
    width: 100%;
}
.banner .banner_content .button{
    margin-top: 40px;
}
.banner .banner_content .button a{
    padding: 14px 55px;
    background-color: #fdfdff;
    color: #f3820e;
    border-radius: 10px;
    margin: 0px 27px;
    font-weight: 500;
}
.banner .banner_img{
    width: 100%;
   height: 370px;
    object-fit: cover;
    /*border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    box-shadow: 10px 4px 32px -22px #000000;*/
    padding-right: 8px;
   /* background-color: #9e3d32;*/
}
.banner .banner_content .title{
    color: white!important;
    font-size: 53px;
    font-weight: 800;

}
.banner .banner_content .sub_title{
    color: white!important;
}

@media(max-width: 768px){
    .banner .banner_content form label img{
        width: 100%;
    }
}
@media(max-width: 480px){
    .banner .banner_content form input{
        padding: 8px 67px;
        width: 100%;
    }
    .banner .banner_content form label {
            left: -127px;
            position: relative;
            top: 38px;
            width: 15%;
    }
    .banner .banner_content h5{
        font-size: 18px;
        color: white!important;
        margin-bottom: 0px;
    }
    .banner .banner_content .button a{
        padding: 10px 20px;
        background-color: #3c7000;
        color: white;
        border-radius: 31px;
        margin: 0px 13px;
        font-weight: 500;
        display: inline-block;
        /* width: 187px; */
        font-size: 12px;
        margin-bottom: 5px;
    }
    .banner .banner_content form label img{
        width: 48%;
    }
    .banner .banner_content{
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner .banner_img{
        height: 280px;
    }
}
/* banner css end*/

/* student teacher list */
.page_title{
    padding: 40px 0px;
    background-color: aliceblue;
}
.page_title .heading p{
    font-size: 24px;
    font-weight: 500;
    color: #9c382d;
    
    position: relative;
}
.page_title .heading p:before{
    position: absolute;
    content: ' ';
    background-color: #5c9713;
    width: 15%;
    height: 4px;
    top: 41px;
}


.student_teacher_list{
    padding: 60px 0px;
    background-color: #fff;
}
.student_teacher_list .accordion-button{
    background-color: #9c382d;
    color: white;
    font-size: 18px;
    font-weight: 700;

}
.student_teacher_list .accordion-button:focus{
    outline: none;
    box-shadow: none;
}
.student_teacher_list form input{
    width: 100%;
    padding: 7px 18px;
}
.student_teacher_list form input:focus{
    outline: none;
}
.student_teacher_list .accordion{
    box-shadow: 0px 4px 25px -16px;
    margin-bottom: 30px;
}
.student_teacher_list .accordion-body{
    height: 140px;
    overflow: auto;
}

.student_teacher_list form ul{
    list-style-type: none;
    padding: 0;
}
.student_teacher_list form .class_select input{
    width: auto;
    margin-right: 10px;
}
.student_teacher_list form .class_select li{
    margin-bottom: 10px;
}

.student_teacher_list .common_heading{
    text-align: center;
    padding: 19px 10px 10px 10px;
    background-color: #9c382d;
    box-shadow: 0px 3px 9px -5px;
    margin-bottom: 20px;
}
.student_teacher_list .common_heading h6{
    color: white!important;
    font-size: 17px;
}   

.student_teacher_list .common_heading p{
    color: white;   
    font-size: 14px;
} 
.student_teacher_list .teacher_item{
    padding: 10px 10px;
    background-color: #ffffff;
    box-shadow: 0px 3px 9px -4px;
    border: 1px solid #06a3da;
    margin: 20px 0px;
}
.student_teacher_list .teacher_item img{
    width: 117px;
    text-align: center;
    display: flex;
    margin: auto;
    border-radius: 71px;
    height: 110px;
        box-shadow: 0px 7px 10px -4px;
}

.student_teacher_list .teacher_item .content ul{
    list-style-type: none;
    padding: 0;
    
}
.student_teacher_list .teacher_item .content ul li{
    padding: 0px 1px;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
}
.student_teacher_list .teacher_item .content ul li p{
    margin: 0px 0px 5px 0px;
}
.student_teacher_list .teacher_item .content ul li p span{
    font-weight: 700;
}
.student_teacher_list .teacher_item .name{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0px;
    color: #06a3da;
}
.student_teacher_list .teacher_item .designation{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 6px 0px;
}
.student_teacher_list .teacher_item .content{
    border-top: 1px solid #d1d1d1;
    padding: 13px 24px;
}

.student_teacher_list .teacher_item a{
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #e7af00;
    color: white;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
    border-rdaius: 20px;
    border-radius: 36px;
    margin-bottom: 14px;
}

.student_teacher_list  .for_students .heading{
    text-align: center;
    padding: 19px 10px 10px 10px;
    background-color: #2196f3;
    box-shadow: 0px 3px 9px -5px;
    
}
   

.student_teacher_list .for_students .heading .title{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}

.student_teacher_list .for_students .heading .sub_title{
    color: white;
    font-size: 13px;
}

.student_teacher_list .for_students .content ul{
    padding: 0;
    list-style-type: none;
}

.student_teacher_list .for_students .content ul li{
    padding: 10px 10px;
    background-color: #f3f3f3;
        border-bottom: 1px solid black;
    text-align: center;
}
.student_teacher_list .for_students .content ul li p{
    margin-bottom: 0;
}
.student_teacher_list .for_students .content ul li p span{
    font-weight: 700;
}
.student_teacher_list .for_students .student_item{
    margin: 20px 0px;
}
.student_teacher_list .for_students .content{
    text-align: center;
    background-color: #2196f3;
}
.student_teacher_list .for_students .content a{
    display: inline-block;
    justify-content: center;
    padding: 10px 32px;
    background-color: #ffffff;
    /* width: 50%; */
    text-align: center;
    color: black;
    margin-bottom: 20px;
    border-radius: 29px;
}



/* student teacher list */


















.main_logo{
    width: 70%;
}

.main_wrapper{
    position: relative;
    top: 100px;
}

.menu_search_btn{
    color: #9c382d!important;
}
.menu_search_btn:hover{
    color: #5c9a19!important;
}

.text-primary{
    color: #5d9b1b!important;
}
.bg-primary{
    color: white!important;
    background-color:#ec8306!important;
    border-color:#a9382d!important;
}
.btn-primary:hover{
    color: #fff;
    background-color: #5d9b1b;
    border-color: #5d9b1b;
}
.common_btn{
    color: white;
    background-color: #faaf3a!important;
    border-color: #faaf3a!important;
}
.common_btn:hover{
    background-color: #5d9b1b!important;
    color: white!important;
}
.common_pages {
    height: 270px;
    position: relative;
}
.common_pages .banner_img{
    height: 270px;
}

.navbar {
    box-shadow: 0px 0px 55px 1;
   padding: 5px !IMPORTANT;
    margin-top: 0px;
}

.auto-input{
    color: #5d990f;
}
.get_in_touch p{
    color: white!important;
}







/* student form  */
.student_form{
    min-height: 500px;
    position: relative;
}

.student_form #msform {
    /*width: 400px;*/
    margin: 50px auto;
    text-align: center;
    position: relative;
}
.student_form #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    
    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
.student_form #msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/

.student_form #msform input, #msform textarea:focus {
    outline: none;
}
/*.student_form label{
    width: 100%;
    text-align: left;
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
     border: 1px solid #c5c5c5;
}*/
.student_form .boxlabel label{
    width: 100%;
    text-align: left;
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
     border: 1px solid #c5c5c5;
}
.student_form input{
    float: right;
    /* padding: 18px; */
    margin-bottom: 0px;
    margin-top: 5px;
}
.student_form input[type=text]{
    background-color: red;
    width: 100%;
    text-align: left;
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
        border: 1px solid #c5c5c5;
}
/*buttons*/
.student_form #msform .action-button {
    width: 100px;
    background: #66a027;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
.student_form #msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.student_form .fs-title {
        font-size: 24px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.student_form .fs-subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
.student_form #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 15px 0px;
}
.student_form #progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}
.student_form #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
   
    padding: 13px 27px 0px 19px;
    line-height: 20px;
    height: 46px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    color: #333;
    vertical-align: center;
    
    border-radius: 40px;
    margin: 0 auto 5px auto;
    font-size: 18px;
        background-color: #f1f1f1;
}
/*progressbar connectors*/
.student_form #progressbar li:after {
            content: '';
    width: 100%;
    height: 20px;
    /* background: white; */
    position: absolute;
    left: -56%;
    top: 16px;
    z-index: -1;
    transition: all 0.5s; /*put it behind the numbers*/
}
.student_form #progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.student_form #progressbar li.active:before, .student_form #progressbar li.active:after{
    background:#66a027;
    color: white;
    box-shadow: 0px 11px 16px -7px #66a027;
}




/* student form  */

/* teacher form */
.teacher_form{
    min-height: 500px;
    position: relative;
}

.teacher_form #msform {
    /*width: 400px;*/
    margin: 50px auto;
    text-align: center;
    position: relative;
}
.teacher_form #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    
    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
.teacher_form #msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/

.teacher_form #msform input, #msform textarea:focus {
    outline: none;

}
/*buttons*/
.teacher_form #msform .action-button {
    width: 100px;
    background: #66a027;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
.teacher_form #msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.teacher_form .fs-title {
        font-size: 24px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.teacher_form .fs-subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
.teacher_form #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 15px 0px;
}
.teacher_form #progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}
.teacher_form #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
   
    padding: 13px 27px 0px 19px;
    line-height: 20px;
    height: 46px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    color: #333;
    vertical-align: center;
    
    border-radius: 40px;
    margin: 0 auto 5px auto;
    font-size: 18px;
        background-color: #f1f1f1;
}
/*progressbar connectors*/
.teacher_form #progressbar li:after {
            content: '';
    width: 100%;
    height: 20px;
    /* background: white; */
    position: absolute;
    left: -56%;
    top: 16px;
    z-index: -1;
    transition: all 0.5s; /*put it behind the numbers*/
}
.teacher_form #progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.teacher_form #progressbar li.active:before, .teacher_form #progressbar li.active:after{
    background:#66a027;
    color: white;
    box-shadow: 0px 11px 16px -7px #66a027;
}

.teacher_form .boxlabel label{
    width: 100%;
    text-align: left;
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
     border: 1px solid #c5c5c5;
}
.teacher_form input{
    float: right;
    /* padding: 18px; */
    margin-bottom: 0px;
    margin-top: 5px;
}
.teacher_form input[type=text], 
.teacher_form input[type=email],
.teacher_form input[type=password]{
    background-color: red;
    width: 100%;
    text-align: left;
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
        border: 1px solid #c5c5c5;
}

/* teacher form */


.student_dashboard {
    padding: 60px 0px;
}

.student_dashboard .navtabs_wrapper ul{ 
    border-bottom: 5px solid #032074;
    padding-bottom: 16px;
    border-radius: 15px;
}
.student_dashboard .navtabs_wrapper ul li{ 
    margin-bottom: 20px;
}
.student_dashboard .nav-pills .nav-link.active,
.student_dashboard .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #032074;
}
.student_dashboard .nav-pills .nav-link{
    margin: 0px 11px;
    border: 1px solid black;
    padding: 10px 30px;
    font-weight: 600;
    color: black;

}
.student_dashboard .user_profile .content{
    word-break: break-word;
}
.student_dashboard .user_profile{
    max-width: 100%;
    box-shadow: 0px 0px 2px 0px;
    padding:20px;
    display: flex;
}
.student_dashboard .user_profile .box1{
    width: 50%;
    text-align: center;
}
.student_dashboard .user_profile .box2{
        width: 50%;
    align-items: center;
    text-align: left;
    display: flex;

}
.student_dashboard .user_profile .image_box img{
        width: 50%;
    height: 110px;
    margin-bottom: 10px;
        border-radius: 50%;
}
.student_dashboard .user_profile .content p{
    font-weight: 500;
    margin-bottom: 8px;
}


.student_dashboard .slot_item{
    margin: 20px 0px;
    padding: 10px;
    background-color: #032074;
}
.student_dashboard .slot_item p{
    color: white;
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}


.service .service-item{
    box-shadow: 0px 6px 25px -15px;
    background-color:white;
}
.service .service-item:hover{
    background-color: #fff7f7;
    transition:0.5s all ;
}
.service{
    position: relative;
    background-image:url('../img/bancontact.jpg');
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: fixed;
    background-repeat: no-repeat;
    
}
.service .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffed;
    z-index: 1;
}
.index_about{
    position: relative;
    background: linear-gradient(to left, #EFFAFF 0%, #ffffff 100%);
}
.index_about  .icons_wrapper{
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.index_about .icons_wrapper .icon1{
    position: absolute;
    left:3%;
    top: 15%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.index_about  .icons_wrapper .icon2{
    position: absolute;
    left: 93%;
    top: 39%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.index_about  .icons_wrapper .icon3{
    position: absolute;
    left: 58%;
    top: 15%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.index_about  .icons_wrapper .icon4{
    position: absolute;
    left: 47%;
    top: 85%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.index_about  .icons_wrapper img{
    width: 65%;
}
.feature {
    position: relative;
}

.feature  .icons_wrapper{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.feature  .icons_wrapper .icon1{
    position: absolute;
    left: 16%;
    top: 93%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.feature  .icons_wrapper .icon2{
    position: absolute;
    left: 58%;
    top: 89%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.feature  .icons_wrapper .icon3{
    position: absolute;
    left: 85%;
    top: 28%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.feature  .icons_wrapper .icon4{
    position: absolute;
    left: 19%;
    top: 15%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.feature  .icons_wrapper img{
    width: 65%;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}


.testimonials{
    position: relative;
    background-image:url('../img/banner/img1.png');
    width: 100%;
    height: 716px;
    background-size: cover;
    background-position: fixed;
    background-repeat: no-repeat;
    
}
.testimonials .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffed;
    z-index: 1;
}

.feature  .icons_wrapper{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.testimonials  .icons_wrapper .icon1{
    position: absolute;
    left: 16%;
    top: 93%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.testimonials  .icons_wrapper .icon2{
    position: absolute;
    left: 58%;
    top: 89%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.testimonials  .icons_wrapper .icon3{
    position: absolute;
    left: 85%;
    top: 28%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.testimonials  .icons_wrapper .icon4{
    position: absolute;
    left: 19%;
    top: 15%;
    width: 55px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 1;
}
.testimonials  .icons_wrapper img{
    width: 65%;
}

.quote .heading{
    font-weight: 700;
    font-size: 32px;
    color: black;
}
.quote form input,
.quote form select,
.quote form textarea{
    background-color: #f9f9f9;
}
.quote .form_box{
    box-shadow: 20px 0px 29px 0px #00000012;
    border-right: 10px solid #65af04;
}





@media(max-width: 768px){
    .testimonials .icons_wrapper .icon3{
        top: 4%;
    }
    .testimonials .icons_wrapper .icon4{
        left: 4%;
        top: 19%;
    }
    .feature .icons_wrapper .icon4{
        left: 49%;
        top: 15%;
    }
    .index_about .icons_wrapper .icon4{
        top: 58%;
    }
    .feature .icons_wrapper .icon1{
        left: 23%;
        top: 96%;
    }
    .feature .icons_wrapper .icon2{
        top: 80%;
    }
    .index_about  .icons_wrapper .icon2{
        left: 82%;
    }
    .navbar .navbar-brand{
        width: 30%;
    }
    .navbar .navbar-toggler{
        width: 8%;
    }
    .main_logo {
        width: 40%;
    }

    .main_wrapper{
        top: 0px;
    }
    .common_pages {
        height: 202px;
        position: relative;
    }
    .teacher_form {
        height: 770px;
        position: relative;
    }
    .student_form {
        height: 770px;
        position: relative;
    }
}

@media(max-width: 481px){
    .service{
        height: 2354px;
    }
    .navbar .navbar-brand{
        width: 75%;
    }
    .navbar .navbar-toggler{
        width: 17%;
    }
    .main_logo {
        width: 40%;
    }

    .main_wrapper{
        top: 0px;
    }
    .banner {
        position: relative;
        height: 300px;
    }
    
    .common_pages {
        height: 202px;
        position: relative;
    } 
    .common_pages .banner_img{
        height:202px;
    }
    
    .banner .banner_content .title {
        font-size: 13px;
    }
    .banner .banner_content .sub_title {
        font-size: 12px;
    }
    .index_about{
        padding-top: 0px!important;
    }
}

/*written by Ranjan Singh 27-6-2022*/
.error {
    width: 100%;
    float: left;
    color: red;
    text-align: left;
    margin-top: -15px;
    margin-bottom: 15px;
}

/*job--Written by Ranjan 14-9-2022*/
.candidate-page-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.searchbox {
    width: 80%;
    margin: auto;
    /* float: left; */
}

.searchbox input {
    float: left;
    width: 40% !important;
    margin-right: 5px;
}
.searchbox button {
    float: left;
    width: auto;
    padding: 10px 40px;
    margin-top: 5px;
}


#candidateRegister .form-group {
    margin-bottom: 15px !important;
}