@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');
html,
body {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
	position: relative;
	overflow-x: hidden;
	background: url(../img/home-bg.png);
	background-repeat: no-repeat;
	font-size: 15px
}

.body-pause {
	overflow: hidden
}

.header {
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	margin-top: 25px;
}

.header .menu-area {}

.header .site-icon-container {
	display: inline-block;
}

.header .site-name img {
	height: 50px;
}

.header .header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.header .header-menu ul li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}

.header .header-menu ul li a {
	color: #3c3c3c;
	text-decoration: none;
	font-size: 15px;
	display: block;
	font-weight: 500;
	line-height: 100px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.header .header-menu ul li a:hover {
	color: #ed1937
}

.home-menu-btn {
	display: none;
}

.heads {
	border-left: 1px solid #3c3c3c;
	height: 40px;
	align-items: center;
}

.h-social {
	margin-left: 10px;
	transition: 300ms all
}

.h-social a {
	color: #fff;
	background: rgb(181, 20, 43);
	background: linear-gradient(90deg, rgba(181, 20, 43, 1) 0%, rgba(254, 25, 55, 1) 100%);
	padding: 5px;
	text-align: center;
	line-height: 100px;
	border-radius: 5px
}

.h-social a i {
	width: 25px;
	height: 25px
}

.h-social:hover {
	transform: translateY(-5px);
	transition: 300ms all;
	cursor: pointer;
}

.home-padding {
	padding: 50px 0
}

.why-we {
	text-align: center
}

.why-we h1,
.features h1,
.references h1 {
	font-weight: 700;
	font-size: 42px;
	color: #3c3c3c;
	padding-bottom: 30px;
	text-align: center
}

.why-we p {
	color: #afafaf
}

.feat-box {
	background: #f5f5f5;
	padding: 25px;
	border-radius: 7px;
	transition: 300ms all
}

.feat-box h3 {
	font-size: 16px;
	border-left: 3px solid #d7d7d7;
	padding-left: 10px;
	color: #6d6d6d
}

.feat-box:hover {
	background: #ff1937;
	transform: translateY(-1rem);
	transition: 500ms all;
	cursor: pointer;
}

.feat-box:hover h3 {
	color: #fff
}

.feat-box:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.numbers {
	position: relative
}

.u-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center;'
}

.number-1 {
	position: absolute;
	top: -575px;
	left: 100px
}

.number-1 h3,
.number-2 h3,
.number-3 h3 {
	font-weight: 700;
	font-size: 42px
}

.number-2 {
	position: absolute;
	top: -400px;
	left: 75px
}

.number-3 {
	position: absolute;
	top: -475px;
	left: 50px
}

.references {
	margin-top: -150px;
	position: relative
}

.home-owl {
	padding-top: 50px
}

.home-owl .item img {
	max-width: 225px;
	margin: auto;
	cursor: pointer;
	opacity: 0.7;
	transition: 300ms all
}

.home-owl .item img:hover {
	opacity: 1;
	transition: 300ms all
}

footer {
	background-image: url(../img/footer-bg.png), -webkit-gradient(linear, left top, right top, from(#e41937), to(#ff1937)) #e41937;
	background-image: url(../img/footer-bg.png), linear-gradient(to right, #e41937, #ff1937);
	background-size: cover;
	margin-top: 75px;
	padding: 60px 0 0 0
}

footer .footer-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

footer .footer-menu li a {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	padding: 0 0 0 30px
}

footer .footer-menu li a:hover {
	color: #eee;
}

footer .copyright {
	color: #911023;
	text-align: center;
	padding-top: 75px
}

.home-head {
	padding-top: 150px
}

.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 30px;
	height: 50px;
	margin: 0 auto 10px;
	margin-top: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #8f8d8d;
	border-radius: 23px
}

.scroll-btn .mouse>* {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	height: 6px;
	margin: -8px 0 0 -2px;
	border: 1px solid rgba(254, 25, 55, 1);
	border-radius: 10px;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite
}

.slider-img {
	position: relative
}

.slider p {
	color: #afafaf;
	max-width: 400px
}

.slider h2 {
	font-weight: 700;
	font-size: 42px;
	color: #3c3c3c;
}

.slider h2 span {
	color: #fe1937
}

.page-padding {
	padding-top: 150px
}

.page-padding h1 {
	font-weight: 700;
	font-size: 42px;
	color: #3c3c3c;
	padding: 30px 0 80px 0;
	text-align: center;
}

.page-padding h1 span {
	color: #fe1937
}

.ref-box {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 300px
}


.ref-box img,
.ref-box-2 img {
	max-width: 100%;
	height: auto;
	cursor: pointer
}

.btn {
	font-size: 16px;
	line-height: 24px;
	padding: 17px 75px;
	border: none;
	font-weight: 600;
	border-radius: 10px;
	position: relative;
	color: #fff;
}

.btn-red {
	background: #ff1937;
	transition: 300ms all
}

.btn-red:hover {
	background: #f20f2d;
	color: #fff;
	transition: 300ms all
}

.services-box {
	background: #f7f7f7;
	border-radius: 10px;
	padding: 50px 40px;
	min-height: 300px;
	position: relative;
	transition: 500ms all
}

.services-box:hover {
	background: #ff1937;
	transform: translateY(-1rem);
	transition: 500ms all;
	cursor: pointer;
}

.services-box:hover h4 {
	color: #fff
}

.services-box:hover p {
	color: #ccc
}

.services-box:hover img {
	-webkit-filter: brightness(100) invert(1);
	filter: brightness(100) invert(1);
}

.services-box img {
	position: absolute;
	right: 30px;
	top: -30px
}

.services-box .divider {
	content: '';
	height: 3px;
	width: 50px;
	background: #d7d7d7;
	margin: 10px 0
}

.services-box h4 {
	color: #6d6d6d;
	font-weight: 700
}

.services-box p {
	color: #afafaf;
}

.pack-box {
	background: #f7f7f7;
	border-radius: 10px;
	min-height: 300px;
	position: relative;
	transition: 500ms all
}

.pack-box.active {
	background: #eb1838;
}

.pack-box:hover {
	transform: translateY(-1rem);
	transition: 500ms all;
	cursor: pointer;
}

.pack-box.active img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.pack-box.active span,
.pack-box.active .pb-footer h3,
.pack-box.active .pb-footer p {
	color: #fff
}

.pack-box.active .pb-divider {
	background: #e51837
}

.pack-box.active .pb-footer {
	border-color: #e51837
}

.pack-box.active .pb-buttons .btn {
	-webkit-box-shadow: 0 0 25px rgb(218 23 52 / 60%);
	box-shadow: 0 0 25px rgb(218 23 52 / 60%);
}

.pb-img {
	text-align: center
}

.pb-head {
	background: #eb1838;
	border-radius: 10px 10px 0 0;
	text-align: center;
	padding: 20px 0
}

.pb-head h3 {
	color: #fff;
	font-weight: 600
}

.pb-body {
	padding: 25px 40px;
}

.pb-item {
	margin: 15px
}

.pb-item img {
	padding-right: 15px 0
}

.pb-item span {
	color: #3c3c3c
}

.pb-divider {
	content: '';
	height: 2px;
	width: 75px;
	background: #f1f1f1;
	margin: 10px 15px
}

.pb-footer {
	border-top: 1px solid #f1f1f1;
	text-align: center;
	padding: 15px 0 35px 0
}

.pb-footer h3 {
	font-weight: 700;
	color: #3c3c3c;
	font-size: 36px
}

.pb-footer p {
	color: #ccc;
	font-size: 14px
}

.pb-buttons {
	position: absolute;
	margin-top: -25px;
	left: 50%;
	transform: translate(-50%, 0);
}

.pb-buttons .btn {
	padding: 15px 25px;
	-webkit-box-shadow: 0 0 25px rgb(216 216 216 / 60%);
	box-shadow: 0 0 25px rgb(216 216 216 / 60%);
}

.address h3 {
	font-weight: 700;
	color: #6d6d6d
}

.address p {
	color: #afafaf
}

.form-group input {
	background: #f7f7f7;
	border-radius: 10px;
	border: none;
	height: 50px
}

.form-group textarea {
	background: #f7f7f7;
	border-radius: 10px;
	border: none;
	height: 150px;
	resize: none
}

.Maps {
	width: 100%;
	height: 400px;
	margin-top: 100px;
}

.flag-area {
	position: relative
}

.flag {
	position: absolute;
	left: -5px
}

.about-us p {
	color: #afafaf
}

.slogan {
	text-align: center;
	padding-top: 125px
}

.slogan h2 {
	font-size: 125px;
	font-weight: 700;
	color: #3c3c3c
}

.slogan h2 span {
	color: #fe1937
}

.works.teamside {
	padding: 125px 0 100px 0
}

.team {
	position: relative
}

.team img {
	max-width: 200px
}

.team h3,
.team span {
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-top: 10px;
	margin-bottom: 0!important;
	margin-right: 0!important
}

.team h3 {
	font-size: 16px
}

.team span {
	font-style: oblique
}

.team-social {
	position: absolute;
	top: 30px;
	right: 125px
}

.team-social li {
	list-style-type: none;
	text-align: center
}

.team-social li a {
	color: #3c3c3c;
	font-size: 20px
}

.team-social li a:hover {
	color: #fe1937;
	transition: 300ms all
}

.work-detail h3 {
	color: #3c3c3c;
	font-size: 24px;
	font-weight: 700
}

.work-detail p {
	color: #afafaf
}

.ref-box-2 {
	background: #f1f1f1;
	width: 100%;
	height: 330px;
	text-align: center;
	line-height: 300px;
}

.page-arrow a {
	color: #3c3c3c
}

.owl-carousel .owl-nav.disabled {
	display: block
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 0;
	top: 50px;
	color: #afafaf;
	font-size: 32px
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 0;
	top: 50px;
	color: #afafaf;
	font-size: 32px
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background: none;
	color: #fe1937;
	border: none;
	outline: none
}

@media (max-width: 991.98px) {
	.home-menu-btn {
		display: block;
	}
	.home-menu-btn {
		z-index: 5000;
		right: 30px;
		color: #fff
	}
	.home-menu-btn .fas.fa-times {
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 5001;
		transition: 500ms all
	}
	.header {
		margin-top: 0
	}
	.head-menu {
		-webkit-transform: translateX(-100%) scale(0.9);
		transform: translateX(-100%) scale(0.9);
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
		background-color: #fff;
		padding: 20px;
		padding-top: 120px;
		z-index: 1003;
		overflow-y: auto;
		border-radius: 0;
		bottom: 0px;
		background-image: transparent!important;
		-webkit-transition: .3s ease;
		transition: .3s ease;
		opacity: .4;
	}
	.head-menu .btn {
		display: block;
	}
	.head-menu .mmff {
		width: 100%;
		display: block;
	}
	.head-menu.active {
		-webkit-transform: translateX(0px) scale(1);
		transform: translateX(0px) scale(1);
		opacity: 1;
	}
	.head-menu .hm-close {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 18px;
		cursor: pointer;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		color: #fff;
		opacity: .6;
		z-index: 1004;
	}
	.head-menu .bs-btn {
		display: block;
		width: 100%;
	}
	.head-menu .bs-btn+.bs-btn {
		margin-top: 14px;
	}
	.for-mobile {
		display: none
	}
	.mobil {
		display: block;
		color: #fe1937;
		font-size: 32px;
		top: 25px;
		right: 15px;
		position: absolute;
	}
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background: #fff;
	}
	.m-logo {
		text-align: center;
		overflow: hidden;
		padding: 10px 0;
		margin-top: 20px
	}
	.m-logo img {
		width: 180px;
	}
	.mobile-menu {
		overflow: hidden;
	}
	.mobile-menu ul ul {
		display: none;
	}
	.drop-downs {
		display: block!important;
		overflow: hidden!important;
		margin-top: 10px!important;
	}
	.mobile-menu li li {
		background: #f5f5f5;
		border-bottom: 1px solid #ccc
	}
	.mobile-menu li li a {
		color: #4B5B6C;
		text-decoration: none;
	}
	.mobile-menu ul {
		margin: 25px auto;
		list-style: none;
		padding: 0;
	}
	.mobile-menu li {
		display: block;
		padding: 20px 0;
		font-size: 16px;
		color: #4B5B6C;
		text-align: center;
		border-bottom: 1px solid #f5f5f5
	}
	.mobile-menu li a {
		text-decoration: none;
		color: #4B5B6C;
	}
	footer {
		margin-top: 0
	}
	footer .footer-menu {
		display: block;
		text-align: center
	}
	footer .footer-menu li a {
		padding: 0
	}
	.home-padding {
		padding: 25px 0;
	}
	.number-1,
	.number-2,
	.number-3 {
		position: relative;
		left: 0;
		top: 0;
		border: 1px solid #f5f5f5;
		text-align: center;
		border-radius: 10px;
		padding: 5px;
		margin-bottom: 10px;
		background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
		-webkit-box-shadow: 0 0px 10px 0 rgb(0 0 0 / 5%);
		-moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.05%);
		box-shadow: 0 0px 10px 0 rgb(0 0 0 / 5%);
	}
	.number-1 h3,
	.number-2 h3,
	.number-3 h3 {
		font-size: 24px
	}
	.references {
		margin-top: 0
	}
	.services-box {
		padding: 50px 10px
	}
	.page-padding {
		padding-top: 75px
	}
	footer {
		padding: 25px 0 0 0
	}
	footer .copyright {
		padding-top: 25px
	}
	footer .copyright p {
		font-size: 12px
	}
	.slogan h2 {
		font-size: 42px
	}
	.slogan {
		padding-top: 50px
	}
	.team {
		justify-content: center;
		display: flex;
	}
	.team-social {
		right: 75px
	}
	.slider {
		margin-top: 100px
	}
	.mt-75 {
		margin-top: -75px
	}
	#slider-img #hand {
		transform: none!important
	}
}

@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%
	}
	15% {
		opacity: 1;
		top: 50%
	}
	50% {
		opacity: 0;
		top: 50%
	}
	to {
		opacity: 0;
		top: 29%
	}
}

@-moz-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%
	}
	15% {
		opacity: 1;
		top: 50%
	}
	50% {
		opacity: 0;
		top: 50%
	}
	to {
		opacity: 0;
		top: 29%
	}
}

@keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%
	}
	15% {
		opacity: 1;
		top: 50%
	}
	50% {
		opacity: 0;
		top: 50%
	}
	to {
		opacity: 0;
		top: 29%
	}
}


/*# sourceMappingURL=main.css.map */