* {
  margin: 0;
  padding: 0;
}

/* STRAT HOME PAGE*/

.custom-nav {
  background: #fff !important;
}

.navbar-dark .custom-brand {
  color: #000;
}

.navbar-nav .nav-item .custom-nav-link {
  color: #fff;
  margin-left: 16px;
}

.ml-auto .dropdown-menu {
  left: auto;
  right: 0px;
}

header {
  height: 48px;
  background-color: #052a55;
}

#main {
  padding-top: 70px;
}

.navbar {
  border-radius: 0;
  transition: all 0.3s ease-out;
  background-color: #04458f;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

li.dropdown {
  position: relative;
  display: inline-block;
}

li>ul.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  list-style-type: none;
}

li>ul.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

li>ul.dropdown-content a :hover {
  background-color: red;
}

.header-right a {
  color: #fff;
  font-size: 14px;
}

.header-top p{
color: #fff;
    font-size: 14px;
    padding-top: 10px;
    text-align: left;
}

span.fa.fa-search.custom-fa-fa {
  position: relative;
  right: 35px;
  top: -2px;
}

.custom-input-text {
  border-radius: 16px;
  border: none;
  padding: 2px 12px 2px 10px;
  outline: none;
}

.custome-input-group {
  position: relative;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  /* width: 100%; */
  display: inline-block;
  font-size: 14px;
}

li.dropdown:hover ul.dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* fixed to top styles */

.affix.navbar {
  background-color: #04458f;
}

.affix.navbar .nav-item>a, .affix.navbar .navbar-brand {
  color: #fff;
}

.logo img {
  float: left;
  width: 84px;
}
.logotextu p {
  color: #ffffff;
    text-shadow: rgba(21, 19, 19, 0.36) 1px 2px 2px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 2px;
    padding-top: 5px;
    margin-left: -30%;
    display: flex;
    align-items: center;
}

.header-right {
float: right;
  margin-top: 6px;
  display: inline-block;
}

.header-right a:hover {
  text-decoration: none
}

.admission-text {
  background-color: #04458f;
  border-radius: 23px;
  display: inline-block;
  padding: 2px 18px 2px 18px;
  margin-left: 10px;
  margin-right: 10px;
}

.admission-text a {
  color: #fff;
  font-size: 14px
}

.admission-text a:hover {
  text-decoration: none;
}

.custom-brand img {
  width: 49px;
}

.affix .custom-brand img {
  width: 46px;
  display: block;
  float: left;
}

.navbar .navbar-nav .nav-item a:hover {
  color: rgb(239 156 18);
}

/* slider */

.swiper-container {
  height: calc(100vh - 120px);
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 20;
  background-size: cover;
  background-position: center;
}

.slide-inner img {
  display: block;
  width: 100%;
}

.copy {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  letter-spacing: 0.06em;
}

/* WELCOME TO SCHOOL */

.custom-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.custom-container h3
{
color: #04458f;
padding: 10px 0;

}

.bg-img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-heading h2 {
  color: #04458f;
  line-height: 56px;
}

.custom-heading span {
  display: block;
  color: #563d7c
}

.bg-color {
  background-color: rgba(86, 61, 124, 0.3);
  height: 100%;
}

.overview-tabs {
  border: 1px solid;
  border-radius: 5px;
  width: 72%;
  margin-top: 40px;
}

.overview-tabs>li {
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-right: 1px solid #25273C;
  border-left: none;
  text-transform: uppercase;
  color: #25273C;
  background: none;
  font-weight: 700;
  font-size: 12px;
  min-width: 185px;
  text-align: center;
  padding: 10px 10px;
}

.overview-tabs>li:last-child {
  border-right: none;
}

.overview-tabs>li.active {
  margin: 0;
  background: #25273C;
  color: #fff;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.tab-content.overview-tabs-content {
  padding-top: 40px;
}

.overview-tabs>li a:hover {
  text-decoration: none;
}

.custom-col-md-6 {
  margin-top: 120px;
}

.custom-col-md-6 img {
  width: 100%;
}

.custom-btn {
    background: #1a237e;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}
   .custom-btn:hover { background: #0d154a;color: #fff;}
/* OUR SCHOOL */

.margin-bottom-sch {
  margin-bottom: 30px;
}

img.img-fluid {
  border: 1px solid #ccc;
  padding: 6px;
}

img .gallery-img {
  width: 100%;
}

/* EDUCATIONAL APPROACH */

.bg-img-education 
{
  background: url(../images/education-bg.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}



.icon-style {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 100px;
  text-align: center;
  position: relative;
}

.icon-style-2 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 100px;
  text-align: center;
  position: relative;
}

.icon-style:hover .overlay {
  opacity: 1;
}

.icon-style-2:hover .overlay {
  opacity: 1;
}

.fsElementContent {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.icon-style:last-child {
  border-right: none;
}

.icon-style-2:last-child {
  border-right: none;
}

.custom-container-text {
  padding-bottom: 40px;
}

.custom-container-text h3 {
  text-align: center;
  color: #fff;
  padding-bottom: 18px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom-container-text p {
  text-align: center;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(239 156 18);
}

.text-align-center {
  text-align: center;
}

/* FOOTER */

footer {
  background: #04458f;
  color: #fff;
  padding: 45px 0 0;
}

li.heading {
  font-size: 20px;
  line-height: 46px;
}

.social-row .links a {
  text-align: left;
  font-size: 20px;
  margin-left: 10px;
  color: #a9a9a9;
}

.social-row .links a:first-child {
  margin-left: 0px;
}

footer .footer-links {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 16px;
}

.footer-links ul {
  padding-left: 0;
  list-style-type: none;
}

.footer-links ul>li a {
  padding-left: 0;
  list-style-type: none;
  color: #a9a9a9;
  text-decoration: none;
  line-height: 37px;
}

section.story.light {
  margin-top: 40px;
  margin-bottom: 40px;
}

.col-md-12.text-align-center {
  text-align: center;
}

.footer-links ul>li>a:hover {
  color: #fffbfb;
}

.social-row .links a:hover {
  color: #fffbfb;
}

.copyright-row {
  background: #042a55;
  color: #fff;
  padding: 9px 0 12px;
  font-size: 14px;
}

.headind-style h1 {
  font-size: 30px;
  color: #04458f;
  padding: 40px 0;
}

h1 span {
  color: #25273C;
  display: block;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 24px;
}

.blogs-box {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-top: 6px solid #04458f;
  background: #fff;
  -moz-box-shadow: 0px 0px 3px #B1B1B1;
  -webkit-box-shadow: 0px 0px 3px #B1B1B1;
  box-shadow: 0px 0px 3px #B1B1B1;
  padding: 30px;
}

.blogs-box .blogs-grid {
  display: block;
  margin: 0 -15px;
}

.blogs-box .blogs-grid .item {
  display: block;
  padding: 15px;
  float: left;
  width: 50%;
  border-right: 1px dashed #9F218C;
}

.blogs-box .blogs-grid .item:last-child {
  border: none;
}

.blogs-box .blogs-grid .item .wrapper {
  display: block;
  position: relative;
  padding: 0px;
  text-align: left;
  padding-left: 150px;
}

.blogs-box .blogs-grid .item .wrapper .icon {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 15px;
  top: 0;
}

.wrapper .icon img {
  display: block;
  width: 120px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.blogs-box .blogs-grid .item .wrapper {
  display: block;
  position: relative;
  padding: 0px;
  text-align: left;
  padding-left: 150px;
}

.blogs-box .blogs-grid .item .wrapper .details .meta-grid {
  color: #25273C;
}

.meta-grid {
  list-style-type: none;
  padding: 0;
  margin-top: 15px;
}

.meta-grid>li i {
  display: inline-block;
  left: 10;
  margin-right: 5px;
}

.blogs-box .blogs-grid .item .wrapper .details .date {
  font-weight: 500;
  color: #666877;
  font-size: 12px;
  text-transform: uppercase;
}

.details a h2 {
  font-size: 20px;
}

.details a {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .icon-style:nth-child(even) {
    border-right: none;
  }
  .icon-style-2:nth-child(even) {
    border-right: none;
  }
  .icon-style-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.heading-box h2 {
  width: 100%;
  color: #04458f;
  padding-top: 20px;
  padding-bottom: 40px;
}

.text-box {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}

.carousel-item img {
  height: 500px;
  width: 100%;
}

section.slider-school {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* OUR MISSION START */

.bg-about-us {
  background: url("../images/school/banner.jpg");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-color-about-us {
  background-color: rgba(0, 0, 0, 0.6);
  height: 400px;
}

.bg-color-about-us h2 {
  color: #fff;
  font-size: 47px;
  font-weight: 300;
  padding-top: 25%;
}
.custom-container ul
{
list-style-position: inside;
}

.regards img
{
  width: 200px;
  height: 200px;
}

.custom-container p {
  color: #272626;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
  
}

.custom-copyright-text-2 a {
  color: #fba022;
  text-decoration: none;
  font-weight: bold;
}

.custom-copyright-text-2 a:hover {
  color: #fff;
  text-decoration: none;
}

.custom-copyright-text-2 {
  text-align: right;
}

.breadcrumb>span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 auto;
}

.breadcrumb {
  background: none;
  position: relative;
  top: 40%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
}

.breadcrumb a {
  color: #ffffff;
}

/* OUR MISSION  END*/

/* OUR VISSION START */

.main-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.custom-spacing ul 
{
  list-style-position: inside;
}

.custom-spacing h3 {
  font-style: normal;
  font-size: 24px;
  font-size: 30px;
  padding: 10px 0;
  color: #04458f;
  font-style: normal;
  font-weight: 500;
}

/* .custom-spacing p {
  line-height: 25px;
} */

/* OUR VISSION END */

/* OUR HISTORY START */

.history-text {
  margin-bottom: 30px;
}

.sub-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* OUR HISTORY END */

/* OUR ADMISSION START */

.col-md-8.col-md-pull-4 {
  padding-left: 55px;
}


.col-md-pull-4 h1, h2 {
  color: #04458f;
  padding: 20px 0;
}

input#contactbutton {
  margin-top: 30px;
  background: #04458f;
  border-radius: 20px;
  width: 120px;
  text-align: center;
  color: #fff;
  border: none;
  padding: 5px;
}

/* OUR ADMISSION END */

/* ONLINE ADMISSION START */

.custom-container-form {
  background-color: #e4e0ea;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  padding-top: 24px;
  border-radius: 6px;
}

.sub-custom-form {
  padding-bottom: 24px;
  padding-top: 24px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-form-margin {
  margin-top: 32px;
}

.text-style h3 {
  font-size: 19px;
  margin-bottom: 20px;
}

.custom-input-file {
  padding-bottom: 35px;
}

.submit-custom {
  background-color: #04458f;
}

.submit-custom {
  background-color: #04458f;
  color: #fff;
  border: none;
  padding: 5px 14px 5px 14px;
  border-radius: 8px;
  outline: none;
}

/* ONLINE ADMISSION END */

/* GALLERY  START*/

.gallery {
  text-align: center;
  padding-bottom: 19px;
}

.gallery img {
  transition: 1s;
}

.gallery img:hover {
  transform: scale(1.1);
}

.gallery img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .gallery img {
    width: 100%;
  }
}

/* GALLERY END */

/* SPORT START */

.sport-img {
  text-align: center;
  padding-bottom: 18px;
}
.sport-img img {
  width: 100%;
 
}

.custom-inn-text h3 {
  color: #04458f;
  padding: 10px 0;
}

@media only screen and (max-width: 1199px) {
  .sport-img img {
    width: 100%;
  }
}

/* SPORT END */

/* LIBRARY START */

.library-img {
  text-align: center;
  padding-bottom: 18px;
}
.library-img img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .library-img img {
    width: 100%;
  }
}

/* LIBRARY END */

/* CLASS-ROOM START */

.room-img {
  text-align: center;
  padding-bottom: 18px;
}
.room-img img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .room-img img {
    width: 100%;
  }
}

/* CLASS-ROOM END */

/* CLASS-ROOM START */

.laboratry-img {
  text-align: center;
  padding-bottom: 18px;
}
.laboratry-img img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .laboratry-img img {
    width: 100%;
  }
}

/* CLASS-ROOM END */

.contact-text h3 {
  text-align: center;
  color: #04458f;
}

.border-bottom {
  border-bottom: 3px solid #8ee41c !important;
  width: 100px;
  margin: 0 auto;
}

.page-top-header {
  padding: 20px;
  text-align: center;
}

.contactWrapper {
  background: #f1f1f1;
  padding: 2% 0 0;
}

.custom-table {
  color: #3e3232;
  background-color: #ffffff;
}

.table-dark.custom-table tbody tr:hover {
  color: #fff;
  background-color: #04458f;
}

tr:nth-child(even)
 {
  background: #8a8a8a;
  color: #fff;
}

thead {
  background: #5d5d5d;
  color: #fff;
}

.bg-school-add {
  background-color: #04458f;
  height: 95%;
  color: #fff;
  text-align: center;
  padding-top: 84px;
}

.bg-school-add h3 {
  color: #fff;
}

.bg-school-add p {
  color: #ccc4c4;
}

.margin-school-add {
  margin-top: 40px;
  margin-bottom: 40px;
}

.custom-col-md-8 {
  margin-right: -30px
}

.custom-map {
  margin-bottom: 40px;
}

.border-map {
  border-bottom: 4px solid #04458f;
  width: 100%;
  margin: 0 auto;
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #777777;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
  background-color: #888888;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
}

@media only screen and (max-width: 575px) {
  header {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-nav .nav-item .custom-nav-link {
    margin-left: 0px;
    font-size: 12px;
  }
}



/*@media only screen and (max-width: 768px){}
.navbar-nav .nav-item .custom-nav-link {
    margin-left: 0px;
    font-size: 13px;
   
}*/

/* END HOME PAGE*/

/* RESPONSIVE */

@media screen and (max-width: 768px) {
  .blogs-box .blogs-grid .item {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
  .blogs-box .blogs-grid .item {
    float: none;
    width: 100%;
    border-right: none;
  }
  .bg-color-about-us h2 {
    padding-top: 40%;
  }
  .navbar-nav .nav-item .custom-nav-link {
    font-size: 9px;
}
}

@media screen and (max-width: 600px) {
  .blogs-box .blogs-grid .item {
    float: none;
    width: 100%;
    border-right: none;
  }
  .col-sm-6.custom-copyright-text-1 {
    text-align: center;
    padding: 20px;
  }
  .col-sm-6.custom-copyright-text-2 {
    text-align: center;
  }
  .navbar-nav .nav-item .custom-nav-link {
    text-align: center;
    font-size: 21px;
    line-height: 74px;
  }
  li>ul.dropdown-content {
    margin-left: 84px;
  }
  .blogs-box .blogs-grid .item .wrapper {
    display: block;
    position: relative;
    padding: 0px;
    text-align: left;
    padding-top: 152px;
    padding-left: 0px;
  }
  .bg-color-about-us h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    padding-top: 45%;
  }
  .custom-col-md-8 {
    margin-right: 0px;
  }
}

@media screen and (max-width: 320px) {}