﻿body, #form1 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    font-family: 'Bubblegum Sans';
    /*font-family: 'Open Sans', sans-serif;*/
}

::selection {
    color: #fff;
    background: #33397b;
}

h1, h2, h2, h3, h4, h5, h6 {
    font-family: 'Bubblegum Sans';
}

p {
    font-family: 'Open Sans', sans-serif;
}

a {
    font-family: 'Open Sans', sans-serif;
}


.container-small {
    margin-left: -50px;
    margin-right: -50px;
}

.padd-right {
    padding-right: 0px;
}

.padd-left {
    padding-left: 0px;
}

.padd-both {
    padding-left: 0px;
    padding-right: 0px;
}

a {
    text-decoration: none !important;
}

.btn-default {
    background-image: none !important;
    text-shadow: none !important;
}

.section {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}
/*--------------------top header---------------------*/
.top-header-sec {
    /*height: 45px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url(../images/logo_topp.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;*/
    background: url(../images/logo_topp.gif) no-repeat top center;
    height: 45px;
    margin: 0 auto;
    padding: 10px 0;
}



.top-header-icons {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.top-header-icons-ul {
    height: auto;
    width: 100%;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

    .top-header-icons-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 30px 0px 30px;
        list-style-type: none;
        display: inline;
        text-align: left;
    }

        .top-header-icons-ul li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 10px 0px 0px;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            color: #fff;
            transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
            font-family: 'Open Sans', sans-serif;
        }

            .top-header-icons-ul li a:hover {
                color: #fff;
                transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
            }


.top-icons {
    height: auto;
    width: 22%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.top-icons-ul {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: right;
}

    .top-icons-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 5px;
        list-style-type: none;
        display: inline;
    }

        .top-icons-ul li span {
            font-size: 14px;
            font-weight: 400;
            color: #073a7b;
        }

        .top-icons-ul li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

            .top-icons-ul li a i {
                height: 30px;
                width: 30px;
                background: #073a7b;
                border-radius: 50%;
                padding: 0px 0px 0px 0px;
                font-size: 14px;
                font-weight: 400;
                line-height: 29px;
                color: #fff;
                text-align: center;
            }

                .top-icons-ul li a i:hover {
                    color: #fff;
                }


.icon-topcolog {
    color: #feb800;
    font-weight: 600!important;
}

/*******menu****************/

.donateimg {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.responsive-menu-bg {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.smalllogo {
    height: auto;
    width: 180px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
}

.logohead {
    height: auto;
    width: 100%;
    margin: -20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.logohead5555 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.logohead222 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.downicon-mm {
    height: 80px;
    width: 70px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    background-color: #ffd801;
    text-align: center;
}

.downicon-mmss {
    margin: 0px auto;
    padding: 16px 0px 0px 0px;
    width: 50px;
}


/***********************************top arrow*******************************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    border: 2px solid #231e18;
    background: #191612;
    color: rgb(255, 255, 255);
    z-index: 99999999;
    width: 35px;
    height: 35px;
    line-height: 34px;
    right: 30px;
    bottom: 30px;
    padding-top: 0;
    font-size: 11px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}


    .scroll-top-wrapper:hover {
        border: 2px solid #231e18;
        background: #59462c;
        z-index: 99999999;
        color: #fff;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1;
    }

    .scroll-top-wrapper i.fa {
        line-height: 0;
        padding: 0 1px 0 0;
        font-size: 17px;
        text-align: center;
    }


/**************slider**************/
.slider-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

    .slider-sec:before {
        background-image: url(../images/bg-slide.png);
        content: "";
        display: block;
        height: 181px;
        position: absolute;
        bottom: -30px;
        width: 100%;
        z-index: 9;
    }

.indicators-line > .carousel-indicators {
    display: none;
}

.logo-spage22 {
    padding-left: 0px;
    padding-right: 0px;
}


/**************height quality default**************/
.aboutworking {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 100px 0px;
    float: left;
}

.aboutworking-main {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    box-shadow: 0px 3px 10px 0px rgba(38,59,94,0.1);
}

.eyeseves44 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.eyeseves44-a {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #073a7b;
    text-align: left;
    letter-spacing: 0.5px;
}

    .eyeseves44-a:hover {
        letter-spacing: 0.5px;
        color: #004861;
    }

.eyeseves44-p {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #858585;
    text-align: left;
}



.working-timese {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 30px;
    float: left;
    background-color: #00a3c8;
    border-radius: 10px;
}

.working-timesetexth2 {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.working-timesetext-p {
    height: auto;
    width: 100%;
    margin: 10px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}


.aboutworking-textmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.aboutworking-text-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 15px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    color: #3f485d;
    text-align: center;
}

.aboutworking-line {
    height: auto;
    margin: 20px auto;
}


/***************about sec*************/
.aboutdefault {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 90px 0px 90px 0px;
    float: left;
    background-image: url(../images/featuredbg2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
}

.aboutsec-images {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}


    .aboutsec-images:before {
        position: absolute;
        bottom: -48px;
        right: 42px;
        content: '';
        margin: 0px;
        display: inline-block;
        background-image: url(../images/bg-activites.png);
        background-repeat: no-repeat;
        width: 887px;
        height: 458px;
        z-index: 1;
        overflow: hidden;
    }

.aboutsecimag33 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboutdefault-text {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 0px 0px;
    float: left;
}

.opencoursesee-text {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 0px 0px;
    float: left;
}

.aboutdefault-texth2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #fe5c36;
    text-align: left;
}


.aboutdefault-text-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #3f485d;
    text-align: left;
}

.aboutdefault-textp {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #666;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}

.aboutdefault-a {
    height: auto;
    margin: 30px 0px 0px 0px;
    float: left;
    color: #222;
    text-align: center;
    background-color: #ffd801;
    transition: 0.3s;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 30px 17px;
}

    .aboutdefault-a:hover {
        background-color: #000;
        color: #fff;
    }

.opencoursesebg-text {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 0px 0px;
    float: left;
}

/*********practice***********/

.bestprac-shado {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.08);
}

.bestpractice-sect {
    height: auto;
    width: 100%;
    margin: 0px 0px 100px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.bestpractice-text {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 50px;
    float: left;
    background-color: #073A7B;
}

.bestpractice-text-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 30px 0px;
    float: left;
    font-size: 42px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}


/*********gallery**********/
.gllery-textmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.gllery-textmm-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    float: left;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #004861;
    text-align: center;
}

.gllery-textmm-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #555;
    text-align: center;
}

/**************patient says************/

.patientsays-textmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.patientsays-textmm-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    float: left;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #004861;
    text-align: center;
}

.patientsays-textmm-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #555;
    text-align: center;
}

.studentssayss {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url(../images/stud-saysss.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
}

.patientsays-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 150px 0px;
    float: left;
    background-color: #3b2c82ba;
}


.client-says {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.patinet-box {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 50px 18px 210px;
    float: left;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border: 1px solid #f7f7f7;
    border-radius: 90px 0px 0px 90px;
}

.team-imgsec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    float: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    color: #666;
    font-family: 'Open Sans', sans-serif;
}

.team-imgsec-a {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0%;
    left: 0px;
}

    .team-imgsec-a img {
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
    }

.pnameee {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    border-radius: 84% 50% 48% 90% / 62% 76% 64% 75% !important;
    object-fit: cover!important;
}

.team-imgsec-h2 {
    height: auto;
    margin: 30px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
    width: 100%;
    text-align: left;
}

.testmonmain-marg {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.quote {
    position: absolute;
    bottom: 0px;
    width: 80px;
    height: 80px;
    right: 30px;
    margin-top: 44px;
    opacity: 0.2;
}

.quotett333 {
    height: auto;
    width: 65px !important;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

.star4r {
    font-size: 13px;
    color: #f68127;
}
/******************footer main css***********************/
.main-footer-top {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 200px 0px 0px 0px;
    float: left;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
}



.footerlogo33 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-footer-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-footer-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.5px;
}

.main-footertopsecond {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    float: left;
    border-top: 1px solid #372463;
}

.quick-links {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-footer-sec-images {
    margin: 0px auto;
}

.about-footer-sec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #c5cdcf;
}

.intsimg2 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.about-companys-u {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}

    .about-companys-u li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
    }

        .about-companys-u li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 5px 0px 5px;
            float: left;
        }

            .about-companys-u li a i {
                height: 30px;
                width: 30px;
                margin: 0px 0px 0px 0px;
                padding: 5px 0px 0px 0px;
                float: left;
                font-size: 18px;
                text-align: center;
                color: #fff;
                border: 2px solid #ff5b5b;
                background: #ff0000;
            }

.address-footer {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.company-add-p {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #ccc;
    text-align: left;
}

.company456-p {
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #ffd801;
}

.company-a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #c5c5c5;
}

    .company-a:hover {
        color: #fff;
    }

.about-companys {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-imge {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-companys-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #c5cdcf;
}


.footer-location-se {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footer-location-icon {
    height: auto;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    float: left;
    color: #bdbcc0;
    position: absolute;
}

.footer-location-sectext {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 25px;
    float: left;
}

.footer-location-aaa {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

    .footer-location-aaa:hover {
        color: #fff!important;
    }

.margloccc {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footer-social {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.socnettt-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.5px;
}

.footer-social-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .footer-social-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 0px;
        list-style-type: none;
        display: inline-block;
    }

        .footer-social-ul li a {
            margin: 0px 0px 0px 0px;
            padding: 0px 5px 0px 0px;
        }

            .footer-social-ul li a i {
                height: 40px;
                width: 40px;
                background: #00000033;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                font-size: 17px;
                line-height: 37px;
                color: #ccc;
                font-weight: 400;
                border-radius: 50%;
                text-align: center;
                transition: 0.8s;
            }

                .footer-social-ul li a i:hover {
                    color: #fff;
                    background-color: #fe5c36;
                }


.dummy_facebook {
    height: 200px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    border-style: none;
}

.information-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.information-li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    list-style-type: none;
}

.information-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

    .information-a:hover {
        color: #fe5c36;
        /*margin-left: 10px;*/
    }

/*.information-a:hover:before {
            color: #ffd801;
        }*/

/*.information-a:before {
        font-family: fontAwesome;
        content: "\f050";
        font-size: 15px;
        line-height: 23px;
        color: #ccc;
        left: 0px;
        top: 0px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        margin: 0px 0px 0px 0px;
    }*/


/********************Down footer****************/
.footer-downmain-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    float: left;
    background: #020523;
}

.footer-down-iner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .footer-down-iner p {
        margin: 0px 0px 0px 0px;
        padding: 14px 0px 0px 0px;
        font-size: 15px;
        font-weight: 400;
        line-height: 29px;
        color: #d1d1d1;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
    }


.footer-down-iner2 {
    height: auto;
    margin: 7px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.designer_link2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    color: #d1d1d1;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.designerlin66 {
    height: auto;
    margin: 0px;
    padding: 0;
    float: right;
}



.main-footer {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    background: #062633;
}

.main-footer-iner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footer-logo {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}


/**********footer news*/

.latest-news {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    min-height: 157px;
}

    .latest-news ul {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

        .latest-news ul li {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            list-style-type: none;
            font-size: 15px;
            line-height: 30px;
            color: #333;
        }

            .latest-news ul li a {
                height: auto;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                font-size: 15px;
                font-weight: 400;
                line-height: 13px;
                color: #fff;
                position: relative;
                left: 40px;
                font-family: 'Open Sans', sans-serif;
            }

                .latest-news ul li a:before {
                    position: absolute;
                    content: "";
                    background-image: url(../images/new.gif);
                    background-repeat: no-repeat;
                    height: 17px;
                    width: 44px;
                    left: -40px;
                    margin: 5px 0px 0px 0px;
                }


/****************mMssion box*/
.missionbox444 {
    height: auto;
    width: 100%;
    margin: -98px 0px 0px 0px;
    padding: 0px 90px 0px 90px;
    float: left;
    position: relative;
    z-index: 9;
}

.missionbox33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #1F242C;
}

.missionbox {
    height: auto;
    width: 25%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.missionbox335 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.missionbox-location-se {
    height: auto;
    width: 100%;
    margin: 63px 0px 0px 0px;
    padding: 0px 30px 0px 30px;
    float: left;
    border-right: 1px solid #FFD801;
}

.missionbox-iconsss {
    height: 70px;
    width: 70px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: absolute;
}

.missionbox-locationsectext {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 90px;
    float: left;
}

.missionbox-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-weight: 700;
    line-height: 25px;
    font-size: 20px;
    color: #fff;
    text-align: left;
}

.missionbox--a {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    color: #ffd801;
    text-align: left;
}

.abouline {
    height: auto;
    margin: 20px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.bestprac-btnn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.bestpractice-a {
    height: auto;
    width: 170px;
    margin: 25px 0px 32px 0px;
    padding: 20px 30px 17px;
    float: left;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #fff;
    background: #073a7b;
    text-align: center;
}

    .bestpractice-a:hover {
        transition: 0.5s;
        border: 2px solid #073a7b;
        background: #ffd801;
        color: #222;
    }

.our-bestpractice-main {
    height: auto;
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.bestpec111 {
    height: 70px;
    width: 70px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.our-bestpractice-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    float: left;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #222;
    text-align: left;
    transition: 0.8s;
}

    .our-bestpractice-a:hover {
        color: #073a7b;
    }

.our-missionsec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    color: #858585;
    text-align: left;
}

.serbox-mmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    float: left;
}

/*************dream sec**************/
.makeour-dream {
    height: auto;
    width: 100%;
    margin: 0px 0px 100px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.makeour-dreammmm1 {
    height: auto;
    width: 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.dreammmm133 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.makeour-dreammmm22 {
    height: auto;
    width: 50%;
    margin: 50px 0px 0px 0px;
    padding: 70px;
    float: left;
    background-color: #ffd801;
    border-radius: 0px 0px 0px 5px;
}

.backgron-drea {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.dreammmm22-text-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #222;
    text-align: left;
}

.dreammmm2233 {
    height: auto;
    margin: 20px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.dreammmm22-textp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    color: #222;
    text-align: left;
}

.dreammmm22-a {
    height: auto;
    margin: 35px 0px 0px 0px;
    float: left;
    color: #fff;
    text-align: center;
    background-color: #073a7b;
    transition: 0.3s;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 30px 17px;
}

    .dreammmm22-a:hover {
        background-color: #000;
        color: #fff;
    }

/************student says*****/
.parantss {
    height: auto;
    width: 100%;
    margin: 60px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.studentssayss-textmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.studentssayss-text-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 15px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    color: #3f485d;
    text-align: center;
}

.studentssayss-line {
    height: auto;
    margin: 25px auto;
}

.studentssayss56g {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #3f485d;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

/*************/
.stud-desin {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: absolute;
    z-index: 999;
    bottom: 0px;
}


.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 9;
}

.elementor-shape-top {
    top: -1px;
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


.main-aboutworking44 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 30px 30px;
    float: left;
    position: relative;
}

.eyeseves44-33 {
    height: 50px;
    width: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #ffd801;
    color: #222;
    font-size: 15px;
    line-height: 45px;
    position: absolute;
    box-shadow: 0 3px 20px 0 rgba(7,58,123,0.47);
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    right: 30px;
    top: -25px;
    transition: 0.8s;
}

    .eyeseves44-33:hover {
        color: #fff;
        background-color: #000;
    }


/******************principal message***********/

.principalmess {
    height: auto;
    width: 100%;
    margin: 0px 0px 90px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.principalmess-text {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.principalmess-text-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    float: left;
    font-size: 42px;
    line-height: 45px;
    font-weight: 700;
    color: #222;
    text-align: left;
}

.principalmess-33 {
    height: auto;
    margin: 20px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.principalmess-textp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    color: #858585;
    text-align: left;
}

.principalmess-a {
    height: auto;
    margin: 30px 0px 0px 0px;
    float: left;
    color: #222;
    text-align: center;
    background-color: #ffd801;
    transition: 0.3s;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 30px 17px;
    transition: 0.5s;
}

    .principalmess-a:hover {
        background-color: #000;
        color: #fff;
    }


.principalmess-images {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.principalmess33 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


/***************branding**************/
.brand-seccc {
    height: auto;
    width: 100%;
    margin: 0px 0px 90px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.brand-seccc-mainnn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.brand-box {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 10px;
    float: left;
}

.brand-imgsec-a {
    height: auto;
    width: 109px !important;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
    transition: 0.8s;
}




.brand-textmainn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.brand-text-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 42px;
    line-height: 45px;
    font-weight: 700;
    color: #222;
    text-align: center;
}

.brand-imgsec-a img {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    border-radius: 84% 50% 48% 90% / 62% 76% 64% 75% !important;
    object-fit: cover!important;
}

.brand-33 {
    height: auto;
    margin: 20px auto;
}

.brand-partname {
    height: auto;
    width: 100%;
    margin: 20px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.tnameee-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #666;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    background: #fff;
    padding: 0 10px;
}

.mainmargggte {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.tnameee-a:before {
    content: "";
    width: 60%;
    height: 1px;
    margin: 0 auto;
    background: #fe5c36;
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
}

.tnameee-line {
    height: 1px;
    width: 225px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #fe5c36;
}

.tnameee {
    height: auto;
    width: 150px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #666;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    background: #ffffff;
    display: inline-block;
    top: -10px;
}

/**********contact Us page*/
.page-mainimages {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #3b0670;
}

.p-page {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
    float: left;
}

.aboutus-pagetext {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboutus-pagetext-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
}

.aboutus-pagetext-ul {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 7px 15px 7px 15px;
    float: right;
    text-align: right;
    background-color: #ffffff08;
}

    .aboutus-pagetext-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline-block;
    }

        .aboutus-pagetext-ul li a {
            height: auto;
            width: 100%;
            margin: 0px 0px 0px 0px;
            padding: 5px 0px 0px 0px;
            float: left;
            font-size: 17px;
            line-height: 25px;
            color: #fff;
            font-weight: 400;
            text-align: left;
        }
/*****end top images*/


.contactus-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
    float: left;
    background-color: #fff;
}

.textcont33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    text-align: left;
}

.cont-secbox22 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 30px!important;
    text-align: center;
    color: #073a7b;
    position: absolute;
    left: 25px;
}

.contact-secbox2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 50px;
    float: left;
}

.contact-secbox2-h222 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
    color: #333;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.contact-secbox2-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: left;
    color: #333;
    letter-spacing: 0.5px;
    word-break: break-all;
    font-family: 'Open Sans', sans-serif;
}

    .contact-secbox2-a:hover {
        color: #073a7b;
    }


.messbox-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    float: left;
}

.messbox-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    text-align: left;
    color: #fe5c36;
}

.texbox-border {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.formcontrol {
    border-radius: 20px;
    height: 42px;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 8px 20px 8px 20px;
    float: left;
    border: 1px solid #816ea2;
    background-color: #816ea2;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

    .formcontrol:focus {
        border-color: #816ea2;
        outline: 0;
    }

.cont-submit {
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 10px 40px 10px 40px;
    float: left;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #fe5c36;
    border-style: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: 0.5s;
    border-radius: 20px;
    letter-spacing: 1px;
    width: 100%;
}

    .cont-submit:hover {
        background: #351c78;
        border: #fff;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

.contact-shadw {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px;
    float: left;
}

.contact-shadwtext {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px;
    float: left;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.contact-shadwh2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 28px;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
    color: #232323;
    letter-spacing: 0.5px;
    position: relative;
}

    .contact-shadwh2:before {
        display: block;
        position: absolute;
        left: 0px;
        top: -10px;
        width: 54px;
        height: 3px;
        background: #20d34a;
        content: '';
    }

.locationbackgrou {
    height: auto;
    width: 100%;
    margin: 30px 0px 30px 0px;
    padding: 15px;
    float: left;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 8%);
}

.contactus-locationsec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.cont-loca {
    height: 400px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-style: none;
}

.studentsreg-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 70px 0px;
    float: left;
    background-color: #f8f8f8;
}

.regnow-images {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboupage-section {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboupage-section22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboupage-section-psec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    text-align: justify;
}

.aboupage-images-section {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboutimages-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.formcontrolcc {
    border-radius: 20px;
    height: 42px;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 8px 20px 8px 20px;
    float: left;
    border: 1px solid #e7e7e7;
    font-size: 15px;
    color: #222;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

    .formcontrolcc:focus {
        outline: 0;
    }

.cont-buttonsubb {
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    float: left;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #fe5c36;
    border-style: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: 0.5s;
    border-radius: 20px;
    letter-spacing: 1px;
    width: 100%;
}

    .cont-buttonsubb:hover {
        background: #351c78;
        border: #fff;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

/******************************captcha**********************/
.capchamargin-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 0px 0px;
    float: left;
}

.protectedcap {
    user-select: none;
    font-size: 15px;
    line-height: 20px;
    background: #816ea2;
    padding: 9px 10px 6px 10px;
    border: 1px solid #816ea2;
    color: #fff;
    font-weight: 600;
    height: 40px;
    float: left;
    letter-spacing: 0.5px;
    margin: 0px 10px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

.protectedcap22 {
    user-select: none;
    font-size: 14px;
    line-height: 20px;
    background: #816ea2;
    padding: 10px 10px 8px 10px;
    border: 1px solid #816ea2;
    color: #fff !important;
    font-weight: 600;
    height: 40px;
    width: 80px;
    float: left;
    letter-spacing: 0.5px;
    margin: 0px 10px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

    .protectedcap22:focus {
        border-color: #816ea2!important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }


.btnrefreshcaptcha {
    height: 40px;
    width: 40px;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #fff!important;
    line-height: 40px;
    text-align: center;
    background-color: #fe5c36;
    border: 1px solid #fe5c36;
}

    .btnrefreshcaptcha:hover {
        background-color: #fe5c36;
        border: 1px solid #fe5c36;
    }

.mainmargggedconn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/**********about page******/

.pagedata-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
    float: left;
}

.textheadingtt22-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #073a7b;
    text-align: left;
}

.abouline33 {
    height: auto;
    margin: 5px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.text-headingtt-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 27px;
    line-height: 35px;
    font-weight: 400;
    color: #222;
    text-align: left;
}

.allpage-text-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
    color: #444;
    text-align: justify;
}

.intimages {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px;
    float: left;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.intimages-left {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
}

.intimages a:hover::before {
    border: 0 solid rgba(255, 255, 255, 0.7);
}

.intimages a::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.allpage-texth333 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 21px;
    line-height: 45px;
    font-weight: 600;
    color: #55acee;
    text-align: left;
}

/*************ul sec*/
.auline-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .auline-ul li {
        margin: 0px 0px 5px 0px;
        padding: 7px 5px 5px 55px;
        list-style-type: none;
        display: block;
        width: 100%;
        float: left;
        font-size:19px;
        line-height: 27px;
        font-weight: 400;
        color: #222;
        position: relative;
        text-align: justify;
    }

        .auline-ul li:before {
            font-family: FontAwesome;
            content: "\f00c";
            font-size: 15px;
            line-height: 31px;
            color: #fe5c36;
            font-weight: 400;
            left: 0px;
            top: 0px;
            position: absolute;
            height: 30px;
            width: 29px;
            box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
            text-align: center;
            border-radius: 50%;
            transition: 0.8s;
        }


.hobbiess {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.auline-ul:hover {
    background-color: #00000;
}

.auline-ul li:hover:before {
    background-color: #fe5c36;
    color: #fff;
}


.rules-mainse-box {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .rules-mainse-box ol {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 15px;
        float: left;
    }

    .rules-mainse-box li {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        font-size: 16px;
        line-height: 29px;
        font-weight: 400;
        color: #444;
        text-align: justify;
    }

/***************css*********************/
.courses-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

table, th, td {
    border: 1px solid #e7e7e7;
    border-collapse: collapse;
}

table, th {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 3px 10px 3px 10px !important;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

table, tr, td {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 3px 10px 3px 10px!important;
    font-size: 15px;
    line-height: 29px;
    color: #333;
    text-align: left;
    font-weight: 400;
}

    tr:hover {
        background-color: #f5f5f5;
    }

/***********updating soon********/
.updatingsoon-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.updatingsoon-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #ff2000;
    font-weight: 600;
}

.updatingsoon-sec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: #333;
    text-align: center;
}
/*************/
.contactnotsecc {
    height: auto;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border: 1px solid #fe5c36;
    border-radius: 5px 5px 5px 5px;
    width: 75%;
}

.contactnotsecc44 {
    height: 80px;
    width: 80px;
    margin: 0px 0px 0px 0px;
    padding: 28px 0px 0px 0px;
    float: left;
    background-color: #fe5c36;
    font-size: 39px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    position: relative;
}

.textcall {
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: absolute;
    margin-left: 100px;
}

.textcall-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 19px;
    line-height: 30px;
    text-align: left;
    color: #666;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.textcall-a {
    height: auto;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 25px;
    line-height: 23px;
    text-align: left;
    color: #fe5c36;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

/**************popular course****/
.pupularcourse {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.pupular-textmainn {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.pupular-text-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #3f485d;
    text-align: center;
}

.pupulartext-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #666;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}


/*******education program*********/

.educationprogram {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 90px 0px;
    float: left;
    background-image: url(../images/Educational.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
}


.educationprogram-mm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.educationprogram-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.educationprogram-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.mainbgg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

.iconbgg {
    height: auto;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    transition: 0.8s;
}

    .iconbgg:hover {
        opacity: 0.6;
    }


.iconbgg-h2 {
    height: auto;
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #4A4A4A;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    font-weight: 500;
}

.iconbgg-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    color: #666;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    font-weight: 400;
}

.img111 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.textalltt {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
    position: absolute;
    top: 95px;
}

.margbttt {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.iconbgg-a {
    font-size: 18px;
    line-height: 31px;
    height: 30px;
    width: 30px;
    border: 1px solid #32c9a8;
    /* float: left; */
    text-align: center;
    color: #32c9a8;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    border-radius: 50%;
    font-weight: 400;
    transition: 0.8s;
    background-color: #fff;
    display: flow-root;
}

    .iconbgg-a:hover {
        border: 1px solid #32c9a8;
        background-color: #32c9a8;
        color: #fff;
    }

.iconbgg-a2:hover {
    border: 1px solid #edbc55 !important;
    background-color: #edbc55 !important;
    color: #fff !important;
}

.iconbgg-a3:hover {
    border: 1px solid #fb5b35 !important;
    background-color: #fb5b35!important;
    color: #fff!important;
}

.iconbgg-a4:hover {
    border: 1px solid #351c78!important;
    background-color: #351c78!important;
    color: #fff!important;
}


.mainmarggged {
    height: auto;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.mainbggmargg {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/**************open course**********/
.opencoursese {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 90px 0px 90px 0px;
    float: left;
    background-image: url(../images/opcour1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
}

.mbuttonn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.mbuttonna {
    height: 45px;
    width: 175px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    line-height: 45px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border-radius: 45px;
    transition: 0.8s;
    background-color: #fe5c36;
}

    .mbuttonna:hover {
        background-color: #073a7b;
    }

.opencoursese-images {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.opencoursese33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/***************gallery*/
.gallery-textmainn {
    height: auto;
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.gallery-text-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #3f485d;
    text-align: center;
}

.gallery-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #3f485d;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.ourmarginn {
    height: auto;
    width: 100%;
    margin: 30px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/********************meet our teacher***********/
.meetour-teacher {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.meetour-textmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.meetourtext-h1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 15px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    color: #3f485d;
    text-align: center;
}

.meetour56g {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #3f485d;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

/********Default contact ********/
.dcontact {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url('../images/cbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.dcontactbgg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 100px 0px;
    float: left;
}


.dcontact-main {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 30px;
    float: left;
    border: 5px solid #6b558f;
    border-radius: 10px;
}

    .dcontact-main:before {
        content: '';
        position: absolute;
        z-index: -1;
        background: #fff;
        width: 96%;
        opacity: .62;
        height: 50%;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 3px;
    }



.doctactteam34 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.doctactteam34-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #940406;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
}

.doctactteam34-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #ffffff;
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
    text-align: center;
}

.doctteam {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.doctteam-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 28px;
    color: #9dabaf;
    font-weight: 600;
    text-align: center;
    transition: 0.8s;
}

    .doctteam-h2:hover {
        color: #121521;
    }

.enqum44 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.enqum4456 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/**************/
.loginull {
    height: auto;
    width: 100%;
    margin: 11px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

    .loginull li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline-block;
    }


        .loginull li a {
            height: auto;
            width: 100%;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            float: left;
            font-size: 15px;
            line-height: 26px;
            font-weight: 400;
            color: #fff;
            text-align: center;
            font-family: 'Open Sans', sans-serif;
        }

.textdirectt {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-top: 1px solid #ebe5e5;
}

.textdirectt-p {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #3f485d;
    text-align: right;
}

/*************ul sec*/
.w2auline-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .w2auline-ul li {
        margin: 0px 0px 10px 0px;
        padding: 0px 5px 0px 35px;
        list-style-type: none;
        display: block;
        width: 100%;
        float: left;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        color: #222;
        position: relative;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
    }

        .w2auline-ul li:before {
            font-family: FontAwesome;
            content: "\f05d ";
            font-size: 17px;
            line-height: 30px;
            color: #fe5c36;
            font-weight: 400;
            left: 0px;
            top: 0px;
            position: absolute;
            text-align: center;
            border-radius: 50%;
            transition: 0.8s;
        }

.iframeimageddd {
    height: 400px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-style: none;
}

.loginmessage333 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #fe5c36;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.contmessage33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: #fe5c36;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
}

.contmessagGHe {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
}

/*---------------------------News Page Css----------------------------*/
.new-sec {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.new-wraper {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    -webkit-transition: all 0.7s ease-in-out;
    position: relative;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    box-shadow: 0px 0px 8px 1px rgb(239 239 239 / 80%);
}

    .new-wraper:hover {
        box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.8);
    }

.new-date {
    margin: 0px;
    padding: 6px 10px 10px 42px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #ffffff;
    background: #351c78;
    font-weight: 600;
    letter-spacing: 1px;
}


.new-heading {
    margin: 0px;
    padding: 10px 10px 7px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    line-height: 21px;
    color: #383838;
    font-weight: 600;
}

.calender-icon44 {
    color: #ffffff;
    position: absolute;
    padding: 0px 0px 0px 0px;
    left: -11px;
    top: -10px;
    width: 52px;
}

.new-p {
    margin: 0px;
    padding: 0px 10px 10px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    color: #333;
    line-height: 23px;
}

.mnge-bdy-wpr {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    overflow: auto;
}

.career-sec {
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 30px;
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 0 4px 26px 3px rgb(234, 230, 227);
}

.career-h {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    color: #67b341;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Poppins;
}

/***********noticeboard*/
.noticeboard-sectmar {
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}



/**********contact page*/
.contactuspage {
    height: auto;
    width: 100%;
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contactuspage-box {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contactuspageico {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 25px!important;
    text-align: center;
    color: #904ad6;
    font-weight: 400;
}

.contactuspage-add {
    height: auto;
    width: 100%;
    margin: -30px 0px 0px 0px;
    padding: 0px 0px 0px 40px;
    float: left;
}

.contactuspageh2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    text-align: left;
}

.contactuspagea {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    text-align: left;
}


.contactuspage-loc {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contactuspagel-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contactuspagel2 {
    height: 400px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 3px;
    float: left;
    border: 1px solid #fff;
    box-shadow: rgb(100 100 111 / 7%) 0px 7px 29px 0px;
}

.contactush1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 23px;
    line-height: 40px;
    font-weight: 500;
    color: #333;
    text-align: left;
    border-bottom: double #f0f0f0;
}

.contactuspage-mm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contactuspagep {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    color: #333;
}

.formcontrolk {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    color: #555;
    text-align: left;
    background: #f6f6f6;
    padding: 19px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e1e5;
}

    .formcontrolk:focus {
        border-color: #fff;
        outline: 0;
        border: 1px solid #e0e1e5;
    }



/*****captcha*/
.capchamargin-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}

.protectedcap {
    height: 42px;
    width: 110px;
    margin: 0px 5px 0px 0px;
    padding: 0px 3px 0px 3px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    color: #333;
    border: 1px solid #ddd!important;
    text-align: center;
    border-radius: 4px;
    float: left;
    text-transform: uppercase;
}

.Clabel:focus {
    border: 1px solid #ddd!important;
}

.textsubmitt {
    height: 42px;
    width: 110px;
    margin: 0px 5px 0px 0px;
    padding: 0px 3px 0px 3px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    color: #333;
    border: 1px solid #ddd!important;
    text-align: center;
    border-radius: 4px;
    float: left;
    text-transform: uppercase;
}

.btnrefreshcaptcha {
    height: 41px;
    width: 40px;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    float: right;
    font-size: 15px;
    font-weight: 400;
    color: #fff!important;
    line-height: 38px;
    text-align: center;
    background-color: #ffbb03;
    border: 1px solid #ffbb03;
    border-radius: 4px;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

    .btnrefreshcaptcha:focus {
        background-color: #0053ff;
        border: 1px solid #0053ff;
    }

.Clabel_btn2 {
    height: 41px;
    width: 100%;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #fff!important;
    line-height: 38px;
    text-align: center;
    background-color: #ffbb03;
    border: 1px solid #ffbb03;
    border-radius: 4px;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

    .Clabel_btn2:focus {
        background-color: #0053ff;
        border: 1px solid #0053ff;
    }

.margcontbb {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.loginmessage333 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    color: #f1391c;
}


/*********hover button*/
/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    padding: 10px 15px;
    color: #fe5c36;
    border: 1px solid #fe5c36;
    border-radius: 4px;
}

    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fe5c36;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: white;
    }

        .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

/***********latest news sec default*/
.latestnewsecm {
    height: auto;
    width: 100%;
    margin: 0px 0px 70px 0px;
    padding: 50px 0px 50px 0px;
    float: left;
    background-color: #f0f0f0;
    background-image: url("https://www.transparenttextures.com/patterns/little-pluses.png");
}

.pricingTable {
    height: auto;
    width: 100%;
    padding: 0 15px 25px;
    margin: 0px 0px 0px 0px;
    float: left;
    color: #383e4a;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .pricingTable:before {
        content: "";
        background: linear-gradient(to right, #9fcd37, #72bb43);
        width: 250px;
        height: 350px;
        border-radius: 10px 10px 10px 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .pricingTable .pricing-content {
        background-color: #fff;
        padding: 35px 15px 30px;
        border-radius: 20px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1),10px -10px 0 rgba(0,0,0,0.05);
    }

    .pricingTable .title {
        font-size: 19px;
        line-height: 25px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0 0 20px;
        position: relative;
        border-bottom: 1px solid #e8e8e8;
        padding: 0px 0px 5px 0px;
    }

    .pricingTable .price-value {
        margin: 0 0 25px;
    }

        .pricingTable .price-value .amount {
            font-size: 50px;
            line-height: 50px;
            display: block;
        }

        .pricingTable .price-value .duration {
            font-size: 20px;
            line-height: 20px;
            font-weight: 400;
            display: block;
        }



.pricingTable-signup {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 80px 0px 0px;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    background: linear-gradient(to bottom, #9fcd37, #72bb43);
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 14px;
    transition: all 0.5s ease 0s;
    border-radius: 5px;
    margin: 0px 0px 0px 0px;
}

    .pricingTable .pricingTable-signup a:hover {
        text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
    }

.pricingTable.purple:before {
    background: linear-gradient(to right, #c95799, #9f54ab);
}

.pricingTable.purple .pricing-content ul li:before {
    color: #c95799;
}

.pricingTable.purple .pricing-content ul li.disable:before {
    color: #525963;
}

.pricingTable.purple .pricingTable-signup a {
    background: linear-gradient(to bottom, #c95799, #9f54ab);
}

.pricingTable.orange:before {
    background: linear-gradient(to right, #f0891f, #da382a);
}

.pricingTable.orange .pricing-content ul li:before {
    color: #f0891f;
}

.pricingTable.orange .pricing-content ul li.disable:before {
    color: #525963;
}

.pricingTable.orange .pricingTable-signup a {
    background: linear-gradient(to bottom, #f0891f, #da382a);
}


/*****news dd***/
.latestnewshh {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.latestnewshh-ul {
    height: 200px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .latestnewshh-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        list-style-type: none;
        display: block;
    }

        .latestnewshh-ul li a {
            height: auto;
            margin: 0px 0px 15px 0px;
            padding: 0px 0px 0px 40px;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            color: #333;
            position: relative;
            background-image: url('../images/new.gif');
            background-repeat: no-repeat;
            display: block;
        }

.downamain33 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 23px;
    color: #e92e2f;
    font-weight: 400;
}

.pheadingh2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    font-weight: 700;
    color: #FF1A1A;
}

.readmoreee-mii {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    color: #333;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .readmoreee-mii:hover {
        color: #FF1A1A;
    }

.dailymmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    float: left;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.loginmessageLog {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #FF1A1A;
}

/*******end*/
.oursilentfeath1 {
    height: auto;
    width: 100%;
    margin: 15px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #FF1A1A;
    text-align: left;
}
