@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100);
@import url(https://fonts.googleapis.com/css?family=Lora:400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* ==================
 *
 *google fonts 
 *
 *===================*/

/* ==================
 *
 *var section 
 *
 *===================*/
 /*****  font size  ******/
 /*****  Colors  ******/
/* ==================
 *
 *	Reset Class Css
 *
 *===================*/
 html, body {
 	max-width: 100%;
 	overflow-x: hidden;
 }

 .icty {
 	font-size: 18px;
 	color: #f8ca11;
 	line-height: .8;
 	width: 42px;
 	height: 42px;
 	border: none;
 	left: 0;
 	top: 5px;
 	-webkit-border-radius: 50%;
 	-webkit-background-clip: padding-box;
 	-moz-border-radius: 50%;
 	-moz-background-clip: padding;
 	border-radius: 50%;
 	background-clip: padding-box;
 	text-align: center;
 	padding: 13px 10px;
 	background:#fff;
 }

 .icty11 {
 	font-size: 18px;
 	color: #f8ca11;
 	line-height: .8;
 	width: 42px;
 	height: 42px;
 	border: 1px solid#001e12;
 	left: 0;
 	top: 15px;
 	-webkit-border-radius: 50%;
 	-webkit-background-clip: padding-box;
 	-moz-border-radius: 50%;
 	-moz-background-clip: padding;
 	border-radius: 50%;
 	background-clip: padding-box;
 	text-align: center;
 	padding: 13px 10px;
 	background:#fff;
 }

 .ictyy {
 	background:#f5f5f5;
 	font-size: 14px;
 	color: #f8ca11;
 	line-height: .8;
 	width: 40px;
 	height:  40px;
 	border: 1px solid #001e12;
 	left: 0;
 	top: 5px;
 	-webkit-border-radius: 50%;
 	-webkit-background-clip: padding-box;
 	-moz-border-radius: 50%;
 	-moz-background-clip: padding;
 	border-radius: 50%;
 	background-clip: padding-box;
 	text-align: center;
 	padding: 13px 10px;
 }

 .ictyy:hover {
 	background:#f8ca11;
 	color: #fff;
 	border:none;
 }


 .ict
 {
 	background:#f5f5f5;
 	font-size: 14px;
 	color: #343434;
 	line-height: .8;
 	width: 40px;
 	height:  40px;
 	border: none;
 	left: 0;
 	top: 5px;
 	-webkit-border-radius: 50%;
 	-webkit-background-clip: padding-box;
 	-moz-border-radius: 50%;
 	-moz-background-clip: padding;
 	border-radius: 50%;
 	background-clip: padding-box;
 	text-align: center;
 	padding: 13px 10px;
 }
 .ict:hover{
 	background:#f8ca11;
 	color: #fff;
 }

 .bannertop {
 	position: absolute;
 	top: 4%;
 	left: 8%;
 }

 .bannertop1 {
 	position: absolute;
 	top: 5%;
 	left: 10%;
 }

 @media screen and (max-width:767px) {
 	.bannertop {
 		top: 15%!important;
 		left: 0%;
 	}
 	.head h2 {
 		font-size: 14px!important;
 		margin-top:-5px!important;
 	}

 }

 .head h2 {
 	color: #fff;
 	font-size: 40px;
 	position: relative;
 	z-index: 10;
 	text-transform: uppercase;
 	font-weight: 800;
 	line-height: 1.2;
 	margin: 0;
 	margin-top: 20px;
 }

 .head1 {
 	position: absolute;
 	top: 42%;
 	left: 8%;
 }

 @media only screen and (max-width: 767px) {
 	.head1 h2 {
 		font-size: 24px!important;
 	}

 	.head1 {
 		left: 0%!important;
 	}
 }

 .head1 h2 {
 	color: #fff;
 	font-size: 40px;
 	position: relative;
 	z-index: 10;
 	text-transform: uppercase;
 	font-weight: 800;
 	line-height: 1.2;
 	margin: 0;
 }

 .head p {
 	color: #fff;
 	font-size: 16px;
 	line-height: 1.875;
 	width: 75%;
 }


 .custom-icon
 {
 	cursor: pointer;
 	width: 150px;
 	height: 150px;
 	color: #fff;
 	font-size: 40px;
 	border-radius: 25vw;
 	overflow: hidden;
 	background-size: cover;
 	border: 6px solid #fff;
 	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.86);
 	opacity: 1;
 	transition: background 0.5s, color 1s, opacity 0.5s, border 0.5s;
 	padding-top: 30px;
 	font-size:80px;
 	color: #000;
 	background: #000;
 }
 .custom-icon:hover 
 {
 	opacity: 1;
 	border-color: #f8ca11;
 }

 .trans
 {
 	margin-top: 7px;
 	border-radius: 25px;
 	margin: 7 10px;
 	padding: 5px 12px;
 	font-size: 16px;
 	transition: 0.3s;
 	border-radius: 25px;
 }
 body {
 	line-height: 24px;
 	font-size: 16px;
 	color: #f8ca11;
 	font-weight: 400;
 	color: #444;
 	font-family: 'Roboto', sans-serif;
 }

 h1 {
 	font-size: 48px;
 }
 h2 {
 	font-size: 30px;
 }
 h3 {
 	font-size: 18px;
 }
 h4 {
 	font-size: 16px;
 }
 p {
 	margin: 0px;
 }
 h1,h2,h3,h4,h5,h6,p {
 	font-family: 'Roboto', sans-serif;
 	margin: 0px;
 }
 ul {
 	padding: 0;
 	margin: 0;
 	list-style: none;
 }
 a,
 a:active,
 a:focus,
 a:active {
 	text-decoration: none !important;
 }
/* ==================
 *
 *  Global Class 
 *
 *===================*/
 .btn {
 	font-size: 15px;
 	text-transform: uppercase;
 	font-weight: 300;
 	padding: 8px 21px;
 	border-radius: 0;
 	background: #f8ca11;
 	color: #fff!important;
 }
 .nav > li > a:hover,
 .nav > li > a:focus {
 	background: transparent;
 }
 .title {
 	text-align: center;
 }
 .title h2 {
 	color: #333;
 	font-size: 25px;
 	padding-bottom: 25px;
 	text-transform: uppercase;
 	display: inline-block;
 	position: relative;
 }

 .title h2:before {
 	content: '';
 	width: 40px;
 	height: 2px;
 	background: #f8ca11;
 	position: absolute;
 	top: 12px;
 	left: -60px;
 }
 .title h2:after {
 	content: '';
 	width: 40px;
 	height: 2px;
 	background: #f8ca11;
 	position: absolute;
 	top: 12px;
 	right: -60px;
 }
 .title p {
 	font-size: 16px;
 	line-height: 24px;
 	font-weight: 300;
 	color: #817C7C;
 }
 #mixed-items .mix {
 	display: none;
 }
/* animation keyfrem */
@-webkit-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}
@-moz-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}
@-o-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}
@keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}
/* ==================
 *
 *  section Class 
 *
 *===================*/
 /* header style */
 header {
 	background: #000;
 }
 header .navbar {
 	height: auto;
 	margin-bottom: 0;
 }

 @media screen and (max-width:767px) {
 	.navbar-fixed-top {
 		position: relative;
 	}
 }


 .is-sticky #navigation {
 	background: #fff;
 	z-index: 1000;
 	transition: 0.3s;
 	width: 100%;
 	padding: 0;
 }
 .navbar-brand {
 	padding: 4px 15px!important;
 	height: auto;
 }
 .navbar-toggle {
 	transition: 0.3s;
 	background: #f8ca11;
 	margin-bottom: 3px!important;
 	float: left !important;
 	margin-top: 2px!important;
 	margin-left: 10px;
 }
 .navbar-toggle .icon-bar {
 	background: #fff;
 	transition: 0.3s;
 }

 .menu a {
 	color: #fff;
 	transition: 0.3s;
 	position: relative;
 	font-size: 16px;
 	font-weight: 500;
 }
 .menu a:before {
 	content: "";
 	position: absolute;
 	left: 16px;
 	bottom: 12px;
 	width: 0;
 	height: 1px;
 	background: #f8ca11;
 	transition: 0.3s;
 }
 .menu a:hover {
 	background: transparent;
 	color: #f8ca11;
 	font-weight: 500;
 }

 .menu .active a {
 	color: #f8ca11;
 	font-weight: 500;
 }

 .menu .active a:before{
 	width: 25px;
 }

 .menu a:hover:before {
 	width: 25px;
 }
/* =================
   Home page style
   ================= */
   #banner {
   	background: url('../img/banner11.jpg');
   	background-size: cover;
   	padding: 250px 0;
   	position: relative;
   }

   @media screen and (max-width:767px) {
   	#banner {
   		padding: 20px 0!important;
   	}
   	#features {
   		padding: 30px 0 50px 0!important;
   	}
   	
   }
   
   #banner:before {
   	position: absolute;
   	z-index: 99;
   	background: rgba(0, 0, 0, 0.1);
   	top: 0;
   	left: 0;
   	right: 0;
   	bottom: 0;
   	content: '';
   }
   #banner .block {
   	position: relative;
   	z-index: 999;
   	color: #fff;
   }
   #banner .block h1 {
   	padding-bottom: 25px;
   	font-size: 55px;
   	font-weight: 100;
   	color: #f8ca11;
   }
   #banner .block h2 {
   	font-size: 18px;
   	line-height: 30px;
   	font-weight: 300;
   }
   #banner .block .btn-learn {
   	border: 1px solid #fff;
   	color: #fff;
   	border-radius: 25px;
   	margin: 0 7px;
   	padding: 10px 22px;
   	font-size: 14px;
   	transition: 0.3s;
   }
   #banner .block .btn-learn:hover {
   	border-color: #f8ca11;
   	color: #f8ca11;
   }
   #banner .block .buttons {
   	margin-top: 40px;
   }
   #banner .block .buttons a:first-child {
   	margin-left: 0;
   }
   #banner .scrolldown {
   	position: absolute;
   	left: 50%;
   	bottom: 18%;
   }
   #banner .scrolldown .scroll {
   	border-radius: 100px;
   	width: 25px;
   	height: 45px;
   	position: absolute;
   	left: 50%;
   	margin: 0 0 0 -15px;
   	display: inline-block;
   	border: 2px solid #001e12;
   	z-index: 99;
   	background-color: #f8ca11;
   }
   #banner .scrolldown .scroll:after {
   	background: #fff;
   	border-radius: 300px;
   	width: 4px;
   	height: 9px;
   	position: absolute;
   	top: 10px;
   	left: 50%;
   	margin: 0 0 0 -2px;
   	display: block;
   	content: " ";
   	-webkit-animation: wiggle 0.5s linear 0s infinite alternate;
   	-moz-animation: wiggle 0.5s linear 0s infinite alternate;
   	-o-animation: wiggle 0.5s linear 0s infinite alternate;
   	animation: wiggle 0.5s linear 0s infinite alternate;
   }
   #features {
   	padding: 70px 0 50px 0;
   }
   #features .feature-block {
   	padding-bottom: 35px;
   }
   #features .feature-block .icon-box {
   	margin-bottom: 24px;
   }
   #features .feature-block .icon-box i {
   	display: inline-block;
   	line-height: 1;
   	font-size: 60px;
   	transition: 0.3s;
   	color: #f8ca11;
   }
   #features .feature-block h4 {
   	font-size: 20px;
   	color: #333;
   	position: relative;
   	text-transform: none;
   	margin-bottom: 10px;
   	font-weight: 400;
   }
   #features .feature-block p {
   	font-size: 15px;
   	color: #888;
   	line-height: 24px;
   	font-weight: 300;
   	margin-top: 20px;

   }
   #features .showcase-img {
   	margin-top: 40px;
   }
   #counter {
/*   	background: url(../img/callUs.jpg) no-repeat;*/
background-size: cover;
background-position: center;
position: relative;
text-align: center;
padding: 55px 0;
background-attachment: fixed;

}
#counter:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #142339;
}
#counter .title {
	position: relative;
}
#counter .title h2 ,#counter .title p {
	color: #fff;
}
#counter .block {
	margin-bottom: 20px;
}
#counter .block i {
	display: block;
	font-size: 40px;
	line-height: 1;
	padding-bottom: 20px;
	color: #f8ca11;
}
#counter .block span {
	line-height: 1;
	display: inline-block;
	color: #fff;
}
#counter .block .count-text {
	font-size: 36px;
}
#counter .block p {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	padding-top: 10px;
}
#portfolio {
	padding: 50px 0;
}
#portfolio .block .recent-work-mixMenu {
	padding-bottom: 40px;
	text-align: center;
}
#portfolio .block .recent-work-mixMenu ul li {
	display: inline-block;
	padding: 0;
}
#portfolio .block .recent-work-mixMenu ul li button {
	background: none;
	border: 0;
	font-size: 15px;
	color: #474747;
	margin: 0 20px;
	transition: 0.2s;
	text-transform: uppercase;
}
#portfolio .block .recent-work-mixMenu ul li button:hover {
	color: #f8ca11;
}
#portfolio .block .recent-work-mixMenu ul li button:focus {
	outline: 0;
}
#portfolio .block .recent-work-mixMenu ul li .active {
	color: #f8ca11;
}
#portfolio .block .recent-work-pic ul li {
	margin-bottom: 30px;
	position: relative;
}
#portfolio .block .recent-work-pic ul li:hover .overlay {
	opacity: 1;
}
#portfolio .block .recent-work-pic ul li:hover .overlay i {
	top: 40%;
	opacity: 1;
}
#portfolio .block .recent-work-pic ul li:hover .overlay h3 {
	bottom: 50%;
	opacity: 1;
}
#portfolio .block .recent-work-pic ul li .overlay {
	position: absolute;
	top: 23px;
	left: 38px;
	bottom: 23px;
	right: 38px;
	background: rgb(4, 51, 107, 0.8);
	transition: 0.3s;
	text-align: center;
	opacity: 0;
}
#portfolio .block .recent-work-pic ul li .overlay h3,
#portfolio .block .recent-work-pic ul li .overlay i {
	color: #fff;

}
#portfolio .block .recent-work-pic ul li .overlay h3 {
	bottom: 30%;
	left: 50%;
	opacity: 0;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
	transition: 0.3s;
	position: absolute;
	transition-delay: 0.1s;
	transform: translateX(-50%);
}
#portfolio .block .recent-work-pic ul li .overlay i {
	top: 30%;
	opacity: 0;
	left: 50%;
	font-size: 50px;
	transition: 0.3s;
	transition-delay: 0s;
	position: absolute;
	transform: translate(-50%, 50%);
}
#portfolio .block .recent-work-pic ul li .overlay .overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#callUs {
	background: url(https://ezwebdemodesign.com/absolutemovingwp/wp-content/uploads/2024/08/callUs.jpg) no-repeat 0 0;
	background-size: contain;
}

.make-callUs {
	max-width: 100%;
	margin: 0 auto;
	background-color: rgb(0, 30, 18, 1);
	padding: 55px;
	position: relative;
	z-index: 1;
}

.make-callUs:before {
	content: '';
	position: absolute;
	border: 1px solid #f8ca11;
	padding: 10px;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	z-index: -1;
}

.make-callUs1 {
	color: #ffffff;
	font-size: 37px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 50px;
}

.make-callUs p {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

#play-video {
	background: url(https://ezwebdemodesign.com/absolutemovingwp/wp-content/uploads/2024/08/para23.jpg) no-repeat 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 80px!important;
	padding-top: 70px;
	position: relative;
}
#play-video:before {
	background-color: rgba(255, 255, 255, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#play-video .block {
	text-align: center;
}
#play-video .block h2 {
	color: #fff;
	padding-bottom: 5px;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}
#play-video .block p {
	text-align: center;
	color: #dfdfdf;
	padding-bottom: 30px;
	font-family: 'Lora', serif;
	font-size: 15px;
	line-height: 22px;
	margin-top: 10px;
}
#play-video .block .button {
	position: relative;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: #f8ca11;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-radius: 4px;
	transition: all 300ms linear;
	font-size: 30px;
	margin-top: 10px;
}
#play-video .block .button:hover {
	color: #424242;
	border-color: red;
}
#html5-watermark {
	display: none !important;
}
#testimonial {
	padding: 77px 0;
}
#testimonial .col {
	position: relative;
	padding: 47px 60px;
	overflow: hidden;
}
#testimonial .col-md-6 {
	border: solid #dedede;
	border-width: 0 1px 1px 0;
	padding-bottom: 42px;
}
#testimonial .col-md-6:nth-child(3n) {
	border-right: 0;
}
#testimonial .col-md-6:nth-child(5n) {
	border-right: 0;
	border-bottom: 0;
}
#testimonial .col-md-6:nth-child(4n) {
	border-bottom: 0;
}
#testimonial .media .media-left {
	padding-right: 20px;
}
#testimonial .media .media-left a {
	position: relative;
	display: block;
}
#testimonial .media .media-left a:before {
	content: "\f347";
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	font-family: "Ionicons";
	background: #f8ca11;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding-top: 2px;
}
#testimonial .media .media-body {
	padding-top: 5px;
}
#testimonial .media .media-body h4 {
	color: #444;
	text-transform: uppercase;
	margin-bottom: 12px;
}
#testimonial .media .media-body p {
	font-size: 14px;
	font-family: 'Lora', serif;
	font-style: italic;
	color: #787878;
}
#team {
	padding: 50px 0 55px;
}
#team .block {
	position: relative;
	overflow: hidden;
	border:3px solid transparent;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
}
#team .block img {
	width: 100%;
	position: relative;
}

#team .block:hover {


}
#team .block:hover .team-overlay {
	bottom: 0;
	opacity: 1;
}
#team .team-overlay {
	background: rgba(255, 255, 255, 0.95);
	color: #fff;
	text-align: center;
	padding: 48px 62px;
	position: absolute;
	bottom: -150px;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;

	transition: 0.3s;
}
#team .team-overlay h3,
#team .team-overlay span {
	color: #333;
}
#team .team-overlay span {
	display: block;
	font-size: 13px;
	padding-top: 10px;
}
#team .team-overlay .icon {
	width: 38px;
	height: 38px;
	margin: 0 auto;
	padding: 10px;
	line-height: 1;
	margin-top: 36px;
	margin-bottom: 25px;
	border-radius: 100%;
	display: inline-block;
	background: #f8ca11;
}
#team .team-overlay .icon i {
	font-size: 18px;
	color: #fff;
}
#team .team-overlay p {
	font-size: 14px;
	line-height: 23px;
	color: #707a8a;

}
#team .team-overlay .media {
	margin-top: 10px;
}
#team .team-overlay .media a {
	font-size: 12px;
	color: #fff;
	transition: 0.3s;
	margin: 0 10px;
}
#team .team-overlay .media a:hover {
	color: #f8ca11;
}
#pricing-table {
	padding: 50px 0 45px;
	background: #f8ca11;
}
#pricing-table .title h2,
#pricing-table .title p {
	color: #fff;
}
#pricing-table .title h2:before, #pricing-table .title h2:after {
	background: #fff;
}
#pricing-table .block {
	color: #fff;
}
#pricing-table .block ul {
	border: 1px solid #fff;
	padding: 35px 0;
}
#pricing-table .block ul li {
	padding: 10px 0;
}
#pricing-table .block ul li p {
	text-transform: uppercase;
}
#pricing-table .block ul li:first-child {
	margin-bottom: 26px;
}
#pricing-table .block ul li:first-child h4 {
	padding-bottom: 29px;
	font-size: 20px;
}
#pricing-table .block ul li:first-child p {
	font-size: 40px;
	line-height: 1;
	font-weight: 600;
}
#pricing-table .block ul li:first-child p span {
	font-size: 16px;
	font-weight: 300;
}
#pricing-table .block ul li:last-child {
	color: #fff;
	margin-top: 25px;
}
#pricing-table .block .btn-buy {
	border-color: #fff;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	font-weight: 600;
	transition: 0.3s;
	background: #fff;
	color: #f8ca11;
}
.coly
{
	background: #001e12;
	padding: 15px;
}
.hoho
{
	color: #fff;
	font-size: 55px !important;
	text-align: center;
}
#pricing-table .block .btn-buy {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}
#pricing-table .block:hover {

}
#pricing-table .block:hover .btn-buy {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
#contact-form {
	padding: 100px 0;
	background:#f9f9f9;
}
#contact-form form input,
#contact-form form textarea {
	padding: 24px 20px 0;
	border-color: #f8ca11;
	border-radius: 5px;
	font-size: 14px;
	color: #97a0af;
	box-shadow: none;
}
#contact-form form input {
	margin-bottom: 15px;
	padding: 24px 27px;
}
#contact-form form textarea {
	margin-bottom: 28px;
	min-height: 172px;
	resize: none;
}
#contact-form form button {
	float: right;
	color: #fff;
	font-size: 16px;
	padding: 17px 43px;
	background: #f8ca11;
	border-radius: 40px;
	font-weight: 600;
	border-color: transparent;
	transition: 0.3s;
}
#contact-form form button:hover {
	background: none;
	color: #f8ca11;
	border-color: #f8ca11;
}
#footer-top iframe {
	width: 100%;
	height: 385px;
	transform: translateZ(0px);
	background-color: #ffffff;
	border: 0;
}
/** Google Map**/
/* line 125, ../../scss/_contact.scss */
.map #googleMap {
	min-height: 345px;
	-webkit-filter: gray;
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
}
/* ================ Home end ========================= */
/* =====================
   contact page style
   ===================== */
   #global-header {
   	background: url(../img/contact-slider-img.jpg);
   	background-size: cover;
   	background-position: center;
   	padding: 150px 0 90px;
   	text-align: center;
   	position: relative;
   }
   #global-header:before {
   	position: absolute;
   	z-index: 99;
   	background: rgba(60, 59, 72, 0.69);
   	top: 0;
   	left: 0;
   	right: 0;
   	bottom: 0;
   	content: '';
   	z-index: 1;
   }
   #global-header .block {
   	position: relative;
   	z-index: 10;
   	color: #fff;
   }
   #global-header .block h1 {
   	font-size: 50px;
   	margin-top: 20px;
   }
   #global-header .block p {
   	font-size: 15px;
   	padding-top: 10px;
   	font-family: 'Lora', serif;
   }

   /* ================ Contact end ========================= */
/* =====================
   Service page style
   ===================== */
   #client-logo {
   	padding: 0 0 100px;
   	text-align: center;
   }
   #client-logo a {
   	padding: 14px 24px;
   	display: block;
   }
   #client-logo a img {
   	transition: 0.3s;
   	margin: 0 auto;
   }
   #client-logo a:hover img {
   	transform: scale(1.2);
   }
   footer {
   	background: #202322;
   	padding: 42px 0 65px 0;
   	text-align: center;
   }
   footer p {
   	font-size: 14px;
   	color: #fff;
   	line-height: 1;
   	padding-top: 26px;
   }
/* =====================
   Blog Post
   ===================== */


   #blog {
   	padding:100px 0;
   	background: #f1f1f1;
   }
   #blog-post .block {
   	background: #fff;
   	margin:0 5px;
   }

   #blog-post  .content {
   	padding:30px 25px; 
   	text-align: center;
   }
   #blog-post .content h4 {
   	text-transform: capitalize;
   	position: relative;
   	margin: 20px 0 10px;
   	padding: 10px 0;
   }
   #blog-post .content h4 a {
   	color: #333;
   }
   #blog-post .content h4 a:hover {
   	color: #f8ca11; 
   }
   #blog-post .content h4::before {
   	content: '';
   	position: absolute;
   	left: 45%;
   	top: -6px;
   	width: 30px;
   	height: 2px;
   	background-color: #f8ca11;
   	-webkit-transition: .3s all;
   	-o-transition: .3s all;
   	transition: .3s all;
   }
   #blog-post .content small {
   	color: #999;
   }
   #blog-post .content p {
   	margin-top: 10px;
   	color: #777;
   }
   #blog-post .content .btn-read {
   	background: #f8ca11;
   	color: #fff;
   	padding:10px 20px;
   	font-size: 13px;
   	margin-top: 15px;
   	border-radius: 25px;
   }

/* =====================
   Blog Page
   ===================== */



   #blog-left{
   	padding: 130px 0;
   }

   #blog-left .blog-img .col-md-12{
   	margin-bottom: 4% ;
   }

   #blog-left .block{
   	margin: 5.5% 0 ;
   }

   #blog-left .block span{
   	display: block;
   	margin: 3% 0 ;
   	color: #333 ;
   	font-size: 15px ;
   	line-height: 22px ;
   	/*font-family: 'Roboto', sans-serif;*/
   }

   #blog-left .block .first-child{
   	margin: 5.5% 0 ;
   }

   #blog-left .block p{
   	font-size: 13px;
   	color: #888;
   	line-height: 23px;
   	letter-spacing: 0.02em;
   	margin-bottom: 10px;
   	/*font-family: 'Roboto', sans-serif;*/
   }

   #blog-left .block blockquote{
   	border-left: 0 none;
   	margin-bottom: 30px;
   	padding: 46px;
   	background-color: #f6f6f6 ;
   }

   #blog-left .block blockquote p{
   	margin: 0 0 5.5% ;
   	position: relative;
   	font-family: 'Montserrat', sans-serif;
   	font-size: 15px;
   	line-height: 22px;
   	color: #626262;
   }

   #blog-left .block blockquote p:before{
   	color: #333;
   	content: "\f10d";
   	font-family: "FontAwesome";
   	font-size: 50px;
   	margin-right: 10px;
   }

   #blog-left .block blockquote .footer{
   	color: #000 ;
   }

   #blog-left .block blockquote .footer:before{
   	content: '\2014 \00A0';
   }

   #blog-left .block .tags{
   	margin: 0 0 6.5% ;
   }

   #blog-left .block .tags h5{
   	font-size: 18px ;
   	line-height: 27px ;
   	color: #333 ;
   }

   #blog-left .block .tags a{
   	font-size: 11px ;
   	line-height: 20px;
   	display: inline-block ;
   	color: #272727;
   	text-decoration: none;
   }

   #blog-left .block .blog-comment{
   	padding: 5.5% ;
   	background-color: #f6f6f6;
   }

   #blog-left .block .blog-comment .comment-img{
   	float: left;
   	margin-right: 35px;
   	max-width: 100px;
   }


   #blog-left .block .blog-comment .comment-text a{
   	color: #333;
   	margin: 0 0 10px;
   	font-family: 'Montserrat', sans-serif;
   	text-transform: uppercase;
   	font-size: 15px;
   	line-height: 22px;
   	font-weight: 500;
   }

   #blog-left .block .blog-comment .comment-text span{
   	font-size: 11px;
   	line-height: 20px;
   	display: inline-block;
   	font-family: 'Montserrat', sans-serif;
   	color: #626262;
   	margin: 0 0 10px;
   }


   #blog-left .block .media-link{
   	text-align: center;
   	padding: 5.5% 0;
   	border-bottom: 4px solid #f8ca11;
   }

   #blog-left .block .media-link a i{
   	font-size: 24px;
   	line-height: 28px;
   	color: #373737;
   	margin: 0 0 0 5.5%;
   }

   #blog-left .blog-comment-main{
   	padding-bottom: 7%;
   	margin-bottom: 7%;
   	border-bottom: 4px solid #f8ca11;
   }

   #blog-left .blog-comment-main .blog-comment .comment-img{
   	float: left;
   	margin-right: 35px;
   	margin-top: 10px;
   	max-width: 100px;
   }

   #blog-left .blog-comment-main .comment-text{
   	overflow: hidden;
   }

   #blog-left .blog-comment-main .comment-text .title,
   #blog-left .blog-comment-main .comment-text span{
   	color: #333;
   	font-size: 14px;
   	line-height: 24px;
   	position: relative;
   	font-family: 'Montserrat', sans-serif;
   	text-transform: uppercase;
   	font-weight: 500;
   	padding: 0;
   }

   #blog-left .blog-comment-main .comment-text .title:after{
   	content: "/";
   	padding: 0 10px;
   	font-weight: 500;
   }

   #blog-left .blog-comment-main .comment-text p{
   	margin: 2% 0;
   	font-size: 13px;
   	color: #626262;
   	line-height: 23px;
   }

   #blog-left .blog-comment-main .comment-text .btn{
   	font-size: 9px;
   	padding: 4px 12px 3px;
   	border: 2px solid #f8ca11;
   	color: #fff;
   	display: inline-block;
   	background-color: #f8ca11;
   	width: auto;
   	-webkit-transition-duration: .2s;
   	-webkit-transition-timing-function: ease-in-out;
   	text-transform: uppercase;
   	font-family: 'Montserrat', sans-serif !important;
   	font-weight: 600;
   	letter-spacing: 1px;
   }

   #blog-left .blog-comment-main .comment-text .btn:hover{
   	border: 2px solid #373737;
   	color: #373737;
   	background-color: transparent;
   }

   #blog-left .blog-comment-main .sub-blog-comment{
   	margin: 30px 0 30px 40px;
   	padding: 4% 0;
   }

   #blog-left .blog-comment-main .sub-blog-comment .comment-img{
   	float: left;
   	margin-right: 35px;
   	margin-top: 10px;
   	max-width: 100px;
   }

   #blog-left .addcomment span{
   	margin: 0 0 5.5%;
   	display: block;
   	font-size: 18px;
   	line-height: 27px;
   	color: #333;
   }

   #blog-left .addcomment .blog-comment-form form input, textarea{
   	padding: 18px 25px;
   	border: 2px solid rgba(0,0,0,.1);
   	font-size: 14px;
   	height: auto;
   	margin: 0 0 20px 0;
   	border-radius: 0;
   	transition: 0.8s;
   }

   #blog-left .addcomment .blog-comment-form form input:focus{
   	border: 2px solid #f8ca11 ;
   	box-shadow: none;
   }

   #blog-left .addcomment .blog-comment-form form textarea{
   	border-radius: 0;
   	padding: 18px 25px;
   	min-height: 100px;
   	border: 2px solid rgba(0,0,0,.1);
   }

   #blog-left .addcomment .blog-comment-form form textarea:focus{
   	box-shadow: none;
   	border: 2px solid #f8ca11;
   }

   #blog-left .addcomment .blog-comment-form form button{
   	font-size: 14px;
   	padding: 10px 22px;
   	letter-spacing: 1px;
   	border: 2px solid #f8ca11;
   	color: #fff;
   	background-color: #f8ca11;
   	-webkit-transition-duration: .2s;
   	-webkit-transition-timing-function: ease-in-out;
   }

   #blog-left .addcomment .blog-comment-form form button:hover{
   	background-color: transparent;
   	border: 2px solid #f8ca11;
   	color: #f8ca11;
   }

   #blog-left .widget{
   	margin: 0 0 10.5%;
   }

   #blog-left .widget form i{
   	cursor: pointer;
   	position: absolute;
   	right: 19px;
   	top: 12px;
   	z-index: 998;
   }

   #blog-left .widget form input{
   	color: #949494;
   	border: none;
   	border-bottom: 1px solid #e5e5e5;
   	width: 100%;
   	letter-spacing: 1px;
   	font-size: 11px;
   	padding: 8px 15px;
   	padding-left: 0;
   	width: 100%;
   	margin: 0 0 20px 0;
   	max-width: 100%;
   	resize: none;
   	transition: 0.8s;
   	font-family: 'Montserrat', sans-serif !important;
   	letter-spacing: 1px;
   	font-size: 11px;
   }

   #blog-left .widget form input:focus{
   	outline: none;
   	border: none;
   	border-bottom: 1px solid #000;
   }

   #blog-left .widget span{
   	font-size: 15px;
   	line-height: 22px;
   	color: #333;
   	display: block;
   	margin-bottom: 7%;
   	padding-bottom: 7%;
   	position: relative;
   	font-family: 'Montserrat', sans-serif;
   	font-weight: 600;
   }
   #blog-left .widget span:before{
   	content: "";
   	position: absolute;
   	bottom: 0;
   	background: #f8ca11;
   	width: 30px;
   	height: 4px;
   }

   #blog-left .widget .widget-body ul li{
   	border-bottom: 1px solid #e5e5e5;
   	padding: 0 0 12px;
   	margin-bottom: 10px;
   	color: #ababab;
   }

   #blog-left .widget .widget-body ul li a{
   	letter-spacing: 1px;
   	display: block;
   	font-size: 11px;
   	line-height: 20px;
   	text-transform: uppercase;
   	color: #333;
   	font-family: "Montserrat",sans-serif;
   	letter-spacing: 1px;
   	font-weight: 500;
   }

   #blog-left .widget .widget-body ul li .items{
   	text-transform: none;
   	font-weight: 600;
   	font-size: 12px;
   }

   #blog-left .widget .widget-body ul li:last-child{
   	border: 0;
   }

   #blog-left .widget .widget-body .title{
   	margin: 0;
   	margin-top: 11.5%;
   	padding: 0;
   	text-align: left;
   }

   #blog-left .widget .widget-body .title:before{
   	display: none;
   }

   #blog-left .widget .widget-body p{
   	font-size: 13px;
   	color: #626262;
   	line-height: 23px;
   	letter-spacing: 0.02em;
   	color: #626262;
   }

   #blog-left .sidebar-tags a{
   	padding: 2px 10px;
   	display: inline-block;
   	color: #373737;
   	margin: 0 8px 10px 0;
   	background-color: #f6f6f6;
   	text-transform: uppercase;
   	font-size: 11px;
   	line-height: 20px;
   	font-family: "Montserrat",sans-serif;
   	letter-spacing: 0.02em;
   }

   #blog-left .sidebar-tags a:hover{
   	background-color: #000;
   	color: #fff;
   	-webkit-transition-duration: .2s;
   	-webkit-transition-timing-function: ease-in-out;
   }



   .boxx {
   	border-radius: 4px;
   	
   }



   .newfa {
   	position: absolute;
   	left: 0px;
   	top: 30px;
   	width: 62px;
   	height: 62px;
   	font-size: 30px !important;
   	line-height: 60px !important;
   	text-align: center;
   	border: 1px solid #fff;
   	background: none;
   	color: #fff;
   	border-radius: 3px;
   }

   .why-choose {
   	margin: 0px;
   	padding: 20px;
   	text-align: center;
   	border-radius: 5px;
   	background-color: rgba(17, 17, 17, 0.8);
   	height: 400px;
   }

   .why-choose h3 {
   	margin: 0px;
   	color: #fff;
   	line-height: 27px;
   	font-size: 16px;
   	padding: 10px 0px 10px;
   	font-family: "Lato", sans-serif;
   	border-bottom: solid 1px #f8ca11;
   	border-radius: 10px;
   }

   @media screen and (max-width: 767px) {
   	.why-choose {
   		margin-bottom: 20px !important;
   		height: auto !important;
   	}
   }


   .why-choose1 {
   	margin: 0px;
   	padding: 20px;
   	text-align: center;
   	border-radius: 5px;
   	background: #001e12;
   	height: 400px;
   }

   .why-choose1:hover {
   	background: #f8ca11;
   }

   .why-choose1 i{
   	color:#f8ca11;
   }

   .why-choose1:hover i{
   	text-align: center;
   	border-radius: 5px;
   	color: #001e12!important;
   }

   .why-choose1 h3 {
   	margin: 0px;
   	color: #f8ca11!important;
   	line-height: 27px;
   	font-size: 21px;
   	padding: 10px 0px 10px;
   	border-bottom: solid 1px white;
   	border-radius: 10px;
   	font-weight: 500;
   }

   .why-choose1:hover h3{
   	color: #001e12!important;
   	font-weight: 500;
   }

   

   @media screen and (max-width: 767px) {
   	.why-choose1 {
   		margin-bottom: 20px !important;
   		height: auto !important;
   	}
   }


   .footi-area1 {
   	margin: 0px;
   	padding: 35px 0px;
   	width: 100%;
   	background: #142339;
/*   	border-bottom: 1px solid #414f5a;*/
}

.logis-area {
	margin: 0px;
	width: 100%;
	background-color: rgb(21, 25, 53);
/*   	border: 1px solid rgba(128, 128, 128, 0.58);*/
}




.logis img {
	float: left;
	padding: 5px;
	border: 1px solid #c5c5c5;
}

.main-footer {
	margin: 0px;
	padding: 10px 0px;
	background: #171824;
	width: 100%;
	border-top: 2px solid#001e12;
}

.reviewSection {
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url(https://ezwebdemodesign.com/absolutemovingwp/wp-content/uploads/2024/08/reviewbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}

.reviewSection:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -1;
	opacity: 0.6;
}

.reviewSection p {
	color: #aeb6c2;
	font-size: 18px;
}

.review-content {
	padding: 24px;
	background-color: transparent;
	background-image: radial-gradient(at top left, rgb(0 0 0 / 40%) 70%, rgb(54 69 79 / 80%) 30%);
	border-radius: 25px;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
	color: var(--tertiary-color);
	position: relative;
	display: inline-block;
	transition: all .3s;
	border: 1px solid #cececec9;
}

.review-content p {
	color: #fff;
	font-size: 17px;
	margin-bottom: 2rem;
}

.review-content:hover {
	transform: scale(1.1) !important;
}

.review-content:before {
	content: "";
	position: absolute;
	background-image: url(/images/theme-icon/review-arrow.svg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 35px;
	top: -15px;
	right: 0;
	height: 37px;
	width: 45px;
}

.review-info img {
	border-radius: 50%;
	margin-left: 15px;
	width: 50px;
}

.review-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 1;
}

.review-info span {
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
}

.review-star {
	margin-bottom: 1rem;
}

.review-star i {
	color: #F9B805;
	margin: 0 2px;
	font-size: 2rem;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}

.review-body-box.bottom {
	margin-bottom: -100px;
}

.review-body-box.top {
	margin-top: -100px;
}

@media screen and (max-width: 768px){
	.review-body-box.bottom {
		margin-bottom: 0px!important;
	}

	.review-body-box.top {
		margin-top: 0px!important;
	}

	.reviewSection {
		padding: 20px!important;
	}
}


@media screen and (max-width: 768px) {
	.carousel-showmanymoveone .carousel-control.left {
		margin-left: -15px!important;
	}
	.carousel-showmanymoveone .carousel-control.right {
		margin-right: -15px!important;
	}
}

.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
	margin-left: -30px;background: #142339;height: 40px;top: 40%;width: 40px;opacity: 100%;
}
.carousel-showmanymoveone .carousel-control.right {
	margin-right: -30px;background: #142339;height: 40px;top: 40%;width: 40px;opacity: 100%;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
	display: none;
}
@media all and (min-width: 768px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
		left: -50%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 50%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
		display: block;
	}
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
@media all and (min-width: 992px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
		left: -25%;
	}
	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 25%;
	}
	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
		display: block;
	}
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}





.newreview {
	border: 1px solid #f8ca11;
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	padding: 15px 14px 30px 22px;
	max-width: 607px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.newreview:after {
	content: "";
	position: absolute;
	left: 7px;
	right: -18px;
	top: 9px;
	bottom: -16px;
	border-radius: 10px;
	z-index: -1;
	background-color: #f8ca11;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
} 

.newreview1 {
	border: 1px solid #001e12;
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	padding: 15px 14px 30px 22px;
	max-width: 607px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.newreview1:after {
	content: "";
	position: absolute;
	left: 7px;
	right: -18px;
	top: 9px;
	bottom: -16px;
	border-radius: 10px;
	z-index: -1;
	background-color: #001e12;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
} 


.servicebox {
	color: #ffffff !important;
	background-image: linear-gradient(135deg, #fc0025 0%, #72181b 100%);
	background-color: #f8ca11;
	padding-top: 30px !important;
	padding-right: 25px !important;
	padding-bottom: 30px !important;
	padding-left: 25px !important;
}

.servicebox1 {
	color: #ffffff !important;
	background-image: linear-gradient(135deg, #345ea3 0%, #183769 100%);
	background-color: #5495d3;
	padding-top: 30px !important;
	padding-right: 25px !important;
	padding-bottom: 30px !important;
	padding-left: 25px !important;
}



























/*test css*/
/*----------------------------------------*/



.paratest {
	margin-bottom: 40px !important;
	background-image: url(https://ezwebdemodesign.com/absolutemovingwp/wp-content/uploads/2024/08/test.jpg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.bgcolorbanner {
	position: relative;
}

.bgcolorbanner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 40%;
	bottom: 0;
	display: block !important;
	background-color: rgb(0,0,0,0.3)!important;
}

.bgcolorbanner:before {
	right: 0%;
	left: 0;
}

.bgcolor {
	position: relative;
}

.bgcolor:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 40%;
	bottom: 0;
	display: block !important;
	background-color: rgb(0, 30, 18, 1);
}

.bgcolor:before {
	left: 55%;
	right: 0;
}

@media only screen and (max-width: 767px) {
	.bgcolor:before {
		left: 0%;
		right: 0;
	}
}

.services-block {
	padding: 125px 150px 115px 70px;
}

@media screen and (max-width:768px) {
	.services-block {
		padding: 100px 20px 35px 20px;
	}
}

.servboxx {
	display: flex;
	margin-bottom: 30px;
	flex-direction: column;
}

@media screen and (max-width:768px) {
	.servboxx {
		margin-left:-20px;
		margin-right:-20px;
	}
}

.servboxx .icon {
	padding-right: 33px;
	font-size: 40px;
	color: #f8ca11;
}

.servboxx img {
	width: 65px;
	height: 65px;
}

.servboxx .content {
	margin-top: 8px;
}

@media only screen and (max-width: 767px) {
	.servboxx .content {
		margin-top: 8px;
		text-align: center;
	}

	.servboxx h2 {
		text-align: center!important;
	}
}

.servboxx h2 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 12px;
	color: #343434;
	text-align: left;
}

.servboxx p {
	font-size: 16px;
	line-height: 1.875;
}

.rightside .text-heading, .rightside .text-heading2{
	margin-left: 45px;
}

@media screen and (max-width:768px) {
	.rightside .text-heading, .rightside .text-heading2{
		margin-left: 0px!important;
		text-align: center;
	}
}

.servbtn {
	text-transform: uppercase;padding: 15px 30px;font-size: 14px;font-weight: 900;color: #fff;background-color: #f8ca11;  
}

.servbtn:hover {
	background:#001e12;
}

.text-heading h2 {
	color: #fff;
	font-size: 52px;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
	font-weight: 800;
	display: inline-block;
	line-height: 1;
	margin: 0;
	font-style: italic;

}

.text-heading2  {
	margin-top: 15px!important;
}

.text-heading2 p {
	color: #fff;
	font-size: 16px;
	line-height: 1.875;
}

.bt {
	margin-left: 60px;
	display: inline-block;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 570!important;
	color: #fff;
	background-color: #f8ca11;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: 45px !important;
}

.bt:hover {
	color: #fff;
	background-color: #f8ca11;
}

.bt2 {
	display: inline-block;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 570!important;
	color: #fff;
	background-color: #f8ca11;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	float:right;
}

.bt2:hover {
	color: #fff;
	background-color: #001e12;
}


.bt3 {
	display: inline-block;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 570!important;
	color: #fff;
	background-color: #001e12;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	float:right;
}

.bt3:hover {
	color: #fff;
	background-color: #f8ca11;
}
/*test footer*/

.paratest1 {
	background-image: url(../img/test1.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.get-started {
	padding: 40px 0 40px 0;
}

.text-heading {
	padding: 35px 0;
	color: #fff;
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	font-style: italic;
}

@media screen and (max-width:768px) {
	.text-heading {
		padding: 15px!important;
		font-size: 30px;
		text-align: center;
	}
}

.call-today {
	color: #fff;
	font-size: 18px;
	line-height: 29px;
	margin-top: 23px;

}

.bt1 {
	display: inline-block;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 570!important;
	color: #fff;
	background-color: #f8ca11;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: 30px !important;
}

.bt1:hover {
	color: #fff;
	background-color: #f8ca11;
}















/* test service*/




.nav-tabs {
	border:none!important;
}


.nav-tabs>li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}


.nav-tabs>li>a {
	color:#0B2154;
	font-size: 1.5em;
	font-weight: 700;
	background: #f2f2f2;
	padding: 20px;
	border-radius: 0px!important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a i, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff!important;
	cursor: default;
	background: #d81324;
	border: none!important;
}
























.sidepanel  {
	width: 0;
	position: fixed;
	z-index: 1;
	height: 100%!important;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidepanel a {
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: block;
	transition: 0.3s;
}

.sidepanel a:hover {
	color: #f8ca11;
}

.sidepanel .closebtn {
	position: relative;
	left: 52%;
	font-size: 36px;
}

.openbtn {
	font-size: 19px;
	cursor: pointer;
	background-color: #d2aa00;
	color: #fff;
	border: transparent;
	border-radius: 8px;
	margin-right: 5px !important;
	padding: 5px 13px !important;
	float: right;
	margin-top: 2px;
}














.ftitle {
	font-size: 19px;
	color: #f8ca11;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
}

.item-info {
	position: relative;
	padding-left: 60px;
	float: left;
	padding-top: 21px;
	text-align: left;
}

.item-info > i {
	position: absolute;
}

.item-info > .label {
	color: #fff!important;
}


.item-info > span.label {
	font-weight: 570!important;
	color: #343434;
	margin-bottom: 7px;
	text-align: left;
	padding: 0;
}


.item-info > span {
	display: block;
	line-height: .8;
	font-size: 14px;
}

.item-info > span.info a {
	margin: 0;
	color: #ababab;
}

.item-info > span.info a:hover {
	margin: 0;
	color: #f8ca11;
}








.faq-title h2 {
	position: relative;
	margin-bottom: 45px;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
}
.faq-title h2::before {
	content: "";
	position: absolute;
	left: 50%;
	width: 60px;
	height: 2px;
	background: #E91E63;
	bottom: -25px;
	margin-left: -30px;
}
.faq-title p {
	padding: 0 190px;
	margin-bottom: 10px;
}

.faq {
	background: #FFFFFF;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.faq .card {
	border: none;
	background: none;

}

.faq .card .card-header {
	padding: 0px;
	border: none;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
	
}
.faq .card .card-header .faq-title {
	width: 100%;
	text-align: left;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
	color: #3B566E;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;

}

.faq .card .card-header .faq-title .badge {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 18px;
	float: left;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	background: #f8ca11;
	font-size: 11px;
	margin-right: 20px;
}

.faq .card .card-body {
	padding-top: 10px;
	padding-left: 35px;
	font-weight: 400;
	font-size: 16px;;
	letter-spacing: 1px;

}

.faq .card .card-body p {
	margin-bottom: 14px;
}

@media (max-width: 991px) {
	.faq {
		margin-bottom: 30px;
	}
	.faq .card .card-header .faq-title {
		line-height: 26px;
		margin-top: 10px;
	}
}





.ppbtn {
	background: #f8ca11;
	color: #fff;
}


.title-area {
	font-family: "Open Sans",sans-serif!important;
	font-weight: 600;
	float: left;
	padding: 0;
	padding: 0;
	width: 360px;
}

.site-title {
	font-family: "Open Sans",sans-serif!important;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 10px;
}

.site-title a {
	color: #000;
	font-weight: 300;
	font-family: "Open Sans",sans-serif!important;
}

.stt {
	border: 2px solid #f8ca11;
	padding: 10px;
	margin-right: 10px;
	font-size: 21px;
	color:#f8ca11;
}

@media screen and (max-width:767px) {
	.navv>li {
		width: auto;
		float: left;
	}

	.stt {
		margin-right: 0px;
	}

	.navv>li>a {
		padding: 5px!important;
		margin-right: 5px;
		font-size: 14px!important;
	}
}

.navv>li {
	position: relative;
	display: block;
	margin-top: 5px;
}



.navv-tabs>li.active>a, .navv-tabs>li.active>a:hover, .navv-tabs>li.active>a:focus {
	background: #f8ca11!important;
}

.navv>li>a {
	position: relative;
	display: block;
	padding: 25px 15px;
	background: rgba(4, 51, 107, 0.8);
	color: #fff;
	font-size: 19px;
}

.navv>li>a:hover {
	position: relative;
	display: block;
	background: #f8ca11;
}
@media screen and (max-width:767px) {
	.ffmm {
		padding:0px;
	}
}

.abtsec {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .7);
	padding: 20px;
	position: relative;
	background: #fff;
	margin-top:-119px;
}

@media only screen and (max-width: 767px) {
	.abtsec {
		margin-top: 15px;
	}
}

.para112
{
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0);
	background-position: 50% 50%;
	background:url(../img/para112.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;

}

.para112:before {
	content: "";
	position: absolute;
	top: 0;
	left: 60%;
	right: 0%;
	bottom: 0;
	display: block !important;
	background-color: #fff;
}

@media only screen and (max-width:767px) {
	.whyyy {
		padding: 50px 15px!important;
		margin-top: 50px!important;
	}

	.whyy11 {
		margin-bottom: 0px!important;
		padding: 0;
	}
}

.whyyy {
	margin-top: 100px;
	background: #232323;
	padding: 30px 40px;
	border-radius: 0px;
	background-color: #232323;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	margin-bottom: 90px;
}

.whyy11 {
	margin-top: 30px;
	margin-bottom: 10px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(0,0,0,1.0) 0 3px 11px 0!important;
	background-color: #fff;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.servboxx1 {
	padding: 5px;
}

.servboxx1 h2 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 12px;
	color: #000;
	text-align: left;
}

.servboxx1 p {
	font-size: 16px;
	line-height: 1.5;
}

.smalldev {
	border-left: 1.5px solid #fff;
}

.smalldev1 {
	border-left: 1px solid#f8ca11;
}

@media only screen  and (max-width:767px) {
	.smalldev {
		border:none!important;
	}
	
	.smalldev1 {
		border-left: none;
	}

	.smalldev2 {
		border-bottom: 1px solid#f8ca11;
	}
}

@media only screen and (max-width:767px) {
	.para121 {
		padding-left: 0px!important;
		padding-right: 0px!important;
		background-attachment: fixed!important;
	}
	.para121:before {
		left: 0!important;
	}
}

.para121 {
	background: url(../img/para121.jpg);
	background-size: cover;
	min-height: 200px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 20px;
}

.para121:before {
	background: rgba(0, 30, 18, 1);
	opacity: 0.8;
	bottom: 0;
	content: "";
	left: 0%;
	position: absolute;
	right: 0;
	top: 0;
}

.formbl {
	padding: 25px;
}

@media only screen and (max-width: 767px) {
	.formbl {
		padding: 5px;
	}
}


/* Gallery CSS */
.gallery-section {
	background: #fdfcfd;
}

.filter-controls {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 10px;
	padding: 15px 0;
}

.filter-btn {
	padding: 8px 15px;
	background: #fdfcfd;
	border: 2px solid#FB1B15;
	color: #000;
	border-radius: 8px;
	font-weight: 500;
	font-size: 0.95rem;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	min-width: 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.filter-btn:hover,
.filter-btn.active,
.filter-btn:focus {
	background: #FB1B15;
	color: #fdfcfd;
	border-color: #FB1B15;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	outline: none;
}

.filter-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.4s ease;
}

.filter-btn:active::after {
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
}

.gallery-grid {
	margin: 0 -15px;
	padding: 7px;
	margin-top: -15px;
}

.gallery-grid .row {
	margin-left: 0;
	margin-right: 0;
}

.gallery-grid .col-md-3 {
	padding: 8px;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	animation: fadeInUp 0.6s ease forwards;
	animation-delay: calc(var(--order) * 0.1s);
}

.gallery-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.gallery-item img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: all 0.3s ease;
}

.gallery-item:hover img {
	transform: scale(1.1);
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1E88E580, #A0010975);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.3s ease;
	transform: scale(0.9);
}

.gallery-item:hover .gallery-overlay {
	opacity: 1;
	transform: scale(1);
}

.gallery-title {
	color: #fdfcfd;
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 8px;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
	.yopara {
		background-position: center!important;
	}
}


.yopara {
	background:url(../img/para112.jpg);
	background-size: cover;
	min-height: 200px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width:768px) {
	.areaserv-item {
		width: 100%!important;
		height: auto!important;
		margin-bottom: 40px!important;
	}
}

.areaserv-item {
	margin-bottom: 30px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 20px 20px 20px;
	margin-top: 0px;
	z-index: 1;
	width: 360px;
	height: 250px;
}

.areaserv-item i {
	display: inline-block;
	width: 80px;
	height: 80px;   
	text-align: center;
	line-height: 61px;
	font-size: 40px;
	color: #f8ca11;
	background-color: #001e12;
	border: 10px solid #001e12;
	border-radius: 50%;
	position: absolute;
	top: -35px;
	left: 35px;
	transition: .5s;
}                                                                                                                                                               

.areaserv-item i:hover {
	opacity: 0.8;
}

.areaserv-item img {
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 61px;
	font-size: 33px;
	color: #d4af37;
	background-color: #001e12;
	border: 10px solid #001e12;
	border-radius: 50%;
	position: absolute;
	top: -35px;
	left: 35px;
	transition: .5s;
}                                                                                                                                                               

.areaserv-item img:hover {
	opacity: 0.8;
}
.areaserv-item h3 {
	color: #f8ca11;
	margin-bottom: 10px;
	font-size: 24px;
	margin-top: 45px;   
}

.areaserv-item p {
	margin-bottom: 0;
	color: #333;
}

@media only screen and (max-width:767px) {
	.pddm {
		padding: 0px;
	}
}


  /* ================================
   Contact Section Styles
================================== */
.contact-page-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 30px;
	padding: 30px 0.6rem;
	position: relative;
	margin-bottom: 30px;
	border-radius: 30px 30px 30px 0;
	background: #c1c1c1;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.contact-page-info:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.contact-page-info::before {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -4px;
	background: #001e12;
	clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
	height: 20px;
	z-index: -1;
}

.contact-info-icon {
	width: 60px;
	height: 60px;
	font-size: 28px;
	color: #fff;       
	background: #f8ca11;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	position: relative;
}

.contact-info-icon::before {
	content: "";
	position: absolute;
	inset: -10px;
	border: 2px solid #f8ca11;
	border-radius: 50%;
}

.contact-info-content h5 {
	font-size: 19px;
	font-weight: 600;
	color: #001e12;
	margin-bottom: 0.4rem;
}

.contact-info-content p,
.contact-info-content a {
	font-size: var(--font-size-base);
	font-weight: 500;
	color: var(--secondary-gray);
}

/* ================================
   Contact Form Section
================================== */
.contact-wrapper {
	position: relative;
	background: var(--white);
	border-radius: 20px;
	box-shadow: 1px 1px 11px rgba(0, 0, 0, 1);
	z-index: 1;
	overflow: hidden;
	min-height: 450px; 
}


.contact-map {
	position: relative;
	padding-left: 10px;
}

.contact-form {
	padding: 30px 15px;
}

.contact-form-header {
	margin-bottom: 30px;
}

.contact-form-header h4 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0.6rem;
	color: #001e12;
}


@media only screen and (max-width: 767px) {
	.contact-form-header h4 {
		font-size: 20px;
	}
}

.contact-form-header p {
	font-size: var(--font-size-base);
	color: var(--secondary-gray);
}


.contact-form .form-control {
	border: 1px solid #f8ca11;
	border-radius: 6px;
	padding: 0.6rem;
	font-size: 14px!important;
	width: 100%;
	background: #fff;
	transition: all 0.3s ease;
	margin-bottom: 10px;
}

.contact-form .form-control:focus {
	border-color: #f8ca11;
	box-shadow: 0 0 0 2px rgba(230, 149, 0, 0.2);
	outline: none;
}

.contact-form .form-label {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 0.4rem;
}


/*booking form css*/

.booking-info {
	position: relative;
	background: #f8ca11;
	border: 2px solid #001e12;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
}

.booking-info:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}


@keyframes fadeHot {
	0%, 100% {
		opacity: 0.7;
		transform: scale(0.9);
	}
	50% {
		opacity: 1;
		transform: scale(1);
	}
}


.size {
	max-height: 580px!important;
}