/* --------------------------------------
FONT IMPORT - GOOGLE
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');

/* --------------------------------------
GLOBAL STYLES
-----------------------------------------*/
html{
    overflow-x: hidden;
    width: 100%;
}
body {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #363636;
  line-height: normal;
  background: #000;
  overflow: hidden;
}
/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
  padding-left: 0 !important; 
}
li {
  list-style: none;
}
h1 , h2, h3, h4, h5{
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
}
/* LINKS */
a{ }
a:hover{ text-decoration: none;}

a {text-decoration:none;}
a:hover {text-decoration:none; }
a:before,a:after { text-decoration:none;}
a:before,a:after,
a:hover:before,a:hover:after {text-decoration:none;}

/* IMG RESPONSIVE */
img{
  display: block;
  max-width: 100%;
  height: auto;
}
/* --------------------------------------
HEADER
-----------------------------------------*/
header{
  background-color: #000; 
  position: relative;
  padding: 10px 0 0 70px;
  z-index: 5000;
  border-bottom: 1px solid #6c6c6c;
  height: 58px;
}

/* MENU */
#menu{
  position: relative;
  z-index: 6000;
  margin: 0;
  padding: 0;
}
#menu li {
  position: relative;
}
#menu li a {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 23px;
}
/* first level */
#menu > li {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 9px; /* space between dropdown */
}
#menu > li > a {
  height: 100%;
  font-size: 23px; 
  line-height: 1.5em; /* 60 (24) */
  margin: 0 40px;
  padding: 0 0 15px 0 !important;
}

/*
#menu > li > a.active{
}
#menu > li:not( :last-child ) > a {
  padding-right: 30px;
}
#menu > li:first-child > a{
  padding-left: 0;
}
#menu > li:last-child > a{
  padding-right: 0;
}
#menu > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
}
*/
#menu > li.has-child > a {
   padding-bottom: 5px !important;
   background: url(../images/bg_menu_sub.gif) bottom center no-repeat;
   margin-right: -10px !important;
}
#menu > li > a:last-child{
  margin-right: 0 !important;
}
/* second level */
#menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 231px;
  background: url(../images/bg_menu_dropdown.png) left bottom no-repeat;
  padding: 0 0 18px 0;

}
#menu li ul li:first-child{
   padding-top: 20px;
}
#menu li ul li:last-child{
   padding-bottom: 10px;
}
#menu li ul li{
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 20px;
  width: 231px;
  background: url(../images/bg_menu_dropdown_li.png) 0 0 repeat;
}
#menu li ul > li:last-child{
  border-bottom: none;
}

#menu li:not( :first-child ):hover ul {
  left: -1px;
}
#menu li ul a {
  font-size: 18px !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 25px 8px 35px;
  color: #fff;
}
/*
#menu li ul li a:hover, 
#nav li ul:not( :hover ) li.active a {
    background: #eeeeee;
}

#menu li ul li a:hover{
  background: #eeeeee
}
*/
#menu li ul li.has-child > a span {
   background: url(../images/bg_menu_dropdown_sub.png) right center no-repeat !important;
   padding-right: 25px;
}

/* third level */
#menu li ul li ul{
  left: 231px !important;
  top: 0;
  background: url(../images/bg_menu_dropdown_subsub.png) left bottom no-repeat;
  padding: 0 0 18px 12px;
}
#menu li ul li ul li{
  background: url(../images/bg_menu_dropdown_subsub_li.png) 0 0 repeat;
}
#menu li ul li ul li:last-child{
  padding-bottom: 40px;
}
/* UTILITIES */
.utilities{
  position: relative;
  top: -10px;
  right: -15px;
}
.utilities a{
  float: right;
  display: block;
  height: 58px;
  display: block;
  line-height: 58px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
.btn-line{
  background: url(../images/btn_line.png) 0 0 no-repeat;
  display: block;
  height: 58px;
  padding: 0 50px 0 120px;
  letter-spacing: 2px;
}
.utilities a.btn-line{
  font-size: 20px;
}
.utilities a.colored{
  background: #13742f;
  padding: 0 30px;
  font-size: 20px;
  width: 220px;
}
.utilities a.email{
  position: absolute;
  top: 58px;
  right: 0;
  background: url(../images/btn_email.gif) 0 0 no-repeat;
  padding-left: 30px;
  height: 32px;
  width: 235px;
  line-height: 32px;
  display: block;
  font-size: 14px;
  text-transform: none;
}
.utilities a.email span{
  background: #323232;
  display: block;
  height: 32px;
  padding-left: 10px;
}
/* --------------------------------------
TOPBANNER
-----------------------------------------*/
.topbanner.home .owl-carousel img,
.topbanner .subpagebanner img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.topbanner .logo{
  background: url(../images/bg_logo.png) center 0 no-repeat;
  height: 153px;
  position: relative;
  z-index: 500;
}
.topbanner .logo img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topbanner .subpagebanner{
 position: relative;
 top: -120px;
 margin-bottom: -120px;
 height: 361px;
}
/*---------------------------------------
SLIDER          
-----------------------------------------*/
.owl-homepageslider{
  position: relative;
  top: -153px;
  margin-bottom: -153px;
}
.owl-homepageslider .item{
  min-height: 100vh
}
.owl-homepageslider .row{
  padding-bottom: 0;
  margin-bottom: 0;
}
.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 4px;
}
.owl-theme .owl-dots .owl-dot span{
  background: #6a6868;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #c3c2c2;
}
.owl-theme .owl-dots .owl-dot.active span{
 background: #c3c2c2;
}
.owl-prev, .owl-next {
  width: 30px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3) !important; 
  color: rgba(0, 0, 0, 0.1);
  border: 0px solid black;
  font-size: 40px !Important;
  visibility: hidden;
}
.owl-prev { left: 20px; }
.owl-next { right: 30px; }
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next{
  visibility: visible;
}

/*---------------------------------------
SECTION: BOTTOMANGLED         
-----------------------------------------*/
.bottomangled{
  background: url(../images/bg_bottom_angled.png) center 0 no-repeat;
  padding-top: 153px;
  position: relative;
  z-index: 600;
  top: -160px;
  margin-bottom: -160px;
}
.bottomangled .wrap{
  background: #fff;
  padding: 60px 0;
}
.customerslider h2{
  font-size: 56px;
  text-align: center;
  padding-bottom: 50px;
  color: #000;
  background: url(../images/bg_header_style1.png) bottom center no-repeat;
  letter-spacing: 5px;
  margin-bottom: 50px;
}
.customerlogos .item{
   height: auto !important;
}
.customerlogos .owl-wrapper{
  display: table !important;
}
.customerlogos .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.customerlogos .owl-item > div {
  text-align: center;
}
.customerlogos .owl-item img{
  padding: 0 50px;
}
/*---------------------------------------
SECTION: IMAGEBLOCKS      
-----------------------------------------*/
.imageblocks [class*="col-"]{
  position: relative;
  padding: 0 !important;
  margin: 0 !improtant;
}
.imageblocks .btn-img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer !important;
    width: 100%;
}
.imageblocks .btn-img img{
  width: 100%;
  height: 100%;
}
.imageblocks .btn-img a {
    display: block;
   background-color: #000;
}
.imageblocks .btn-img a img {
    background-color: transparent;
}
.imageblocks .btn-img a img {
    opacity: 1;
}
.imageblocks .btn-img a:hover img{
    
}
.imageblocks .btn-img a:hover img {
    opacity: 0.5;
}
.imageblocks h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 76px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.imageblocks span{
  cursor: pointer !important;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 31px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 58px;
  padding-left: 162px;
  padding-right: 103px;
}
/*---------------------------------------
SECTION: SUBPAGECONTENT
-----------------------------------------*/
.subpagecontent{
  padding: 80px 0 50px 0;
  background: #fff;
}
.subpagecontent.bordertop{
  border-top: 16px solid #c9c9c9;
}
.subpagecontent h1{
  color: #363636;
  font-size: 62px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}
.subpagecontent h2{
  font-size: 42px;
  color: #363636;
}
.subpagecontent h3{
  text-align: center;
  color: #a1a1a1;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 26px;
  padding-bottom: 30px;
}
.subpagecontent h4{
  color: #1ba342;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 5px;
  padding: 10px 0 15px 0;
}
.subpagecontent h5{
  color: #a1a1a1;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 5px;
  padding: 10px 0 15px 0;
}
.subpagecontent p{
  font-size: 20px;
  line-height: 29px;
}
.subpagecontent .row{
  padding-top: 30px;
}
.subpagecontent img{
  padding: 30px 0;
}
.subpagecontent ul{
  padding: 20px 0;
}
.subpagecontent ul li{
  background: url(../images/bullet_list.png) 0 center no-repeat;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 18px;
}
.subpagecontent ul li a{
  color: #363636;
}
.projectsblock img{
  object-fit: contain;
  width: 100%;
}
.projectsblock [class*="col-"]{
  padding-right: 30px;
  padding-left: 30px;
}
.btn-top{
  background: url(../images/icon_top.gif) 0 0 no-repeat;
  position: fixed;
  bottom: 0px;
  width: 103px;
  height: 93px;
  right: 0;
  display: block;
  z-index: 5000;
}
.contactblock{
  text-align: center;
  padding: 40px 0;
}
.contactblock h3{
  color: #1ba342;
  font-size: 32px;
  padding: 20px 0;
  letter-spacing: normal;
}
.contactblock p{
  color: #363636;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.contactblock p a{
  color: #363636;
}
.hideme{
  display: none;
}
/*---------------------------------------
SECTION: TESTIBLOCK
-----------------------------------------*/
.testiblock{

  background: url(../images/bg_testi.jpg) 0 0 no-repeat;
  height: 590px;
  background-size: cover;
}
.testiblock h3{
  font-size: 31px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 480px;
  height: 58px;
  line-height: 58px;
  background: url(../images/bg_testi_title.png) center 0 no-repeat;
  margin: 0 auto 70px auto;
}
.testislider .testibox{
  border-radius: 15px;
  background: #000;
  opacity: 0.8;
  height: 360px;
  padding: 40px 38px;
}
.testislider .item{
  position: relative;
  margin: 0 23px;
  text-align: center;
}
.testislider .item p{
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-align: justify;
  line-height: 25px;
}
.testislider .item span{
  color: #1ba342;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: block;
  font-weight: 900;
}
.testislider .item span strong{
  font-size: 22px;
  color: #fff;
  display: block;
}
/*---------------------------------------
SECTION: PHOTOCONTENTBLOCK
-----------------------------------------*/
.photocontentblock{
  background: #000;
}
.photocontentblock [class*="col-"]{
  position: relative;
  padding: 0 !important;
  margin: 0 !improtant;
}
.photocontentblock img{
  object-fit: cover;
  width: 100%;
}
.photocontentblock .text{
  padding: 80px 80px 0 70px;
  text-align: justify;
}
.photocontentblock .text h3{
  font-size: 33px;
  color: #707070;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
.photocontentblock .text p{
  font-size: 18px;
  line-height: 35px;
  color: #fff;
}
/*---------------------------------------
FOOTER
-----------------------------------------*/
footer{
  background: url(../images/bg_footer.png) center 0 no-repeat;
  min-height: 300px;
  position: relative;
  margin-top: -140px !important;
  padding-top: 160px;
  padding-bottom: 30px;
}
footer .logo img{
  padding: 140px 0 0 90px;
}
footer .links{
  padding-top: 110px;
}
footer .links a.btn-line{
  float: right;
  font-size: 31px;
  color: #fff;
  font-weight: 900;
  line-height: 58px;
}
footer .links ul{
 clear: both;
 text-align: right;
  padding-top: 30px;
}
footer .links ul li{
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 18px;
}
footer .links ul li a{
  color: #fff;
}