*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
ol,
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

:root {


	--main-color: #434343;
	--main-color-rgb: 67, 67, 67;
	--secondary-color: #ef9f22;
	--secondary-color-rgb: 239, 159, 34;
	--main-white: #ffffff;
}

*,
:active,
:focus {
	outline: none !important;
}

ul,
ol {
	list-style: none;
}

textarea {
	resize: none;
}

::-moz-selection {
	text-shadow: none;
}

::selection {
	text-shadow: none;
}

::-moz-selection {
	text-shadow: none;
}

::-webkit-selection {
	text-shadow: none;
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

button {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	outline: none;
	padding: 0;
}

textarea {
	resize: none;
}

/*------------------------------------*\
		#GLOBAL STYLES
\*------------------------------------*/
body,
html {
	overflow-x: hidden;
}

body {
	background-color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
	margin: 0;
}

.wrapper {
	background-color: #ffffff;
}

::-moz-selection {
	background-color: #e11d07;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background-color: #434343;
	color: #ffffff;
	text-shadow: none;
}

a {
	color: #e11d07;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover {
	color: #b01705;
	text-decoration: none;
}

textarea {
	resize: none;
}

section {
	background-color: #ffffff;
	padding: 130px 0;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	section {
		padding: 50px 0 !important;
	}
}

/* Medium Devices, Desktops */

/*------------------------------------*\
		#TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1b1a1a;
	font-family: "Rubik", sans-serif;
	font-weight: 700;
	margin: 0 0 28px;
	line-height: 1;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 38px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

p {
	font-family: "Roboto", sans-serif;
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

/* Aligning Text */

.text--center {
	text-align: center !important;
}

/* Weight Text */

/* Text Color */

/* Custom, iPhone Retina */

/* Small Devices, Tablets */

/*------------------------------------*\
		#COLORS
\*------------------------------------*/

/*------------------------------------*\
		#Align
\*------------------------------------*/
form,
ol,
p,
ul {
	margin-bottom: 20px;
}

/* All margin */

/* top margin */

.mt-60 {
	margin-top: 60px;
}

.mt-100 {
	margin-top: 100px !important;
}

/* bottom margin */
.mb-0 {
	margin-bottom: 0 !important;
}

/* right margin */

/* left margin */

/* All padding */
.p-0 {
	padding: 0 !important;
}

/* top padding */

.pt-70 {
	padding-top: 70px !important;
}

/* bottom padding */
.pb-0 {
	padding-bottom: 0 !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

/* right padding */
.pr-0 {
	padding-right: 0;
}

/* left padding */
.pl-0 {
	padding-left: 0;
}

/* Postions */

/* Zindex*/

/* Borders */

/* Display */

.p-0 {
	padding: 0;
}

.pb-30 {
	padding-bottom: 30px;
}

/*------------------------------------*\
		#Grid
\*------------------------------------*/

/* Custom, iPhone Retina */

/* Postion Helpers */

/*------------------------------------*\
		#Blockquotes
\*------------------------------------*/

/*------------------------------------*\
		#BACKGROUNDS
\*------------------------------------*/

/* Background Image */
.bg-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.bg-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.video-section {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.bg-overlay-dark:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1B1A1A), color-stop(90%, rgba(27, 26, 26, 0)));
	background-image: -o-linear-gradient(top, #1B1A1A 0%, rgba(27, 26, 26, 0) 90%);
	background-image: linear-gradient(180deg, #1B1A1A 0%, rgba(27, 26, 26, 0) 90%);
}

/* Background Video */

/* Elements Background */

/*------------------------------------*\
		#BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
	color: #e5e4e4;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	display: block;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	padding: 0 10px;
	color: #f9f9f9;
	content: "\f054";
}

.breadcrumb>li a {
	color: #f9f9f9;
}

.breadcrumb>li a:hover {
	color: #e11d07;
}

.breadcrumb>.active {
	color: #e11d07;
}

/*------------------------------------*\
		#BUTTONS
\*------------------------------------*/
.btn {
	font-family: "Roboto", sans-serif;
	position: relative;
	z-index: 2;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	border-radius: 0;
	padding: 0;
	line-height: 48px;
	width: 170px;
	height: 50px;
	letter-spacing: 0.26px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	border-width: 2px;
}

.btn:focus,
.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.btn i {
	margin-right: 7px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Button Primary */
.btn--primary {
	background-color: #c4292b;
	color: #ffffff;
	border-color: #c4292b;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	background-color: #464a48;
	border-color: #464a48;
	color: #ffffff;
}

/* Button Secondary*/
.btn--secondary {
	background-color: #464a48;
	color: #ffffff;
	border-color: #464a48;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
	background-color: #c4292c;
	color: #ffffff;
	border-color: #c4292c;
}

/* Button White */
.btn--white {
	background-color: #ffffff;
	color: #c4292b;
	border-color: #ffffff;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
	background-color: #c4292c;
	color: #ffffff;
	border-color: #c4292c;
}

/* Button Transparent */

/* Buttons Custom */

/* Button Fluid */

/*Button Auto */

/* Button Rounded */

/* Buttons Shadow */

/* Button Bordered */

/* Buttons Sizes */

/*------------------------------------*\
		#FORMS
\*------------------------------------*/
form {
	position: relative;
}

.form-control {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 49px;
	border-radius: 3px;
	border: 1.5px solid #eaeaea;
	background: transparent;
	padding-left: 16px;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form-control:focus {
	background: transparent;
	border-color: #e11d07;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	color: #9b9b9b;
	text-transform: capitalize;
}

.form-control:-moz-placeholder {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	color: #9b9b9b;
	text-transform: capitalize;
}

.form-control::-moz-placeholder {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	color: #9b9b9b;
	text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	color: #9b9b9b;
	text-transform: capitalize;
}

.custom-radio-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767.98px) {
	.custom-radio-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.custom-radio-group .custom-control {
	min-height: 0;
	margin-bottom: 14px;
}

.custom-radio-group .custom-control .custom-control-input:checked~label::after {
	background-color: #e11d07;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.custom-radio-group .custom-control label {
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #9b9b9b;
	margin-bottom: 0;
	line-height: 1.9;
	text-transform: capitalize;
	cursor: pointer;
}

.custom-radio-group .custom-control label::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	border-radius: 3px;
	border: 3px solid #eaeaea;
	width: 15px;
	height: 15px;
}

.custom-radio-group .custom-control label::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 1px;
	left: 4px;
	top: 8px;
	background-color: transparent;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

textarea.form-control {
	height: auto;
}

/* Input Checkbox */

/*------------------------------------*\
		#Lists
\*------------------------------------*/

/*------------------------------------*\
		#Tabs
\*------------------------------------*/

/*------------------------------------*\
		#Accordion
\*------------------------------------*/

/*------------------------------------*\
		#PAGINATION
\*------------------------------------*/
.pagination {
	display: block;
	margin: 0;
	border-radius: 0;
}

.pagination li {
	margin-right: 10px;
	display: inline-block;
}

.pagination li a {
	background-color: #ffffff;
	color: #1b1a1a;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	border: 2px solid #eaeaea;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.pagination li a:hover {
	background-color: #e11d07;
	color: #ffffff;
	border-color: #e11d07;
}

/*------------------------------------*\
		#ALERT MESSAGE
\*------------------------------------*/

/* Subscribe Alert */
.subscribe-alert {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	margin: 0;
	cursor: pointer;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
	-webkit-animation: alertfadein .35s ease .5s both;
	animation: alertfadein .35s ease .5s both;
}

/* Contact Alert */

/*------------------------------------*\
		#BACK TO TOP
\*------------------------------------*/
#back-to-top {
	z-index: 9999;
	position: fixed;
	right: 40px;
	bottom: 40px;
	opacity: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 4px;
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
	background-color: #444444;
	font-size: 20px;
}

#back-to-top:hover {
	background-color: #c4292b;
}

/*------------------------------------*\
		#Loading
\*------------------------------------*/
.preloader {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 99999;
	background-color: #ffffff;
	overflow: hidden;
}

.preloader .loader-spinner {
	width: 59px;
	height: 59px;
	-webkit-transform: translate(-30px, -30px) scale(0.3) translate(30px, 30px);
	-ms-transform: translate(-30px, -30px) scale(0.3) translate(30px, 30px);
	transform: translate(-30px, -30px) scale(0.3) translate(30px, 30px);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.preloader .loader-spinner>div {
	-webkit-transform-origin: 100px 100px;
	-ms-transform-origin: 100px 100px;
	transform-origin: 100px 100px;
	-webkit-animation: loading-spinner 1s infinite linear;
	animation: loading-spinner 1s infinite linear;
	position: relative;
}

.preloader .loader-spinner>div div {
	position: absolute;
	width: 26px;
	height: 192px;
	background: #e11d07;
	left: 100px;
	top: 100px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .loader-spinner>div div:nth-child(1) {
	width: 152px;
	height: 152px;
	border-radius: 50%;
}

.preloader .loader-spinner>div div:nth-child(3) {
	-webkit-transform: translate(-50%, -50%) rotate(30deg);
	-ms-transform: translate(-50%, -50%) rotate(30deg);
	transform: translate(-50%, -50%) rotate(30deg);
}

.preloader .loader-spinner>div div:nth-child(4) {
	-webkit-transform: translate(-50%, -50%) rotate(60deg);
	-ms-transform: translate(-50%, -50%) rotate(60deg);
	transform: translate(-50%, -50%) rotate(60deg);
}

.preloader .loader-spinner>div div:nth-child(5) {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.preloader .loader-spinner>div div:nth-child(6) {
	-webkit-transform: translate(-50%, -50%) rotate(120deg);
	-ms-transform: translate(-50%, -50%) rotate(120deg);
	transform: translate(-50%, -50%) rotate(120deg);
}

.preloader .loader-spinner>div div:nth-child(7) {
	-webkit-transform: translate(-50%, -50%) rotate(150deg);
	-ms-transform: translate(-50%, -50%) rotate(150deg);
	transform: translate(-50%, -50%) rotate(150deg);
}

.preloader .loader-spinner>div div:nth-child(8) {
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 50%;
}

@-webkit-keyframes loading-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*------------------------------------*\
		#HEADER
\*------------------------------------*/
.header {
	height: 80px;
}

@media screen and (min-width: 992px) {
	.header {
		height: 100px;
	}
}

.header.header-transparent {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}

.header.header-transparent .navbar-brand .logo-dark {
	display: none;
}

@media only screen and (max-width: 991px) {
	.header.header-transparent .navbar-brand .logo-dark {
		display: block;
	}
}

.header .navbar-brand {
	line-height: 100px;
}

@media only screen and (max-width: 991px) {
	.header .navbar-brand {
		line-height: 80px;
		margin-left: 30px;
	}
}

.header .navbar-brand .logo {
	max-width: 100%;
	width: 145px;
}

@media only screen and (max-width: 991px) {
	.header .navbar-brand .logo {
		width: 120px;
	}
}

/* Header Bordered */

/* Header Light */

/* Header With Top Tab */

/* Header Top-Bar */

/*------------------------------------*\
		#Menu
\*------------------------------------*/
.navbar {
	margin-bottom: 0;
	border-radius: 0;
	min-height: 80px;
	border: none;
	z-index: 55555;
	padding: 0;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

@media screen and (min-width: 992px) {
	.navbar {
		min-height: 100px;
	}
}

.navbar.navbar-bordered {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 991.98px) {

	.navbar.navbar-sticky,
	.navbar.navbar.navbar-fixed {
		border-color: rgba(0, 0, 0, 0.1);
	}
}

.navbar .navbar-nav>li {
	margin-right: 30px;
	position: relative;
}

.navbar .navbar-nav>li:last-child {
	margin-right: 0;
}

.navbar .navbar-nav>li>a {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 100px;
	color: #ffffff;
	padding: 0;
	position: relative;
	display: block;
}

.navbar .navbar-nav>li>a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 3px;
	background: #ffffff;
	content: "";
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	-o-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.navbar .navbar-nav>li.active>a::before,
.navbar .navbar-nav>li:hover a::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.navbar.navbar-light .navbar-nav>li>a {
	color: #1b1a1a;
}

.navbar.navbar-light .navbar-nav>li>a::before {
	background-color: #e11d07;
	height: 2px;
}

@media screen and (max-width: 991.98px) {
	.navbar.navbar-light .navbar-nav>li>a::before {
		content: unset;
	}
}

.navbar.navbar-light .module-language .selected span,
.navbar.navbar-light .module-language .selected i {
	color: #1b1a1a;
}

.navbar.navbar-light .module-search .search-icon i {
	color: #1b1a1a;
}

.navbar .navbar-brand {
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar.navbar-fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #ffffff;
	-webkit-animation: fadeInDown 1s ease-in-out;
	animation: fadeInDown 1s ease-in-out;
	-webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
	box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}

.navbar.navbar-fixed .navbar-brand .logo-dark {
	display: inline-block;
}

.navbar.navbar-fixed .navbar-brand .logo-light {
	display: none;
}

.navbar.navbar-fixed .navbar-nav>li>a {
	color: #1b1a1a;
}

.navbar.navbar-fixed .navbar-nav>li>a::before {
	background-color: #c4292c;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.navbar-nav>li.active>ul {
	margin-top: 0;
}


/* Menu Level #1 */
.dropdown-toggle::after {
	display: none;
}

li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>a:before,
ul.dropdown-menu>li.has-dropdown>a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 25px;
}

/* Menu Levels */
.dropdown-menu {
	background-color: transparent;
	position: relative;
	width: 100%;
	border: none;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {

	.navbar-sticky,
	.navbar.navbar-fixed {
		background: #ffffff;
		-webkit-box-shadow: none;
		box-shadow: none;
	}


	.navbar .navbar-brand .logo-light {
		display: none;
	}

	.navbar .navbar-brand .logo-dark {
		display: block;
	}

	.navbar .navbar-toggler {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 30px;
		height: 30px;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		border: 0;
		padding: 0;
		cursor: pointer;
		border-radius: 0;
		margin-right: 30px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 992px) {
	.navbar .navbar-toggler {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		background-color: transparent;
	}

	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
		top: 0;
	}

	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navbar .navbar-toggler .navbar-toggler-icon {
		background-color: #1b1a1a;
		width: 100%;
		height: 2px;
		position: relative;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.navbar .navbar-toggler .navbar-toggler-icon::before,
	.navbar .navbar-toggler .navbar-toggler-icon::after {
		content: '';
		position: absolute;
		left: 0;
		height: 2px;
		width: 100%;
		background-color: #1b1a1a;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.navbar .navbar-toggler .navbar-toggler-icon::before {
		top: -10px;
	}

	.navbar .navbar-toggler .navbar-toggler-icon::after {
		top: 10px;
	}

	.navbar .navbar-collapse {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background-color: #ffffff;
		padding: 15px;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		transition: 0.3s linear;
	}

	.navbar .navbar-collapse.show {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}

	.navbar.navbar-bordered .navbar-collapse {
		top: calc(100% + 1px);
	}

	/* Navabar
	.navbar {
		
	}/* Mega Menu Content */

	.navbar .navbar-nav>li {
		margin-right: 0;
	}

	.navbar .navbar-nav>li>a,
	.navbar .navbar-nav>li.active>a {
		line-height: 36px;
		color: #1b1a1a;
		display: block;
	}

	.navbar .menu-item::before {
		display: none;
	}

	.navbar .has-dropdown>.dropdown-menu {
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.navbar .has-dropdown::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 700;
		content: "\f107";
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 14px;
		position: absolute;
		right: 0;
		top: 5px;
		color: #ffffff;
		background-color: #e11d07;
		width: 25px;
		height: 25px;
		-webkit-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		z-index: -1;
	}

	.navbar .has-dropdown::after:hover {
		background-color: #1b1a1a;
	}

	.navbar .has-dropdown.show::after {
		content: '\f106';
	}

	.navbar .dropdown-menu.show {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 10px;
		border-radius: 0;
	}

	.navbar .dropdown-menu li {
		line-height: 26px;
	}

	.navbar .dropdown-menu li a {
		padding-left: 20px;
		color: #1b1a1a;
		font-size: 15px;
		display: block;
		text-transform: capitalize;
	}

	.navbar .show>.dropdown-menu {
		display: block;
	}

	.navbar .dropdown-submenu.show .dropdown-menu {
		display: block;
	}

	.navbar .dropdown-submenu .dropdown-menu {
		padding-left: 20px;
	}

	.navbar li.has-dropdown.mega-dropdown>.dropdown-menu .row .menu-head {
		font-size: 14px;
		font-family: "Roboto", sans-serif;
		font-weight: 700;
		color: "Rubik", sans-serif;
		text-transform: capitalize;
		margin-bottom: 15px;
	}

	/* Header Modifers */

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.navbar-nav>li {
		margin-right: 16px;
	}
}

@media only screen and (min-width: 992px) {
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	/* 
	.navbar-nav {
	
	} */

	.navbar-nav>li.has-dropdown>ul.dropdown-menu {
		background-color: white;
		-webkit-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 0;
		right: auto;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		display: block;
		width: 245px;
		min-width: 220px;
		padding: 27px 0;
		background-color: white;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: calc(100% - 80px);
		height: 3px;
		background-color: #e11d07;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li {
		padding-right: 0;
		position: relative;
		vertical-align: top;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li {
		padding: 0px 40px;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li:last-of-type a {
		border-bottom: 0;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a {
		position: relative;
		font-family: "Roboto", sans-serif;
		line-height: 36px;
		color: #9b9b9b;
		padding: 0;
		display: block;
		font-size: 14px;
		font-weight: 400;
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
		text-transform: capitalize;
		border-bottom: 1px solid #eaeaea;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover {
		background-color: transparent;
		color: #e11d07;
		padding-left: 22px;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active::before,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus::before,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover::before {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a::before {
		font-family: "icomoon";
		content: "\e901";
		font-weight: 700;
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
		font-size: 11px;
		position: absolute;
		left: 0px;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-8px);
		-ms-transform: translateX(-8px);
		transform: translateX(-8px);
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li.current>a {
		color: #e11d07;
	}

	.navbar-nav>li.has-dropdown:hover>ul.dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		z-index: 100;
		display: block;
	}

	.navbar-nav li ul.dropdown-menu.left {
		left: -650px !important;
		margin-left: 0 !important;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu {
		background-color: #ffffff;
		padding: 0;
		width: 510px;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row {
		background-color: #ffffff;
		margin-right: 0;
		margin-left: 0;
		padding: 35px 23px;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row .menu-head {
		font-size: 14px;
		font-family: "Rubik", sans-serif;
		font-weight: 700;
		color: "Rubik", sans-serif;
		text-transform: capitalize;
		margin-bottom: 15px;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul {
		margin: 0;
		padding: 0;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li {
		line-height: 2.5;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li.title {
		color: #1b1a1a;
		font-size: 13px;
		font-weight: 600;
		text-transform: capitalize;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a {
		margin: 0;
	}

	.navbar-nav.ml-auto.mr-auto li.has-dropdown.mega-dropdown {
		position: absolute;
	}

	.navbar-nav.ml-auto:not(.mr-auto) li.has-dropdown.mega-dropdown {
		position: relative;
	}

	/* Menu Level #2 */
	li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu {
		background-color: #ffffff;
		padding: 15px 0 10px;
		-webkit-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;
		opacity: 0;
		-webkit-transform: translateX(10%);
		-ms-transform: translateX(10%);
		transform: translateX(10%);
		visibility: hidden;
		display: block;
		position: absolute;
		left: 100%;
		right: auto;
		top: 0;
		margin: -1px 0 0;
		z-index: 1001;
	}

	li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu:hover>ul.dropdown-menu {
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		z-index: 1001;
		margin-top: -1px;
		margin-left: 0;
		-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
		box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
	}

	li.dropdown-submenu.pull-left>ul.dropdown-menu {
		left: auto;
		right: 0;
		margin-right: 0;
	}

	/* Menu Level #3 */
	li.dropdown-submenu>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu {
		background-color: #1b1a1a;
		float: none;
		position: absolute;
		border-radius: 0;
		left: 100%;
		right: auto;
		top: 0;
		margin: -1px 0 0;
		z-index: 1;
		border: 1px solid #eaeaea;
		padding: 13px 0;
	}

	li.dropdown-submenu>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu.left {
		left: -185px !important;
	}
}

/*------------------------------------*\
		#MODULE
\*------------------------------------*/

.module {
	display: inline-block;
	position: relative;
}

/* Module Fullscreen */

/* Module SideArea*/

/* Module Search */

/* Module Cart */

/* Module Contact */

/* Module Language */

/* Module Social */
.module-social {
	line-height: 100px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
	.module-social {
		border-bottom: 0;
	}
}

.module-social:last-child {
	margin-right: 0;
}

.module-social a {
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	width: 35px;
	height: 35px;
	background-color: #e11d07;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.module-social a:hover {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

/* Navbar For header Top Bar */

/* Header Fixed */

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
	.module {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 6px 0;
	}

	.module-social a {
		color: #ffffff;
		line-height: 36px;
	}
}

/* Large Devices, Wide Screens */

/*------------------------------------*\
		#TopBar
\*------------------------------------*/
/* Top-Contact */

/*------------------------------------*\
		#PAGE-TTILE
\*------------------------------------*/
.page-title {
	padding: 0;
}

.page-title .title {
	padding: 288px 0 193px 0;
	text-align: center;
}

@media screen and (max-width: 991.98px) {
	.page-title .title {
		padding: 188px 0 93px;
	}
}

.page-title .title .title-heading {
	margin-bottom: 35px;
}

.page-title .title .title-heading h1 {
	font-family: "Rubik", sans-serif;
	color: #ffffff;
	font-size: 63px;
	font-weight: 500;
	line-height: 70px;
	margin-bottom: 0;
	text-transform: capitalize;
}

@media screen and (max-width: 767.98px) {
	.page-title .title .title-heading h1 {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.page-title .title .title-heading h1 {
		font-size: 55px;
	}
}

.page-title .title .breadcrumb {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1px;
	background: transparent;
	color: #f9f9f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-title .title .breadcrumb a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1px;
	background: transparent;
	color: #f9f9f9;
}

.page-title .title .breadcrumb a:hover {
	color: #e11d07;
}

.page-title .title .breadcrumb .active {
	color: #f9f9f9;
}

.page-title .title .breadcrumb .breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}

.page-title .title .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 11px;
	padding: 0 10px;
	color: #f9f9f9;
	content: "\f054";
}

.page-title.page-title-4 .title {
	padding: 250px 0 153px 0;
}

.page-title.page-title-4 .title .title-heading {
	margin-bottom: 24px;
}

.page-title.page-title-4 .title .title-heading h1 {
	font-size: 43px;
	line-height: 55px;
}

@media screen and (max-width: 767.98px) {
	.page-title.page-title-4 .title .title-heading h1 {
		font-size: 32px;
		line-height: 1.2;
	}
}

/*------------------------------------*\
		#Carousel
\*------------------------------------*/
.owl-nav.disabled {
	display: none;
}

.carousel.owl-carousel .owl-item img {
	width: inherit;
}

.carousel.owl-carousel.carousel-dots .owl-dots.disabled {
	display: block;
}

.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.carousel-dots .owl-dots {
	text-align: center;
	line-height: 1;
	margin-top: 40px;
}

.carousel-dots .owl-dots .owl-dot span {
	height: 6px;
	width: 20px;
	border-radius: 5px;
	background-color: #464a48;
	margin: 0 13px 0 0;
	display: inline-block;
	cursor: pointer;
}

.carousel-dots .owl-dots .owl-dot.active span {
	background-color: #e11d08;
}

.carousel-dots.carousel-white .owl-dots .owl-dot span {
	border-color: rgba(255, 255, 255, 0.5);
}

.carousel-dots.carousel-white .owl-dots .owl-dot.active span {
	background-color: #ffffff;
	border-color: #ffffff;
}

.carousel-dots.carousel-theme .owl-dots .owl-dot.active span {
	background-color: #e11d07;
	border-color: #e11d07;
}

.carousel-navs .owl-nav span {
	font-size: 0;
}

.carousel-navs .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	height: auto;
	width: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	opacity: 0.5;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	cursor: pointer;
}

.carousel-navs .owl-nav [class*="owl-"]:hover {
	opacity: 1;
}

.carousel-navs .owl-nav .owl-next,
.carousel-navs .owl-nav .owl-prev {
	background-repeat: no-repeat;
	width: 20px;
	height: 50px;
}

.carousel-navs .owl-nav .owl-prev {
	left: 50px;
}

.carousel-navs .owl-nav .owl-next {
	right: 50px;
}

.carousel-navs .owl-dots {
	position: absolute;
	bottom: 90px;
	width: 100%;
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.slider-navs .owl-nav .owl-next:before,
	.slider-navs .owl-nav .owl-prev:before {
		font-size: 30px;
	}
}

/*------------------------------------*\
		#Heading
\*------------------------------------*/
.heading {
	margin-bottom: 48px;
}

@media screen and (max-width: 991.98px) {
	.heading {
		text-align: center;
	}
}

.heading .heading-subtitle {
	font-family: "Roboto", sans-serif;
	text-transform: capitalize;
	color: #c4292c;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
	.heading .heading-subtitle {
		line-height: 2;
	}
}

.heading .heading-title {
	font-family: "Rubik", sans-serif;
	text-transform: capitalize;
	font-size: 34px;
	line-height: 48px;
	margin-bottom: 0;
	font-weight: 500;
	color: #1b1a1a;
}

@media screen and (max-width: 767.98px) {
	.heading .heading-title {
		font-size: 24px;
		line-height: 1.5;
	}
}

.heading .heading-desc {
	font-family: "Roboto", sans-serif;
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
}

.heading.heading-light .heading-subtitle {
	color: #f9f9f9;
}

.heading.heading-light .heading-title {
	color: #ffffff;
}

.heading.heading-light .heading-desc {
	color: #f9f9f9;
}

.heading.heading-3 {
	margin-bottom: 38px;
}

@media screen and (max-width: 991.98px) {
	.heading.heading-3 {
		margin-top: 0;
	}
}

.heading.heading-3 .heading-title {
	font-size: 43px;
	line-height: 57px;
}

@media screen and (max-width: 767.98px) {
	.heading.heading-3 .heading-title {
		font-size: 30px;
		line-height: 1.2;
	}
}

.heading.heading-4 {
	margin-bottom: 57px;
}

.heading.heading-4 .heading-desc {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	margin-bottom: 28px;
}

@media screen and (max-width: 991.98px) {
	.heading.heading-4 .heading-desc {
		margin-top: 30px;
	}
}

.heading.heading-7 {
	margin-bottom: 53px;
}

.heading.heading-7 .heading-subtitle {
	margin-bottom: 5px;
}

.heading.heading-7 .heading-title {
	margin-bottom: 20px;
}

.heading.heading-8 {
	margin-right: 55px;
}

@media screen and (max-width: 991.98px) {
	.heading.heading-8 {
		margin-right: 0;
	}
}

.heading.heading-8 .heading-subtitle {
	font-size: 14px;
	margin-bottom: 19px;
}

.heading.heading-8 .heading-title {
	font-size: 40px;
	line-height: 54px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767.98px) {
	.heading.heading-8 .heading-title {
		font-size: 32px;
		line-height: 1.2;
	}
}

.heading.heading-8 .heading-desc {
	font-size: 17px;
	line-height: 27px;
	font-weight: 500;
}

@media screen and (max-width: 991.98px) {
	.heading.heading-8 .heading-desc:last-child {
		margin-bottom: 40px;
	}
}

/*------------------------------------*\
		#slider
\*------------------------------------*/
.slider {
	padding-top: 0;
	padding-bottom: 0;
}

.slider .slide {
	padding-top: 0;
	height: 90vh;
}

@media screen and (max-width: 991.98px) {
	.slider .slide {
		height: 700px;
	}
}

.slider .slide .slide-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 991.98px) {
	.slider .slide .slide-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.slider .slide .slide-content .slide-subheadline {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: capitalize;
}

@media screen and (max-width: 991.98px) {
	.slider .slide .slide-content .slide-subheadline {
		text-align: center;
		line-height: 1.5;
	}
}

.slider .slide .slide-content .slide-headline {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 75px;
	line-height: 80px;
	color: #ffffff;
	margin-bottom: 25px;
	text-transform: capitalize;
}

@media screen and (max-width: 767.98px) {
	.slider .slide .slide-content .slide-headline {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 991.98px) {
	.slider .slide .slide-content .slide-headline {
		text-align: center;
	}
}

.slider .slide .slide-content .slide-desc {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 26px;
	color: #f9f9f9;
	margin-bottom: 32px;
}

@media screen and (max-width: 991.98px) {
	.slider .slide .slide-content .slide-desc {
		text-align: center;
	}
}

@media screen and (max-width: 991.98px) {
	.slider .slide .slide-content .slide-buttons {
		text-align: center;
	}
}

.slider .slide .slide-content .slide-buttons .btn {
	margin-right: 30px;
}

.slider .slide .slide-content .slide-buttons .btn:last-child {
	margin-right: 0;
}

@media (max-width: 400px) {
	.slider .slide .slide-content .slide-buttons .btn {
		margin-right: 10px;
	}
}

@media screen and (max-width: 767.98px) {
	.slider .slide .slide-content .slide-buttons .btn {
		margin-bottom: 30px;
	}
}

/*------------------------------------*\
		#Blog
\*------------------------------------*/
@media screen and (min-width: 992px) {
	.blog {
		padding: 127px 0 70px;
	}
}

.blog-entry {
	margin-bottom: 40px;
	position: relative;
}

.blog-entry:hover .entry-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-entry:hover .entry-more a {
	color: #e11d07;
	padding-left: 22px;
}

.blog-entry:hover .entry-more a::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	color: #e11d07;
}

.blog-entry .entry-img {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.blog-entry .entry-img img {
	-webkit-transition: 300ms all linear;
	-o-transition: 300ms all linear;
	transition: 300ms all linear;
	max-width: 100%;
	aspect-ratio: 3/2;
	width: 100%;
	object-fit: cover;
}

.blog-entry .entry-content {
	position: relative;
	padding: 20px;
}

.blog-entry .entry-category {
	color: #e11d07;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	text-transform: capitalize;
	margin-bottom: 4px;
}

.blog-entry .entry-category a {
	position: relative;
}

.blog-entry .entry-category a::before {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #e11d07;
	position: absolute;
	bottom: -2px;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.blog-entry .entry-category a::after {
	content: ", ";
	position: relative;
}

.blog-entry .entry-category a:last-of-type::after {
	content: "";
}

.blog-entry .entry-category a:hover {
	color: #e11d07;
}

.blog-entry .entry-category a:hover::before {
	opacity: 1;
}

.blog-entry .entry-title {
	margin-bottom: 4px;
}

.blog-entry .entry-title h3 {
	color: #1b1a1a;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 0;
}

.blog-entry .entry-title a {
	color: #1b1a1a;
}

.blog-entry .entry-title a:hover {
	color: #e11d07;
}

.blog-entry .entry-bio p {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 2px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-entry .entry-date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #d31617;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
	margin-bottom: 15px;
}

.blog-entry .entry-date span::after {
	content: ", ";
	position: relative;
}

.blog-entry .entry-date span:last-of-type::after {
	content: "";
}

.blog-entry .entry-more a {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 49px;
	color: #1b1a1a;
	position: relative;
	padding-left: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.blog-entry .entry-more a::before {
	content: "\e901";
	font-size: 11px;
	font-family: "icomoon";
	font-weight: 700;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px);
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #1b1a1a;
}

/* Blog Standard */
.blog-standard .entry-img {
	margin-bottom: 17px;
}

.blog-standard .blog-entry {
	margin-bottom: 43px;
}

.blog-standard .blog-entry:last-of-type {
	margin-bottom: 50px;
}

.blog-standard .entry-content {
	padding: 14px 25px 0 0;
}

.blog-standard .entry-meta-container {
	padding-left: 0;
}

.blog-standard .entry-meta {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	color: #616161;
}

.blog-standard .entry-title {
	margin-top: 6px;
	margin-bottom: 0px;
}

.blog-standard .entry-bio {
	margin-bottom: 18px;
}

.blog-standard .entry-bio p {
	font-family: "Roboto", sans-serif;
	color: "Rubik", sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 16px;
}

/* Blog Single */
@media screen and (min-width: 992px) {
	.blog-single {
		padding-top: 128px;
		padding-bottom: 110px;
	}
}

.blog-single .blog-entry:last-of-type {
	margin-bottom: 0px;
}

.blog-single .blog-entry:hover .entry-img {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.blog-single .blog-entry .entry-meta-container {
	margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
	.blog-single .blog-entry .entry-meta-container {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}

.blog-single .blog-entry .entry-meta-container .entry-category {
	margin-bottom: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 25px;
}

.blog-single .blog-entry .entry-meta-container .entry-date {
	margin-bottom: 0;
}

.blog-single .entry-container {
	padding-top: 19px;
	border-bottom: 2px solid #eaeaea;
}

.blog-single .entry-container .entry-tags {
	margin-bottom: 20px;
}

.blog-single .entry-container .entry-tags span {
	color: #222;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	display: inline-block;
	margin-right: 10px;
}

.blog-single .entry-container .entry-tags a {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #e11d07;
	text-transform: capitalize;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.blog-single .entry-container .entry-tags a:hover {
	color: #1b1a1a;
}

.blog-single .entry-container .entry-tags a::after {
	content: ',';
	margin-right: 4px;
}

.blog-single .entry-container .entry-tags a:last-of-type:after {
	content: none;
}

.blog-single .entry-bio p {
	margin-bottom: 25px;
}

.blog-single .entry-img {
	margin-top: 10px;
	margin-bottom: 33px;
}

.blog-single .entry-content {
	padding-bottom: 0;
	border-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.blog-entry {
		max-width: 370px;
		margin: 0 auto 30px;
	}

	.blog-entry .entry-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.blog-standard .blog-entry:hover .entry-img {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.blog-standard .entry-meta-container {
		padding-left: 0;
	}

	.blog-standard .entry-meta,
	.blog-standard .entry-date {
		margin-right: 7px;
		margin-bottom: 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-entry .entry-content {
		padding-left: 0;
		padding-right: 0;
	}

	.blog-standard .entry-meta-container {
		padding-left: 0;
	}
}

/*------------------------------------*\
		#work
\*------------------------------------*/
.work {
	padding-top: 95px;
}

/* work Item */
.work-item {
	margin-bottom: 40px;
}

.work-item .work-item-container {
	overflow: hidden;
}

.work-item .work-img {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.work-item .work-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3), transparent);
	z-index: 1;
}

.work-item .work-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.work-item .work-img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.work-item .work-img img {
	max-width: 100%;
	height: auto;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	aspect-ratio: 1/1;
	width: 100%;
	object-fit: cover;
}

/* work-single */

/* Work Gallery */
.work-gallery {
	padding: 90px 0px;
}

.work-gallery .btn {
	margin-top: 20px;
}

.work-gallery .work-item {
	margin-bottom: 30px;
}

.work-gallery .work-item .work-item-container {
	position: relative;
}

.work-gallery .work-item .work-item-container:hover .work-hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.work-gallery .work-item .work-item-container .work-img:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.work-gallery .work-item .work-item-container .work-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(225, 29, 7, 0.85);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.work-gallery .work-item .work-item-container .work-hover .work-zoom {
	width: 20px;
	height: 20px;
	position: relative;
}

.work-gallery .work-item .work-item-container .work-hover .work-zoom::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 2px;
	width: 100%;
	background-color: #ffffff;
}

.work-gallery .work-item .work-item-container .work-hover .work-zoom::after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	background-color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

	.work-gallery .work-item-container {
		max-width: 530px;
		margin-right: auto;
		margin-left: auto;
	}
}

/* Small Devices, Tablets */

/*------------------------------------*\
		#Case Studies
\*------------------------------------*/

.case-item {
	margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
	.case-item .case-item-warp {
		max-width: 370px;
		margin-right: auto;
		margin-left: auto;
	}
}

.case-item .case-img {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 1/1;
}

.case-item .case-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3), transparent);
	z-index: 1;
}

.case-item .case-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.case-item .case-img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.case-item .case-img img {
	max-width: 100%;
	height: 100%;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
	object-fit: cover;
}

.case-item .case-content {
	padding: 20px 0px 0px 0;
	text-align: center;
	background-color: #ffffff;
}

@media screen and (min-width: 992px) {
	.case-item .case-content {
		text-align: left;
	}
}

.case-item .case-content .case-title h4 {
	font-family: "Rubik", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 3px;
	text-transform: capitalize;
}

.case-item .case-content .case-title h4 a {
	color: #1b1a1a;
}

.case-item .case-content .case-title h4 a:hover:hover {
	color: #e11d07;
}

.case-item .case-content .case-cat a {
	color: #e11d07;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	text-transform: capitalize;
}

.case-item .case-content .case-cat a::before {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #e11d07;
	position: absolute;
	bottom: -2px;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.case-item .case-content .case-cat a:hover {
	color: #e11d07;
}

.case-item .case-content .case-cat a:hover::before {
	opacity: 1;
}

.case-item .case-content .case-cat a::after {
	content: ",";
	margin-right: 5px;
}

.case-item .case-content .case-cat a:last-of-type::after {
	content: none;
}

/* Cases Grid */
.cases-grid {
	padding: 90px 0 100px;
}

/* Work Projects */

/*------------------------------------*\
	#Widgets
\*------------------------------------*/
/* Widget */
.widget {
	background-color: #f4f4f4;
	padding: 33px 40px 40px;
	margin-bottom: 40px;
	border-radius: 4px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.widget {
		padding: 30px;
	}
}

.widget::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	width: calc(100% - 80px);
	background-color: #e11d07;
}

.widget .widget-title {
	text-align: center;
	margin-bottom: 22px;
}

@media screen and (min-width: 992px) {
	.widget .widget-title {
		text-align: left;
	}
}

.widget .widget-title h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	color: #1b1a1a;
	text-transform: capitalize;
	margin-bottom: 0;
	position: relative;
}

/* Category Widget */

/* Tags Widget */
.widget-tags .widget-title {
	margin-bottom: 22px;
}

.widget-tags .widget-content {
	text-align: center;
}

@media screen and (min-width: 992px) {
	.widget-tags .widget-content {
		text-align: left;
	}
}

.widget-tags .widget-content a {
	font-family: "Rubik", sans-serif;
	display: inline-block;
	background-color: transparent;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	color: #e11d07;
	margin-right: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
	padding: 0px 12px;
	border: 1px solid #e11d07;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.widget-tags .widget-content a:hover {
	color: #ffffff;
	background-color: #e11d07;
}

/* Recent Posts */
.widget-recent-posts .widget-title {
	margin-bottom: 12px;
}

.widget-recent-posts .entry .entry-img {
	max-width: 100%;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 12px;
}

.widget-recent-posts .entry .entry-img img {
	width: 100%;
	height: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.widget-recent-posts .entry .entry-desc {
	position: relative;
}

.widget-recent-posts .entry .entry-desc .entry-meta a {
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	color: #e11d07;
	text-transform: capitalize;
}

.widget-recent-posts .entry .entry-desc .entry-meta a:last-of-type::after {
	content: none;
}

.widget-recent-posts .entry .entry-desc .entry-meta a:hover {
	color: #1b1a1a;
}

.widget-recent-posts .entry .entry-desc .entry-meta a::after {
	content: ',';
	margin-right: 4px;
}

.widget-recent-posts .entry .entry-desc .entry-title a {
	font-family: "Rubik", sans-serif;
	color: #1b1a1a;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	text-transform: capitalize;
}

.widget-recent-posts .entry .entry-desc .entry-title a:hover {
	color: #e11d07;
}

/* Search Widget */

/* Reservation Widget */

/* Widget Download */

/* blog sidebar */

.sidebar-blog .widget-recent-posts {
	margin-bottom: 57px;
}

.sidebar-blog .widget-recent-posts .entry {
	margin-bottom: 30px;
}

.sidebar-blog .widget-recent-posts .entry:last-of-type {
	margin-bottom: 0;
}

.sidebar-blog .widget-recent-posts .entry-title a {
	font-weight: 700;
}

/* Widget Instagram */

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.sidebar {
		margin-top: 40px;
	}

	.widget {
		margin-bottom: 30px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sidebar {
		margin-top: 40px;
	}
}

/*------------------------------------*\
		#About
\*------------------------------------*/
.about .about-img {
	position: relative;
	border-radius: 3px;
	height: 510px;
}

@media screen and (max-width: 767px) {
	.about .about-img {
		height: 400px;
		margin-bottom: 30px;
	}
}

.about .about-img .about-img-warp {
	position: absolute;
	right: 0;
	max-width: 400px;
	border-radius: 3px;
	height: 510px;
}

@media screen and (max-width: 767px) {
	.about .about-img .about-img-warp {
		height: 400px;
	}
}

.about .about-img .about-img-warp:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0)), color-stop(0%, rgba(27, 26, 26, 0)), color-stop(91%, #1b1a1a));
	background-image: -o-linear-gradient(top, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 91%);
	background-image: linear-gradient(180deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 91%);
	opacity: .6;
}

.about .about-img.about-img-left .about-img-warp {
	right: auto;
	left: 0;
}

@media screen and (max-width: 991.98px) {
	.about .about-block .block-left {
		text-align: left;
		margin-bottom: 30px;
	}
}

.about .about-block .block-left p {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #1b1b1b;
	margin-bottom: 25px;
}

.about .detail {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}

@media screen and (max-width: 991.98px) {
	.about .detail {
		text-align: left;
	}
}

.about .detail:last-child {
	margin-bottom: 0;
}

.about .detail::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #e11d07;
	border-radius: 2px;
}

.about .detail h6 {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 29px;
	color: #222222;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.about .detail p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.about.about-2 {
		padding-top: 90px;
	}
}

/*------------------------------------*\
		#Awards
\*------------------------------------*/

/*------------------------------------*\
		#Careers
\*------------------------------------*/

/*------------------------------------*\
		#Features
\*------------------------------------*/
.features {
	padding-bottom: 80px;
	position: relative;
}

.features .more-features {
	text-align: center;
}


.features .more-features a {
	position: relative;
	color: #e11d07;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-transform: capitalize;
	padding-bottom: 6px;
}

.features .more-features a:hover::before {
	opacity: 0;
	visibility: hidden;
}

.features .more-features a::after {
	content: '\e901';
	font-family: 'icomoon';
	font-size: 12px;
	margin-left: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.features .more-features a::before {
	content: '';
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e11d07;
}

/*------------------------------------*\
		#Fancy Box
\*------------------------------------*/

/* Small Devices, Tablets */

/* Custom, iPhone Retina */

/* Custom, iPhone Retina */

/* Custom, iPhone Retina */
/*------------------------------------*\
		#Team
\*------------------------------------*/
.team {
	padding-top: 130px;
	padding-bottom: 60px;
}

.team .member {
	-webkit-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	margin-bottom: 67px;
}

.team .member:hover .member-img .member-social {
	-webkit-transform: translateX(-50%) scaleY(1);
	-ms-transform: translateX(-50%) scaleY(1);
	transform: translateX(-50%) scaleY(1);
}

.team .member .member-img {
	position: relative;
}

.team .member .member-img img {
	border-radius: 4px;
	max-width: 100%;
	height: 350px;
	object-fit: cover;
	width: 100%;
}

.team .member .member-img .member-social {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%) scaleY(0);
	-ms-transform: translateX(-50%) scaleY(0);
	transform: translateX(-50%) scaleY(0);
	width: calc(100% - 60px);
	height: 50px;
	background-color: #e11d07;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.team .member .member-img .member-social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 0 15px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.team .member .member-img .member-social a:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.team .member .member-info {
	text-align: center;
	padding-top: 33px;
}

.team .member .member-info h3 {
	display: inline-block;
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #1b1a1a;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



.team .member .member-info p {
	font-family: "Roboto", sans-serif;
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 0;
}

/*------------------------------------*\
		#Contacts
\*------------------------------------*/

/*------------------------------------*\
		#Request Quote
\*------------------------------------*/

.form-section .form-heading {
	border-bottom: 2px solid #eaeaea;
	margin-bottom: 30px;
}

.form-section .form-heading h5 {
	display: inline-block;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #1b1a1a;
	text-transform: capitalize;
	margin-bottom: 0;
	position: relative;
	padding-bottom: 15px;
}

.form-heading h5::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #e11d07;
	height: 2px;
	width: 100%;
}

/* Custom, iPhone Retina */

/* Tablets  */

/*------------------------------------*\
		#Client
\*------------------------------------*/

/* Client #1 */

/* Client #2 */

/* Cases Clients */

/*------------------------------------*\
		#Testimonial
\*------------------------------------*/

/*------------------------------------*\
		#Video
\*------------------------------------*/
.video {
	position: relative;
	border-radius: 4px;
}

@media screen and (min-width: 992px) {
	.video {
		height: 528px;
	}
}

@media screen and (max-width: 991.98px) {
	.video {
		height: 400px;
	}
}

.video .player {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 600;
}

.video .player a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #e11d07;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	cursor: pointer;
}

.video .player a::before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 3px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-animation: pulse 1s cubic-bezier(0, 0.51, 0.45, 1.49) 0s infinite;
	animation: pulse 1s cubic-bezier(0, 0.51, 0.45, 1.49) 0s infinite;
}

.video .player a i {
	z-index: 5;
	color: #e11d07;
	font-size: 15px;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.video.video-1 {
	height: 710px;
	overflow: visible;
}

@media screen and (max-width: 991.98px) {
	.video.video-1 {
		height: 500px;
	}
}

@media screen and (min-width: 992px) {
	.video.video-1 .player {
		left: 0px;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0;
	}
}

/* Custom, iPhone Retina */
/*------------------------------------*\
		#Counters
\*------------------------------------*/

/*------------------------------------*\
		#Call To Action
\*------------------------------------*/
.cta {
	overflow: visible;
	padding-top: 147px;
	padding-bottom: 0;
}

.cta .icon-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 47px;
}

@media screen and (max-width: 991.98px) {
	.cta .icon-set {
		margin-bottom: 30px;
	}
}

.cta .icon-set .icon-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 992px) {
	.cta .icon-set .icon-panel {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 50px;
	}
}

.cta .icon-set .icon-panel .icon {
	margin-bottom: 20px;
}

.cta .icon-set .icon-panel .icon::before {
	color: #ffffff;
	font-size: 70px;
	margin-left: 0;
}

.cta .icon-set .icon-panel span {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
	text-transform: capitalize;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.cta .icon-set .icon-panel span {
		text-align: left;
	}
}

.cta .icon-set.icon-set2 {
	margin-top: 44px;
	margin-bottom: 37px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width: 991.98px) {
	.cta .icon-set.icon-set2 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 40px;
	}
}

.cta .icon-set.icon-set2 .icon-panel {
	max-width: 130px;
	margin-right: 65px;
}

@media screen and (max-width: 991.98px) {
	.cta .icon-set.icon-set2 .icon-panel {
		margin-right: 0;
	}
}

@media screen and (min-width: 992px) {
	.cta .icon-set.icon-set2 .icon-panel {
		margin-left: 0px;
	}
}

.cta.cta-5 {
	padding-top: 110px;
	padding-bottom: 110px;
	background-attachment: fixed;
	background-size: cover;
	z-index: -1;
	position: relative;
	background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
	.cta.cta-5 {
		padding-left: 130px;
		margin-bottom: 130px !important;
	}
}

@media screen and (max-width: 991.98px) {
	.cta.cta-5 {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media screen and (max-width: 767.98px) {
	.cta.cta-5 {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*------------------------------------*\
		#404
\*------------------------------------*/

/*--------------------------------
		#services
---------------------------------*/
@media screen and (min-width: 992px) {
	.services {
		padding-top: 130px;
		padding-bottom: 60px;
	}
}

.services .service-panel {
	margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
	.services .service-panel {
		max-width: 370px;
		margin-right: auto;
		margin-left: auto;
	}
}

.services .service-panel:hover .service-panel-container .service-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.services .service-panel .service-panel-container {
	overflow: hidden;
}

.services .service-panel .service-panel-container .service-img {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin: 0 auto;
	max-width: 100%;
}

.services .service-panel .service-panel-container .service-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3), transparent);
	z-index: 1;
}

.services .service-panel .service-panel-container .service-img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.services .service-panel .service-panel-container .service-img img {
	max-width: 100%;
	height: auto;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}

.services .service-panel .service-panel-container .service-content {
	padding: 20px;
}

@media screen and (max-width: 991px) {
	.services .service-panel .service-panel-container .service-content {
		padding: 20px;
	}
}

@media screen and (min-width: 992px) {
	.services .service-panel .service-panel-container .service-content {
		text-align: left;
	}
}

.services .service-panel .service-panel-container .service-content .service-title h3 {
	font-family: "Rubik", sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 29px;
	margin-bottom: 13px;
	text-transform: capitalize;
}

.services .service-panel .service-panel-container .service-content .service-title h3 a {
	color: #1b1a1a;
}

.services .service-panel .service-panel-container .service-content .service-title h3 a:hover:hover {
	color: #e11d07;
}

.services .service-panel .service-panel-container .service-content .service-desc {
	margin-bottom: 27px;
}

.services .service-panel .service-panel-container .service-content .service-desc p {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.services .service-panel .service-panel-container .service-content .service-more a {
	font-size: 14px;
	font-weight: 700;
	background-color: #1b1a1a;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	text-transform: capitalize;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 130px;
	height: 40px;
	line-height: 40px;
}

.services .service-panel .service-panel-container .service-content .service-more a:hover {
	background-color: #e11d07;
}

.services .service-panel .service-panel-container .service-content .service-more a i {
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	margin-right: 10px;
}

.services-bar {
	margin: 0;
	padding: 0;
	overflow: visible;
	z-index: 9999;
	position: relative;
}

.services-bar .row {
	-webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
	box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
	-webkit-transform: translateY(-62px);
	-ms-transform: translateY(-62px);
	transform: translateY(-62px);
	border-radius: 3px;
	overflow: hidden;
}

.services-bar .services-bar-card {
	height: 125px;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: #ffffff;
	border-right: 3px solid #eaeaea;
}

@media screen and (max-width: 991.98px) {
	.services-bar .services-bar-card {
		border-bottom: 3px solid #eaeaea;
	}
}

@media screen and (max-width: 767.98px) {
	.services-bar .services-bar-card {
		border-right: 0;
	}
}

.services-bar .services-bar-card:hover,
.services-bar .services-bar-card.active {
	background-color: #c4292c;
	border-color: #c4292c;
}

.services-bar .services-bar-card:hover .thumb-icon,
.services-bar .services-bar-card.active .thumb-icon {
	color: #ffffff;
}

.services-bar .services-bar-card:hover .thumb-body p,
.services-bar .services-bar-card.active .thumb-body p {
	color: #ffffff;
}

.services-bar .services-bar-card:hover .thumb-body h3,
.services-bar .services-bar-card.active .thumb-body h3 {
	color: #ffffff;
}

.services-bar .services-bar-card:hover .thumb-body h3 a,
.services-bar .services-bar-card.active .thumb-body h3 a {
	color: #ffffff;
}

.services-bar .services-bar-card:last-child {
	border-right: 0;
}

.services-bar .services-bar-card .thumb-icon {
	margin-right: 20px;
	color: #c4292c;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.services-bar .services-bar-card .thumb-icon::before {
	font-size: 58px;
	margin-left: 0;
}

.services-bar .services-bar-card .thumb-body p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 33px;
	color: #9b9b9b;
	text-transform: capitalize;
	margin-bottom: 0;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.services-bar .services-bar-card .thumb-body h3 {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: #1b1a1a;
	text-transform: capitalize;
	margin-bottom: 0;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.services-bar .services-bar-card .thumb-body h3 a {
	color: #1b1a1a;
}


/*------------------------------------*\
		#Footer
\*------------------------------------*/
/* Parallax Effect */
#wrapperParallax {
	position: relative;
	z-index: 1060;
	min-height: 100vh;
}

@media only screen and (max-width: 991px) {
	#wrapperParallax {
		margin-bottom: 0 !important;
	}
}

.footer {
	background-color: #161616;
	padding-top: 0;
	padding-bottom: 0;
	/* Footer Widgets */
}

.footer .footer-logo {
	max-width: 100%;
	width: 145px;
}

@media screen and (max-width: 991.98px) {
	.footer .footer-logo {
		margin: 0 auto 20px;
	}
}

.footer .footer-top {
	padding-top: 50px;
	padding-bottom: 47px;
	border-bottom: 2px solid #292929;
}

.footer .footer-center {
	padding-top: 0;
	padding-bottom: 35px;
}

@media screen and (min-width: 992px) {
	.footer .footer-center {
		padding-top: 50px;
	}
}

.footer .footer-widget {
	text-align: left;
}

@media screen and (max-width: 568px) {
	.footer .footer-widget {
		text-align: center;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.footer .footer-widget {
		padding-top: 30px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .footer-widget {
		padding-bottom: 40px;
		margin-bottom: 20px;
		padding-top: 60px;
	}
}

.footer .footer-widget .footer-widget-title h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	font-family: "Rubik", sans-serif;
	margin-bottom: 22px;
}

.footer-widget-title h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	font-family: "Rubik", sans-serif;
	margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
	.footer .footer-widget .footer-widget-title h3 {
		margin-bottom: 15px;
	}
}

.footer .footer-widget .widget-content p {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 25px;
}

.footer .footer-widget .widget-content .module-social {
	height: auto;
	line-height: normal;
}

.footer .widget-about p {
	margin-bottom: 17px;
}

.footer .widget-about .module-social {
	border-bottom: 0;
}

.footer .widget-newsletter .widget-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 992px) {
	.footer .widget-newsletter .widget-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.footer .widget-newsletter .widget-content p {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.footer .widget-newsletter .widget-content p {
		text-align: right;
		margin-right: 30px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.footer .widget-newsletter .widget-content p {
		font-size: 14px;
	}
}

.footer .widget-newsletter .widget-content form {
	overflow: hidden;
	margin-bottom: 0;
}

.footer .widget-newsletter .widget-content .form-newsletter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: visible;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media screen and (max-width: 568px) {
	.footer .widget-newsletter .widget-content .form-newsletter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer .widget-newsletter .widget-content .form-newsletter .form-control {
	background-color: transparent;
	border: 1px solid #292929;
	color: #b9b9b9;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	width: 270px;
	text-transform: capitalize;
}

@media screen and (min-width: 992px) {
	.footer .widget-newsletter .widget-content .form-newsletter .form-control {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 569px) {
	.footer .widget-newsletter .widget-content .form-newsletter .form-control {
		margin-right: 30px;
		margin-bottom: 0;
	}
}

.footer .widget-newsletter .widget-content .form-newsletter .form-control::-webkit-input-placeholder {
	color: #b9b9b9;
}

.footer .widget-newsletter .widget-content .form-newsletter .form-control::-moz-placeholder {
	color: #b9b9b9;
}

.footer .widget-newsletter .widget-content .form-newsletter .form-control:-ms-input-placeholder {
	color: #b9b9b9;
}

.footer .widget-newsletter .widget-content .form-newsletter .btn {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 3px;
}

@media screen and (max-width: 568px) {
	.footer .widget-newsletter .widget-content .form-newsletter .btn {
		width: 100%;
	}
}

.footer .widget-newsletter .widget-content .form-newsletter .btn:hover,
.footer .widget-newsletter .widget-content .form-newsletter .btn:active,
.footer .widget-newsletter .widget-content .form-newsletter .btn:focus {
	background-color: #c81a06;
	border-color: #c81a06;
}

.footer .widget-links ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.footer .widget-links ul li {
	display: block;
}

.footer .widget-links ul li a {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
	line-height: 33px;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
}

.footer .widget-links ul li a:hover {
	color: #e11d07;
}

.footer-copyright {
	padding: 33px 0 40px;
	font-size: 13px;
	font-family: "Rubik", sans-serif;
	color: #9b9b9b;
}

.footer-copyright .copyright {
	margin-bottom: 15px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.footer .widget-newsletter form {
		max-width: 400px;
	}
}

@-webkit-keyframes alertfadein {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes alertfadein {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}


.de-item {
	border: solid 0px rgba(var(--primary-color-rgb), 0);
	position: relative;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.de-item .d-overlay .d-text {
	position: absolute;
	bottom: -50px;
	padding: 30px;
	width: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	outline: none;
}

.de-item .d-overlay .d-text .btn--primary {
	margin-top: 10px;
	opacity: 0;
}

.de-item:hover .d-overlay .d-text {
	bottom: 0;
}

.de-item:hover .d-overlay .d-text .btn--primary {
	opacity: 1;
}

.de-item .d-overlay .d-text h3 {
	color: #ffffff;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
}

.de-item .d-overlay .d-label {
	position: absolute;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 12px;
	top: 20px;
	right: 20px;
	padding: 0px 12px;
	color: #ffffff;
	font-weight: 500;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: rgba(255, 255, 255, .15);
}

.de-item:hover img {
	transform: scale(1.05);
}

.de-item .d-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(0deg, rgba(var(--main-color-rgb), .6) 20%, rgba(var(--main-color-rgb), .2) 50%);
	background: -webkit-linear-gradient(0deg, rgba(var(--main-color-rgb), .6) 20%, rgba(var(--main-color-rgb), .2) 50%);
	background: linear-gradient(0deg, rgba(var(--main-color-rgb), .6) 20%, rgba(var(--main-color-rgb), .2) 50%);
}

.de-item img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


/*-----------------------
    projects
------------------------*/
.project-item {
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

.project-item .project__img {
	position: relative;
	overflow: hidden;
}

.project-item .project__img:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	display: block;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.project-item .project__img img {
	width: 100%;
	max-width: 100%;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.project-item:hover .project__img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.project-item .project__content {
	padding: 30px;
	background-color: #ffffff;
}

.project-item .project__cat {
	line-height: 1;
	margin-bottom: 11px;
}

.project-item .project__cat a {
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	color: #ff7607;
	padding-right: 7px;
}

.project-item .project__cat a:hover {
	color: #1b1a1a;
}

.project-item .project__cat a::after {
	content: ",";
	position: absolute;
	top: 2px;
	right: 2px;
}

.project-item .project__cat a:last-child:after {
	display: none;
}

.project-item .project__title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 9px;
}

.project-item .project__title a {
	color: #1b1a1a;
}

.project-item .project__title a:hover {
	color: #ff7607;
}

.project-item .project__desc {
	margin-top: 19px;
	margin-bottom: 12px;
}

.project-item .btn__link {
	line-height: 1;
	width: auto;
	height: auto;
	border: none;
}

.project-item .btn__link i {
	display: inline-block;
	opacity: 0;
	color: #ff7607;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transform: translateX(-2px);
	-moz-transform: translateX(-2px);
	-ms-transform: translateX(-2px);
	-o-transform: translateX(-2px);
	transform: translateX(-2px);
}

.project-item:hover .btn__link {
	color: #ff7607;
}

.project-item:hover .btn__link i {
	opacity: 1;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

.project-item .zoom__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	opacity: 0;
	z-index: 2;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.project-item .zoom__icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
}

.project-item .zoom__icon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 1px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
}

.project-item:hover .zoom__icon {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.projects-filter {
	display: flex;
	flex-wrap: wrap;
}

.projects-filter li {
	margin-bottom: 20px;
	margin-right: 30px;
}

.projects-filter li:last-child {
	margin-right: 0;
}

.projects-filter li a {
	position: relative;
	color: #1b1a1a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	display: block;
	padding-bottom: 4px;
}

.projects-filter li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #ff7607;
	-webkit-transition: all 0.7s linear;
	-moz-transition: all 0.7s linear;
	-ms-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear;
}

.projects-filter li a:hover,
.projects-filter li a.active {
	color: #ff7607;
}

.projects-filter li a:hover:after,
.projects-filter li a.active:after {
	width: 100%;
}

.projects-carousel .projects-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 624px;
}

.projects-carousel .project-item {
	box-shadow: none;
	overflow: hidden;
}

.projects-carousel .project-item .project__content {
	position: absolute;
	bottom: 40px;
	left: 50px;
	width: 390px;
	padding: 40px 40px 37px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.projects-carousel .project-item .project__title {
	margin-bottom: 9px;
}

.projects-carousel .project-item .project__desc {
	margin-bottom: 17px;
}

.projects-carousel .project-item .btn__link {
	color: #ff7607;
}

.projects-carousel .project-item .btn__link i {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.projects-carousel .project-item:hover .project__img img {
	transform: scale(1);
}

.projects-carousel .project-item:hover .project__content {
	opacity: 1;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.projects-carousel .project-item:hover .btn__link i {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

.projects-carousel .owl-nav .owl-prev,
.projects-carousel .owl-nav .owl-next {
	top: auto;
	bottom: 25%;
	width: auto;
	left: -70px;
	right: auto;
	color: #fff;
}

.projects-carousel .owl-nav .owl-prev:hover,
.projects-carousel .owl-nav .owl-next:hover {
	color: #ff7607;
}

.projects-carousel .owl-nav .owl-next {
	bottom: 2.5%;
	color: #333333;
}

.projects-carousel-2 .project-item {
	box-shadow: none;
	margin-bottom: 0;
}

.projects-carousel-2 .project-item .project__content {
	padding: 30px 0 0 0;
}

.projects-carousel-2.carousel-arrows .owl-nav .owl-prev {
	left: -60px;
}

.projects-carousel-2.carousel-arrows .owl-nav .owl-next {
	right: -60px;
}

.projects-carousel-3 .owl-stage-outer {
	margin: -15px;
	padding: 15px;
}

.projects-carousel-3 .project-item {
	box-shadow: 0 0 12px 0 rgba(40, 40, 40, 0.08);
}

.projects-carousel-3 .project-item .project__content {
	padding: 30px 15px 30px 30px;
}

.project-hidden>.project-item {
	display: none;
}

@media (min-width: 992px) {
	.projects-carousel .owl-carousel {
		width: 130%;
	}

	.projects-carousel-2.owl-carousel {
		width: 100%;
	}
}

.projects-single .project__single-title {
	font-size: 30px;
	font-weight: 600;
}

.projects-single .divider__line {
	margin-bottom: 21px;
}

.projects-single .project__single-desc {
	margin-bottom: 40px;
}

.projects-single .project__single-desc p {
	margin-bottom: 27px;
}

.projects-single .project__single-desc p:last-of-type {
	margin-bottom: 0;
}

.projects-slider .bg-overlay:before {
	z-index: 1;
}

.projects-slider .owl-thumbs {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.projects-slider img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.projects-slider .owl-thumbs .owl-thumb-item {
	flex: 1;
	text-align: left;
	cursor: pointer;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap span,
.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap i {
	display: block;
	color: #ffffff;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__num {
	font-size: 68px;
	line-height: 1;
	font-family: "Rubik", sans-serif;
	margin-bottom: 14px;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__title {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 13px;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__desc {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 13px;
	color: white;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-hover {
	background-color: #c4292b;
	position: absolute;
	bottom: 0;
	opacity: 0;
	width: 100%;
	padding: 37px 15px 37px 37px;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-ms-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
}

.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-content {
	background-color: rgba(15, 15, 15, 0.5);
	padding: 37px 15px 37px 37px;
}

.projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-hover {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-content {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

	.projects-carousel .owl-nav .owl-prev,
	.projects-carousel .owl-nav .owl-next {
		left: -30px;
	}

	.projects-carousel .owl-nav .owl-prev:before,
	.projects-carousel .owl-nav .owl-next:before {
		font-size: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-hover {
		display: none;
	}

	.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-content {
		padding: 15px 10px;
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-content {
		background-color: #ff7607;
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__num {
		font-size: 40px;
		margin-bottom: 5px;
	}

	.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__title {
		font-size: 13px;
		margin-bottom: 0;
	}

	.project-item .project__content,
	.projects-carousel-2 .project-item .project__content,
	.projects-carousel-3 .project-item .project__content {
		padding: 20px;
	}

	.projects-carousel .owl-nav .owl-prev,
	.projects-carousel .owl-nav .owl-next {
		left: -40px;
	}

	.projects-filter li {
		margin-right: 23px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.projects-filter li {
		margin-right: 20px;
	}

	.projects-grid .container {
		max-width: none;
	}

	.projects-carousel .owl-nav .owl-prev,
	.projects-carousel .owl-nav .owl-next {
		left: -40px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.projects-slider .owl-thumbs .owl-thumb-item {
		border-right: none;
	}

	.projects-slider .slide-item img {
		min-height: 250px;
	}

	.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-hover {
		display: none;
	}

	.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-content {
		padding: 10px;
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-content {
		background-color: #ff7607;
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__num {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__title {
		display: none;
	}

	.projects-carousel .projects-bg {
		height: 580px;
	}

	.projects-carousel-3 .project-item .project__content,
	.project-item .project__content {
		padding: 20px;
	}

	.project-item .project__desc {
		margin-top: 5px;
	}

	.projects-single .project__title {
		font-size: 24px;
	}

	.projects-gallery .container {
		max-width: none;
	}

	.projects__nav {
		display: block;
	}

	.projects__nav .projects__nav-content h6 {
		font-size: 14px;
		line-height: 24px;
	}

	.projects-carousel .project-item .project__content {
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: calc(100% - 20px);
		padding: 15px;
		opacity: 1;
	}

	.projects-carousel .owl-nav .owl-prev,
	.projects-carousel .owl-nav .owl-next {
		position: static;
		color: #333333;
		margin: 15px 15px 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
	.projects-filter li {
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.projects-filter li a {
		font-size: 13px;
	}

	.project-item .project__title {
		font-size: 18px;
		line-height: 25px;
	}

	.projects-carousel-2.carousel-arrows .owl-nav .owl-next {
		right: 20px;
		color: #f9f9f9;
	}

	.projects-carousel-2.carousel-arrows .owl-nav .owl-prev {
		left: 20px;
		color: #f9f9f9;
	}
}

.projects-slider {
	position: relative;
}

.projects-slider .slide-item img {
	height: 100%;
	object-fit: cover;
	width: 100%;

}

.bg-fixed {
	background-attachment: fixed;
	background-size: cover;
	z-index: -1;
	background-repeat: no-repeat;
}

.shadow {
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.features_one:hover {
	box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.features_one {
	transition: all 0.5s ease;
}

.entry-date i {
	margin-right: 5px;
}

/* ============================================================== 
     # Why Chose Us 
=================================================================== */

.why-us-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.why-us-area::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 300px;
	background: url(../images/setting/3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: -1;
}

.why-us-area .info .content {
	position: relative;
	z-index: 1;
}

.why-us-area .info .content::after {
	position: absolute;
	left: 0;
	top: -70px;
	content: "";
	height: 150px;
	width: 150px;
	background: #000000;
	z-index: -1;
	opacity: 0.03;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transform: rotate(45deg);
}

.why-us-area .fixed-thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.why-us-area .info {
	z-index: 1;
	padding-left: 35px;
}

.why-us-area .info li {
	display: block;
	margin-bottom: 25px;
	padding-left: 30px;
	position: relative;
	z-index: 1;
}

.why-us-area .info li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f058";
	color: #c4292b;
	font-size: 16px;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
}

.why-us-area .info li h3 {
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 20px;
}

.why-us-area .info li:last-child {
	margin: 0;
}

.why-us-area .info li p {
	margin: 0;
}

.why-us-area .left-info .content {
	background: #f7f7f7;
	padding: 60px 30px;
}

.why-us-area .left-info .content h4 {
	font-size: 16px;
}

.why-us-area .left-info .content h2 {
	font-weight: 600;
}

.why-us-area .left-info .content a {
	margin-top: 30px;
}

.default-padding {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}

.about-one {
	position: relative;
	display: block;
	padding: 100px 0px;
}

.about-one__left {
	position: relative;
	display: block;
	margin-right: 70px;
}

.about-one__img-box {
	position: relative;
	display: block;
}

.about-one__img-box:before {
	position: absolute;
	top: 0;
	left: -50px;
	width: 30px;
	height: 200px;
	background-color: #c5292c;
	content: "";
}

.about-one__img-box:after {
	position: absolute;
	top: 220px;
	left: -50px;
	width: 30px;
	height: 200px;
	background-color: #c5292c;
	content: "";

}

.about-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 500px;
	height: 627px;
}

.about-one__img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 1;
}

.about-one__img:hover:before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

.about-one__img>img {
	width: 100%;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-one__small-img {
	position: absolute;
	bottom: -90px;
	left: -120px;
	z-index: 2;
	width: 350px;
	height: 277px;
}

.about-one__small-img>img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.about-one__right {
	position: relative;
	display: block;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.main-section {
	position: relative;
	padding: 100px 0px 0px 0px;
}

.main-section .content-column {
	position: relative;
	margin-bottom: 50px;
}

.main-section .content-column .inner-column {
	position: relative;
	padding-right: 30px;
}

.main-section .row:nth-child(even) .content-column .inner-column {
	padding-right: 0;
	padding-left: 50px !important;
}

.main-section .text {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
}

.main-section .image-column {
	position: relative;
}

.main-section .image-column .inner-column {
	position: relative;
}

.main-section .image-column .inner-column:before {
	position: absolute;
	right: -50px;
	top: -50px;
	content: "";
	height: 100%;
	width: 100%;
	background: url(/frontend/images/pattern.png);
	background-repeat: no-repeat;
	z-index: 0;
	background-position: right top;
}

.main-section .image-column .image-1 {
	position: relative;
}

.main-section .image-column .image-1 img {
	border-radius: 8px;
	object-fit: cover;
	aspect-ratio: 1/1;
	width: 100%;
}

.main-section .row:nth-child(even) {
	flex-direction: row-reverse;

}
.main-section .row {
	padding: 0px 0px 100px 0px;
}

.main-section .row:nth-child(even) .image-column .inner-column:before {
	position: absolute;
	left: -50px !important;
	top: -50px;
	content: "";
	height: 100%;
	width: 100%;
	background: url(/frontend/images/pattern.png);
	background-repeat: no-repeat;
	z-index: 0;
	background-position: left top;
	left: unset;
}

.about-one .heading-subtitle,
.main-section .heading-subtitle {
	font-family: "Rubik", sans-serif;
	text-transform: capitalize;
	font-size: 34px;
	line-height: 48px;
	margin-bottom: 0;
	font-weight: 400;
	color: #c5292c;
}

.contact-head {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
}

.contact-section .icons i {
	color: red;
	font-size: 28px;
}

.contact-section .icons {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
	border-radius: 50%;
}

.text-foot .fa-whatsapp {
	color: green;
}

.text-foot i {
	color: #1b1b1b;
	font-size: 20px;
	position: relative;
}

.contact-section .content a {
	color: #1b1b1b;
}

.contact-section .content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-section .content ul li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	position: relative;
}

.contact-section .content ul li:last-child {
	border-bottom: none;
}

.contact-section .content ul li a {
	text-decoration: none;
	color: #1b1b1b;
	display: flex;
	align-items: center;
}

.contact-section .content ul li a:hover {
	color: red;

}

.contact-section .content ul li a i {
	margin-right: 10px;
	position: relative;
}

.contact-section .content ul li a i::after {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #ccc;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}

.contact-section .content p {
	font-size: 14px;
}

.contact-section .card {
	aspect-ratio: 1 / 1;
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	.why-us-area .fixed-thumb {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.why-us-area .left-info .content {
		margin-bottom: 50px;
	}

	.about-one__small-img {
		display: none;
	}

	.about-one__left {
		margin-right: 0;
	}

	.about-one__img {
		width: 100%;
		height: 400px;
		margin-bottom: 20px;
	}

	.heading .heading-subtitle {
		font-size: 22px;
		line-height: normal;
	}

	.heading.heading-3 {
		margin-bottom: 20px;
	}

	.about-one {
		padding-bottom: 0 !important;
	}

	.main-section .row:nth-child(even) .content-column .inner-column {
		padding-left: 0 !important
	}

	.main-section .content-column .inner-column {
		padding-right: 0 !important;
	}

	.main-section .row:nth-child(even) {
		padding: 50px 0px;
	}

	.about-2 {
		padding-top: 0;
	}

	.team .member .member-img img {
		height: 250px;
	}

	.contact-section .card {
		height: auto !important;
		aspect-ratio: unset;
		padding: 15px;
	}

	.about {
		padding-top: 0px !important;
	}

	.why-us-area .left-info .content h2 {
		font-size: 30px;
	}

	.why-us-area .left-info .content a {
		margin-top: 10px;
	}
}

.btn-whatsapp {
	background-color: #25d366 !important;
	border: 1px solid #25d366 !important;
	color: #ffffff !important;
	box-shadow: 0 3px 5px 0 rgb(37 211 102 / 76%);
}

.btn.btn-icon {
	height: 44px;
	width: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}

.btn.btn-icon i {
	margin-right: 0;
	font-size: 20px;
}

.mfp-bg {
	z-index: 1543;
}

.mfp-wrap {
	z-index: 1642;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0;
	}
}

.work-gallery h2 {
	font-family: "Rubik", sans-serif;
	text-transform: capitalize;
	font-size: 34px;
	line-height: 48px;
	margin-bottom: 0;
	font-weight: 500;
	color: #1b1a1a;
}

.error__media img {
	height: 450px;
	width: 100%;
	object-fit: contain;
}

.general-section {
	padding: 90px 0px !important;
}

.error-section {
	padding: 75px 0px !important;
}

@media only screen and (max-width: 767px) {
	.error-section {
		padding: 50px 0px !important;
	}

	.general-section {
		padding: 50px 0px !important;
	}
}

.general-section .heading-7 {
	margin-bottom: 0px;
}

.general-section h2 {
	font-size: 34px !important;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
}

.general-section h3 {
	font-size: 18px !important;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
}

.general-section h4 {
	font-size: 16px !important;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
}

.general-section h5 {
	font-size: 15px !important;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
}

.general-section h6 {
	font-size: 14px !important;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
}