
.container {
    max-width: 75rem;
}

.delay-1:before{ transition-delay: 0.1s!important; }
.delay-2:before{ transition-delay: 0.2s!important; }
.delay-3:before{ transition-delay: 0.3s!important; }
.delay-4:before{ transition-delay: 0.4s!important; }

textarea:focus, input:focus {
    outline: none;
}

b, strong {
    font-weight: 600;
}



.bgv{
  background-color: #000;
  height: 100vh!important;
  position: relative;
  /* width: 100%; */
  overflow: hidden;
  padding: 0;
}



.withbar{
  display: inline-block;
  position: relative;
  width: unset;
  margin-bottom: -2px;
}

.redbar {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    /*background: #e7e4e2;*/
    height: 4px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    z-index: 3;
}

.bigheader-cont{
  border-bottom: 1px solid #e7e4e2; 
  margin-bottom: 25px;
  margin-top: 25px;
}

.defcont{
  margin-top: 40px;
  margin-bottom: 40px;
}











.img-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 100%;
    opacity: 1;
}

.gal-img-bg {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 100%;
    opacity: 1;
}

.galimg{
  position: relative;
  height: 40vh;
  min-height: 250px;
  padding: 10px;
}

h3.hometitle span{
  font-weight: 400;
}

h3.hometitle{
  font-weight: 700;
  padding: 0 0 10px 0;
  font-size: 36px;
  color: #fff;
  font-family: "Syncopate", sans-serif;

}
p.homesubtitle{
  font-weight: 300;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Roboto Condensed', sans-serif;
}

.home_products_wrapper{
  padding: 0 10%;
  padding-top: 30px;
  position: relative;
}

.home_products{
  padding: 60px 0;
  text-align: center;
}

.prod {
  padding: 5px;
  position: relative;
}

.home_prolink{
  display: block;
  position: relative;
  text-decoration: none;
  transition: transform .6s;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition-delay:0.3s;
}

.prod:hover > .home_prolink{
  transform: rotateY(180deg);
  transition-delay:0.4s;
}

.fro{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}
.back{
  position: absolute;
  padding: 30px 30px;
  height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  color: #000;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  z-index: 10;
}

.back h3{
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

.back p{
  color: #000;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.back .explore{
  margin-top: 20px;
  display: block;
  padding: 10px 45px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  z-index: 10;
  background-color: #f58220;
  border-radius: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  transition: all 0.35s ease-out;
}

.back .explore:hover{
  background-color: #333c42;
}

.grad{
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 30%;
}

.product-title{
  font-size: 18px;
  color: #262626;
  font-weight: 400;
  text-align: center;
  padding: 5px 0 15px 0;
  line-height: 1.4;
  font-family: 'Roboto Condensed', sans-serif;

}

.ora{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #f58220;
    height: 5px;
    -webkit-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    z-index: 9;
    transition: transform 0.3s;
}

.pronavs:hover svg{
  fill: #f58220;
}

.pronavs:hover .onv{
  stroke: #f58220;
}

.disabled .pronavs:hover .onv{
  stroke: #000;
}

.disabled .pronavs:hover svg{
  fill: #000;
}


.pronavs svg{
  width: 50px;
}
.prevbtnsvg{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:3px;}
.nextbtnsvg{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:3px;}

.prosld .owl-prev {
    position: absolute;
    top: calc(50% - 40px);
    left: -60px;
}

.prosld .owl-next {
    position: absolute;
    top: calc(50% - 40px);
    right: -60px;
}













/*Glance*/

.home_glance{ 
  padding: 130px 10% 100px 10%;
  text-align: center;
 }

 .home_glance .owl-carousel .owl-stage{
  display: flex;
 }
 .home_glance .owl-nav button{
  margin-left: 0!important;
 }

.glancesld_wrapper{
  padding:0 0 0 3px;
  margin-top: 30px;
}

 .home_glance .owl-nav{
  text-align: left;
  position: absolute;
 }

.glance{
}

.glance .icon{
  height: 55px;
  margin-bottom: 20px;
  display: inline-block;
}

.glc{
  color: #fff;
  padding: 0 2px;
}

.glc_data{
  padding: 40px 15px;
  background-color: #f6f6f6;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.glc_data h3{
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif;
}

.glc_data p{
  line-height: 1.4;
  font-size: 16px;
  color: #000;
}

.glance_text_wrapper{
  background-color: #333c42;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.glance_text{
  color: #fff;
  padding: 40px 40px 40px 80px;

  }

.sqbtn svg{
  height: 30px;
  fill:#333c42;
}

.sqbtn:hover svg{
  fill:#f58220;
}










/* Home Video */

.home_video{
  margin-top: 60px!important;
  background-color: #f6f6f6;
}

.video_textcont{
  justify-content: center;
  display: flex;
  padding: 50px 10% 50px 5%;
  flex-direction: column;
}

.videoplayer{
  display: none;
  width: 100%;
  height: 100%;
  background-color: #333c42;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.pro_det_tex{
    display: table;
    position: absolute;
    height: 95%;
    z-index: 9;
    color: #FFF;
}

.pro-content {
    padding: 20px 40px;
    top: 10px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.ifrclose {
    position: absolute;
    right: 250px;
    top: 80px;
    z-index: 999;
    color: #fff;
}

.play{
    margin-top: 20px;
    padding: 12px 50px;
    color: #fff;
    font-size: 15px;
    background-color: #f58220;
    border-radius: 30px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    transition: all 0.35s ease-out;
    display: inline-block;
}

.play:hover{
  color: #fff;
  background-color: #333c42;
}

.videobox{
  display: flex;
  position: relative;
}
.playbtn{
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  cursor: pointer;
}

.playbtn svg{
  height: 60px;
  fill: #fff;
}

.playbtn:hover svg{
  fill: #f58220;
}



/*Cert*/
.home_certs{
  text-align: center;
  padding: 60px 0;
  margin-top: 60px!important;
  background-color: #f6f6f6;
}

.cert_wrapper{
  padding: 40px 0;
}

.cert{
  margin-top: 20px;
  box-shadow: 5px 5px 20px 0px rgb(46 61 73 / 15%);
  display: block;
  transition: transform .4s;
  transform: scale(1.0);
}

.cert:hover{
  transform: scale(1.1);
}

.cert img{
  width: 100%;
}



/*EPD*/

.home_epd{
  text-align: center;
  padding: 30px 10% 100px 10%;
  margin-top: 60px!important;
}

.home_epd .owl-nav{
  bottom: 50px;
}
.epdimg{
  border:1px solid #f2f2f2;
}

.epd_text{
  padding: 40px 40px 40px 0px;
}

.epd_data{
  padding: 35px;
}

.epd-title{
  padding: 15px 0;
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.leftorange{
  background-color: #f58220;
  padding: 0;
  margin: 0;
  width: 9vw;
  border-radius: 0 30px 30px 0;
  height: 85%;
}

.product-slide{
  margin-top: 0px;
  display: flex;
}

.product-slide-texts{
  position: absolute;
  z-index: 9;
  color: #fff;
  margin-top: 40px;
}


.product-slide-texts h3{
  font-weight: bold;
  font-size: 60px;
  color: #fff;
  text-align: center;
}

.product-slide-texts p{
  margin-top: 20px;
  line-height: 1.5;
 
}


.pdef table
  {
    margin: 30px 1% 30px 0;
  }
  .pdef td{
    padding: 12px 10px;
    border: 2px solid #fff;
    color: #5a5a5a!important;
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
  }

  .pdef th{
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    border:1px solid #ccc;
  }

.modalreqs{
  background-color: #f58220;
  color: #fff;
  padding: 20px 40px;
  font-size: 20px;
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
}

.forms{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab-content{
  width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f58220;
    
}

.nav-pills .nav-link{
  font-size: 20px;
}

.submitbtn{
  text-align: right;
  padding-right: 20px;
  margin-top: 20px;
}












/*Views*/
.pdef {
    padding: 30px 0;
}

.paddef {
    padding: 35px 5%;
}

.block {
    margin-top: 40px;
    margin-bottom: 0px;
}

.half-content{ 

      justify-content: left;
    display: flex;
    align-items: center;

 }

 .half-content td{ 
  text-align: left;
 }

 .half-content table{ 
    margin-top: 0;
 }



.content-title span{
  font-weight: bold;
}

.accordion p, .pdef p, .content-p, .pdef li {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #484848;
    padding: 5px 0;
    font-weight: 300;
}

.accordion p big, .pdef p big, .content-p big{
  font-size: 1.5rem;
}


.t_left{
 padding-right: 60px;
}

.t_left p{
 text-align: left;
}

.t_left .content-title{
  text-align: left;
}

.t_right{
 padding-left: 60px;
}

.t_right p{
  text-align: left;
}


.t_right .content-title{
  text-align: left;
}


.imgholder{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}



/*
.ttod:before{
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.ttod.showme:before{
  transition: height 0.6s ease-in-out;
  height: 0%;
}

.ltor.showme:before, .rtol.showme:before{
  transition: width 0.6s ease-in-out;
  width: 0%;
}

.anim:before{
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  z-index: 4;
}

.ltor:before{
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.rtol:before{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


*/

.ltor{
  clip-path: polygon(0 0,0 0,0 100%,0 100%);
}

.rtol{
  clip-path: polygon(0 0,0 0,0 100%,0 100%);
  /*clip-path: polygon(100% 0%,100% 0%,100% 100%,100% 100%);*/
}

.ltor.showme{
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}

.rtol.showme{
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}

.anim{
  will-change: clip-path;
  transition: clip-path 1s cubic-bezier(.75,.01,.21,.99),-webkit-clip-path 1s cubic-bezier(.75,.01,.21,.99);
}


}
.imgovertext{
  position: absolute;
  z-index: 4;
  max-width: 40%;
  text-align: center;
}

.imgovertext h3{
  font-size: 3rem;
  font-weight: 600;
  padding-bottom: 20px;
  color: #fff;
}

.imgovertext p{
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
}

.fimg{
    position: relative;
    background-color: #000;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
}
.fadeBl{ opacity: 0.45; }

.linke{
    padding: 20px 40px;
    color: #fff;
    background-color: #f58220;
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 2px;
}

.linke:hover{
  background-color: #333c42;
  color: #fff;
}



.contact_w{
  padding: 0 50px;
}

.contact_w p, .contact_w a{
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
  color: #6c6b6b;
}
.contact_w p strong{
  display: block;
  color: #4f4f4f;
}

#map-canvas{
  min-height: 40vh;
}

#toTop {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    z-index: 10000;
    cursor: pointer;
    display: none;
}

#toTop span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 17px;
    color: #fff;
}

#toTop span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f58220;
    border-radius: 100%;
    z-index: -1;
    transform: scale(1);
    transition: transform .3s ease-out;
}

#toTop:hover span:before {
    transform: scale(1.1);
}

.inarow{
    padding-left: 10%;
    margin: 50px 0;
}
.inarow-il{
    margin-top: 70px;
}

.iarwp{
  display: flex;
  align-items: center;
}

.textcont{
    position: absolute;
    z-index: 5;
}
.alin_r_p{
  right: 10%;
}

.texts_w{
    width: 100%;
    background-color: #fff;
    padding: 50px;
    background-color: #f48221;
}

.texts_w h3{
  color: #fff;
}

.texts_w p{
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

.abs{
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 9;
  background-color: #000000ad;
  padding: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.abs .homesubtitle{color: #fff;}
.texts_wrp{
      color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

.withborder{
  display: flex;
  align-items: center;
}

.borderimg{
  padding-top: 50px;
  padding-left: 50px;
  position: relative;
}

.orangebox{
  position: absolute;
  width: 80%;
  height: 80%;
  top: 0;
  left: 0;
  background-color: #f48221;
}

.biwt img{
  width: 100%;
  padding: 0;
}

.biwt{
   position: relative;
}

.biwt .contbi{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-bottom: 50px;
   
}
.biwt .contbi .row{
    position: relative;
}

.biwt .contbi .content-p{
  text-align: center;
  margin: 30px;
  margin-top: -50px;
  z-index: 9;
  background: #fff;
  padding: 30px 30px;
  width: 90%;
}

.biwt .contbi .content-p h3{
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 20px;
  text-align: center;
}
.biwt .contbi .content-p h3 strong{
  font-weight: 600;
}

.biwt .contbi .content-p p{
  text-align: center;
  font-size: 16px;
}



.orange_bottom{
  width: 80%;
  height: 2px;
  background-color: #f4f2f0;
  margin-top: auto;
}

.product-slide p{
    color: #fff;
    font-size: 20px;
}
.product-slide .fimg{
  opacity: 0.75;
}

.orangeline{
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.orangeline img{
}

.orangeline .oleft{
  position: relative;
  left: -70%;
  height: 1310.857px;
}

.orangeline .oright{
  position: relative;
  right: -70%;
  height: 1310.857px;
}

.text_v p{
    text-align: left;
}

.text_v table{
  width: 100%;
}

.text_v table tbody tr:nth-child(odd) td:first-child, .text_v table tbody tr:nth-child(odd) td:last-child {
    background: #f5f2f0;
}

.text_v table tbody tr:nth-child(even) td:first-child, .text_v table tbody tr:nth-child(even) td:last-child {
    background: #fff;
}

.otherpages{
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 0;
}
.otherpages > div{
  
  padding: 0;
}

.otherpages .prevpro{
  border-right: 1px solid #e6e6e6;
}

.otherpages a{
    padding: 40px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #212529;
    font-size: 18px;
}

.otherpages a:hover{
  background-color: #F4F2EE;
}

.notfullw{
  padding-left: 5%;
  padding-right: 5%;
}
.imgco{ 
      position: relative;
  }

.imgpad{
  padding: 0 10px;
}

.tableWrp{
  padding: 0px 0 80px 0;
}

.tableWrp table{
  color:#ccc;
  float: none;
}

.tableWrp table thead tr td, .tableWrp table thead tr th{
  background: #f58220;
  color: #fff;
  font-size: 12px!important;
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
  border-right:1px solid #fff;
}

.round table thead tr td:nth-child(5), .round table thead tr th:nth-child(5){

  border-right:5px solid #fff;
}
.round table td:nth-child(5) {
  border-right:5px solid #fff;
}


.tableWrp table thead tr td p, .tableWrp table thead tr th p{
  color: #fff;
  font-size: 12px!important;
  line-height: 14px;
  text-align: center;
  font-weight: normal;
  margin:0;
}

.tableWrp table td p, .tableWrp table td {
  color: #424242;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
  border-color:#fff;
}

.tableWrp table tr:nth-child(even) {
    background: #fff;
        border-bottom: 1px solid #fff;
    
}

.tableWrp table tr:nth-child(odd) {
    background: #E6E7E8;
        border-bottom: 1px solid #fff;

}

.table-content{
  padding: 80px 20px 20px 20px;
  min-height: 100%;
}

.tableWrp p{

  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;

}

.tech-img{
    display: flex;
    justify-content: left;
    align-items: center;
}

.tech-img img{
   height: 250px;
}

.breadcrumb{
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  z-index: 3;
}
.breadcrumb a{
  text-decoration: none;
  color: #f48221;
}


.morepro{
  text-align: center;
  margin-bottom: 15px;
}
.morepro a, .morepro p{
 text-decoration: none;
 line-height: 1.3;
 color: #333;
}

.morepro a:hover, .morepro a:hover p{
 color: #F48220;
}

.morepro .imgparent{
  background-color:#efefef;
}

.morepro .imgparent img{
  mix-blend-mode: multiply;
}


.morepro .protext{
  padding: 20px; 
  font-weight: bold;
}

.prowrapper{
  margin-top:-50px;
}

.pro-det-texts{
  display: flex; 
  justify-content: end; 
  flex-direction: column;
}

.pro-det-texts-wrapper{
  display: flex; 
  align-items:center; 
  justify-content: end;
  margin-bottom: 40px;
}

.pro-det-texts-wrapper h3{
  font-weight: 700;
  margin-bottom: 20px;
}

.pro-det-texts-wrapper p{
  line-height: 1.5;
}

.pro-img-w img{
  margin-left: 120px;
}



.newcont{ 
  text-decoration:none;
  color: #333;
  margin-bottom: 20px;
  display: block;
}

.newcont p{ 
  text-align:center;  
  text-decoration:none;
  line-height: 1.3;
  font-size: 16px;
  margin-top: 5px;
}

.socialbtn{
  padding: 0 10px;
  cursor: pointer;
}
.socialbtn:hover .socialcls{fill:#eb2729!important;}
.socialcls{
  fill: #262626!important;
}

.wes{
  fill: #262626!important;
}


.viewtab .nav-link{
    font-weight: 300;
    margin-right: 3px;
    border-bottom: 2px solid #a2968b;
    border-radius: 0;
    padding: 1.2rem 2.5rem!important;
    background-color: #a2968b;
    color: #fff;
    height: 100%;
    line-height: 1.2;
}

.viewtab .nav-link strong{
    font-weight: 600;

}

.viewtab .half-content{
  display: flex;
  align-items: center;
}

.viewtab .nav-link.lchild{
    border-right: none;
}

.viewtab .nav-link.active, .viewtab .show>.nav-link {
    background-color: #f4f2f0;
    color: #292929;
    border-bottom: 2px solid #a2968b;
}
















