@charset "utf-8";
/* CSS Document */

body {margin:0; padding:0; overflow-x:hidden; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; /*background-image:url(../images/bg.jpg);*/ background-repeat:repeat; background-attachment:fixed;}
.left { }
.right {   }
.clear {clear:both;}
a {-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
input, textarea, select {-webkit-border-radius:0; border-radius:0;}
.mbottom40 {margin-bottom:40px;}
body.overflow {overflow:hidden;}
.mtopBottom30 {margin:30px 0;}
.variations{width: 28%!important;}
.variations.mtopBottom30{margin: 0 50px 0 0!important}
.colored1c24 {color:#104586;}
.variations:nth-child(4){margin: 0!important;}
.fsize17 {font-size:17px;}
.cursorPointer {cursor:pointer;}
.mtop0 {margin-top:0;}
.mtop10 {margin-top:10px;}
.mbottom10 {margin-bottom:5px;}
.floatlft{width: 33%!important;float: left!important;}
.pInlineBlock {display:inline-block; padding:0 5px}

/*--------------------*/

.top-path {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
        background: #f3f3f3;
    padding: 30px 0;
}
#product-cal .product-dimension .rightsection {
    width: 70% !important;
    padding-left: 40px;
}
#product-cal .product-dimension .leftsection {
    width: 30% !important;
 
}
.rightsection .datasection {
    display: flex;
    flex-wrap: wrap;
}
#product-cal .product-dimension {
    width: 100%;
}
h3.product-name {
    width: 100%;
}
.pht-product-itme {
    display: flex;
    flex-wrap: wrap;
}
#product-cal .product-dimension .rightsection .datasection .tablebox ul li {
    display: flex;
    justify-content: space-around;
}

.tablebox.lengthdata, .tablebox.widthdata, .tablebox.heightData {
    border: 1px solid #d5d5d5;
    padding: 20px !important;
    border-radius: 6px;
}
.tablebox.lengthdata, .tablebox.widthdata, .tablebox.heightData {
    border: 1px solid #d5d5d5;
    padding: 20px !important;
    border-radius: 12px;
}
.tablebox.heightData, .tablebox.lengthdata {
    margin-right: 0 !important;
}
.content {
    background: #fff;
    box-shadow: 0 8px 40px rgba(0,0,0,.08);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
}
.product-dimension {
    padding: 44px 44px;
}
.row.seedataintable a.reset.fulldata {
    display: block !important;
    width: 100%;
    text-align: center;
}
/*--------------------*/


#preloader {position: fixed; top:0; left:0; width: 100%; height: 100%; background-color: #fff; z-index: 999999;}
#preloader img {position:absolute; top:50%; left:50%; margin:-25px 0 0 -115px;}

#section1 {  width:100%; background-image:url(../images/banner.jpg); background-repeat:no-repeat; background-position:center; background-size:cover;}
#section1 .content {position:relative; background-repeat:repeat; background-image:url(../images/banner-pattern.png);   width:100%; height:100%;}
#section1 .content .taglines {display:table-cell; vertical-align:middle;}
#section1 .content .taglines .box {width:50%; position:relative;   clear:both;}
#section1 .content .taglines .box:nth-child(even) {   }
#section1 .content .taglines .box p {margin:0; padding:16px 0 23px 0;     font-size:55px; color:#104586; background-color:#ffffff; font-weight:300; width:0;     text-align:center; letter-spacing:-2px; line-height:40px; overflow:hidden; transition: all 1s ease-in-out;}
#section1 .content .taglines .box:nth-child(even) p {color:#ffffff; background-color:#104586; width:0;  }

#section1 .content .scrolldown {position:absolute; bottom:15px; left:50%; margin:0 0 0 -11px; width:20px; opacity:0.9; display:none; cursor:pointer;}
#section1 .content .scrolldown .mouse {  width:20px; height:32px; border:2px solid #fff; -webkit-border-radius:20px; border-radius: 20px; position:relative;}
#section1 .content .scrolldown .line {position:absolute; left:50%; top:5px; margin-left:-1px; width:2px; height:15px; background-color:#fff; -webkit-border-radius:20px; border-radius: 20px; background-color:#fff; -webkit-animation: line 1s linear infinite; -moz-animation: line 1s linear infinite; -o-animation: line 1s linear infinite; animation: line 1s linear infinite;}

@-webkit-keyframes line {0% {height:0px;} 100% {height:15px;}}
@-moz-keyframes line {0% {height:0px;} 100% {height:15px;}}
@-o-keyframes line {0% {height:0px;} 100% {height:15px;}}
@keyframes line {0% {height:0px;} 100% {height:15px;}}

/*#section1 .content .scrolldown {position:absolute; bottom:10px; left:50%; margin:0 0 0 -11px; width:22px;}
#section1 .content .scrolldown .mouse {  width:22px; height:36px; border:2px solid #fff; -webkit-border-radius:20px; border-radius: 20px; position:relative;}
#section1 .content .scrolldown .dot {position:absolute; left:50%; margin-left:-2px; width:4px; height:4px; background-color:#fff; -webkit-border-radius:20px; border-radius: 20px;}
#section1 .content .scrolldown .dot.one {top:5px; animation: dot 0.4s linear infinite;}
#section1 .content .scrolldown .dot.two {top:11px; animation: dot 0.6s linear infinite;}
#section1 .content .scrolldown .dot.three {top:17px; animation: dot 0.8s linear infinite;}

@-webkit-keyframes dot {0% {opacity: 0.0;} 15% {opacity: 1;} 50% {opacity: 1;} 100% {opacity: 0;}}
@-moz-keyframes dot {0% {opacity: 0.0;} 15% {opacity: 1;} 50% {opacity: 1;} 100% {opacity: 0;}}
@-o-keyframes dot {0% {opacity: 0.0;} 15% {opacity: 1;} 50% {opacity: 1;} 100% {opacity: 0;}}
@keyframes dot {0% {opacity: 0.0;} 15% {opacity: 1;} 50% {opacity: 1;} 100% {opacity: 0;}}*/

/********************************* my css ******************************************/
.widthbox{width:100%; }
.lg-backdrop{background: #181818d1!important;}
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-toolbar{background: transparent!important;}
.vpt-span{display: block; font-size: 13px;}
.whats-app{position: fixed;right: -143px;bottom:10%;z-index: 1;padding: 5px 15px;transition: all 0.5s ease;background:#404040;border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;color:#fff;}
    .whats-app-mob{display: none;width: 55px;height: 55px;border-radius: 50%;right:0;padding: 5px;bottom: 7%;}
    #vpt-slider img{
        width: 100%;
    }
    #lightgallery img , #lightgallery-section img , #lightgallery-graph img{width: 100%;}
      .lg-sub-html,.lg-autoplay-button,.lg-thumb-outer,#lg-download,.lg-fullscreen,#lg-zoom-in,#lg-zoom-out,#lg-actual-size,#lg-share,#lg-counter,.lg-pager-outer{
    display:none;
  }
.hero-slider .whats-app img{width: 22%;}
.whats-app:hover {transition: all 0.5s ease;right: 0;}
.whats-app a{color: #fff;text-decoration: none;display: block;}
.modal-open .modal{overflow-x: hidden;overflow-y: hidden;}
.video-iframe{display: none;}
.img-frame{display: block;}
.about-left-box{width: 100%; }
.about-right-box{width: 45%;margin:0 auto;display: block;}
.hidden{display:none}
span.privacy-span{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    margin-top: 40px;
}
/*.fixpadding{*/
/*    padding: 5% 0!important;*/
/*    margin:0!important;*/
/*}*/
section#inside {
    margin: -50px 0 80px;
}
.thank_msg_enquiry_body{
    position: relative;
    top: 0px;
    width: 100%;
    left: 0;
    display: none;
    padding: 10% 10%;   
}
.thank_msg_enquiry_body p {
    text-align: center!important;
    font-size: 17px!important;
    line-height: 30px!important;
    margin:0!important;
    color:#000000!important;
    padding: 0!important;
}
.thank_msg_enquiry_body p::before{
    background: transparent!important;
}
.footer-social-media .social-media{
    display: none;
}
.custom-container {
    margin: 0 auto;
    display: block;
    padding: 0 16px;
    max-width: 1350px !important;
    width: 100% !important;
}
.hero-slider{
  width:100%;
  position:relative;
}
.hero-slider .bx-wrapper .bx-controls.bx-has-pager{
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%;
}
.hero-slider .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item{
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
}
.hero-slider .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item a.active{
    color:transparent;
    background: #ce010f;
    border-radius: 30px;
}
.hero-slider .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item a{
    color: transparent;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    border-radius: 30px;
}
.aside-right .aside-list li a.current{color: #c32b26!important}
.hero-slider img{
    width: 100%;
}
.hero-slider .slider-text{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.hero-slider .slider-text h2{
    font-size:60px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
}
.hero-slider .slider-text h2 span{
    color:#ce010f;
}
.hero-slider .title {
    position: relative;
    width: 120px;
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: #FF0000;
    transform:rotate(90deg);
    top:100px;
}
.hero-slider .title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FF0000;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
 
.hero-slider .bx-wrapper .bx-next{
  background: url(../images/next-arrow.png) no-repeat 0px 0px;
  right: 100px;
  font-size:0;
}
.hero-slider .bx-wrapper .bx-prev{
  background: url(../images/prev-arrow.png) no-repeat 0px 0px;
  left:100px;
  font-size:0;
}
.hero-slider .bx-wrapper .bx-controls-direction a {
    display: block;
    bottom: 45%;
    position: absolute;
    height: 35px;
    width: 35px;
}

.manufacture-section{
    width:100%;
    padding:5% 0;
     
    background:#f2f2f2;
}


.manufacture-section .manufacture-section-left{
    width:50%;
     
    padding-right: 10%;
}
.manufacture-section .manufacture-section-left h4{
    color:#3b3b3b;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 35px;
    margin-top: 55px;
    font-weight: 600;
}
.manufacture-section .manufacture-section-left p{
    color:#3b3b3b;
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
}
h2.common-heading{
    font-size: 35px;
    color:#000;
    position: relative;
    text-transform: uppercase;
    padding-left: 25px;
    font-weight: 600;
}
h2.common-heading::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 65px;
    background: #d31b1b;
    left: 0px;
    top: -10px;
}
h2.common-heading span{

    color:#d31b1b;
}
h2.title-pht-cl {
    text-align: center;
    display: flex;
    justify-content: center;
    color: #333 !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    position: relative;
}
h2.title-pht-cl:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background-image: linear-gradient(to right, #5794df 0%, #104586 51%, #5794df 100%);
    background-size: 200% auto !important;
}
.top-path select {
    height: 55px;
    border: 1px solid #d5d5d5;
        background-color: #fff !important;
    border-radius: 8px;
    padding: 15px 25px !important;
    font-size: 18px !important;
    line-height: 21px;
    color: #41484a;
    background: url(images/form-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 14px;
    -webkit-appearance: none;
    appearance: none;
    width: 100% !important;
    max-width: 33.33%;
}
#inside .content h2.common-heading::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 55px;
    background: #d31b1b;
    left: 0px;
    top: -4px;
}
#inside .content h2.common-heading::after{
    display: none;
}
#inside .content h2.common-heading span{

    color:#d31b1b;
}
.manufacture-section .manufacture-section-right{
    width:50%;
       
}
.manufacture-section .manufacture-section-right img{
    width:100%;
   
}


.our-products{
    background: #eaeaea;
    width: 100%;
     
    padding: 5% 0;
}

.home-our-products{
    width:100%;
    margin-top: 120px;
    position: relative;
}
.home-our-products .bx-wrapper .bx-controls.bx-has-pager{
    position: absolute;
    bottom: -10%;
    text-align: center;
    width: 100%;
}
.home-our-products .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item{
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
}
.home-our-products .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item a.active{
    color:transparent;
    background: #ce010f;
    border-radius: 30px;
}
.home-our-products .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item a{
    color: transparent;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    border-radius: 30px;
}
.home-our-products .bx-wrapper .bx-next{
  background: url(../images/next-arrow-grey.png) no-repeat 0px 0px;
  right: -120px;
  font-size:0;
}
.home-our-products .bx-wrapper .bx-prev{
  background: url(../images/prev-arrow-grey.png) no-repeat 0px 0px;
  left:-120px;
  font-size:0;
}
.home-our-products .bx-wrapper .bx-controls-direction a {
    display: block;
    bottom: 50%;
    position: absolute;
    height: 35px;
    width: 35px;
}
.home-our-products .bx-wrapper .slides{
    background: #d63030;
    box-shadow: 6px 7px 5px -2px rgba(0,0,0,0.31);
    -webkit-box-shadow: 6px 7px 5px -2px rgba(0,0,0,0.31);
    -moz-box-shadow: 6px 7px 5px -2px rgba(0,0,0,0.31);
}
.home-our-products .our-product-content{
    text-align: center;
    color: #fff;
    padding: 25px 20px;
}
.home-our-products .our-product-content a{
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    padding-top: 5px;
} 
.home-our-products .our-product-content a::before{
    position: absolute;
    content: "";
    width: 87px;
    height: 1px;
    background: #fff;
    left: 0;
    top:0;
}
/*.home-our-products .our-product-content a::after{
    content: "";
    position: absolute;
    bottom: -25px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    left: 50%;
    margin-left: -40px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in- out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 100%;
}
.home-our-products .our-product-content:hover a:after{
    margin-left: -12px;
    opacity: 1;
} */
#home-our-products {
    display: flex;
}
.home-our-products .our-product-content h2{
    font-size: 27px;
    text-transform: uppercase;
    margin:0;
    letter-spacing: 2px;
        font-weight: 600;
    margin-bottom: 15px;
}
.home-our-products .our-product-content p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 40px;
}
.home-our-products img{
    width:100%;
}
.sub-products{
    background: #eaeaea;
    width:100%;
     
    padding-bottom: 5%;
    position: relative;
}
.home-sub-products{
    width:100%;
    margin-top: 120px;
}
.home-sub-products .bx-wrapper .bx-controls.bx-has-pager{
    position: absolute;
    bottom: -10%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0px);
}
.home-sub-products .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item{
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
}
.home-sub-products .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item a.active{
    color:transparent;
    background: #ce010f;
    border-radius: 30px;
}
.home-sub-products .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item a{
    color: transparent;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    border-radius: 30px;
}
.SubproductImg {
    position: relative;
    overflow: hidden;
}
.SubproductImg span{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 900;
    color:#fff;
}
.SubproductImg span.Clrred{
    color:#b51010;
}
.SubproductImg img{
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}
.SubproductImg img:hover{
   transform: scale(1.2);
    transition: all 0.5s ease; 
}
.SubproductImg.marginbtm{
    margin-bottom: 40px;
}
.home-sub-products .bx-wrapper .bx-next{
  background: url(../images/next-arrow-grey.png) no-repeat 0px 0px;
  right: 70px;
  font-size:0;
}
.home-sub-products .bx-wrapper .bx-prev{
  background: url(../images/prev-arrow-grey.png) no-repeat 0px 0px;
  left:70px;
  font-size:0;
}
.home-sub-products .bx-wrapper .bx-controls-direction a {
    display: block;
    bottom: 42%;
    position: absolute;
    height: 35px;
    width: 35px;
}
.testimonials{
    width: 100%;
     
    padding: 5% 0;
    background-image: url("../images/testimonial-bg.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: bottom;
}
.testimonials .testimonials-content img{
     
    margin-right: 30px;
    box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.56);
-webkit-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.56);
-moz-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.56);
border-radius: 100px;
width:18%;
}
.testimonials .testimonials-content .testimonialImg{
    width: 100%;
     
}
.testimonials .testimonials-content .slide-content{
    width: 100%;
     
}
.testimonials .testimonialImg h2{
    font-size: 23px;
    color:#d31b1b;
    font-weight: 600;
    margin-top: 35px;
}
.testimonials .testimonials-content p{
    font-size: 16px;
    line-height: 30px;
}
.testimonials .testimonialImg span{
    font-size: 17px;
    font-weight: 400;
}
.testimonials .bx-wrapper .slides{
    position: relative;
    padding: 15px 0;
}
.testimonial-slider{
    margin-top: 80px;
}
.testimonial-slider .bx-wrapper .bx-controls.bx-has-pager{
    position: absolute;
    bottom: -10%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0px);
}
.testimonial-slider .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item{
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
}
.testimonial-slider .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item a.active{
    color:transparent;
    background: #ce010f;
    border-radius: 30px;
}
.testimonial-slider .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item a{
    color: transparent;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    border-radius: 30px;
}
.testimonials .bx-wrapper .slides::before{
    position: absolute;
    content: url("../images/inverted-up.png");
    left:50%;
    top:0;
}
.testimonials .bx-wrapper .slides::after{
    position: absolute;
    content: url("../images/inverted-down.png");
    left:50%;
    bottom:0;
}
.testimonials .bx-wrapper .bx-next{
  background: url(../images/next-arrow-grey.png) no-repeat 0px 0px;
  right: 70px;
  font-size:0;
}
.testimonials .bx-wrapper .bx-prev{
  background: url(../images/prev-arrow-grey.png) no-repeat 0px 0px;
  left:70px;
  font-size:0;
}
.rightcontent .bx-wrapper .bx-next{
  background: url(../images/next-arrow-grey.png) no-repeat 0px 0px;
  right:-85px;
  font-size:30px;
  top:220px;
  color: transparent;
  position: absolute;
}
.rightcontent .bx-wrapper .bx-prev{
  background: url(../images/prev-arrow-grey.png) no-repeat 0px 0px;
  left:-20px;
  font-size:30px;
  top:220px;
  color: transparent;
  position: absolute;
}
.testimonials .bx-wrapper .bx-controls-direction a {
    display: block;
    bottom: 43%;
    position: absolute;
    height: 35px;
    width: 35px;
}
.contact-us{
    width: 100%;
     
    background: #f2f2f2;

}
.contact-us .address-box{
    width: 50%;
     
    padding: 5% 5% 5% 10%;
    box-sizing: border-box;
    background:#fff;
   -webkit-box-shadow: inset -5px 0px 5px 2px rgba(230,230,230,1);
-moz-box-shadow: inset -5px 0px 5px 2px rgba(230,230,230,1);
box-shadow: inset -5px 0px 5px 2px rgba(230,230,230,1);
}
.contact-us .address-box .address .nav-link{
border:none;
border-radius: 0;
position: relative;
text-transform: uppercase;
color:#000;
font-size: 15px;
font-weight: 700;
}
.contact-us .address-box .address{
   margin-top: 75px;
    margin-left: 8px; 
}
.contact-us .address-box .address .tab-content span{
    color:#d31b1b;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    display: block;
}
.contact-us .address-box .address .tab-content p{
    font-size:15px;
    line-height: 30px;
}
.contact-us .address-box .address .tab-content p a{
    color: #212529;
}
.contact-us .address-box .address .tab-content{
    margin-top: 50px;
    margin-left: 13px;
}
.contact-us .address-box .address .nav-link::before{
    position: absolute;
    content: "";
    height: 20px;
    width:1px;
    background:#d31b1b;
    right: 0;
}
.contact-us .address-box .address .nav-link:hover{
border:none;
border-radius: none;
}
.contact-us .address-box .address .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
color:#d31b1b!important;
border:none;
}
.contact-us .address-box .address .nav-tabs .nav-item.show .nav-link, .nav-tabs li{
    margin: 10px 0;
}
.contact-us .address-box .address .nav-tabs .nav-item.show .nav-link, .nav-tabs{
    border-bottom: 0;
}


.contact-us .contact-form{
    width: 50%;
       
    padding: 5% 10% 0;
    box-sizing: border-box;
}
.contact-us .contact-form.map{
    padding: 0!important;
    height: auto;
    box-sizing: border-box;
}
.contact-us .contact-form label {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
}
.contact-us .contact-form input[type="text"],input[type="email"],input[type="number"] {
    border-radius: 0;
    border: none;
    outline: none;
    transition: all 0.5s;
    background: transparent;
    border: 1px solid #b1b1b1;
    color: #000;
    font-size: 16px;
    height:45px;
}
.contact-us .contact-form .form-control,textarea:focus{
    box-shadow: none;
    outline: none;
    background-color:transparent;
    border-color: #b1b1b1;
}
.contact-us .contact-form textarea {
    width: 100%;
    height: 100px;
    resize: none;
    background:transparent;
}
.contact-us .contact-form form{
    margin-top: 75px;
        padding-left: 25px;
}
.contact-us .contact-form .form_submit {
    background: #d31b1b;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
    border: none;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.contact-us .contact-form .form_submit:hover{
    background: #212529;
    transition: all 0.5s ease;
}
.appointment-form .form_submit_career:hover{
    background: #212529;
    transition: all 0.5s ease;
}
.contact-us .contact-form input[type=number]::-webkit-inner-spin-button, 
.contact-us .contact-form input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.social-media{
   width:100%;
     
   margin-left: 13px;
   margin-top: 40px;
}
.social-media ul{
    margin: 0;
    padding: 0;
}
.social-media li{
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.footer p{
    font-size:16px;
    color:#fff;
    text-align:center;
    margin: 0;
}
.maintanance-contract{
    width:100%;
     
    background:#f2f2f2;
    padding:5% 0; 
}
.maintanance-contract .maintanance-box{
    width: 100%;
     
    margin-top: 80px;
}
.maintanance-contract .maintanance-box .maintanance-box-left{
    width:50%;
     
    padding-top: 10%;
    padding-right: 15%;
    box-sizing: border-box;
}
.maintanance-contract .maintanance-box .maintanance-box-left p{
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 40px;
}
.maintanance-contract .maintanance-box .maintanance-box-left a,.maintanance-contract .maintanance-box .maintanance-box-left a:hover{
    color:#fff; 
    text-decoration: none; 
}
.maintanance-contract .maintanance-box .maintanance-box-right{
    width:50%;
       
}
.maintanance-contract .maintanance-box .maintanance-box-right img{
    width: 100%;
}
a.know-more{
    background:#d31b1b;
    color:#fff;
    font-size:16px;
    text-align: center;
    padding: 10px;
    transition: all 0.5s ease;
}
a.know-more:hover{
    text-decoration: none;
    color: #fff;
    background:#212529;
    transition: all 0.5s ease;
}
.annual-maintanance{
    width: 100%;
     
    background:#fff;
    padding: 5% 0;
}
.our-clients{
    width: 100%;
     
    padding: 5% 0;
}
.our-clients .client_img{
    cursor: pointer;
    transition: all 0.5s ease;
}
.our-clients .client_img:hover{
    -webkit-box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.44);
-moz-box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.44);
box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.44);
    transition: all 0.5s ease;
}
.our-clients .client_img{
    cursor: pointer;
    } 

    .our-clients .client_img img{
   -webkit-filter: grayscale(0%);
    filter: grayscale(0%); 
}
#our-clients .owl-controls{
    display: none!important;
}
.client-slider{
    margin-top: 50px;
}
#our-clients .owl-wrapper .owl-item img{
    width: auto;
    margin: 0 auto;
    display: block;
}
.common-content-box{
    margin-top: 80px;
}
.common-content-box .contentLeft{
    width: 60%;
     
    padding-right: 10%;
}
.common-content-box .contentRight{
    width: 40%;
       
    position: relative;
}
.common-content-box .contentRight img{
    width: 100%;
}
.common-content-box .contentLeft p{
    font-size: 16px;
    color: #000000;
    line-height: 35px;
}
.maintanance-enquiry-form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    background:#ffffffde;
    padding: 6%;
}
.maintanance-enquiry-form label {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
}
.maintanance-enquiry-form textarea {
    width: 100%;
    height: 100px;
    resize: none;
    background: transparent;
}
.maintanance-enquiry-form .form_submit_maintanance {
    background: #d31b1b;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
    border: none;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.maintanance-enquiry-form .form_submit_maintanance:hover{
    background: #212529;
    transition: all 0.5s ease;
}
.maintanance-enquiry-form input[type="text"], input[type="email"], input[type="number"] {
    border-radius: 0;
    border: none;
    outline: none;
    transition: all 0.5s;
    background: transparent;
    border: 1px solid #b1b1b1;
    color: #000;
    font-size: 16px;
    height: 42px;
}
#appointment-shape{
    width: 200px;
    height: 40px;
    background-color: #404040;
    position: absolute;
    transform: rotate(-90deg);
    bottom: 0px;
    right: -80px;
    text-align: center;
    top: 445px;
    cursor: pointer;
}
.enquiry-strip p{
      color: #fff;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
}

    .appointment-triangle {
      width: 0;
      height: 0;
      border-top: 40px solid #404040;
      border-right: 40px solid transparent;
      position:absolute;
      top:0px;
      transform:rotate(180deg);
      left:-40px;
    }

#download-shape {
    width: 200px;
    height: 40px;
    background-color: #104586;
    position: absolute;
    transform: rotate(-90deg);
    top: 235px;
    right: -80px;
    text-align: center;
    cursor: pointer;
}
#download-shape p a{color: #fff;text-decoration:none;}

    .download-triangle {
      width: 0;
      height: 0;
      border-top: 40px solid #104586;
      border-right: 40px solid transparent;
      position:absolute;
      right:-40px;
      bottom:0px;
      transform:rotate(-90deg);
    }
    .enquiry-strip{
    position: fixed;
    top: 17%;
    right: 0;
    transform: translate(-50%, 0);
    left: 50%;
    width: 100%;
    z-index: 1;
    }
    .enquiry-strip i{
        font-size: 17px;
        color: #fff;
        margin-right: 5px;
    }
    .training-box {
        width: 100%;
         
        padding: 5% 0;
    }
    .training-box p{
        font-size: 16px;
        color:#000;
        padding-right: 15%;
        margin: 65px 0;
        text-align: left;
        line-height: 35px;
    }
    .training-content{
        width: 100%;
        display: flex;
    }
    .training-content h4{
        font-size:20px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 45px;
    }
    .training-content p{
        font-size:16px;
        margin: 0;
        position: relative;
        margin: 25px 120px 0;
        padding-right: 0; 
    }
    .training-content p:before{
        position: absolute;
        content: "";
        height: 5px;
        width: 5px;
        background: black;
        left: -20px;
        top: 15px;
    }
    .training-content .slides{
    padding: 50px 0 50px 0px;
    background: #e3e2e2;
    }
.training-content .slides.bg-alt{
    background: #d31b1b;
}
.training-content .slides.bg-alt p{
    color:#fff!important;
}
.training-content .slides.bg-alt p:before{
    background:#fff!important;
}
footer .box_left{
    width: 50%;
     
    position: relative;
}
.footer-social-media{
    position: absolute;
    top: 15px;
    left: 420px;
}
footer .box_left ul{
    margin: 0;
    padding: 0;
}
footer .box_left ul li{
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    margin: -17px 10px!important;
}
footer .box_left ul li:nth-child(1){
    margin-left:0!important;
}
footer .box_left img{
    margin-bottom: 15px;
}
footer .box_left ul li a{
    color: #212529;
    text-decoration: none;
    transition: all 0.5s ease;
}
footer .box_left ul li a:hover{
    color: #d31b1b;
    transition: all 0.5s ease;
}
footer .box_right{
    width: 50%;
       
    
}
footer .box_right p{
    font-size: 13px;
    text-align: right;
    margin-bottom: 0;
    line-height: 0;
    margin-top: 70px;
}
footer .box_right p span{
    display: inline-block;
    margin:0 5px;
}
.footer-social-media .social-media {
    text-align: right;
    margin-top: 0px;
}
footer .box_right p a{
    color: #212529;
}
.mobile-buttons{display: none;}
.mobile-buttons span img{
    width: 7%;
    transform: rotate(20deg);
}
#appointmentform .modal-content .modal-header h5.modal-title{
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color:#fff;
    width: 100%;
    font-weight: 600;
}
#appointmentform .modal-content .modal-header{
    background:#d31b1b;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#appointmentform .modal-dialog{
    margin: 10% auto;
}
#appointmentform .close{
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 20px;
}

#appointmentform .modal-content{
    border-radius: 0;

    border: none;
}
.career-box{
    width: 100%;
     
    margin-top: 40px;
}
.career-left{
    width: 50%;
     
    display: grid;
    grid-auto-rows: minmax(355px, auto);
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 50px;
}
.career-left .openings{
    position: relative;
    cursor: pointer;
    transition:all 0.5s ease;
    padding-top: 155px;
    padding-left: 50px;
    z-index: -0;
}
.career-left .openings:hover{
-webkit-box-shadow: 0px 2px 5px 1px rgba(148,148,148,1);
-moz-box-shadow: 0px 2px 5px 1px rgba(148,148,148,1);
box-shadow: 0px 2px 5px 1px rgba(148,148,148,1);
  transition:all 0.5s ease;
}
.career-left .openings:hover .career-overlay{
    height: 35%;
    transition:all 0.5s ease;

}
.career-left .openings .career-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:url("../images/career-overlay.jpg");
    transition:all 0.5s ease;
    z-index: 1111;
}
.training-content .career-box .career-left .openings p{
    font-size: 16px;
    color: #000;
    line-height: 35px;
    margin:0;
    padding: 0;
}
.training-content .career-box .career-left .openings p span{
    font-weight: 800;
}
.training-content .career-box .career-left .openings p:before{
    display: none;
}
.career-left .openings .career-overlay h3{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 21px;
    position: relative;
    top: 170px;
    transition:all 0.5s ease;
}
.career-left .openings:hover .career-overlay h3{
    top:50px;
    transition:all 0.5s ease;

}
.career-right{
    width: 50%;
       
    padding-left: 10%;
}
.career-right label {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
}
.career-right input[type="text"], .career-right input[type="email"], .career-right input[type="number"],.career-right select,.career-right input[type="file"],option {
    border-radius: 0;
    border: none;
    outline: none;
    transition: all 0.5s;
    background: transparent;
    border: 1px solid #b1b1b1;
    color: #000;
    font-size: 16px;
    height:45px;
    width: 100%;
    -webkit-appearance: none;
    padding: .375rem .75rem;
}
.career-right .form-control,textarea:focus{
    box-shadow: none;
    outline: none;
    background-color:transparent;
    border-color: #b1b1b1;
}
.career-right textarea {
    width: 100%;
    height: 150px;
    resize: none;
    background:transparent;
}
.career-right form{
        padding-left: 25px;
}
.career-right .form_submit_career {
    background: #d31b1b;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
    border: none;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.career-right .form_submit_career:hover{
    background: #212529;
    transition: all 0.5s ease;
}
.career-right input[type=number]::-webkit-inner-spin-button, 
.career-right input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.contact-content{
    width: 100%;
    padding: 5%  0;
     
    background: rgb(247,86,85);
    background: linear-gradient(180deg, rgba(247,86,85,1) 0%, rgba(239,73,73,1) 35%, rgba(182,14,14,1) 100%);
}
.contact-content p{
   margin: 45px 0 0 0;
   padding-right: 45%;
   line-height: 35px;
   color: #fff;
}
#map{
    width: 100%;
    height: 82.5vh;
    position: relative;
    overflow: hidden;
}
#map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.contact-content .contact-page-form{
    width: 35%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 2%;
    -webkit-box-shadow: 4px 3px 5px -1px rgba(51,51,51,1);
    -moz-box-shadow: 4px 3px 5px -1px rgba(51,51,51,1);
    box-shadow: 4px 3px 5px -1px rgba(51,51,51,1);
}
.contact-content .contact-page-form label {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
}
.contact-content .contact-page-form input[type="text"],input[type="email"],input[type="number"],select,input[type="file"],option {
    border-radius: 0;
    border: none;
    outline: none;
    transition: all 0.5s;
    background: transparent;
    border: 1px solid #b1b1b1;
    color: #000;
    font-size: 16px;
    height:45px;
    width: 100%;
}
.contact-content .contact-page-form .form-control,textarea:focus{
    box-shadow: none;
    outline: none;
    background-color:transparent;
    border-color: #b1b1b1;
}
.contact-content .contact-page-form textarea {
    width: 100%;
    height: 45px;
    resize: none;
    background:transparent;
}
.contact-content .contact-page-form .form_submit_career {
    background: #d31b1b;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
    border: none;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
     transition: all 0.5s ease;
}
.contact-content .contact-page-form .form_submit_career:hover{
    background: #212529;
    transition: all 0.5s ease;
}
.contact-content .contact-page-form input[type=number]::-webkit-inner-spin-button, 
.contact-content .contact-page-form input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.appointment-form{
    padding: 20px;
}
.appointment-form label {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
}
.appointment-form input[type="text"], .appointment-form input[type="email"], .appointment-form input[type="number"], .appointment-form select, .appointment-form input[type="file"], .appointment-form option {
    border-radius: 0;
    border: none;
    outline: none;
    transition: all 0.5s;
    background: transparent;
    border: 1px solid #b1b1b1;
    color: #000;
    font-size: 16px;
    height:45px;
    width: 100%;
}
.appointment-form .form-control,textarea:focus{
    box-shadow: none;
    outline: none;
    background-color:transparent;
    border-color: #b1b1b1;
}
.appointment-form textarea {
    width: 100%;
    height: 45px;
    resize: none;
    background:transparent;
}
.appointment-form .form_submit_career {
    background: #d31b1b;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500;
    border: none;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.appointment-form input[type=number]::-webkit-inner-spin-button, 
.appointment-form input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.subproductbox{
   width: 100%;
   display: grid;
grid-auto-rows: minmax(500px, auto);
grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
grid-gap: 70px;
margin: 70px 0;
}
 .subProducts img{
    width: 100%; 
    transition:all 0.5s ease;   
}
.subproductbox .subProducts{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}
.subproductbox .subProducts .Links{
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    color: red;
    background: #d31b1b;
    right: 0;
    bottom: 40px;
    display: flex;
    justify-content: center;
    transition:all 0.5s ease;
    align-items: center;
    z-index: 1;
  
}


.subproductbox .subProducts:hover .subProductscontent h3{
     margin-top: 135px!important;
    transition: all 0.5s ease;
}
.subproductbox .subProducts .subProductscontent{
    position: absolute;
    padding: 40px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.subproductbox .subProducts .Links img{
    width: 45%;
    height: 45%;
    transition:all 0.5s ease;

}
.subproductbox .subProducts:hover .blckoverlay{
background: #525253; /* Old browsers */
background: -moz-linear-gradient(top, #525253 0%, #c9c9c9 0%, #aaaaaa 0%, #666060 0%, #666060 13%, #3f3f3f 62%, #262625 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #525253 0%,#c9c9c9 0%,#aaaaaa 0%,#666060 0%,#666060 13%,#3f3f3f 62%,#262625 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #525253 0%,#c9c9c9 0%,#aaaaaa 0%,#666060 0%,#666060 13%,#3f3f3f 62%,#262625 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: .8;
}
.subproductbox .subProducts:hover .subProductscontent h3 , .subProductscontent p{
    color: #fff!important;
}
.subproductbox .subProducts:hover .Links img {
    margin-left: 15px!important;
    transition: all 0.5s ease;
}
.subproductbox .subProducts:hover .Links{
    background: #2c2c2c;
    transition: all 0.5s ease;
}
#inside .content .subproductbox .subProducts .subProductscontent h3{
    color: #000;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 400px;
     transition: all 0.5s ease;
}
#inside .content .subproductbox .subProducts .subProductscontent h3::after{
    position: absolute;
    content: "";
    width: 65px;
    height: 4px;
    color: #d31b1b;
}
}
 }
#inside .content .subproductbox .subProducts .subProductscontent p{
    font-size: 16px!important;
    line-height: 35px!important;
}
.blckoverlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
    transition:all 0.5s ease;
}
.product-upper{width: 100%; padding: 50px 0;border-bottom: 1px solid #cccc;margin-bottom: 50px;}
.productupperLeft{width: 50%; }
.productupperRight{width: 50%;   padding: 45px 0 0 80px;}
.productupperLeft img{width: 100%;}
ul.productThumb{
    margin:20px 0;
    padding: 0;
}
ul.productThumb li{
    width: 20%;
    display: inline-block;
    list-style: none;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid #a6a1a1;
    overflow: hidden;
}
ul.productThumb li:nth-child(1){
    margin-left: 0;
}
ul.productThumb li img{
    width: 100%;
    transition: all 0.5s ease;
}
ul.productThumb li:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease;
}
#inside .content .productupperRight p{
    font-size: 16px;
    line-height: 35px;
}
.testimonials-main{
    width: 100%;
    display: grid;
    grid-auto-rows: minmax(500px, auto);
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 50px;
    
   
}
.testimonials-main .testimonials-box{
  border: 1px solid #cccccc;
    text-align: center;
    padding: 30px;
    -webkit-box-shadow: 4px 7px 13px -7px #000000; 
box-shadow: 4px 7px 13px -7px #000000;
}
.testimonials-main .testimonials-box img{
    border-radius: 50%;
    -webkit-box-shadow: 0px 13px 15px -11px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 13px 15px -11px rgba(0,0,0,0.75);
box-shadow: 0px 13px 15px -11px rgba(0,0,0,0.75);
}
.testimonials-main .testimonials-box p{
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin: 30px 0;
}
.testimonials-main .testimonials-box .imgBox{
    position: relative;
}
.testimonials-main .testimonials-box .imgBox::after {
    position: absolute;
    content: url(../images/inverted-up-red.png);
    left: 50%;
    bottom: -18px;
    transform: translate(-50%, 0);
}
.testimonials-main .testimonials-box h2 {
    font-size: 23px;
    color: #d31b1b;
    font-weight: 600;
    margin-top: 35px;
}
.testimonials-main .testimonials-box h2 span{
    font-size: 17px;
    font-weight: 400;
}
.bigImg{
    overflow: hidden;
    border: 1px solid #959595;

}
.bigImg iframe{
    height: 426px;
}
.bigImg img{
  transition: all 0.5s ease;  
}
.bigImg:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.client-container{
    width: 100%;
    margin: 0 auto;
}
.clients_main_grid{
    display: grid;
    grid-auto-rows: 230px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 2em;
}
.client_img {
    padding: 20px;
    color: #fff;
    background: #ddd;
    position: relative;
}
.client_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 60%;
}
.client_img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#inside.mrgtp{margin: 50px 0 30px 0!important;}
/********************************* my css ******************************************/

header .content, #inside .content {width:100%; margin:0 auto;}
header .content a.logo {background-image:url(../images/new-logo.png); background-repeat:no-repeat; width:231px; height:50px;  }
header .content .navigaton {display:block; padding-left:300px;}
header .content .navigaton.open {display:block; overflow-y:scroll;}
/*nav level 1*/
header .content .navigaton ul.levelOne {list-style-type:none; margin:0; padding:0;    }
header .content .navigaton ul.levelOne li {  padding:0;     font-size:20px; text-align:left; color:#3e3a3b; font-weight:400; letter-spacing:-1px; position:relative; line-height: 20px;}
header .content .navigaton ul.levelOne li a {text-decoration:none; color:#3e3a3b; padding:0 18px; position:relative; z-index:3;}
header .content .navigaton ul.levelOne li a:hover {color:#104586;}
header .content .navigaton ul.levelOne li:after {position:absolute; right:0; top:0; border-right:1px solid #646162; width:1px; height:21px; content:"";}

header .content .navigaton ul.levelOne li:hover ul.levelTwo {opacity:1; visibility:visible; top:0;}
header .content .navigaton ul.levelOne li:hover a {color:#104586;}
/*nav level 2*/
header .content .navigaton ul.levelOne li ul.levelTwo {list-style-type:none; margin:0; padding:40px 0 0 0; position:absolute; top:-20px; left:20px; z-index:2; width:190px; opacity:0; visibility:hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
header .content .navigaton ul.levelOne li ul.levelTwo li {       font-size:18px; color:#ee393e;  background-color:#fff; margin:0; letter-spacing:-1px; color:#fff; width:190px; line-height:20px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-box-shadow: 5px 5px 5px 0 rgba(220,220,220,1); box-shadow: 5px 5px 5px 0 rgba(220,220,220,1);}
header .content .navigaton ul.levelOne li ul.levelTwo li a {color:#ee393e; padding:10px 10%;   width:80%;}
header .content .navigaton ul.levelOne li ul.levelTwo li:hover {background-color:#e5e5e5; color:#fff;}
header .content .navigaton ul.levelOne li ul.levelTwo li:after {border-bottom:1px solid #cbcbcb; width:100%; height:1px; border-right:0; bottom:0; top:inherit;}
header .content .navigaton ul.levelOne li ul.levelTwo li:hover ul.levelThree {display:block; opacity:1; visibility:visible;}
/*nav level 3*/
header .content .navigaton ul.levelOne li ul.levelTwo li ul.levelThree {list-style-type:none; margin:0; padding:0; position:absolute; top:0; left:190px; z-index:2; width:190px; opacity:0; visibility:hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-box-shadow: 5px 5px 5px 0 rgba(220,220,220,1); box-shadow: 5px 5px 5px 0 rgba(220,220,220,1);}
header .content .navigaton ul.levelOne li ul.levelTwo li ul.levelThree li {       font-size:18px; color:#3e3a3b;  background-color:#fff; margin:0; letter-spacing:-1px; color:#fff; width:190px;}
header .content .navigaton ul.levelOne li ul.levelTwo li ul.levelThree li a {color:#ee393e; padding:10px 10%;   width:80%;}
header .content .navigaton ul.levelOne li ul.levelTwo li ul.levelThree li:hover {background-color:#e5e5e5; color:#fff;}
header .content .navigaton ul.levelOne li ul.levelTwo li ul.levelThree li:after {border-bottom:1px solid #cbcbcb; width:100%; height:1px; border-right:0; bottom:0; top:inherit;}
header .button_strip {
    width: 20%;
     
    margin-left: 40%;
}
header .button_strip .call_icon{
  width: 30px;
    height: 43px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
     
    margin-right: 1px;
    margin-top: 0px;  
}
header .button_strip .call_icon i {
    font-size: 23px;
    transform: rotate(100deg);
    color:black;
}
header .button_strip .call_button{
       
    margin-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .button_strip .call_button span{
    display: block;
     
    margin-top: 6px;
}
header .button_strip .call_button p {
    font-size: 21px;
    margin-bottom: 0;
    display: inline-block;
  
}
header input[type="checkbox"] {
    display: none;
}
header input[type="checkbox"]:checked ~ aside .aside-left {
  transform: translateY(0%);
}

header input[type="checkbox"]:checked ~ aside .aside-right {
  transform: translateX(0%);
}

header input[type="checkbox"]:checked ~ label .bar {
  background-color: $main_heading_color;
  height:2px;
  width:30px;
}
header input[type="checkbox"]:checked ~ aside label{
  position: absolute;
}



header input[type="checkbox"]:checked ~ label .middle {
  width: 0;
}
header input[type="checkbox"]:checked ~ label .bottom {
    -webkit-transform: translateY(-19px) rotateZ(-45deg);
    -moz-transform: translateY(-19px) rotateZ(-45deg);
    -ms-transform: translateY(-19px) rotateZ(-45deg);
    -o-transform: translateY(-19px) rotateZ(-45deg);
    transform: translateY(-19px) rotateZ(-45deg);
    position: relative;
    top: 101px;
    z-index: 1111;
}
header input[type="checkbox"]:checked ~ label .top {
    -webkit-transform: translateY(-5px) rotateZ(45deg);
    -moz-transform: translateY(-5px) rotateZ(45deg);
    -ms-transform: translateY(-5px) rotateZ(45deg);
    -o-transform: translateY(-5px) rotateZ(45deg);
    transform: translateY(-5px) rotateZ(45deg);
    top: 100px;
    position: relative;
    z-index: 1111;
}
header .content .social-media ul li{
   width: 40px;
    height: 40px;
    background: #3b3b3b;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
     
    margin: 0 6px;
    transition: all 0.5s ease; 
}
header .content .social-media ul li:hover{
    transition: all 0.5s ease;
    background: #ce010f;
}
header .content .social-media{
    width: auto;
    margin-left: 0;
    margin-top: 4px;
}
header .content .social-media ul li a{
    margin: auto;
    color: #fff;
    font-size: 18px; 
    padding: 6px 11px;
    display: block;
}
.middle {
  margin: 0 auto;
}

header label {
    top: 5px;
    position: relative;
    padding: 2px 0px;
    background-color: transparent;
    cursor: pointer;
    right: 0px;
    z-index: 3;
       
}
header .bar {
    display: block;
    background-color: #313131;
    width: 35px;
    height: 5px;
    margin: 5px 0;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in, width 0.4s ease-in;
}
header .bar:nth-child(2) {
    width: 20px;
}
header .aside-section {
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.aside-left {
    width: 60%;
    left: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
    height: 100vh;
}
 .aside-left .aside-content {
    position: relative;
    color: white;
    text-align: center;
}
 .aside-left .aside-content ul{
  margin: 0;
  padding: 0;
}
 .aside-left .aside-content li {
    width: 50%;
     
    height: 33.33vh;
    position: relative;
    overflow: hidden;
}
/*.aside-left .aside-content li a{
    display: block;
}*/
 .aside-left .aside-content li .img_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    transition: all 0.5s;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
 .aside-left .aside-content li:hover .img_overlay{
    background: #f90900a1;
    -webkit-box-shadow: inset -5px 5px 35px 10px rgba(0, 0, 0, 0.69);
    box-shadow: inset -5px 5px 35px 10px rgba(0, 0, 0, 0.69);
    transition: all 0.5s;
 }
 .aside-left .aside-content li img {
    width: 100%;
    transition: all 0.5s;
    height: 100%;
}
 .aside-left .aside-content li:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
 }
  .aside-left .aside-content li:hover h3{
    letter-spacing: 2px;
    transition: all 0.5s;
 }
 .aside-left .aside-content li h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    color: #fff;
    z-index: 2;
    transition: all 0.5s;
    text-transform: uppercase;
    font-weight: 500;
}
 .aside-right {
    width: 40%;
    right: 0;
    background-color: #f3f3f3;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    height: 100vh;
    border-left: 4px solid #c32b26;
    padding-left: 120px;
    padding-top: 120px;
    position: absolute;
}
 .aside-right .social_nav {
    padding-left: 15px;
    padding-top: 35px;
}
 .aside-right .social_nav ul{
    margin:0;
    padding: 0;
 }
.aside-right .aside-anchor.active {
    color: #c32b26!important;
    font-weight: 600;
}
.aside-right .aside-list li .dropdowns-menu a.active{
   color: #c32b26!important;
    font-weight: 600; 
}
.aside-right .aside-anchor:hover {
    color: #c32b26!important;
    transition: all 0.5s!important;
}
.aside-right .aside-list li span {
    display: inline-block;
    position: absolute;
    right: -17px;
    top: 6px;
    font-size: 12px;
    color: #c32b26;
    transition: all 0.5s ease;
}
.aside-right .aside-list li ul.dropdowns-menu {
    display: none;
    padding-left: 15px;
    list-style: none;
}
.aside-right .aside-list li ul.dropdowns-menu li{
    margin-bottom: 10px;
}
.aside-right .aside-list li .dropdowns-menu a {
    display: block;
    font-size: 17px;
    color: #000;
    transition: all 0.5s;
    font-weight: 400;
    text-decoration:none;
}
.aside-right .aside-list li .dropdowns-menu a:hover{
    color: #c32b26!important;
    transition: all 0.5s!important;
    transition: all 0.5s;
}
.rotateSpan{
      transform:rotate(135deg);
      transition:all 0.5s ease;
    }
 .aside-right .social_nav li {
     
    margin: 0 0 0 25px;
    list-style: none;
}
 .aside-right .social_nav li:nth-child(1) {
    margin-left: 0;
}
 .aside-right .aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-left: 20px;

}
 .aside-right .aside-list li {
    margin-bottom: 15px;
}
 .aside-right .aside-list li .aside-anchor {
    padding-bottom: 7px;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    font-weight: 400;
    transition: all 0.5s;
}
.aside-right .aside-list li .aside-ancho.active{
    color:#c32b26;
}
button.lines-button {border: none; background: none; position:relative; z-index:99; height:33px; -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease-in-out; -ms-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out; padding:0;     display:none;}
button.lines-button span {display: block;}
button.lines-button:focus {outline: none;}
.lines-button {transition: .3s; cursor: pointer; user-select: none;}
.lines-button:hover {opacity: 1;}
.lines-button:active {transition: 0;}
.lines {display: inline-block; width: 35px; height:4px; background: #104586; transition: 0.3s; position: relative;}
.lines:before, .lines:after {display: inline-block; width: 35px; height: 4px; background: #104586; transition: 0.3s; position: absolute; left: 0; content: ''; -webkit-transform-origin: 0.28571rem center; transform-origin: 0.28571rem center;}
.lines:before {top: 10px;}
.lines:after {top: -10px;}
.lines-button.x.close .lines {background: transparent;}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {-webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0; width: 35px;}
.lines-button.x.close .lines:before {-webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg);}
.lines-button.x.close .lines:after {-webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg);}


#search {position:fixed; top:0; left:0;  width:90%; height:96%; background-color:#ed3237; z-index:100; padding:5%; display:none;}
#search .searchbox {width:80%;   border-bottom:1px solid #fff; padding:0 3%; margin-top:50px;}
#search .searchbox input[type="text"] {border:0; background:none;      font-size:40px; text-align:left; font-weight:300; padding:0; margin:0; height:60px; width:85%}
#search .searchbox input[type="text"]::-webkit-input-placeholder {color:#a10107;}
#search .searchbox input[type="text"]:-moz-placeholder {color:#a10107;}
#search .searchbox input[type="text"]::-moz-placeholder {color:#a10107;}
#search .searchbox input[type="text"]:-ms-input-placeholder {color:#a10107;}
#search .searchbox input[type="text"]:focus {outline:none; color:#fff;}
#search .searchbox input[type="submit"] {    border:0; background:url(../images/search-bt.png) no-repeat transparent; width:35px; height:35px; cursor:pointer; margin-top:10px; opacity:0.5; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
#search .searchbox input[type="submit"]:hover {opacity:0.8;}
#search .searchbox input[type="submit"]:focus {outline:none;}
#search a.close {    text-decoration:none; position:relative; width:6px; right:30px;}
#search a.close span {width:6px; height:44px;   background-color:#fff; position:absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
#search a.close span.line1 {left:0; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg);
transform: rotate(45deg);}
#search a.close span.line2 {right:0; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}
#search a:hover.close span {background-color:#a10107;}

#search .searchbox input:-webkit-autofill {background:none; color:#a10107;}
a.readmore {  background-color:#ed3237; position:relative; text-decoration:none; padding:10px 60px 10px 14px; font-size:18px; color:#fff; overflow:hidden;}
a.readmore:after {content:""; position:absolute; width:50px; height:80px; background-color:#da1018; right:-5px; -moz-transform: rotate(-20deg); -webkit-transform: rotate(-20deg); -o-transform: rotate(-20deg); -ms-transform: rotate(-20deg); transform: rotate(-20deg); top:-23px; z-index:0;}
a.readmore:before {content:""; position:absolute; right:18px; top:11px; background-image:url(../images/readmore-arrow.png); background-repeat:no-repeat; width:22px; height:19px; z-index:1; opacity:0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
a:hover.readmore:before {right:8px; opacity:1;}

a.readmore2 {background-color:#ed3237; position:relative; text-decoration:none; padding:10px 50px 10px 10px; font-size:14px; color:#fff; overflow:hidden; display:inline-block;}
a.readmore2:after {content:""; position:absolute; width:50px; height:80px; background-color:#da1018; right:-10px; -moz-transform: rotate(-20deg); -webkit-transform: rotate(-20deg); -o-transform: rotate(-20deg); -ms-transform: rotate(-20deg); transform: rotate(-20deg); top:-23px; z-index:0;}
a.readmore2:before {content:""; position:absolute; right:18px; top:13px; background-image:url(../images/readmore-arrow2.png); background-repeat:no-repeat; width:22px; height:19px; z-index:1; opacity:0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
a:hover.readmore2:before {right:8px; opacity:1;}

#section2 {  width:100%; margin:50px 0;}
#section2.active {margin-top:150px;}
#section2 .content {width:90%; margin:0 auto;}
#section2 .content .leftsection {  width:60%; margin-right:5%;}
#section2 .content .rightsection {    width:35%;}
#section2 .content .rightsection img {  width:100%; border:2px solid #ffffff; box-sizing:border-box; -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3); box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);}
#section2 p {font-size:16px; text-align:left; color:#454142; line-height:25px; font-weight:300;}

#section3 {  width:100%; margin:0 0 50px 0; background-color:#f7f7f7; padding:30px 0;}
#section3 .content {width:90%; margin:0 auto;}
#section3 .content a {text-decoration:none;   width:100%; margin:15px 0;}
#section3 .content a .box {width:80%;   margin-left:5%; background-color:#fff; text-align:center; height:310px; padding:40px 5% 30px 5%; box-sizing:content-box; -webkit-box-shadow: 0 0 5px 1px rgba(195,195,195,1); box-shadow: 0 0 5px 1px rgba(235,235,235,1); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in- out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
#section3 .content a .box:after {content:""; position:absolute; bottom:40px; background-image:url(../images/arrow.png); background-repeat:no-repeat; width:36px; height:25px; left:50%; margin-left:-40px; opacity:0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in- out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
#section3 .content a .box h2 {margin:0 0 30px 0; padding:0; font-size:30px; color:#545252; position:relative; font-weight:400; position:relative; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in- out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
#section3 .content a .box h2:after {content:""; position:absolute; left:50%; bottom:-10px; width:70px; height:1px; background-color:#353535; margin-left:-35px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in- out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
#section3 .content a .box p {font-size:15px; color:#454142; line-height:23px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in- out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; font-weight:300;}
#section3 .content a:hover .box {background-color:#ed3237; -webkit-box-shadow: 0 0 20px 1px rgba(173,173,173,1); box-shadow: 0 0 20px 1px rgba(173,173,173,1);}
#section3 .content a:hover h2 {color:#fff;}
#section3 .content a:hover h2:after {background-color:#fff;}
#section3 .content a:hover p {color:#fff;}
#section3 .content a:hover .box:after {margin-left:-18px; opacity:1;}

#section4 {  width:100%; margin:0 0 30px 0;}
#section4 .content {width:90%; margin:0 auto;}
#section4 .content a {  width:47%; background-color:#104586; text-decoration:none;font-size:36px; text-align:center; color:#fff; letter-spacing:-3px; padding:20px 0; font-weight:300;}
#section4 .content a:hover {background-color:#fff; color:#104586; -webkit-box-shadow: 0 0 5px 1px rgba(148,148,148,1); box-shadow: 0 0 5px 1px rgba(148,148,148,1);}
#section4 .content a:last-child {   }


.black{color: #000!important}
.white{color: #fff!important}

/*#inside .content {width:90%; margin:0 auto;}*/
#inside .content .breadcrums {  width:100%; border-bottom:1px solid #d3d3d3; text-align:left; font-size:14px; color:#b3b3b3; padding-bottom:10px; margin-bottom:40px;}
#inside .content .breadcrums.mbottom20 {margin-bottom:20px;}
#inside .content .breadcrums a {text-decoration:none; color:#b3b3b3;}
#inside .content .breadcrums a:hover {color:#104586;}
#inside .content .leftcontent {  width:65%;}
#inside .content .rightcontent {    width:30%; position:relative;}
#inside .content .rightcontent li{list-style: none;}
#inside .content .rightcontent ul{margin:0;padding: 0;}
#inside .content .rightcontent.fixed {position:fixed; top:130px; right:5%; width:18%;}
/*#inside .content .rightcontent div img{width: 100%;}*/

.lightbox {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
}
.lightboxClose {
    display: block;
    position: absolute;
    width: 5%;
    height: 5%;
    top: 15%;
    right: 23%;
    color: #fff;
    background-image: url(../images/close.png);
    background-size: 22%;
    background-repeat: no-repeat;
    z-index: 1;
}
.lightboxClose:hover{
    color: #fff;
}

.lightboxPrev {
    display: block;
    position: absolute;
    left: 0px;
    top: 45%;
    width: 5%;
    height: 5%;
    background-image: url(../images/right.png);
    background-size: 35%;
    background-repeat: no-repeat;
        transform: rotate(175deg);
}

.lightboxNext {
    display: block;
    position: absolute;
    right: 0px;
    top: 45%;
    width: 5%;
    height: 5%;
    background-image: url(../images/right.png);
    background-size: 35%;
    background-repeat: no-repeat;
}

/*.animate {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}*/

/* Styles the lightbox content, centering it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox img, .lightbox iframe {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 40%;
    max-height: 40%;
    border: 2px solid white;
    box-sizing: border-box;
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox anchor */
.width100{width: 100%!important}
.lightbox:target {
    visibility: visible;
    opacity: 1;
    background: #181818d1;
    position: fixed;
    z-index: 1;
}

.lightbox:target img, .lightbox:target iframe {
    max-width: 95%;
    max-height: 95%;
    width: 45%;
}

a.thumbnail img{width: 100%;transform: scale(1);
    transition: all 0.5s ease;}
    .rightcontent span{font-size: 13px;line-height: 20px;display: block;}
    #inside .content .rightcontent p{text-align: center;font-size: 17px;color: #000;}
a.thumbnail{display:block;overflow: hidden;}
a.thumbnail .thumb-overlay i{
    font-size: 22px;
    margin:auto;
    color: #fff;
}
/*a.thumbnail .thumb-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    right: 0;
    bottom: 0;
    top:0;
    background: #104586b0;;
    display: flex;
    transition: all 0.5s ease;
  opacity: 0;
}*/
a.thumbnail:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease;
}
#inside .content h2 {    font-weight: 600 !important;
    font-family: Calibri, sans-serif;
    letter-spacing: 0.5px;
    font-size: 42px;
    font-style: normal;
    line-height: 44px;
    background: #0054A6;
    background: linear-gradient(to right, #0054A6 46%, #222 53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    
}

#inside .content h3.product-name {
    margin: 0 0 30px 0;
    color: #333 !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    position: relative;
}
#inside .content h3.product-name:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 50px;
    height: 2px;
    background-image: linear-gradient(to right, #5794df 0%, #104586 51%, #5794df 100%);
    background-size: 200% auto !important;
}

.leftsection select {
    height: 55px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    padding: 15px 25px !important;
    font-size: 18px !important;
    line-height: 21px;
    color: #41484a;
    background: url(images/form-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 14px;
    -webkit-appearance: none;
    appearance: none;
    width: 100% !important;
    max-width: 33.33%;
}
.leftsection .row {
    margin: 0;
}
#inside .content h5:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background-image: linear-gradient(to right, #5794df 0%, #104586 51%, #5794df 100%);
    background-size: 200% auto !important;
}
#inside .content h4 {margin:0 0 20px 0; padding:0;   width:100%; position:relative; font-weight:400;      font-size:27px; text-align:left; color:#104586; letter-spacing:-2px;}
#inside .content h4:after {content:""; position:absolute; width:70px; height:1px; background-color:#104586; left:0; bottom:-5px;}

#inside .content h5 {margin:0 0 20px 0; padding:0;   width:100%; position:relative; font-weight:500;     font-size:28px; text-align:left; color:#104586; letter-spacing:0px;}
#inside .content .productimg {  width:100%; text-align:center; margin-bottom:40px;}
#inside .content  p {font-size:16px; text-align:left; color:#454142; line-height:30px;}
#inside .content .tablebox {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
}
#inside .content .tablebox.rightarea {   }
#inside .content .tablebox ul {list-style-type:none; margin:0; padding:0;}
#inside .content .tablebox ul li {  width:100%; border-bottom:1px solid #a2a2a2; margin-bottom:10px; padding-bottom:10px; font-size:15px; text-align:left; color:#454142; line-height:26px;}
/*#inside .content .tablebox ul li:last-child {border-bottom:none;}*/
#inside .content .tablebox ul li .heading {width:100%; font-weight: 500;font-size: 16px;}
#inside .content .tablebox.width100 ul li .heading{  width:20%!important;}
#inside .content .tablebox.width100 ul li .text{  width:75%!important;}

#inside .content .videoWrapper {position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;margin-top: 50px;}
#inside .content .videoWrapper-about{position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;margin-top: 0px;}
#inside .content .videoWrapper-about iframe {position: absolute; top: 0; left:0; width: 100%; height: 100%;}
#inside .content .videoWrapper iframe {position: absolute; top: 0; left:0; width: 70%; height: 90%;}
#inside .content .videoWrapper video {position: absolute; top: 0; left:15%; width: 70%; height: 90%;}
#inside .content .otherproduct {  width:75%;}
#inside .content .otherproduct .box {width:80%;   margin-left:10%; text-align:center;}
#inside .content .otherproduct .box img.productimg2 {  width:100%; border:1px solid #bdbdbd;}
#inside .content .otherproduct .box .productname {  width:100%; font-size:18px; text-transform:uppercase; margin:20px 0;}
#inside .content .otherproduct .owl-prev, #inside .content .otherproduct .owl-next {background-repeat:no-repeat; width:15px; height:24px; background-color:transparent; text-indent:-9999px; margin:0; padding:0; font-size:0; position:absolute; top:170px;}
#inside .content .otherproduct .owl-prev {background-image:url(../images/prev-bt.png); left:0;}
#inside .content .otherproduct .owl-next {background-image:url(../images/next-bt.png); right:0;}

#inside .content a.downloads {  width:100%; background-color:#104586; color:#fff; font-size:20px; text-align:center; margin-bottom:15px; text-decoration:none; font-weight:300; padding:10px 0; min-height:auto; margin-top: 0;}
#inside .content a:hover.downloads {background-color:#fff; color:#104586; -webkit-box-shadow: 0 0 5px 1px rgba(148,148,148,1); box-shadow: 0 0 5px 1px rgba(148,148,148,1);}
#inside .content hr.lines2 {border:none; width:60%; margin:0 auto 25px; height:1px; background-color:#000000;}
/*#inside .content .rightcontent a.downloads:first-child {margin-bottom:30px;}*/

#inside .content ul.list {list-style-type:none; margin:50px 0 0 0; padding:0;}
#inside .content ul.list li {  width:100%; margin-bottom:50px; padding-bottom:50px; border-bottom:1px solid #ccc;}
/*#inside .content ul.list li:nth-child(even) {   }
#inside .content ul.list li:nth-child(odd) {clear:both;}*/
#inside .content ul.list li img.productimg3 {  width:45%; border:1px solid #bdbdbd;}
#inside .content ul.list li .producrDetails {  width:47%; margin-left:5%;}

#inside .content ul.points {list-style-type:circle; margin:0;}
#inside .content ul.points li {margin-bottom:10px; font-size:15px; text-align:left; color:#454142; line-height:23px;   width:20%;}
#inside .content ul.points2 li {width:25%;}

#inside .content ul.points3 {list-style-type:none; margin:0; padding:0;}
#inside .content ul.points3 li {  width:47%; border:1px solid #808080; margin-bottom:30px; padding:0 30px; box-sizing:border-box;}
#inside .content ul.points3 li:nth-child(even) {   }
#inside .content ul.points3 li:nth-child(odd) {clear:both;}
#inside .content ul.points3 li strong {font-size:17px; color:#104586;}

#inside .content .contact {font-size:15px; text-align:left; color:#454142; line-height:23px;   width:100%;}

#inside .content .contact ul.address {list-style-type:none; margin:0 0 30px 0; padding:0;   width:100%;}
#inside .content .contact ul.address li {  width:340px; height:280px; background-repeat:no-repeat; background-position:center; margin-right:20px; -webkit-box-shadow: 0 0 5px 0px rgba(190,190,190,1); box-shadow: 0 0 5px 0px rgba(190,190,190,1); padding:20px; margin-bottom:30px;}
#inside .content .contact ul.address li:first-child {background-image:url(../images/mapbg1.png);}
#inside .content .contact ul.address li:nth-child(2) {background-image:url(../images/mapbg2.png);}
#inside .content .contact ul.address li:last-child {background-image:url(../images/mapbg3.png);}

#inside .content .contact ul.address li .box {  width:100%; height:100%; background-color:rgba(128,128,128,0.1); padding:25px; box-sizing:border-box;}
#inside .content .contact ul.address li .box .header3 {  width:100%; font-size:26px; text-align:left; color:#104586; font-weight:400; margin-bottom:15px;}

#inside .content .contact .form {  width:100%;}
#inside .content .contact .form input[type="text"] {margin:0 40px 30px 0; background:none; padding:8px 15px; width:300px; border:1px solid #ccc;  font-size:14px;  }
#inside .content .contact .form textarea {margin:0 40px 30px 0; background:none; padding:10px 15px; width:300px; border:1px solid #ccc;  font-size:14px; height:100px;   resize:none;}
#inside .content .contact .form input[type="submit"] {background-color:#104586; color:#fff; font-size:14px; text-transform:uppercase; cursor:pointer; padding:10px 20px; display:inline-block; border:none;} 

#inside .content .abtBox {  width:100%; margin-bottom:50px;}
#inside .content .abtBox .abtleft {  width:20%;}
#inside .content .abtBox .abtleft h4 {font-size:23px;}
#inside .content .abtBox .abtright {    width:80%;}
#inside .content .abtBox .abtright p {margin:0; padding:0;}
.applinks{
    width: 100%;
}
.applinks p{
    text-align: center;
}
.applinks ul{
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.applinks ul li{
    display: inline-block;
}
.applinks ul li img{
    width: 95%;
}
#inside .abtBox2 {  width:100%; background-color:#f7f7f7; padding:30px 5%;}
#inside .abtBox2 ul.points3 {list-style-type:none; margin:0; padding:0;}
#inside .abtBox2 ul.points3 li {cursor:pointer;position: relative;overflow: hidden;  width:22%; margin:0 1.5%; padding:0 20px; box-sizing:border-box; background-color:#fff; font-size:15px; text-align:center; color:#454142; line-height:23px; -webkit-box-shadow: 0 0 5px 1px rgba(195,195,195,1); box-shadow: 0 0 5px 1px rgba(235,235,235,1); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; height:170px;}
#inside .abtBox2 ul.points3 li strong {font-size:17px; color:#104586; line-height:40px;}
#inside .abtBox2 ul.points3 li p{margin-top: 30%;}
#inside .abtBox2 ul.points3 li h4{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 18px;color: #fff;}
#inside .abtBox2 ul.points3 li:hover .mission-overlay{height: 30%;transition: all 0.5s ease;}
#inside .abtBox2 ul.points3 li:hover strong {color:#fff;}
#inside .abtBox2 ul.points3 li .mission-overlay{position: absolute;width: 100%;height: 100%;text-align: center;left: 0;background: url(../images/career-overlay.jpg);transition: all 0.5s ease;}

.gsc-control-cse, .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {background:none !important; border:none !important;}
form.gsc-search-box {display:none !important;}

.loader  {position:absolute; left:50%; top:50%; margin-top:40px;}
.loader:before, .loader:after, .loader {width: 2.5em; height: 2.5em; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: load7 1.8s infinite ease-in-out; animation: load7 1.8s infinite ease-in-out;}
.loader {font-size: 4px; position: relative; text-indent: -9999em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0);-webkit-animation-delay: -0.16s; animation-delay: -0.16s;}
.loader:before {left: -4em; -webkit-animation-delay: -0.32s; animation-delay: -0.32s;}
.loader:after {left: 4em;}
.loader:before, .loader:after {content: ''; position: absolute; top: 0;}
@-webkit-keyframes load7 {0%, 80%, 100% {box-shadow: 0 2.5em 0 -1.3em #ed3237;} 40% {box-shadow: 0 2.5em 0 0 #ed3237;}}
@keyframes load7 {0%, 80%, 100% {box-shadow: 0 2.5em 0 -1.3em #ed3237;} 40% {box-shadow: 0 2.5em 0 0 #ed3237;}}

#product-filter {  width:100%; overflow:hidden; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; height:auto}
#product-filter.open {height:auto;}
#product-filter .col {  width:100%; padding-right:0; box-sizing:border-box; margin-bottom:10px; font-size: 15px; text-align: left; color: #454142; line-height: 23px;}
#product-filter .col label {margin-right:7px;}
#product-filter .col input[type="checkbox"] {margin:0 2px 10px 2px;}
#product-filter .headerfilter {font-size:15px; color:#454142; font-weight:700; margin-bottom:13px; border-bottom:1px solid #9D9D9D; padding-bottom:6px;}
#product-filter .row {margin-bottom:8px; font-size: 15px; text-align: left; color: #454142; line-height: 23px;   margin-right:10px; position:relative;}
#product-filter .row input[type="checkbox"] {margin:0 2px;}
#product-filter a.reset {background-color:#ed3237; position:relative; text-decoration:none; padding:10px 50px 10px 10px; font-size:14px; color:#fff; overflow:hidden; display:inline-block;}
#product-filter a.reset:after {content:""; position:absolute; width:50px; height:80px; background-color:#da1018; right:-10px; -moz-transform: rotate(-20deg); -webkit-transform: rotate(-20deg); -o-transform: rotate(-20deg); -ms-transform: rotate(-20deg); transform: rotate(-20deg); top:-23px; z-index:0;}
#product-filter a.reset:before {content:""; position:absolute; right:18px; top:13px; background-image:url(../images/readmore-arrow2.png); background-repeat:no-repeat; width:22px; height:19px; z-index:1; opacity:0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
#product-filter a:hover.reset:before {right:8px; opacity:1;}


#product-filter .notclick:before {position:absolute; top:0; left:0; content:""; background-color:#ccc; z-index:3; width:105%; height:24px; background-color:rgba(158,158,158,0.5)}

#product-filter .parkinglot {  font-size: 15px; text-align: left; color: #454142;}
#product-filter .parkinglot input[type="number"] {border:1px solid #ccc; background: none;  font-size: 15px; text-align: left; font-weight: 700; padding: 0 10px; margin: 0; height: 30px; width:100px; margin-left:10px; color: #454142;}
#product-filter .parkinglot input:focus[type="number"] {outline:none;}

#product-data {  width:100%;z-index: 0;}
#product-data ul.list {margin-top:0 !important;}
#product-data ul.list li {display:block;}
.error {width:100%; color: #104586; margin:0; display:none;}
#product-data ul.list li.hide {display:none;}
#product-data ul.list li.show {display:list-item;}
#product-data ul.list li.hide2 {display:none;}
#product-data ul.list li.show2  {display:list-item;}
#product-data ul.list li:nth-child(odd) {clear:none !important;}
#product-data ul.list li:nth-child(even) {  }
#product-data ul.list li .producrDetails h4 {font-size:21px; margin:0 !important; text-align:center;}
#product-data ul.list li .producrDetails h4:after {display:none;}
#product-data ul.list li img.productimg3 {   width:100% !important; box-sizing:border-box;}
#product-data ul.list li .producrDetails {width:100% !important; margin:10px 0 0 0 !important;}
#product-data ul.list li a { }
#product-data ul.list li:hover {background-color:#104586;}
#product-data ul.list li:hover img.productimg3 {border: 1px solid #104586;}
#product-data ul.list li:hover .producrDetails h4 {color:#fff;}

#product-data ul.list li:last-child:hover {background-color:#fff;}

.select-filter {    margin-bottom:20px; font-weight:700; background-image:url(../images/plus-icon.gif); background-repeat:no-repeat; background-position:right top; height:32px; padding:4px 40px 0 0; box-sizing:border-box; cursor:pointer; color:#585858; display:none;}
.select-filter.close {background-image:url(../images/close-icon.gif);}

.product-finder-left {  width:25%;}
.product-finder-right {    width:70%;}
.resetbt {margin-top:10px;}



#product-cal a.reset {
    background-image: linear-gradient(to right, #5794df 0%, #104586 51%, #5794df 100%);
    background-size: 200% auto !important;
    padding: 14px 20px !important;
    display: block;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 500;
    font-family: raleway, sans-serif;
    overflow: hidden;
       
}
#product-cal a.reset:hover{
    background-position: right center !important;
    background-image: linear-gradient(to right, #5794df 0%, #104586 51%, #5794df 100%) !important;
}

#product-cal hr {background-color:#a2a2a2; border:none; height:1px; margin:20px 0;}

#product-cal select.selectproduct {width:auto;font-size:17px; padding:6px 5px;  color: #454142; margin-right:15px;}
#product-cal select.selectproduct:disabled {background-color:#ccc;}

#product-cal .product-dimension {  width:100%; display:none;}
#product-cal .product-dimension .leftsection {  width:20%;}
#product-cal .product-dimension .leftsection .row {  width:100%; margin-bottom:20px; border-bottom:1px solid rgb(162 162 162 / 40%); padding:0 0 10px 0;}
#product-cal .product-dimension .leftsection .row .results {  width:100%;  font-size:16px; color: #454142; display:none;}
#product-cal .product-dimension .leftsection .row .results span {color:#104586; font-weight:700;}
#product-cal .product-dimension .leftsection .row select {font-size:14px; padding:6px 5px;  color: #454142; margin-bottom:10px; max-width:100%;}
#product-cal .product-dimension .leftsection .row select:disabled {background-color:#ccc;}

#product-cal .product-dimension .rightsection {    width:78%;}
#product-cal .product-dimension .rightsection .imgsection {max-width:100%;}

#product-cal .product-dimension .rightsection .datasection {  width:100%;}



#product-cal .product-dimension .rightsection .datasection .tablebox ul li {padding-bottom:6px; margin-bottom:6px;}

#inside .content h3.product-name {margin: 0 0 30px 0;}
#inside .content h3.product-name:after {bottom: -6px;}

.grid-system {  width:100%; margin-bottom:20px; display:none;}
.grid-system .row {   width:100% !important; border-bottom:none !important; margin:0 !important; padding:0 !important;display: block;}
.grid-system .row ul {list-style-type:none; margin:0; padding:0;}
.grid-system .row ul li {float: left !important; width: 10% !important; box-sizing: border-box;  padding: 4px !important; text-align: center !important;color: #fff !important;background-color: #104586; font-size: 13px !important; border: 2px solid #E8E5E5 !important; margin: 0 0px !important;}
/*.grid-system .row.level3 ul li {background-color: #333; padding:7px 0 !important;}*/
.grid-system .row ul li.bgcolor333 {background-color:#333;}

.DimensionPuzzle .withoutPit .grid-system {display:block !important; margin:0;}
.DimensionPuzzle .withoutPit .grid-system .row ul li:last-child {display:none;}
.DimensionPuzzle .withoutPit .grid-system .row:first-child ul li {display:block;}
.DimensionPuzzle .withPit .grid-system {display:block !important; margin:0;}
.DimensionPuzzle .withPit .grid-system .row ul li {background-color:#000;}

#popUp {position:fixed; background-color:rgba(0,0,0,0.5); z-index:998; width:100%; height:100%; top:0; left:0; display:none;}
#popUp a.close {position:absolute; color: #777; font: 16px/100% arial, sans-serif; right: 5px; text-decoration: none; text-shadow: 0 1px 0 #fff; top: 5px;}
#popUp a.close:after {content: '✖';}
#gridPlatform {width:400px; height:150px; position:fixed; top:50%; left:50%; z-index:999; margin:-75px 0 0 -200px; background-color:#fff; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); padding:20px; box-sizing:border-box;}

#specificationData {  width:100%;}
#specificationData ul {list-style-type:none; margin:0; padding:0;}
#specificationData ul li {  width:100%; font-size: 15px; text-align: left; color: #454142; line-height: 23px; border-bottom:1px solid #BBB8B9; overflow:hidden;}
#specificationData ul li .col {  padding:10px 15px; box-sizing:border-box; width:50%; position:relative;}
#specificationData ul li .col:after {position:absolute; top:0; right:0; height:1000%; width:1px; background-color:#BBB8B9; content:"";}
#specificationData ul li .col:last-child:after {display:none;}
#specificationData ul li:first-child {background-color:#7D7D7D; color:#fff; font-weight:700;}

.scrolldownText {color:#fff; width: 100px; margin-left: -38px; text-align: center; margin-bottom: 8px;}

.downloads {  width:100%; margin-top:20px; min-height:250px;}
.downloads ul {list-style-type:none; margin:0; padding:0;}
.downloads ul li {  width:100%; position:relative; box-sizing:border-box;}
.downloads ul li a {font-size: 18px; text-align: left; color: #454142; line-height: 25px;   padding-left:60px; text-decoration:none; position:relative;}
.downloads ul li a:before {position:absolute; left:0; top:-17px; content:""; background-image:url(../images/pdf-Icon.png); background-repeat:no-repeat; width:40px; height:52px;}



@media(max-width:991px){
    #product-cal .product-dimension .leftsection, #product-cal .product-dimension .rightsection {
    width: 50% !important;
}
#inside .content .tablebox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
}

@media(max-width:767px){
    .top-path {
    padding: 28px 20px;
}
#product-cal a.reset {
    display: block;
    width: 100%;
    text-align: center;
}
.product-dimension {
    padding: 34px 20px;
}
section#inside {
    margin-bottom: 50px;
}
    #product-cal .product-dimension .leftsection, #product-cal .product-dimension .rightsection {
    width: 100% !important;
}
.top-path select {
    margin-bottom: 20px;
    max-width: 100%;
    margin-right: 0 !important;
}
#product-cal a.reset {
    margin-top: 0;
    font-size: 14px;
    padding: 14px !important;
}
#product-cal .product-dimension .rightsection {
    padding-left: 0;
}
.datasection > 
 .tablebox {
    text-align: center;
}
.leftsection select, #product-cal select.selectproduct {
    background-size: 18px;
    background-position: 97% 16px;
}
#inside .content h2 {
    text-align: center;
    font-size: 32px !important;
    line-height: 40px;
    margin-top: 40px;
}
}