	* {
		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: 'Manrope', 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: #A25900;

	}

	p{
		font-size: 18px;
		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;

	}

	.mb-thirty{
		margin-bottom: 30px;
	}

	/*header*/

	header{
		position: relative;
	}

	header:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-repeat: repeat;
		background-position: center;
		opacity: 0.2;
		background-size: 30%;
	}

	header .container{
		position: relative;
	}

	.logo-text{
		margin: 0 0 10px 0;
	}

	.logo-text h1{
		margin: 0;
	}

	.logo-text h1 a{
		text-transform:capitalize;
		color: #E73602;
		font-weight: 600;
		font-size: 44px;
	}

	.logo-text strong{
		font-size: 26px;
		text-transform: uppercase;
		color: #A25900;
		letter-spacing: 2px;
	}

	.logo-text strong span{
	    font-size: 30px;
	    vertical-align: middle;
	    margin: 0 5px 5px 0;
	    color: #E73602
	}

	.q-inquiry a{
		display: block;
		text-align: center;
		padding: 10px;
		background: #E73602;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 3px;
		border-radius: 5px;
		background: rgb(231,54,2);
		background: radial-gradient(circle, rgba(231,54,2,1) 22%, rgba(162,89,0,1) 95%);
		transition: 0.4s ease-in-out;
	}

	.q-inquiry a:hover{
		background: rgb(231,54,2);
		background: radial-gradient(circle, rgba(231,54,2,1) 22%, rgba(162,89,0,1) 57%);
	}

	.social-bar li a i {
		font-size: 16px;
		color: #E73602;
		margin: 0 0 0 10px;
		width: 35px;
		height: 35px;
		line-height: 31px;
		border: 2px solid #E73602;
		text-align: center;
		transition: 0.4s ease-in-out;
		border-radius: 0;
		border-radius: 50%;
		box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.3);
	}

	.social-bar li a i:hover{
		background: #E73602;
		color: #fff;
	}

	.logo-bar {
		background: rgba(162, 89, 0, 0.09);
	}

	.logo-wrap{
		padding: 10px;
		background: #fff;
		margin: 0 0 -25px 0;
		position: relative;
		z-index: 9;
		border-radius: 0 0 0 10px;
	}

	.logo-wrap:after {
		position: absolute;
		bottom: 0;
		left: 99.8%;
		height: 25px;
		width: 60px;
		background-color: #e1e1e1;
		content: "";
		clip-path: polygon(100% 0, 0 0, 0 100%);
	}

	.social-bar {
		list-style: none;
		padding: 0;
		text-align: center;
		margin: 0 0 10px 0;
	}


	/*nav bar*/

	.nav-sec{
		margin: 0 0 10px 0;
		border-radius: 5px;
		border: 1px solid #fff;
	}

	.ap-btn a:hover{
		background: #000;
		color: #fff;
	}

	.nav-sec .navbar-collapse{
		justify-content: flex-start;

	}

	.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: 5px;
	}

	.nav-sec .main-navigation .menu-item a{
		padding: 0 20px;
		color: #A25900;
		font-weight: 600;
		text-transform: capitalize;
		transition: 0.4s;
		font-size: 15px;
		position: relative;
		display: block;
		margin: 0 0px;
		line-height: 45px;
		border-radius: 5px;
	}

	.nav-sec .main-navigation .menu-item.active a, .nav-sec .main-navigation .menu-item a:hover  {
		color: #fff;
		background: #E73602;
	}

	.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: #A25900;
		border-radius: 0;
		padding: 0;
		width: 310px;
		border-radius: 5px;
	}

	.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: 14px;
		transition: 0.4s ease-in-out;
		text-align: left;
		line-height: 20px;
		border-radius: 0;
	}

	.nav-sec .menu-item-has-children .sub-menu a:hover{
		background: #E73602;
		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;
	}


	/*slider section*/

	.slider-wrap{
		position: relative;
	}

	.slider-wrap:before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		background-image: url(../images/shape2.svg);
		z-index: 2;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0.8;
		height: 255px;
		width: 355px;
	}


	.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;
		left: 10%;
		top: 50%;
		z-index: 2;
		text-align: left;
		transform: translateY(-50%);
		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;
	}

	.s-caption strong{
		color: #fff;
		font-size: 56px;
		text-transform: uppercase;
		margin: 0 0 10px 0;
		line-height: 64px;
		display: block;
		position: relative;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}

	.s-caption small{
		color: #E73602;
		font-size: 28px;
		text-transform: capitalize;
		margin: 0 0 10px 0;
		display: block;
		background: rgba(0,0,0,0.5);
		padding: 10px;
		border-radius: 5px;
	}

	.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%);
		height: 50px;
		width: 50px;
		z-index: 1;
		margin: 0;
		border-radius: 5px;
		color: #fff;
		transition: 0.4s ease-in-out;
		font-size: 30px;
	}

	.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;
	}

	.tp-btn {
		background: #E73602;
		-webkit-transition-delay: 2000ms;
		transition-delay: 2000ms;
		display: inline-block;
		height: 58px;
		line-height: 55px;
		padding: 0 51px;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		text-transform: capitalize;
		position: relative;
		transition: all 0.6s linear;
		overflow: hidden;
		z-index: 1;
		color: #fff;
		border-radius: 5px;
	}

	.tp-btn:after {
		position: absolute;
		content: "";
		background-color: #A25900;
		width: 100%;
		height: 0%;
		left: 50%;
		top: 50%;
		border-radius: 0px;
		transform: translate(-50%, -50%) rotate(-45deg);
		z-index: -1;
		transition: all 500ms ease;
	}


	.tp-btn:hover {
		visibility: visible;
		opacity: 1;
		color: #fff;
	}

	.tp-btn:hover::after {
		background-color: #A25900;
		height: 380%;
	}

	.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: #D12129;
		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;
	}

	/*welcome section*/

	.welcome{
		padding: 0 0 50px 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		    background-color: rgba(162,89,0,.1);
	}

	.welcome .img-wrap{
		margin-top: 120px;
		position: relative;
		z-index: 1;
	}

	.welcome .img-wrap:before{
		content: "";
		position: absolute;
		left: -10px;
		right: -10px;
		top: -10px;
		bottom: -10px;
		border: 1px solid #E73602;
	}

	.welcome .img-wrap figure{
		padding-top: 120%;
	}

	.wel-contn{
		padding: 50px 0 0 30px;
	}

	.wel-contn small{
		display: block;
		color: #E73602;
		text-transform: capitalize;
		font-size: 18px;
		position: relative;
	}

	.wel-contn strong{
		text-transform: capitalize;
		font-size: 34px;
	}

.wel-contn p  strong{
    font-weight:600;
}
	.wel-contn small:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 70px;
		width: 70px;
		height: 2px;
		background: #e5e5e5;
		transform: translatey(-50%);
	}

	.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{
		text-align: left;
		margin: 0 0 50px 0;
		position: relative;
	}

	.headings h2{
		display: block;
		margin: 0;
		position: relative;
		text-transform: capitalize;
		font-size: 50px;
		color: #2d2d2d;
	}

	.headings h2 span{
		display: block;
		font-size: 45px;
		font-weight: 800;
	}

	.headings h2 small{
		position: relative;
		font-size: 20px;
		text-transform: uppercase;
		color: #E73602;
	}

	.headings h2 small:before{
		content: "";
		height: 2px;
		width: 10px;
		background-color: #E73602;
		position: absolute;
		right: -40px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 3;
	}

	.headings h2 small:after{
		content: "";
		position: absolute;
		height: 2px;
		width: 30px;
		background-color: #A25900;
		right: -40px;
		top: 50%;
		transform: translateY(-50%);
	}

	/*missions*/

	.missions{
		padding: 50px 0;
		background-image: url(../images/misn-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.misn-wrap{
		position: relative;
		margin-left: 40px;
		border: 1px solid #cecccc;
		padding: 20px 28px 30px 62px;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		border-radius: 5px;
		width: 85%;
		display: inline-block;
		margin: 0 0 40px 40px;
		min-height: 250px;
	}

	.misn-wrap:hover{
		border-color: #E73602;
	}

	.misn-wrap .icon-box {
		position: absolute;
		left: -35px;
		top: -25px;
		width: 65px;
		height: 65px;
		line-height: 65px;
		color: #ffffff;
		font-size: 36px;
		text-align: center;
		background-color: #A25900;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		border-radius: 50%;
	}

	.misn-wrap .icon-box span{
		line-height: 65px;
		font-size: 34px;
	}

	.misn-wrap h3{
		font-size: 20px;
		text-transform: capitalize;
	}

	.misn-wrap p{
		font-size: 17px;
		line-height: 24px;
	}

	/*programs & services*/

	.programs{
		padding: 50px 0;
	}

	.programs .headings{
		text-align: center;
	}

	.prog-card{
		padding: 5px;
		background: #fff;
		box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
		border-radius: 5px;
		margin: 0 0 40px 0;
	}

	.prog-dtl{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px 20px;
		background: rgba(162, 89, 0, 0.89);
		color: #fff;
		border-radius: 5px 5px 0 0;
		margin: 0 20px 0 20px;
		transition: 0.4s ease-in-out;
		margin-bottom: -15px;
		text-align: center;
	}

	.prog-dtl:before{
		content: "";
		border-left: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-top: 5px solid #555;
		border-right: 5px solid #555;
		position: absolute;
		bottom: 0;
		right: 100%;
	}

	.prog-dtl:after{
		content: "";
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-top: 5px solid #555;
		border-left: 5px solid #555;
		position: absolute;
		bottom: 0;
		left: 100%;
	}


	.prog-dtl h4 a{
		font-size: 18px;
		color: #fff;
		text-transform: capitalize;
	}

	.prog-card .img-wrap figure{
		padding-top: 100%;
	}

	/*news and activities*/

	.news:before {
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 0;
		background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 28%,#fff 29%,#fff 75%,hsla(0,0%,100%,0));
	}


	.news{
		padding: 50px 0;
		position: relative;
		background-position: center center;
		background-attachment: fixed;
	}

	.news:after {
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 0;
		background: linear-gradient(180deg,#fff 0,hsla(0,0%,100%,.7) 34%,hsla(0,0%,100%,.7) 67%,hsla(0,0%,100%,.71) 68%,#fff 97%,#fff 99%);
	}


	.news .headings{
		text-align: center;
	}

	.news .container{
		position: relative;
		z-index: 5;
	}

	.news-card{
		display: flex;
		margin: 0 0 40px 0;
		border: 1px solid #eee;
		background: #fff;
	}

	.news-card .img-wrap{
		width: 400px;
		flex-shrink: 0;
	}

	.news-card p{
		margin: 0 0 20px 0;
	}

	.news-contn{
		padding: 20px;
	}

	.news-contn .post-time {
		margin: 0 0 10px 0;
	}

	.news-contn .post-time i{
		color: #E73602;
		margin: 0 5px 0 0;
	}

	.news-contn h6 a{
		font-size: 24px;
	}

	.news-contn h6 a:hover{
		color: #E73602;
	}

	.news .v-more{
		text-align: center;
		padding: 20px 0 0 0;
	}

	.news .v-more a{
		display: inline-block;
		padding: 5px 10px;
		border: 1px solid;
		border-radius: 5px;
	}

	/*services*/

	.services{
		padding: 50px 0;
	}

	.sub-head{
		margin: 0 0 20px 0;
	}

	.sub-head h3{
		background: rgb(52,139,169);
		background: linear-gradient(90deg, rgba(52,139,169,1) 0%, rgba(100,118,129,0.7) 30%);
		color: #fff;
		font-size: 22px;
		text-transform: uppercase;
		padding: 10px 20px;
		font-weight: 600;
		border-radius: 5px;
		margin: 0;
	}

	.coach-card{
		-webkit-box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
		box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
		margin: 0 0 30px 0;
	}

	.s-dtl{
		padding: 20px 15px;
		text-align: center;
	}

	.s-dtl h4{
		text-transform: capitalize;
		font-weight: 600;
	}

	.s-dtl h4 a{
		font-size: 20px
	}

	.dtl-btn a{
		text-align: center;
		padding: 17px 30.5px;
		background: #FFCD05;
		color: #fff;
		display: block;
	}

	.dtl-btn a:hover{
		background: #2d2d2d;
	}

	.dtl-btn a i{
		vertical-align: middle;
		margin: 0 0 0 10px;
	}

	.v-more{
		border-top: 2px solid #eee;
		padding: 10px 0 5px 0;
		text-align: right;
	}

	.v-more a{
		font-size: 14px;
		color: #E73602;
		text-transform: capitalize;
	}

	.v-more span{
		vertical-align: middle;
	}

	.v-more a:hover{
		color: #A25900;
	}


	.value-card p{
		color: #111;
		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: #888;
		font-size: 18px;
		margin: 0 0 10px 0;
	}

	.why-list li:before{
		content: "\e941";
		font-family: 'Material Symbols Outlined';
		color: #E73602;
		margin: 0 5px 0 0;
		position: absolute;
		left: 0;
	}


	/*footer*/

	footer{
		padding: 80px 0 0 0;
		background-color: rgba(53, 30, 0, 0.9);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	footer{
		position: relative;
	}

	footer:before{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		background-image: url(../images/shape2.svg);
		z-index: 0;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0.8;
		height: 255px;
		width: 355px;
	}

	footer .container{
		position: relative;
	}

	footer .logo-wrap{
		background: none;
	}

	footer .logo-wrap:after{
		display: none;
	}

	.f-logo{
		padding: 10px;
		text-align: left;
		margin: 0 0 20px 0;
	}

	.f-logo p{
		color: #eee;
	}

	.foot-wrap h4{
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
		margin: 0 0 30px 0;
		border-radius: 5px;
		display: flex;
		justify-content: space-between;
	}

	.foot-wrap h4 .icon-wrap img{
		width: 50px;
		height: 50px;
		background: #fff;
		padding: 5px;
		border-radius: 50%;
		margin: -10px 0 0 0;
	}

	.foot-wrap h4 span{
		position: relative;
		padding: 10px 5px 10px 0;
		display: inline-block;
	}

	.foot-wrap h4 span:before{
		content: "";
		position: absolute;
		height: 5px;
		width: 50px;
		bottom: -10px;
		border-radius: 5px;
		background: #E73602;
	}

	.foot-list{
		padding: 0;
		list-style: none;
	}

	.foot-list li{
		margin: 0 0 15px 0;
		padding: 0 0 5px 0;
		position: relative;
	}

	.foot-list li:last-of-type{
		border: none;
	}

	.foot-list li a{
		display: block;
		color: #eee;
		text-transform: capitalize;
		position: relative;
		left: 0;
	}

	footer .social-bar li a i{
		color: #fff;
	}

	.foot-list li a:hover{
		color: #A25900;
	}

	.foot-list li:hover:before{
		left: 10px;
		color: #826056;
	}

	footer .social-bar{
		text-align: left;
		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;
		position: relative;
		left: 0;
		font-size: 20px;
	}

	.foot-contact li a i{
		color: #E73602;
		margin: 0 5px 0 0;
	}

	.foot-contact li a:hover{
		color: #A25900;
	}

	.copy-r{
		border-top: 1px solid #826056;
		text-align: center;
		margin-top: 50px;
		position: relative;
	}

	.copy-contn{
		display: flex;
		justify-content: space-between;
		text-transform: capitalize;
		padding: 26px 40px;;
		color: #fff;
	}

	.copy-contn a{
		color: #E73602;
	}

	.copy-contn a:hover{
		color: #fff;
	}

	.scrollTop {
		position: fixed;
		right: 4%;
		bottom: 50px;
		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: #E73602;
		height: 40px;
		line-height: 40px;
		width: 40px;
		text-align: center;
		border-radius: 5px;
		transition: 0.4s ease-in-out;
		border-radius: 50%;
	}


	/*about page*/

	.page-banner{
		padding: 80px 0;
		background-image: url(../images/slider-img1.jpg);
		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*/

	.book-form{
		padding: 50px 0;
		position: relative;
	}

	.book-form p{
		margin: 0 0 20px 0;
	}

	.book-form p{
		margin: 0 0 20px 0;
	}

	.form-wrap h3{
		padding: 10px 20px;
		background: #E73602;
		color: #fff;
		border-radius: 5px;
		font-size: 20px;
		margin: 0 0 20px 0;
		text-align: center;
	}

	.pckg-form {
		padding: 50px;
		background-color: rgba(130,96,86,0.3);
		position: relative;
		border-radius: 5px;
	}

	.pckg-form .container{
		position: relative;
	}

	.pckg-form .form-wrap h4{
		display: block;
		font-size: 16px;
		text-transform: capitalize;
		color: #2d2d2d;
	}

	.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: none;
	}
	
	.form-control:focus{
		box-shadow: 0 0 0 0.25rem rgba(255,241,0,.25)
	}

	/*gallery*/

	.gallery{
		padding: 50px 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.gallery:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(162, 89, 0, 0.89);
		background-image: url(../images/shape3.svg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	.gallery .headings{
		text-align: center;
	}

	.gallery .headings h2 {
		color: #fff;
	}

	.gallery-wrap{
		padding: 50px 0;
	}

	.picture-card .img-wrap{
		border: 2px solid rgba(238, 238, 238, 0.6);
		border-radius: 10px;
	}

	.picture-card .img-wrap figure{
		padding-top: 100%;
		border-radius: 10px;
		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 40px 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 a{
		color: #FF0000;
	}

	.pic-title{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		padding: 10px 20px 10px 10px;
		color: #fff;
		text-align: center;
		text-transform: capitalize;
		border-radius: 0 0 10px 10px;
		background: rgba(162, 89, 0, 0.5);
		margin: 0 20px 10px 20px;
	}

	.gallery .v-more{
		text-align: center;
		position: relative;
		padding: 20px 0 0 0;
		border-color: rgba(255,255,255,0.3)
	}

	.gallery .v-more a{
		display: inline-block;
		color: #fff;
		padding: 5px 10px;
		border: 1px solid;
		border-radius: 5px;
	}

	.gallery .v-more a:hover{
		color: #eee;
	}


	.pgnation .pagination{
		justify-content: center;
	}

	.pgnation .page-link{
		margin: 5px;
		border-color: #E73602;
		color: #2d2d2d;
	}

	.pgnation .page-item.active .page-link{
		background: #E73602;
		border-color: #E73602;
	}


	/*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;
	}

	.book-form{
		padding: 50px;
		background-image: url(assets_front/images/high-bg.jpg);
		background-repeat: repeat;
		position: relative;
	}

	.contact-box {
		padding: 30px;
		margin: 0 0 40px 0;
		border: 1px solid #eee;
		transition: 0.4s ease-in-out;
		display: flex;
		align-items: center;
		border-radius: 5px;
		background: #A25900;
	}

	.contact-box .icon-wrap span {
		height: 60px;
		width: 60px;
		line-height: 60px;
		background: #fff;
		text-align: center;
		color: #E73602;
		border-radius: 5px;
		border-radius: 50%;
	}

	.contact-box .icon-wrap{
		margin: 0 10px 0 0;
	}

	.contact-dtl a{
		display: block;
		font-weight: 500;
		color: #eee;
	}

	.contact-dtl a:hover{
		color: #4C1B0D;
	}

	.contact-dtl a i{
		font-size: 16px;
		margin: 0 5px 0 0;
		color: #826056;
	}

	.contact-dtl strong{
		font-size: 20px;
		color: #fff;
	}

	.form-wrap {
		position: relative;
	}

	.single .misn-wrap{
		width: 90%;
	}

	.single .news-card{
		display: block;
	}

	.single .news-card .img-wrap{
		width: 100%;
	}

	/*board of director page*/

	.bod{
		padding: 50px 0;
	}

	.bod-card{
		margin: 0 0 20px 0;
	}

	.bod-card .img-wrap figure{
		padding-top: 100%;
		border-radius: 10px;
		overflow: hidden;
	}

	.bod-card .img-wrap{
		margin: 0 0 10px 0;
	}

	.bod-dtl{
		padding: 20px;
		text-align: center;
		border: 1px solid #E73602;
		border-radius: 10px;
		background: rgba(162, 89, 0, 0.09);
	}

	.bod-dtl strong{
		display: block;
		font-size: 20px;
		text-transform: capitalize;
	}

	.bod-dtl small{
		color: #A25900;
		text-transform: capitalize;
	}

	.bod-dtl a i{
		color: #E73602;
		margin: 0 5px 0 0;
	}


	/*news single page*/

	.blog-wrap{
		padding: 50px 0;
	}

	.blog-wrap .img-wrap{
		margin: 0 0 15px 0;
	}

	.blog-contn .post-time{
		margin: 0 0 10px 0;
		font-size: 14px;
	}

	.blog-contn .post-time i{
		color: #E73602;
	}

	.blog-contn h6{
		font-size: 20px;
	}

	.list-css-core ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.list-css-core li {
		padding: 0 0 0 30px;
		position: relative;
		color: #888;
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	
	.list-css-core li:before {
		content: "\e941";
		font-family: 'Material Symbols Outlined';
		color: #E73602;
		margin: 0 5px 0 0;
		position: absolute;
		left: 0;
	}