/*defualt css removed--------------------------------------------*/
body{
    margin: 0px;
    padding: 0px;
}
* {
    font-family: OpenSans-Regular;
   }
@font-face {
    font-family: OpenSans-semibold;
    src: url(../fonts/OpenSans-SemiBold.ttf);
  }
@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
  }
ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
a:hover{
    text-decoration: none;
}
h2{
    margin: 0px;
}
p{
    margin: 0px;
}
.navigation-bar .social-media li {
    float: left;
}
/*Custom css----------------------------------------------*/
.top-header .top-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header {
    padding: 10px 0px 8px;
    border-bottom: 1px solid #bbbbbb;
}
.top-header {
    padding: 10px 0px 8px;
}
.top-header .logo {
    display: flex;
    align-items: center;
}
.top-header .logo span {
    font-size: 35px;
    margin-left: 15px;
}
.top-header .categories ul li {
    float: left;
    border-right: 1px solid #bbbbbb;
}
.top-header .categories ul li a {
    font-size: 18px;
    padding: 1px 30px;
    display: inline-block;
    color: #777777;
}
.top-header .categories ul li:last-child {
    border: 0px;
}
.navigation-bar {
    background-color: #fff;
    border-radius: 0px;
    border: 0px;
    padding: 5px 0px;
}
.navigation-bar .navigation-links li a {
    color: #000;
    font-size: 17px;
    letter-spacing: 1px;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}
.navigation-bar .navigation-links li a svg {
    margin-left: 17px;
}

.navigation-bar .social-media li a {
    font-size: 17px;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px 6px;
    color: #fff;
}
.navigation-bar .social-media li .facebook {
    background-color: #415f9b;
    transition: 0.4s;
}
.navigation-bar .social-media li .twitter {
    background-color: #1da1ec;
    transition: 0.4s;
}
.navigation-bar .social-media li .linkedin {
    background-color: #0376b5;
    transition: 0.4s;
}
.navigation-bar .social-media li .youtube {
    background-color: #cc211a;
    transition: 0.4s;
}
.navigation-bar .social-media li .instagram {
    background:linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    transition: 0.4s;
}

.navigation-bar .social-media li .facebook:hover {
    background-color: #5d80c5;
    transition: 0.4s;
}
.navigation-bar .social-media li .twitter:hover {
    background-color: #31abf1;
    transition: 0.4s;
}
.navigation-bar .social-media li .linkedin:hover {
    background-color: #098ad0;
    transition: 0.4s;
}
.navigation-bar .social-media li .youtube:hover {
    background-color: red;
    transition: 0.4s;
}
.navigation-bar .social-media {
    margin-top: 18px;
}
.carousal img {
    width: 100%;
}
.events  {
    background: #333436;
}
.events .events-list h2 {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
}
section.events img {
    float: left;
    margin-right: 13px;
}
.events p {
    color: #909090;
    font-size: 14px;
    margin-left: 35px;
}
.events .events-right {
    background: #e6be1e;
    padding: 46px 0px;
    width: 30%;
}
.navigation-bar ul.navigation-drop-down li a {
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
}
ul.navigation-drop-down {
    padding: 0px 0px;
}
.navigation-bar ul.navigation-drop-down li a:hover {
    background-color: #f1f1f1;
    box-shadow: 0px 0px 0px #E6BE1F;
}
.navigation-bar .navigation-links li a span.caret {
    margin-left: 12px;
}
.events .events-right p {
    color: #fff;
    letter-spacing: 1px;
}
.events .events-right a {
    color: #fff;
    display: inline-block;
    font-size: 33px;
    font-weight: 600;
}
.events .events-inner {
    display: flex;
    justify-content: space-between;
}
.events .events-left {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 46px 23px 25px;
    width: 70%;
    flex-wrap: wrap;
  
}
.events .events-list {
    margin-bottom: 20px;
}
.events .events-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 23px;
}
.navigation-bar .navigation-links li a:hover {
    background-color: #fff;
    box-shadow: 0px -5px 0px #E6BE1F;
}
.planning h2 {
    font-size: 20px;
    margin: 20px 0px 9px;
}
.planning .planning-cont p {
    color: grey;
    margin-bottom: 15px;
    min-height: 82px;
}
.planning .planning-cont-right {
    background-color: #ededed;
    padding: 22px 47px;
}
.planning .planning-cont-right ul li {
    margin: 17px 0px 0px;
    border-bottom: 1px solid #c3c2c2;
    padding-bottom: 14px;
}
.planning .planning-cont-right ul li a {
    font-size: 16px;
    color: #797979;
}
.planning .planning-cont-right ul li a span {
    background-color: #6e98e0;
    padding: 0px 9px;
    color: #fff;
    margin-left: 10px;
}
.planning .strg {
    padding-top: 40px;
}
.planning .planning-cont-right ul li:last-child {
    border: 0px;
}
.info {
    background: #ededed;
    padding: 36px 0px;
    margin-top: 35px;
}
.info .info-cont h2 {
    font-size: 19px;
    margin-bottom: 5px;
}
.info .info-cont svg {
    font-size: 30px;
    float: left;
    margin-right: 15px;
}
section.choose-us h2, .news .news-head h2, .news .events-blk h2, .instagram .insta-cont h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.choose-us .alumni p, .choose-us .choose-us-cont p, .news .news-head p, .news .events-blk p, .instagram .insta-cont p {
    color: #6c98e1;
    font-size: 14px;
    margin-bottom: 28px;
}
.choose-us .people-cont:nth-child(odd) {background: #ededed}
.choose-us .people:nth-child(even) {background: #fff}
.choose-us .people-cont {
    padding: 15px;
    margin-bottom: 15px;
}

.choose-us .people-cont img {
    float: left;
}

.choose-us .people-cont .people-description {
    margin-left: 105px;
}

.choose-us .people-cont .people-description h2 {
    font-size: 18px;
}

.choose-us .alumni .people-cont p {
    color: #333436;
    margin-top: 10px;
    margin-bottom: 0px;
}
.choose-us .people-cont .people-description h2 span {
    color: #fff;
    background-color: #6e98e0;
    padding: 0px 8px;
    margin: 5px 0px;
    display: inline-block;
}
.choose-us .choose-us-cont ul li {
    position: relative;
    margin-left: 27px;
    margin-bottom: 10px;
    font-size: 17px;
    width: 30%;
    float: left;
}
ul.main-features li {
    position: relative;
}
.choose-us .choose-us-cont ul li:before, ul.main-features li:before {
    content: "-";
    font-size: 29px;
    line-height: 0px;
    position: absolute;
    left: -14px;
    top: 10px;
    color: #636363;
}
.choose-us .working-hours {
    box-shadow: 0px 0px 8px #b5b5b5;
}
.choose-us .working-hours h2 {
    padding: 35px 35px;
    margin-bottom: 0px;
}
.choose-us .working-hours ul li {
    padding: 11px 0px;
    margin: 0px 0px 0px;
    border-top: 1px solid #e2e2e2;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
}
.choose-us .working-hours ul li span {
    padding: 0px 21px;
}
.choose-us .working-hours p {
    padding: 29px 0px;
    background: #ededed;
    color: #8e8b8b;
    padding-left: 30px;
    font-size: 15px;
}
section.choose-us {
    padding: 40px 0px;
}
section.details {
    background-color: #37383a;
    color: #fff;
    padding: 20px 0px 49px;
}

.details .details-inner img {
    float: left;
}
section.details .details-description {
    margin-left: 79px;
}
.details .details-inner {
    margin-top: 42px;
}
.news .events-blk {
    background: #ededed;
    padding: 30px;
}
.news p.event-p {
    color: #5d5d5d;
    font-size: 15px;
}
.news ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #d2cfcf;
    font-weight: 600;
}
.news ul li span {
    background: #6e98e0;
    color: #fff;
    padding: 5px 13px;
    margin-right: 10px;
}
.news .news-description span {
    font-size: 14px;
    color: #868686;
    margin-top: 10px;
    display: block
}
.news .news-description span svg {
    margin-right: 8px;
}
section.news .news-description p {
    font-weight: 600;
    margin-top: 11px;
}
.news .news-description {
    border: 1px solid #d8d8d8;
}
.news .news-inner-des {
    padding: 0px 13px 12px;
}
section.news {
    padding: 40px 0px;
}
section.instagram ul li {
    display: flex;
    width: 12.5%;
}

section.instagram ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
section.details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
}
header.top-header .logo img {
    width: 111px;
}
footer {
    background: #efefef;
}
footer .about-school p {
    margin: 25px 0px;
}
footer .our-links ul li {
    position: relative;
    padding: 4px 0px;
}
footer .our-links ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #337ab7;
    margin-right: 5px;
}
footer .our-links h2 {
    margin-bottom: 17px;
}
footer .footer-inner {
    display: flex;
}
footer .address {
    background: #272727;
    color: #fff;
}
footer .intouch ul {
    margin-top: 25px;
}
footer .intouch {
    padding-top: 40px;
}
.intouch ul li svg {
    margin-right: 10px;
    font-size: 18px;
}.intouch ul li {
    margin-bottom: 20px;
}
footer .our-links, .about-school {
    padding-top: 40px;
}
footer .copywrite {
    padding: 24px 0px;
    border-top: 1px solid #b7b7b7;
}
footer .copywrite a {
    color:#777575;
}
footer .copywrite a:hover {
    text-decoration: underline;
}
section.inner-heading {
    background-image: url(../images/banner.jpg);
    padding: 93px 0px;
    text-align: center;
    color: #f3e89f;
    background-position: 0px -61px;
}
section.vision {
    padding: 70px 0px;
}
.left-sidebar ul li a.active {
    color: #3088c5;
}
section.mission {
    margin-bottom: 70px;
}
section.principal-msg {
    padding: 70px 0px;
}
.principal-msg strong.head-quote {
    padding: 32px 0px 20px;
    display: block;
    font-size: 18px;
}
.school-head.text-right {
    margin-top: 57px;
}
.inner-chairman {
    padding: 43px 0px;
}
.chairman-name {
    margin-top: 30px;
    margin-bottom: 50px;
}

.principal-msg .principal-text-first h2, .vision-mission h2, .curriculum h2, .contact .contact-details h2 {
    font-size: 43px;
    margin-bottom: 20px;
}
.principal-msg .principal-text-first p, .vision-mission p, .curriculum p {
    font-size: 18px;
}
p.principal-text-last {
    font-size: 18px;
}
.school-head p:first-child {
    font-size: 18px;
}
.left-sidebar ul {
    box-shadow: 0px 0px 13px #d8d3d3;
    border-top: 5px solid #3088c5;
}
.left-sidebar ul li a {
    display: block;
    padding: 22px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #545353;
}
.left-sidebar ul li a:hover {
    color: #3088c5;
}
 .left-sidebar ul li {
    border-bottom: 1px solid #cecece;
}
 .left-sidebar ul li:last-child {
    border-bottom: 0px solid #cecece;
}
table {
    width:100%;
  }
  table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }
  th, td {
    padding: 15px;
    text-align: left;
  }
  table#t01 tr:nth-child(even) {
    background-color: #eee;
  }
  table#t01 tr:nth-child(odd) {
   background-color: #fff;
  }
  table#t01 th {
    background-color: black;
    color: white;
  }
.text-red{
    color: red;
}
  section.instagram img {
    width: 100%;
}
.carousal h1 {
    font-size: 47px;
    font-weight: 600;
}
ul.main-features {
    margin-left: 24px;
    font-size: 19px;
}
.info-description a {
    color: #333333;
}
.carousal .carousel-caption {
    top: 45%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 60%;
}
.intouch a {
    color: #fff;
}
.intouch a:hover {
    text-decoration: underline;
}

ul.policy-links li {
    display: inline-block;
}

ul.policy-links a {
    border-right: 1px solid #8a8a8a;
    padding-right: 10px;
    margin-right: 10px;
}
ul.policy-links {
    float: right;
    font-size: 11px;
    margin-top: 8px;
}
li.privacy-link a {
    border: 0px;
}
.policy-header img {
    width: 60px;
}

.policy-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}















/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    ul.nav.navbar-nav.navigation-links {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .navigation-bar-inner {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .events .events-right a {
        font-size: 24px;
    }
    .planning .planning-cont-right {
        margin-top: 25px;
    }
    footer .footer-inner {
        display: block;
    }
    .choose-us .choose-us-cont ul li {
        width: 45%;
        float: left;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    ul.nav.navbar-nav.navigation-links {
        display: flex;
        flex-direction: column;
    }
    .top-header .categories ul li a {
        font-size: 15px;
        padding: 11px 20px;
    }
    .top-header .logo img {
        width: 67px;
    }
    .top-header .top-header-inner {
        flex-direction: column;
    }
    .top-header .logo span {
        font-size: 23px;
        margin-left: 15px;
    }
    .events .events-inner {
        display: flex;
        flex-direction: column;
    }
    .events .events-left, .events .events-right {
        width: 100%;
      
    }
    .events .events-right {
        padding: 30px 23px;
    }
    .events .events-list {
        width: 45%;
        margin-right: 10px;
    }
    .planning .planning-cont p {
        min-height: auto;
    }
    .planning-cont {
        padding-bottom: 19px;
    }
    .planning .planning-cont img {
        margin: 0 auto;
    }
    .flex-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .info .info-description {
        margin-bottom: 15px;
    }
    .info {
        padding: 20px 0px 0px;
    }
    .news .news-description {
        margin-top: 23px;
    }
    footer .intouch {
        margin-top: 40px;
        padding: 40px 0px;
    }
    section.principal-msg img {
        margin-bottom: 20px;
    }
    .navigation-bar ul.navigation-drop-down li a {
        padding: 21px !important;
    }
    .top-header {
        padding-top: 15px;
        padding-bottom: 0px;
    }
    .categories {
        width: 100%;
        display: flex;
        justify-content: center;
        border-top: 2px solid #dddddd;
        margin-top: 15px;
    }
    header.top-header .container-fluid {
        padding: 0px;
    }
    .navbar-header {
        background:  #e1e1e1;
    }
    section.instagram ul li {
        display: flex;
        width: 30%;
    }
    .choose-us .choose-us-cont ul li {
        width: 100%;
        float: left;
    }
    
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .events .events-list {
        width: 100%;
    }
    .flex-container {
        display: flex;
        flex-wrap: wrap;
    }
    .info .flex-items {
        width: 100%;
    }
    
}
