body{	
	margin: 0;
	padding: 0;
	background-color: #FFF;				
	font-family: 'PT Sans', 'Arial', sans-serif;
	font-size: 18pt;
	color: #182132;
}

A:link, A:visited{
	font-family: 'PT Sans', 'Arial', sans-serif;
	font-size: 18pt;
	outline: none;
	text-decoration: underline;
	color: #547fa2;
}

A:hover{
	text-decoration: none;
}

p{
	margin: 0;
	padding: 0 0 1em;
	line-height: 150%;
	color: #182132;	
}

ul{
	margin: 20px 0 10px;
	padding: 0 0 0 20px;
}

ul li{
	padding-bottom: 5px;
}

img{
	width: auto;
	max-width: 100%;
	border: 0;			
}

form{
	margin: 0;
	padding: 0;
}
.black-content {
	color: #182132;	
}
.padding-3 {
	padding-top: 3.5em;
}
.padding-4 {
	padding-left: 0em;
}
.page-err{
	width: auto;
	max-width: 450px;
	text-align: center;
	padding: 0 15px 50px;
	margin: 0 auto;					
}

.page-err h1{
	margin: 30px 0;	
	font-size: 60pt;
	color: #FF0000;		
}

.page-err h2{
	margin: 0;
	padding: 0;		
	font-size: 30pt;
	color: #525965;
	font-weight: normal;			
}

.resposive-menu-trigger {
    display: none;
    float: right;
    width: 40px;
    height: 30px;
    position: relative;
    z-index: 11;
    margin: 28px 0 15px 50px;
    /* padding: 0 1em 0 0em; */    left: -20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
}

.resposive-menu-trigger span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #182132;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.resposive-menu-trigger span:nth-child(1) {
	top: 0px;
}

.resposive-menu-trigger span:nth-child(2), .resposive-menu-trigger span:nth-child(3) {
	top: 10px;
}

.resposive-menu-trigger span:nth-child(4) {
	top: 20px;
}

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

.resposive-menu-trigger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.resposive-menu-trigger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

.resposive-menu-container {
	display: none;
	width: 100%;
	padding-top: 10px;
	background-color: #FFF;	
	border-top: 1px solid #E5E5E5;	
	position: fixed;
	right: 0;
	top: 85px;
	z-index: 3;
	overflow-y: auto;	
}

.rmc-link:link, .rmc-link:visited {
	display: block;
	text-align: left;
	padding: 30px 10px 30px 30px;
	position: relative;
	z-index: 1;		
	text-decoration: none;
	text-transform: uppercase;	
	color: #555;
	font-size: 10pt;
	font-family: 'PT Sans', sans-serif;	
}

.rmc-link span{
	display: block;
	position: absolute;
	right: 10px;
	top: 17px;
	font-size: 25pt;
	color: #6C6764;	
}

.rmc-link:hover {
	color: #0089C8;
}

.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 5% 0 0;
	z-index: 10;
	background-color: #FFF;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);	
}

.logo{
	float: left;
	width: auto;
	max-width: 220px;
}

.header-info{
	float: right;
	width: 85%;
}



.hc-phone{
	padding: 5px 0 5px 30px;
	background: url(../images/icn-phone.png) left center no-repeat;
}

.hc-sep{
	width: 1px;
	height: 25px;
	background-color: #EBEBEB;
	margin: 3px 30px 0;
}

.hc-location{
	padding: 5px 0 5px 25px;
	background: url(../images/icn-location.png) left center no-repeat;
}

.header-menu{
	width: 100%;
}

.top-menu{
	float: right;
	/* width: calc(100% - 160px); */
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-top: 0px;
}

.tm-main{
	padding-right: 30px;
}
.tm-main .material-icons {
	font-size: 16pt;
}
.tm-main A:link, .tm-main A:visited{
	display: block;
	padding: 25px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #182132;
	font-size: 16pt;
	font-family: 'PT Sans', sans-serif;
}

.tm-item A:hover, .tm-itemS A:link, .tm-itemS A:visited{
	color: #547fa2;
}

.content{
	width: auto;
	max-width: 1920px;
	position: relative;
	z-index: 1;
	height: auto;
	min-height: 343px;
}

.footer{
	background-image: "images/footer-bg.jpg";
	background-repeat: repeat;
	background-size: cover;
	width: 100%;
	background-color: #343338;
	padding: 65px 0 50px;
	margin-top: 50px;
	color: #fff;
}

.wp{
	width: auto;
    padding: 0;
	margin: 0 auto;	
	overflow-x: hidden;
}
.inner-block {
	padding: 1.5em 5em 0em;
	margin-bottom: 1.5em;
}
.footer .wp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ft-logo{
	width: 25%;
	align-self: center;
}

.ft-navigation{
	width: 13%;
}
.ft-navigation a{
	color: #fff;
}

.ft-services{
	width: 20%;
}

.ft-contact{
	width: 20%;
}

.copyright{
	width: 100%;
	background-color: #242328;
	border-bottom: 2px solid #FFF;
	padding: 15px 0;
	color: #FFF;
	font-size: 9pt;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
}

.copyright A:link, .copyright A:visited{
	color: #FFF;
	font-size: 11pt;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;	
	font-family: 'PT Sans', sans-serif;
}

.copyright A:hover{
	text-decoration: underline;
}

.copyright .wp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.designed{
	align-self: center;
	margin: auto;
}
.socials {
	padding: 1em 0em;
}
.socials A:link, .socials A:visited{
	display: inline-block;
	padding: 0 15px;
}
.socials a img {
	width: 90%;
}
.ft-logo-txt{
	padding-top: 20px;
	line-height: 150%;
	font-size: 11pt;
}

.ft-links label{
	display: block;
	padding-bottom: 20px;
	font-size: 18pt;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
}

.ft-links A:link, .ft-links A:visited{
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
	font-size: 11pt; 
}

.ft-links A:hover{
	color: #547fa2;
}

.ft-contact div{
	line-height: 205%;
	text-decoration: none;
	color: #fff;
	font-size: 11pt; 	
}

.ft-contact div.ft-phones{
	padding-top: 15px;
}

.ft-contact div.ft-phones span{
	font-weight: bold;
}


.home-services{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.thumb:link, .thumb:visited{
	width: 24%;
	margin-top: 20px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 7px 6px 4px rgba(24, 16, 16, 0.15); 
	border-bottom: 10px solid #a9bfd0;
}
.home-services a.thumb img {
	width: 100%;
}
.thumb:hover {
	border-bottom: 10px solid #547fa2;
	transition: all .5s ease-in-out;
	box-shadow: 0px 7px 28.42px 20.58px rgba(24, 16, 16, 0.06);	  
}
.thumb span{
	display: block;
	cursor: pointer;	
}

.thumb-sh{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(34, 45, 53, 0.5);
}

.thumb-info{
	padding: 1em 0.5em 2.5em;
	color: #182132;	
}


.thumb-info-wp{
	padding: 0 30px;
	align-self: center;
}

.thumb-ttl{
	padding-bottom: 20px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 20pt;	
	font-weight: 400;
	transition: all .5s ease-in-out;
}

.thumb span.thumb-txt{
	font-size: 13pt;
}

.thumb-more{
	position: absolute;
	bottom: 5%;
	left: 30%;
	padding-top: 1em;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-size: 14pt;
}

.thumb-more span{
	display: inline-block;
	padding-right: 30px;
	background: url(../images/icn-arr.png) right center no-repeat;
}

.inner-lbl-wp{
	width: auto;
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1em;
}

.inner-lbl{
	padding: 0.5em 0 0.5em;
	margin-bottom: 20px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 26pt;	
	text-transform: uppercase;
}
.inner-lbl::after{
content: '';
position: relative;
bottom: -0.5em;
display: block;
width: 3em;
height: 5px;
margin: 0 auto;
background: #1c6d64;
z-index: 1;
}
.home{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1em 0em 0em;
}

.home-img{
	padding-top: 1em;
	padding-right: 1em;
	width: calc(45% - 20px);
	position: relative;	
	z-index: 5;
	background-image: url('/images/home/diagonal-lines.png');
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	/* background-repeat: no-repeat;
	background-position: 10px; */
}
.home-img-2{
	padding-top: 1em;
	padding-left: 1em;
	width: calc(45% - 20px);
	position: relative;
	z-index: 5;
	background-image: url(/images/home/diagonal-lines.png);
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.button{
	margin: 1em 0em 1em;
	position: relative;
	padding: 15px 30px;
	font-weight: 400;
	font-size: 18pt;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #547fa2;
	box-shadow: 0px 6px 5px 3px rgba(24, 16, 16, 0.1);
	cursor: pointer;
  }
  .button:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	bottom: -5px;
	left: 5px; 
	border: 2px solid #547fa2;
	transition: all .5s;
  }

  .button:hover:after {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
  }
.button i {
	padding-left: 0.5em;
}
.button.green {
	border: 2px solid #1c6d64;
	background-color: #1c6d64;
	cursor: pointer;
}
.button.green:after {
	border: 2px solid #1c6d64;
  }
.home-txt{
	width: 54%;
	clear: both;
	margin: auto;
	display: block;
}
.home-txt-2 {
	width: 48%;
	clear: both;
	margin: auto;
	display: block;
	padding-left: 1em;
}
.home-txt .text-paragraph, .home-txt-2 .text-paragraph{
	width: 45%;
	display: inline-block;
	margin-right: 1em;
}
.welcome{
	padding-bottom: 20px;
	font-family: 'PT Sans', sans-serif;
	clear:both;
	width: 100%;
}

.welcome-main{	
	font-size: 30pt;	
	font-weight: 700;
	text-transform: uppercase;
}

.welcome-sub{
	padding: 1em 0em;
	font-size: 18pt;	
    font-style: italic;
	line-height: 100%;	
}
.advantage-bg {
	background-color: #ebebeb;
position: relative;
	clear: both;
	display: block;
	width: 100%;
}
.advantage-bg .border {
	position: absolute;
	top: 51%;
	left: 10%;
}
.advantage-bg .years {
	width: 35%;
	display: inline-block;
	padding-right: 3em;
}

.years  {
   font: 30pt;
   font-weight: 700;
   text-transform: uppercase;
   display: inline-block;
   text-align: right;	
   padding: 2em 2em 1em 0em;

}

.years span{
	width: 100%;
	display: block;
}
.years .year-numbers {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 0.9;
	width: 100%;
	font-size: 8em;
	font-weight: 700;
	display: inline-block;
	text-align: right;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.years .year-words {
	font-size: 2.5em;
	line-height: 1;
}
.clip-text_one {
    background-image: url('/images/letter-bg.jpeg');
}
.advantage-bg .stats {
	padding-left: 1em;
	width: 55%;
	display: inline-block;
}
.advantage-bg .stats .stat-text {
	width: 100%;
}
.advantage-bg .stats .stat-text h3 {
	font-size: 30pt;
}
.advantage-bg .stats .pros {
	width: 30%;
	display: inline-block;
}
.pros span {
	color: #1c6d64;
	font-size: 30pt;
}


.hi-block{
	width: 25%;
	padding-top: 15px;
	text-align: center;
}

.hi-block div{
	display: inline-block;
	border: 1px solid #B7B7B7;
	padding: 7px;
	border-radius: 50%;
}

.hi-block img{
	border-radius: 50%;
}

.hi-block label{
	display: block;
	text-align: center;
	padding: 10px 20px 0;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 18pt;	
}

.banner{
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
	margin-top: 3em;
}

.banner-ttl{
	position: absolute;
	left: 0;
	top: 25%;
	z-index: 1;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 50%;
	background-color: rgba(255, 255, 255, 0.466);	
}

.banner-ttl div{
	align-self: center;
	line-height: 100%;
	padding: 0 15px;
	color: #ffffff;
	font-size: 36pt;
	font-weight: 700;	
	font-family: 'PT Sans', sans-serif;
}

.services{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-block{
	width: 65%;
}

.service-menu{
	width: 25%;
	padding: 0em 2em;
	border-left: 1px solid #757575;
}

.service-menu .button {
	display: block;
	max-width: 200px;
}
.service-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-info div {
	margin-bottom: 2em;
}
.service-info .srvtxtprg{
	width: 59%;
	display: inline-block;
}
.srvtxtprg p {
	font-size: 16pt;
}
.srvtxtprg h3 {
	font-size: 20pt;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
}
.service-info .srvimgprg{
	width: 39%;
	display: inline-block;
}
.srvimgprg img{
width: 100%;
}
.service-inquire{
	padding-top: 30px;
}

.service-inquire A:link, .service-inquire A:visited{
	display: inline-block;
	padding: 10px 35px 15px;
	background-color: #254E70;
	border-radius: 20px;
	line-height: 100%;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;		
	color: #FFF;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 14pt;		
}

.service-inquire A:hover{
  background-color: #547fa2;	
}

.service-menu-wp{
	background: #f6f6f6;
}

.service-menu-wp label{
	display: block;
	padding: 1em;
	line-height: 100%;
	font-family: 'PT Sans', sans-serif;
	font-size: 18pt;
	background: #555555;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;		
}

.sm-sep{
	width: 80%;
	margin-left: 10%;
	height: 1px;
	background-color: #E1E1E1;
}

.sm-block A:link, .sm-block A:visited{
	display: block;
	padding: 17px 10px 16px 10%;
	text-decoration: none;
	color: #333;
	font-size: 16pt;
}

.sm-block A:hover, .sm-block A.active:link, .sm-block A.active:visited{
	color: #FFF;
	background-color: #a9bfd0;		
}
.sm-block A:hover {
	background-color: #afafaf;
	color: #182132;
}
.facility-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.facility-info div{
	width: 47%;
}

.company{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.company-ttl{
	width: 170px;
	color: #547fa2;
	font-size: 30pt;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 500;	
}

.company-info{
	width: calc(95% - 170px);
}

.company-footer {
	padding: 30px 0 0px;
}

.company-points{
	width: 100%;
	background-color: #E1E1E1;
	padding: 1.5em 0em 2.5em; 
}

.company-points .wp{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
}

.cp-block {
	width: 18%;
	text-align: center;
	padding: 35px 20px 10px;
	margin: 1.93em 1em;
	border: 1px solid black;
	position: relative;
	display: block;
}

.cp-block label{
	display: block;
	padding: 20px 0px;
	font-weight: 700;
}
.cp-block img {
	display: block;
	position: absolute;
	top: -15%;
	z-index: 30;
	left: 39%;
}


.ii-ttl{
	line-height: 100%;
	padding: 20px 0;		
	font-size: 23pt;	
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;		
}
.carousel-wrap {
	margin: auto;
	width: 80%;
	position: relative;
  }

  .carousel-wrap .owl-carousel {
	  width: 90%;
	  margin: auto;
  }

  .carousel-wrap .owl-theme .owl-dots {
	  display: none !important;
  }
.owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
  }
  
  .owl-nav i {
	font-size: 1.5em;
	border: 2px solid #182132;
	color: #182132;
	border-radius: 50%;
	padding: 5px;
	cursor: pointer;
  }
  .owl-nav i:hover{
	  color: #547fa2;
	  border: 2px solid #547fa2;;
  }
  .owl-nav .owl-prev {
	left: 0px;
    position: absolute;
	top: 2.8em;
	background: none !important;;
  }

  .owl-nav .owl-next {
	right: 0px;
    position: absolute;
	top: 2.8em;
	background: none !important;;
  }
  .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
  
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */  
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
  }
  /* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.border-bg {
	position: absolute;
    top: -9%;
    left: 15%;
  }
  .border-bg img {
	  width: 90%;
  }
  .border-top {
    position: absolute;
    top: 0%;
    left: 0%;
  }
  .border-top img{
	  width: 92.2%;
	}
	.contact-column img {
		position: relative;
	}
	.contact-column .enlarge {
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
  @media screen and (max-width: 1720px) {
	.border-bg {
		left: 11%;
	  }
	  .border-top {
		left: -2%;
	  }
}
@media screen and (max-width: 1660px) {
	.header-info{
		width: 50%;
	}
	.border-top {
		left: -10%;
	}

}
  @media screen and (max-width: 1560px) {
	.imgcarousel {
		padding: 0em 3em 0em;
	}  
	.header{
		width: calc(100%);
		padding: 0 0px;
	}
	.header-info{
		width: 70%;
	}
	.border-top {
		left: -5%;
	}
	.border-bg {
		left: 9.5%;
	  }


}
@media screen and (min-width: 1560px) {
	.imgcarousel {
		padding: 0em 3em 0em;
	} 
	.owl-nav .owl-prev {
		left: -60px;
	  }
	
	  .owl-nav .owl-next {
		right: -60px;
	  }
}
@media screen and (max-width: 1521px) {
	.border-top {
		left: -12%;
		top: 1%;
	}
	.border-top img{
		width: 100%;
	}
	.border-bg {
		left: 7.5%;
		top: -8.5%;
	  }
	  .border-bg img {
		  width: 98%;
	  }
}
@media screen and (max-width: 1521px) {
	.border-bg {
		left: 5.5%;
		top: -8.5%;
	  }
}
@media screen and (max-width: 1333px) {
	.border-top {
		left: -18%;
		top: 1%;
	}
	.border-top img{
		width: 100%;
	}
	.border-bg {
		left: 3.5%;
		top: -8.5%;
	  }
}
@media screen and (max-width: 1295px) {
	.tm-main{
		padding-right: 10px;
	}
	.home-img{
		padding-top: 1em;
		padding-right: 1em;
		width: calc(45% - 20px);
		position: relative;	
		z-index: 5;
		background-image: url('/images/home/diagonal-lines.png');
		background-size: 300px;
		background-repeat: no-repeat;
		background-position: 100% 0%;
		/* background-repeat: no-repeat;
		background-position: 10px; */
	}
}
@media screen and (max-width: 1295px) {
	.home-txt .text-paragraph {
		width: 100%;
		display: block;
		margin-right: 0em;
	}
	.service-menu {
    width: 27%;
    padding: 0em 1em;
}
.banner {
	margin-bottom: 0px;
}
.cp-block {
	width: 40%;
	margin: 1.75em 1em;
}
}

@media screen and (max-width: 1180px) {
	.border-top {
display: none;
	}
	.border-bg {
		left: 3.5%;
		top: 17.5%;
	}
	.border-bg img{
		width: 85%;
	}
	.top-menu{
		display: none;
	}	
	.resposive-menu-trigger{
		display: block;
	}
	.logo{
		max-width: 150px;
	}

	.header-info{
		width: 65%;
	}	
	.content{
		padding-top: 50px;
	}
	.thumb-ttl{
		font-size: 16pt;
	}
	.service-menu {
		width: 24%;
	}
	
}

@media screen and (max-width: 1140px) {
	.ft-services{
		display: none;
	}	
	.ft-logo{
		width: 35%;
	}
	.ft-navigation{
		width: 23%;
	}
	.ft-contact{
		width: 25%;
	}
	.home-img{
		width: calc(100% - 20px);
		order: 2;
		text-align: center;
	}
	.home-txt{
		width: 100%;
		order: 1;
		padding-bottom: 20px;
	}
	.home-txt-2{
		width: 100%;
	}
	.cp-block img {
		top: -20%;
	}
	.banner {
		margin-top: 1.3em;
	}
	.home-img-2 {
    width: 100%;
    margin-bottom: 1em;
	}
.company-footer {
	padding: 30px 0 0px;
	}
	.advantage-bg .stats {
    width: 95%;
}
.advantage-bg .years {
	width: 35%;
	display: block;
	padding-right: 3em;
	margin: auto;
}
.border-bg {
	left: 30.5%;
	top: -4.5%;
}
.advantage-bg {
	padding: 0em 1em;
}
}

@media screen and (max-width: 1125px) {
	.thumb:link, .thumb:visited{
		width: 49%;
	}
	.banner-ttl div{
		font-size: 30pt;
	}
	.service-menu{
		width: 100%;
		order: 1;
		padding-bottom: 30px;
		border: none;
	}	
	.service-block {
		order: 2;
		width: 100%;
	}
}

@media screen and (max-width: 990px) {
	.border-top {
		display: none;
	}
	  .border-bg img {
		width: 90%;
	}
	.service-block{
		width: 100%;
		order: 2;
	}
	.service-menu{
		width: 100%;
		order: 1;
		padding-bottom: 30px;
	}	
	.inner-block	{
		padding: 0 1em 0em;
	}	
	.home-img{
		background-position: 92% 0%;
	}
	.owl-nav .owl-prev {
		left: -60px;
	  }
	
	  .owl-nav .owl-next {
		right: -60px;
	  }
	  .imgcarousel {
		padding: 0em;
	}  
	.border-bg {
    left: 26.5%;
    top: -4.5%;
}
.advantage-bg .years {
	width: 40%;
}
}

@media screen and (max-width: 940px) {
	.service-block{
		width: 100%;
		order: 2;
	}
	.service-menu{
		width: 100%;
		order: 1;
		padding-bottom: 30px;
	}	

}

@media screen and (max-width: 890px) {
	.hi-block{
		width: 50%;
	}
	.home-img{
		background: none;
	}
}

@media screen and (max-width: 850px) {
	.banner{
		width: 100%;
		overflow: hidden;
	}
	.banner img{
		width: 850px;
		max-width: 850px;
	}	
	.banner-ttl{
		width: 100%;
	}

	.cp-block img {
		width: 19%;
		top: -15%;
	}
	.home{
		padding: 1.5em 0em 0em;
	}
	.border-bg {
    left: 22.5%;
    top: -4.5%;
}
}

@media screen and (max-width: 780px) {
	.advantage-bg .years {
		text-align: center;
		width: 100%;
		margin: auto;
		padding: 0;
		padding: 0em 0 1.5em;
	}
	.years .year-numbers {
		text-align: center;
	}
	.advantage-bg .stats {
		width: 100%;
		margin: auto;
		padding: 0;
	}
	.ft-navigation{
		display: none;
	}	
	.ft-logo{
		width: 60%;
	}
	.ft-contact{
		width: 35%;
	}
	.facility-info div{
		width: 100%;
	}
	.company-footer{
		padding-bottom: 0;
	}
	.company-points{
		height: auto;
		padding: 0;
	}
	.cp-block {
    width: calc(50% - 40px);
    background-color: #E1E1E1;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 2em;
}
	.imgcarousel {
		padding: 0em;
	}
	.service-info .srvtxtprg, .service-info .srvimgprg {
		width: 100%;
	}
	.border-bg img {
    width: 80%;
}
.border-bg {
	left: 26.5%;
	top: -4.5%;
}
}

@media screen and (max-width: 680px) {
	.home-services{
		justify-content: center;
	}
	.thumb:link, .thumb:visited{
		width: auto;
		max-width: 410px;
	}	
	.company-info{		
		width: 100%;
		padding-top: 10px;
	}
	.border-bg {
		top: -6%;
		left: 23.5%;
	}
	.contact-data {
    padding: 1em 1em;
}
}

@media screen and (max-width: 630px) {
	.designed{
		width: 100%;
		text-align: center;
	}
	.socials{
		padding: 1em 0em;
		width: 100%;
		text-align: center;	
		padding-top: 20px;	
	}
	.cp-block label{
		line-height: 110%;
		font-size: 13pt;
	}

}

@media screen and (max-width: 590px) {	
	.ft-logo{
		width: 100%;
	}
	.ft-contact{
		width: 100%;
		padding-top: 30px;
	}
	.ft-contact div{
		display: inline-block;
		width: 55%;
	}
	.ft-contact div.ft-phones{
		width: 40%;
	}
	.home-txt .text-paragraph, .home-txt-2 .text-paragraph {
		width: 100%;
	}
	.owl-carousel .owl-item img {
		display: block !important;
		margin: auto;
}
.banner{
	margin-top: 2em;
}
.banner-ttl {
	top: 30.5%;
}
	.owl-carousel .owl-item {
		display: block !important;
		margin: auto;}
}

@media screen and (max-width: 580px) {

	.resposive-menu-trigger{
		margin-left: 30px;
		margin-bottom: 0.8em;
	}	
	.logo{
		max-width: 200px;
	}
	.header-info{
		width: 55%;
	}
	.content{
		padding-top: 15px;
	}
	.contact-data {
		padding: 0em;
	}	
	.contact-info {
    width: 100%;
}
}

@media screen and (max-width: 520px) {
	.service-info div{
		width: 100%;
	}
	.border-bg {
		top: -4%;
		left: 12.5%;
	}
}

@media screen and (max-width: 490px) {
	.hi-block{
		padding: 15px 5px;
		width: calc(50% - 10px);
	}	
	.hi-block label{
		line-height: 120%;
		font-size: 14pt;
	}
	.carousel-wrap .owl-controls{
		display: block;
	}
	.owl-nav .owl-prev {
		bottom: 0;
		left: -40px;
	  }
	
	  .owl-nav .owl-next {
		bottom: 0;
		right: -40px;
		}
		.logo{
			max-width: 150px;
		}
		.header-info {
			width: 65%;
	}
}


@media screen and (max-width: 430px) {
	.logo{
		max-width: 115px;
	}	
	.ft-contact div{
		display: block;
		width: 100%;
	}
	.ft-contact div.ft-phones{
		width: 100%;
	}	
	.cp-block{
		width: 100%;	
		padding-left: 0;
		padding-right: 0;
	}
	.banner{
		padding-top: 0em;
	}
	.border-bg {
        display: none;
	}
	.advantage-bg .years {
		border-bottom: 1px solid black;
		padding-top: 1em;
	}
}

@media screen and (max-width: 379px) {
	.logo {
    max-width: 100px;
}

	.content{
		padding-top: 20px;
	}
	.inner-block	{
		padding: 0 1em;
	}
	.header-info {
    width: 70%;
}
.inquire {
	padding: 0px 0.1em;
}
.inquire {
	padding: 0px 0.1em;
}
}


@media screen and (max-width: 340px) {
	.logo{
		max-width: 100px;
	}	

	.header-info{
		width: 100%;
	}

}



.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f7f7f7;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
	z-index: 1;
	top: 80%;
  }
  
.tm-main .dropdown-content a {
	color: black; 
	padding: 0.8em 1em;
	text-decoration: none;
	display: block;
	font-size: 14pt;
	text-transform: none !important;
	border-bottom: 1px solid #1821320a;
  }
  
  .tm-main .dropdown-content a:hover {background-color: rgb(221, 221, 221);}
  
  .drop-down:hover .dropdown-content {display: block;}
  
  .tm-main.dropdown:hover .dropbtn {background-color: #3e8e41;}

  /* fix blank or flashing items on carousel
  .owl-carousel .item {
	position: relative;
	z-index: 100; 
	-webkit-backface-visibility: hidden; 
	https://uxplanet.org/get-any-design-job-with-a-stellar-portfolio-presentation-by-reading-this-1b9ede9a479a
  }
  
  /* end fix */
