/*
Website Name: Orizen
File: Layout CSS
Author: Lalit
Creation Date : 6/04/2023
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Teko:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "font-awesome.min.css";
@import "animate.min.css";
@import "social.css";
@import "media.css";
@import "carousel-slider.css";
@import "owl.carousel.min.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");



.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.whatsapp{ position: fixed; right: 15px; bottom: 50px; background: #24cc63; color: #fff; 
  padding: 2px 10px; font-size: 30px; z-index: 9;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;   }
.whatsapp:hover{ color: #fff; background: #19b855; } 


.cta-enquiry{ position: fixed;
    right: -53px;
    top: 250px;
    background: #337cd1;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 26px;
    font-size: 23px;
    font-family: 'Teko', sans-serif;
    rotate: -90deg;
    z-index: 9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;   }
.cta-enquiry:hover{ color: #fff; background: #000; } 
.cta-enquiry:focus{ color: #fff; background: #337cd1; } 

.get-in-touch{ position: fixed;
    right: -62px;
    top: 250px;
    background: #337cd1;
    color: #fff;
    padding: 10px 19px;
    font-size: 20px; z-index: 9; text-transform: uppercase; transform: rotate(-90deg);
  -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;  }
.get-in-touch:focus{ color:#fff; }

/*back-to-top*/
.back-to-top { cursor: pointer; position: fixed; bottom: 0; right: 20px; display:none; font-size:14px; 
    padding:5px 10px 10px 10px; background:#f26522; border:none; color:#fff;
-webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; z-index:9;}
.back-to-top:hover{background:#000; border:none; color:#fff;}
.back-to-top:focus{background:#000; border:none; color:#fff;}


body{ margin:0; padding:0; background: #fff;
font-family: Jost, sans-serif;
    -webkit-font-smoothing: antialiased; overflow-x: hidden;}
h1, h2, h3, h4{   }    
.no-padding{ padding:0;}
.btn{ -webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s;     border-radius: 0rem;}
a { color: inherit; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; text-decoration: none; }
a:hover, a:active, a:focus { color: inherit; text-decoration: none; outline:0; }
button:focus { outline: none; border: none; }
.btn:focus { outline: none; box-shadow: none; }


.form-control:focus {
    outline: none;
    box-shadow: none;
}

.navbar-brand{ max-width: 28%; /*padding: 10px;*/  }
/*.navbar-brand img{ max-height: 70px; }*/
.navbar-toggler {
    padding: 0.25rem 0rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}




.bg-danger{ background: #f94f43!important; }
.btn-danger{ background: #ccb892!important; box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset; }
.list-group-item{  background: #f7f9fa;!important; border: none;
padding: .95rem 1.25rem; }
.list-group-item:hover{ color: #fff; background: #f94f43!important; }
/*.card{ border: 5px solid #f2f3f4; background: #fff;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
 .card-header { border-bottom: 1px solid #f2f3f4;}*/

.navbar{ z-index: 1; background: #ccb892; }
.navbar-light .navbar-nav .nav-link{  color: #000; font-size: 15px; font-weight: 600; text-transform: uppercase;  }
.navbar-light .navbar-nav .nav-link{ padding-right: 27px; }



.navbar-light .navbar-toggler{ background:none; border: none; 
  -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
/*sticky header position*/
.sticky.is-sticky { position: fixed; left: 0; right: 0; top: 0; z-index: 1000; width: 100%;}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px; height: 40px; padding:5px 15px 10px 15px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  border-radius: 4px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
}

#myBtn:hover {
  background: #fff; color: #222;
}




.header-top{ background:#f7f7f7; height: 40px; }
.header-top i{ font-size:14px; }
.header-top p{ font-size:14px; font-weight: 500; margin-right:15px;}
.header-top a i{ font-size:18px; margin-right: 5px; }

/*----------------BANNER--------------------*/
.banner{/*background-image: url("../images/banner-bg.jpg"); background-position: center center; 
  background-size: cover; background-repeat: no-repeat;*/ }
.banner h3{font-size: 18px; line-height: 20px; color: #fff; font-weight: 500;/* padding-left: 66px;*/ }
.banner h2{/* font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #fff; margin-top: 20px;
     font-weight: 700; text-transform:uppercase; }    
.banner h2 span{  color: #1bbde4; }    
.banner p{font-size: 16px; /*width: 36%;*/ clear: both;
    line-height: auto; color: #fff; font-weight: 400; float: left; }  
.banner ul{ margin: 0; padding: 0; }    
.banner ul li{ margin: 0 5px 0 0; padding: 0 10px 0 0; list-style: none; float: left; }    
.banner .dot{ border:2px solid #f94f43; width: 18px; height: 18px; float: left; margin:5px 10px 5px 5px; }
.banner img{ width: 100%; max-height:650px; }
.banner .btn{ background-color: #1bbde4;
    font-weight: 600;
    margin-top: 20px;
    color: #ffffff;
    box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
    border-radius: 4px;
    padding: 15px 34px;
    text-transform: uppercase; }
.banner .btn:hover{
    background-color: #1bbde4; color: #191919;
    box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);}
.carousel-caption {
    position: absolute;
    right: 15%;
    /*top: 30%;*/
    left: 15%;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff; text-align: left;
}
.carousel-indicators { bottom: 32px; display: none;}
.carousel-indicators li { background-color: #ccb892; }


/*----------------SECOND SECTION--------------------*/
.second-section{ padding:50px 0; /*margin-top: -200px;*/ }
.second-section img{ max-height: 72px; margin-bottom: 10px; }
.second-section .cta{ background:#fff; padding: 25px 30px 30px 30px; margin-bottom: 20px; border-left: 5px solid #cf372d; 
    box-shadow: 0px 10px 30px rgb(5 5 5 / 8%);}
.second-section .cta a { background: #337cd1;
    padding: 12px 38px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    color: #fff;
    -webkit-box-shadow: 4px 4px 0px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 0px -1px rgba(0,0,0,0.75);
box-shadow: 4px 4px 0px -1px rgba(0,0,0,0.75); }
.second-section .cta a i{ font-size:15px; }
.second-section h2{ font-size: 31px; margin-bottom: 10px; font-family: 'Teko', sans-serif; }
.second-section p{ font-size:16px; font-weight: 500; margin:0; }


/*----------------ABOUT US--------------------*/
.about{ margin: 0; padding: 30px 0 0 0;} 
.about h1{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #000; font-weight: 600;
font-family: 'Teko', sans-serif; background:transparent; text-transform:uppercase; 
line-height: 40px;}  
/*.about h1:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 117px;
    height: 6px;
    bottom: 340px; 
    background: #337cd1;
    z-index:1;
}
.about h1:after{
    content: "";
    position: absolute;
    top: 54px;
    left: 15px;
    width: 40px;
    height: 6px;
    bottom: 340px;
    background: #337cd1;
    z-index: 1;
}*/
.about h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #000; font-weight: 600;
font-family: 'Teko', sans-serif; background:transparent; text-transform:uppercase; border-left:6px solid #337cd1; 
line-height: 60px;}  
.about h2:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 117px;
    height: 6px;
    bottom: 340px; 
    background: #337cd1;
    z-index:1;
}
.about h2:after{
    content: "";
    position: absolute;
    top: 54px;
    left: 15px;
    width: 40px;
    height: 6px;
    bottom: 340px;
    background: #337cd1;
    z-index: 1;
}
.about h3{ font-size: 43px;
    line-height: 44px; color: #fff; font-weight: 500; font-family: 'Teko', sans-serif; }  
.about p, .about-us p{ font-size: 18px; line-height: 27px; text-align:justify; }  
.about .brand{ background:#ccc; height:100vh;
background-image: url("../images/brand_bg.jpg"); background-size: cover;   
  background-repeat: no-repeat;}


/*----------------USP--------------------*/
.usp{ padding: 0;
background-image: url("../images/offers_bg.webp"); background-size: cover;   
  background-repeat: no-repeat; background-attachment: fixed; }
.usp .color-overlay {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(19, 38, 61, 0.9);
}
.usp h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 10px; color: #fff; font-weight: 600;
font-family: 'Teko', sans-serif; text-transform:uppercase; border-left:6px solid #337cd1; 
line-height: 60px;}  
.usp h2:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 117px;
    height: 6px;
    bottom: 340px; 
    background: #337cd1;
    z-index:1;
}
.usp h2:after {
    content: "";
    position: absolute;
    top: 54px;
    left: 15px;
    width: 40px;
    height: 6px;
    bottom: 340px;
    background: #337cd1;
    z-index: 1;
}
.usp h3{ font-size: 24px; line-height: 30px; color: #f26522; font-weight: 500; font-family: 'Teko', sans-serif; }  
.usp p{ font-size: 18px; line-height: 27px; text-align:justify; color:#fff; } 
.usp span{ font-size: 24px; line-height: 30px; color: #fff; font-weight: 500; font-family: 'Teko', sans-serif;
text-align:center;     text-transform: uppercase;}

.bbb_viewed {
/*     background: #000*/
 }
 .bbb_main_container{
/*         background-color: #fff;*/
    padding: 0; 
 }
 .bbb_viewed_title_container {
/*     border-bottom: solid 1px #dadada*/
 }
 .bbb_viewed_title {
     margin-bottom: 16px; margin-top: 8px;
 }
 .bbb_viewed_nav_container {
     position: absolute; left: 16px; top: 283px;
}
 .bbb_viewed_nav {
     display: inline-block;
     cursor: pointer; 
    border: 1px solid #fff;
    padding: 11px 17px;
    color: #fff;
 }
 .bbb_viewed_nav i {
     color: #fff;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }
 .bbb_viewed_nav:hover i {
     color: #606264
 }
 .bbb_viewed_prev {
     margin-right: 5px;  border: 1px solid #fff;
    padding: 11px 17px;
    color: #fff;
 }
 .bbb_viewed_slider_container {
     padding-top: 0px;
 }
 .bbb_viewed_item {
     width: 100%;
     background: #000;
     border-radius: 2px;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px; margin-bottom: 10px;
 }
 .bbb_viewed_image {
         width: 268px;
/*    height: 253px;*/ opacity: 1; 
 }
 .bbb_viewed_image img {
     display: block;
     max-width: 100%
 }
 .bbb_viewed_content {
     width: 100%;
     margin-top: 25px; position: absolute;
 }
 .bbb_viewed_price {
     font-size: 16px;
     color: #000000;
     font-weight: 500
 }
 .bbb_viewed_item.discount .bbb_viewed_price {
     color: #fff
 }
 .bbb_viewed_price span {
     position: relative;
     font-size: 12px;
     font-weight: 400;
     color: rgba(0, 0, 0, 0.6);
     margin-left: 8px
 }
 .bbb_viewed_price span::after {
     display: block;
     position: absolute;
     top: 6px;
     left: -2px;
     width: calc(100% + 4px);
     height: 1px;
     background: #8d8d8d;
     content: ''
 }
 .bbb_viewed_name {
     margin-top: 3px
 }
 .bbb_viewed_name a {
     font-size: 14px;
     color: #000000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }
 .bbb_viewed_name a:hover {
     color: #0e8ce4
 }
 .item_marks {
     position: absolute;
     top: 18px;
     left: 18px
 }
 .item_mark {
     display: none;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     color: #FFFFFF;
     font-size: 10px;
     font-weight: 500;
     line-height: 36px;
     text-align: center
 }
 .item_discount { 
     background: #df3b3b;
     margin-right: 5px
 }
 .item_new {
     background: #0e8ce4
 }
 .bbb_viewed_item.discount .item_discount {
     display: inline-block
 }
 .bbb_viewed_item.is_new .item_new {
     display: inline-block
 }




/*----------------SERVICES--------------------*/
.service{ margin: 0; padding: 70px 0 0px 0; background:#f2f4f8;} 
.service .border1{ width: 100%; background-image: url("../images/service_border.png");  
    background-size: contain; background-repeat: repeat-x; height: 25px; margin-top: 30px;}   
.service h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #000; font-weight: 600;
font-family: 'Teko', sans-serif; text-transform:uppercase; line-height: 60px; 
position: absolute; left: 95px; }  
.service h3{ font-size: 18px; line-height: 20px; font-weight: 500; padding-left: 15px;}  
.service .service-icon {width: 70px; height: 70px; margin-bottom: 10px;}




/*----------------WARRANTY--------------------*/
.warranty{ margin: 50px 0 0 0; padding: 70px 0 0px 0; background-image: url("../images/warranty_bg.jpg");  
    background-size: cover; background-repeat: no-repeat; }   
.warranty h2{/*font-size: 70px; line-height: 70px;*/ margin-bottom: 30px; color: #fff; font-weight: 600;
font-family: 'Teko', sans-serif; text-transform:uppercase; line-height: 42px; }
.warranty p{ font-size: 18px; line-height: 27px; text-align:justify; color:#fff; } 


.partner{ box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); 
    padding: 10px;
    background: #fff;}


/*----------------TESTIMONIALS--------------------*/
.testimonials{ margin: 0; padding: 80px 0 0px 0; background: #00235b;}
.testimonials .cta{ background:#fff; padding: 30px 30px 30px 30px; margin-bottom: 20px; border-left: 5px solid #cf372d; 
    box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); margin-top: -165px;
    margin-bottom: 50px;}
.testimonials .cta a { background: #337cd1;
    padding: 12px 38px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    color: #fff;     
    -webkit-box-shadow: 4px 4px 0px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 0px -1px rgba(0,0,0,0.75);
box-shadow: 4px 4px 0px -1px rgba(0,0,0,0.75); }
.testimonials .cta a i{ font-size:15px; }
.testimonials .cta p{ font-size:18px; margin-bottom:25px; font-weight: 500; }

.testimonials .border1{ width: 100%; background-image: url("../images/testimonials_border.png");  
    background-size: contain; background-repeat: repeat-x; height: 25px; margin-top: 30px;} 
.testimonials h2{/*font-size: 70px; line-height: 70px;*/ margin-bottom: 30px; color: #fff; font-weight: 600;
font-family: 'Teko', sans-serif; text-transform:uppercase; line-height: 42px; }
.testimonials .carousel {
    margin: 0 auto;
}
.testimonials .carousel .carousel-item {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    min-height: 175px;
}
.testimonials .carousel .carousel-item a {
    color: #eb7245;
}
.testimonials .carousel .img-box {
    width: 145px;
    height: 145px;
    border-radius: 50%;
}
.testimonials .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.testimonials .carousel .testimonial {    
    padding: 30px 0 10px; font-size:20px; color:#8693b0;
}
.testimonials .carousel .overview {   
    padding-left: 15px; border-left: 3px solid #ff5f13; font-family: 'Teko', sans-serif; font-size: 20px;
    color: #fff;
}
.testimonials .carousel .overview span {
    color: #8fa1bd;
    font-size: 15px;
    text-transform: uppercase;
    display: block; 
    padding-bottom: 5px;
}
.testimonials .carousel-control-prev, .testimonials .carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-shadow: none;
    top: -60px; 
}
.testimonials .carousel-control-prev i, .carousel-control-next i {
    font-size: 20px;
    margin-right: 2px;
}
.testimonials .carousel-control-prev {
    left: auto;
    right: 40px;
}
.testimonials .carousel-control-next i {
    margin-right: -2px;
}
.testimonials .carousel .carousel-indicators {
    bottom: 15px;
}
.testimonials .carousel-indicators li, .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}
.testimonials .carousel-indicators li {   
    background: #e2e2e2;
    border: none;
}
.testimonials .carousel-indicators li.active {        
    background: #888;       
}


.oem{ margin: 0; padding: 70px 30px 30px 30px; min-height: 500px; } 
.oem h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #000; font-weight: 600;
font-family: 'Teko', sans-serif; background:#fff; text-transform:uppercase;
line-height: 60px; padding-left: 203px; z-index: 1}  
.oem h2:before {
    content: "";
    position: absolute;
    top: -33px;
    left: 0;
    width: 257px;
    height: 320px;
    bottom: 111px;
    border: 7px solid #cf372d;
    z-index: -1;
}

.oem .oem-list{ background:#fff; padding:30px 20px; }


/*----------------END USERs--------------------*/
.end-users{ background:#f2f4f8; }
.end-users .abbb_viewed_prev{ position:absolute; left:0; top:20px; cursor:pointer; background:#e00909; 
    padding:2px 10px; color:#fff; }
.end-users .abbb_viewed_next{ position:absolute; right:0; top:20px; cursor:pointer; background:#e00909; 
    padding:2px 10px; color:#fff; }
.end-users .abbb_viewed_slider_container{  }




/*----------------FOOTER--------------------*/
.footer{ background: #1e2843; padding: 50px 0 20px 0; color: #fff; }
.footer img{ margin-bottom: 20px; }
.footer h2{font-size: 30px; margin-bottom: 25px; color: #e00909;  line-height: auto; font-weight: 500;
 font-family: 'Teko', sans-serif; text-transform:uppercase; }  
.footer hr{border-top: 2px solid #2490eb; background: none; width: 60px; float: left; margin: 0 0 30px 0;}
.footer p{ font-size: 16px; color:#fff; }
.footer ul{ float: left; margin: 0 0 20px 0; }
.footer ul li{ font-size: 16px; padding-bottom: 16px; }
.copyright{ border-top: 1px solid #1b3359; }
.footer i{ color: #337cd1; font-size: 14px; margin: 5px 0 0 0; }
.footer-btn{ background: #ccb892; width: 40px; height: 40px; text-align: center; color: #fff; font-size: 13px; font-weight: 600;
-moz-border-radius: 80px; -webkit-border-radius: 80px; border-radius: 80px; text-transform: uppercase; }
.footer-btn:hover{ background: #fff; color: #18407c; }
.footer .social .fa {
    padding: 12px;
    font-size: 17px;
    width: 38px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    color: #14467b;
    margin: 5px 2px;
    background: #fff; transition: all 0.5s ease;
}
.footer .social .fa:hover {
    color: #fff;
    background: #000;
} 
.copyright{ background: #1b2541; padding: 20px 0; text-align: center; color:#fff;
font-size:13px; }




.inner-banner{background-image: url("../images/usp-bg.jpg"); background-size: cover;   
  background-repeat: no-repeat; background-attachment: fixed; text-align:center;  }
.inner-banner h2{/* font-size: 70px;*/ margin-bottom: 30px; line-height: auto; color: #fff; font-weight: 700; }     
.inner-banner h3{font-size: 16px; margin-bottom: 30px; line-height: auto; color: #fff; font-weight: 600; }   
.inner-banner i{ margin:0 10px; }

.inner-banner ul{ margin: 0 auto; padding: 0; color: #fff; text-transform: uppercase; font-weight: 600; text-align:center; }    
.inner-banner ul li{ margin: 0; padding: 0 10px 0 0; list-style: none; float: left; }    
.inner-banner .color-overlay { padding: 0px;
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(30, 45, 74, 0.9);

}




/*----------------ABOUT US--------------------*/
.inner{ margin: 0; padding: 70px 0;} 
.inner h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #003a6b; font-weight: 800; }  
.inner h3{ font-size: 18px; line-height: 20px; color: #000; font-weight: 500; }  
.inner p{ font-size: 16px; line-height: 27px; text-align: justify; } 
.inner a{font-size: 14px; line-height: auto; font-weight: 600; background:#d52e35; padding:15px 30px; color:#fff;
border-radius:3px; text-transform:uppercase; }  
.inner h4{ font-size: 18px; line-height: 23px; color: #003a6b; font-weight: 700;}
.inner .box { background: #fff; padding: 20px; border-radius: 20px 20px 20px 20px;
        box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); display: inline-block; text-align: center; margin-bottom: 20px;
} 
.inner h3{font-size: 22px; line-height: 27px; margin-bottom: 15px; margin-top: 0px; color: #003a6b; font-weight: 800; text-align:left; } 
.inner ul{ margin: 0; padding: 0 0 15px 20px; }    
.inner ul li{ margin: 0; padding: 0 0 10px 0; list-style: square; font-size: 14px; line-height: auto; color: #333;
 font-weight:500; text-align:left; }

.inner .box img{ /*max-height:150px;*/ border-radius: 20px 20px 20px 20px; width: 100%;
    box-shadow: 2.5px 4.33px 15px 0px rgb(5 5 5 / 8%);     }
.inner .box ul{ margin: 0; padding: 0 0 15px 20px; }    
.inner .box ul li{ margin: 0; padding: 0 0 10px 0; list-style: square; font-size: 14px; line-height: auto; color: #333;
 font-weight:500; text-align:left; }
.inner .collaborators{ box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); padding: 15px; background: #fff; border-radius: 3px;
margin-bottom:20px; }





.contact{ margin: 0; padding: 70px 0; background: #f3f6fd;} 
.contact h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #003a6b; font-weight: 800; }  
.contact h3{ font-size: 18px; line-height: 20px; color: #003a6b; font-weight: 700; }    
.contact h4{font-size: 16px; margin-top: 10px; line-height: 22px; font-weight: 600; }
.contact h4 span{ color: #003a6b; font-weight: 600;}
.contact ul{ margin: 0; padding: 0 0 0 20px; }    
.contact ul li{ margin: 0; padding: 0 0 10px 0; list-style-image: url('../images/plus.png');}
.contact .form{ padding:40px; background: #fff; box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); border-radius: 10px; }
.contact .form-control{ background: #fff; padding: 15px; color: #222; min-height: 50px;
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 10px; 
resize: none; }
.contact .form-control:focus{outline: none}
.contact .form .btn{ padding: 15px 30px; margin-top: 5px; text-transform: uppercase; 
  background: #d52e35; color: #fff; font-weight: 600; 
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  }
.contact .form .btn:hover{ background: #1f2231;}
  
.contact i{ background: #f94f43; color: #fff; width: 40px; height: 40px; padding: 10px; 
    text-align: center; outline: 1px solid #ccc; outline-offset: 5px; margin-right: 20px; }

.contact .contact-icon {
    background: #219652;
    border-radius: 0px 20px 20px 20px;
    box-shadow: 2.5px 4.33px 15px 0px rgb(16 46 122 / 40%);
    width: 70px;
    height: 70px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
}
.contact .contact-icon img {
    max-height: 45px;
}








/*----------------inner page banner----------------*/
.main-banner {
    width: 100%;
    margin: 0;
padding: 50px 0px 50px 0px;
/*    padding: 40px 40px;*/
    background: url(../images/main-banner.jpg) repeat;
    background-size: cover;
    }







/*----------------breadcrumb----------------*/
.breadcrumb {
    padding: 10px;
    background: none;
    overflow: hidden;
    color: #fff;
    width: auto;
    margin: 0;
    z-index: 2;
    border-radius: 0px;
  font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
}


.breadcrumb span {
    margin: 0 5px;
}

.breadcrumb span a {
    color: #e00909;
}



/*----------------about-page----------------*/
.about-us{
    margin: 0;
    padding: 70px 0;
    width: 100%;
}
.about-us h3{
        font-size: 30px;
    line-height: 30px;
    color: #f26522;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
}
.about-us ul li{
        list-style: none;
    margin: 0 0 14px 0;
    font-size: 18px;
    padding-left: 0px;
    line-height: 27px;
}
.about-us ul li i{
    color: #f26522;
}
.about-us ul{
    margin: 0;
    padding: 0;
}


.about-us h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #000; font-weight: 600;
font-family: 'Teko', sans-serif; background:#fff; text-transform:uppercase; border-left:6px solid #337cd1;
/*font-size: 43px;  */
line-height: 60px;}  
.about-us h2:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 117px;
    height: 6px;
    bottom: 340px; 
    background: #337cd1;
    z-index:1;
}
.about-us h2:after{
    content: "";
    position: absolute;
    top: 54px;
    left: 15px;
    width: 40px;
    height: 6px;
    bottom: 340px;
    background: #337cd1;
    z-index: 1;
}

/*----------------about second section----------------*/
.about-2 {
    margin: 0;
    padding: 30px 0;
    width: 100%;
    background: #f2f4f8;
}
.about-2 .section-bg {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.about-2  p{
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}
.get-in-contact .second-section .cta{
    margin-top: -165px;
    margin-bottom: 50px;
}

/*----------------why choose us----------------*/
.about-2 h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 50px; color: #000; font-weight: 600;
font-family: 'Teko', sans-serif; text-transform:uppercase; border-left:6px solid #337cd1;
/*font-size: 43px;  */
line-height: 60px;}  
.about-2 h2:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 117px;
    height: 6px;
    bottom: 340px; 
    background: #337cd1;
    z-index:1;
}
.about-2 h2:after {
    content: "";
    position: absolute;
    top: 54px;
    left: 15px;
    width: 40px;
    height: 6px;
    bottom: 340px;
    background: #337cd1;
    z-index: 1;
}
.about-2 img {
    margin: 0 auto;
    padding-bottom: 30px;
}
.about-2 h3{
    font-size: 20px;
    font-weight: 600;
}










/*----------------strategic-intent----------------*/
.strategic{
    margin: 0;
    padding: 70px 0;
    width: 100%;
}
.strategic p{
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}
.strategic h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 20px; color: #337cd1; font-weight: 600;
font-family: 'Teko', sans-serif; text-transform:uppercase;
/*font-size: 43px;*/
line-height: 40px;}  



/*----------------strategic section1----------------*/
.strategic-section1 {
    text-align: justify;
    font-size: 16px;
    font-style: italic;
    padding: 20px;
    line-height: 1.5;
        background: #fff;
    padding: 25px 30px 30px 30px;
    margin-bottom: 20px;
    border-left: 5px solid #cf372d;
    box-shadow: 0px 10px 30px rgb(5 5 5 / 8%);
}


/*----------------strategic section2----------------*/
.strategic-2{
    margin: 0;
    padding: 50px 0;
    width: 100%;
    background: #f0f0f0;
}
.strategic-section2 {
    background-color: #fff;
    padding: 10px 20px;
    border: 5px solid #e00909;
}


/*----------------culture values----------------*/
.culture{
    margin: 0;
    padding: 70px 0;
    width: 100%;
}

.culture h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 20px; color: #000; font-weight: 600;
font-family: 'Teko', sans-serif; text-transform:uppercase; border-left:6px solid #337cd1;padding-left: 15px;
/* font-size: 43px; */
line-height: 60px;}  
.culture h2:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 117px;
    height: 6px;
    bottom: 340px; 
    background: #337cd1;
    z-index:1;
}
.culture h2:after {
    content: "";
    position: absolute;
    top: 54px;
    left: 15px;
    width: 40px;
    height: 6px;
    bottom: 340px;
    background: #337cd1;
    z-index: 1;
}

.culture ul li{
    list-style: none;
    margin: 0 0 7px 0;
 font-size: 18px;
    padding-left: 0px;
    line-height: 22px;

}
.culture p{
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}
.culture ul{
        margin: 0;
    padding: 0;
}
.culture ul li i {
    color: #f26522;
}

.culture ul li{
    font-size: 15px;
}



/*----------------Our Brands----------------*/
.brands{
    margin: 0;
    padding: 70px 0;
    width: 100%;
}
.brands  p{
    font-size: 18px;
    line-height: 27px;
}

.brands h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 20px; color: #000; font-weight: 600;
font-family: 'Teko', sans-serif; text-transform:uppercase; border-left:6px solid #337cd1;padding-left: 15px;
/*font-size: 43px; */
line-height: 60px;}  
.brands h2:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 117px;
    height: 6px;
    bottom: 340px; 
    background: #337cd1;
    z-index:1;
}
.brands h2:after {
    content: "";
    position: absolute;
    top: 54px;
    left: 15px;
    width: 40px;
    height: 6px;
    bottom: 340px;
    background: #337cd1;
    z-index: 1;
}


.brands h4 {
    font-size: 30px;
    line-height: 30px;
    color: #f26522;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
}
.brands .principal {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 3px;
    transition: all .3s;
    margin-bottom: 20px;
}
.brands .principal:hover{
    border-color: #e00909;
}
.brands .principal img {
    margin: 0 auto;
}
.principal p {
    color: #333;
    padding-top: 20px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.brands .principal a {
    color: blue;
    border: none;
    padding-left: 0;
    text-transform: lowercase;
}

/*----------------Milestones----------------*/
.milestones{
    margin: 0;
    padding: 70px 0;
    width: 100%;
}

.milestones h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 50px; color: #000; font-weight: 600;
font-family: 'Teko', sans-serif; text-transform:uppercase; border-left:6px solid #337cd1;padding-left: 15px;
/*font-size: 43px;  */
line-height: 60px;} 

.milestones h2:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 117px;
    height: 6px;
    bottom: 340px; 
    background: #337cd1;
    z-index:1;
}
.milestones h2:after{
    content: "";
    position: absolute;
    top: 54px;
    left: 15px;
    width: 40px;
    height: 6px;
    bottom: 340px;
    background: #337cd1;
    z-index: 1;
}
.milestone-left {
    background-color: #F8854E;
    padding: 23px;
    color: #fff;
    border: 5px solid #fff;
    letter-spacing: 0.15px font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
}
.milestone-right {
    background-color: #f6f6f6;
    padding: 10px;
    border: 5px solid #fff;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.15px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.milestone-left1 {
    background-color: #F8854E;
    padding: 12px;
    color: #fff;
    border: 5px solid #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.15px;
}
.milestones  p{
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}






/*----------------OPS/ORS----------------*/

.oes .oes-ors {
    margin: 0;
    padding: 20px;
    width: 100%;
    background: #f7f7f7;
}
.no-padding {
    padding: 0;
}
.oes .oes-ors h2 {
    margin: 0 0 10px 0;
     font-size: 25px;
    line-height: 25px;
    color: #f26522;
    font-weight: 700;
    font-family: 'Teko', sans-serif;
}
.oes .oes-ors img {
    margin-top: 20px;
    margin-bottom: 10px;
}
.oes {
    margin: 0;
    padding: 80px 0;
    width: 100%;
}
.oes-sec{
    margin-top: 40px;
}
.oes-sec  p{
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}




/*----------------rental----------------*/

.rental{
    margin: 0;
    padding: 70px 0;
     width: 100%
}
.rental .card {
    background: #fcff00;
    padding: 20px;
    text-align: center;
    outline: 1px dashed red;
    outline-offset: -10px;
    border-radius: 0px;
    border: none;
}
.rental .card h5 {
    font-size: 30px;
    font-weight: 700;
}
.rental .card p {
    font-size: 18px;
    font-weight: 500;
}
.rental-forklifts h1 {
    margin-bottom: 0px;
    margin-top: 40px;
    color: #337cd1;
    font-weight: 600;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    /* font-size: 43px; */
    line-height: 40px;
}
.rental-forklifts h2 {
    margin-bottom: 0px;
    margin-top: 40px;
    color: #337cd1;
    font-weight: 600;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    /* font-size: 43px; */
    line-height: 40px;
}
.rental-forklifts h4 {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
}
.rental-forklifts h3 {
    font-size: 35px;
    line-height: 30px;
    color: #f26522;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
}

.rental-forklifts ul li i {
    color: #f26522;
}
.rental-forklifts ul li {
    list-style: none;
    margin: 0 0 7px 0;
   font-size: 18px;
    padding-left: 0px;
    line-height: 22px;
}
.rental-forklifts ul {
    margin: 0;
    padding: 0;
}
.rental  p{
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}






/*----------------Preventive maintenance----------------*/


.preventive{
    margin: 0;
    padding: 70px 0;
    width: 100%;
}


.preventive h3 {
    margin-bottom: 0px;
    margin-top: 40px;
    color: #337cd1;
    font-weight: 600;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    /* font-size: 43px; */
    line-height: 40px;
}

.preventive h4 {
    font-size: 35px;
    line-height: 30px;
    color: #f26522;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
}
.preventive ul {
    margin: 0;
    padding: 0;
}
.preventive ul li i {
    color: #f26522;
}
.preventive ul li {
    list-style: none;
    margin: 0 0 7px 0;
    font-size: 18px;
    padding-left: 0px;
    line-height: 22px;
}
.preventive  p{
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}


/*----------------Repair & Maintenance services----------------*/

.repair{
    margin: 0;
    padding: 70px 0;
    width: 100%;
}
.repair h3 {
    font-size: 35px;
    line-height: 30px;
    color: #f26522;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
}
.repair  p{
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}








/*----------------Service Packages----------------*/
.service-packages{
       margin: 0;
    padding: 70px 0;
    width: 100%;
}
.service-packages h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 20px; color: #000; font-weight: 600;
font-family: 'Teko', sans-serif; text-transform:uppercase; border-left:6px solid #337cd1;padding-left: 15px;
/*font-size: 43px; */
line-height: 60px;}  
.service-packages h2:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 117px;
    height: 6px;
    bottom: 340px; 
    background: #337cd1;
    z-index:1;
}
.service-packages h2:after {
    content: "";
    position: absolute;
    top: 54px;
    left: 15px;
    width: 40px;
    height: 6px;
    bottom: 340px;
    background: #337cd1;
    z-index: 1;
}
.service-packages h4 {
    font-size: 35px;
    line-height: 30px;
    color: #f26522;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
}
.service-packages  p{
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}
.service-packages ul {
    margin: 0;
    padding: 0;
}
.service-packages ul li i {
    color: #f26522;
}
.service-packages ul li {
    list-style: none;
    margin: 0 0 7px 0;
   font-size: 18px;
    padding-left: 0px;
    line-height: 22px;
}



/*----------------gallery----------------*/

.gallery{
       margin: 0;
    padding: 70px 0;
    width: 100%;
}


/*----------------end users----------------*/
.gallery .principal {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 3px;
    transition: all .3s;
    margin-bottom: 20px;
}
.gallery .principal:hover{
    border-color: #e00909;
}

.col-xs-6 {
    width: 50%;
}




/*----------------social media----------------*/



.jbox-img {
    width: 100%;
    margin-bottom: 20px;
        border: 1px solid #eee;
    padding: 10px;
}



/*----------------Contact----------------*/

.contact-us h2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.f2 {
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: none;
    min-height: 45px;
    border-radius: 3px;
    margin-bottom: 15px;
    resize: none;
    color: #555;
}
.btn-request {
    background: #f26522;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 17px;
    padding: 12px 25px;
    width: 200px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
}
.contact-us .contact-add {
    margin: 0;
    padding: 20px;
    width: 100%;
    background: #f7f7f7;
}

.contact-us .contact-add  h2 {
    margin: 0 0 10px 0;
     font-size: 25px;
    line-height: 25px;
    color: #f26522;
    font-weight: 700;
    font-family: 'Teko', sans-serif;
}

.contact-us .contact-add img {
    margin-top: 20px;
    margin-bottom: 10px;
}
.contact-us {
    margin: 0;
    padding: 80px 0;
    width: 100%;
}









/*BLOG*/
.blog{ margin:0; padding:40px 0 40px; border-bottom: 1px solid #eee; }
.blog img{ margin-top:10px;}
.blog h1{ font-size: 24px; font-weight: 500; color:#222; margin:20px 0 10px 0;  }
.blog h2{ font-size: 24px; font-weight: 500; color:#222; margin:20px 0 10px 0;  }
.blog h4{ font-size: 1.5em; font-weight: 300;  }
.blog h3{ font-size: 16px; font-weight: 400; margin: 25px auto; line-height: 25px; color: #333; }
.blog h3 span{ color: #ff6600;}
.blog p{ color:#333; line-height: 23px;
    font-size: 16px; font-weight:500; margin-bottom:10px; text-align: justify; }
.blog p a{ color:#2a97ea;}
.blog p a:hover{ color:#666;}
.blog i{ margin-right:5px;}
.blog img{-webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s}
.blog img:hover{ opacity:0.8; }
.bd-metadatabox{border-bottom: none; float: none; font-size: 13px; margin: 5px 0 2px 0; width: 100%; line-height: 2; color: #999999;}
.blog ul{ margin:0; padding:0px 0 0 15px; list-style-image: url('../images/tick.png');}
.blog ul li{ margin:0 0 5px 0; padding:0; font-size: 16px; font-weight: 500; line-height: 25px; color: #333;
text-align: justify; }
.blog ul li ul {list-style-image: url('../images/square.png'); margin:10px 0 0 0;}
.blog ul li a{ color:#2a97ea;}
.blog ul li a:hover{ color:#666;}
.blog .btn-readmore{ border: 1px solid #dfdfdf; padding: 8px 17px; font-size: 12px; }
.blog .btn-readmore:hover{ border: 1px solid #f8854e; color:#f8854e }
.blog .btn-readmore i{ margin-left: 5px; }


.recent-post{margin:0; padding:30px 0;}
.recent-post h2{ padding:0 0 0 10px; border-left:3px solid #ff6600; font-size: 16px; 
  font-weight: 400; text-transform: uppercase; margin-bottom: 10px; height: 18px;  }
.recent-post hr{ margin:10px 0;}
.recent-post p{font-size: 14px; font-weight: 400; line-height: 25px; color: #666;}
.recent-post ul{ margin:0; padding:0; list-style: none; }
.recent-post ul li{ margin:0; padding:5px 0; color:#666; font-weight:500; font-weight:400; line-height:24px; 
  font-size:13px; border-bottom: 1px dashed #333; }
.recent-post ul li a{ color: #333; }
.recent-post ul li a:hover{ color:#f8854e;}




/*PRODUCT PAGE*/
.product-block{ margin:0; padding:50px 0 20px 0; width:100%;}
.product-block h2{ margin:0px 0 10px 0; font-size:14px; padding:0; text-transform:uppercase; line-height:22px; color:#2c65b9; font-weight:500; }
.product-block .heading { margin:0px 0 10px 0; font-size:14px; background:#2a6ea8; padding:8px 10px; text-transform:uppercase; line-height:22px; color:#fff; font-weight:400; font-family: 'Oswald', sans-serif; letter-spacing:0.001em;}
.product-block h3{ margin:0 0 15px 10px; padding-bottom:5px; font-size:20px; text-transform:uppercase; line-height:30px; color:#222; font-weight:600; border-bottom:1px solid #eee;}
.product-block h4{ margin:10px 0; font-size:13px; text-transform:uppercase; line-height:23px; color:#222; font-weight:600; font-family: 'Oswald', sans-serif;}
.product-block h5{ margin:5px 0 10px 0; font-size:20px; text-transform:uppercase; line-height:25px; color:#222; font-weight:600;}
.product-block h6{ margin:0; font-size:12px; line-height:23px; color:#777; font-weight:400;}
.product-block p{ font-weight:400; color:#000; font-size:18px; line-height:25px;}
.product-block p span{ font-weight:500;}
.product-block ul{ margin:0 0 10px 0; padding:0; }
.product-block ul li{ margin:0; color:#79787f; list-style:none; line-height:28px; font-size:13px; font-weight:500; padding-left:10px; 
background:url(../images/icon-chevron-right.png) no-repeat; } 
.product-block ul li span{ font-weight:400;}
.product-block ul li a{color:#79787f;}
.product-block ul li a:hover{color:#f26522;}
.product-block img{ /*width:100%; border:1px solid #eee; padding:5px;*/}
.product-block hr{ margin:0;}
.product-block .img2{ width:auto; border:none;}
.product-block .product-container .btn-view{ background:#f26522; color:#fff; padding:12px 20px; cursor:pointer; text-transform:uppercase; font-size:11px; font-weight:500; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; position:relative; bottom:30px;}
.product-block .product-container .btn-view:hover{ background:#d65a1f; color:#fff; }
.product-block .product-container h4{ margin:10px 0 0 0; font-size:13px; text-transform:uppercase; line-height:23px; color:#222; font-weight:600; font-family: 'Oswald', sans-serif;}


.product-block .features ul{ margin:0 0 20px 0; padding:0; }
.product-block .features ul li{ margin:0 0 5px 0; color:#000; list-style:none; line-height:22px; font-size:14px; font-weight:400; padding-left:10px; 
background:url(../images/icon-square.png) no-repeat; } 
.product-block .features ul li span{ font-weight:400; color:#222;}
.product-block .blue{ color:#2e69bf; font-size:16px; font-weight:400; }
.product-block .specification ul{ margin:0 0 10px 0; padding:0; text-align:center; }
.product-block .specification ul li{ margin:0; color:#333; list-style:none; line-height:28px; font-size:14px; font-weight:300; padding-left:10px; background:none; } 
.product-block .specification ul li img{ max-width:400px; margin:0 auto;}
.product-block .btn-request{ background:#fff; border:1px solid #222; margin:0; font-size:14px; padding:12px 25px; width:auto; color:#000; font-weight:400; text-transform:uppercase; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.product-block .btn-request:hover{background:#ebebeb; border:1px solid #222; color:#000; }
.product-block .btn-request:focus{background:#fff; border:1px solid #222; color:#000; }
.product-block .btn-request i{ margin-right:5px;}
.panel{ -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
.panel-heading{ padding:10px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; text-transform:uppercase; }
.panel-body{ clear:both; padding:0; margin:0;}
.panel-body table{ font-size:16px;}
.panel-body table th{ padding:10px; background:#e1e1e1; font-weight:700;}
.panel-body table td{ padding:10px;}
.panel-body img{ max-width:100px; border:5px solid #fff; margin:0;}
.panel-tabs { position: relative; bottom: 30px; clear:both; border-bottom: 1px solid transparent; }
.panel-tabs > li { float: left; text-align:left;}
.panel-tabs > li > a { margin-left: 10px; margin-top: 4px; font-size:14px; line-height: .85; color: #ffffff; background-color: #589ad2; border: 1px solid transparent;
    -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius:0px;
}
.panel-tabs > li > a:hover { border-color: transparent; color: #222; background-color: #fff;}
.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus { color: #222; cursor: default; background-color: #fff; border-bottom-color: transparent;
    -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius:0px;
}
.tab-content{ padding:0; margin:0;}
.panel .features ul{ margin:0; padding:0 0 0 10px; list-style-image: url('../images/icon-square.png'); }
.panel .features ul li{ margin:0; color:#333; line-height:25px; font-size:14px; font-weight:600; padding:0px;  } 
.panel .features ul li span{ font-weight:400; color:#222;}

.card{ background: #fcff00; padding: 20px; text-align: center; outline: 1px dashed red; outline-offset: -10px;  }
.card h5{ font-size: 30px; font-weight: 700; }
.card p{ font-size: 18px; font-weight: 500; }




.product-container { position: relative; padding:10px; margin-bottom:20px; border:1px solid #dedede; }
.img-container { position: relative; background:#000;}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.product-container:hover .image { opacity: 0.6;}
.product-container:hover .middle { opacity: 1;}







.landing-page-banner{ width:100%; min-height:400px; padding:0px; 
/*background-image: url("../images/landing-page-banner.jpg"); background-position: center center; 
  background-size: cover; background-repeat: no-repeat;*/} 
.landing-page-banner-sm{ width:100%;  padding:232px; 
background-image: url("../images/landing-page-banner-sm.jpg"); background-position: center center; 
  background-size: contain; background-repeat: no-repeat;}   
.header-top2{ height: auto; padding: 7px 0; }
.header-top2 i{ font-size:14px; }
.header-top2 p{ font-size:14px; font-weight: 500; margin-right:15px;}
.header-top2 a i{ font-size:18px; margin-right: 5px; }  



.landing-page-cta{ padding: 0; 
background-image: url("../images/main-banner.jpg"); background-size: cover;   
  background-repeat: no-repeat; background-attachment: fixed; }
.landing-page-cta .color-overlay {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(30, 45, 74, 0.9);
}
.landing-page-cta i{ font-size:60px; color: #d52e35;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 24px; }
.landing-page-cta h2{ line-height: 35px; color: #fff; font-weight: 800; margin-top: 30px; 
    text-transform:uppercase; font-size:20px; } 
.landing-page-cta h3{ font-size: 15px;
    line-height: 24px; color: #fff; font-weight: 500; }  
.landing-page-cta a{ font-size: 14px;
    line-height: auto;
    font-weight: 600;
    background: #0868b8;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;}
..landing-page-cta a:hover{ color: #fff; background: #000;}



.landing-page-cta .button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 1rem;
  padding-inline: 1.25rem;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  width: 220px;
  background: #337cd1;
  -webkit-box-shadow: 4px 4px 0px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 0px -1px rgba(0,0,0,0.75);
  box-shadow: 4px 4px 0px -1px rgba(0,0,0,0.75); }
}

.landing-page-cta .icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.landing-page-cta .button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.landing-page-cta .button:hover .icon {
  transform: translate(4px);
}

.landing-page-cta .button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.landing-page-cta .button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}