@import "https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&amp;display=swap";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	outline: 0 solid
}

html,
body {
	height: 100%
}

body {
	cursor: none;
	font-size: 16px;
	font-family: saira, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-bottom: 20px
}

img {
	max-width: 100%
}

a,
ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none
}

p {
	color: #787878;
	line-height: 1.6
}

a,
a:hover {
	text-decoration: none
}

input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}



.sec-pad {
	padding:70px 0
}

.sec-pad-top {
	padding-top: 120px
}

.sec-pad-bottom {
	padding-bottom: 120px
}

.sec-mar {
	margin: 70px 0
}

.sec-mar-top {
	margin-top: 120px
}

.sec-mar-bottom {
	margin-bottom: 120px
}

.cursor {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #d90a2c;
	transition: all 200ms ease-out;
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	transform: translate(calc(-50% - 100px), -50%);
	z-index: 9
}

.cursor2 {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #d90a2c;
	position: fixed;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: width .3s, height .3s, opacity .3s;
	z-index: 9
}

.hover {
	background-color: #d90a2c;
	height: 70px;
	width: 70px;
	border: 1px solid transparent;
	opacity: .3;
	z-index: 9999
}

.cursorinnerhover {
	width: 2px;
	height: 2px;
	opacity: .5
}

.mb-15 {
	margin-bottom: 15px!important
}


.sticky {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 100px;
	width: 100%;
	z-index: 99;
	background-color: #121212
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.sticky {
		padding: 0 50px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.sticky {
		padding: 10px 20px
	}
}

@media(max-width:767px) {
	.sticky {
		padding: 20px 0
	}
}


@media(max-width:767px) {
	.title {
		text-align: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.title {
		text-align: inherit
	}
}

.title span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #d90a2c;
	margin-bottom: 15px;
	text-transform: uppercase
}

.title span:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #d90a2c
}

.title h2 {
	font-size: 52px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
	text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
	.title h2 {
		font-size: 48px
	}
}

@media(max-width:767px) {
	.title h2 {
		font-size: 30px
	}
}

.title.black h2 {
	color: #17161a
}

.title.special h2 {
	text-transform: uppercase;
	margin: 0
}

.title.special h2 b {
	font-weight: 700;
	font-size: 65px;
	letter-spacing: .05em;
	text-transform: uppercase;
	-webkit-text-stroke: 2px #d90a2c;
	-webkit-text-fill-color: transparent
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.title.special h2 b {
		font-size: 55px
	}
}

@media(max-width:767px) {
	.title.special h2 b {
		font-size: 50px
	}
}



.cmn-btn {
	display: inline-flex
}

.cmn-btn a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	border-radius: 30px;
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	background: linear-gradient(90deg, #D90A2C 1.05%, #730000 100%);
	z-index: 1;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.cmn-btn a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	top: 50%;
	left: 50%;
	background-color: #000;
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: -1;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.cmn-btn a:hover {
	box-shadow: 0 0 5px rgba(255, 255, 255, .3)
}

.cmn-btn a:hover:before {
	height: 380%
}




.breadcrumbs {
	min-height: 240px;
	background-image: url(../img/breadcrumbs-bg.png);
	background-size: cover;
	background-position: center center;
	padding-top: 40px;
}

@media(max-width:767px) {
	.breadcrumbs {
		text-align: center;
		min-height: 240px
	}
}

.breadcrumb-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height:240px
}

@media(max-width:767px) {
	.breadcrumb-wrapper {
		text-align: center;
		min-height: 240px
	}
}

.breadcrumb-wrapper h1 {
	font-weight: 700;
	font-size: 60px;
	letter-spacing: .05em;
	text-transform: uppercase;
	-webkit-text-stroke: 2px #d90a2c;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	margin-bottom: 20px
}

@media(max-width:767px) {
	.breadcrumb-wrapper h1 {
		font-size: 40px
	}
}

.breadcrumb-wrapper span {
	font-size: 15px;
	text-transform: capitalize;
	color: #fff
}

.breadcrumb-wrapper span a {
	display: inline-block;
	color: #d90a2c
}

.breadcrumb-wrapper span i {
	margin: 0 10px
}

.scroll-top.opacity {
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 9;
	text-align: center;
	display: block
}

.scroll-top.opacity span {
	height: 40px;
	width: 40px;
	display: block;
	border: 1px solid #d90a2c;
	border-radius: 50%;
	color: #d90a2c;
	position: relative;
	line-height: 40px;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase
}

.scroll-top.opacity span i {
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px
}

header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	padding: 15px 100px;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
	transition: all .8s ease-out 0s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	header {
		padding: 0 50px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	header {
		padding: 30px 10px
	}
}

 

.get-quate.dn {
	display: none;
	margin-top: 50px;
	text-align: left
}

@media(max-width:767px) {
	.get-quate.dn {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.get-quate.dn {
		display: none
	}
}



.main-nav {
	display: inline-block
}

.main-nav .mobile-menu-logo {
	display: none
}

.main-nav ul {
	list-style: none
}

.main-nav ul li {
	display: inline-block;
	position: relative;
	padding: 0 20px
}

.main-nav ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
	text-transform: capitalize;
	padding: 30px 0;
	position: relative;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.main-nav ul li a.active {
	color: #d90a2c
}

.main-nav ul li a:hover {
	color: #d90a2c
}

.main-nav ul li i {
	width: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-style: normal;
	position: absolute;
	right: -8px;
	top: 33px;
	z-index: 999;
	cursor: pointer
}

.main-nav ul li ul.sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	margin: 0;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	min-width: 200px;
	background: #222;
	text-align: left;
	border-radius: 5px;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}

.main-nav ul li ul.sub-menu>li {
	padding: 0;
	display: block
}

.main-nav ul li ul.sub-menu>li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 1;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}

.main-nav ul li ul.sub-menu>li a.active {
	color: #d90a2c
}

.main-nav ul li ul.sub-menu>li a:hover {
	color: #d90a2c;
	margin-left: 10px
}

.main-nav ul li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}




.get-quate {
	text-align: right
}

@media(max-width:767px) {
	.get-quate {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.get-quate {
		text-align: center;
		display: block
	}
}



.hero-area {
	position: relative;
	background-image: url(../img/hero-bg.png);
	background-size: cover;
	background-position: center center;
	height: 100%;
	overflow: hidden;
	z-index: 1
}

.swiper.hero-slider .swiper-pagination {
	left: 0%!important;
	bottom: initial!important;
	top: 50%;
	transform: rotate(90deg);
	width: auto!important
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.swiper.hero-slider .swiper-pagination {
		left: -2%!important
	}
}

@media(max-width:767px) {
	.swiper.hero-slider .swiper-pagination {
		display: none
	}
}

.swiper.hero-slider .swiper-pagination-bullet {
	position: relative;
	height: 15px;
	width: 15px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, .6);
	background: 0 0;
	opacity: 1;
	margin: 0 12.5px!important
}

.swiper.hero-slider .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	height: 7.5px;
	width: 7.5px;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.swiper.hero-slider .swiper-pagination-bullet-active {
	position: relative;
	height: 20px;
	width: 20px;
	border: 1px solid #d90a2c;
	box-sizing: border-box;
	opacity: .6
}

.swiper.hero-slider .swiper-pagination-bullet-active:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	background-color: #d90a2c;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: .6
}

.hero-content-wrapper {
	position: relative;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center
}

@media(max-width:767px) {
	.hero-content-wrapper {
		display: block;
		height: auto;
		margin-top: 180px
	}
}

.hero-content-wrap {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center
}

@media(max-width:767px) {
	.hero-content-wrap {
		display: block
	}
}

.hero-content-img {
	position: relative;
	max-width: 775px
}

@media only screen and (min-width:1400px) and (max-width:1650px) {
	.hero-content-img {
		max-width: 600px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.hero-content-img {
		max-width: 500px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-content-img {
		max-width: 420px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-content-img {
		max-width: 380px
	}
}

@media(max-width:767px) {
	.hero-content-img {
		display: none
	}
}

.hero-content-img:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #17161a;
	opacity: .5;
	border-radius: 100px 20px 20px 20px
}

.hero-content-img img {
	border-radius: 100px 20px 20px 20px
}

 .hero-content {
	background: linear-gradient(90deg, rgba(217, 10, 44, 0.8) 1.05%, rgba(115, 0, 0, 0.8) 100%);
	border: 1px solid rgba(173, 173, 173, .2);
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
	max-width: 670px;
	padding: 80px 50px;
	position: relative;
	margin-left: -100px
}

@media only screen and (min-width:1400px) and (max-width:1650px) {
	.hero-content {
		max-width: 570px;
		padding: 50px 30px;
		margin-left: -75px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.hero-content {
		max-width: 500px;
		padding: 30px 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.hero-content {
		max-width: 400px;
		padding: 20px
	}
}

@media(max-width:767px) {
	.hero-content {
		padding: 20px;
		margin-left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-content {
		padding: 30px
	}
}

.hero-content h2 {
	font-weight: 800;
	font-size: 60px;
	letter-spacing: .05em;
	text-transform: uppercase;
	-webkit-text-stroke: 2px rgba(255, 255, 255, .2);
	-webkit-text-fill-color: transparent;
	position: absolute;
	right: 0;
	top: -90px
}

@media only screen and (min-width:1400px) and (max-width:1650px) {
	.hero-content h2 {
		font-size: 50px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.hero-content h2 {
		font-size: 40px;
		margin-top: 35px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-content h2 {
		font-size: 40px;
		margin-top: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-content h2 {
		font-size: 40px;
		margin-top: 0
	}
}

@media(max-width:767px) {
	.hero-content h2 {
		font-size: 30px;
		right: 10px;
		top: -40px
	}
}

@media(max-width:767px) {
	.hero-content h2 {
		font-size: 40px;
		top: -50px
	}
}

.hero-content h1 {
	font-weight: 800;
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px
}

@media only screen and (min-width:1400px) and (max-width:1650px) {
	.hero-content h1 {
		font-size: 45px;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.hero-content h1 {
		font-size: 40px;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-content h1 {
		font-size: 35px;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-content h1 {
		font-size: 30px;
		margin-bottom: 20px
	}
}

@media(max-width:767px) {
	.hero-content h1 {
		font-size: 25px;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-content h1 {
		font-size: 45px
	}
}

.hero-content h1 span {
	font-weight: 800;
	font-size: 60px;
	letter-spacing: .05em;
	text-transform: uppercase;
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent
}

@media only screen and (min-width:1400px) and (max-width:1650px) {
	.hero-content h1 span {
		font-size: 55px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.hero-content h1 span {
		font-size: 48px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-content h1 span {
		font-size: 42px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-content h1 span {
		font-size: 36px
	}
}

@media(max-width:767px) {
	.hero-content h1 span {
		font-size: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-content h1 span {
		font-size: 55px
	}
}

.hero-content p {
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 35px;
	margin-bottom: 60px
}

@media only screen and (min-width:1400px) and (max-width:1650px) {
	.hero-content p {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.hero-content p {
		line-height: initial;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
	.hero-content p {
		font-size: 14px;
		line-height: initial;
		margin-bottom: 20px
	}
}

@media(max-width:767px) {
	.hero-content p {
		font-size: 13px;
		line-height: initial;
		margin-bottom: 20px
	}
}

@media(max-width:767px) {
	.hero-content p {
		font-size: 15px
	}
}

.hero-content a {
	display: inline-block;
	padding: 10px 20px;
	min-width: 200px;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	letter-spacing: .03em;
	color: #fff;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-content a {
		font-size: 15px;
		min-width: 160px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-content a {
		font-size: 14px;
		min-width: 150px
	}
}

@media(max-width:767px) {
	.hero-content a {
		font-size: 13px;
		min-width: 130px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-content a {
		font-size: 16px;
		min-width: 150px
	}
}

.hero-content a.about-btn {
	background-color: #17161a;
	border: 1px solid #17161a;
	margin-right: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-content a.about-btn {
		margin-right: 10px
	}
}

@media(max-width:767px) {
	.hero-content a.about-btn {
		margin: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-content a.about-btn {
		margin-right: 15px
	}
}

.hero-content a.work-btn {
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-left: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-content a.work-btn {
		margin-left: 10px
	}
}

@media(max-width:767px) {
	.hero-content a.work-btn {
		margin: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-content a.work-btn {
		margin-right: 15px
	}
}

.hero-content a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	top: 50%;
	left: 50%;
	background-color: #000;
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: -1;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.hero-content a:hover:before {
	height: 380%
}

.hero-content .slider-num {
	position: absolute;
	right: -150px;
	bottom: -20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-content .slider-num {
		right: -100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.hero-content .slider-num {
		display: none
	}
}

.hero-content .slider-num span {
	font-weight: 600;
	font-size: 100px;
	letter-spacing: .05em;
	text-transform: uppercase;
	-webkit-text-stroke: 2px rgba(255, 255, 255, .2);
	-webkit-text-fill-color: transparent
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-content .slider-num span {
		font-size: 80px
	}
}

.social-media {
	position: absolute;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.social-media {
		right: -135px
	}
}

@media(max-width:767px) {
	.social-media {
		text-align: center;
		position: initial;
		transform: none;
		padding: 30px 10px 80px
	}
}

.social-media .social-list {
	list-style: none;
	transform: rotate(-90deg)
}

@media(max-width:767px) {
	.social-media .social-list {
		transform: none
	}
}

.social-media .social-list li {
	display: inline-block
}

.social-media .social-list li a {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .02em;
	text-transform: capitalize;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 0 15px;
	border-right: 1px solid #d90a2c;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media(max-width:767px) {
	.social-media .social-list li a {
		font-size: 14px
	}
}

.social-media .social-list li a:hover {
	color: #d90a2c
}

.social-media .social-list li:last-child a {
	border: none
}


.service-area {
	background-color: #111215
}

@media(max-width:767px) {
	.service-area {
		padding-top: 80px;
		padding-bottom: 50px
	}
}

.service-area .title h2 {
	margin-bottom: 45px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.service-area .title {
		margin-bottom: 60px
	}
}

.single-service {
	border: 1px solid #232323;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	display: flex;
	width: 100%;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-service {
		padding: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-service {
		padding: 20px
	}
}

@media(max-width:767px) {
	.single-service {
		display: block;
		padding: 20px;
		text-align: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-service {
		padding: 10px
	}
}

.single-service:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	height: 90px;
	width: 90px;
	background: radial-gradient(105.91% 105.91% at 37.1% 19.35%, rgba(217, 10, 44, 0.3) 0%, rgba(217, 10, 44, 0) 83.11%);
	border-radius: 50%;
	opacity: .3;
	display: none;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.single-service:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.single-service span {
	font-size: 35px;
	font-weight: 700;
	-webkit-text-stroke: 2px rgba(255, 255, 255, .07);
	-webkit-text-fill-color: transparent;
	letter-spacing: 2px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 1;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.single-service:hover:after {
	visibility: visible;
	opacity: 1
}

.single-service:hover:before {
	display: block
}

.single-service:hover .service-content a i {
	margin-left: 5px
}

.single-service:hover span {
	-webkit-text-stroke: 2px #d90a2c;
	-webkit-text-fill-color: transparent
}

.service-icon {
	margin-top: 15px;
	min-width: 70px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service-icon {
		min-width: 60px
	}
}

@media(max-width:767px) {
	.service-icon {
		margin-bottom: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.service-icon {
		margin-bottom: 30px
	}
}

.service-icon i {
	background-color: #d90a2c;
	height: 65px;
	width: 65px;
	display: inline-block;
	line-height: 65px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service-icon i {
		height: 50px;
		width: 50px;
		line-height: 50px
	}
}

.service-icon i:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	border: 1px solid rgba(217, 10, 44, .15);
	border-radius: 50%;
	left: -5px;
	top: -10px;
	z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service-icon i:before {
		top: -5px
	}
}

.service-icon i:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	border: 1px solid rgba(217, 10, 44, .15);
	border-radius: 50%;
	right: -5px;
	top: -10px;
	z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service-icon i:after {
		top: -5px
	}
}

.service-icon i img {
	max-height: 38px;
	max-width: 38px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service-icon i img {
		max-height: 28px;
		max-width: 28px
	}
}

.service-content {
	margin-left: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service-content {
		margin-left: 10px
	}
}

@media(max-width:767px) {
	.service-content {
		margin: 0
	}
}

.service-content h4 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service-content h4 {
		font-size: 20px;
		margin-bottom: 10px
	}
}

.service-content p {
	color: #e4e4e4;
	font-size: 16px;
	margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service-content p {
		font-size: 13px;
		margin-bottom: 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.service-content p {
		font-size: 14px
	}
}

.service-content a {
	display: inline-block;
	color: #d90a2c;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	z-index: 1;
	position: relative
}

.service-content a i {
	margin-left: -4px;
	z-index: -1;
	position: relative;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}



@media(max-width:767px) {
	.about-area {
		margin: 80px 0
	}
}

@media(max-width:767px) {
	.about-left {
		padding: 0 10px;
		margin-bottom: 50px
	}
}

.about-left .our-mission {
	display: flex;
	width: 100%;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 55px
}

@media(max-width:767px) {
	.about-left .our-mission {
		display: block;
		text-align: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-left .our-mission {
		display: flex;
		text-align: left
	}
}

.about-left .our-mission .msn-icon {
	min-width: 100px
}

.about-left .our-mission .msn-icon i img {
	width: 70px
}

.about-left .our-mission .cto {
	min-width: 150px
}

.about-left .our-mission .cto img {
	width: 140px
}

@media(max-width:767px) {
	.about-left .our-mission .msn-content {
		margin: 25px 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-left .our-mission .msn-content {
		margin: 0
	}
}

.about-left .our-mission .msn-content h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px
}

.about-left .our-mission .msn-content p {
	margin: 0;
	color: #272727;
	font-size: 16px
}

@media(max-width:767px) {
	.about-left .cmn-btn {
		text-align: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-left .cmn-btn {
		text-align: left
	}
}

.about-left .cmn-btn a {
	color: #e4e4e4;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1.2px
}

.about-right .group-images {
	position: relative;
	margin-top: 85px;
	margin-right: 85px
}

@media(max-width:767px) {
	.about-right .group-images {
		margin: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-right .group-images {
		margin-top: 85px;
		margin-right: 85px
	}
}

.about-right .group-images>img {
	width: 100%;
	border-radius: 5px
}

.about-right .group-images .about-top {
	position: absolute;
	top: -85px;
	right: -85px
}

@media(max-width:767px) {
	.about-right .group-images .about-top {
		margin-top: 30px;
		position: static
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-right .group-images .about-top {
		margin-top: 0;
		position: absolute
	}
}

.about-right .group-images .about-top img {
	border-radius: 5px
}

@media(max-width:767px) {
	.about-right .group-images .about-top img {
		width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-right .group-images .about-top img {
		width: auto
	}
}

.about-skills {
	background: #fff;
	border: 1px solid rgba(217, 10, 44, .1);
	box-shadow: 0 0 50px rgba(53, 51, 83, .06);
	border-radius: 10px;
	width: 500px;
	display: flex;
	margin: 0 auto;
	margin-top: -50px;
	position: relative;
	padding: 20px 30px;
	justify-content: space-between
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.about-skills {
		padding: 20px;
		width: 425px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-skills {
		padding: 20px;
		width: 100%
	}
}

@media(max-width:767px) {
	.about-skills {
		display: block;
		width: 90%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-skills {
		display: flex;
		width: 90%
	}
}

.about-skills .signle-skill {
	display: flex;
	width: 100%;
	align-items: center
}

@media(max-width:767px) {
	.about-skills .signle-skill {
		margin-bottom: 10px
	}
	.about-skills .signle-skill.xsm {
		margin-bottom: 0
	}
}

.about-skills .signle-skill .skill-content h6 {
	font-size: 15px;
	color: #545454;
	margin-bottom: 0;
	text-transform: capitalize
}

.about-skills .signle-skill .skill-content p {
	margin: 0;
	color: #17161a
}

.signle-skill .progress-bar-circle {
	position: relative;
	height: 70px;
	width: 70px;
	min-width: 80px;
	background-color: transparent
}

.signle-skill .progress-bar-circle div {
	position: absolute;
	height: 70px;
	width: 70px;
	border-radius: 50%
}

.signle-skill .progress-bar-circle div span {
	color: #d90a2c;
	position: absolute;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	height: 60px;
	width: 60px;
	left: 50%;
	top: 50%;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%)
}

.signle-skill .progress-bar-circle .background {
	background-color: #000!important
}

.signle-skill .progress-bar-circle .rotate {
	clip: rect(0 35px 70px 0);
	background-color: #d90a2c!important
}

.signle-skill .progress-bar-circle .left {
	clip: rect(0 35px 70px 0);
	opacity: 1;
	background-color: #d90a2c!important
}

.signle-skill .progress-bar-circle .right {
	clip: rect(0 35px 70px 0);
	transform: rotate(180deg);
	opacity: 0;
	background-color: #d90a2c!important
}

.features-count {
	margin-top: 120px;
	padding: 50px 0;
	background-image: url(../img/counter-bg.png);
	border-radius: 30px;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1
}

.features-count:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #18191d;
	border-radius: 30px;
	z-index: -1;
	opacity: .9
}

.single-count {
	text-align: center
}

@media(max-width:767px) {
	.single-count {
		margin-bottom: 30px
	}
	.single-count.xsm {
		margin-bottom: 0
	}
}

.single-count i {
	display: block;
	margin-bottom: 15px
}

.single-count i img {
	height: 70px
}

.single-count p {
	text-transform: capitalize;
	color: #bdbdbd;
	font-size: 18px;
	font-weight: 500;
	margin: 0
}

.single-count .counter span {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	display: inline-block
}

.single-count .counter sup {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	top: -5px;
	display: inline-block
}



.newsletter {
	background-image: url(../img/subscribe-bg.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	padding: 188px 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.newsletter {
		padding: 201px 30px
	}
}

@media(max-width:767px) {
	.newsletter {
		padding: 80px 10px
	}
}

.newsletter:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(256.31deg, #480000 .87%, #000 88.66%);
	opacity: .9;
	z-index: -1
}

.subscribes {
	max-width: 590px;
	margin: 0 auto;
	text-align: center
}

.subscribes span {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	color: #d90a2c;
	display: block;
	margin-bottom: 15px
}

.subscribes h1 {
	font-weight: 700;
	font-size: 65px;
	text-align: center;
	text-transform: uppercase;
	color: #e4e4e4;
	margin-bottom: 20px;
	line-height: 1
}

@media(max-width:767px) {
	.subscribes h1 {
		font-size: 30px;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.subscribes h1 {
		font-size: 50px;
		margin-bottom: 30px
	}
}

.subscribes h2 {
	font-weight: 700;
	font-size: 55px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent;
	margin-bottom: 30px
}

@media(max-width:767px) {
	.subscribes h2 {
		font-size: 40px;
		margin-bottom: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.subscribes h2 {
		font-size: 50px
	}
}
 
  

.our-clients {
	background-color: #111;
	padding: 149px 30px 55px
}

@media only screen and (min-width:1400px) and (max-width:1650px) {
	.our-clients {
		padding: 119px 30px 55px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.our-clients {
		padding: 165px 30px 55px
	}
}

.our-clients .title {
	margin-top: -75px
}

.single-client {
	position: relative;
	background-color: #111;
	border: 1px solid #191a1c;
	box-sizing: border-box;
	box-shadow: inset 0 0 10px rgba(6, 6, 6, .15);
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	line-height: 45px;
	margin-bottom: 50px;
	overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.single-client {
		padding: 20px 10px
	}
}

@media(max-width:767px) {
	.single-client {
		margin-bottom: 30px
	}
}

.single-client img {
	max-height: 30px
}

.single-client .client-hover {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	bottom: 0;
	right: 0;
	border-radius: 10px;
	background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.single-client .client-hover span {
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #e4e4e4;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px;
	justify-content: center;
	word-break: break-word;
	line-height: 20px
}

.single-client:hover .client-hover {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.single-client:hover img {
	visibility: hidden
}
  
 
 

.testimonial-area {
	position: relative;
	background-image: url(../img/testimonial-bg.png);
	background-size: cover;
	background-position: center center
}

.testimonial-area:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #111;
	z-index: -1
}

.swiper.testimonial-slider {
	padding: 120px 0
}

.swiper.testimonial-slider .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
	bottom: 30px!important;
	left: 0!important;
	width: auto!important;
	color: #d90a2c!important
}

.swiper.testimonial-slider .swiper-pagination-current {
	font-weight: 600;
	font-size: 37px;
	letter-spacing: .05em;
	text-transform: capitalize;
	color: #fff
}

.swiper.testimonial-slider .swiper-pagination-total {
	font-size: 20px;
	color: #d90a2c
}

.swiper.testimonial-slider .swiper-button-next,
.swiper.testimonial-slider .swiper-button-prev {
	top: initial!important;
	display: flex;
	height: 58px!important;
	width: 80px!important;
	background: #2a2a2a!important;
	box-shadow: 0 0 50px rgba(53, 51, 83, .06);
	bottom: 0;
	color: #fff;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.swiper.testimonial-slider .swiper-button-next:hover,
.swiper.testimonial-slider .swiper-button-prev:hover {
	background-color: #17161a!important
}

.swiper.testimonial-slider .swiper-button-next,
.swiper.testimonial-slider .swiper-rtl .swiper-button-prev {
	right: 10px!important;
	left: auto!important;
	background: #17161a!important
}

.swiper.testimonial-slider .swiper-button-prev,
.swiper.testimonial-slider .swiper-rtl .swiper-button-next {
	left: auto!important;
	right: 90px!important;
	background-color: #fff
}

.swiper.testimonial-slider .swiper-button-next::after,
.swiper.testimonial-slider .swiper-button-prev::after {
	font-size: 20px!important
}

.testimonial-content {
	position: relative;
	text-align: center
}

.testimonial-content .quote {
	position: absolute;
	left: 0;
	top: -40px
}

.testimonial-content .quote i {
	font-size: 100px;
	color: #e4e4e4;
	opacity: .05
}

.testimonial-content p {
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #e4e4e4;
	line-height: 30px;
	max-width: 970px;
	margin: 0 auto
}

@media(max-width:767px) {
	.testimonial-content p {
		font-size: 14px;
		line-height: 28px
	}
}

.testimonial-content p i {
	font-size: 14px
}

.testimonial-content .rating {
	margin-top: 30px
}

.testimonial-content .rating i {
	color: #ffc107;
	font-size: 20px;
	margin: 0 4px
}

.testimonial-content .client-info {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px
}

@media(max-width:767px) {
	.testimonial-content .client-info {
		margin-bottom: 30px
	}
}

.testimonial-content .client-info .client-pic {
	min-width: 120px
}

@media(max-width:767px) {
	.testimonial-content .client-info .client-pic {
		min-width: 100px
	}
}

.testimonial-content .client-info .client-pic img {
	height: 100px;
	width: 100px;
	border-radius: 50%
}

@media(max-width:767px) {
	.testimonial-content .client-info .client-pic img {
		height: 80px;
		width: 80px
	}
}

.testimonial-content .client-info .client-details {
	margin-left: 10px;
	text-align: left
}

.testimonial-content .client-info .client-details h4 {
	font-weight: 600;
	font-size: 25px;
	letter-spacing: .03em;
	color: #e4e4e4;
	margin-bottom: 5px
}

@media(max-width:767px) {
	.testimonial-content .client-info .client-details h4 {
		font-size: 20px
	}
}

.testimonial-content .client-info .client-details span {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: .03em;
	color: #949494
}

@media(max-width:767px) {
	.testimonial-content .client-info .client-details span {
		font-size: 16px
	}
}
 
.lets-talk {
	background-image: url(../img/letstalk-bg.png);
	background-size: cover;
	background-position: center center;
	position: relative
}

@media(max-width:767px) {
	.lets-talk {
		padding: 80px 0
	}
}

.lets-talk:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	background: #111215;
	z-index: -1
}

@media(max-width:767px) {
	.lets-talk .title.special {
		text-align: center
	}
}

.lets-talk .title.special h1 {
	margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.lets-talk .title.special h1 {
		font-size: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.lets-talk .title.special h1 b {
		font-size: 55px
	}
}

@media(max-width:767px) {
	.getin-touch {
		text-align: center;
		margin-top: 20px
	}
}

footer {
	position: relative;
	background-image: url(../img/footer-bg.png);
	background-size: cover;
	background-position: center center;
	z-index: 1;
	padding-top: 80px
}

@media(max-width:767px) {
	.footer-widget {
		margin-bottom: 50px
	}
}

.footer-widget .footer-logo {
	margin-bottom: 30px
}

.footer-widget .footer-logo a img {
	width: auto
}

.footer-widget h4 {
	font-weight: 700;
	font-size: 25px;
	letter-spacing: .03em;
	color: #fff;
	margin-bottom: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-widget h4 {
		font-size: 24px
	}
}

.footer-widget address h4 {
	display: inline-block;
	font-weight: 500;
	font-size: 25px;
	letter-spacing: .03em;
	color: #fff;
	margin-bottom: 15px;
	position: relative
}

.footer-widget address h4:before {
	position: absolute;
	content: "";
	width: 100%;
	border: 1.5px solid #d90a2c;
	left: 0;
	bottom: -2px
}

.footer-widget address p {
	font-weight: 500;
	color: #fff;
	font-size: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-widget address p {
		font-size: 14px
	}
}

.social-media-icons {
	list-style: none
}

.social-media-icons li {
	display: inline-block;
	padding-right: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.social-media-icons li {
		padding-right: 25px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.social-media-icons li {
		padding-right: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.social-media-icons li {
		padding-right: 5px
	}
}

.social-media-icons li a {
	display: inline-block;
	border: 1px solid #28292b;
	box-sizing: border-box;
	border-radius: 10px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
	transition: all .8s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.social-media-icons li a {
		height: 30px;
		width: 30px;
		line-height: 30px
	}
}

.social-media-icons li a:hover {
	background-color: #d90a2c;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg)
}

.footer-menu {
	list-style: none
}

.footer-menu li {
	display: block;
	padding-bottom: 15px
}

.footer-menu li:last-child {
	padding-bottom: 0
}

.footer-menu li a {
	position: relative;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-menu li a {
		font-size: 15px
	}
}

.footer-menu li a:before {
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -20px;
	height: 10px;
	width: 10px;
	background-color: #d90a2c;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.footer-menu li a:hover {
	color: #d90a2c;
	padding-left: 15px
}

.footer-menu li a:hover:before {
	left: 0;
	visibility: visible;
	opacity: 1
}

.number,
.office-mail,
.address {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 20px
}

.number p,
.office-mail p,
.address p {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: .03em;
	color: #fff;
	margin: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.number p,
	.office-mail p,
	.address p {
		font-size: 14px
	}
}

.phone a,
.email a {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: .03em;
	color: #fff;
	display: block;
	padding-bottom: 5px;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.phone a,
	.email a {
		font-size: 13px
	}
}

.phone a:hover,
.email a:hover {
	color: #d90a2c
}

.num-icon,
.mail-icon,
.address-icon {
	min-width: 35px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.num-icon,
	.mail-icon,
	.address-icon {
		min-width: 30px
	}
}

.num-icon i,
.mail-icon i,
.address-icon i {
	color: #d90a2c;
	font-size: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.num-icon i,
	.mail-icon i,
	.address-icon i {
		font-size: 20px
	}
}

.footer-bottom {
	margin-top: 80px;
	padding: 30px 0;
	border-top: 2px solid #292929
}

@media(max-width:767px) {
	.footer-bottom {
		margin-top: 30px!important
	}
}

@media(max-width:767px) {
	.footer-bottom .copy-txt {
		text-align: center
	}
}

.footer-bottom .copy-txt span {
	font-size: 14px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-bottom .copy-txt span {
		font-size: 13px
	}
}

@media(max-width:767px) {
	.footer-bottom .copy-txt span {
		font-size: 13px
	}
}

.footer-bottom .copy-txt span a {
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.footer-bottom .copy-txt span a:hover {
	color: #d90a2c
}

.footer-bottom .footer-bottom-menu {
	list-style: none;
	text-align: right
}

@media(max-width:767px) {
	.footer-bottom .footer-bottom-menu {
		margin-top: 30px;
		text-align: center
	}
}

.footer-bottom .footer-bottom-menu li {
	display: inline-block
}

.footer-bottom .footer-bottom-menu li a {
	position: relative;
	font-size: 14px;
	text-align: right;
	letter-spacing: .01em;
	color: #fff;
	padding: 0 20px;
	line-height: 1;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media(max-width:767px) {
	.footer-bottom .footer-bottom-menu li a {
		padding: 0;
		padding-right: 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-bottom .footer-bottom-menu li a {
		padding: 0 20px
	}
}

.footer-bottom .footer-bottom-menu li a:before {
	border-right: 1px solid #fff;
	position: absolute;
	content: "";
	height: 60%;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

@media(max-width:767px) {
	.footer-bottom .footer-bottom-menu li a:before {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-bottom .footer-bottom-menu li a:before {
		display: block
	}
}

.footer-bottom .footer-bottom-menu li a:hover {
	color: #d90a2c
}

.footer-bottom .footer-bottom-menu li:last-child a:before {
	display: none
}
 

@media only screen and (max-width:1199px) {
	header .main-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 260px;
		padding: 10px 15px!important;
		z-index: 99999;
		height: 100%;
		overflow: auto;
		background: #242424;
		-webkit-transform: translateX(-260px);
		transform: translateX(-260px);
		-webkit-transition: -webkit-transform .3s ease-in;
		transition: -webkit-transform .3s ease-in;
		transition: transform .3s ease-in;
		transition: transform .3s ease-in, -webkit-transform .3s ease-in
	}
	header .main-nav .mobile-menu-logo {
		text-align: left;
		padding-top: 20px;
		display: block;
		border-bottom: 1px solid #d90a2c;
		padding-bottom: 8px
	}
	header .main-nav ul {
		float: none;
		text-align: left;
		padding: 25px 10px 25px 0
	}
	header .main-nav ul li {
		display: block;
		position: relative;
		padding: 0 5px
	}
	header .main-nav ul li a {
		padding: 10px 0;
		display: block;
		font-weight: 300
	}
	header .main-nav ul li ul.sub-menu {
		position: static;
		min-width: 200px;
		background: 0 0;
		border: none;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		display: none;
		margin-top: 0!important;
		transform: translateY(0px)
	}
	header .main-nav.slidenav {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	header .main-nav ul li .bi {
		display: block;
		top: 8px;
		font-size: 16px
	}
	.mobile-menu {
		position: relative;
		top: 2px;
		padding: 0 5px;
		border-radius: 50%;
		display: inline-block
	}
	.cross-btn {
		display: inline-block!important;
		position: relative;
		width: 30px!important;
		height: 22px!important;
		cursor: pointer;
		border: 3px solid transparent!important
	}
	.cross-btn span {
		width: 100%;
		height: 2px;
		background: linear-gradient(233.77deg, rgba(115, 0, 0, 0.8) .94%, rgba(217, 10, 44, 0.8) 99.09%)!important;
		display: block;
		position: absolute;
		right: 0;
		-webkit-transition: all .3s;
		transition: all .3s
	}
	.cross-btn .cross-top {
		top: 0
	}
	.cross-btn .cross-middle {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%
	}
	.cross-btn .cross-bottom {
		bottom: 0;
		width: 100%
	}
	.cross-btn.h-active span.cross-top {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		margin-top: -1px
	}
	.cross-btn.h-active span.cross-middle {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0
	}
	.cross-btn.h-active span.cross-bottom {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 50%;
		margin-bottom: -1px
	}
}



.out-story {
	margin-bottom: 120px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.out-story {
		margin-bottom: 120px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.out-story {
		margin-bottom: 120px
	}
}



.office-group-img {
	position: relative
}

.office-group-img img {
	width: 100%;
	border-radius: 10px
}

.office-group-img:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #111;
	opacity: .4;
	border-radius: 10px
}

.cto-message-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 370px;
	margin-left: auto;
	right: inherit
}

.cto-message {
	background: #fff;
	box-shadow: 0 40px 80px rgba(23, 42, 65, .06);
	padding: 25px 20px;
	text-align: left;
	border-radius: 0 20px 0 5px
}

.cto-message h4 {
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	color: #111
}

.cto-message p {
	font-size: 16px;
	text-transform: capitalize;
	color: #272727
}

.cto-message img {
	margin: 0 auto;
	display: block;
	width: auto
}

.cto-message h4 span {
	font-weight: 400;
	font-size: 17px;
	text-transform: capitalize;
	color: #111;
	opacity: .5
}

.about-left p {
	font-weight: 400;
	font-size: 16px;
	color: #272727;
	margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.story-right .title.black h2 {
		font-size: 48px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.story-right .title.black h2 {
		font-size: 40px
	}
}

@media(max-width:767px) {
	.story-right {
		margin: 80px 0 50px
	}
}

.story-right p {
	font-weight: 400;
	font-size: 16px;
	color: #272727;
	margin-bottom: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
	.story-right p {
		margin-bottom: 40px
	}
}

.story-skills {
	display: flex;
	justify-content: space-between;
	width: 100%
}

@media(max-width:767px) {
	.story-skills {
		display: block;
		justify-content: normal;
		width: auto;
		text-align: center
	}
}

.story-skill>span {
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	letter-spacing: .03em;
	margin-top: 20px;
	display: block;
	text-transform: uppercase;
	color: rgba(17, 17, 17, .6);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.story-skill>span {
		font-size: 14px;
		margin-top: 10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.story-skill>span {
		font-size: 12px;
		margin-top: 10px
	}
}

@media(max-width:767px) {
	.story-skill>span {
		font-size: 12px;
		margin-top: 10px
	}
}

.story-skill {
	position: relative
}

@media(max-width:767px) {
	.story-skill {
		display: inline-block;
		margin-bottom: 30px
	}
}

.story-skill .progress-bar-circle {
	position: relative;
	height: 170px;
	width: 170px;
	min-width: 180px;
	background-color: transparent
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.story-skill .progress-bar-circle {
		height: 140px;
		width: 140px;
		min-width: 150px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.story-skill .progress-bar-circle {
		height: 120px;
		width: 120px;
		min-width: 130px
	}
}

@media(max-width:767px) {
	.story-skill .progress-bar-circle {
		height: 110px;
		width: 110px;
		min-width: 120px
	}
}

.story-skill .progress-bar-circle div {
	position: absolute;
	height: 170px;
	width: 170px;
	border-radius: 50%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.story-skill .progress-bar-circle div {
		height: 140px;
		width: 140px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.story-skill .progress-bar-circle div {
		height: 120px;
		width: 120px
	}
}

@media(max-width:767px) {
	.story-skill .progress-bar-circle div {
		height: 110px;
		width: 110px
	}
}

.story-skill .progress-bar-circle div span {
	color: #18191d;
	position: absolute;
	font-size: 26px;
	font-weight: 700;
	line-height: 166px;
	height: 166px;
	width: 166px;
	left: 50%;
	top: 50%;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.story-skill .progress-bar-circle div span {
		height: 136px;
		width: 136px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.story-skill .progress-bar-circle div span {
		height: 116px;
		width: 116px
	}
}

@media(max-width:767px) {
	.story-skill .progress-bar-circle div span {
		height: 106px;
		width: 106px
	}
}

.story-skill .progress-bar-circle div span b {
	position: absolute;
	left: 50%;
	top: -40px;
	transform: translateX(-50%);
	font-weight: 600
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
	.story-skill .progress-bar-circle div span b {
		top: -44px;
		font-size: 22px
	}
}

@media(max-width:767px) {
	.story-skill .progress-bar-circle div span b {
		top: -44px;
		font-size: 22px
	}
}

.story-skill .progress-bar-circle .background {
	background-color: #000!important
}

.story-skill .progress-bar-circle .rotate {
	clip: rect(0 85px 170px 0);
	background-color: #d6d6d6!important
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.story-skill .progress-bar-circle .rotate {
		clip: rect(0 70px 140px 0)
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.story-skill .progress-bar-circle .rotate {
		clip: rect(0 60px 120px 0)
	}
}

@media(max-width:767px) {
	.story-skill .progress-bar-circle .rotate {
		clip: rect(0 55px 110px 0)
	}
}

.story-skill .progress-bar-circle .left {
	clip: rect(0 85px 170px 0);
	opacity: 1;
	background-color: #d6d6d6!important
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.story-skill .progress-bar-circle .left {
		clip: rect(0 70px 140px 0)
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.story-skill .progress-bar-circle .left {
		clip: rect(0 60px 120px 0)
	}
}

@media(max-width:767px) {
	.story-skill .progress-bar-circle .left {
		clip: rect(0 55px 110px 0)
	}
}

.story-skill .progress-bar-circle .right {
	clip: rect(0 85px 170px 0);
	transform: rotate(180deg);
	opacity: 0;
	background-color: #d6d6d6!important
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.story-skill .progress-bar-circle .right {
		clip: rect(0 70px 140px 0)
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.story-skill .progress-bar-circle .right {
		clip: rect(0 60px 120px 0)
	}
}

@media(max-width:767px) {
	.story-skill .progress-bar-circle .right {
		clip: rect(0 55px 110px 0)
	}
}

@media(max-width:767px) {
	.how-we-work {
		margin-top: 80px
	}
}


.office-info {
	text-align: center;
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: 5px;
	min-height: 250px;
	padding: 30px;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.office-info {
		margin-bottom: 30px
	}
}

.office-info:hover {
	border-radius: 50px 5px 5px 5px
}

.office-info:hover .icon {
	background-color: #d90a2c
}

.office-info:hover .icon i {
	color: #fff
}

.office-info .icon {
	width: 80px;
	height: 80px;
	background-color: #d90a2c30;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	margin: 0 auto;
	margin-bottom: 15px;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.office-info .icon i {
	color: #d90a2c;
	font-size: 45px;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.office-info h4 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #111
}

.office-info p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #272727;
	margin: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.office-info p {
		font-size: 15px
	}
}

@media(max-width:767px) {
	.office-info p {
		margin-bottom: 0
	}
}

.office-info a {
	font-weight: 500;
	font-size: 16px;
	display: block;
	text-align: center;
	color: #272727;
	padding-bottom: 8px;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.office-info a:last-child {
	padding-bottom: 0
}

.office-info a:hover {
	color: #d90a2c
}

.contact-information {
	position: relative;
	margin-top: 120px;
	overflow: hidden
}

@media(max-width:767px) {
	.contact-information {
		margin-top: 80px
	}
}

@media(max-width:767px) {
	.contact-form {
		text-align: center
	}
}

.contact-form h3 {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	color: #19171b;
	margin-bottom: 40px
}

@media(max-width:767px) {
	.contact-form h3 {
		font-size: 24px
	}
}

.contact-form form input,
.contact-form form textarea {
	background: #fff;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	border-radius: 30px;
	width: 100%;
	margin-bottom: 40px;
	height: 60px;
	padding: 0 25px
}

.contact-form form textarea {
	height: 150px;
	padding: 25px;
	resize: none
}

.contact-form form input[type=submit] {
	max-width: 180px;
	background-color: #d90a2c!important;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	border: none;
	border: 2px solid transparent;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.contact-form form input[type=submit]:hover {
	color: #272727;
	background-color: transparent;
	border: 2px solid #d90a2c
}
.contact-form #terms{padding: 0; width: 20px; margin: 0 10px 0 0px;}
.required{color: red;}
.google-map {
	position: absolute;
	right: 0;
	top: 0
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.google-map {
		position: static
	}
}

.google-map iframe {
	width: 850px;
	height: 570px
}

@media only screen and (min-width:1400px) and (max-width:1650px) {
	.google-map iframe {
		width: 650px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.google-map iframe {
		width: 550px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.google-map iframe {
		width: 450px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
	.google-map iframe {
		width: 100%
	}
}


.filters-wrap{
    margin-bottom: 70px;

}

.filters-list li {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	letter-spacing: .03em;
	color: #e4e4e4;
	background-color: #111;
	box-shadow: inset 0 0 10px rgba(6, 6, 6, .15);
	border-radius: 40px;
	padding: 10px 20px;
	cursor: pointer; 
}
 
.filters-list li:not(:first-child){
	margin: 4px;
}
.filters-list li.active,.filters-list li:hover,.job-box:hover {
	background: linear-gradient(90deg, #D90A2C 1.05%, #730000 100%);
	color:#FFFFFF;
} 
 
.job-box{
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 13%);
	background: #FFFFFF;
	color: #272727;
	border-radius: 10px;
	padding: 20px;
	font-size: 16px;
	line-height: 1.8;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.job--title{font-size: 20px; margin-bottom: 16px;}
.job-box i{margin-right: 10px;}

.career-page ul+p{margin-top: 30px; margin-bottom: 4px;}

.career-page ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.career-page ul li::before{
	content: '\F134';
	font-family: bootstrap-icons !important;
	position: absolute;
	left: 0;
	font-size: 18px;
	font-weight: bold;

}
.form-validation {
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s;
    display: none;
}