* {
    margin: 0;
    padding: 0;
}

body {
	font-family: 'Lato', sans-serif;
    background-color: #121214;
	color: #21323c;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #21323c;
    line-height: 1.2;
	margin: 0;
	padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

ul,
ol,
p {
    margin: 0;
    padding: 0;
}

a { color: #d6110b; }

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
   margin: 0;
   padding: 0;
   line-height: 25px;
}

.form-control::-webkit-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control::placeholder {
    color: #cec1f4;
    opacity: 1;
}

.container-fluid {
	padding-left: 6%;
	padding-right: 6%;
	max-width: 1440px;
}

.v-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* HEADER */

header {
	position: absolute;
	z-index: 10001;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 0px;
}

header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header nav ul {
	display: flex;
	align-items: center;
	font-family: 'Roboto', sans-serif;
}

header nav ul li {
	color: #153d6a;
	margin-left: 40px;
}

header nav ul li:first-child { margin-left: 0; }

header nav ul li a {
	color: #fff;
	text-transform: uppercase;
    font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
}

header nav ul li a:hover,
header nav ul li a.active {
	color: #d6110b !important;
}

header nav ul li a i {
	position: relative;
	top: 2px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
    transition: .5s;
}

header nav ul li a:hover i {
	color: #d6110b;
}

/* WELCOME */

.welcome {
	width: 100%;
	height: 90vh;
	position: relative;
	overflow: hidden;
	background-color: #121214;
	background-image: url('../img/slider/slide-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.offer {
	position: relative;
	background-color: #121214;
	padding: 0px 0px 50px 0px;
}

.why-us-boxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
}

.why-us-boxes .item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	padding: 50px 30px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}

.why-us-boxes .item:nth-child(2) {
	background-color: rgba(214, 17, 11, .9);
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	align-items: center;
}

.why-us-boxes .item:nth-child(2):after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url('../img/box-center.jpg') no-repeat;
	background-size: cover;
	opacity: .1;
}

.why-us-boxes .item h3 {
	color: #fff;
    font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 25px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	margin-bottom: 30px;
}

.why-us-boxes .item p {
	position: relative;
	z-index: 3;
	color: #90939c;
}

.why-us-boxes .item:nth-child(2) p {
	color: #fff;
}

.gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.gallery .item {
	height: 400px;
	border-radius: 10px;
}

.gallery .item.width-2 {
	grid-column: span 2;
}

.gallery .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.wrap h1 {
	font-size: 60px;
	color: #fff;
	text-shadow: 2px 2px rgba(0,0,0,.5);
	font-weight: 900;
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.wrap h1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 100%;
	background: #d6110b;
}

.wrap h2 {
	font-size: 40px;
	font-weight: 300;
	background: #d6110b;
	color: #fff;
	padding: 5px 30px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: -1px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.wrap p {
	display: inline-block;
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: 5px 30px;
	font-weight: 500;
	font-size: 20px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.element-on {
	width: 100%;
	height: 90vh;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('../img/slider/element-on.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	animation: opacityPulse 4s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
	z-index: 2;
}

/* SERVICES */

.services {
	position: relative;
	background: rgba(214, 17, 11, .5);
	background-image: url('../img/services-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.services-area {
	position: relative;
}

.service-item {
	position: relative;
	margin: 10px 0px;
	overflow: hidden;
	height: 300px;
}

.service-item a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: all 1s;
}

.service-item .content {
	position: relative;
	width: 100%;
	height: 100%;
}

.service-item .content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	overflow: hidden;
	transition: all .5s;
}

.service-item .content h3 {
	position: absolute;
	bottom: 0;
	height: 90px;
	left: 0;
	right: 0;
	background: rgba(214, 17, 11, .85);
	color: #000;
	padding: 30px 30px;
	text-transform: uppercase;
	color: #fff;
	z-index: 2;
	font-weight: 500;
	transition: all .3s;
}

.service-item .content h3:after {
	position: absolute;
	content: ">";
	display: block;
    width: 50px;
    height: 50px;
	right: 30px;
	bottom: 20px;
	border: 1px solid #fff;
	text-align: center;
	transition: all .4s ease;
	color: #fff;
	background: none;
	padding: 5px 0px 0px 0px;
}

.service-item:hover .content h3 {
	bottom: 0;
	height: 100%;
	background: rgba(214, 17, 11, .85);
}

.service-item:hover .content h3:after {
	color: rgba(214, 17, 11, 1);
	background: #fff;
}

.service-item:hover .content img {
	transform: scale(1.1);
}

.service-item .content .content-hidden {
	position: absolute;
	top: 300%;
	color: #fff;
	z-index: 3;
	transition: all .4s ease;
	padding: 20px 30px;
	font-size: 16px;
}

.service-item .content .content-hidden p {
	font-size: 18px;
	color: #fff;
}

.service-item:hover .content .content-hidden {
	top: 60px;
}

.service-item .content .content-hidden ul {
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.service-item .content .content-hidden ul li {
	padding-top: 10px;
}

.service-item .content .content-hidden ul i[class^="flaticon-"]:before,
.service-item .content .content-hidden ul i[class^="flaticon-"]:before,
.service-item .content .content-hidden ul i[class^="flaticon-"]:after,
.service-item .content .content-hidden ul i[class^="flaticon-"]:after {
	font-size: 16px !important;
	padding-right: 5px;
}

.section2 {
	position: relative;
	background-image: url('../img/footer-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: #90939c;
}

.section2 h3 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 25px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.section2 .title i {
	color: #d6110b;
	border: 1px solid #d6110b;
	padding: 4px 8px;
	margin-right:20px;
	border-radius: 5px;
}

.section-skew {
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
}

.section-skew:before {
	content: " ";
	background: #121214;
	width: 50%;
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 0;
	transform: skew(0, -3deg) translate(0, -44px);
	z-index: 2;
}

.section-skew:after {
	content: " ";
	background: #121214;
	width: 50%;
	height: 50px;
	position: absolute;
	bottom: 0px;
	right: 0;
	transform: skew(0, 3deg) translate(0, -44px);
	z-index: 2;
}

.section-skew.skew2:before {
	background: #121214;
	transform: skew(0, 3deg) translate(0, -44px);
}

.section-skew.skew2:after {
	background: #121214;
	transform: skew(0, -3deg) translate(0, -44px);
}

.section2 p {
	line-height: 25px;
}

.section2 ul li {
	position: relative;
	padding-left: 30px;
	margin: 0px 0px 10px 0px;
}

.section2 ul li:last-child {
	margin: 0px 0px 0px 0px;
}

.section2 ul li i {
    color: #90939c;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section2 i[class^="flaticon-"]:before,
.section2 i[class*=" flaticon-"]:before,
.section2 i[class^="flaticon-"]:after,
.section2 i[class*=" flaticon-"]:after {
	font-size: 16px !important;
}

.block-style1 {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 45px;
	color: #90939c;
}

.theme_background {
	padding: 50px 0px;
	margin-right: 70px;
}

.block-style1:before {
    content: "";
    position: absolute;
    top: -25px;
    right: 30px;
    width: 260px;
    bottom: -80px;
    border: 8px solid #d6110b;
    z-index: -1;
}

.block-style1 + * {
    position: relative;
    z-index: 1;
}

.block-style1 h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}

.medium {
	display: block;
	font-size: 50px;
	font-weight: 700;
	margin-top: 5px;
}

/* SECTION TITLE */

.section-title {
	position: relative;
	z-index: 2;
}

.section-title h1 {
	position: absolute;
	top: -60px;
	left: 0px;
	color: #fff;
	font-size: 150px;
	font-weight: 700;
	opacity: 0.03;
	z-index: 1;
	user-select: none;
}

.section-title h2 {
	position: relative;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 70px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.section-title h3 {
	position: relative;
	z-index: 2;
	color: #90939c;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 10px;
	text-transform: uppercase;
}

.section-title h2 span {
	color: #d6110b;
}

/* PAGE TOP */

.page-top {
	width: 100%;
	height: 50vh;
	position: relative;
	background-image: url('../img/page-top.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.page-top .wrap {
	padding-top: 60px;
}

/* CONTACT */

.contact {
	position: relative;
	overflow: hidden;
	min-height: 500px;
}

.map-contact {
	position: absolute;
	z-index: 2;
	width: 50%;
	background: #d6110b;
	left: 0;
	height: 100%;
	text-align: center;
}

.map-contact:before {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #d6110b;
    position: absolute;
    top: 40px;
    right: -10px;
    z-index: 2;
}

.map-contact:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url('../img/offer-center.jpg') no-repeat;
	background-size: cover;
	opacity: 0.1;
	z-index: 2;
}

.map {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	bottom: 0;
}

.map-wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px 5%;
	z-index: 3;
	color: #fff;
}

.map-wrap h1 {
	color: #fff;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.map-wrap .point {
	margin: 10px 0px;
	border: 1px solid rgba(255,255,255,.2);
	padding: 20px;
	border-radius: 5px;
}

.map-wrap .point a {
	color: #fff;
}

.map-wrap .point i[class^="flaticon-"]:before,
.map-wrap .point i[class*=" flaticon-"]:before,
.map-wrap .point i[class^="flaticon-"]:after,
.map-wrap .point i[class*=" flaticon-"]:after {
	font-size: 50px !important;
}

.map-mobile {
	display: none;
}

.navigation {
	background: #000;
	padding: 20px 0px;
	margin-bottom: 100px;
}

.navigation ul li {
	display: inline-block;
	font-size: 18px;
}

.navigation ul li.arrow {
	margin: 0px 20px;
}

.navigation ul li a {
	color: #90939c;
}

.navigation ul li.title {
	color: #fff;
}


.main {
	position: relative;
	overflow: hidden;
}

.main p {
	font-size: 18px;
	color: #90939c;
	line-height: 35px;
}

h3.minititle {
	color: #fff;
}

.img-responsive {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-items ul li {
	display: flex;
	align-items: center;
	margin: 20px 0px;
}

.contact-items ul li:first-child {
	margin-top: 0;
}

.contact-items ul li:last-child {
	margin-bottom: 0;
}

.contact-items ul li .item-ico {
	margin-right: 30px;
}

.contact-items ul li .item-ico i[class^="flaticon-"]:before,
.contact-items ul li .item-ico i[class*=" flaticon-"]:before,
.contact-items ul li .item-ico i[class^="flaticon-"]:after,
.contact-items ul li .item-ico i[class*=" flaticon-"]:after {
	font-size: 50px !important;
	color: #d6110b;
}

.contact-items ul li p {
	color: #90939c;
}

.contact-items ul li a {
	color: #fff;
}

.contact-items ul li a:hover {
	color: #d6110b;
}

.contact-form fieldset.styled-input {
	position: relative;
}

.contact-form fieldset.styled-input label {
	color: #90939c;
	position: absolute;
	top: 7px;
	left: 0;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	pointer-events: none;
}

.contact-form fieldset.styled-input input[type="text"]:focus ~ label,
.contact-form fieldset.styled-input input[type="text"]:valid ~ label,
.contact-form fieldset.styled-input input[type="email"]:focus ~ label,
.contact-form fieldset.styled-input input[type="email"]:valid ~ label,
.contact-form fieldset.styled-input textarea:focus ~ label,
.contact-form fieldset.styled-input textarea:valid ~ label {
	top: -1.6rem;
	position: absolute;
	font-size: 12px;
	color: #90939c;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.contact-form fieldset {
	border: none;
	width: 100%;
	margin-bottom: 30px;
}

.contact-form fieldset label {
	color: #90939c;
	line-height: 1.8em;
	font-size: 14px;
	display: block;
	padding-left: 0.6em;
	font-weight: 500;
}

.contact-form fieldset input[type="text"],
.contact-form fieldset input[type="email"],
.contact-form fieldset textarea,
.contact-form textarea {
	margin-right: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: none;
	border-bottom: 1px solid #90939c;
	padding: 0.3em 0.5em 0.2em 0.5em;
	text-decoration: none;
	outline: 0;
	line-height: 1em;
	margin: 0;
	font-size: 1.4em;
	font-weight: 400;
	color: #90939c;
	background: none !important;
}

.contact-form fieldset input[type="text"]:focus,
.contact-form fieldset input[type="email"]:focus {
	border-bottom: #90939c 1px solid;
}

.mobile-menu {
	display: none;
	position: absolute;
	bottom: 0;
}

.mobi-nav {
	display: none;
}

.mobi-nav ul li a {
	width: 100%;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 15px 30px;
	color: #fff;
}

.mobi-nav .logo {
	width: 80%;
	position: relative;
	text-align: center;
	padding: 30px;
}

/* FOOTER */

footer {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255,.1);
	padding: 80px 0px 50px 0px;
	color: #90939c;
	background-color: #121214;
}

footer h5 {
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #d6110b;
}

footer .socials {
	display: flex;
	gap: 10px;
	max-width: 50%;
}

footer .socials a {
	display: flex;
	align-items: center;
	opacity: .6;
	padding: 10px 20px;
	border: 1px solid rgba(255, 255, 255, .1);
	background-color: rgba(255, 255, 255, .1);
	border-radius: 5px;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

footer .socials a:hover {
	opacity: 1;
	background-color: #d6110b;
	color: #fff;
}

footer .socials i {
	position: relative;
	top: 2px;
	padding-right: 10px;
	font-size: 22px;
	line-height: 22px;
}

footer .footer-box {
	display: flex;
	padding: 20px;
    border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, .1);
    text-align: left;
}

footer .footer-box i {
	color: #d6110b;
	font-size: 50px;
}

footer .copyrights {
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 50px;
	padding-top: 50px;
	text-align: center;
	color: #76787d;
}

.btn {
	padding: 10px 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}

.btn-1 {
	color: #fff;
	border: 1px solid #fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

.btn-1:hover {
	color: #d6110b;
	border-color: #d6110b;
}

.btn-1.hvr-sweep-to-right:before {
    background: #fff;
	border: 1px solid #fff;
}

.portfolioFilter {
  padding: 15px 0;
}

.portfolioFilter a {
	margin-right: 6px;
	color: #666;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 4px 15px;
	border-radius: 50px;
	display: inline-block;
}

.portfolioFilter a.current {
	background: #d6110b;
	border: 1px solid #d6110b;
	color: #fff;
}

.portfolioContainer{
	width: 100%;
	display: flex;
	border-radius: 3px;
}

.portfolioContainer > div {
	width: 25%;
	overflow: hidden;
	cursor: pointer;
}

.portfolioContainer > div img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: all .4s;
}

.portfolioContainer a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width:100%;
	height: 100%;
}

.portfolioContainer .hidden-content {
	top: 100%;
	position: absolute;
	transition: all .4s;
	left: 50%;
	transform: translateX(-50%);
}

.portfolioContainer .hidden-content i {
	background: rgba(214, 17, 11, .7);
	padding: 10px 30px;
	display: block;
	color: #fff;
}

.portfolioContainer > div:hover .hidden-content {
	top: 50%;
	transform: translate(-50%, -50%);
}

.portfolioContainer > div:hover img {
	transform: scale(1.3);
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

a:focus, textarea:focus, input:focus {
	outline: none !important;
}

.table {
	color: #90939c;
	border-collapse: collapse;
}

.table .td-1 {
	background-color: #212121;
	color: #fff;
}

.table .td-2 {
	background-color: #212121;
	color: #eee;
}

.table td, .table th {
	border: 1px solid #545454;
}

.table h5 {
	color: #fff;
}

.table>:not(caption)>*>* {
	background-color: transparent;
	color: #90939c;
}

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

.mb0 { margin-bottom: 0px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mb150 { margin-bottom: 150px; }
.mb200 { margin-bottom: 200px; }

.ml0 { margin-left: 0 !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }

.mr0 { margin-right: 0 !important; }

.pt50 { padding-top: 50px; }
.pt80 { padding-top: 80px; }
.pt100 { padding-top: 100px; }
.pt150 { padding-top: 150px; }

.pb0 { padding-bottom: 0px; }
.pb50 { padding-bottom: 50px; }
.pb80 { padding-bottom: 80px; }
.pb100 { padding-bottom: 100px; }
.pb150 { padding-bottom: 150px; }

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }

.pl10 { padding-left: 10px; }

.p30 { padding: 30px; }
.p20 { padding: 20px; }
.p10 { padding: 10px; }

#btn_scroll {
	letter-spacing: 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
	z-index: 1000;
	cursor: pointer;
}


#scroll-top { position: fixed !important; right: 30px; bottom: -40px; display: block; line-height: 30px; text-align: center; width: 30px; height: 30px; visibility: hidden; filter: alpha(opacity=0); opacity: 0; z-index: 7779; cursor: pointer; z-index: 112312312312; overflow: hidden; }
#scroll-top:after { content: "\f10d"; font-family: "Flaticon"; color: #fff; font-size: 10px; position: absolute; left: 0; top: 0; width: 100%; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }
#scroll-top:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #1b1d1f; z-index: -1; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }
#scroll-top:hover:before { background-color: #d6110b; }
#scroll-top:hover:after { color: #fff; }
#scroll-top.showx { bottom: 30px; opacity: 1; visibility: visible; }

@media only screen and (max-width: 991px) {
	
	.why-us-boxes {
		grid-template-columns: 1fr;
	}

	.why-us-boxes .item {
		position: relative;
		padding: 30px 15px;
	}
	
	.gallery {
		grid-template-columns: 1fr;
	}
	
	.gallery .item.width-2 {
		grid-column: span 1;
	}
	
	footer .socials {
		justify-content: center;
		max-width: 100%;
	}
	
	.m-mt20 { margin-top: 20px !important; }
	
	.portfolioContainer > div {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	
	.portfolioContainer > div:last-child {
		margin: 0px 0px 0px 0px;
	}
	
	header nav {
		display: none;
	}
	
	.welcome .wrap {
		padding-top: 60px;
	}
	
	.welcome h1, .page-top h1 {
		font-size: 40px;
	}
	
	.welcome h2, .page-top h2 {
		font-size: 25px;
	}
	
	.welcome .wrap p {
		font-size: 16px;
	}
	
	.about-box {
		margin-top: 0px;
	}
	
	.service-item {
		width: 100%;
	}
	
	.contact {
		position: relative;
		min-height: 400px;
	}
	
	.map-wrap {
		position: relative;
		top: 0;
		transform: none;
		padding: 30px 0px;
	}
	
	.map {
		position: relative;
		width: 100%;
	}
	
	.map-contact {
		position: relative;
		width: 100%;
	}
	
	.map-contact:before {
		display: none;
	}
	
	footer {
		text-align: center;
	}
	
	footer .desc {
		padding-right: 0;
		margin-bottom: 30px;
	}
	
	.block-style1:before {
		content: "";
		position: absolute;
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
		width: 260px;
		bottom: -80px;
		border: 8px solid #d6110b;
		z-index: -1;
	}
	
	.theme_background {
		margin-right: 0px;
	}
	
	.medium {
		font-size: 25px;
	}
	
	.block-style1 h2 {
		font-size: 25px;
	}
	
	.section2-right {
		margin: 30px 0px 0px 0px;
	}
	
	.section-title {
		overflow: hidden;
	}
	.section-title h1 {
		font-size: 70px;
		top: -30px;
	}
	
	.section-title h2 {
		font-size: 40px;
	}
	
	.service-item .content h3 {
		height: 40px;
		padding: 10px 10px;
		font-size: 16px;
	}
	
	.service-item .content h3:after {
		width: 25px;
		height: 25px;
		right: 10px;
		bottom: 7px;
		padding: 0px;
	}
	
	.service-item:hover .content .content-hidden {
		font-size: 14px;
		padding: 0px 10px;
	}
	
	.service-item .content .content-hidden p {
		font-size: 14px;
	}
	
	.map-mobile {
		display: block;
	}
	
	.mobi-nav {
		position: fixed;
		display: block;
		z-index: 1000000;
		width: 100%;
		transition: .5s;
		text-align: center;
		background: #000;
		height: 0px;
		top: -100vh;
		right: 0;
		left: 0;
		bottom: 0;
	}
	
	.mobi-nav.opened {
		top: 0;
		height: 100%;
	}
	
	.mobi-nav ul {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.mobile-menu {
		display: block;
		width: 100%;
		position: fixed;
		background: #000;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10000001;
		border-top: 1px solid rgba(255,255,255,.1);
	}
	
	.mobile-menu ul {
		list-style: none;
	}
	
	.mobile-menu ul li {
		height: 100%;
		float: left;
		width: 25%;
		text-align: center;
	}
	
	.mobile-menu ul li a {
		display: block;
		background: #000;
		border-right: 1px solid rgba(255,255,255,.1);
		height: 9vh;
		padding: 5px 5px;
		text-transform: uppercase;
		color: #959595;
		font-size: 10px;
		cursor: pointer;
	}
	
	.mobile-menu ul li a [class^="flaticon-"]:before,
	.mobile-menu ul li a [class*=" flaticon-"]:before,
	.mobile-menu ul li a [class^="flaticon-"]:after,
	.mobile-menu ul li a [class*=" flaticon-"]:after {
		display: block;
		font-size: 20px !important;
		margin-left: 0 !important;
	}

}

@-webkit-keyframes opacityPulse {
	0% { opacity: 0; }
	10% { opacity: 1; }
	20% { opacity: 0; }
	30% { opacity: 1; }
	40% { opacity: 0; }
	50% { opacity: 1;} 
	60% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes opacityPulse {
	0% { opacity: 0; }
	10% { opacity: 1; }
	20% { opacity: 0; }
	30% { opacity: 1; }
	40% { opacity: 0; }
	50% { opacity: 1;} 
	60% { opacity: 0; }
	100% { opacity: 0; }
}