.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item,
.view,
html {
  height: 100%;
}
.page-footer,
.top-nav-collapse {
  background-color: #1c2331;
}
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1c2331;
  }
}

/***
====================================================================
	Reset
====================================================================
 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/

body {
  font-size: 15px;
  color: #000;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: "Jost", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #20acea;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.paddtop {
  padding-top: 50px;
}
.paddbottom {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .paddbottom {
    padding-bottom: 25px;
  }
  .paddtop {
    padding-top: 25px;
  }
}
/*==== Title Style ====*/
.title-main {
  color: #001a68;
  font-size: 30px;
  font-weight: 700;
}
.title-main span {
  color: #fca429;
}
.text-sub_title {
  font-size: 18px;
  color: #192f59;
  font-weight: 600;
}
@media (max-width: 767px) {
  .title-main {
    font-size: 24px;
  }
}
/*==========Button Style ==========*/
.btn-one {
  background: #ffc000;
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 7px;
  margin: 0;
  padding: 10px 25px;
}
.btn-one i {
  position: relative;
  top: 2px;
}
.btn-one:hover {
  background: #001a68;
  color: #fff !important;
}
.btn-two {
  margin: 0 auto;
  display: table !important;
  padding: 10px 25px;
  text-transform: capitalize;
  background: #f7cc03;
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #f7cc03;
  border-radius: 7px;
}
.btn-two:hover {
  background: transparent;
  color: #f7cc03 !important;
}

/*=====================================
        Top Logo Section
=====================================*/
.main-header .header-top {
  padding: 5px 0;
}
.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-logo {
  display: flex;
  align-items: center;
}
.left-logo img {
  width: 100px;
}
.logo-text {
  margin-left: 10px;
}
.logo-text h1 {
  font-family: "Abril Fatface", cursive;
  color: #001c71;
  font-size: 28px;
}
.logo-text p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.right-button-section ul > li {
  display: inline-block;
  background: #001c71;
  width: 100px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-left: 5px;
}
.right-button-section ul > li:nth-child(2) {
  background: #ffb400 !important;
}
.right-button-section ul > li:nth-child(2) a {
  color: #000 !important;
}
.right-button-section ul > li:nth-child(3) {
  background: #f30000 !important;
}
.right-button-section ul > li > a {
  color: #fff !important;
}
.right-button-section ul > li:hover {
  opacity: 0.8;
}
@media (min-width: 320px) {
  .main-header .header-top {
    padding: 10px 0;
  }
  .left-logo {
    display: none;
  }
  .right-button-section {
    width: 100%;
  }
  .right-button-section ul > li {
    width: 30%;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 480px) {
  .right-button-section ul > li {
    width: 31%;
  }
}
@media (min-width: 768px) {
  .main-header .header-top {
    padding: 5px 0;
  }
  .left-logo {
    display: flex;
  }
  .left-logo img {
    width: 80px;
  }
  .logo-text h1 {
    font-size: 18px;
  }
  .logo-text p {
    font-size: 11px;
    line-height: 16px;
  }
  .right-button-section {
    width: auto;
  }
  .right-button-section ul > li {
    width: 100px;
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .left-logo img {
    width: 80px;
  }
  .logo-text h1 {
    font-size: 28px;
  }
  .logo-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .right-button-section ul > li {
    width: 100px;
    height: 50px;
    font-size: 14px;
  }
}
/*=====================================
        End Top Logo Section
=====================================*/

/*===========Nav Menu=======*/
.navbar {
  background-color: #001c71;
  display: block !important;
  padding: 20px 0;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 15px;
  transition: 0.35s;
  font-weight: 400;
  border-right: 1px solid #fff;
  padding: 0px 15px;
  line-height: 20px;
  display: block;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #fca429;
}
.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background: none;
  color: #fca429;
}
.dropdown-menu {
  background-color: #f1f1f1 !important;
  border: 0px;
  border-bottom: 4px solid #192f59;
  padding: 0px;
}
.navbar .dropdown-menu a {
  padding: 2px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px dashed #bfbfbf;
  overflow: initial;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #001c71;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 10%), 0 4px 15px 0 rgb(0 0 0 / 10%);
  border-radius: 0.125rem;
}
@media (max-width: 575px) {
  /*.navbar-brand img{
    width: 70%;
}*/
}
@media (max-width: 575px) {
  .navbar-brand {
    width: 72%;
  }
}
@media (min-width: 320px) {
  .navbar-brand {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    display: none;
  }
}

/*====================
    Banner Section 
====================*/
.banner-area .carousel-control-prev {
  width: 50px;
  height: 50px;
  background: #001c71;
  border-radius: 50%;
  top: 45%;
}
.banner-area .carousel-control-next {
  width: 50px;
  height: 50px;
  background: #001c71;
  border-radius: 50%;
  top: 45%;
}

/*====================
    Banner Section 
====================*/
.banner-bottom {
  position: relative;
  z-index: 11;
  margin-top: -50px;
}
.banner-bottom-items {
  background: #001a68;
  text-align: center;
  padding: 15px;
  padding-top: 0;
  position: relative;
  color: #fff;
  transition: 0.3s;
}
.banner-bottom-items a {
  position: relative;
  padding-top: 45px;
  display: block;
  z-index: 1;
}
.icon-top {
  background: #001a68;
  color: #fff;
  line-height: 100px;
  font-size: 40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: -40px;
  position: absolute;
  z-index: 1;
  right: 30%;
  transition: 0.1s;
}
.banner-bottom-items h1 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.banner-bottom-items p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.banner-bottom-items:hover {
  background: #ffc000;
  color: #000;
}
.banner-bottom-items:hover .icon-top {
  background: #ffc000;
  color: #000;
}
@media (min-width: 320px) {
  .banner-bottom {
    margin-top: 0;
  }
  .banner-bottom-items {
    margin-bottom: 60px;
  }
  .icon-top {
    right: 32%;
  }
  .navbar {
    padding: 5px 0;
  }
  .navbar-brand img {
    width: 65px;
  }
}
@media (min-width: 480px) {
  .icon-top {
    right: 38%;
  }
  .navbar-brand img {
    width: 85px;
  }
}
@media (min-width: 576px) {
  .banner-bottom {
    margin-top: -60px;
  }
  .banner-bottom-items {
    margin-bottom: 70px;
  }
  .icon-top {
    right: 28%;
  }
}
@media (min-width: 768px) {
  .banner-bottom-items {
    margin-bottom: 70px;
  }
  .icon-top {
    right: 33%;
  }
  .navbar {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .banner-bottom-items {
    margin-bottom: 0;
  }
  .icon-top {
    right: 30%;
  }
}

.notice-board-section {
  background: url(../img/.png) no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/*==========================
        About Section
===========================*/
.about-section {
  background: url(../img/abut-bg.png) repeat;
  margin-top: -74px;
  padding: 110px 0 50px;
}
.about-section-inner-left {
  padding: 50px 0;
}
.about-main-content p {
  text-align: justify;
}
.about-left-video-section {
  border: 3px solid #e7e7e7;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.about-right-content {
}
.about-right-content h1 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-right-content p {
  line-height: 22px;
  margin-bottom: 10px;
}
.about-right-content .btn-one {
  margin-left: -50px;
  margin-top: 10px;
}
@media (min-width: 320px) {
  .about-section {
    margin-top: 0px;
    padding: 30px 0 30px;
  }
  .about-left-video-section {
    margin-bottom: 25px;
  }
  .about-right-content .btn-one {
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .about-section {
    /* margin-top: -74px; */
    padding: 110px 0 50px;
  }
  .about-left-video-section {
    margin: 0;
  }
  .about-right-content .btn-one {
    margin-left: -50px;
  }
}

/*====================================
        Announcements Section
=====================================*/
.announcements-section {
  background: #001a68;
}
.important-notice-item {
  background: #021654;
  padding: 15px 15px;
  display: flex;
  margin: 15px 0;
}
.date-section {
  width: 50px;
  margin-right: 10px;
}
.date-section h3 {
  color: #f7cc03;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  border-bottom: 2px solid #f7cc03;
  padding-bottom: 10px;
}
.date-section h3 span {
  font-weight: 500;
  font-size: 16px;
}
.important-notice-section {
  border-right: 1px solid #7583ad;
  padding: 40px 25px 40px 0;
}
.important-notice-section h1 {
  color: #f7cc03;
  font-size: 28px;
  font-weight: 700;
}
.important-notice-title {
}
.important-notice-title p {
  color: #fff;
}
.important-notice-title ul {
}
.important-notice-title ul > li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-right: 15px;
  color: #f7cc03;
}
.notice-section .card {
  background: transparent;
  box-shadow: none;
}
.notice-section {
  padding: 40px 0;
  position: relative;
  background: #ffc000;
  height: 100%;
}
.notice-section .card-header {
  border-bottom: none;
  background: transparent;
  color: #fff;
  padding: 0 15px;
}
.notice-section .card-header h4 {
  font-size: 26px;
  font-weight: 700;
  color: #001a68;
}
.notice-section .card-body {
  padding: 15px;
}
.notice-section .card-body .slick-list {
  height: auto !important;
}
.event-item {
  display: flex;
  align-items: center;
  border: 1px solid #a4831e;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.event-img {
  width: 180px;
  margin-right: 15px;
}
.event-details h3 {
  font-size: 16px;
  font-weight: 600 !important;
}
.notice-section li {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}
.notice-section i {
  margin-right: 5px;
  color: #d74275;
}
.event-details p {
  font-size: 14px;
  line-height: 20px;
}
.notice-section span {
  width: 100%;
  display: inherit;
  line-height: 1.4;
  font-weight: 600;
  font-size: 14px;
  color: #139faa;
}
.arrow1 {
  position: absolute;
  top: -3em;
  right: 2em;
  background: #fff;
  padding: 7px;
  font-size: 16px !important;
}
.arrow2 {
  position: absolute;
  top: -3em;
  right: 0;
  background: #fff;
  padding: 7px;
  font-size: 16px !important;
}
marquee {
  height: 330px;
}
@media (max-width: 767px) {
  .about-section-inner-left {
    padding: 25px 0;
  }
}
@media (min-width: 320px) {
  .important-notice-section {
    border-right: none;
    padding-right: 0;
  }
  .announcements-section {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .important-notice-section {
    border-right: 1px solid #7583ad;
    padding: 40px 25px 40px 0;
  }
  .announcements-section {
    padding: 0;
  }
}

/*===================================
        The Achievement Section
=====================================*/
.achievementSection {
  width: 100%;
  background-size: cover;
  padding: 40px 0;
}

.achievementBox .achievementBoxes {
  position: relative;
  display: block;
  width: 100%;
}
.achievementBoxes ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  visibility: visible;
  animation-name: fadeInUp;
}

.achievementBox ul li {
  text-align: center;
  width: 20%;
  position: relative;
}
.achievementBox ul li img {
  max-height: 55px;
}

.achievementBox img {
  vertical-align: middle;
}

.achievementBox .achievementBoxes h2 {
  color: #fff;
  font-size: 50px;
  margin: 15px 0;
  font-weight: 600;
}
.achievementBox h2 {
  font-size: 42px;
  font-weight: 800;
  color: #1d2a38;
  line-height: 42px;
}
/* .achievementBox h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
} */
.achievementBox .achievementBoxes h3 {
  margin: 0px;
  padding: 0px;
  color: #ffcb08;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
}
.achievementBox .achievementBoxes h3 span {
  display: block;
}
@media screen and (max-width: 767px) and (min-width: 200px) {
  .admission.whyigcoverlay.whyigc h2 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 200px) {
  .whyngf h2,
  .admission h2,
  .exellence-container h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) and (min-width: 200px) {
  .admission h2 {
    margin-bottom: 30px;
  }
}
.whyigc h2 {
  color: #fbff04;
  margin-bottom: 35px;
}
.admission h2 {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fbff04;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) and (min-width: 200px) {
  .achievementBox .boxone h2 {
    font-size: 44px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 200px) {
  .achievementBox ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .achievementBox ul li {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #372585;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 200px) {
  .achievementBox ul li {
    text-align: center;
    width: 33%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 200px) {
  .achievementBox ul li img {
    max-height: 50px;
  }
}
.achievementBox ul li::after {
  background: url(../img/updateImg/bdr-right.png) center bottom;
  position: absolute;
  top: 25px;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
}
@media (max-width: 980px) {
  .achievementBox .achievementBoxes h3 {
    font-size: 16px;
  }
  .achievementBox ul li img {
    max-height: 40px;
  }
  .achievementBox .achievementBoxes h2 {
    font-size: 40px;
  }
  .achievementBox ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .achievementBox ul li {
    padding: 10px 0px;
  }
}
@media (max-width: 980px) {
  .ulList {
    display: flex;
    flex-direction: column;
  }
  .achievementBox ul li::after {
    display: none;
  }
}
.lineli {
  height: fit-content;
  width: 100%;
  display: flex;
  justify-content: center;
}
.linelimiddle {
  margin-top: 10px;
  height: 1px;
  background: #eae5e5;
  width: 70%;
}

/*===================================
        The SchoolQoutes Section
=====================================*/

/* .whyigc {
  display: block;
    position: relative;
    width: 100%;
    padding: 80px 0;
    float: left;
    background: #06417b url(../img/updateImg/sport-gallery-1.jpg)no-repeat;
    background-position: center;
    background-size: cover;
}
.whyigcoverlay::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    //background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.qoutesSec {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 1699px) and (min-width: 1400px){
.qoutesSec {
    max-width: 1270px;
    width: 100%;
}}
.qoutesSec {
    max-width: 1600px;
    width: 100%;
}
@media (min-width: 1200px){
.qoutesSec {
    width: 1170px;
}}
@media (min-width: 992px){
.qoutesSec {
    width: 970px;
}}
@media (min-width: 768px){
.qoutesSec {
    width: 1140px;
}}
.qoutesSec:before,.row:before{
    display: table;
    content: " ";
}
@media screen and (max-width: 767px) and (min-width: 200px){
.admission.whyigcoverlay.whyigc li {
    width: 100% !important;
    padding: 20px 0;
    min-height: auto;
    margin-bottom: 0;
    float: inherit;
    position: inherit;
    display: block;
    border-right: 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #666;
}}
@media screen and (max-width: 767px) and (min-width: 200px){
.admission ul.admissionlist li {
    width: 33.33% !important;
    padding: 0px;
    min-height: auto;
    margin-bottom: 0px;
}}
.whyigc ul.admissionlist li {
    border-right: 1px solid #555;
}
.admission ul.admissionlist li {
    position: relative;
    width: 33.33%;
    float: left;
    text-align: center;
    border-right: 1px solid #a6a8e3;
    padding: 0 20px;
    min-height: 180px;
}
.admission ul.admissionlist {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}
.admission ul.admissionlist.whyigcse li {
    width: 33%;
}
.whyigc ul.admissionlist li {
    border-right: 1px solid #555;
}
.admission ul.admissionlist li {
    position: relative;
    width: 33.33%;//
    float: left;
    text-align: center;
    border-right: 1px solid #a6a8e3;
    padding: 0 20px;
    min-height: 180px;
}
.admission ul.admissionlist.whyigcse li h4 {
    font-weight: 400;
}
.whyigc ul.admissionlist li h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.admission ul.admissionlist li h4 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: normal;
    margin: 0px 0 0 0;
    text-align: center;
} */

/*===================================
        The Carosal Section
=====================================*/
.cardCarosalsection {
  background-color: white;
  height: fit-content;
}

.scrolldPage {
  padding-top: 35px;
  margin-top: 0px;
}
.sub-head h2 {
  padding-bottom: 10px;
  width: 60%;
  margin: 20px auto;
  position: relative;
  text-align: center;
  /* margin-bottom: 20px; */
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  /* font-family: 'Titillium Web', sans-serif; */
  font-family: "roboto";
}
.sub-head h2:before {
  position: absolute;
  background: #f6901e;
  height: 3px;
  content: "";
  width: 6%;
  bottom: 0px;
  left: 43%;
}
.sub-head h2:after {
  content: "";
  position: absolute;
  width: 8%;
  height: 3px;
  bottom: 0;
  left: 7%;
  right: 0px;
  margin: 0px auto;
  background: #fad843;
}
/*===================================
        The galery Section
=====================================*/

.galleryN h1 {
  text-align: center;
  padding: 20px;
}
.wrap {
  overflow: hidden;
  margin: 10px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.box {
  float: left;
  position: relative;
  width: 20%;
  padding-bottom: 20%;
}

.boxInner {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 20px;
  overflow: hidden;
}
.boxInner img {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  /* Smartphone view: 1 tile */
  .box {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 650px) and (min-width: 481px) {
  /* Tablet view: 2 tiles */
  .box {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 651px) {
  /* Small desktop / ipad view: 3 tiles */
  .box {
    width: 33.3%;
    padding-bottom: 33.3%;
  }
}
@media only screen and (max-width: 1290px) and (min-width: 1051px) {
  /* Medium desktop: 4 tiles */
  .box {
    width: 25%;
    padding-bottom: 25%;
  }
}

/*===================================
        The School Section
=====================================*/
.the-school-section {
  background: url("../img/the-school-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 50px 0 65px;
}
.the-message-item {
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  margin: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.the-message-content {
  width: 65%;
  padding: 30px 15px 30px 30px;
  position: relative;
}
.the-message-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  position: relative;
}
.the-message-content p:before,
.the-message-content p:after {
  font-family: "FontAwesome";
  content: "\201C";
  position: absolute;
  font-size: 60px;
  font-weight: 800;
  opacity: 0.3;
  font-style: normal;
}
.the-message-content p:before {
  top: -10px;
  left: -10px;
}
.the-message-content p:after {
  content: "\201D";
  right: -10px;
  bottom: -30px;
}
.arrow {
  top: 30px;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  margin: 0;
  position: absolute;
}
.the-message-avtar {
  width: 35%;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
}
.author {
  position: absolute;
  top: 92%;
}
.author h5 {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #001a68;
}
.author h5 span {
  color: #ffc000;
}
.the-school-section .item {
  margin-bottom: 30px;
}
.the-school-section .owl-nav {
  text-align: center;
  margin-top: 20px;
}
.the-school-section .owl-prev,
.the-school-section .owl-next {
  background-color: #001a68 !important;
  color: #fff !important;
  width: 45px;
  height: 45px;
  font-size: 24px !important;
  line-height: 45px !important;
  border-radius: 5px;
  margin: 0 7px;
  transition: 0.5s;
}
.the-school-section .owl-prev:hover,
.the-school-section .owl-next:hover {
  background-color: #ffc000 !important;
  color: #000 !important;
}
.the-school-section .owl-prev:focus,
.the-school-section .owl-next:focus {
  outline: none;
}
/*===================================
        //The Carosal Section
=====================================*/

.whybranchmobile {
  display: block !important;
}
.scrolldPage {
  padding-top: 35px;
}
.sub-head h3,
.sub-head h2 {
  padding-bottom: 10px;
  width: 60%;
  margin: 20px auto;
  position: relative;
  text-align: center;
  /* margin-bottom: 20px; */
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  /* font-family: 'Titillium Web', sans-serif; */
  font-family: "roboto";
}
.sub-head h3:before,
.sub-head h2:before {
  position: absolute;
  background: #f6901e;
  height: 3px;
  content: "";
  width: 6%;
  bottom: 0px;
  left: 43%;
}
.sub-head h3:after,
.sub-head h2:after {
  content: "";
  position: absolute;
  width: 8%;
  height: 3px;
  bottom: 0;
  left: 7%;
  right: 0px;
  margin: 0px auto;
  background: #fad843;
}

/*===================================
        //The School Section
=====================================*/
.odometer-section {
  padding: 50px 0 65px;
}

.odometer-item {
  background: #001a68;
  text-align: center;
  color: #fff;
  padding: 20px 10px 45px;
  position: relative;
  transition: 0.5s;
}
.odometer-item h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}
.odometer-item p {
  font-size: 14px;
  text-transform: uppercase;
}
.odometer-item-icon {
  background: #fff;
  height: 60px;
  color: #000;
  font-size: 22px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
  position: absolute;
  left: 37%;
  bottom: -30px;
}
.odometer-item:hover {
  background: #ffc000;
  color: #000;
}
@media (min-width: 320px) {
  .odometer-section {
    padding: 50px 0 0px;
  }
  .odometer-item {
    margin-bottom: 60px;
  }
  .odometer-item-icon {
    left: 44%;
  }
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .odometer-item-icon {
    left: 37%;
  }
}
@media (min-width: 992px) {
  .odometer-section {
    padding: 50px 0 65px;
  }
  .odometer-item {
    margin-bottom: 0;
  }
}

/*================================
            Activities
=================================*/

.gallrey img {
  width: 100%;
}

.gallrey {
  padding: 50px 0 0;
}
.gallery-padding {
  padding: 0;
  overflow: hidden;
}
/*================================
            //Activities
=================================*/

.beyond-academinc-section {
  padding: 50px 0;
}
.beyond-academinc-section .card {
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.beyond-academinc-section .card-body {
  padding: 10px 15px 15px;
}
.beyond-academinc-section .card-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.beyond-academinc-section .card-text {
  font-size: 15px;
  line-height: 22px;
}
.link-with-icon {
  color: #ffc000 !important;
  margin-top: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.link-with-icon:hover {
  color: #001a68 !important;
}

/*=================================
        Footer Section
==================================*/
.main-footer {
  position: relative;
  background: #282828;
}
.widgets-section {
  padding: 0 0 30px;
}
.contact-info {
  margin-top: 15px;
}
.contact-info li {
  margin-bottom: 10px;
}
.contact-info li a {
  display: flex;
}
.contact-info .icon-section {
  margin-right: 10px;
  font-size: 15px;
}
.contact-info p {
  font-size: 14px;
  line-height: 22px;
}
.social-links-two {
  position: relative;
}
.social-links-two li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
  border-radius: 50%;
}
.social-links-two li a {
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 12px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.social-links-two li.facebook a {
  background-color: #4d6bab;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(77, 107, 171, 0.5);
  -ms-box-shadow: 0px 0px 0px 4px rgba(77, 107, 171, 0.5);
  box-shadow: 0px 0px 0px 4px rgba(77, 107, 171, 0.5);
}
.social-links-two li.twitter {
  background-color: #4ec6f8;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(78, 198, 248, 0.5);
  -ms-box-shadow: 0px 0px 0px 4px rgba(78, 198, 248, 0.5);
  box-shadow: 0px 0px 0px 4px rgba(78, 198, 248, 0.5);
}
.social-links-two li.linkedin {
  background-color: #248cc9;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(36, 140, 201, 0.5);
  -ms-box-shadow: 0px 0px 0px 4px rgba(36, 140, 201, 0.5);
  box-shadow: 0px 0px 0px 4px rgba(36, 140, 201, 0.5);
}
.social-links-two li.youtube {
  background-color: #bb0000;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(187, 0, 0, 0.49);
  -ms-box-shadow: 0px 0px 0px 4px rgba(187, 0, 0, 0.49);
  box-shadow: 0px 0px 0px 4px rgba(187, 0, 0, 0.49);
}
.main-footer .footer-column .footer-title {
  position: relative;
  margin-bottom: 15px;
}
.main-footer .footer-column .footer-title h2 {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.main-footer .links-widget .list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 10px;
  width: 45%;
}
.main-footer .links-widget .list li:before {
  content: "\f111";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  font-size: 8px;
  margin-right: 6px;
}
.main-footer .links-widget .list li a {
  position: relative;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  padding: 4px 0px 4px 0px;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-footer .links-widget .list li a:hover {
  color: #ffc000;
}
.footer-bottom {
  padding: 10px 0;
  background: #222222;
}
.social-links-two {
  margin-top: 20px;
}

/*====== Inner Page Style ======*/
.page-title {
  position: relative;
  padding: 60px 0px 60px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: -webkit-linear-gradient(left top, #ffb400, #000, #001c71);
}
.page-title .inner-box {
  position: relative;
}
.page-title h1 {
  font-size: 45px;
  margin-bottom: 0px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}
.page-title .bread-crumb {
  position: relative;
  color: #ffffff;
}
.page-title .bread-crumb li {
  position: relative;
  color: #ffffff;
  margin-right: 8px;
  font-weight: 300;
  padding-right: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.page-title .bread-crumb li:last-child {
  margin-right: 0px;
  padding-right: 10px;
}
.page-title .bread-crumb li:after {
  position: absolute;
  content: "/";
  right: -2px;
  top: 0px;
  color: #ffffff;
  font-size: 14px;
}
/*===== Contact page =====*/
.form-heading-section {
  box-shadow: 0 0 5px 5px rgba(186, 186, 186, 0.21);
  border: 1px solid #fff;
  background: #fff;
  transition: 0.5s;
  display: table;
  margin: 0 auto;
  border-radius: 45px 0 45px 0;
}
.form-heading-section h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.contact-form {
  box-shadow: 0 0 5px 5px rgba(186, 186, 186, 0.21);
  border: 1px solid #fff;
  background: #fff;
  transition: 0.5s;
}
.contact-form:hover {
  box-shadow: 0 0 5px 5px rgba(186, 186, 186, 0.5);
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 33px;
  padding: 10px 25px;
  color: #222222;
  border: 1px solid #1b315a75;
  height: 55px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 25px;
  height: 107px;
  resize: none;
  border: 1px solid #1b315a75;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form button {
  margin-top: 20px;
}
.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-style-one {
  position: relative;
  padding: 12px 40px;
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 60px 0px 60px 0px;
  background: #f30000;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.btn-style-one:hover {
  color: #000;
  background: #ffb400;
}
.contact-info-block {
  position: relative;
  margin-bottom: 40px;
}
.contact-info-block .inner-box {
  position: relative;
  border: 1px solid #ececec;
  border-radius: 30px 0;
  overflow: hidden;
  padding: 26px 22px 26px 110px;
  box-shadow: 0 0 5px 5px rgb(186 186 186 / 21%);
  transition: 0.5s;
}
.contact-info-block .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 100%;
  background-color: #1d325c;
}
.contact-info-block .inner-box .icon-box .icon {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 55px;
  height: 55px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  display: inline-block;
  margin-top: -28px;
  background-color: #f30000;
}
.contact-info-block .inner-box .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

/*====== Common Page ========*/
.left-site-image-section .image-left {
  width: 50%;
  float: left;
  display: block;
  margin: 0 20px 10px 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.left-site-image-section .image-left img {
  transition: all ease-in-out 1s;
}
.left-site-image-section:hover img {
  transform: scale(1);
}
.inner-page-section h1 {
  font-size: 24px;
  border-left: 2px solid #f30000;
  padding: 5px;
  display: flex;
}
.inner-page-section p {
  text-align: justify;
  margin: 5px 0 20px;
}

/*========= Common Page Two ===========*/
.left-side-bar {
  border-right: none;
  padding-right: 0;
  margin-bottom: 25px;
}
.left-side-bar h4 {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  background: #ddd;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 20px 0;
  margin-bottom: 15px;
}
.left-side-bar h4 i {
  font-weight: 800;
  margin-right: 10px;
}
.sidebar-link {
  display: none;
}
.sidebar-link ul > li {
  border-bottom: 1px dashed #e3e3e3;
  padding: 5px;
}
.sidebar-link ul > li:last-child {
  border-bottom: none;
}
.sidebar-link ul > li > a {
  color: #838383;
  transition: 0.5s;
  display: block;
}
.sidebar-link ul > li > a:hover {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .sidebar-link {
    display: block;
  }
  .left-side-bar {
    border-right: 1px solid #e3e3e3;
    padding-right: 25px;
    margin-bottom: 0;
  }
}

/*-----------------gallery css---------------------*/
.gall-img img {
  border: 5px solid #fff;
  box-shadow: 1px 1px 7px #555;
}
.img-holder {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.gal-pad {
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .img-holder {
    height: 136px;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .img-holder {
    height: 150px;
    width: 100%;
    overflow: hidden;
  }
  .event-block {
    margin-top: 28px;
    margin-bottom: 0px;
  }
  .stall-h h3 {
    text-align: left;
    font-weight: 600 !important;
    color: #e7251d;
    font-size: 22px;
  }
      /*.carousel {*/
      /*  height: 263px !important;*/
      /*}*/
      /*.carousel .carousel-inner {*/
      /*  height: 94%;*/
      /*}*/
  .banner-btm {
    position: absolute;
    z-index: 100;
    bottom: -3px;
    width: 100%;
    height: 49px;
  }
}
@media only screen and (max-width: 360px) {
  .img-holder {
    height: 126px;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 320px) {
  .img-holder {
    height: 109px;
    width: 100%;
    overflow: hidden;
  }
}

.galleryboxCaptionstatik {
  position: absolute;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  color: #fff;
  top: 6px;
  left: 6px;
  padding: 4px 15px;
  background: #e82a22;
}
.galleryboxCaptionstatik p {
  font-size: 14px;
  color: #fff;
  font-family: "Hind", sans-serif;
  margin: 0;
}
.ribbon-edge-bottomleft {
  border-width: 0 10px 15px 0;
  left: 6px;
  top: 34px;
  border-color: transparent #e82a22 transparent transparent;
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0px;
  width: 0px;
}
.btm-gal {
  margin-bottom: 10px;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  top: 60px;
}
.modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}
.art-block p {
  font-size: 14px;
}
.event-page-block i {
  color: #e7251d;
  font-size: 16px;
  margin-right: 6px;
}
.event-page-block {
  padding-left: 0px;
}
.event-page-block li {
  list-style: none;
  margin-bottom: 7px;
}
.event-head {
  margin-bottom: 38px;
}

.float-img img {
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 10000000;
  width: 100px;
}
.modal-header-style {
  background: #da0000;
  color: #fff;
  font-weight: 200;
}
@media (max-width: 768px) {
  .float-img img {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 10000000;
    width: 88px;
  }
}

/*==========Form===========*/
/*====Select multiple====*/
/**
 * Multiple Select2
 */
.select2-container--material {
  width: 100% !important;
}
.select2-container--material ::-webkit-input-placeholder {
  color: inherit;
}
.select2-container--material :-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::placeholder {
  color: inherit;
}
.select2-container--material .select2-selection {
  /* @extend input */
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  box-sizing: inherit;
  /* @extend .form-control */
  display: block;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0 0.6rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  /* @extend input[type=text] */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  width: 100%;
  font-size: 1rem;
  box-shadow: none;
  transition: all 0.3s;
  min-height: 2.1rem;
}
.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--material
  .select2-selection--single
  .select2-selection__rendered {
  float: left;
}
.select2-container--material
  .select2-selection--single
  .select2-selection__arrow {
  float: right;
}
.select2-container--material .select2-selection--multiple {
  padding: 0px;
  /*height: 45px;*/
  border-bottom: none;
  border: 1px solid #a5a5a5;
  margin: 0;
  border-radius: 5px;
}
.select2-container--material
  .select2-selection--multiple
  .select2-selection__rendered {
  width: 100%;
}
.select2-container--material
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--material
  .select2-selection--multiple
  .select2-selection__choice {
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  border: 0;
  border-radius: 16px;
  background-color: #aa090a;
  display: inline-block;
  color: rgba(255, 255, 255, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 1px;
  margin-bottom: 0px;
  margin-top: 6px;
}
.select2-container--material
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-size: 0;
  opacity: inherit;
  cursor: pointer;
  float: right;
  margin-top: 6px;
  margin-right: -3px;
  margin-left: 3px;
  transition: opacity;
}
.select2-container--material
  .select2-selection--multiple
  .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.select2-container--material
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container--material .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}
.select2-container--material .select2-dropdown {
  border: 0;
}
.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
}
.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material .select2-results__options {
  /* @extend .zf-shadow-depth* */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* @extend .dropdown-content */
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width, height;
  /* @extend .dropdown-content inline styles */
}
.select2-container--material .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  color: rgb(170, 9, 10);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  font-size: 15px;
  display: block;
  padding: 0.5rem;
  background: #aa090a1a;
  font-weight: 400;
  border-bottom: 1px solid #aa090a21;
  /**
   * Disabled options
   */
  /**
   * Selected option
   */
  /**
   * Active/hovered option
   */
}
.select2-container--material .select2-results__option[aria-disabled="true"] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}
.select2-container--material .select2-results__option[aria-selected="true"] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  color: #4285f4;
  background-color: #eee;
}
.select2-container--material
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
}
.select2-container--material.select2-container--focus .select2-selection {
  /* @extend input[type=text]:focus */
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container--material.select2-container--disabled.select2-container--focus
  .select2-selection {
  box-shadow: none;
}

.form-admi-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  background: #aa090a;
  color: #ffffff;
  border-top: 4px solid #f9e507;
  border-radius: 10px 10px 0 0;
  font-family: "EB Garamond", serif;
}
.form-body {
  padding: 30px;
}
.form-body input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 48px;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #a5a5a5;
  background: #aa090a0d;
  color: #576366;
  text-transform: uppercase;
}
.form-body .label-custom {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  display: block;
}
.form-body .input-inner {
  margin-top: 15px;
}
.input-inner p {
  margin: 0;
}
.form-inner-heading {
  font-family: "EB Garamond", serif;
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  margin: 30px 0 0px;
  padding: 10px 10px;
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  background: #f5f5f5;
}
.form-inner-heading span {
  background: #000;
  color: #fff;
  padding: 2px 7px;
  border-radius: 50%;
  margin-right: 5px;
}
.form-body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  /*height: 136px;*/
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #a5a5a5;
  background: #aa090a0d;
  color: #576366;
}
fieldset {
  border: 1px solid #aa090a !important;
}
legend {
  font-family: "EB Garamond", serif;
}
.blink {
  padding: 15px;
  text-align: center;
}
.blink p {
  animation: blink 2s linear infinite;
  color: #aa090a;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.upload-img-box {
  border: 4px double #aa090a;
  height: 235px;
  overflow: hidden;
}
.btn-rounded {
  border-radius: 10em;
}
.btn-mdb-color {
  background-color: #aa090a !important;
  color: #fff;
}
.file-field h6 {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  padding-bottom: 10px;
}
.yellow-gradient {
  background: -webkit-linear-gradient(50deg, #b98300, #ffb606) !important;
  background: -o-linear-gradient(50deg, #b98300, #ffb606) !important;
  background: linear-gradient(40deg, #b98300, #ffb606) !important;
  color: #fff;
}

/*for news and event*/
.newsevents-blk h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  background: #1462d8;
  border-radius: 4px;
  color: #fff;
  padding: 5px;
  font-weight: 500;
}
.newsevents-blk .btm-gal {
  margin-bottom: 3em;
}
.newsevents-blk img {
  border: 6px solid #fff;
  box-shadow: 1px 1px 6px #555;
  border-radius: 5px;
}
.press-blk h2 {
  font-size: 20px;
}
.press-blk h5 {
  font-size: 15px;
  color: #2b5cbd;
}
.mb-1 {
  margin-bottom: 1em;
}

/* ----quote banner css------ */
.quoteBanner {
  height: 400px!important;
  width: 100%!important;
  background-position: center!important;
  background-size: cover!important;
  display: flex!important;
  flex-direction: column!important;
  justify-content: center!important;
  align-items: center!important;
  position: relative!important;
}
/* .upperquoteBanner .h2text{
  letter-spacing: 0.3rem;
  font-size: 40px;
} */

.quoteBanner::before {
  content: ""!important;
  top: 0!important;
  left: 0!important;
  height: 400px!important;
  width: 100%!important;
  position: absolute!important;
  z-index: 1!important;
  position: absolute!important;
  background: rgba(0, 0, 0, 0.7)!important;
  /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%); */
}

.upperquoteBanner {
  height: 70px!important;
  width: 100%!important;
  text-align: center!important;
  z-index: 2!important;
  color: #fbff04!important;
}

.lowerquoteBanner {
  height: 250px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
}

.quoteBanner .ban {
  height: 100px;
  width: 23%;
  color: #fff;
  z-index: 2;
  text-align: center;
  position: relative;
  font-size: 24px;
  line-height: 34px;
  margin-right: 20px;
}

.rotateLine {
  width: 190px;
  height: 1.5px;
  background: #fff;
  position: absolute;
  transform: rotate(90deg);
  right: -34%;
  top: 50%;
}
.rotate1Line1 {
  width: 100%;
  height: 1.5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 2;
}
.rotate1Line2 {
  width: 100%;
  height: 1.5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 68%;
  z-index: 2;
}
@media only screen and (max-width: 872px) and (min-width: 1256px) {
  .rotate1Line {
    display: none !important;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1256px) {
  .rotate1Line {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .rotate1Line {
    display: none !important;
  }
}
@media (min-width: 1700px) {
  .rotateLine {
    right: -28% !important;
    transition: 0.3s linear !important;
  }
}
@media (min-width: 2000px) {
  .rotateLine {
    right: -23%;
    transition: 0.3s linear !important;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1256px) {
  .rotateLine {
    right: -43%;
    transition: 0.3s linear !important;
  }
  .rotate1Line {
    display: none !important;
  }
}

@media only screen and (min-width: 874px) and (max-width: 989px) {
  .ban h4 {
    font-size: 20px;
    transition: 0.3s linear !important;
  }

  .rotateLine {
    right: -57%;
    transition: 0.3s linear !important;
  }

  .rotate1Line {
    display: none !important;
  }
}

@media only screen and (max-width: 873px) {
  .rotateLine {
    width: 190px !important;
    height: 1.5px !important;
    background: #fff !important;
    position: absolute !important;
    transform: rotate(0deg) !important;
    right: 0 !important;
    top: 5% !important;
  }

  .lowerquoteBanner {
    flex-direction: column !important;
  }

  .quoteBanner .ban {
    height: 100px !important;
    width: 75% !important;
    color: #fff !important;
    z-index: 2 !important;
    text-align: center !important;
    position: relative !important;
    font-size: 19px !important;
    line-height: 19px !important;
    margin-right: 0px !important;
    margin-top: -5px !important;
  }
  .quoteBanner .ban h4 {
    font-size: 19px !important;
  }
  .upperquoteBanner {
    height: 144px !important;
  }

  .quoteBanner {
    height: 491px !important;
  }

  .quoteBanner::before {
    height: 491px !important;
  }
  .quoteBanner .ban .rotateLine {
    display: none !important;
  }
}
/*@media (max-width: 470px) {*/
/*  .rotate1Line2 {*/
/*    top: 110%;*/
/*  }*/
/*}*/
@media (max-width: 470px) {
  .rotate1Line2 {
    top: 100%;
  }
  .upperquoteBanner h2 {
    font-size: 1.5rem !important;
  }
  .quoteBanner .ban {
    font-size: 17px !important;
    height: 128px !important;
    line-height: 15px!important;

  }
  .quoteBanner {
    height: 536px !important;
  }
  .quoteBanner::before {
    height: 536px !important;
  }
}


