	* {
		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: 'Roboto', 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;
		background-image: url(../images/header-bg.jpg);
		background-size: 500px;
		background-position: center;
	}

	header:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(255,255,255,0.92);
	}

	header .logo-bar{
		position: relative;
	}

	.logos{
		display: flex;
		align-items: center;
	}

	.logo-wrap{
		width: 150px;
		flex-shrink: 0;
		margin: 0 20px 0 0;
		padding: 10px 0;
	}

	.logo-title h1{
		text-transform: uppercase;
		color: #4F5F60;
		font-size: 44px;
		margin: 0;
		
		font-weight: 700;
	}

	.q-quote{
	    position: relative;
	}

	.q-quote:before{
	    content: "";
	    position: absolute;
	    right: 5px;
	    bottom: 5px;
	    top: -5px;
	    left: -5px;
	    border: 2px solid #25DAB9;
	    border-radius: 5px;
	    
	}

	.q-quote a{
	    position: relative;
	    z-index: 1;
	    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
		display: block;
		background: #025E61;
		text-align: center;
		padding: 20px 10px;
		color: #fff;
		font-weight: 600;
		font-size: 20px;
		border-radius: 5px;
	}

	.q-quote a:hover{
		background: #4F5F60;
	}

	.q-quote a i{
		color: #25DAB9;
		margin: 0 0 0 5px;
	}

	.logo-wrap a{
		display: block;
	}

	.phone-wrap{
		display: flex;
		align-items: center;
		margin: 0 0 10px 0;
	}

	.phone-wrap:last-of-type{
		margin: 0;
	}

	.phone-wrap .icon-wrap{
		margin: 0 10px 0 0;
	}

	.phone-wrap i{
		text-align: center;
		background: #25DAB9;
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		border-radius: 50%;
	}

	.phone-list a{
		display: block;
		font-weight: 500;
		color: #333;
		font-size: 20px;
	}

	.phone-list a:hover{
		color: #4F5F60;
	}

	.head-addres{
		display: flex;
		align-items: center;
		justify-content: space-around;
	} 

	.social-bar li a i {
		font-size: 16px;
		color: #fff;
		margin: 0 0 0 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		transition: 0.4s ease-in-out;
		border-radius: 50%;
		background: #25DAB9;
	}

	.social-bar li a i:hover{
		background: #978484;
	}

	.logo-bar{
		position: relative;
		z-index: 0;
	}

	.social-bar{
		list-style: none;
		padding: 0;
		text-align: right;
		margin: 0;
	}


	/*nav bar*/

	.nav-sec{
		background: #4F5F60;
		position: relative;
		border-top: 1px solid #f1f1f1;
		background: rgba(79, 95, 96, 1);
	}

	.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: 5px;
	}

	.nav-sec .main-navigation .menu-item a{
		padding: 5px 20px;
		color: #fff;
		font-weight: 400;
		text-transform: uppercase;
		transition: 0.4s;
		font-size: 14px;
		position: relative;
		display: block;
		line-height: 35px;
		letter-spacing: 1px;
		border-radius: 5px;
	}

	.nav-sec .main-navigation .menu-item.active a, .nav-sec .main-navigation .menu-item a:hover, .nav-sec .main-navigation .menu-item a:focus {
		color: #25DAB9;
		background: #025E61;
	}

	.nav-sec .main-navigation .menu-item:hover{
		color: #25DAB9;
		background: #025E61;
	}

	.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: #4F5F60;
		border-radius: 0;
		padding: 0;
		width: 310px;
		animation-duration: 0.3s;
		opacity: 0;
		transition: 0.8s ease-in-out;
	}

	.nav-sec .menu-item-has-children:hover .sub-menu {
		display: block !important;
		opacity: 1;
	}

	.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: 30px;
		border-radius: 0;
	}

	.nav-sec .menu-item-has-children .sub-menu a:hover{
		color: #25DAB9;
		background: #025E61;
	}

	.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-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: 10%;
		max-width: 700px;
		z-index: 2;
		text-align: left;
		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: 42px;
		font-weight: 800 !important;
		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: 400;
	}

	.s-caption small{
		font-size: 28px;
		color: #E74C32;
		text-transform: capitalize;
	}

	.s-caption strong span{
		color: #25DAB9;
		display: block;
	}

	.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: none;
		height: 50px;
		width: 50px;
		z-index: 1;
		margin: 0;
		border-radius: 50%;
		color: #25DAB9;
		transition: 0.4s ease-in-out;
		border: 1px solid #25DAB9;
	}

	.slider-wrap .owl-carousel .owl-nav button:hover{
		background: #25DAB9;
		color: #fff;
	}

	.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: linear-gradient(90deg, rgba(37,218,185,1) -75%, rgba(79,95,96,1) 100%);
	}

	.btn-wrap a:hover{
		background: #4F5F60;
	}

	.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-sec{
	    padding: 100px 0 50px 0;
	   position: relative;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	}

	.welcome-sec:before{
	    content: "";
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
	    background: rgba(77,92,94,0.9)
	}

	.welcome-sec .container{
	    position: relative;
	}

	.wel-contn{
	    margin: 0 0 30px 0;
	}

	.wel-contn h2{
	    color: #fff;
	    font-size: 18px;
	    color: #25DAB9;
	    padding: 10px;
	    border-top: 1px solid #25DAB9;
	    border-bottom: 1px solid #25DAB9;
	    position: relative;
	    border-radius: 5px;
	}

	.wel-contn h2 span{
	    display: block;
	    text-transform: uppercase;
	    font-size: 36px;
	    color: #fff;
	}

	.wel-contn p{
	    color: #eee;
	}

	.welcome{
		padding: 50px 0;
	}

	.wel-head small{
		text-transform: uppercase;
		font-size: 20px;
		letter-spacing: 2px;
		font-weight: 500;
		color: #25DAB9; 
	}

	.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: block;
		margin: 0;
		position: relative;
		text-transform: uppercase;
		font-size: 44px;
		color: #4F5F60;
		
		font-weight: 700;
	}

	.headings p{
		font-size: 22px;
		text-transform: uppercase;
		color: #25DAB9;
		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;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.pserv-dtl {
		margin: 0;		
		border: 1px solid #eee;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.pserv-dtl a{
		font-size: 26px;
		text-transform: capitalize;
		padding: 5px 10px;
		color: #25DAB9;
		display: block;
		text-align: center;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 80px;
		background: rgba(77, 92,94,0.9);
		line-height: 32px;
	}

	.pserv-dtl a:hover{
		background: #25DAB9;
				color: #fff;
	}

	.serv-card{
		margin: 0 0 30px 0;
		position: relative;
	}

	.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: #E74C32;
	}

	.serv-list{
		border-radius: 5px;
		list-style-type: circle;

	}

	.serv-list li{
		position: relative;
		color: #978484;
		margin: 0 0 10px 0;
	}

	.v-more{
		text-align: right;
		border-top: 2px solid #eee;
		padding: 10px 0 5px 0;
	}

	.v-more a{
		text-transform: uppercase;
		color: #2E3A97;
		font-size: 14px;
	}

	.v-more a i{
		margin: 0 0 0 10px;
		color: #E74C32;
		position: relative;
		transition: 0.4s ease-in-out;
		left: 0;
	}

	.v-more a:hover i{
		left: 5px;
	}

	/*our expertise*/

	.expertise{
		padding: 100px 0 70px 0;
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.expertise:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(77, 92,94,0.8);
	}

	.expertise .container{
		position: relative;
	}

	.expertise .headings h2{
		color: #fff;
	}

	.exp-card .icon-wrap{
		position: relative;
		width: 55px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		flex-shrink: 0;
	}

	.exp-card .icon-wrap:after{
		content: '';
		position: absolute;
		background-color: #25DAB9;
		top: 0;
		left:0;
		height: 54px;
		width: 54px;
		border-radius: 2px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;

	}

	.exp-card .icon-wrap span{
		position: relative;
		z-index: 2;
		line-height: 55px;
		color: #fff;
		font-size: 28px;
	}

	.exp-card{
		display: flex;
		align-items: center;
		padding: 20px 15px;
		border: 1px solid #999;
		border-radius: 5px;
		margin: 0 0 30px 0;
		min-height: 108px;
	}

	.exp-dtl{
		margin: 0 0 0 20px;
	}

	.exp-dtl a{
		display: block;
		font-size: 22px;
		color: #fff;
		text-transform: capitalize;
		font-weight: 500;
	}

	.exp-dtl a:hover{
		color: #25DAB9;
	}


	/*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;
		position: relative;
		background-color: #f8f8f8;
	}

	.why-us:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(255, 255, 255,0.6);
	}

	.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);
	}

	.why-us .img-wrap:before{
		content: "";
		position: absolute;
		left: 20px;
		bottom: 20px;
		top: -20px;
		right: -20px;
		border: 5px solid #4F5F60;  
	}

	.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);
	}

	.why-card h4{
		font-size: 42px;
		color: #4F5F60;
		text-transform: uppercase;
		
		font-weight: 700;
	}

	.why-card small{
		display: block;
		font-size: 22px;
		color: #25DAB9;
		font-weight: 500;
	} 

	.why-card p{
		margin: 0 0 20px 0;
	}

	.why-list{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.why-list li{
		padding: 5px 0px 5px 30px;
		position: relative;
		color: #999;
		font-size: 17px;
		margin: 0 0 10px 0;
		box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
	}

	.why-list li:before{
		content: "\e2e6";
		font-family: 'Material Symbols Outlined';
		color: #025E61;
		margin: 0 5px 0 0;
		position: absolute;
		left: 5px;
		font-size: 18px;
	}


	/*testimonials*/

	.testimonials{
		padding: 80px 0;
		position: relative;
		position: relative;

	}

	.testimonials .container{
		position: relative; 
	}

	.testi-card{
		padding: 30px;
		position: relative;
		margin: 15px;
		border-radius: 5px;
		border: 2px solid rgba(2, 94, 97, 0.30);
		text-align: center;
	}

	.testi-card .icon-wrap{
		position: absolute;
		left: 20px;
		top: 20px;
	}

	.testi-card .icon-wrap i{
		color: #25DAB9;
		font-size: 50px
	}

	.testi-profile .img-wrap figure{
		width: 70px;
		padding-top: 70px;
		overflow: hidden;
		margin-right: 15px;
		border-radius: 50%;
	}

	.testi-profile{
		display: block;
		text-transform: capitalize;
		padding: 20px;
	}

	.testi-dtl{
		position: relative;
		margin: 0 0 20px 0;
	}

	.testi-dtl small{
		display: block;
		color: #25DAB9;
		margin: 0 0 3px 0;
		font-style: italic;
	}

	.testi-dtl strong{
		color: #4F5F60;
		font-style: italic;
	}

	.testi-dtl .ratings i{
		color: #ecad0e;
	}

	.testi-card q{
		font-size: 16px;
		color: #555;
		margin: 0 0 20px 0;
		display: block;
		line-height: 26px;
	}

	.testi-card .img-wrap{
		margin: 0 auto 20px auto;
		width: 120px;
		text-align: center;
		flex-shrink: 0;
	}

	.testi-card .img-wrap figure{
		width: 70px;
		padding-top: 70px;
		margin: 0 auto;
	}

	.testimonials .v-more{
		border-top: none;
	}

	.testimonials .v-more a{
		color: #fff;
	}

	/*blogs*/

	.blogs{
		padding: 100px 0 160px 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.blogs:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(77, 92,94,0.85);
	}

	.blogs .container{
		position: relative;
	}

	.blogs .headings h2{
		color: #fff;
	}

	.blog-card{
		margin: 0 0 30px 0;
	}

	.b-date{
		background: #4F5F60;
		position: absolute;
		top: 10px;
		left: 10px;
		text-align: center;
		padding: 5px;
		color: #fff;
	}

	.b-date strong{
		display: block;
	}

	.b-date small{
		font-size: 12px;
	}

	.blog-dtl{
		padding: 15px;
		background: rgba(255,255,255,0.8);
		box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
	}

	.blog-dtl h4 a{
		display: block;

	}

	.blog-dtl h4 a:hover{
		color: #4F5F60;
	}

	.blog-dtl p{
		margin: 0 0 15px 0;
	}

	.r-more{
		text-align: right;
	}

	.r-more a{
		display: inline-block;
		text-transform: capitalize;
		color: #25DAB9;
		padding: 5px 10px;
		border: 1px solid #4F5F60;
		border-radius: 5px;
	}

	.r-more a:hover{
		background: #4F5F60;
		color: #fff;
	}

	/*footer top bar*/

	.footer-top {
		margin: 0 0 30px 0;
		position: relative;
		top: -70px;
	}

	.ft-card{
		display: block;
		padding: 20px 10px;
		text-align: center;
		background: #25DAB9;
		text-align: center;
		box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
	}

	.ft-dtl strong{
		display: block;
		text-transform: uppercase;
		color: #fff;
	}

	.ft-dtl small, .ft-dtl small a{
		font-size: 16px;
		color: #fff;
	}

	.ft-card .icon-wrap span{
		color: #fff;
		font-size: 40px;
	}

	.pd-100{
		padding: 50px 0 120px 0 !important;
	}

	/*quick quote form*/

	#quoteModal .modal-content{
		background: #4F5F60;
	}

	#quoteModal .modal-header h5{
		color: #fff;
	}

	#quoteModal .pckg-form .form-select{
		color: #777;
	}


	/*footer form*/

	.footer-form{
		padding: 50px 0 120px 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{
		position: relative;

	}

	footer:before{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #000;
		opacity: 0.85;
	}

	footer .container{
		position: relative;
	}

	.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;
		position: relative;
	}

	.foot-wrap h4:before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		height: 2px;
		width: 40px;
		background: #25DAB9;
	}

	.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: #E74C32;
		top: -25px;
		height: 50px;
		width: 50px;
	}

	.fc-card .icon-wrap span{
		position: absolute;
		font-size: 80px;
		left: 50%;
		transform: translatex(-50%);
		color: #E74C32;
		display: none
	}

	.fc-card .icon-wrap:before{
		content: "\e837";
		font-family: 'Material Symbols Outlined';
		color: #E74C32;
		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;
	}

	.foot-list{
		padding: 0;
		list-style: none;
	}

	.foot-list li{
		margin: 0 0 15px 0;
		position: relative;
	}

	.foot-list li a{
		display: block;
		color: #eee;
		text-transform: capitalize;
		position: relative;
		left: 0;
	}

	.foot-list li a:hover{
		color: #25DAB9;
	}

	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: 20px;
	}

	.foot-contact li a i{
		color: #E74C32;
		margin: 0 5px 0 0;
	}

	.foot-contact li a:hover{
		color: #978484;
	}

	.copy-r{
		background: #4F5F60;
		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: #25DAB9;
	}

	.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: #25DAB9;
		height: 40px;
		line-height: 40px;
		width: 40px;
		text-align: center;
		border-radius: 50%;
		transition: 0.4s ease-in-out;
		border-radius: 5px;
	}


	/*about page*/

	.page-banner{
		padding: 120px 0 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.7);
	}

	.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;
		padding: 10px 0;
		color: #4F5F60;
		margin: 0 0 20px 0;
		border-radius: 0;
		
		font-weight: 700;
		font-size: 38px;
		position: relative;
	}

	.abt-contn h3:before{
		content: "";
		height: 3px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: linear-gradient(90deg, rgba(37,218,185,1) -75%, rgba(79,95,96,1) 100%);
	}

	.abt-contn h3 small{
		display: block;
		font-size: 16px;
		border-bottom: 1px solid #eee
	}

	.abt-contn p{
		margin: 0 0 20px 0;
		font-size: 16px;
	}

	.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: 16px;
	}

	.abt-contn ul li:before{
		content: "\e86c";
		font-family: 'Material Symbols Outlined';
		color: #25DAB9;
		margin: 0 5px 0 0;
		position: absolute;
		left: 0;
	}
.aboutus-content p{
	color: #373737 !important;
}
	.aboutus-content h3{
		font-size: 20px;
		padding: 30px 0 0 5px;
	}
	.aboutus-content li{
		padding-left: 20px !important;
	}
	.features{
		padding: 50px 0 100px 0;
		background: #eee;
		background-image: url(../images/blog-bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		background-size: cover;
		position: relative;
	}

	.features:before{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #000;
		opacity: 0.8;
	}

	.features .container{
		position: relative;
	}

	.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;
		background:#25DAB9;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		flex-shrink: 0;
		border-radius: 5px;
		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(37,218,185,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: #025E61;
	}

	.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: #4F5F60;
		color: #2d2d2d;
	}

	.pgnation .page-item.active .page-link{
		background: #25DAB9;
		border-color: #4F5F60;
	}

	/*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: #E74C32;
	}

	.form-wrap {
		position: relative;
	}


