:root {
    --main:#016388;
    --prim:#ffff5e;
}
html,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;

}

body {
    font-family: 'Roboto' !important;
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
}

p {
    font-family: 'Roboto' !important;
    font-size: 14px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, "Times New Roman", Times, serif;
    font-weight: 500 !important;
    margin: 0;
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: 600;
}

p {
    font-size: 14px;
    line-height: 28px;
}

img {
    max-width: 100%;
    border: 0;
}

a {
    text-decoration: none !important;
}

header {
    position: relative;
}

.top_header {
    background:var(--main);
}

.navbar-default {
    background: #fff;
}

.top_list {
    margin: 0;
    padding: 0;
}

.top_list li {
    list-style: none;
    float: left;
}

.top_list li img {
    max-height: 24px;
}

.top_list li a {
    color: #fff;
    font-size: 14px;
}

.top_list li.fb a,
.top_list li.yt a,
.top_list li.insta a,
.top_list li.li a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}

.top_list li.fb i,
.top_list li.yt i,
.top_list li.insta i,
.top_list li.li i {
    line-height: 24px;
}

.top_list li.fb a {
    background: #4A5C85 !important;
}

.top_list li.yt a {
    background: #E93B2F !important;
}

.top_list li.insta a {
    background: #FF6110 !important;
}

.top_list li.li a {
    background: #2A7096 !important;
}

.top_list li a {
    padding: 8px 15px;
    border-left: 1px solid #ffffff14;
    display: block;
}

.top_list li:hover a {
    background:var(--prim);
    color: #000;
}

.top_list li:last-child a {
    padding-right: 0;
}

.top_list li:nth-child(1) a {
    border: 0px;
}

.top_list li a i {
    margin-right: 5px;
}

.click {
    display: inline-block;
    padding: 3px 5px;
}

.anounce .item a:hover .click {
    background: #fff;
    border-radius: 3px;
    color: #000;
}

/*.top_list li:nth-child(1) a {background:#FA8C00;color:#fff;}
.top_list li:nth-child(2) a {background:#8E24AA;color:#fff;}
.top_list li:nth-child(3) a {background:#43A047;color:#fff;}*/
.navbar-nav i {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    margin-right: 6px;
}

.navbar-nav li:nth-child(1) i {
    color: #FF7E00
}

.navbar-nav li:nth-child(2) i {
    color: #FF0000
}

.navbar-nav li:nth-child(3) i {
    color: #007EFF
}

.navbar-nav li:nth-child(4) i {
    color: #9600FF
}

.navbar-nav li:nth-child(5) i {
    color: #0060FF
}

.navbar-nav li:nth-child(6) i {
    color: #FF0078
}

.navbar-nav li:nth-child(7) i {
    color: #00BDC9
}

.navbar-nav li:nth-child(8) i {
    color: #7624FF
}

.navbar-default .navbar-collapse {
    padding-right: 0;
}

.img_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(34, 202, 30, 0.8);
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif
}

.sliders .owl-nav {
    position: absolute;
    width: 100%;
    top: 60% !important;
    left: 0
}

.sliders .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    bottom: 0px;
}

.sliders .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    bottom: 0px;
}

.welcome {
    background: #38529A url(../img/welcome_bg.jpg);
    background-size: cover;
    padding: 40px 0 80px;
}

.align-left {
    float: left;
    margin: 5px 30px 5px 0px;
}

.align-right {
    float: right;
    margin: 5px 0px 5px 30px;
}

.welcome .container-fluid,
.dyamic_sec .container-fluid,
.footer .container-fluid,
.copyright .container-fluid {
    padding: 0 60px;
}

.welcome h3,
.welcome h4,
.welcome h5 {
    color: #fff;
}

.welcome h5 {
    margin: 25px 0 15px;
}

.welcome p {
    color: #fff;
}

.marb10 {
    margin-bottom: 10px;
}

.marb20 {
    margin-bottom: 20px;
}

.marb30 {
    margin-bottom: 30px;
}

.marb40 {
    margin-bottom: 40px;
}

.marb50 {
    margin-bottom: 50px;
}

.marb60 {
    margin-bottom: 60px;
}

.marb70 {
    margin-bottom: 70px;
}

.bdr_2 {
    padding: 10px;
    border: 3px solid #899ED3;
}

.footer {
    background:var(--main) url(../img/footer.jpg);
    background-size: cover;
    padding: 60px 0;
}

.footer h4 {
    color: #fff;
    font-family: 'Calibri';
    font-size: 20px;
    margin: 0 0 15px;
}

.footer a {
    color: #fff;
    position: relative;
}

.footer a:hover {
    color: 182996;
}

.footer .contact-info .items i {
    width: 22px;
    position: absolute;
    left: 0;
    top: 3px;
}

.footer .contact-info .items a {
    margin-bottom: 15px;
    padding-left: 30px;
    display: block;
}

.footer .top_list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}

.footer .top_list li i {
    margin: 0 !important;
}

.footer .list_itemss {
    margin: 0;
    padding: 0;
}

.footer .list_itemss li {
    list-style: none;
}

.footer .list_itemss li a {
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom-style: dashed;
    display: block;
    padding: 0 0 10px 15px;
    margin-bottom: 10px;
    font-size: 12px;
}

.footer .list_itemss li a:before {
    position: absolute;
    left: 0;
    top: -1px;
    font-family: 'FontAwesome';
    content: '\f105';
    color:var(--main);
}

.copyright {
    padding: 40px 0 10px;
    color: #fff;
}

.copyright a {
    color: #fff;
}

.announcement {
    background: var(--main);
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 99;
}

.announce_txt {
    padding: 11px 25px;
    background: #01445e;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    float: left;
    width: 15%;
}

.announce_txt:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f0da';
    right: -15px;
    top: -8px;
    color: #01445e;
    font-size: 49px;
}

.announce_scrol {
    float: left;
    width: 85%;
}

.anounce .item a {
    padding: 9px 25px;
    color: #fff;
    display: block;
    font-size: 14px;
}

.anounce .owl-nav {
    position: absolute;
    right: 15px;
    top: 14px;
}

.anounce .owl-nav i {
    color: #fff;
    margin: 0 5px
}

.list_icon {
    margin: 0;
    padding: 0;
}

.list_icon li {
    list-style: none;
    float: left;
    width: 20%;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.list_icon li>div {
    margin-bottom: 15px;
}

.awards {
    margin: 0;
    padding: 0;
}

.awards li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    padding-left: 25px;
}

.awards li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f091';
    left: 0px;
    top: -1px;
    color: #DCB100;
    font-size: 15px;
}

.welcome .tab-content {
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
}

.welcome .tab-content h4 {
    margin-bottom: 20px;
}

.welcome .nav-tabs>li>a {
    color: #fff;
    font-weight: 600;
}

.welcome .nav-tabs>li.active>a,
.welcome .nav-tabs>li.active>a:focus,
.welcome .nav-tabs>li>a:hover {
    background: #22CA1E;
    color: #fff;
    border: 1px solid #22CA1E;
}

.welcome .nav-tabs {
    border-bottom: 2px solid #22CA1E;
}

/*.mainslider .item:after {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	background:rgba(0,0,0,0.2);
	content:'';
}*/
.about_school {
    padding: 60px 0;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    background: #fff;
    position: relative;
    z-index: 9;
}

.dynamic {
    padding: 60px 0;
}

.orng {
    background: #FA8C00;
}

.headingsclrful {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    display: block;
    position: relative;
}

.headingsclrful:after {
    position: absolute;
    content: '';
    z-index: 999999999;
    bottom: -20px;
    background: url(../img/orngarrow.png) no-repeat;
    width: 21px;
    height: 21px;
    left: 45px;
}

.headingsclrful1:after {
    position: absolute;
    content: '';
    z-index: 999999999;
    bottom: -20px;
    background: url(../img/grnarrow.png) no-repeat;
    width: 21px;
    height: 21px;
    left: 45px;
}

.headingsclrful2:after {
    position: absolute;
    content: '';
    z-index: 999999999;
    bottom: -20px;
    background: url(../img/prplarrow.png) no-repeat;
    width: 21px;
    height: 21px;
    left: 45px;
}

/*.bgwhiesshdo {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    padding: 20px;
    min-height: 390px;
	position:relative;
}*/
.grn {
    background: var(--main);
}

.headingsclrful1 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    display: block;
    position: relative;
}

.prpl {
    background: #8E24AA;
}

.headingsclrful2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    display: block;
    position: relative;
}

.events .event-item {
    position: relative;
    padding-left: 55px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    padding-top: 15px;
}

.events .event-item p {
    margin-bottom: 5px;
}

.event-item .date-label {
    position: absolute;
    left: 0;
}

.date-label {
    display: inline-block;
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 13px;
}

.date-label .month {
    background: #8d24a9;
}

.date-label .month {
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    line-height: normal;
    padding: 2px 0;
}

h2.title a {
    color: #000;
    font-weight: 500;
}

.bgwhiesshdo {
    padding: 30px 30px 46px;
    border-bottom: 1px solid var(--main);
    background: #ffffff55;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.bgwhiesshdo:hover {
    transition: all 0.5s ease;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.40), 0 15px 12px rgba(0, 0, 0, 0.06);
}

.date-label .date-number {
    clear: left;
    display: block;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 500;
    background: #f6f6f6;
    line-height: normal;
}

.events .event-item h2.title {
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 14px !important;
    padding-top: 20px;
    font-weight: 400 !important;
}

.events .details p {
    color: #000;
    font-size: 12px;
}

.events .details p i {
    margin-right: 5px;
}

.events .fa-file-pdf-o {
    font-size: 30px;
    color: red;
    position: relative;
    top: 20px;
}

.ue h2.title {
    padding-top: 0px !important;
}

.ue .event-item {
    padding: 15px 0;
}

.ue .event-item .details {
    padding-left: 60px;
}

.bgwhiesshdo .items {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    border-bottom-style: dashed;
    padding-left: 25px;
    font-size: 13px;
    line-height: 24px;
    color: #000;
}

.bgwhiesshdo .items:before {
    position: absolute;
    left: 0;
    content: '\f0a4';
    font-family: 'FontAwesome';
    color: #FA8C00;
}

.viewall {
    position: absolute;
    bottom: 10px;
    width: 50%;
    left: 15px;
    color: var(--main);
    font-weight: bold;
}

.viewall i {
    margin-left: 10px;
}

.icons-box .icons-wrap .icons-item {
    padding: 10px;
    transition: all 0.5s ease;
}

.icons-box .icons-wrap:hover .icons-item {
    background: #fff;
    transition: all 0.5s ease;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}

.icons-box .icons-wrap:hover .icons-item h5 a {
    color: #000;
}

.icons-box .icons-wrap:hover .icons-item p {
    color: #333 !important;
}

.icons-box .icons-wrap:hover .icons-item img {
    -webkit-filter: invert(100%);
}

.icons-box .icons-wrap .icons-item>.item-box {
    position: relative;
    padding-left: 80px;
}

.icons-box .icons-wrap .icons-item>.item-box>img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 50px;
}

.icons-box .icons-wrap .icons-item .icons-box-title {
    color: #fff;
}

.icons-box .icons-wrap .icons-item:hover .icons-box-title {
    color: #000;
}

.icons-box .icons-wrap .icons-item .icons-box-title:not(:last-child) {
    margin-bottom: 20px;
}

.holder-bg>p,
.holder-bg .fw-medium,
.holder-bg .icons-box .icons-wrap .icons-item>.item-box>p {
    color: #ffffff;
    max-height: 112px;
    overflow: hidden;
}

.facilitiess {
    padding: 80px 0;
}

.welcome-img {
    position: relative;
}

.welcome-item .welcome-img .entry-date,
.blog-type.type-2:not(.list-view) .welcome-item .entry-date,
.welcome-item .welcome-attachment .entry-date,
.welcome-item .entry-body .entry-date {
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 72px;
    height: 72px;
    text-align: center;
    padding: 15px 0;
    background: var(--main);
    border-radius: 50%;
    text-transform: uppercase;
    color: #fff;
    line-height: 14px;
    overflow: hidden;
    z-index: 9;
}

.welcome-item .welcome-img .entry-date span,
.blog-type.type-2 .welcome-item .entry-date span {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    display: block;
}

.blog-type .welcome-item .welcome-content {
    background: #fff;
    text-align: left;
    color: #858585;
    padding: 25px 15px 25px;
    position: relative;
    z-index: 9;
}

svg:not(:root) {
    overflow: hidden;
}

.bigHalfCircle {
    position: absolute;
    bottom: 99.8%;
    left: 0;
    right: 0;
    height: 12px;
    width: 100%;
}

.bigHalfCircles {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    height: 12px;
    width: 100%;
    z-index: 999;
}

.blog-type .welcome-item .welcome-content .bigHalfCircle path,
.blog_img path {
    fill: #fff;
    stroke: #fff;
}

.welcome-item .welcome-content>*:not(span):not(.bigHalfCircle) {
    z-index: 1;
    position: relative;
}

.welcome-item {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    transform: scale(1);
    transition: all 0.5s ease;
}

.welcome-item:hover {
    transition: all 0.5s ease;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.40), 0 15px 12px rgba(0, 0, 0, 0.06);
    transform: scale(0.96)
}

.welcome-item .entry .entry-body:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 15px;
    background: url(../img/separator_stripe.png) repeat-x bottom;
}

.entry-meta {
    overflow: hidden;
}

.entry-meta {
    overflow: hidden;
}

.entry .entry-meta>.entry-news:before {
    content: '\f07b';
}

.entry .entry-meta a:before,
.entry .entry-meta>.entry-tags:before {
    display: inline-block;
    margin-right: 8px;
    color: #b9b9b9;
    font-family: 'FontAwesome';
}

.photogallery {
    background: #f6f6f6 url(../img/bg2.jpg);
    background-size: cover !important;
    padding: 60px 0 10px;
}

.holder-bg.with-pattern {
    background: url(../img/bg_counts.jpg) #000;
    background-size: cover;
}

.holder-bg .section-title,
.holder-bg .section-pre-title,
.holder-bg,
.holder-bg h3 {
    color: #fff;
}

.timer.count-number:after {
    position: absolute;
    top: 0px;
    content: '+';
    /*font-family: 'FontAwesome';
    content: '\e936';*/
    font-size: 40px;
}

.extras {
    padding: 60px 0px;
}

.facilitiess p {
    color: #fff !important;
}

.icons-box-title a {
    color: #fff;
}

.icons-box-title:hover a {
    color: #fff;
}

.photogallery .entry-title {
    text-transform: none;
}

.entry-news {
    color: #555;
}

.photogallery .entry-title a {
    font-size: 18px;
    font-weight: 400 !important;
    color: #000;
    display: block;
    text-align: center;
}

.counters-section {
    padding: 60px 0;
}

.counters-section p {
    margin-bottom: 0px;
    color: #fff !important;
}

.counters-section .section-title {
    margin-bottom: 0px;
}

.about_school .btn {
    background: #002E62;
    border-color: #02336B;
}

.bgwhiesshdo h2.title {
    font-family: Roboto;
}

.counters-section .section-title {
    font-size: 20px;
}

.section-pre-title {
    font-weight: 400 !important;
}

.photo_gallery .owl-nav,
.mainslider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.photo_gallery .owl-nav .owl-prev,
.photo_gallery .owl-nav .owl-next,
.mainslider .owl-nav .owl-prev,
.mainslider .owl-nav .owl-next {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background:var(--main) !important;
    color: #fff !important;
}

.photo_gallery .owl-nav .owl-prev {
    left: -50px;
}

.photo_gallery .owl-nav .owl-next {
    right: -50px;
}

.footer_logo {
    margin-top: -60px;
    margin-bottom: 30px;
}

.max_hei {
    max-height: 25px;
    width: auto !important;
    display: initial !important;
    position: absolute;
    margin-left: 8px;
    top: 10px;
}

.logo_name {
    position: relative;
    color: #fff;
    font-size: 15px;
}

.for_admission_open {
    margin-top: 40px;
}

.bredcrumps {
    background: #fff;
}

.bredcrumps ul {
    margin: 0px;
    padding: 0px 15px;
    background: var(--main);
    display: table-cell;
    position: relative;
}

.bredcrumps ul li {
    list-style: none;
    display: table-cell;
}

.bredcrumps ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    position: relative;
}

.bredcrumps ul li a:after {
    position: absolute;
    content: '';
    right: -2px;
    top: 10px;
    font-family: 'FontAwesome';
    content: '\f105';
    color: #EDEDED;
    font-size: 13px;
}

.bredcrumps ul li:last-child a:after {
    display: none;
}

.bredcrumps ul:after {
    position: absolute;
    content: '';
    left: -2px;
    top: 1px;
    font-family: 'FontAwesome';
    content: '\f0da';
    color: #fff;
    font-size: 30px;
}

.pages {
    padding: 40px 0;
    background: #ededed url(../img/bg2.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.content h1 {
    font-size: 30px;
}

.content h3 {
    font-size: 26px;
}

.content ul {
    margin: 0 0 25px;
    padding: 0;
}

.content ul ul {
    padding: 0;
    margin: 10px 0;
}

.content ul li {
    list-style: none;
    position: relative;
    display: block;
    padding-left: 25px;

}

.content li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 1px;
    font-family: 'FontAwesome';
    content: '\f0a4';
    color: #555;
    font-size: 15px;
}

.content li,
.content p {
    color: #000;
    margin-bottom: 15px;
    line-height: 28px;
    position: relative;
}

.sidebars {
    background: #fff;
}

.sidebars ul {
    margin: 0;
    padding: 0;
}

.sidebars li {
    margin-bottom: 0px;
    padding: 0 !important;
    list-style: none;
}

.dyanmic_tab,
.ads {
    margin-bottom: 30px;
}

.ads a {
    display: block;
    margin-bottom: 30px;
}

.sidebars li:before,
.dyanmic_tab li:before {
    display: none;
}

.sidebars li a {
    padding: 10px 15px;
    display: block;
    color: #333333;
    position: relative;
    border-bottom: 1px solid #ededed;
    border-bottom-style: dotted;
}

.sidebars li a.active,
.sidebars li:hover a {
    background: var(--main);
    color: #fff;
}

.sidebars li a.active:after {
    position: absolute;
    content: '';
    right: -9px;
    top: -1px;
    font-family: 'FontAwesome';
    content: '\f0da';
    color: var(--main);
    font-size: 30px;
}

.sidebars .page_title {
    display: block;
    background: var(--main);
    color: #fff;
    font-size: 15px;
    padding: 10px;
    text-transform: uppercase;
}

.dyanmic_tab {
    margin-top: 30px;
}

.dyanmic_tab .nav li:nth-child(1) a {
    background: #FA8C00 !important;
    color: #fff;
    border: 0px !important;
}

.dyanmic_tab .nav li:nth-child(2) a {
    background: #8E24AA !important;
    color: #fff;
    border: 0px !important;
}

.dyanmic_tab .nav li:hover,
.dyanmic_tab .nav li.active a {
    color: #fff !important;
}

.dyanmic_tab .bgwhiesshdo {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
}

.dyanmic_tab .bgwhiesshdo h4 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.btn-success {
    background:var(--main) !important;
    border-color: var(--main) !important;
}

.form_control .form-control {
    margin-bottom: 10px;
    resize: none;
}

.form_control button[type="submit"] {
    width: 100%;
}

.conatct_box>div>a {
    font-size: 16px;
    padding-left: 70px;
    display: block;
    position: relative;
    margin-bottom: 25px;
    color: #000;
}

.conatct_box>div>a>img {
    position: absolute;
    left: 0;
    max-width: 50px;
    max-height: 30px;
}

.content_listing {
    padding: 30px;
    background: #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.news {
    padding: 45px 0 65px;
    background: #e7e7e7;
}

.news .footerstyle19 .scp-tribe-events .event {
    background: #fff;
}

.b_listing {
    padding: 15px;
    border: 1px solid #bfbfbf;
    border-bottom: 2px solid var(--main);
    margin: 0;
    position: relative;
    transition: all 0.5s linear;
    background: #fff;
    min-height: 372px;
    transition: all 0.5s ease;
    transform: scale(1);
}

.b_listing:hover {
    transition: all 0.5s ease;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.40), 0 15px 12px rgba(0, 0, 0, 0.06);
    transform: scale(0.96);
}

.blog_title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto' !important;
    color: #2f2f2f;
    margin: 15px 0;
    max-height: 46px;
    overflow: hidden;
}

.blog_desc {
    display: block;
    margin-bottom: 15px;
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}

.blog_desc p {
    line-height: 24px;
}

.blog_details {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ddd;
    width: 100%;
    left: 0;
    background: var(--main);
}

.blog_details ul {
    margin: 0;
    padding: 0;
}

.blog_details ul li {
    list-style: none;
    display: block;
    float: left;
    width: 50%;
    padding: 10px 10px;
    font-size: 12px;
    border-right: 1px solid #1f2d90;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.blog_details ul li i {
    margin-right: 3px;
}

.blog_details ul li.readmores a {
    color: #fff;
    text-decoration: none !important;
}

.blog_img {
    position: relative;
    overflow: hidden;
}

.circle_box {
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 72px;
    height: 72px;
    text-align: center;
    padding: 15px 0;
    background: var(--main);
    border-radius: 50%;
    text-transform: uppercase;
    color: #fff;
    line-height: 14px;
    overflow: hidden;
    z-index: 9;
}

.circle_box .text_1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    display: block;
}

.footerstyle19 .scp-tribe-events {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerstyle19 .scp-tribe-events .event {
    display: table;
    width: 100%;
    margin-bottom: 19px;
    background: #ffffff78;

}

.footerstyle19 .scp-tribe-events .event:hover .date {
    background: #fff;
    color: #000;
}

.footerstyle19 .scp-tribe-events .event:hover .info-div {
    background: var(--main);
    color: #fff !important;
}

.footerstyle19 .scp-tribe-events .event:hover .info-div a {
    color: #fff !important;
}

.footerstyle19 .scp-tribe-events .event:last-child {
    margin-bottom: 0px;
}

.footerstyle19 .scp-tribe-events .event .date {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff;
    text-align: center;
}

.footerstyle19 .scp-tribe-events .event .date .month-MM {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    display: block;
}

.footerstyle19 .scp-tribe-events .event .date .day-dd {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}

.footerstyle19 .scp-tribe-events .event .info-div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 17px;
}

.footerstyle19 .scp-tribe-events .event .info-div .title {
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
}

.footerstyle19 .scp-tribe-events .event .info-div .title a {
    color: #333;
    text-decoration: none;
    font-family: Apercu, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .003em;
}

.scp-tribe-events .event .date {
    background: var(--main);
}

.video {
    position: relative;
}

.video:after {
    position: absolute;
    background: rgba(10, 20, 81, 0);
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    content: '';
}

.section_mod-a {
    padding-bottom: 30px;
    background: #e7e7e7 url(../img/bg2.jpg);
    background-size: cover;
    position: relative;
    z-index: 999;
}

.section_mod-a__inner {
    position: relative;
    margin-top: -120px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.section-advantages {
    padding: 55px;
}

.ui-title-block_mod-a {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    text-transform: none;
}

.ui-subtitle-block_mod-a {
    margin-top: 15px;
    margin-bottom: 37px;
}

.advantages_mod-a {
    margin-left: -50px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

li.advantages__item {
    width: 50%;
    padding-left: 20px;
}

li.advantages__item:nth-child(1) {
    padding-left: 50px;
}

.advantages_mod-a .advantages__inner {
    margin-left: 80px;
}

.advantages__item {
    display: inline-block;
    margin-right: -3px;
    margin-bottom: 32px;
    vertical-align: top;
    overflow: hidden;
}

.advantages__icon {
    float: left;
    font-size: 34px;
}

.abouts {
    position: absolute;
    top: 80px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.abouts h1 {
    color: #fff !important;
}

.advantages__inner h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.advantages__inner h3:after {
    margin-top: 10px;
    margin-bottom: 25px;
}

.advantages__inner h3:after {
    display: block;
    width: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    content: '';
}

.forh3 h3 {
    margin: 15px 0 10px;
    font-size: 16px;
    position: relative;
}

.forh3 .col-md-4 {
    transition: all 0.5s ease;
    top: 0;
}

.forh3 .col-md-4:hover {
    transition: all 0.5s ease;
    top: -30px;
}

.count-number {
    font-size: 40px;
    margin-bottom: 5px;
}

.newss .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}

.newss .owl-nav .owl-next,
.newss .owl-nav .owl-prev {
    display: block;
    width: 30px;
    height: 30px;
    background:var(--main) !important;
    color: #fff !important;
}

.dynamics {
    background: #ffffff;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
}

.brthdyhead {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400 !important;
}

.dates {
    display: block;
    background: #2a39a5;
    color: #fff;
    text-align: center;
    padding: 2px 0;
}

.wishes {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.birthdaysbdr {
    background: #2a399e;
    height: 1px;
    display: block;
    margin: 25px 0px;
}

.headingsclrful1 {
    position: relative;
}

.headingsclrful1 span {
    position: absolute;
    top: -30px;
    right: 0;
    width: 80px;
    height: 80px;
    line-height: 40px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    z-index: 9;
    padding: 20px;
}

.headingsclrful1 {
    text-transform: uppercase;
}

.holiday .footerstyle19 .scp-tribe-events .event {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.holiday .scp-tribe-events .event .date {
    background:var(--main);
}

.holiday h3 {
    color: #000;
}

.iucons {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.iucons img {
    max-height: 180px;
}

aside {
    float: left;
    width: 25%;
    max-width: 260px;
}

#sidebar.sticky {
    float: none;
    position: fixed;
    top: 20px;
    z-index: 6;
    left: auto;
}

#content {
    float: right;
    width: 75%;
}

#content,
aside {
    padding: 0 15px;
}

.admission {
    padding: 60px 0;
}

.adm_title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

form[name="admissionform"] input,
form[name="admissionform"] select,
form[name="admissionform"] textarea {
    margin-bottom: 10px;
    resize: none;
}

.btn-submit {
    display: block;
    width: 100%;
    background:var(--main);
    color: #fff;
    border: 0px;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.aumni .field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em;
    position: relative
}

.aumni label,
.aumni input {
    transition: all 0.2s;
    touch-action: manipulation;
}

.aumni .field i {
    position: absolute;
    right: 0;
    top: 19px;
    color: #a0a0a0;
}

.aumni input,
.aumni select {
    font-size: 1.5em;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
    background: none;
    height: 57px;
    margin-bottom: 30px;
}

.aumni textarea {
    font-size: 1.5em;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
    background: none;
    margin-bottom: 30px;
}

.aumni input:focus,
.aumni select:focus,
.aumni textarea:focus {
    outline: 0;
    border-bottom: 1px solid #33BB73;
}

.aumni input:placeholder-shown+label,
.aumni select:placeholder-shown+label,
.aumni textarea:placeholder-shown+label {
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.5);
    font-size: 11px !important;
    color: #a0a0a0;
    font-weight: 400 !important;
    margin: 0 !important;
    position: absolute;
    top: -7px;
}

.aumni ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
    font-size: 14px !important;
}

.aumni input:focus::-webkit-input-placeholder,
.aumni select:focus::-webkit-input-placeholder,
.aumni textarea:focus::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px !important;
}

.aumni input:not(:placeholder-shown)+label,
.aumni input:focus+label,
.aumni select:not(:placeholder-shown)+label,
.aumni select:focus+label,
.aumni textarea:not(:placeholder-shown)+label,
.aumni textarea:focus+label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
    font-size: 11px !important;
    color: #000;
    font-weight: 400;
    margin: 0 !important;
    position: absolute;
    top: -5px;
}

.career input,
.career select,
.career textarea {
    width: 100%;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 10px;
}

#content table {
    border: 0px !important;
}

#content table td {
    padding: 10px 6px;
    line-height: 26px;
    border: 1px solid #ddd;
    border-color: #ddd !important;
}

#content .scrollbar-content {
    width: 100%;
}

#content table tr:nth-child(odd) {
    background: #f9f9f9;
}

.photo_gallery .welcome-item img {
    min-height: 197px;
    max-height: 197px;
}

.parent_testimonials {
    padding: 50px 0 50px;
}

.testimonials {
    padding: 60px 0;
    background: #E9E9E9;
}

#testimonials .item {
    margin: 30px 0;
    padding: 0 10px;
}

#testimonials .item_box {
    position: relative;
    background: #f5f5f5;
    border-radius: 3px;
    color: #000;
    padding: 30px 15px 60px;
    /*box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);*/
    z-index: 99;
}

#testimonials .item_box i {
    color: #d0d0d0;
}

#testimonials .center .item_box {
    z-index: 9999;
    position: relative;
    background: #ffffff;
    color: #000;
    transform: scale(1.2);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#testimonials .center .item_box i {
    color: #e2e2e2;
}

#testimonials .author_img {
    display: block;
    text-align: center;
}

#testimonials .author_details img {
    max-height: 80px;
    width: auto;
    display: initial;
    border-radius: 50%;
}

#testimonials .item_box .quotes {
    position: relative;
    display: block;
    text-align: center;
    color: #ddd;
    font-size: 30px;
}

#testimonials .center .item_box .quotes {
    color: #fff;
}

#testimonials .item_box .quote_desc {
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 22px;
    color: #6d6d6d;
}

#testimonials .center .item_box .quote_desc {
    color: #000;
}

#testimonials .author_details {
    position: absolute;
    bottom: -120px;
    z-index: 9999;
    text-align: center;
    width: 100%;
    left: 0;
}

#testimonials .owl-stage-outer {
    padding-bottom: 60px;
    overflow: visible;
}

#testimonials .author_name {
    color:var(--main);
    font-weight: bold;
    margin-top: 15px;
}

#testimonials .author_name small {
    color: #717171;
    display: block;
    font-weight: normal;
}

#testimonials .owl-dots {
    display: block;
    margin-top: 20px;
}

#testimonials .center {
    transition: all 0.9s ease;
}

.stars i {
    margin: 8px 2px 0;
    color: #FFCC00 !important;
}

.testi_btn {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: var(--main);
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 100px;
}

.testi_btn:hover {
    color: #000;
    background: #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.testimonials_listing {
    column-count: 2;
    column-gap: 30px;
}

.welcome ul li {
    list-style: square;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.testimonials_listing li {
    display: inline-block;
}

.testimonials_listing .testi_desc {
    display: block;
    padding: 30px;
    background: #f7f7f7;
    margin-bottom: 30px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    position: relative;
    line-height: 26px;
}

.testimonials_listing li .testi_desc i {
    font-size: 30px;
    color: #CCCCCC;
    position: absolute;
    left: -13px;
    top: 17px;
}

.testi_auth_desc {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.testi_auth {
    float: left;
    margin-right: 20px;
}

.testimonials_listing li .testi_auth img {
    max-height: 80px;
    border-radius: 100%;
}

.testi_auth_name {
    font-size: 20px;
    position: relative;
    top: 2px;
    color: #000;
}

.testi_auth_desc .fa {
    font-size: 16px;
    color: #FF9900;
    margin: 0 1px;
}

.testi_auth_name small {
    display: block;
}

.bread img {
    width: 100%;
}

.principal_msg {
    background: #fff;
    padding: 95px 0 40px;
}

.bdrr {
    border-right: 1px solid #ddd;
}

.padlr20 {
    padding: 0 20px;
}

@media(max-width:1024px) {

    .welcome .container-fluid,
    .dyamic_sec .container-fluid,
    .footer .container-fluid,
    .copyright .container-fluid {
        padding: 0 15px;
    }
}

@media(max-width:767px) {
    .dropdown:after {
        position: absolute;
        z-index: 1;
        right: 34px;
        font-family: 'FontAwesome';
        content: '\f107';
        top: 5px;
        color: #000;
    }

    body {
        padding-bottom: 0;
    }

    #content {
        width: 100%;
    }

    .align-left,
    .align-right {
        float: none;
        margin: 0 0 25px;
    }

    .mob-text-center {
        text-align: center !important;
    }

    .mob-text-center p[align="justify"] {
        text-align: center;
    }

    .img_title {
        position: relative;
        font-size: 13px;
        padding: 15px 35px;
        background: #1BAB18;
    }

    .announcement {
        background: #1BAB18;
        position: relative;
        float: none;
        display: block;
    }

    .announce_txt,
    .announce_scrol {
        float: none;
        width: 100%;
    }

    .anounce .owl-nav {
        top: -32px;
    }

    .announce_txt:after {
        content: '\f0d7';
        left: 22px;
        right: inherit;
        top: inherit;
        bottom: -38px;
    }

    .anounce .item a {
        padding: 25px;
    }

    .msg_box {
        margin-bottom: 30px;
    }

    .msg_author a {
        font-size: 17px;
    }

    .txt {
        font-size: 25px;
        padding: 0px;
        margin-bottom: 50px;
    }

    .dyamic_sec .news_box {
        padding: 30px 15px 10px;
        margin-bottom: 30px;
    }

    .new_title {
        font-size: 19px;
    }

    .dyamic_sec .news_box ul li p {
        font-size: 12px;
    }

    .video_heading {
        font-size: 14px;
    }

    .icons img {
        max-height: 60px;
    }

    .numscroller,
    .num {
        font-size: 40px;
    }

    .num_txt {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .read_more a {
        margin: 30px 0;
    }

    .photo_gallery .owl-nav {
        position: relative;
        right: 0;
        top: 0px;
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    footer .top_list {
        margin: 0 0 30px;
        float: left;
        width: 100%;
    }

    .footer .list_items li a {
        font-size: 12px;
        text-transform: none;
        letter-spacing: 0.5px;
    }

    .mob_mart_30 {
        margin-top: 30px;
    }
}

.newsbtn {
    right: 85px;
    float: right;
    position: relative;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    background:var(--main);
    color: #fff;
    font-size: 14px;
    top: 5px;
    border-radius: 3px;
}

.newsbtn:hover {
    background:var(--prim);
    color: #000;
}

iframe {
    margin-bottom: 26px;
}

.blog_img {
    text-align: center;
}

.blog_img img {
    max-height: 173px;
}

.sliders {
    position: relative;
}

.btn-absolute {
    position: absolute;
    left: 20px;
    bottom: 70px;
    z-index: 1;
}

.blinks {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;
    animation: NAME-YOUR-ANIMATION 1s infinite;
    padding: 5px 15px !important;
    border-radius: 3px;
    color: #000 !important;
    font-weight: 600;
    margin-top: 4px;
    line-height: normal;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {

    0%,
    49% {
        background: #fff;
    }

    50%,
    100% {
        background: #fad93c;
    }
}
.icons-box li {
    float: left;
    width: 20%;
    padding: 0 15px;
    list-style: none;
    text-align: center;
}
@media(max-width:480px) {
    .mob_blk {
        display: block;
    }

    .testimonials_listing {
        column-count: 1;
        column-gap: 30px;
    }
}

@media (min-width:1200px) and (max-width:1280px) {
    .navbar-brand>img {
        max-height: 65px !important;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 11px !important;
    }

    .nav>li>a {
        padding: 29px 10px 25px !important;
    }
}

@media (min-width:1024px) and (max-width:1200px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 9px !important;
    }

    .nav>li>a {
        padding: 17px 8px 13px !important;
    }

    .top_list li a {
        padding: 8px 10px;
        font-size: 11px;
    }

    .navbar-brand>img {
        max-height: 55px !important;
    }
}

@media (min-width:989px) and (max-width:1024px) {
    .navbar-brand>img {
        max-height: 45px !important;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 9px !important;
    }

    .nav>li>a {
        padding:12px 5px !important;
    }

    .top_list li a {
        padding: 8px 7px;
        font-size: 10px;
    }
}

@media (max-width:989px) {
    #testimonials .owl-stage-outer {
        overflow: hidden;
    }

    .photo_gallery .owl-nav .owl-prev {
        left: 0px;
        margin-bottom: 30px;
    }

    .photo_gallery .owl-nav .owl-next {
        right: 0px;
        margin-bottom: 30px;
    }

    .welcome-item {
        margin-bottom: 5px;
    }

    .timer.count-number:after {
        font-size: 22px;
    }

    .counter-inner {
        padding: 15px 0;
    }

    .topnav {
        display: block;
        padding: 10px;
        color: #fff;
    }

    .topnav i {
        float: right;
    }
}

@media (max-width:767px) {
    .pull-right-mn {
        float: none !important;
    }

    .top_list li {
        float: none;
        display: block;
    }

    #testimonials .author_details {
        position: relative;
        bottom: -20px;
    }

    .testi_btn {
        margin-top: 0px;
    }
}
.icons-box-title {
    color: #fff;
    margin-top: 15px;
}
.item-box {
    margin-top: 30px;
}
.item-box img {
    max-height: 60px;
    width: auto;
}
.admbtn {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1;
}
.admbtn img {
    max-width: 40px;
}
span.name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    line-height: normal;
}
span.idd {
    font-size: 13px;
    color: #000;
    line-height: normal;
    display: block;
    margin: 5px 0;
}
.btn-profile-view {
   background: var(--main);
    padding: 5px 30px;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 3px;
    margin-top: 5px;
    color: #fff;
    border: 0px;
}
.profiles .card {
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #ddd;
}
@media(min-width:1600px) {
.container-fluid {
    max-width:1570px;
}    
}












