
body {
	width: 100%;
	min-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
main{
  padding-bottom: 1rem;
}

/* navigation menu */

.top-bar_main{
  background-color: var(--dark-blue);
}
.top-bar-left{
  height: 100%;
}
.top-bar-mail{
  display: flex;
  height: 100%;
  align-items: center;
}
.top-bar-mail a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.top-bar-social-container{
  height: 100%;
  padding: 10px;
}
.top-bar-social-container .top-bar-social{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: end;
  margin-right: 18px;
}
.top-bar-social-container .top-bar-social p{
  color: #fff;
  font-size: 18px;
  margin-bottom: -3px;
  margin-right: 20px;
}
.top-bar-social-container .top-bar-social a{
  display: block;
  color: #fff;
  padding-right: 3px;
  margin-right: 3px;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.nav-pad-block{
  padding: 10px 0;
  position: relative;
}
.navigation_main{
  position: fixed;
  z-index: 15;   
  top: 0;
  background-color: #E8E8E8;
  min-height: 60px;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.nav-container{
	cursor: pointer;
	position: absolute;
	top: 28px;
	right: 40px;
	width: 30px;
	height: 20px;
}

.nav-bars{
	width: 30px;
	height: 4px;
	background: #000;
}

.nav-bars::before,
.nav-bars::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 4px;
	background: #000;
}

.nav-bars::before{
	margin-top: 9px;
}

.nav-bars::after{
	margin-top: 18px;
}

nav{
	position: absolute;
	width: 100%;
	height: 70px;
	/* background: #000; */
  background: linear-gradient(180deg, #000000a8 0%, #000000a8 100%),url(../img/a-2.jpg);
  background-position: top;
  background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	right: -200vw;
  top: 0;
}

nav ul {
	list-style: none;
  padding: 5rem;
}

nav ul li{
	margin: 50px 0;
  text-align: right;
}

nav ul li a{
	color: #fafafa;
	font-size: 2em;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	opacity: 0;
	pointer-events: none;
}

nav ul li a:after{
	content: '';
	width: 100%;
	position: absolute;
	height: 3px;
	border-radius: 5px;
	background: #fff;
	bottom: -10px;
	left: 0;
	transform-origin: left;
	transition: transform .5s ease;
	transform: scaleX(0);
}


nav ul li a:hover:after{
	transform: scaleX(1);
}

nav .close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 6%;
	right: 5%;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
}

nav .bar-logo{
	width: 300px;
	position: absolute;
	top: 5px;
	left: 5%;
	cursor: pointer;
	pointer-events: none;
}

nav h2{
	position: absolute;
	top: 5%;
	left: 5%;
	opacity: 0;
	pointer-events: none;
	color: #fff;
	font-size: 2em;
}

nav .close div::before,
nav .close div::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 4px;
	background: #fff;
	transition: background .5s ease;
}
nav .close div::before{
	transform: rotate(-45deg);
}

nav .close div::after{
	transform: rotate(45deg);
}

nav .close:hover div::before,
nav .close:hover div::after{
	background: rgb(209, 3, 3);
}

.menu-list{
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
.menu-list-item{
  padding: 1rem;
}
.menu-list-item a{
  font-weight: 500;
  font-size: 20px;
  color: var(--btn-color);
}
.menu-list-item a:hover{
  color: var(--primary-color);
}

.brand-logo{
  display: flex;
  align-items: center;
}
.brand-logo img{
  height: 100%;
}

/* navigation ends */



.inner-page-banner_main{
  padding-top: 60px;
  width: 100%;
}
.inner-page-banner_main img{
  width: 100%;
}

/* owl crousal */

.owl-carousel .item img{
}
.owl-carousel .item{
  padding: 20px;
}
.owl-carousel .item .owl-img-container{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
  overflow: hidden;
}
.owl-news-card{
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 5px;
  overflow: hidden;
}
.owl-news-card-body{
  padding: 1rem 2rem;
  font-size: 20px;
  height: 180px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-blue);  
}
.owl-news-card-btn{
  background-color: var(--primary-color);
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.owl-news-card-body p{
  color: #fff;
  font-size: 25px;
}
/* owl crousal ends */
/* owl crousal 2*/

.owl-news-2-card{

  border-radius: 5px;
  overflow: hidden;
}
.owl-news-2-card-body{
  padding: 10px;
  font-size: 20px;
  margin-top: 10px;
  height: 180px;
  position: relative;
  background-color: var(--dark-blue);  
}
.owl-news-2-card-body .number{
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.owl-news-2-card-body .number p{
  font-weight: 900;
  color: #fff;
  font-size: 80px;
  margin: 0;
  margin-bottom: -10px;
}
.owl-news-2-card-body p{
  color: #fff;
}
/* owl crousal ends */

.line-banner-container{
  margin-top: 2rem;
}

/* header slider */

.owl-carousel-header{
  margin-top: 62px;
}
.owl-carousel-header img{
  aspect-ratio: unset !important;
  height: 100%;
  border-radius: none !important;
}

/* header slider ends */

/* about  */

.about-title{
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.about-text{
  color: #000;
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
  margin-bottom: 1rem;
}
.about-btn{
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  background-color: var(--primary-color);
  border: none;
  padding: 10px 25px;
}
.about-img-container{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  overflow: hidden;
  height: 100%;
}
.about-img-container img{
  height: 100%;
}

/* about end */

/* gallery */

.carousel.pointer-event{
  margin-bottom: 7rem !important;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}

.bg-1 {
	background-image: url(img/1.jpg);
}

.bg-2 {
	background-image: url(img/2.jpg);
}

.bg-3 {
	background-image: url(img/3.jpg);
}

.bg-1,
.bg-2,
.bg-3 {
	-webkit-background-size: cover;
	background-size: cover;
}

.carousel-caption {
	bottom: 220px;
	z-index: 2;
}

.carousel-caption h5 {
	font-size: 85px;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-top: 25px;
	font-family: 'Moon Dance', cursive;
}

.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}


.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	margin-top: 15px;
	border-radius: 5px;
}

.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 1;
}

.carousel-indicators {
	bottom: -100px;
}

.carousel-indicators button {
	width: 100px !important;
  height: 60px !important;
}
.carousel-indicators button img{
  width: 100%;
  height: 100%;
}
.about-text .gap{
  display: block;
}

.section-title.text-left{
  justify-content: start;
}

.carousel-indicators {
    padding: 0;
    margin-right: 0%;
    margin-bottom: 1rem;
    margin-left: 0%;
}

.ag-photo-gallery_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.ag-photo-gallery_item {
  width: 23%;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.ag-photo-gallery_figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ag-photo-gallery_img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.ag-photo-gallery_item{
  border: 5px solid var(--primary-color);
  overflow: hidden;
}
.ag-photo-gallery_item figure{
  transition: all 0.3s ease-in-out;
}
.ag-photo-gallery_item figure:hover{
  scale: 1.1;
}

/* gallery ends */

.footer_main{
  padding: 2rem;
  background-color: var(--dark-blue);
}
.footer-logo-text{
  color: #fff;
  padding: 1rem 0.5rem;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}
.footer-logo{
  width: 100%;
}
.footer-logo img{
  width: 100%;
}
.footer-inner-container{
  display: flex;
}
.footer-menu-container{
  height: 100%;
}
.footer-menu-container .footer-menu{
  padding: 0;
}
.footer-menu-head{
  position: relative;
}
.footer-menu-head h2{
  color: #fff;
  font-size: 26px;
  margin-top: 10px;
  padding: 1rem 0;
  margin-bottom: 2rem;
  font-weight: 700;
}
.footer-menu-head span{
  position: absolute;
  bottom: -10px;
  background-color: var(--primary-color);
  width: 50px;
  height: 3px;
}
.footer-menu-list-item{
  margin-bottom: 10px;
}
.footer-menu-list-item h4{
  color: #fff;
  font-size: 28px;
  margin-top: 10px;
  font-weight: 600;
}
.footer-menu-container .footer-menu a{
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 24px;
  font-weight: 400;
}
.footer-social-container{
  height: 100%;
}
.footer-social-container .footer-social{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: start;
}
.footer-social-container .footer-social a{
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  padding: 1rem;
  padding-left: 0;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-bottom-conatiner{
  background-color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 1rem;
}
.footer-bottom-left h3{
  font-size: 20px;
  font-weight: 700;
}
.footer-bottom-right a{
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  color: #fff;
}

/* news-overlap */


.main-page-news .container-lg.section--gap.bottom-gap{
  padding-bottom: 0 !important;
  margin: 0 auto!important;
}

.news-overlap_main{
  margin-top: -260px;
}
.news-overlap-text{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #F5F3F3;
  padding: 2rem;
  height: 100%;
  position: relative;
}
.news-overlap-text h3{
  font-size: 32px;
  line-height: 48px;
}
.know-more-btn{
  position: absolute;
  bottom: -30px;
  right: -40px;
  text-transform: uppercase;
  background: var(--primary-color);
  color: #fff;
  font-size: 26px;
  border-radius: 3px;
  padding: 15px 30px;
}

/* news-overlap ends*/

/* video section */

.video-title{
  font-size: 20px;
  color: #000;
  margin: 10px 0;
  text-transform: capitalize;
}

/* video section ends*/

/* event section */

.event-img-container{
  border: 1px solid #000;
  display: flex;
}
.event-img-container img{
    width: 100%;
}
.event-left-img{
  margin: 5px;  
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.event-right-img{
  margin: 5px;
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.event-text-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-text-container p{
  font-size: 24px;
  padding: 2rem;
  text-align: left;
  margin-top: 5rem;
}
.event-inner-container{
  display: flex;
  height: 250px;
  max-width: 650px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.event-inner-img{
  height: 100%;
  margin-left: -60px;
}
.event-inner-img img{   
  width: 100%;
  height: 100%;
}
.event-inner-text{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-inner-text .event-title{
  font-size: 22px;
  font-weight: 600;
  padding: 1rem;
  text-align: left;
}
.event-inner-text .event-desc{
  padding: 1rem;
  text-align: left;
  font-size: 20px;
}

/* event section ends */