 html, body {
 	max-width: 100%;
 	overflow-x: hidden;
 }

 .icty {
 	font-size: 18px;
 	color: #063232;
 	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: #063232;
 	line-height: .8;
 	width: 42px;
 	height: 42px;
 	border: 1px solid#063232;
 	left: 0;
 	top: 14px;
 	-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: #063232;
 	line-height: .8;
 	width: 40px;
 	height:  40px;
 	border: 1px solid #063232;
 	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:#063232;
 	color: #fff;
 	border:none;
 }

 .iko {
 	background:#063232;
 	font-size: 20px;
 	color: #fff;
 	line-height: 1.3;
 	width: 50px;
 	height:  50px;
 	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;
 }

 .bannertop {
 	position: absolute;
 	top: 35%;
 	left: 4%;
 	background: hsla(0, 0%, 100%, .5);
 	padding: 10px 25px 40px 45px;
 	width: 45%;
 }


 @media screen and (max-width:767px) {
 	.bannertop {
 		top: 15%!important;
 		left: 0%;
 		padding: 10px 25px 40px 45px;
 	}
 	.head h2 {
 		font-size: 14px!important;
 		margin-top:5px!important;
 	}
 	
 }

 .head h2 {
 	color: #063232;
 	font-size: 40px;
 	position: relative;
 	z-index: 10;
 	text-transform: uppercase;
 	font-weight: 800;
 	line-height: 1;
 	margin: 0;
 	font-style: italic;
 }

 .head p {
 	color: #063232;
 	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: #063232;
 }

 .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: 18px;
 	font-weight: 400;
 	color: #444;
 	font-family: 'Federo', sans-serif !important;
 }

 h1 {
 	font-size: 48px;
 }
 h2 {
 	font-size: 30px;
 }
 h3 {
 	font-size: 18px;
 }
 h4 {
 	font-size: 16px;
 }
 p {
 	margin: 0px;font-family: 'Federo', sans-serif;
 }
 h1,h2,h3,h4,h5,h6,p {
 	font-family: 'Federo', 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: #063232;
 	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: #063232;
 	position: absolute;
 	top: 12px;
 	left: -60px;
 }
 .title h2:after {
 	content: '';
 	width: 40px;
 	height: 2px;
 	background: #063232;
 	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: #fff;
 	border-bottom: 1px solid#fff;
 	padding: 6px;
 }
 header .navbar {
 	height: auto;
 	margin-bottom: 0;
 	padding-top: 7px;
 }

 @media screen and (max-width:767px) {
 	.navbar-fixed-top {
 		position: relative;
 	}

 	.navbar {
 		min-height: 0;
 	}

 	header .navbar {
 		padding-top: 0;
 	}
 }


 .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: #063232;
 	margin-bottom: 3px!important;
 	float: left !important;
 	margin-top: 5px!important;
 	margin-left: 10px;
 }
 .navbar-toggle .icon-bar {
 	background: #fff;
 	transition: 0.3s;
 }

 .menu a {
 	color: #063232;
 	transition: 0.3s;
 	position: relative;
 	font-size: 26px;
 	font-weight: 500;
 }
 .menu a:before {
 	content: "";
 	position: absolute;
 	left: 16px;
 	bottom: 12px;
 	width: 0;
 	height: 1px;
 	background: #063232;
 	transition: 0.3s;
 }
 .menu a:hover {
 	background: transparent;
 	color: #063232;
 	font-weight: 500;
 }

 .menu .active a {
 	color: #063232;
 	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: #063232;
   }
   #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: #063232;
   	color: #063232;
   }
   #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 #063232;
   	z-index: 99;
   	background-color: #063232;
   }
   #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: #063232;
   }
   #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;
   }

   

   #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(4, 51, 107, 0.8);
   	padding: 55px;
   	position: relative;
   	z-index: 1;
   }

   .make-callUs:before {
   	content: '';
   	position: absolute;
   	border: 1px solid #7ea7d8;
   	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;
   }

   @media only screen and (max-width:767px) {
   	#play-video {
   		padding-left: 15px!important;
   		padding-right: 15px!important;
   		background-attachment: fixed!important;
   		padding-top: 15px!important;
   		padding-bottom: 30px!important;
   	}
   }

   #play-video {
   	background: url(../img/playv.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;
   	min-height: 580px;
   	position: relative;
   	padding-top: 80px;
   	padding-bottom: 80px;
   	padding-left: 60px;
   	padding-right: 60px;
   }

   #play-video:before {
   	background-color: rgb(142 231 61 / 40%);
   	bottom: 0;
   	content: "";
   	left: 0;
   	position: absolute;
   	right: 0;
   	top: 0;
   }


   #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: #063232;
   	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: #063232;
   }
   #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: #063232;
   }
   #pricing-table {
   	padding: 50px 0 45px;
   	background: #063232;
   }
   #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: #063232;
   }
   .coly
   {
   	background: #063232;
   	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: #063232;
   	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: #063232;
   	border-radius: 40px;
   	font-weight: 600;
   	border-color: transparent;
   	transition: 0.3s;
   }
   #contact-form form button:hover {
   	background: none;
   	color: #063232;
   	border-color: #063232;
   }
   #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: #063232; 
   }
   #blog-post .content h4::before {
   	content: '';
   	position: absolute;
   	left: 45%;
   	top: -6px;
   	width: 30px;
   	height: 2px;
   	background-color: #063232;
   	-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: #063232;
   	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 #063232;
   }

   #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 #063232;
   }

   #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 #063232;
   	color: #fff;
   	display: inline-block;
   	background-color: #063232;
   	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 #063232 ;
   	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 #063232;
   }

   #blog-left .addcomment .blog-comment-form form button{
   	font-size: 14px;
   	padding: 10px 22px;
   	letter-spacing: 1px;
   	border: 2px solid #063232;
   	color: #fff;
   	background-color: #063232;
   	-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 #063232;
   	color: #063232;
   }

   #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: #063232;
   	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 #063232;
   	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: #063232;
   	height: 400px;
   }

   .why-choose1:hover {
   	background: #063232;
   }

   .why-choose1 i{
   	color:#063232;
   }

   .why-choose1:hover i{
   	text-align: center;
   	border-radius: 5px;
   	color: #063232!important;
   }

   .why-choose1 h3 {
   	margin: 0px;
   	color: #063232!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: #063232!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;
   }

   .logis-area {
   	margin: 0px;
   	width: 100%;
   	background-color: rgb(21, 25, 53);
   	border-left: 1px solid rgba(255, 255, 255, 0.10);
   }




   .logis img {
   	float: left;
   	padding: 5px;
   	border: 1px solid #c5c5c5;
   }

   .main-footer {
   	margin: 0px;
   	padding: 10px 0px;
   	background: #171824;
   	width: 100%;
   	border-top: 1px solid rgba(255, 255, 255, 0.10);
   }

   @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 #063232;
   	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: #063232;
   	-webkit-transition: all .2s ease-in-out;
   	-o-transition: all .2s ease-in-out;
   	transition: all .2s ease-in-out;
   } 

   .newreview1 {
   	border: 1px solid #e3572b;
   	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: #e3572b;
   	-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: #063232;
   	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: rgba(0,0,0,0.4)!important;
}

.bgcolorbanner:before {
	width: 100%;
}

.bgcolor {
	position: relative;
}

.bgcolor:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 40%;
	bottom: 0;
	display: block !important;
	background-color: rgba(54,92,137,0.9);
}

.bgcolor:before {
	left: 55%;
	right: 0;
}

.services-block {
	padding: 145px 150px 145px 70px; 
}

@media screen and (max-width:768px) {
	.services-block {
		padding: 100px 20px;
	}
}

.servboxx {
	display: flex;
	margin-bottom: 20px;
}

@media screen and (max-width:768px) {
	.servboxx {
		margin-left:-20px;
		margin-right:-20px;
	}
}

.servboxx .icon {
	padding-right: 65px;
	font-size: 40px;
	color: #063232;
}

.servboxx h2 {
	font-size: 20px;
	line-height: 0.5;
	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: 60px;
}

@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: #063232;  
}

.servbtn:hover {
	background:#063232;
}

.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: 40px!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: #063232;
	-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: #063232;
}

.bt2 {
	display: inline-block;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 570!important;
	color: #fff;
	background-color: #063232;
	-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: #063232;
}

/*test footer*/

.paratest1 {
	background-image: url(../img/test1.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.get-started {
	margin-top: -90px;
	position: absolute;
	padding: 25px 0 25px 0;
	border-radius: 11px;
	z-index: 99;
	left: 0;
}

@media only screen and (max-width:767px) {
	.get-started {
		width: 80%;
		left: 10%;
	}
}

.text-heading {
	padding: 35px 55px;
	color: #fff;
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	
}

@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;

}

.bt1head {
	font-size:21px;
	float: right;
	margin-top: 5px;
	text-transform: uppercase;
	padding: 15px 30px;
	font-weight: 570!important;
	color: #fff;
	background-color: #063232;
	border:transparent;
}

.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: #063232;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: 30px;
}

.bt1:hover {
	color: #fff;
	background-color: #063232;
}





/* 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;
}



.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: #063232;
}

.sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	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: #fff;
	margin-bottom: 15px;
}

.item-info {
	position: relative;
	padding-left: 60px;
	float: left;
	padding-top: 16px;
	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: 18px;
}

.item-info > span.info a {
	margin: 0;
	color: #ababab;
}

.item-info > span.info a:hover {
	margin: 0;
	color: #063232;
}

.ppbtn {
	background: #063232;
	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;
}





.filter-button{
	font-size: 16px;
	border: 2px solid#222;
	padding:8px 10px;
	text-align: center;
	color: #222222;
	margin-bottom: 30px;
	background: transparent;
	border-radius: 5px;
	padding-right: 10px;
}

.filter-button:hover,
.filter-button:focus,
.filter-button.active{
	color: #063232;
	background: transparent;
	border: 2px solid#063232;
}

.abtimg {
	padding: 80px 25px;
}

@media only screen and (max-width:767px) {
	.abtimg {
		padding: 20px;
	}
}

.gallery_productfull {
	position: relative;
}

.gallery_productfull:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block !important;
	background-color: rgba(0,0,0,0.4)!important;
}

.gallery_product{
	position: absolute;
	bottom: 10%;
	left: 5%;
	right: 5%;
}

.gallery_product h4 {
	font-size: 24px;
	margin-top: 8px;
	color: #fff;
}

.gallery_product a {
	padding: 8px 20px;
	color: #fff;
	background: #063232;
	border: 1px solid #063232;
}

.gallery_productfull:hover .gallery_product {
	position: absolute;
	bottom: 15%;
}

.gallery_productfull:hover .gallery_product h4 {
	color: #fff;
	font-weight: 400;
	background: #063232;
	padding: 5px;
}

.gallery_productfull:hover .gallery_product a {
	background: #063232;
}

/*/ faq /*/
.accordion {
	background:transparent;
	color: #063232;
	cursor: pointer!important;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 21px;
	transition: 0.4s;
	font-weight: 500;
}

.active, .accordion:hover {
	background:transparent;
}

.accordion:after {
	content: '\002B';
	color: #222;
	float: right;
	margin-left: 5px;
}

.accordion.active:after {
	content: "\2212";
}

.panel {
	padding: 0px 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border: 1px solid#eee;
}

.panel p {
	padding: 8px 0px;
}

.imgfaqfull {
	padding: 20px 55px;
}

@media only screen and (max-width:767px) {
	.imgfaqfull {
		padding: 0px;
	}

	.abtimgps {
		padding: 15px 20px!important;
	}
}

.imgfaq {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.imgfaq:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: none;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #063232 0%, #063232 10%, rgba(9, 73, 73, 0) 55%, rgba(9, 73, 73, 0) 55%);
/*	background-image: linear-gradient(0deg, rgb(9, 73, 73) 0%, rgb(9, 73, 73) 10%, rgba(9, 73, 73, 0) 58%, rgba(9, 73, 73, 0) 100%);*/
}

@media only screen and (max-width:767px) {
	.imgfaq .imgfaqnum {
		left: 21px!important;
	}
}

.imgfaq .imgfaqnum {
	color: #fff;
	position: absolute;
	left: 35px;
	bottom: 35px;
	font-size: 20px;
}

.imgfaqnum i {
	font-size: 23px;
	border: 2px solid#fff;
	padding: 6px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	margin-top: 1px;
}


.imgfaqfull2 {
	padding: 20px 55px;
}

@media only screen and (max-width:767px) {
	.imgfaqfull2 {
		padding: 0px;
		margin-top: 25px;
	}
}

.imgfaq2 {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.imgfaq2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: none;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, rgb(9, 73, 73) 0%, rgb(9, 73, 73) 10%, rgba(9, 73, 73, 0) 58%, rgba(9, 73, 73, 0) 100%);
}

.imgfaq2 .imgfaqnum2 {
	color: #fff;
	position: absolute;
	left: 35px;
	bottom: 35px;
	font-size: 20px;
}

.imgfaqnum2 i {
	font-size: 23px;
	border: 2px solid#fff;
	padding: 6px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	margin-top: 1px;
}

.imgfaq1 {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 121px;
}

.imgfaq1:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: none;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, rgb(9, 73, 73) 0%, rgb(9, 73, 73) 10%, rgba(9, 73, 73, 0) 58%, rgba(9, 73, 73, 0) 100%);
}

.boxxp {
	padding: 10px;
}

@media only screen and (max-width:767px) {
	.boxxp {
		padding: 0px;
		margin-bottom: 15px;
	}
	.boxnew {
		bottom: 0px!important;
	}
}

.boxnew {
	padding: 30px 25px 40px 25px;
	border-radius: 10px;
	background: #c2df93;
	position: relative;
	bottom: 62px;
}

.boxnew h2 {
	font-size: 26px;
	color: #063232;
}

.boxnew p {
	color: #063232;
}

.boxnew hr {
	margin-top: 11px;
	margin-bottom: 11px;
}

.boxnew a {
	text-decoration: none;
	border: 1px solid#063232;
	color: #063232;
	padding: 10px;
	border-radius: 20px;
	height: 30px;
	width: 30px;
}

.abtimgp {
	padding: 38px 25px;
}

.abttimgp1 {
	padding: 80px 50px;
}

@media only screen and (max-width:767px) {
	.abtimgp {
		padding:15px 3px;
	}

	.abttimgp1 {
		padding: 20px 3px;
	}

	.imgfaq1 {
		margin-top: 5px;
	}
}

.airpi {
	max-width: 46%;
}


.boxnew1 {
	padding: 50px 40px 50px;
	border-radius: 10px;
	background: #c2df93;
}

.boxnew1 a {
	text-decoration: none;
	border: 1px solid#063232;
	color: #063232;
	padding: 10px;
	border-radius: 20px;
	height: 30px;
	width: 30px;
}

@media only screen and (max-width:767px) {
	.boxnew1 {
		padding: 50px 20px 50px;
	}
}

.box-count {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -8px;
	width: 64px;
	height: 64px;
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 500;
	color: #222;
}
.box-count::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #063232;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}
.box-count::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 32px;
	transform: translateX(-50%);
	width: 2px;
	height: 0;
	background: #063232;
	transition: all 0.5s ease;
	transition-duration: 0.5s;
}

.boxnew1 .box-count::before, :hover .box-count::before {
	opacity: 1;
	visibility: visible;
}
.boxnew1 .box-count::after, :hover .box-count::after {
	height: 50px;
}

@media only screen and (max-width:767px) {
	.footi-area1 {
		padding: 205px 10px 30px 10px!important;
	}

	.contactpg {
		padding: 20px 0!important;
	}
}

.contactpg {
	padding: 55px;
}

.centered 
{
	position: absolute;
	top: 66%;
	left: 45%;
	width: 100% !important;
	color: #fff !important;
	text-align: center;
	transform: translate(-45%, -70%);
}
.centeredd 
{
	position: absolute;
	top: 46%;
	left: 45%;
	width: 100% !important;
	color: #fff !important;
	text-align: center;
	transform: translate(-45%, -45%);
}

.boxneww1 {
	padding:25px 35px 7px;
	border-radius: 10px;
	background: #C8BFF4;
}

.imgabt2 {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.imgabt2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: none;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, rgb(9, 73, 73) 0%, rgb(9, 73, 73) 21%, rgba(9, 73, 73, 0) 81%, rgba(9, 73, 73, 0) 100%);
}

.imgabt2 p {
	color: #fff;
	position: absolute;
	left: 35px;
	bottom: 35px;
	font-size: 17px;
}

.imgabt2 h2 {
	color: #fff;
	position: absolute;
	left: 35px;
	bottom: 105px;
	font-size: 10vh;
}



@media only screen and (max-width:767px) {
	.para121 {
		padding-left: 15px!important;
		padding-right: 15px!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: #000;
	
	bottom: 0;
	content: "";
	left: 0%;
	position: absolute;
	right: 0;
	top: 0;
}


.captions {
	position: absolute;
	top: 60% !important;
	left: 21%;
	transform: translate(-15%, -50%);
	font-size: 50px !important;
	text-align: center;
	width: 85%;
	color: #fff;
	text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	text-transform: uppercase;
}

.captionss {
	position: absolute;
	top: 55%;
	left: 21%;
	transform: translate(-15%, -50%);
	text-align: center;
	width: 85%;
	color: #fff;
}

/*reviews*/

.review_section .review_parent:nth-child(odd) {
	transform: translate(0px, 600px);
	opacity: 0;
	visibility: hidden;
	transition: all 600ms ease-in-out;
}
.review_section .review_parent.animate {
	transform: translate(0px, 0px);
	opacity: 1;
	visibility: visible;
}

.review_title img {
	height: 44px;
	width: auto;
}

@media only screen and (max-width:767px) {
	.review_wrapper {
		margin-bottom: 25px;
	}
}

.review_wrapper {
	position: relative;
	padding: 50px 30px;
	border: 2px solid #063232;
	border-bottom-right-radius: 45%;
	padding-bottom: 100px;
	padding-right: 50px;
}
.review_icon {
	position: absolute;
	top: -23px;
	right: -2px;
}
.client_image {
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translate(-50%, 0);
	border: 2px solid #063232;
	border-radius: 50%;
	height: 130px;
	width: 130px;
	padding: 7px;
	background: #fff;
}
.client_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.review_wrapper p {
	margin-bottom: 40px;
}
.client {
	position: relative;
}
.client::before {
	position: absolute;
	content: "";
	top: -20px;
	left: 0;
	width: 60px;
	height: 3px;
	background: #e3572b;
	border-radius: 10px;
}
.client h4 {
	font-size: 17px;
	font-weight: 700;
	color: #063232;
}

.client1 {
	position: relative;
}
.client1::before {
	position: absolute;
	content: "";
	top: -20px;
	left: 40%;
	width: 60px;
	height: 3px;
	background: #e3572b;
	border-radius: 10px;
}
.client1 h4 {
	font-size: 17px;
	font-weight: 700;
	color: #063232;
}

.review_parent:nth-child(3) .review_wrapper,
.review_parent:nth-child(2) .review_wrapper {
	border-bottom-left-radius: 45%;
	text-align: center;
	padding-right: 30px;
}
.review_parent:nth-child(3) .review_wrapper .client,
.review_parent:nth-child(2) .review_wrapper .client {
	display: inline-block;
}

.review_parent:nth-child(3) .review_wrapper {
	border-bottom-left-radius: 45%;
	border-bottom-right-radius: inherit;
	text-align: right;
	padding-left: 50px;
}
.review_parent:nth-child(3) .review_wrapper .review_icon {
	transform: rotateY(180deg);
	right: auto;
	left: -2px;
}

.review_parent:nth-child(3) .review_wrapper .client::before {
	left: auto;
	right: 0;
}

/*process*/

.process-section .section-heading {
	margin-bottom: 85px;
}

.process-item {
	background-color: #fff;
	padding: 35px 10px;
	text-align: center;
	position: relative;
	border: 1px dashed transparent;
	transition: 0.3s all ease-in-out;
}

.process-item:hover {
	border: 1px dashed #063232;
}

.process-item .process-icon {
	background-color: #77AB1A;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.3s all ease-in-out;
}

.process-item:hover .process-icon {
	background-color: #063232;
}

.process-item .process-icon i {
	color: #fff;
	font-size: 40px;
	padding: 14px;
}

.process-item .process-content h2 {
	font-family: 'caveat', sans-serif;
	line-height: 1;
	margin: 15px 0;
	color: #838d97;
	font-style: italic;
}

.process-item .process-content h3 {
	color: #063232;
	line-height: 1;
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.7px;
}

.process-item .process-content p {
	margin-bottom: 0;
}



.nav-tabs2 {
	border-bottom: none!important;
	width: fit-content;
}

.nav-tabs2>li {
	float: left;
}

.nav-tabs2>li>a {
	font-size: 16px;
	border: 2px solid #063232;
	padding:8px 10px;
	text-align: center;
	color: #063232;
	margin-bottom: 30px;
	background: transparent;
	border-radius: 5px;
	padding-right: 10px;
	margin-right: 5px;
}

.nav-tabs2>li>a:hover {
	color: #fff;
	background-color:#063232;
	border: 2px solid #063232;
}

.nav-tabs2>li.active>a, .nav-tabs2>li.active>a:focus, .nav-tabs2>li.active>a:hover {
	background:#063232!important;
	color:#fff;
	border: 2px solid #063232!important;
}

@media only screen and  (max-width: 767px) 
{
	.nav-tabs2 li>a {font-size: 13px!important;
		text-align: center;
		margin-bottom: 10px;
	}
	.nav-tabs2 {
		width: auto;
	}
}


.portfolio .portfolio-img{
	overflow: hidden;
	position: relative;
}
.portfolio .portfolio-img img{
	width:100%;
	height: 300px;
	transform: scale(1,1);
	transition:all 0.50s ease 0s;
}
.portfolio:hover .portfolio-img img{
	transform: scale(1.1,1.1);
}
.portfolio .portfolio-layer{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	bottom:0;
	text-align:center;
	opacity:0;
	transform:scale(0.4,0.4);
	background: rgba(0, 0, 0,0.5);
	transition:all 0.20s ease-in-out;
}
.portfolio .portfolio-img:hover .portfolio-layer{
	transform: scale(1,1);
	opacity:1;
}
.portfolio .portfolio-layer a{
	position: relative;
	top:55%;
	left: 3%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.portfolio .portfolio-layer p {
	position: relative;
	top:180px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 26px;
}

.portfolio .fa-search{
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	margin-right:5%;
	transition: all 0.50s ease;
}

.portfolio .fa-search:hover{
	border-radius:20%;
	text-decoration:none;
}


.ss {
	padding: 15px;
}

@media only screen and (max-width:767px) {
	.boxlimo2 {
		padding: 15px!important;
	}

	.ss {
		padding: 0px!important;
	}
}

@media only screen and (max-width:767px) {
	.boxlimo2 {
		padding: 15px!important;
	}

	.ss {
		padding: 0px!important;
	}
}

.boxlimo2 {
	padding: 35px;
	background-image: linear-gradient(320deg, #1d3557, #182347);
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
	height: 500px;
}

.boxlimo2 h3 { 
	color: #fff;
}

.boxlimo2 p { 
	color: #fff!important;
}


.footpad {
	padding: 10px 40px;
}

@media only screen and (max-width:767px) {
	.footpad {
		padding: 10px!important;
	}
}