/*--------------------------------------- CUSTOM PROPERTIES ( VARIABLES ) -----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #13547a;
  --secondary-color:              #ffffff;
  --section-bg-color:             #f0f8ff9c;
  --custom-btn-bg-color:          #80d0c7;
  --custom-btn-bg-hover-color:    #13547a;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #13547a;
}

body::-webkit-scrollbar {
    width: 8px;
  }
  body::-webkit-scrollbar-track {
    background: #d9e1e6;
  }
  body::-webkit-scrollbar-thumb {
    background: linear-gradient(148deg, #0056ab -1.6%, #01713d 80.8%);
  }
  body::-moz-scrollbar {
    width: 8px;
  }
  body::-moz-scrollbar-track {
    background: #d9e1e6;
  }
  body::-moz-scrollbar-thumb {
    background: #c6cfd5;
  }
  body::-o-scrollbar {
    width: 8px;
  }
  body::-o-scrollbar-track {
    background: #d9e1e6;
  }
  body::-o-scrollbar-thumb {
    background: #c6cfd5;
  }
  body::-ms-scrollbar {
    width: 8px;
  }
  body::-ms-scrollbar-track {
    background: #d9e1e6;
  }
  body::-ms-scrollbar-thumb {
    background: #c6cfd5;
  }
  .dashboard-nav::-webkit-scrollbar {
    width: 8px;
}

.dashboard-nav::-webkit-scrollbar-track {
    background: #01713d;
}

.dashboard-nav::-webkit-scrollbar-thumb {
    background: #01713d;
}

.dashboard-nav::-moz-scrollbar {
    width: 8px;
}

.dashboard-nav::-moz-scrollbar-track {
    background: #01713d;
}

.dashboard-nav::-moz-scrollbar-thumb {
    background: #01713d;
}

.dashboard-nav::-o-scrollbar {
    width: 8px;
}

.dashboard-nav::-o-scrollbar-track {
    background: #01713d;
}

.dashboard-nav::-o-scrollbar-thumb {
    background: #01713d;
}

.dashboard-nav::-ms-scrollbar {
    width: 8px;
}

.dashboard-nav::-ms-scrollbar-track {
    background: #01713d;
}

.dashboard-nav::-ms-scrollbar-thumb {
    background: #01713d;
}
  ::selection {
    background: #01713d;
    color: rgb(255, 255, 255);
  }
  ::-moz-selection {
    background: #01713d;
    color: rgb(255, 255, 255);
  }
  ::-webkit-selection {
    background: #01713d;
    color: rgb(255, 255, 255);
  }
  
body {
  font-size: 16px;
  font-weight: 500;
  background-image: url(../img/body-bg.png);}

  .wow, .animated {
    animation-duration: 2s !important;
  }
.container {
    max-width: 1440px;
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 100%;
    }
}
/*---------------------------------------------------
Font size
---------------------------------------------------*/
h1,p {
font-family: 'Poppins';
}
h2,h4,h3,h5 {
font-family: 'Titillium Web';
}

/* -------------------------------------------------------------------*/ 





.readmore {
  margin-top: 20px;
}
.readmore a {
  text-decoration: none;
  font-size: 15px;
  background: #f0aa00;
  text-transform: uppercase;
  border-radius: 36px;
  font-weight: bold;
  display: inline-block;
  padding: 18px 38px;
  color: #fff;
}
.readmore a:hover {
  color: #fff;
  background: #1d2435;
}

span.navbar-toggler-icon {
  filter: invert(30%) sepia(8%) saturate(7469%) hue-rotate(151deg) brightness(255%) contrast(91%);
}
/* ***************************** Banner ******************* */
.tp-simpleresponsive a{	text-decoration:none}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}

/********************************************
	   == Header Css Start ==
********************************************/

.header-wrap .logo{margin-top: 6px;}
.header-wrap .conInfo {
  padding-left: 52px;
  position: relative;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.header_info{display: flex; float: right; margin-top: 16px;}
.header_info div{border-right: 1px solid #e8e8e8; padding-right: 26px; margin-right: 30px;}
.header_info div:last-child{border:none; margin-right: 0; padding-right: 0;}
.header_info .search a{width: 50px; height: 50px; background: #ffb607; color: #fff; border-radius: 100%; display: block; text-align: center;line-height: 50px; font-size: 16px;}

.loginwrp a{text-decoration: none; background: #ffb607; padding: 15px 34px; font-size: 16px; color: #fff; border-radius: 6px; display: inline-block; font-weight: bold;}
.header-wrap .conInfo span {
  font-size: 12px;
  text-transform: uppercase;
  color: #a3a3a3;
  letter-spacing: 2px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.header-wrap .conInfo a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 24px;
}
.header_info .search a:hover, .loginwrp a:hover{background: #003d69;}
.header-wrap .conInfo a:hover {
  color: #ffb607;
}
.header-wrap .addressWrp:before {
  content: "";
  background: url(../images/map_icon.png) no-repeat;
  width: 46px;
  height: 45px;
  position: absolute;
  top: 0px;
  left: 0;
}
.header-wrap .phonewrp:before {
  content: "";
  background: url(../images/phone_icon.png) no-repeat;
  width: 46px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
.header-wrap .phonewrp a {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.header-wrap .phonewrp {
  padding-left: 56px;
}
/*********************************************
        Navigation css
*********************************************/
/*************************************** Navbar *******************************/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: var(--light);
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
#extraMenu img {
  filter: invert(100%) sepia(8%) saturate(7469%) hue-rotate(151deg) brightness(255%) contrast(91%);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #ffb11b;
}

.sticky-top.navbar .navbar-nav .nav-link {
  padding: 20px 0;
  color: rgb(255, 255, 255);
}

.sticky-top.navbar .navbar-nav .nav-link:hover,
.sticky-top.navbar .navbar-nav .nav-link.active {
  color: #ffb11b;
}

.navbar .navbar-brand h1 {
  color: #FFFFFF;
}

.navbar .navbar-brand img {
  transition: .5s;
  width: 100%;
}
nav.navbar.inner-nav {
  background-color:#011E76;
  position: relative;
}


.sticky-top.navbar .navbar-brand img {
  max-height: 85px;
}
a.navbar-brand img {
  position: relative;
  bottom: 2px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffb11b;
  background-color: var(--bs-dropdown-link-hover-bg);
}

.nav-item.active .nav-link {
  color: #f4bb30;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffb11b;
  background-color: var(--bs-dropdown-link-hover-bg);
}
@media (max-width: 991.98px) {
  .sticky-top.navbar {
      position: relative;
      background: #FFFFFF;
  }
  nav.navbar.navbar-expand-lg.navbar-light {
    background-color: #011E76;
    z-index: 1;
}
  .navbar .navbar-collapse {
      margin-top: 15px;
      border-top: 1px solid #DDDDDD;
  }
  a.navbar-brand img {
    position: relative;
    bottom: 8px;
}
button.navbar-toggler.rounded-pill {
  position: relative;
  bottom: 7px;
  border: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

 .navbar .navbar-nav .nav-link, .sticky-top.navbar .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: white;
}

  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
      color: #ffb11b;
  }

  .navbar .navbar-brand h1 {
      color: var(--primary);
  }

  .navbar-light .navbar-brand img {
    width: 240px;
  }
}

@media (min-width: 992px) {
  .navbar {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 999;
  }
  
  .sticky-top.navbar {
    position: fixed;
    background: #011E76;
    box-shadow: 0 8px 10px #00000063!important;
    height: 81px;}

  .sticky-top.navbar .navbar-brand h1 {
      color: var(--primary);
  }

  .navbar .navbar-nav .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 65%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

  .sticky-top.navbar .btn {
      color: var(--light);
      background: var(--primary);
      border-color: var(--primary);
  }
}
/* ******************************* Banner Title Section ******************************** */
.video-overlay {
  position: absolute;
background-image: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
.caption {
  position: absolute;
  width: 98%;
  left: 50%;
  top: 18%;
  transform: translate(-50%, -50%);
  background-color: #ffffff63;
  padding: 10px 0px 0px;
  display: block;
}
.motto-text h6 {
font-size: 22px;
text-align: center;
font-family: Akaya Kanadaka;
color: black;
font-weight: 400;
}
.caption h5 {
  color: #000000;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  position: relative;
  bottom: 10px;
}
.caption h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-gradient( linear, left top, left bottom, from(#0042FD), to(#10A45F) );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  bottom: 15px;
}
/*********************************************
    Custom slider options
**********************************************/

.tp-banner-container {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
}
.tp-banner {
  position: relative;
  width: 100%;
  z-index: -1;
}
.tp-caption {
  line-height: normal !important;
}
.tp-caption a {
  color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
  border: 3px #fff solid;
  border-radius: 50%;
  background-image: none !important;
}
.tparrows {
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}
.tp-arr-allwrapper {
  margin: 0 10px;
  width: 50px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
  color: #fff;
}

.tp-arr-iwrapper {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: 60px;
}

.tp-leftarrow .tp-arr-iwrapper:before {
  content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
  content: "\f105";
}

.slide-h1 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 57px;
}
.slide-h2 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #555;
  font-weight: bold;
  font-size: 55px;
  line-height: 100%;
}
.big-font {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px;
}
.large-desc {
  font-size: 16px;
}
.slide-h3 {
  color: #fff;
  font-size: 31px;
  line-height: 100%;
}
.slide-h3 span {
  text-transform: uppercase;
  font-weight: bold;
}
.slide-head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}
.slide-desc {
  font-size: 22px;
  line-height: 150%;
}
.main-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 70px;
}
.icon-cont {
  padding: 15px 40px;
  border-radius: 10px;
  text-align: center;
}
.icon-cont:after {
  position: absolute;
  bottom: -10px;
  left: 40%;
  z-index: 5;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  content: "";
}
.icon-cont i {
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
}
.icon-cont span {
  display: block;
  padding: 0 0 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
a.wit-btn {
  background: #fff;
  color: #333 !important;
  text-transform: uppercase;
}
.wit-line {
  width: 5%;
  height: 1px;
  background: #fff;
}
.vert-line {
  min-height: 270px;
  width: 1px;
  background: #fff;
}
.subTxt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}
.large-title {
  color: #222;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase !important;
}
.large-light-title {
  color: #787878 !important;
  font-size: 70px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.large-text {
  font-size: 20px;
  color: #000;
  font-weight: lighter;
}
.larger-text {
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
}
.witTxt {
  color: #fff !important;
}
.light-font {
  font-weight: lighter !important;
  font-size: 50px;
}
.black-bg {
  background: rgba(0, 0, 0, .63);
  color: #a8a8a8;
  text-transform: none;
}
.lft-list {
  padding: 10px;
  font-size: 18px;
  color: #fff;
}
.wit-border {
  border: 1px #fff solid;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.rounded-bord {
  margin-right: 15px;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 50%;
}
#vertical-ticker {
  height: 120px;
  overflow: hidden;
}
#vertical-ticker li {
  padding: 15px 20px;
  display: block;
  text-align: center;
}
.to-bottom i.fa {
  font-size: 30px;
  border: 2px #a8a8a8 solid;
  padding: 20px 22px;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite linear;
  animation: bounce 2s infinite linear;
}
.slidertext1 {
  color: #fff;
  letter-spacing: 4px;
  font-size: 30px;
  font-weight: normal;
  padding: 15px 0;
  text-transform: inherit !important;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 26px !important;
}
.slidertext2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold !important;
  padding: 15px 0;
  text-transform: none !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
.slidertext2 span {
  color: #fff;
}
.slidertext3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600 !important;
  letter-spacing: 0px;
  padding: 15px 0;
  text-transform: none !important;
  line-height: 30px !important;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.slidertext3 span {
  color: #fff;
}
.slidertext4 i {
  margin-right: 10px;
  font-weight: normal !important;
}
.slidertext4 a {
  color: #fff !important;
  font-size: 18px;
  border-radius: 40px;
  font-weight: 700;
  padding: 22px 40px;
  text-transform: uppercase !important;
  text-align: left;
  background: #f0aa00;
  font-family: 'Open Sans', sans-serif;
}
.slidertext4 a:hover {
  background: #fff;
  color: #ffb607 !important;
}
a.slidebtn {
  background: #fff;
  color: #ffb607 !important;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: normal !important;
  text-transform: none !important;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  ;
}
a.slidebtn i {
  margin-left: 10px;
}
.slidertext5 a {
  background: none !important;
  border: 2px solid #fff;
  padding: 16px 40px;
}
.slidertext5 a:hover {
  background: #f0aa00 !important;
  color: #fff !important; border-color: #f0aa00;
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}



/*---------------------------------------
  Categories_wrap Css              
-----------------------------------------*/



/* ******************** flash news *********************** */
.flashnews-head {
  background: linear-gradient(148deg, rgb(0 86 171) -1.6%, #10A45F 80.8%);
  color: white;
  padding: 20px;
  position: relative;
  bottom: 0;
  border-bottom-left-radius: 8px;
}

.flashnews-scroll {
  background: linear-gradient(168deg, #00599d 3.4%, #1298A0 98.8%);
  color: white;
  padding: 20px;
  position: relative;
  bottom: 0;
  border-bottom-right-radius: 8px;
}
.flashnews-scroll h4 {
  font-size: 18px;
}


.owl-nav {
  position: absolute;
  display: flex;
  left: 86%;
}
 .flash-carousel .owl-nav .owl-prev, .flash-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  background: linear-gradient(to top, #10A45F 0%, #00e3ae 100%);
  top: 10px;
  margin: 0 5px;
  padding: 0px 5px;
  font-size: 12px;
  position: relative;
}
.flashnews-head img {
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.shake {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes shake-animation {
  0% { transform:translate(0,0) }
1.78571% { transform:translate(5px,0) }
3.57143% { transform:translate(0,0) }
5.35714% { transform:translate(5px,0) }
7.14286% { transform:translate(0,0) }
8.92857% { transform:translate(5px,0) }
10.71429% { transform:translate(0,0) }
100% { transform:translate(0,0) }
}

/*---------------------------------------
  School Css              
-----------------------------------------*/
.school-wrap {
  text-align: center;
  background: #f5f6fc;
  padding: 60px 0;
}

.school-wrap h3 {
  margin-top: 14px;
  position: relative;
  margin-bottom: 30px;
}
.school-wrap h3 a {
  font-size: 22px;
  color: #263073;
  font-weight: bold;
  text-decoration: none;
}
.school-wrap h3 a:hover {
  color: #82b941;
}
.school-wrap h3:before {
  content: "";
  background: #f2b31a;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  position: absolute;
  bottom: -15px;
  left: 50%;
}
.school-wrap p {
  font-size: 14px;
  color: #000;
  min-height: 52px;
}
.school_sec {
  margin-top: -160px;
  z-index: 10;
  position: relative;
}
/*---------------------------------------
  About Css              
-----------------------------------------*/
 /*** About ***/
 .about-section{
  padding: 50px 0;
}

.img-twice::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: 12%;
  left: 20%;
  background: #10A45F;
  border: 10px solid #B4EAD1;
  border-radius: 6px;
  z-index: -1;
}
.about-img1 img {
position: relative;
bottom: 0px;
right: 12px;
}


.about-img2 img {
  position: relative;
  top: 50px;
}
.about-cont a {
  text-decoration: none;
  color: #10A45F;
}
.about-cont h2 {
  color: #10A45F;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 0.5;
}
.about-cont h3 {
  background: -webkit-gradient( linear, left top, left bottom, from(#0F8688), to(rgb(197, 202, 197)) );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 28px;
  text-transform: capitalize!important;
}

.about-cont img {
width: 5%;
position: relative;
bottom: 5px;
}
.about-cont p {
color: #000;

font-family: 'Poppins';
font-size: 18px;
font-style: normal;
font-weight: 400;
}

.about-section .img-twice   {
  width: 100%;
  --a: -3deg;
  transform: perspective(600px) rotate3d(var(--r, 1, -1), 0, calc(var(--i, 1)*var(--a)));
  -webkit-mask: linear-gradient(135deg, #000c 40%, #000, #000c 100%) 100% 100%/250% 250%;
  transition: 0.4s;
  cursor: pointer;
}
.about-section .img-twice:hover {
  --i: -1;
  -webkit-mask-position: 0 0;
}


.readmore-btn {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  width: 150px;
  transition: all 0.5s;
  position: relative;
  right: 30px;
  bottom: 14px;
}
 
 
 .readmore-btn a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  text-decoration: none;
  /* left: 72px; */
}

 
 .readmore-btn a:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
 }
 
 .readmore-btn:hover a {
  padding-right: 15px;
 }
 
 .readmore-btn:hover a:after {
  opacity: 1;
  right: 0;
 }
 /* **************** vision mission *********** */
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background: linear-gradient(to right, rgb(0 90 155 / 57%), rgb(1 113 61 / 44%));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay + .container {
  position: relative;
}
/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
  background-image: url('../img/vision-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 92%;
  background-color: var(--primary-color);
  position: absolute;
  left: 52px;
  top: 1px;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--secondary-color);
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 20px 0px 65px 145px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #10A45F;
  position: absolute;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: #018000;
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: var(--primary-color);
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: var(--primary-color);
  border: 4px solid #fcfffc;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder img {
  filter: invert(48%) sepia(8%) saturate(7469%) hue-rotate(151deg) brightness(255%) contrast(91%);
}


.round-button {
  width: 32%;
  height: 40px;
  border: 1px solid white;
  border-radius: 50px;
  font-size: 15px;
  font-family: inherit;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: white;
}
 
.round-button::before {
  content: '';
  width: 0;
  height: 40px;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #17a03a 0%, #075bc9 100%);
  transition: .5s ease;
  display: block;
  z-index: -1;
  color: black;
}

 
 .round-button:hover::before {
  width: 100%;
 }
 .round-button a {
  color: white;
  text-decoration: none;
}

/* ************ vision btn  */


.vision-btn {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  width: 150px;
  transition: all 0.5s;
  position: relative;
  right: 26px;
  bottom: 13px;
}
 
 .vision-btn a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  text-decoration: none;
  color: white;
  font-family: 'fugaz one';
  font-size: 18px;
  bottom: 2px;
}
 
 .vision-btn a:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
 }
 
 .vision-btn:hover a {
  padding-right: 15px;
 }
 
 .vision-btn:hover a:after {
  opacity: 1;
  right: 0;
 }
/* ******************* mission btn ************** */


.mission-btn {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  width: 150px;
  transition: all 0.5s;
  position: relative;
  right: 20%;
  bottom: 13px;
}
 
 .mission-btn a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  text-decoration: none;
  color: white;
    font-family: 'fugaz one';
    font-size: 18px;
    bottom: 2px;
}
 
 .mission-btn a:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
 }
 
 .mission-btn:hover a {
  padding-right: 15px;
 }
 
 .mission-btn:hover a:after {
  opacity: 1;
  right: 0;
 }

 /* ************************ motto btn ********************* */
 
 .mission-btn {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  width: 150px;
  transition: all 0.5s;
  position: relative;
  right: 5%;
  bottom: 14px;
}
 
 .motto-btn a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  text-decoration: none;
  color: white;
    font-family: 'fugaz one';
    font-size: 18px;
    bottom: 2px;
}
 
 .motto-btn a:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
 }
 
 .motto-btn:hover a {
  padding-right: 15px;
 }
 
 .motto-btn:hover a:after {
  opacity: 1;
  right: 0;
 }
/********************************
      Principal message
********************************/
/*---------------------------------------
 Principal          
-----------------------------------------*/
.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  padding: 22px 32px 32px 32px;
}

.carousel-control-next, 
.carousel-control-prev {
  top: auto;
  bottom: 10px;
}

.carousel-control-prev {
  right: 4rem;
  left: auto;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: var(--dark-color);
  background-size: 50% 50%;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}
.carousel-item.principal-sild {
  display: block;
}
.img-fluid {
  width: 100%;
  height: auto;
}
.principal-img{
  max-width: 100%;
  height: auto;
}
.principalmessage-bg{
  background-color: black;
}
.principalmessage-bg p {
  color: #FFF;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
.custom-links a{
  text-decoration: none;
}
  
.team-thumb.image-title {
  background: linear-gradient(to right, rgb(7 91 202), rgb(36 171 108));
}
.image-title {
  background: linear-gradient(to right, rgb(0 90 155), rgb(1 113 61));
}
.image-title p {
  color: white;
}



/* *********************** news btn **************** */
.message-btn {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  width: 150px;
  transition: all 0.5s;
  position: relative;
  right: 8%;
}
 
 .message-btn a{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  text-decoration: none;
  color: white;
 }
 
 .message-btn a:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
 }
 
 .message-btn:hover a {
  padding-right: 15px;
 }
 
 .message-btn:hover a:after {
  opacity: 1;
  right: 0;
 }

 .readmore-aboutbtn {
    text-align: center;
    font-size: 17px;
    width: 110px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    left: 0px;
}
 
 
 
 .readmore-aboutbtn:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
 }
 
 .readmore-aboutbtn:hover {
  padding-right: 15px;
 }
 
 .readmore-aboutbtn:hover:after {
  opacity: 1;
  right: 0;
 }
 .news-button a{
  text-decoration: none;
  color: black;
 }

/*---------------------------------------
   stage         
-----------------------------------------*/
 /* ***************** stages Section ********************* */
 .stage-section {
  background-image: url(../img/stage-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.stage-overlay {
  background: linear-gradient(to right, rgba(0, 90, 155, 0.623), rgba(1, 113, 61, 0.521));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.stage-overlay + .container {
  position: relative;
}
.stageimg-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, .65);
}

.stageimg-overlay h1 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 2px beige;
}

.stageimg-overlay a:hover {
  color: beige !important;
}
.inner-text {
position: relative;
top: 40%;
}


.gradient-button {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
  border-radius: 50px;
  background: linear-gradient(45deg,#0555D6,#157345) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  width: 50%;
    height: 30px;
    z-index: 1;
    border: 2px solid transparent;
    left: 24%;
}
.gradient-button a{
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-text h5 {
  font-size: 20px;
  position: relative;
  top: 2px;
  text-transform: capitalize;
}
.inner-text a {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 30%;
  top: 4px;
}

/*---------------------------------------
   archivement          
-----------------------------------------*/

  /* ******************** archievement ******************** */
  .counter{
    color: #319B38;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    height: 222px;
    padding: 48px 28px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: '';
    background: linear-gradient(135deg,#fff,#f1f1f1);
    height: 147px;
    width: 147px;
    box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #008533;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 44px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.counter:before{
    background: linear-gradient(135deg, #00652F 50%, transparent 50%);
    box-shadow: none;
    top: 80px;
}
.counter .counter-icon{
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 12px;
}
.counter h3{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 16px;
}
.counter .counter-value{
    color: #fff;
    background: linear-gradient(to right, #0C8412, #9cc59e);
    font-size: 27px;
    font-weight: 500;
    line-height: 33px;
    width: 100%;
    padding: 10px 0 26px;
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.counter.orange{ color: #F15A21; }
.counter.orange:after {
  box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #F15A21;
}
.counter.orange:before{
    background: linear-gradient(135deg, #ED610A 50%,transparent 50%);
}
.counter.orange .counter-value {
  background: linear-gradient(to right, #ff4600, #F1980C);
}
.counter.blue{ color: #057F81; }
.counter.blue:after{
    box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #10a4a7;
}
.counter.blue:before {
  background: linear-gradient(135deg, #057F81 50%, transparent 50%);
}
.counter.blue .counter-value {
  background: linear-gradient(to right, #0b4748, #1cc5c7);
}
.counter.red{ color: #FBA51B; }
.counter.red:after{
    box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #FBA51B;
}
.counter.red:before{
    background: linear-gradient(135deg, #FBA51B 50%, transparent 50%);
}
.counter.red .counter-value {
  background: linear-gradient(to right, #d78605, #edbf75);
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}

.counter span i {
  position: absolute;
  color: white;
  right: 65px;
  bottom: 35px;
}


/*---------------------------------------
   facilities         
-----------------------------------------*/
/*** facilities ***/
.facts-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
font-size: 120px;
color: transparent;
-webkit-text-stroke: 2px rgb(255, 255, 255);
font-weight: 800;
}

.facts-overlay a:hover {
  color: beige !important;
}

.facilities-carousel .owl-nav .owl-prev, .facilities-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  background: linear-gradient(to top, #01713d 0%, #00e3ae 100%);
  top: 10px;
  margin: 0 5px;
  padding: 0px 5px;
  font-size: 12px;
  position: relative;
  display: none;
}

/* ************** facilities btn *****> */

.cta {
  border: none;
  background: none;
  position: relative;
  bottom: 10px;
}

.cta a {
  font-size: 16px;
  padding-right: 18px;
  text-transform: capitalize;
  text-decoration: none;
  color: white;
}

.cta i {
  transform: translateX(-8px);
  transition: all 0.3s ease;
  font-size: 14px;
  color: white;
  position: relative;
}

.cta:hover i {
  transform: translateX(0);
}

.cta:active i {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: rgb(255, 255, 255);
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}


/* ************************************* news and events ****************************** */
.news-btn {
padding: 8px 20px 0px;
background-color: white;
box-shadow: 0 8px 10px #00000063!important;
margin: 8px 0;
}
.news-image img{
border-radius: 10px;
height: 450px;
}
.news-cont {
display: flex;
justify-content: space-between;
}
.news-cont h3 {
font-size: 18px;
color: #544F4F;
}
.news-cont h4 {
color: black;
font-size: 20px;
}
.news-cont-para p {
color: black;
}
.news-cont-para a {
color: #10A45F;
text-decoration: none;
text-transform: capitalize;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: rgb(255, 255, 255);
background: linear-gradient(to right, rgb(0 90 155), rgb(36 171 108));
}
.service .nav .nav-link.active h4 {
color: #FFFFFF !important;
font-size: 20px;
}
.service .nav .nav-link.active h3 {
color: #FFFFFF !important;
}
.service .nav .nav-link.active p {
color: #FFFFFF !important;
}
.service .nav .nav-link.active a {
color: #FFFFFF !important;
}
.news-details{
  margin-top: 40%;
}

.news-button {
  width: 30%;
  height: 40px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50px;
  font-size: 15px;
  font-family: inherit;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  top: 25px;
  color: rgb(0, 0, 0);
}
 
.news-button::before {
  content: '';
  width: 0;
  height: 40px;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #17a03988 0%, #075bc9 100%);
  transition: .5s ease;
  display: block;
  z-index: -1;
  color: white;
}
 
 .news-button:hover::before {
  width: 100%;
 }

/*---------------------------------------
   Testimonials section              
-----------------------------------------*/
.testimonials-wrap {
  padding: 60px 0;
  text-align: center;
}
.testimonials_sec p {
  font-size: 14px;
  line-height: 22px;
  color: #dadada;
  font-style: italic;
}
.testimonials-wrap .title {
  margin-bottom: 50px;
}
.testimonials-wrap .title:after {
  left: 50%;
  margin-left: -28px;
}
.testimonials-wrap .title h1 {
  color: #000;
}
.testimonials-wrap .title p {
  color: #b2b2b2;
}
.testimonials_sec h3 {
  font-size: 18px;
  color: #fff; margin-top: 12px; display: inline-block;
  font-weight: bold; text-transform: uppercase;
}
.testimonials_sec h3 span {
  display: block;
  font-size: 14px;
  color: #dadada;
  font-weight: normal;
  margin-top: 4px;
  letter-spacing: 1px; text-transform: none;
}
.clientImg {
      text-align: center;
  margin-bottom: 25px;
  margin-top: -76px;
  margin-right: 20px;
}
.clientImg img {
  border-radius: 100px;
}
.client_name {
  font-size: 24px;
  color: #2a9ee2;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}
.client_name span {
  font-size: 14px;
  color: #282e32;
  display: block;
  font-family: 'Open Sans', sans-serif;
}
.right_info {
  float: right;
}
.testimonials-wrap ul li {
  padding: 50px 0;
}
.testimonials-wrap .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.testimonials-wrap .owl-dots button {
  width: 20px;
  height: 20px;
  border: 2px solid #e20c0c;
  border-radius: 100%;
  background: #fff;
  margin: 5px;
}
.testimonials-wrap button.active {
  background: #e20c0c;
}
.clientImg img{border: 1px solid #000;}
.client_comment {
  font-size: 18px;
  color: #2a9ee2;
  font-family: 'Montserrat', sans-serif;
}
.client_rating li {
  display: inline-block;
  padding: 0 2px;
  color: #ffa800;
  padding: 0 !important;
}
.quote_icon {
  position: absolute;
  bottom: 18px;
  right: 50px;
  font-size: 34px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #dadada;
  color: #e20c0c;
}
button:focus {
  outline: none;
}
.testimonials-wrap .owl-nav {
  display: none;
}
.tagline-wrap {
  text-align: center;
  background: #e66814;
  padding: 40px 0;
}
.tagline-wrap h3 {
  font-size: 30px;
  color: #fff;
}
.testimonials_sec {
  text-align: center;
  padding: 30px;
  background: #424761;
  border: 1px solid #424761;
}
.testimonials-wrap{text-align: center;}
.testimonials-wrap ul {
  margin-bottom: 0;
}
.starWrp {
 text-align: center; margin-bottom: 15px !important;
}
.starWrp li {
  display: inline-block;
  font-size: 18px;
  color: #ffeb00;
  padding: 0 !important;
}


/* ******************************************* youtube ********* */
.youtube-section {
  background-image: url(../img/shadow.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 15px;
  /* padding: 83px 0; */
}


.youtube-bg{
  background-image: url(../img/video-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 5% 0;

}
.youtube-overlay {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.youtube-overlay + .container {
  position: relative;
}
.youtube-content {
  color: white;
  position: relative;
  top: 10%;
}
.youtube-content p{
  color: white;
}

.youtube-video iframe {
  width: 100%;
  height: 175px;
}


/*********************************************
        Gallery
*********************************************/
/* *************** gallery btn ************** */

/*** Events Start ***/
.event .tab-class .nav-item a.active {
  background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(109.5deg, rgb(0 90 159 / 73%) 9.4%, rgb(1 113 61 / 51%) 78.4%);
  border-radius: 8px;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}

.event .event-img:hover .event-overlay {
  opacity: 1;
}
.event-img.position-relative h4 {
  width: 100%;
  padding: 86px 0px;
  border-radius: 8px;
  background: linear-gradient(109.5deg, rgb(0 89 159) 9.4%, rgb(36 171 108) 78.4%);
  color: white;
  font-weight: 700;
}
.event-img.position-relative.gallery-more {
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(109.5deg, rgb(36 171 108) 9.4%, rgb(0 79 137) 78.4%);
  color: white;
  font-weight: 700;
  padding: 77PX 0;
}
.event-overlay i {
  color: white;
  font-size: 40px;
  position: relative;
  top: 60px;
}

/* ******************** gallery btn ****** */
.gallery-btn{
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: transparent;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  overflow: hidden;
  font-size: 15px;
  border: none;
}
.gallery-btn a{
  text-decoration: none;
  color: white;
  font-size: 20px;
  }
  .icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 30%;
    filter: invert(100%) sepia(8%) saturate(7469%) hue-rotate(151deg) brightness(255%) contrast(91%);
}

.gallery-btn:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.gallery-btn:hover .icon {
  transform: translate(4px);
}

.gallery-btn:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.gallery-btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/*** gallery End ***/  
/* ******************** footer *************** */
.footer {
  background-color: #151414;
}

.contact-box {
  position: relative;
}
.contact-box__icon {
  width: 2rem;
  stroke: #9926f0;
  padding-top: 0.5rem;
}
@media (min-width: 576px) {
  .contact-box__icon {
    width: 4rem;
  }
}
.contact-box__info {
  padding: 0.4rem;
  font-weight: 600;
}
.contact-box__info--title {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .contact-box__info--title {
    font-size: 18px;
  }
}
.contact-box__info--subtitle {
  font-size: 0.8rem;
  color: #6c757d;
  text-decoration: none;
}
@media (min-width: 576px) {
  .contact-box__info--subtitle {
    font-size: 1rem;
  }
}

.footer-sm a {
  color: #fff;
}
.footer-sm a i {
  font-size: 1rem;
  margin-left: 1rem;
}
@media (min-width: 576px) {
  .footer-sm a i {
    font-size: 1.6rem;
  }
}
.footer-sm a:hover {
  color: #9926f0;
}

.campany-list {
  display: block;
  list-style-type: none;
  position: relative;
}
.campany-list li {
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.campany-list li a {
  color: #fff;
  text-decoration: none;
}
.campany-list li a:hover {
  color: #9926f0;
}

.footer-bottom {
  background-color: #000;
}
.footer-bottom__copyright {
  color: #6c757d;
  font-weight: 400;
}
.footer-bottom__copyright a {
  color: #dee2e6;
  text-decoration: none;
}
.footer-bottom__copyright a:hover {
  color: #9926f0;
  text-decoration: underline;
}
.social-icons a {
  margin: 0 10px;
}
section.footer-body {
  background-color: #1d1d1d;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
background-size: cover;}
p.copyright-text a {
  color: #10A45F;
  text-decoration: none;
}
p.lh-lg {
  line-height: 1.5!important;
  color: white;
}
.footer-logotext h2 {
  font-size: 22px;
}
.ihss-map iframe {
  width: 100%;
  height: 200px;
}
.copyright-text {
  color: white;
}

.flashnews-scroll a {
  color: white;
  text-decoration: none;
}

.facilities-details p {
  color: white;
}
.message-section {
  padding: 75px 0;
}
.service {
  padding-bottom: 30px;
}
.gallery-bg {
  padding: 28px 0;
}
.updates {
  position: relative;
  top: 5px;
}


.innerpage_bnr.banner_cnt {
  position: relative;
  padding: 62px;
  background-image: url(/img/inner-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  height: 0;
  height: 154px;
}
.innerpage_bnr.banner_cnt h6 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  position: relative;
  text-shadow: 2px 2px 2px #113747;
}
/* .innerpage_bnr.banner_cnt {
  position: relative;
  top: 116px;
  height: 154px;
  margin-bottom: 150px;
} */
/* ********************************************** Responsive Section ************************************************ */

@media only screen and (min-width: 992px) {
  .about-img2 img {
    position: relative;
    top: 100px;
    }
    .img-twice::before {
      width: 268px;
      height: 320px;
      top: 12%;
      left: 25%;
    }
    .about-cont h2 {
      font-size: 30px;
    }
    .owl-nav {
      left: 94%;
    }
    
.timeline-container .vertical-scrollable-timeline .list-progress {
  height: 87%;
  top: 1px;
}
.news-details{
  margin-top: 16px;
}
.youtube-video iframe {
  width: 100%;
  height: 290px;
}
.carousel-item.principal-sild {
  display: flex;
}
.principal-img{
  max-width: 680px;
  height: 443px;
}
.caption {
  position: absolute;
  width: 56%;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
    padding: 25px 0px 0px;
  display: block;
}
.motto-text h6 {
  font-size: 32px;
  text-align: center;
}
.caption h5 {
  font-size: 30px;
}
.caption h1 {
  font-size: 30px;
}
.video-overlay {
  position: absolute;
background-image: url(../img/banner-overlay.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
.readmore-btn a {
  right: 136px;
}
 .round-button {
  width: 14%;
}
.news-button {
  width: 14%;}
  .youtube-content {
    color: white;
    position: relative;
    top: 25%;
  }
  .youtube-section {
      padding-bottom: 69px;
      /* padding: 83px 0; */
  }
  .readmore-btn {
    display: inline-block;
    text-align: center;
    font-size: 17px;
    width: 150px;
    transition: all 0.5s;
    position: relative;
    left: 36%;
    bottom: 40px;
  }
  .vision-btn {
    display: inline-block;
    text-align: center;
    font-size: 17px;
    width: 150px;
    transition: all 0.5s;
    position: relative;
    left: 55%;
    bottom: 40px;
  }
  .mission-btn {
    display: inline-block;
    text-align: center;
    font-size: 17px;
    width: 150px;
    transition: all 0.5s;
    position: relative;
    left: 43%;
    bottom: 40px;
  }
  .motto-btn {
    display: inline-block;
    text-align: center;
    font-size: 17px;
    width: 150px;
    transition: all 0.5s;
    position: relative;
    left: 34%;
    bottom: 40px;
  }
}

@media only screen and (max-width: 800px) and (min-width: 768px)  {
  .event-img.position-relative h4 {
    font-size: 20px;
    padding: 68px 0px;
}
.caption {
  position: absolute;
  width: 98%;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  background-color: #ffffff63;
  padding: 10px 0px 0px;
  display: block;
}

.event-img.position-relative.gallery-more {
    padding: 30% 0;
    font-size: 20px;
}
.gallery-btn a {
  font-size: 14px;
}
.youtube-content {
  top: 0;
}
.youtube-content h3 {
  font-size: 20px;
}
.inner-text h5 {
  font-size: 14px;
}
.gradient-button {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.322);
  border: 1px solid transparent;
  border-image-source: linear-gradient(to top left, #1AAD1F 2%, #0555D6 40%, #1AAD1F 100%);
  border-image-slice: 5;
  left: 2%;
}
.gradient-button a {
  font-size: 14px;
}
.carousel-item.principal-sild {
  display: flex;
}
.principal-img {
  max-width: 50%;
  height: auto;
}
.principalmessage-bg {
  background-color: black;
  padding: 22px 5px;
}
.news-details {
  margin-top: 2%;
}
.news-image img {
  border-radius: 10px;
  height: 445px;
}
.youtube-section {
  padding-bottom: 38px;
}
.facts-overlay h1 {
  font-size: 56px;
  -webkit-text-stroke: 1px white;
}
.facts-overlay h4 {
  font-size: 22px;
}


.about-cont h2 {
    text-align: start;
}
.contact-box__info--subtitle {
  font-size: 13px;
  font-weight: normal;
}   
.contact-box__info--title {
  font-size: 14px;
}
.news-button {
  top: 46px;
}
}

@media only screen and (max-width: 1200px) and (min-width: 992px)  {
  .principal-img {
    max-width: 467px;
    height: 243px;
}
.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  padding: 0px 23px 23px 22px;
}
.gradient-button {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: linear-gradient(45deg,#0555D6,#157345) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  width: 63%;
  height: 30px;
  z-index: 1;
  border: 2px solid transparent;
  left: 24%;
}
.youtube-section {
  padding-bottom: 50px;
}
}

@media only screen and (max-width: 1300px) and (min-width: 1100px)  {
.img-fluid {
  width: 100%;
  height: 253px;
}
.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43%;
  padding: 0px 23px 23px 22px;
}
}





.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 76%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #C7951A;
  animation: pulse-border 1500ms ease-out infinite;
  display: block;
}
@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
      opacity: 0;
  }
}




.stage-images {
  overflow: hidden;
  margin: 0 auto;
}

.stage-images img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.stage-images:hover img {
  transform: scale(1.2);
}



/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--kidearn-base, #011E76);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
  display: none;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--kidearn-base, #011E76);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
  display: none;
}
.custom-cursor__hover {
  background-color: var(--kidearn-base, #011E76);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}
