@font-face{
  font-family:'Titillium Web Bold';
  src:url(../fonts/Titillium/Font261.otf) format("opentype");
  font-display:swap;
}

@font-face{
  font-family:'Titillium Web Regular';
  src:url(../fonts/Titillium/Font258.otf) format("opentype");
  font-display:swap;
}

@font-face{
  font-family:'Titillium Web Semibold';
  src:url(../fonts/Titillium/Font259.otf) format("opentype");
  font-display:swap;
}

@font-face{
  font-family:'Weatpoint';
  src:url(../fonts/Weatpoint/Weatpoint.ttf) format("truetype");
  font-display:swap;
}

:root {
  --primary-clr: #ffc600;
}


html {
  scroll-padding-top: 5.25rem;
  scroll-behavior: smooth;
}

body {
  background: rgb(255,255,255);
  color: #002b45;
  font-family: 'Titillium Web Regular';
  font-size: 13px;
  line-height: 24px;
  overflow:hidden scroll;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Titillium Web Bold';
}


.menu-scroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 12px;
}

.menu-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  /* border-radius: 12px; */
} 
.menu-scroll::-webkit-scrollbar-thumb {
  background-color: #0f3051c7;
  border-radius: 12px;
} 
.menu-scroll::-webkit-scrollbar-button {
  /* background-color: #ffd545; */
  border-radius: 0 2px 0 0;
} 
.menu-scroll::-webkit-scrollbar-corner {
  background-color: black;
  border-radius: 12px;
} 


.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: 600ms opacity;
  background: #f7f7f7 url('../images/loader.gif') no-repeat center;
  min-height: 60px;
}

.lazyloaded {
  opacity: 1;
  transition: 10ms opacity;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item{
  -ms-touch-action: auto;
      touch-action: auto;
}

#applicationFrame {
    min-height: 1100px;
    width: 100%;
    height: 100%;
}
/* search */
.list-mark li{
    list-style-type:none;
    
}

.searchContainer {
  background: #ffc600;
  /* background: #4f87a6; */
  height: 100vh;
  width: 100vw;
  z-index: 994;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  user-select: none;
  touch-action: none;

  -moz-box-shadow: inset 0 -110px 130px -120px #000000;
  -webkit-box-shadow: inset 0 -110px 130px -120px #000000;
  box-shadow: inset 0 -110px 130px -120px #000000;
}
#hamburger-menu2:checked~.searchContainer {
  display: block;
}
#hamburger-menu2{
  position: absolute;
  opacity: 0;
}

.searchForm {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 45%;
  transform: translate(-50%, -50%);
}

.searchForm input {
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  outline: none;
  color: white;
  padding: 20px 38px 20px 2px;
  font-size: 30px;
  border-radius: 0;
  background: transparent;
  width: 100%;
  height: auto;
}

.searchForm input:focus {
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #ffc600;
  outline: none;
  color: white;
  padding: 20px 38px 20px 2px;
  border-radius: 0;
  background: transparent;
  width: 80%;
}

.searchForm input::placeholder {
  color: #ffffffb3;
}

.searchForm .input-group-text {
  background: transparent;
  color: white;
  border: none;
  font-size: 32px;
  margin-top: 20px;
}

.search-item {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding: 25px 0;
}

.search-item p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rightCorner span {
  height: 3px;
  width: 24px;
  background-color: #ffc600;
  border-radius: 25px;
  display: block;
  margin: 0 0 3px 0;
  transition: 0.7s ease-in-out;
  transform: none;
  cursor: pointer;
}

.rightCorner .span {
padding: 0 6px;
}


.searchContainer .rightCorner span:nth-of-type(1) {
  transform: rotate(-45deg) translateY(4px) translateX(-3px);
  margin: 0 0 0 0 ;
  background-color: #ffc600;
}

.searchContainer .rightCorner span:nth-of-type(2) {
  opacity: 0;
}
  
.searchContainer .rightCorner span:nth-of-type(3) {
  transform: rotate(45deg) translateY(-4px) translateX(-2px);
  margin: 0 0 0 0 ;
  background-color: #ffc600;
}

.rightCorner {
  position: absolute;
  right: 0;
  width: 140px;
  height: 130px;
  background: #0b2a4a;
  border-bottom-left-radius: 100%;
  z-index: 900;
  text-align: center;
  color: #ffc600;
  font-size: 13px;
  vertical-align: middle;
  padding-top: 40px;
  text-transform: uppercase;
}

.rightCorner > a {
  display: inline-block;
  color: #ffc600;
  text-decoration: none;
  transform: translateX(10px);
} 

.rightCorner > a > div {
  text-align: right;
  transform: translateY(-3px);
}
/*  */
/*  */
.floating-button {
  list-style: none;
  position: fixed;
  bottom: 10%;
  right: 0px;
  z-index: 880;
}
.floating-button li { 
  margin: 40px 0;
}
.floating-button a {
  background: #ffc600;
  /* color: #002b45; */
  color: #fff;
  font-size: 18px;
  border-radius: 45% 0 0 45%;
  padding: 12px 30px 12px 15px;
  margin-right: -20px
}
.floating-button .ca {
  background: #0170d2; 
}
.floating-button .wa {
  background: #00a150;
}
.floating-button .pa {
  background: #464e96;
}
.floating-button a:hover {
  opacity: .9;
}
/*  */
/*  */
#hamburger-menu {
opacity: 0;
position: fixed;
}
#cbseButton {
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #0b2a4a;
  border-radius: 25px;
  background: #ffc600;
  text-decoration: none;
  transition: color 0.3s;
  position: absolute;
  text-transform: uppercase;
  top: 120px;
  left: 30px;
  z-index: 890;
  min-width: 120px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.payButtonTop {
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 600;
  background: #ffc600;
  border-radius: 25px;
  color: #0b2a4a;
  text-decoration: none;
  transition: color 0.3s;
  position: absolute;
  text-transform: uppercase;
  top: 45px;
  right: 100px;
  min-width: 120px;
  text-align: center;
  z-index: 878;
}
.payButtonTop:hover {
  color: #ffc600;
  background: #0b2a4a;
}
.spea-logo {
  position: absolute;
  top: 40px;
  left: 250px;
  z-index: 878;
}
.leftCorner {
/* position: fixed;
left: 0;
width: 135px;
height: 130px;
z-index: 900;
text-align: center;
padding-top: 40px;
font-size: 13px;
color: #0b2a4a;
text-transform: uppercase; */
}
.leftCorner span {
  height: 3px;
  width: 24px;
  background-color: #0b2a4a;
  border-radius: 25px;
  display: block;
  margin: 0px 0px 3px 0px;
  transition: 0.7s ease-in-out;
  transform: none;
  cursor: pointer;
}

.leftCorner > label {
top: 40px;
z-index: 900;
right: 25px;
position: fixed;
cursor: pointer;
padding: 15px 10px;
border-radius: 50%;
background: #ffc600;
border: 1px solid #ffc600;
line-height: 45px;
height: 45px;
width: 45px;
}



.discoverbtnnew {
 
    border-radius: 3px;
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 10px 25px;
    background-color: #ffc600;
    color: #0b2a4a;
    display: inline-block;
    text-align: center;
    
    font-size: 15px;
    
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
}

.discoverbtnnew:hover{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
	background-color:#002b45;
	color:#ffc600;
    transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}


#hamburger-menu:checked ~ .menuContainer .leftCorner span:nth-of-type(1) {
transform: rotate(-45deg) translateY(4px) translateX(-3px);
margin: 0 0 0 0 ;
}

#hamburger-menu:checked ~ .menuContainer .leftCorner span:nth-of-type(2) {
opacity: 0;
}

#hamburger-menu:checked ~ .menuContainer .leftCorner span:nth-of-type(3) {
transform: rotate(45deg) translateY(-3px) translateX(-2px);
margin: 0 0 0 0 ;
}


#menu {
z-index: 899;
opacity: 0;
position: fixed;
overflow: hidden;
width: 100vw;
left: 0;
top: 0;
transform: translateX(-100%);
height: 100vh;

background: linear-gradient(to left, rgba(0,0,0,0.05), rgba(0,0,0,0.3));
box-shadow: 24px 0px 44px 8px rgba(0,0,0,0.0.05);
-webkit-box-shadow: 24px 0px 44px 8px rgba(0,0,0,0.05);
-moz-box-shadow: 24px 0px 44px 8px rgba(0,0,0,0.05);
color: #0b2a4a;
background: #fff;

display: flex;  
flex-wrap: wrap;
flex-direction: row;
}

#hamburger-menu:checked ~ .menuContainer #menu {
animation: sliderIn ease 1s;
-webkit-animation-fill-mode: forwards;
}



@keyframes sliderIn {
0% {
  transform: translateX(-20%);
  opacity: 0.2;
}
100% {
  opacity: 1;
  transform: translateX(0);
}
}

.menu-box {
background: #002b45;
align-self: center;
height: 100%;
display: grid;
width: 60%;
padding-top: 80px;
box-sizing: border-box;
}

.menuBParent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
color: #fff;
width: 345px;
height: 345px;
margin: auto auto 20px;
}
.menuBParent > div {
background: #ffc600;
transition: all 0.1s ease-in;
}
.menuBParent > div:hover {
  transform: scale(1.05);
}

.menuBParent > div > a {
text-decoration: none;
}

.menuBParent > div > a > div {
background: #ffc600;
text-align: center;
padding: 5px;
text-transform: uppercase;
color: #0b2a4a;
font-weight: 700;
}

.menuBDiv1 { grid-area: 1 / 1 / 2 / 2; }
.menuBDiv2 { grid-area: 1 / 2 / 2 / 3; }
.menuBDiv3 { grid-area: 2 / 1 / 3 / 2; }
.menuBDiv4 { grid-area: 2 / 2 / 3 / 3; }

.menuBLocation {
color: #fff;
margin: auto;
text-align: center;
position: relative;
}

.mbl1 {
color: #fff;
cursor: pointer;
display: block;
text-decoration: none;
}
.mbl1 li{
  list-style: none;
}
.mbl2 {
color: #fff;
float: left;
text-decoration: none;
margin: 10px 15px;
cursor: pointer;
}
.mbl1:hover,.mbl2:hover,.mbl3:hover,.mbl2 i,.mbl3 i {
color:#ffc600;
}
.mbl2 span,.mbl3 span {
border-bottom: 1px solid #ffc600;
margin-left: 5px;
}
.mbl3 {
color: #fff;
float: right;
text-decoration: none;
margin: 10px 15px;
cursor: pointer;
}

.menu-links {
box-sizing: border-box;
background: white;
height: 100%;
vertical-align: middle;
z-index: 999;
margin-top: auto;
display: flex;
z-index: 900;
width: 40%;

}

.menu-links ul {
display: inline-block;
align-self: center;
padding-left: 100px;
list-style: none;
z-index: 999;
width: 400px;
position: relative;
}
.menu-links ul li{
background: #fff;
border-bottom: 1px solid #ffc600;
padding: 10px 0px 10px 25px;
font-size: 18px;
/* position: relative; */
}

.menu-links ul li.nav-hashtag{
background: #fff;
border-bottom: 1px solid #fff;
padding: 8px 55px 8px 25px;
font-size: 18px;
position: relative;
color: #ffc600;
}

.menu-links ul li a{
text-decoration: none;
color: #0b2a4a;
display: block;
padding-right: 55px;
width: 100%;
}
.menu-links > ul > li.mainmenu > a:after{
content: '→';
color: #0b2a4a;
position: absolute;
right: 20px;
/* top: 50%; */
font-size: 28px;
/* transform: translateY(-50%); */
transition: all .5s ease;
}


.menu-links ul li:hover:not(:last-child) {
background: #43B440;
border-bottom: 1px solid #e8b400;
border-radius: 25px;
font-size: 18px;
cursor: pointer;
}


.menu-links ul li.mainmenu:hover{
background: #43B440;
border-bottom: 1px solid #e8b400;
border-radius: 25px 0 0 25px;
font-size: 18px;
cursor: pointer;
}

.menu-links ul li > ul {
position: absolute;
overflow: hidden auto;
background: green;
padding-left: 0;
margin-left: 270px;
width: 300px;
border-radius: 25px;
padding: 20px 0;
opacity: 0;
transform: translateY(400%);
transition: .5s all ease;
top: 60px;
height: 400px;
z-index: 902;
}


.menu-links .mainmenu.active > ul {

opacity: 1;
transform: translateY(-65px);
}

.menu-links ul li > ul li{
background: #43B440;
border-bottom: 1px solid #ffd545;
padding: 8px 25px;
font-size: 18px;
/* position: relative; */
}

.menu-links ul li > ul li a{
text-decoration: none;
color: #0b2a4a;
}

.menu-links ul li > ul li:hover{
background: #ffde6b;
border-bottom: 1px solid #ffde6b;
border-radius: 0;
font-size: 18px;
}
.menu-links ul li > ul li:hover a{
color: #8a6b00;
}

.nav-action {
text-align: left;
text-transform: uppercase;
font-weight: 600;
position: absolute;
/* left: 60px; */
bottom: 3.35rem;
/* padding-top: 1.25rem; */
/* padding-bottom: 1.25rem; */
padding: 20px 40px;
color: #0b2a4a;
z-index: 900;
/* text-align: center; */
width: 40%;
}
.nav-action a{
  text-transform: uppercase;
  color: #0b2a4a;
  text-decoration: none;
  font-size: 14px;
  z-index: 999;
}

.nav-action a:hover {
color: #ffc600;
}

.nav-action .searchBtn {
  float: right;

}

.top-logo {
position: absolute;
z-index: 99;
top: 40px;
left: 25px;
}

/*  */
/*  */
.banner {
  height: 100vh;
  background: #0b2a4a;
  margin: auto;
  position: relative;
}

.banner::before {
  content: '';
  position: absolute;
  z-index: 2;
  /* box-shadow: inset 1px 120px 115px -10px #000; */
  box-shadow: 0px 52px 100px 11px rgba(0,0,0,0.78) inset;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  /* border-top-left-radius: 50px; */
  /* border-top-right-radius: 50px; */
}

.bannerCarousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.bannerCarousel  .owl-nav button.owl-prev {
  left: 0;
}
.bannerCarousel .owl-nav button.owl-next {
  right: 0;
}

.bannerCarousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.bannerCarousel .owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.38);
  margin: 0 6px;
  padding: 4px;
}
.bannerCarousel .owl-dots button.owl-dot.active {
  background-color: #ffffff;
}
.bannerCarousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.bannerCarousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.bannerCarousel span {
    font-size: 40px;    
    position: relative;
    top: -5px;
}
.bannerCarousel .owl-nav button:focus {
    outline: none;
}

.bannerCarousel .owl-dots {
  bottom: 40px;
  left: 60px;
  position: absolute;
  z-index: 900;
}

.bannerCarousel .item {
  height: 100%;
  overflow: hidden;
}

.bannerCarousel img {
  display: inline-block;
  object-fit: cover;
  width: auto;
  height: 100%;
}

.bannerCarousel .carousel-caption {
  text-align: left;
  left: 60px;
  bottom: 80px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
  padding: 0 !important;
}


.bannerCarousel .carousel-caption div{
  display: inline-block;  
  font-family: 'Titillium Web Regular';
  font-weight: 500;
  text-wrap: wrap;
  margin-top: 20px;
  width: 300px;
  color: #fff;
  font-size: 50.14px;
  line-height: 42px;
}
.bannerCarousel .carousel-caption span{
  color: #ffc600;
  display: block;
  font-family: 'Titillium Web Bold';
  font-size: 64.7px;
  margin-left: -2.5px;
  margin-top: 15px;
}

.bannerCarousel .owl-item {
  height: 100vh;
}

.bannerCarousel .carousel-hashtag {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: 60px;
  bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  z-index: 900;
  text-align: center;
}
.bannerCarousel .carousel-hashtag div { padding-left: 15px; }
.carousel-action {
text-align: right;
text-transform: uppercase;
font-weight: 600;
position: absolute;
right: 60px;
bottom: 60px;
padding-top: 0;
padding-bottom: 0;
color: #fff;
z-index: 90;
text-align: center;
}
.carousel-action a{
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  z-index: 90;
}

.carousel-action a:hover {
color: #ffc600;
}

#hamburger-menu:checked ~ .banner .carousel-action a, #hamburger-menu:checked ~ .banner .carousel-action {
color: transparent;
}


/*  */
.slogan {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 100;
  user-select: none;
  z-index: 2;
  max-width: 500px;
}


.st3 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-top: 40px;
}

.st3 i {
  cursor: pointer;
  color: #fff;
  animation: arrowMove 1.5s infinite;
}

.st3 a:hover i {
  transform: scale(1.1);
  animation: none;
}

@keyframes arrowMove {
  to {
    transform: translateY(2rem);
    opacity: 0;
  }
}








.NoticeBoard {
	width: 100%;
  padding: 60px 0 60px;
}




.NoticeBoard .ndiv {
	background: #fff;
	border-radius: 45px;
	padding: 10px 10px 10px 15px;
	position: relative;
	margin-right: 0px;
	min-height: 130px;
	width: 100% !important;
}



.NoticeBoard .NoticeLeft {
	position: relative;
	float: left;
	font-size: 44px;
	text-align: center;
	color: #d48502;
	line-height: 18px;
	font-weight: 700;
	background: #F6F6F1;
	padding: 15px 20px;
	border-radius: 70px;
	width: 110px;
	height: 110px;
}

.NoticeBoard .NoticeLeft span {
	font-size: 10px;
	color: #646464;
	font-style: italic;
	display: block;
	margin-bottom: 8px;
	font-weight: 400;
}

.NoticeBoard .Noticeright {
	width: calc(100% - 125px);
	float: right;
	font-size: 18px;
	color: #646464;
	line-height: 20px;
	position: relative;
	font-weight: 300;
	padding: 10px 0 10px;
}

.NoticeBoard .Noticeright span {
	background: #F7494B;
	padding: 4px 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: -20px;
	line-height: 12px;
	border-radius: 8px;
}



.NoticeBoard .month {
	color: #000;
	font-size: 21px;
	font-weight: 300;
	line-height: 46px;
	letter-spacing: 4px
}

.line-height {
	line-height: 22px;
	font-size: 16px;
	font-weight: 400;
}

.updated {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	font-style: italic
}

.NoticeBoard .NoticeHead {
	color: #d48502;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}
























/*  */

.payButton {
  padding: 5px 15px;
  font-size: 17.5px;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  transition: color 0.3s;
  position: absolute;
  text-transform: uppercase;
  bottom: 40px;
  right: 40px; 
  min-width:120px;
  text-align:center;
  z-index: 898;
  color: #ffc600;
  background: #0b2a4a;
  }
  
  .payButton:hover {
	  
  	background: #ffc600;
    color: #0b2a4a;
  }

div.right > div.sectionContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background: white;
  transition: all 1s ease;
  background-size: 0;
  margin: auto;
}

div.left > div.sectionContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  background: transparent;
  transition: all 1s ease;
  background-size: 0;
  
  color:#fff;
  margin: auto;
}
div.left {
  position: relative;
}
div.right {
  background: #fff;
  color:#0b2a4a;
  position: relative;
}

div.right div.column1 {
    box-sizing: border-box;
  width: 60%;
  align-self: center;
  align-content: center;
  padding: 30px 20px 30px 30px;
}

div.right div.column2 {
  box-sizing: border-box;
  width: 40%;
  text-align: right;
  margin-left: auto;
}

div.right div.image-container {
  position: relative;
  margin-left: auto;
  width: 436px;
}

div.right h1, div.left h2{
  width: 300px;
  font-size:36.6px;
  text-transform: uppercase;
}

div.right p, div.left p {
  font-size: 18.5px;
  line-height: 32px;
}


div.right img, div.left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.left div.column1 {
  box-sizing: border-box;
  width: 40%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

div.left div.column2 {
  box-sizing: border-box;
  width: 60%;
  align-self: center;
  align-content: center;
  padding: 30px 30px 30px 30px;
}

div.left div.image-bg-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

div.left div.image-container {
  margin: auto;
  width: 445px;
  height: 100%;
  padding: 60px 40px;
}

div.left div.image-container img {
  border-radius: 8px;
}

/*  */
/*  */
div.section3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}

div.section3 h3 {
  color: #002b45;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}

.parent {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .div1 { grid-area: 1 / 1 / 2 / 7; }
  .div2 { grid-area: 1 / 7 / 2 / 10; }
  .div3 { grid-area: 1 / 10 / 2 / 13; }
  .div4 { grid-area: 2 / 1 / 3 / 5; }
  .div5 { grid-area: 2 / 5 / 3 / 9; }
  .div6 { grid-area: 2 / 9 / 3 / 13; }
  .div7 { grid-area: 3 / 1 / 4 / 5; }
  .div8 { grid-area: 3 / 5 / 4 / 9; }
  .div9 { grid-area: 3 / 9 / 4 / 13; }
  .div10 { grid-area: 4 / 1 / 4 / 13;  padding-top: 40px; }
  .div11 { grid-area: 4 / 9 / 4 / 13; text-align:right; padding-top: 40px}
  .gx {
      overflow: hidden;
      border-radius: 18px;
      height: 180px;
      position: relative;
  }
  
  .gx-icon {
      border-bottom-right-radius: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px 3px 5px 0px;
      line-height: 26px;
      text-align: center;
      width: 40px;
      height: 40px;
      background: #ffc600;
      color: #002b45;
      z-index: 14;
  }
  
  .gx-media {
      position: absolute;
      left: 0;
      bottom: 0;
      color: white;
      font-weight: 700;
      font-size: 16px;
      padding: 10px 15px;
      z-index: 10;
  }
  
  .gx::after {
      content: '';
      background: rgba(0,0,0,0.14);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9;
  }

  .gx:hover .gx-overlay {
      opacity: 1;
      transform: translateY(0px);
  }
  
  .gx:hover .gx-media {
      opacity: 0;
  }

  .gx img {
      height: 100%;
      object-fit: cover;
  }
  
  .gx-overlay {
      content: '';
      background: rgba(0, 43, 69, 0.54);
      transition: all .5s ease;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 12;
      opacity: 0;
      transform: translateY(100%);
  }

  .gx-caption {
      position: absolute;
      left: 0;
      bottom: 0;
      color: white;
      font-weight: 700;
      font-size: 18px;
      padding: 10px 15px;
      z-index: 10;
      max-width: 220px;
  }

  .div2 .gx-caption,.div3 .gx-caption {
    max-width: 200px;
  }

  .gx-action {
      border-bottom-left-radius: 100%;
      position: absolute;
      top: 0;
      right: 0;        
      padding: 5px 0px 5px 3px;
      line-height: 26px;
      text-align: center;
      width: 40px;
      height: 40px;

      background: #fff;
      color: #002b45;
      z-index: 14;
      text-align: center;
      text-decoration: none;
  }

  .gx-action:hover {
    color:#ffc600;
  }

  .gx-date {
      position: absolute;
      right: 0;
      bottom: 0;
      color: white;
      font-weight: 700;
      font-size: 16px;
      padding: 10px 15px;
      z-index: 10;
  }

  .gx-social-media {
      list-style: none;
      color: #ffc600;
  }

  .gx-button {
      font-size: 15px;
      font-weight: 700;
      padding: 5px 25px;
      color:#002b45;
      background: #ffc600;
      border-radius: 25px;
      text-decoration: none;
  
      border: 1px solid #ffc600;
      letter-spacing: 1px;
      text-align: center;
      width: auto;
      display: inline-block;
      height: auto;
      line-height: 30px;
      text-transform: uppercase;
      outline: none;
      user-select: none;
      cursor: pointer;
      top: 5px;
      transform: translateY(0px);
      position: relative;
      /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
      background: #ffc600;
      /* text-shadow: 0 1px 0 rgba(0,0,0,.3); */
      transition: 150ms all;
  }

  .gx-button:hover {
      color: white;
        /* transform: translateY(-3px); */
  
        /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
  }
  
  /* .gx-button:active {
    transform: translateY(3px);
    box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #94770b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
  } */
  
  .gx-social-media li {
      display: inline-block;
      padding: 5px 10px;
  }
  
  .shareButton {
    outline: none;
    border: none;
    background: transparent;
    color: #0b2a4a;
    border-radius: 50%;
/*		padding: 4px 6px;*/
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 24px;
  }

  .shareButton.tw svg {
    vertical-align: top;
    fill: #0b2a4a;
  }

  .shareButton.tw:hover svg {
      fill: #fff;
  }

  .shareButton a{
    color: #0b2a4a;
  }
  .shareButton a:hover,.shareButton:hover a{
    color: #fff;
  }

 .shareButton:hover, .shareButton.open:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 3px 6px rgba(0, 43, 69, .4);
    background: #0b2a4a;
    color: white;
  }
/*  */

/*  */
.section4 {
  padding: 60px;
  position: relative;
}

.section4-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.carousel4 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.carousel4 .item {
  text-align: center;
}

.carousel4 .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
  }
  .carousel4 .owl-nav .owl-prev {
      background-color: #002b45 !important;
      border-radius: 50%;
      width: 40px;
      transform: translateX(-60px);
      height: 40px;


      font-weight: 700;
      padding: 5px 25px;
      color:#fff !important;
      text-decoration: none;

      border: 1px solid #002b45;
      letter-spacing: 1px;
      text-align: center;
      display: inline-block;
      line-height: 30px;
      text-transform: uppercase;
      outline: none;
      user-select: none;
      cursor: pointer;
      /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #31526b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1);
      text-shadow: 0 1px 0 rgba(0,0,0,.3);
      transition: 150ms all; */
  }

  .carousel4 .owl-nav .owl-next{
      background-color: #002b45 !important;
      border-radius: 50%;
      width: 40px;
      transform: translateX(60px);
      height: 40px;
      float: right;

      font-weight: 700;
      padding: 5px 25px;
      color:#ffc600;
      background: #002b45;
      text-decoration: none;

      border: 1px solid #002b45;
      letter-spacing: 1px;
      text-align: center;
      display: inline-block;
      line-height: 30px;
      text-transform: uppercase;
      outline: none;
      user-select: none;
      cursor: pointer;
      /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #31526b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1);
 
      text-shadow: 0 1px 0 rgba(0,0,0,.3);
      transition: 150ms all; */
  }    
  
  .carousel4 .owl-nav .owl-prev span,.carousel4 .owl-nav .owl-next span{
      font-size: 42px;
      color: #fff !important;
  }
  
  .carousel4 .owl-nav .owl-prev:hover {
    /* transform: translateX(-60px) translateY(-3px);
      box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #31526b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
  }
  .carousel4 .owl-nav .owl-prev:hover span{
    color: #ffc600 !important;
  }
  .carousel4 .owl-nav .owl-prev:active {
    /* transform: translateX(-60px) translateY(3px);
    box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #31526b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0); */
  }

  .carousel4 .owl-nav .owl-next:hover {
    /* transform: translateX(60px) translateY(-3px);
      box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #31526b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
  }
  .carousel4 .owl-nav .owl-next:hover span{
    color: #ffc600 !important;
  }
  .carousel4 .owl-nav .owl-next:active {
    /* transform: translateX(60px) translateY(3px);
    box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #31526b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0); */
  }


.image-border {
  border-radius: 100%;
  width: 230px;
  height: 230px;
  margin: auto;
  /*background-color: #ffc600;*/
	background-color: transparent;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.image-border:after {
	display:none;
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  left: 5px;
  top: 5px;
  background-color: #0b2a4a;
  border-radius: 50%;
  overflow: hidden;
}
.image-border .main-image {
   border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.image-border:hover > .main-image {
  transform: translate(-15px, -15px);
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}

.carousel4 a {
text-decoration: none;
}
.carousel4 p.title {
  padding: 0;
  display: inline-block;
  text-decoration: none;
  margin-left: auto;
  z-index: 3;
  margin-top: 40px;
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}

.carousel4 a:hover p.title {
color: #ffc600;
}

.img-holder {
  overflow: hidden;
}

.mapImage {
object-fit: cover;
display: block;
margin-top: 60px;
height: 280px;
margin-left: auto;
margin-right: auto;
}
/*  */
/*  */
.section5 {
position: relative;
}
/*  */
/*  */

footer {
  color: #002b45;
  padding-top: 100px;
  padding-bottom: 40px;
  background: #f5f5f5;
  position: relative;
}

.directionButton {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%) translateY(20px);

font-size: 18px;
font-weight: 700;
padding: 5px 25px;
color:#002b45;
background: #ffc600;
border-radius: 25px;
text-decoration: none;
z-index: 2;

border: 1px solid #ffc600;
letter-spacing: 1px;
text-align: center;
width: auto;
display: inline-block;
height: auto;
line-height: 30px;
/* font-size: 14px; */
text-transform: uppercase;
outline: none;
user-select: none;
cursor: pointer;


/* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
background: #ffc600;
/* text-shadow: 0 1px 0 rgba(0,0,0,.3); */
transition: 150ms all;
}

.directionButton:hover {
color: white;
  /* transform: translateX(-50%) translateY(17px); */

  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
}

/* .directionButton:active {
transform: translateX(-50%) translateY(23px);
box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #94770b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
} */
footer span.h4 {
  font-size: 16.5px;
  font-weight: 700;
  margin-bottom: .5rem;
  display: block;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li{
  font-size: 13px;
  line-height: 18px;
}

footer ul a{
  text-decoration: none;
  color: #002b45;
}

footer ul a:hover{
  color: #ffc600;
}
.footer-logo {
  margin-top: auto;
  margin-bottom: auto;
}
.footer-logo img {
  display: inline-block;
}

.footer-contact {

}

.footer-links li{
  line-height: 23px;
}

.footer-newsletter {

}

.footer-newsletter .subscribeBtn {
  font-weight: 700;
  padding: 2px 10px;
  color: #002b45;
  background: #ffc600;
  /* border-radius: 5px; */
  text-decoration: none;
  font-family: 'Titillium Web Semibold';
  border: 1px solid #ffc600;
  letter-spacing: 1px;
  text-align: center;
  width: auto;
  display: inline-block;
  height: auto;
  line-height: 20px;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
  user-select: none;
  cursor: pointer;
/* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
background: #ffc600;
/* text-shadow: 0 1px 0 rgba(0,0,0,.3); */
transition: 150ms all;
}


.footer-newsletter .subscribeBtn:hover {
color: white;
  /* transform: translateY(-3px); */

  /* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
}

/* .footer-newsletter .subscribeBtn:active {
transform: translateY(3px);
box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #94770b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
} */

.footer-newsletter input {
border-radius: 25px;
padding: 8px 20px;
font-size: 15px;
}

.copyright {
  background: #d0d0d0;
  color: #0b2a4a;
  text-align: center;
  font-size: 11px;
  padding: 20px;
}
/*  */
/*  */
.inner-banner {
position: relative;
width: 100%;
height: 70vh;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
z-index: 2;
}

.inner-banner::before {
content: '';
position: absolute;
z-index: 800;
/* box-shadow: inset 1px 120px 115px -10px #000; */
/* box-shadow: 0px 150px 90px -40px rgba(0,0,0,0.65) inset; */
box-shadow: inset 0 165px 80px -70px rgba(0,0,0,0.40), inset 0 185px 80px -70px rgba(0,0,0,0.05);
  
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 220px;
pointer-events: none;
}

.inner-banner .img {
/* margin-left: -25px; */
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 70vh;
background: transparent;
/* border-radius: 0 0 65% 35% / 0 0 60% 25%; */
border-radius: 0 0 25% 25%;
/* margin-right: -25px; */
overflow: hidden;
z-index: 2;
}

.inner-banner img {
width:100%;
height: 100%;
object-fit: cover;
z-index: 2;
}

.inner-flex {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: -140px;
z-index: -1;
}

.inner-column1 {
background: #002b45;
position: relative;
width: 28%;
padding: 400px 40px 40px;
margin-top: -220px;
}

.inner-column2 {
background: #fff;
width: 72%;
padding: 180px 40px 40px;
font-size: 19.2px;
line-height: 32px;
}

.breadcrumb-item a{
color: #002b45;
}

.breadcrumb-item a:hover {
color: #ffc600;
}

.inner-image {
width: 100%;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
.inner-image img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}

.inner-content {
font-size: 19.2px;
line-height: 32px;
position: relative;
}

.inner-content a ,.form-column2 a{
  text-decoration: none;
  color: #6e6e6e;
}

.inner-content img{
  display: inline-block;
  width: 100% !important;
}

.inner-content table td{
  border: 1px solid #000000;
  padding: 0 15px;
}


.sidebar {
margin: 0;
padding: 0;
height: 100%;
overflow: auto;
color: #fff;
}

.sidebar ul {
list-style: none;
margin:0;
padding:0;
position: relative;
}
.sidebar .main-tab ~ ul {
  display: none;
}

.sidebar .main-tab::after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 15px;
  right: 20px;
}

.sidebar .main-tab.open::after {
  content: "\f077";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 15px;
  right: 20px;
}

.sidebar ul > li > ul {
margin-left: 20px;
}

.sidebar .main-tab::after {
content: "\f078";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
position: absolute;
top: 15px;
right: 20px;
}

.sidebar a {
display: block;
color: #fff;
padding: 10px 20px 10px 10px;
text-decoration: none;
font-size: 16px;
position: relative;
}

.sidebar a.active {
color: #ffc600;
}

.sidebar a:hover:not(.active) {
color: #ffc600;
}



.inner-carousel {
width: 100%;
padding: 20px 35px 20px 35px;
margin-left: auto;
margin-right: auto;
position: relative;
}

.inner-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.inner-carousel .owl-nav .owl-prev {
    background-color: #ffc600 !important;
    border-radius: 50%;
    width: 40px;
    transform: translateX(-60px);
    height: 40px;


    font-weight: 700;
    padding: 5px 25px;
    color:#002b45;
    background: #ffc600;
    text-decoration: none;

    border: 1px solid #ffc600;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    text-transform: uppercase;
    outline: none;
    user-select: none;
    cursor: pointer;
    box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1);
    background: #ffc600;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    transition: 150ms all;
}

.inner-carousel .owl-nav .owl-next{
    background-color: #ffc600 !important;
    border-radius: 50%;
    width: 40px;
    transform: translateX(-10px);
    height: 40px;
    float: right;

    font-weight: 700;
    padding: 5px 25px;
    color:#002b45;
    background: #ffc600;
    text-decoration: none;

    border: 1px solid #ffc600;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    text-transform: uppercase;
    outline: none;
    user-select: none;
    cursor: pointer;
    box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1);
    background: #ffc600;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    transition: 150ms all;
}

.inner-carousel .owl-nav .owl-prev span,.inner-carousel .owl-nav .owl-next span{
    font-size: 42px;
    color: #002b45 !important;
}

.inner-carousel .owl-nav .owl-prev:hover {
  transform: translateX(-60px) translateY(-3px);
    box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1);
}
.inner-carousel .owl-nav .owl-prev:hover span{
  color: #fff !important;
}
.inner-carousel .owl-nav .owl-prev:active {
  transform: translateX(-60px) translateY(3px);
  box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #94770b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
}

.inner-carousel .owl-nav .owl-next:hover {
  transform: translateX(-10px) translateY(-3px);
    box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1);
}
.inner-carousel .owl-nav .owl-next:hover span{
  color: #fff !important;
}
.inner-carousel .owl-nav .owl-next:active {
  transform: translateX(-10px) translateY(3px);
  box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #94770b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
}


.inner-carousel .image-border {
border-radius: 100%;
width: 210px;
height: 210px;
margin: auto;
background-color: #ffc600;
margin-top: 30px;
position: relative;
z-index: 1;
}
.inner-carousel .image-border:after {
content: '';
position: absolute;
width: 200px;
height: 200px;
left: 5px;
top: 5px;
background-color: #0b2a4a;
border-radius: 50%;
overflow: hidden;
}
.inner-carousel .image-border .main-image {
 border-radius: 50%;
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
z-index: 2;
transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.inner-carousel .image-border:hover > .main-image {
transform: translate(-15px, -15px);
transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}

.inner-carousel .image-border:hover > p.title:after {
transform: scale3d(1, 1, 1);
transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.inner-carousel .image-border p.title {
padding: 0;
position: absolute;
top:50%;
left:50%;
z-index: 3;
font-weight: 400;
color: #fff;
font-size: 22px;
text-align: center;
transform: translateX(-50%) translateY(-50%);
text-transform: uppercase;
}
.inner-carousel .image-border p.title:after {
content: '';
position: absolute;
width: 100%;
height: 1px;
background-color: #ffc600;
bottom: -10px;
left: 0;
transform: scale3d(0, 1, 1);
transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.inner-carousel .img-holder {
overflow: hidden;
}

.inner-carousel .owl-dots {
text-align: center;
padding-top: 20px;
}

.inner-carousel .owl-dots button.owl-dot {
width: 8px;
height: 8px;
border-radius: 50%;
display: inline-block;
outline: none;
border: 1px solid #0b2a4abf;
background: #0b2a4abf;
margin: 0 6px;
padding: 4px;
}
.inner-carousel .owl-dots button.owl-dot.active {
background-color: #0b2a4a;
}
.inner-carousel .owl-dots button.owl-dot:focus {
outline: none;
}

.form-column1 {
background: #002b45;
position: relative;
width: 35%;

padding: 400px 40px 40px;
margin-top: -220px;
color: #fff;
}

.form-column2 {
background: #fff;
width: 65%;

padding: 400px 40px 40px;
margin-top: -220px;
font-size: 19.2px;
line-height: 32px;
}

.breadcrumb-item, .breadcrumb-item a{
font-size: 16px;
text-decoration: none;
}

.info-wrap {
width:100%;
padding:0px;
}
.info-wrap .dbox .icon span {
font-size: 20px;
}
.info-wrap .dbox {
width: 100%;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 25px;
align-items: center!important;
display: flex;
}

.info-wrap .contact_list p span{
  height: 35px;
  width: 35px;
  line-height: 25px;
  padding: 5px;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-wrap .contact_list p a {
  text-decoration: none;
  color: #fff;
}
.info-wrap .contact_list p a:hover {
  color: #ffc600;
}
.info-wrap .contact_list h4 {
  margin-bottom: 20px;
}
.info-wrap .contact_list > div {
  margin-bottom: 35px;
}
.info-wrap .contact_list .contact_title {
  font-weight: 600;
  font-size: 17px;
}

.info-wrap .dbox .text{
padding-left: 20px;
}

.info-wrap .dbox .icon {
width: 50px;
height: 50px;
padding:20px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.2);
align-items: center!important;
justify-content: center!important;
display:flex;
}
.info-wrap .dbox p{
margin-bottom: 0;
}
.info-wrap .dbox a {
color: #fff;
font-size: 14px;
text-decoration: none;
align-items: center!important;
justify-content: center!important;
display: flex;
}
.info-wrap .dbox p span {
font-weight: 500;
font-size: 15px;
margin-right: 5px;
}

.info-wrap .dbox a:hover {
color: #ffc600;
}

.info-wrap .dbox a:hover .icon{
color: #ffc600;
border: 2px solid #ffc600;
}

.form-group {
margin-bottom: 1rem;
}

#contactForm .form-control {
font-size: 16px;
}
.contactForm .form-control {
border: none;
border-bottom: 1px solid #002b455e;
padding: 0;
}
.form-control:focus, .form-control:active {
border-color: #002b45 !important;
}
.form-control {
height: 36px;
background: #fff;
color: rgba(0, 0, 0, 0.8);
font-size: 14px;
border-radius: 2px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid rgba(0, 0, 0, 0.1);
}

#message {
resize: vertical;
height: 120px
}

.contactForm .label {
color: #000;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
}

.submitButton {
font-size: 18px;
font-weight: 700;
padding: 5px 25px;
color:#002b45;
background: #ffc600;
border-radius: 25px;
text-decoration: none;
border: 1px solid #ffc600;
letter-spacing: 1px;
text-align: center;
width: auto;
display: inline-block;
height: auto;
line-height: 30px;
font-size: 14px;
text-transform: uppercase;
outline: none;
user-select: none;
cursor: pointer;
/* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 3px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
background: #ffc600;
/* text-shadow: 0 1px 0 rgba(0,0,0,.3); */
transition: 150ms all;
z-index: 2;
margin-top: 20px;
}

.submitButton:hover {
color: white;
/* transform: translateY(-3px); */

/* box-shadow: inset 0 30px 30px -15px rgba(255,255,255,.1), inset 0 0 0 1px rgba(255,255,255,.3), inset 0 4px 20px rgba(0,0,0,0), 0 5px 0 #94770b, 0 3px 2px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.1); */
}

.submitButton:active {
/* transform: translateY(3px); */
/* box-shadow: inset 0 16px 2px -15px rgba(0,0,0,0), inset 0 0 0 1px rgba(255,255,255,.15), inset 0 1px 20px rgba(0,0,0,.1), 0 0 0 #94770b, 0 0 0 2px rgba(255,255,255,.5), 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0); */
}

/* School Calendar */
/* nice scroll bar */
.events::-webkit-scrollbar {
  width: 5px;
}
.events::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 50px;
}
.events::-webkit-scrollbar-thumb {
  background: var(--primary-clr);
  border-radius: 50px;
}

.hide {
  display: none;
}
.show {
  display: block !important;
}
.calendarContainer {
  position: relative;
  /* width: 1200px; */
  padding: 40px;
  margin: 0 auto;
  background: rgb(0,55,85);
  background: linear-gradient(124deg, #002b45 5%,#003c5d 94%);
  border-radius:35px;
}
.calendarHeader {
  display: flex;
}
.calendarContainer .month {
  width: 50%;
  height: 60px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  padding: 0 50px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: capitalize;
}
.calendarContainer .month .prev,
.calendarContainer .month .next {
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  background: transparent;
  outline: none;
  border: none;
}
.calendarContainer .month .prev:disabled,
.calendarContainer .month .next:disabled {
  color:#3d5c6e;
  cursor: not-allowed;
}
.calendarContainer .month .prev:hover,
.calendarContainer .month .next:hover {
  color: var(--primary-clr);
}

.calendarContainer .goto-today {
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 0 50px;
  margin-bottom: 20px;
  color: var(--primary-clr);
}

.calendarContainer .date {
  color: #fff;
  font-size: 45px;
}

.calendarContainer .goto-today select {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 31.9px;
}

.calendarContainer .goto-today select option {
  background: #fff;
  color: #002b45;
  font-size: 24px;
  text-align: center;
}

.calendarBody {
  position: relative;
  padding: 5px;
  color: #fff;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  
}
.calendarLeft {
  flex: 50%;
  padding: 20px;
}
.calendar {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #ffc600;
  border-radius: 5px;
}

.calendar .weekdays {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;

      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 10px;
      grid-row-gap: 10px;
}
.weekdays div span{
  width: 45px;
  height: 45px;
  display: block;
}
.weekdays div:nth-child(7n), .weekdays div:nth-child(7n - 1) {
  color: #1c6490;
}

.calendar .days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;

      display: grid;
      grid-template-columns: repeat(7, 1fr);
      /* grid-template-rows: repeat(6, 1fr); */
      grid-column-gap: 10px;
      grid-row-gap: 10px;
}
.calendar .days .day {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--primary-clr);
}

.calendar .days .day span {    
  height: 45px;
  width: 45px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 45px;
  position: relative;
  border-radius: 50%;
  border: 1px solid transparent;
  display: inline-block;
}

.calendar .days .day span:hover{
  border: 1px solid #fff;
  color: #fff;
}

.calendar .days .day:nth-child(7n -1), .calendar .days .day:nth-child(7n){
  color: #1c6490;
}

.calendar .days .prev-date,
.calendar .days .next-date {
  color: #ffc600a1;
}

.calendar .days .today span{
  color: #002b45;
  background-color: #fff;
}

.calendar .days span.active,.calendar .days span.active:hover,.calendar .days .today span:hover{
  color: #002b45;
  background-color: #fff;
}

.calendar .days .event span{  
  border: 1px solid var(--primary-clr);
}

.calendar .days .today span{
  border: 1px solid #fff;
}
.calendar .days .event {
  position: relative;
}

.calendar .days .day:hover.event::after {
  background-color: #fff;
}



.calendarBody .calendarRight {
  position: relative;
  flex: 50%;
  min-height: 100%;
  padding: 20px 0;
}

.calendarRight .today-date {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  padding-left: 70px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.calendarRight .today-date .event-day {
  font-size: 2rem;
  font-weight: 500;
}
.calendarRight .today-date .event-date {
  font-size: 1rem;
  font-weight: 400;
  color: #878895;
}
.eventsContainer {
  width: 100%;
  height: 100%;
  /* max-height: 600px; */
  min-height: 300px;
  display: flex;
  /* flex-direction: column; */
  padding-left: 4px;
  text-align: center;
  position: relative;
}

.events-box {
  width: 100%;
  max-width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  position: absolute;
  display: none;
}

.events-date {
  background: #ffc600;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  color: #002b45;
  font-size: 21.72px;
  padding: 15px;
}

.events {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #002b45;
  padding: 30px;
  max-height: 30vh;
  margin-bottom: 100px;
  overflow: hidden auto;
}

.events .event {
  text-align: left;
  position: relative;
  width: 95%;
  min-height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  
  color: #fff;
  cursor: pointer;
}
.events .event:not(:first-child) {
  border-top: 1px solid #61778548;
}
.events-box.show ~ .no-events-box {
  display: none;
}
.no-events-box {
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.no-event-no {
  font-size: 147.15px;
  margin-bottom: 55px;
}
.no-event-date,.no-event-day {
  color: #ffc600;
  font-size: 26px;
}
/* even event */
.events .event:nth-child(even) {
  background: transparent;
}

.events .event .title {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.events .event .title .event-title {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 20px;
}
.events .event i {
  color: var(--primary-clr);
  font-size: 0.5rem;
}
.events .event:hover i {
  color: #fff;
}
.events .event .event-time {
  display: none;
  font-size: 0.8rem;
  font-weight: 400;
  color: #878895;
  margin-left: 15px;
  pointer-events: none;
}
.events .event:hover .event-time {
  color: #fff;
}

.events .no-event {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #878895;
}
.calendarLoader {
  background: rgba(0, 0, 0, .45);
  position: absolute;
  z-index: 800;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 35px;
  display: none;
}

.calendarLoader.show {
  display: block;
}

.calendarLoader img{
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
/* end School Calendar */
/* table content */

ol.table_section {
  padding-left: 0;
  list-style-position: inside;
  position: relative;
  padding-left: 50px

}
ol.table_section li {
  position: relative;
}

ol.table_section li::marker {
  font-size: 23px;
  color: #002E5E;
  line-height: 29px !important;
  margin-bottom: 6px;
  margin-left: 2rem;
	font-family: 'Titillium Web Bold';
}

ol.table_section li::before {
  content: '';
  height: 23px;
  background: #ffd028;
  width: 40px;
  position: absolute;
  left: -50px;
  top: 23px;
  z-index: 999;
}

.table_content {
  border-bottom: 3px solid #ffd028;
  margin-bottom: 20px;
}

.table_content thead tr {
  background: #052c49;
  border-top: 3px solid #ffd028;
  border-bottom: 4px solid #ffd028;
  border-left: 3px solid #052c49;
}

.table_content thead th {
  text-align: center;
  color: white;
  vertical-align: middle !important;
}

.table_content>tbody>tr>td, .table_content>tbody>tr>th, .table_content>tfoot>tr>td, .table_content>tfoot>tr>th, .table_content>thead>tr>td, .table_content>thead>tr>th {
  border: 1px solid #052c49;
}

.table_content tbody td, .table_content tbody td a {
  text-align: center;
  color: #052c49;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
}


.table_section h4 {
  display: inline-block;
  font-size: 23px !important;
  line-height: 29px !important;
  margin-bottom: 6px;
  margin-top: 20px;
}

#tableSectionModal.modal {
  top: -50%;
  transform: translateY(40%);
}
#tableSectionModal .close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  outline: none;
  border: none;
  background: none;
  position: absolute;
  right: 20px;
}
#tableSectionModal .modal-header {
  min-height: 50px;
}
#tableSectionModal .modal-content {
  background: #ffcd1a!important;
  max-width: 500px;
  margin: auto;
  float: none;
  color: #033f89!important;
  font-size: 22px!important;
  font-weight: 700;
  text-align: center;
}
#tableSectionModal .modal-body {
  min-height: 350px;
  height: 100%;
  padding: 20px;
  position: relative;
}
#tableSectionModal .modal-body iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
}
/* end table content */
/* blog */
.blog-item {
  /* position: relative;
  display: inline-flex;
  width: 48%;
  flex-grow: 1; */

  position: relative;
  display: flex;
  width: 50%;
  /* flex-grow: 1; */
  /* flex-basis: 100%; */
  flex: 1;
  flex-direction: column;
}
.blog-item.w-full{
  width: 100%;
  flex: auto;
}
.blog-item img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.blog-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
  flex-direction: row;
}
.text-wrap {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.viewAllPost {
  color: #002b45 !important;
  font-weight: bold;
  float: right;
  font-size: 1.5rem;
  font-family: 'Titillium Web Bold';
  border: none;
  background: none;
}
.blog-title {
  color: #002b45 !important;
}
/* end blog */
/*  */
@media (max-width: 1280px) {
  .events-box {
    width: 100%;
  }
  .calendarContainer .month, .calendarContainer .goto-today  {
    padding: 0;
  }
  .calendarLeft {
    padding: 0;
  }
  .calendar .days, .calendar .week {
    padding: 0 0;
  }
	#applicationFrame {
    min-height: 1500px;
  }
}
@media (max-width: 1190px){
  .calendarBody {
    flex-wrap: wrap;
  }
  .events-box {
    max-width: 100%;
  }
}
/*  */
@media (min-width: 1400px){
  div.right > div.sectionContainer {
    max-width: 1320px;
  }

  div.left > div.sectionContainer {
    max-width: 1320px;
  }
}
/*  */
@media (min-width: 1920px){
  body {
    font-size: 1rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3, .page-title1 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.95rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  .payButtonTop {
    top: 58px;
    right: 120px;
  }
  .leftCorner > label {
    padding: 25px 20px;
    height: 65px;
    width: 65px;
  }
  /* .leftCorner .span {
    padding: 0 16px;
  } */
  .bannerCarousel .owl-dots button.owl-dot {
    width: 16px;
    height: 16px;
  }

  .bannerCarousel span {
    font-size: 60px;
  }

  div.sectionContainer {
    max-width: none !important;
    width: 100%;
  }
  div.right p, div.left p {
    font-size: 18.5;
    line-height: 32px;
}
  div.right img {
    display: block;
    width: 100%;
    height: 60vh;
    /* object-fit: cover; */
  }
  div.right div.image-container,div.left div.image-container {
      width: 30vw;
      height: 100%;
  }
  .section3-stories, .section3 .parent{
    width: 1240px;
  }
  .gx {
    height: 220px;
  }
  .gx-caption {
    max-width: 200px;
  }
  .div2 .gx-caption, .div3 .gx-caption {
    max-width: 200px;
  }
  .stories img {
      height: 300px;
  }
  .stories .stories-desc {
    font-size: 16px;
  }
  .shareButton {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
  .div10 {
    padding-top: 60px;
  }
  .carousel4 {
    width: 1340px;
  }
  .carousel4 p.title {
    font-size: 30px;
  }
  .image-border {
    border-radius: 100%;
    width: 310px;
    height: 310px;
    margin: auto;
    background-color: transparent;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
  .image-border:after {
    content: '';
	  display:none;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 5px;
    top: 5px;
    background-color: #0b2a4a;
    border-radius: 50%;
    overflow: hidden;
  }
  .mapImage {
    height: 350px;
  }
  footer .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  footer span.h4 {
    font-size: 16.5px;
  }

  footer ul li {
    font-size: 13px;
    line-height: 18px;
  }
  /* inner content */
  .sidebar a {
    font-size:18.5px;
  }
  .breadcrumb-item, .breadcrumb-item a {
    font-size: 18.5px;
  }
  .inner-content {
    font-size: 18.5px;
    line-height: 38px;
  }
  .info-wrap .dbox p span {
    font-size: 18.5px;
  }
  .info-wrap .dbox a {
    font-size: 18.5px;
  }
  .contactForm .label,.form-control {
    font-size:18.5px;
  }
  /*  */
}
/*  */
@media screen and (max-width: 985px) {
  .menu-links ul {
    width: 300px;
    padding-left: 30px;
  }
  .menu-links ul li > ul {
    margin-left: 240px;
  }
  .menuBParent {
    width: 315px;
    height: 315px;
  }
  .carousel4 {
    width: 700px;
  }

  div.left div.column2, div.right div.column1 {
    padding: 40px 30px 40px 80px;
  }

  div.section3 {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 900px) {
  .nav-action {
    left: 50px;
    bottom: unset;
    top: 0;
    background: #fff;
  }
  .menu-links{
    overflow: hidden auto;
  }
  .menu-links ul {
    align-self: baseline;
    padding-top: 130px;
  }
  .menu-links > ul > li.mainmenu > a:after {
    position: absolute;
    right: 20px;
    /* top: 10px; */
    transform: translateY(0%);
  }
  .menu-links ul li > ul {
    position: relative;
    background: #43B440;
    padding-left: 0;
    margin-left: 0px;
    width: 250px;
    border-radius: 25px;
    padding: 20px 20px 20px 0;
    opacity: 1;
    display: none;
    transition: .5s all ease;
  }
  .menu-links ul li.mainmenu.active:hover > ul {
    display: block;
    transform: translateY(0);
    top: 0;
    height: auto;
    width: auto;
  }

  .menu-links > ul > li.mainmenu.active:hover > a:after {
      transform: translateY(0%) rotate(90deg);
  }

  .menu-links ul li:hover {
    border-radius: 0;
  }
  
  .menu-links ul li.mainmenu.active:hover {
    border-radius: 0;
  
  }
  
  .slogan {
      width: 100%;
      bottom: 120px;
  }
  

  .bannerCarousel .item{
      overflow: hidden;
  }

  .bannerCarousel img{
      height: 100vh;
      object-fit: cover;
      object-position: center;
  }

  .parent {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(5, 1fr);
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 10px;
  }

  .div1 { grid-area: 1 / 1 / 2 / 3; }
  .div2 { grid-area: 2 / 1 / 3 / 2; }
  .div3 { grid-area: 2 / 2 / 3 / 3; }
  .div4 { grid-area: 3 / 1 / 4 / 2; }
  .div5 { grid-area: 3 / 2 / 4 / 3; }
  .div6 { grid-area: 4 / 1 / 5 / 2; }
  .div7 { grid-area: 4 / 2 / 5 / 3; }
  .div8 { grid-area: 5 / 1 / 6 / 2; }
  .div9 { grid-area: 5 / 2 / 6 / 3; }
  .div10 { grid-area: 6 / 1 / 6 / 2; text-align: center; padding-top: 20px; align-self: center;}
  .div11 { grid-area: 6 / 2 / 6 / 3; text-align: center; padding-top: 20px;}

  .inner-banner{
    height: 50vh;
  }
  
  .inner-banner .img {
    border-radius: 0 0 50% 50% / 0 0 90px 85px;
  }
  .inner-column1 {
    display: none;
  }
  .inner-column2 {
    width: 100%;
    padding: 180px 15px 20px;
  }
  .inner-carousel .owl-nav .owl-prev {
    transform: translateX(-30px);
  }
  .inner-carousel .owl-nav .owl-next {
    transform: translateX(-40px);
  }
  .inner-carousel .owl-nav .owl-prev:hover {
    transform: translateX(-30px) translateY(-3px);
  }
  .inner-carousel .owl-nav .owl-prev:active {
    transform: translateX(-30px) translateY(3px);
  }

  .inner-carousel .owl-nav .owl-next:hover {
    transform: translateX(-40px) translateY(-3px);
  }
  .inner-carousel .owl-nav .owl-next:active {
    transform: translateX(-40px) translateY(3px);
  }
  .form-column1 {
    width: 100%;
    padding: 400px 15px 20px;
  }
  .form-column2 {
    width: 100%;
    padding: 20px 15px 20px;
    margin-top: 0;
  }

  ol.table_section {
    padding-left: 8px;
  }
}

@media screen and (max-width: 834px) and (min-width:768px){
  div.right img, div.left img {
    display: inline-block;
  }

  .sectionContainer .image-container {
    max-width: 500px;
    max-height: 500px;
    margin: 40px auto;
    padding: 60px 0px 40px !important;
  }

  div.right h1, div.left h2 {
    width: 100%;
  }

  div.right p, div.left p {
    padding: 10px 30px;
    text-align: justify;
  }
}

@media screen and (max-width: 834px) {
  .payButton {
    bottom: 55px;
  }
  .spea-logo {
    top: 40px;
    width: 140px;
    height: auto;
  }
  
  .bannerCarousel .carousel-caption div {
    font-size: 40px;
  }
  .bannerCarousel .carousel-caption span {
    font-size: 46px;
  }
  .gx-button, .directionButton{
    font-size: 15px;
  }
  
	.row {
		margin-left: 0;
		margin-right: 0;
	}
  .rightCorner {
    width: 95px;
    height: 100px;
    padding: 25px 35px;
  }
  .searchForm {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
  .searchForm input {
      border: none;
      border-bottom: 2px solid rgba(255, 255, 255, 0.5);
      outline: none;
      color: white;
      padding: 0px 28px 0px 2px;
      font-size: 22px;
      border-radius: 0;
      background: transparent;
      width: 100%;
      height: 60px;
  }
  .searchForm input:focus {
      border: none;
      box-shadow: none;
      border-bottom: 2px solid #ffc600;
      outline: none;
      color: white;
      padding: 0px 28px 0px 2px;
      border-radius: 0;
      background: transparent;
      width: 250px;
  }
  .searchForm .input-group-text {
    /* padding: 0 10px; */
    margin-top: 2px;
  }
  #menu {
    overflow: hidden auto;
  }
  
  .menu-links ul li {
    position: relative;
  }
  .menu-links ul li > ul {
    height: auto;
    top: 0;
  }
  .nav-action {
    top: 25px;
    left: 0px;
    width: 100%;
    bottom: unset;
  }
	
  .nav-action .searchBtn {
    float: none;
    margin-left: 10px;
  }
	
  .menu-links {
    width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
  }
  .menu-box {
    width: 100%;
    height: auto;
    padding: 15px 25px;
  }
  .menuBParent {
    display: none;
  }
  .menu-links ul {
    width: 100%;
    padding: 100px 25px 40px;
    
  }
  .banner {
    height: calc(100vh - 55px);
  }

  .bannerCarousel .owl-item {
    height: calc(100vh - 55px);
  }
  .carousel4 {
    width: 100%;
  }
  .slogan {
      width: 100%;
      top: 50%;
      transition: translateY(-50%);
      bottom: 80px;
  }

  .st3 {
      font-size: 20px;
      margin-top: 0px;
  }

  div.right div.column1 {
    width: 100%;
    padding: 20px 15px;
    order:2;
  }
  div.right div.column2 {
    width: 100%;
    order:1;
  }
  div.right div.column2 .image-container {
    width: 100%;
    border-bottom-left-radius: 72%;
  }
  div.left div.column2 {
    width: 100%;
    padding: 20px 15px;
  }
  div.left div.column1{
    width: 100%;
  }
  div.left div.image-container {
    width: 100%;
    border-bottom-right-radius: 72%;
  }

  div.right h1, div.left h2 {
    margin: auto;
    text-align: center;
  }

  .carousel-action {
    right: 30px;
  }

  .bannerCarousel .carousel-caption {
      right: 0px;
      left: 0;
      width: 100%;
      text-align: center;
      top: 30%;
  }

  .bannerCarousel .carousel-action div {
      padding-left: 0;
  }


  .bannerCarousel .carousel-hashtag {
    left:30px;
    bottom: 62px;
  }

  .bannerCarousel .owl-dots {
      bottom: 20px;
      right: 0;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      z-index: 900;
  }

  .carousel4 .owl-nav {
      z-index: 900;
  }

  .carousel4 .owl-nav .owl-prev {
      transform: translateX(0);
      margin: 10px;
  }

  .carousel4 .owl-nav .owl-prev:hover,.carousel4 .owl-nav .owl-next:hover  {
    transform: scale(1.1);
  }

  .carousel4 .owl-nav .owl-next {
    transform: translateX(0);
    margin: 10px;
  }

  .mapImage {
    height: 175px;
    margin-top: 20px;
  }
} 
@media screen and (max-width: 640px){
  .payButtonTop {
    top: 120px;
    right: 30px;
    left: unset;
    width: 130px;
  }
  .admission-button.inner {
    display: none;
  }
}
@media screen and (max-width: 600px) {
	#applicationFrame {
    min-height: 1600px;
  }
  #cbseButton {
    top: 90px;
    left: 30px;
  }

  .payButtonTop {
    top: 90px;
    right: 30px;
    left: unset;
    width: 130px;
  }
  
  .spea-logo {
    top: 35px;
    right: 85px;
    left: unset;
    width: 120px;
    height: auto;
  }

  .owl-nav {
    display: none;
  }
	
  #menu .menu-before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .top-logo {
    width: 140px;
    height: auto;
    top: 30px;
    display: inline-block;
  }
  .leftCorner {
    /* width: 95px;
    height: 100px;
    padding-top: 15px; */
  }
  .leftCorner > label {
    right: 30px;
    top: 30px;
  }
  
  .section3 {
    padding: 40px 5px !important;
  }
  div.section3 h3{
    margin-bottom: 20px;
  }
  .section4 {
    padding: 20px 0 0;
  }

  .mapImage {
    margin-top: 40px;
  }

  footer {
    padding: 70px 0px 40px;
  }
  .footer-logo {
    margin-bottom: 40px;
    text-align: center;
  }

  .calendarContainer {
    padding: 20px 10px;
  }

  .calendarBody .calendarRight {
    padding: 0 0 20px;
  }

  .calendarLeft {
    padding: 0 20px;
  }

  .calendarContainer .date {
    font-size: 30px;
  }

  .calendarContainer .goto-today {
    height: 40px;
    width: 40%;
    justify-content: end;
  }

  .calendarContainer .month {
    justify-content: left;
    width: 60%;
    height: 40px;
    padding: 0px;
  }

  .calendar .weekdays {
    padding: 0 25px;
  }

  .calendarContainer .goto-today select {
    font-size: 28px;;
  }

  .calendar .days { 
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 20px;
    grid-template-rows: none;
  }

  .weekdays div span {
    height: 28px;
    width: 28px;
  }

  .calendar .days .day span {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }

  .eventsContainer {
    min-height: 150px;
  }
  .events {
    padding: 20px;
    max-height: 150px;
    margin-bottom: 0px;
  }
  .events-box {
    width: 100%;
  }
  .events-date {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  #cbseButton {
    top: 90px;
    left: 30px;
  }
  
  .mbl2, .mbl3{
    float: none;
    display: block;
    width: 100%;
    margin: auto;
  }

  .gx-button, .directionButton {
    font-size: 13px;
  }
  .st3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 414px) {
  #cbseButton {
    top: 90px;
    left: 30px;
    font-size: 13px;
    padding: 5px 8px;
  }

  .calendarContainer {
    padding: 20px 5px;
  }

  .calendarBody .calendarRight {
    padding: 0 0 20px;
  }

  .calendarLeft {
    padding: 0 0px;
    width: 100%;
  }

  .calendarContainer .date {
    font-size: 24px;
  }
  
  .calendar .days .day {
    height: 40px;
    width: 40px;
  }

  .calendarContainer .goto-today {
    height: 40px;
    width: 40%;
    justify-content: space-evenly;
  }

  .calendarContainer .month {
    justify-content: left;
    width: 60%;
    height: 40px;
    padding: 0px 5px;
  }

  .calendar .weekdays {
    padding: 0 0px;
  }

  .calendarContainer .goto-today select {
    font-size: 22px;
  }

  .calendar .days { 
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 0px;
    grid-template-rows: none;
  }

  .weekdays div span {
    height: 28px;
    width: 28px;
  }

  .calendar .days .day span {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }

  .eventsContainer {
    min-height: 150px;
  }
  .events {
    padding: 10px 5px;
    max-height: 110px;
    margin-bottom: 0px;
  }
  .events .event {
    min-height: 40px;
  }
  .events-box {
    width: 100%;
  }
  .events-date {
    font-size: 18px;
    padding: 10px;
  }
  .no-event-no {
    font-size: 70px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .blog-item {
    flex: auto;
  }
}
@media screen and (max-width: 320px) {

  .calendar .days .day {
    height: 30px;
    width: 30px;
  }

}
.infra{
    text-align:center;
    margin-top:20px;
}


.animateThis {
    position: relative;
    will-change: opacity transform
}


.slideLeft {
    opacity: 0;
    transition: all .6s ease;
    transform: translate3d(100px, 0px, 0px)
}

.slideLeft.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px)
}

.slideRight {
    opacity: 0;
    transition: all .6s ease;
    transform: translate3d(-100px, 0px, 0px)
}

.slideRight.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px)
}

.slideTop {
    opacity: 0;
    transition: all .6s ease;
    transform: translate3d(0px, 100px, 0px)
}

.slideTop.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px)
}

.slideBottom {
    opacity: 0;
    transition: all .6s ease;
    transform: translate3d(0px, -80px, 0px)
}

.slideBottom.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px)
}

.fadeGrow {
    opacity: 0;
    transition: all .6s ease;
    transform: scale(.5)
}

.fadeGrow.in-view {
    opacity: 1;
    transform: scale(1)
}

.fadeIn {
    opacity: 0;
    transition: all .6s ease
}

.fadeIn.in-view {
    opacity: 1
}

.curtain {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all .6s ease;
}

.curtain.in-view {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}



.colgBox {
    width: 100%;
    aspect-ratio: 1;
    background: #ccc;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.colgBox .colgBxImg {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.colgBxContent {
    width: 100%;
    background: blue;
    color: #fff;
    transition: all .6s ease;
}


.circleBtn,
.acmdContent .circleBtn {
    height: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 0 5px 0 35px;
    position: relative;
    display: inline-flex;
    transition: all .3s ease;
    z-index: 1;
    align-items: center;
    text-decoration: none;
}

.circleBtn.cBtnBlack {
    color: #333;
}

.circleBtn:hover,
.circleBtn.cBtnBlack:hover,
.acmdContent .circleBtn:hover {
    color: #fff;
    padding: 0 25px 0 15px;
}

.circleBtn:before {
    width: 24px;
    height: 24px;
    background: #3383FA;
    color: #fff;
    content: '\2794';
    border-radius: 50rem;
    font-size: 10px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    text-align: left;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-out;
    z-index: -1;
    padding: 0 7px;
}

.circleBtn:hover:before {
    width: 100%;
    justify-content: end;
}

.blueBtn svg,
.whiteBtn svg,
.lightblueBtn svg {
    width: 22px;
    height: auto;
    display: inline-block;
    vertical-align: text-bottom;
}

@media (min-width:768px) {

    .blueBtn,
    .whiteBtn,
    .yellowBtn {
        padding: 10px 10px;
    }

    .circleBtn,
    .acmdContent .circleBtn {
        font-size: 16px;
        height: 30px;
    }

    .circleBtn:before {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
}
 .blueBtn,
    .whiteBtn,
    .yellowBtn {
        font-size: 14px;
        text-transform: uppercase;
    }

@media (min-width:1024px) {

    .blueBtn,
    .whiteBtn,
    .yellowBtn {
        font-size: 14px;
        text-transform: uppercase;
    }

    .circleBtn,
    .acmdContent .circleBtn {
        height: 35px;
        padding: 0 10px 0 45px;
        font-size: 18px;
    }

    .circleBtn:hover,
    .circleBtn.cBtnBlack:hover,
    .acmdContent .circleBtn:hover {
        padding: 0 35px 0 20px;
    }

    .circleBtn:before {
        width: 35px;
        height: 35px;
        font-size: 18px;
        padding: 0 10px;
    }
}

.colgBxContent:hover {
    background:#FFC600;
}

.colgBxText {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    text-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

@media (min-width:768px) {
    .colgBxText {
        font-size: 25px;
    }
}

@media (min-width:1024px) {
    .colgBxText {
        font-size: 31px;
    }

    .colgBox {
        min-height: 100%;
    }
}

@media (min-width:1280px) {
    .colgBxText {
        font-size: 43px;
    }
}

@media (max-width:1024px) {
    .colgBxCenter.colgBxCenter {
        aspect-ratio: unset;
    }
}

@media (max-width:1024px) {
    .pressSwiper {
        position: relative;
    }

    .pressSwiper .swiper-wrapper,
    .pressSwiper .swiper-slide {
        display: block;
        height: unset;
    }

    .pressSwiper .swiper-slide {
        margin-bottom: 30px;
    }
}


.crcLogoSwiper .swiper-wrapper {
    transition-timing-function: linear;
    pointer-events: none;
}

.crcLogoSwiper .swiper-slide {
    text-align: center;
    position: relative;
}


.swiper-slide-active .hbImg {
    transform: scale(1)
}

.announceSwiper .swiper-slide {
    width: auto;
}


.announceSwiper .swiper-slide:before {
    content: '>';
    margin-right: 8px;
    font-weight: 700;
}
.titleFont {
    font-family: 'Spectral', serif;
}



