::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}

a {
    color: #353d8b;
}

body {
    color: #313131;
    background: #fff;
    font-size: 15px;
    /*overflow: hidden;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

a:focus {
    outline: 0;
}

html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
}

.clear {
    height: 20px;
    clear: both;
    width: 100%;
}

.cler {
    height: 10px;
    clear: both;
    width: 100%;
}

.clr {
    height: 0px;
    clear: both;
    width: 100%;
}

.no-left-padding {
    padding-left: 0px;
}

.no-right-padding {
    padding-right: 0px;
}

.no-padding {
    padding: 0px;
}

.header {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 0px 0 0;
    height: 110px;
}

.container {
    max-width: 1200px;
}

.logo {
    padding-top: 20px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.top-contact-section {
    display: block;
    position: relative;
    float: right;
    color: #000000;
    font-size: 14px;
}

.top-contact-box {
    float: left;
    text-align: center;
    padding-right: 22px;
}

.admission-box {
    padding-right: 0;
}

.admission-box a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.top-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
}

.top-text {
    display: inline-table;
    vertical-align: middle;
    padding-left: 5px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
}

.top-text a {
    color: #fff;
    text-decoration: none;
}

.top-text a:hover {
    text-decoration: underline;
    color: #fff;
}

.phone-box {}

.mail-box {}

.mail-box .top-icon,
.mail-box .top-text a {
    color: #000;
}

.mail-box .top-text {
    font-size: 14px;
    font-weight: 400;
}

.container {
    max-width: 1200px;
}

.section {
    display: block;
    position: relative;
}

.menu-section {
    background-color: #18a0f8;
}

.slider-portion {
    display: block;
    position: relative;
    width: 100%;
}

.slider-portion img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-section .slick-slide {
    position: relative;
}

.slider-section .slick-prev,
.slider-section .slick-next {
    position: absolute;
    z-index: 99;
    top: 50%;
    width: 26px;
    height: 50px;
    background-color: transparent;
    text-align: center;
    border-radius: 0;
    border: none;
}

.slider-section .slick-prev {
    left: -40px;
    background: transparent url(../images/slider-left-arrow.png) center center no-repeat;
}

.slider-section .slick-next {
    right: -40px;
    background: transparent url(../images/slider-right-arrow.png) center center no-repeat;
}

.slider-section .slick-prev:before,
.slider-section .slick-next:before {
    content: "";
    display: none;
}

.slogan-section {
    padding: 35px 0;
}

.slogan-text-section {
    position: relative;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 10px 32px;
}

.welcome-section {
    position: relative;
    padding: 0 0;
}

.welcome-section-left {
    background-color: #b954c2;
    padding: 60px 30px;
}

.welcome-image {
    position: relative;
}

.welcome-image img {
    width: 100%;
    height: auto;
}

.welcome-content-section {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.welcome-content-section h4 {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    margin: 0 0 0;
}

.welcome-content-section h1 {
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    margin: 0 0 10px;
}

.custom-yellow-btn {
    background-color: #ffd800;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #5d4f00;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
}

.notice-side-bar {
    position: relative;
    background-color: #9d3fa5;
    color: #fff;
    font-size: 14px;
}

.notice-side-bar-head {
    display: block;
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    margin: 60px 0 20px;
}

.notice-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.notice-list li {
    display: block;
    line-height: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #cd81d3;
    padding: 17px 0;
    padding-right: 20px;
}

.notice-list li a {
    text-decoration: none;
    color: #fff !important;
}

.cources-section {
    /* Permalink - use to edit and share this gradient:         http://colorzilla.com/gradient-editor/#3a3a3a+0,3a3a3a+50,f5f5f5+50,f5f5f5+100 */
    background: #3a3a3a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3a3a3a 0%, #3a3a3a 50%, #f5f5f5 50%, #f5f5f5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3a3a3a 0%, #3a3a3a 50%, #f5f5f5 50%, #f5f5f5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3a3a3a 0%, #3a3a3a 50%, #f5f5f5 50%, #f5f5f5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#f5f5f5', GradientType=1);
    /* IE6-9 */
    position: relative;
    min-height: 420px;
}

.heading {
    display: block;
    position: relative;
    font-size: 35px;
    color: #1f1f1f;
    font-weight: 700;
    margin: 25px 0;
}

.custom-nav-tab {
    width: 100%;
    display: block;
    border: none;
    float: none;
}

.custom-nav-tab li {
    margin: 0;
    float: left;
}

.custom-nav-tab .nav-link {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 25px;
    text-align: center;
    border-radius: 0;
    border: none;
    background: none !important;
    display: block;
}

.custom-nav-tab .nav-link:focus,
.custom-nav-tab .nav-link:hover,
.custom-nav-tab .nav-item.show .nav-link,
.custom-nav-tab .nav-link.active {
    border: none;
    background: none !important;
    color: #b954c2;
    margin: 0;
}

.custom-tab-content {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 25px 15px;
    color: #000000;
    margin: 0 25px;
    ;
}

.custom-tab-content h3 {
    font-size: 24px;
    color: #86c3ec;
    margin: 0px 0 15px 0;
}

.subject {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 25px;
    padding-left: 20px;
}

.subject li {
    float: none;
    font-size: 16px;
    color: #fff;
    background: url(../images/dotn.png) left 5px no-repeat;
    padding-left: 20px;
    height: auto;
    margin-right: 20px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.subject li a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
}

.Recognition {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.Recognition li {
    float: none;
    background: url(../images/round_icon.png) left 7px no-repeat;
    padding-left: 20px;
    height: 30px;
    margin-right: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.Recognition li a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}

.cources-box-inner {
    display: block;
    position: relative;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}

.cources-box-inner img {
    max-width: 100%;
    height: auto;
}

.cources-box-inner a {
    color: #000 !important;
}

.footer {
    display: block;
    position: relative;
    background-color: #000000;
    padding: 40px 0;
    text-align: center;
}

.footer-menu-section {
    display: block;
}

.footer-menu-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.footer-menu-section ul li {
    float: left;
    height: 16px;
    border-left: 1px solid #e2e2e2;
    font-size: 16px;
    color: #e2e2e2;
    padding: 0px 8px;
    line-height: 15px;
}

.footer-menu-section ul li:first-child {
    border-left: none;
}

.footer-menu-section ul li a {
    display: block;
    color: #e2e2e2;
    text-decoration: none;
}

.footer-menu-section ul li a:hover,
.footer-menu-section ul li a:focus {
    color: #fff;
}

.copy-write-text {
    display: block;
    font-size: 15px;
    color: #fff;
}

.copy-write-text a {
    text-decoration: none;
}

.admission-box a.custom-yellow-btn {
    border-radius: 0;
    background-color: #ffd200;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    display: block;
    position: relative;
    height: 63px;
    padding: 0 25px;
    line-height: 60px;
}

.admission-box a.custom-yellow-btn:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 6px;
    background-color: #8e6d18;
    bottom: 0;
}

.top-right-section {
    padding-top: 20px;
}

.phone-box,
.mail-box {
    padding-top: 23px;
}

.slogan-text-section h3 {
    font-size: 30px;
    color: #000000;
    margin: 0 0 12px 0;
}

.about-school-section {
    background: #f5f5f5;
    padding: 30px 0px;
}

.principal-area {
    background-color: #ffffff;
    height: 290px;
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
}

.circle-image {
    display: block;
    width: 199px;
    height: 199px;
    border-radius: 50%;
    border: 4px solid #b954c2;
    margin: 70px auto 25px;
}

.circle-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.principal-area h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 15px 0;
}

.principal-area h3 {
    font-size: 24px;
    font-weight: 400;
    color: #b954c2;
    margin: 0 0;
}

.principal-area-section .row {
    margin-left: 0;
    margin-right: 0;
}

.cources-left .heading {
    background-color: #b954c2;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 12px 25px;
}

.icon-box-section {
    margin: 35px 0;
}

.icon-box {
    display: block;
    background-color: #ebebeb;
    height: 386px;
    text-align: center;
    padding-top: 44px;
}

.icon-box-icon {
    display: block;
    position: relative;
    border: 1px solid #000000;
    width: 162px;
    height: 144px;
    line-height: 144px;
    text-align: center;
    margin: 0 auto 37px;
}

.icon-box h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 30px;
}

.custom-without-border-btn {
    border: 1px solid #000000;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    border-radius: 0;
    padding: 13px 30px;
    background: none;
    text-transform: uppercase;
}

.custom-without-border-btn:hover,
.custom-without-border-btn:focus {
    background-color: #000;
    color: #fff;
}

.white-btn {
    border-color: #fff;
    color: #fff;
}

.white-btn:hover,
.white-btn:focus {
    background-color: #fff;
    color: #000;
}

.notice-list li span {
    color: #fff600;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.mid-heading {
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    margin: 20px 0 20px;
}

.content-section .welcome-section-left {
    background: none;
    padding: 0 15px;
    color: #343434;
}

.content-section .welcome-content-section {
    color: #343434;
}

.map-secion img {
    width: 100%;
    height: auto;
    display: block;
}

.contact-area-section {
    background-color: #009bfe;
    padding: 45px 0;
    min-height: 180px;
}

.contact-area-section .heading {
    color: #fff;
    padding-bottom: 35px;
}

.contact-icon {
    display: block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 0;
    background-color: #2aacff;
    border-radius: 50%;
}

.contact-text {
    display: block;
    padding-left: 120px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6em;
    padding-top: 20px;
}

.contact-text h5 {
    margin: 0 0 10px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.notice-list .scrollbar-inner {
    max-height: 360px;
    overflow: auto;
}

.read_more {
    font-size: 14px;
    color: #ff7e00;
    text-transform: uppercase;
}

.principal-area p {
    text-align: left;
    padding: 20px;
}

.principal-area table {
    text-align: left;
    padding: 20px;
}

.p_text h3 {
    font-size: 15px;
    color: #000000;
    padding-top: 12px;
}

.p_text p {
    font-size: 14px;
    padding-left: 0px;
}

.read_more2 a {
    color: #03a62d;
    font-size: 14px;
}

.slider-section .slick-dots li {
    top: -33px;
}

.slider-section .slick-dots li button::before {
    font-size: 15px;
    color: #ff7e00;
}

.cust_btn1 {
    background: #ff7e00;
    color: #FFF;
    padding: 8px 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.cust_btn2 {
    background: #20c000;
    padding: 8px 30px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
}

.cust_btn3 {
    background: #009cff;
    padding: 8px 30px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
}

.cust_btn4 {
    background: #ffa800;
    padding: 8px 30px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
}

.gallery-slider img {
    width: 92%;
    height: auto;
    display: block;
}

.navigetion-panel {
    background-color: #1ba2fa;
}

.customsearch {
    border: 1px solid #c1c1c1;
    background: #d3d1d1 url(../images/search_icon.png) no-repeat left 8px top 10px;
    border-radius: 0px;
    padding-left: 30px;
}

.sub i {
    margin-top: 10px;
}

.notification_table a {
    font-size: 12px;
    text-transform: uppercase;
    color: #ff7e00;
}

.navigetion-panel ul li {
    line-height: 56px;
}

.sub_manu li {
    line-height: normal !important;
}

.latest-posts-classic {
    margin: 0 -15px;
}

.latest-posts-classic .post-row {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 15px 0 0 0;
}

.latest-posts-classic .left-meta-post {
    text-align: center;
}

.latest-posts-classic .left-meta-post {
    float: left;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}

.latest-posts-classic .left-meta-post .post-date {
    padding: 8px 0;
    width: 42px;
    background-color: #444;
    color: #fff;
}

.latest-posts-classic .left-meta-post .post-date .day {
    font-size: 20px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-date .month {
    display: block;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 11px;
    letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-type svg {
    display: block;
    height: 40px;
    line-height: normal;
    width: 42px;
    color: #fff;
    font-size: 1.4em;
    padding-top: 10px;
    background-color: #1c77cf;
}

.latest-posts-classic .post-title {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.latest-posts-classic .read-more {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #1c77cf;
}

.notification_table img {
    max-width: 100%;
    height: auto;
}

.sb-content {
    max-height: 208px !important;
}