/*---------------------------------------------Template Name: Clenix HTML TemplateTemplate URL: http://www.radiustheme.com/demo/html/clenix/Description: Cleaning Company & Cleaning Services HTML TemplateAuthor: RadiusThemeAuthor URL: http://www.radiustheme.com Version: 1.0 ===================   CSS INDEX===================1. Typography2. Bootstrap Overwrite    2.1 Form    2.2 Grid    2.3 Media Object3. Vendor Custom Style     3.1 Nivo Slider    3.2 Owl Carousel Nav Style    3.3 Select 2 Style4. Template Layout Style    4.1 Content    4.2 Footer    4.3 Global    4.4 Header Menu    4.5 Section Heading    4.6 Pagination    4.7 Widget5. Template Page Style    5.1 About Us    5.2 Banner    5.3 Blog    5.4 Brand    5.5 Call To Action    5.6 Coming Soon    5.7 Contact Page    5.8 Error Page    5.9 Faq Page    5.10 Pricing Table    5.11 Process    5.12 Progress    5.13 Project    5.14 Service    5.15 Shop Page    5.16 Team    5.17 Testimonial    5.18 Why Choose Us6. Helper Classes    6.1 Background    6.2 Border    6.3 Margin    6.4 Misc    6.5 Padding    6.6 Text /*=======================================================================1. Typography =========================================================================*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900|Poppins:300,400,500,600,700,800,900);
html {
	height: 100%;
	font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
	html {
		font-size: 60%;
	}
}
@media only screen and (max-width: 991px) {
	html {
		font-size: 55%;
	}
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 50%;
	}
}
@media only screen and (max-width: 479px) {
	html {
		font-size: 45%;
	}
}
@media only screen and (max-width: 320px) {
	html {
		font-size: 40%;
	}
}
body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	height: 100%;
	line-height: 30px;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: #646464;
	background-color: #ffffff;
}
p {
	margin: 0 0 2rem 0;
	color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 2rem 0;
	color: #ca4911;
}
h1,
h2 {
	line-height: 48px;
}
h3,
h4,
h5 {
	line-height: 30px;
}
h1 {
	font-size: 46px;
}
@media only screen and (max-width: 1199px) {
	h1 {
		font-size: 42px;
	}
}
@media only screen and (max-width: 991px) {
	h1 {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 575px) {
	h1 {
		font-size: 28px;
	}
}
h2 {
	font-size: 36px;
}
@media only screen and (max-width: 1199px) {
	h2 {
		font-size: 34px;
	}
}
@media only screen and (max-width: 991px) {
	h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	h2 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 575px) {
	h2 {
		font-size: 26px;
	}
}
h3 {
	font-size: 22px;
}
@media only screen and (max-width: 767px) {
	h3 {
		font-size: 20px;
	}
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/*=======================================================================2. Bootstrap Overwrite=========================================================================*/

/*------------------- 2.1 Form -------------------*/

.form-group {
	position: relative;
}
.form-group .form-control {
	font-size: 16px;
	color: #646464;
	padding: 10px 15px;
	border: none;
}
.form-group .form-control:focus {
	outline: none;
	box-shadow: none;
}
.form-group input {
	height: 50px;
}
.form-group:last-child {
	margin-bottom: 0;
}
.form-group.datetime-picker i {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*------------------- 2.2 Grid -------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters >[class^="col-"],
.row.no-gutters >[class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.row.gutters-1 {
	padding-left: 14.5px;
	padding-right: 14.5px;
}
.row.gutters-1 >[class^="col-"] {
	padding-left: 0.5px;
	padding-right: 0.5px;
}
.row.gutters-2 {
	padding-left: 14px;
	padding-right: 14px;
}
.row.gutters-2 >[class^="col-"] {
	padding-left: 1px;
	padding-right: 1px;
}
.row.gutters-3 {
	padding-left: 13.5px;
	padding-right: 13.5px;
}
.row.gutters-3 >[class^="col-"] {
	padding-left: 1.5px;
	padding-right: 1.5px;
}
.row.gutters-4 {
	padding-left: 13px;
	padding-right: 13px;
}
.row.gutters-4 >[class^="col-"] {
	padding-left: 2px;
	padding-right: 2px;
}
.row.gutters-5 {
	padding-left: 12.5px;
	padding-right: 12.5px;
}
.row.gutters-5 >[class^="col-"] {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.row.gutters-6 {
	padding-left: 12px;
	padding-right: 12px;
}
.row.gutters-6 >[class^="col-"] {
	padding-left: 3px;
	padding-right: 3px;
}
.row.gutters-7 {
	padding-left: 11.5px;
	padding-right: 11.5px;
}
.row.gutters-7 >[class^="col-"] {
	padding-left: 3.5px;
	padding-right: 3.5px;
}
.row.gutters-8 {
	padding-left: 11px;
	padding-right: 11px;
}
.row.gutters-8 >[class^="col-"] {
	padding-left: 4px;
	padding-right: 4px;
}
.row.gutters-9 {
	padding-left: 10.5px;
	padding-right: 10.5px;
}
.row.gutters-9 >[class^="col-"] {
	padding-left: 4.5px;
	padding-right: 4.5px;
}
.row.gutters-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.row.gutters-10 >[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.row.gutters-11 {
	padding-left: 9.5px;
	padding-right: 9.5px;
}
.row.gutters-11 >[class^="col-"] {
	padding-left: 5.5px;
	padding-right: 5.5px;
}
.row.gutters-12 {
	padding-left: 9px;
	padding-right: 9px;
}
.row.gutters-12 >[class^="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}
.row.gutters-13 {
	padding-left: 8.5px;
	padding-right: 8.5px;
}
.row.gutters-13 >[class^="col-"] {
	padding-left: 6.5px;
	padding-right: 6.5px;
}
.row.gutters-14 {
	padding-left: 8px;
	padding-right: 8px;
}
.row.gutters-14 >[class^="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}
.row.gutters-15 {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.row.gutters-15 >[class^="col-"] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.row.gutters-20 {
	padding-left: 5px;
	padding-right: 5px;
}
.row.gutters-20 >[class^="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.row.gutters-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.row.gutters-40 >[class^="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (max-width: 575px) {
	.row.gutters-40 {
		margin-left: 0;
		margin-right: 0;
	}
	.row.gutters-40 >[class^="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.row.gutters-50 {
	margin-left: -25px;
	margin-right: -25px;
}
.row.gutters-50 >[class^="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}
@media only screen and (max-width: 575px) {
	.row.gutters-50 {
		margin-left: 0;
		margin-right: 0;
	}
	.row.gutters-50 >[class^="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*------------------- 2.3 Media Object -------------------*/

.media-body {
	margin-left: 3rem;
}
.media-body.mg-right {
	margin-left: 0;
	margin-right: 3rem;
}
.media-body.space-xl {
	margin-left: 50px;
}
.media-body.space-lg {
	margin-left: 40px;
}
.media-body.space-md {
	margin-left: 20px;
}
.media-body.space-sm {
	margin-left: 15px;
}
.media-body.space-xs {
	margin-left: 10px;
}
.media-body.media-body-box {
	padding: 20px 20px 20px 3rem;
	margin-left: 0;
}
.media-body.media-body-box p {
	margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
	.media-none--lg {
		display: block;
	}
	.media-none--lg > div {
		width: 100%;
	}
	.media-none--lg img {
		width: 100%;
	}
	.media-none--lg img.media-img-auto {
		width: auto;
	}
	.media-none--lg .media-body,
	.media-none--lg .media-body.space-xl,
	.media-none--lg .media-body.space-lg,
	.media-none--lg .media-body.space-md,
	.media-none--lg .media-body.space-sm,
	.media-none--lg .media-body.space-xs {
		margin-top: 20px;
		margin-left: 0;
	}
	.media-none--lg .media-body.media-body-box {
		margin-top: 0;
		margin-left: 0;
		padding: 3rem;
	}
}
@media only screen and (max-width: 991px) {
	.media-none--md {
		display: block;
	}
	.media-none--md > div {
		width: 100%;
	}
	.media-none--md img {
		width: 100%;
	}
	.media-none--md img.media-img-auto {
		width: auto;
	}
	.media-none--md .media-body,
	.media-none--md .media-body.space-xl,
	.media-none--md .media-body.space-lg,
	.media-none--md .media-body.space-md,
	.media-none--md .media-body.space-sm,
	.media-none--md .media-body.space-xs {
		margin-top: 20px;
		margin-left: 0;
	}
	.media-none--md .media-body.media-body-box {
		margin-top: 0;
		margin-left: 0;
		padding: 3rem;
	}
}
@media only screen and (max-width: 767px) {
	.media-none--sm {
		display: block;
	}
	.media-none--sm > div {
		width: 100%;
	}
	.media-none--sm img {
		width: 100%;
	}
	.media-none--sm img.media-img-auto {
		width: auto;
	}
	.media-none--sm .media-body,
	.media-none--sm .media-body.space-xl,
	.media-none--sm .media-body.space-lg,
	.media-none--sm .media-body.space-md,
	.media-none--sm .media-body.space-sm,
	.media-none--sm .media-body.space-xs {
		margin-top: 20px;
		margin-left: 0;
	}
	.media-none--sm .media-body.media-body-box {
		margin-top: 0;
		margin-left: 0;
		padding: 3rem;
	}
}
@media only screen and (max-width: 575px) {
	.media-none--xs {
		display: block;
	}
	.media-none--xs > div {
		width: 100%;
	}
	.media-none--xs img {
		width: 100%;
	}
	.media-none--xs img.media-img-auto {
		width: auto;
	}
	.media-none--xs .media-body,
	.media-none--xs .media-body.space-xl,
	.media-none--xs .media-body.space-lg,
	.media-none--xs .media-body.space-md,
	.media-none--xs .media-body.space-sm,
	.media-none--xs .media-body.space-xs {
		margin-top: 20px;
		margin-left: 0;
	}
	.media-none--xs .media-body.media-body-box {
		margin-top: 0;
		margin-left: 0;
		padding: 3rem;
	}
}
@media only screen and (max-width: 479px) {
	.media-none-mb {
		display: block;
	}
	.media-none-mb > div {
		width: 100%;
	}
	.media-none-mb img {
		width: 100%;
	}
	.media-none-mb img.media-img-auto {
		width: auto;
	}
	.media-none-mb .media-body,
	.media-none-mb .media-body.space-xl,
	.media-none-mb .media-body.space-lg,
	.media-none-mb .media-body.space-md,
	.media-none-mb .media-body.space-sm,
	.media-none-mb .media-body.space-xs {
		margin-top: 20px;
		margin-left: 0;
	}
	.media-none-mb .media-body.media-body-box {
		margin-top: 0;
		margin-left: 0;
		padding: 3rem;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.media-none-lg {
		display: block;
	}
	.media-none-lg > div {
		width: 100%;
	}
	.media-none-lg img {
		width: 100%;
	}
	.media-none-lg img.media-img-auto {
		width: auto;
	}
	.media-none-lg .media-body,
	.media-none-lg .media-body.space-xl,
	.media-none-lg .media-body.space-lg,
	.media-none-lg .media-body.space-md,
	.media-none-lg .media-body.space-sm,
	.media-none-lg .media-body.space-xs {
		margin-top: 20px;
		margin-left: 0;
	}
	.media-none-lg .media-body.media-body-box {
		margin-top: 0;
		margin-left: 0;
		padding: 3rem;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.media-none-md {
		display: block;
	}
	.media-none-md > div {
		width: 100%;
	}
	.media-none-md img {
		width: 100%;
	}
	.media-none-md img.media-img-auto {
		width: auto;
	}
	.media-none-md .media-body,
	.media-none-md .media-body.space-xl,
	.media-none-md .media-body.space-lg,
	.media-none-md .media-body.space-md,
	.media-none-md .media-body.space-sm,
	.media-none-md .media-body.space-xs {
		margin-top: 20px;
		margin-left: 0;
	}
	.media-none-md .media-body.media-body-box {
		margin-top: 0;
		margin-left: 0;
		padding: 3rem;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.media-none-sm {
		display: block;
	}
	.media-none-sm > div {
		width: 100%;
	}
	.media-none-sm img {
		width: 100%;
	}
	.media-none-sm img.media-img-auto {
		width: auto;
	}
	.media-none-sm .media-body,
	.media-none-sm .media-body.space-xl,
	.media-none-sm .media-body.space-lg,
	.media-none-sm .media-body.space-md,
	.media-none-sm .media-body.space-sm,
	.media-none-sm .media-body.space-xs {
		margin-top: 20px;
		margin-left: 0;
	}
	.media-none-sm .media-body.media-body-box {
		margin-top: 0;
		margin-left: 0;
		padding: 3rem;
	}
}
@media (min-width: 480px) and (max-width: 575px) {
	.media-none-xs {
		display: block;
	}
	.media-none-xs > div {
		width: 100%;
	}
	.media-none-xs img {
		width: 100%;
	}
	.media-none-xs img.media-img-auto {
		width: auto;
	}
	.media-none-xs .media-body,
	.media-none-xs .media-body.space-xl,
	.media-none-xs .media-body.space-lg,
	.media-none-xs .media-body.space-md,
	.media-none-xs .media-body.space-sm,
	.media-none-xs .media-body.space-xs {
		margin-top: 20px;
		margin-left: 0;
	}
	.media-none-xs .media-body.media-body-box {
		margin-top: 0;
		margin-left: 0;
		padding: 3rem;
	}
}
/*=======================================================================3. Vendor Custom Style=========================================================================*/

/*------------------- 3.1 Nivo Slider -------------------*/

.slider-area {
	position: relative;
}
.slider-area .nivo-controlNav {
	display: none;
}
.slider-area .nivo-directionNav a {
	z-index: 12;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
	.slider-area .nivo-directionNav a {
		visibility: hidden;
		opacity: 0;
	}
}
.slider-area .nivo-directionNav a.nivo-prevNav {
	left: 10%;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #111111;
	font-size: 0;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1440px) {
	.slider-area .nivo-directionNav a.nivo-prevNav {
		left: 3%;
	}
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
	margin-right: 2px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	left: 0;
	right: 0;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
	.slider-area .nivo-directionNav a.nivo-prevNav {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.slider-area .nivo-directionNav a.nivo-prevNav:before {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.slider-area .nivo-directionNav a.nivo-prevNav {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
	background-color: #ca4911;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
	color: #ffffff !important;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
	right: 10%;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #111111;
	font-size: 0;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1440px) {
	.slider-area .nivo-directionNav a.nivo-nextNav {
		right: 3%;
	}
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
	margin-left: 2px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	left: 0;
	right: 0;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
	.slider-area .nivo-directionNav a.nivo-nextNav {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.slider-area .nivo-directionNav a.nivo-nextNav:before {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.slider-area .nivo-directionNav a.nivo-nextNav {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
	background-color: #ca4911;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
	color: #ffffff !important;
}
.slider-area:hover a {
	opacity: 1;
	visibility: visible;
}
.slider-area .nivo-caption {
	opacity: 1;
	z-index: 12;
}
.slider-area .nivo-caption p {
	padding: 0;
}
.slider-area .slide-1 h1.slider-big-text,
.slider-area .slide-2 h1.slider-big-text,
.slider-area .slide-3 h1.slider-big-text {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	text-shadow: 3px 3px 3px #000;
	margin-bottom: 18px;
	line-height: 48px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	background: #00000054;
	        padding: 0px 20px;
}
.slider-area .slide-1 h1.slider-big-text span,
.slider-area .slide-2 h1.slider-big-text span,
.slider-area .slide-3 h1.slider-big-text span {
	display: block;
}
@media only screen and (max-width: 1199px) {
	.slider-area .slide-1 h1.slider-big-text,
	.slider-area .slide-2 h1.slider-big-text,
	.slider-area .slide-3 h1.slider-big-text {
		font-size: 40px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.slider-area .slide-1 h1.slider-big-text,
	.slider-area .slide-2 h1.slider-big-text,
	.slider-area .slide-3 h1.slider-big-text {
		font-size: 30px;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.slider-area .slide-1 h1.slider-big-text,
	.slider-area .slide-2 h1.slider-big-text,
	.slider-area .slide-3 h1.slider-big-text {
		font-size: 28px;
		text-align: center;
	}
}
@media only screen and (max-width: 575px) {
	.slider-area .slide-1 h1.slider-big-text,
	.slider-area .slide-2 h1.slider-big-text,
	.slider-area .slide-3 h1.slider-big-text {
		font-size: 26px;
	}
}
@media only screen and (max-width: 479px) {
	.slider-area .slide-1 h1.slider-big-text,
	.slider-area .slide-2 h1.slider-big-text,
	.slider-area .slide-3 h1.slider-big-text {
		font-size: 22px;
	}
}
.slider-area .slide-1 h1.slider-big-text.text-light,
.slider-area .slide-2 h1.slider-big-text.text-light,
.slider-area .slide-3 h1.slider-big-text.text-light {
	color: #ffffff;
}
.slider-area .slide-1 div.slider-sub-text,
.slider-area .slide-2 div.slider-sub-text,
.slider-area .slide-3 div.slider-sub-text {
	font-size: 24px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	margin-bottom: 20px;
	    background: #00000054;
	        padding: 0px 20px;
}
@media only screen and (max-width: 1199px) {
	.slider-area .slide-1 div.slider-sub-text,
	.slider-area .slide-2 div.slider-sub-text,
	.slider-area .slide-3 div.slider-sub-text {
		margin-bottom: 15px;
		font-size: 22px;
	}
}
@media only screen and (max-width: 991px) {
	.slider-area .slide-1 div.slider-sub-text,
	.slider-area .slide-2 div.slider-sub-text,
	.slider-area .slide-3 div.slider-sub-text {
		font-size: 20px;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.slider-area .slide-1 div.slider-sub-text,
	.slider-area .slide-2 div.slider-sub-text,
	.slider-area .slide-3 div.slider-sub-text {
		text-align: center;
	}
}
@media only screen and (max-width: 575px) {
	.slider-area .slide-1 div.slider-sub-text,
	.slider-area .slide-2 div.slider-sub-text,
	.slider-area .slide-3 div.slider-sub-text {
		display: none;
	}
}
.slider-area .slide-1 div.slider-sub-text.text-light,
.slider-area .slide-2 div.slider-sub-text.text-light,
.slider-area .slide-3 div.slider-sub-text.text-light {
	color: #ffffff;
}
.slider-area .slide-1 div.slider-paragraph,
.slider-area .slide-2 div.slider-paragraph,
.slider-area .slide-3 div.slider-paragraph {
	color: #444444;
	margin-bottom: 20px;
	width: 40%;
}
@media only screen and (max-width: 1199px) {
	.slider-area .slide-1 div.slider-paragraph,
	.slider-area .slide-2 div.slider-paragraph,
	.slider-area .slide-3 div.slider-paragraph {
		width: 50%;
	}
}
@media only screen and (max-width: 991px) {
	.slider-area .slide-1 div.slider-paragraph,
	.slider-area .slide-2 div.slider-paragraph,
	.slider-area .slide-3 div.slider-paragraph {
		width: 65%;
	}
}
@media only screen and (max-width: 767px) {
	.slider-area .slide-1 div.slider-paragraph,
	.slider-area .slide-2 div.slider-paragraph,
	.slider-area .slide-3 div.slider-paragraph {
		width: 100%;
		text-align: center;
		color: #000000;
	}
}
@media only screen and (max-width: 575px) {
	.slider-area .slide-1 div.slider-paragraph,
	.slider-area .slide-2 div.slider-paragraph,
	.slider-area .slide-3 div.slider-paragraph {
		display: none;
	}
}
.slider-area .slide-1 div.slider-paragraph.text-light,
.slider-area .slide-2 div.slider-paragraph.text-light,
.slider-area .slide-3 div.slider-paragraph.text-light {
	color: #ffffff;
}
.slider-area .slide-1 .slider-big-text.padding-right,
.slider-area .slide-2 .slider-big-text.padding-right,
.slider-area .slide-3 .slider-big-text.padding-right,
.slider-area .slide-1 .slider-sub-text.padding-right,
.slider-area .slide-2 .slider-sub-text.padding-right,
.slider-area .slide-3 .slider-sub-text.padding-right,
.slider-area .slide-1 .slider-paragraph.padding-right,
.slider-area .slide-2 .slider-paragraph.padding-right,
.slider-area .slide-3 .slider-paragraph.padding-right {
	padding-right: 60%;
}
.slider-area .slide-1 .slider-big-text.padding-left,
.slider-area .slide-2 .slider-big-text.padding-left,
.slider-area .slide-3 .slider-big-text.padding-left,
.slider-area .slide-1 .slider-sub-text.padding-left,
.slider-area .slide-2 .slider-sub-text.padding-left,
.slider-area .slide-3 .slider-sub-text.padding-left,
.slider-area .slide-1 .slider-paragraph.padding-left,
.slider-area .slide-2 .slider-paragraph.padding-left,
.slider-area .slide-3 .slider-paragraph.padding-left {
	padding-left: 60%;
}
.slider-area .slider-btn-area {
	margin-top: 34px;
}
@media only screen and (max-width: 991px) {
	.slider-area .slider-btn-area {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.slider-area .slider-btn-area {
		display: none;
	}
}
.slider-area .slider-btn-area a.item-btn-fill {
	padding: 15px 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fef22e;
	color: #111111;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease-out;
}
.slider-area .slider-btn-area a.item-btn-fill i {
	margin-left: 8px;
}
.slider-area .slider-btn-area a.item-btn-fill:after {
	content: "";
	height: 100%;
	width: 0;
	background-color: #ca4911;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: all 0.3s ease-out;
}
.slider-area .slider-btn-area a.item-btn-fill:hover {
	color: #ffffff;
}
.slider-area .slider-btn-area a.item-btn-fill:hover:after {
	width: 100%;
	left: 0;
}
.slider-layout1 .slide-1 h1.slider-big-text,
.slider-layout1 .slide-2 h1.slider-big-text,
.slider-layout1 .slide-3 h1.slider-big-text {
	animation: fadeInLeft 2000ms ease-in-out;
}
.slider-layout1 .slide-1 div.slider-sub-text,
.slider-layout1 .slide-2 div.slider-sub-text,
.slider-layout1 .slide-3 div.slider-sub-text {
	animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout1 .slide-1 div.slider-paragraph,
.slider-layout1 .slide-2 div.slider-paragraph,
.slider-layout1 .slide-3 div.slider-paragraph {
	animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout1 .slider-btn-area {
	animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout2 .slide-1 h1.slider-big-text,
.slider-layout2 .slide-2 h1.slider-big-text,
.slider-layout2 .slide-3 h1.slider-big-text {
	animation: fadeInLeft 2000ms ease-in-out;
}
.slider-layout2 .slide-1 div.slider-sub-text,
.slider-layout2 .slide-2 div.slider-sub-text,
.slider-layout2 .slide-3 div.slider-sub-text {
	animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout2 .slide-1 div.slider-paragraph,
.slider-layout2 .slide-2 div.slider-paragraph,
.slider-layout2 .slide-3 div.slider-paragraph {
	animation: fadeInUp 1500ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
	.slider-layout2 .slide-1 div.slider-paragraph,
	.slider-layout2 .slide-2 div.slider-paragraph,
	.slider-layout2 .slide-3 div.slider-paragraph {
		display: none;
	}
}
.slider-layout2 .slider-btn-area {
	animation: fadeInUp 2000ms ease-in-out;
}
/*------------------- 3.2 Owl Carousel Nav Style -------------------*/

.nav-control-layout1 {
	z-index: 2;
}
.nav-control-layout1 .owl-nav {
	margin-top: 0;
}
.nav-control-layout1 .owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff !important;
	background: #ca4911 !important;
	height: 4rem;
	width: 4.5rem;
	border-radius: 4px;
	border: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	visibility: hidden;
	opacity: 0;
}
.nav-control-layout1 .owl-nav button i {
	font-size: 20px;
}
.nav-control-layout1 .owl-nav button i:before {
	font-size: 20px;
	font-weight: 600;
}
.nav-control-layout1 .owl-nav button:hover {
	background: #fef22e !important;
	color: #ffffff;
}
.nav-control-layout1 .owl-nav button:focus {
	outline: none;
}
.nav-control-layout1 .owl-nav .owl-prev {
	left: -6rem;
}
@media only screen and (max-width: 1399px) {
	.nav-control-layout1 .owl-nav .owl-prev {
		left: 0;
	}
}
.nav-control-layout1 .owl-nav .owl-next {
	right: -6rem;
}
@media only screen and (max-width: 1399px) {
	.nav-control-layout1 .owl-nav .owl-next {
		right: 0;
	}
}
.nav-control-layout1:hover .owl-nav button {
	visibility: visible;
	opacity: 1;
}
.nav-control-layout2 .owl-nav {
	margin-top: 0;
}
.nav-control-layout2 .owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #111111 !important;
	background: #ffffff !important;
	height: 6rem;
	width: 6rem;
	border-radius: 50%;
	border: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-nav button i {
	margin-top: 3px;
	font-size: 20px;
}
.nav-control-layout2 .owl-nav button i:before {
	font-size: 20px;
	font-weight: 600;
}
.nav-control-layout2 .owl-nav button:hover {
	background: #ca4911 !important;
	color: #ffffff !important;
}
.nav-control-layout2 .owl-nav button:focus {
	outline: none;
}
.nav-control-layout2 .owl-nav .owl-prev {
	left: 4rem;
}
@media only screen and (max-width: 1399px) {
	.nav-control-layout2 .owl-nav .owl-prev {
		left: 0;
	}
}
.nav-control-layout2 .owl-nav .owl-next {
	right: 4rem;
}
@media only screen and (max-width: 1399px) {
	.nav-control-layout2 .owl-nav .owl-next {
		right: 0;
	}
}
.nav-control-layout3 .owl-nav {
	margin-top: 0;
}
.nav-control-layout3 .owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fef22e !important;
	background: transparent !important;
	border: 2px solid #ffffff !important;
	height: 6rem;
	width: 6rem;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav-control-layout3 .owl-nav button i {
	font-size: 20px;
}
.nav-control-layout3 .owl-nav button i:before {
	font-size: 20px;
	font-weight: 600;
}
.nav-control-layout3 .owl-nav button:hover {
	background: #ffffff !important;
	color: #ca4911 !important;
}
.nav-control-layout3 .owl-nav button:focus {
	outline: none;
}
@media only screen and (max-width: 767px) {
	.nav-control-layout3 .owl-nav button {
		visibility: hidden;
		opacity: 0;
	}
}
.nav-control-layout3 .owl-nav .owl-prev {
	left: 4rem;
}
@media only screen and (max-width: 1399px) {
	.nav-control-layout3 .owl-nav .owl-prev {
		left: 0;
	}
}
.nav-control-layout3 .owl-nav .owl-next {
	right: 4rem;
}
@media only screen and (max-width: 1399px) {
	.nav-control-layout3 .owl-nav .owl-next {
		right: 0;
	}
}
.dot-control-layout1 {
	position: relative;
}
.dot-control-layout1 .owl-dots {
	text-align: center;
	margin-top: 60px;
}
.dot-control-layout1 .owl-dots button {
	position: relative;
	height: 20px;
	width: 20px;
	padding: 0;
	margin: 0 3px;
	border: 2px solid rgba(161, 161, 161, 0.3);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.dot-control-layout1 .owl-dots button:after {
	content: "";
	height: 10px;
	width: 10px;
	background-color: #1c4163;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.dot-control-layout1 .owl-dots button:focus {
	outline: none;
}
.dot-control-layout1 .owl-dots button.active:after {
	visibility: visible;
	opacity: 1;
}
/*------------------- 3.3 Select 2 Style -------------------*/

.select2-container--classic .select2-selection--single {
	background: #ffffff;
	border: 1px solid #ffffff;
	height: 50px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #646464;
	padding-left: 15px;
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #f4f4f4;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background: none;
	border-left: none;
	height: 50px;
	top: 0;
	width: 40px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #444444 transparent transparent transparent;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #444444 transparent;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	background: #ffffff;
	border-color: #cccccc;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	background: #f4f4f4;
	border-color: #cccccc;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #cccccc;
	position: inherit !important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #0529a4;
}
/*=======================================================================4. Template Layout Style=========================================================================*/

/*------------------- 4.1 Content -------------------*/

.inner-page-banner {
	display: block;
	padding: 11.4rem 0 10rem;
}
.inner-page-banner .breadcrumbs-area {
	text-align: center;
	position: relative;
	z-index: 1;
}
.inner-page-banner .breadcrumbs-area h1 {
	font-weight: 600;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 20px;
	text-shadow: 2px 2px 2px black;
}
@media only screen and (max-width: 991px) {
	.inner-page-banner .breadcrumbs-area h1 {
		margin-bottom: 5px;
		line-height: 1.5;
	}
}
.inner-page-banner .breadcrumbs-area ul li {
	display: inline-block;
	color: #fef22e;
	font-size: 16px;
	position: relative;
	margin-right: 15px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.inner-page-banner .breadcrumbs-area ul li:before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	right: -10px;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li a {
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.inner-page-banner .breadcrumbs-area ul li a:hover {
	color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
	display: none;
}
.fw-btn-fill {
	width: 100%;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	font-weight: 500;
	font-size: 16px;
	border: none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.fw-btn-fill i {
	margin-left: 8px;
}
.fw-btn-fill:hover {
	background-color: #ca4911;
	color: #ffffff;
}
.btn-fill-xl {
	border-radius: 4px;
	display: inline-block;
	padding: 12px 55px;
	font-weight: 500;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-fill-xl:hover {
	background-color: #ca4911;
	color: #ffffff;
}
.btn-fill-md {
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	padding: 14px 30px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-fill-md i:before {
	font-size: 16px;
	margin-left: 8px;
}
.btn-fill-md:hover {
	background-color: #ca4911;
	color: #ffffff;
}
.btn-fill-sm {
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	padding: 14px 25px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-fill-sm i:before {
	font-size: 16px;
	margin-left: 6px;
}
.btn-fill-sm:hover {
	background-color: #ca4911;
	color: #ffffff;
}
.btn-fill-xs {
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	padding: 10px 30px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-fill-xs i:before {
	font-size: 16px;
	margin-left: 8px;
}
.btn-fill-xs:hover {
	background-color: #ca4911;
	color: #ffffff;
}
.hover-textprimary:hover {
	background-color: #ffffff;
	color: #ca4911;
}
.btn-slide-hover {
	position: relative;
	z-index: 2;
}
.btn-slide-hover:after {
	content: "";
	height: 100%;
	width: 0;
	background-color: #ca4911;
	border-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: all 0.3s ease-out;
}
.btn-slide-hover:hover {
	background-color: inherit;
}
.btn-slide-hover:hover:after {
	width: 100%;
	left: 0;
}
#preloader {
	background: #0d0121 url('img/preloader.gif') no-repeat scroll center center;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}
.scrollup {
	overflow: hidden;
	position: fixed;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 45px;
	bottom: -50px;
	right: 20px;
	text-align: center;
	z-index: 9999;
	background-color: rgba(17, 17, 17, 0.8);
	display: block;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
	display: inline-block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.scrollup:hover,
.scrollup:focus {
	color: #ffffff;
}
.scrollup:hover i,
.scrollup:focus i {
	-webkit-animation: toBottomFromTop20 0.5s forwards;
	animation: toBottomFromTop20 0.5s forwards;
}
.scrollup.back-top {
	bottom: 20px;
	display: none;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 #ca4911;
		box-shadow: 0 0 0 0 #ca4911;
	}
	40% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
	}
	70% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
	}
}
@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 #ca4911;
		box-shadow: 0 0 0 0 #ca4911;
	}
	40% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
	}
	70% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
	}
}
@-webkit-keyframes pulse2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 #ca4911;
		box-shadow: 0 0 0 0 #ca4911;
	}
	40% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
	}
}
@keyframes pulse2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 #ca4911;
		box-shadow: 0 0 0 0 #ca4911;
	}
	40% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
		box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
	}
}
@-webkit-keyframes animate-figure1 {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-20px) translateX(10px);
		transform: translateY(-20px) translateX(10px);
	}
	100% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
}
@keyframes animate-figure1 {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-20px) translateX(10px);
		transform: translateY(-20px) translateX(10px);
	}
	100% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
}
@-webkit-keyframes animate-figure2 {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-20px) translateX(-10px);
		transform: translateY(-20px) translateX(-10px);
	}
	100% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
}
@keyframes animate-figure2 {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-20px) translateX(-10px);
		transform: translateY(-20px) translateX(-10px);
	}
	100% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
}
@-webkit-keyframes animate-figure3 {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-10px) translateX(-40px);
		transform: translateY(-10px) translateX(-40px);
	}
	100% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
}
@keyframes animate-figure3 {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-10px) translateX(-40px);
		transform: translateY(-10px) translateX(-40px);
	}
	100% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
}
@-webkit-keyframes animate-figure4 {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-10px) translateX(40px);
		transform: translateY(-10px) translateX(40px);
	}
	100% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
}
@keyframes animate-figure4 {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	50% {
		-webkit-transform: translateY(-10px) translateX(40px);
		transform: translateY(-10px) translateX(40px);
	}
	100% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
}
/*------------------- 4.2 Footer -------------------*/

.footer-wrap-layout1 {
	background-color: #dedede;
}
.footer-top-box {
	padding: 9.4rem 0 4rem;
}
.footer-top-box .footer-box-layout1 {
	margin-bottom: 4rem;
}
@media only screen and (max-width: 575px) {
	.footer-top-box .footer-box-layout1 {
		text-align: center;
	}
}
.footer-top-box .footer-box-layout1 .footer-title {
	margin-bottom: 2.5rem;
}
.footer-top-box .footer-box-layout1 .footer-title h4 {
	color: #000;
	font-weight: 600;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li {
	margin-bottom: 12px;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li:last-child {
	margin-bottom: 0;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li a {
	font-size: 15px;
	color: #000;
	padding: 5px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li a:hover {
	color: #9a3509;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn {
	text-align: center;
	display: block;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #ffffff;
	border: 1px solid #006df0;
	padding: 12px;
	margin-top: 4.5rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn i {
	margin-right: 10px;
	color: #fef22e;
}
@media only screen and (max-width: 1199px) {
	.footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn {
		font-size: 14px;
	}
}
.footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn:hover {
	background-color: #006df0;
}
.footer-top-box .footer-box-layout1 .footer-newsletter {
	margin-bottom: 2.5rem;
}
.footer-top-box .footer-box-layout1 .footer-newsletter p {
	color: #dcdcdc;
	margin-bottom: 30px;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group {
	height: 50px;
	border-radius: 4px;
	padding: 0;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .form-control {
	border: none;
	box-shadow: none;
	border-radius: 4px 0 0 4px;
	background: #ffffff;
	color: #111111;
	font-size: 16px;
	height: 50px;
	padding: 10px 20px;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon {
	display: flex;
	padding: 0;
	border: none;
	border-radius: 0 4px 4px 0;
	background: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon button {
	cursor: pointer;
	background: #fef22e;
	border: 0;
	padding: 0 35px;
	font-size: 16px;
	font-weight: 700;
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon button:focus {
	outline: none;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon:hover button {
	background: #287ff9;
	color: #ffffff;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input {
	font-size: 16px;
	color: #ca4911;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input.form-control::-webkit-input-placeholder,
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group textarea.form-control::-webkit-input-placeholder {
	color: #aaaaaa;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input.form-control:-moz-placeholder,
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group textarea.form-control:-moz-placeholder {
	color: #aaaaaa;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input.form-control:-ms-input-placeholder,
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group textarea.form-control:-ms-input-placeholder {
	color: #aaaaaa;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li {
	display: inline-block;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li:first-child a {
	padding-left: 0;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li a {
	font-size: 16px;
	color: #9a3509;
	padding: 7px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li a:hover {
	color: #ffffff;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li:last-child a {
	padding-right: 0;
}
.footer-middle-box {
	padding: 1rem 0 6rem;
}
.footer-middle-box .footer-newsletter .item-title {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
	.footer-middle-box .footer-newsletter .item-title {
		text-align: center;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-middle-box .footer-newsletter .item-title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 575px) {
	.footer-middle-box .footer-newsletter .item-title {
		font-size: 20px;
	}
}
.footer-middle-box .footer-newsletter .stylish-input-group {
	height: 50px;
	border-radius: 4px;
	padding: 0;
}
.footer-middle-box .footer-newsletter .stylish-input-group .form-control {
	border: none;
	box-shadow: none;
	border-radius: 4px 0 0 4px;
	background: #ffffff;
	color: #111111;
	font-size: 16px;
	height: 50px;
	padding: 10px 20px;
}
.footer-middle-box .footer-newsletter .stylish-input-group .input-group-addon {
	display: flex;
	padding: 0;
	border: none;
	border-radius: 0 4px 4px 0;
	background: #fef22e;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-middle-box .footer-newsletter .stylish-input-group .input-group-addon button {
	cursor: pointer;
	background: transparent;
	border: 0;
	padding: 0 40px;
	font-size: 16px;
	font-weight: 700;
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-middle-box .footer-newsletter .stylish-input-group .input-group-addon button:focus {
	outline: none;
}
.footer-middle-box .footer-newsletter .stylish-input-group .input-group-addon:hover {
	background: #287ff9;
}
.footer-middle-box .footer-newsletter .stylish-input-group .input-group-addon:hover button {
	color: #ffffff;
}
.footer-middle-box .footer-newsletter .stylish-input-group input {
	font-size: 16px;
	color: #ca4911;
}
.footer-middle-box .footer-newsletter .stylish-input-group input.form-control::-webkit-input-placeholder,
.footer-middle-box .footer-newsletter .stylish-input-group textarea.form-control::-webkit-input-placeholder {
	color: #aaaaaa;
}
.footer-middle-box .footer-newsletter .stylish-input-group input.form-control:-moz-placeholder,
.footer-middle-box .footer-newsletter .stylish-input-group textarea.form-control:-moz-placeholder {
	color: #aaaaaa;
}
.footer-middle-box .footer-newsletter .stylish-input-group input.form-control:-ms-input-placeholder,
.footer-middle-box .footer-newsletter .stylish-input-group textarea.form-control:-ms-input-placeholder {
	color: #aaaaaa;
}
.footer-middle-box .footer-social {
	justify-content: flex-end;
	display: flex;
	padding: 6rem 0 0;
}
@media only screen and (max-width: 991px) {
	.footer-middle-box .footer-social {
		justify-content: center;
	}
}
.footer-middle-box .footer-social .item-title {
	font-size: 18px;
	color: #ffffff;
	margin: 0 15px 0 0;
}
@media only screen and (max-width: 479px) {
	.footer-middle-box .footer-social .item-title {
		font-size: 16px;
		margin: 0 10px 0 0;
	}
}
.footer-middle-box .footer-social .social-icon li {
	display: inline-block;
}
.footer-middle-box .footer-social .social-icon li a {
	font-size: 16px;
	color: #aaadc8;
	padding: 7px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 479px) {
	.footer-middle-box .footer-social .social-icon li a {
		padding: 5px;
		font-size: 14px;
	}
}
.footer-middle-box .footer-social .social-icon li a:hover {
	color: #ffffff;
}
.footer-middle-box .footer-social .social-icon li:last-child a {
	padding-right: 0;
}
.footer-bottom-box {
	border-top: 1px solid #2c4195;
	padding: 3.5rem 0;
}
@media only screen and (max-width: 767px) {
	.footer-bottom-box {
		text-align: center;
	}
}
.footer-bottom-box .copyright {
	font-size: 15px;
	color: #000;
}
@media only screen and (max-width: 767px) {
	.footer-bottom-box .copyright {
		margin-bottom: 10px;
	}
}
.footer-bottom-box .footer-bottom-menu {
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.footer-bottom-box .footer-bottom-menu {
		text-align: center;
	}
}
.footer-bottom-box .footer-bottom-menu ul li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.footer-bottom-box .footer-bottom-menu ul li:after {
	content: ".";
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	right: -14px;
}
.footer-bottom-box .footer-bottom-menu ul li a {
	font-size: 15px;
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-bottom-box .footer-bottom-menu ul li a:hover {
	color: #000;
}
.footer-bottom-box .footer-bottom-menu ul li:last-child {
	margin-right: 0;
}
.footer-bottom-box .footer-bottom-menu ul li:last-child:after {
	display: none;
}
/*------------------- 4.3 Global -------------------*/

a {
	text-decoration: none;
	cursor: pointer;
}
a:active,
a:hover,
a:focus {
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	outline: 0 none;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	/*list-style: outside none none;*/
	margin: 0;
	padding: 0;
}
.template-main-menu ul, .footer-menu-list, .footer_li{
	list-style: none;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	margin-left: 0;
}
.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
	margin-top: 10px;
	margin-bottom: 0;
}
.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
	margin-bottom: 0;
}
/*------------------- 4.4 Header Menu -------------------*/

header.header {
	position: relative;
	z-index: 15;
}
@media only screen and (max-width: 991px) {
	header.header {
		/*display: none;*/
	}
	#header-menu {
		display: none;
	}
}
.logo-area a {
	display: block;
}
.header-menu {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-menu:after {
	clear: both;
	content: "";
	display: block;
}
.header-menu nav.template-main-menu > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-menu nav.template-main-menu > ul > li > a {
	transition: all 0.3s ease-out;
}
.header-menu nav.template-main-menu > ul > li > a:hover {
	color: #3285f9;
}
nav.template-main-menu > ul > li {
	position: relative;
}
nav.template-main-menu > ul > li > a {
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	display: block;
	color: #ca4911;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
	border-top: 1px solid #ca4911;
	background-color: #ffffff;
	width: 250px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	border-radius: 0 0 4px 4px;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li {
	position: relative;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	color: #ca4911;
	padding: 12px 20px;
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:before {
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 15px;
	color: #ca4911;
	position: absolute;
	top: 12px;
	left: 20px;
	transform: scale(0);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
	color: #287ff9;
	padding-left: 40px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover:before {
	transform: scale(1);
}
@media only screen and (max-width: 1199px) {
	nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
		padding: 10px 15px;
	}
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 100%;
	border-bottom: 1px solid #e9e9e9;
	z-index: -1;
}
@media only screen and (max-width: 1199px) {
	nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
		left: 15px;
		right: 15px;
	}
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:last-child:after {
	border-bottom: none;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
	display: flex;
	align-items: center;
	border-top: 1px solid #ca4911;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li {
	min-width: 200px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a {
	font-size: 15px;
	text-transform: capitalize;
	color: #111111;
	padding: 8px 15px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:hover {
	color: #ffffff;
	background-color: #ca4911;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:last-child {
	padding-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu {
	background-color: #ffffff;
	border-top: 1px solid #ca4911;
	position: absolute;
	/*width: 100%;*/
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	/* padding: 20px 0 0;*/
	padding: 5px 0 0;
	transform: translateY(15px);
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	max-height: 500px;
	overflow-y: scroll;
}
nav.template-main-menu > ul > li .template-mega-menu .menu-ctg-title {
	/*font-size: 16px;*/
	font-size: 14px;
	font-weight: 500;
	color: #ca4911;
	/*margin-bottom: 15px;*/
	margin-bottom: 5px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu {
	margin-bottom: 20px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li {
	margin-bottom: 5px;
	/*padding-bottom: 7px;*/
	padding-bottom: 0px;
	border-bottom: 1px solid #ebebeb;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a {
	/*font-size: 15px;*/
	font-size: 12px;
	text-transform: capitalize;
	color: #ca4911;
	/* padding: 5px 15px 5px 30px;*/
	/* padding: 5px 5px 5px 5px;*/
	display: block;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
	position: relative;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a i {
	color: #ca4911;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover {
	color: #287ff9;
	/*padding: 5px 15px 5px 35px;*/
	/* padding: 5px 5px 5px 10px;*/
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover i {
	color: #ca4911;
	animation: toRightFromLeft10 0.5s;
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-1 {
	opacity: 1;
	visibility: visible;
	transform: translatey(0);
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-2 {
	opacity: 1;
	visibility: visible;
	transform: translatey(0);
}
nav.template-main-menu > ul > li:hover .template-mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translatey(0);
}
.header-menu.menu-layout1 {
	background-color: #ffffff;
	    border-bottom: 1px solid #c3c0bf;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
	padding: 25px 15px;
}
@media only screen and (max-width: 1199px) {
	.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
		padding: 40px 15px;
	}
}
.header-menu.menu-layout2 {
	background-color: #ca4911;
}
.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
	padding: 25px 20px;
	color: #ffffff;
}
@media only screen and (max-width: 1199px) {
	.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
		padding: 25px 15px;
	}
}
.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
	padding: 26px 20px;
	color: #ffffff;
}
@media only screen and (max-width: 1199px) {
	.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
		padding: 26px 15px;
	}
}
.header-menu.menu-layout3 nav.template-main-menu > ul > li .template-mega-menu {
	background-color: transparent;
	border-top: none;
	box-shadow: none;
	padding: 0;
}
.header-menu.menu-layout3 nav.template-main-menu > ul > li .template-mega-menu .mega-menu-small {
	padding: 20px 20px 0;
	border-top: 1px solid #ca4911;
}
.rt-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	left: 0;
	right: 0;
	background-color: #ffffff;
}
.rt-sticky nav.template-main-menu > ul > li > a {
	padding: 28px 18px;
}
@media only screen and (max-width: 1199px) {
	.rt-sticky nav.template-main-menu > ul > li > a {
		padding: 28px 15px;
	}
}
.header-menu.menu-layout1.rt-sticky {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
	padding: 28px 15px;
}
@media only screen and (max-width: 1199px) {
	.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
		padding: 28px 15px;
	}
}
.header-menu.menu-layout2.rt-sticky {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout3.rt-sticky {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	background-color: #ca4911;
}
@media only screen and (min-width: 992px) {
	.hide-on-desktop-menu {
		display: none !important;
	}
}
@media only screen and (max-width: 991px) {
	.hide-on-mobile-menu {
		display: none;
	}
}
.header-action-layout1 ul {
	display: flex;
	align-items: center;
}
.header-action-layout1 ul li {
	display: inline-block;
	margin-right: 25px;
}
.header-action-layout1 ul li:last-child {
	margin-right: 0;
}
.header-action-layout1 ul .header-action-number {
	display: flex;
	align-items: center;
}
.header-action-layout1 ul .header-action-number .item-icon {
	margin-right: 15px;
}
.header-action-layout1 ul .header-action-number .item-icon i:before {
	font-size: 30px;
	color: #ca4911;
}
.header-action-layout1 ul .header-action-number .item-content .item-title {
	line-height: 1;
	color: #111111;
}
.header-action-layout1 ul .header-action-number .item-content .item-number {
	font-weight: 700;
	font-size: 20px;
	color: #111111;
}
.header-action-layout1 ul .header-action-number-2 {
	display: flex;
	align-items: center;
}
.header-action-layout1 ul .header-action-number-2 .item-icon {
	position: relative;
	text-align: center;
	height: 38px;
	width: 38px;
	line-height: 38px;
	background-color: #fef22e;
	border-radius: 50%;
	margin-right: 20px;
	animation: pulse2 infinite 2s;
}
.header-action-layout1 ul .header-action-number-2 .item-icon:before {
	content: "";
	height: 48px;
	width: 48px;
	border: 1.5px solid #d7d7d7;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
	animation: pulse2 infinite 2s;
}
.header-action-layout1 ul .header-action-number-2 .item-icon:after {
	content: "";
	height: 58px;
	width: 58px;
	border: 2px solid #d7d7d7;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -10px;
	animation: pulse2 infinite 2s;
}
.header-action-layout1 ul .header-action-number-2 .item-icon i:before {
	font-size: 22px;
	color: #000000;
}
.header-action-layout1 ul .header-action-number-2 .item-content .item-number {
	color: #ca4911;
	font-size: 22px;
	font-weight: 500;
}
@media only screen and (max-width: 1199px) {
	.header-action-layout1 ul .header-action-number-2 .item-content .item-number {
		font-size: 20px;
	}
}
.header-action-layout1 ul .header-action-btn .item-btn {
	border-radius: 0 4px 4px 0;
	background-color: #fef22e;
	clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
	display: inline-block;
	padding: 20px 30px 20px 45px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 0.4px;
	margin-right: -1px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-action-layout1 ul .header-action-btn .item-btn i {
	margin-right: 10px;
}
.header-action-layout1 ul .header-action-btn .item-btn:hover {
	background-color: #287ff9;
	color: #ffffff;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn {
	border: none;
	border-radius: 4px;
	cursor: pointer;
	background-color: transparent;
	text-align: center;
	padding: 0;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn:focus {
	outline: none;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap {
	width: 36px;
	height: 17px;
	display: block;
	position: relative;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span {
	position: absolute;
	right: 0;
	height: 2px;
	width: 100%;
	background-color: #c8cfeb;
	display: block;
	opacity: 1;
	transform: rotate(0deg);
	margin: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(1n) {
	top: 0;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(2n) {
	width: 80%;
	top: 10px;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(3n) {
	top: 20px;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-btn-light {
	background-color: transparent;
	box-shadow: none;
	padding: 15px 0;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-btn-light .btn-icon-wrap span {
	background-color: #ffffff;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(1n) {
	top: 7px;
	transform: rotate(135deg);
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(2n) {
	left: 40px;
	opacity: 0;
	visibility: hidden;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(3n) {
	width: 100%;
	top: 7px;
	transform: rotate(-135deg);
}
.header-topbar-layout1 ul li {
	display: inline-block;
	margin-right: 30px;
}
.header-topbar-layout1 ul li:last-child {
	margin-right: 0;
}
.header-topbar-layout1 .header-top-left .social-icon a {
	padding-right: 8px;
	margin-right: 4px;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-topbar-layout1 .header-top-left .social-icon a:last-child {
	padding-right: 0;
	margin-right: 0;
}
.header-topbar-layout1 .header-top-left .social-icon a:hover {
	    color: #000000;
}
.header-topbar-layout1 .header-top-left .opening-hour {
	color: #ffffff;
	font-size: 15px;
}
.header-topbar-layout1 .header-top-left .opening-hour i {
	font-size: 16px;
	color: #ffffff;
	margin-right: 10px;
}
.header-topbar-layout1 .header-top-right .header-top-btn {
	display: block;
	background-color: #fef22e;
	padding: 8px 30px;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-topbar-layout1 .header-top-right .header-top-btn i {
	margin-right: 10px;
}
.header-topbar-layout1 .header-top-right .header-top-btn:hover {
	background-color: #000;
	color: #ffffff;
}
.header-topbar-layout2 .header-top-right .social-icon a {
	padding-right: 8px;
	margin-right: 5px;
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-topbar-layout2 .header-top-right .social-icon a:last-child {
	padding-right: 0;
	margin-right: 0;
}
.header-topbar-layout2 .header-top-right .social-icon a:hover {
	color: #287ff9;
}
.header-topbar-layout2 .header-top-right .social-icon.icon-light a {
	color: #dbdff1;
}
.header-topbar-layout2 .header-top-right .social-icon.icon-light a:hover {
	color: #ffffff;
}
.header-topbar-layout2 .header-top-left .item-location {
	color: #ca4911;
}
.header-topbar-layout2 .header-top-left .item-location i {
	font-size: 18px;
	color: #287ff9;
	margin-right: 10px;
}
.header-topbar-layout2 .header-top-left .search-bar-area li {
	display: inline-block;
	margin-right: 15px;
}
.header-topbar-layout2 .header-top-left .search-bar-area li:last-child {
	margin-right: 0;
}
.header-topbar-layout2 .header-top-left .search-bar-area .location-title {
	color: #fef22e;
	font-size: 15px;
}
.header-topbar-layout2 .header-top-left .search-bar-area .location-title i {
	font-size: 18px;
	color: #fef22e;
	margin-right: 12px;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group {
	height: 32px;
	border-radius: 4px;
	padding: 0;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .form-control {
	border: none;
	box-shadow: none;
	border-radius: 4px 0 0 4px;
	background: #ffffff;
	height: 32px;
	padding: 5px 20px;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .input-group-addon {
	display: flex;
	padding: 0;
	border: none;
	border-radius: 0 4px 4px 0;
	background: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .input-group-addon button {
	cursor: pointer;
	background: #fef22e;
	border-radius: 0 4px 4px 0;
	border: 0;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .input-group-addon button i {
	margin-left: 4px;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .input-group-addon button:focus {
	outline: none;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .input-group-addon:hover button {
	background: #287ff9;
	color: #ffffff;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group input {
	font-size: 14px;
	color: #ca4911;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
	font-size: 13px;
	color: #646464;
	font-style: italic;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group input.form-control:-moz-placeholder,
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group textarea.form-control:-moz-placeholder {
	font-size: 13px;
	color: #646464;
	font-style: italic;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
	font-size: 13px;
	color: #646464;
	font-style: italic;
}
.header-middlebar-layout1 {
	padding: 30px 0;
}
.header-middlebar-layout1 .middlebar-content ul li {
	display: inline-flex;
	align-items: center;
	margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
	.header-middlebar-layout1 .middlebar-content ul li {
		margin-right: 40px;
	}
}
.header-middlebar-layout1 .middlebar-content ul li:last-child {
	margin-right: 0;
}
.header-middlebar-layout1 .middlebar-content ul li .item-icon {
	margin-right: 15px;
}
.header-middlebar-layout1 .middlebar-content ul li .item-icon i:before {
	font-size: 34px;
	color: #287ff9;
}
.header-middlebar-layout1 .middlebar-content ul li .item-content .item-title {
	line-height: 1;
	color: #646464;
}
.header-middlebar-layout1 .middlebar-content ul li .item-content .item-subtitle {
	font-weight: 500;
	font-size: 16px;
	color: #111111;
}
.offcanvas-menu-wrap {
	width: 300px;
	position: fixed;
	transform: translateX(-100%);
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.5);
	z-index: 200;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap[data-position='right'] {
	left: auto;
	right: 0;
	transform: translateX(105%);
}
.offcanvas-menu-wrap .close-btn {
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 25px;
	font-size: 24px;
	font-weight: 500;
	color: #292828;
	padding: 10px;
}
.offcanvas-menu-wrap .offcanvas-content {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 6rem 0 5.5rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-logo a {
	display: block;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu {
	text-align: center;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item {
	margin-bottom: 20px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item a {
	font-size: 15px;
	font-weight: 500;
	color: #111111;
	padding: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item a:hover {
	color: #ca4911;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer {
	text-align: center;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .item-title {
	font-size: 15px;
	color: #acacac;
	margin-bottom: 14px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li {
	display: inline-block;
	margin-right: 6px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li:last-child {
	margin-right: 0;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li a {
	color: #444444;
	padding: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li a:hover {
	color: #ca4911;
}
div#wrapper.open > .offcanvas-mask {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 150;
	animation: slideInRight 500ms ease-in-out;
	transition: all 0.5s ease-in-out;
}
.mean-container .mean-bar {
	background: #ffffff !important;
	float: none;
	padding: 0 !important;
	position: fixed !important;
	top: 0;
	z-index: 20;
}
.mean-container .mean-bar:after {
	content: "";
	clear: both;
	display: block;
}
.mean-container .mean-bar a.logo-mobile-menu {
	width: 100%;
	background-color: rgba(222, 222, 222, 0.95);
	box-sizing: border-box;
}
.mean-container .mean-bar .mobile-menu-nav-back {
	padding-left: 15px;
	border-bottom: 1px solid #b2b2b2;
	position: relative;
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(248, 248, 248, 0.95);
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
}
.mean-container .mean-nav {
	float: none !important;
	background: transparent !important;
}
.mean-container .mean-nav > ul {
	overflow-y: scroll;
	height: 100vh;
}
.mean-container .mean-nav > ul:after {
	content: '';
	display: block;
	clear: both;
}
.mean-container .mean-nav > ul > li > a {
	font-size: 14px;
	color: #111111;
	font-weight: 700;
	background-color: #ebebeb;
	transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul > li > a:hover {
	color: #ca4911;
}
.mean-container .mean-nav > ul > li:hover > a {
	color: #ca4911;
	background-color: #ffffff;
}
.mean-container .mean-nav > ul > li li a {
	color: #111111;
	opacity: 1;
	font-weight: 500;
	padding: 0.5em 10%;
	font-size: 14px;
}
.mean-container .mean-nav > ul > li li a:hover {
	background-color: #ffffff;
}
.mean-container .mean-nav > ul > li a.mean-expand {
	background-color: transparent;
	margin-top: 0;
	height: 20px;
	line-height: 27px;
	width: 100%;
	text-align: right;
	font-size: 14px;
	padding: 12px 20px 12px 12px !important;
}
.mean-container .mean-nav > ul > li a.mean-expand:hover {
	background-color: transparent;
}
.mean-container a.meanmenu-reveal {
	float: none !important;
	position: absolute;
	top: 0;
	transition: unset;
	padding: 16px 14px 12px;
}
.mean-container #wrapper {
	padding-top: 50px;
}
/*------------------- 4.5 Section Heading -------------------*/

.heading-layout1 {
	text-align: center;
	margin-bottom: 3.2rem;
	position: relative;
}
.heading-layout1 h2 {
	font-weight: 700;
	color: #ca4911;
	margin-bottom: 12px;
}
.heading-layout1 p {
	width: 50%;
	margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
	.heading-layout1 p {
		width: 60%;
	}
}
@media only screen and (max-width: 991px) {
	.heading-layout1 p {
		width: 80%;
	}
}
@media only screen and (max-width: 767px) {
	.heading-layout1 p {
		width: 100%;
	}
}
.heading-layout1:after {
	content: url('img/figure/figure3.png');
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
}
.heading-layout2 {
	text-align: center;
	margin-bottom: 6rem;
}
.heading-layout2 h2 {
	font-weight: 700;
	color: #ca4911;
	margin-bottom: 12px;
}
.heading-layout2 h2 span {
	display: block;
}
@media only screen and (max-width: 991px) {
	.heading-layout2 h2 {
		line-height: 40px;
	}
}
.heading-layout2 p {
	width: 50%;
	margin: 0 auto;
}
.heading-layout3 {
	text-align: center;
	margin-bottom: 3.2rem;
	position: relative;
}
.heading-layout3 h2 {
	font-weight: 700;
	    color: #000;
	margin-bottom: 12px;
	    font-size: 28px; 
}
.heading-layout3 p {
	color: #000;
	width: 50%;
	margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
	.heading-layout3 p {
		width: 60%;
	}
}
@media only screen and (max-width: 991px) {
	.heading-layout3 p {
		width: 70%;
	}
}
@media only screen and (max-width: 767px) {
	.heading-layout3 p {
		width: 90%;
	}
}
@media only screen and (max-width: 575px) {
	.heading-layout3 p {
		width: 100%;
	}
}
.heading-layout3:after {
	content: url('img/figure/figure8.png');
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}
.heading-layout4 {
	margin-bottom: 26px;
	position: relative;
}
.heading-layout4 h3,
.heading-layout4 h4 {
	font-weight: 600;
	padding-left: 20px;
}
.heading-layout4:after {
	content: "";
	height: 24px;
	width: 3px;
	background-color: #287ff9;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
/*------------------- 4.6 Pagination -------------------*/

.pagination-layout1 ul li {
	display: inline-block;
	margin-right: 5px;
}
.pagination-layout1 ul li:last-child {
	margin-right: 0;
}
.pagination-layout1 ul li .nav-item {
	display: inline-block;
	background-color: #ededed;
	font-size: 20px;
	font-weight: 500;
	color: #444444;
	padding: 10px 20px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pagination-layout1 ul li .nav-item:hover {
	background-color: #287ff9;
	color: #ffffff;
}
.pagination-layout1 ul li .nav-item.active {
	background-color: #287ff9;
	color: #ffffff;
}
.pagination-layout2 {
	margin-bottom: 60px;
}
.pagination-layout2 .prev-btn .media .item-img {
	margin-top: 6px;
}
.pagination-layout2 .prev-btn .media .item-img img {
	border-radius: 4px;
}
.pagination-layout2 .prev-btn .media .media-body .item-title {
	font-weight: 500;
	color: #111111;
	margin-bottom: 2px;
	line-height: 25px;
}
@media only screen and (max-width: 1199px) {
	.pagination-layout2 .prev-btn .media .media-body .item-title {
		display: none;
	}
}
.pagination-layout2 .prev-btn .media .media-body .item-date {
	margin-bottom: 10px;
	color: #3285f9;
	font-size: 15px;
}
.pagination-layout2 .prev-btn .media .media-body .item-date i {
	font-weight: 500;
	margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
	.pagination-layout2 .prev-btn .media .media-body .item-date {
		display: none;
	}
}
.pagination-layout2 .prev-btn .media .media-body a {
	font-size: 16px;
	color: #646464;
}
.pagination-layout2 .prev-btn .media .media-body a i {
	font-size: 15px;
	color: #ca4911;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pagination-layout2 .prev-btn .media .media-body a:hover {
	color: #111111;
}
.pagination-layout2 .next-btn .media {
	flex-direction: row-reverse;
}
.pagination-layout2 .next-btn .media .item-img {
	margin-top: 6px;
}
.pagination-layout2 .next-btn .media .item-img img {
	border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
	.pagination-layout2 .next-btn .media .item-img {
		text-align: right;
	}
}
.pagination-layout2 .next-btn .media .media-body .item-title {
	font-weight: 500;
	color: #111111;
	margin-bottom: 2px;
	line-height: 25px;
}
@media only screen and (max-width: 1199px) {
	.pagination-layout2 .next-btn .media .media-body .item-title {
		display: none;
	}
}
.pagination-layout2 .next-btn .media .media-body .item-date {
	margin-bottom: 10px;
	color: #3285f9;
	font-size: 15px;
}
.pagination-layout2 .next-btn .media .media-body .item-date i {
	font-weight: 500;
	margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
	.pagination-layout2 .next-btn .media .media-body .item-date {
		display: none;
	}
}
.pagination-layout2 .next-btn .media .media-body a {
	font-size: 16px;
	color: #646464;
}
.pagination-layout2 .next-btn .media .media-body a i {
	font-size: 15px;
	color: #ca4911;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pagination-layout2 .next-btn .media .media-body a:hover {
	color: #111111;
}
/*------------------- 4.7 Widget -------------------*/

@media only screen and (max-width: 991px) {
	.sidebar-break-md {
		margin-top: 5rem;
	}
}
.sidebar-widget-area .widget {
	margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
	margin-bottom: 0 !important;
}
.widget-search-box {
	background-color: #f8f8f8;
	padding: 40px 40px;
	border-radius: 4px;
}
.widget-search-box .stylish-input-group {
	height: 60px;
	border-radius: 4px;
	padding: 0;
	background-color: #ffffff;
}
.widget-search-box .stylish-input-group .form-control {
	border: none;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	color: #111111;
	font-size: 16px;
	height: 60px;
	padding: 10px 20px;
}
.widget-search-box .stylish-input-group .input-group-addon {
	display: flex;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none !important;
}
.widget-search-box .stylish-input-group .input-group-addon button {
	cursor: pointer;
	background: transparent;
	border: 0;
	padding: 0 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button span {
	color: #ca4911;
	font-size: 20px;
	font-weight: 700;
	margin-left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button:focus {
	outline: none;
}
.widget-search-box .stylish-input-group .input-group-addon:hover button span {
	color: #111111;
}
.widget-search-box .stylish-input-group input {
	font-size: 16px;
	color: #ca4911;
}
.widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
	color: #a9a9a9;
	font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
	color: #a9a9a9;
	font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
	color: #a9a9a9;
	font-size: 16px;
}
.widget-category {
	background-color: #f8f8f8;
	padding: 40px 40px;
	border-radius: 4px;
}
.widget-category .category-list ul li {
	background-color: #ffffff;
	margin-bottom: 2px;
}
.widget-category .category-list ul li:last-child {
	margin-bottom: 0;
}
.widget-category .category-list ul li a {
	margin-left: 20px;
	position: relative;
	display: block;
	color: #444444;
	padding: 15px 0 15px 22px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-category .category-list ul li a i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.widget-category .category-list ul li a i:before {
	font-size: 12px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-category .category-list ul li a:hover {
	color: #287ff9;
	padding-left: 30px;
}
.widget-category .category-list ul li a:hover i:before {
	color: #287ff9;
}
.widget-recent-post {
	background-color: #f8f8f8;
	padding: 40px 40px;
	border-radius: 4px;
}
.widget-recent-post .recent-post-list li {
	background-color: #ffffff;
	padding: 16px 20px 20px;
	margin-bottom: 2px;
}
.widget-recent-post .recent-post-list li:last-child {
	margin-bottom: 0;
}
.widget-recent-post .recent-post-list li .post-date {
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	margin-bottom: 4px;
}
.widget-recent-post .recent-post-list li .post-date i {
	font-size: 14px;
}
.widget-recent-post .recent-post-list li .item-title {
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0;
}
.widget-recent-post .recent-post-list li .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-recent-post .recent-post-list li .item-title a:hover {
	color: #3285f9;
}
.widget-newsletter {
	background-color: #ca4911;
	padding: 40px 40px;
	border-radius: 4px;
	text-align: center;
}
.widget-newsletter .item-img {
	margin-bottom: 30px;
}
.widget-newsletter .item-img img {
	-webkit-box-shadow: 0px 9px 13px 0px rgba(13, 28, 93, 0.75);
	box-shadow: 0px 9px 13px 0px rgba(13, 28, 93, 0.75);
}
.widget-newsletter .item-content .item-title {
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 6px;
}
.widget-newsletter .item-content p {
	color: #b7bede;
}
.widget-newsletter .item-content .form-box .form-group {
	margin-bottom: 8px;
}
.widget-newsletter .item-content .form-box .form-group:last-child {
	margin-bottom: 0;
}
.widget-newsletter .item-content .form-box .form-group .form-control {
	text-align: center;
	border: none;
	background-color: #ffffff;
	padding: 10px;
}
.widget-newsletter .item-content .form-box .form-group input {
	height: 60px;
}
.widget-newsletter .item-content .form-box .form-group .item-btn {
	width: 100%;
	border: none;
	background-color: #fef22e;
	border-radius: 4px;
	font-weight: 500;
	color: #111111;
	padding: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-newsletter .item-content .form-box .form-group .item-btn:hover {
	background-color: #287ff9;
	color: #ffffff;
}
.widget-archive {
	background-color: #f8f8f8;
	padding: 40px 40px;
	border-radius: 4px;
}
.widget-archive .archive-list ul li {
	background-color: #ffffff;
	margin-bottom: 2px;
}
.widget-archive .archive-list ul li:last-child {
	margin-bottom: 0;
}
.widget-archive .archive-list ul li a {
	font-size: 15px;
	position: relative;
	display: block;
	color: #444444;
	padding: 15px 0 15px 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-archive .archive-list ul li a span {
	color: #909090;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-archive .archive-list ul li a:hover {
	color: #ca4911;
}
.widget-archive .archive-list ul li a:hover span {
	color: #ca4911;
}
.widget-tag {
	background-color: #f8f8f8;
	padding: 40px 40px;
	border-radius: 4px;
}
.widget-tag .tag-list li {
	display: inline-block;
	margin: 1px -1px;
}
.widget-tag .tag-list li a {
	font-size: 14px;
	display: block;
	background-color: #ffffff;
	color: #444444;
	padding: 10px 18px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-tag .tag-list li a:hover {
	background-color: #ca4911;
	color: #ffffff;
}
.widget-contact-form {
	background-color: #f8f8f8;
	padding: 40px 40px;
	border-radius: 4px;
}
@media only screen and (max-width: 479px) {
	.widget-contact-form {
		padding: 30px 30px;
	}
}
.widget-contact-form .contact-form-box .form-group {
	margin-bottom: 2px;
}
.widget-contact-form .contact-form-box .form-group .form-icon {
	position: absolute;
	top: 15px;
	left: 35px;
	color: #cdcccc;
}
.widget-contact-form .contact-form-box .form-group .form-control {
	font-size: 15px;
	color: #111111;
	padding-left: 50px;
}
.widget-contact-form .contact-form-box .form-group .textarea.form-control {
	padding-top: 18px;
}
.widget-contact-form .contact-form-box .form-group input {
	height: 60px;
}
.widget-download {
	background-color: #f8f8f8;
	padding: 40px 40px;
	border-radius: 4px;
}
.widget-download .download-list ul li {
	background-color: #ffffff;
	margin-bottom: 2px;
}
.widget-download .download-list ul li:last-child {
	margin-bottom: 0;
}
.widget-download .download-list ul li a {
	position: relative;
	display: block;
	color: #444444;
	font-weight: 500;
	padding: 15px 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget-download .download-list ul li a i {
	font-size: 18px;
	font-weight: 500;
	margin-right: 15px;
}
.widget-download .download-list ul li a:hover {
	color: #ca4911;
}
.widget-banner {
	background-color: #e2ebf0;
	border-radius: 4px;
	text-align: center;
}
.widget-banner .item-img img {
	width: 100%;
}
.widget-banner .item-content {
	padding: 1.5rem 5rem 5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.widget-banner .item-content {
		padding: 1.5rem 2rem 5rem;
	}
}
@media only screen and (max-width: 479px) {
	.widget-banner .item-content {
		padding: 1.5rem 2rem 5rem;
	}
}
.widget-banner .item-content .item-title {
	font-weight: 300;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.widget-banner .item-content .item-title span {
	font-weight: 700;
	font-size: 48px;
}
@media only screen and (max-width: 575px) {
	.widget-banner .item-content .item-title {
		font-size: 30px;
	}
}
.widget-banner .item-content .item-subtitle {
	font-size: 24px;
	color: #ca4911;
	font-weight: 300;
	margin-bottom: 28px;
}
@media only screen and (max-width: 575px) {
	.widget-banner .item-content .item-subtitle {
		font-size: 20px;
	}
}
.widget-banner .item-content .fw-btn-fill {
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.18);
}
.widget-service-info {
	background-color: #f8f8f8;
	padding: 40px 40px;
	border-radius: 4px;
}
.widget-service-info .service-info ul li {
	background-color: #ffffff;
	padding: 20px 30px 14px;
	margin-bottom: 2px;
}
.widget-service-info .service-info ul li:last-child {
	margin-bottom: 0;
}
.widget-service-info .service-info ul li .service-price {
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
}
@media only screen and (max-width: 1199px) {
	.widget-service-info .service-info ul li .service-price {
		font-size: 28px;
	}
}
@media only screen and (max-width: 991px) {
	.widget-service-info .service-info ul li .service-price {
		font-size: 26px;
	}
}
.widget-service-info .service-info ul li .item-title {
	line-height: 1.2;
}
.widget-service-info .service-info ul li .item-subtitle {
	font-weight: 500;
	color: #444444;
}
.widget-service-info .service-info ul li.active {
	background-color: #287ff9;
	padding: 28px 30px;
}
.widget-project-info {
	background-color: #f8f8f8;
	padding: 40px 40px;
	border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
	.widget-project-info {
		padding: 40px 25px;
	}
}
.widget-project-info .project-details {
	padding-left: 20px;
}
.widget-project-info .project-details > ul > li {
	display: flex;
	margin-bottom: 18px;
	color: #444444;
}
.widget-project-info .project-details > ul > li:last-child {
	margin-bottom: 0;
}
.widget-project-info .project-details > ul > li span {
	font-size: 18px;
	font-weight: 500;
	color: #ca4911;
	min-width: 100px;
	display: inline-block;
	margin-right: 18px;
	position: relative;
}
.widget-project-info .project-details > ul > li span:after {
	content: ":";
	font-size: 18px;
	color: #444444;
	font-weight: 500;
	position: absolute;
	top: -1px;
	right: 0;
}
.widget-project-info .project-details > ul > li .item-rating li {
	display: inline-block;
	color: #ff6f00;
}
/*=======================================================================5. Template Page Style=========================================================================*/

/*------------------- 5.1 About Us -------------------*/

.about-box-layout1 {
	padding-right: 12rem;
	position: relative;
	z-index: 5;
}
@media only screen and (max-width: 1199px) {
	.about-box-layout1 {
		padding-right: 0;
	}
}
@media only screen and (max-width: 991px) {
	.about-box-layout1 {
		margin-bottom: 6rem;
	}
}
.about-box-layout1 .item-tag {
	font-size: 18px;
	font-weight: 500;
	color: #287ff9;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.about-box-layout1 .item-title {
	font-weight: 700;
}
.about-box-layout1 .item-subtitle {
	font-size: 18px;
	font-weight: 500;
	color: #111111;
	margin-bottom: 18px;
}
.about-box-layout1 .list-item {
	margin-top: 4rem;
}
.about-box-layout1 .list-item ul li {
	padding-left: 55px;
	position: relative;
	margin-bottom: 3.5rem;
}
.about-box-layout1 .list-item ul li:last-child {
	margin-bottom: 0;
}
.about-box-layout1 .list-item ul li:after {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-size: 32px;
	color: #287ff9;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.about-box-layout1 .list-item ul li h3 {
	font-weight: 700;
}
.about-box-layout1 .list-item ul li:hover:after {
	color: #fef22e;
}
.about-box-layout2 {
	background-color: #287ff9;
	padding: 5rem 5.5rem 5.5rem;
	border-radius: 4px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
	.about-box-layout2 {
		padding: 4rem;
	}
}
.about-box-layout2 .item-title {
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 3rem;
}
@media only screen and (max-width: 575px) {
	.about-box-layout2 .item-title {
		padding: 40px;
	}
}
.about-box-layout3 {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.about-box-layout3 .item-icon {
	position: absolute;
	z-index: -1;
}
.about-box-layout3 .shape1 {
	top: 25px;
	left: 50px;
	animation: animate-figure1 infinite 3s;
}
.about-box-layout3 .shape2 {
	bottom: 30px;
	right: 150px;
	animation: animate-figure2 infinite 4s;
}
.about-box-layout3 .shape3 {
	bottom: 150px;
	left: 115px;
	animation: animate-figure3 infinite 5s;
}
.about-box-layout3 .shape4 {
	top: 150px;
	right: 100px;
	animation: animate-figure4 infinite 6s;
}
@media only screen and (max-width: 1199px) {
	.about-box-layout4 {
		text-align: center;
	}
}
.about-box-layout4 .tag-line {
	display: inline-block;
	font-size: 18px;
	position: relative;
	margin-bottom: 14px;
}
.about-box-layout4 .tag-line:after {
	content: "";
	height: 2px;
	width: 67px;
	background-color: #287ff9;
	position: absolute;
	top: 50%;
	right: -85px;
	transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
	.about-box-layout4 .tag-line:after {
		right: -80px;
	}
}
.about-box-layout4 .item-title {
	font-weight: 700;
}
.about-box-layout4 .item-title span {
	font-weight: 400;
	display: block;
}
.about-box-layout4 .service-list {
	margin-top: 30px;
	margin-bottom: 40px;
}
.about-box-layout4 .service-list ul {
	display: inline-block;
}
.about-box-layout4 .service-list ul li {
	text-align: left;
	font-size: 18px;
	color: #111111;
	padding-left: 40px;
	position: relative;
	margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
	.about-box-layout4 .service-list ul li {
		font-size: 17px;
	}
}
.about-box-layout4 .service-list ul li:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 600;
	color: #ca4911;
	position: absolute;
	top: 0;
	left: 0;
}
.about-box-layout4 .action-area {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 1199px) {
	.about-box-layout4 .action-area {
		display: block;
	}
}
@media only screen and (max-width: 1199px) {
	.about-box-layout4 .action-area .btn-fill-sm {
		margin-bottom: 25px;
	}
}
.about-box-layout4 .action-area .phone-number {
	margin-left: 3rem;
	font-size: 24px;
	color: #ca4911;
	font-weight: 700;
}
.about-box-layout4 .action-area .phone-number i:before {
	font-size: 32px;
	color: #ca4911;
	margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
	.about-box-layout4 .action-area .phone-number {
		margin-left: 0;
	}
}
@media only screen and (max-width: 991px) {
	.about-box-layout4 .action-area .phone-number {
		font-size: 22px;
	}
	.about-box-layout4 .action-area .phone-number i:before {
		font-size: 28px;
	}
}
.about-box-layout5 {
	position: relative;
}
@media only screen and (max-width: 991px) {
	.about-box-layout5 {
		margin-bottom: 10rem;
	}
}
@media only screen and (max-width: 575px) {
	.about-box-layout5 {
		margin-bottom: 4rem;
	}
}
@media only screen and (max-width: 575px) {
	.about-box-layout5 .item-img {
		text-align: center;
	}
}
.about-box-layout5 .item-img img {
	border-radius: 4px;
}
.about-box-layout5 .popup-img {
	position: absolute;
	bottom: -30px;
	right: 0;
}
@media only screen and (max-width: 575px) {
	.about-box-layout5 .popup-img {
		display: none;
	}
}
.about-box-layout5 .popup-img img {
	border-radius: 4px;
}
.about-box-layout5 .popup-img .item-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.about-box-layout5 .popup-img .item-icon .play-btn {
	text-align: center;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: rgba(20, 40, 123, 0.9);
	animation: pulse infinite 2s;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.about-box-layout5 .popup-img .item-icon .play-btn i:before {
	font-size: 26px;
	color: #fef22e;
	margin-left: 8px;
}
@media only screen and (max-width: 991px) {
	.about-box-layout6 {
		text-align: center;
		margin-bottom: 30px;
	}
}
.about-box-layout6 .item-img {
	position: relative;
	z-index: 2;
	margin-bottom: 5px;
}
.about-box-layout6 .item-img:after {
	content: url('img/figure/about-shape.png');
	position: absolute;
	bottom: -8rem;
	left: -8rem;
	z-index: -1;
}
@media only screen and (max-width: 991px) {
	.about-box-layout6 .item-img:after {
		display: none;
	}
}
.about-box-layout7 .top-left-item {
	padding-right: 5rem;
}
@media only screen and (max-width: 991px) {
	.about-box-layout7 .top-left-item {
		padding-right: 0;
	}
}
.about-box-layout7 .top-left-item .item-tagline {
	font-size: 18px;
	font-weight: 500;
	color: #287ff9;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
	.about-box-layout7 .top-left-item .item-tagline {
		margin-bottom: 15px;
	}
}
.about-box-layout7 .top-left-item .item-title {
	font-weight: 700;
	margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
	.about-box-layout7 .top-left-item .item-title {
		margin-bottom: 20px;
	}
}
.about-box-layout7 .top-right-item {
	padding-top: 5rem;
}
@media only screen and (max-width: 991px) {
	.about-box-layout7 .top-right-item {
		padding-top: 0;
	}
}
.about-box-layout7 .item-popup-img {
	margin-bottom: 5.5rem;
	position: relative;
}
.about-box-layout7 .item-popup-img .item-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.about-box-layout7 .item-popup-img .item-icon .play-btn {
	text-align: center;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #287ff9;
	animation: pulse infinite 1s;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
	.about-box-layout7 .item-popup-img .item-icon .play-btn {
		height: 60px;
		width: 60px;
		line-height: 60px;
	}
}
@media only screen and (max-width: 575px) {
	.about-box-layout7 .item-popup-img .item-icon .play-btn {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
}
.about-box-layout7 .item-popup-img .item-icon .play-btn i:before {
	font-size: 26px;
	color: #fef22e;
	margin-left: 8px;
}
@media only screen and (max-width: 991px) {
	.about-box-layout7 .item-popup-img .item-icon .play-btn i:before {
		font-size: 24px;
	}
}
@media only screen and (max-width: 575px) {
	.about-box-layout7 .item-popup-img .item-icon .play-btn i:before {
		font-size: 20px;
	}
}
.about-box-layout7 .feature-list ul li {
	padding-left: 55px;
	position: relative;
	margin-bottom: 3.5rem;
}
.about-box-layout7 .feature-list ul li:last-child {
	margin-bottom: 0;
}
.about-box-layout7 .feature-list ul li:after {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-size: 32px;
	color: #287ff9;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.about-box-layout7 .feature-list ul li h3 {
	font-weight: 700;
}
.about-box-layout7 .feature-list ul li:hover:after {
	color: #fef22e;
}
/*------------------- 5.2 Banner -------------------*/

.banner-wrap-layout1 {
	padding: 14rem 0 15rem;
	background-repeat: no-repeat;
	background-color: #f1f5f7;
}
@media only screen and (max-width: 1199px) {
	.banner-wrap-layout1 {
		background-image: none !important;
	}
}
.banner-wrap-layout2 {
	padding: 60px 0 0;
}
.banner-wrap-layout3 {
	overflow: hidden;
}
@media only screen and (max-width: 991px) {
	.banner-wrap-layout3 {
		padding-top: 10rem;
	}
}
.banner-wrap-layout4 {
	padding: 14rem 0 20rem;
	background-repeat: no-repeat;
	background-color: #f1f5f7;
}
@media only screen and (max-width: 1199px) {
	.banner-wrap-layout4 {
		background-image: none !important;
	}
}
.banner-box-layout1 {
	position: relative;
	z-index: 12;
}
@media only screen and (max-width: 1199px) {
	.banner-box-layout1 {
		text-align: center;
	}
}
.banner-box-layout1 .item-title {
	padding-right: 6rem;
	font-size: 48px;
	font-weight: 700;
	color: #ca4911;
	line-height: 1.3;
	margin-bottom: 25px;
}
.banner-box-layout1 .item-title span {
	font-weight: 300;
}
@media only screen and (max-width: 1199px) {
	.banner-box-layout1 .item-title {
		margin-bottom: 30px;
		font-size: 46px;
	}
}
@media only screen and (max-width: 991px) {
	.banner-box-layout1 .item-title {
		font-size: 44px;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.banner-box-layout1 .item-title {
		padding-right: 0;
		font-size: 40px;
	}
}
@media only screen and (max-width: 575px) {
	.banner-box-layout1 .item-title {
		font-size: 38px;
	}
}
@media only screen and (max-width: 991px) {
	.banner-box-layout2 {
		text-align: center;
	}
}
.banner-box-layout2 .item-title {
	padding-right: 6rem;
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.3;
	margin-bottom: 18px;
}
.banner-box-layout2 .item-title span {
	font-weight: 300;
}
@media only screen and (max-width: 1199px) {
	.banner-box-layout2 .item-title {
		font-size: 44px;
	}
}
@media only screen and (max-width: 991px) {
	.banner-box-layout2 .item-title {
		padding-right: 0;
		font-size: 42px;
	}
}
@media only screen and (max-width: 767px) {
	.banner-box-layout2 .item-title {
		font-size: 40px;
	}
}
@media only screen and (max-width: 575px) {
	.banner-box-layout2 .item-title {
		font-size: 36px;
	}
}
.banner-box-layout2 p {
	color: #ffffff;
	margin-bottom: 30px;
}
.banner-box-layout3 {
	padding-top: 6rem;
	text-align: center;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 991px) {
	.banner-box-layout3 {
		overflow: hidden;
	}
}
.banner-box-layout3:after {
	content: url('img/figure/figure10.png');
	position: absolute;
	bottom: 0;
	left: -4rem;
	line-height: 0;
	z-index: -1;
}
@media only screen and (max-width: 991px) {
	.banner-box-layout4 {
		text-align: center;
		margin-bottom: 40px;
	}
}
.banner-box-layout4 .item-title {
	padding-right: 6rem;
	font-size: 48px;
	font-weight: 700;
	color: #287ff9;
	line-height: 1.3;
	margin-bottom: 25px;
}
.banner-box-layout4 .item-title span {
	font-weight: 300;
	color: #ca4911;
}
@media only screen and (max-width: 1199px) {
	.banner-box-layout4 .item-title {
		padding-right: 0;
		font-size: 44px;
	}
}
@media only screen and (max-width: 991px) {
	.banner-box-layout4 .item-title {
		font-size: 42px;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.banner-box-layout4 .item-title {
		font-size: 40px;
	}
}
@media only screen and (max-width: 575px) {
	.banner-box-layout4 .item-title {
		font-size: 38px;
	}
}
.banner-box-layout5 {
	position: relative;
	z-index: 2;
}
.banner-box-layout5 .item-icon {
	position: absolute;
	z-index: -1;
}
.banner-box-layout5 .shape1 {
	top: 40px;
	left: 50px;
	animation: animate-figure1 infinite 3s;
}
.banner-box-layout5 .shape2 {
	bottom: 50px;
	right: 40px;
	animation: animate-figure2 infinite 4s;
}
.banner-box-layout5 .shape3 {
	bottom: 50px;
	left: 60px;
	animation: animate-figure3 infinite 5s;
}
.banner-box-layout5 .shape4 {
	top: 30px;
	right: 50px;
	transform: scale(0.7);
	animation: animate-figure4 infinite 6s;
}
.banner-box-layout5 .item-img {
	text-align: center;
}
/*------------------- 5.3 Blog -------------------*/

.blog-box-layout1 {
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 3rem;
	    border: 1px solid black;
}
.blog-box-layout1 .item-img {
	overflow: hidden;
}
.blog-box-layout1 .item-img img {
	border-radius: 4px 4px 0 0;
	transform: scale(1);
	transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout1 .item-content {
	/*padding: 24px 30px 22px 30px;*/
	        padding: 7px 5px 7px 5px;
	background: linear-gradient(to bottom, #0000000d 0%, #afd0c9 100%);
}
.blog-box-layout1 .item-content .item-date {
	font-size: 15px;
	color: #111111;
	margin-bottom: 12px;
}
.blog-box-layout1 .item-content .item-date i {
	color: #3285f9;
	margin-right: 12px;
}
.blog-box-layout1 .item-content .item-title {
	font-weight: 600;
	margin-bottom: 0px;
}
.blog-box-layout1 .item-content .item-title a {
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	    font-size: 14px;
}
.blog-box-layout1 .item-content .item-title a:hover {
	color: #3285f9;
}
.blog-box-layout1 .item-content h2.item-title {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
	.blog-box-layout1 .item-content h2.item-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 991px) {
	.blog-box-layout1 .item-content h2.item-title {
		font-size: 26px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-box-layout1 .item-content h2.item-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 575px) {
	.blog-box-layout1 .item-content h2.item-title {
		font-size: 22px;
	}
}
.blog-box-layout1 .item-content .item-author {
	padding-left: 30px;
	position: relative;
	margin-bottom: 12px;
}
.blog-box-layout1 .item-content .item-author:after {
	content: "";
	height: 2px;
	width: 19px;
	background-color: #2f3abd;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.blog-box-layout1 .item-content .entry-meta {
	border-top: 1px solid #ebebeb;
	padding-top: 12px;
}
.blog-box-layout1 .item-content .entry-meta ul {
	display: flex;
	justify-content: space-between;
}
.blog-box-layout1 .item-content .entry-meta ul li {
	font-size: 15px;
}
.blog-box-layout1 .item-content .entry-meta ul li span {
	color: #111111;
	font-weight: 500;
}
.blog-box-layout1 .item-content .entry-meta ul li a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content .entry-meta ul li a:hover {
	color: #3285f9;
}
.blog-box-layout1 .item-content .entry-meta ul li i {
	color: #a5a5a5;
	margin-right: 10px;
}
.blog-box-layout1 .item-content .entry-meta-2 {
	border-top: 1px solid #ebebeb;
	padding-top: 12px;
}
.blog-box-layout1 .item-content .entry-meta-2 ul {
	display: flex;
}
@media only screen and (max-width: 575px) {
	.blog-box-layout1 .item-content .entry-meta-2 ul {
		display: block;
	}
}
.blog-box-layout1 .item-content .entry-meta-2 ul li {
	font-size: 15px;
	margin-right: 30px;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li:last-child {
	margin-right: 0;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li span {
	color: #111111;
	font-weight: 500;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li a:hover {
	color: #3285f9;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li i {
	color: #a5a5a5;
	margin-right: 10px;
}
@media only screen and (max-width: 575px) {
	.blog-box-layout1 .item-content .entry-meta-2 ul li {
		margin-bottom: 5px;
		margin-right: 0;
	}
}
.blog-box-layout1:hover .item-img img {
	transform: scale(1.1);
}
.blog-box-layout2 {
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(191, 191, 191, 0.35);
	box-shadow: 0px 1px 0px 0px rgba(191, 191, 191, 0.35);
	margin-bottom: 3rem;
}
.blog-box-layout2 .item-img {
	overflow: hidden;
}
.blog-box-layout2 .item-img img {
	border-radius: 4px 4px 0 0;
	transform: scale(1);
	transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout2 .item-content {
	padding: 25px 30px;
}
.blog-box-layout2 .item-content .item-title {
	font-weight: 600;
	margin-bottom: 12px;
}
.blog-box-layout2 .item-content .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .item-title a:hover {
	color: #3285f9;
}
.blog-box-layout2 .item-content h2.item-title {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
	.blog-box-layout2 .item-content h2.item-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 991px) {
	.blog-box-layout2 .item-content h2.item-title {
		font-size: 26px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-box-layout2 .item-content h2.item-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 575px) {
	.blog-box-layout2 .item-content h2.item-title {
		font-size: 22px;
	}
}
.blog-box-layout2 .item-content .entry-info ul li {
	display: inline-block;
	font-size: 15px;
	color: #646464;
	margin-bottom: 12px;
	margin-right: 30px;
}
.blog-box-layout2 .item-content .entry-info ul li i {
	color: #3285f9;
	margin-right: 10px;
}
.blog-box-layout2 .item-content .entry-info ul li:last-child {
	margin-right: 0;
}
.blog-box-layout2 .item-content .entry-meta {
	border-top: 1px solid #ebebeb;
	padding-top: 12px;
}
.blog-box-layout2 .item-content .entry-meta ul {
	display: flex;
	justify-content: space-between;
}
.blog-box-layout2 .item-content .entry-meta ul li {
	font-size: 15px;
}
.blog-box-layout2 .item-content .entry-meta ul li span {
	color: #111111;
	font-weight: 500;
}
.blog-box-layout2 .item-content .entry-meta ul li a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .entry-meta ul li a:hover {
	color: #3285f9;
}
.blog-box-layout2 .item-content .entry-meta ul li i {
	color: #a5a5a5;
	margin-right: 10px;
}
.blog-box-layout2:hover .item-img img {
	transform: scale(1.1);
}
.single-blog-box-layout1 .main-img {
	margin-bottom: 25px;
}
.single-blog-box-layout1 .main-img img {
	border-radius: 4px;
}
.single-blog-box-layout1 .item-details {
	margin-bottom: 35px;
}
.single-blog-box-layout1 .item-details .item-date {
	font-size: 15px;
	color: #111111;
	margin-bottom: 5px;
}
.single-blog-box-layout1 .item-details .item-date i {
	margin-right: 14px;
	color: #3285f9;
}
.single-blog-box-layout1 .item-details .item-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 38px;
}
@media only screen and (max-width: 1199px) {
	.single-blog-box-layout1 .item-details .item-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 991px) {
	.single-blog-box-layout1 .item-details .item-title {
		font-size: 26px;
	}
}
@media only screen and (max-width: 767px) {
	.single-blog-box-layout1 .item-details .item-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 575px) {
	.single-blog-box-layout1 .item-details .item-title {
		font-size: 22px;
	}
}
.single-blog-box-layout1 .item-details .entry-meta {
	margin-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
}
.single-blog-box-layout1 .item-details .entry-meta ul li {
	display: inline-block;
	margin-right: 25px;
	font-size: 15px;
	margin-bottom: 12px;
}
.single-blog-box-layout1 .item-details .entry-meta ul li img {
	margin-right: 10px;
}
.single-blog-box-layout1 .item-details .entry-meta ul li span {
	color: #111111;
	font-weight: 500;
}
.single-blog-box-layout1 .item-details .entry-meta ul li a {
	color: #646464;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-details .entry-meta ul li a:hover {
	color: #111111;
}
.single-blog-box-layout1 .item-details .entry-meta ul li i {
	color: #a5a5a5;
	margin-right: 10px;
}
.single-blog-box-layout1 .item-details .entry-meta ul li:last-child {
	margin-right: 0;
}
.single-blog-box-layout1 .item-details .entry-meta ul .item-author {
	position: relative;
	padding-left: 25px;
}
.single-blog-box-layout1 .item-details .entry-meta ul .item-author:after {
	content: "";
	height: 2px;
	width: 18px;
	background-color: #2f3abd;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.single-blog-box-layout1 .item-details blockquote {
	background-color: #f8f8f8;
	border-radius: 4px;
	padding: 45px 60px 40px;
	color: #092d4c;
	font-size: 22px;
	font-style: italic;
	line-height: 1.7;
	margin: 35px 40px;
}
@media only screen and (max-width: 575px) {
	.single-blog-box-layout1 .item-details blockquote {
		margin: 0 0 15px;
		padding: 30px;
	}
}
.single-blog-box-layout1 .item-details blockquote .post-author {
	font-size: 18px;
	font-weight: 500;
	color: #ca4911;
	font-style: normal;
	position: relative;
	padding-left: 34px;
	margin-top: 15px;
}
.single-blog-box-layout1 .item-details blockquote .post-author:after {
	content: "";
	height: 2px;
	width: 23px;
	background-color: #3285f9;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.single-blog-box-layout1 .blog-social-area {
	margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
	.single-blog-box-layout1 .blog-social-area {
		text-align: center;
	}
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-title {
	font-weight: 600;
	margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag a {
	color: #444444;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag a:hover {
	color: #ca4911;
}
@media only screen and (max-width: 575px) {
	.single-blog-box-layout1 .blog-social-area .single-post-tag {
		margin-bottom: 20px;
	}
}
.single-blog-box-layout1 .blog-social-area .single-post-social .item-title {
	font-weight: 600;
	margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li {
	display: inline-block;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li:first-child a {
	padding-left: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li:last-child a {
	padding-right: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li a {
	display: block;
	padding: 6px;
	color: #a7a7a7;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li a:hover {
	color: #ca4911;
}
.single-blog-box-layout1 .blog-author {
	background-color: #f8f8f8;
	padding: 50px 40px 22px 65px;
	border-radius: 4px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	.single-blog-box-layout1 .blog-author {
		padding: 50px 20px;
	}
}
@media only screen and (max-width: 767px) {
	.single-blog-box-layout1 .blog-author .media {
		text-align: center;
	}
}
.single-blog-box-layout1 .blog-author .media .item-img img {
	border-radius: 50%;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-title {
	font-weight: 600;
	color: #3285f9;
	margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-subtitle {
	color: #444444;
	margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social {
	margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li {
	display: inline-block;
	margin-right: 10px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li a {
	text-align: center;
	display: block;
	color: #8e8e8e;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li a:hover {
	color: #ca4911;
}
.single-blog-box-layout1 .blog-comment {
	margin-bottom: 50px;
	background-color: #f8f8f8;
	border-radius: 4px;
	padding: 40px 40px 30px;
}
.single-blog-box-layout1 .blog-comment .media {
	position: relative;
	margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-comment .media:last-child {
	margin-bottom: 0;
}
.single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
	padding-left: 30px;
}
.single-blog-box-layout1 .blog-comment .media .item-img {
	margin-top: 6px;
}
.single-blog-box-layout1 .blog-comment .media .item-img img {
	border-radius: 50%;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-title {
	margin-bottom: 0;
	font-weight: 600;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-date {
	font-size: 15px;
	color: #444444;
	margin-bottom: 8px;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-weight: 600;
	color: #3285f9;
	padding: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn:hover {
	color: #111111;
}
@media only screen and (max-width: 575px) {
	.single-blog-box-layout1 .blog-comment .media {
		text-align: center;
		margin-bottom: 30px;
	}
	.single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
		padding-left: 0;
	}
	.single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
		position: relative;
	}
}
.single-blog-box-layout1 .blog-form {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 35px 40px 40px;
}
@media only screen and (max-width: 479px) {
	.single-blog-box-layout1 .blog-form {
		padding: 20px;
	}
}
.single-blog-box-layout1 .blog-form .blog-form-title h3 {
	font-weight: 600;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group {
	margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group:last-child {
	margin-bottom: 0;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control {
	border: none;
	background-color: #f1f1f1;
	padding: 10px 22px;
	font-size: 16px;
	color: #111111;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control:focus {
	box-shadow: none;
	border: none;
	outline: none;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input {
	height: 50px;
}
/*------------------- 5.4 Brand -------------------*/

.brand-wrap-layout2 {
	padding: 15.5rem 0 12rem;
}
.brand-box-layout1 {
	text-align: center;
	padding: 5rem 2rem;
}
.brand-box-layout1 .item-img img {
	display: inline-block;
	width: auto;
}
.brand-box-layout2 {
	text-align: center;
}
.brand-box-layout2 .item-img a {
	padding: 2rem;
	background-color: #f6f7fa;
	display: block;
}
.brand-box-layout2 .item-img a img {
	display: inline-block;
	width: auto;
}
/*------------------- 5.5 Call To Action -------------------*/

.action-wrap-layout1 {
	padding: 9rem 0;
	background-color: #ca4911;
	overflow: hidden;
}
.action-wrap-layout2 {
	background-color: #287ff9;
	padding: 7rem 0;
}
.action-box-layout1 {
	position: relative;
	z-index: 2;
}
.action-box-layout1 .item-title {
	font-weight: 600;
	color: #ffffff;
}
@media only screen and (max-width: 991px) {
	.action-box-layout1 .item-title {
		text-align: center;
		margin-bottom: 20px !important;
	}
}
.action-box-layout1 .item-img {
	position: absolute;
	bottom: -11rem;
	right: 4rem;
	z-index: -1;
}
@media only screen and (max-width: 1199px) {
	.action-box-layout1 .item-img {
		bottom: -14rem;
	}
}
@media only screen and (max-width: 991px) {
	.action-box-layout1 .item-img {
		display: none;
	}
}
@media only screen and (max-width: 1199px) {
	.action-box-layout1 .item-img.bottom-bubble {
		bottom: -16rem;
	}
}
@media only screen and (max-width: 991px) {
	.action-box-layout1 {
		text-align: center;
	}
}
.action-box-layout2 .item-title {
	margin-bottom: 0;
	font-weight: 700;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.action-box-layout2 .item-title {
		margin-bottom: 20px;
		text-align: center;
	}
}
.action-box-layout2 .newsletter-form .stylish-input-group {
	height: 60px;
	border-radius: 4px;
	padding: 0;
	box-shadow: 0px 4px 13px 0px rgba(22, 94, 196, 0.75);
}
.action-box-layout2 .newsletter-form .stylish-input-group .form-control {
	border: none;
	box-shadow: none;
	border-radius: 4px 0 0 4px;
	background: #ffffff;
	color: #111111;
	font-size: 16px;
	height: 60px;
	padding: 10px 20px;
}
.action-box-layout2 .newsletter-form .stylish-input-group .input-group-addon {
	display: flex;
	padding: 0;
	border: none;
	border-radius: 0 4px 4px 0;
	background: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.action-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button {
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	background: #fef22e;
	border: 0;
	padding: 0 35px;
	font-size: 15px;
	font-weight: 700;
	color: #ca4911;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.action-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button i {
	margin-left: 6px;
	font-size: 16px;
}
.action-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button:focus {
	outline: none;
}
.action-box-layout2 .newsletter-form .stylish-input-group .input-group-addon:hover button {
	background: #ca4911;
	color: #ffffff;
}
.action-box-layout2 .newsletter-form .stylish-input-group input {
	font-size: 16px;
	color: #ca4911;
}
.action-box-layout2 .newsletter-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.action-box-layout2 .newsletter-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
	color: #aaaaaa;
}
.action-box-layout2 .newsletter-form .stylish-input-group input.form-control:-moz-placeholder,
.action-box-layout2 .newsletter-form .stylish-input-group textarea.form-control:-moz-placeholder {
	color: #aaaaaa;
}
.action-box-layout2 .newsletter-form .stylish-input-group input.form-control:-ms-input-placeholder,
.action-box-layout2 .newsletter-form .stylish-input-group textarea.form-control:-ms-input-placeholder {
	color: #aaaaaa;
}
/*------------------- 5.6 Coming Soon -------------------*/

.comingsoon-page {
	text-align: center;
	width: 100%;
	height: 100%;
	position: fixed;
}
@media only screen and (max-width: 991px) {
	.comingsoon-page {
		overflow-y: scroll;
	}
}
.comingsoon-page .comingsoon-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: -100;
}
.comingsoon-page .comingsoon-back-img img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.comingsoon-page .comingsoon-content-wrap {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 991px) {
	.comingsoon-page .comingsoon-content-wrap {
		margin: 50px 0 100px;
	}
}
.comingsoon-page .comingsoon-content {
	position: relative;
	z-index: 1;
	padding: 0 15px;
	width: 100%;
}
.comingsoon-page .comingsoon-content .comingsoon-logo {
	margin-bottom: 9rem;
}
.comingsoon-page .comingsoon-content .comingsoon-logo a {
	display: inline-block;
}
.comingsoon-page .comingsoon-content h1 {
	margin-bottom: 10rem;
	font-weight: 500;
	font-size: 7rem;
	text-transform: capitalize;
	color: #ca4911;
}
@media only screen and (max-width: 767px) {
	.comingsoon-page .comingsoon-content h1 {
		margin-bottom: 3rem;
		font-size: 5rem;
	}
}
@media only screen and (max-width: 575px) {
	.comingsoon-page .comingsoon-content h1 {
		font-size: 4rem;
	}
}
.comingsoon-page .comingsoon-content .comingsoon-bottom {
	margin-bottom: 10px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
	text-align: center;
	margin-bottom: 20px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li {
	display: inline-block;
	margin-right: 2px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li:last-child {
	margin-right: 0;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a {
	text-align: center;
	color: #ffffff;
	background-color: #ca4911;
	border-radius: 4px;
	padding: 10px;
	display: inline-block;
	height: 45px;
	width: 45px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a:hover {
	background-color: #fef22e;
	color: #ca4911;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
	text-align: center;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right p {
	color: #ca4911;
	font-size: 16px;
}
.countdown-layout1 {
	text-align: center;
	margin-bottom: 5rem;
}
.countdown-layout1 .countdown-section {
	text-align: center;
	height: 150px;
	width: 150px;
	background: #fef22e;
	border-radius: 4px;
	display: inline-flex;
	justify-content: center;
	position: relative;
	margin-bottom: 30px;
	margin-right: 2px;
}
.countdown-layout1 .countdown-section:after {
	content: "";
	height: 18px;
	width: 18px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 28px;
	right: -10px;
	z-index: 50;
}
.countdown-layout1 .countdown-section:before {
	content: "";
	height: 18px;
	width: 18px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	bottom: 28px;
	right: -10px;
	z-index: 50;
}
@media only screen and (max-width: 767px) {
	.countdown-layout1 .countdown-section {
		padding: 10px 0;
	}
}
@media only screen and (max-width: 575px) {
	.countdown-layout1 .countdown-section {
		padding: 15px 0;
	}
}
.countdown-layout1 .countdown-section .countdown-number {
	padding: 25px 0;
	font-size: 6rem;
	line-height: 1.1;
	font-weight: 700;
	color: #000000;
}
@media only screen and (max-width: 767px) {
	.countdown-layout1 .countdown-section .countdown-number {
		font-size: 5rem;
	}
}
@media only screen and (max-width: 575px) {
	.countdown-layout1 .countdown-section .countdown-number {
		font-size: 4rem;
	}
}
@media only screen and (max-width: 479px) {
	.countdown-layout1 .countdown-section .countdown-number {
		font-size: 3rem;
	}
}
.countdown-layout1 .countdown-section .countdown-unit {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	color: #56520a;
	text-transform: capitalize;
	font-size: 18px;
}
.countdown-layout1 .countdown-section:last-child:after {
	display: none;
}
.countdown-layout1 .countdown-section:last-child:before {
	display: none;
}
/*------------------- 5.7 Contact Page -------------------*/

.contact-box-layout1 .google-map-area {
	margin-bottom: 40px;
}
.contact-box-layout1 .contact-info {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.contact-box-layout1 .contact-info {
		display: block;
		text-align: center;
	}
}
.contact-box-layout1 .contact-info .media {
	margin-right: 20px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.contact-box-layout1 .contact-info .media {
		margin-right: 0;
	}
}
.contact-box-layout1 .contact-info .media:last-child {
	margin-right: 0;
}
.contact-box-layout1 .contact-info .media .item-icon i:before {
	font-size: 26px;
	color: #287ff9;
}
.contact-box-layout1 .contact-info .media .media-body h4 {
	font-weight: 700;
	margin-bottom: 6px;
}
/*------------------- 5.8 Error Page -------------------*/

.error-box-layout1 {
	text-align: center;
	padding: 17rem 0;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 1199px) {
	.error-box-layout1 {
		background-image: none !important;
		padding: 0;
	}
}
.error-box-layout1 .error-logo {
	margin-bottom: 65px;
}
.error-box-layout1 .item-title {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
	.error-box-layout1 .item-title {
		font-size: 44px;
	}
}
@media only screen and (max-width: 991px) {
	.error-box-layout1 .item-title {
		font-size: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.error-box-layout1 .item-title {
		font-size: 38px;
	}
}
@media only screen and (max-width: 575px) {
	.error-box-layout1 .item-title {
		font-size: 36px;
	}
}
.error-box-layout1 p {
	width: 40%;
	margin: 0 auto 34px;
	color: #ffffff;
}
@media only screen and (max-width: 991px) {
	.error-box-layout1 p {
		width: 100%;
	}
}
.error-box-layout1 .item-btn {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	background-color: #287ff9;
	border-radius: 4px;
	padding: 15px 55px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.error-box-layout1 .item-btn:hover {
	background-color: #ffffff;
	color: #ca4911;
}
/*------------------- 5.9 Faq Page -------------------*/

.faq-box-layout1 .faq-title {
	font-weight: 700;
}
.faq-box-layout1 .accordion .card {
	border: 1px solid #e1e1e1 !important;
	margin-bottom: 20px;
	border-radius: 4px !important;
}
.faq-box-layout1 .accordion .card .card-header {
	border: none;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}
.faq-box-layout1 .accordion .card .card-header .heading-title {
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 0;
	padding: 18px 80px 18px 30px;
	font-weight: 500;
	color: #ffffff;
	background-color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.faq-box-layout1 .accordion .card .card-header .heading-title:before {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	background-color: #287ff9;
	margin-right: 10px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #287ff9;
	text-align: center;
}
.faq-box-layout1 .accordion .card .card-header .heading-title.collapsed {
	color: #ca4911;
	background-color: transparent;
}
.faq-box-layout1 .accordion .card .card-header .heading-title.collapsed:before {
	content: "\f105";
	color: #ca4911;
	border: 1px solid #cccccc;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.faq-box-layout1 .accordion .card .card-body {
	padding: 10px 30px 25px;
	position: relative;
}
.faq-box-layout1 .accordion .card:last-child {
	margin-bottom: 0;
}
/*------------------- 5.10 Pricing Table -------------------*/

.pricing-box-layout1 {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 6rem 5rem;
	text-align: center;
	position: relative;
	margin-bottom: 3rem;
}
.pricing-box-layout1:before {
	content: url('img/figure/bubble3.png');
	position: absolute;
	top: 0;
	left: 0;
}
.pricing-box-layout1:after {
	content: url('img/figure/bubble4.png');
	position: absolute;
	top: 0;
	right: 0;
}
.pricing-box-layout1 .popular-text {
	position: absolute;
	top: 47px;
	left: -73px;
	transform: rotate(-50deg);
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	background-color: #287ff9;
	padding: 4px 70px;
	-webkit-clip-path: polygon(16% 0, 86% 0, 100% 100%, 0% 100%);
	clip-path: polygon(16% 0, 86% 0, 100% 100%, 0% 100%);
	z-index: 2;
}
.pricing-box-layout1 .popular-shape {
	position: relative;
}
.pricing-box-layout1 .popular-shape:after {
	content: "";
	height: 76%;
	width: 92%;
	background-color: #084dae;
	transform: rotate(-50deg);
	position: absolute;
	top: 10px;
	left: -93px;
	z-index: -2;
	-webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 16% 100%);
	clip-path: polygon(0 0, 100% 0, 86% 100%, 16% 100%);
}
@media only screen and (max-width: 1199px) {
	.pricing-box-layout1 .popular-shape:after {
		width: 128%;
		top: 13px;
		left: -90px;
	}
}
@media only screen and (max-width: 991px) {
	.pricing-box-layout1 .popular-shape:after {
		width: 41%;
		top: 17px;
		left: -86px;
	}
}
@media only screen and (max-width: 767px) {
	.pricing-box-layout1 .popular-shape:after {
		width: 57%;
		top: 23px;
		left: -82px;
	}
}
@media only screen and (max-width: 575px) {
	.pricing-box-layout1 .popular-shape:after {
		display: none;
	}
}
.pricing-box-layout1 .item-icon {
	margin-bottom: 25px;
}
.pricing-box-layout1 .item-icon i {
	display: inline-block;
	line-height: 1;
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pricing-box-layout1 .item-icon i:before {
	font-size: 52px;
	color: #287ff9;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pricing-box-layout1 .item-title {
	font-size: 30px;
	color: #111111;
	font-weight: 600;
	margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
	.pricing-box-layout1 .item-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
	.pricing-box-layout1 .item-title {
		font-size: 26px;
	}
}
@media only screen and (max-width: 575px) {
	.pricing-box-layout1 .item-title {
		font-size: 24px;
	}
}
.pricing-box-layout1 .item-feature {
	margin-bottom: 40px;
}
.pricing-box-layout1 .item-feature ul li {
	color: #444444;
	margin-bottom: 6px;
}
.pricing-box-layout1 .item-feature ul li i {
	margin-right: 10px;
	font-size: 14px;
	color: #ca4911;
	position: relative;
	bottom: 2px;
}
.pricing-box-layout1 .item-price {
	margin-bottom: 22px;
}
.pricing-box-layout1 .item-price .item-currency {
	font-size: 48px;
	color: #287ff9;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
	.pricing-box-layout1 .item-price .item-currency {
		font-size: 46px;
	}
}
@media only screen and (max-width: 767px) {
	.pricing-box-layout1 .item-price .item-currency {
		font-size: 42px;
	}
}
@media only screen and (max-width: 575px) {
	.pricing-box-layout1 .item-price .item-currency {
		font-size: 38px;
	}
}
.pricing-box-layout1:hover .item-icon i {
	transform: scale(1.2);
}
.pricing-box-layout1:hover .item-icon i:before {
	color: #ca4911;
}
/*------------------- 5.11 Process -------------------*/

.process-box-layout1 {
	text-align: center;
	padding: 0 4rem;
	margin-bottom: 3rem;
	position: relative;
}
.process-box-layout1:after {
	content: url('img/figure/teer.png');
	position: absolute;
	top: 10rem;
	right: -50px;
}
@media only screen and (max-width: 991px) {
	.process-box-layout1:after {
		display: none;
	}
}
.process-box-layout1 .item-bg {
	position: relative;
	margin-bottom: 2.6rem;
}
.process-box-layout1 .item-bg img {
	transform: rotate(0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.process-box-layout1 .item-bg .item-icon {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	color: #3084f9;
	font-size: 48px;
}
.process-box-layout1 .item-content .item-title {
	font-weight: 700;
	margin-bottom: 10px;
}
.process-box-layout1:hover .item-bg img {
	transform: rotate(180deg);
}
.single-process:last-child .process-box-layout1:after {
	display: none;
}
/*------------------- 5.12 Progress -------------------*/

.progress-wrap-layout1 {
	background-color: #f4efeb;
	background-image: url('img/figure/banne-img1.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 1199px) {
	.progress-wrap-layout1 {
		background-size: cover;
	}
}
.progress-wrap-layout2 {
	background-color: #eff4f6;
	background-image: url('img/figure/figure7.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.progress-wrap-layout3 {
	background-color: #f3f3f3;
	background-image: url('img/figure/figure13.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 1199px) {
	.progress-wrap-layout3 {
		background-size: cover;
	}
}
.progress-box-layout1 {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 5.5rem 7rem 6.5rem;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.progress-box-layout1 {
		padding: 3rem 3rem 6rem;
	}
}
@media only screen and (max-width: 575px) {
	.progress-box-layout1 {
		padding: 3rem 3rem 0;
	}
}
.progress-box-layout1 .item-title {
	font-weight: 600;
	margin-bottom: 10rem;
}
.progress-box-layout1 .item-content .counter-item {
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 575px) {
	.progress-box-layout1 .item-content .counter-item {
		margin-bottom: 12rem;
	}
	.progress-box-layout1 .item-content .counter-item[class^="col-"] .counter-item:last-child {
		margin-bottom: 0;
	}
}
.progress-box-layout1 .item-content .counter-item .count-number {
	font-size: 60px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #287ff9;
	margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
	.progress-box-layout1 .item-content .counter-item .count-number {
		font-size: 48px;
		margin-bottom: 10px;
	}
}
.progress-box-layout1 .item-content .counter-item .count-title {
	font-size: 18px;
	font-weight: 500;
}
.progress-box-layout1 .item-content .counter-item .bg-icon {
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	z-index: -1;
	font-size: 150px;
	color: #f3f3f3;
}
@media only screen and (max-width: 575px) {
	.progress-box-layout1 .item-content .counter-item .bg-icon {
		font-size: 130px;
	}
}
/*------------------- 5.13 Project -------------------*/

.project-box-layout1 {
	margin-bottom: 25px;
}
.project-box-layout1 .item-img {
	text-align: center;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
}
.project-box-layout1 .item-img:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(40, 127, 249, 0.9);
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.project-box-layout1 .item-img img {
	border-radius: 4px;
}
.project-box-layout1 .item-img .hover-dot {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.project-box-layout1 .item-img .hover-dot span {
	display: inline-block;
	height: 6px;
	width: 6px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-right: 1px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.project-box-layout1 .item-img .hover-dot span:last-child {
	margin-right: 0;
}
.project-box-layout1 .item-img .hover-icon-wrap {
	position: absolute;
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.project-box-layout1 .item-img .hover-icon-wrap .hover-icon {
	display: inline-flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 4px;
	color: #ca4911;
	font-size: 22px;
	padding: 12px 22px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.project-box-layout1 .item-img .hover-icon-wrap .hover-icon:hover {
	background-color: #ca4911;
	color: #ffffff;
}
.project-box-layout1 .item-content .item-title {
	font-weight: 600;
	margin-bottom: 5px;
}
.project-box-layout1 .item-content .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.project-box-layout1 .item-content .item-title a:hover {
	color: #287ff9;
}
.project-box-layout1 .item-content .item-tag a {
	color: #444444;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.project-box-layout1 .item-content .item-tag a:hover {
	color: #ca4911;
}
.project-box-layout1:hover .item-img:after {
	visibility: visible;
	opacity: 1;
}
.project-box-layout1:hover .item-img .hover-dot {
	visibility: visible;
	opacity: 1;
	transform: scale(1.1);
	transition-delay: 0.1s;
}
.project-box-layout1:hover .item-img .hover-icon-wrap {
	visibility: visible;
	opacity: 1;
	left: 0;
	right: 0;
}
.single-project-box-layout1 .single-project-slider {
	margin-bottom: 40px;
}
.single-project-box-layout1 .single-project-slider .slide-item img {
	border-radius: 4px;
}
.single-project-box-layout1 .single-project-info .item-content {
	margin-bottom: 35px;
}
.single-project-box-layout1 .single-project-info .item-content .item-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
	.single-project-box-layout1 .single-project-info .item-content .item-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
	.single-project-box-layout1 .single-project-info .item-content .item-title {
		font-size: 26px;
	}
}
@media only screen and (max-width: 575px) {
	.single-project-box-layout1 .single-project-info .item-content .item-title {
		font-size: 24px;
	}
}
.single-project-box-layout1 .single-project-info .item-content .list-item {
	padding-left: 30px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.single-project-box-layout1 .single-project-info .item-content .list-item {
		padding-left: 0;
	}
}
.single-project-box-layout1 .single-project-info .item-content .list-item li {
	position: relative;
	font-size: 18px;
	color: #092d4c;
	font-weight: 500;
	margin-bottom: 8px;
	padding-left: 30px;
}
.single-project-box-layout1 .single-project-info .item-content .list-item li i {
	color: #287ff9;
	position: absolute;
	top: 5px;
	left: 0;
}
@media only screen and (max-width: 575px) {
	.single-project-box-layout1 .single-project-info .item-content .list-item li {
		font-size: 16px;
	}
}
/*------------------- 5.14 Service -------------------*/

.service-box-layout1 {
	text-align: center;
	margin-bottom: 30px;
}
.service-box-layout1 .item-img {
	overflow: hidden;
}
.service-box-layout1 .item-img img {
	border-radius: 4px 4px 0 0;
	transform: scale(1);
	transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.service-box-layout1 .item-middle-content {
	position: relative;
}
.service-box-layout1 .item-middle-content .item-icon {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	height: 80px;
	width: 80px;
	line-height: 80px;
	background-color: #287ff9;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout1 .item-middle-content .item-icon .home-icon {
	font-size: 26px;
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.service-box-layout1 .item-middle-content .item-icon .home-icon:after {
	content: url('img/figure/dot-bubble.png');
	position: absolute;
	top: -15px;
	right: 18px;
	z-index: -1;
}
.service-box-layout1 .item-content {
	-webkit-box-shadow: 0px 1px 0px 0px rgba(207, 213, 224, 0.75);
	box-shadow: 0px 1px 0px 0px rgba(207, 213, 224, 0.75);
	background-color: #ffffff;
	padding: 60px 20px 35px;
	border-radius: 0px 0px 4px 4px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout1 .item-content .item-title {
	font-weight: 600;
}
.service-box-layout1 .item-content .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout1 .item-content .item-title a:hover {
	color: #287ff9;
}
.service-box-layout1 .item-content .serivce-list ul {
	display: inline-block;
}
.service-box-layout1 .item-content .serivce-list ul li {
	position: relative;
	color: #444444;
	margin-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
.service-box-layout1 .item-content .serivce-list ul li:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 600;
	color: #ca4911;
	position: absolute;
	top: 0;
	left: 0;
}
.service-box-layout1:hover .item-img img {
	transform: scale(1.1);
}
.service-box-layout1:hover .item-middle-content .item-icon {
	background-color: #ca4911;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
}
.service-box-layout1:hover .item-content {
	-webkit-box-shadow: 0px 5px 46px 0px rgba(200, 205, 213, 0.75);
	box-shadow: 0px 5px 46px 0px rgba(200, 205, 213, 0.75);
}
.service-box-layout2 {
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 3rem;
}
.service-box-layout2 .item-img img {
	border-radius: 4px;
}
.service-box-layout2 .item-content {
	background-color: #ffffff;
	position: absolute;
	bottom: -134px;
	left: 0;
	right: 0;
	border-radius: 0 0 4px 4px;
	padding: 6rem 2rem 2rem;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
	.service-box-layout2 .item-content {
		bottom: -90px;
	}
}
@media only screen and (max-width: 479px) {
	.service-box-layout2 .item-content {
		bottom: -134px;
	}
}
.service-box-layout2 .item-content .item-icon {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}
.service-box-layout2 .item-content .item-icon .icon-bg {
	display: inline-block;
	height: 80px;
	width: 80px;
	line-height: 80px;
	background-color: #ca4911;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout2 .item-content .item-icon .icon-bg:after {
	content: url('img/figure/dot-bubble.png');
	position: absolute;
	top: -12px;
	right: 20px;
}
.service-box-layout2 .item-content .item-icon .icon-bg i:before {
	font-size: 30px;
	color: #ffffff;
}
.service-box-layout2 .item-content .item-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
	.service-box-layout2 .item-content .item-title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 767px) {
	.service-box-layout2 .item-content .item-title {
		font-size: 20px;
	}
}
.service-box-layout2 .item-content .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout2 .item-content .item-title a:hover {
	color: #287ff9;
}
.service-box-layout2 .item-content .hover-content {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.service-box-layout2 .item-content .hover-content p {
	color: #444444;
}
.service-box-layout2:hover .item-content {
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 0;
	padding: 6rem 2rem 3rem;
}
.service-box-layout2:hover .item-content .item-icon .icon-bg {
	background-color: #fef22e;
}
.service-box-layout2:hover .item-content .hover-content {
	visibility: visible;
	opacity: 1;
}
.service-box-layout2.white-shadow {
	box-shadow: 0px 1px 0px 0px rgba(220, 220, 220, 0.75);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout2.white-shadow:hover {
	box-shadow: 0px 14px 38px 0px rgba(211, 216, 225, 0.75);
}
.service-box-layout3 {
	margin-bottom: 30px;
	background-color: #ffffff;
	padding: 4.5rem 5rem 2.2rem;
	border-radius: 4px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
	.service-box-layout3 {
		text-align: center;
	}
}
.service-box-layout3:after {
	content: url('img/figure/figure11.png');
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.service-box-layout3 .media .item-icon {
	margin-top: 5px;
}
.service-box-layout3 .media .item-icon i {
	line-height: 1;
}
.service-box-layout3 .media .item-icon i:before {
	font-size: 80px;
	color: #ca4911;
}
.service-box-layout3 .media .media-body .item-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
	.service-box-layout3 .media .media-body .item-title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 767px) {
	.service-box-layout3 .media .media-body .item-title {
		font-size: 20px;
	}
}
.service-box-layout3 .media .media-body .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout3 .media .media-body .item-title a:hover {
	color: #287ff9;
}
.service-box-layout3:hover {
	-webkit-box-shadow: 0 5px 16px 0px rgba(80, 80, 80, 0.5);
	box-shadow: 0 5px 16px 0px rgba(80, 80, 80, 0.5);
}
.service-box-layout4 {
	text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 45px 30px 20px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout4 .item-icon {
	margin: 0 auto 22px;
	height: 80px;
	width: 80px;
	line-height: 85px;
	border-radius: 50%;
	background-color: #287ff9;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
}
.service-box-layout4 .item-icon:after {
	content: url('img/figure/dot-bubble.png');
	position: absolute;
	top: -20px;
	right: 20px;
}
.service-box-layout4 .item-icon i:before {
	font-size: 40px;
	color: #ffffff;
}
.service-box-layout4 .item-content .item-title {
	font-size: 20px;
	font-weight: 600;
}
.service-box-layout4 .item-content .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.service-box-layout4 .item-content .item-title a span {
	display: block;
}
.service-box-layout4:hover {
	background-color: #287ff9;
}
.service-box-layout4:hover .item-icon {
	background-color: #ffffff;
	box-shadow: 0px 10px 18px 0px rgba(5, 68, 255, 0.55);
}
.service-box-layout4:hover .item-icon i:before {
	color: #ca4911;
}
.service-box-layout4:hover .item-content .item-title a {
	color: #ffffff;
}
.service-box-layout4:hover .item-content .item-title a:hover {
	color: #fef22e;
}
.single-service-box-layout1 .service-title {
	font-weight: 600;
	margin-bottom: 18px;
	line-height: 38px;
}
.single-service-box-layout1 .main-img {
	margin-bottom: 32px;
}
.single-service-box-layout1 .main-img img {
	border-radius: 4px;
}
.single-service-box-layout1 .service-content .item-title {
	font-weight: 600;
	margin-bottom: 22px;
	line-height: 38px;
}
@media only screen and (max-width: 991px) {
	.single-service-box-layout1 .service-content .item-title {
		margin-bottom: 20px;
	}
}
.single-service-box-layout1 .service-content .why-choose {
	margin-top: 30px;
}
.single-service-box-layout1 .service-content .why-choose .media .item-icon {
	font-size: 34px;
	color: #287ff9;
}
.single-service-box-layout1 .service-content .service-more-content {
	margin-top: 40px;
	margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
	.single-service-box-layout1 .service-content .service-more-content {
		text-align: center;
	}
}
@media only screen and (max-width: 991px) {
	.single-service-box-layout1 .service-content .service-more-content .item-img {
		margin-bottom: 30px;
	}
}
.single-service-box-layout1 .service-content .service-more-content .item-img img {
	border-radius: 4px;
}
.single-service-box-layout1 .service-content .service-more-content .item-content .item-title {
	font-size: 24px;
}
@media only screen and (max-width: 991px) {
	.single-service-box-layout1 .service-content .service-more-content .item-content .item-title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 575px) {
	.single-service-box-layout1 .service-content .service-more-content .item-content .item-title {
		font-size: 20px;
	}
}
.single-service-box-layout1 .service-content .service-more-content .item-content .item-feature {
	display: inline-block;
}
.single-service-box-layout1 .service-content .service-more-content .item-content .item-feature li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 30px;
	text-align: left;
}
.single-service-box-layout1 .service-content .service-more-content .item-content .item-feature li:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 600;
	color: #287ff9;
	position: absolute;
	top: 0;
	left: 0;
}
.single-service-box-layout1 .service-content .service-more-content .item-content .item-feature li:last-child {
	margin-bottom: 0;
}
.single-service-box-layout1 .service-content .service-more-info {
	background-color: #f8f8f8;
	padding: 4rem 4rem 2rem;
	border-radius: 4px;
	margin-bottom: 40px;
}
.single-service-box-layout1 .service-content .service-more-info .single-info {
	background-color: #ffffff;
	padding: 15px 25px;
	margin-bottom: 20px;
}
.single-service-box-layout1 .service-content .service-more-info .single-info .item-title {
	margin-bottom: 0;
	font-weight: 400;
}
.single-service-box-layout1 .service-content .service-more-info .single-info .item-subtitle {
	font-weight: 500;
	color: #444444;
}
.single-service-box-layout1 .service-content .service-faq .item-title {
	font-size: 24px;
}
@media only screen and (max-width: 991px) {
	.single-service-box-layout1 .service-content .service-faq .item-title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 575px) {
	.single-service-box-layout1 .service-content .service-faq .item-title {
		font-size: 20px;
	}
}
.single-service-box-layout1 .service-content .service-faq .faq-box {
	margin-top: 30px;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card {
	border: none;
	margin-bottom: 2px;
	border-radius: 0;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-header {
	border: none;
	padding: 0;
	border-radius: 0;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-header .heading-title {
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 0;
	padding: 18px 25px 18px 50px;
	font-weight: 500;
	color: #ffffff;
	background-color: #287ff9;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-header .heading-title:before {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-right: 10px;
	position: absolute;
	top: 33px;
	left: 25px;
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-header .heading-title.collapsed {
	background-color: #f8f8f8;
	color: #444444;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-header .heading-title.collapsed:before {
	content: "\f105";
	color: #287ff9;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-body {
	padding: 25px 50px;
	position: relative;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-body:after {
	content: "";
	height: 80%;
	width: 2px;
	background-color: #e4eaf2;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
}
/*------------------- 5.15 Shop Page -------------------*/

.shop-page-top-item {
	margin-bottom: 36px;
}
.shop-page-top-item .form-group {
	margin-bottom: 30px;
}
.shop-page-top-item .form-group .select2-container--classic .select2-selection--single {
	border-color: #d7d7d7;
}
.shop-page-top-item .form-group .select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #ca4911;
}
.shop-page-top-item .layout-switcher {
	margin-bottom: 10px;
}
.shop-page-top-item .layout-switcher ul {
	display: flex;
	align-items: center;
}
.shop-page-top-item .layout-switcher ul li {
	margin-right: 10px;
}
.shop-page-top-item .layout-switcher ul li:last-child {
	margin-right: 0;
}
.shop-page-top-item .layout-switcher ul li a {
	color: #111111;
	border: 1px solid #d7d7d7;
	display: inline-block;
	padding: 11px 15px 6px;
	border-radius: 4px;
}
.shop-page-top-item .layout-switcher ul li a i {
	font-size: 20px;
}
.shop-page-top-item .layout-switcher ul li.active a {
	background-color: #fef22e;
	border-color: #fef22e;
}
.shop-page-top-item .showing-result-title {
	color: #ca4911;
	font-weight: 600;
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	.shop-page-top-item .showing-result-title {
		font-size: 18px;
	}
}
.product-box-layout1 .product-grid-view {
	margin-bottom: 30px;
	text-align: center;
}
.product-box-layout1 .product-grid-view .item-img {
	text-align: center;
	background-color: #f3f6f9;
	border-radius: 4px;
	margin-bottom: 18px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(40, 127, 249, 0.9);
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li {
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li a {
	display: inline-block;
	font-size: 20px;
	color: #111111;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 10px 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li a:hover {
	background-color: #ca4911;
	color: #ffffff;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li:nth-child(1n) {
	transform: translateX(-100%);
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li:nth-child(2n) {
	transform: translateY(-100%);
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li:nth-child(3n) {
	transform: translateX(100%);
}
.product-box-layout1 .product-grid-view .item-content .item-rating {
	margin-bottom: 6px;
}
.product-box-layout1 .product-grid-view .item-content .item-rating li {
	margin-right: 5px;
	display: inline-block;
	color: #ff9100;
}
.product-box-layout1 .product-grid-view .item-content .item-rating li:last-child {
	margin-right: 0;
}
.product-box-layout1 .product-grid-view .item-content .item-title {
	font-weight: 600;
	margin-bottom: 10px;
}
.product-box-layout1 .product-grid-view .item-content .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-content .item-title a:hover {
	color: #287ff9;
}
.product-box-layout1 .product-grid-view .item-content .item-price {
	font-size: 20px;
	font-weight: 700;
	color: #287ff9;
}
.product-box-layout1 .product-grid-view:hover .item-img {
	-webkit-box-shadow: 0px 6px 20px 0px rgba(62, 136, 240, 0.75);
	box-shadow: 0px 6px 20px 0px rgba(62, 136, 240, 0.75);
}
.product-box-layout1 .product-grid-view:hover .item-img:after {
	visibility: visible;
	opacity: 1;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area {
	visibility: visible;
	opacity: 1;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(1n) {
	transform: translateX(0);
	transition-delay: 0.2s;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(2n) {
	transform: translateY(0);
	transition-delay: 0.5s;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(3n) {
	transform: translateX(0);
	transition-delay: 0.2s;
}
.product-box-layout1 .product-list-view {
	margin-bottom: 30px;
	display: flex;
}
@media only screen and (max-width: 991px) {
	.product-box-layout1 .product-list-view {
		display: block;
		text-align: center;
	}
}
.product-box-layout1 .product-list-view .item-img {
	width: 30%;
	margin-right: 30px;
	text-align: center;
	background-color: #f3f6f9;
	border-radius: 4px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
	.product-box-layout1 .product-list-view .item-img {
		width: 100%;
		margin-bottom: 20px;
	}
}
.product-box-layout1 .product-list-view .item-content {
	width: 65%;
}
@media only screen and (max-width: 991px) {
	.product-box-layout1 .product-list-view .item-content {
		width: 100%;
	}
}
.product-box-layout1 .product-list-view .item-content .item-title {
	font-weight: 600;
	margin-bottom: 10px;
}
.product-box-layout1 .product-list-view .item-content .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.product-box-layout1 .product-list-view .item-content .item-title a:hover {
	color: #287ff9;
}
.product-box-layout1 .product-list-view .item-content .item-rating {
	margin-bottom: 6px;
}
.product-box-layout1 .product-list-view .item-content .item-rating li {
	margin-right: 5px;
	display: inline-block;
	color: #ff9100;
}
.product-box-layout1 .product-list-view .item-content .item-rating li:last-child {
	margin-right: 0;
}
.product-box-layout1 .product-list-view .item-content .item-price {
	font-size: 20px;
	font-weight: 700;
	color: #287ff9;
	margin-bottom: 25px;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li {
	display: inline-block;
	margin-right: 5px;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li:last-child {
	margin-right: 0;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li a {
	display: inline-block;
	font-size: 20px;
	color: #ca4911;
	background-color: #f3f6f9;
	border-radius: 4px;
	padding: 10px 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li a:hover {
	background-color: #ca4911;
	color: #ffffff;
}
.product-box-layout1 .product-list-view:hover .item-img .action-btn-area {
	display: none;
}
.product-box-grid .product-box-layout1 .product-list-view {
	display: none;
}
.product-box-list .row >[class^="col-"] {
	max-width: 100% !important;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}
.product-box-list .product-box-layout1 .product-grid-view {
	display: none;
}
.single-product-gallery-layout1 {
	display: flex;
	flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
	.single-product-gallery-layout1 {
		justify-content: flex-end;
	}
}
.single-product-gallery-layout1 .tab-content {
	position: relative;
	border: none;
	overflow: hidden;
}
.single-product-gallery-layout1 .tab-content a {
	cursor: move;
	display: block;
	background-color: #eeeeee;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 10px;
}
.single-product-gallery-layout1 .tab-content a img {
	border-radius: 4px;
}
.single-product-gallery-layout1 .nav-tabs {
	flex-direction: column;
	margin-bottom: -5px;
	margin-top: -5px;
	margin-right: 10px;
	border-bottom: none;
}
@media only screen and (max-width: 1199px) {
	.single-product-gallery-layout1 .nav-tabs {
		margin-bottom: 35px;
	}
}
.single-product-gallery-layout1 .nav-tabs .nav-item {
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-product-gallery-layout1 .nav-tabs .nav-item a {
	display: block;
}
.single-product-gallery-layout1 .nav-tabs .nav-item a img {
	width: 100%;
	border-radius: 4px;
}
.single-product-gallery-layout1 .nav-tabs .nav-item .active {
	opacity: 0.7;
}
.single-product-content-layout1 .item-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
	.single-product-content-layout1 .item-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
	.single-product-content-layout1 .item-title {
		font-size: 26px;
	}
}
@media only screen and (max-width: 575px) {
	.single-product-content-layout1 .item-title {
		font-size: 24px;
	}
}
.single-product-content-layout1 .item-rating {
	margin-bottom: 20px;
}
.single-product-content-layout1 .item-rating li {
	display: inline-block;
	color: #ff6f00;
}
.single-product-content-layout1 .item-rating .item-review {
	font-size: 18px;
	color: #646464;
}
.single-product-content-layout1 .item-rating .item-review span {
	color: #111111;
}
.single-product-content-layout1 .entry-meta {
	margin-bottom: 22px;
}
.single-product-content-layout1 .entry-meta > li {
	display: inline-block;
	color: #444444;
	font-weight: 700;
	margin-bottom: 12px;
	margin-right: 40px;
}
.single-product-content-layout1 .entry-meta > li:last-child {
	margin-right: 0;
	display: block;
	margin-bottom: 0;
}
.single-product-content-layout1 .entry-meta > li span {
	color: #646464;
	font-weight: 400;
}
.single-product-content-layout1 .entry-meta > li a {
	color: #646464;
	font-weight: 400;
	transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .entry-meta > li a:hover {
	color: #ca4911;
}
.single-product-content-layout1 .entry-meta li.item-social {
	display: flex;
}
.single-product-content-layout1 .entry-meta li.item-social ul li {
	display: inline-block;
}
.single-product-content-layout1 .entry-meta li.item-social ul li a {
	padding: 6px;
	color: #969696;
	transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .entry-meta li.item-social ul li a:hover {
	color: #111111;
}
.single-product-content-layout1 .item-price {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 15px;
	font-size: 30px;
	font-weight: 500;
	color: #287ff9;
	margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
	.single-product-content-layout1 .item-price {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
	.single-product-content-layout1 .item-price {
		font-size: 24px;
	}
}
.single-product-content-layout1 .action-area {
	margin-top: 30px;
	display: flex;
}
@media only screen and (max-width: 479px) {
	.single-product-content-layout1 .action-area {
		display: block;
		text-align: center;
	}
}
.single-product-content-layout1 .action-area li {
	display: inline-block;
	margin-right: 8px;
}
@media only screen and (max-width: 479px) {
	.single-product-content-layout1 .action-area li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
}
.single-product-content-layout1 .action-area li:last-child {
	margin-right: 0;
}
.single-product-content-layout1 .action-area li .input-group {
	width: auto;
}
.single-product-content-layout1 .action-area li .input-group .form-control {
	text-align: center;
	height: 54px;
	width: 54px;
	display: block;
	outline: none;
	font-size: 22px;
	color: #111111;
	background-color: #ededed;
	border: none;
	margin-right: 4px;
	border-radius: 4px;
}
.single-product-content-layout1 .action-area li .input-group .form-control:focus {
	box-shadow: none;
}
.single-product-content-layout1 .action-area li .input-group .input-group-btn {
	display: inline-grid;
}
.single-product-content-layout1 .action-area li .input-group .input-group-btn .quantity-btn {
	padding: 5px 12px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1;
	color: #000000;
	background-color: #dddddd;
	background-image: none;
	border-radius: 4px;
	outline: none;
	border: none;
	cursor: pointer;
}
.single-product-content-layout1 .action-area li .cart-btn {
	border: 2px solid #fef22e;
	background-color: #fef22e;
	border-radius: 4px;
	padding: 10px 45px;
	display: block;
	color: #111111;
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .action-area li .cart-btn:hover {
	background-color: #ca4911;
	border: 2px solid #ca4911;
	color: #ffffff;
}
.single-product-content-layout1 .action-area li .react-btn {
	background-color: #ebebeb;
	border-radius: 4px;
	padding: 12px 18px;
	display: block;
	color: #111111;
	font-size: 20px;
	transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .action-area li .react-btn:hover {
	background-color: #ca4911;
	color: #ffffff;
}
.single-product-other-info {
	margin-top: 6rem;
	margin-bottom: 13rem;
	overflow: hidden;
}
.single-product-other-info .tab-nav-list {
	border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 575px) {
	.single-product-other-info .tab-nav-list {
		display: block;
		text-align: center;
	}
}
.single-product-other-info .tab-nav-list li {
	position: relative;
	margin-left: 8px;
}
.single-product-other-info .tab-nav-list li:first-child {
	margin-left: 15px;
}
@media only screen and (max-width: 575px) {
	.single-product-other-info .tab-nav-list li {
		display: block;
	}
}
.single-product-other-info .tab-nav-list li a {
	display: inline-block;
	font-size: 18px;
	color: #444444;
	transition: 0.3s ease-in-out;
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
	border-radius: 4px 4px 0 0;
	padding: 15px 30px;
}
@media only screen and (max-width: 767px) {
	.single-product-other-info .tab-nav-list li a {
		padding: 15px 25px;
	}
}
@media only screen and (max-width: 575px) {
	.single-product-other-info .tab-nav-list li a {
		border: none;
		background-color: transparent;
	}
}
.single-product-other-info .tab-nav-list li a:after {
	content: "";
	height: 4px;
	width: 100%;
	background-color: #ca4911;
	border-radius: 10px 10px 0 0;
	top: -1px;
	left: 200px;
	position: absolute;
	z-index: 1;
	transition: 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
@media only screen and (max-width: 575px) {
	.single-product-other-info .tab-nav-list li a:after {
		display: none;
	}
}
.single-product-other-info .tab-nav-list li a.active {
	color: #ca4911;
	background-color: transparent;
}
.single-product-other-info .tab-nav-list li a.active:after {
	visibility: visible;
	opacity: 1;
	left: 0;
}
.single-product-other-info .tab-content {
	padding-top: 25px;
}
/*------------------- 5.16 Team -------------------*/

.team-box-layout1 {
	text-align: center;
	margin-bottom: 5rem;
	padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
	.team-box-layout1 {
		padding: 0 10rem;
	}
}
@media only screen and (max-width: 479px) {
	.team-box-layout1 {
		padding: 0 5rem;
	}
}
.team-box-layout1 .item-img {
	margin-bottom: 28px;
	position: relative;
}
.team-box-layout1 .item-img img {
	border-radius: 50%;
}
.team-box-layout1 .item-img:before {
	content: "";
	height: 100%;
	width: 100%;
	background-color: #287ff9;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.team-box-layout1 .item-img:after {
	content: url('img/figure/bubble.png');
	position: absolute;
	top: 0;
	left: -20px;
	z-index: -1;
}
.team-box-layout1 .item-content .item-title {
	font-weight: 600;
	margin-bottom: 2px;
}
.team-box-layout1 .item-content .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content .item-title a:hover {
	color: #287ff9;
}
.team-box-layout1 .item-content .item-subtitle {
	margin-bottom: 12px;
}
.team-box-layout1 .item-content .item-social ul li {
	display: inline-block;
	margin-right: 6px;
}
@media only screen and (max-width: 479px) {
	.team-box-layout1 .item-content .item-social ul li {
		margin-right: 2px;
	}
}
.team-box-layout1 .item-content .item-social ul li:last-child {
	margin-right: 0;
}
.team-box-layout1 .item-content .item-social ul li a {
	text-align: center;
	display: block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background-color: #fef22e;
	border-radius: 50%;
	color: #ca4911;
	font-size: 17px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 479px) {
	.team-box-layout1 .item-content .item-social ul li a {
		height: 45px;
		width: 45px;
		line-height: 45px;
	}
}
.team-box-layout1 .item-content .item-social ul li a:hover {
	background-color: #ca4911;
	color: #ffffff;
	-webkit-box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.3);
}
.team-box-layout2 {
	background-color: #fafafa;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 30px;
}
.team-box-layout2 .item-img {
	overflow: hidden;
	position: relative;
	padding-top: 40px;
	z-index: 2;
}
.team-box-layout2 .item-img img {
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.team-box-layout2 .item-img:after {
	content: url('img/figure/bubble8.png');
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.team-box-layout2 .item-img .item-content {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 45px;
	background-color: #ca4911;
	color: #ffffff;
	border-radius: 4px;
	padding: 20px 10px;
}
.team-box-layout2 .item-img .item-content .item-title {
	font-weight: 600;
	margin-bottom: 0;
}
.team-box-layout2 .item-img .item-content .item-title a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.team-box-layout2 .item-img .item-content .item-title a:hover {
	color: #287ff9;
}
.team-box-layout2:hover .item-img img {
	transform: scale(1.1);
}
.team-box-layout3 {
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}
.team-box-layout3 .item-img {
	border-radius: 4px;
	background-color: #287ff9;
	position: relative;
	z-index: 1;
}
.team-box-layout3 .item-img:after {
	content: url('img/figure/bubble9.png');
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.team-box-layout3 .item-content {
	position: relative;
	background-color: #ffffff;
	padding-top: 16px;
	z-index: 2;
	transform: translateY(0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content:after {
	content: url('img/figure/section-bubble5.png');
	position: absolute;
	top: -54px;
	left: 0;
	right: 0;
	z-index: 2;
}
@media only screen and (max-width: 991px) {
	.team-box-layout3 .item-content:after {
		transform: scaleX(1.1);
	}
}
@media only screen and (max-width: 575px) {
	.team-box-layout3 .item-content:after {
		transform: scaleX(1.8);
	}
}
.team-box-layout3 .item-content .item-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.team-box-layout3 .item-content .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content .item-title a:hover {
	color: #287ff9;
}
.team-box-layout3 .item-content .item-subtitle {
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.team-box-layout3 .item-content .item-social {
	position: absolute;
	bottom: -65px;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content .item-social ul li {
	display: inline-block;
	margin-right: 5px;
}
.team-box-layout3 .item-content .item-social ul li:last-child {
	margin-right: 0;
}
.team-box-layout3 .item-content .item-social ul li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #fef22e;
	font-size: 18px;
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
	.team-box-layout3 .item-content .item-social ul li a {
		height: 45px;
		width: 45px;
		line-height: 45px;
	}
}
.team-box-layout3 .item-content .item-social ul li a:hover {
	background-color: #ca4911;
	color: #fef22e;
}
.team-box-layout3:hover .item-content {
	transform: translateY(-70px);
}
.team-box-layout3:hover .item-content .item-social {
	visibility: visible;
	opacity: 1;
}
.team-box-layout4 {
	text-align: center;
	margin-bottom: 30px;
	text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
    color: #000;
        padding: 5px;
        border: 1px solid #eee;
}
.team-box-layout4 .item-img {
	/*background-color: #287ff9;*/
	/*border-radius: 50%;*/
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	transform: translateY(0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
	.team-box-layout4 .item-img {
		margin: 0 10rem;
	}
}
@media only screen and (max-width: 479px) {
	.team-box-layout4 .item-img {
		margin: 0 5rem;
	}
}
.team-box-layout4 .item-img img {
	/*border-radius: 50%;*/
	/*border: 1px solid #dedada;*/
	box-shadow: 2px 2px 2px #e0dfdf;
}
.team-box-layout4 .item-img:after {
	/*content: url('img/figure/bubble9.png');*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.team-box-layout4 .item-content .item-title {
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 7px;
	    font-size: 12px;
}
.team-box-layout4 .item-content .item-title a {
	color: #ca4911;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.team-box-layout4 .item-content .item-title a:hover {
	color: #287ff9;
}
.team-box-layout4 .item-content .item-subtitle {
	/*margin-bottom: 20px;*/
}
.team-box-layout4 .item-content .item-social ul li {
	display: inline-block;
	margin-right: 4px;
}
@media only screen and (max-width: 479px) {
	.team-box-layout4 .item-content .item-social ul li {
		margin-right: 2px;
	}
}
.team-box-layout4 .item-content .item-social ul li:last-child {
	margin-right: 0;
}
.team-box-layout4 .item-content .item-social ul li a {
	text-align: center;
	display: block;
	/*height: 40px;
	width: 40px;*/
	/*line-height: 40px;*/
	background-color: #eeeeee;
	border-radius: 4px;
	color: #a5a5a5;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.team-box-layout4 .item-content .item-social ul li a:hover {
	background-color: #fef22e;
	color: #ca4911;
	-webkit-box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.3);
}
.team-box-layout4:hover .item-img {
	transform: translateY(-10px);
}
.single-team-layout1 .item-img {
	background-color: #fafafa;
	border-radius: 4px;
	text-align: center;
	position: relative;
	padding-top: 40px;
	z-index: 2;
	margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
	.single-team-layout1 .item-img {
		margin-bottom: 20px;
	}
}
.single-team-layout1 .item-img:after {
	content: url('img/figure/bubble8.png');
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media only screen and (max-width: 991px) {
	.single-team-layout1 .item-content {
		margin-bottom: 40px;
	}
}
.single-team-layout1 .item-content .item-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
	.single-team-layout1 .item-content .item-title {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
	.single-team-layout1 .item-content .item-title {
		font-size: 26px;
	}
}
.single-team-layout1 .item-content .item-subtitle {
	margin-bottom: 26px;
}
.single-team-layout1 .item-content .item-contact-info {
	margin-bottom: 50px;
}
.single-team-layout1 .item-content .item-contact-info > ul > li {
	margin-bottom: 16px;
	color: #444444;
	padding-left: 40px;
	position: relative;
}
.single-team-layout1 .item-content .item-contact-info > ul > li span {
	font-weight: 500;
}
.single-team-layout1 .item-content .item-contact-info > ul > li:last-child {
	margin-bottom: 0;
}
.single-team-layout1 .item-content .item-contact-info > ul > li > i {
	position: absolute;
	top: 0;
	left: 0;
}
.single-team-layout1 .item-content .item-contact-info > ul > li > i:before {
	font-weight: 600;
	color: #287ff9;
	margin-right: 15px;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social {
	padding-left: 0;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social ul li {
	display: inline-block;
	margin-right: 8px;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social ul li:last-child {
	margin-right: 0;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social ul li:first-child a {
	padding-left: 0;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social ul li a {
	display: block;
	padding: 4px;
	font-size: 18px;
	color: #969696;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social ul li a:hover {
	color: #ca4911;
}
.single-team-layout1 .item-content .about-us {
	font-size: 18px;
	color: #ffffff;
	background-color: #ca4911;
	border-radius: 4px;
	padding: 10px 32px;
	display: inline-block;
	margin-bottom: 25px;
}
/*------------------- 5.17 Testimonial -------------------*/

.testimonial-wrap-layout1 {
	padding: 18rem 0 20rem;
	background-color: #f0eaeb;
	background-image: url('img/figure/figure6.png');
	background-repeat: no-repeat;
	background-position-x: right;
}
.testimonial-box-layout1 {
	background-color: #ffffff;
	padding: 8rem 5rem 4rem;
	border-radius: 4px;
	text-align: center;
	position: relative;
	margin-top: 40px;
}
.testimonial-box-layout1 p {
	margin-bottom: 18px;
}
.testimonial-box-layout1 .item-title {
	color: #111111;
	font-weight: 700;
	margin-bottom: 2px;
}
.testimonial-box-layout1 .item-subtitle {
	margin-bottom: 8px;
}
.testimonial-box-layout1 .item-rating li {
	display: inline-block;
	color: #ff8f00;
}
.testimonial-box-layout1 .item-quote {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 30px;
	color: #fef22e;
	height: 80px;
	width: 80px;
	line-height: 82px;
	border-radius: 50%;
	background-color: #287ff9;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.testimonial-box-layout1:hover .item-quote {
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
	background-color: #fef22e;
	color: #287ff9;
}
.testimonial-box-layout2 {
	text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 7rem 6rem 6rem;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 575px) {
	.testimonial-box-layout2 {
		padding: 5rem 4rem 4rem;
	}
}
.testimonial-box-layout2:after {
	content: "\f10e";
	font-size: 80px;
	font-weight: 600;
	color: #f4f4f4;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	z-index: -1;
}
.testimonial-box-layout2 p {
	margin-bottom: 25px;
}
.testimonial-box-layout2 .item-title {
	font-weight: 700;
	color: #111111;
	margin-bottom: 2px;
}
.testimonial-box-layout2 .item-subtitle {
	margin-bottom: 8px;
}
.testimonial-box-layout2 .item-rating li {
	display: inline-block;
	color: #ff8f00;
}
.testimonial-box-layout3 {
	text-align: center;
	width: 70%;
	margin: auto;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 75px 80px 55px;
	position: relative;
	margin-top: 40px;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.testimonial-box-layout3 {
		width: 100%;
		padding: 75px 40px 55px;
	}
}
.testimonial-box-layout3 .item-author {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
}
.testimonial-box-layout3 .item-author img {
	width: auto;
	display: inline-block;
	border-radius: 50%;
	-webkit-box-shadow: 0px 10px 21px 0px rgba(181, 181, 181, 0.75);
	box-shadow: 0px 10px 21px 0px rgba(181, 181, 181, 0.75);
}
.testimonial-box-layout3 .item-title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 5px;
}
.testimonial-box-layout3 .item-subtitle {
	margin-bottom: 5px;
}
.testimonial-box-layout3 .item-rating li {
	display: inline-block;
	color: #ffb300;
	font-size: 18px;
}
.testimonial-box-layout3 .item-quote {
	position: absolute;
	top: -7px;
	right: 20px;
	color: #ececec;
	font-size: 110px;
	z-index: -1;
}
/*------------------- 5.18 Why Choose Us -------------------*/

@media only screen and (max-width: 1199px) {
	.why-choose-wrap-layout1 {
		margin-bottom: -30px;
		padding-top: 12rem;
	}
}
.why-choose-wrap-layout2 {
	/*padding: 12rem 0 10rem;*/
	padding: 5rem 0 10rem;
}
.why-choose-box-layout1 {
	transform: translateY(-50px);
	margin-bottom: -50px;
	background-color: #287ff9;
	border-radius: 4px;
	padding: 3.6rem 3rem 3.4rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 10;
}
@media only screen and (max-width: 1199px) {
	.why-choose-box-layout1 {
		transform: translateY(0);
		margin-bottom: 30px;
	}
}
.why-choose-box-layout1 .item-title {
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 10px;
}
.why-choose-box-layout1 p {
	color: #ffffff;
	margin-bottom: 0;
}
.why-choose-box-layout1 .bg-icon {
	position: absolute;
	bottom: -30px;
	right: -40px;
	font-size: 150px;
	font-weight: 700;
	color: #2073e7;
	z-index: -1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.why-choose-box-layout1:hover .bg-icon {
	bottom: 50%;
	right: 50%;
	transform: translateY(50%) translateX(50%);
}
.why-choose-box-layout2 {
	background-color: #287ff9;
	padding: 6rem 4rem 3.5rem;
	text-align: center;
	margin-bottom: 3rem;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.why-choose-box-layout2 .item-icon {
	height: 60px;
	width: 60px;
	line-height: 60px;
	background-color: #fef22e;
	border-radius: 50%;
	font-size: 20px;
	color: #ca4911;
	margin: 0 auto 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.why-choose-box-layout2 .item-content .item-title {
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
	.why-choose-box-layout2 .item-content .item-title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 767px) {
	.why-choose-box-layout2 .item-content .item-title {
		font-size: 20px;
	}
}
.why-choose-box-layout2 .item-content p {
	color: #e8f2ff;
}
.why-choose-box-layout2:hover {
	transform: translateY(-10px);
}
.why-choose-box-layout2:hover .item-icon {
	background-color: #ca4911;
	color: #fef22e;
}
.why-choose-box-layout3 {
	padding-right: 5rem;
}
@media only screen and (max-width: 1199px) {
	.why-choose-box-layout3 {
		padding-right: 0;
	}
}
@media only screen and (max-width: 991px) {
	.why-choose-box-layout3 {
		margin-bottom: 30px;
		text-align: center;
	}
}
.why-choose-box-layout3 .item-title {
	font-weight: 700;
}
.why-choose-box-layout3 .item-sign {
	margin: 25px 0 6px 0;
}
.why-choose-box-layout3 .item-designation {
	position: relative;
	padding-bottom: 15px;
}
.why-choose-box-layout3 .item-designation:after {
	content: "";
	height: 8px;
	width: 205px;
	background: -webkit-gradient(linear, left top, right top, from(#ca4911), to(transparent));
	background: -webkit-linear-gradient(left, #ca4911, transparent);
	background: -o-linear-gradient(left, #ca4911, transparent);
	background: linear-gradient(to right, #ca4911, transparent);
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media only screen and (max-width: 991px) {
	.why-choose-box-layout3 .item-designation:after {
		right: 0;
		margin: auto;
	}
}
.why-choose-box-layout4 .single-content {
	margin-bottom: 20px;
	background-color: #287ff9;
	border-radius: 4px;
	text-align: center;
	padding: 75px 20px 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.why-choose-box-layout4 .single-content .item-icon {
	font-size: 54px;
	color: #ffffff;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}
.why-choose-box-layout4 .single-content .item-icon:after {
	content: url('img/figure/bubble10.png');
	position: absolute;
	top: -38px;
	right: -30px;
	filter: grayscale(1);
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.why-choose-box-layout4 .single-content .item-content .item-title {
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
}
.why-choose-box-layout4 .single-content .item-content .item-title span {
	display: block;
	font-weight: 400;
}
.why-choose-box-layout4 .single-content:hover {
	background-color: #ca4911;
}
.why-choose-box-layout4 .single-content:hover .item-icon:after {
	filter: grayscale(0);
	opacity: 1;
}
/*=======================================================================6. Helper Classes=========================================================================*/

/*------------------- 6.1 Background -------------------*/

@media only screen and (max-width: 1199px) {
	.bg-dark-lg {
		background-color: #111111;
	}
}
.bg-Primary {
	background-color: #ca4911;
}
.bg-lightprimary {
	background-color: #287ff9 !important;
}
.bg-accent {
	background-color: #fef22e;
}
.bg-aash {
	background-color: #f9fafc;
}
.bg-assh {
	background-color: #f8f8f8;
}
.bg-assh-2 {
	background-color: #f1f1f1;
}
/*------------------- 6.2 Border -------------------*/

.border-none {
	border: none;
}
.border-top-1 {
	border-top: 1px solid #e8e8e8;
}
.border-aash {
	border: 1px solid #e1e1e1;
}
.border-radius-4 {
	border-radius: 4px;
}
/*------------------- 6.3 Margin -------------------*/

.mg-b-20 {
	margin-bottom: 20px;
}
.mg-b--30 {
	margin-bottom: -30px;
}
.mg-b-30 {
	margin-bottom: 30px;
}
.mg-b-60 {
	margin-bottom: 6rem;
}
.mg-b--35 {
	margin-top: -35px;
}
@media only screen and (max-width: 991px) {
	.mg-b--35 {
		margin-top: 0;
	}
}
/*------------------- 6.4 Misc -------------------*/

.section-bubble {
	position: relative;
}
.section-bubble:after {
	content: url('img/figure/section-bubble.png');
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 10;
}
.section-bubble-2 {
	position: relative;
}
.section-bubble-2:after {
	content: url('img/figure/section-bubble2.png');
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 10;
}
.section-bubble-3 {
	position: relative;
}
.section-bubble-3:after {
	content: url('img/figure/section-bubble3.png');
	position: absolute;
	top: -330px;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 1;
}
.section-bubble-4 {
	position: relative;
}
.section-bubble-4:after {
	content: url('img/figure/section-bubble4.png');
	position: absolute;
	top: -330px;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 10;
}
.section-bubble-5 {
	position: relative;
}
.section-bubble-5:after {
	content: url('img/figure/section-bubble6.png');
	position: absolute;
	top: -180px;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 10;
}
@media only screen and (max-width: 991px) {
	.section-bubble-5:after {
		display: none;
	}
}
.section-shape1 {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.section-shape1:before {
	/*content: url('img/figure/figure1.png');*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.section-shape1:after {
	/*content: url('img/figure/figure2.png');*/
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 1;
	z-index: -1;
}
.section-shape2 {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.section-shape2:before {
	content: url('img/figure/bubble1.png');
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.section-shape2:after {
	content: url('img/figure/bubble2.png');
	position: absolute;
	bottom: 10rem;
	right: 0;
	line-height: 1;
	z-index: -1;
}
.section-shape3 {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.section-shape3:before {
	content: url('img/figure/bubble6.png');
	opacity: 0.30;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.section-shape3:after {
	content: url('img/figure/bubble7.png');
	opacity: 0.30;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 1;
	z-index: -1;
}
.section-shape4 {
	position: relative;
}
.section-shape4:after {
	content: url('img/figure/figure12.png');
	position: absolute;
	bottom: 40px;
	left: 0;
	opacity: 0.10;
	overflow: hidden;
	z-index: -1;
}
.bg-common {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.light-hover {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.light-hover:hover {
	box-shadow: 0px 13px 38px 0px rgba(0, 0, 0, 0.16);
	border-color: transparent;
}
.dark-shadow-hover {
	box-shadow: 0px 1px 0px 0px rgba(3, 10, 37, 0.75);
}
.dark-shadow-hover:hover .item-content {
	box-shadow: none;
}
/*------------------- 6.5 Padding -------------------*/

.section-padding-xl {
	padding: 17rem 0 10rem;
}
.section-padding-lg {
	/*padding: 17rem 0 9rem;*/
	padding: 0rem 0 9rem;
}
.section-padding-lg-2 {
	/*padding: 17rem 0 8.2rem;*/
	padding: 5rem 0 8.2rem;
}
.section-padding-lg-3 {
	padding: 15.8rem 0 7rem;
}
.section-padding-lg-4 {
	padding: 15.8rem 0 9rem;
}
.section-padding-lg-5 {
	padding: 17rem 0 7.2rem;
}
.section-padding-lg-6 {
	padding: 17rem 0 8.6rem;
}
.section-padding-lg-7 {
	padding: 15.5rem 0 8.2rem;
}
.section-padding-md {
	padding: 11.5rem 0 10rem;
}
.section-padding-md-2 {
	padding: 10.8rem 0 9.2rem;
}
.section-padding-md-3 {
	padding: 11.4rem 0 8.6rem;
}
.section-padding-md-4 {
	padding: 11.5rem 0 13.2rem;
}
.section-padding-md-5 {
	padding: 11.4rem 0 9rem;
}
.section-padding-md-6 {
	padding: 11.5rem 0 20rem;
}
.section-padding-12 {
	padding: 12rem 0;
}
.section-padding-12-9 {
	padding: 12rem 0 9rem;
}
.section-padding-12-10 {
	padding: 12rem 0 10rem;
}
.section-padding-rg {
	padding: 12rem 0 13rem;
}
.section-padding-10 {
	padding: 10rem 0;
}
.pd-t-50 {
	padding-top: 5rem;
}
.pd-l-0 {
	padding-left: 0 !important;
}
.pd-y-10 {
	padding: 10px 0;
}
/*------------------- 6.6 Text -------------------*/

.text-primarytext {
	color: #111111;
}
.text-textprimary {
	color: #ffffff;
}
.text-Primary {
	color: #ca4911 !important;
}
.text-lightprimary {
	color: #287ff9;
}
.text-red {
	color: #ff0000;
}
.text-lightred {
	color: #dd2c00;
}
@media (max-width: 480px) {
	.app_img {
		margin-left: auto;
		margin-right: auto;
	}
	#translate_row {
		margin-left: auto;
		margin-right: auto;
	}
	#a_google_play{
		margin-left: auto;
    margin-right: auto;
	}
	.mean-nav{
		max-height: 400px;
		overflow-y: scroll;
	}
	.mean-bar{
		z-index: 999 !important;
	}
}
.head_service1 {
	background: #ca4911;
	color: #fff !important;
	padding: 0px 10px;
}
@media (min-width: 992px) {
	.col-lg2-3 {
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 20% !important;
	}
}
.btn_submit {
	color: #111111;
	background-color: #fef22e;
	width: 100%;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	font-weight: 500;
	font-size: 16px;
	border: none;
}
.btn_submit:hover {
	background-color: #ca4911;
	color: #ffffff;
}
@media (max-width: 480px) {
	.header-top-btn{
		    padding: 0px 10px !important;
		        font-size: 13px !important;
	}
	.col-xs-6 {
		width: 50%;
	}
	.item-title {
		font-size: 12px;
	}
	.hidden-xs {
		display: none !important;
	}
	.search-box {
		margin: 6px 0px;
	}
}
@media (min-width: 481px) {
	#visitors_dv {
		float: left
	}
}
.fnt_color {
	color: #152b80;
}
.wht {
	color: #fff;
}
.whatsapp {
	position: fixed;
	z-index: 999;
	bottom: 4%;
	left: 2%;
	cursor: pointer;
}
.whatsapp img {
	display: inline-block;
	padding: 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-animation: highlight 3s infinite;
	animation: highlight 3s infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes highlight {
	0% {
		margin: 0px;
		padding: 0px;
		color: rgb(0, 0, 0);
	}
	50% {
		margin: -2px;
		padding: 2px;
		color: rgb(0, 128, 0);
	}
	100% {
		margin: -6px;
		padding: 6px;
	}
}
@keyframes highlight {
	0% {
		margin: 0px;
		padding: 0px;
		color: rgb(0, 0, 0);
	}
	50% {
		margin: -2px;
		padding: 2px;
		color: rgb(0, 128, 0);
	}
	100% {
		margin: -6px;
		padding: 6px;
	}
}
/* img gallery */

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;
	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}
.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;
	/** Unhide lightbox **/
	display: block;
}
.img_gallery {
	margin-bottom: 15px;
}
.img_gallery:hover {
	box-shadow: 3px 3px 3px #716f6f;
}
/* img gallery */

.error {
	color: red;
}
.load-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}
	to {
		transform: scale(1) rotate(360deg);
	}
}
.template-mega-menu::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
.template-mega-menu::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}
.hide {
	display: none;
}
#user_profile_img {
	width: 100px;
	border-radius: 50%;
}
.profile_li {
	display: inherit !important;
}
.profile_active {
	background: #ca4911 !important;
}
.blck {
	color: #000 !important;
}
.theme_clr {
	color: #054e97;
}
.add_cart_btn:hover {
	cursor: pointer;
}
.hover_wht:hover {
	color: #fff;
}
.cart_unit_field {
	width: 60px;
	text-align: center;
}
#count_cart {
	color: #fff;
	background: #000;
	border-radius: 50%;
	padding: 1px 4px;
	margin-left: 1px;
}
.bg_orange{
	background: orange !important;
}
.booking_row{
	font-size: 18px;
    background: #fef22e;
    padding: 0px 10px;
        margin-bottom: 5px;
}
.address_dv{
	margin-bottom: 20px;
}
     .pop {
    background-color: white;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: fixed;
    top: 160px;
    right: -6px;
    z-index: 99;
    width: 97px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.26);
    animation: rot 3s linear infinite;
}
.rdo{
	    height: auto !important;
}
.mb-0{
	    margin-bottom: 0px;
}
.width_100{
	width: 100%;
}
.btn-y{
    background-color: #fef22e;
    border-color: #fef22e;
    color: #000;

}
.user_drop_sub {
    font-size: 13px;
    padding-left: 5px;
    color: #dc3545 !important;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.gst{
	background: black;padding: 2px 5px;
}
.blck{
	color: #000;
}
.prod_name_h1{
	font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}

/*filter_by*/


/*end*/