/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;


*/


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-weight: normal;
    color: #666;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}


/*-------------------------------- padding end ----*/

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}


/* End of margin */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #6b469c;
}

.text-upper {
    text-transform: uppercase;
}

.btn1 a {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #222;
    outline: 0;
    border-radius: 4px;
}

.btn1 a {
    background: #fff;
}

.btn1.btn2 a {
    background: #bc817d;
    color: #fff;
}

.pr {
    position: relative;
}


/* End of globle css */


/* start a bottom to top button */

#back-to-top {
    position: fixed;
    bottom: 14px;
    right: 14px;
    display: block;
    width: 32px;
    height: 32px;
    background: #ccc;
    color: #fff;
    text-align: center;
    z-index: 997;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    visibility: visible;
}

#back-to-top i {
    line-height: 32px;
    font-size: 10px;
}


/* end a bottom to top button */


/***********************************************start header page**********************************************/

.main-header {
    height: 30px;
}

.main-header .top-bar {
    background: #64479c;
    overflow: hidden;
    line-height: 26px;
    color: #ffffff;
    font-size: 16px;
}

.top-bar-info {
    margin-top: 4px;
    list-style-type: none;
}

ul.top-bar-info.clearfix a {
    color: #ffffff !important;
    font-weight: 700;
}

.main-header .top-bar-social {
    text-align: right;
    letter-spacing: 6px;
    margin-top: 4px;
    color: #ffffff;
}

.main-header .top-bar-social a i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #ffffff;
}


/*navbar*/

.navbar {
    background: #52caea;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}

.navbar .navbar-brand img {
    z-index: 9;
    position: relative;
    width: 133px;
    top: -46px;
    border-radius: 0px 0px 10px 10px;
    transition: all 1s;
}

a.navbar-brand.shrinklogo img {
    width: 85px;
    transition: all 1s;
}

.navbar a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 10px !important;
    line-height: 40px !important;
    color: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: none !important;
}

.navbar-nav>li>a {
    cursor: pointer;
}

.dropdown-menu>li>a {
    line-height: 11px !important;
}

.nav li.active>a {
    color: #fcbc12 !important;
}


/***********************************************end header page**********************************************/


/***********************************************start footer page**********************************************/

.footer {
    padding: 10px 0px;
    background: #52caea;
    text-align: center;
}

.footer p {
    margin-bottom: 0px;
    color: #222;
    font-family: 'Montserrat', sans-serif;
}

.footer p a {
    color: #222;
    text-decoration: none;
}

.footer p a:hover {
    color: blue;
}


/***********************************************end footer page**********************************************/


/***********************************************start home page**********************************************/

.home-banner {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 98px;
}

.home-banner::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .5);
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.home-banner-info {
    padding: 150px 0px;
    position: relative;
}

.home-banner-info p {
    color: #fff;
    font-size: 22px;
}

.home-banner-info h1 {
    color: #fff;
    font-size: 42px;
}

.home-banner-info .btn1 {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #222;
    outline: 0;
    border-radius: 4px;
}

.home-banner-info .btn1:hover {
    background: #fff;
}


/***********************************************end home page**********************************************/


/***********************************************start about us page******************************************/

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100vw;
}


/* .home-about{
    background: #ccc;
} */

.about-info {
    padding: 55px 0;
}

.about-info .about-title {
    font-size: 32px;
    margin-bottom: 0;
    position: relative;
    color: #6a469e;
}

.about-info p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}

.about-img {
    padding: 55px 0;
    position: relative;
}

.home-about #img-1 {
    border-radius: 50%;
}

.home-about #img-2 {
    border-radius: 50%;
    position: absolute;
    margin-left: -56px;
    height: 245px;
    z-index: -1;
    margin-top: 66px;
}

.coursebox li {
    padding: 5px 20px;
    background: #64479c;
    color: #fff;
    border-radius: 25px;
}


/***********************************************end about us page********************************************/


/***********************************************start contact us page**************************************/

.contact-title {
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    /* line-height: 40px; */
    /* padding-bottom: 40px; */
    /* margin: -13px 0 20px; */
    color: #69459c;
    margin-bottom: 0;
}

.details-icons {
    display: table-cell;
    vertical-align: top
}

.details-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    font-size: 17px
}

.details-info h5 {
    margin: 0
}

.details-box li {
    margin-bottom: 50px
}

.details-icons span {
    color: #ffbc0b;
    font-size: 34px
}

.details-info h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #444444;
}

.details-info a {
    color: #444
}

.details-info a:hover {
    color: #ffbc0b;
}

.text-box {
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    outline: 0;
    border: 0;
    cursor: text
}

.text-area {
    height: 120px
}

.btn-contact:hover {
    background: #64479c;
    color: #ffffff;
}

.btn-contact {
    display: inline-block;
    padding: 10px 20px;
    background: #febc10;
    outline: 0;
    border-radius: 4px;
    color: #fff;
    border: 0;
}


/***********************************************end contact us page***************************************/


/***********************************************start admission page***************************************/

.admission {
    background-image: url(../img/admission-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.admission::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .5);
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.admission h1 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 14px;
    color: #5dc6e2;
}

.admission p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.06px;
    margin-bottom: 55px;
}

.admission #phone a {
    padding-left: 22px;
    padding-right: 25px;
    font-size: 25px;
    font-weight: 600;
    color: #febc10 !important;
    border-right: 2px solid #febc10;
}

.admission #email a {
    font-size: 23px;
    color: #fff;
    padding-left: 22px;
    padding-right: 25px;
}


/***********************************************end admission page***************************************/


/***********************************************start features page***************************************/

.feature {
    background: #e1e6e9;
}

.themesflat_iconbox .iconbox-icon {
    width: 100px;
    height: 100px;
    line-height: 70px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    margin-bottom: 6px;
}

.iconbox-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 13px 0;
}

.iconbox-content h5 {
    font-size: 16px;
    margin: 13px 0;
}


/***********************************************end features page***************************************/


/***********************************************start introduction page*************************************/

.home-intro .intro-info p {
    font-size: 16px;
    line-height: 1.9;
}

.home-intro .intro-info h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}

.home-intro .intro-info h4 {
    font-weight: 600;
    font-size: 20px;
}

.home-intro .intro-info ul {
    list-style-type: disc;
    margin: 0 0 23px 0;
    font-size: 16px;
    line-height: 1.9;
}

.intro-form {
    background: #52cbe8;
    padding: 30px;
    border-radius: 10px 10px 10px 10px;
}

.intro-form h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.intro-title {
    position: relative;
    font-size: 35px;
    /* text-transform: uppercase; */
    font-weight: 700;
    line-height: 40px;
    /* padding-bottom: 40px; */
    margin: 0px 0 11px;
    color: #64479c;
}

.divider {
    width: 150px;
    height: 3px;
    background-image: linear-gradient(to right, #1A2980 0%, #26D0CE 51%, #1A2980 100%);
    display: inline-block;
}


/***********************************************end introduction page***************************************/


/***********************************************start gallery page***************************************/

.gallery {
    background-image: url(../img/bg-5.png);
    background-repeat: repeat;
}

.teacher-title {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    /* padding-bottom: 40px; */
    margin: 0 0 5px;
    color: #64479c;
}


/***********************************************end gallery page***************************************/


/***********************************************start testimonial page***************************************/

.testimonial {
    background: #308ed5;
}

.testimonial-title {
    position: relative;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 40px;
    margin: -13px 0 20px;
    color: #fff;
}

.testimonial-title::after {
    content: '';
    width: 200px;
    height: 3px;
    left: 0;
    background: #fff;
    position: absolute;
    top: 45px;
}

.testimonial .testimonial-item img {
    border-radius: 50%;
    width: 200px !important;
    /* margin-left: 25%; */
}

.testimonial-content h4 {
    font-size: 22px;
    color: #fff;
}

.testimonial-content h5 {
    font-size: 16px;
    color: #fff;
}

.testimonial-content p {
    font-size: 14px;
    color: #fff;
}


/*8888888888888888  Video testimonial 8888888888888888888888888888888888*/

.swiperVideo a{
     position: relative;
}

.vidicon {
    position: absolute;
    top: 0;
    left: 0;
    
}

/***********************************************end testimonial page***************************************/


/* Start what make special features section */

.makesepbox {
    display: flex;
}

.makeicon img {
    width: 75px;
}

.makeinfo {
    padding-left: 20px;
}

.makeinfo p {
    text-align: justify;
}

.whatMakeSep h4 {
    font-weight: bold;
}


/* End of what make special features section */


/* Start Testimonial Section */

.testInner {
    text-align: center;
}


/* End of Testimonial Section */


/* Start Ahievers Section */

.achieverSec {
    background: url(../img/achieverbg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.achieverSec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.76);
}

.achieversinner {
    text-align: center;
    background: #f3f3f3;
    /* padding-top: 27px; */
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 6px 0px;
    margin-bottom: 30px;
}

.achieverinfo {
    text-align: center;
    padding: 5px 0;
    border-top: 5px solid #52caea;
    background: #64479c;
}
.achieversinner img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 5px solid #ccc;
    margin: 5px 0;
}
.achieverinfo h4,
.achieverinfo h5 {
    margin: 0px;
    color: #fff;
}

.achieversinner h1 {
    font-weight: bold;
    font-size: 33px;
    margin: 0px;
    margin-bottom: 15px;
}

.achieverinfo h4 {
    font-size: 15px;
    padding-bottom: 3px;
}


/* End of Ahievers Section */