span.form-required {
    color: red;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold.woff2') format('woff2'), url('../fonts/roboto-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0 auto;
    font-family: 'robotoregular';
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.no-pad {
    padding: 0;
}

.no-marg {
    margin: 0 auto;
}

a, a:active, a:focus {
    outline: 0;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    text-align: center;
    background: #03395f;
    border-radius: 6px;
    z-index: 9;
}

    #back-to-top:hover {
        background: #1e608e;
    }

    #back-to-top i {
        margin-top: 7px;
        color: #fff;
        font-size: 24px;
        line-height: 47px;
    }

.widget ul li::before {
    content: "\f178";
    left: 0;
    position: absolute;
    font-family: FontAwesome;
    padding-left: 4px;
    color: #800000;
}

.widget ul {
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}

    .widget ul li {
        margin-bottom: 3px;
        padding-left: 36px;
        position: relative;
        border-bottom: 1px dashed #4f4d4d;
        line-height: 39px;
    }

.widget2 ul li::before {
    content: "\f178";
    left: 0;
    position: absolute;
    font-family: FontAwesome;
    padding-left: 4px;
    color: #800000;
}

.widget2 ul {
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}

    .widget2 ul li {
        margin-bottom: 3px;
        padding-left: 36px;
        position: relative;
        line-height: 35px;
    }

.widget3 ul li:before {
    /*content:url(../images/right-ic.png);*/
    left: 0;
    position: static;
    /*font-family: 'Glyphicons Halflings';*/
    /*padding-right:10px;*/
    color: #d7b776;
}

.widget3 ul {
    float: left;
    list-style: inside;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}

    .widget3 ul li {
        margin-bottom: 3px;
        padding-left: 0;
        position: relative;
        line-height: 29px;
        font-size: 16px;
        color: #565656;
    }

.widget-3 ul li:before {
    content: "\e084";
    left: 0;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    padding-left: 4px;
    color: #707070;
    font-size: 14px;
}

.widget-3 ul {
    float: left;
    list-style: inside;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}

    .widget-3 ul li {
        margin-bottom: 3px;
        padding-left: 29px;
        position: relative;
        line-height: 29px;
        font-size: 16px;
        color: #565656;
        list-style: none;
    }

#commn-tbl-stles table {
    border-collapse: collapse;
    font-size: 16px;
}

#commn-tbl-stles th {
    text-align: left;
    padding: 8px !important;
    background-color: #9BBB59;
    color: #FFF;
}

#commn-tbl-stles td {
    text-align: left;
    padding: 8px;
    background: none;
    border: 1px solid #eee;
}

#commn-tbl-stles tr:nth-child(odd) {
    background-color: #FFF;
}

#commn-tbl-stles tr:nth-child(even) {
    background-color: #F9F9F9;
}

#main-header {
    /*padding:22px 0 6px;*/
    padding: 9px 0;
    background: #fff;
}

.main-heder-1st-menu {
    margin: 13px auto;
}

#main-menu-secton {
    padding: 0px 0px;
    border-top: 8px solid #03395F;
    background: linear-gradient(91deg, rgba(237, 228, 190, 1) 0%, rgba(200, 162, 85, 1) 51%, rgba(224, 195, 137, 1) 100%);
}

#main-banner {
    background: #F7F7F7;
    position: relative;
}

    #main-banner .carousel-indicators .active {
        background-color: #C1A670;
        border: 1px solid #707070;
    }

    #main-banner .carousel-indicators li {
        background-color: #fff;
        border: 1px solid #707070;
    }

.main-banner-bg {
    background: url(../images/banner-bg.jpg) center;
    background-size: cover;
}

.brd-grdnt {
    background: linear-gradient(91deg, rgba(238, 235, 221, 1) 0%, rgba(3, 57, 95, 1) 11%, rgba(3, 57, 95, 1) 17%, rgba(3, 57, 95, 1) 84%, rgba(3, 57, 95, 1) 89%, rgba(238, 235, 221, 1) 100%);
    height: 10px;
}

.banner-search-box {
    background: #03395F;
    border-radius: 0px 83px 0px 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px 35px 22px 35px;
    z-index: 9;
}

.srch-frm-bx {
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    padding: 9px 18px;
    width: 360px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    padding: 9px 12px;
    margin-left: 4px;
    border-radius: 6px;
    background: #6B85BB;
    border: 1px solid #6B85BB;
    color: #fff;
}

.bnner-wrpr {
    position: relative;
}

.pu-ib-box {
    background: #ffffffd4;
    padding: 2px 33px;
    border-radius: 5px;
    position: absolute;
    bottom: 240px;
    right: 29px;
    z-index: 9;
}

    .pu-ib-box h4 {
        margin: 0px auto;
        font-size: 24px;
    }

    .pu-ib-box h2 {
        margin: 0px auto;
        font-size: 40px;
    }

.call-icon-pu {
    border-radius: 50%;
    padding: 5px 12px 9px;
    border: 1px solid #707070;
    font-size: 18px;
    margin: 5px auto;
}

.pu-box-ib {
    border-top: 3px solid #03395F;
    padding: 8px;
    text-align: center;
}

    .pu-box-ib p {
        font-size: 24px;
        margin: 0px auto;
    }

.body-wrapper {
    background: #F7F7F7;
    padding: 10px;
}

.welcome-txt-inn {
    background: #F2F1EE;
    padding: 30px;
    color: #565656;
    line-height: 30px;
    font-size: 16px;
}

#welcome-txts {
}

.welcome-txt-inn p {
    margin: 0px auto;
}

.icons-ist {
    background: #EBF6FE;
    padding: 43px 26px 20px 26px;
    margin: 20px auto;
}

.icons-icons_1 {
    text-align: center;
}

    .icons-icons_1 h4 {
        color: #949090;
        margin: 12px auto 3px;
    }

.icons-icons_2 {
    border: 1px solid #C1A670;
    width: 150px;
    height: 150px;
    background: #EDE4BE;
    margin: 0px auto;
    border-radius: 50%;
    padding: 56px 0;
}

    .icons-icons_2:hover {
        border: 1px solid #C1A670;
        width: 150px;
        height: 150px;
        background: #E0C389;
        margin: 0px auto;
        border-radius: 50%;
        padding: 56px 0;
    }

    .icons-icons_2 img {
        margin: 0px auto;
        width: auto !important;
    }

#icons-round .owl-theme .owl-nav {
    display: none !important;
}

#icons-round .owl-theme .owl-dots {
    display: none !important;
}

#coursess-arrw .owl-theme .owl-nav {
    display: none !important;
}

#coursess-arrw .owl-theme .owl-dots {
    display: none !important;
}

#quick-links-secn .owl-theme .owl-nav {
    display: none !important;
}

#quick-links-secn .owl-theme .owl-dots {
    display: none !important;
}

#skill-achvmnt_3 .owl-theme .owl-nav {
    display: none !important;
}

#skill-achvmnt_3 .owl-theme .owl-dots {
    display: none !important;
}

#course-name-slider {
    padding: 36px 0 50px;
    background: linear-gradient(180deg, rgb(247, 244, 231) 0%, rgb(184, 180, 155) 100%);
}

.comn-heading {
}

    .comn-heading h1 {
        font-size: 36px;
        color: #949090;
        margin: 0px auto;
    }

.heding-line {
    margin: 10px auto;
}

.courses-box-slider {
    padding: 35px 0 0;
}

.course-box-item {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.44);
}

#owl-demo-2 .item {
    margin: 10px 4px;
}

.course-box-item_icon {
    background: linear-gradient(180deg, rgba(238, 230, 199, 1) 0%, rgba(224, 195, 137, 1) 100%);
    height: 180px;
    padding: 42px 34px;
}

.course-box-item_txt {
    background: #fff;
    padding: 10px;
    height: 80px;
    text-align: center;
}

    .course-box-item_txt h4 {
        margin: 5px auto;
        font-size: 18px;
    }

.course-box-item_icon img {
    width: auto !important;
    margin: 0px auto;
}

.middle-white-bg {
    width: 1140px;
    margin: 0px auto;
    background: #fff;
    /*height: 395vh;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 125px;
    z-index: 0;
}

.middle-white {
    position: relative;
    background: #F7F7F7;
}

#news-evnts-bgg {
    padding: 11px 0 34px;
    position: relative;
}

.inn-txts {
    -webkit-transform: skew(-0deg);
}

.skw-bg_1 {
    background: #EBF6FE;
    clip-path: polygon(-2px 0%, 100% 139px, 100% 97%, -7px 97%);
    padding: 8rem 0%;
    height: 623px;
}

.news-item-wrapper {
}

.evntsnws-hdds {
    margin: 0px auto 10px;
    font-size: 20px;
    color: #C1A670;
}

.evnt-pst-itemlist {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}

.evnt-date-1 {
    background: #03395F;
    color: #fff;
    text-align: center;
    padding: 14px 4px;
    border-radius: 7px 0 0 7px;
}

    .evnt-date-1 h4 {
        font-size: 12px;
        margin: 0px auto;
    }

.pst-evnt-txts {
    background: #fff;
    padding: 16px;
    border: 1px solid #CBCBCB;
    border-radius: 0 8px 8px 0;
}

    .pst-evnt-txts h4 {
        font-size: 14px;
    }

    .pst-evnt-txts p {
        margin: 0px auto;
    }

.news-in-each-items {
    margin: 40px auto 0px;
}

.news-item-wrapper_2 {
    margin-top: 32px;
}

.more-bttn-center {
    text-align: center;
}

.more-bttn_1 {
    background: #B1862F;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    font-size: 14px;
    color: #fff !important;
    padding: 10px 53px 9px;
}

    .more-bttn_1:hover {
        background: #9F7623;
        border: 1px solid #D2D2D2;
        border-radius: 5px;
        font-size: 14px;
        color: #fff;
        padding: 10px 53px 9px;
    }

#quck-lnks-secton {
    padding: 10px 0 66px;
}

.qck-lnk-box-wrpr1 {
    background: #FBF7EF;
}

.qck-lnk-box-wrpr2 {
    background: #F6EFDF;
}

.qck-lnk-box-wrpr3 {
    background: #F2E6CF;
}

.qck-lnk-box {
    text-align: center;
    padding: 20px;
    height: 210px;
}

    .qck-lnk-box h3 {
        font-size: 20px;
        color: #565656;
        margin: 0px auto;
    }

    .qck-lnk-box img {
        width: auto !important;
        margin: 16px auto;
    }

    .qck-lnk-box p {
        font-size: 12px;
        color: #949090;
        text-align: left !important;
    }

#owl-demo-3 .item {
    margin: 5px !important;
}

#quick-links-secn {
    padding-top: 45px;
}

#student-sayss {
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.clintsay-hd-bx {
    background: #E0C389;
    padding: 73px;
}

    .clintsay-hd-bx h1 {
        font-size: 36px;
        color: #565656;
        margin: 0px auto 7px;
    }

    .clintsay-hd-bx h4 {
        font-size: 24px;
        color: #565656;
        margin: 0px auto;
    }

.testimonial-blue-box {
    background: #141F3D;
    color: #fff;
    position: relative;
    width: 100%;
    left: -73px;
    top: 57px;
}

.testim-bx-itms_1 {
    padding: 0px 15px 0 28px;
}

.profil-pic img {
    border-radius: 50%;
    border: 1px solid #707070;
}

.profil-pic {
    background: #E6E6E6;
    padding: 27px 10px;
}

.profil-pic-name {
    text-align: center;
}

    .profil-pic-name p {
        text-align: center;
        margin: 10px auto;
    }

.testim-paragrph {
    padding: 39px 0;
}

    .testim-paragrph p {
        margin: 0px auto;
    }

.more-bttn-center-marg-tp {
    padding-top: 105px;
}

#skill-achivemnts {
    position: relative;
    padding: 0px 0 21px;
}

.skill-bg_1 {
    background: #ECECEC8A;
    clip-path: polygon(-2px 0%, 100% 139px, 100% 97%, -7px 97%);
    padding: 8rem 0%;
    height: auto;
}

.skill-txts {
    -webkit-transform: skew(-0deg);
}

.skll-achv-wrrp {
    padding-top: 39px;
}

    .skll-achv-wrrp p {
        color: #565656;
        line-height: 22px;
        font-size: 14px;
    }

.skill-icons-itms {
    margin: 46px auto;
}

.skill-icon-wrpr {
    text-align: center;
    margin: auto 2px;
}

    .skill-icon-wrpr img {
        width: auto !important;
        margin: 0px auto;
    }

    .skill-icon-wrpr h1 {
        color: #03395F;
        margin: 14px auto;
        font-size: 30px;
    }

    .skill-icon-wrpr h4 {
        color: #C1A670;
        margin: 0px auto;
        font-size: 16px;
        line-height: 25px;
    }

#photo-stream {
    position: relative;
    padding: 0px 0 21px;
}

.photo-str-bg_1 {
    background: #EEE7E085;
    clip-path: polygon(-2px 0%, 100% 139px, 100% 97%, -7px 97%);
    padding: 8rem 0%;
    height: auto;
}

.photo-str-txts {
    -webkit-transform: skew(-0deg);
}

.pic-strem-1-item {
}

.skl-mmg4 {
    margin: 0px auto;
}

.pic-socil-shre {
    font-size: 20px;
    color: #949090;
}

.ppic-strem {
    padding: 35px 0 0;
}

.zoom {
    padding: 0;
    transition: transform .6s;
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.1);
    }

#alumni-slder {
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

.alumni-box1 {
}

.alumni-pic img {
    border-radius: 50%;
}

.alumni-txt p {
    font-size: 16px;
}

.testim-wrprr {
    padding: 68px 21px 0;
}

#alumni-slder .owl-carousel .owl-nav button.owl-next {
    color: #000000 !important;
    padding: 0px 10px 4px !important;
    font-size: 50px !important;
    position: absolute !important;
    right: -30px !important;
    top: 35px !important;
}

    #alumni-slder .owl-carousel .owl-nav button.owl-next:hover {
        color: #000000 !important;
        padding: 0px 10px 4px !important;
        font-size: 50px !important;
        position: absolute !important;
        background: none !important;
        right: -30px !important;
        top: 35px !important;
    }

#alumni-slder .owl-carousel .owl-nav button.owl-prev {
    color: #000000 !important;
    padding: 0px 10px 4px !important;
    font-size: 50px !important;
    position: absolute !important;
    left: -30px !important;
    top: 35px !important;
}

    #alumni-slder .owl-carousel .owl-nav button.owl-prev:hover {
        color: #000000 !important;
        background: none !important;
        padding: 0px 10px 4px !important;
        font-size: 50px !important;
        position: absolute !important;
        left: -30px !important;
        top: 35px !important;
    }

.bttn-center {
    padding-top: 25px;
}

#socil-icons {
    padding: 3% 0px 0;
}

.socl-icon-lists {
    background: #DCD8C3;
    padding: 13px 0px 5px;
    text-align: center;
    border-radius: 40px 40px 0 0;
}

    .socl-icon-lists ul {
        margin: 0px auto;
        padding: 0px;
    }

        .socl-icon-lists ul li {
            display: inline-block;
            padding: 0px 8px;
        }

#footer-main {
    padding: 40px 0 69px;
    background: #E5CE9EC2;
}

.footer-itm-detls p {
    color: #565656;
    line-height: 27px;
    margin: 0px auto;
    font-size: 15px;
}

.footer-itm-detls_2 p {
    color: #565656;
    line-height: 24px;
    margin: 0px auto;
    font-size: 15px;
}

    .footer-itm-detls_2 p a {
        color: #03395F;
        padding: 10px 0 0;
    }

.footer-itm-detls_3 ul li {
    list-style: none;
    font-size: 15px;
    line-height: 26px;
}

    .footer-itm-detls_3 ul li a {
        color: #565656;
    }

#copy-rgt {
    padding: 10px 0px;
    background: #EEEBDD;
}

    #copy-rgt p {
        margin: 0px auto;
        font-size: 13px;
        color: #565656;
    }

.rgt-cpyrgt {
    float: right;
}

    .rgt-cpyrgt a {
        color: #565656;
    }

#up-comnig-nws {
    position: relative;
}

.innr-bnnr {
    /*height:670px;*/
    padding: 324px 0;
}

.bg_11 {
    position: absolute;
    bottom: 0;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.brd-crmp-hdd h1 {
    font-size: 28px;
    color: #fff;
    margin: 0px auto;
}

.brd-crmp-hdd {
    background: linear-gradient(95deg, rgba(137, 160, 206, 0.9584034297312675) 0%, rgba(39, 52, 80, 0.9612045501794468) 49%, rgba(59, 99, 184, 0.9584034297312675) 100%);
    position: absolute;
    top: -9px;
    right: 0;
    padding: 23px 320px;
    left: 11%;
    clip-path: polygon(0px -7%, 99.93% 0px, 100% 107%, 41px 96.51%);
}

#news-evnts-bgg a {
    color: #333;
}

.content-pp-contnt {
    padding-top: 87px;
}

.contnt-inn-ctn {
    background: #EFEEEAD6;
    padding: 20px 23px;
    margin-bottom: 14px;
    float: left;
    width: 100%;
}

.inr-bnnr-inside {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.contnt-inn-ctn_44 {
    color: #546891;
    font-size: 20px;
}

.detls-hdds {
    color: #6B85BB;
    font-size: 30px;
    margin: 0px auto 15px;
    text-align: center;
}

.event-contnt-wrr {
    background: #fff;
    padding: 33px 33px 5px;
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.evnt-txt-inwrrpr {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.evntresult-txt-inwrrpr {
    margin-bottom: 14px;
    float: left;
    width: 100%;
    background: #F0EDE0;
    padding: 17px;
}

.main-hd-evnnt h2 {
    font-size: 30px;
    margin: 0px auto 5px;
    color: #565656;
}

.main-hd-evnnt h4 {
    font-size: 20px;
    margin: 0px auto;
    color: #565656;
}

.main-hd-evnnt {
    text-align: center;
}

.main-hd-evnnt_2 h2 {
    font-size: 30px;
    margin: 0px auto 5px;
    color: #565656;
}

.main-hd-evnnt_2 h4 {
    font-size: 20px;
    margin: 0px auto;
    color: #565656;
}

.main-hd-evnnt_2 {
    text-align: center;
}

#eventitm-slider .owl-theme .owl-nav {
    display: inherit !important;
}

#eventitm-slider .owl-theme .owl-dots {
    display: inherit !important;
}

#eventitm-slider .owl-carousel .owl-nav button.owl-next {
    background: #EDE4BE !important;
    color: #565656 !important;
    border: 1px solid #707070 !important;
    padding: 0px 10px 3px !important;
    font-size: 36px !important;
    position: absolute;
    right: 0;
    top: -74px;
    border-radius: 0px;
}

#eventitm-slider .owl-carousel .owl-nav button.owl-prev {
    background: #EDE4BE !important;
    color: #565656 !important;
    border: 1px solid #707070 !important;
    padding: 0px 10px 3px !important;
    font-size: 36px !important;
    position: absolute;
    left: 0;
    top: -74px;
    border-radius: 0px;
}

#eventitm-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #C1A670 !important;
    border: 1px solid #707070 !important;
}

#eventitm-slider .owl-theme .owl-dots .owl-dot span {
    margin: 5px 7px !important;
    background: #fff !important;
    border: 1px solid #707070 !important;
}

#eventitm-slider .owl-theme .owl-nav {
    margin-top: 26px;
}

#viwe-reslts .evnt-date-1 h4 {
    font-size: 27px;
    margin: 0px auto;
}

#viwe-reslts .pst-evnt-txts {
    height: 89px;
}

#viwe-reslts .contnt-inn-ctn p {
    color: #546891;
}

#viwe-reslts .evnt-date-1 {
    border-radius: 0;
}

.detls-hdds_2 {
    color: #6B85BB;
    font-size: 30px;
    margin: 10px auto 15px;
    text-align: center;
}

.results-slider-events {
    margin-bottom: 24px;
}

.results-slider-event-immg-itm {
}

.reslt-evnt-mmg {
    overflow: hidden;
    height: 220px;
}

    .reslt-evnt-mmg img {
        border: 13px solid #EFEEEA;
    }

.results-slider-event-immg-itm_2 h4 {
    font-size: 18px;
    margin: 0px auto;
    color: #565656;
    text-align: center;
}

.results-slider-event-immg-itm_2 h3 {
    font-size: 20px;
    margin: 5px auto;
    color: #6B85BB;
    text-align: center;
}

.results-slider-event-immg-itm_2 {
    margin: 17px auto 0;
    height: 96px;
}

#news-evnts-list-pge .nav-tabs {
    border-bottom: none;
}

    #news-evnts-list-pge .nav-tabs > li > a {
        margin-right: 9px;
        border: 1px solid #707070;
        border-radius: 5px;
        background: #EDE4BE;
        font-size: 16px;
        color: #565656;
        padding: 11px 43px;
    }

    #news-evnts-list-pge .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        margin-right: 9px;
        border: 1px solid #6B85BB;
        border-radius: 5px;
        background: #6B85BB;
        font-size: 16px;
        color: #fff;
        padding: 11px 43px;
    }

.news-evnt-dv-list {
    border: 1px solid #CBCBCB;
    padding: 0px;
    background: #fff;
    border-radius: 0 5px 5px 0; /*margin-bottom: 18px;*/
}

#news-evnts-list-pge .panel-body {
    padding: 15px 0px;
}

.nws-evnts-txt {
    padding: 28px 0 0;
    float: left;
    width: 100%;
}

.nws-evnts-mmg {
}

.nws-evnts-mmg-date {
    padding: 35px 0;
}

.nws-evnts-mmg-date3 {
    background: #03395F;
    float: left;
    width: 100%;
}

.nws-evnts-mmg-date h4 {
    color: #fff;
    text-align: center;
    font-size: 27px;
    margin: 3px auto;
}

.nws-evnts-txt h4 {
    font-size: 24px;
    color: #565656;
}

.nws-evnts-txt p {
    font-size: 16px;
}

.vw-reslt-bttn {
    font-weight: bold;
    font-size: 18px;
    color: #C1A670;
}

.vw-reslt-bttn-erpr {
    padding-top: 21px;
}

.photo-glry-in-bg {
    background: #fff;
    padding: 32px;
    float: left;
    width: 100%;
}

.nws-evnt-linne {
    border-color: #CBCBCB;
}

.sort-lists {
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0px !important;
    border-radius: 2px;
    width: 100%;
    margin: 4px auto;
}

.custom-dropdown__select {
    padding-right: 2.5em;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-weight: normal;
    color: #333;
    height: 47px;
    border: 1px solid #707070;
    padding: 7px 13px;
    padding-right: 7px;
    padding-right: 17px;
    padding-right: 17px;
    margin: auto 2px;
    background: #EDE4BE;
    font-size: 14px;
}

.custom-dropdown::before, .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
    content: url(../images/down-arrow.png);
    height: 0em;
    font-size: 0.9em;
    line-height: 1;
    right: 10px;
    top: 54%;
    margin-top: -.6em;
    color: #808080 !important;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
    width: 2.3em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

.custom-dropdown__select[disabled] {
    color: rgba(0, 0, 0, .3);
}

.custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0, 0, 0, .1);
}

.custom-dropdown--white::before {
    /*background-color: #D62626;
	border-left: 1px solid rgba(0,0,0,.1);*/
}

.custom-dropdown--white::after {
    color: rgba(0, 0, 0, .9);
}

.custom-dropdown--emerald::before {
    background-color: #1aa181;
}

.custom-dropdown--emerald::after {
    color: rgba(0, 0, 0, .4);
}

.custom-dropdown--red::before {
    background-color: #d53a22;
}

.custom-dropdown--red::after {
    color: rgba(0, 0, 0, .4);
}

@-moz-document url-prefix() {
    .custom-dropdown__select {
        padding-right: .9em;
    }

    .custom-dropdown--large .custom-dropdown__select {
        padding-right: 1.3em;
    }

    .custom-dropdown--small .custom-dropdown__select {
        padding-right: .5em;
    }
}

.custom-dropdown::after {
    content: "\e259";
    font-family: 'Glyphicons Halflings';
    height: 0em;
    line-height: 1;
    right: 0.9em;
    top: 53%;
    margin-top: -9px;
    color: #000 !important;
    font-size: 13px;
}

.sort-lists {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.galery-categ-item-box {
    float: left;
    width: 100%;
}

.glry-itm-wrpr {
    background: #EFEEEA;
    border: 1px solid #c7c7c7;
    padding: 17px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 30px;
}

.glry-itm-txts-1 {
    text-align: center;
    height: 64px;
}

    .glry-itm-txts-1 h4 {
        font-size: 16px;
        color: #565656;
        margin: 7px auto;
    }

        .glry-itm-txts-1 h4 span {
            font-size: 16px;
            color: #6B85BB;
        }

.glry-itm-mmg-1 img {
    margin: 0px auto;
}

.glry-itm-mmg-1 {
    overflow: hidden;
    height: 125px;
}

.glry-itm-mmg-1 {
    overflow:;
}

.download-wrapper {
    background: #fff;
    float: left;
    width: 100%;
}

.downld-txt-wrrpr {
    padding: 44px 23px;
}

    .downld-txt-wrrpr h4 {
        font-size: 20px;
        color: #565656;
    }

.dwnld-mmg-4 {
    width: 100%;
}

.dwnld-bttn1 {
    background: #B1862F;
    border: 1px solid #707070;
    padding: 14px 36px;
    border-radius: 0px;
    font-size: 16px;
    color: #fff;
}

    .dwnld-bttn1:hover {
        background: #9F7623;
        border: 1px solid #707070;
        padding: 14px 36px;
        border-radius: 0px;
        font-size: 16px;
        color: #fff;
    }

.down-ech-itm {
    margin-bottom: 16px;
    float: left;
    width: 100%;
}

.downld-txt-wrrpr p {
    font-size: 16px;
    color: #546891;
}

.web-mail-wrpr {
    background: #03395F;
    float: left;
    width: 100%;
}

.logn-frms-itm {
    padding: 40% 19%;
}

    .logn-frms-itm h4 {
        font-size: 20px;
        color: #fff;
        margin: 0px auto 10px;
    }

.logn-frm-frm {
    border: 1px solid #DBDBDB;
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
}

.bnner-webmil2 {
    width: 100%;
}

.submt-ttnwebmle {
    background: #6B85BB;
    font-size: 16px;
    border: 1px solid #6B85BB;
    width: 100%;
    padding: 13px;
}

.psswrd-txtslinks p a {
    color: #fff;
}

.psswrd-txtslinks p {
    margin: 0px auto;
}

.psswrd-txtslinks {
    padding: 5px 0;
}

.web-mail-wrprr_2 {
    background: #fff;
    float: left;
    width: 100%;
}

.contt-para p {
    color: #565656;
    font-size: 16px;
    line-height: 26px;
}

.contt-para {
    padding: 51px 37px;
}

.clientsay-tetim {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
}

.clientsay-tetim-in {
    float: left;
    width: 100%;
    padding: 21px 0;
}

.clientsay-tetim-in-in2 img {
    border-radius: 50%;
    border: 1px solid #707070;
}

.clientsay-tetim-in-in2 p {
    text-align: center;
    font-size: 16px;
    margin: 10px auto 0;
}

.clientsay-tetim-in-in2 {
    border-right: 10px solid #C1A670;
    padding: 0 34px;
}

.stdnt-itm-paras {
    color: #565656;
    font-size: 16px;
    line-height: 27px;
    border-bottom: 1px solid #565656;
    float: left;
    width: 100%;
}

.clientsay-tetim-in-in2 img {
    margin: 0px auto;
}

#alumni-page-say .clientsay-tetim-in-in2 {
    border-right: none;
    padding: 0 0px;
}

#alumni-page-say .stdnt-itm-paras {
    color: #565656;
    font-size: 16px;
    line-height: 27px;
    border-bottom: none;
}

.bottm-brd-gradnt {
    width: 100%;
    height: 8px;
    background: linear-gradient(95deg, rgba(224, 195, 137, 1) 0%, rgba(255, 255, 255, 1) 100%);
    float: left;
}

.award-wrappr9 {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
}

.award-wrappr99 {
    margin-bottom: 17px;
}

.awrds-para6 {
    width: 75%;
    height: 233px;
    border-bottom: 1px solid #C9C9C9;
}

    .awrds-para6 h4 {
        font-size: 24px;
        color: #565656;
    }

.award-wrappr9 img {
    width: 100%;
    border: 1px solid #707070;
}

.awrds-para6 p {
    font-size: 14px;
    color: #565656;
    line-height: 23px;
}

.awrds-para6 h3 {
    margin: 0px auto 8px;
}

.founder-1st-box1 {
    border-left: 9px solid #03395F;
}

.founder-1st-box-12 {
    font-size: 16px;
    color: #707070;
    line-height: 27px;
    padding: 20px;
}

.founder-1st-box1 {
    margin-bottom: 43px;
}

.founder-1st-box2 {
    margin-bottom: 43px;
}

.founder-1st-box2 {
    border-right: 9px solid #03395F;
}

    .founder-1st-box2 img {
        margin: 0px auto;
    }

.vsion-msion-bg-white {
    padding: 24px;
    float: left;
    width: 100%;
    background: #fff;
}

.vision-immg-item {
    /*background:#eeebdd;*/
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 19px solid #03395F;
}

.vision-mson-hdd-1 {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -40px;
    z-index: 1;
}

    .vision-mson-hdd-1 h1 {
        color: #E0C389;
        font-size: 50px;
    }

.vion-wrpr-txt {
    padding: 25px 70px 58px;
    position: relative;
    z-index: 2;
    height: 331px;
}

    .vion-wrpr-txt h4 {
        margin: 0px auto 30px;
        color: #565656;
        font-size: 20px;
    }

    .vion-wrpr-txt p {
        margin: 0px auto;
        color: #565656;
        font-size: 16px;
        line-height: 27px;
    }

.vision-immg-item img {
    width: 100%;
}

.vsm-msn-bg_1 {
    background: linear-gradient(0deg, rgba(238, 235, 221, 1) 55%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.vsm-msn-bg_2 {
    background: linear-gradient(0deg, rgba(193, 166, 112, 1) 55%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.vision-mson-hdd-2 {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -92px;
    z-index: 1;
}

    .vision-mson-hdd-2 h1 {
        color: #E0C389;
        font-size: 50px;
    }

.vion-wrpr-txt_2 {
    padding: 25px 70px 58px;
    position: relative;
    z-index: 2;
    height: 399px;
}

    .vion-wrpr-txt_2 h4 {
        margin: 0px auto 30px;
        color: #fff;
        font-size: 20px;
    }

    .vion-wrpr-txt_2 p {
        margin: 0px auto;
        color: #fff;
        font-size: 16px;
        line-height: 27px;
    }

.middle-paragrph {
    margin: 25px auto;
}

    .middle-paragrph p {
        margin: 10px auto;
        font-size: 20px;
        color: #565656;
        text-align: center;
    }

#sec-item-msion-vsions .vision-mson-hdd-2 {
    left: -105px;
}

#sec-item-msion-vsions .vision-mson-hdd-1 {
    left: -58px;
}
/*#sec-item-msion-vsions .vion-wrpr-txt_2 {
	height: 790px;
}*/
#sec-item-msion-vsions .vion-wrpr-txt {
    height: 790px;
}

#sec-item-msion-vsions .vsm-msn-bg_2 {
    background: linear-gradient(0deg, rgba(193, 166, 112, 1) 61%, rgba(255, 255, 255, 0) 100%);
}

#sec-item-msion-vsions .vsm-msn-bg_1 {
    background: linear-gradient(0deg, rgba(238, 235, 221, 1) 61%, rgba(255, 255, 255, 0) 100%);
}

.value-bx-white {
    background: #fff;
    padding: 25px;
    float: left;
    width: 100%;
}

.value-bx-white_3 {
}

    .value-bx-white_3 p {
        color: #565656;
        font-size: 16px;
        line-height: 29px;
        margin: 7px auto;
    }

.value-bx-clore {
    background: #EEEBDD;
    border-radius: 5px;
    padding: 40px;
    width: 100%;
    margin: 0px auto;
    font-size: 30px;
    color: #03395F;
    float: left;
}

    .value-bx-clore h2 {
        margin: 10px auto;
    }

.valu-itm3 {
    border: 1px solid #E0C389;
    padding: 24px;
    float: left;
    width: 100%;
    margin: 20px auto;
}

    .valu-itm3 h2 {
        color: #707070;
        font-size: 24px;
    }

    .valu-itm3 p {
        color: #707070;
        font-size: 16px;
    }

    .valu-itm3 ul li {
        color: #707070;
        font-size: 16px;
    }

    .valu-itm3 img {
        width: 100%;
    }

.campus-immg-itms {
}

.campus-pics-1 img {
    margin-bottom: 32px;
}

.campus-pics-2 img {
    margin-bottom: 32px;
}

.campus-pics-2 {
    padding: 130px 0 0;
}

.para-award-camp-mmg {
    margin: 20px auto 0;
    text-align: center;
}

    .para-award-camp-mmg p {
        color: #565656;
        margin: 0px auto;
        font-size: 16px;
    }

.frm-princ-desk {
    background: #E6E6E6;
    padding: 25px;
    float: left;
    width: 100%;
}

.fac-mmg-txts_90 {
    color: #707070;
}

    .fac-mmg-txts_90 h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .fac-mmg-txts_90 p {
        font-size: 16px;
        line-height: 28px;
    }

    .fac-mmg-txts_90 h3 {
        font-size: 20px;
        font-weight: bold;
    }

.fac-listing-tble {
    padding: 30px 0 0;
}

.comn-hd-thed tr td {
    background: #ECEBEB !important;
}

.fac-mmg-intble img {
    border-radius: 50%;
    width: 83px;
    height: 83px;
    border: 1px solid #707070;
}

.name-fac-tble-in h4 {
    margin: 0 auto 5px;
    color: #707070;
    font-weight: bold;
    font-size: 16px;
}

.name-fac-tble-in p {
    margin: 0 auto;
    color: #707070;
    font-size: 16px;
}

.fac-mmg-intble {
}

.chrst-box {
    background: #fff;
    padding: 20px;
    float: left;
    width: 100%;
}

.chrst-box_2 p {
    font-size: 16px;
    color: #707070;
    line-height: 28px;
}

#christ-ppge .clientsay-tetim-in-in2 {
    border-right: none;
    padding: 0 0px;
    border: none !important;
}

    #christ-ppge .clientsay-tetim-in-in2 img {
        border-radius: 5%;
        border: none;
    }

#christ-ppge .stdnt-itm-paras h4 {
    font-size: 20px;
    font-weight: bold;
    color: #565656;
}

#christ-ppge .stdnt-itm-paras h3 {
    margin: 0px auto;
}

#christ-ppge .stdnt-itm-paras {
    height: 181px;
    padding: 39px 0 13px;
}

#christ-ppge .clientsay-tetim-in-in2 img {
    width: 100%;
}

#christ-ppge .clientsay-tetim-in {
    float: left;
    width: 100%;
    padding: 9px 0;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 11px;
    margin-bottom: 30px;
}

    .grid figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid figure figcaption::before, .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption, .grid figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .grid figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

    .grid figure h2 span {
        font-weight: 800;
    }

    .grid figure h2, .grid figure p {
        margin: 0;
    }

    .grid figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #565656b5;
    background: #565656b5;
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80%;
    color: #FCFBC7;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 20px;
    text-transform: none;
    margin: 0px auto;
    right: 0;
    letter-spacing: inherit;
}

figure.effect-sadie figcaption::before, figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect-sadie img {
    width: 100%;
}

.karnta-puc p {
    font-size: 16px;
    color: #707070;
    line-height: 28px;
}

.iblogo2 {
    float: left;
    margin: 30px auto;
}

#puc-accordn {
}

    #puc-accordn .panel-title > a:before {
        float: right !important;
        content: "\e259";
        padding-right: 5px;
        font-family: 'Glyphicons Halflings';
        color: #C9C9C9;
    }

    #puc-accordn .panel-title > a.collapsed:before {
        float: right !important;
        content: "\e259";
        font-family: 'Glyphicons Halflings';
        color: #C9C9C9;
    }

    #puc-accordn .panel-title > a:hover, #puc-accordn .panel-title > a:active, #puc-accordn .panel-title > a:focus {
        text-decoration: none;
    }

    #puc-accordn .panel-default > .panel-heading {
        color: #707070;
        background-color: #fff;
        border-color: #C9C9C9;
        padding: 14px 21px;
        font-size: 16px;
    }

    #puc-accordn .panel-group .panel {
        margin-bottom: 15px;
        border-radius: 0;
        box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.34);
    }

    #puc-accordn .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd;
        color: #707070;
        font-size: 15px;
        line-height: 27px;
    }

.cogntve-domin {
    background: #EFEEEA;
    padding: 25px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .cogntve-domin h4 {
        color: #707070;
        font-size: 16px;
        margin: 0px auto 10px;
        font-weight: bold;
    }

#progrm-sdesign .contnt-inn-ctn p {
    font-size: 16px;
    color: #707070;
    line-height: 28px;
    margin-bottom: 25px;
}

.admisson-page-itm {
    background: #fff;
    padding: 25px;
    float: left;
    width: 100%;
}

.admson-box-gry {
    background: #F2F1EE;
    border-left: 8px solid #E0C389;
    padding: 19px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.admisson-page-itm h3 {
    font-size: 24px;
    color: #565656;
    margin: 0px auto 10px;
    clear: both;
}

.admisson-form_1 {
    background: #fff;
    float: left;
    width: 100%;
    padding: 24px;
}

.admnfrm {
}

    .admnfrm p {
        color: #565656;
        font-size: 20px;
    }

.pdf-bttn-adm-frm {
    padding: 15px 95px;
    background: #B1862F;
    color: #fff;
    border: 1px solid #B1862F;
    font-size: 20px;
    margin: 20px auto;
    height: 90px;
}

    .pdf-bttn-adm-frm:hover {
        padding: 15px 95px;
        background: #9F7623;
        color: #fff;
        border: 1px solid #9F7623;
        font-size: 20px;
        margin: 20px auto;
        height: 90px;
    }

.assoctiom-itm-wrrpr1 {
    background: linear-gradient(180deg, rgba(238, 235, 221, 1) 61%, rgba(255, 255, 255, 0) 100%);
    float: left;
    width: 100%;
    border: 1px solid #E6E6E6;
    margin-bottom: 25px;
}

.associton-bg-dv h3 {
    font-size: 24px;
    margin: 0px auto 15px;
    color: #707070;
}

.associton-bg-dv p {
    font-size: 16px;
    color: #707070;
    width: 90%;
    margin: 0px auto;
}

.associton-bg-dv {
    padding: 18px 0;
}

.assoctiom-itm-wrrpr1 img {
    border: 1px solid #707070;
}

#councelling-page .admisson-form_1 p {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}

.councling-immg_2 {
    margin: 30px auto;
    width: 100%;
}

.rechus-bttnss {
    background: #C1A670;
    padding: 23px 72px;
    font-size: 16px;
    border: 1px solid #C1A670;
    border-radius: 0px;
    color: #fff;
    margin: 31px auto;
}

    .rechus-bttnss:hover {
        background: #a78d59;
        padding: 23px 72px;
        font-size: 16px;
        border: 1px solid #a78d59;
        border-radius: 0px;
        color: #fff;
        margin: 31px auto;
    }

.extra-curmactvs-wrpr {
    background: #EFEEEA;
    float: left;
    width: 100%;
    margin-bottom: 27px;
}

.exrt-crm-actvs {
    padding: 20px;
}

.extra-curmactvs-wrpr img {
    width: 100%;
    border: 1px solid #707070;
}

.exrt-crm-actvs h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #565656;
}

.exrt-crm-actvs p {
    font-size: 16px;
    color: #565656;
    line-height: 27px;
}

.exrt-crm-actvs4 h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}

.exrt-crm-actvs4 p {
    font-size: 16px;
    color: #000;
    line-height: 32px;
}

.exrt-crm-actvs4 {
    padding: 20px 48px;
    width: 83%;
    float: left;
}

.exrt-crm-actvs4 {
}

.extra-curmactvs-wrpr_2 {
    float: left;
    width: 100%;
    margin-bottom: 27px;
}

    .extra-curmactvs-wrpr_2 img {
        width: 100%;
        border: 1px solid #707070;
    }

.extra-curmactvs-wrpr_3 {
    background: #EFEEEA;
    float: left;
    width: 100%;
    position: relative;
}

.extra-curmactvs-wrpr_2 img {
    width: 100%;
    border: 1px solid #707070;
}

.xrea-crm-actvs3-3 img {
    margin: 20px auto;
}

.xrea-crm-actvs3-3 {
    position: absolute;
    right: -182px;
    top: 68px;
    bottom: 68px;
}

.extra-curmactvs-wrpr_5 {
    background: #EFEEEA;
    float: left;
    width: 100%;
    margin-bottom: 27px;
}

    .extra-curmactvs-wrpr_5 img {
        width: 100%;
        border: 1px solid #707070;
    }

.exrt-crm-actvs5 h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}

.exrt-crm-actvs5 p {
    font-size: 16px;
    color: #000;
    line-height: 32px;
}

.exrt-crm-actvs5 {
    padding: 10px 20px;
    float: left;
    width: 100%;
}

.web-magzine-wrpr1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.web-magzine-wrpr1-in-txt {
    text-align: center;
    border: 1px solid #707070;
    background: #ffffffe6;
    position: absolute;
    bottom: 147px;
    top: 147px;
    left: 29px;
    right: 29px;
    padding: 9px;
    border-radius: 53px;
    height: 60px;
}

.web-magzine-wrpr1 img {
    width: 100%;
}

.web-magzine-wrpr1-in-txt p {
    color: #565656;
    margin: 0px auto;
}

.web-magzinee {
    background: #B1862F;
    font-size: 16px;
    color: #fff;
    border: 1px solid #B1862F;
    border-radius: 5px;
    padding: 22px 80px;
}

    .web-magzinee:hover {
        background: #9F7623;
        font-size: 16px;
        color: #fff;
        border: 1px solid #9F7623;
        border-radius: 5px;
        padding: 22px 80px;
    }

.web-magzinee_3 {
    text-align: center;
}

.collge-feclts5 {
    padding: 20px;
    float: left;
    width: 100%;
    background: linear-gradient(357deg, rgb(246, 249, 255) 0%, rgb(244, 244, 244) 100%);
    margin-bottom: 20px;
}

    .collge-feclts5 h2 {
        font-size: 24px;
        color: #000;
        margin: 0px auto 15px;
    }

    .collge-feclts5 p {
        font-size: 16px;
        color: #000;
        margin: 0px auto 15px;
    }

.collge-feclts6 {
    padding: 20px;
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}

    .collge-feclts6 h2 {
        font-size: 24px;
        color: #000;
        margin: 0px auto 15px;
    }

    .collge-feclts6 p {
        font-size: 16px;
        color: #000;
        margin: 0px auto 15px;
    }

#residential-facil .collge-feclts5 {
    padding: 20px;
    float: left;
    width: 100%;
    background: linear-gradient(180deg, rgba(242, 241, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #EDE4BE;
    margin-bottom: 20px;
}

.resid-fec-bottm-box {
    background: #03395F;
    padding: 33px 20px;
    margin: 10px auto 20px;
    float: left;
    width: 100%;
}

    .resid-fec-bottm-box img {
        width: 100%;
    }

.resid-txt-bottm {
    text-align: center;
    color: #fff;
    padding: 33px 0 11px;
}

    .resid-txt-bottm h1 {
        margin: 0px auto 10px;
        font-size: 30px;
    }

    .resid-txt-bottm p {
        margin: 0px auto;
        font-size: 20px;
    }

#eventitm-listst .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
}

#eventitm-listst .owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}

.nws-evnt-llists {
    font-size: 16px;
    color: #565656;
    margin: 29px auto;
    line-height: 26px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 16;
}

#top-mrg-tg {
    padding: 11px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(91deg, rgb(238, 235, 221) 0%, rgba(3, 57, 95, 0.14) 11%, rgba(3, 57, 95, 0.81) 17%, rgba(3, 57, 95, 0.79) 84%, rgba(3, 57, 95, 0.17) 89%, rgb(238, 235, 221) 100%);
    z-index: 8;
}

.jctkr-wrapper, .jctkr-wrapper * {
    box-sizing: border-box;
}

.jctkr-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 35px;
    vertical-align: top;
    overflow: hidden;
}

    .jctkr-wrapper ul {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
        font-size: 0;
        opacity: 0;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
    }

    .jctkr-wrapper.jctkr-initialized ul {
        opacity: 1;
    }

    .jctkr-wrapper ul li {
        display: inline-block;
        font-family: sans-serif;
        font-size: 16px;
        padding: 0px 15px;
        color: #fff;
    }

        .jctkr-wrapper ul li a {
            color: #fff;
        }

        .jctkr-wrapper ul li:before {
        }

.jctkr-label {
    display: inline-block;
}

.flshnws-ir {
    color: #fff;
    font-weight: bold;
}

.top-hdr-buttnds {
}

    .top-hdr-buttnds ul li {
        display: inline-block;
    }

.top-hdr-buttnds {
    text-align: center;
}
/* Sweep To Right */
.hvr-sweep-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.3s;
    transition-duration: 0.3s;
    border: none;
    padding: 10px 28px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #03395f;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
}

    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #B1862F;
        -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.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        padding: 10px 28px;
        border-radius: 0px;
    }

    .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
        color: white;
    }

        .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.blink-text {
    color: #000;
    font-weight: bold;
    animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #10c018;
    }

    25% {
        color: #1056c0;
    }

    50% {
        color: #ef0a1a;
    }

    75% {
        color: #254878;
    }

    100% {
        color: #04a1d5;
    }
}

.logo-mainn {
}


#app-frm-pge input[type="checkbox"], input[type="radio"] {
    margin: 4px 6px 0;
}

.app-frm-frm3 {
    border: 1px solid #fff;
    padding: 5px;
    margin-bottom: 8px;
    width: 100%;
}

#app-frm-pge .custom-dropdown {
    margin: 0px auto;
}

#app-frm-pge .custom-dropdown__select {
    height: 33px;
    border: 1px solid #fff;
    padding: 3px 5px;
    background: #fff;
}

#app-frm-pge .custom-dropdown::after {
    margin-top: -7px;
    font-size: 10px;
}

#app-frm-pge .custom-dropdown::after {
    right: 7px;
}

.pad-rgt4 {
    padding-right: 0px;
}

#app-frm-pge .input-group-addon {
    border: 1px solid #fff;
}

.ac-infrm {
    background: #6B85BB;
    text-align: center;
    color: #fff;
    padding: 6px;
    margin-bottom: 10px;
}

.ac-infrm2 {
    background: #CADBFF;
    text-align: center;
    color: #333;
    padding: 6px;
    margin-bottom: 10px;
}

.app-frm-frm4 {
    border: 1px solid #fff;
    padding: 8px 12px;
    margin-bottom: 8px;
    width: 100%;
    background: #f4f4f4;
}

.ac-infrm label {
    margin: 0px auto;
}

.ac-infrm2 label {
    margin: 0px auto;
}

.sign2 {
    margin: 98px auto 0;
    float: right;
}

.sep-oi {
    margin-top: 8px;
}

.cont-bttns {
    background: #6B85BB;
    border: 1px solid #6B85BB;
    padding: 7px 29px 5px;
}

    .cont-bttns:hover {
        background: #576f9f;
        border: 1px solid #576f9f;
        padding: 7px 29px 5px;
    }

.appl-bg-boxs {
    background: #F2F1EE;
    padding: 22px 20px;
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

.admisson-page-itm-app {
    float: left;
    background: #fff;
    width: 100%;
    padding: 0;
}


.social {
    position: fixed;
    right: 0px;
    top: 270px;
    background: rgb(3, 57, 95);
    padding: 15px 15px;
    border-radius: 5px 0 0 5px;
    z-index: 100;
    width: 54px;
    height: 140px;
}

    .social img {
        padding-bottom: 12px;
    }

.fotr-vist-line {
}

.hrr_0 {
    border-color: #333;
    width: 100%;
}

.contnt-commn-tab {
}



#contnt-pp .panel-tabs > li > a {
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    background: #03395f;
    margin: 10px 1px;
    padding: 19px 22px;
}

    #contnt-pp .panel-tabs > li > a:hover {
        border-color: transparent;
        color: #fff;
        background-color: #c9a356;
    }

#contnt-pp .panel-tabs > li.active > a, #contnt-pp .panel-tabs > li.active > a:hover, #contnt-pp .panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #c9a356;
    border-bottom-color: transparent;
}

#contnt-pp .srch-bttn-icon {
    background: #005274;
    border: 1px solid #d9d9d9;
}

.srch-icnn {
    position: relative;
    top: 0;
    font-size: 17px;
}

#contnt-pp .navbar-form .input-group > .form-control {
    border-radius: 0;
}

#contnt-pp .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    color: red;
    border-radius: 0;
    padding: 7px 18px;
    border: 1px solid #dfdfdf;
    border-left: none;
}

#contnt-pp .navbar-form {
    margin: 18px auto;
    float: left;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 4px -1px rgba(0,0,0,0.12);
}

#contnt-pp .form-control {
    height: 40px;
    box-shadow: none;
}

#contnt-pp .navbar-form .input-group > .form-control {
    border-right: none;
}

#contnt-pp .panel-tabs > li.active > a::after {
    content: "\e252";
    font-family: 'Glyphicons Halflings';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 4px;
    left: -12px;
    z-index: 2;
    color: #c9a356;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 23px;
}

.news-list-ittm12 {
    border: 1px solid #eee;
    float: left;
    width: 100%;
    padding: 10px;
    height: 367px;
    box-shadow: 1px 1px 7px -5px #333;
    margin-bottom: 31px;
}

#contnt-pp .tab-content {
    margin: 23px auto 0;
}

#contnt-pp .nav > li {
    position: relative;
    display: block;
    float: left;
}

.welcome-txt-inn h3 {
    font-weight: bold;
    font-size: 26px;
}

.owl-carousel .owl-stage {
    margin: 0px auto;
}

.tse-scrollable {
    overflow-y: scroll;
}

    .tse-scrollable.horizontal {
        overflow-x: scroll;
        overflow-y: hidden;
    }

.vion-wrpr-txt_2 ul li {
    color: #fff;
}

.widget6 ul li::before {
    display: none !important;
}

.widget6 ul li {
    padding-left: 3px;
}

.bnr-wd-vido {
    height: 605px;
    overflow: hidden;
}

    .bnr-wd-vido video {
    }

.homeContent {
    background-color: black;
    transition: all 0.5s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 595px;
    height: calc(100vh - 0px);
}

.vidBox {
    background-color: black;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 58%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#homepage_slider video {
    min-height: 113% !important;
    min-width: 100% !important;
    height: auto !important;
    width: auto !important;
    overflow: hidden;
}

.two-col {
    border: 1px solid #E0C389;
    padding: 20px;
    float: left;
    width: 100%;
    margin: 0px auto;
}
