
@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: 'Mont-Thin';
    src: url(../fonts/Mont-Thin.otf);
}
@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;
}
body{
	font-family: 'Mont-Regular';
	line-height: unset;
}
.top-header{
  background: #173054;
  padding: 3px 0;
}
.top-ul li{
	padding-right:25px;
	    padding-top: 10px;
	color: #fff;
	font-size: 12px;
}
.top-social li{
	padding-left:25px;
	color: #fff;
	font-size: 15px;
}
.banner{
	  background: url(../img/banner.jpg);
	  background-size: cover !important;
	  background-position: center !important;
	  background-repeat: no-repeat !important;
	  height: calc(100vh - 50px);
	  position: relative;
	  overflow: hidden;
}
.banner:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    /*background: rgb(21 48 85 / 90%);*/
        background: rgb(4 16 35 / 82%);
    z-index: 0;
}
.banner:after {
    position: absolute;
    left:-35%;
    height: 100%;
    width: 100%;
    top:100px;
    content: "";
    background: url(../img/path.png);
	  background-size:cover !important;
    z-index: 0;
    background-repeat: no-repeat !important;
}
header{
	padding: 25px 0;
}
.evo-nav li{
	padding:5px 15px;
}
.evo-nav li a{
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
.evo-nav li:last-child{
	border:1px solid #fff;
}
.evo-nav li:last-child:hover {
    border: 1px solid #07e1d3;
    color:#07e1d3;
}

.banner-content{
	position: absolute;
	left: 0;
	bottom: 0;
	top:calc(50vh - 250px);
	z-index: 99;
}
.banner-content h1{
  font-weight: 700;
  font-size: 75px;
  line-height: 75px;
  color: #fff;	
   font-family: 'Mont-Bold';
}
.banner-content p{
  color: #cacfd5;
	font-size: 12px;
	max-width: 500px;
	line-height: 15px;
	padding:5px 0 25px 0;
	font-family: 'Mont-Book';

}
.banner-content a{
	border:1px solid #fff;
		color: #fff;
	font-size: 10px;
	padding: 7px 10px 7px 25px;
	transition: all 0.5s ease;
	display: flex;
    align-items: center;
    max-width: 135px;
}
.banner-content a i{
	padding-left: 25px;
	color: #fff;
	font-size: 15px;
	transition: all 0.5s ease;
}
.banner-content a:hover i{
	padding-left:35px;
}
.evo-detail .detail{
	box-shadow: 0 5px 10px #b4b0b491;
	margin:-75px auto auto auto;
	background: #fff;
}
.evo-detail .detail .block{
	padding: 25px;
		color: #153055;
}
.evo-detail .detail .block .image{
	background-size: 100% !important;
	width: 75px;
	height: 75px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	transition: all 0.5s ease;
}
.evo-detail .detail .block  h2{
	font-family: 'Mont-Bold';
	font-size: 19px;
    padding-top: 15px;
}
.evo-detail .detail .block p{
	font-size: 12px;
}
.evo-detail .detail .block:hover{
	color: #fff;
	background: #153055;
}
.evo-detail .detail .block .image1{
	background: url(../img/ic1-blue.png);
}
.evo-detail .detail .block:hover .image1{
	background: url(../img/ic1-white.png);
}
.about{
	margin:100px 0;
}
.about .block{
	background-size: cover !important;
	height: 400px;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.about-content h1{
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  color: #153055;
   font-family: 'Mont-Bold';
   padding-bottom: 50px;
}
.about-content p{
  color: #153055;
	font-size: 12px;
	max-width: 500px;
	line-height: 15px;
	padding-bottom: 75px;
}
.about-content a{
	border:1px solid #153055;
		color: #153055;
	font-size: 10px;
	padding: 7px 10px 7px 25px;
	transition: all 0.5s ease;
	display: flex;
    align-items: center;
    max-width: 135px;
}
.about-content a i{
	padding-left: 25px;
	color: #153055;
	font-size: 15px;
	transition: all 0.5s ease;
}
.about-content a:hover i{
	padding-left:35px;
}
.fencing{
	   background: url(../img/banner.jpg);
	  background-size: cover !important;
	  background-position: center !important;
	  background-repeat: no-repeat !important;
	  padding: 100px 0;
     position: relative;
}
.fencing:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgb(21 48 85 / 75%);
    z-index: 0;
}
.fencing .content{
	max-width: 900px;
}
.fencing h3{
	font-weight: 700;
    font-size: 50px;
    line-height: 45px;
    color: #fff;
    font-family: 'Mont-Bold';
}
.fencing h2{
	font-weight: 700;
    font-size: 55px;
    line-height: 45px;
    color: #fff;
    font-family: 'Mont-Bold';
    min-width:175px;
}
.fencing h2 span{
	display: inline;
	 font-family: 'Mont-Regular';
	 font-size: 35px;
}

.fencing  p{
  color: #cacfd5;
  font-size: 12px;
}
.services{
	padding: 75px 0;
}
.services h1{
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    color: #153055;
    font-family: 'Mont-Bold';
    padding-bottom: 50px;
    text-align: center;
}
.service-list .nav-tabs .nav-link.active{
	border: 0;
	border-bottom: 2px solid #153055;
}
.service-list .nav-tabs .nav-link:focus, .service-list .nav-tabs .nav-link:hover{
	border: 0;
	border-bottom: 2px solid #153055;
}
.service-list .nav-tabs .nav-link{
	color: #153055;
	font-size: 14px;
	font-family: 'Mont-SemiBold';
}
.service-list .nav-tabs{
	border: 0;
	margin-bottom: 50px;
}
.service-list .block{
	background-size: cover !important;
	height: 450px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	position: relative;
	margin-bottom: 30px;
}
.service-list .block .info{
   position: absolute;
   right: 0;
   bottom: 0;
   background: rgb(21 48 85 / 79%);
   padding: 25px 0 25px 25px;
   max-width: 85%;
   min-height: 150px;
}

.service-list .block .info h2{
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #fff;	
   font-family: 'Mont-Bold';
   text-align: left;
   border-bottom: 1px solid #15cac9;
   margin-bottom: 15px;
   padding-bottom: 5px;
}
.service-list .block .info p{
  color: #cacfd5;
	font-size: 12px;
	max-width: 500px;
	line-height: 15px;
	font-family: 'Mont-Book';
	word-break: break-word;
	padding-right:5px;

}
.service-list .block .info a{
	border:1px solid #fff;
		color: #fff;
	font-size: 10px;
	padding: 7px 10px 7px 25px;
	transition: all 0.5s ease;
	display: flex;
    align-items: center;
    max-width: 135px;
    display: none;
}
.service-list .block .info a i{
	padding-left: 25px;
	color: #fff;
	font-size: 15px;
	transition: all 0.5s ease;
}
.service-list .block .info a:hover i{
	padding-left:35px;
}
.learn a{
	border:2px solid #153055;
		color: #153055;
	font-size: 10px;
	padding: 7px 10px 7px 25px;
	transition: all 0.5s ease;
	display: flex;
    align-items: center;
    width: 150px;
}
.learn a i{
	padding-left: 35px;
	color:#153055;
	font-size: 15px;
	transition: all 0.5s ease;
	position: relative;
}
.learn a:hover i{
	padding-left:45px;
}
.request {
    background: url(../img/banner.jpg);
    padding:75px 0;
    position: relative;
    	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.request:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgb(21 48 85 / 90%);
    z-index: 0;
}
.request form{
	max-width: 750px;
	margin:auto;
}
.request h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    color: #fff;
    font-family: 'Mont-Bold';
    padding-bottom: 50px;
    text-align: center;
}
.request label{
	font-size: 12px;
	padding-bottom: 5px;
	color: #fff;
}
.request .form-control{
	border-radius: 0;
	border-color: #fff;
	background: transparent;
}
.request .custom-control-label:before{
  background-color:transparent;
  border-color: #fff;
  border-radius: 0 !important;
}
.request .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:transparent;
}

.request label.custom-control-label span {
    /* vertical-align: text-bottom; */
    padding-top: 5px;
    display: inline-block;
}
.request .form-group{
	margin-bottom: 35px;
}
.appointment-btn{
	margin-top: 75px;
}
.appointment-btn button{
	background-color: #fff;
	border: unset;
	border-radius: unset;
	color: #1a355b;
	font-size: 11px;
	padding: 10px 45px;
	 font-family: 'Mont-SemiBold';
}
footer{
	background: url(../img/footer-bg.png);
	  background-size: cover !important;
	  background-repeat: no-repeat !important;
	  padding: 75px 0 25px 0;
}
.footer-top{
	max-width: 1000px;
	margin: auto;
}
footer p{
	color: #153055;
    font-size: 12px;
    max-width: 500px;
    line-height: 17px;
}
footer .f-logo{
	max-width: 100px;
	margin-bottom: 15px;
}
footer .f-nav{
	margin-bottom: 90px;
}

footer .f-nav li{
	  margin-left: 50px;
}
footer .f-nav li a{
	font-size: 15px;
	color: #153055;
	font-weight: 500;
	 font-family: 'Mont-SemiBold'
}
footer .f-social li{
  margin-left: 25px;
}
footer .f-social li{
	border-radius: 50%;
	border: 2px solid #153055;
	padding: 13.5px;
	width: 50px;
	height: 50px;
}
footer .f-social li i{
	color: #153055;
	font-size: 21px;
}
.footer-bottom{
	background: #153055;;
	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: #cfd8e7;
	font-size: 15px;
}
.footer-bottom h3{
	color: #cfd8e7;
	font-size: 13px;
}
.footer-bottom h2{
	color: #cfd8e7;
	font-size: 13px;
	padding-bottom: 2px;
}

.hamburger-menu {
    position: absolute;
    top: 60px;
    /* 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: 125px;
}
.request label.error{
	color: #fff !important
}
.top-ul i{
	margin-right: 5px;
}
.evo-detail .detail .block i{
	font-size: 50px;
}
.evo-detail .detail .block:hover{
	color: #fff;
}
.evo-detail .detail .block .col-lg-4{
	text-align: center;
}
.request .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.request .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.request .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.request .form-control{
	color: #fff;
}