	* {
		padding: 0;
		margin: 0;
		outline: 0;
		scrollbar-width: auto;
		scrollbar-color: #a0a1ca #dedede;
	}

	/* Scrollbar Styling */
	::-webkit-scrollbar {
		width: 10px;
	}

	::-webkit-scrollbar-track {
		background-color: #ebebeb;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #a0a1ca; 
	}

	@keyframes zoom-fade {
		0% {
			-webkit-transform: scale(0.9);
			transform: scale(0.9);
		}

		50% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		100% {
			-webkit-transform: scale(0.9);
			transform: scale(0.9);
		}
	}

	body {

		min-width: 320px;

		color: #000;

		font-family: 'Hind', sans-serif;

		overflow-x: hidden;

		background: #fff;
	}

	a{
		text-decoration: none;
		color: #111;
		transition: 0.4s ease-in-out;
	}

	a:hover{
		text-decoration: none;
		color: #978484;

	}

	p{
		font-size: 16px;
		line-height: 30px;
		color: #555;
		margin: 0;
	}

	img{
		max-width: 100%;
		vertical-align: middle;
		height: auto;
	}

	article{
		margin: 0 0 30px 0;
		overflow: hidden;
	}

	figure{
		margin: 0;
	}

	.img-wrap{
		position: relative;
	}

	.img-wrap figure{
		position: relative;

		width: 100%;

		padding-top: 75%;

		margin: 0; 
	}

	.img-wrap figure img{
		position: absolute;

		display: block;

		width: 100%;

		height: 100%;

		left: 0;

		right: 0;

		top: 0;

		bottom: 0;

		margin: 0;

		object-fit: cover;
	}

	.imgp-wrap {

		background: #fff;
		transition: all .5s ease;
		display: block;
		width: 100%;
		position: relative;
		height: 0;
		padding-top: 100%;
		overflow: hidden;

	}

	.imgp-wrap img {

		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;

	}

	/*header*/


	header{
		position: relative;
	}

	.logos{
		position: relative;

	}

	.logo-wrap img{
		min-width: 250px;
	}

	.logo-wrap{
		text-align: center;
		padding: 10px 0;
		position: relative;
	}

	.logo-wrap a{
		display: block;
	}

	.logo-wrap .imgp-wrap{
		border-radius: 50%;
		width: 150px;
		padding-top: 150px
	}

	.h-add{
		display: flex;
		align-items: center;

	}

	.h-add .icon-wrap{
		margin: 0 5px 0 0;
	}

	.h-add .icon-wrap i{
		text-align: center;
		color: #1e98bf;
		font-size: 45px;
	}

	.phone-wrap{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.phone-wrap .icon-wrap{
		margin: 0 10px 0 0;
	}

	.phone-wrap i{
		text-align: center;
		color: #016330;
		font-size: 24px;
		line-height: 30px;
	}

	.phone-list a{
		display: block;
		font-weight: 600;
		color: #016330;
		font-size: 26px;
	}

	.phone-list a:hover{
		color: #1e98bf;
	}

	.head-addres{
		display: flex;
		align-items: center;
		justify-content: space-around;
	} 

	.h-add strong{
		display: block;
		font-size: 22px;
		line-height: 26px;
		font-weight: 500;
		color: #978484;
	}

	.h-add a{
		font-size: 20px;
	}

	.h-add a i{
		font-size: 14px;
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 25px;
		background: #4C1B0D;
		color: #fff;
		border-radius: 50%;
		margin: 0 5px 0 0;
	}

	.h-add a:hover{
		color: #4C1B0D;
	}

	.social-bar li a i {
		font-size: 16px;
		color: #fff;
		margin: 0 0 0 2px;
		width: 40px;
		height: 40px;
		line-height: 36px;
		border: 2px solid #fff;
		text-align: center;
		transition: 0.4s ease-in-out;
		border-radius: 5px;
		background: #016330;
	}

	.social-bar li a i:hover{
		background: #1d98bf;
	}

	.logo-bar{
		position: relative;
		z-index: 0;
	}

	.h-contact{
		display: flex;
		justify-content: space-between;
		margin: 0;
	}

	.social-bar{
		list-style: none;
		padding: 0;
		text-align: right;
		margin: 0;
	}

	.header-right{
		margin: 0 0 10px 0;
		border-bottom: 1px solid #eee;
		padding: 5px 0 5px 0
	}

	.h-signup a{
		display: block;
		text-align: center;
		background: #016330;
		padding: 7px 10px;
		border-radius: 25px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 500;
	}

	.h-signup a i{
		margin: 0 5px 0 0;
	}

	.h-signup a:hover{
		background: #1d98bf;
	}

	.h-signup{
		position: relative;
	}

	.sign-list{
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		width: 100%;
		display: none;
		opacity: 0;
		transition: 0.2s ease-in-out;
		top: 120%;
		left: 0;
		right: 0;
		animation-duration: 0.3s;
	}

	.h-signup:hover .sign-list{
		display: block;
		opacity: 1;
		top: 100%;
	}

	.sign-list li a{
		background: #111;
		border: 1px solid #fff;
		font-size: 14px;
	}

	.top-link a {
		display: block;
		text-align: center;
		background: #fff;
		
		padding: 10px;
		border-radius: 60px;
		text-transform: capitalize;
		font-size: 20px;
		cursor: pointer;
		padding: 10px 25px;
		font-weight: 600;
		color: #1e98bf;
		border: 2px solid #1e98bf;
		/* background-image: linear-gradient(-180deg, #1e98bf 0%, #EE1A28 100%); */
	}

	.top-link a:hover{
		background: #1e98bf;
		color: #fff;
	}

	.header-rightb{
		margin: 0 0 10px 0;
	}


	/*nav bar*/

	.nav-sec{
		background:#1e98bf;
		position: relative;
		border-top: 1px solid #f1f1f1;
	}

	.ap-btn a:hover{
		background: #000;
		color: #fff;
	}

	.nav-sec .navbar-collapse{
		justify-content: center;

	}

	.nav-sec .navbar{
		padding: 0;
		position: relative;
	}

	.main-navigation{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		position: relative;
		z-index: 5;
		justify-content: center;
		border-radius: 50px;
	}

	.nav-sec .main-navigation .menu-item a{
		padding: 5px 30px;
		color: #fff;
		font-weight: 500;
		text-transform: capitalize;
		transition: 0.4s;
		font-size: 17px;
		position: relative;
		display: block;
		line-height: 35px;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}

	.nav-sec .main-navigation .menu-item.active a, .nav-sec .main-navigation .menu-item a:hover  {
		color: #fff;
		border-color: #fff;
		background: #026230;
	}

	.menu-item-has-children{
		position: relative;
	}

	.sub-menu{
		top: 100%;
		left: 0;
		z-index: 1000;
		min-width: 10rem;
		font-size: 1rem;
		color: #0B5D98;
		text-align: left;
		list-style: none;
		border: 1px solid rgba(0,0,0,.15);
		display: none;
		position: absolute;
	}

	.nav-sec .menu-item-has-children .sub-menu {
		margin: 0;
		background: #1e98bf;
		border-radius: 0;
		padding: 0;
		width: 240px;
	}

	.nav-sec .menu-item-has-children:hover .sub-menu {
		display: block !important;
	}

	.nav-sec .menu-item-has-children .sub-menu a{
		padding: 10px;
		color: #fff;
		font-size: 16px;
		transition: 0.4s ease-in-out;
		text-align: left;
		line-height: 30px;
		border-radius: 0;
	}

	.nav-sec .menu-item-has-children .sub-menu a:hover{
		background: #026230;
		color: #fff;
	}

	.menu-item-has-children > a::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}

	/*mega menu*/

	.main-navigation {
		position: relative;
	}

	.mg-menu{
		position: initial;
	}

	.mega-menu{
		background: rgba(0,0,0,0.9) !important;
		padding: 20px !important;
		width: 100% !important;        
	}

	.mega-menu ul{
		list-style: none;
		padding: 0;
	}

	.mega-menu .menu-item{
		margin: 0 0 10px 0;
	}

	.mega-menu .menu-item a{
		border-radius: 0 !important;
		color: #fff !important;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.1) !important;
		border-top: none !important;
		font-size: 18px;
	}

	.mega-menu .menu-item a:hover{
		color: #1e98bf !important;
		background: none !important;
		border-color: #fff !important;
	}

	.mega-menu .menu-item:last-of-type a{
		border-color: transparent !important ;
	}

	.menu-header strong{
		font-size: 24px;
		color: #fff;
		display: block;
		margin: 0 0 10px 0;
	}

	.menu-header i{
		display: block;
		color: #89B97D;
		font-size: 28px;
	}

	.mega-menu ul > strong{
		color: #fff;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 500;
		background: #1e98bf;
		display: block;
		padding: 5px 10px;
		border-radius: 25px;
	}

	.bg-lightblue{
		background: #eef4f8;
	}

	/*slider section*/

	.slider-bg .top-bar{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
		padding: 0;
	}

	.slider-bg .top-bar .h-wrap{
		padding: 0;
	}

	.slide-sec{
		position: relative;
	}

	.slide-sec:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(0,0,0,0.4);
		z-index: 1;
	}

	.s-caption{
		position: absolute;
		bottom: 15%;
		left: 50%;
		max-width: 700px;
		z-index: 2;
		text-align: center;
		padding: 50px;
		max-width: 700px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		transform: translateX(-50%);
	}

	.s-caption strong{
		color: #fff;
		font-size: 42px;
		text-transform: uppercase;
		margin: 0 0 10px 0;
		line-height: 50px;
		display: block;
		position: relative;
		padding: 0 0 20px 0;
		margin: 0 0 10px 0;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
	}

	.s-caption small{
		font-size: 20px;
		background: #1e98bf;
		color: #fff;
		padding: 5px 15px;
		text-transform: capitalize;
		display: inline-block;
		margin: 0 0 10px 0;
	}

	.s-caption strong span{
		color: #D7171F;
	}

	.s-caption p{
		margin: 0 0 10px 0;
		font-size: 20px;
		text-transform: uppercase;
		color: #e3e3e3;
		font-weight: 600;
		position: relative;
		display: inline-block;
		padding: 0 20px 0 0;
	}

	.slider-wrap .owl-carousel .owl-nav button{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: rgba(37, 90, 153, 0.7);
		height: 50px;
		width: 50px;
		z-index: 1;
		margin: 0;
		border-radius: 5px;
		color: #fff;
		transition: 0.4s ease-in-out;
	}

	.slider-wrap .owl-carousel .owl-nav button:hover{
		background: rgba(100, 118, 129,0.7);
	}

	.slider-wrap .owl-carousel .owl-nav button.owl-prev{
		left: 15px;
	}

	.slider-wrap .owl-carousel .owl-nav button.owl-next{
		right: 15px;
	}



	.btn-wrap a{
		border: 0;
		color: #FFF;
		font-size: 14px;
		line-height: 24px;
		font-weight: 500;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		padding: 12px 30px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		z-index: 1;
		overflow: hidden;
		position: relative;
		text-transform: capitalize;
		background: #1e98bf;
	}

	.btn-wrap a:hover{
		background: #978484;
	}

	.slider-wrap .owl-theme .owl-dots .owl-dot{
		display: block;
	}

	#main-slider .owl-dots {
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translateY(-50%);
		z-index: 4;
	}

	#main-slider .owl-dots .owl-dot span {
		font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3ed";
		position: relative;
		color: #000;
		font-size: 18px;
		width: 10px;
		height: 10px;
		background: #333;
		border-radius: 0;
		border: 1px solid #fff;
	}

	#main-slider .owl-dots .owl-dot.active span{
		background: #1e98bf;
		height: 10px;
		border: 1px solid #fff;
	}

	.slide-img {
		position: relative;
		width: 100%;
		padding-top: calc(100vh - 50px);
		margin: 0;
	}

	.slide-img img {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 0;
		object-fit: cover;
	}

	.slider-wrap{
		position: relative;
		background: #2d2d2d;
	}

	.slider-wrap .owl-nav{
		margin: 0;
	}

	/*upcoming events section*/

	.upc-head{
	        height: 100%;
	    display: flex;
	    align-items: center;
	}

	.upc-head h2{
	    padding: 20px;
	    margin: 0;
	    color: #fff;
	    text-transform: capitalize;
	    font-weight: 600;

	}

	.upc-event{
		background: #1e98bf;
		padding: 10px 0;
	}

	.upc-event .container{
		width: 100%;
		max-width: 100%;
	}

	.upc-card{
		padding: 10px;
		border: 2px solid #eee;
		border-radius: 5px;
		position: relative;
	}

	.upc-card .date-wrap{
		display: flex;
		flex-direction: column;
		background: #1e98bf;
		width: 60px;
		text-align: center;
		padding: 7px 5px;
		position: absolute;
		right: 10px;
		top: -40px;
		z-index: 6;
	}

	.upc-card .date-wrap strong{
		font-size: 18px;
		color: #fff;
		text-transform: uppercase;
		line-height: 20px;
	}

	.upc-card .date-wrap strong span{
		display: block;
		font-size: 15px;
		line-height: 17px;
	}

	.upc-card .date-wrap small{
		font-size: 14px;
		color: #fff;
	}

	.upc-dtl h3 a{
		display: block;
		color: #eee;
		font-weight: 600;
		font-size: 22px;
	}

	.upc-dtl h3 a:hover{
		color: #1e98bf;
	}

	.upc-time{
		font-size: 16px;
		color: #fff;
		margin: 0 10px 0 0;
	}

	.upc-time i{
		margin: 0 5px 0 0;
	}

	.upc-card .v-more a{
		padding: 5px;
		background: #1e98bf;
		color: #fff;
		border-radius: 5px;
	}

	.upc-card .v-more a:hover{
		background: #1e98bf;
	}

	.upc-card .v-more{
	    border: none;
	    text-align: left;
	}

	.upc-card .v-more a:hover{
	    color: #fff;
	}


	/*welcome section*/

	.welcome{
		padding: 50px 0;
	}

	.wel-head small{
		text-transform: uppercase;
		font-size: 20px;
		letter-spacing: 2px;
		font-weight: 500;
		color: #1e98bf; 
	}

	.welcome .wel-img{
		margin: 0 0 20px 0;
	}

	.wel-head h2{
		font-size: 36px;
		font-weight: 600;
	}

	.wel-contn p{
		margin: 0 0 30px 0;
	}

	.wel-list{
		padding: 50px;
		list-style: none;
		background: #FFCD05;
	}

	.wel-list li{
		margin: 0 0 20px 0;
		font-weight: 600;
		font-size: 22px;
		text-transform: uppercase;
	}

	.wel-list li span{
		color: #fff;
	}


	/*headings*/

	.headings h2{
		display: inline-block;
		margin: 0;
		position: relative;
		text-transform: uppercase;
		font-size: 36px;
		color: #333;
		padding: 0 20px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
	}

	.headings h2:before{
		content: "";
		left: 100%;
		top: 50%;
		transform: translateY(-50%);
		height: 3px;
		width: 80px;
		background: #1e98bf;
		position: absolute;
	}

	.headings h2:after{
		content: "";
		right: 100%;
		top: 50%;
		transform: translateY(-50%);
		height: 3px;
		width: 80px;
		background: #1e98bf;
		position: absolute;
	}

	.headings p{
		font-size: 22px;
		text-transform: uppercase;
		color: #1e98bf;
		letter-spacing: 1px;
		margin: 0 0 5px 0;
	}

	.headings p span{
		position: relative;
		width: 30px;
		height: 25px;
		display: inline-block;
		vertical-align: middle;
	}

	.headings{
		text-align: center;
		margin: 0 0 50px 0;
		position: relative;
	}

	.headings p span:before{
		content: "";
		height: 20px;
		width: 3px;
		background: #978484;
		position: absolute;
		transform: rotate(25deg) skew(0deg, -25deg);
		left: 10px;
	}

	.headings p span:after{
		content: "";
		height: 20px;
		width: 3px;
		background: #978484;
		position: absolute;
		transform: rotate(25deg) skew(0deg, -25deg);
		left: 17px;
	}

	/*services*/

	.serv-body{
		padding: 100px 0 70px 0;
	}

	.pserv-dtl{
		position: relative;
		padding: 10px;
		border: 1px solid #eee;
		border-radius: 0 0 5px 5px;
		min-height: 280px;
		box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
	}

	.pserv-dtl h3 a{
		font-size: 22px;
		text-transform: capitalize;
		border-radius: 5px;
		color: #111111;
		display: block;
		font-weight: 600;
	}

	.pserv-dtl a:hover{
		color: #1e98bf;
	}

	.pserv-dtl p{
		margin: 0 0 15px 0;
	}

	.serv-card{
		margin: 0 0 30px 0;
	}

	.serv-card .icon-wrap{
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: 1;
		width: 72px;
		height: 72px;
		line-height: 60px;
		text-align: center;
		background-color: #2E3A97;
		display: inline-block;
		border-radius: 0 50px 50px 50px;
		transition: .5s;
	}

	.serv-card:hover .icon-wrap{
		background-color: #1e98bf;
	}

	.serv-list{
		border-radius: 5px;
		list-style-type: circle;

	}

	.serv-list li{
		position: relative;
		color: #978484;
		margin: 0 0 10px 0;
	}

	.tags{
		position: absolute;
		top: -5px;
		left: -5px;
		background: rgba(151, 132, 132, 0.9);
		color: #fff;
		padding: 5px;
		border-radius: 5px;
		font-size: 14px;
		text-transform: capitalize;
	}

	.v-more{
		text-align: right;
		border-top: 2px solid #eee;
		padding: 10px 0 5px 0;
	}

	.v-more a{
		text-transform: uppercase;
		color: #1e98bf;
		font-size: 14px;
	}

	.v-more a:hover{
		color: #1e98bf;
	}

	.v-more a i{
		margin: 0 0 0 10px;
		color: #1e98bf;
		position: relative;
		transition: 0.4s ease-in-out;
		left: 0;
	}

	.v-more a:hover i{
		left: 5px;
	}


	/*projects*/

	.projects{
		padding: 100px 0 70px 0;
		position: relative;
	}

	.projects:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 25%;
		background: #eef4f8;
	}

	.projects .container{
		position: relative;
	}

	.proj-card{
		padding: 10px;
		background: #fff;
		border: 1px solid #eee;
		border-radius: 5px;
		margin: 0 0 30px 0;
	}

	.proj-card .img-wrap{
		margin: 0 0 15px 0;
	}

	.proj-dtl h3 a{
		font-size: 24px;
		font-weight: 600;
		color: #333;
		text-transform: capitalize;
	}

	.proj-dtl h3 a:hover{
		color: #1e98bf;
	}

	.proj-dtl p{
		margin: 0 0 15px 0;
	}

	.proj-dtl .btn-wrap a{
		background: #fff;
		color: #1e98bf;
		border: 2px solid #1e98bf;
	}

	.proj-dtl .btn-wrap a:hover{
		background: #1e98bf;
		color: #fff;
	}

	/*partners*/

	.partner-card{
		margin: 10px;

	}

	.partners{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		position: relative;
		padding: 100px 0;
	}

	.partners:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(255,255,255,0.8);
	}

	.partners .container{
		position: relative;
	}

	/*gallery*/

	.gallery{
		padding: 100px 0 70px 0;
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.gallery:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.7);
	}

	.gallery .container{
		position: relative;
	}

	.gallery .headings h2{
		color: #fff;
	}

	.gallery-card{
		box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
		margin: 0 0 30px 0;
	}

	.gal-dtl{
		padding: 10px;
		background: #fff;
		border: 2px solid #eee;
		border-radius: 0 0 5px 5px;
	}

	.gal-dtl a{
		display: block;
		font-size: 20px;
	}

	.gal-dtl a:hover{
		color: #1e98bf;
	}

	/*videos*/

	.videos{
		padding: 100px 0;
	}

	/*news and activities*/

	.news{
		padding: 100px 0 70px 0;
	}

	.news-card{
		display: flex;
		margin: 0 0 30px 0;
	}

	.news-card .img-wrap{
		width: 50%;
		flex-shrink: 0;
	}

	.news-dtl{
		padding: 10px;
	}

	.news-dtl h3{
		margin: 0 0 5px 0;
	}

	.news-dtl h3 a{
		display: block;
		font-size: 22px;
		color: #333;
	}

	.news-dtl h3 a:hover{
		color: #1e98bf; 
	}

	.news-date strong{
		color: #1e98bf;
		font-weight: 500;
		font-size: 14px;
	}

	.news-date i{
		color: #1e98bf;
		font-size: 14px;
		margin: 0 5px 0 0;
	}

	.news-dtl p{
		line-height: 24px;
		margin: 0 0 10px 0;
	}

	.r-more a{
		display: inline-block;
		text-transform: uppercase;
		color: #1e98bf;
		font-size: 14px;
		font-weight: 500;
	}

	.r-more a:hover{
		color: #1e98bf;
	}

	/*why choose us*/

	.why-us{
		padding: 130px 0;
		background-image: url(../images/why-bg1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-attachment: fixed;
		position: relative;
		background-color: #f8f8f8;
	}

	.why-us .container{
		position: relative;
	}

	.why-us .img-wrap{
		position: relative;
		box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
		transform: translateY(-70px);
		border: 5px solid #000;
	}

	.why-us .img-wrap:before{
		content: "";
		position: absolute;
		left: 20px;
		bottom: 20px;
		top: -20px;
		right: -20px;
		border: 10px solid #1e98bf;  
	}

	.why-us .img-wrap img{
		position: relative
	}

	.why-card{
		padding: 30px;
		background: rgba(255, 255, 255, 0.9);
		position: relative;
		-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
		text-align: center;
		border-radius: 5px;
	}

	.why-card h4{
		font-size: 42px;
		color: #1e98bf;
		text-transform: capitalize;
	}

	.why-card small{
		display: block;
		font-size: 22px;
		color: #1e98bf;
	} 

	.why-card p{
		margin: 0 0 20px 0;
	}

	.why-list{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.why-list li{
		padding: 0 0 0 30px;
		position: relative;
		color: #999;
		font-size: 18px;
		margin: 0 0 10px 0;
	}

	.why-list li:before{
		content: "\e2e6";
		font-family: 'Material Symbols Outlined';
		color: #1e98bf;
		margin: 0 5px 0 0;
		position: absolute;
		left: 0;
	}


	/*footer form*/

	.footer-form{
		padding: 50px 0;
		background-image: url(../images/form-bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-attachment: fixed;
	}

	.footer-form:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(255,255,255,0.7);
	}

	.footer-form .container{
		position: relative;
	}



	/*footer*/

	footer{
		background-color: #000000;
		padding: 50px 0 0 0;
	}

	.f-logo{
		padding: 10px;
		text-align: center;
		margin: 0 0 15px 0;
	}

	.f-logo .logo-wrap{
		max-width: 200px;
		margin: 0 auto;
	}

	.f-logo p{
		color: #eee;
	}

	.foot-wrap h4{
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
		margin: 0 0 30px 0;
		border-radius: 5px;
		position: relative;
		padding: 0 0 10px 0;
		font-weight: 600;
		font-family: 'Montserrat', sans-serif;
	}
.foot-wrap p {
	color: #fff;
	font-size: 18px;
}
.foot-wrap li a{
	font-size: 16px;
}
.foot-wrap h4:before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		height: 2px;
		width: 80px;
		background: rgb(23, 83, 122);
		background: radial-gradient(circle, rgb(25, 102, 160) 22%, rgb(36, 128, 167) 57%);
	}

	.fc-card{
		background: #fff;
		text-align: center;
		padding: 50px 20px 30px 20px;
		border-radius: 5px;
		margin: -20px 0 50px 0;
		position: relative;
		border: 1px solid #eee;
	}

	.fc-card .icon-wrap{
		position: absolute;
		position: absolute;
		font-size: 80px;
		left: 50%;
		transform: translatex(-50%);
		color: #1e98bf;
		top: -25px;
		height: 50px;
		width: 50px;
	}

	.fc-card .icon-wrap span{
		position: absolute;
		font-size: 80px;
		left: 50%;
		transform: translatex(-50%);
		color: #1e98bf;
		display: none
	}

	.fc-card .icon-wrap:before{
		content: "\e99f";
		font-family: 'Material Symbols Outlined';
		color: #1e98bf;
		position: absolute;
		left: 50%;
		top: 58%;
		transition: 0.5s ease-in-out;
		transform: translate(-50%, -50%);
	}

	.fc-card .icon-wrap i{
		font-size: 16px;
		position: relative;
		position: absolute;
		left: 50%;
		top: 60%;
		transition: 0.5s ease-in-out;
		transform: translate(-50%, -50%);
		color: #fff;
	}

	.fc-card strong{
		display: block;
		color: #978484;
		text-transform: capitalize;
	}

	.fc-card a span{
		font-size: 18px;
		color: #102f6d;
	}

	.foot-list{
		padding: 0;
		list-style: none;
	}

	.foot-list li{
		margin: 0 0 15px 0;
		padding: 0 0 0 30px;
		position: relative;
	}

	.foot-list li:before{
		content: "\e5cc";
		font-family: 'Material Symbols Outlined';
		color: #1e98bf;
		margin: 0 5px 0 0;
		position: absolute;
		left: 0;
		transition: 0.5s ease-in-out;
	}

	.foot-list li a{
		display: block;
		color: #eee;
		text-transform: capitalize;
		position: relative;
		left: 0;
	}

	.foot-list li a:hover{
		color: #1e98bf;
	}

	.foot-list li:hover:before{
		left: 10px;
		color: #1e98bf;
	}

	footer .social-bar{
		text-align: center;
		margin: 0 0 20px 0;
	}

	.foot-contact{
		padding: 0;
		list-style: none;
	}

	.foot-contact li{
		margin: 0 0 15px 0;
	}

	.foot-contact li a{
		display: block;
		color: #e9e9e9;
		text-transform: capitalize;
		position: relative;
		left: 0;
		font-size: 17px;
	}

	.foot-contact li a i{
		color: #1e98bf;
		margin: 0 5px 0 0;
	}

	.foot-contact li a:hover{
		color: #978484;
	}

	.copy-r{
		background: #1e98bf;
		text-align: center;
		margin-top: 50px;
		position: relative;
	}

	.copy-contn{
		display: flex;
		justify-content: space-between;
		text-transform: capitalize;
		padding: 10px 0;
		color: #fff;
	}

	.copy-contn a{
		color: #eee;
	}

	.copy-contn a:hover{
		color: #fff;
	}

	.scrollTop {
		position: fixed;
		right: 4%;
		bottom: 40px;
		opacity: 0;
		transition: all 0.4s ease-in-out 0s;
		z-index: 9;
		color: #fff;
	}

	.scrollTop:hover {
		bottom: 65px;
	}

	.scrollTop i {
		color: #fff;
		background-color: #1e98bf;
		height: 40px;
		line-height: 40px;
		width: 40px;
		text-align: center;
		border-radius: 5px;
		transition: 0.4s ease-in-out;
		border-radius: 5px;
	}

	/*our current team*/

	.team {
		padding: 100px 0 70px 0;
	}

	.team-wrap{
		text-align: center;
		padding: 15px;
		margin: 0 0 30px 0;
	}

	.team-wrap .img-wrap figure{
		width: 120px;
		padding-top: 120px;
		border-radius: 50%;
		background: #fff;
		overflow: hidden;
		margin: 0 auto;
	}

	.team-wrap .img-wrap{
		margin: 0 ;
		margin-bottom: -60px;
	}

	.team-wrap strong{
		color: #333;
		font-size: 18px;
		display: block;
	}

	.team-wrap small{
		color: #9c9c9c;
		font-size: 16px;
		display: block;
		margin: 0 0 10px 0;
	}

	.team-wrap a{
		color:  #1e98bf;
		margin: 0 0 10px 0;
		display: block;
	}

	.team-wrap a:hover{
		color: #333;
	}

	.team-dtl{
		padding: 70px 10px 10px 10px;
		border: 2px solid #102f6d;
		border-radius: 10px;
	}

	.team.past-team .team-dtl{
		padding:20px 10px 10px 10px;
	}

	.past-team .team-wrap .img-wrap{
	    margin: 0 10px 10px 0;
	}

	.past-team .team-wrap{
	    border: 2px solid #102f6d;
	    border-radius: 5px;
	    display: flex;
	}

	.past-team .team-wrap .team-dtl{
	    border: none;
	    text-align: left;
	    padding: 0
	}

	.past-team .team-wrap .img-wrap figure{
	    width: 60px;
	    padding-top: 60px;
	}

	.pastteaminfo h2{
	    background: rgba(215, 104, 35, 0.5);
	    padding: 10px;
	    margin: 0 0 10px 0;
	}

	.past-team .team-wrap a{
	    font-size: 14px;
	}



	/*about page*/

	.page-banner{
		padding: 80px 0;
		
		background-size: cover;
		background-position: bottom right;
		background-repeat: no-repeat;
		background-attachment: fixed;
		position: relative;
	}

	.page-banner:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.5);
	}

	.page-banner .top-bar {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		padding: 0;
	}

	.banr-wrap {
		text-align: center;
		position: relative;
	}

	.banr-wrap h2{
		color: #fff;
		text-transform: capitalize;
		font-size: 32px;
		font-weight: 500;
		display: inline-block;
		margin: 0;
		padding: 10px 35px;
	}

	/*service single page*/

	.about{
		padding: 50px 0;
	}

	.abt-contn h3{
		text-transform: capitalize;
		background: rgb(38, 123, 162);
		background: linear-gradient(90deg, rgb(23, 127, 207) 22%, rgba(9,162,228,1) 57%);
		padding: 10px 20px;
		color: #fff;
		margin: 0 0 20px 0;
		border-radius: 5px;
	}

	.abt-contn h3 small{
		display: block;
		font-size: 14px;
		border-bottom: 1px solid #eee
	}

	.abt-contn p{
		margin: 0 0 20px 0;
		font-size: 14px;
	}

	.abt-contn ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.abt-contn ul li{
		padding: 0 0 0 30px;
		position: relative;
		color: #777;
		margin: 0 0 10px 0;
		font-size: 18px;
	}

	.abt-contn ul li:before{
		content: "\e877";
		font-family: 'Material Symbols Outlined';
		color: #1e98bf;
		margin: 0 5px 0 0;
		position: absolute;
		left: 0;
	}

	.features{
		padding: 50px;
		background: #eee;
		background-image: url(../images/blog-bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		background-size: cover;
	}

	.feat-contn h3{
		text-transform: capitalize;
		font-size: 40px;
		font-weight: 700;
		color: #fff;
		margin: 0 0 20px 0;
	}

	.feat-list{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.list-card{
		display: flex;
		margin: 0 0 25px 0;
	}

	.num{
		display: inline-block;
		border: 3px solid #1e98bf;
		width: 40px;
		height: 40px;
		line-height: 34px;
		text-align: center;
		flex-shrink: 0;
		border-radius: 50%;
		color: #eee;
	}

	.feat-dtl{
		padding: 0 0 0 20px;
	}

	.feat-dtl a{
		font-size: 20px;
		text-transform: uppercase;
		color: #fff;
		font-weight: 600;
	}

	.feat-dtl a:hover{
		color: #02AFEF;
	}

	.feat-dtl p{
		font-size: 16px;
		color: #eee;
		line-height: 26px;
	}

	.pckg-form {
		padding: 50px;
		background-color: rgba(43, 174, 191, 0.6);
		position: relative;
		border-radius: 5px;
	}

	.pckg-form .container{
		position: relative;
	}

	.pckg-form .form-wrap h3{
		color: #fff;
	}

	.pckg-form .form-wrap h4{
		display: block;
		font-size: 16px;
		text-transform: capitalize;
		color: #eee;
	}

	.pckg-form .form-control, .pckg-form .form-select{
		margin: 0 0 20px 0;
		font-size: 15px;
		border-color: #ccc;
		line-height: 35px;
		background: #f5f5f5;
	}

	.pckg-form .btn{
		border: 0;
		color: #FFF;
		font-size: 14px;
		line-height: 24px;
		font-weight: 500;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		padding: 12px 30px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		z-index: 1;
		overflow: hidden;
		position: relative;
		text-transform: capitalize;
		background: #1e98bf;
	}

	.pckg-form .btn:hover {
		background: #978484;
	}

	.form-control:focus{
		box-shadow: 0 0 0 0.25rem rgba(255,241,0,.25)
	}

	.pgnation .pagination{
		justify-content: center;
	}

	.pgnation .page-link{
		margin: 5px;
		border-color: #1e98bf;
		color: #2d2d2d;
	}

	.pgnation .page-item.active .page-link{
		background: #1e98bf;
	}

	/*contact page*/

	.contact-wrap{
		padding: 50px 0;
	}

	.contact-text h4{
		color: #2d2d2d;
		text-transform: uppercase;
		letter-spacing: 2px;
	}

	.contact-text p{
		margin: 0 0 20px 0;
	}

	.contact-text .pckg-form{
		background: none;
		padding: 0;
	}

	.contact-text .pckg-form .form-wrap h4{
		color: #777;
	}

	.contact-list{
		padding: 30px 0;
		list-style: none;
		margin: 0;
	}

	.contact-list li{
		width: 46%;
		display: inline-block;
		padding: 15px 10px 15px 0;
		margin: 0 10px 10px 0;
		border-bottom: 1px solid #eee;
	}

	.contact-list li:nth-last-child(-n+2){
		border: none
	}

	.contact-list li .cl-wrap{
		display: flex;
		justify-content: space-between;
	}

	.cl-wrap strong{
		text-transform: capitalize;
		font-weight: 500;
	}

	.cl-wrap span, .cl-wrap span a{
		color: #7e7e7e;
		margin: 0 0 0 5px;
	}

	.cl-wrap span a:hover{
		color: #FFCD05;
	}

	.main-num{
		padding: 30px;
		background: rgba(2, 175, 239, 0.5);
		border-radius: 10px;
	}

	.main-num small{
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: block;
		margin: 0 0 20px 0;
	}

	.main-num h5 a{
		font-size: 48px
	}

	.main-num h5 a i{
		margin: 0 15px 0 0;
		color: #1e98bf;
	}

	.form-wrap {
		position: relative;
	}

	/*news single */

	.blogs{
		padding: 80px 0;
		background: #eee;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.blog-wrap {
		box-shadow: 0 2px 23px 0 rgb(0 0 0 / 10%);
		background: #fff;
	}

	.blog-wrap .img-wrap {
		margin: 0 0 20px 0;
	}

	.blog-contn {
		padding: 0 20px 20px 20px;
	}

	.blog-contn .tags a {
		color: #FFCD05;
	}

	.blog-contn h6{
		position: relative;
		margin: 0 0 10px 0
	}

	.blog-contn h6 a{
		font-weight: 600;
		font-size: 22px;
	}

	.blog-contn h6 a:hover{
		color: #1e98bf;
	}

	.blog-contn p{
		font-size: 16px;
		color: #333;
		line-height: 30px;
		margin: 0 0 20px 0;
	}

	.post-time{
		font-size: 14px;
		color: #777777;
		margin: 0 0 10px 0;
	}

	.post-time i{
		color: #1e98bf;
		margin: 0 5px 0 0;
	}

	.read-m{
		display: inline-block;
		color: #1B2B69;
	}

	/*register page*/

	.register-sec{
		padding: 50px 0;
		background: rgba(194,153,87,0.2)
	}

	.register-sec .form-wrap {
		border: 1px solid #1e98bf;
		padding: 30px;
		background: #fff;
	}

	.register-sec .form-wrap h4 {
		display: block;
		font-size: 14px;
		text-transform: capitalize;
	}

	.register-sec .form-control {
		margin: 0 0 20px 0;
		font-size: 15px;
		border-color: #ececec;
		line-height: 35px;
		background: #f5f5f5;
		border-color: #999;
	}

	.register-sec .btn{
		padding: 0px 23px;
		font-size: 14px;
		border-radius: 0;
		line-height: 46px;
		font-weight: 500;
		background: #1e98bf;
		transition: 0.4s ease-in-out;
		border: none;
		text-transform: uppercase;
	}

	.register-sec .btn:hover{
		background: #102f6d;
	}

	.prop-des h4{
		font-size: 20px;
	}

	.prop-summary h4{
		font-size: 20px;
	}

	.register-sec h4{
		font-size: 20px;
	}

	.f-pw{
		text-align: right;
		margin-bottom: 1rem;
	}

	.f-pw a{
		text-transform: capitalize;
		font-weight: 500;
		color: #102f6d;
	}

	.register-sec .form-wrap h4{
		font-size: 16px;
		padding: 10px;
		background: #016330;
		border-radius: 5px;
		color: #fff;
	}

	.register-sec .form-wrap .form-check{
		margin: 0 5px 10px 0;
		color: #333;
		font-size: 16px;
		border-color: #999;
	}

	.form-check-input:checked {
		background-color: rgba(27, 69, 133, 0.99);
		border-color: #206294;
	}

	.form-check-input:focus{
		border-color: rgba(48, 125, 184, 0.5);
		box-shadow: 0 0 0 0.25rem rgba(27, 65, 129, 0.5);
	}

	.register-sec .form-wrap .form-select{
		height: 40px;
		background: rgba(255,255,255,0.5);
		margin: 0 0 15px 0;
		color: #333;
		font-size: 14px;
		border-color: #999;
	}

	/*donor page*/

	.donor-wrap{
		padding: 50px 0 20px 0;
	}

	.donor-table{
		margin: 0 0 30px 0;
	}

	.donor-table thead{
		background: #1e98bf;
		color: #fff;
	}

	.c-green{
		background-color: #207920 !important;
		color: #fff;
	}

	/*GALLERY*/

	.pictures-wrap{
		padding: 100px 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		background-attachment: fixed;
	}

	.pictures-wrap:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(0,0,0,0.5);
	}

	.pictures-wrap .headings h2{
		color: #fff;
	}

	.pictures-wrap .headings small{
		color: #eee;
	}

	.picture-card .img-wrap{
		border: 2px solid rgba(238, 238, 238, 0.2);
		border-radius: 5px;
	}

	.picture-card .img-wrap figure{
		padding-top: 100%;
		border-radius: 5px;
		overflow: hidden;
	}

	.picture-card figure:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition-delay: .1s;
		transition-timing-function: ease-in-out;
		transition-duration: .7s;
		transition-property: all;
		opacity: 0;
		z-index: 1;
		background-color: rgba(3, 13, 40, 0.70);
	}

	.picture-card:hover figure:before{
		opacity: 1;
	}

	.picture-card figure img {
		transform: scale(1.0);
		transition-delay: .1s;
		transition-timing-function: ease-in-out;
		transition-duration: .7s;
		transition-property: all;
	}

	.picture-card:hover figure img {
		transform: scale(1.2) rotate(-1deg);
	}

	.picture-card{
		position: relative;
		overflow: hidden;
		margin: 0 0 20px 0;
	}

	.pic-dtls{
		position: absolute;
		z-index: 2;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		transition: 0.6s ease-in-out;
		opacity: 0;
	}

	.picture-card:hover .pic-dtls{
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		opacity: 1;
	}

	.pic-dtls.btn-wrap a{
		width: 50px;
		height: 50px;
		line-height: 50px;
		padding: 0;
		text-align: center;
		margin: 0;
		display: inline-block;
		letter-spacing: initial;
		border-radius: 5px;
		background: rgba(64, 1, 1, 0.6);
	}

	.pic-dtls.btn-wrap a:hover{
		background: #1e98bf;
	}

	.pic-title{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		background: rgba(255,205,5,0.5);
		padding: 20px 20px 10px 10px;
		color: #fff;
		text-align: left;
		text-transform: capitalize;
		border-radius: 0 0 5px 5px;
		background: rgb(37, 95, 145);
		background: radial-gradient(circle, rgba(32, 79, 148, 0.5) 45%, rgba(9,162,228,1) 100%);
		text-align: center;
	}

.partner{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 20px;
    height: 150px;
}

