/*!
    Project Name: 
    Doc Name 	: style.scss
    Author Name	: Alal
    Email       : -
*/
html {
  scroll-behavior: smooth; /* enables smooth scrolling */
}

.quicksand {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.quicksand.light {
  font-weight: 300;
}
.quicksand.regular {
  font-weight: 400;
}
.quicksand.medium {
  font-weight: 500;
}
.quicksand.semibold {
  font-weight: 600;
}
.quicksand.bold {
  font-weight: 700;
}

body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #FFFFFF;
  color: #222222;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #015DB4;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #0884E9 !important;
  transition: all 0.3s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.primary-color, .blue {
  background-color: #015DB4;
}

.secondary-color, .orange {
  background-color: #E75525;
}

.dark-text {
  color: #222222;
}

.light {
  background-color: #FEF3F0;
}

.lightblue {
  background-color: #0884E9;
}
.lightyellow{
	background-color: #ce8d3b;
}
.padding80 {
  padding: 80px 0;
}

.secondary-text {
  color: #E75525;
}

.primary-btn {
  background-color: #015DB4;
  color: #fff;
  padding: 0px 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.primary-btn:hover {
  background-color: #003c74;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF !important;
}

.secondary-btn {
  background-color: #E75525;
  color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.secondary-btn svg {
  margin-right: 5px;
}
.secondary-btn svg path {
  transition: all 0.3s ease-in-out;
}
.secondary-btn:hover {
  background-color: #015DB4;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.secondary-btn:hover path {
  stroke: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

.top-bar {
  background-color: #015DB4;
  padding: 9px 0;
  color: #FFFFFF;
  border-bottom: 3px solid #E75525;
}
.top-bar a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin: 2px 0;
    display: inline-block;
}
.top-bar a:hover {
  color: #E75525 !important;
}
.top-bar a.top-btn:hover {
  background-color: #FFFFFF !important;
  color: #222222 !important;
}
.top-bar .top-bar-affiliate span {
    margin-left: 2px;
    margin-right: 5px;
	white-space: nowrap;
}
ul.top-bar-affiliate, .social {
    padding-top: 10px;
}
.social i {
    font-size: 20px;
}
/*Menu START*/
.main-menu-sec {
    padding: 10px 3rem;

}
.logo {
    padding: 0;
}

.logo img {
    height: 100px;
    width: auto;
    margin-bottom: 0;
    border-radius: 0px;
	max-width: 100%;
    object-fit: contain;
}


/* ------------- custom nav --------------- */

.custom-nav a {
    font-size: 16px;
    color: #645e5e;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
    font-weight: 500;
}

.custom-nav .submenu {
    position: absolute;
    display: block;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    top: 20px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    padding: 10px 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.custom-nav .submenu.open {
    opacity: 1;
    /* top: 35px; */
    pointer-events: all;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.custom-nav .navbar {
    gap: 13px;
}
nav ul {
    margin-bottom: 0;
    padding: 0px;
}
nav ul li {
    list-style: none;
    position: relative;

}
nav ul li.active a {
    color: var(--primary);
}

.custom-nav ul li a:hover {
    color: #0884E9 !important;
}

.custom-nav .submenu .submenu {
    left: 100%;
    top: 0;
}

.custom-nav .navbar .has-child>a::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.custom-nav .navbar .has-child:hover::after {
    color: var(--primary) !important;
}


.custom-nav .navbar .submenu a {
    padding: 10px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
.top-nav a{
    color: white !important;
}
.top-nav .navbar{
    padding: 0;
}
nav.custom-nav {
    display: flex;
    justify-content: end;
    /* background-color: var(--primary); */
    padding: 5px 0px !important;
    color: white;
}

nav.custom-nav .navbar>li:nth-last-child(-n+2) .submenu {
    left: auto;
    right: 0;
}
.nav-btn1{
    gap: 10px;
}
.topNav-btn,
.mainNav-btn{
    display: none;
}
.topNav-btn{
    background: transparent;
    border: 1px solid var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    color: var(--primary); 
    outline: none;
    padding:0 !important;
} 
.topNav-btn svg circle{
    stroke: var(--primary);
}

/* .mainNav-btn {
    display: none;
} */


.mainNav-btn {
    background: #2369b3;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    margin-right: -20px;
    color: #fff;
    outline: none;
    padding: 0 !important;
}


.menu-overlay {
    display: none;
}

.menu-overlay {
    display: block;
    width: 0%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    opacity: 0;
}

.menu-open .menu-overlay {
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    opacity: 1;
}


.submenu a {
    color: #645e5e !important;
}

/*Menu END*/

/*Banner START*/
.banner {
    padding: 0px;
    position: relative;
    /* height: calc(100vh - 120px); 
    height: 80vh;*/
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner1 {
    position: relative;
    /*height: 100vh;*/
    background-size: cover;
    object-fit: cover;
    background-position: center;
}


.banner1 .overlay {
    /* background: linear-gradient(#000000e0, #00000000); */
    background: #0000007d;
    content: '';
    display: block;
    position: absolute;
    /* opacity: 0.2; */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

/* .banner-content {
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: flex;
} */

.banner h1 {
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: 30%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 999;
    font-weight: 700;
    font-size: 44px;
	text-shadow: 2px 2px 8px #000;
    /* display: none; */
}
.banner h1 span {
    display: block;
    font-size: 30px;
    color: #f25932;
    text-shadow: 2px 2px 8px #000;
}
/*Banner END*/



nav .navbar-brand img {
  height: 70px;
}
nav .navbar-nav .nav-link {
  padding-left: 4px !important;
  padding-right: 4px !important;
  font-weight: 500;
}
nav .navbar-nav .nav-link:last-child {
  padding-right: 0 !important;
}

.news-slider {
  background: #E75525;
  color: #FFFFFF;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
}
.news-slider .slider-text {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  height: 24px;
  overflow: hidden;
}
.news-slider .slider-text .news {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s ease;
  text-align: left;
}
.news-slider .slider-text .news.active {
  opacity: 1;
  transform: translateY(0);
}
.news-slider .nav-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  padding: 10px;
  transition: 0.3s;
}
.news-slider .nav-btn:hover {
  opacity: 0.7;
}
.news-slider a {
    color: #fff !important;
}
/*.banner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}*/

.box-section .level-card {
  border-radius: 24px;
  color: #FFFFFF;
}
.box-section .level-card img {
  margin-bottom: 30px;
}
.box-section .level-card h4 {
  font-size: 20px;
  font-weight: 500;
}
.box-section .level-card p {
  margin-bottom: 40px;
}
.box-section .level-card a {
  color: #FFFFFF;
}

.welcome span {
  font-family: "Rancho", cursive;
  font-size: 22px;
  color: #E75525;
}
.welcome h2 {
  color: #015DB4;
  font-weight: 600;
  font-size: 32px;
  padding: 12px 80px;
}

.vision-section {
  background-size: cover;
  position: relative;
}
.vision-section::before {
  content: "";
  background-color: #015DB4;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vision-section .container {
  position: relative;
  z-index: 99;
}
.vision-section .container .vision-container {
  background: rgba(1, 93, 180, 0.7);
  border-radius: 32px;
  padding: 32px;
}
.vision-section .container .vision-container .vision-box {
  display: flex;
  margin-bottom: 32px;
}
.vision-section .container .vision-container .vision-box:last-child {
  margin-bottom: 0;
}
.vision-section .container .vision-container .vision-box .icon {
  min-width: 80px;
  height: 80px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  margin-right: 16px;
}
.vision-section .container .vision-container .vision-box h5 {
  color: #FFFFFF;
  font-weight: 500;
}
.vision-section .container .vision-container .vision-box p {
  color: #FFFFFF;
}

.message-section img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-section .msg-box {
  background-color: #015DB4;
  padding: 32px;
  color: #FFFFFF;
  border-radius: 20px;
  height: 100%;
}
.message-section .msg-box h5 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.message-section .msg-box span {
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.message-section .msg-box a {
  color: #FFFFFF;
}

.facilities-section .title span {
  font-family: "Rancho", cursive;
  font-size: 22px;
  color: #E75525;
}
.facilities-section .title h2 {
  font-weight: 600;
  font-size: 32px;
  padding: 8px;
}
.facilities-section .facility-box {
  background-color: #FFFFFF;
  padding: 32px 24px;
  box-shadow: 0px 4px 6px rgba(34, 34, 34, 0.15);
  height: 300px;
  margin-bottom: 50px;
  position: relative;
}
.facilities-section .facility-box h5 {
  font-weight: 600;
  color: #015DB4;
  margin-bottom: 16px;
}
.facilities-section .facility-box p {
  margin-bottom: 32px;
}
.facilities-section .facility-box .icon {
  margin-bottom: 24px;
}
.facilities-section .facility-box .icon img {
	height: 65px;
	width: auto;
	margin: 0 auto;
}
.facilities-section .facility-box .primary-btn{
	position: absolute;
    left: 35%;
    bottom: -25px;
}


.achievement {
  background-color: #E75525;
  position: relative;
}
.achievement .title span {
  font-family: "Rancho", cursive;
  font-size: 22px;
  color: #FFFFFF;
}
.achievement .title h2 {
  font-weight: 600;
  font-size: 32px;
  padding: 8px;
  color: #FFFFFF;
}
.achievement .element1 {
  width: 150px;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.achievement .element2 {
  width: 150px;
  position: absolute;
  right: 30px;
  top: 25%;
}

.news-carousel .owl-stage {
    display: flex;
}
.news-carousel .owl-stage .owl-item {
    height: auto;
    display: flex;
    flex: 1 0 auto;
}
.news-section .title span {
  font-family: "Rancho", cursive;
  font-size: 22px;
}
.news-section .title h2 {
  font-weight: 600;
  font-size: 32px;
  padding: 8px;
}
.news-section .event-box {
  background-color: #FFFFFF;
  padding: 32px 24px;
  box-shadow: 2px 2px 8px #CCC;
  border-radius: 20px;
  margin: 20px 0;
	height: 95%;
	margin-bottom: 40px;
}
.news-carousel a.read-more {
    position: absolute;
    bottom: 5%;
    right: 5%;
    border: 1px solid;
    border-radius: 10px;
    padding: 3px 10px;
}
.news-carousel a.read-more:hover {
    background-color: #015db4;
    color: #fff !important;
}
.news-section .event-box p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.news-section .event-box .cover {
	position: relative;
	height: 300px;
	overflow-y: hidden;
	border-radius: 10px;
}
.news-section .event-box .cover img {
	border-radius: 10px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.news-section .event-box .cover .date {
  background-color: #E75525;
  padding: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 20px;
  text-align: center;
}
.news-section .event-box .cover .date span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
.news-section .event-box .cover .date span.day {
  font-weight: 600;
  font-size: 26px;
}
section.news-section .primary-btn {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
}

.gallery {
  background: #FEF3F0;
}
.gallery .video-btn {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
	background-size: cover;
	background-position: center center;
}
.gallery .video-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
}
.gallery .video-btn img {
  width: 100px;
  position: relative;
  z-index: 9;
}
.gallery .img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns total */
  grid-template-rows: auto auto;
  gap: 16px;
}
.gallery .img-grid .img-box {
  position: relative;
}
.gallery .img-grid .img-box span {
  position: absolute;
  right: 0;
  left: 0;
  background-color: #E75525;
  color: #FFFFFF;
  bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 24px;
  margin: auto;
  border-radius: 8px;
  font-weight: 600;
}
.gallery .img-grid .img-box img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .img-grid .item1 {
  grid-column: 1/2; /* span full width */
}
.gallery .img-grid .item2 {
  grid-column: 2/3;
}
.gallery .img-grid .item3 {
  grid-column: 1/-1;
}

footer {
  background-color: #015DB4;
  color: #FFFFFF;
}
footer h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 32px;
}
footer p {
  font-weight: 300;
  opacity: 0.8;
}
footer .list-with-icon li {
  margin-bottom: 24px;
}
footer .list-with-icon a {
  color: #FFFFFF;
  font-weight: 300;
  opacity: 0.8;
}
footer .list-with-icon .icon {
  min-width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
footer .list-with-icon .details {
  opacity: 0.8;
}
footer .poweredby {
  width: 100px;
  display: flex;
  flex-direction: column;
}
footer .poweredby img {
  width: 100px;
}
footer nav ul li a {
  color: #FFFFFF;
  padding: 4px 0;
  display: inline-block;
  font-weight: 300;
  opacity: 0.8;
}

.tracking-widest {
  letter-spacing: 0.2em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}



/* Custom Button Reset */
.btn-unstyled {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
}

/* Feature Card Rotate Hover */
.feature-card {
  transition: transform 0.5s ease;
  transform: rotate(3deg);
}

.feature-card:hover {
  transform: rotate(0deg);
}/*# sourceMappingURL=style.css.map */

.inner-content table{
	max-width: 100%;
}
.inner-content table td{
	border: 1px solid #CCC;
	padding: 5px;
}
.bg-breadcrumb {
    background-size: cover;
    background-position: center center;
    height: 300px;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff;
    content: "/";
}
li.breadcrumb-item a {
    color: #fff;
    font-size: 18px;
}
li.breadcrumb-item.active.text-white {
    font-weight: 700;
    color: orange !important;
}
.blog-item {
    height: 98%;
    box-shadow: 2px 2px 8px #CCC;
    border-radius: 10px;
}
.blog-img img {
    height: 300px;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
}
.contact-page {
    margin: 40px 0;
}
.contact-sub-form h4 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
	color: #f85215 !important;
}
.contact-page p {
    margin-bottom: 5px;
    font-weight: 500;
}
.contact1 {
    padding: 40px 20px;
    margin-bottom: 40px;
    background-color: #f7efe8 !important;
}
.contact-form {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
	background-color: #fff !important;
}
.contact-sub input[type=text], .contact-sub input[type=email], .contact-sub input[type=tel], .contact-sub textarea {
    width: 100%;
    padding: 12px 20px;
    /* margin: 8px 0; */
    /* display: inline-block; */
    border: 1px solid #ccc !important;
    border-radius: 20px;
    box-sizing: border-box;
    height: 50px;
    z-index: 99;
    margin-bottom: 15px;
}
.contact-sub textarea {
	height: 100px;
}
.contact-sub input[type=submit] {
    background-color: #e2941f;
    color: white;
    padding: 12px 20px;
    margin: 0px 5px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    height: 50px;
    z-index: 99;
    text-transform: capitalize;
    margin: 7px 0px;
}
.contact-sub input[type=submit]:hover {
    background: #26171a;
}
.contact-details {
    margin-bottom: 40px;
}
.contact-page .contact-icon {
    border: 1px solid #f85215 !important;;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contact-page .contact-icon img {
    height: 50px;
    width: auto;
    object-fit: cover;
    border-radius: 0;
    margin: 0;
}
.contact-page h5 {
    font-size: 22px;
    font-weight: 600;
	color: #f85215 !important;
}
.contact-page p {
    margin-bottom: 5px;
    font-weight: 500;
}
.mapdiv iframe {
    width: 100%;
    height: 300px;
}
span.gal-span{
    font-family: "Rancho", cursive;
    font-size: 30px;
    color: #e75525;
}