/* Css For Craftmax */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Experience section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section



**********************************************/

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
	font-size: 18px;
	color: #444444;
	line-height: 28px;
	font-weight: 400;
	background: #ffffff;
	font-family: "Barlow", sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		padding: 0px 15px;
	}
}

.large-container {
	max-width: 1310px;
	padding: 0px 15px;
	margin: 0 auto;
}

.container-fluid {
	padding: 0px;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.small-container {
	max-width: 680px;
	margin: 0 auto;
}

.boxed_wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden !important;
	width: 100%;
	min-width: 300px;
}

a {
	text-decoration: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

	a:hover {
		text-decoration: none;
		outline: none;
	}

input,
button,
select,
textarea {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: transparent;
}

.default-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	height: 54px;
	border: 1px solid #d3d3d3;
	border-radius: 5px; /* Matches other inputs */
	font-size: 18px;
	color: #444444;
	padding: 10px 25px; /* Matches inputs */
	background-color: #fff;
	transition: all 500ms ease;
	appearance: none; /* Removes browser-specific dropdown styling */
}

	.default-form .form-group select:focus {
		border-color: #b80000;
		outline: none;
	}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

input {
	transition: all 500ms ease;
}

	button:focus,
	input:focus,
	textarea:focus {
		outline: none;
		box-shadow: none;
		transition: all 500ms ease;
	}

p {
	position: relative;
	font-family: "Barlow", sans-serif;
	color: #444444;
	font-weight: 400;
	margin: 0px;
	transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #29231f;
	margin: 0px;
	transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -ms-flexbox;
	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	position: fixed;
	background: #272e39;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

.preloader-close {
	position: fixed;
	z-index: 99999999;
	font-size: 26px;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	right: 30px;
	top: 30px;
	color: red;
}

.handle-preloader .animation-preloader {
	position: absolute;
	z-index: 100;
}

	.handle-preloader .animation-preloader .spinner {
		animation: spinner 1s infinite linear;
		border-radius: 50%;
		margin: 0 auto 45px auto;
	}

	.handle-preloader .animation-preloader .txt-loading {
		text-align: center;
		user-select: none;
	}

		.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
			animation: letters-loading 4s infinite;
			content: attr(data-text-preloader);
			left: 0;
			opacity: 0;
			top: 0;
			position: absolute;
		}

		.handle-preloader .animation-preloader .txt-loading .letters-loading {
			font-family: "Roboto", sans-serif;
			font-weight: 300;
			display: inline-block;
			position: relative;
			font-size: 15px;
			text-transform: uppercase;
			color: transparent;
			-webkit-text-stroke-width: 1px;
			-webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
		}

			.handle-preloader
			.animation-preloader
			.txt-loading
			.letters-loading:nth-child(2):before {
				animation-delay: 0.2s;
			}

			.handle-preloader
			.animation-preloader
			.txt-loading
			.letters-loading:nth-child(3):before {
				animation-delay: 0.4s;
			}

			.handle-preloader
			.animation-preloader
			.txt-loading
			.letters-loading:nth-child(4):before {
				animation-delay: 0.6s;
			}

			.handle-preloader
			.animation-preloader
			.txt-loading
			.letters-loading:nth-child(5):before {
				animation-delay: 0.8s;
			}

			.handle-preloader
			.animation-preloader
			.txt-loading
			.letters-loading:nth-child(6):before {
				animation-delay: 1s;
			}

			.handle-preloader
			.animation-preloader
			.txt-loading
			.letters-loading:nth-child(7):before {
				animation-delay: 1.2s;
			}

			.handle-preloader
			.animation-preloader
			.txt-loading
			.letters-loading:nth-child(8):before {
				animation-delay: 1.4s;
			}

.handle-preloader .loader-section {
	background-color: #ffffff;
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
	opacity: 0;
	transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
	color: #ffffff;
}

	.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
		color: #ffffff;
	}

.handle-preloader .animation-preloader .spinner {
	border: 3px solid #ffffff;
	border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

@keyframes letters-loading {
	0%, 75%, 100% {
		opacity: 0;
		transform: rotateY(-90deg);
	}

	25%, 50% {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 767px) {
	.handle-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}
}

@media screen and (max-width: 500px) {
	.handle-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}
}

.centred {
	text-align: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

figure {
	margin: 0px;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
}

/** button **/

.theme-btn {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	font-family: "Jost", sans-serif;
	text-align: center;
	padding: 16px 31px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	color: #fff !important;
	z-index: 1;
	transition: all 500ms ease;
}

	.theme-btn.btn-one {
		background: -webkit-linear-gradient(0deg, #d90429, #d92c04 100%);
	}

	.theme-btn:before {
		position: absolute;
		content: "";
		width: 0px;
		height: 100%;
		left: 0px;
		top: 0px;
		z-index: -1;
		border-radius: 5px;
		transition: all 500ms ease;
	}

	.theme-btn.btn-one:before {
		background: #2e1d1f;
	}

	.theme-btn:hover:before {
		width: 100%;
	}

	.theme-btn span {
		position: relative;
		padding-right: 42px;
	}

		.theme-btn span:before {
			position: absolute;
			content: "";
			background-image: url(../images/icons/icon-7.png);
			width: 20px;
			height: 20px;
			top: 1px;
			right: 0px;
			background-repeat: no-repeat;
		}

.row {
	--bs-gutter-x: 30px;
}

.pagination {
	position: relative;
	display: block;
}

	.pagination li {
		position: relative;
		display: inline-block;
		margin: 0px 3px;
	}

		.pagination li:last-child {
			margin: 0px !important;
		}

		.pagination li a {
			position: relative;
			display: inline-block;
			font-size: 18px;
			font-weight: 600;
			height: 54px;
			width: 54px;
			line-height: 54px;
			text-align: center;
			color: #444444;
			border: 1px solid #a3a3a3;
			border-radius: 50%;
			z-index: 1;
			transition: all 500ms ease;
		}

			.pagination li a:hover,
			.pagination li a.current {
				color: #fff;
				background: #444444;
				border-color: #444444;
			}

.sec-pad {
	padding: 114px 0px 120px 0px;
}

.sec-pad-2 {
	padding: 120px 0px;
}

.mr-0 {
	margin: 0px !important;
}

.scroll-top {
	width: 56px;
	height: 56px;
	line-height: 56px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 20px;
	z-index: 99;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	transition: 1s ease;
}

	.scroll-top.open {
		bottom: 30px;
	}

	.scroll-top i {
		position: relative;
		display: inline-block;
		transform: rotate(180deg);
	}

.sec-title {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

	.sec-title .sub-title {
		position: relative;
		display: inline-block;
		font-size: 16px;
		line-height: 26px;
		font-family: "Jost", sans-serif;
		font-weight: 700;
		margin-bottom: 7px;
		text-transform: uppercase;
		padding-left: 40px;
		letter-spacing: 2px;
	}

	.sec-title.centred .sub-title {
		padding-right: 40px;
	}

	.sec-title .sub-title:before {
		position: absolute;
		content: "";
		width: 30px;
		height: 2px;
		left: 0px;
		top: 11px;
	}

	.sec-title.centred .sub-title:after {
		position: absolute;
		content: "";
		width: 30px;
		height: 2px;
		right: 0px;
		top: 10px;
	}

	.sec-title h2 {
		position: relative;
		display: block;
		font-size: 45px;
		line-height: 54px;
		font-weight: 900;
		margin: 0px;
	}

	.sec-title.light h2 {
		color: #fff;
	}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
	display: none !important;
}

.sec-title p {
	display: block;
	margin-top: 21px;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 999;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: #2a1e1c;
}

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
	background: #2a1e1c;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.header-style-one {
	top: 40px;
}

.main-header .outer-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 75px;
	padding-right: 245px;
}

	.main-header .outer-box .left-column {
		position: relative;
		display: flex;
		align-items: center;
	}

	.main-header .outer-box .logo-box {
		margin-right: 120px;
		padding: 24px 0px;
	}

.main-header .menu-right-content {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 22px;
}

	.main-header .menu-right-content .search-toggler {
		position: relative;
		display: inline-block;
		cursor: pointer;
		margin-right: 25px;
		transition: all 500ms ease;
	}

	.main-header .menu-right-content .nav-btn {
		position: relative;
		display: inline-block;
		width: 45px;
		height: 45px;
		line-height: 41px;
		text-align: center;
		border-radius: 50%;
		border: 1px solid #fff;
		cursor: pointer;
		transition: all 500ms ease;
	}

.main-header .support-box {
	position: relative;
	padding: 0px 0px 0px 70px;
}

	.main-header .support-box .icon-box {
		position: absolute;
		display: inline-block;
		left: 0px;
		top: 0px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background: #fff;
		text-align: center;
		border-radius: 50%;
		box-shadow: 0px 0px 0px 4px #d8d8d8;
	}

	.main-header .support-box p {
		display: block;
		font-size: 18px;
		line-height: 26px;
		color: #fff;
	}

	.main-header .support-box a {
		display: inline-block;
		font-size: 22px;
		line-height: 26px;
		color: #fff;
		font-weight: 600;
	}

		.main-header .support-box a:hover {
			text-decoration: underline;
		}


	.main-header .sticky-header .outer-box {
		padding-left: 50px;
		padding-right: 50px;
	}

/*** Search Popup ***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

	.search-popup.popup-visible {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		visibility: visible;
		opacity: 1;
	}

	.search-popup .popup-inner {
		width: 100%;
		background: #fff;
		height: 100%;
	}

	.search-popup .upper-box {
		position: relative;
		padding: 70px 70px;
		z-index: 99;
	}

		.search-popup .upper-box .logo-box {
			max-width: 182px;
		}

	.search-popup .overlay-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		display: block;
	}

	.search-popup .close-search {
		position: relative;
		font-size: 25px;
		color: #141417;
		cursor: pointer;
		z-index: 5;
		top: 11px;
		transition: all 500ms ease;
	}

		.search-popup .close-search:hover {
			color: red;
		}

	.search-popup .search-form {
		position: relative;
		width: 100%;
		padding: 100px 0px 250px 0px;
	}

		.search-popup .search-form .form-group {
			position: relative;
			margin: 0px;
		}

		.search-popup .search-form fieldset input[type="search"] {
			position: relative;
			height: 90px;
			padding: 20px 0px;
			background: #ffffff;
			line-height: 30px;
			font-size: 20px;
			color: #808080;
			font-family: "Poppins", sans-serif;
			border: none;
			font-weight: 400;
			border-radius: 0px;
			padding-right: 50px;
			border-bottom: 1px solid #e5e5e5;
		}

		.search-popup .search-form fieldset button[type="submit"] {
			position: absolute;
			top: 30px;
			right: 0px;
			font-size: 25px;
			color: #141417;
			cursor: pointer;
			transition: all 500ms ease;
		}

		.search-popup .search-form fieldset input[type="search"]:focus {
			border-color: #141417;
		}

	.search-popup .form-control:focus {
		box-shadow: none !important;
	}

/** xs-sidebar **/

.xs-sidebar-group .xs-overlay {
	left: 0%;
	top: 0;
	position: fixed;
	height: 100%;
	width: 20%;
	transform: scaleX(0);
	transform-origin: left center;
	cursor: url(../images/icons/cross-out.png), pointer;
	z-index: 9999999;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	transition: transform 0.65s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.xs-sidebar-group.isActive .xs-overlay {
	transform: scaleX(1);
	transition-delay: 0.03s;
}

.xs-sidebar-group .xs-overlay-2 {
	left: 20%;
	transition-delay: 0.06s;
}

.xs-sidebar-group .xs-overlay-3 {
	left: 40%;
	transition-delay: 0.09s;
}

.xs-sidebar-group .xs-overlay-4 {
	left: 60%;
	transition-delay: 0.12s;
}

.xs-sidebar-group .xs-overlay-5 {
	left: 80%;
	transition-delay: 0.15s;
}

.xs-sidebar-group .widget-heading {
	position: absolute;
	top: 50px;
	right: 35px;
	z-index: 1;
}

.xs-sidebar-widget {
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 460px;
	z-index: 999999999;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	transition: all 900ms ease;
	visibility: hidden;
	opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
	opacity: 1;
	visibility: visible;
	right: 0;
	-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
	-o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
	transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.sidebar-textwidget {
	padding: 50px 40px 50px 40px;
}

.xs-sidebar-group .close-side-widget {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #0e132d;
	color: #0e132d;
	border-radius: 50%;
	font-weight: 400;
	font-size: 20px;
}

.sidebar-widget-container {
	position: relative;
	opacity: 0;
	visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
	opacity: 1;
	visibility: visible;
}

.xs-bg-black {
	background-color: #2e1d1f;
}

.xs-sidebar-group .logo {
	position: relative;
	display: block;
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e0e0e0;
}

.xs-sidebar-group h3 {
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	color: #0b1953;
	margin-bottom: 28px;
}

.xs-sidebar-group .content-inner .text {
	position: relative;
	display: block;
	margin-bottom: 45px;
}

.xs-sidebar-group .content-inner p {
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 28px;
	color: #444444;
	margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .info-box {
	position: relative;
	display: block;
	margin-bottom: 48px;
}

	.xs-sidebar-group .content-inner .info-box .info li {
		position: relative;
		display: block;
		font-size: 18px;
		line-height: 25px;
		color: #444;
		padding-left: 47px;
		margin-bottom: 25px;
	}

		.xs-sidebar-group .content-inner .info-box .info li:last-child {
			margin-bottom: 0px !important;
		}

		.xs-sidebar-group .content-inner .info-box .info li .icon {
			position: absolute;
			left: 0px;
			top: 0px;
			font-size: 30px;
		}

		.xs-sidebar-group .content-inner .info-box .info li:first-child .icon {
			top: 7px;
		}

		.xs-sidebar-group .content-inner .info-box .info li:nth-child(3) .icon {
			left: 8px;
		}

.xs-sidebar-group .subscribe-inner .form-group {
	position: relative;
	margin-bottom: 0px;
}

	.xs-sidebar-group .subscribe-inner .form-group input[type="email"] {
		position: relative;
		display: block;
		width: 100%;
		height: 56px;
		border: 1px solid #e3dfdf;
		background: #f8f8f8;
		border-radius: 5px;
		padding: 10px 30px;
		font-size: 18px;
		color: #444;
		margin-bottom: 30px;
		transition: all 500ms ease;
	}

	.xs-sidebar-group .subscribe-inner .form-group input:focus {
	}

.xs-sidebar-group .content-inner .info-box .info li a {
	display: inline-block;
	color: #444;
}

/** main-menu **/

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	margin: 0px;
}

	.main-menu .navigation > li {
		position: inherit;
		float: left;
		z-index: 2;
		margin: 0px 22px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}

		.main-menu .navigation > li:last-child {
			margin-right: 0px !important;
		}

		.main-menu .navigation > li:first-child {
			margin-left: 0px !important;
		}

		.main-menu .navigation > li > a {
			position: relative;
			display: block;
			text-align: center;
			font-size: 19px;
			line-height: 30px;
			padding: 27.5px 0px;
			font-weight: 600;
			font-family: "Barlow", sans-serif;
			opacity: 1;
			color: #fff;
			z-index: 1;
			text-transform: capitalize;
			-webkit-transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
			transition: all 500ms ease;
		}

		.main-menu .navigation > li.current > a,
		.main-menu .navigation > li:hover > a {
	  color: #ff0000 !important;
    border-bottom: 2px solid #ff0000;
		}

		.main-menu .navigation > li > ul {
			position: absolute;
			left: inherit;
			top: 100%;
			width: 240px;
			margin-top: -20px;
			z-index: 100;
			background: #fff;
			display: none;
			opacity: 0;
			padding: 10px 0px;
			visibility: hidden;
			box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
			border-radius: 5px;
			transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
		}

			.main-menu .navigation > li > ul.from-right {
				left: auto;
				right: 0px;
			}

			.main-menu .navigation > li > ul > li {
				position: relative;
				width: 100%;
				padding: 0px 30px;
			}

				.main-menu .navigation > li > ul > li > a {
					position: relative;
					display: block;
					line-height: 24px;
					font-weight: 500;
					font-size: 17px;
					font-family: "Barlow", sans-serif;
					color: #222;
					text-align: left;
					padding: 10px 0px;
					text-transform: capitalize;
					transition: all 500ms ease;
					border-bottom: 1px solid rgba(0, 0, 0, 0.1);
					-moz-transition: all 500ms ease;
					-webkit-transition: all 500ms ease;
					-ms-transition: all 500ms ease;
					-o-transition: all 500ms ease;
				}

				.main-menu .navigation > li > ul > li:last-child a {
					border-bottom: none;
				}

				.main-menu .navigation > li > ul > li > a:hover {
				}

				.main-menu .navigation > li > ul > li > a:before {
					position: absolute;
					content: "";
					width: 6px;
					height: 12px;
					left: -30px;
					top: 20px;
					transform: scale(0, 0);
					transition: all 500ms ease;
				}

				.main-menu .navigation > li > ul > li > a:hover:before {
					transform: scale(1, 1);
				}

				.main-menu .navigation > li > ul > li.dropdown > a:after {
					position: absolute;
					content: "\f108";
					font-family: "flaticon";
					right: 0px;
					top: 14px;
					display: block;
					line-height: 24px;
					font-size: 20px;
					text-align: center;
					z-index: 5;
					transition: all 500ms ease;
				}

				.main-menu .navigation > li > ul > li.dropdown.current > a:after,
				.main-menu .navigation > li > ul > li.dropdown > a:hover:after {
				}

				.main-menu .navigation > li > ul > li > ul {
					position: absolute;
					left: 100%;
					top: 0%;
					margin-top: 15px;
					margin-left: 10px;
					width: 255px;
					z-index: 100;
					display: none;
					box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
					visibility: hidden;
					border-radius: 25px 25px 0px 25px;
					padding: 10px 0px;
					background: #fff;
					transition: all 500ms ease;
					-moz-transition: all 500ms ease;
					-webkit-transition: all 500ms ease;
					-ms-transition: all 500ms ease;
					-o-transition: all 500ms ease;
				}

					.main-menu .navigation > li > ul > li > ul:before {
						position: absolute;
						content: "";
						left: -10px;
						top: 0px;
						width: 10px;
						height: 100%;
					}

					.main-menu .navigation > li > ul > li > ul.from-right {
						left: auto;
						right: 0px;
					}

					.main-menu .navigation > li > ul > li > ul > li {
						position: relative;
						width: 100%;
						padding: 0px 30px;
					}

						.main-menu .navigation > li > ul > li > ul > li:last-child {
							border-bottom: none;
						}

						.main-menu .navigation > li > ul > li > ul > li > a {
							position: relative;
							display: block;
							line-height: 24px;
							font-weight: 500;
							font-size: 17px;
							font-family: "Barlow", sans-serif;
							color: #222;
							text-align: left;
							padding: 14px 0px;
							text-transform: capitalize;
							transition: all 500ms ease;
							border-bottom: 1px solid rgba(0, 0, 0, 0.1);
							-moz-transition: all 500ms ease;
							-webkit-transition: all 500ms ease;
							-ms-transition: all 500ms ease;
							-o-transition: all 500ms ease;
						}

						.main-menu .navigation > li > ul > li > ul > li:last-child > a {
							border-bottom: none;
						}

						.main-menu .navigation > li > ul > li > ul > li > a:hover {
							padding-left: 18px;
						}

							.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
								opacity: 1;
							}

						.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
							font-family: "Font Awesome 5 Pro";
							content: "\f105";
							position: absolute;
							right: 20px;
							top: 12px;
							display: block;
							line-height: 24px;
							font-size: 16px;
							font-weight: 900;
							z-index: 5;
						}

		.main-menu .navigation > li.dropdown:hover > ul,
		.main-menu .navigation > li.dropdown:hover > .megamenu {
			visibility: visible;
			opacity: 1;
			margin-top: -10px;
			top: 100%;
		}

	.main-menu .navigation li > ul > li.dropdown:hover > ul {
		visibility: visible;
		opacity: 1;
		top: 0%;
		margin-top: 0px;
	}

	.main-menu .navigation li.dropdown .dropdown-btn {
		position: absolute;
		right: -32px;
		top: 66px;
		width: 34px;
		height: 30px;
		text-align: center;
		font-size: 18px;
		line-height: 26px;
		color: #3b3b3b;
		cursor: pointer;
		display: none;
		z-index: 5;
		transition: all 500ms ease;
	}

	.main-menu .navigation li.current.dropdown .dropdown-btn,
	.main-menu .navigation li:hover .dropdown-btn {
	}

	.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
		display: none;
	}

.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none;
}

	.menu-area .mobile-nav-toggler .icon-bar {
		position: relative;
		height: 2px;
		width: 30px;
		display: block;
		margin-bottom: 5px;
		background-color: #1c1c1c;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}

		.menu-area .mobile-nav-toggler .icon-bar:last-child {
			margin-bottom: 0px;
		}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
	position: absolute;
	width: 100%;
	padding: 30px 50px;
	left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
	margin-bottom: 10px;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	transition: all 900ms ease;
}

	.mobile-menu .navbar-collapse {
		display: block !important;
	}

	.mobile-menu .nav-logo {
		position: relative;
		padding: 50px 25px;
		text-align: left;
		padding-bottom: 100px;
	}

.mobile-menu-visible {
	overflow: hidden;
}

	.mobile-menu-visible .mobile-menu {
		opacity: 1;
		visibility: visible;
	}

.mobile-menu .menu-backdrop {
	position: fixed;
	left: 0%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 900ms ease;
	background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.7;
	visibility: visible;
	right: 100%;
	-webkit-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #0a0807;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 25px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

	.mobile-menu .navigation li {
		position: relative;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.mobile-menu .navigation:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.mobile-menu .navigation li > ul > li:first-child {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.mobile-menu .navigation li > a {
		position: relative;
		display: block;
		line-height: 24px;
		padding: 10px 25px;
		font-size: 15px;
		font-weight: 500;
		color: #ffffff;
		text-transform: uppercase;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.mobile-menu .navigation li ul li > a {
		font-size: 16px;
		margin-left: 20px;
		text-transform: capitalize;
	}

	.mobile-menu .navigation li > a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 0;
		border-left: 5px solid #fff;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.mobile-menu .navigation li.current > a:before {
		height: 100%;
	}

	.mobile-menu .navigation li.dropdown .dropdown-btn {
		position: absolute;
		right: 6px;
		top: 6px;
		width: 32px;
		height: 32px;
		text-align: center;
		font-size: 16px;
		line-height: 32px;
		color: #ffffff;
		background: rgba(255, 255, 255, 0.1);
		cursor: pointer;
		border-radius: 2px;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		z-index: 5;
	}

		.mobile-menu .navigation li.dropdown .dropdown-btn.open {
			color: #ffffff;
			-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			transform: rotate(90deg);
		}

	.mobile-menu .navigation li > ul,
	.mobile-menu .navigation li > ul > li > ul,
	.mobile-menu .navigation > li.dropdown > .megamenu {
		display: none;
	}

.mobile-menu .social-links {
	position: relative;
	padding: 0px 25px;
}

	.mobile-menu .social-links li {
		position: relative;
		display: inline-block;
		margin: 0px 10px 10px;
	}

		.mobile-menu .social-links li a {
			position: relative;
			line-height: 32px;
			font-size: 16px;
			color: #ffffff;
			-webkit-transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
			transition: all 500ms ease;
		}

			.mobile-menu .social-links li a:hover {
			}

div#mCSB_1_container {
	top: 0px !important;
}

.mobile-menu .contact-info {
	position: relative;
	padding: 120px 30px 20px 30px;
}

	.mobile-menu .contact-info h4 {
		position: relative;
		font-size: 20px;
		color: #ffffff;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.mobile-menu .contact-info ul li {
		position: relative;
		display: block;
		font-size: 15px;
		color: rgba(255, 255, 255, 0.8);
		margin-bottom: 3px;
	}

		.mobile-menu .contact-info ul li a {
			color: rgba(255, 255, 255, 0.8);
		}

			.mobile-menu .contact-info ul li a:hover {
			}

		.mobile-menu .contact-info ul li:last-child {
			margin-bottom: 0px;
		}

.main-header .outer-box {
	position: relative;
}

.tabs-box .tab {
	position: relative;
	display: none;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

	.tabs-box .tab.active-tab {
		display: block;
	}

.tabs-box .tab {
	transform: scale(0.9, 0.9) translateY(0px);
}

	.tabs-box .tab.active-tab {
		transform: scale(1) translateY(0px);
	}

/** banner-section **/

.banner-section {
	position: relative;
	background: #a42b1a;
	padding: 350px 0px 210px 0px;
}

	.banner-section .pattern-layer {
		position: absolute;
		left: 0px;
		bottom: 10px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.banner-section .bg-layer {
		position: absolute;
		right: 245px;
		bottom: 10px;
		width: calc(50% + 125px);
		height: calc(100% - 145px);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		.banner-section .bg-layer:before {
			position: absolute;
			content: "";
			background: #fff;
			width: 1px;
			height: 100%;
			left: 300px;
			top: 0px;
			opacity: 0.1;
		}

		.banner-section .bg-layer:after {
			position: absolute;
			content: "";
			background: #fff;
			width: 1px;
			height: 100%;
			right: 220px;
			top: 0px;
			opacity: 0.1;
		}

	.banner-section .bg-layer-2 {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 465px;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		.banner-section .bg-layer-2:before {
			position: absolute;
			content: "";
			background: #a42b1a;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			opacity: 0.64;
		}

	.banner-section .content-box {
		position: relative;
		display: block;
		max-width: 550px;
		z-index: 5;
		margin-left: -120px;
	}

		.banner-section .content-box h2 {
			display: block;
			font-size: 67px;
			line-height: 77px;
			color: #fff;
			font-weight: 900;
		}

		.banner-section .content-box .special-text {
			position: relative;
			display: block;
			font-size: 120px;
			line-height: 120px;
			font-family: "Roboto", sans-serif;
			font-weight: 900;
			color: transparent;
			-webkit-text-stroke-width: 0.5px;
			-webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
			min-height: 120px;
			margin-bottom: 23px;
		}

		.banner-section .content-box p {
			display: block;
			font-size: 22px;
			line-height: 30px;
			color: #fff;
			font-weight: 500;
			margin-bottom: 47px;
		}

	.banner-section .rotate-text {
		position: absolute;
		right: 200px;
		bottom: 25px;
		font-size: 15px;
		line-height: 25px;
		color: #fff;
		font-weight: 500;
		text-transform: uppercase;
		writing-mode: vertical-lr;
		z-index: 1;
		transform: rotate(180deg);
		letter-spacing: 20px;
	}

/** about-section **/

.about-section {
	position: relative;
	background: #2a1e1c;
}

	.about-section .bg-layer {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		.about-section .bg-layer:before {
			position: absolute;
			content: "";
			background: #2a1e1c;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			opacity: 0.95;
		}

	.about-section .inner-container {
		padding-bottom: 115px;
	}

		.about-section .inner-container .image-box {
			position: relative;
			display: block;
			overflow: hidden;
			float: left;
			width: 33.333%;
			padding-right: 1px;
		}

			.about-section .inner-container .image-box img {
				width: 100%;
				transition: all 500ms ease;
			}

.content_block_one .content-box {
	position: relative;
	display: block;
	margin-right: 70px;
}

	.content_block_one .content-box .sec-title {
		margin-bottom: 31px;
	}

	.content_block_one .content-box .text-box {
		margin-bottom: 52px;
	}

		.content_block_one .content-box .text-box .bold-text {
			font-size: 20px;
			color: #f2b9a5;
			font-weight: 500;
			max-width: 580px;
			margin-bottom: 29px;
		}

		.content_block_one .content-box .text-box p {
			color: #d1b8af;
		}

	.content_block_one .content-box .lower-box {
		position: relative;
		display: flex;
		align-items: center;
	}

		.content_block_one .content-box .lower-box .author-box {
			position: relative;
			padding: 5px 0px 6px 85px;
			margin-right: 95px;
		}

			.content_block_one .content-box .lower-box .author-box:before {
				position: absolute;
				content: "";
				background: #75665c;
				width: 1px;
				height: 65px;
				top: 0px;
				right: -60px;
			}

			.content_block_one .content-box .lower-box .author-box .thumb-box {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 61px;
				height: 61px;
				border-radius: 50%;
			}

				.content_block_one .content-box .lower-box .author-box .thumb-box img {
					width: 100%;
					border-radius: 50%;
				}

			.content_block_one .content-box .lower-box .author-box h3 {
				position: relative;
				display: block;
				font-size: 22px;
				line-height: 26px;
				color: #fff;
				font-weight: 700;
			}

			.content_block_one .content-box .lower-box .author-box .designation {
				position: relative;
				display: block;
				font-size: 18px;
				line-height: 24px;
				color: #fff;
			}

.image_block_one .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 14px;
}

	.image_block_one .image-box:before {
		position: absolute;
		top: 0;
		left: -85%;
		display: block;
		content: "";
		width: 50%;
		height: 100%;
		background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
		background: -webkit-gradient( linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)) );
		background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
		-webkit-transform: skewX(-25deg);
		-ms-transform: skewX(-25deg);
		transform: skewX(-25deg);
	}

	.image_block_one .image-box:hover:before {
		-webkit-animation: shine 1s;
		animation: shine 1s;
	}

	.image_block_one .image-box img {
		width: 100%;
	}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/** service-section **/

.service-section {
	position: relative;
	background: #f7f0e4;
	padding: 60px 0px 0px 0px;
}

	.service-section .pattern-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.service-section .upper-box {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 35px;
	}

		.service-section .upper-box .sec-title p {
			max-width: 830px;
		}

.service-block-one {
	max-width: 270px;
	margin: 0 auto;
	margin-top: 10px;
}

	.service-block-one .inner-box {
		position: relative;
		display: block;
		padding: 42px 30px 50px 34px;
		margin-bottom: 40px;
	}

		.service-block-one .inner-box:before {
			position: absolute;
			content: "";
			border: 1px solid #c0b5a1;
			border-radius: 10px;
			width: 100%;
			height: calc(100% - 12px);
			left: 10px;
			bottom: 17px;
			transform: skewY(2deg);
		}

.service-block:nth-child(even) .service-block-one .inner-box:before {
	transform: skewY(-2deg);
}

.service-block-one .inner-box .shape {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.service-block-one .inner-box h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	padding: 0px 0px 0px 85px;
	margin-bottom: 29px;
}

	.service-block-one .inner-box h3 a {
		display: inline-block;
		color: #1c1923;
	}

		.service-block-one .inner-box h3 a:hover {
		}

	.service-block-one .inner-box h3 img {
		position: absolute;
		left: 0px;
		top: -1px;
	}

.service-block-one .inner-box p {
	line-height: 25px;
}

/** project-section **/

.project-section {
	position: relative;
	background: #2e1d1f;
	padding: 80px 0px 0px 0px;
}

	.project-section .sec-title {
		margin-bottom: 60px;
	}

	.project-section .outer-container {
		position: relative;
		padding: 0px 75px;
	}

.project-block-one .inner-box {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

	.project-block-one .inner-box .image-box {
		position: relative;
		display: block;
		overflow: hidden;
	}

		.project-block-one .inner-box .image-box img {
			width: 100%;
			transition: all 500ms ease;
		}

	.project-block-one .inner-box:hover .image-box img {
		transform: scale(1.05);
	}

/** chooseus-section **/

.chooseus-section {
	position: relative;
	background: #2e1d1f;
	padding-top: 80px;
}

.content_block_two .content-box {
	position: relative;
	display: block;
	padding-bottom: 75px;
}

.sec-title {
	margin-bottom: 38px;
}

.content_block_two .content-box .inner-box .single-item {
	position: relative;
	display: block;
	max-width: 280px;
	margin-bottom: 44px;
}

	.content_block_two .content-box .inner-box .single-item .inner {
		position: relative;
		display: block;
		padding: 11px 0px 0px 80px;
		margin-bottom: 19px;
	}

		.content_block_two .content-box .inner-box .single-item .inner .icon-box {
			position: absolute;
			left: 0px;
			top: 0px;
			font-size: 50px;
			line-height: 60px;
		}

		.content_block_two .content-box .inner-box .single-item .inner h4 {
			font-size: 21px;
			display: block;
			line-height: 26px;
			font-weight: 700;
			color: #fff;
		}

	.content_block_two .content-box .inner-box .single-item .text p {
		line-height: 26px;
		color: rgba(255, 255, 255, 0.5);
	}

.chooseus-section .image-box {
	position: relative;
	display: block;
	top: 122px;
	z-index: 1;
}

	.chooseus-section .image-box .image {
		position: relative;
		display: block;
		overflow: hidden;
		border-radius: 10px;
	}

		.chooseus-section .image-box .image img {
			width: 100%;
			border-radius: 10px;
		}

		.chooseus-section .image-box .image:before {
			position: absolute;
			top: 0;
			left: -85%;
			display: block;
			content: "";
			width: 50%;
			height: 100%;
			background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
			background: -webkit-gradient( linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)) );
			background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
			-webkit-transform: skewX(-25deg);
			-ms-transform: skewX(-25deg);
			transform: skewX(-25deg);
		}

		.chooseus-section .image-box .image:hover:before {
			-webkit-animation: shine 1s;
			animation: shine 1s;
		}

/** funfact-section **/

.funfact-section {
	position: relative;
	padding: 49px 0px 74px 0px;
	background: #ece8e2;
	border-bottom: 1px solid #c6c6c6;
}

	.funfact-section .inner-container {
		position: relative;
		display: flex;
		align-items: center;
	}

.funfact-block-one .inner-box {
	position: relative;
	display: block;
	padding: 0px 0px 0px 90px;
}

	.funfact-block-one .inner-box .icon-box {
		position: absolute;
		left: 0px;
		top: 16px;
	}

	.funfact-block-one .inner-box .count-outer {
		position: relative;
		display: block;
		font-size: 50px;
		line-height: 50px;
		color: #051d3e;
		font-weight: 800;
		margin-bottom: 2px;
	}

	.funfact-block-one .inner-box p {
		display: block;
		font-weight: 500;
	}

.funfact-section .funfact-block-one {
	margin-left: 45px;
}

	.funfact-section .funfact-block-one:last-child {
		margin-left: 130px;
	}

/** testimonial-section **/

.testimonial-section {
	position: relative;
	background: #ece8e2;
}

.testimonial-block-one .inner-box {
	position: relative;
	display: block;
	background: #fff;
	border-top: 5px solid #ca1d1d;
	border-radius: 7px;
	padding: 43px 40px 78px 40px;
	margin-bottom: 25px;
}

	.testimonial-block-one .inner-box:before {
		position: absolute;
		content: "";
		background: #fff;
		width: 40px;
		height: 10px;
		left: 48px;
		bottom: -10px;
		clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
	}

	.testimonial-block-one .inner-box .rating {
		position: relative;
		display: flex;
		align-items: center;
		margin-bottom: 16px;
	}

		.testimonial-block-one .inner-box .rating li {
			margin-right: 7px;
		}

			.testimonial-block-one .inner-box .rating li:last-child {
				margin-right: 0px !important;
			}

	.testimonial-block-one .inner-box .quote-box {
		position: absolute;
		right: 40px;
		bottom: 25px;
	}

.testimonial-block-one .author-box {
	position: relative;
	display: block;
	padding: 15px 0px 14px 95px;
	margin-left: 30px;
}

	.testimonial-block-one .author-box .thumb-box {
		position: absolute;
		display: inline-block;
		left: 0px;
		top: 0px;
		width: 71px;
		height: 71px;
		border-radius: 50%;
	}

		.testimonial-block-one .author-box .thumb-box img {
			width: 100%;
			border-radius: 50%;
		}

	.testimonial-block-one .author-box h5 {
		display: block;
		font-size: 18px;
		line-height: 22px;
		font-weight: 700;
	}

	.testimonial-block-one .author-box .designation {
		position: relative;
		display: block;
		font-size: 16px;
		line-height: 20px;
		color: #717171;
	}

/** team-section **/

.team-section {
	position: relative;
	padding-top: 115px;
	background-color: #ede2d1;
}

	.team-section .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: calc(100% - 94px);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.team-section .upper-box {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 30px;
	}

		.team-section .upper-box .sub-title {
			color: #fff;
		}

			.team-section .upper-box .sub-title:before {
				background: #fff;
			}

		.team-section .upper-box .text-box p {
			line-height: 30px;
			color: #fff;
		}

	.team-section .inner-container {
		position: relative;
		margin: 0px -22.5px;
	}

	.team-section .team-block {
		padding: 0px 37.5px;
	}

.team-block-one .inner-box {
	position: relative;
	display: block;
}

	.team-block-one .inner-box .image-box {
		position: relative;
		display: block;
		overflow: hidden;
	}

		.team-block-one .inner-box .image-box img {
			width: 100%;
			transition: all 500ms ease;
		}

	.team-block-one .inner-box:hover .image-box img {
		transform: scale(1.05);
	}

	.team-block-one .inner-box .image-box:before {
		position: absolute;
		content: "";
		background: rgba(0, 0, 0, 0.1);
		width: 1px;
		height: 100%;
		left: 73px;
		top: 0px;
		z-index: 1;
	}

	.team-block-one .inner-box .image-box:after {
		position: absolute;
		content: "";
		background: rgba(0, 0, 0, 0.1);
		width: 1px;
		height: 100%;
		right: 73px;
		top: 0px;
		z-index: 1;
	}

	.team-block-one .inner-box .lower-content {
		position: relative;
		display: block;
		padding-top: 20px;
		padding-bottom: 19px;
		border-bottom: 1px solid #bebebe;
	}

		.team-block-one .inner-box .lower-content h3 {
			position: relative;
			display: block;
			font-size: 24px;
			line-height: 30px;
			font-weight: 700;
			margin-bottom: 0px;
		}

			.team-block-one .inner-box .lower-content h3 a {
				display: inline-block;
				color: #29231f;
			}

				.team-block-one .inner-box .lower-content h3 a:hover {
				}

		.team-block-one .inner-box .lower-content .designation {
			position: relative;
			display: block;
			font-size: 16px;
			line-height: 24px;
			color: #717171;
		}

		.team-block-one .inner-box .lower-content .link {
			position: absolute;
			top: 26px;
			right: 10px;
			z-index: 1;
		}

			.team-block-one .inner-box .lower-content .link a {
				position: relative;
				display: inline-block;
				width: 40px;
				height: 40px;
				line-height: 34px;
				background: #932617;
				text-align: center;
				border-radius: 50%;
			}

				.team-block-one .inner-box .lower-content .link a:hover {
				}

/** contact-section **/

.contact-section {
	position: relative;
	background: #ede2d1;
	padding-top: 115px;
}

	.contact-section:before {
		position: absolute;
		content: "";
		background: #f9f7f4;
		width: 100%;
		height: 180px;
		left: 0px;
		bottom: 0px;
	}

	.contact-section .inner-container {
		position: relative;
		background: #fff;
		box-shadow: 0px 0px 117px 0px rgba(0, 0, 0, 0.09);
		z-index: 1;
	}

.content_block_three .content-box {
	position: relative;
	display: block;
	background: #4c372a;
	padding: 88px 30px 110px 50px;
}

	.content_block_three .content-box h3 {
		position: relative;
		display: block;
		font-size: 22px;
		line-height: 30px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		padding-bottom: 9px;
		margin-bottom: 20px;
	}

		.content_block_three .content-box h3:before {
			position: absolute;
			content: "";
			background: #fff;
			width: 20px;
			height: 2px;
			left: 0px;
			bottom: 0px;
		}

	.content_block_three .content-box p {
		color: #fff;
		margin-bottom: 23px;
	}

	.content_block_three .content-box .support-box {
		position: relative;
		display: inline-block;
		margin-top: 8px;
		padding: 6px 0px 8px 96px;
	}

		.content_block_three .content-box .support-box .thumb-box {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 69px;
			height: 69px;
			border-radius: 50%;
		}

			.content_block_three .content-box .support-box .thumb-box img {
				width: 100%;
				border-radius: 50%;
			}

		.content_block_three .content-box .support-box span {
			position: relative;
			display: block;
			line-height: 22px;
			color: #fff;
			font-weight: 600;
			margin-bottom: 5px;
		}

		.content_block_three .content-box .support-box a {
			display: inline-block;
			font-size: 22px;
			line-height: 24px;
			color: #fff;
			font-weight: 600;
		}

			.content_block_three .content-box .support-box a:hover {
			}

.content_block_four .content-box {
	position: relative;
	display: block;
	padding: 70px 65px 79px 35px;
}

	.content_block_four .content-box .form-group {
		position: relative;
		margin-bottom: 20px;
	}

		.content_block_four .content-box .form-group:last-child {
			margin-bottom: 0px;
		}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 54px;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	font-size: 18px;
	color: #444444;
	padding: 10px 25px;
	transition: all 500ms ease;
}

.default-form .form-group textarea {
	height: 149px;
	resize: none;
}

	.default-form .form-group input:focus,
	.default-form .form-group textarea:focus {
	}

.content_block_four .content-box .form-group .theme-btn {
	width: 100%;
	padding: 13px 31px;
}

/** news-section **/

.news-section {
	position: relative;
	padding: 115px 0px 95px 0px;
	background: #f9f7f4;
}

.news-block-one .inner-box {
	position: relative;
	display: block;
}

	.news-block-one .inner-box .image-box {
		position: relative;
		display: block;
		overflow: hidden;
	}

		.news-block-one .inner-box .image-box img {
			width: 100%;
			transition: all 500ms ease;
		}

	.news-block-one .inner-box:hover .image-box img {
		transform: scale(1.05);
	}

	.news-block-one .inner-box .lower-content {
		position: relative;
		display: block;
		padding-top: 32px;
	}

		.news-block-one .inner-box .lower-content .post-info {
			position: relative;
			display: flex;
			align-items: center;
			margin-bottom: 9px;
		}

			.news-block-one .inner-box .lower-content .post-info li {
				position: relative;
				display: inline-block;
				font-size: 16px;
				line-height: 26px;
				font-family: "Jost", sans-serif;
				font-weight: 700;
				text-transform: uppercase;
				color: #6e6e6e;
				margin-right: 31px;
			}

				.news-block-one .inner-box .lower-content .post-info li:last-child {
					margin: 0px !important;
				}

				.news-block-one .inner-box .lower-content .post-info li:before {
					position: absolute;
					content: "";
					background: #d90429;
					width: 1px;
					height: 15px;
					top: 4px;
					right: -16px;
				}

				.news-block-one .inner-box .lower-content .post-info li:last-child:before {
					display: none;
				}

				.news-block-one .inner-box .lower-content .post-info li a {
					position: relative;
					display: inline-block;
					color: #d90429;
					padding-left: 40px;
				}

					.news-block-one .inner-box .lower-content .post-info li a:hover {
						text-decoration: underline;
					}

					.news-block-one .inner-box .lower-content .post-info li a:before {
						position: absolute;
						content: "";
						background: #d90429;
						width: 30px;
						height: 2px;
						left: 0px;
						top: 11px;
					}

		.news-block-one .inner-box .lower-content h3 {
			position: relative;
			display: block;
			font-size: 24px;
			line-height: 36px;
			font-weight: 700;
		}

			.news-block-one .inner-box .lower-content h3 a {
				display: inline-block;
				color: #242424;
			}

				.news-block-one .inner-box .lower-content h3 a:hover {
				}

/** clients-section **/

.clients-section {
	position: relative;
	background: #f9f7f4;
	padding-bottom: 60px;
}

	.clients-section .title-text {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 44px;
	}

		.clients-section .title-text:before {
			position: absolute;
			content: "";
			background: #d5d4d3;
			width: 100%;
			height: 1px;
			left: 0px;
			top: 16px;
		}

		.clients-section .title-text span {
			position: relative;
			display: inline-block;
			font-size: 16px;
			line-height: 26px;
			font-family: "Jost", sans-serif;
			font-weight: 700;
			text-transform: uppercase;
			background: #f9f7f4;
			padding: 0px 35px;
		}

	.clients-section .clients-logo-list {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.clients-section .clients-logo-list img {
			width: auto;
			transition: all 500ms ease;
		}

			.clients-section .clients-logo-list img:hover {
				transform: scale(1.05);
			}

/** main-footer **/

.main-footer {
	position: relative;
}

	.main-footer .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		.main-footer .bg-layer:before {
			position: absolute;
			content: "";
			background: #000000;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			opacity: 0.28;
		}

	.main-footer .footer-top {
		position: relative;
		width: 100%;
		background: rgba(6, 15, 33, 0.56);
		padding: 24px 0px 16px 0px;
	}

		.main-footer .footer-top .info-inner {
			position: relative;
			display: block;
			padding-left: 54px;
		}

			.main-footer .footer-top .info-inner:before {
				position: absolute;
				content: "";
				background: rgba(255, 255, 255, 0.1);
				width: 1px;
				height: 90px;
				top: -24px;
				right: 10px;
			}

		.main-footer .footer-top .info-column:last-child .info-inner:before {
			display: none;
		}

		.main-footer .footer-top .info-inner .icon-box {
			position: absolute;
			left: 0px;
			top: 8px;
		}

		.main-footer .footer-top .info-inner p {
			font-size: 18px;
			line-height: 24px;
			color: #fff;
		}

			.main-footer .footer-top .info-inner p a {
				display: inline-block;
				color: #fff;
			}

				.main-footer .footer-top .info-inner p a:hover {
					text-decoration: underline;
				}

				.main-footer .footer-top .info-inner p a.phone {
					font-size: 22px;
					font-weight: 500;
				}

		.main-footer .footer-top .info-column:first-child .info-inner {
			margin-left: 40px;
		}

	.main-footer .widget-section {
		position: relative;
		padding: 68px 0px 60px 0px;
	}

	.main-footer .logo-widget .footer-logo {
		position: relative;
		display: block;
		margin-bottom: 26px;
	}

	.main-footer .logo-widget p {
		font-size: 17px;
		color: #fff;
	}

	.main-footer .widget-title {
		position: relative;
		display: block;
		margin-bottom: 20px;
	}

		.main-footer .widget-title h3 {
			font-size: 21px;
			line-height: 30px;
			font-weight: 700;
			color: #fff;
		}

	.main-footer .links-widget .links-list li {
		position: relative;
		display: block;
		margin-bottom: 8px;
	}

		.main-footer .links-widget .links-list li:last-child {
			margin-bottom: 0px;
		}

		.main-footer .links-widget .links-list li a {
			font-size: 17px;
			color: #fff;
		}

			.main-footer .links-widget .links-list li a:hover {
			}

	.main-footer .contact-widget .widget-content p {
		font-size: 17px;
		color: #fff;
		margin-bottom: 15px;
	}

	.main-footer .contact-widget .widget-content .form-inner .form-group {
		position: relative;
		margin-bottom: 32px;
	}

		.main-footer
		.contact-widget
		.widget-content
		.form-inner
		.form-group
		input[type="email"] {
			position: relative;
			display: block;
			width: 100%;
			height: 45px;
			border-radius: 2px;
			background: rgba(0, 0, 0, 0.4);
			border: 1px solid transparent;
			font-size: 17px;
			color: rgba(255, 255, 255, 0.5);
			padding: 10px 80px 10px 20px;
			transition: all 500ms ease;
		}

		.main-footer
		.contact-widget
		.widget-content
		.form-inner
		.form-group
		button[type="submit"] {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 54px;
			height: 45px;
			line-height: 44px;
			text-align: center;
			border-radius: 0px 2px 2px 0px;
			cursor: pointer;
			transition: all 500ms ease;
		}

		.main-footer
		.contact-widget
		.widget-content
		.form-inner
		.form-group
		input:focus {
			color: #fff;
		}

	.main-footer .contact-widget .social-links {
		position: relative;
		display: flex;
		align-items: center;
	}

		.main-footer .contact-widget .social-links li {
			margin-right: 15px;
		}

			.main-footer .contact-widget .social-links li:last-child {
				margin: 0px !important;
			}

			.main-footer .contact-widget .social-links li a {
				position: relative;
				display: inline-block;
				width: 36px;
				height: 36px;
				line-height: 36px;
				font-size: 16px;
				color: #fff;
				border: 1px solid #a0a5b1;
				border-radius: 50%;
				text-align: center;
			}

				.main-footer .contact-widget .social-links li a:hover {
				}

.footer-bottom {
	position: relative;
	width: 100%;
	background-color: #3e2427;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

	.footer-bottom .bottom-inner {
		max-width: 1100px;
		margin: 0 auto;
		padding: 8px 15px;
		/* controls height */

		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

		.footer-bottom .bottom-inner p {
			font-size: 15px;
			/* slightly smaller text */
			color: #fff;
			margin: 0;
			/* remove extra spacing */
			line-height: 1.3;
		}

			.footer-bottom .bottom-inner p a {
				color: #fff;
				font-weight: 600;
			}

/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-two **/

.header-style-two {
	position: relative;
	background: #2a1e1c;
}

	.header-style-two .logo-box {
		position: absolute;
		left: 0px;
		top: 0px;
		padding: 49px 70px 49px 50px;
	}

		.header-style-two .logo-box .shape {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
			z-index: -1;
		}

.header-top {
	position: relative;
}

	.header-top .top-inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 13px 80px 12px 27px;
		background: #932516;
		border-bottom-left-radius: 10px;
		margin-left: 60px;
	}

		.header-top .top-inner:before {
			position: absolute;
			content: "";
			background: #932516;
			width: 5000px;
			height: 100%;
			left: 0px;
			top: 0px;
			border-bottom-left-radius: 10px;
		}

		.header-top .top-inner p {
			font-size: 20px;
			color: #fff;
		}

			.header-top .top-inner p a {
				display: inline-block;
				font-size: 18px;
				font-weight: 500;
				color: #d9b112;
			}

				.header-top .top-inner p a:hover {
					text-decoration: underline;
				}

		.header-top .top-inner .link a {
			position: relative;
			display: inline-block;
			padding-left: 35px;
			font-size: 22px;
			color: #fff;
			font-weight: 600;
		}

			.header-top .top-inner .link a img {
				position: absolute;
				left: 0px;
				top: 2px;
			}

			.header-top .top-inner .link a:hover {
				text-decoration: underline;
			}

.header-style-two .left-column {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 60px;
}

.main-header.header-style-two .outer-box .logo-box {
	position: relative;
}

/** banner-style-two **/

.banner-style-two {
	position: relative;
	overflow: hidden;
}

.banner-carousel .slide-item {
	position: relative;
	padding: 210px 0px 235px 0px;
}

.banner-style-two .banner-carousel .slide-item:before {
	position: absolute;
	content: "";
	background: #000000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.3;
	z-index: 1;
}

.banner-style-two .banner-carousel .slide-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient( 0deg, rgba(0, 0, 0, 0.85) 5%, rgba(0, 0, 0, 0) 50% );
	top: 0px;
	right: 0px;
	z-index: 1;
}

.banner-carousel .content-box {
	position: relative;
	z-index: 5;
	max-width: 630px;
}

.banner-carousel .slide-item .bg-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 8000ms linear;
	-moz-transition: all 8000ms linear;
	-ms-transition: all 8000ms linear;
	-o-transition: all 8000ms linear;
	transition: all 8000ms linear;
}

.banner-carousel .active .slide-item .bg-layer {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.banner-carousel .content-box h2 {
	font-size: 65px;
	line-height: 78px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 37px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

	.banner-carousel .content-box h2 span {
		position: relative;
		display: inline-block;
	}

		.banner-carousel .content-box h2 span:before {
			position: absolute;
			content: "";
			background-image: url(../images/shape/shape-5.png);
			width: 317px;
			height: 9px;
			left: 0px;
			bottom: -10px;
			background-repeat: no-repeat;
		}

.banner-carousel .active .content-box h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 37px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
}

/** service-style-two **/

.service-style-two {
	position: relative;
	padding: 114px 0px 112px 0px;
	background: #f2f2f2;
}

	.service-style-two .pattern-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

.service-block-two .inner-box {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

	.service-block-two .inner-box .image-box {
		position: relative;
		display: block;
		overflow: hidden;
		border-radius: 10px 10px 0px 0px;
	}

		.service-block-two .inner-box .image-box img {
			width: 100%;
			border-radius: 10px 10px 0px 0px;
			transition: all 500ms ease;
		}

	.service-block-two .inner-box:hover .image-box img {
		transform: scale(1.05);
	}

	.service-block-two .inner-box .lower-content {
		position: relative;
		display: block;
		padding: 29px 30px 34px 30px;
		border: 1px solid #ddddd5;
		border-top: none;
		border-radius: 0px 0px 10px 10px;
	}

		.service-block-two .inner-box .lower-content .icon-box {
			position: absolute;
			right: 25px;
			bottom: 40px;
		}

		.service-block-two .inner-box .lower-content h3 {
			position: relative;
			display: block;
			font-size: 24px;
			line-height: 29px;
			font-weight: 900;
			margin-bottom: 12px;
		}

			.service-block-two .inner-box .lower-content h3 a {
				display: inline-block;
				color: #10250f;
			}

				.service-block-two .inner-box .lower-content h3 a:hover {
				}

		.service-block-two .inner-box .lower-content .link a {
			position: relative;
			display: inline-block;
			font-size: 14px;
			line-height: 24px;
			font-family: "Roboto", sans-serif;
			font-weight: 900;
			text-transform: uppercase;
			color: #cb111e;
		}

			.service-block-two .inner-box .lower-content .link a:hover {
				text-decoration: underline;
			}

.service-style-two .owl-carousel .owl-stage-outer {
	overflow: visible;
}

	.service-style-two .owl-carousel .owl-stage-outer .owl-item {
		opacity: 0;
		visibility: hidden;
	}

		.service-style-two .owl-carousel .owl-stage-outer .owl-item.active {
			opacity: 1;
			visibility: visible;
		}

.nav-style-one .owl-nav button {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #a7a7a7;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all 500ms ease;
}

	.nav-style-one .owl-nav button:hover {
	}

	.nav-style-one .owl-nav button.owl-prev {
		margin-right: 20px;
	}

		.nav-style-one .owl-nav button.owl-prev:before {
			position: absolute;
			content: "";
			background-image: url(../images/icons/icon-31.png);
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			background-repeat: no-repeat;
			background-position: center;
		}

	.nav-style-one .owl-nav button.owl-next:before {
		position: absolute;
		content: "";
		background-image: url(../images/icons/icon-32.png);
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		background-repeat: no-repeat;
		background-position: center;
	}

.nav-style-one .owl-nav {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 65px;
}

.additional-services {
	position: relative;
	display: block;
}

	.additional-services h2 {
		font-size: 30px;
		line-height: 36px;
		font-weight: 900;
	}

	.additional-services p {
		font-size: 18px;
		line-height: 30px;
		color: #242424;
		font-weight: 600;
	}

/** about-style-two **/

.about-style-two {
	position: relative;
	padding: 120px 0px;
}

.image_block_two .image-box {
	position: relative;
	display: block;
}

	.image_block_two .image-box .image {
		position: relative;
		display: block;
		border-radius: 7px;
	}

		.image_block_two .image-box .image img {
			width: 100%;
			border-radius: 7px;
		}

	.image_block_two .image-box .text-box {
		position: absolute;
		right: 0px;
		bottom: 40px;
		width: 177px;
		border-radius: 7px;
		text-align: center;
		padding: 28px 20px 26px 20px;
	}

		.image_block_two .image-box .text-box .icon-box {
			position: relative;
			display: block;
			margin-bottom: 14px;
		}

		.image_block_two .image-box .text-box h2 {
			position: relative;
			display: inline-block;
			font-size: 50px;
			line-height: 50px;
			color: #fff;
			font-weight: 900;
			margin-bottom: 8px;
		}

			.image_block_two .image-box .text-box h2 span {
				position: relative;
				font-size: 40px;
				top: -11px;
			}

		.image_block_two .image-box .text-box p {
			display: block;
			font-size: 20px;
			line-height: 21px;
			color: #fff;
			font-weight: 600;
		}

.content_block_five .content-box {
	position: relative;
	display: block;
	margin-left: -30px;
}

.list-style-one {
	position: relative;
	display: block;
}

	.list-style-one li {
		position: relative;
		display: block;
		font-size: 20px;
		line-height: 30px;
		color: #242424;
		font-weight: 500;
		margin-bottom: 6px;
		padding-left: 40px;
	}

		.list-style-one li:before {
			position: absolute;
			content: "";
			background-image: url(../images/icons/icon-34.png);
			width: 20px;
			height: 20px;
			left: 0px;
			top: 7px;
			background-repeat: no-repeat;
		}

.content_block_five .content-box .list-style-one li {
	float: left;
	width: 50%;
}

.content_block_five .content-box .text-box .bold-text {
	font-size: 22px;
	line-height: 32px;
	color: #272727;
	font-weight: 600;
	margin-bottom: 34px;
}

.content_block_five .content-box .text-box p {
	margin-bottom: 15px;
	line-height: 32px;
}

.content_block_five .content-box .sec-title {
	margin-bottom: 20px;
}

	.content_block_five .content-box .sec-title h2 {
		font-size: 50px;
		line-height: 55px;
		font-weight: 900;
	}

.content_block_five .content-box .btn-box .theme-btn {
	background: #29231f;
	padding: 13.5px 37px;
}

	.content_block_five .content-box .btn-box .theme-btn:before {
	}

/** chooseus-style-two **/

.chooseus-style-two {
	position: relative;
	background: #ededed;
	padding-bottom: 115px;
}

	.chooseus-style-two .chooseus-content {
		position: relative;
		padding: 120px 0px;
		border-bottom: 1px solid #c6c7cc;
		margin-bottom: 100px;
	}

	.chooseus-style-two .content-box {
		position: relative;
		display: block;
		margin-right: 70px;
	}

		.chooseus-style-two .content-box p {
			margin-bottom: 40px;
		}

	.chooseus-style-two .image-box {
		position: relative;
		display: block;
		margin-left: -30px;
		margin-right: -91px;
	}

		.chooseus-style-two .image-box .image {
			position: relative;
			display: inline-block;
			border-radius: 50%;
		}

			.chooseus-style-two .image-box .image img {
				width: 100%;
				border-radius: 50%;
			}

		.chooseus-style-two .image-box .image-content {
			position: absolute;
			left: -128px;
			bottom: 0px;
			width: 237px;
			height: 237px;
			background: #2e1d1f;
			text-align: center;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 0px 40px;
		}

			.chooseus-style-two .image-box .image-content .icon-box {
				position: relative;
				display: block;
				margin-bottom: 10px;
			}

			.chooseus-style-two .image-box .image-content h4 {
				position: relative;
				display: block;
				font-size: 21px;
				line-height: 30px;
				color: #fff;
				font-weight: 700;
			}

		.chooseus-style-two .image-box .image-shape .shape-1 {
			position: absolute;
			top: 25px;
			right: -125px;
			width: 323px;
			height: 323px;
			background: #d90429;
			border-radius: 50%;
		}

		.chooseus-style-two .image-box .image-shape .shape-2 {
			position: absolute;
			left: -20px;
			top: -20px;
			width: 100%;
			height: 100%;
			border: 1px solid #858585;
			border-radius: 50%;
		}

	.chooseus-style-two .funfact-inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.chooseus-style-two .funfact-inner .funfact-block-one .inner-box .count-outer {
			color: #29231f;
		}

		.chooseus-style-two .funfact-inner .funfact-block-one .inner-box p {
			color: #29231f;
		}

/** project-style-two **/

.project-style-two {
	position: relative;
	background: #2e1d1f;
	padding-top: 115px;
}

	.project-style-two .nav-style-one .owl-nav {
		position: absolute;
		left: 0px;
		top: -235px;
		right: 0px;
		max-width: 1170px;
		width: 100%;
		margin: 0 auto;
		text-align: right;
	}

	.project-style-two .sec-title {
		margin-bottom: 90px;
	}

	.project-style-two .nav-style-one .owl-nav button {
		border-radius: 0px;
		border: none;
		background: #fff;
		margin: 0px !important;
		height: 70px;
		line-height: 70px;
		width: 75px;
	}

		.project-style-two .nav-style-one .owl-nav button.owl-prev:after {
			position: absolute;
			content: "";
			background: #d3d3d3;
			width: 1px;
			height: 40px;
			top: 15px;
			right: -1px;
			z-index: 1;
		}

		.project-style-two .nav-style-one .owl-nav button.owl-prev {
			border-radius: 5px 0px 0px 5px;
		}

		.project-style-two .nav-style-one .owl-nav button.owl-next {
			border-radius: 0px 5px 5px 0px;
		}

		.project-style-two .nav-style-one .owl-nav button.owl-prev:before {
			background-image: url(../images/icons/icon-40.png);
		}

		.project-style-two .nav-style-one .owl-nav button.owl-next:before {
			background-image: url(../images/icons/icon-41.png);
		}

	.project-style-two .project-block-one .inner-box {
		margin-bottom: 0px;
	}

.team-section.home-2 {
	background: #fff;
}

/** coupon-section **/

.coupon-section {
	position: relative;
	padding: 115px 0px;
}

	.coupon-section .sec-title {
		margin-right: 60px;
	}

.coupon-block-one .inner-box {
	position: relative;
	display: block;
	padding: 30px 30px 0px 45px;
}

	.coupon-block-one .inner-box:before {
		position: absolute;
		content: "";
		background: #fff;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		bottom: 27px;
		left: -14px;
		z-index: 1;
	}

	.coupon-block-one .inner-box:after {
		position: absolute;
		content: "";
		background: #fff;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		bottom: 27px;
		right: -14px;
		z-index: 1;
	}

	.coupon-block-one .inner-box .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		.coupon-block-one .inner-box .bg-layer:before {
			position: absolute;
			content: "";
			background: #2e1d1f;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			mix-blend-mode: multiply;
			opacity: 0.9;
		}

.coupon-block:last-child .coupon-block-one .inner-box .bg-layer:before {
	background: #ca1d1d;
	mix-blend-mode: normal;
}

.coupon-block-one .inner-box h2 {
	position: relative;
	display: block;
	font-size: 73px;
	line-height: 70px;
	color: #fff;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 10px;
}

	.coupon-block-one .inner-box h2 .symble {
		position: absolute;
		left: -27px;
		top: -12px;
		font-size: 40px;
	}

	.coupon-block-one .inner-box h2 .text {
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;
		position: relative;
		top: -25px;
	}

.coupon-block-one .inner-box h3 {
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 30px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	padding-bottom: 25px;
}

	.coupon-block-one .inner-box h3:before {
		position: absolute;
		content: "";
		border-bottom: 3px dashed #fff;
		left: -45px;
		bottom: 0px;
		width: calc(100% + 75px);
	}

.coupon-block-one .inner-box h6 {
	position: relative;
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #929292;
	font-weight: 900;
	text-transform: uppercase;
	padding: 9px 0px;
}

.coupon-block:last-child .coupon-block-one .inner-box h6 {
	color: rgba(255, 255, 255, 0.5);
}

.clients-section.home-2 {
	background: #fff;
}

	.clients-section.home-2 .title-text span {
		background: #fff;
	}

.parallax-bg {
	position: absolute;
	left: 0px;
	top: -30%;
	width: 100%;
	height: calc(100% + 30%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/** video-section **/

.video-section {
	position: relative;
	overflow: hidden;
	padding: 115px 0px 80px 0px;
}

	.video-section .bg-layer:before {
		position: absolute;
		content: "";
		background: #020204;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		opacity: 0.6;
	}

	.video-section .sec-title h2 {
		font-size: 64px;
		line-height: 72px;
		margin-bottom: 42px;
	}

	.video-section .sec-title .upper-text {
		position: relative;
		display: inline-block;
		font-size: 16px;
		line-height: 26px;
		font-family: "Jost", sans-serif;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		padding-right: 140px;
		margin-bottom: 25px;
	}

		.video-section .sec-title .upper-text:before {
			position: absolute;
			content: "";
			background: #fff;
			width: 126px;
			height: 1px;
			right: 0px;
			bottom: 8px;
		}

	.video-section .video-btn a {
		position: relative;
		display: inline-block;
		font-size: 15px;
		line-height: 18px;
		font-family: "Jost", sans-serif;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		padding: 18px 0px 18px 98px;
		text-align: left;
	}

		.video-section .video-btn a i {
			position: absolute;
			left: 0px;
			top: 0px;
			background: #fff;
			width: 72px;
			height: 72px;
			line-height: 72px;
			text-align: center;
			border-radius: 50%;
			font-size: 28px;
			color: #d90429;
		}

			.video-section .video-btn a i:after {
				position: absolute;
				content: "";
				border: 1px solid #fff;
				width: 87px;
				height: 87px;
				border-radius: 50%;
				left: -8px;
				top: -8px;
				opacity: 0.5;
			}

	.video-section .video-inner {
		position: relative;
		display: block;
		text-align: right;
	}

/** header-style-three **/

.header-style-three {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

	.header-style-three .logo-box {
		position: absolute;
		left: 0px;
		top: 0px;
		padding: 44px 53px 43px 82px;
	}

	.header-style-three .support-inner {
		position: absolute;
		top: 45px;
		right: 100px;
		padding-left: 67px;
	}

		.header-style-three .support-inner .icon-box {
			position: absolute;
			left: 0px;
			top: 5px;
		}

		.header-style-three .support-inner span {
			position: relative;
			display: block;
			font-size: 16px;
			line-height: 26px;
			color: #ffffff;
			margin-bottom: 0px;
		}

		.header-style-three .support-inner h3 {
			position: relative;
			display: block;
			font-size: 22px;
			line-height: 30px;
			font-family: "Barlow", sans-serif;
		}

			.header-style-three .support-inner h3 a {
				display: inline-block;
				color: #fff;
			}

				.header-style-three .support-inner h3 a:hover {
				}

.header-top-two {
	position: relative;
}

	.header-top-two .top-inner {
		position: relative;
		padding: 15px 0px;
	}

		.header-top-two .top-inner:before {
			position: absolute;
			content: "";
			border-bottom: 1px solid rgba(255, 255, 255, 0.1);
			left: 0px;
			bottom: 0px;
			width: calc(100% - 210px);
		}

	.header-top-two p {
		font-size: 18px;
		line-height: 28px;
		color: #ffffff;
	}

		.header-top-two p a {
			display: inline-block;
			color: #e53d27;
		}

			.header-top-two p a:hover {
				color: #fff;
			}

.header-style-three .left-column {
	position: relative;
	display: flex;
	align-items: center;
}

/** banner-style-three **/

.banner-style-three {
	position: relative;
	padding: 0px 0px 0px 120px;
	background: #952617;
}

	.banner-style-three .outer-container {
		position: relative;
		padding: 306px 0px 200px 0px;
	}

		.banner-style-three .outer-container .bg-layer {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}

			.banner-style-three .outer-container .bg-layer:before {
				position: absolute;
				content: "";
				background: #000000;
				width: 100%;
				height: 100%;
				left: 0px;
				top: 0px;
				opacity: 0.5;
			}

			.banner-style-three .outer-container .bg-layer:after {
				position: absolute;
				content: "";
				width: 100%;
				height: 100%;
				left: 0px;
				top: 0px;
				box-shadow: inset 0px 100px 50px 30px rgba(0, 0, 0, 0.4);
			}

	.banner-style-three .content-box {
		position: relative;
		display: block;
		max-width: 650px;
	}

		.banner-style-three .content-box .upper-text {
			position: relative;
			display: inline-block;
			font-size: 15px;
			line-height: 25px;
			font-family: "Jost", sans-serif;
			color: #fff;
			font-weight: 700;
			text-transform: uppercase;
			background: rgba(0, 0, 0, 0.5);
			border-radius: 30px;
			padding: 4px 27px;
			margin-bottom: 25px;
		}

		.banner-style-three .content-box h2 {
			position: relative;
			display: block;
			font-size: 63px;
			line-height: 76px;
			color: #fff;
			font-weight: 900;
			margin-bottom: 30px;
		}

		.banner-style-three .content-box p {
			position: relative;
			display: block;
			font-size: 22px;
			line-height: 30px;
			color: #fff;
			font-weight: 500;
			margin-bottom: 40px;
		}

	.banner-style-three .text-box {
		position: relative;
		display: flex;
		align-items: center;
		padding-left: 215px;
		padding: 55px 0px;
	}

		.banner-style-three .text-box a {
			position: relative;
			display: inline-block;
			font-size: 24px;
			line-height: 30px;
			background: #242424;
			color: #fff;
			font-weight: 600;
			padding: 13px 25px;
			margin-right: 70px;
		}

		.banner-style-three .text-box p {
			font-size: 22px;
			line-height: 30px;
			color: #fff;
			max-width: 810px;
		}

	.banner-style-three .social-links {
		position: absolute;
		left: 50px;
		bottom: 205px;
	}

		.banner-style-three .social-links li {
			position: relative;
			display: block;
			margin-bottom: 20px;
		}

			.banner-style-three .social-links li:last-child {
				margin-bottom: 0px;
			}

			.banner-style-three .social-links li span {
				position: relative;
				display: block;
				font-size: 18px;
				line-height: 28px;
				font-family: "Jost", sans-serif;
				color: rgba(255, 255, 255, 0.5);
				writing-mode: vertical-lr;
				transform: rotate(180deg);
				padding: 0px 0px 56px 0px;
			}

				.banner-style-three .social-links li span:before {
					position: absolute;
					content: "";
					background: rgba(255, 255, 255, 0.4);
					width: 1px;
					height: 40px;
					left: 12px;
					bottom: 0px;
				}

/** about-style-three **/

.about-style-three {
	position: relative;
	padding: 115px 0px 120px 0px;
	background: #f5f5f5;
}

.content_block_six .content-box {
	position: relative;
	display: block;
}

	.content_block_six .content-box .text-box p {
		line-height: 30px;
		margin-bottom: 40px;
	}

	.content_block_six .content-box .list-style-one li {
		float: left;
		width: 50%;
	}

	.content_block_six .content-box .inner-box {
		position: relative;
		display: flex;
		align-items: center;
	}

		.content_block_six .content-box .inner-box .support-box {
			position: relative;
			display: block;
			background: #fff;
			padding: 11px 70px 11px 110px;
			border-radius: 10px;
			margin-right: 20px;
		}

			.content_block_six .content-box .inner-box .support-box .icon-box {
				position: absolute;
				left: 29px;
				top: 22px;
			}

			.content_block_six .content-box .inner-box .support-box span {
				position: relative;
				display: block;
				font-size: 20px;
				line-height: 30px;
				color: #242424;
				font-weight: 700;
				margin-bottom: 4px;
			}

			.content_block_six .content-box .inner-box .support-box a {
				position: relative;
				display: inline-block;
				font-size: 33px;
				line-height: 33px;
				font-weight: 700;
			}

				.content_block_six .content-box .inner-box .support-box a:hover {
					text-decoration: underline;
				}

		.content_block_six .content-box .inner-box .experience-box {
			position: relative;
			display: block;
			padding: 22px 20px 22px 98px;
			border-radius: 10px;
			width: 230px;
		}

			.content_block_six .content-box .inner-box .experience-box h2 {
				position: absolute;
				left: 29px;
				top: 20px;
				font-size: 47px;
				line-height: 50px;
				font-family: "Barlow", sans-serif;
				color: #fff;
				font-weight: 700;
			}

			.content_block_six .content-box .inner-box .experience-box h4 {
				position: relative;
				display: block;
				font-size: 20px;
				line-height: 24px;
				font-family: "Barlow", sans-serif;
				color: #fff;
				font-weight: 600;
			}

.about-style-three .image-layer {
	position: absolute;
	right: 320px;
	bottom: 0px;
}

/** service-style-three **/

.service-style-three {
	position: relative;
}

	.service-style-three .title-inner .text-box {
		margin-left: -40px;
	}

	.service-style-three .nav-style-one .owl-nav button {
		border: 2px solid #a7afb6;
	}

		.service-style-three .nav-style-one .owl-nav button.owl-prev:before {
			background-image: url(../images/icons/icon-49.png);
		}

		.service-style-three .nav-style-one .owl-nav button.owl-next:before {
			background-image: url(../images/icons/icon-50.png);
		}

		.service-style-three .nav-style-one .owl-nav button.owl-prev:after {
			position: absolute;
			content: "";
			background: #d3d7da;
			width: 70px;
			height: 1px;
			top: 21px;
			right: 63px;
		}

		.service-style-three .nav-style-one .owl-nav button.owl-next:after {
			position: absolute;
			content: "";
			background: #d3d7da;
			width: 70px;
			height: 1px;
			top: 21px;
			left: 63px;
		}

	.service-style-three .sec-title {
		margin-bottom: 0px;
	}

.chooseus-section .image-layer {
	position: absolute;
	right: 170px;
	bottom: 0px;
}

.content_block_seven .content-box {
	position: relative;
	display: block;
}

	.content_block_seven .content-box .text-box .bold-text {
		font-size: 22px;
		line-height: 32px;
		color: #242424;
		font-weight: 500;
		margin-bottom: 40px;
	}

	.content_block_seven .content-box .lower-box {
		position: relative;
		display: flex;
		align-items: center;
	}

		.content_block_seven .content-box .lower-box .author-box {
			position: relative;
			display: block;
			padding: 15px 0px 14px 104px;
			margin-right: 30px;
		}

			.content_block_seven .content-box .lower-box .author-box .thumb-box {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 73px;
				height: 73px;
				border-radius: 50%;
			}

				.content_block_seven .content-box .lower-box .author-box .thumb-box img {
					width: 100%;
					border-radius: 50%;
				}

			.content_block_seven .content-box .lower-box .author-box h5 {
				position: relative;
				display: block;
				font-size: 18px;
				line-height: 20px;
				font-family: "Barlow", sans-serif;
				color: #161837;
				font-weight: 600;
				margin-bottom: 4px;
			}

			.content_block_seven .content-box .lower-box .author-box .designation {
				position: relative;
				display: block;
				font-size: 18px;
				line-height: 20px;
				color: #161837;
			}

.about-style-four .inner-box {
	position: relative;
	display: block;
}

	.about-style-four .inner-box .sec-title {
		margin-bottom: 5px;
	}

/** cta-section **/

.cta-section {
	position: relative;
}

	.cta-section .bg-layer {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 50%;
		background: #952617;
	}

	.cta-section .inner-container .bg-image {
		position: absolute;
		top: -1px;
		right: -1px;
		width: calc(50% + 1px);
		height: calc(100% + 1px);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 15% 0%);
	}

		.cta-section .inner-container .bg-image:before {
			position: absolute;
			content: "";
			background: #000;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			opacity: 0.2;
		}

		.cta-section .inner-container .bg-image:after {
			position: absolute;
			content: "";
			width: 130px;
			height: 100%;
			left: 0px;
			top: 0px;
			clip-path: polygon(0% 0%, 100% 0%, 1% 100%, 0% 100%, 0% 0%);
		}

	.cta-section .inner-container {
		position: relative;
		display: block;
		overflow: hidden;
		padding: 56px 50px 54px 70px;
		background: #2e1d1f;
		margin-right: -375px;
	}

		.cta-section .inner-container .text {
			position: relative;
			display: block;
			max-width: 590px;
			width: 100%;
			z-index: 1;
		}

			.cta-section .inner-container .text h2 {
				position: relative;
				display: block;
				font-size: 42px;
				line-height: 50px;
				font-family: "Roboto", sans-serif;
				font-weight: 700;
				color: #fff;
				margin-bottom: 11px;
			}

			.cta-section .inner-container .text h3 {
				position: relative;
				display: block;
				font-size: 26px;
				line-height: 34px;
				font-family: "Roboto", sans-serif;
				color: #fff;
			}

				.cta-section .inner-container .text h3 a {
					display: inline-block;
					color: #fff;
				}

					.cta-section .inner-container .text h3 a:hover {
						text-decoration: underline;
					}

/** testimonial-style-two **/

.testimonial-style-two {
	position: relative;
	background: #952617;
}

	.testimonial-style-two .testimonial-block-one .inner-box {
		border: none;
		padding-bottom: 45px;
	}

		.testimonial-style-two .testimonial-block-one .inner-box .quote-box {
			position: relative;
			right: 0px;
			bottom: 0px;
			margin-bottom: 22px;
		}

	.testimonial-style-two .testimonial-block-one .author-box h5 {
		color: #fff;
	}

	.testimonial-style-two .testimonial-block-one .author-box .designation {
		color: #d09f99;
	}

	.testimonial-style-two .sub-title {
		color: #fff;
	}

		.testimonial-style-two .sub-title:before {
			background: #fff;
		}

	.testimonial-style-two .pattern-layer {
		position: absolute;
		left: 80px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
	}

/** header-style-four **/

.header-style-four {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

	.header-style-four .header-top .outer-container {
		position: relative;
		background: #080808;
		padding: 10px 100px;
	}

	.header-style-four .header-top .top-inner {
		margin: 0px;
		padding: 0px;
		background: transparent;
	}

		.header-style-four .header-top .top-inner:before {
			display: none;
		}

		.header-style-four .header-top .top-inner p {
			font-size: 18px;
			font-weight: 500;
		}

			.header-style-four .header-top .top-inner p a {
			}

		.header-style-four .header-top .top-inner .link a {
			color: #d90429;
		}

	.header-style-four.main-header .outer-box {
		padding-left: 100px;
		padding-right: 100px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.header-style-four .outer-box .right-column {
		position: relative;
		display: flex;
		align-items: center;
	}

/** banner-style-four **/

.banner-style-four {
	position: relative;
	padding: 295px 0px 160px 0px;
}

	.banner-style-four:before {
		position: absolute;
		content: "";
		background: #a21e0d;
		width: 32px;
		height: 475px;
		top: 295px;
		right: 0px;
		z-index: 1;
	}

	.banner-style-four .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		.banner-style-four .bg-layer:before {
			position: absolute;
			content: "";
			background: #000;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			opacity: 0.22;
		}

		.banner-style-four .bg-layer:after {
			position: absolute;
			content: "";
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			box-shadow: inset 0px 100px 50px 30px rgba(0, 0, 0, 0.5);
		}

	.banner-style-four .content-box {
		position: relative;
		max-width: 995px;
		width: 100%;
		padding: 50px 60px 50px 440px;
	}

		.banner-style-four .content-box h2 {
			position: relative;
			display: block;
			font-size: 65px;
			line-height: 72px;
			color: #fff;
			font-weight: 900;
			margin-bottom: 30px;
		}

		.banner-style-four .content-box p {
			position: relative;
			display: block;
			font-size: 20px;
			line-height: 30px;
			font-weight: 600;
			color: #fff;
			margin-bottom: 42px;
		}

		.banner-style-four .content-box .feature-list {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: space-between;
			text-align: center;
		}

			.banner-style-four .content-box .feature-list li .icon-box {
				position: relative;
				display: block;
				margin-bottom: 14px;
			}

			.banner-style-four .content-box .feature-list li h5 {
				position: relative;
				display: block;
				font-size: 17px;
				line-height: 20px;
				font-family: "Barlow", sans-serif;
				font-weight: 500;
				color: #fff;
			}

/** about-style-five **/

.about-style-five {
	position: relative;
}

	.about-style-five .content_block_one .content-box .text-box .bold-text {
		color: #444444;
		font-size: 21px;
		line-height: 30px;
		font-weight: 600;
	}

	.about-style-five .content_block_one .content-box .text-box p {
		color: #444;
	}

	.about-style-five .content_block_one .content-box .lower-box .author-box h3 {
		color: #242424;
	}

	.about-style-five
	.content_block_one
	.content-box
	.lower-box
	.author-box
	.designation {
		color: #d90528;
		font-size: 15px;
		line-height: 24px;
		font-family: "Jost", sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}

	.about-style-five
	.content_block_one
	.content-box
	.lower-box
	.author-box:before {
		background: #c4c4c4;
	}

.image_block_three .image-box {
	position: relative;
	display: block;
	padding-right: 294px;
	margin-right: -111px;
}

	.image_block_three .image-box img {
		width: 100%;
	}

	.image_block_three .image-box .image-2 {
		position: absolute;
		right: 0px;
		top: 57px;
	}

.service-section.home-4 {
	background: #f0ede8;
}

/** project-style-three **/

.project-style-three {
	position: relative;
	background: #2e1d1f;
	padding: 115px 75px 120px 75px;
}

	.project-style-three .nav-style-one .owl-nav {
		position: absolute;
		top: -116px;
		left: 0px;
		right: 0px;
		max-width: 1170px;
		width: 100%;
		margin: 0 auto;
		text-align: right;
	}

		.project-style-three .nav-style-one .owl-nav button {
			border: 2px solid #a7afb6;
		}

.nav-style-one .owl-nav button.owl-prev:before {
	background-image: url(../images/icons/icon-49.png);
}

.nav-style-one .owl-nav button.owl-next:before {
	background-image: url(../images/icons/icon-50.png);
}

.cta-section.home-4 {
	background: #2e1d1f;
}

	.cta-section.home-4 .inner-container {
		background: #a2172a;
	}

	.cta-section.home-4 .bg-layer {
		background: #ececec;
	}

.testimonial-style-three {
	position: relative;
	background: #ececec;
}

	.testimonial-style-three .testimonial-block-one .inner-box {
		border: none;
		padding-bottom: 45px;
	}

		.testimonial-style-three .testimonial-block-one .inner-box .quote-box {
			position: relative;
			right: 0px;
			bottom: 0px;
			margin-bottom: 22px;
		}

	.testimonial-style-three .testimonial-block-one .author-box .designation {
		color: #a2172a;
	}

	.testimonial-style-three .pattern-layer {
		position: absolute;
		left: 90px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
	}

/** chooseus-style-three **/

.chooseus-style-three {
	position: relative;
	padding: 115px 0px;
}

.content_block_eight .content-box {
	position: relative;
	display: block;
}

	.content_block_eight .content-box .text-box p {
		margin-bottom: 35px;
	}

	.content_block_eight .content-box .list-style-one li {
		float: left;
		width: 50%;
		font-size: 19px;
	}

.chooseus-style-three .image-layer {
	position: absolute;
	right: 230px;
	bottom: 0px;
}

.content_block_eight .content-box .list-style-one li:before {
	background-image: url(../images/icons/icon-56.png);
}

/** contact-style-two **/

.contact-style-two {
	position: relative;
	background: #f4f4f4;
}

	.contact-style-two .content_block_four .content-box {
		padding: 0px;
	}

	.contact-style-two .default-form .form-group input[type="text"],
	.contact-style-two .default-form .form-group input[type="email"],
	.contact-style-two .default-form .form-group textarea {
		background: #fff;
	}

.content_block_nine .content-box {
	position: relative;
	display: block;
}

	.content_block_nine .content-box .author-box {
		position: relative;
		display: block;
		padding: 7px 0px 7px 96px;
		margin-bottom: 35px;
	}

		.content_block_nine .content-box .author-box .author-thumb {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 69px;
			height: 69px;
			border-radius: 50%;
		}

			.content_block_nine .content-box .author-box .author-thumb img {
				width: 100%;
				border-radius: 50%;
			}

		.content_block_nine .content-box .author-box span {
			position: relative;
			display: block;
			font-size: 18px;
			line-height: 24px;
			color: #444444;
			font-weight: 600;
			margin-bottom: 2px;
		}

		.content_block_nine .content-box .author-box a {
			position: relative;
			display: inline-block;
			font-size: 22px;
			line-height: 26px;
			font-weight: 600;
		}

			.content_block_nine .content-box .author-box a:hover {
				text-decoration: underline;
			}

	.content_block_nine .content-box .info-list li {
		position: relative;
		display: block;
		font-size: 18px;
		line-height: 28px;
		color: #444444;
		margin-bottom: 18px;
	}

		.content_block_nine .content-box .info-list li:last-child {
			margin-bottom: 0px;
		}

		.content_block_nine .content-box .info-list li h5 {
			display: block;
			font-size: 18px;
			line-height: 28px;
			font-family: "Barlow", sans-serif;
			font-weight: 600;
			color: #444444;
			margin-bottom: 0px;
		}

.clients-section.home-4 {
	background: #f4f4f4;
}

/** countries-section **/

.countries-section {
	position: relative;
	padding: 115px 0px 105px 0px;
	border-top: 1px solid #dbdfe3;
}

	.countries-section .countries-list li {
		position: relative;
		display: block;
		float: left;
		width: 25%;
		font-size: 18px;
		color: #090d30;
		margin-bottom: 13px;
	}

		.countries-section .countries-list li a {
			display: inline-block;
			color: #090d30;
		}

			.countries-section .countries-list li a:hover {
			}

	.countries-section .pattern-layer {
		position: absolute;
		top: 0px;
		right: 70px;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: top right;
	}

/** header-style-five **/

.header-style-five {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

	.header-style-five .outer-box {
		padding: 0px;
		margin-right: -125px;
	}

		.header-style-five .outer-box .right-column {
			position: relative;
			display: flex;
			align-items: center;
			padding-left: 30px;
		}

			.header-style-five .outer-box .right-column:before {
				position: absolute;
				content: "";
				background: rgba(0, 0, 0, 0.3);
				left: 0px;
				top: 0px;
				width: 5000px;
				height: 100%;
				border-radius: 10px;
			}

	.header-style-five .support-inner {
		position: relative;
		padding-left: 67px;
		margin-left: 50px;
	}

		.header-style-five .support-inner .icon-box {
			position: absolute;
			left: 0px;
			top: 5px;
		}

		.header-style-five .support-inner span {
			position: relative;
			display: block;
			font-size: 16px;
			line-height: 26px;
			color: #ffffff;
			margin-bottom: 0px;
		}

		.header-style-five .support-inner h3 {
			position: relative;
			display: block;
			font-size: 22px;
			line-height: 30px;
			font-family: "Barlow", sans-serif;
		}

			.header-style-five .support-inner h3 a {
				display: inline-block;
				color: #fff;
			}

				.header-style-five .support-inner h3 a:hover {
				}

	.header-style-five .outer-box .logo-box {
		margin-right: 30px;
	}

	.header-style-five .main-menu .navigation > li {
		margin: 0px 15px;
	}

	.header-style-five .sticky-header .outer-box {
		padding: 0px;
	}

/** banner-style-five **/

.banner-style-five {
	position: relative;
	padding-top: 246px;
}

	.banner-style-five .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		.banner-style-five .bg-layer:before {
			position: absolute;
			content: "";
			background: #000;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			opacity: 0.25;
		}

	.banner-style-five .content-box {
		position: relative;
		display: block;
	}

		.banner-style-five .content-box .sub-title {
			position: relative;
			display: block;
			font-size: 16px;
			line-height: 26px;
			font-family: "Jost", sans-serif;
			color: #fff;
			font-weight: 700;
			margin-bottom: 20px;
			text-transform: uppercase;
		}

		.banner-style-five .content-box h2 {
			display: block;
			font-size: 60px;
			line-height: 72px;
			color: #fff;
			font-weight: 900;
			font-style: italic;
			margin-bottom: 20px;
		}

			.banner-style-five .content-box h2 span {
				color: #db4834;
			}

		.banner-style-five .content-box p {
			font-size: 20px;
			line-height: 30px;
			color: #fff;
			max-width: 470px;
			margin-bottom: 25px;
		}

		.banner-style-five .content-box .btn-box {
			position: relative;
			display: flex;
			align-items: center;
		}

			.banner-style-five .content-box .btn-box .link-btn {
				position: relative;
				display: inline-block;
				font-size: 20px;
				line-height: 30px;
				color: #fff;
				font-weight: 500;
				margin-right: 80px;
			}

				.banner-style-five .content-box .btn-box .link-btn:hover {
					text-decoration: underline;
				}

			.banner-style-five .content-box .btn-box .video-btn {
				position: relative;
				display: inline-block;
				width: 58px;
				height: 58px;
				line-height: 58px;
				font-size: 22px;
				color: #fff;
				background: #942617;
				text-align: center;
				border-radius: 50%;
			}

				.banner-style-five .content-box .btn-box .video-btn:before {
					position: absolute;
					content: "";
					border: 1px solid #912617;
					width: 68px;
					height: 68px;
					border-radius: 50%;
					left: -5px;
					top: -5px;
				}

	.banner-style-five .appointment-box {
		position: relative;
		display: block;
		background: #a72918;
		padding: 23px 33px 30px 33px;
		border-radius: 10px 10px 0px 0px;
		margin-left: 215px;
	}

		.banner-style-five .appointment-box .text {
			position: relative;
			display: block;
			text-align: center;
			margin-bottom: 20px;
		}

			.banner-style-five .appointment-box .text h2 {
				position: relative;
				display: block;
				font-size: 40px;
				line-height: 42px;
				color: #fff;
				font-family: "Playfair Display", serif;
				font-weight: 700;
				font-style: italic;
			}

			.banner-style-five .appointment-box .text h3 {
				position: relative;
				display: block;
				font-size: 24px;
				line-height: 32px;
				font-weight: 600;
				color: #fff;
			}

		.banner-style-five .appointment-box .form-inner .form-group {
			position: relative;
			margin-bottom: 10px;
			padding: 0px 5px;
		}

		.banner-style-five .appointment-box .form-inner {
			margin: 0px 10px;
		}

			.banner-style-five .appointment-box .form-inner .form-group:last-child {
				margin-bottom: 0px;
			}

			.banner-style-five .appointment-box .form-inner .form-group input[type="text"],
			.banner-style-five .appointment-box .form-inner .form-group input[type="email"],
			.banner-style-five .appointment-box .form-inner .form-group textarea {
				position: relative;
				display: block;
				width: 100%;
				height: 45px;
				border: 1px solid transparent;
				background: rgba(0, 0, 0, 0.2);
				font-size: 14px;
				color: #fff;
				font-family: "Open Sans", sans-serif;
				padding: 10px 15px;
				transition: all 500ms ease;
			}

			.banner-style-five .appointment-box .form-inner .form-group .icon {
				position: absolute;
				top: 12px;
				right: 20px;
				z-index: 1;
				color: #8e8e8e;
				font-weight: 400;
			}

			.banner-style-five .appointment-box .form-inner .form-group textarea {
				height: 115px;
				resize: none;
				margin-bottom: 10px;
			}

				.banner-style-five .appointment-box .form-inner .form-group input:focus,
				.banner-style-five .appointment-box .form-inner .form-group textarea:focus {
					border-color: #000;
				}

			.banner-style-five .appointment-box .form-inner .form-group button {
				width: 100%;
				padding: 11px 30px;
				color: #000 !important;
				background: #fff;
				border-radius: 0px;
			}

				.banner-style-five .appointment-box .form-inner .form-group button:hover {
					color: #fff !important;
					background: #000;
				}

	.banner-style-five .image-layer {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

.service-style-two.light-section {
	background: #2a1e1c;
}

	.service-style-two.light-section .sub-title {
		color: #fff;
	}

		.service-style-two.light-section .sub-title:before,
		.service-style-two.light-section .sub-title:after {
			background: #fff;
		}

	.service-style-two.light-section .sec-title p {
		color: #fff;
	}

	.service-style-two.light-section .nav-style-one .owl-nav button {
		border: 2px solid #a7afb6;
	}

		.service-style-two.light-section .nav-style-one .owl-nav button:after {
			position: absolute;
			content: "";
			background: #686669;
			width: 70px;
			height: 1px;
			top: 21px;
		}

		.service-style-two.light-section .nav-style-one .owl-nav button.owl-prev:after {
			right: 63px;
		}

		.service-style-two.light-section .nav-style-one .owl-nav button.owl-next:after {
			left: 63px;
		}

	.service-style-two.light-section .additional-services h2 {
		color: #fff;
	}

	.service-style-two.light-section .additional-services p {
		color: rgba(255, 255, 255, 0.7);
	}

.about-section.dark-section {
	background: #fff;
}

	.about-section.dark-section
	.content_block_one
	.content-box
	.text-box
	.bold-text {
		color: #444444;
	}

	.about-section.dark-section .content_block_one .content-box .text-box p {
		color: #444444;
	}

	.about-section.dark-section
	.content_block_one
	.content-box
	.lower-box
	.author-box
	h3 {
		color: #2a1e1c;
	}

	.about-section.dark-section
	.content_block_one
	.content-box
	.lower-box
	.author-box
	.designation {
		color: #2a1e1c;
	}

	.about-section.dark-section
	.content_block_one
	.content-box
	.lower-box
	.author-box:before {
		background: #75665c;
	}

/** faq-section **/

.faq-section {
	position: relative;
	background: #942617;
}

	.faq-section .content-box {
		position: relative;
		display: block;
		max-width: 500px;
	}

		.faq-section .content-box .text-box p {
			font-size: 18px;
			line-height: 30px;
			color: #fff;
			margin-bottom: 35px;
		}

		.faq-section .content-box .sub-title {
			color: #fff;
		}

			.faq-section .content-box .sub-title:before {
				background: #fff;
			}

		.faq-section .content-box .text-box a {
			position: relative;
			display: inline-block;
			font-size: 15px;
			line-height: 25px;
			font-family: "Jost", sans-serif;
			color: #000000;
			font-weight: 700;
			text-transform: uppercase;
			background: #fff;
			padding: 16px 48px;
			border-radius: 35px;
		}

			.faq-section .content-box .text-box a:hover {
				color: #fff;
				background: #000;
			}

.accordion-box .block .acc-content {
	display: none;
}

	.accordion-box .block .acc-content.current {
		display: block;
	}

.accordion-box .accordion {
	position: relative;
	margin-bottom: 20px;
}

	.accordion-box .accordion:last-child {
		margin-bottom: 0px;
	}

	.accordion-box .accordion .acc-btn {
		position: relative;
		background: #fff;
		padding: 20px 60px 20px 35px;
		border-radius: 5px;
		cursor: pointer;
	}

		.accordion-box .accordion .acc-btn .icon-box {
			position: absolute;
			top: 20px;
			right: 40px;
		}

			.accordion-box .accordion .acc-btn .icon-box:before {
				position: absolute;
				content: "+";
				font-size: 30px;
				font-weight: 400;
			}

		.accordion-box .accordion .acc-btn.active .icon-box:before {
			content: "-";
		}

		.accordion-box .accordion .acc-btn h4 {
			font-size: 20px;
			line-height: 30px;
			font-family: "Barlow", sans-serif;
			color: #181818;
			font-weight: 600;
		}

	.accordion-box .accordion .acc-content {
		padding: 25px 25px 5px 25px;
	}

		.accordion-box .accordion .acc-content p {
			color: #fff;
		}

.team-section.home-5 {
	background: #fff;
}

/** header-style-six **/

.header-style-six {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

	.header-style-six .header-lower {
		position: relative;
		padding: 0px 70px 0px 220px;
	}

	.header-style-six .outer-box {
		padding: 0px;
	}

		.header-style-six .outer-box .logo-box {
			margin-right: 0px;
		}

	.header-style-six .right-column {
		display: flex;
		align-items: center;
	}

/** banner-style-six **/

.banner-style-six {
	position: relative;
	padding-left: 220px;
	padding-top: 90px;
	background-color: #221715;
}

	.banner-style-six .content-box {
		max-width: 550px;
	}

.banner-carousel .content-box h6 {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: "Jost", sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-carousel .active .content-box h6 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-style-six .banner-carousel .content-box h2 {
	font-size: 75px;
	line-height: 79px;
	font-weight: 900;
}

.banner-style-six .banner-carousel .content-box p {
	font-size: 20px;
	line-height: 30px;
}

.banner-style-six .banner-carousel .slide-item {
	padding: 190px 0px 200px 0px;
}

	.banner-style-six .banner-carousel .slide-item:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		background: -webkit-linear-gradient( 0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100% );
		z-index: 1;
	}

/* Base style for big text */
.big-text {
	position: absolute;
	font-size: 260px;
	line-height: 190px;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 900;
	color: transparent;
	-webkit-text-stroke-width: 0.6px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
	pointer-events: none;
	user-select: none;
}

/* Banner-specific styles */
.banner-style-six .big-text {
	left: 60px;
	bottom: -15px;
	font-size: 300px;
	line-height: 200px;
}

/** about-style-six **/

.about-style-six {
	position: relative;
	background: #221715;
}

	.about-style-six .image-box {
		position: relative;
		display: block;
		margin-right: 28px;
	}

		.about-style-six .image-box img {
			width: 100%;
		}

.content_block_ten .content-box {
	position: relative;
	display: block;
	margin-left: -30px;
}

	.content_block_ten .content-box .text-box h3 {
		position: relative;
		display: block;
		font-size: 22px;
		line-height: 30px;
		color: #fff;
		font-weight: 500;
		margin-bottom: 33px;
	}

	.content_block_ten .content-box .sec-title {
		margin-bottom: 15px;
	}

	.content_block_ten .content-box .text-box p {
		color: #fff;
		margin-bottom: 30px;
	}

	.content_block_ten .content-box .list-style-one li {
		float: left;
		width: 50%;
		color: #fff;
	}

	.content_block_ten .content-box .inner-box {
		position: relative;
		display: flex;
		align-items: center;
	}

		.content_block_ten .content-box .inner-box .author-box {
			position: relative;
			padding: 11px 0px 11px 100px;
			margin-right: 35px;
		}

			.content_block_ten .content-box .inner-box .author-box .author-thumb {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 80px;
				height: 80px;
				border-radius: 50%;
			}

				.content_block_ten .content-box .inner-box .author-box .author-thumb img {
					width: 100%;
					border-radius: 50%;
				}

			.content_block_ten .content-box .inner-box .author-box span {
				position: relative;
				display: block;
				font-size: 18px;
				line-height: 24px;
				color: #fff;
				font-weight: 500;
				margin-bottom: 6px;
			}

			.content_block_ten .content-box .inner-box .author-box a {
				position: relative;
				display: inline-block;
				font-size: 20px;
				line-height: 24px;
				color: #fff;
				font-weight: 600;
			}

				.content_block_ten .content-box .inner-box .author-box a:hover {
				}

/** service-style-four **/

.service-style-four {
	position: relative;
	background: #eeead8;
}

	.service-style-four .sec-title p {
		margin-bottom: 30px;
	}

	.service-style-four .sec-title a {
		position: relative;
		display: inline-block;
		font-size: 16px;
		line-height: 20px;
		font-family: "Jost", sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #d90429;
		border-bottom: 1px solid #dd4e58;
	}

.service-block-three .inner-box {
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #d7dbde;
	border-radius: 5px;
	padding: 43px 30px 36px 37px;
	margin-bottom: 30px;
}

	.service-block-three .inner-box .icon-box {
		position: relative;
		display: block;
		margin-bottom: 30px;
	}

	.service-block-three .inner-box h3 {
		position: relative;
		display: block;
		font-size: 33px;
		line-height: 30px;
		font-weight: 400;
		margin-bottom: 12px;
	}

		.service-block-three .inner-box h3 a {
			display: inline-block;
			color: #161837;
		}

			.service-block-three .inner-box h3 a:hover {
			}

	.service-block-three .inner-box .link a {
		position: relative;
		display: inline-block;
		font-size: 15px;
		line-height: 24px;
		font-family: "Jost", sans-serif;
		color: #8a8a8a;
		font-weight: 700;
		text-transform: uppercase;
		padding-right: 38px;
	}

		.service-block-three .inner-box .link a:hover {
		}

		.service-block-three .inner-box .link a img {
			position: absolute;
			top: 6px;
			right: 0px;
		}

	.service-block-three .inner-box .count-text {
		position: relative;
		display: block;
		font-size: 14px;
		line-height: 24px;
		font-family: "Roboto", sans-serif;
		font-weight: 700;
		color: #747474;
	}

/** project-style-four **/

.project-style-four {
	position: relative;
	background: #221715;
	padding: 115px 0px 90px 0px;
}

	.project-style-four .outer-container {
		padding: 0px 85px;
	}

.project-block-two .inner-box {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

	.project-block-two .inner-box .image-box {
		position: relative;
		display: block;
		overflow: hidden;
	}

		.project-block-two .inner-box .image-box img {
			width: 100%;
			transition: all 500ms ease;
		}

	.project-block-two .inner-box:hover .image-box img {
		transform: scale(1.05);
	}

	.project-block-two .inner-box .image-box:before {
		position: absolute;
		content: "";
		background: #000;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		opacity: 0.4;
		z-index: 1;
	}

	.project-block-two .inner-box .content-box {
		position: absolute;
		left: 0px;
		bottom: 30px;
		padding-left: 30px;
		padding-right: 15px;
		z-index: 2;
	}

		.project-block-two .inner-box .content-box h3 {
			position: relative;
			display: block;
			font-size: 28px;
			line-height: 34px;
			font-weight: 700;
			margin-bottom: 5px;
		}

			.project-block-two .inner-box .content-box h3 a {
				display: inline-block;
				color: #fff;
			}

				.project-block-two .inner-box .content-box h3 a:hover {
				}

		.project-block-two .inner-box .content-box .link a {
			position: relative;
			display: inline-block;
			font-size: 15px;
			line-height: 24px;
			font-family: "Jost", sans-serif;
			font-weight: 700;
			text-transform: uppercase;
			color: #fff;
		}

			.project-block-two .inner-box .content-box .link a span {
				margin-left: 10px;
			}

			.project-block-two .inner-box .content-box .link a:hover {
			}

/** faq-style-two **/

.faq-style-two {
	position: relative;
	background: #efefef;
}

	.faq-style-two .inner-container {
		border-bottom: 1px solid #d6d7da;
	}

	.faq-style-two .image-box {
		margin-right: 0px;
	}

		.faq-style-two .image-box img {
			width: 100%;
		}

		.faq-style-two .image-box .image {
			position: relative;
			margin-right: 70px;
		}

			.faq-style-two .image-box .image:before {
				position: absolute;
				content: "";
				background: #000;
				width: 100%;
				height: 100%;
				left: 0px;
				top: 0px;
				opacity: 0.1;
			}

	.faq-style-two .accordion-box .accordion .acc-btn {
		padding: 21px 0px;
		border-bottom: 1px solid #cccccc;
		background: transparent;
		border-radius: 0px;
	}

		.faq-style-two .accordion-box .accordion .acc-btn h3 {
			font-size: 28px;
			line-height: 34px;
			color: #161837;
			padding-left: 35px;
		}

			.faq-style-two .accordion-box .accordion .acc-btn h3 span {
				position: absolute;
				left: 0px;
				top: -4px;
				font-size: 14px;
				font-weight: 700;
				color: #747474;
			}

	.faq-style-two .accordion-box .accordion {
		margin-bottom: 0px;
	}

		.faq-style-two .accordion-box .accordion .acc-content p {
			color: #444;
		}

	.faq-style-two .funfact-inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.faq-style-two .funfact-block-one .inner-box p {
		color: #171717;
	}

.clients-section.home-6 {
	background: #952617;
}

	.clients-section.home-6 .title-text span {
		color: #fff;
		background: #952617;
	}

	.clients-section.home-6 .title-text:before {
		background: rgba(255, 255, 255, 0.15);
	}

/** header-style-seven **/

.header-style-seven {
	position: relative;
	background: #fff;
}

	.header-style-seven .header-lower .main-menu .navigation > li > a {
		color: #242424;
	}

	.header-style-seven .right-column {
		position: relative;
		display: flex;
		align-items: center;
	}

	.header-style-seven .outer-box {
		padding: 0px 50px;
	}

	.header-style-seven .header-lower .menu-right-content .nav-btn {
		border-color: #191919;
	}

/** banner-style-seven **/

.banner-style-seven {
	position: relative;
	padding: 0px 50px;
}

	.banner-style-seven .banner-carousel .slide-item {
		padding: 167px 0px;
	}

	.banner-style-seven .content-inner {
		position: relative;
		display: block;
		max-width: 680px;
		background: #1f1f1f;
		padding: 60px 60px 60px 90px;
		z-index: 5;
		opacity: 0;
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-transition: all 1000ms ease;
		-moz-transition: all 1000ms ease;
		-ms-transition: all 1000ms ease;
		-o-transition: all 1000ms ease;
		transition: all 1000ms ease;
	}

	.banner-style-seven .active .content-inner {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: 1000ms;
		-moz-transition-delay: 1000ms;
		-ms-transition-delay: 1000ms;
		-o-transition-delay: 1000ms;
		transition-delay: 1000ms;
	}

	.banner-style-seven .content-inner h2 {
		position: relative;
		display: block;
		font-size: 70px;
		line-height: 84px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 30px;
	}

		.banner-style-seven .content-inner h2 span {
			font-weight: 300;
		}

	.banner-style-seven .content-inner p {
		font-size: 20px;
		line-height: 30px;
		color: #fff;
		margin-bottom: 45px;
	}

	.banner-style-seven .content-inner a {
		position: relative;
		display: inline-block;
		font-size: 15px;
		line-height: 24px;
		font-family: "Jost", sans-serif;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		border: 2px solid #585858;
		border-radius: 30px;
		padding: 14px 30px;
	}

		.banner-style-seven .content-inner a span {
			position: relative;
			padding-right: 40px;
		}

			.banner-style-seven .content-inner a span:before {
				position: absolute;
				content: "";
				background-image: url(../images/icons/icon-66.png);
				width: 24px;
				height: 12px;
				top: 3px;
				right: 0px;
				background-repeat: no-repeat;
			}

/** service-style-five **/

.service-style-five {
	position: relative;
}

.service-block-four .inner-box {
	position: relative;
	display: block;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	padding: 40px 30px 0px 40px;
	overflow: hidden;
}

	.service-block-four .inner-box .icon-box {
		position: relative;
		display: block;
		margin-bottom: 43px;
	}

	.service-block-four .inner-box h3 {
		position: relative;
		display: block;
		font-size: 23px;
		line-height: 30px;
		font-family: "Barlow", sans-serif;
		font-weight: 700;
		margin-bottom: 8px;
	}

		.service-block-four .inner-box h3 a {
			position: relative;
			display: inline-block;
			color: #29231f;
		}

			.service-block-four .inner-box h3 a:hover {
			}

	.service-block-four .inner-box span {
		position: relative;
		display: block;
		font-size: 18px;
		line-height: 28px;
		color: #828484;
		margin-bottom: 28px;
	}

	.service-block-four .inner-box .link {
		position: relative;
		display: block;
		padding: 15px 0px;
	}

		.service-block-four .inner-box .link:before {
			position: absolute;
			content: "";
			background: #e2edef;
			width: calc(100% + 70px);
			height: 1px;
			left: -40px;
			top: 0px;
		}

		.service-block-four .inner-box .link a {
			position: relative;
			display: inline-block;
			font-size: 14px;
			line-height: 24px;
			font-family: "Roboto", sans-serif;
			font-weight: 700;
			text-transform: uppercase;
			padding-right: 33px;
		}

			.service-block-four .inner-box .link a img {
				position: absolute;
				top: 5px;
				right: 0px;
			}

.service-style-five .nav-style-one .owl-nav button.owl-prev:before {
	background-image: url(../images/icons/icon-68.png);
}

.service-style-five .nav-style-one .owl-nav button.owl-next:before {
	background-image: url(../images/icons/icon-69.png);
}

.service-style-five .sec-title {
	margin-bottom: 60px;
}

/** project-style-five **/

.project-style-five {
	position: relative;
}

	.project-style-five .outer-container {
		position: relative;
		max-width: 1430px;
		padding: 0px 15px;
		margin: 0 auto;
		width: 100%;
	}

	.project-style-five .masonry-item {
		padding: 0px 10px;
	}

	.project-style-five .project-block-one .inner-box {
		margin-bottom: 20px;
	}

.testimonial-style-two.home-7 {
	background: #2e1d1f;
}

	.testimonial-style-two.home-7 .testimonial-block-one .author-box .designation {
		color: #d90429;
	}

/** team-style-two **/

.team-style-two {
	position: relative;
	padding: 115px 0px;
}

	.team-style-two .outer-container {
		position: relative;
		max-width: 1430px;
		padding: 0px 15px;
		margin: 0 auto;
		width: 100%;
	}

	.team-style-two .title-inner .text-box h2 {
		font-size: 30px;
		line-height: 40px;
		color: #242424;
	}

	.team-style-two .sec-title {
		margin-bottom: 0px;
	}

.team-block-two .inner-box {
	position: relative;
	display: block;
	text-align: center;
}

	.team-block-two .inner-box .image-box {
		position: relative;
		display: block;
		overflow: hidden;
	}

		.team-block-two .inner-box .image-box img {
			width: 100%;
			transition: all 500ms ease;
		}

	.team-block-two .inner-box:hover .image-box img {
		transform: scale(1.05);
	}

	.team-block-two .inner-box .lower-content {
		position: relative;
		display: block;
		padding-top: 29px;
	}

		.team-block-two .inner-box .lower-content h3 {
			position: relative;
			display: block;
			font-size: 24px;
			line-height: 32px;
			font-weight: 700;
			margin-bottom: 3px;
		}

			.team-block-two .inner-box .lower-content h3 a {
				position: relative;
				display: inline-block;
				color: #161837;
			}

				.team-block-two .inner-box .lower-content h3 a:hover {
				}

		.team-block-two .inner-box .lower-content .designation {
			position: relative;
			display: block;
			font-size: 18px;
			line-height: 22px;
		}

/** fluid-section **/

.fluid-section {
	position: relative;
	background: #f2eadc;
}

	.fluid-section .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 50%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		.fluid-section .bg-layer:before {
			position: absolute;
			content: "";
			background: #000000;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			opacity: 0.2;
		}

	.fluid-section .content-column {
		position: relative;
		float: right;
		width: 50%;
		padding: 100px 90px;
	}

	.fluid-section .content-box {
		position: relative;
		display: block;
		max-width: 750px;
	}

		.fluid-section .content-box .icon-list {
			position: relative;
			display: flex;
			align-items: center;
		}

			.fluid-section .content-box .icon-list li {
				margin-right: 40px;
			}

				.fluid-section .content-box .icon-list li:last-child {
					margin: 0px !important;
				}

		.fluid-section .content-box h2 {
			display: block;
			font-size: 35px;
			line-height: 42px;
			font-family: "Barlow", sans-serif;
			color: #242424;
			margin-bottom: 30px;
		}

		.fluid-section .content-box p {
			display: block;
			font-size: 18px;
			line-height: 28px;
			color: #444;
			margin-bottom: 30px;
		}

		.fluid-section .content-box a {
			position: relative;
			display: inline-block;
			font-size: 16px;
			line-height: 26px;
			font-family: "Jost", sans-serif;
			color: #222222;
			font-weight: 700;
			text-transform: uppercase;
			padding: 10px 0px 9px 66px;
		}

			.fluid-section .content-box a span {
				position: absolute;
				display: inline-block;
				left: 0px;
				top: 0px;
				width: 45px;
				height: 45px;
				line-height: 45px;
				font-size: 25px;
				color: #fff;
				font-family: "Roboto", sans-serif;
				text-align: center;
				border-radius: 50%;
			}

/** google-map-section **/

.google-map-section {
	position: relative;
	height: 340px;
}

	.google-map-section iframe {
		position: relative;
		width: 100%;
		height: 340px;
	}

	.google-map-section .address-box {
		position: absolute;
		top: 44px;
		right: 310px;
		width: 380px;
		background: #5c2d14;
		padding: 40px 45px 41px 45px;
		z-index: 9;
	}

		.google-map-section .address-box h4 {
			position: relative;
			display: block;
			font-size: 19px;
			line-height: 26px;
			color: #fff;
			font-weight: 700;
			padding-bottom: 10px;
			margin-bottom: 20px;
		}

			.google-map-section .address-box h4:before {
				position: absolute;
				content: "";
				background: #fff;
				width: 20px;
				height: 2px;
				left: 0px;
				bottom: 0px;
			}

		.google-map-section .address-box p {
			font-size: 18px;
			line-height: 28px;
			color: #fff;
			margin-bottom: 34px;
		}

		.google-map-section .address-box .phone {
			position: relative;
			display: block;
			font-size: 18px;
			line-height: 28px;
			color: #fff;
		}

			.google-map-section .address-box .phone a {
				display: inline-block;
				color: #fff;
			}

				.google-map-section .address-box .phone a:hover {
					text-decoration: underline;
				}

/** header-style-eight **/

.header-style-eight {
	position: absolute;
	left: 0px;
	top: 63px;
}

	.header-style-eight .menu-area .mobile-nav-toggler {
		display: block !important;
		width: 126px;
		border: 1px solid #fff;
		border-radius: 35px;
		padding: 14px 10px;
		margin: 0px;
		font-size: 14px;
		line-height: 24px;
		font-family: "Jost", sans-serif;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		cursor: pointer;
		text-align: center;
		transition: all 500ms ease;
	}

		.header-style-eight .menu-area .mobile-nav-toggler img {
			margin-right: 14px;
		}

	.header-style-eight .header-lower .main-menu {
		display: none;
	}

/** banner-style-eight **/

.banner-style-eight {
	position: relative;
}

	.banner-style-eight .bg-layer {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.banner-style-eight .content-column {
		position: relative;
		padding: 290px 30px 280px 240px;
	}

	.banner-style-eight .content-box {
		position: relative;
		max-width: 600px;
	}

		.banner-style-eight .content-box .icon-box {
			position: relative;
			display: block;
			margin-bottom: 30px;
		}

	.banner-style-eight .pattern-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 50%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		.banner-style-eight .pattern-layer:before {
			position: absolute;
			content: "";
			background: #000;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			opacity: 0.1;
		}

	.banner-style-eight .content-box h2 {
		position: relative;
		display: block;
		font-size: 68px;
		line-height: 82px;
		color: #fff;
		font-weight: 900;
		margin-bottom: 32px;
	}

	.banner-style-eight .content-box span {
		position: relative;
		display: block;
		font-size: 24px;
		line-height: 30px;
		font-family: "Jost", sans-serif;
		color: #fff;
		font-weight: 400;
	}

/** service-style-six **/

.service-style-six {
	position: relative;
	background: #932516;
}

	.service-style-six .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 50%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		.service-style-six .bg-layer:before {
			position: absolute;
			content: "";
			background: #000;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			opacity: 0.35;
		}

	.service-style-six .content-column {
		position: relative;
		float: right;
		width: 50%;
		padding: 276px 30px 260px 210px;
	}

	.service-style-six .content-box {
		position: relative;
		display: block;
		max-width: 500px;
	}

		.service-style-six .content-box span {
			position: relative;
			display: block;
			font-size: 16px;
			line-height: 26px;
			font-family: "Jost", sans-serif;
			color: rgba(255, 255, 255, 0.6);
			font-weight: 700;
			text-transform: uppercase;
			margin-bottom: 41px;
		}

		.service-style-six .content-box .service-list li {
			position: relative;
			display: block;
			margin-bottom: 33px;
		}

			.service-style-six .content-box .service-list li:last-child {
				margin-bottom: 0px;
			}

			.service-style-six .content-box .service-list li a {
				position: relative;
				display: inline-block;
				font-size: 48px;
				line-height: 58px;
				font-family: "Barlow", sans-serif;
				color: #fff;
				font-weight: 600;
			}

				.service-style-six .content-box .service-list li a:hover {
					text-decoration: underline;
				}

				.service-style-six .content-box .service-list li a img {
					position: relative;
					margin-left: 15px;
				}

/** skills-section **/

.skills-section {
	position: relative;
	background: #fff;
}

	.skills-section .bg-layer {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.skills-section .content-column {
		position: relative;
		padding: 310px 30px 270px 225px;
	}

	.skills-section .content-box {
		max-width: 590px;
	}

.progress-box .bar {
	position: relative;
	width: 100%;
	height: 11px;
	background: #d6d6d6;
	border-radius: 25px;
}

.progress-box .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 11px;
	border-radius: 25px;
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.progress-box {
	position: relative;
	margin-bottom: 22px;
}

	.progress-box:last-child {
		margin-bottom: 0px;
	}

	.progress-box .count-text {
		position: absolute;
		top: -32px;
		right: -6px;
		font-size: 15px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		color: #242424;
	}

	.progress-box p {
		position: relative;
		display: block;
		font-size: 18px;
		line-height: 28px;
		color: #242424;
		margin-bottom: 4px;
	}

/** about-style-seven **/

.about-style-seven {
	position: relative;
	background: #7a4a2c;
}

	.about-style-seven .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 50%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.about-style-seven .content-column {
		position: relative;
		float: right;
		width: 50%;
		padding: 250px 30px 270px 155px;
	}

	.about-style-seven .content-box {
		max-width: 660px;
	}

		.about-style-seven .content-box .sub-title {
			color: #fff;
		}

			.about-style-seven .content-box .sub-title:before {
				background: #fff;
			}

		.about-style-seven .content-box .sec-title p {
			font-size: 18px;
			line-height: 30px;
			color: #fff;
		}

		.about-style-seven .content-box .inner-box .single-item {
			position: relative;
			display: block;
		}

			.about-style-seven .content-box .inner-box .single-item h3 {
				position: relative;
				display: block;
				padding-left: 85px;
				font-size: 22px;
				line-height: 26px;
				color: #fff;
				font-weight: 700;
				margin-bottom: 14px;
			}

				.about-style-seven .content-box .inner-box .single-item h3 img {
					position: absolute;
					left: 0px;
					top: -7px;
				}

			.about-style-seven .content-box .inner-box .single-item p {
				line-height: 26px;
				color: #fff;
			}

		.about-style-seven .content-box .sec-title {
			margin-bottom: 60px;
		}

/** contact-style-three **/

.contact-style-three {
	position: relative;
	background: #932516;
}

	.contact-style-three .bg-layer {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.contact-style-three .content-column {
		position: relative;
		padding: 190px 30px 225px 210px;
	}

	.contact-style-three .content-box {
		max-width: 570px;
	}

		.contact-style-three .content-box .sub-title {
			color: #fff;
		}

			.contact-style-three .content-box .sub-title:before {
				background: #fff;
			}

		.contact-style-three .content-box .sec-title p {
			color: #fff;
		}

		.contact-style-three .content-box .form-inner .form-group {
			position: relative;
			margin-bottom: 30px;
		}

			.contact-style-three .content-box .form-inner .form-group:last-child {
				margin-bottom: 0px;
			}

			.contact-style-three .content-box .form-inner .form-group input[type="text"],
			.contact-style-three .content-box .form-inner .form-group input[type="email"],
			.contact-style-three .content-box .form-inner .form-group textarea {
				position: relative;
				display: block;
				width: 100%;
				height: 50px;
				border: 1px solid #b57066;
				font-size: 18px;
				color: #fff;
				padding: 10px 20px;
				transition: all 500ms ease;
			}

				.contact-style-three .content-box .form-inner .form-group input:focus,
				.contact-style-three .content-box .form-inner .form-group textarea:focus {
					border-color: #fff;
				}

			.contact-style-three .content-box .form-inner .form-group textarea {
				height: 150px;
				resize: none;
			}

			.contact-style-three
			.content-box
			.form-inner
			.form-group
			button[type="submit"] {
				position: relative;
				display: inline-block;
				font-size: 15px;
				line-height: 24px;
				font-family: "Jost", sans-serif;
				color: #000000;
				font-weight: 700;
				text-transform: uppercase;
				background: #fff;
				padding: 13px 30px;
				transition: all 500ms ease;
			}

				.contact-style-three
				.content-box
				.form-inner
				.form-group
				button[type="submit"]:hover {
					background: #000;
					color: #fff;
				}

/** header-style-nine **/

.header-style-nine {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

	.header-style-nine .right-column {
		position: relative;
		display: flex;
		align-items: center;
	}

	.header-style-nine .outer-box {
		padding: 0px 0px 0px 55px !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.header-style-nine .menu-right-content .nav-btn {
		position: relative;
		background: #a21e0d;
		width: 100px;
		height: 92px;
		line-height: 92px;
		border-radius: 0px;
		border: none;
	}

		.header-style-nine .menu-right-content .nav-btn:before {
			position: absolute;
			content: "";
			width: 45px;
			height: 45px;
			left: 28px;
			top: 25px;
			border: 1px solid #fff;
			border-radius: 50%;
		}

/** banner-style-nine **/

.banner-style-nine {
	position: relative;
}

	.banner-style-nine .content-box {
		position: relative;
		max-width: 630px;
	}

		.banner-style-nine .content-box h2 {
			position: relative;
			display: block;
			font-size: 65px;
			line-height: 78px;
			color: #fff;
			font-weight: 900;
			margin-bottom: 37px;
		}

	.banner-style-nine .banner-carousel .slide-item {
		padding: 370px 0px 255px 0px;
	}

		.banner-style-nine .banner-carousel .slide-item:before {
			position: absolute;
			content: "";
			width: 100%;
			height: 100%;
			background: -webkit-linear-gradient( 0deg, rgba(0, 0, 0, 0.85) 5%, rgba(0, 0, 0, 0) 50% );
			top: 0px;
			right: 0px;
			z-index: 1;
		}

		.banner-style-nine .banner-carousel .slide-item:after {
			position: absolute;
			content: "";
			width: 100%;
			height: 100%;
			background: -webkit-linear-gradient( -90deg, rgba(0, 0, 0, 0.8) 5%, rgba(0, 0, 0, 0) 20% );
			top: 0px;
			right: 0px;
			z-index: 1;
		}

/** service-style-seven **/

.service-style-seven {
	position: relative;
}

	.service-style-seven .single-column {
		position: relative;
		float: left;
		width: 50%;
	}

.service-block-five {
	position: relative;
	width: 50%;
}

	.service-block-five .inner-box {
		position: relative;
		display: block;
		background: #d90429;
		padding: 72px 30px 50px 60px;
	}

.service-style-seven .single-column .image-inner {
	position: absolute;
	top: 0px;
	width: 50%;
	height: 100%;
}

	.service-style-seven .single-column .image-inner .image-box {
		position: relative;
		overflow: hidden;
		display: none;
	}

		.service-style-seven .single-column .image-inner .image-box img {
			width: 100%;
			transition: all 500ms ease;
		}

		.service-style-seven .single-column .image-inner .image-box:hover img {
			transform: scale(1.05);
		}

	.service-style-seven .single-column .image-inner .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

.service-block-five .inner-box span {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: "Jost", sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 19px;
}

.service-block-five .inner-box h2 {
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 47px;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	margin-bottom: 109px;
}

	.service-block-five .inner-box h2 a {
		position: relative;
		display: inline-block;
		color: #fff;
	}

		.service-block-five .inner-box h2 a:hover {
			text-decoration: underline;
		}

.service-block-five .inner-box .link a {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}

	.service-block-five .inner-box .link a:hover {
		background: #000;
		border-color: #000;
	}

.service-style-seven
.single-column:nth-child(2)
.service-block-five:first-child
.inner-box {
	background: #c39650;
}

.service-style-seven
.single-column:nth-child(2)
.service-block-five:last-child
.inner-box {
	background: #301f1c;
}

.service-block-five .inner-box .arrow {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 22px;
	height: 36px;
	left: -22px;
	background: #c39650;
	clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%);
	z-index: 1;
}

.service-style-seven
.single-column:nth-child(3)
.service-block-five
.inner-box {
	background: #fff;
}

	.service-style-seven
	.single-column:nth-child(3)
	.service-block-five
	.inner-box
	span {
		color: #9a9aa6;
	}

	.service-style-seven
	.single-column:nth-child(3)
	.service-block-five
	.inner-box
	h2
	a {
		color: #242424;
	}

	.service-style-seven
	.single-column:nth-child(3)
	.service-block-five
	.inner-box
	.link
	a {
		color: #222222;
		border-color: #000;
	}

		.service-style-seven
		.single-column:nth-child(3)
		.service-block-five
		.inner-box
		.link
		a:hover {
			color: #fff;
		}

.service-style-seven .single-column:nth-child(4) .service-block-five {
	width: 100%;
}

.service-style-seven .single-column .service-block-five .pattern-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-style-seven
.single-column:nth-child(3)
.service-block-five
.inner-box
.arrow {
	background: #fff;
}

.service-style-seven .single-column .image {
	position: relative;
	display: block;
	overflow: hidden;
}

	.service-style-seven .single-column .image img {
		width: 100%;
		transition: all 500ms ease;
	}

	.service-style-seven .single-column .image:hover img {
		transform: scale(1.05);
	}

.service-style-seven
.single-column:nth-child(6)
.service-block-five
.inner-box
h2 {
	margin-bottom: 64px;
}

.service-style-seven
.single-column:nth-child(6)
.service-block-five
.inner-box {
	background: #a21e0d;
}

	.service-style-seven
	.single-column:nth-child(6)
	.service-block-five
	.inner-box
	.arrow {
		left: inherit;
		right: -22px;
		background: #a21e0d;
		transform: rotate(180deg);
	}

.service-style-seven .single-column:nth-child(8) {
	background: #8f5e36;
}

	.service-style-seven .single-column:nth-child(8) .image-column {
		padding: 56px 60px 56px 0px;
	}

	.service-style-seven
	.single-column:nth-child(8)
	.service-block-five
	.inner-box {
		background: transparent;
	}

	.service-style-seven .single-column:nth-child(8) .image-column .image {
		max-width: 377px;
	}

.service-block-five .inner-box .link-text a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	font-family: "Barlow", sans-serif;
	color: #fff;
	font-weight: 500;
}

	.service-block-five .inner-box .link-text a span {
		position: relative;
		display: inline-block;
		margin-left: 6px;
	}

	.service-block-five .inner-box .link-text a:hover {
		text-decoration: underline;
	}

.service-style-seven
.single-column:nth-child(9)
.service-block-five
.inner-box {
	background: #301f1c;
}

.service-block-five .inner-box p {
	font-size: 20px;
	line-height: 29px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 36px;
}

	.service-block-five .inner-box p a {
		display: inline-block;
		color: #fff;
	}

		.service-block-five .inner-box p a:hover {
			text-decoration: underline;
		}

.service-style-seven
.single-column:nth-child(9)
.service-block-five
.inner-box
h2 {
	margin-bottom: 15px;
}

.service-style-seven
.single-column:nth-child(9)
.service-block-five
.inner-box
.arrow {
	left: inherit;
	right: -22px;
	background: #301f1c;
	transform: rotate(180deg);
}

/** process-section **/

.process-section {
	position: relative;
	padding: 120px 0px 115px 0px;
	background: #a21e0d;
}

.processing-block-one .inner-box {
	position: relative;
	display: block;
}

	.processing-block-one .inner-box .icon-box {
		position: relative;
		display: block;
		margin-bottom: 21px;
	}

	.processing-block-one .inner-box h3 {
		display: block;
		font-size: 32px;
		line-height: 40px;
		font-family: "Barlow", sans-serif;
		color: #fff;
		font-weight: 600;
		margin-bottom: 25px;
	}

	.processing-block-one .inner-box p {
		line-height: 26px;
		color: #fff;
		max-width: 300px;
	}

.header-style-ten .logo-box {
	position: absolute;
	left: 64px;
	top: -20px;
}

.header-style-ten .menu-area .mobile-nav-toggler {
	position: absolute;
	top: -26px;
	right: 50px;
}

/** banner-style-ten **/

.banner-style-ten {
	position: relative;
	padding: 210px 0px 130px 0px;
}

	.banner-style-ten .pattern-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.banner-style-ten .outer-container {
		position: relative;
		max-width: 1490px;
		width: 100%;
		padding: 0px 15px;
		margin: 0 auto;
	}

	.banner-style-ten .content-box {
		position: relative;
	}

		.banner-style-ten .content-box .service-list li {
			position: relative;
			display: block;
			cursor: pointer;
			margin-bottom: 20px;
			transition: all 500ms ease;
		}

			.banner-style-ten .content-box .service-list li a {
				position: relative;
				display: inline-block;
				font-size: 68px;
				line-height: 70px;
				font-family: "Jost", sans-serif;
				color: #fff;
				font-weight: 700;
				margin-bottom: 20px;
				cursor: pointer;
				transition: all 500ms ease;
			}

			.banner-style-ten .content-box .service-list li:last-child {
				margin-bottom: 0px;
			}

	.banner-style-ten .image-box {
		position: relative;
		display: block;
		margin-left: -60px;
		margin-right: -94px;
	}

		.banner-style-ten .image-box img {
			width: 100%;
		}

/** header-style-11 **/

.header-style-11 {
	position: relative;
	background: #861d10;
}

.header-top-three {
	position: relative;
	width: 100%;
	padding: 15px 0px;
}

	.header-top-three .top-inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header-top-three p {
		color: #fff;
	}

	.header-top-three .info-list {
		position: relative;
		display: flex;
		align-items: center;
	}

		.header-top-three .info-list li {
			position: relative;
			margin-right: 40px;
			font-size: 18px;
			color: #fff;
			font-weight: 600;
			padding-left: 28px;
		}

			.header-top-three .info-list li:before {
				position: absolute;
				content: "";
				background: rgba(255, 255, 255, 0.6);
				width: 1px;
				height: 21px;
				top: 4px;
				right: -20px;
			}

			.header-top-three .info-list li img {
				position: absolute;
				left: 0px;
				top: 6px;
			}

			.header-top-three .info-list li a {
				color: #fff;
				display: inline-block;
				font-weight: 400;
			}

				.header-top-three .info-list li a:hover {
					text-decoration: underline;
				}

	.header-top-three .top-right {
		position: relative;
		display: flex;
		align-items: center;
	}

	.header-top-three .social-links {
		position: relative;
		display: flex;
		align-items: center;
	}

		.header-top-three .social-links li {
			margin-right: 15px;
		}

			.header-top-three .social-links li:last-child {
				margin: 0px !important;
			}

			.header-top-three .social-links li a {
				display: inline-block;
				font-size: 18px;
				color: #fff;
			}

.header-style-11 .header-lower {
	position: relative;
	padding-top: 50px;
}

	.header-style-11 .header-lower .outer-container {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
	}

.header-style-11 .outer-box .right-column {
	position: relative;
	display: flex;
	align-items: center;
}

.header-style-11 .header-lower .outer-box {
	position: relative;
	padding: 0px 0px 0px 30px;
}

	.header-style-11 .header-lower .outer-box:before {
		position: absolute;
		content: "";
		background: #fff;
		width: 5000px;
		height: 100%;
		left: 0px;
		top: 0px;
		border-radius: 6px 0px 0px 6px;
		z-index: -1;
	}

.header-style-11 .outer-box .logo-box {
	padding: 23px 0px;
	margin-right: 0px;
}

.header-style-11 .header-lower .main-menu .navigation > li > a {
	color: #242424;
}

.header-style-11 .menu-right-content .nav-btn {
	border-color: #1c1c1c;
}

.banner-style-11 .banner-carousel .slide-item {
	position: relative;
	padding: 220px 0px 200px 0px;
}

	.banner-style-11 .banner-carousel .slide-item:before {
		position: absolute;
		content: "";
		background: #000;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		opacity: 0.5;
		z-index: 1;
	}

.service-style-five.home-11 {
	background: #ededed;
}

.fluid-section.home-11 {
	background: #fff;
}

/** header-style-12 **/

.header-style-12 .right-column {
	position: relative;
	display: flex;
	align-items: center;
}

.header-style-12 .outer-box {
	padding-left: 70px;
	padding-right: 70px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/** banner-style-12 **/

.banner-style-12 {
	position: relative;
	padding: 190px 0px 130px 0px;
}

	.banner-style-12 .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		.banner-style-12 .bg-layer:before {
			position: absolute;
			content: "";
			background: #000;
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			opacity: 0.5;
		}

	.banner-style-12 .content-box {
		position: relative;
		display: block;
	}

		.banner-style-12 .content-box h2 {
			position: relative;
			display: block;
			font-size: 64px;
			line-height: 77px;
			color: #fff;
			font-weight: 900;
			margin-bottom: 7px;
		}

		.banner-style-12 .content-box span {
			position: relative;
			display: block;
			font-size: 30px;
			line-height: 40px;
			font-family: "Jost", sans-serif;
			color: #fff;
			margin-bottom: 15px;
			font-weight: 500;
		}

		.banner-style-12 .content-box p {
			font-size: 20px;
			line-height: 26px;
			font-family: "Jost", sans-serif;
			color: #fff;
		}

	.banner-style-12 .form-inner {
		position: relative;
		display: block;
		background: #f4f4f3;
		padding: 49px 30px 45px 30px;
	}

		.banner-style-12 .form-inner h3 {
			position: relative;
			display: block;
			font-size: 25px;
			line-height: 32px;
			font-weight: 700;
			color: #000000;
			margin-bottom: 27px;
		}

		.banner-style-12 .form-inner .form-group {
			position: relative;
			margin-bottom: 10px;
		}

			.banner-style-12 .form-inner .form-group:last-child {
				margin-bottom: 20px;
			}

			.banner-style-12 .form-inner .form-group input[type="text"],
			.banner-style-12 .form-inner .form-group input[type="email"],
			.banner-style-12 .form-inner .form-group textarea {
				position: relative;
				display: block;
				width: 100%;
				height: 48px;
				background: #fff;
				border: 1px solid #dddede;
				font-size: 18px;
				font-family: "Jost", sans-serif;
				color: #444444;
				padding: 10px 20px;
				transition: all 500ms ease;
			}

			.banner-style-12 .form-inner .form-group textarea {
				height: 120px;
				resize: none;
			}

				.banner-style-12 .form-inner .form-group input:focus,
				.banner-style-12 .form-inner .form-group textarea:focus {
				}

			.banner-style-12 .form-inner .form-group button[type="submit"] {
				position: relative;
				display: block;
				width: 100%;
				font-size: 18px;
				line-height: 28px;
				font-family: "Barlow", sans-serif;
				color: #fff;
				text-align: center;
				background: #d90528;
				border-radius: 2px;
				padding: 10px 30px;
				transition: all 500ms ease;
			}

				.banner-style-12 .form-inner .form-group button[type="submit"]:hover {
					background: #000;
				}

		.banner-style-12 .form-inner .text-box p {
			font-size: 16px;
			line-height: 20px;
			font-family: "Jost", sans-serif;
			color: #878787;
		}

			.banner-style-12 .form-inner .text-box p a {
				display: inline-block;
				color: #e5441a;
			}

				.banner-style-12 .form-inner .text-box p a:hover {
					text-decoration: underline;
				}

/** about-style-eight **/

.about-style-eight {
	position: relative;
	padding: 115px 0px 120px 0px;
}

	.about-style-eight .outer-container {
		position: relative;
		max-width: 1265px;
		width: 100%;
		padding: 0px 15px;
		margin: 0 auto;
	}

.content_block_11 .content-box {
	position: relative;
	display: block;
}

	.content_block_11 .content-box .inner-box .single-item {
		position: relative;
		display: block;
		padding-left: 85px;
	}

		.content_block_11 .content-box .inner-box .single-item .icon-box {
			position: absolute;
			left: 0px;
			top: 6px;
		}

		.content_block_11 .content-box .inner-box .single-item h3 {
			position: relative;
			display: block;
			font-size: 21px;
			line-height: 30px;
			font-weight: 700;
			color: #000000;
			margin-bottom: 7px;
		}

	.content_block_11 .content-box .inner-box {
		padding-bottom: 38px;
		margin-bottom: 35px;
		border-bottom: 1px solid #cfcfcf;
	}

	.content_block_11 .content-box .lower-box {
		position: relative;
		display: flex;
		align-items: center;
	}

		.content_block_11 .content-box .lower-box .author-box {
			position: relative;
			display: block;
			padding: 3px 50px 2px 85px;
			margin-right: 50px;
			border-right: 1px solid #c4c4c4;
		}

			.content_block_11 .content-box .lower-box .author-box .thumb-box {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 61px;
				height: 61px;
				border-radius: 50%;
			}

				.content_block_11 .content-box .lower-box .author-box .thumb-box img {
					width: 100%;
					border-radius: 50%;
				}

			.content_block_11 .content-box .lower-box .author-box h3 {
				position: relative;
				display: block;
				font-size: 22px;
				line-height: 30px;
				font-weight: 700;
				margin-bottom: 0px;
			}

			.content_block_11 .content-box .lower-box .author-box .designation {
				position: relative;
				display: block;
				font-size: 15px;
				line-height: 26px;
				font-family: "Jost", sans-serif;
				color: #d90528;
				font-weight: 700;
				text-transform: uppercase;
			}

	.content_block_11 .content-box .sec-title {
		margin-bottom: 13px;
	}

.about-style-eight .image_block_two .image-box {
	padding-left: 143px;
	margin-left: 36px;
}

	.about-style-eight .image_block_two .image-box .text-box {
		right: inherit;
		left: 0px;
		bottom: 0px;
		border-radius: 0px;
	}

	.about-style-eight .image_block_two .image-box .image,
	.about-style-eight .image_block_two .image-box .image img {
		border-radius: 0px;
	}

/** service-style-eight **/

.service-style-eight {
	position: relative;
	background: #f0f2f3;
}

.service-block-six .inner-box {
	position: relative;
	display: block;
}

	.service-block-six .inner-box .image-box {
		position: relative;
		display: block;
		overflow: hidden;
	}

		.service-block-six .inner-box .image-box img {
			width: 100%;
			transition: all 500ms ease;
		}

	.service-block-six .inner-box:hover .image-box img {
		transform: scale(1.05);
	}

	.service-block-six .inner-box .lower-content {
		position: relative;
		display: block;
		padding-top: 41px;
	}

		.service-block-six .inner-box .lower-content h3 {
			position: relative;
			display: block;
			font-size: 22px;
			line-height: 30px;
			font-weight: 700;
			margin-bottom: 6px;
		}

			.service-block-six .inner-box .lower-content h3 a {
				display: inline-block;
				color: #000;
			}

				.service-block-six .inner-box .lower-content h3 a:hover {
				}

		.service-block-six .inner-box .lower-content p {
			margin-bottom: 24px;
		}

		.service-block-six .inner-box .lower-content .link a {
			position: relative;
			display: inline-block;
			font-size: 15px;
			line-height: 26px;
			font-family: "Jost", sans-serif;
			font-weight: 700;
			text-transform: uppercase;
			padding-right: 38px;
		}

			.service-block-six .inner-box .lower-content .link a:hover {
				text-decoration: underline;
			}

			.service-block-six .inner-box .lower-content .link a img {
				position: absolute;
				top: 7px;
				right: 0px;
			}

.service-style-eight .nav-style-one .owl-nav button.owl-prev:before {
	background-image: url(../images/icons/icon-68.png);
}

.service-style-eight .nav-style-one .owl-nav button.owl-next:before {
	background-image: url(../images/icons/icon-69.png);
}

.project-style-two.home-12 {
	background: #fff;
}

	.project-style-two.home-12 .nav-style-one .owl-nav button {
		border: 1px solid #a2a2a2;
		box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
	}

		.project-style-two.home-12 .nav-style-one .owl-nav button.owl-prev {
			border-right: none;
			border-radius: 5px 0px 0px 5px;
		}

		.project-style-two.home-12 .nav-style-one .owl-nav button.owl-next {
			border-left: none;
			border-radius: 0px 5px 5px 0px;
		}

			.project-style-two.home-12 .nav-style-one .owl-nav button.owl-next:after {
				position: absolute;
				content: "";
				background: #fff;
				width: 30px;
				height: 100%;
				left: -25px;
				top: 0px;
			}

/** testimonial-style-four **/

.testimonial-style-four {
	position: relative;
	background: #2e1d1f;
	padding: 120px 0px;
}

	.testimonial-style-four .testimonial-block {
		position: relative;
		display: block;
		text-align: center;
	}

		.testimonial-style-four .testimonial-block .thumb-box {
			position: relative;
			display: inline-block;
			width: 130px;
			height: 130px;
			border-radius: 50%;
			margin-bottom: 47px;
		}

			.testimonial-style-four .testimonial-block .thumb-box img {
				width: 100%;
				border-radius: 50%;
			}

			.testimonial-style-four .testimonial-block .thumb-box:before {
				position: absolute;
				content: "";
				background-image: url(../images/icons/icon-86.png);
				background-color: #d90429;
				width: 44px;
				height: 44px;
				line-height: 44px;
				text-align: center;
				border-radius: 50%;
				background-repeat: no-repeat;
				background-position: center;
				left: 50%;
				margin-left: -22px;
				bottom: -22px;
				z-index: 1;
			}

		.testimonial-style-four .testimonial-block p {
			font-size: 20px;
			line-height: 30px;
			font-family: "Jost", sans-serif;
			color: #fff;
			max-width: 1100px;
			margin: 0 auto;
			margin-bottom: 29px;
		}

		.testimonial-style-four .testimonial-block .name {
			position: relative;
			display: block;
			font-size: 22px;
			line-height: 30px;
			color: #ffffff;
		}

	.testimonial-style-four .nav-style-one .owl-nav {
		position: absolute;
		left: 0px;
		top: -22px;
		width: 100%;
	}

		.testimonial-style-four .nav-style-one .owl-nav button span {
			display: none;
		}

		.testimonial-style-four .nav-style-one .owl-nav .owl-prev {
			position: absolute;
			left: 200px;
		}

		.testimonial-style-four .nav-style-one .owl-nav button.owl-prev:before {
			background-image: url(../images/icons/icon-87.png);
		}

		.testimonial-style-four .nav-style-one .owl-nav .owl-next {
			position: absolute;
			right: 200px;
		}

		.testimonial-style-four .nav-style-one .owl-nav button.owl-next:before {
			background-image: url(../images/icons/icon-88.png);
		}

	.testimonial-style-four .owl-dots {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -280px;
	}

	.testimonial-style-four .owl-theme .owl-dots .owl-dot {
		position: relative;
		display: block;
		margin-bottom: 0px;
	}

		.testimonial-style-four .owl-theme .owl-dots .owl-dot:last-child {
			margin-bottom: 0px;
		}

		.testimonial-style-four .owl-theme .owl-dots .owl-dot span {
			position: relative;
			display: inline-block;
			width: 5px;
			height: 5px;
			background: #ffffff;
			border: 1px solid #fff;
			border-radius: 50%;
			cursor: pointer;
			margin: 0px 0px;
			transition: all 500ms ease;
		}

		.testimonial-style-four .owl-theme .owl-dots .owl-dot.active span {
			background: transparent;
			transform: scale(2);
			border: 1px solid #c8c8c8;
		}

/** process-style-two **/

.process-style-two {
	position: relative;
	padding: 80px 0px;
}

.processing-block-two .inner-box {
	position: relative;
	display: block;
	padding: 0px 0px;
}

	.processing-block-two .inner-box .icon-box {
		position: relative;
		display: inline-block;
		width: 137px;
		height: 137px;
		line-height: 137px;
		background: #f4f5f5;
		text-align: center;
		border-radius: 50%;
		margin-bottom: 32px;
	}

		.processing-block-two .inner-box .icon-box .count-text {
			position: absolute;
			right: 0px;
			bottom: 8px;
			display: inline-block;
			width: 40px;
			height: 40px;
			line-height: 40px;
			background: #d90429;
			text-align: center;
			border-radius: 50%;
			font-size: 20px;
			color: #fff;
		}

	.processing-block-two .inner-box h3 {
		position: relative;
		display: block;
		font-size: 23px;
		line-height: 30px;
		font-family: "Jost", sans-serif;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.processing-block-two .inner-box p {
		line-height: 26px;
		font-family: "Jost", sans-serif;
	}

/** chooseus-style-four **/

.chooseus-style-four {
	position: relative;
	background: #f0f2f3;
	padding: 120px 0px 120px 0px;
}

.image_block_four .image-box {
	position: relative;
	display: block;
	padding-left: 45px;
	margin-left: -7px;
}

	.image_block_four .image-box .image {
		position: relative;
		display: block;
		border-radius: 10px;
	}

		.image_block_four .image-box .image img {
			width: 100%;
			border-radius: 10px;
		}

	.image_block_four .image-box .image-content {
		position: absolute;
		left: 0px;
		bottom: 60px;
		width: 210px;
		background: #ca1d1d;
		border-radius: 10px;
		padding: 32px 10px 34px 10px;
		text-align: center;
	}

		.image_block_four .image-box .image-content h2 {
			position: relative;
			display: block;
			font-size: 60px;
			line-height: 60px;
			color: #fff;
			font-weight: 700;
			margin-bottom: 4px;
		}

		.image_block_four .image-box .image-content h4 {
			position: relative;
			display: block;
			font-size: 19px;
			line-height: 26px;
			color: #fff;
			font-weight: 500;
		}

.content_block_12 .content-box {
	position: relative;
	display: block;
	margin-left: 20px;
}

	.content_block_12 .content-box .text-box p {
		line-height: 30px;
		margin-bottom: 35px;
	}

	.content_block_12 .content-box .text-box .list-item li {
		position: relative;
		display: block;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 8px;
		padding-left: 33px;
	}

		.content_block_12 .content-box .text-box .list-item li:last-child {
			margin-bottom: 0px;
		}

		.content_block_12 .content-box .text-box .list-item li:before {
			position: absolute;
			content: "";
			background-image: url(../images/icons/icon-93.png);
			width: 15px;
			height: 10px;
			left: 0px;
			top: 11px;
			background-repeat: no-repeat;
		}

	.content_block_12 .content-box .sec-title {
		margin-bottom: 20px;
	}

.clients-section.home-12 {
	background: #f0f2f3;
}

.clients-section .title-box {
	position: relative;
	display: block;
	margin-bottom: 57px;
}

	.clients-section .title-box:before {
		position: absolute;
		content: "";
		background: #d5d4d3;
		width: 5000px;
		height: 1px;
		left: 242px;
		bottom: 13px;
	}

	.clients-section .title-box h2 {
		font-size: 40px;
		line-height: 50px;
		font-weight: 700;
		color: #000;
	}


/** page-title **/

.page-title {
	position: relative;
	padding: 137px 0px 136px 0px;
}

	.page-title .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left center;
	}

		.page-title .bg-layer:before {
			position: absolute;
			content: '';
			width: 100%;
			height: 100%;
			left: 0px;
			top: 0px;
			opacity: 0.2;
			background: #000;
		}

	.page-title .content-box h1 {
		position: relative;
		display: block;
		font-size: 62px;
		line-height: 70px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 6px;
	}

	.page-title .content-box .bread-crumb {
		position: relative;
		display: flex;
		align-items: center;
	}

		.page-title .content-box .bread-crumb li {
			position: relative;
			display: inline-block;
			font-size: 18px;
			color: #fff;
			padding-right: 20px;
			margin-right: 11px;
		}

			.page-title .content-box .bread-crumb li:last-child {
				padding: 0px;
				margin: 0px;
			}

			.page-title .content-box .bread-crumb li a {
				display: inline-block;
				color: #fff;
			}

				.page-title .content-box .bread-crumb li a:hover {
				}

			.page-title .content-box .bread-crumb li:before {
				position: absolute;
				content: '/';
				top: 0px;
				right: 0px;
			}

			.page-title .content-box .bread-crumb li:last-child:before {
				display: none;
			}


/** about-style-nine **/

.about-style-nine {
	position: relative;
	background: #efedea;
	padding: 120px 0px;
}

	.about-style-nine .image-box {
		position: relative;
		display: block;
		margin-right: 44px;
		padding-bottom: 37px;
	}

		.about-style-nine .image-box .image {
			position: relative;
			display: block;
			overflow: hidden;
		}

			.about-style-nine .image-box .image:before {
				position: absolute;
				top: 0;
				left: -85%;
				display: block;
				content: "";
				width: 50%;
				height: 100%;
				background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
				background: -webkit-gradient( linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)) );
				background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
				-webkit-transform: skewX(-25deg);
				-ms-transform: skewX(-25deg);
				transform: skewX(-25deg);
			}

			.about-style-nine .image-box .image:hover:before {
				-webkit-animation: shine 1s;
				animation: shine 1s;
			}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.about-style-nine .image-box .image img {
	width: 100%;
}

.about-style-nine .image-box .image-content {
	position: absolute;
	right: 30px;
	bottom: 0px;
	width: 210px;
	background: #a92a19;
	text-align: center;
	padding: 36px 10px 32px 10px;
	border-radius: 8px;
}

	.about-style-nine .image-box .image-content h2 {
		display: block;
		font-size: 58px;
		line-height: 44px;
		color: #fff;
		font-weight: 700;
		margin-bottom: 0px;
	}

		.about-style-nine .image-box .image-content h2 span {
			position: relative;
			display: inline-block;
			font-size: 30px;
			top: -20px;
		}

	.about-style-nine .image-box .image-content h4 {
		position: relative;
		display: block;
		font-size: 19px;
		line-height: 26px;
		color: #fff;
		font-weight: 500;
	}

.about-style-nine .content-box {
	position: relative;
	display: block;
}

	.about-style-nine .content-box .sec-title {
		margin-bottom: 28px;
	}

	.about-style-nine .content-box .text-box h3 {
		font-size: 24px;
		line-height: 30px;
		font-family: "Barlow", sans-serif;
		color: #000;
		margin-bottom: 28px;
	}

	.about-style-nine .content-box .text-box p {
		margin-bottom: 30px;
		line-height: 30px;
	}

		.about-style-nine .content-box .text-box p:last-child {
			margin-bottom: 0px;
		}

/** history-section **/

.history-section {
	position: relative;
	padding: 115px 0px;
}

	.history-section .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: calc(50% - 140px);
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.history-section .content-box {
		position: relative;
		display: block;
	}

		.history-section .content-box .sec-title {
			margin-bottom: 28px;
		}

		.history-section .content-box .text-box p {
			line-height: 30px;
			margin-bottom: 42px;
		}

			.history-section .content-box .text-box p:last-child {
				margin-bottom: 0px;
			}

		.history-section .content-box .text-box h4 {
			position: relative;
			display: block;
			font-size: 19px;
			line-height: 28px;
			color: #3c3c3c;
			font-weight: 700;
			margin-bottom: 10px;
		}

.team-section.about-page,
.chooseus-style-four.about-page {
	background-color: #f9f7f4;
}

/** service-style-nine **/

.service-style-nine {
	position: relative;
	padding: 115px 0px;
	background: #ece8e2;
}

	.service-style-nine .sec-title p {
		max-width: 900px;
	}

	.service-style-nine .inner-box {
		position: relative;
		display: block;
		background: #fff;
		margin-bottom: 120px;
	}

		.service-style-nine .inner-box .image-box {
			position: relative;
			display: block;
		}

			.service-style-nine .inner-box .image-box img {
				max-width: none;
			}

		.service-style-nine .inner-box:nth-child(even) .image-box img {
			float: right;
		}

		.service-style-nine .inner-box:nth-child(odd) .image-box img {
			float: left;
		}

	.service-style-nine .content-column {
		position: relative;
		padding: 91px 70px 41px 70px;
	}

	.service-style-nine .content-box {
		position: relative;
		padding-left: 78px;
	}

		.service-style-nine .content-box .icon-box {
			position: absolute;
			left: 0px;
			top: 7px;
		}

		.service-style-nine .content-box span {
			position: relative;
			display: block;
			font-size: 14px;
			line-height: 24px;
			font-family: "Jost", sans-serif;
			font-weight: 700;
			text-transform: uppercase;
			color: #919090;
			margin-bottom: 5px;
		}

		.service-style-nine .content-box h2 {
			position: relative;
			display: block;
			font-size: 32px;
			line-height: 40px;
			color: #242424;
			font-weight: 900;
			margin-bottom: 20px;
		}

		.service-style-nine .content-box .bold-text {
			font-size: 18px;
			line-height: 28px;
			font-weight: 600;
			color: #242424;
			margin-bottom: 28px;
		}

		.service-style-nine .content-box .light-text {
			margin-bottom: 25px;
		}

	.service-style-nine .sec-title {
		margin-bottom: 87px;
	}

	.service-style-nine .lower-box h2 {
		display: block;
		font-size: 44px;
		line-height: 55px;
		font-weight: 900;
		margin-bottom: 27px;
	}

	.service-style-nine .lower-box p {
		color: #242424;
		margin-bottom: 37px;
	}

	.service-style-nine .lower-box h3 {
		position: relative;
		display: block;
		font-size: 24px;
		line-height: 32px;
		font-weight: 400;
	}

/** service-text-section **/

.service-text-section {
	position: relative;
	background: #ece8e2;
	padding: 115px 0px;
	border-top: 1px solid #ece8e2;
}

	.service-text-section .inner-box {
		position: relative;
		display: block;
	}

		.service-text-section .inner-box h2 {
			display: block;
			font-size: 45px;
			line-height: 55px;
			font-weight: 900;
			margin-bottom: 32px;
		}

		.service-text-section .inner-box p {
			font-size: 20px;
			line-height: 28px;
			color: #242424;
			margin-bottom: 40px;
		}

		.service-text-section .inner-box h3 {
			position: relative;
			display: block;
			font-size: 24px;
			line-height: 32px;
			font-family: "Jost", sans-serif;
			color: #242424;
		}

/** service-details **/

.service-details {
	position: relative;
	padding: 120px 0px;
}

.service-sidebar {
	position: relative;
	display: block;
}

	.service-sidebar .category-list li {
		position: relative;
		display: block;
		margin-bottom: 3px;
	}

		.service-sidebar .category-list li:last-child {
			margin-bottom: 0px;
		}

		.service-sidebar .category-list li a {
			position: relative;
			display: block;
			font-size: 20px;
			line-height: 28px;
			color: #090d30;
			font-weight: 500;
			background: #e9e9e9;
			padding: 13.5px 23px;
			z-index: 1;
		}

			.service-sidebar .category-list li a.current,
			.service-sidebar .category-list li a:hover {
				color: #fff;
			}

			.service-sidebar .category-list li a:before {
				position: absolute;
				content: "";
				width: 0%;
				height: 100%;
				left: 0px;
				top: 0px;
				z-index: -1;
				transition: all 500ms ease;
			}

			.service-sidebar .category-list li a.current:before,
			.service-sidebar .category-list li a:hover:before {
				width: 100%;
			}

			.service-sidebar .category-list li a.current,
			.service-sidebar .category-list li a:hover {
				padding-left: 56px;
			}

			.service-sidebar .category-list li a:after {
				position: absolute;
				content: "";
				background: #fff;
				width: 0px;
				height: 1px;
				left: 26px;
				top: 28px;
				opacity: 0;
				transition: all 500ms ease;
			}

			.service-sidebar .category-list li a.current:after,
			.service-sidebar .category-list li a:hover:after {
				width: 14px;
				opacity: 1;
			}

	.service-sidebar .category-widget {
		margin-bottom: 60px;
	}

	.service-sidebar .contact-widget {
		position: relative;
		display: block;
	}

		.service-sidebar .contact-widget .image-box {
			position: relative;
			display: block;
		}

			.service-sidebar .contact-widget .image-box img {
				width: 100%;
			}

			.service-sidebar .contact-widget .image-box:before {
				position: absolute;
				content: "";
				background: #ff002c;
				width: calc(100% + 0px);
				height: 87px;
				left: 0px;
				bottom: 0px;
				clip-path: polygon(0% 99%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
			}

			.service-sidebar .contact-widget .image-box:after {
				position: absolute;
				content: "";
				background: #ca1d1d;
				width: calc(100% + 0px);
				height: 65px;
				left: 0px;
				bottom: 0px;
				clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
			}

		.service-sidebar .contact-widget .content-box {
			position: relative;
			display: block;
			padding: 8px 35px 46px 35px;
		}

			.service-sidebar .contact-widget .content-box:before {
				position: absolute;
				content: "";
				left: 0px;
				top: -1px;
				background: #ca1d1d;
				width: calc(100% + 0px);
				height: calc(100% + 3px);
			}

			.service-sidebar .contact-widget .content-box h3 {
				display: block;
				font-size: 30px;
				line-height: 30px;
				font-family: "Barlow", sans-serif;
				font-weight: 600;
				color: #fff;
				margin-bottom: 3px;
			}

			.service-sidebar .contact-widget .content-box p {
				font-size: 21px;
				line-height: 30px;
				color: #fff;
				font-weight: 500;
				margin-bottom: 10px;
			}

	.service-sidebar .contact-widget {
		margin-bottom: 50px;
	}

		.service-sidebar .contact-widget .content-box .btn-box {
			padding-top: 34px;
		}

			.service-sidebar .contact-widget .content-box .btn-box .theme-btn {
				padding: 10px 31px;
				background: #fff;
				font-size: 14px;
				font-family: "Roboto", sans-serif;
				color: #2e1d1f !important;
			}

				.service-sidebar .contact-widget .content-box .btn-box .theme-btn:hover {
					background: #000;
					color: #fff !important;
				}

	.service-sidebar .download-widget a {
		position: relative;
		display: block;
		font-size: 20px;
		line-height: 28px;
		font-weight: 600;
		color: #fff;
		padding: 17px 20px 21px 25px;
		background: #242424;
	}

		.service-sidebar .download-widget a:hover {
		}

		.service-sidebar .download-widget a span {
			position: relative;
			padding-right: 52px;
		}

			.service-sidebar .download-widget a span:before {
				position: absolute;
				content: "";
				background-image: url(../images/icons/icon-104.png);
				width: 22px;
				height: 20px;
				top: 2px;
				right: 0px;
				background-repeat: no-repeat;
			}

.service-details-content {
	position: relative;
	display: block;
	margin-top: -13px;
}

	.service-details-content h2 {
		display: block;
		font-size: 40px;
		line-height: 50px;
		font-weight: 900;
		margin-bottom: 15px;
	}

	.service-details-content p {
		margin-bottom: 28px;
	}

		.service-details-content p:last-child {
			margin-bottom: 0px;
		}

	.service-details-content h3 {
		position: relative;
		display: block;
		font-size: 34px;
		line-height: 44px;
		font-weight: 900;
		margin-bottom: 12px;
	}

	.service-details-content .content-two .list-one li {
		position: relative;
		display: block;
		font-size: 20px;
		line-height: 30px;
		color: #1e1e1e;
		font-weight: 500;
		padding-left: 58px;
		margin-bottom: 27px;
	}

		.service-details-content .content-two .list-one li:before {
			position: absolute;
			content: "";
			background-image: url(../images/icons/icon-105.png);
			width: 40px;
			height: 40px;
			line-height: 40px;
			left: 0px;
			top: 0px;
			border: 1px dashed #ca1d1d;
			background-repeat: no-repeat;
			background-position: center;
			border-radius: 50%;
		}

	.service-details-content .content-two .list-two li {
		position: relative;
		display: block;
		font-size: 18px;
		line-height: 28px;
		color: #051d3e;
		font-weight: 500;
		margin-bottom: 10px;
	}

		.service-details-content .content-two .list-two li:last-child {
			margin-bottom: 0px;
		}

	.service-details-content .content-two .text-box {
		position: relative;
		margin-right: -30px;
	}

	.service-details-content .content-two .image-box {
		position: relative;
		display: block;
		margin-left: 69px;
	}

		.service-details-content .content-two .image-box img {
			width: 100%;
		}

	.service-details-content .content-three h3 {
		margin-bottom: 25px;
	}

	.service-details-content .accordion-box .accordion .acc-btn h4 {
		font-weight: 500;
	}

	.service-details-content .accordion-box .accordion {
		border: 1px solid #d4d4d4;
	}

		.service-details-content .accordion-box .accordion .acc-btn {
			border-radius: 0px;
			padding: 13px 30px;
		}

		.service-details-content .accordion-box .accordion .acc-content p {
			color: #444;
			font-size: 17px;
			line-height: 24px;
		}

		.service-details-content .accordion-box .accordion .acc-content {
			padding: 0px 30px 35px 30px;
		}

/** project-style-six **/

.project-style-six {
	position: relative;
	background: #f6f4f0;
	padding: 112px 0px 70px 0px;
}

.sortable-masonry .filter-tabs {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #c9c5c1;
}

	.sortable-masonry .filter-tabs li {
		position: relative;
		display: inline-block;
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
		color: #242424;
		cursor: pointer;
		margin-right: 26px;
		padding-bottom: 31px;
		transition: all 500ms ease;
	}

		.sortable-masonry .filter-tabs li:last-child {
			margin: 0px !important;
		}

		.sortable-masonry .filter-tabs li.active {
		}

		.sortable-masonry .filter-tabs li:before {
			position: absolute;
			content: "";
			width: 0%;
			height: 2px;
			left: 0px;
			bottom: -1px;
			transition: all 500ms ease;
		}

		.sortable-masonry .filter-tabs li.active:before {
			width: 100%;
		}

.project-block-three .inner-box {
	position: relative;
	display: block;
	margin-bottom: 47px;
}

	.project-block-three .inner-box .image-box {
		position: relative;
		display: block;
		border-radius: 7px;
		overflow: hidden;
	}

		.project-block-three .inner-box .image-box img {
			width: 100%;
			border-radius: 7px;
			transition: all 500ms ease;
		}

	.project-block-three .inner-box:hover .image-box img {
		transform: scale(1.05);
	}

	.project-block-three .inner-box .content-box {
		position: relative;
		display: block;
		padding-top: 23px;
	}

		.project-block-three .inner-box .content-box h3 {
			position: relative;
			display: block;
			font-size: 22px;
			line-height: 30px;
			font-family: "Barlow", sans-serif;
			font-weight: 700;
			margin-bottom: 1px;
		}

			.project-block-three .inner-box .content-box h3 a {
				display: inline-block;
				color: #242424;
			}

				.project-block-three .inner-box .content-box h3 a:hover {
				}

		.project-block-three .inner-box .content-box span {
			position: relative;
			display: block;
			font-size: 15px;
			line-height: 24px;
			font-family: "Jost", sans-serif;
			font-weight: 700;
			text-transform: uppercase;
		}

		.project-block-three .inner-box .content-box .link {
			position: absolute;
			top: 30px;
			right: 0px;
		}

			.project-block-three .inner-box .content-box .link a {
				position: relative;
				display: inline-block;
				width: 50px;
				height: 50px;
				line-height: 44px;
				background: #fff;
				border: 1px solid #d8d5ce;
				border-radius: 50%;
				font-size: 34px;
				font-weight: 600;
				text-align: center;
			}

				.project-block-three .inner-box .content-box .link a:hover {
					color: #fff;
				}

/** project-style-seven **/

.project-style-seven {
	position: relative;
	background: #f6f4f0;
	padding: 113px 0px 100px 0px;
}

	.project-style-seven .outer-container {
		position: relative;
		max-width: 1430px;
		width: 100%;
		padding: 0px 15px;
		margin: 0 auto;
	}

	.project-style-seven .masonry-item {
		padding: 0px 10px;
	}

	.project-style-seven .items-container {
		margin: 0px -10px;
	}

	.project-style-seven .project-block-one .inner-box {
		margin-bottom: 20px;
	}

/** project-style-eight **/

.project-style-eight {
	position: relative;
	background: #f6f4f0;
	padding: 115px 0px 90px 0px;
}

	.project-style-eight .outer-container {
		padding: 0px 85px;
	}

	.project-style-eight .sec-title {
		margin-bottom: 60px;
	}

/** project-details **/

.project-details {
	position: relative;
	padding: 120px 0px 115px 0px;
}

	.project-details .content-side {
		position: relative;
		display: block;
	}

		.project-details .content-side h2 {
			position: relative;
			display: block;
			font-size: 45px;
			line-height: 55px;
			font-weight: 900;
			margin-bottom: 21px;
		}

		.project-details .content-side p {
			margin-bottom: 28px;
		}

			.project-details .content-side p:last-child {
				margin-bottom: 0px;
			}

		.project-details .content-side h3 {
			position: relative;
			display: block;
			font-size: 28px;
			line-height: 38px;
			font-weight: 900;
			margin-bottom: 13px;
		}

		.project-details .content-side blockquote {
			position: relative;
			display: block;
			padding: 9px 0px 0px 0px;
			margin: 0px;
		}

			.project-details .content-side blockquote .icon-box {
				position: relative;
				display: inline-block;
				margin-bottom: 10px;
			}

			.project-details .content-side blockquote p {
				color: #6e6e6e;
				font-style: italic;
				margin-bottom: 9px;
			}

			.project-details .content-side blockquote span {
				position: relative;
				display: block;
				font-size: 18px;
				line-height: 28px;
				font-weight: 600;
				color: #942617;
			}

		.project-details .content-side .content-three p {
			color: #004444;
		}

	.project-details .image-box .image {
		position: relative;
		display: block;
		margin-bottom: 30px;
		overflow: hidden;
	}

		.project-details .image-box .image img {
			width: 100%;
			transition: all 500ms ease;
		}

		.project-details .image-box .image:hover img {
			transform: scale(1.05);
		}

/** faq-page-section **/

.faq-page-section {
	position: relative;
	padding: 115px 0px;
}

	.faq-page-section .search-form {
		position: relative;
		margin-bottom: 66px;
	}

		.faq-page-section .search-form .form-group {
			position: relative;
			margin: 0px;
		}

			.faq-page-section .search-form .form-group input[type="search"] {
				position: relative;
				display: block;
				width: 100%;
				height: 60px;
				border: 1px solid #e0e0e0;
				border-radius: 3px;
				font-size: 18px;
				color: #444444;
				padding: 10px 60px 10px 30px;
				transition: all 500ms ease;
			}

			.faq-page-section .search-form .form-group button {
				position: absolute;
				top: 14px;
				right: 30px;
				filter: grayscale(100%);
				cursor: pointer;
				opacity: 0.5;
				transition: all 500ms ease;
			}

			.faq-page-section .search-form .form-group input:focus {
			}

				.faq-page-section .search-form .form-group input:focus + button,
				.faq-page-section .search-form .form-group button:hover {
					filter: grayscale(0%);
					opacity: 1;
				}

	.faq-page-section .accordion-box .block {
		position: relative;
		display: block;
		margin-bottom: 48px;
		transition: all 500ms ease;
	}

		.faq-page-section .accordion-box .block:last-child {
			margin-bottom: 0px;
		}

		.faq-page-section .accordion-box .block .acc-btn {
			position: relative;
			display: block;
			cursor: pointer;
			padding: 0px 0px 0px 40px;
			transition: all 500ms ease;
		}

			.faq-page-section .accordion-box .block .acc-btn .icon-outer {
				position: absolute;
				top: 2px;
				left: 0px;
				font-size: 28px;
				color: #0e2a4e;
				width: 26px;
				height: 26px;
				line-height: 26px;
				text-align: center;
				transition: all 500ms ease;
			}

				.faq-page-section .accordion-box .block .acc-btn .icon-outer:before {
					position: absolute;
					content: "+";
					font-family: "Montserrat", sans-serif;
					top: 0px;
					right: 0px;
					font-weight: 700;
				}

			.faq-page-section .accordion-box .block .acc-btn.active .icon-outer:before {
				opacity: 0;
			}

			.faq-page-section .accordion-box .block .acc-btn.active .icon-outer:after {
				position: absolute;
				content: "-";
				font-family: "Montserrat", sans-serif;
				top: 0px;
				right: 0px;
				font-weight: 700;
			}

			.faq-page-section .accordion-box .block .acc-btn h3 {
				font-size: 22px;
				line-height: 28px;
				font-weight: 600;
				transition: all 500ms ease;
			}

		.faq-page-section .accordion-box .block .acc-content {
			position: relative;
			display: none;
			padding: 11px 30px 0px 40px;
		}

			.faq-page-section .accordion-box .block .acc-content p {
				color: #444;
				font-size: 18px;
				line-height: 28px;
			}

			.faq-page-section .accordion-box .block .acc-content.current {
				display: block;
			}

/** faq-form-section **/

.faq-form-section {
	position: relative;
	background: #bf976d;
	padding: 111px 0px 120px 0px;
}

	.faq-form-section h2 {
		display: block;
		font-size: 40px;
		line-height: 46px;
		font-weight: 700;
		color: #fff;
	}

	.faq-form-section .title-text {
		margin-bottom: 48px;
	}

	.faq-form-section .form-inner .form-group {
		position: relative;
		margin-bottom: 26px;
	}

		.faq-form-section .form-inner .form-group:last-child {
			margin-bottom: 0px;
		}

		.faq-form-section .form-inner .form-group input[type="text"],
		.faq-form-section .form-inner .form-group input[type="email"],
		.faq-form-section .form-inner .form-group textarea {
			position: relative;
			display: block;
			width: 100%;
			height: 64px;
			border-bottom: 2px solid #fff;
			font-size: 18px;
			color: #fff;
			padding: 10px 0px;
			transition: all 500ms ease;
		}

		.faq-form-section .form-inner .form-group textarea {
			resize: none;
			height: 165px;
		}

			.faq-form-section .form-inner .form-group input:focus,
			.faq-form-section .form-inner .form-group textarea:focus {
			}

	.faq-form-section .form-inner {
		max-width: 870px;
	}

		.faq-form-section .form-inner .theme-btn {
			padding: 11px 33px;
		}

	.faq-form-section .bg-layer {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

/** pricing-section **/

.pricing-section {
	position: relative;
	padding: 120px 0px 90px 0px;
	background: #f0f2f5;
}

	.pricing-section .sec-title {
		margin-right: 20px;
	}

.pricing-block-one .pricing-table {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
	background: #834a2a;
	border-radius: 10px;
}

.pricing-block:nth-child(3) .pricing-block-one .pricing-table {
	background: #962617;
}

.pricing-block:nth-child(4) .pricing-block-one .pricing-table {
	background: #3e2a2a;
}

.pricing-block-one .pricing-table .table-header {
	position: relative;
	display: block;
	padding: 21px 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: #693619;
}

.pricing-block:nth-child(3) .pricing-block-one .pricing-table .table-header {
	background: #781e12;
}

.pricing-block:nth-child(4) .pricing-block-one .pricing-table .table-header {
	background: #291818;
}

.pricing-block-one .pricing-table .table-header h3 {
	font-size: 26px;
	line-height: 31px;
	color: #fff;
	font-weight: 700;
}

.pricing-block-one .pricing-table .table-content {
	position: relative;
	padding: 24px 0px 50px 0px;
}

	.pricing-block-one .pricing-table .table-content .feature-list li {
		position: relative;
		display: block;
		font-size: 18px;
		line-height: 28px;
		color: #fff;
		margin-bottom: 8px;
	}

		.pricing-block-one .pricing-table .table-content .feature-list li:last-child {
			margin-bottom: 0px;
		}

	.pricing-block-one .pricing-table .table-content .feature-list {
		margin-bottom: 20px;
	}

	.pricing-block-one .pricing-table .table-content h2 {
		position: relative;
		display: block;
		font-size: 38px;
		line-height: 48px;
		color: #fff;
		font-weight: 900;
		margin-bottom: 24px;
	}

	.pricing-block-one .pricing-table .table-content a {
		position: relative;
		display: inline-block;
		font-size: 15px;
		line-height: 26px;
		font-family: "Jost", sans-serif;
		color: #051d3e;
		font-weight: 700;
		text-transform: uppercase;
		background: #fff;
		padding: 8.5px 32px;
		border-radius: 35px;
	}

		.pricing-block-one .pricing-table .table-content a:hover {
			color: #fff;
			background: #051d3e;
		}

/** pricing-style-two **/

.pricing-style-two {
	position: relative;
	padding: 115px 0px 85px 0px;
}

.pricing-block-two .inner-box {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

	.pricing-block-two .inner-box .image-box {
		position: relative;
		display: block;
		overflow: hidden;
		margin-bottom: 23px;
	}

		.pricing-block-two .inner-box .image-box img {
			width: 100%;
			transition: all 500ms ease;
		}

	.pricing-block-two .inner-box:hover .image-box img {
		transform: scale(1.05);
	}

	.pricing-block-two .inner-box h4 {
		position: relative;
		display: block;
		font-size: 20px;
		line-height: 30px;
		font-weight: 700;
		margin-bottom: 2px;
	}

		.pricing-block-two .inner-box h4 a {
			display: inline-block;
			color: #151515;
		}

			.pricing-block-two .inner-box h4 a:hover {
			}

	.pricing-block-two .inner-box .price {
		position: relative;
		display: block;
		font-size: 35px;
		line-height: 40px;
		font-weight: 600;
		color: #151515;
	}

/** team-page-section **/

.team-page-section {
	position: relative;
	padding: 115px 0px 60px 0px;
}

	.team-page-section .team-block-one .inner-box {
		margin-bottom: 60px;
	}

	.team-page-section .upper-box {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.team-page-section .sec-title {
		margin-bottom: 0px;
	}

	.team-page-section .team-block {
		padding: 0px 37.5px;
	}

	.team-page-section .inner-container {
		margin: 0px -22.5px;
	}

.chooseus-style-four.team-page {
	background: #f9f7f4;
}

/** testimonial-page-section **/

.testimonial-page-section {
	position: relative;
	padding: 115px 0px 40px 0px;
	background: #f5f3f1;
}

	.testimonial-page-section .testimonial-block-one {
		margin-bottom: 80px;
	}

	.testimonial-page-section .sec-title {
		margin-bottom: 60px;
	}

/** error-section **/

.error-section {
	position: relative;
	padding: 100px 0px 140px 0px;
}

	.error-section .inner-box h1 {
		font-size: 200px;
		line-height: 200px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.error-section .inner-box h2 {
		position: relative;
		display: block;
		font-size: 30px;
		line-height: 42px;
		font-weight: 500;
		margin-bottom: 60px;
	}

.about-section .inner-container {
	padding-bottom: 50px;
	border-bottom: 1px solid #c5c5c5;
}

.about-section.pricing-page .content-box .text-box h4 {
	font-style: italic;
	font-family: "Fira Sans", sans-serif;
	font-weight: 400;
	color: #444444;
}

.about-section.pricing-page .list-style-one li {
	color: #444444;
	font-weight: 500;
}

.about-section.pricing-page {
	padding-bottom: 0px;
}

/** blog-grid **/

.blog-grid {
	position: relative;
	padding: 120px 0px;
}

.news-block-two .inner-box {
	position: relative;
	display: block;
	margin-bottom: 70px;
}

	.news-block-two .inner-box .image-box {
		position: relative;
		display: block;
		overflow: hidden;
	}

		.news-block-two .inner-box .image-box:after {
			position: absolute;
			content: "";
			width: 100%;
			height: 100%;
			background: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 0.85) 5%, rgba(0, 0, 0, 0) 50% );
			top: 0px;
			right: 0px;
			z-index: 1;
		}

		.news-block-two .inner-box .image-box img {
			width: 100%;
			transition: all 500ms ease;
		}

	.news-block-two .inner-box:hover .image-box img {
		transform: scale(1.05);
	}

	.news-block-two .inner-box .lower-content .post-info {
		position: relative;
		width: calc(100% - 40px);
		margin-left: 40px;
		background: #f9f7f4;
		padding: 31px 30px 35px 30px;
		margin-top: -54px;
		margin-bottom: 12px;
		border-bottom-left-radius: 6px;
		z-index: 2;
	}

	.news-block-two .inner-box .post-info li {
		position: relative;
		display: inline-block;
		float: left;
		font-size: 18px;
		color: #666666;
		margin-right: 35px;
	}

		.news-block-two .inner-box .post-info li:before {
			position: absolute;
			content: "/";
			top: 1px;
			right: -20px;
		}

		.news-block-two .inner-box .post-info li:first-child:before,
		.news-block-two .inner-box .post-info li:last-child:before {
			display: none;
		}

		.news-block-two .inner-box .post-info li:last-child {
			margin: 0px !important;
		}

		.news-block-two .inner-box .post-info li a {
			display: inline-block;
			color: #666666;
		}

			.news-block-two .inner-box .post-info li a:hover {
			}

		.news-block-two .inner-box .post-info li span {
			font-size: 22px;
			font-family: "Jost", sans-serif;
			font-weight: 700;
		}

	.news-block-two .inner-box h2 {
		position: relative;
		display: block;
		font-size: 34px;
		line-height: 41px;
		font-weight: 900;
		margin-bottom: 21px;
	}

		.news-block-two .inner-box h2 a {
			display: inline-block;
			color: #242424;
		}

			.news-block-two .inner-box h2 a:hover {
			}

	.news-block-two .inner-box p {
		line-height: 30px;
		margin-bottom: 16px;
	}

	.news-block-two .inner-box .link a {
		position: relative;
		display: inline-block;
		font-size: 15px;
		line-height: 26px;
		font-family: "Jost", sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}

		.news-block-two .inner-box .link a:hover {
			text-decoration: underline;
		}

/** sidebar-page-container **/

.sidebar-page-container {
	position: relative;
	padding: 120px 0px;
	background: #f9f7f4;
}

.blog-standard-content {
	position: relative;
	display: block;
}

.blog-sidebar {
	position: relative;
	display: block;
}

	.blog-sidebar .search-widget {
		position: relative;
		margin-bottom: 35px;
	}

		.blog-sidebar .search-widget .form-group {
			position: relative;
			margin: 0px;
		}

			.blog-sidebar .search-widget .form-group input[type="search"] {
				position: relative;
				display: block;
				width: 100%;
				height: 53px;
				background: #942617;
				border-radius: 5px;
				padding: 10px 50px 10px 20px;
				font-size: 18px;
				color: #fff;
			}

			.blog-sidebar .search-widget .form-group button[type="submit"] {
				position: absolute;
				top: 11px;
				right: 20px;
			}

	.blog-sidebar .widget-title {
		position: relative;
		display: block;
		margin-bottom: 7px;
	}

		.blog-sidebar .widget-title h3 {
			position: relative;
			display: inline-block;
			font-size: 28px;
			line-height: 38px;
			font-family: "Barlow", sans-serif;
			font-weight: 700;
			color: #242424;
			padding-right: 33px;
		}

			.blog-sidebar .widget-title h3:before {
				position: absolute;
				content: "";
				background: #242424;
				width: 20px;
				height: 2px;
				top: 23px;
				right: 0px;
			}

	.blog-sidebar .category-widget .category-list li {
		position: relative;
		display: block;
		padding: 5px 0px 8px 0px;
		border-bottom: 1px solid #d5cac3;
	}

		.blog-sidebar .category-widget .category-list li:last-child {
			border-bottom: none;
		}

		.blog-sidebar .category-widget .category-list li:last-child {
			margin-bottom: 0px;
		}

		.blog-sidebar .category-widget .category-list li a {
			position: relative;
			display: block;
			font-size: 18px;
			line-height: 28px;
			color: #444444;
		}

			.blog-sidebar .category-widget .category-list li a i {
				position: absolute;
				top: 8px;
				right: 0px;
				font-size: 12px;
				color: #817e7c;
			}

			.blog-sidebar .category-widget .category-list li a:hover {
			}

	.blog-sidebar .category-widget {
		margin-bottom: 52px;
	}

	.blog-sidebar .post-widget .widget-title {
		margin-bottom: 19px;
	}

	.blog-sidebar .post-widget .post {
		position: relative;
		padding-left: 95px;
		padding-bottom: 25px;
		margin-bottom: 17px;
		border-bottom: 1px solid #e1e1e1;
		min-height: 93px;
	}

		.blog-sidebar .post-widget .post:last-child {
			margin-bottom: 0px;
			border-bottom: none;
		}

		.blog-sidebar .post-widget .post .post-thumb {
			position: absolute;
			left: 0px;
			top: 4px;
			width: 70px;
			height: 62px;
		}

		.blog-sidebar .post-widget .post img {
			width: 100%;
		}

		.blog-sidebar .post-widget .post h5 {
			position: relative;
			display: block;
			font-size: 18px;
			line-height: 20px;
			font-family: "Barlow", sans-serif;
			margin-bottom: 11px;
		}

			.blog-sidebar .post-widget .post h5 a {
				display: inline-block;
				color: #242424;
			}

				.blog-sidebar .post-widget .post h5 a:hover {
				}

		.blog-sidebar .post-widget .post .post-date {
			position: relative;
			display: block;
			font-size: 15px;
			line-height: 16px;
			font-weight: 600;
			color: #7c7777;
		}

	.blog-sidebar .post-widget {
		margin-bottom: 38px;
	}

	.blog-sidebar .tags-widget .widget-title {
		margin-bottom: 22px;
	}

	.blog-sidebar .tags-widget .tags-list li {
		position: relative;
		display: inline-block;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}

		.blog-sidebar .tags-widget .tags-list li a {
			position: relative;
			display: inline-block;
			font-size: 16px;
			line-height: 26px;
			color: #444444;
			background: #fff;
			border: 1px solid #e4e4e4;
			padding: 5px 20px;
		}

			.blog-sidebar .tags-widget .tags-list li a:hover {
				color: #fff;
			}

.blog-details-content {
	position: relative;
	display: block;
}

	.blog-details-content h3 {
		position: relative;
		display: block;
		font-size: 32px;
		line-height: 40px;
		font-weight: 900;
		margin-bottom: 19px;
	}

	.blog-details-content .content-one p {
		line-height: 26px;
	}

		.blog-details-content .content-one p a {
			color: #444;
			text-decoration: underline;
		}

	.blog-details-content .comment-box {
		margin-bottom: 50px;
	}

	.blog-details-content .comment-inner {
		position: relative;
		border: 1px solid #dbd0c7;
		background: #fff;
	}

		.blog-details-content .comment-inner .comment {
			position: relative;
			display: block;
			padding: 25px 50px 18px 125px;
			border-bottom: 1px solid #dbd0c7;
		}

			.blog-details-content .comment-inner .comment:last-child {
				border-bottom: none;
			}

			.blog-details-content .comment-inner .comment:nth-child(2n + 2) {
				background: #f9f7f4;
			}

			.blog-details-content .comment-inner .comment .thumb-box {
				position: absolute;
				left: 25px;
				top: 25px;
				width: 70px;
				height: 70px;
			}

			.blog-details-content .comment-inner .comment.replay-comment {
				padding-left: 100px;
			}

				.blog-details-content .comment-inner .comment.replay-comment .thumb-box {
					left: 0px;
				}

			.blog-details-content .comment-inner .comment .thumb-box img {
				width: 100%;
			}

			.blog-details-content .comment-inner .comment h5 {
				display: block;
				font-size: 18px;
				line-height: 28px;
				font-family: "Barlow", sans-serif;
				color: #091c55;
				font-weight: 600;
				margin-bottom: 2px;
			}

			.blog-details-content .comment-inner .comment p {
				line-height: 26px;
				margin-bottom: 5px;
			}

			.blog-details-content .comment-inner .comment .info li {
				position: relative;
				display: inline-block;
				font-size: 16px;
				color: #7c7c7c;
				margin-right: 22px;
			}

				.blog-details-content .comment-inner .comment .info li:last-child {
					margin: 0px;
				}

				.blog-details-content .comment-inner .comment .info li:before {
					position: absolute;
					content: "";
					background: #a5a5a5;
					width: 1px;
					height: 15px;
					top: 8px;
					right: -13px;
				}

				.blog-details-content .comment-inner .comment .info li:last-child:before {
					display: none;
				}

				.blog-details-content .comment-inner .comment .info li a:hover {
					text-decoration: underline;
				}

	.blog-details-content .comments-form-area .form-inner {
		position: relative;
		display: block;
		border: 1px solid #dbd0c7;
		padding: 50px 35px;
	}

		.blog-details-content .comments-form-area .form-inner .form-group {
			margin-bottom: 20px;
		}

			.blog-details-content .comments-form-area .form-inner .form-group:last-child {
				margin-bottom: 0px;
			}

			.blog-details-content
			.comments-form-area
			.form-inner
			.form-group
			input[type="text"],
			.blog-details-content
			.comments-form-area
			.form-inner
			.form-group
			input[type="email"],
			.blog-details-content .comments-form-area .form-inner .form-group textarea {
				position: relative;
				display: block;
				width: 100%;
				height: 45px;
				background: #fff;
				border: 1px solid #eeeeee;
				font-size: 15px;
				color: #737373;
				padding: 0px 20px;
				transition: all 500ms ease;
			}

			.blog-details-content .comments-form-area .form-inner .form-group textarea {
				height: 170px;
				resize: none;
				margin-bottom: 17px;
				padding-top: 10px;
			}

				.blog-details-content .comments-form-area .form-inner .form-group input:focus,
				.blog-details-content
				.comments-form-area
				.form-inner
				.form-group
				textarea:focus {
				}

		.blog-details-content .comments-form-area .form-inner .theme-btn {
			padding: 12px 30px;
		}

	.blog-details-content .news-block-two .inner-box {
		margin-bottom: 0px;
	}

/** contact-style-four **/

.contact-style-four {
	position: relative;
	background: #f9f7f4;
	padding: 115px 0px 120px 0px;
}

	.contact-style-four .content-box {
		position: relative;
		display: block;
	}

		.contact-style-four .content-box .form-inner .form-group {
			position: relative;
			margin-bottom: 20px;
		}

			.contact-style-four .content-box .form-inner .form-group:last-child {
				margin-bottom: 0px;
			}

			.contact-style-four .content-box .form-inner .form-group input[type="text"],
			.contact-style-four .content-box .form-inner .form-group input[type="email"],
			.contact-style-four .content-box .form-inner .form-group textarea {
				position: relative;
				display: block;
				width: 100%;
				height: 50px;
				background: #fff;
				border: 1px solid #cfc4bc;
				border-radius: 5px;
				font-size: 18px;
				color: #797979;
				padding: 10px 20px;
			}

			.contact-style-four .content-box .form-inner .form-group textarea {
				height: 220px;
				resize: none;
			}

				.contact-style-four .content-box .form-inner .form-group input:focus,
				.contact-style-four .content-box .form-inner .form-group textarea:focus {
				}

	.contact-style-four .info-inner {
		position: relative;
		display: block;
	}

		.contact-style-four .info-inner h3 {
			display: block;
			font-size: 28px;
			line-height: 38px;
			font-weight: 700;
			padding-bottom: 13px;
			margin-bottom: 31px;
		}

			.contact-style-four .info-inner h3:before {
				position: absolute;
				content: "";
				background: #d90429;
				width: 50px;
				height: 2px;
				left: 0px;
				bottom: 0px;
			}

		.contact-style-four .info-inner p {
			line-height: 26px;
		}

		.contact-style-four .info-inner .box-one p {
			margin-bottom: 15px;
		}

		.contact-style-four .info-inner .box-one a {
			display: inline-block;
			color: #444;
		}

			.contact-style-four .info-inner .box-one a:hover {
				color: #d90429;
			}

		.contact-style-four .info-inner .box-one {
			padding-bottom: 36px;
			border-bottom: 1px solid #afadac;
			margin-bottom: 31px;
		}

		.contact-style-four .info-inner h4 {
			display: block;
			font-size: 24px;
			line-height: 34px;
			font-weight: 700;
			margin-bottom: 15px;
		}

		.contact-style-four .info-inner .box-two a {
			display: inline-block;
			font-size: 24px;
			line-height: 30px;
			font-family: "Jost", sans-serif;
			font-weight: 700;
			color: #242424;
			margin-bottom: 22px;
		}

			.contact-style-four .info-inner .box-two a:hover {
				color: #d90429;
			}

		.contact-style-four .info-inner .box-two p {
			line-height: 31px;
			color: #242424;
		}
