@font-face {
	font-family: 'Mont-Regular';
	src: url(../fonts/Mont-Regular.otf);
}

@font-face {
	font-family: 'Mont-SemiBold';
	src: url(../fonts/Mont-SemiBold.otf);
}

@font-face {
	font-family: 'Mont-Bold';
	src: url(../fonts/Mont-Bold.otf);
}

@font-face {
	font-family: 'Roboto', sans-serif;
	src: url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
}

@font-face {
	font-family: 'Mont-Light';
	src: url(../fonts/Mont-Light.otf);
}

@font-face {
	font-family: 'Mont-Book';
	src: url(../fonts/Mont-Book.otf);
}

dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

title {
	text-transform: capitalize;
}

html {
	scroll-behavior: smooth;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none !important;
}
p,ul li{
	font-family: 'Roboto', sans-serif !important;
}
body {
	font-family: 'Mont-Regular';
	line-height: unset;
}

.banner {
	background: url(../img/banner.jpg);
	background-size: cover !important;
	background-position: bottom !important;
	background-repeat: no-repeat !important;
	height: 100vh;
	position: relative;
}

.banner:before {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
	content: "";
	background:rgb(19 5 5 / 20%);
	z-index: 0;
}

header {
	padding: 25px 0;
}
.logo{
	margin-left: 25px;
}
.evo-nav li {
	padding: 5px 15px;
}

.evo-nav li a {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}

.banner-content {
	position:absolute;
	top:calc(50% - 200px);
	left:0;
}

.banner-content h1 {
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-family: 'Mont-Bold';
	max-width:500px;
}

.container {
	max-width: 1300px;
}

.division {
	margin: 75px 0;
}

.division .overlay {
	overflow: hidden;
	transition: all 0.5s ease;
}

.division .block {
	height: 225px;
	position: relative;
	border-radius: 8px;
	transition: all 0.5s ease;
	background-size: 100% !important;
	background-position:0 !important;
}

.division .overlay:hover .block {
	background-size: 105% !important;
}

.division .block .content {
	margin-left: 25px;
	max-width: 160px;
}

.division .block .content h2 {
	font-size: 2em;
	font-weight: 600;
	font-family: 'Prata', serif;
	color: #fff;
}

.division .block a {
	background: rgb(51 51 51 / 27%);
	color: #fff;
	font-size: 10px;
	padding: 7px 10px 7px 15px;
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
	max-width: 115px;
	margin-top: 25px;
}

.division .block a i {
	padding-left: 15px;
	color: #fff;
	font-size: 15px;
	transition: all 0.5s ease;
}

.division .block a:hover i {
	padding-left: 25px;
}
.gallery a{
	overflow: hidden;
}
.leds-gallery{
	padding: 75px 0;
}
.heading h1{
	font-size: 50px;
		font-family: 'Mont-SemiBold';
	padding-bottom:25px;
}
.clients{
	padding:100px 0;
}
.clients .client-list{
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0;
}
.owl-theme .owl-nav [class*=owl-]{
	background: transparent !important;
}

.clients img{
	max-width: 225px;
}
/*.clients .owl-carousel .owl-item{
    min-height: 200px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clients .owl-carousel .owl-item img{
	max-width: 200px;
}
.clients .owl-carousel .owl-nav.disabled{
	display: block;
}*/
.leds-division .owl-carousel .owl-nav.disabled{
	display: block;
	margin-top:50px;
}
.gallery .block{
	position: relative;
	width: 100%;
	height: 550px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
	transition: all 0.5s ease;	
}
.gallery .block:hover{
	transform: scale(1.1);
}
.gallery .block:before{
	position: absolute;
	left: 0;
	height:100%;
	width: 100%;
	top:100%;
	content: "";
	background: rgb(37 37 37 / 60%);
	z-index: 0;
	opacity: 0.5;
	transition: all 0.5s ease;
}
.gallery .block:hover:before,.gallery .block:hover span i{
	opacity: 1;
	top:0;
	
}
.gallery .block span i{
	font-size: 25px;
	color: #fff;
	position: relative;
	z-index: 99;
	opacity: 0;
	top:75px;
	transition: all 0.5s ease;
}
.about-us{
    padding: 100px 0;
    background: #2e6ac0;
    color: #fff !important;
}
.about p{
    font-size: 14px;
    line-height: 2.14286;
    font-weight: 400;
}
.about-content{
    padding: 50px 0;
    margin-left: 100px;
    z-index: 9;
    position: relative;
}
footer a{
	color: #fff;
}
.about-us .learn-more a,.about-us .learn-more a i{
   color: #fff;
   border-color: #fff;
}
footer {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	padding: 75px 0 25px 0;
}

.footer-top {
	max-width: 1000px;
	margin: auto;
}

footer p {
	color: #333;
	font-size: 12px;
	max-width: 500px;
	line-height: 21px;
	text-align: justify;
}

footer .f-logo {
	margin-bottom: 15px;
}

footer .f-nav {
	margin-bottom: 90px;
}

footer .f-nav li {
	margin-left: 35px;
}

footer .f-nav li a {
	font-size: 14px;
	color: #222;
	font-weight: 500;
	font-family: 'Mont-SemiBold'
}

footer .f-social li {
	margin-left: 25px;
}

footer .f-social li {
	border-radius: 50%;
	border: 2px solid #333;
	padding: 15px;
	width: 50px;
	height: 50px;
}

footer .f-social li i {
	color: #333;
	font-size: 21px;
}

.footer-bottom {
	background: #2e6ac0;
	padding: 35px 15px 25px 15px;
	max-width: 1000px;
	margin: 50px auto auto auto;
}

.footer-bottom i {
	color: #fff;
	font-size: 30px;
}

.footer-bottom p {
	color: #fff;
	font-size: 14px;
}
.fp-number a{
	font-size: 17px !important;
}
.footer-bottom h3 {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.footer-bottom h2 {
	color: #ffff;
	font-size: 13px;
	padding-bottom: 2px;
}

.hamburger-menu {
	position: absolute;
	top: 25px;
	/* r: 0; */
	width: 35px;
	height: 50px;
	left: -50px;
	display: none;
}

.hamburger-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
	top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
	top: 13px;
}

.hamburger-menu span:nth-child(4) {
	top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
	top: 18px;
	width: 0;
	left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
	transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
	transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
	top: 18px;
	width: 0;
	left: 50%;
}

.logo img {
	max-width: 175px;
}
.learn-more a {
	border:1px solid #333;
	color: #222;
	font-size: 12px;
	padding: 10px 0 10px 15px;
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
	width: 125px;
	margin-top: 25px;
}

.learn-more a i {
	padding-left: 15px;
	color: #222;
	font-size: 15px;
	transition: all 0.5s ease;
}

.learn-more a:hover i {
	padding-left: 25px;
}
.inner-banner {
    min-height: 500px;
    height: unset;
    background-position: 50% 85% !important;
}

.inner-banner .banner-content{
	bottom:unset;
	top:100px;
	left:75px;
}
.about-leds{
	padding: 100px 0 50px 0;
	text-align: justify;
}
.about-leds h3 {
    font-size: 30px;
    font-weight: 700;
    color: #9c1d1d;
    background: #f4f4f4;
    padding: 10px;
    display: inline-block;
    margin: 15px 0;
    text-shadow: 1px 1px #000;
}


.contact-content .form-group i {
    font-size: 25px;
    margin-right: 15px;
    width: 25px;
    text-align: center;
    color: rgb(17, 108, 135);
}
.contact-content .form-control {
    border-radius: 5px;
    border: 1px solid #2bc289;
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    font-family: 'Roboto', sans-serif;
}
.contact-content h2 {
    font-size: 35px;
    color: #9c1d1d;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}

.contact-content .btn {
  margin-top: 10px;
  margin-left: 35px;
  background: #25AD60;
  border: 0;
  padding: 7px 35px;
  color: #fff;
  font-size: 19px;
}

 .contact-content{
    padding: 100px 0 75px 0;
  }
   .contact-content form{
   	max-width: 750px;
   	margin:auto;
   }
  .contact-content h3{
    font-size: 40px;
    color: #222;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 35px;
  }
    .contact-content h3 span {
    color: #ed1f24;
}
.f-logo img{
  max-width: 150px;
    margin-bottom: 25px;
}
.contact-content .dir{
  margin-bottom: 25px;
}
.contact-content .dir img{
  max-width:16px;  
  margin-right: 15px;
  margin-bottom: 0;  
}
.contact-content .dir p{
    font-size: 14px;
    font-weight:500;
    color: #222;
    margin-bottom: 0;
}
.contact-content .form-group{
  border-bottom: 1px solid #ed1f24;
}
.contact-content .form-group img{
  max-width: 16px;
}
.contact-content .form-group .form-control{
  border: 0;
}
.contact-content .form-group .form-control:focus{
  box-shadow:none;
}
.contact-content .btn{
  margin-top: 25px;
  background: #9c1d1d;
  border-color: #9c1d1d;
  border-radius: 0;
  letter-spacing: 2px;
    font-size: 14px;
    font-weight:500;
}
.reserve-block{
	margin-bottom: 25px;
}
.reserve-block i{
	font-size: 45px;
	color: #9CA7AD;
	margin-right: 25px;
}
.reserve-block h4{
	font-size: 30px;
	font-weight:700;
	text-transform: uppercase;
	color: #333;
}
.reserve-block span{
	font-size: 15px;
	color: #9CA7AD;
}
.reserve-block p{
	font-size: 13px;
	font-weight: 600;
	color: #222;
	margin-bottom: 0;
	line-height: 21px;
}
.reserve-block a{
	color: #222;
}
map{
  padding-top: 50px;
  display: block;
}

.client-list{
	margin:75px 0;
}
.client-list .client-img{
	overflow:hidden;
	margin-bottom: 25px;
}
.client-list .block{
	min-height: 400px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    background-repeat: no-repeat !important;
    position: relative;
    overflow:hidden;
     -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.client-list .block:hover{
	 -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  transform: scale(1.1);
}
.client-content{
	position: absolute;
	left:0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
    padding: 25px;
  z-index: 99;
}
.client-content:after{
	content: "";
	position: absolute;
	left:0;
	top:100%;
	width: 100%;
	opacity: 0;
	height: 100%;
    background-color: rgb(153 13 16 / 35%);
	-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: -1;
}
.client-list .block:hover .client-content:after{
	top:0;
	opacity: 1;
}
.client-list .block:hover .client-content h2{
	bottom: 50%;
	transform: translateY(50%);
	left:40px;
	right: 30px;
}
.client-list .block:hover .client-content h2{
	color: #fff;
}
.client-content p{
	font-size: 17px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}

.client-content h2{
    font-size: 21px;
	color: #ffafaf;
	font-family: 'Source Code Pro', monospace;
	font-weight: 700;
	text-shadow: 0 1px 1px #333;
	margin-bottom: 15px;
	position: absolute;
	left: 25px;
	bottom:0px;
	transition: all .5s ease;	
	word-break: break-all;
	max-width: 300px;
}
.pg-info{
	padding: 100px 0 0 0;
}

.pg-info h2{
  font-size: 25px;
  border-bottom: 1px solid #552525;
  padding:5px;
  margin-bottom: 25px;
  display: inline-block;
  font-family: 'Mont-SemiBold';
  color: #9c1d1d;

}
.pg-info h3{
	font-family: 'Mont-SemiBold';
	font-size: 17px;
	margin-bottom: 15px;
}
.pg-info h5{
	font-family: 'Mont-SemiBold';
	font-size: 25px;
}
.pg-info p {
    font-size: 13px;
    color: #686666;
    line-height: 23px;
    text-align: justify;
}
.pg-info img{
  max-width: 300px;
}
.pg-info .info{
  margin-bottom: 150px;
}

.pg-info ul li {
    position: relative;
    display: block;
    padding-left: 18px;
    color: #333;
    font-size: 13px;
    margin-bottom: 15px;
}
.pg-info ul li:before {
    content: "";
    position: absolute;
    top:3px;
    left: -3px;
    width: 7px;
    height: 7px;
    transform: rotate(225deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(225deg);
    border-right: 1px solid #2d3194;
    border-bottom: 1px solid #2d3194;
    background: transparent;
}
.show-more{
	background: #9c1d1d;
	padding: 7px 25px;
	color: #fff;
	transition: all 0.5s ease;
	display: inline-block;
    margin-top:25px;
}
.show-more:hover{
	color: #fff;
}
.ease{
	transition: all 0.5s ease;
}
.about-page{
	padding: 100px 0 0 0;
}
.about-block{
	background: url(../img/banner.png);
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 500px;
}
.contact-block{
		font-family: 'Roboto', sans-serif !important;
}
.top-contact,.top-contact a{
	font-size: 17px;
	color: #fff;
}
 .whatsup {
    position: fixed;
    bottom: 75px;
    right: 25px;
    transition: all 0.5s ease;
    width: 50px;
    height: 50px;
    background-color: #23b17f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.whatsup i{
    font-size: 35px;
    color: #fff;
}

.whatsup:hover{
        -webkit-transform: rotateZ(270deg);
        -moz-transform: rotateZ(720deg);
        }
        .faq{
        	font-size: 19px;
        	color: red;	
        	display: block;
        }