body {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: 'Roboto Slab', serif;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
p {
  text-align: justify;
}
.transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb0 {
  padding-bottom: 0px !important;
}
.section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.section .widget {
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-header {
  width: 100%;
  background: #fff;
  padding: 15px 0;
  position: fixed;
  top: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(32, 30, 30, 0.15);
          box-shadow: 0px 5px 5px 0px rgba(32, 30, 30, 0.15);
}
.main-header .navbar {
  margin-bottom: 0px;
  border: none;
  background: none;
}
.main-header .navbar-brand {
  padding: 2px 0 0 10px;
}
.main-header .navbar-brand img {
  max-width: 150px;
}
.main-header .navbar-nav li a {
  color: #777;
  font-weight: 500;
  padding: 14px 9px;
  font-size: 15px;
  position: relative;
}
.main-header .navbar-nav li a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #f17420;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  top: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.main-header .navbar-nav li a:hover,
.main-header .navbar-nav li a:focus {
  color: #f17420;
  background: none;
}
.main-header .navbar-nav li a:hover:after,
.main-header .navbar-nav li a:focus:after {
  top: 0;
  opacity: 1;
}
.main-header .navbar-nav li.active a {
  color: #f17420;
  background: none;
}
.main-header .navbar-nav li.active a:hover {
  color: #f17420;
  background: none;
}
.main-header .navbar-nav .btn:after {
  display: none;
}
.nav-margin {
  height: 79px;
}
.head-contact-btn {
  margin: 2px 0 0 25px;
}
.btn-primary {
  background: #d9251c;
  color: #fff !important;
  padding: 11px 25px !important;
  border-radius: 38px;
  border: none;
}
.btn-primary:hover {
  color: #fff !important;
  background: #0F9348 !important;
}
.btn-secondary {
  background: #f17420;
  color: #fff !important;
  padding: 10px 15px !important;
  border-radius: 38px;
  border: none;
  margin: 0 8px 0 0;
}
.btn-secondary:hover {
  color: #fff !important;
  background: #0F9348 !important;
}
.banner {
  position: relative;
  background-size: cover;
  background-position: center;
}
.banner .owl-nav {
  position: absolute;
  top: 48%;
  height: 1px;
  width: 100%;
}
.banner .owl-nav .owl-prev {
  float: left;
  margin-left: 15px;
}
.banner .owl-nav .owl-prev .las {
  background: #fff;
  border-radius: 50%;
  line-height: 42px;
  width: 42px;
  height: 42px;
  display: inline-block;
  color: #d9251c;
  font-size: 22px;
  -webkit-box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #c4c5cc;
}
.banner .owl-nav .owl-prev .las:hover {
  background: #d9251c;
  color: #fff;
}
.banner .owl-nav .owl-next {
  float: right;
  margin-right: 15px;
}
.banner .owl-nav .owl-next .las {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  line-height: 42px;
  color: #d9251c;
  font-size: 22px;
  -webkit-box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 34px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #c4c5cc;
}
.banner .owl-nav .owl-next .las:hover {
  background: #d9251c;
  color: #fff;
}

.gallery-image>img {
    height: 190px !important;
    object-fit: cover !important;
    width: 100%;
}
.banner .owl-dots {
  position: absolute;
  z-index: 10;
  top: 93%;
  width: 100%;
  text-align: center;
}
.banner .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
}
.banner .owl-dots .owl-dot.active span {
  background: #d9251c;
  width: 22px;
  border-radius: 6px;
}
.banner .item {
  background-position: center;
  background-size: cover;
  height: calc(100vh - 78px);
}
.banner .banner-container {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.banner .banner-container .banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1170px;
  z-index: 5;
  overflow: hidden;
}
.banner .banner-container .banner-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-top: -7px;
}
.banner .banner-container .banner-text h1 span {
  background: #d9251c;
  padding: 0 14px;
  font-size: 46px;
}
.banner .banner-container .banner-text p {
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-top: 10px;
  font-size: 18px;
}
.all-informations {
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 20px 30px -25px, rgba(0, 0, 0, 0.3) 0px 10px 30px -80px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 20px 30px -25px, rgba(0, 0, 0, 0.3) 0px 10px 30px -80px;
}
.all-informations ul {
  padding: 0px;
  margin: 0px;
}
.all-informations ul li {
  width: 32.7%;
  display: inline-block;
  border-right: 1px solid #e3e3e3;
}
.all-informations ul li:hover .info-box span img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.all-informations ul li .info-box {
  text-align: center;
  padding: 20px 10px;
}
.all-informations ul li .info-box a {
  color: #000;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.all-informations ul li .info-box a:hover {
  color: #f17420;
}
.all-informations ul li .info-box span {
  margin-bottom: 10px;
  display: inline-block;
}
.all-informations ul li .info-box span img {
  max-width: 60px;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
.all-informations ul li:last-child {
  border-right: none;
}
.info-slider {
  margin-top: 50px;
  text-align: center;
}
.info-slider .owl-nav {
  position: absolute;
  top: -9px;
  height: 1px;
  width: 100%;
}
.info-slider .owl-nav .owl-prev {
  float: left;
  margin-left: 0px;
}
.info-slider .owl-nav .owl-prev .las {
  background: #fff;
  border-radius: 50%;
  line-height: 42px;
  width: 42px;
  height: 42px;
  display: inline-block;
  color: #787878;
  font-size: 22px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border: 1px solid #c1c1c1;
}
.info-slider .owl-nav .owl-prev .las:hover {
  background: #f17420;
  color: #fff;
}
.info-slider .owl-nav .owl-next {
  float: right;
  margin-right: 0px;
}
.info-slider .owl-nav .owl-next .las {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  line-height: 42px;
  color: #787878;
  font-size: 22px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border: 1px solid #c1c1c1;
}
.info-slider .owl-nav .owl-next .las:hover {
  background: #f17420;
  color: #fff;
}
.info-slider p {
  margin-bottom: 0px;
}
.info-slider p span {
  font-weight: 500;
  text-decoration: underline;
}
.make_me_sticky {
  display: block;
  position: sticky;
  top: 85px;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.extra-padd-left {
  padding-left: 30px;
}
.extra-padd-right {
  padding-right: 30px;
}
.overview-section {
  position: relative;
  background: #fff url(../img/shape1.png) no-repeat left top 20px;
}
.school-image {
  border-radius: 12px;
  overflow: hidden;
}
.school-image img {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
.school-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.information h4 {
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  color: #d9251c;
  font-size: 14px;
  margin-bottom: 6px;
}
.information h2 {
  margin-bottom: 15px;
}
.information p {
  margin-bottom: 20px;
}
.information .btn {
  font-size: 13px;
}
.text-white {
  color: #fff !important;
}
.text-offwhite {
  color: #ebebeb !important;
}
.principal-section {
  background: #104f6e;
}
.principal-section .information h3 {
  color: #4dbaf1;
}
.principal-section .information h2 {
  color: #4dbaf1;
}
.principal-section .information p {
  margin-bottom: 15px;
  font-size: 15px;
}
.founder-msg .information p {
  font-size: 15px;
}
.testimonial-section {
  background: #f3f3f3 url(../img/shape2.png) no-repeat left bottom -10px;
  background-size: cover;
}
.testimonial-section .owl-nav {
  position: absolute;
  top: 115px;
  height: 1px;
  width: 100%;
}
.testimonial-section .owl-nav .owl-prev {
  float: left;
  margin-left: -25px;
}
.testimonial-section .owl-nav .owl-prev .las {
  background: #fff;
  border-radius: 50%;
  line-height: 42px;
  width: 42px;
  height: 42px;
  display: inline-block;
  color: #787878;
  font-size: 22px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border: 1px solid #c1c1c1;
}
.testimonial-section .owl-nav .owl-prev .las:hover {
  background: #f17420;
  color: #fff;
}
.testimonial-section .owl-nav .owl-next {
  float: right;
  margin-right: -25px;
}
.testimonial-section .owl-nav .owl-next .las {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  line-height: 42px;
  color: #787878;
  font-size: 22px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border: 1px solid #c1c1c1;
}
.testimonial-section .owl-nav .owl-next .las:hover {
  background: #f17420;
  color: #fff;
}
.testimonial-section .testimonial-box {
  margin: 25px;
  border-radius: 15px;
  background: #fff;
  padding: 25px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.testimonial-section .testimonial-box .testi-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.testimonial-section .testimonial-box .testi-header h4 {
  font-size: 17px;
  margin-bottom: 4px;
}
.testimonial-section .testimonial-box .testi-header p {
  font-size: 15px;
  margin-bottom: 0px;
}
.testimonial-section .testimonial-box .rating-star i {
  color: #f17420;
  font-size: 18px;
  cursor: pointer;
}
.number-section .all-numbers {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
.number-section .all-numbers ul {
  padding: 0px;
  margin: 0px;
}
.number-section .all-numbers ul li {
  width: 32.6%;
  display: inline-block;
  padding: 0 12px;
  list-style: none;
}
.number-section .all-numbers ul li .singel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.number-section .all-numbers ul li .singel-number .singel-image {
  padding-right: 12px;
}
.number-section .all-numbers ul li .singel-number .singel-image img {
  max-width: 57px;
}
.number-section .all-numbers ul li .singel-number .singel-dtls h3 {
  color: #f17420;
  font-size: 28px;
  margin-bottom: 2px;
  display: inline-block;
  width: auto;
}
.number-section .all-numbers ul li .singel-number .singel-dtls p {
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 1.1;
}
.number-section .facelities-box:hover .facelities-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.number-section .facelities-box .facelities-image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.number-section .facelities-box .facelities-image img {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
.number-section .facelities-box .facelities-titels a {
  color: #000;
  font-size: 19px;
  font-weight: 500;
}
.number-section .facelities-box .facelities-titels a i {
  color: #fff;
  background: #d9251c;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
}
.number-section .facelities-box .facelities-titels a:hover i {
  background: #f17420;
}
.footer-section {
  background: #e0edeb;
}
.footer-section .footer-fox-one .logo {
  display: inline-block;
  margin-bottom: 15px;
}
.footer-section .footer-fox-one h3 {
  margin-bottom: 12px;
}
.footer-section .footer-fox-one p {
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
}
.footer-section .footer-social {
  margin-top: 15px;
}
.footer-section .footer-social ul {
  padding: 0px;
  margin: 0px;
}
.footer-section .footer-social ul li {
  display: inline-block;
  margin-right: 4px;
}
.footer-section .footer-social ul li img {
  max-width: 32px;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
.footer-section .footer-social ul li img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer-section .footer-social ul li a {
  font-size: 30px;
  color: #434343;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
.footer-section .footer-social ul li a:hover {
  color: #f17420;
}
.footer-section .fot-menu {
  padding: 0px;
  margin: 0px;
}
.footer-section .fot-menu li {
  margin-bottom: 3px;
  list-style: none;
}
.footer-section .fot-menu li a {
  font-size: 14px;
  color: #434343;
}
.footer-section .fot-menu li a:hover {
  color: #f17420;
}
.footer-section .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.footer-section .contact-box .contact-img {
  padding-right: 8px;
  margin-left: -4px;
}
.footer-section .contact-box .contact-img img {
  width: 24px;
}
.footer-section .contact-box .contact-dtls {
  font-size: 14px;
  line-height: 1.4;
}
.footer-section .contact-box .contact-dtls a {
  color: #434343;
}
.footer-section .contact-box .contact-dtls a:hover {
  color: #f17420;
}
.graw-bg {
  background: #F5F5F5;
}
.number-speck-section {
  background: #333 url(../img/classroom.jpg) no-repeat left center;
  background-size: cover;
}
.number-speck-section .number-speak-text {
  padding-right: 30px;
}
.number-speck-section .singel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
  border: 1px solid #666;
  border-radius: 5px;
  width: 100%;
}
.number-speck-section .singel-number .singel-image {
  padding-right: 12px;
}
.number-speck-section .singel-number .singel-image img {
  max-width: 74px;
  max-height: 66px;
}
.number-speck-section .singel-number .singel-dtls h3 {
  color: #f17420;
  font-size: 37px;
  margin-bottom: 2px;
  display: inline-block;
  width: auto;
}
.number-speck-section .singel-number .singel-dtls p {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.1;
  color: #fff;
}
.beyond-points {
  padding: 0px;
  margin: 10px 0 0 0;
}
.beyond-points li {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
  font-size: 15px;
  padding-left: 15px;
}
.beyond-points li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #f17420;
  border-radius: 50%;
}
.beyond-points li b {
  color: #000;
}
.below-border {
  position: relative;
}
.below-border:after {
  position: absolute;
  content: "";
  left: 0px;
  width: 70px;
  height: 2px;
  background: #f17420;
  bottom: -13px;
}
.big-note {
  font-size: 16px;
  margin-top: 25px;
}
.one-exam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  background: #fff;
  padding: 13px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
}
.one-exam .exam-icon img {
  max-width: 75px;
}
.one-exam .exam-text {
  padding-left: 11px;
}
.one-exam .exam-text h3 {
  color: #f17420;
  font-size: 18px;
}
.one-exam .exam-text p {
  margin-bottom: 1px;
  font-size: 15px;
}
.one-exam .exam-text p b {
  color: #000;
}
.admissin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px !important;
}
.admissin i {
  color: #f17420;
  font-size: 24px;
  margin-top: 2px;
}
.admissin span {
  padding-left: 9px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.contact-form {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 20px 30px -25px, rgba(0, 0, 0, 0.3) 0px 10px 30px -80px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 20px 30px -25px, rgba(0, 0, 0, 0.3) 0px 10px 30px -80px;
}
.contact-form .left-contact {
  padding: 25px;
  border-right: 1px solid #e3e3e3;
  min-height: 422px;
}
.contact-form .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.contact-form .contact-box .contact-img {
  padding-right: 8px;
  margin-left: -4px;
}
.contact-form .contact-box .contact-img img {
  width: 24px;
}
.contact-form .contact-box .contact-dtls {
  font-size: 15px;
  line-height: 1.4;
}
.contact-form .contact-box .contact-dtls a {
  color: #434343;
}
.contact-form .contact-box .contact-dtls a:hover {
  color: #f17420;
}
.right-form {
  padding: 25px 25px 25px 0;
}
.right-form .form-control {
  border: 1px solid #cdd1d5;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  color: #a29b9b;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 12px;
}
.right-form .form-control:focus {
  border: 1px solid #f17420;
}
.right-form textarea {
  height: 120px !important;
}
.contact-logo {
  margin: 20px 0;
}
.map-area {
  width: 100%;
  height: 80vh;
  border-radius: 12px;
  border: 1px solid #f17420;
  overflow: hidden;
}
.map-area iframe {
  width: 100%;
  height: 100%;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent !important;
}
.dropdown-menu {
  padding: 3px 0 3px 0;
}
.dropdown-menu li a {
  padding: 6px 9px !important;
  border-bottom: 1px solid #f0eeee;
}
.dropdown-menu li a:hover:after {
  opacity: 0 !important;
}
.extra-padd-30 {
  padding-left: 35px;
}
.custom-modal {
  width: 700px !important;
}
.custom-modal .modal-body {
  padding: 0px;
}
.custom-modal .right-form {
  padding: 25px;
}
.custom-modal .modal-header {
  padding: 5px 10px;
}
.custom-modal .modal-header .close {
  font-size: 35px;
  opacity: 0.99;
}
.custom-modal .modal-header .close:hover {
  color: red;
}
/* ----- CSS ----- */
#popup {
  display: none;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 9;
}
#popup.hidden {
  display: none;
}
#popup.fade-in {
  opacity: 1;
  display: inline-block;
    max-width: 45%;
}
.quote-text {
  font-size: 20px;
  color: #f17420;
  position: relative;
  padding-left: 32px;
  width: auto;
  display: inline-block;
}
.text-black {
  color: #000;
}
.quote1 {
  position: absolute;
  top: -12px;
  left: 0;
}
.quote1 img {
  max-width: 25px;
}
.quote2 {
  position: absolute;
  bottom: -12px;
  right: -32px;
}
.quote2 img {
  max-width: 25px;
}
.popup-logo {
  max-width: 160px;
  margin: -10px 0 15px 0;
}
.gallery-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.gallery-box:hover .gallery-caption {
  top: 0;
}
.gallery-box .gallery-caption {
    display:none;    
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-box .gallery-caption i {
  background: #f17420;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 32px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin-bottom: 11px;
}
.gallery-box .gallery-caption h4 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  display: none;
}
.mandela-text {
  padding-left: 42px;
  font-size: 15px;
}
#asian-slider .item img,
#primary-slider .item img,
#academic-slider .item img {
  border-radius: 10px;
  overflow: hidden;
}
#curricular-slider .item img {
  border-radius: 10px;
  overflow: hidden;
}
#indoor-slider .item img,
#footing-slider .item img,
#infrastructure-slider .item img,
#admission-slider .item img {
  border-radius: 10px;
  overflow: hidden;
}
.gallery-folders ul {
  padding: 0px;
  margin-bottom: 0px;
}
.gallery-folders ul li {
  margin: 0 10px 12px 0;
  list-style: none;
  display: inline-block;
}
.gallery-folders ul li a {
  display: inline-block;
  color: #fff;
}
.vision-msg .school-image img {
  width: 100%;
}
.orange-text {
  color: #f17420;
}
.center-border::after {
  left: 0;
  right: 0;
  margin: auto;
}
.blog-box {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
.blog-box .blog-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-box .blog-dtls .subject {
  background: #f17420;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 4px;
}
.blog-box .blog-dtls .blog-date {
  padding-left: 20px;
  font-size: 14px;
}
.blog-box .blog-dtls h3 {
  margin-top: 15px;
  line-height: 1.3;
  font-size: 19px;
  margin-bottom: 10px;
}
.blog-box .blog-dtls h3 a {
  color: #333;
}
.blog-box .blog-dtls h3 a:hover {
  color: #d9251c;
}
.blog-box .blog-dtls p {
  font-size: 15px;
  margin-bottom: 15px;
}
.blog-quote {
  background-color: #f4f5f8;
  padding: 30px 20px;
  padding-right: 20px;
  padding-right: 95px;
  position: relative;
  border-left: 4px solid #f17420;
  margin-top: 20px;
}
.blog-quote p {
  font-size: 17px !important;
  color: #000;
  margin-bottom: 0px;
  position: relative;
  padding-left: 30px;
}
.blog-quote p i {
  position: absolute;
  color: #d9251c;
  font-size: 34px;
  left: -10px;
  top: -8px;
}
.post-comment {
  border-top: 1px solid #ccc;
  padding-top: 25px;
}
.post-comment .singel-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.post-comment .singel-comment .comment-author-img {
  padding-right: 20px;
}
.post-comment .singel-comment .comment-author-img img {
  width: 70px;
  border-radius: 50%;
}
.post-comment .singel-comment .commont-authoe-info h4 {
  font-size: 18px;
  color: #333;
}
.post-comment .singel-comment .commont-authoe-info p {
  font-size: 15px;
  margin-bottom: 3px;
}
.post-comment .singel-comment .commont-authoe-info .replay {
  font-size: 14px;
  color: #d9251c;
}
.post-comment .singel-comment .commont-authoe-info .replay:hover {
  color: #f17420;
}
.post-comment .form-control {
  border: 1px solid transparent;
  background: #f0eded;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 10px 15px;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 45px;
  font-weight: 300;
}
.post-comment .form-control:focus {
  border: 1px solid #f17420;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post-comment textarea {
  height: 120px !important;
}
.notice-box {
  padding: 15px;
  border-radius: 10px;
  background: #f17420;
}
.notice-box h3 {
  margin-bottom: 10px;
}
.notice-box h3 a {
  color: #fff;
}
.notice-box p {
  color: #fff;
  margin-bottom: 0px;
}
.mobile-show {
  display: none !important;
}
.gallery-image img{
    -webkit-transition: 1s !important;
    transition: 1s !important;
}
.gallery-box:hover .gallery-image img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.gallery-box:hover .gallery-caption{
    display:none;
}
.gallery-image>img {
  height: 220px !important;
  object-fit: cover !important;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
  .main-header .navbar-nav li a {
    padding: 14px 7px;
    font-size: 14px;
  }
  h1 {
    font-size: 36px;
  }
  .banner .banner-container .banner-text h1 span {
    font-size: 31px;
    padding: 0 8px;
  }
  .banner .item {
    height: calc(80vh - 78px);
  }
  h2 {
    font-size: 26px;
  }
  .information p {
    margin-bottom: 15px;
  }
  .number-section .facelities-box .facelities-titels a {
    font-size: 17px;
  }
  .custom-modal {
    width: 570px !important;
  }
  .right-form .form-control {
    height: 42px;
    font-size: 14px;
    padding: 6px 12px;
  }
  .right-form .mb20 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 991px) {
  .main-header .navbar-brand img {
    max-width: 110px;
  }
  .main-header .navbar-nav li a {
    padding: 12px 5px;
    font-size: 13px;
  }
  .main-header {
    padding: 6px 0 2px 0;
  }
  .navbar-brand {
    height: auto;
  }
  .nav-margin {
    height: 55px;
  }
  h2 {
    font-size: 22px;
  }
  .make_me_sticky {
    position: relative;
    top: 0;
  }
  .principal-image {
    margin-bottom: 30px;
  }
  .row-flex {
    display: block;
  }
  .extra-padd-right {
    padding-right: 15px;
  }
  .testimonial-section .owl-nav {
    top: 42%;
  }
  .facelities-box {
    margin-bottom: 25px;
  }
  .number-section {
    padding-bottom: 5px;
  }
  .footer-section .footer-social {
    margin-top: 0px;
    margin-bottom: 37px;
  }
  .fot-box-last {
    margin-top: 25px;
  }
  .footer-section {
    padding-bottom: 5px;
  }
  .extra-padd-left {
    padding-left: 0;
    margin-top: 15px;
  }
  .mb50 {
    margin-bottom: 0px;
  }
  .number-speck-section .number-speak-text {
    padding-right: 0;
  }
  .quote-text {
    font-size: 14px;
    padding-left: 23px;
  }
  .quote1 img {
    max-width: 16px;
  }
  .quote2 img {
    max-width: 16px;
  }
  .mandela-text {
    font-size: 13px;
  }
  .academic-course .mb50 {
    margin-bottom: 25px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .contact-form .left-contact {
    min-height: auto;
  }
  .contact-form .right-form {
    padding: 25px;
    border-top: 1px solid #ecebeb;
  }
}
@media screen and (max-width: 767px) {
  .main-header .navbar-brand img {
    max-width: 131px;
  }
  .main-header .navbar-nav li a {
    padding: 3px 19px;
  }
  .main-header .navbar-nav li a:hover::after,
  .main-header .navbar-nav li a:focus::after {
    display: none;
  }
  .navbar-nav .open .dropdown-menu {
    padding-left: 25px;
  }
  .mobile-show {
    display: block !important;
  }
  .desktop-show {
    display: none !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #7f7c7c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #f17420;
  }
  .banner .item {
    height: calc(65vh - 78px);
  }
  h1 {
    font-size: 26px;
  }
  .banner .banner-container .banner-text h1 span {
    font-size: 20px;
    padding: 1px 8px;
  }
  .banner .owl-dots {
    top: 88%;
  }
  h2 {
    font-size: 20px;
  }
  .principal-image img {
    max-width: 300px;
  }
  .testimonial-section .testimonial-box {
    margin: 10px 50px;
    padding: 20px;
  }
  .testimonial-section .owl-nav {
    top: 38%;
  }
  .testimonial-section .owl-nav .owl-prev {
    margin-left: 0;
  }
  .testimonial-section .owl-nav .owl-next {
    margin-right: 0;
  }
  .extra-padd-left {
    padding-left: 0px;
  }
  .footer-fox-one {
    margin-top: 25px;
  }
  .footer-section {
    padding-top: 5px;
  }
  p {
    text-align: inherit;
  }
  .custom-modal {
    width: 350px !important;
  }
  .custom-modal .right-form {
    padding: 10px;
  }
  .popup-logo {
    max-width: 137px;
    margin: -5px 0 6px 0;
  }
  .right-form textarea {
    height: 60px !important;
  }
  h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
    #popup.fade-in {
    max-width: 92%;
}
  .number-section .all-numbers ul li .singel-number .singel-image img {
    max-width: 40px;
  }
  .number-section .all-numbers ul li .singel-number .singel-dtls h3 {
    font-size: 21px;
  }
  .number-section .all-numbers ul li .singel-number .singel-dtls p {
    font-size: 13px;
  }
}
@media screen and (max-width: 450px) {
  .testimonial-section .testimonial-box .testi-header {
    display: inline-block;
  }
}
@media screen and (max-width: 400px) {
  .number-section .all-numbers ul li {
    width: 48.6%;
    padding: 6px 9px;
  }
  .number-section .all-numbers {
    margin-bottom: 17px;
  }
}
