﻿@charset "utf-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*@import url('../webfontkit/stylesheet.css');*/




html, body {
    font-size:1rem;
    line-height: 24px;
    color: #171717;
    font-weight: 500;
   font-family: 'Figtree', sans-serif;
    margin: 0px;
    padding: 0px;
}

p {
    line-height: 32px;
    font-size: 1rem;
    font-weight:500;
   font-family: 'Figtree', sans-serif;
    color: #333;
    text-align: justify;
}



.clear {
    clear: both;
}

ol, ul {
    padding-left: 0rem;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0rem;
}

.responsive {
    width: 100%;
    height: auto;
}

.top-head {
    width: 100%;
    float: left;
    padding: 5px;
    background: #595959;
}

.top-phone {
    float: left;
    padding: 3px 0px;
    color: #fff;
    font-size: 14px;
}

.top-cont {
    float: left;
    padding: 3px 20px;
    color: #fff;
    font-size: 14px;
}


.top-button {
    float: right;
    background: #085dad;
    color: #fff;
    padding: 3px 8px;
    font-size: 14px;
    text-decoration: none !important;
}

.top-button1 {
    float: right;
    background: #03a859;
    color: #fff;
    padding: 3px 8px;
    font-size: 14px;
    margin-right: 30px;
    text-decoration: none !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;
}

.top-menu-outler {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    box-shadow: 0px 2px 4px #dbdada;
}

.top-menu {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    padding: 0px;
}

.top-logo {
    width: 15%;
    height: auto;
    padding: 10px;
    float: left;
}

.top-navigaton {
    width: auto;
    height: auto;
    padding: 19px 0px;
    float: right;
}

.banner {
    background-image: url(../images/banner/banner1.jpg) !important;
    /*background-image: url(../images/banner.jpg) !important;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
    float: left;
    width: 100%;
}

.banner-color {
    width: 100%;
    background: linear-gradient(45deg,rgba(0,0,0,.94),transparent);
    height: 100%;
}

.school-banner {
    background-image: url(../images/school-erb-banner.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    float: left;
    width: 100%;
}

.college-banner {
    background-image: url(../images/big-banner.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    float: left;
    width: 100%;
}


.school-color {
    width: 100%;
    background: linear-gradient(45deg,rgba(0,0,0,.94),transparent);
    height: 450px;
}

.banner-cont {
    width: 100%;
    float: left;
    height: auto;
    /*position: relative;
    top: 90px;*/
    text-align: center;
    color: #fff;
    font-weight: 900;
}

.subtitle {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    width: 70%;
    line-height: 54px;
    text-align: left;
}

.subtitle1 {
    font-size: 16px;
    width: 70%;
    color: #fff;
    padding-top: 20px;
    text-align: left;
    font-weight: 500;
}

.signup {
    padding: 7px 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #085dad;
    display: inline-block;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
    border-radius: 4px;
    text-decoration: none;
}

    .signup:hover {
        background: #595959;
        color: #fff;
    }

.know {
    padding: 7px 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #03a859;
    display: inline-block;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
    border-radius: 4px;
    text-decoration: none;
}

    .know:hover {
        background: #595959;
        color: #fff;
    }


.offer-outler {
    width: 100%;
    padding: 20px 0px;
    float: left;
    background: #fff;
}

.offer-cont {
    width: 100%;
    float: left;
    padding: 30px 0px;
}

.tab-menu-outler {
    width: 100%;
    float: left;
    padding: 0px 0px;
}

.ul_list1 {
    float: left;
    list-style: inside url(../images/points.png);
    line-height: 30px;
    margin-right: 20px;
}

.readmore {
    padding: 7px 23px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    background: #03a859;
    display: inline-block;
    text-decoration: none !important;
    float: left;
    margin-top: 20px;
    border-radius: 4px;
}

    .readmore:hover {
        background: #595959;
        color: #fff !important;
    }

    .readmore:hover, a:focus a {
        color: #fff !important;
        text-decoration: none !important;
    }


a:hover, a:focus {
    color: #fff !important;
    text-transform: none !important;
    text-decoration: none !important;
}



.box-1 {
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    webkit-box-shadow: 5px 7px 23px 0 rgb(58 52 82 / 16%);
    -moz-box-shadow: 5px 7px 23px 0 rgba(58,52,82,.16);
    box-shadow: 5px 7px 23px 0 rgb(58 52 82 / 16%);
    transition: all .2s ease-in;
    transform: scale(1);
    min-height: 100%;
}

.modules-outler {
    width: 100%;
    float: left;
    background: #fff;
    overflow: hidden;
}



.modules-1 {
    width: 25%;
    float: left;
    padding: 0px 10px;
    background: #fff;
}

.modules-2 {
    width: 17%;
    float: left;
    padding: 0px 10px;
    background: #fff;
}

.modules-3 {
    width: 24%;
    float: left;
    padding: 0px 10px;
    background: #fff;
}

.modules-4 {
    width: 34%;
    float: left;
    padding: 0px 10px;
    background: #fff;
}

.modules-5 {
    width: 50%;
    float: left;
    padding: 0px 10px;
    background: #fff;
}

.modules-6 {
    width: 17%;
    float: left;
    padding: 0px 10px;
    background: #fff;
}

.modules-row1 {
    width: 25%;
    float: left;
}

.modules-row2 {
    width: 25%;
    float: left;
}

.modules-row3 {
    width: 25%;
    float: left;
}

.modules-row4 {
    width: 25%;
    float: left;
}

.product-offerings {
    width: 100%;
    float: left;
    padding: 40px 40px;
    background: #f5f5f5;
}

.product {
    width: 50%;
    float: left;
}

.product-1 {
    width: 25%;
    float: left;
    padding: 10px;
}

.space {
    width: 100%;
    /*float:left;*/
    padding: 20px;
}

.offerings-grid1 .fa {
    font-size: 24px;
    color: #03a859;
    text-align: left;
    display: block;
    margin-bottom: 20px;
    float: left;
    margin-right: 10px;
}

.offerings-grid .fa {
    font-size: 35px;
    color: #03a859;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}


.campus-outler {
    width: 100%;
    float: left;
    padding: 0px;
    background-image: url(../images/banner-1.jpg) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.campus {
    width: 100%;
    float: left;
    padding-right: 50px;
    padding-left: 50px;
}

.campus-cont {
    width: 100%;
    /*float:left;*/
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 20px 20px;
}

.submit {
    width:100%;
    padding: 12px 24px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    background: #03a859;
    text-decoration: none !important;
    float: none;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}

    .submit:hover {
        background: #595959;
    }

.box-1:hover {
    box-shadow: 0 0 150px rgb(0 0 0 / 22%);
    transition: all .2s ease-in;
    z-index: 2;
    transform: scale(1.1);
}

.testimonial-outler {
    width: 100%;
    float: left;
    padding: 40px;
}

.testimonial-avatar {
    width: 20%;
    float: left;
    border: 1px solid #dfe5e4;
    border-radius: 6px;
}

.testimonial-cont {
    width: 80%;
    float: left;
    padding-top: 40px;
    padding-left: 20px;
}

.color-1 {
    color: #03a859;
}

.features-outler {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0px;
    background: #f5f5f5;
}

.features-sub {
    color: #777;
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 40px;
}

.feature-icon {
    float: left;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

.feature h4 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #333;
}

.feature-econnect p {
    color: #7b7b7b !important;
    line-height: 25px;
    font-size: 16px;
}


.front-icon {
    float: left;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

.front h4 {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #333;
}

.front-econnect p {
    color: #7b7b7b !important;
    line-height: 25px;
    font-size: 16px;
}



.education-outler {
    width: 100%;
    float: left;
    padding: 40px 0px;
    background: #fff;
}

.education-image {
    width: 100%;
    border-radius: 20px;
}

.education-cont {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.trusted-outler {
    width: 100%;
    float: left;
    padding: 40px;
    background: #fff;
}

.subtitle2 {
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    line-height: 54px;
    text-align: left;
    text-align: center;
}

.subtitle3 {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    line-height: 54px;
    text-align: left;
    text-align: center;
}

.footer-outler {
    width: 100%;
    float: left;
    padding: 40px 0px;
    background: #073860;
}

.footer-part1 {
    width: 25%;
    float: left;
}

.new-row1 {
    width: 25%;
    float: left;
    border-right: 1px solid #fff;
}

.new-row2 {
    width: 25%;
    float: left;
    border-right: 1px solid #fff;
}

.new-row3 {
    width: 25%;
    float: left;
}


.cate-widget {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 25px;
}

.middle-img {
    padding: 0 10px;
}

.cate-widget:before {
    /*background: linear-gradient(180deg, rgba(82, 82, 82, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);*/
    background: linear-gradient( 180deg, rgb(56 49 49 / 53%) 0%, rgb(28 41 52 / 75%) 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cate-widget .category-img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    width: 100%;
}

.cate-title {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 1;
}

    .cate-title h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }

.cate-count {
    padding: 8px 13px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    color: #fff;
    font-size: 11px;
    background: #FE7055;
    font-weight: 700;
    border-radius: 30px;
    align-items: center;
    display: flex;
}

    .cate-count img {
        width: auto;
        margin-right: 5px;
    }

.cate-widget:hover .category-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cate-list {
    float: left;
    width: 100%;
}

    .cate-list a {
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        border-radius: 15px;
        position: relative;
        display: inline-block;
    }

.cate-p {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 1;
}

    .cate-p p {
        color: #fff;
    }

.social-links a {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    text-align: center;
    border-radius: 50px;
    margin-top: 15px;
}

.social-links .fb-icon {
    background: #157dc3;
}

.social-links .link-icon {
    background: #ff2300;
}

.social-links a + a {
    margin-left: 5px;
}

.social-links .youtube-icon {
    background: #ff2300;
}

.social-links a:hover {
    background: #fff;
}

.social-links .insta-icon {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 30%, #dc2743 60%, #cc2366 70%,#bc1888 100%);
}

.social-links .fbg-icon {
    background: #18acf1;
}

.social-links .fa, .social-links .fa {
    color: #fff;
    font-size: 20px;
    margin: 0;
    line-height: 40px;
}

.social-links {
    margin-bottom: 20px;
}

.footer-line {
    width: 100%;
    float: left;
    background: #fff;
    height: 2px;
    margin-bottom: 50px;
    margin-top: 40px;
}

.footer-part2 {
    width: 25%;
    float: left;
}

.footer-part3 {
    width: 25%;
    float: left;
    margin-top: 40px;
}


.footer-part4 {
    width: 25%;
    float: left;
    padding-left: 60px;
}

.footer-part5 {
    width: 25%;
    float: left;
}

.footer-logo {
    width: 65%;
    padding: 0px 0px;
}

.offerings-grid3 .fa {
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 10px;
    padding-bottom: 0px;
}

.ul_list-footer {
    list-style: inside url(../images/points-1.png);
    line-height: 30px;
    margin-right: 20px;
    padding-top: 20px;
    line-height: 31px;
}

.ul_list-points1 {
    line-height: 30px;
    padding-top: 10px;
}


    .ul_list-points1 a:hover {
        color: #03a859 !important;
    }

ul a {
    color: #fff;
    text-decoration: none;
}

.phone {
    color: #fff;
    margin-left: 15px;
}

.footer-cont {
    color: #fff;
    padding-top: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}

.ffai {
    margin-left: -13px;
}

.detail {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.loc {
    width: 100%;
    float: left;
    position: relative;
    left: 182px;
}

.outler-line {
    width: 100%;
    height: 100%;
    float: left;
    padding: 30px;
    color: #fff;
    border: 1px solid #fff;
}

.location {
    /*position: relative;
    top: -135px;
    float: left;
    margin-bottom: -135px;*/
    position: absolute;
    margin-top: -65px;
    margin-left: -5px;
}

.location-1 {
    position: relative;
    top: -110px;
    float: left;
    margin-bottom: -110px;
}

.border-right {
    border-right: 1px solid #fff;
}

.copy-right {
    width: 100%;
    float: left;
    padding: 10px 80px;
    text-align: center;
    background: #04335a;
    border-top: 1px solid #0e4168;
}

.policy {
    color: #adadad !important;
    text-align: left;
}

    .policy a {
        color: #adadad !important;
        text-decoration: none;
    }

        .policy a:hover {
            color: #085dad !important;
        }

.terms {
    padding: 0px;
    text-align: right;
    color: #adadad !important;
}

    .terms a {
        color: #adadad !important;
        text-decoration: none;
    }

        .terms a:hover {
            color: #085dad !important;
        }

.subtitle-5 {
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.subtitle-6 {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #2b84d1;
}

.contact textarea.form-control {
    min-height: 100px;
}

.getintouch-cont {
    width: 100%;
    float: left;
    padding: 10px 0px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}

.page-outler {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

.campus-photo {
    width: 80%;
    float: left;
    padding: 0px 0px;
    align-items: end;
    height: 100%;
    display: flex;
}

.bg-1 {
    width: 100%;
    float: left;
    height: 100%;
    padding: 50px;
    background: #f2f4f8;
    border-top: 2px solid #eaf1ef;
    border-bottom: 2px solid #eaf1ef;
}

.form-group .form-control {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #1f3965;
    border-radius: 8px;
    border: 1px solid #dbe2ea;
    box-shadow: 0px 0px 4px rgba(31, 57, 101, 0.1);
    outline: none;
    padding: 24px 16px;
    width: 100%;
}


.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}


.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.col-form-label {
    line-height: 22px !important;
    margin: 8px 0;
    font-weight: 400;
    font-size:18px;
    vertical-align: middle;
}

textarea.form-control {
    min-height: 150px;
}

.btn-theme-primary {
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px !important;
    font-size: 14px;
    transition: background-color .5s ease;
    margin-bottom: 20px;
}

.btn-theme-primary {
    border: 2px solid #00b2e5;
    background-color: #00b2e5;
}

.form-group {
    margin-bottom: 15px;
}

.offerings-grid2 .fa {
    color: #03a859;
    display: block;
    float: left;
    line-height: 40px;
    margin-right: 10px;
    padding-bottom: 0px;
}

.ul_list-points {
    line-height: 40px;
    padding-top: 10px;
    text-align: justify;
    color: #fff;
    padding-left: 100px;
    font-weight: 600;
    padding-top: 30px;
}

.ul_list-points3 {
    margin-left: 50px;
    line-height: 30px;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.benefits {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background-image: url(../images/banner-1.jpg) !important;
}

.we-serve {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px;
    font-weight: 700;
    font-size: 16px;
}

.team-des {
    padding: 20px 30px 20px 30px;
    color: #464646;
    background: #fff;
    text-align:left;
}

.team-des .devider {
        display: block;
        border-top: 3px solid #464646;
        width: 30%;
        text-align: left;
    }

    .team-des span {
        display: block;
        font-weight: 500;
        font-size: 0.9rem;
        text-align:left;
        line-height :1.25;
        margin: 0 0 8px 0;
    }

.ads {
    color: #0d6efd;
    padding: 10px;
}

.ads:hover {
    color: #000 !important;
}

.home-text {
    padding-left:40px;
    padding-top:10px;
}

.educ-photos {
    width:100%;
    float:left;
    padding-top:100px;

}

.education-box {
    width: 100%;
    min-height:100%;
    float: left;
    webkit-box-shadow: 0 0 15px 0 #ddd;
    box-shadow: 0 0 15px 0 #ddd;
    padding:20px;
    text-align:center;
    border-radius:10px;
}


.education-box:hover {
        background: #fc4f19;
        background: -webkit-gradient(linear,left top,right top,from(#fc4f19),to(#f6a60d));
        background: linear-gradient(90deg,#fc4f19 0,#f6a60d 100%);
        color:#fff !important;
    }

.ul_list4 {
    float: left;
    list-style: inside url(../images/star.png);
    font-weight:500;
    line-height: 40px;
    margin-left:20px;
    margin-top:20px;
    font-size:16px;
}
.callnow-outler {
    width: 100%;
    float: left;
    padding: 40px 0px;
    background: #ffede7;
}

.callnow {
    float: left;
    background: #ffede7;
    margin-top: 60px;
}

.callnow-text {
    font-size: 30px;
    font-weight: 600;
    line-height:42px;
    width:70%;
    padding:20px 0px;
    color:#333;
}

.callnow-button {
    padding: 10px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
    float: left;
    border-radius: 5px;
    text-decoration: none;
    background: #03a859;
}

.callnow-button:hover {
        background: #595959;
    }

.colours {
    color:#000;
}

@media only screen and (max-width: 1440px) {
    .box-1 {
        padding: 10px;
    }
}

@media only screen and (max-width: 1024px) {

    .bg-1 {
        padding: 20px;
    }

    .top-navigaton {
        width: 80%;
        padding: 16px 0px;
    }


    .location-1 {
        top: -135px;
        margin-bottom: -135px;
    }

    .footer-part2 {
        padding-left: 0px;
        width: 25%;
    }

    .footer-part3 {
        width: 25%;
    }

    .footer-part4 {
        width: 22%;
        padding-left: 50px;
    }

    .footer-part5 {
        width: 28%;
    }

    .loc {
        left: 0px;
    }

    .education-cont {
        padding-left: 0px;
        padding-top: 0px;
    }
    .callnow {
        margin-top: 0px;
    }
    .callnow-text {
        font-size: 28px;
        font-weight: 600;
        width:100%;
    }
}

@media only screen and (max-width: 768px) {

    .top-logo {
        width: 100%;
        text-align: center;
    }

        .top-logo img {
            width: 30%;
            text-align: center;
        }

    .product-1 {
        width: 50%;
    }

    .product {
        width: 100%;
    }
    .educ-photos {
        padding-bottom: 20px;
        padding-top:10px;
    }
   
    .page-outler {
        padding: 20px 0px;
    }

    .main .tab {
        padding-top: 20px !important;
    }

    .main .tab-menu-link {
       
        line-height: 24px !important;
    }

    .footer-part1 {
        width: 25%;
    }

    .footer-logo {
        width: 90%;
        padding: 0px 0px;
    }

    .footer-line {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .footer-part2 {
        width: 50%;
        padding-left: 0px;
    }

    .footer-part3 {
        width: 50%;
        margin-top: 35px;
    }

    .footer-part4 {
        width: 51%;
        margin-top: 20px;
        padding-left: 0px;
    }

    .footer-part5 {
        width: 49%;
        margin-top: 20px;
    }

    .location-1 {
        top: -129px;
        margin-bottom: -129px;
    }

    .location {
        position: absolute;
        margin-top: -58px;
        margin-left: -5px;
    }

    .top-navigaton {
        width: 80%;
        position: absolute;
        z-index: 1000;
    }

    #cssmenu > ul > li > a {
        color: #333 !important;
        font-weight: 400;
        background: #fff;
    }

    #cssmenu > ul > li {
        margin-left: 0px;
    }

    #cssmenu .submenu-button {
        right: 25px !important;
        height: 35px !important;
    }

    #cssmenu #head-mobile {
        padding: 28px !important;
    }

    .box-1 {
        min-height: inherit;
        margin-bottom: 20px;
        padding: 20px;
    }

    .education-cont {
        padding-top: 20px;
    }

    .outler-line {
        padding: 10px;
    }

    .policy {
        width: 100%;
        text-align: center;
    }
    .home-text {
        padding-top: 10px;
        padding-left: 0px;
    }

    .terms {
        width: 100%;
        text-align: center;
    }

    .copy-right {
        padding: 10px 0px;
    }
}


@media only screen and (max-width: 492px) {


    .banner {
        height: 300px;
    }

    .banner-cont {
        top: 40px;

    }
    .subtitle {
        font-size: 24px;
        width: 100%;
        line-height:36px;
  
    }
    .subtitle1 {
        font-size: 14px;
        width: 100%;
    }

    .readmore {
        margin: 14px 0px;
    }

}


    @media only screen and (max-width: 425px) {

        .campus-photo {
            width: 100%;
        }

        .col-form-label {
            margin: 4px 0;
            font-size: 16px;
        }

        .bg-1 {
            padding: 10px;
        }

        .campus {
            padding-right: 0px;
            padding-left: 0px;
        }

        p {
            line-height: 26px;
            font-size: 14px;
            text-align: justify;
        }

        .ul_list1 {
            line-height: 30px;
            margin-right: 0px;
            text-align: justify;
        }

        .space {
            padding: 10px;
        }

        .education-cont {
            padding-top: 10px;
        }

        .education-outler {
            padding: 20px 0px;
        }

        .features-outler {
            padding: 20px 0px;
        }

        b1 {
            font-size: 20px !important;
        }

        .four b1:after {
            margin-top: 13px;
        }

        .top-phone {
            padding: 0px 0px;
            width: 100%;
            text-align: center;
        }

        .top-cont {
            padding: 5px 0px;
            width: 100%;
            text-align: center;
        }

        .top-button {
            float: right;
            margin-right: 25px;
        }

        .top-button1 {
            float: right;
            margin-right: 138px;
            margin-top: 5px;
        }

        .button {
            top: -10px !important;
        }

        #cssmenu #head-mobile {
            padding: 17px !important;
        }

        .top-navigaton {
            width: 100%;
            left: -2%;
        }

        .banner {
            height: 350px;
        }

        .banner-cont {
            top: 50px;
        }

        .subtitle {
            font-size: 26px;
            letter-spacing: normal;
            width: 100%;
            line-height: 34px;
        }

        .subtitle1 {
            font-size: 16px;
            width: 100%;
            padding-top: 10px;
        }

        .subtitle2 {
            font-size: 22px;
            line-height: 36px;
            font-weight: 600;
        }

        .subtitle3 {
            font-size: 15px;
            line-height: 22px;
            font-weight: 600;
        }

        .trusted-outler {
            padding: 20px 0px;
        }

        .box-1 {
            min-height: inherit;
        }

        .product-offerings {
            padding: 20px 20px;
        }

        .content-split {
            width: 100% !important;
            float: left;
        }

        .offer-cont {
            padding: 10px 0px;
        }

        .callnow-text {
            font-size: 20px;
            font-weight: 500;
            text-align: justify;
            line-height: 32px;
            padding: 10px 0px;
            letter-spacing: 1px;
        }

        .callnow-outler {
            padding: 20px 0px;
        }

        .callnow-button {
            margin-bottom: 10px;
        }



        .product-1 {
            width: 100%;
        }

        .main .tab-menu {
            display: inline-grid !important;
            width: 100% !important;
            justify-content: inherit !important;
        }


        .main .tab-menu-link {
            width: 100% !important;
            font-size: 14px !important;
            padding: 10px !important;
        }

        .core-icon {
            width: 50px !important;
            float: left !important;
        }

        .main .tab {
            padding-top: 20px;
        }

        .main .tab-menu-link {
            height: auto !important;
            line-height: 16px !important;
        }


       
        .signup {
            padding: 6px 16px;
            font-size: 14px;
        }

        h1 {
            font-size: 22px !important;
            padding-bottom: 5px !important;
            text-align: center;
        }

        .footer-logo {
            width: 50%;
            padding-bottom: 20px;
        }

        .footer-cont {
            color: #fff;
            padding-top: 0px;
            line-height: 26px;
        }

        .footer-part1 {
            width: 100%;
        }

        .footer-part2 {
            width: 100%;
            padding-top: 20px;
            padding-left: 0px;
        }

        .footer-part3 {
            width: 100%;
            margin-top: 10px;
            padding-left: 20px;
            padding: 0px;
        }

        .footer-part4 {
            width: 100%;
            padding: 0px 0px;
        }

        .footer-part5 {
            width: 100%;
            margin-top: 20px;
            margin-left: 20px;
            margin-bottom: 30px;
        }

        .footer-outler {
            padding: 20px 20px;
        }

        .new-row1 {
            width: 100%;
            border-right: 0px solid #fff;
            padding-bottom: 10px;
        }

        .new-row2 {
            width: 100%;
            border-right: 0px solid #fff;
            padding-bottom: 10px;
        }

        .new-row3 {
            width: 100%;
            float: left;
        }

        .footer-line {
            height: 1px;
            margin-bottom: 0px;
            margin-top: 20px;
        }

        .outler-line {
            padding: 20px;
            margin-bottom: 20px;
        }

        .location-1 {
            top: -106px;
            margin-bottom: -106px;
        }

        .policy {
            width: 100%;
            text-align: center;
            padding: 0px;
        }

        .terms {
            width: 100%;
            text-align: center;
            padding: 0px;
        }

        .copy-right {
            padding: 10px 20px;
        }
    }


    @media only screen and (max-width: 375px) {
        .location-1 {
            top: -130px;
            margin-bottom: -70px;
        }

        .detail {
            padding: 0px 0px;
        }

        .subtitle {
            font-size: 18px;
            line-height: 30px;
        }

        .top-button {
            float: right;
            margin-right: 106px;
        }

        .top-button1 {
            float: right;
            margin-right: 117px;
        }

        .subtitle1 {
            font-size: 14px;
            padding-top: 4px;
        }

        .know {
            padding: 7px 16px;
            font-size: 14px;
            margin-top: 20px;
            margin-right: 30px;
        }

        .signup {
            padding: 6px 16px;
            font-size: 14px;
        }

        h1 {
            font-size: 18px !important;
            padding-bottom: 5px !important;
            text-align: center;
        }

        .main .tab {
            padding-top: 0px !important;
        }
    }


    @media only screen and (max-width: 320px) {

        .footer-outler {
            padding: 20px 20px;
        }

        .location-1 {
            top: -130px;
            margin-bottom: -130px;
        }

        .top-button1 {
            margin-right: 90px;
        }

        .top-button {
            margin-right: 80px;
        }
    }
