html {scroll-behavior: smooth;}
body {
	margin: 0;
    padding: 0;
	background: #fafafa;
	background-image: url('');
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 16px;
	line-height: 1.7em;
	color: #333;
}
::-webkit-scrollbar {width: 14px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey;}
::-webkit-scrollbar-thumb {background: #ff8c00;}
::-webkit-scrollbar-thumb:hover {background: #fdb053;}
*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.back-to-top {
	padding: 0.5em 1em;
	text-align: center;
	position: fixed;
	right: 2em;
	bottom: 2em;
	background: #ff8c00;
	color: #fff;
	border-radius: 50%;
}
.back-to-top:hover {background: #fdb053;}
.fullwidth {
	width: 100%;
	margin: 0;
	padding: 0.1em;
}
.lead-bcg {
	width: 100%;
	height: 51em;
	padding: 0.1px;
	display: flex;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/lead-bcg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.bcg-1 {
	width: 100%;
	min-height: 2em;
	padding: 0.1px;
	background-color: #000;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/pexels-karolina-grabowska-7285984.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dark {background: #222222;}
.div-50 {width: 50%;}
.div-70 {width: 70%;}
.div-80 {width: 80%;}
.auto-margin {margin: auto;}
.padding {padding: 1px;}
.padding-3 {padding: 3%;}
.padding-5 {padding: 5%;}
.padding-var-3 {padding: 3% 5% 6% 5%;}
.btn-pdd-right {
	padding: 2% 0% 3% 3%;
	text-align: right;
}
.white-text {color: #fff;}
.color-ttl {
	margin-bottom: auto;
	color: #ff8c00;
	text-align: center;
	font-size: 2.2em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.left {text-align: left;}
.ftr-ttl {
	margin: auto;
	color: #ff8c00;
	font-size: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.hr-cnt, .hr-lft {
	border: 0;
    width: 15%;
	height: 3px;
	margin: 20px auto;
    background: #ff8c00;
}
.hr-lft {margin: 10px 0 25px 0;}
.top {
	padding: 1px;
	background: #111;
	color: #fff;
	text-align: right;
}
.logo {
	height: 50px;
	display: inline-block;
	float: left;
}
.title {
	float: left;
	font-size: 1.5em;
	font-weight: 800;
	margin-left: 0.5em;
	color: #ff8c00;
}
.head-contact {
	padding: 0;
}
.head-contact li {
	display: inline-block;
	margin: 0;
	margin-left: 1em;
	padding: 0;
}
.head-contact a {
	padding: 0px 12px;
	display: inline-block;
	color: #ff8c00;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
}
.head-contact a:hover {color: #fdb053;}
.fa-paper-plane, .fa-phone, .fa-user {margin-right: 10px;}
.nav-cnt {
	padding: 0.1em 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.nav-log {flex: 30%;}
.nav {flex: 70%;}

.topnav {
	padding: 1em 0;
	text-align: right;
}
.topnav a, .nav-log a {
	padding: 6px 12px;
	display: inline-block;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}
.topnav a:hover, .nav-log a:hover {color: #ff8c00;}
.topnav a.active {color: #ff8c00;}
.topnav .icon {display: none;}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.lead-txt {
	width: 80%;
	color: #fff;
}
.lead-txt h1 {
	font-size: 3.5em;
	color: #ff8c00;
}
.lead-txt h3 {
	font-weight: 600;
	text-transform: uppercase;
}
.down {
	margin: 3% 0 0 0;
	height: 50px;
}
.down:hover {color: #fdb053;}
.img-shd {
	box-shadow: -10px 10px 0px 0px #ffffffcc;
}
.button {
	margin: 4px 2px;
	padding: 15px 32px;
	cursor: pointer;
	display: inline-block;
	outline: none;
	background-color: #ff8c00;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border: none;
}
.button:hover {background: #fdb053;}
.sr-btn {
	padding: 15px 32px;
	cursor: pointer;
	display: inline-block;
	outline: none;
	background-color: #ff8c00;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border: none;
}
.sr-btn:hover {background: #fdb053;}
.srvc, .ref {
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2vh;
}
.ref {
	align-items: center;
	justify-content: flex-start;
}
.srvc-item {
	box-sizing: border-box;
	width: 32%;
	max-width: 32%;
	overflow: hidden;
	text-align: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.ref-item {
	box-sizing: border-box;
	max-width: 25%;
	overflow: hidden;
	text-align: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.img-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.srvc img {
	width: 100%;
	height: 24vh;
	max-height: 24vh;
}
.ref img {
	width: 35vh;
	height: 23.33vh;
}
.img-responsive {
	display: block;
    height: auto;
}
.ttl-div {
	width: 100%;
	height: 20%;
	padding: 1vh 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #000000bf;
	transition: height 0.5s linear;
}

.ttl-div:hover {
	width: 100%;
	height: 100%;
	padding: 1vh 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #ffffff;
}
.ttl-div p {
	margin: 20px;
	font-size: 0.8em;
	line-height: 1.5em;
}
.ttl-div span {
	color: #ff8c00;
	text-decoration: none;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.start {align-items: flex-start;}
.flex-33 {width: 33%;}
.flex-66 {width: 66%;}
.footer-item {
	flex: 23%;
	margin: 1%;
	padding: 1%;
}
.ftr-contact {
	color: #ff8c00;
	list-style-type: none;
	padding-left: 0;
}
.ftr-contact i {
	font-size: 20px;
	color: #ff8c00;
}
.ftr-contact li {
	margin: 1em 0;
	font-weight: 500;
}
.ftr-contact a {
	color: #ff8c00;
	text-decoration: none;
}
.ftr-contact a:hover {color: #fdb053;}
.fa-facebook-f {
	margin-top: 1em;
	padding: 0.5em 0.7em;
	font-size: 1em;
	color: #ff8c00;
	border: 1px solid #ff8c00;
	border-radius: 50%;
	transition: transform .3s;
}
.fa-facebook-f:hover {transform: scale(1.2);}
.ftr-links a {
	margin: 1em 0;
	display: block;
	color: #ff8c00;
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: none;
}
.ftr-links a:hover {color: #fdb053;}
.qr {width: 80%;}
.bottom {
	background: #111;
	color: #ff8c00;
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 1px;
}
.bottom p {
	display: inline-block;
	margin: 12px 32px;
}
.bottom a {
	color: #ff8c00;
	text-decoration: none;
}
.bottom a:hover {color: #fdb053;}