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: #10ac76;
}

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;			
}

.clear {
  clear: both;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}
.blue-bg {
	background: #e7f4f7;
	position: absolute;
	display: block;
	top: 38%;
	left: 20%;
	height: 500px;
	width: 100%;
	z-index: 1;
}
form{
	margin: 0;
	padding: 0;
}
.black-content {
	color: #182132;	
}
.padding-3 {
	padding-top: 3.5em;
}
.padding-4 {
	padding-left: 0em;
}
.inner-block.padding-1 {
	padding: 0em 5em;
}
.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: 14px 0 -22px 50px;
	-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.7em 5%;
	z-index: 10;
	background-color: #FFF;
	box-sizing: border-box;
}

.dropshadow-scroll {
		-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);	
}
.ft-adress-padding {
	padding-left: 3.4em;
}

.logo{
    float: left;
    width: auto;
    max-width: 420px;
}
.adaptive {
	display: none
}
.header-info{
	float: right;
	width: 55%;
}

.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 A:link, .tm-main A:visited {
	display: block;
	padding: 11px 15px 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #182132;
	font-size: 14pt;
	font-family: 'PT Sans', sans-serif;
}
.tm-main .material-icons {
	font-size: 14pt;
}
.tm-item A:hover, .tm-itemS A:link, .tm-itemS A:visited{
	color: #10ac76;
}

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

.footer {
	background-image: "images/footer-bg.jpg";
	background-repeat: repeat;
	background-size: cover;
	width: 100%;
	background-color: #343338;
	padding: 35px 5em 0px;
	color: #fff;
	box-sizing: border-box;
	border-top: 5px solid #acacac;
}

.wp{
	width: auto;
    padding: 0;
	margin: 0 auto;	
}
.inner-block {
	padding: 2.5em 0em 0em;
	margin-bottom: 1.5em;
}
.inner-block.our-services {
	padding: 3em 5em 0em;
}
.footer .wp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

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

.ft-services{
	width: 20%;
}

.ft-contact{
	width: 100%;
}

.copyright{
	width: 100%;
	border-top: 1px solid rgba(233, 233, 233, 0.329);
	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-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: #10ac76;
}

.ft-contact div{
	line-height: 205%;
	text-decoration: none;
	color: #fff;
	font-size: 11pt; 	
}
.ft-contact i {
	margin-right: 0.5em;
}
.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 12px 4px 0px rgba(24, 16, 16, 0.15);
}

.home-services a.thumb img {
	width: 100%;
}
.thumb:hover {
	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: 18pt;
    font-weight: 700;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
}

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

.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{
	position: relative;
	width: auto;
	/* max-width: 800px; */
	text-align: left;
	/* margin: 0 auto; */
	margin-bottom: 1em;
}
.inner-lbl-wp.center {
	text-align: center;
	margin: auto;
	padding: 1.5em 0em;

}
.hc-shadow-title {
	font-family: 'Open Sans', sans-serif;
	text-transform: lowercase;
	font-weight: 900;
	font-size: 110pt;
	color: rgba(214,213,213,.25);
	position: absolute;
	top: -40%;
	left: 0;
	pointer-events: none;
	z-index: 1;
}
.inner-lbl-wp p {
	width: 50%;
}
.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;
	z-index: 10;
}
.inner-lbl-wp.center .inner-lbl {
	padding: 0em 1em; 
}
.inner-lbl-wp.center p {
	padding: 1em 0em 0em;
	margin: auto;
}
.inner-lbl-wp.center .inner-lbl::after{
  margin: 0 auto;
}
.inner-lbl-wp.center .hc-shadow-title {
	left: 25%;
	top: -54px;
	z-index: 1;
	color: rgba(214,213,213,.18);
}
.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;
	position: relative;
	z-index: 10;
}
.home.padding-1 {
	padding: 0em 5em;
}
.home.padding-1 .home-txt {
	margin: 0;
}
.home.padding-1 .home-txt .text-paragraph {
	width: 90%;
}
.home.padding-1 .home-txt .text-paragraph .bold-text{
	font-weight: bold;
}
.home.padding-3 {
	padding: 0em 5em;
}
.home.padding-3 .home-txt{
	width: 55%;
}
.home-img {
	padding-right: 1em;
	position: relative;
	z-index: 5;
}

.button{
	margin: 1em 0em 1em;
	position: relative;
	padding: 15px 30px;
	font-size: 18pt;
	text-transform: uppercase;
	color: #fff;
	background-color: #10ac76;
	box-shadow: 0px 6px 5px 3px rgba(24, 16, 16, 0.1);
	cursor: pointer;
	transition: all .5s;
	}
	a.button {
		color: #fff;
		text-decoration: none;
	}
	.button i {
	display: none;
	}
	.button:hover > i {
	display: block;
	position: absolute;
	top: 30%;
	right: 7%;
	}
	.button:hover {
		background-color: #182132;
		padding-right: 2em;
	}

  .button:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	bottom: -5px;
	left: 5px; 
	border: 2px solid #10ac76;
	transition: all .5s;
  }
  .btn-black {
	background-color: #182132;;
	}
	.button.btn-black:hover {
		background-color: #10ac76;
	}
	.button.btn-black:hover:after {
		border: 2px solid #10ac76;
	}
	.btn-black:after {
		border: 2px solid #182132;;
	}

  .button:hover:after {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border: 2px solid #182132;
	transition: all .5s;
  }
	.button i {
		transition: all .5s;
	}
	.button.green {
		border: 2px solid #1c6d64;
		background-color: #1c6d64;
		cursor: pointer;
	}
	.button.green:after {
		border: 2px solid #1c6d64;
		}
	.home-txt{
		width: 49%;
		clear: both;
		margin: auto;
		display: block;
		position: relative;
		z-index: 10;
	}

	.home-txt-2 {
		width: 48%;
		clear: both;
		margin: auto;
		display: block;
		padding-left: 1em;
	}
.home-txt .text-paragraph, .home-txt-2 .text-paragraph{
	width: 80%;
}
.text-paragraph.quote {
	font-style: italic;
	border-left: 1px solid #1d1d1d;
	padding-left: 1em;
	display: block;
	margin-bottom: 1.5em;
}
.welcome{
	padding-bottom: 20px;
	font-family: 'PT Sans', sans-serif;
	clear:both;
	width: 100%;
	position: relative;
}

.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%;
	padding: 2em 5em;
	box-sizing: border-box;
}


.advantage-bg .qst-text {
	width: 35%;
	display: block;
	float: left;
}
.advantage-bg .qst-text span {
	font-size: 2em;
	line-height: 1.5;
}
.advantage-bg .stats {
	display: block;
	float: right;
}

.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;
	display: block;
	width: 100%;
	padding: 5em 0em 2em
}

.banner-ttl {
	position: relative;
	z-index: 1;
	text-align: center;
}

.banner-ttl .service-name{
	align-self: center;
	line-height: 100%;
	padding: 0 15px;
	font-size: 42pt;
	font-weight: 700;	
	font-family: 'PT Sans', sans-serif;
}
.banner-ttl .service-name span{
 position: relative;
 z-index: 2;
}
.banner-ttl .service-name::after {
	content: '';
	z-index: 1;
	position: absolute;
	bottom: -3.5px;
	display: block;
	width: 10%;
	left: 43%;
	height: 15px;
	margin: 0 auto;
	background: #10ac76;;
}

.services{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0em 5em 3em;
}

.service-block{
	width: 71%;
}

.service-menu {
	width: 20%;
	padding: 0em 3em 0em 0em;
	border-right: 1px solid #757575;
	display: block;
	margin-bottom: 1em;
}

.service-menu .button {
	display: block;
	max-width: 150px;
	background-color: #1094ac;
}
.service-menu .button::after{
		border: 2px solid #1094ac;

}
.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: #10ac76;	
}

.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: #d8d8d8;
	text-transform: uppercase;
	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{
	background-color: #f0f0f0;		
}
.sm-block A:hover {
	background-color: #e2f1de;
	color: #182132;
}


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

.company-ttl{
	width: 170px;
	color: #10ac76;
	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 80px;	
}

.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: 0 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%;
}
.industry{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0 20px;
}

.industry:nth-child(odd) .industry-slider-wp {
	order: 1;
}

.industry:nth-child(even) .industry-slider-wp {
	order: 2;
}

.industry:nth-child(odd) .industry-info {
	order: 2;
}

.industry:nth-child(even) .industry-info {
	order: 1;
}

.industry-slider-wp{
	width: 48%;
}

.industry-info{
	width: 48%;
}

.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;
	padding: 0em 0em 1em;
  }

  .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: #10ac76;
	  border: 2px solid #10ac76;;
  }
  .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 {
	padding: 0px 5px;
	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%;
	}
	@media screen and (max-width: 1750px) {
			.home-img {
				width: 40%;
		}
	}
  @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;
	}
	.border-top {
		left: -5%;
	}
	.border-bg {
		left: 9.5%;
	  }
		.home-txt {
			width: 45%;
	}
}
@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;
	}
	.cp-block{
		width: 40%;
		margin: 1em 1em;
	}
}
@media screen and (max-width: 1295px) {
	.home-txt .text-paragraph {
		width: 100%;
		display: block;
		margin-right: 0em;
	}
	.inner-lbl-wp p {
    width: 100%;
}
.banner-ttl .service-name::after {
	bottom: -3px;
	width: 15%;
	left: 43%;
	height: 14px;
}
}

@media screen and (max-width: 1180px) {
	.border-top {
display: none;
	}
	.home-img{
		width: calc(100% - 20px);
		order: 2;
		text-align: center;
		margin-top: 1em;
	}
	.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: 350px;
	}

	.header-info{
		width: 50%;
	}	
	.content{
		padding-top: 50px;
	}
	.thumb-ttl{
		font-size: 16pt;
	}
	.service-menu {
		width: 24%;
	}
	.home-txt{
		width: 100%;
		order: 1;
		padding-bottom: 20px;
	}
	.service-block {
		order: 2;
		width: 65%;
	}
	.service-menu {
    padding: 0em 1em 0em 0em;
}
.home {
	padding: 1em 3em 0em;
}
.banner-ttl .service-name::after {
	bottom: -25px;
	width: 15%;
	left: 43%;
	height: 10px;
}
}

@media screen and (max-width: 1140px) {
	.ft-services{
		display: none;
	}	
	.ft-navigation{
		width: 23%;
	}


	.home-txt-2{
		width: 100%;
	}
	.cp-block img {
		top: -20%;
	}
	/* .banner {
		margin-top: 1.3em;
	} */
	.home.padding-3 .home-txt {
    width: 100%;
}

.inner-block.our-services {
	padding: 1em 2em 0em;
}
.home-img {
	padding-top: 1em;
}
.blue-bg {
	top: 17%;
	left: 20%;
	height: 700px;
}
}

@media screen and (max-width: 1125px) {
	.thumb:link, .thumb:visited{
		width: 49%;
	}
	.banner-ttl div{
		font-size: 30pt;
	}

	.border-bg {
		left: 0.5%;
	  }
}

@media screen and (max-width: 990px) {
	.border-top {
		display: none;
	}
	.border-bg {
		top: 35%;
		left: 1.5%;
	  }
	  .border-bg img {
		width: 76%;
	}
	.service-block{
		width: 100%;
		order: 2;
	}
	.service-menu{
		width: 100%;
		order: 1;
		padding-bottom: 30px;
	}	

	.inner-block	{
		padding: 0 1em 0em;
	}	
	.service-menu {
		border: none;
	}	
	.owl-nav .owl-prev {
		left: -60px;
	  }
	
	  .owl-nav .owl-next {
		right: -60px;
	  }
	  .imgcarousel {
		padding: 0em;
	}
	.logo{
		max-width: 300px;
	}  
	.home.padding-1 {
    padding: 0em 2em;
}
.home.padding-3 {
	padding: 0em 2em;
}
.home.padding-3 .home-txt {
	width: 100%;
}
}

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

@media screen and (max-width: 890px) {
	.border-bg {
		top: 35%;
		left: -3.5%;
	}
	.hi-block{
		width: 50%;
	}
	.banner-ttl .service-name::after {
		width: 150px;
		left: 38%;
	}
}

@media screen and (max-width: 850px) {
	.banner{
		width: 100%;
		overflow: hidden;
	}
	.banner img{
		width: 850px;
		max-width: 850px;
	}	
	.banner-ttl{
		width: 100%;
	}
	.industry:nth-child(even) .industry-slider-wp, .industry:nth-child(odd) .industry-slider-wp{
		order: 1;	
	}
	.industry:nth-child(even) .industry-info, .industry:nth-child(odd) .industry-info{
		order: 2;
	}
	.industry-slider-wp{
		width: 100%;
	}
	.industry-info{
		width: 100%;	
	}
	.cp-block img {
		width: 19%;
		top: -15%;
	}
	.home{
		padding: 1.5em 0em 0em;
	}
	.footer {
    background-color: #343338;
    padding: 35px 1em 0px;
}
}

@media screen and (max-width: 780px) {
	.advantage-bg .years {
		text-align: center;
		width: 100%;
		margin: auto;
		padding: 0;
		padding: 0em 0 1.5em;
	}
	.advantage-bg .qst-text {
    width: 100%;
    display: block;
    float: left;
}
	.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: 100%;
	}
	
	.company-footer{
		padding-bottom: 0;
	}
	.company-points{
		height: auto;
		background-color: transparent;
		padding: 0;
	}
	.cp-block{
		width: calc(50% - 40px);	
		background-color: #E1E1E1;
		margin-top: 3px;	
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 2em;
	}
	.imgcarousel {
		padding: 0em;
	}
	.border-bg {
		top: -3%;
		left: 26.5%;
	}
	.advantage-bg {
		padding: 2em 2em;
	}
	.socials {
    width: 60%;
    margin: auto;
    padding: 1em 0em;
}
.ft-logo {
	margin: auto;
	width: 50%;
}
.footer .inner-block {
	margin-bottom: 0em;
}
.slider-data-wp {
	padding: 80px 20px 20px 2em;
}
}

@media screen and (max-width: 680px) {
	.large-screen {
		display: none;
	}
	.adaptive {
		display: block;
	}
	.home-services{
		justify-content: center;
	}
	.thumb:link, .thumb:visited {
    width: auto;
    max-width: 510px;
    margin-bottom: 2em;
}
	.company-info{		
		width: 100%;
		padding-top: 10px;
	}
	.border-bg {
		top: -6%;
		left: 23.5%;
	}
	.service-menu {
    width: 100%;
    padding: 0em 0em 0em 0em;
}
.slider-data-wp {
	margin-top: 1.5em;
}

}

@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;
	}
	.service-info .srvtxtprg, .service-info .srvimgprg {
		width: 100%;
	}
	.thumb-info {
    padding: 1em 0.5em 3.5em;
}
.thumb-more {
	bottom: 5%;
	left: 35%;
}
.services {
	padding: 0em 1em 3em;
}
}

@media screen and (max-width: 590px) {	
	.ft-logo{
		width: 100%;
	}
	.ft-contact{
		width: 100%;
		padding-top: 30px;
	}
	.ft-contact div{
		width: 100%;
	}
	.ft-contact div.ft-phones{
		width: 100%;
	}
	.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;}
		.home.padding-1 {
			padding: 0em 0em;
	}
	.home.padding-3 {
    padding: 0em 0em;
}
}

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

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

}

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

@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;
		}
		#header {
			padding: 0.3em 2%;
	}
	.logo {
    max-width: 200px;
}
.resposive-menu-trigger {
	margin: 15px 0 15px 50px;
}
.advantage-bg {
	padding: 2em 1em;
}
.banner-ttl .service-name::after {
	width: 150px;
	left: 34%;
}
}

@media screen and (max-width: 430px) {
	.ft-contact div{
		display: block;
		width: 100%;
	}
	.ft-contact div.ft-phones{
		width: 100%;
	}	
	.cp-block{
		width: 100%;	
		padding-left: 0;
		padding-right: 0;
	}
	.border-bg {
        display: none;
	}
	.advantage-bg .years {
		border-bottom: 1px solid black;
		padding-top: 1em;
	}
	.header-info{
		width: 45%;
	}
	.banner-ttl .service-name::after {
		width: 150px;
		left: 30%;
	}
}

@media screen and (max-width: 380px) {
	.content{
		padding-top: 20px;
	}
	.inner-block	{
		padding: 0;
	}

}

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

	.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 */
