@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,600&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  overflow-x: visible;
  background-color: white;
  font-size: 16px;
}

.header {
  padding: 5px 0;
  background-color: white;
}

.header .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 15px auto 20px;
}

.header .social li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header .social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 30px;
  background-color: #528FDF;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.header .social li a:hover {
  background-color: #7dabe7;
}

.logo_box {
  padding-top: 15px;
  text-align: center;
}

.logo_box img {
  max-width: 100%;
  min-width: 60px;
}

.heading {
  padding-top: 15px;
}

.heading img {
  display: block;
  max-width: 100%;
}

.cta {
  position: fixed;
  width: 50px;
  margin-left: auto;
  z-index: 999;
  right: 0;
  top: 50%;
}

.cta .whatsapp-btn, .cta .call-btn {
  max-width: 40px;
  margin: 0 5px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s all;
  transition: .3s all;
  margin: 10px 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cta .whatsapp-btn img, .cta .call-btn img {
  width: 100%;
  border-radius: 50%;
}

.cta .whatsapp-btn:hover, .cta .call-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 991px) {
  .cta {
    margin: 0 auto;
  }
}

#contact_btn {
  cursor: pointer;
}

.header_links {
  list-style: none;
  margin: 10px auto 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header_links li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  width: 170px;
  padding-left: 50px;
  border-radius: 10px;
  height: 50px;
  background-color: #e1231b;
  margin: 2px 3px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_links li a {
  text-decoration: none;
  display: block;
  color: #fff;
}

.header_links li i {
  color: #e1231b;
  height: 40px;
  width: 40px;
  padding-top: 12px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  left: 5px;
  font-size: 1.2em;
  top: 5px;
  border-radius: 50%;
}

.header_links li i.fa-mobile {
  font-size: 1.4em;
  padding-top: 8px;
}

.header_links li p {
  margin: 0;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0px 5px;
  text-transform: uppercase;
}

.menubar {
  margin: 0 auto;
  background-color: #e02419;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #013236;
}

.navbar-nav > li > a {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

@media (min-width: 767px) {
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.navbar {
  margin-bottom: 0;
  border: 0;
}

.dropdown-menu {
  background-color: #013236;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu > li > a {
  color: white;
  display: block;
  padding: 10px 20px;
  width: 100%;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: white;
  text-decoration: none;
  background-color: #102c46;
}

.nav .open > a {
  background-color: transparent;
  color: #013236;
}

.nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  color: #013236;
}

.news_panel {
  height: 30px;
  background-color: #e3e3e3;
  margin: 0;
  position: relative;
  padding-left: 120px;
  padding-top: 4px;
}

.news_panel:before {
  content: "NEWS UPDATE";
  background-color: #e1231b;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 120px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-size: .9EM;
  font-weight: 500;
}

.news_panel a {
  font-size: .8em;
  color: #013236;
  border-right: 2px solid #528FDF;
  margin-right: 8px;
  padding-right: 8px;
  text-decoration: none;
}

a.backtotop {
  background-color: #313536;
  height: 80px;
  width: 80px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  border-radius: 50%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
  animation: white-shadow .8s infinite, red-shadow .8s infinite;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.location_panel {
  padding: 40px 0;
  background-color: #272d30;
}

.location_panel iframe {
  margin-bottom: 20px;
}

.location_panel .section-title {
  margin-bottom: 30px;
}

.location {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: 10px auto;
}

.location .featured-img {
  border-radius: 10px;
  overflow: hidden;
}

.location .featured-img img {
  width: 100%;
}

.location .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  top: 0;
  text-align: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: .3s all;
  transition: .3s all;
  left: 0;
}

.location .overlay a {
  display: block;
  max-width: 120px;
  padding: 5px;
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  margin: 15px auto 5px;
  font-size: 14px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.location .overlay a:hover {
  background-color: #9c9c9c;
}

.location .overlay h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.location .overlay p {
  font-size: 13px;
  margin: 5px 0;
}

.location:hover .overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navigations_panel {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.navigation {
  height: 450px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.26);
  max-width: 340px;
  margin: 5px auto;
}

.navigation .head {
  position: relative;
  height: 55px;
  background-color: #013236;
  padding: 10px 0;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.4em;
}

.navigation .head:after, .navigation .head:before {
  content: "";
  height: 15px;
  position: absolute;
  background-color: #e1231b;
  width: 15px;
  bottom: -8px;
  -webkit-box-shadow: 0px 2px 2px 0px black;
          box-shadow: 0px 2px 2px 0px black;
}

.navigation .head:after {
  right: -15px;
}

.navigation .head:before {
  left: -15px;
}

.navigation .content {
  height: 335px;
}

.navigation .nav_links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation .nav_links li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  padding-left: 40px;
  min-height: 50px;
  background: #e1231b;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e1231b), color-stop(50%, White));
  background: linear-gradient(to right, #e1231b 50%, White 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}

.navigation .nav_links li:hover {
  background-position: left bottom;
}

.navigation .nav_links li:hover a {
  color: white;
}

.navigation .nav_links li:hover a:before {
  color: white;
}

.navigation .nav_links a {
  text-decoration: none;
  color: black;
  position: relative;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: .9em;
}

.navigation .nav_links a:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  margin-right: 5px;
  color: #e1231b;
  content: "\f14c";
  position: absolute;
  left: -20px;
  top: -2px;
}

a.view_all {
  background-color: #e1231b;
  text-decoration: none;
  color: white;
  max-width: 120px;
  display: block;
  margin: 5px auto;
  text-align: center;
  padding: 10px 0px;
}

.selections_panel {
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  height: 300px;
}

.selction_left, .selction_right {
  height: 30px;
  width: 30px;
  position: absolute;
  text-align: center;
  padding: 5px 0;
  background-color: #e1231b;
  text-decoration: none;
  color: white;
  top: 50%;
  border-radius: 50%;
}

.selction_left {
  left: -32px;
  padding-left: 15px;
}

.selction_right {
  right: -32px;
  padding-right: 12px;
}

#sel_slider {
  text-align: center;
}

#sel_slider img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.headline {
  margin: 20px auto;
  text-align: center;
  max-width: 800px;
  font-weight: bold;
  height: 40px;
  border: 1px solid #ccc;
  font-size: 1.5em;
  text-transform: uppercase;
}

.gallery_panel {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.gal_pic {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 15px auto;
  border: 2px solid #fa7304e3;
  border-radius: 10px;
}

.gal_pic img {
  width: 100%;
  border-radius: 10px;
}

.gal_pic img {
  width: 100%;
}

.gal_pic a {
  text-decoration: none;
  color: white;
  text-align: center;
}

.gal_pic h2 {
  padding: 53px;
  font-size: 2em;
}

.contact_panel {
  background-color: #f2fbfa;
  padding: 30px 0;
}

.con_box {
  height: 220px;
  max-width: 270px;
  margin: 10px auto 15px;
  background-color: white;
  border: 1px dotted #ccc;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  text-align: center;
  color: black;
  font-size: 1em;
}

.con_box .head {
  padding: 5px 0;
  border-bottom: 1px solid #f2fbfa;
  min-height: 60px;
  color: inherit;
}

.con_box .head h3 {
  margin: 0 auto;
  padding: 5px;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}

.con_box:hover {
  background-color: #013236;
  color: white;
}

.con_box .head i {
  font-size: 1.6em;
  color: #013236;
}

.con_box:hover i {
  color: white;
}

.con_box p {
  font-size: .8em;
  margin: 5px auto;
}

.con_box h4 {
  font-size: 1em;
  padding-top: 10px;
}

.contact h2 {
  color: #013236;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 10px;
  text-transform: uppercase;
}

.contact .cap_bar {
  position: relative;
  margin: 10px auto;
  max-width: 400px;
  color: black;
  text-align: center;
}

.contact .cap_bar i {
  font-size: 2em;
  height: 40px;
  background: #f2fbfa;
  width: 100px;
  position: relative;
  z-index: 99;
}

.contact .cap_bar:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: black;
}

.contact .con_pic img {
  width: 100%;
}

.courses_panel {
  padding: 40px 0;
  background-color: #e1231b;
}

.courses_panel img {
  max-width: 90%;
}

.courses_panel .owl-dots {
  text-align: center;
  width: 100%;
  left: 0;
  position: relative;
  z-index: 99;
}

.courses_panel .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #ccc !important;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.courses_panel .owl-dot.active {
  background-color: #fff !important;
}

.course img {
  width: 100%;
}

.footer {
  padding: 20px 0;
  background-color: #f5a802;
}

.footer h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.footer h3:before {
  content: "";
  background-color: #013236;
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_menu a {
  text-decoration: none;
  padding: 2px;
  margin: 7px 4px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  text-decoration: none;
  font-size: .9em;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}

.footer_menu a:before {
  position: absolute;
  content: '\f105';
  left: 0px;
  top: 0;
  font-family: "FontAwesome";
}

.footer_menu a:hover {
  color: #fff;
}

.footer .con {
  color: rgba(255, 255, 255, 0.7);
  margin: 10px auto;
  font-size: 14px;
}

.copyright {
  color: white;
  padding: 15px 5px 10px;
  font-size: .9em;
}

a.backtotop p {
  height: 55px;
  width: 55px;
  text-align: center;
  margin: 13px auto;
  background-color: #013236;
  border-radius: 50%;
  color: white;
  -webkit-box-shadow: -1px 1px 5px 0px black;
          box-shadow: -1px 1px 5px 0px black;
  font-size: 12px;
  padding: 14px 5px 0;
  line-height: 12px;
  position: relative;
}

a.backtotop p:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid white;
  position: absolute;
  top: 5px;
  left: 32%;
}

a.backtotop p span {
  font-weight: 700;
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 15px;
  }
  .header {
    text-align: center;
  }
  .logo_box {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .navbar-toggle {
    border: 1px solid #013236;
    border-radius: 4px;
    color: white;
  }
  .navbar-toggle .icon-bar {
    background-color: #013236;
  }
  .logo {
    margin: 0 auto;
  }
  .room {
    font-size: .8em;
  }
  .menubar {
    border-top: 1px solid #ed3034;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #013236;
  }
  .con_box {
    height: 200px;
    width: 250px;
  }
  .gal_pic h2 {
    padding: 20px;
  }
}

@media (max-width: 500px) {
  body {
    font-size: 13px;
  }
  .testimonial h4 {
    font-size: 1.1em;
  }
  .menubar {
    font-size: 1.2em;
  }
  .gal_pic h2 {
    padding: 0;
    font-size: 1em;
  }
  .con_box {
    height: auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    border: 0;
    border-top: 5px solid #e02419;
    border-bottom: 0;
  }
  .navbar-nav > li ~ li {
    border-left: 1px solid white;
  }
  .navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 5px solid #528FDF;
  }
  .navbar {
    min-height: 0;
  }
}

.enquiry-box {
  background-color: #e1231b;
  padding: 25px;
  max-width: 400px;
  height: 100%;
  z-index: 9999;
}

@media (max-width: 1199px) {
  .enquiry-box {
    margin: 30px auto;
  }
}

.enquiry-box h4 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.enquiry-box p {
  font-size: 12px;
  color: #fff;
}

.enquiry-box label {
  color: white;
  font-size: 12px;
}

.enquiry-box .form-control {
  height: 30px;
  border-radius: 2px;
}

.enquiry-box .btn {
  -webkit-transition: .3s;
  padding: 10px 15px;
  border-radius: 3px;
  background: #013236;
  border-color: #013236;
}

.banners {
  position: relative;
}

.banners a {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background: #013236;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.banners a:hover {
  background-color: #e1231b;
}

.banners .owl-dots, #sel_slider .owl-dots {
  text-align: center;
  width: 100%;
  bottom: 20px;
  left: 0;
  position: absolute;
  z-index: 99;
}

.banners .owl-dot, #sel_slider .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #ccc !important;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.banners .owl-dot.active, #sel_slider .owl-dot.active {
  background-color: #e1231b !important;
}

.banners {
  position: relative;
}

#sel_slider .owl-dots {
  bottom: -20px;
}

#sel_slider img {
  max-width: 70%;
}

.social-icons .fa {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  margin-right: 10px;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
  border-radius: 50%;
}

.social-icons.icon-rounded .fa {
  border-radius: 5px;
}

.social-icons.icon-flat .fa {
  border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.features {
  padding: 40px 0 0;
}

.page-title {
  font-size: 36px;
  font-weight: 700;
  color: #363636;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.featureBox {
  text-align: center;
  margin: 20px auto 0;
}

.featureBox .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 150px;
  border-radius: 5px;
  background: #013236;
  border: 5px solid #013236;
  border-left: none;
  border-right: none;
  font-size: 45px;
  color: #fff;
  margin-bottom: 80px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.featureBox .service-icon:before {
  content: "";
  width: 107px;
  height: 107px;
  border-radius: 5px;
  background: #013236;
  border: 7px solid #013236;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 50%;
  left: -52px;
  -webkit-transform: scaleX(0.5) translateY(-50%) rotate(45deg);
          transform: scaleX(0.5) translateY(-50%) rotate(45deg);
}

.featureBox .service-icon:after {
  content: "";
  width: 107px;
  height: 107px;
  border-radius: 5px;
  background: #013236;
  border: 7px solid #013236;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 50%;
  left: -52px;
  -webkit-transform: scaleX(0.5) translateY(-50%) rotate(45deg);
          transform: scaleX(0.5) translateY(-50%) rotate(45deg);
  border: 7px solid #013236;
  border-bottom: none;
  border-left: none;
  left: auto;
  right: -52px;
}

.featureBox .service-icon i {
  z-index: 1;
  position: relative;
}

.featureBox .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.featureBox:hover .title {
  color: #013236;
}

.featureBox .title:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(48%, #013236), color-stop(50%, transparent));
  background: linear-gradient(to right top, #013236 48%, transparent 50%);
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.featureBox .title:after {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(48%, #013236), color-stop(50%, transparent));
  background: linear-gradient(to right top, #013236 48%, transparent 50%);
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 2px;
  height: 0;
  border: 3px dotted #929292;
  opacity: 0;
  top: -85px;
  z-index: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.featureBox:hover .title:after {
  height: 70px;
  opacity: 1;
}

.featureBox .description {
  font-size: 15px;
  color: #6f6f6f;
  letter-spacing: 1px;
  margin-top: 10px;
}

.featureBox.blue .service-icon {
  background: #e1231b;
}

.featureBox.blue .service-icon:before, .featureBox.blue .service-icon:after {
  background: #e1231b;
}

.featureBox.blue:hover .title {
  color: #e1231b;
}

.featureBox.blue .title:before {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(48%, #e1231b), color-stop(50%, transparent));
  background: linear-gradient(to right top, #e1231b 48%, transparent 50%);
}

.features a {
  text-decoration: none;
}

.counter-section {
  padding: 40px 0;
  background-color: #f7f7f7;
}

.counter {
  padding: 20px 0;
  text-align: center;
  position: relative;
}

.counter .counter-content {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  padding: 30px 0;
  margin: 0 auto 30px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .counter-content:before {
  content: "";
  width: 122%;
  height: 122%;
  border-radius: 50%;
  border: 15px solid #013236;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.counter .counter-content:after {
  content: "";
  border-top: 16px solid #013236;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.counter .counter-icon {
  display: block;
  font-size: 50px;
  color: #013236;
  line-height: 50px;
}

.counter .counter-value {
  font-size: 50px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  line-height: 70px;
}

.counter .title {
  display: inline-block;
  padding: 5px 25px;
  background: #e1231b;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}

.counter.red .counter-content:before, .counter.blue .counter-content:before, .counter.purple .counter-content:before {
  border-color: #013236;
  border-bottom-color: transparent;
}

.counter.red .counter-content:after, .counter.blue .counter-content:after, .counter.purple .counter-content:after {
  border-top-color: #013236;
}

.counter.red .counter-icon, .counter.blue .counter-icon, .counter.purple .counter-icon {
  color: #013236;
}

.counter.red .title, .counter.blue .title, .counter.purple .title {
  background: #013236;
}

.page-section {
  padding: 40px 0;
  background-color: #f5f5f5;
}

.page-section .content {
  padding: 20px;
  background-color: #fff;
}

.page-section .content .title {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #013236;
}

.page-section .content .title span {
  display: block;
}

.page-section .content .title strong {
  display: block;
  font-size: 36px;
  word-wrap: break-word;
  line-height: 36px;
  color: #25344f;
  font-weight: 700;
  margin: 10px 0;
}

.page-section .content .title span {
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  color: #25344f;
}

.page-section .content .registration {
  font-weight: bold;
  font-size: 16px;
}

.page-section .content .registration a {
  font-size: 18px;
  color: #013236;
}

.course-tab {
  background-color: #fff;
  padding: 15px;
  min-height: 400px;
}

.course-tab .title {
  background-color: #013236;
  color: #fff;
  padding: 10px 15px;
}

.course-tab .title i {
  margin-right: 10px;
}

.course-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.course-tab ul li {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #ccc;
  padding-left: 25px;
}

.course-tab ul li::before {
  content: "\f0a4";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: "FontAwesome";
}

.course-tab ul li a {
  text-decoration: none;
  color: #000;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.feedback-section {
  padding: 40px 0;
  text-align: center;
  background: #f5f5f5;
}

.feedback-section .section-title {
  color: #000;
}

.feedback-section .featured-img {
  margin: 0 auto 20px;
  text-align: center;
}

.feedback-section img {
  max-width: 100px;
  margin: 0 auto;
}

.feedback-section i {
  font-size: 20px;
  color: cadetblue;
}

.feedback-section p {
  font-size: 14px;
}

.feedback-section .owl-dots {
  text-align: center;
  width: 100%;
  left: 0;
  position: relative;
  z-index: 99;
}

.feedback-section .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #ccc !important;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.feedback-section .owl-dot.active {
  background-color: #528FDF !important;
}

@media (max-width: 767px) {
  .header_links, .header .social {
    display: none;
  }
  .heading {
    margin-top: 30px;
  }
}

.blog-section {
  padding: 40px 0;
}

.blog-section a {
  text-decoration: none;
}

.blog-section .blog_wrapper {
  position: relative;
}

.blog-section .news-img {
  overflow: hidden;
  position: relative;
}

.blog-section .zoom img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.blog-section .date {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 49px;
  background-color: #013236;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0;
}

.blog-section .date span {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.blog-section .blog_text {
  padding: 30px 15px;
  box-shadow: 0px 0 10px 3px rgba(212, 222, 229, 0.4);
  -webkit-box-shadow: 0px 0 10px 3px rgba(212, 222, 229, 0.4);
}

.blog-section .blog_text h6 {
  padding-bottom: 13px;
  font-weight: 500;
  font-size: 14px;
}

.blog-section .blog_text h6 i {
  padding-right: 5px;
  color: #528FDF;
}

.blog-section .blog_wrapper h5 {
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
  line-height: 30px;
  font-size: 18px;
}

.blog-section .blog_wrapper h5 a {
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  text-transform: uppercase;
  color: #013236;
}

.blog-section .blog_wrapper h5 a:hover {
  color: #5c080f;
}

.blog-section .blog_wrapper .blog_text p {
  margin-bottom: 25px;
  font-size: 14px;
  text-align:justify;
}

.blog-section .author_name {
  position: relative;
  margin-right: 22px;
}

.blog-section .author_name:after {
  content: "";
  background: #d4dee5;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -14px;
  top: 6px;
}

.blog-section .blog_comments,
.blog-section .author_name {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  text-transform: uppercase;
  font-size: 14px;
}

.blog-section .zoom:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-section .blog_text a i {
  padding-right: 5px;
  color: #528FDF;
}

.view-all a {
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  background-color: #e1231b;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 15px;
  text-transform: capitalize;
  font-size: 14px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.view-all a:hover {
  background-color: #2873d6;
}

.course-section {
  padding: 30px 0;
}

.course-section .course-wrapper {
  -webkit-box-shadow: 0 6px 12px 1.4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 1.4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.course-section .blog-img img {
  width: 100%;
  max-height:200px;
}

.course-section .blog-text {
  padding: 15px 15px 17px;
}

.course-section .blog-info {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.course-section .blog-info h3 {
  font-size: 18px;
  font-weight: 400;
}

.course-section .blog-info a {
  color: #013236;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

.course-section .blog-info a:hover {
  color: #013236;
}

.course-section .blog-info p {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.course-section .blog-date {
  background: #e1231b;
  margin: -15px;
  padding: 10px;
  color: #fff;
  text-align: left;
}

.course-section .blog-date span {
  color: #525252;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-right: 12px;
  text-transform: capitalize;
  background: #013236;
  padding: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.course-section .blog-date span:last-child {
  margin-right: 0;
}

.course-section .blog-date span i {
  font-size: 13px;
  font-weight: 400;
  margin-right: 0px;
  margin-left: 10px;
  color: #5f5f5f;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.course-section .blog-contents {
  padding: 30px;
  overflow: hidden;
}

.course-section .blog-title {
  margin-bottom: 20px;
}

.course-section .blog-title h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 12px;
}

.course-section .blog-title a {
  color: #5f5f5f;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.course-section .blog-title a:hover {
  color: #013236;
}

.course-section .blog-title > p {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}

.course-section .blog-date span:hover {
  background: #0291d3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.course-section .blog-date a {
  text-decoration: none;
}

.course-section .course {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: 15px auto;
}

.course-section .course .featured-img {
  border-radius: 10px;
  overflow: hidden;
}

.course-section .course .featured-img img {
  width: 100%;
}

.course-section .course .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(24, 24, 24, 0.7);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  top: 0;
  text-align: center;
  -webkit-transition: .3s all;
  transition: .3s all;
  left: 0;
}

.course-section .course .overlay a {
  display: block;
  max-width: 120px;
  padding: 5px 10px;
  background-color: #528FDF;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  margin: 15px auto 5px;
  font-size: 13px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.course-section .course .overlay i {
  font-size: 40px;
}

.course-section .course .overlay h3 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.course-section .course .overlay p {
  font-size: 13px;
  margin: 5px 0;
}

.course-section .course:hover .overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes white-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: box-shadow .3s ease-in-out;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .4s ease-in-out;
    -webkit-transition: -webkit-box-shadow .4s ease-in-out;
    transition: -webkit-box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  }
}

@keyframes white-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: box-shadow .3s ease-in-out;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .4s ease-in-out;
    -webkit-transition: -webkit-box-shadow .4s ease-in-out;
    transition: -webkit-box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  }
}

@-webkit-keyframes red-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
    box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
  }
}

@keyframes red-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
    box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
  }
}

#contact_section {
  position: relative;
  z-index: 0;
  min-height: 400px;
}

#contact_section:before {
  content: "";
  position: absolute;
  top: -20px;
  background-color: #e09a02;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: -1;
}

#contact_section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

#contact_section ul li {
  padding-bottom: 20px;
}

#contact_section ul .add i {
  color: #f76b03;
}

#contact_section ul .cons i {
  color: #528FDF;
  font-size: 18px;
}

#contact_section ul .add, #contact_section ul .cons {
  padding-left: 20px;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
}

#contact_section ul .add i, #contact_section ul .cons i {
  position: absolute;
  top: 2px;
  left: 0;
}

.footer_social_icons {
  background: #2f3944;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_social_icons a {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c146a1+20,c146a1+20,8a4fa5+53 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b41af+1,95233c+95 */
  background: #013236;
  margin: 0;
  padding: 30px 5px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.footer_social_icons a:hover {
  background-color: #528FDF;
}

@media (max-width: 767px) {
  .footer_social_icons {
    display: block;
  }
  .footer_social_icons a {
    width: 49%;
    border-bottom: 1px solid #f5f5f5;
  }
}

.footer_social_icons i {
  font-size: 20px;
}

.feedback-slider .item {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.26);
  background-color: #fff;
  padding: 30px;
  margin: 15px;
}
/*# sourceMappingURL=style.css.map */

.scholar_register
{
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 25PX;
    WIDTH: 100%;
    BACKGROUND-COLOR: #fe0000;
    PADDING:5PX;
}
.sat-details
{
    background-color:#4473c5;
    color:#FFF;
    padding:15px 10px;
    margin:5px 5px 25px 5px;
}
.sat-details h2
{
    color:#fff;
    text-decoration:underline;
}

.cta {
    position: fixed;
    width: 50px;
    margin-left: auto;
    z-index: 999;
    right: 0;
    top: 50%;
}
.cta .whatsapp-btn img, .cta .call-btn img {
    width: 100%;
    border-radius: 50%;
}
.cta .whatsapp-btn img, .cta .call-btn img {
    width: 100%;
    border-radius: 50%;
}
.breadcrumb
{
    margin:5px 0 0 0;
}