	* {
		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: #2E3A97;

	}

	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{
		background: #2E3A97;
		position: relative;
	}

	header .logo-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 50.8%;
		height: 100%;
		z-index: 0;
	}

	header .logo-bg:before {
		-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 96px) 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, calc(100% - 96px) 100%, 0% 100%);
		content: "";
		position: absolute;
		inset: 0;
		background: #fff;
		z-index: -1;
	}

	.logos{
		display: flex;
		align-items: center;
		position: relative;
	}

	.logo-wrap{
		margin: 0 10px 0 0;
	}

	.logo-wrap a{
		display: block;
	}

	.logo-wrap .imgp-wrap{
		border-radius: 50%;
		width: 150px;
		padding-top: 150px
	}

	.logo-text h1{
		margin: 0;

	}

	.logo-text h1 a{
		color: #2E3A97;
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 900;
	}

	.logo-text small{
		font-size: 20px;
		color: #B31F24;
		text-transform: capitalize;

	}

	.h-add{
		display: flex;
		align-items: center;

	}

	.h-add .icon-wrap{
		margin: 0 10px 0 0;
	}

	.h-add .icon-wrap i{
		width: 50px;
		height: 50px;
		line-height: 48px;
		border-radius: 50%;
		background: #f7f7f7;
		text-align: center;
		border: 1px solid #e0e0e0;
		color: #B31F24;
	}

	.phone-wrap{
		display: flex;
		align-items: center;
	}

	.phone-wrap .icon-wrap{
		margin: 0 10px 0 0;
	}

	.phone-wrap i{
		width: 50px;
		height: 50px;
		line-height: 48px;
		border-radius: 50%;
		background: #f7f7f7;
		text-align: center;
		border: 1px solid #e0e0e0;
		color: #B31F24;
	}

	.phone-list a{
		display: block;
		font-weight: 500;
		color: #fff;
	}

	.head-addres{
		display: flex;
		align-items: center;
		justify-content: space-around;
	} 

	.h-add strong{
		display: block;
		font-size: 18px;
		line-height: 26px;
		font-weight: 500;
		color: #fff;
	}

	.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: 50%;
		background: #02AFEF;
	}

	.social-bar li a i:hover{
		background: #2E3A97;
	}

	.logo-bar{
		padding: 10px 0;
		position: relative;
	}

	.logo-wrap{
		margin: 0 0 10px 0;
		border-radius: 5px;
	}

	.logo-wrap img{
		max-width: 115px
	}

	.h-wrap{
		list-style: none;
		padding: 0 10px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.h-wrap small{
		display: block;
		font-size: 14px;
		line-height: 14px;
		color: #fff;
		text-transform: capitalize;
	}

	.h-wrap i{
		color: #FFCD05;
		font-size: 26px;
		margin: 0 5px 0 0;
	}

	.h-wrap a{
		color: #fff;
		font-size: 18px;
		line-height: 26px;
		font-weight: 600;
	}

	.h-wrap a:hover{
		color: #FFCD05;
	}

	.h-contact{
		display: flex;
		justify-content: space-between;
		margin: 0;
	}

	.social-bar{
		list-style: none;
		padding: 0;
		text-align: right;
		margin: 0;
	}


	/*nav bar*/

	.nav-sec{
		background: #02AFEF;
		position: relative;
	}

	.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: 0 20px;
		color: #fff;
		font-weight: 500;
		text-transform: capitalize;
		transition: 0.4s;
		font-size: 17px;
		position: relative;
		display: block;
		margin: 0 0px;
		line-height: 45px;
	}

	.nav-sec .main-navigation .menu-item.active a, .nav-sec .main-navigation .menu-item a:hover  {
		color: #fff;
		background: #B31F24;
	}

	.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: #2E3A97;
		border-radius: 0;
		padding: 0;
		width: 310px;
	}

	.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: #B31F24;
		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-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: 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;
		font-weight: 400;
	}

	.s-caption small{
		font-size: 20px;
		color: #B31F24;
		text-transform: capitalize;
	}

	.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(179,31,36,0.7);
		height: 50px;
		width: 50px;
		z-index: 1;
		margin: 0;
		border-radius: 50%;
		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;
		font-family: "Poppins", sans-serif;
		border-radius: 5px 30px 30px 30px;
		-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: #02AFEF;
	}

	.btn-wrap a:hover{
		background: #B31F24;
	}

	.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: 50px 0;
	}

	.wel-head small{
		text-transform: uppercase;
		font-size: 20px;
		letter-spacing: 2px;
		font-weight: 500;
		color: #B31F24; 
	}

	.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: capitalize;
		font-size: 40px;
		color: #2E3A97;
	}

	.headings p{
		font-size: 18px;
		text-transform: uppercase;
		color: #02AFEF;
		letter-spacing: 1px;
		margin: 0 0 5px 0;
	}

	.headings p span{
		color: #B31F24;
		font-size: 20px;
		margin: 0 5px 0 0;
	}

	.headings{
		text-align: center;
		margin: 0 0 50px 0;
		position: relative;
	}

	/*plumbing services*/

	.plumbing{
		padding: 50px 0;
	}

	.pserv-dtl{
		padding: 25px 10px 20px 20px;
		background: #f5f8fe;
		margin-right: 72px;
		margin-top: -42px;
		border-radius: 0 0 30px 5px;
		position: relative;
		z-index: 1;
		transition: .5s;
	}

	.pserv-dtl a{
		font-size: 18px;
		text-transform: capitalize;
	}

	.pserv-dtl a:hover{
		color: #2E3A97;
	}

	.plumb-card{
		margin: 0 0 30px 0;
	}

	.plumb-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;
	}

	.plumb-card:hover .icon-wrap{
		background-color: #B31F24;
	}

	.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: #B31F24;
		position: relative;
		transition: 0.4s ease-in-out;
		left: 0;
	}

	.v-more a:hover i{
		left: 5px;
	}

	/*furnace service*/

	.furnace{
		padding: 50px 0;
		background: #F7F7F7;
		text-align: center;
	}

	.furnace-card .img-wrap figure{
		width: 150px;
		padding-top: 150px;
		border-radius: 50%;
		overflow: hidden;
	}

	.furnace-card .img-wrap{
		display: inline-block;
		border: 20px solid rgba(46, 58, 151, 0.2);
		border-radius: 50%;
		margin: 15px auto -176px auto;
		position: relative;
		z-index: 9;
		transition: 0.4s ease-in-out;
	}

	.furnace-card:hover .img-wrap{
		border: 20px solid rgba(179, 31, 36, 0.2);
	}

	.furnace-dtl{
		-webkit-filter: drop-shadow(0px 0px 14px rgba(175, 175, 175, 0.08));
		filter: drop-shadow(0px 0px 14px rgba(175, 175, 175, 0.08));
		padding: 50px 15px 40px 15px;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		position: relative;
		z-index: 2;
		overflow-x: clip;
	}

	.furnace-dtl:before {
		content: "";
		position: absolute;
		left: 0;
		top: -100px;
		bottom: 0;
		right: 0;
		background-color: #fff;
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
		z-index: -2;
		-webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
	}

	.furnace-dtl a{
		text-transform: capitalize;
		color: #2E3A97;
		font-size: 20px;
	}

	.furnace-dtl a:hover{
		color: #B31F24;
	}

	.furnace-dtl .shape1 {
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: rgba(46, 58, 151, 0.7);
		z-index: 0;
		width: 138px;
		height: 158px;
		opacity: 0;
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
		z-index: 0;
		-webkit-transform: rotate(36.66deg);
		transform: rotate(36.66deg);
		opacity: 0.15;
		left: -100px;
	}


	/*heat & gas section*/

	.heat{
		padding: 50px 0;
		position: relative;
		background-image: url(../images/heat-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
	}

	.heat:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(255,255,255,0.6)
	}

	.heat .container{
		position: relative;
	}

	.heat-card{
		background: rgba(255,255,255,0.5);
		margin: 0 0 30px 0;
		-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	}

	.heat-dtl{
		padding: 20px 10px;
		display: flex;
		justify-content: space-between
	}

	.heat-dtl a{
		font-size: 18px;
		text-transform: capitalize;
	}

	.heat-dtl a i{
		font-size: 14px;
		width: 30px;
		height: 30px;
		border: 1px solid #eee;
		text-align: center;
		line-height: 28px;
		transition: 0.4s ease-in-out;
	}

	.heat-dtl a i:hover{
		border-color: #B31F24;
	}


	/*air condition section*/

	.aircondition{
		padding: 50px 0;
	}

	.air-card{
		text-align: center;
	}

	.air-card .img-wrap{
		margin: 0 auto 20px auto;
		display: inline-block;
		padding: 30px;
	}

	.air-card .img-wrap figure{
		width: 200px;
		padding-top: 200px;
		border-radius: 50%;
		overflow: hidden;
		margin: 0 auto;
	}

	.air-card .img-wrap .icon-wrap i{
		width: 50px;
		height: 50px;
		background: #B31F24;
		text-align: center;
		line-height: 50px;
		color: #fff;
		border-radius: 50%;
	}

	.air-card .img-wrap .icon-wrap{
		position: absolute;
		left: 60px;
		bottom: 20px;
	}

	.air-card .img-wrap:before{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 50%;
		content: "";
		border: 2px solid #ecf0f4;
		border-radius: 200px 200px 0 0;
		border-bottom: 0;
		-webkit-transition: all 700ms ease;
		transition: all 700ms ease;
		-webkit-clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
		clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
	}

	.air-card:hover .img-wrap:before{
		border-color: #2E3A97;
	}

	.air-dtl a{
		text-transform: capitalize;
		font-size: 20px;
		font-weight: 500; 
	}


	/*why choose us*/

	.why-us{
		padding: 130px 0;
		background-image: url(../images/figure-tools.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		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: 2px solid #B31F24;
	}

	.why-us .img-wrap img{
		position: relative
	}

	.why-card{
		padding: 30px;
		background: #fff;
		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:after {
		content: "";
		height: 100%;
		width: 30%;
		background-color: #ffffff;
		position: absolute;
		top: 0;
		left: 100%;
	}

	.why-card h4{
		font-size: 40px;
		color: #2E3A97;
		text-transform: capitalize;
	}

	.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: "\f203";
		font-family: 'Material Symbols Outlined';
		color: #B31F24;
		margin: 0 5px 0 0;
		position: absolute;
		left: 0;
	}

	/*video section*/

	.vid-sec{
	    padding: 50px 0;
	    position: relative;
	    background-image: url(../images/testi-bg.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-attachment: fixed;
	}

	.vid-sec:before{
	    content: "";
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    background: rgba(255,255,255,0.8);

	}

	.vid-dtl{
	    padding: 25px 10px 20px 20px;
	    background: #f5f8fe;
	    margin-right: 52px;
	    margin-top: -42px;
	    border-radius: 0 0 30px 5px;
	    position: relative;
	    z-index: 1;
	    transition: .5s;
	}

	.vid-sec .container{
	    position: relative;
	}

	.vid-card{
	    margin: 0 0 30px 0;
	}

	/*highlights*/

	.highlight{
		padding: 70px 0;
		background-image: url(../images/high-bg1.jpg);
		background-repeat: repeat;
		position: relative;
		background-size: cover;
		background-position: center;
	}

	.highlight .headings{
		margin: 0 0 80px 0;
	}

	.highlight .container{
		position: relative;
	}

	.exprt-card{
		position: relative;
		border: 1px solid #eaeaea;
		padding: 60px 20px 20px 20px;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		text-align: center;
		border-radius: 20px;
		min-height: 150px;
	}

	.exprt-card .icon-box {
		position: absolute;
		top: -35px;
		right: 30px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		color: #ffffff;
		font-size: 40px;
		/* margin-top: -16px; */
		text-align: center;
		background-color: #B31F24;
		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: 0 50px 50px 50px;
	}

	.exprt-card h4 a {
		position: relative;
		color: #111111;
		font-size: 22px;
		font-weight: 700;
		text-transform: capitalize;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		-moz-transition: all 500ms ease;

	}

	.exprt-card h4 a:hover{
		color: #2E3A97;
	}

	.exprt-card:hover .icon-box{
		background-color: #2E3A97;
	}

	.exprt-card:hover .icon-box:after{
		border-top: 30px solid #2E3A97;
	}

	.exprt-card:hover .icon-box:before{
		border-bottom: 30px solid #2E3A97;
	}

	.exprt-card:hover{
		border-color: #2E3A97;
	}

	.exprt-card .icon-box span{
		font-size: 30px;
	}

	/*associations and partners*/

	.partners{
		overflow: hidden;
		padding: 50px 0;
	}

	.partner-body{
		padding: 50px 30px 50px 0;
		background: #2E3A97;
		position: relative;
		border-radius: 0 100px 100px 0
	}

	.partner-body:before{
		content: "";
		position: absolute;
		right: 100%;
		top: 0;
		bottom: 0;
		left: -999999px;
		background: #2E3A97; 
	}

	.partner-body .headings{
		text-align: left;
		margin: 0 0 20px 0;
	}

	.partner-body .headings h2{
		color: #fff;
	}

	.asso-card{
		margin: 5px;
	}

	.asso-card .imgp-wrap{
		background: transparent;
	}


	/*testimonials*/

	.testimonials{
		padding: 80px 0;
		position: relative;
		background-image: url(../images/testi-bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-attachment: fixed;
		position: relative;

	}

	.testimonials:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(46,58,151,0.6);
	}

	.testimonials .container{
		position: relative; 
	}

	.testimonials .headings h2{
		color: #fff;
	}

	.testimonials .headings p{
		color: #eee;
	}

	.testi-card{
		padding: 60px 60px 40px 60px;
		position: relative;
		margin: 15px;
		border-radius: 10px;
		border: 2px solid rgba(255, 255, 255, 0.10);
	}

	.testi-card:before{
		content: "";
		background-image: url(../images/quote_1.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		width: 60px;
		height: 60px;
		opacity: 0.5;
		right: 50px;
		top: 52px;
		color: #FFCD05;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	.testi-card:after {
		content: "";
		height: 4px;
		width: 64%;
		background-color: #B31F24;
		position: absolute;
		bottom: -1px;
		right: -1px;
		-webkit-clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0% 100%);
		z-index: 2;
	}


	.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: #eee;
		margin: 0 0 3px 0;
		font-style: italic;
	}

	.testi-dtl strong{
		color: #fff;
		font-style: italic;
	}

	.testi-dtl .ratings i{
		color: #ecad0e;
	}

	.testi-card q{
		font-size: 16px;
		color: rgba(255, 255, 255, 0.70);
		margin: 0 0 20px 0;
		display: block;
		line-height: 26px;
	}

	.testi-card{
		display: flex;
	}

	.testi-card .img-wrap{
		margin: 0 0 20px 0;
	}

	.testi-card .img-wrap figure{
		width: 100px;
		padding-top: 100px;
	}

	.stars{
		text-align: center;
		padding: 10px 0 0 0;
	}

	.stars i{
		color: #B31F24
	}

	.testimonials .v-more{
		border-top: none;
	}

	.testimonials .v-more a{
		color: #fff;
	}



	/*footer*/

	footer{
		background-color: #2E3A97;
	}

	.f-logo{
		padding: 10px;
		text-align: center;
		margin: 0 0 15px 0;
	}

	.f-logo .logo-wrap{
		max-width: 200px;
		background: #eee;
		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: 80px;
		background-color: transparent;
		background-image: -webkit-gradient(linear, left top, right top, from(#B31F24), to(transparent));
		background-image: linear-gradient(to right, #B31F24, transparent);
	}

	.fc-card{
		background: #fff;
		text-align: center;
		padding: 50px 20px 30px 20px;
		border-radius: 10px;
		margin: -50px 0 50px 0;
		position: relative;
	}

	.fc-card .icon-wrap{
		position: absolute;
		position: absolute;
		font-size: 80px;
		left: 50%;
		transform: translatex(-50%);
		color: #B31F24;
		top: -25px;
		height: 50px;
		width: 50px;
	}

	.fc-card .icon-wrap span{
		position: absolute;
		font-size: 80px;
		left: 50%;
		transform: translatex(-50%);
		color: #B31F24;
		display: none
	}

	.fc-card .icon-wrap:before{
		content: "\f163";
		font-family: 'Material Symbols Outlined';
		color: #B31F24;
		position: absolute;
		left: 50%;
		top: 50%;
		transition: 0.5s ease-in-out;
		transform: translate(-50%, -50%);
	}

	.fc-card .icon-wrap i{
		font-size: 20px;
		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: #2E3A97;
		text-transform: capitalize;
	}

	.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: "\f826";
		font-family: 'Material Symbols Outlined';
		color: #02AFEF;
		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: #02AFEF;
	}

	.foot-list li:hover:before{
		left: 10px;
		color: #B31F24;
	}

	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: #FFCD05;
		margin: 0 5px 0 0;
	}

	.foot-contact li a:hover{
		color: #02AFEF;
	}

	.copy-r{
		background: rgb(179,31,36);
		background: linear-gradient(90deg, rgba(179,31,36,1) 0%, rgba(2,175,239,1) 100%);
		text-align: center;
		margin-top: 50px;
		position: relative;
	}

	.copy-contn{
		display: flex;
		justify-content: space-between;
		text-transform: capitalize;
		padding: 20px 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: #647681;
		height: 40px;
		line-height: 40px;
		width: 40px;
		text-align: center;
		border-radius: 5px;
		transition: 0.4s ease-in-out;
		border-radius: 5px;
	}


	/*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;
	}

	/*mission page*/

	.misn .exprt-card{
		margin: 0 0 50px 0;
	}


	/*career page*/

	.career-wrap{
		padding: 50px 0;
	}

	.faq-body{
		padding: 50px 0;
		background-image: url(../images/serv-bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-attachment: fixed;
		position: relative;
	}

	.faq-body .container{
		position: relative;
	}

	.faq-body .mb-0 > a {
		display: block;
		position: relative;
		font-size: 18px;
		color: #2d2d2d;
	}

	.faq-body .mb-0 > a:after {
		content: "\f067";
		font-family: "Font Awesome 5 Free";
		position: absolute;
		right: 0;
		font-weight: 600;
		color: #Fff;
	}

	.faq-body .card-header{
		background: #FFCD05;
		border:none;
		border-bottom: 1px solid #fff;
		padding: 15px;
		color: #fff;
		margin: 0 0 20px 0;
	}

	.faq-body .mb-0 > a[aria-expanded="true"]:after {
		content: "\f068";
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
	}

	.faq-body .card-body{
		color: #7e7e7e;
		font-size: 18px;
		line-height: 26px;
	}

	.faq-body  .card{
		border: none;
	}

	#career-form .r-form:before{
		display: none;
	}

	#career-form .r-form{
		background: none;
		padding: 10px 0;
	}

	.r-form form .form-control{
		margin: 0 0 20px 0;
		height: 50px;
		border-color: #FFCD05;
		line-height: 50px;
		padding: 0 10px;
	}

	.r-form form .btn{
		background: #FFCD05;
		color: #fff;
		transition: 0.4s ease-in-out;
		border-radius: 5px;
	}

	.r-form form .btn:hover{
		background: #647681;
	}

	/*team page*/

	.team-dir{
		padding: 50px 0;
	}

	.team-card{
		background: var(--white-color);
		-webkit-box-shadow: 0px 10px 15px rgba(1, 19, 60, 0.08);
		-moz-box-shadow: 0px 10px 15px rgba(1, 19, 60, 0.08);
		box-shadow: 0px 10px 15px rgba(1, 19, 60, 0.08);
		margin: 10px;
	}

	.team-card .img-wrap{
		margin: 0 0 10px 0;
	}

	.team-card .img-wrap figure{
		padding-top: 100%;
	}

	.team-card .name-wrap{
		text-align: center;
		display: block;
	}

	.team-card .name-wrap strong{
		font-size: 20px;
		text-transform: capitalize;
	}

	.team-dtl{
		text-align: center;
	}

	.team-post{
		color: #FFCD05;
		margin: 0 0 10px 0;
	}

	.t-phone{
		text-align: center;
		display: flex;
		justify-content: center;
		border-top: 1px dashed #eee;
		padding: 10px 0;
		margin: 0 0 10px 0;
	}

	.t-phone strong{
		display: block;
		margin: 0 10px;
		font-size: 18px;
		color: #2d2d2d;
		font-weight: 400;
	}

	.t-social{
		list-style: none;
		padding: 0;
		text-align: center;
		padding: 10px 0;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.t-social li{
		display: block;
		margin: 5px 0;
	}

	.t-social li a{
		width: 35px;
		height: 35px; 
		line-height: 35px;
		background: rgba(255,205,5,0.5);
		display: inline-block;
		text-align: center;
		color: #fff;
	}

	.t-social li a:hover{
		background: #FFCD05;
	}

	.team-contact{
		padding: 0 20px;
		color: #2d2d2d;
	}

	.t-phone i{
		margin: 0 5px 0 0;
		font-size: 16px;
		color: #FFCD05;
	}


	/*service single page*/

	.about{
		padding: 50px 0;
	}

	.abt-contn h3{
		text-transform: capitalize;
		background: rgb(46,58,151);
		background: linear-gradient(90deg, rgba(46,58,151,1) 0%, rgba(2,175,239,1) 100%);
		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: 16px;
	}

	.abt-contn ul li:before{
		content: "\f87b";
		font-family: 'Material Symbols Outlined';
		color: #B31F24;
		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 #02AFEF;
		width: 40px;
		height: 40px;
		line-height: 34px;
		text-align: center;
		flex-shrink: 0;
		border-radius: 0 20px 20px 20px;
		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(179,31,36,0.6);
		position: relative;
		border-radius: 20px;
	}

	.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;
		font-family: "Poppins", sans-serif;
		border-radius: 5px 30px 30px 30px;
		-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: #02AFEF;
	}

	.pckg-form .btn:hover {
		background: #B31F24;
	}

	.form-control:focus{
		box-shadow: 0 0 0 0.25rem rgba(255,241,0,.25)
	}

	/*gallery*/

	.gallery{
		padding: 50px 0;
		background-image: url(../images/slider-img2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		position: relative;
	}

	.gallery:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: rgba(0,0,0,0.7);
	}

	.gallery .headings h2 {
		color: #fff;
	}

	.gallery-wrap{
		padding: 50px 0;
	}

	.pictures-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 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: 50%;
	}

	.pic-title{
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 20px;
		z-index: 2;
		background: rgba(179,31,36,0.5);
		padding: 10px 20px 10px 10px;
		color: #fff;
		text-align: center;
		text-transform: capitalize;
		border-radius: 0 20px 20px 20px;
	}


	.pgnation .pagination{
		justify-content: center;
	}

	.pgnation .page-link{
		margin: 5px;
		border-color: #B31F24;
		color: #2d2d2d;
	}

	.pgnation .page-item.active .page-link{
		background: #B31F24;
	}


	/*blog page*/

	.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: #2E3A97;
	}

	.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: #B31F24;
		margin: 0 5px 0 0;
	}

	.read-m{
		display: inline-block;
		color: #1B2B69;
	}

	/*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: #B31F24;
	}

	.form-wrap {
		position: relative;
	}


