﻿body {
    font-family: 'Ubuntu', sans-serif;
    !important;
    background: url(../images/body-img.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

.top-band a:focus, .top-band a:hover {
    color: #fff;
    text-decoration: none;
}

.admissions_btn {
    position: fixed;
    right: 0;
    width: 42px;
    height: 146px;
    top: 151px;
    color: #fff;
    z-index: 99999999999;
}

a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    left: 20px;
    bottom: 20px;
    background: #250f5a url(../images/up-arrow.png) no-repeat center 43%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.show-sm {
    display: none;
}

.margin-20top {
    margin-top: 20px;
}

.banner-div {
    position: relative;
    /* margin-top: 131px;*/
    margin-top: 100px;
}

    .banner-div img {
        width: 100%;
    }

.chair-clas {
    background-color: #d96e88;
    margin-top: 20px;
}

.jev-txt {
    padding-right: 30px;
}

    .jev-txt p {
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        margin-top: 30px;
    }

    .jev-txt h4 {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .jev-txt ul {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

        .jev-txt ul li {
            list-style-type: none;
            display: inline-block;
        }

            .jev-txt ul li a {
                text-decoration: none;
            }

.little-margin {
    margin-top: 13px;
}

.social-icons {
    position: fixed;
    background-color: #250f5a;
    z-index: 100;
    border: 1px solid #250f5a;
    height: 91px;
    top: 50%;
    margin-top: -110px;
}

    .social-icons ul {
        margin: 0px;
        padding: 0px;
    }

        .social-icons ul li {
            list-style-type: none;
            border-bottom: 1px solid #ccc;
        }

            .social-icons ul li a img {
                text-decoration: none;
                -webkit-transition: all 0.8s ease-in-out;
                -moz-transition: all 0.8s ease-in-out;
                -o-transition: all 0.8s ease-in-out;
                transition: all 0.8s ease-in-out;
            }

            .social-icons ul li:hover img {
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                transform: rotate(360deg);
            }

            .social-icons ul li a img {
                padding: 10px;
            }

#cssmenu > ul > li > a {
    -webkit-animation: ring 8s 1s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 8s 1s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 8s 1s ease-in-out infinite;
}

.contact-part {
    width: 100%;
    background-color: #250f5a;
    padding: 5px;
    margin-top: 0px;
}

.line-only h5 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}

    .line-only h5 a {
        background-color: #ff6500;
        color: #fff;
        font-size: 14px;
        padding: 8px 15px;
        font-weight: normal;
    }

.bg1 {
    background: url(../images/body-img.jpg) no-repeat;
    background-size: cover;
}

.philosphy-img {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.contant-phi {
    position: absolute;
    height: 230px;
    margin-top: -115px;
    top: 50%;
}

.phylo-text p {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    font-weight: 400;
}

.bg2 {
    background-color: #dff6f7;
    padding-top: 60px;
    padding-bottom: 60px;
}

.testi-contant {
    position: absolute;
    height: 300px;
    margin-top: -150px;
    top: 50%;
    width: 277px;
}

    .testi-contant p {
        font-size: 14px;
        color: #fff;
        line-height: 18px;
    }

.blanck-div {
    height: 60px;
}

.map-part {
    margin-top: 20px;
}

.footer-part {
    background-color: #250f5a;
    width: 100%;
    padding-top: 60px;
    border-bottom: 2px double white;
}

.abt-cl ul {
    margin: 0px;
    padding: 0px;
}

    .abt-cl ul li {
        list-style-type: none;
        color: #a7a7a7;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 20px;
    }

        .abt-cl ul li a {
            text-decoration: none;
            color: #cecece;
            font-size: 11px;
            text-transform: uppercase;
            line-height: 20px;
            transition: all ease-in-out 0.3s;
        }

            .abt-cl ul li a:hover {
                color: #fff;
                padding-left: 5px;
            }

.copy-clas {
    /*font-size: 11px;*/
    color: #ffffff;
   /* line-height: 11px;*/
    text-transform: uppercase;
}

.for-bg-clas {
    width: 100%;
    background-color: #464646;
}

    .for-bg-clas ul {
        margin: 0px;
        padding: 30px 0px;
        text-align: center;
    }

        .for-bg-clas ul li {
            list-style-type: none;
            display: inline-block;
            margin-left: 5px;
            margin-right: 5px;
        }

            .for-bg-clas ul li a img {
                text-decoration: none;
                -webkit-transition: all 0.8s ease-in-out;
                -moz-transition: all 0.8s ease-in-out;
                -o-transition: all 0.8s ease-in-out;
                transition: all 0.8s ease-in-out;
            }

            .for-bg-clas ul li a:hover img {
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }

#demo {
    position: relative;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    margin-top: -75px !important;
    background: url(../images/pre-button.html) no-repeat;
}

.owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    margin-top: -75px !important;
    background: url(../images/next-button.html) no-repeat;
}

.item img {
    margin-left: auto;
    margin-right: auto;
}

.anim img:hover {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    cursor: pointer;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.margin-tp {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .margin-tp img {
        margin-left: auto;
        margin-right: auto;
    }

.testi-1 {
    height: 616px;
    width: 100%;
    background: url(../images/notice-boar-bg.html) no-repeat;
    padding: 15px;
}

    .testi-1 h4 {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        padding-top: 30px;
    }

    .testi-1 p {
        color: #fff;
        line-height: 18px;
        font-size: 14px;
        text-align: justify;
        padding: 10px;
    }

.notice-more-btn {
    margin-top: 10px;
}

    .notice-more-btn a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 25px;
        background-color: #0adddd;
    }

.testi-2 {
    height: 616px;
    width: 100%;
    background: url(../images/activity-bg.html) no-repeat;
    padding: 15px;
}

    .testi-2 h4 {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        padding-top: 30px;
    }

    .testi-2 p {
        color: #fff;
        line-height: 18px;
        font-size: 14px;
        text-align: justify;
        padding: 10px;
    }

.activity-more-btn {
    margin-top: 10px;
}

    .activity-more-btn a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 25px;
        background-color: #ffb700;
    }

.testi-3 {
    height: 616px;
    width: 100%;
    background: url(../images/school-erp-bg.html) no-repeat;
    padding: 15px;
}

    .testi-3 h4 {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        padding-top: 30px;
    }

    .testi-3 p {
        color: #fff;
        line-height: 18px;
        font-size: 14px;
        text-align: justify;
        padding: 10px;
    }

.erp-more-btn {
    margin-top: 10px;
}

    .erp-more-btn a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 25px;
        background-color: #ff6500;
    }

.testi-4 {
    height: 616px;
    width: 100%;
    background: url(../images/dummy-bg.html) no-repeat;
    padding: 15px;
}

    .testi-4 h4 {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        padding-top: 30px;
    }

    .testi-4 p {
        color: #fff;
        line-height: 18px;
        font-size: 14px;
        text-align: justify;
        padding: 10px;
    }

.dummy-more-btn {
    margin-top: 10px;
}

    .dummy-more-btn a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 25px;
        background-color: #b8d032;
    }

.bg3 {
    padding-top: 30px;
}

.ts1 {
    background-color: #b8d032;
    box-sizing: border-box;
}

    .ts1 h5 {
        color: #fff;
        font-size: 17px;
        font-family: Helvetica;
        margin-bottom: 0px;
    }

.pl {
    padding-right: 0px !important;
}

    .pl p {
        padding: 20px 0px 10px 15px;
        color: #fff;
        text-align: justify;
        font-family: Helvetica;
    }

.ts2 {
    background-color: #d42c27;
    box-sizing: border-box;
}

    .ts2 h5 {
        color: #fff;
        font-size: 17px;
        font-family: Helvetica;
        margin-bottom: 0px;
    }

.ts3 {
    background-color: #ffb700;
    box-sizing: border-box;
}

    .ts3 h5 {
        color: #fff;
        font-size: 17px;
        font-family: Helvetica;
        margin-bottom: 0px;
    }

.ts4 {
    background-color: #02cece;
    box-sizing: border-box;
}

    .ts4 h5 {
        color: #fff;
        font-size: 17px;
        font-family: Helvetica;
        margin-bottom: 0px;
    }

.testi-font {
    margin-bottom: 50px;
}

.margin30top {
    margin-top: 30px;
}

.padding5right {
    padding-right: 5px !important;
}

.padding5left {
    padding-left: 5px !important;
}

.padding5leftright {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-top: 10px;
}

.testi-font2 {
    margin-bottom: 0px;
}

.photo-galley-bg {
    background: rgba(255,183,0,0.2);
    padding: 20px !important;
}

.testi-font2 h4 {
    font-size: 20px;
    color: #7a5803;
    font-weight: 300;
}

.padd-zero {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}

    .padd-zero img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

.paddingrightzero {
    padding-right: 0px !important;
}

.paddingleftzero {
    padding-left: 0px !important;
}

.txtcl {
    text-align: right;
}

    .txtcl a {
        text-decoration: none;
        font-size: 14px;
        color: #7a5803;
        font-weight: normal;
    }

.txtcln {
    text-align: right;
}

    .txtcln a {
        text-decoration: none;
        font-size: 14px;
        color: #687c09;
        font-weight: normal;
    }

.news-bg {
    background: rgba(184,208,50,0.5);
    padding: 20px 0px !important;
}

.testi-font2n {
    margin-bottom: 20px;
}

    .testi-font2n h4 {
        font-size: 20px;
        color: #687c09;
        font-weight: 300;
    }

.map-bg {
    background: rgba(10,221,221,0.2);
    padding: 20px !important;
}

.testi-font2nn {
    margin-bottom: 20px;
}

    .testi-font2nn h4 {
        font-size: 20px;
        color: #048686;
        font-weight: 300;
    }

.txtclnn {
    text-align: right;
}

    .txtclnn a {
        text-decoration: none;
        font-size: 14px;
        color: #048686;
        font-weight: normal;
    }

.padding10fix {
    overflow: hidden;
}

    .padding10fix img {
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .padding10fix:hover img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

.top-band {
    background-color: #250f5a;
    padding: 5px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.top-band-cl {
    color: #FFFFFF;
}

.hrstyle {
    margin-top: 2px;
    margin-bottom: 0px;
}

.margin_auto {
    margin-left: auto;
    margin-right: auto;
}

.bnone {
    border: none;
}

.tcenter {
    text-align: center;
}

    .tcenter a {
        color: #FFFFFF
    }

.12font {
    font-size: 12px;
}

.apply {
    background-color: #2cbfc8 !important;
}

.careerapply {
    background: #58595b;
    font-size: 12px;
    color: #FFF;
}

.tlcenter {
    text-align: center;
    line-height: 11px;
}

.color1 {
    color: #fff500 !important;
}

.color2 {
    color: #74d7e1 !important;
}

.color3 {
    color: #e786a9 !important;
}

.btnsubmit {
    background-color: #ff6500;
    color: #fff;
}

.copy_bg {
    width: 100%;
    background: #250f5a;
    padding: 15px;
    padding-bottom: 0;
}

.margin_b {
    margin-bottom: 20px;
}

.margin_no {
    margin-left: 0px;
    margin-right: 0px;
}

.paytm {
    margin: 0 0 -3px;
    width: 40px
}

.top-band-cl i {
    color: #FFF;
    font-size: 20px
}

.top-band-cl ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

    .top-band-cl ul li {
        list-style-type: none;
        display: inline-block;
        font-size: 10px;
        color: #fff;
    }

        .top-band-cl ul li a {
            text-decoration: none;
            font-size: 1.4rem;
            color: #fff;
           /* text-transform: uppercase;*/
        }

.position-cl {
    left: auto !important;
    text-align: left !important;
    min-width: auto !important;
    top: 25px !important;
}

    .position-cl li a {
        color: #333 !important;
        transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
    }

        .position-cl li a:hover {
            background: none !important;
            color: #ff6500 !important;
        }

.fox-fix-position {
    position: fixed;
    /*background-color: rgb(255 218 84 / 25%);*/ /*#fff;*/
    background: linear-gradient(90deg, #f5e8e7, rgb(245 229 229 / 52%));
    width: 100%;
    z-index: 100;
    top: 30px;
    padding-bottom: 0px;
}

.pannel-intro {
    font-size: 25px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.aleft {
    text-align: left !important;
}

.green-bg {
    background-color: #01bfa5;
    padding: 30px;
}

.zero-padding-both {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.green-bg p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.green-bg h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 27px;
}

.yellow-bg {
    background-color: #ffb700;
    padding: 30px;
}

    .yellow-bg p {
        font-size: 15px;
        color: #fff;
        line-height: 24px;
        text-align: center;
        margin-top: 20px;
    }

    .yellow-bg h3 {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin-top: 27px;
    }

.red-bg {
    background-color: #ee534f;
    padding: 30px;
}

    .red-bg p {
        font-size: 15px;
        color: #fff;
        line-height: 24px;
        text-align: center;
        margin-top: 20px;
    }

    .red-bg h3 {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin-top: 27px;
    }

.voilet-bg {
    background-color: #5f5879;
    padding: 30px;
}

    .voilet-bg p {
        font-size: 15px;
        color: #fff;
        line-height: 24px;
        text-align: center;
        margin-top: 20px;
    }

    .voilet-bg h3 {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin-top: 27px;
    }

.margin10top {
    margin-top: 0px;
}

.padding5right {
    padding-right: 5px !important;
}

.padding5left {
    padding-left: 5px !important;
}

.carousel-control.left {
    background: none !important;
}

    .carousel-control.left img {
        height: 56px;
        top: 50%;
        margin-top: -28px;
        position: absolute;
        left: -60px;
    }

.carousel-control.right {
    background: none !important;
}

    .carousel-control.right img {
        height: 56px;
        top: 50%;
        margin-top: -28px;
        position: absolute;
        right: -60px;
    }

.carousel-control {
    width: 5% !important;
}

.slide-item1 {
    background-color: #250f5a;
    padding: 20px 15px;
    border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    -ms-border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    -ms-border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    -ms-border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
}

    .slide-item1 img {
        border: 8px solid #d4a93e;
        box-sizing: border-box;
        border-radius: 50%;
    }

    .slide-item1 p a {
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 4px 20px;
        transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
    }

        .slide-item1 p a:hover {
            color: #c78f04;
            border-radius: 0px;
            background-color: #fff;
        }

.slide-item2 {
    background-color: #02dede; /*//#585577;*/
    padding: 20px 15px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -webkit-border-radius: 50px;
}

    .slide-item2 img {
        border: 8px solid #b32056; /*#3cceba;*/
        box-sizing: border-box;
        border-radius: 50%;
    }

    .slide-item2 p a {
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 4px 20px;
        transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
    }

        .slide-item2 p a:hover {
            color: #01bfa5;
            border-radius: 0px;
            background-color: #fff;
        }

.slide-item3 {
    background-color: #250f5a;
    padding: 20px 15px;
    border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    -ms-border-top-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    -ms-border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    -ms-border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
}

    .slide-item3 img {
        border: 8px solid #f27b78;
        box-sizing: border-box;
        border-radius: 50%;
    }

    .slide-item3 p a {
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 4px 20px;
        transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
    }

        .slide-item3 p a:hover {
            color: #ee534f;
            border-radius: 0px;
            background-color: #fff;
        }

.slide-text {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}

.slide-item1 p {
    text-align: justify;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.slide-item2 p {
    text-align: justify;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.slide-item3 p {
    text-align: justify;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.board-clas {
    background: url(../images/board-bg.png) no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.adv-clas h2 {
    font-size: 2.45rem;
    font-weight:bold;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ad1 {
    padding: 0 20px;
    margin-top: 20px;
}

    .ad1 h4 {
        font-size: 13.5px;
        color: #ffffff;
    }

        .ad1 h4 small {
            color: #fff;
        }

    .ad1 p {
        font-size: 14px;
        text-align: justify;
        color: #fff;
        line-height: 20px;
        margin-top: 20px;
    }

        .ad1 p a {
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
        }

.left_img, .rit_tab_cont {
    width: 100%;
    float: left;
    margin-left: 20px;
}

    .left_img img {
        width: 100%;
        border-radius: 12px;
        -webkit-border-radius: 12px;
    }

    .rit_tab_cont p {
        color: #fff;
    }

    .rit_tab_cont .clk_mm {
        color: #fff;
        text-decoration: none;
    }

.board-clas .bx-default-pager {
    display: none;
}

.board-clas a.bx-prev, .board-clas a.bx-next {
    width: 56px;
    height: 56px;
    font-size: 0;
    background: url(../images/pre_nxt.png) no-repeat 0 0;
    float: left
}

.board-clas a.bx-prev {
    background-position: 0 -157px;
    margin-left: -25px;
}

.board-clas a.bx-next {
    background-position: 0 0;
    float: right;
    margin-right: -25px;
}

.slide_fix {
    width: 100%;
    float: left;
    position: relative;
}

    .slide_fix .bx-has-controls-direction {
        position: absolute;
        width: 100%;
        top: 180px;
    }

.prnc_hgt {
    height: 600px;
    overflow-y: auto;
}

@media all and ( min-width:1350px) {
    .more-width {
        width: 1344px !important;
    }

    .more-width-2 {
        width: 1250px !important;
    }

    /*.top-band-cl ul {
        margin-right: 70px;
    }*/
}

@media all and (min-width:993px) and (max-width:1160px) {
    #cssmenu ul {
        width: 322px;
    }

        #cssmenu ul li a img {
            width: 58px;
        }

    .little-margin img {
        width: 140px;
    }

    .top-band-cl ul {
        margin-right: 40px;
    }

    .green-bg {
        padding: 12px;
    }

        .green-bg p {
            margin-top: 16px;
        }

        .green-bg h3 {
            margin-top: 21px;
        }

    .yellow-bg {
        padding: 12px;
    }

        .yellow-bg p {
            margin-top: 16px;
        }

        .yellow-bg h3 {
            margin-top: 21px;
        }

    .red-bg {
        padding: 12px;
    }

        .red-bg p {
            margin-top: 16px;
        }

        .red-bg h3 {
            margin-top: 21px;
        }

    .voilet-bg {
        padding: 12px;
    }

        .voilet-bg p {
            margin-top: 16px;
        }

        .voilet-bg h3 {
            margin-top: 22px;
            font-size: 17px;
        }

    .carousel-control.right img {
        right: -10px;
    }

    .carousel-control.left img {
        left: -10px;
    }
}

@media all and (max-width:768px) {
    .show-sm {
        display: block;
    }

    .left_img, .board-clas h2 {
        margin-bottom: 25px;
    }
}

@media all and (max-width:600px) {
    .top-band-cl ul {
        margin-top: -12px;
        float: right
    }
}

@media all and (min-width:481px) {
    .hidden-md {
        display: none;
    }

    .social-icons-on-xs {
        display: none;
    }
}

@media all and (max-width:480px) {
    .top-band {
        padding: 2px;
        font-size: 9px;
    }

    .philosphy-img {
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #0078FF;
    }

    .schools {
        position: relative;
    }

    .line-only h5 {
        font-size: 15px;
        line-height: 18px;
    }

    .margintp {
        margin-top: 30px;
    }

    .contant-phi {
        position: relative;
        margin-top: 0px;
        top: 0px;
        height: auto;
        text-align: center;
    }

        .contant-phi img {
            margin: 10px auto;
        }

    .bg-orc {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
        background-color: #EE534F !important;
    }

    .contact-part {
        margin-top: 10px;
    }

    .hidden-md {
        display: block;
        color: #fff;
        text-transform: uppercase;
    }

    .bg2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .abt-cl {
        text-align: center;
    }

    .schools ul li {
        padding-left: 3px;
        padding-right: 3px;
    }

    .little-margin {
        margin-top: 2px;
    }

    .top-band-cl ul {
        margin-top: -12px;
        float: right
    }

        .top-band-cl ul li a {
            font-size: 8px !important;
        }

    .padding10fix {
        text-align: center;
    }

        .padding10fix img {
            margin-left: auto;
            margin-right: auto;
        }

    .paddingrightzero {
        padding-right: 15px !important;
    }

    .paddingleftzero {
        padding-left: 15px !important;
    }

    .margin-tp {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0px;
    }

        .margin-tp img {
            margin-left: auto;
            margin-right: auto;
        }

    .bg3 {
        padding-top: 20px;
    }

    .testi-font {
        margin-bottom: 0px;
    }

    .margin60top {
        margin-top: 0px;
    }

    .testi-font2 {
        margin-bottom: 0px;
    }

    .testi-font2n {
        margin-bottom: 0px;
    }

    .schools ul {
        text-align: center;
    }

    .testi-1 {
        width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .testi-2 {
        width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .testi-3 {
        width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .testi-4 {
        width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .well {
        padding: 0px !important;
    }

    .testi-font2 h4 {
        font-size: 16px;
    }

    .testi-font2n h4 {
        font-size: 16px;
    }

    .top-band-cl ul {
        margin-right: auto;
        text-align: center;
    }

    .fox-fix-position {
        padding-bottom: 3px;
        top: 24px;
        padding-top: 5px;
        border-bottom: 1px solid #250f5a;
    }

    .green-bg p {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        margin-top: 10px;
    }

    .voilet-bg p {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        margin-top: 10px;
    }

    .red-bg p {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        margin-top: 10px;
    }

    .yellow-bg p {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        margin-top: 10px;
    }

    .yellow-bg h3 {
        margin-top: 8px;
    }

    .voilet-bg h3 {
        margin-top: 8px;
    }

    .ad1 {
        padding: 0px;
        margin-top: 20px;
    }

    .social-icons {
        display: none;
    }

    .social-icons-on-xs {
        display: block;
        margin-top: 10px;
        margin-bottom: 0px !important;
    }

        .social-icons-on-xs a {
            text-decoration: none;
            margin-right: 5px;
        }
}

.mode {
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    text-align: center;
}


