root { 
    display: block;
}
html {
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    background: #FFF;
/*    font-family: 'Poppins', sans-serif;*/
    font-family: 'Poppins', 'Open Sans', sans-serif;
}
body button,
.btn,
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn:hover,
body button:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.loadingmodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingmodal {
    display: block;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
h3{
    color: #007bff !important;
}
.button,a.button{
   -webkit-border-radius: 0px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
   -moz-border-radius: 0px; /* FF1-3.6 */
   border-radius: 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; 
   background-clip: padding-box;
   border: 1px solid #ec6707;
   background-color:#ec6707;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6707), to(#ec6707)); /* Saf4+, Chrome */
   background-image: -webkit-linear-gradient(top, #ec6707, #ec6707); /* Chrome 10+, Saf5.1+, iOS 5+ */
   background-image: -moz-linear-gradient(top, #ec6707, #ec6707); /* FF3.6 */
   background-image: -ms-linear-gradient(top, #ec6707, #ec6707); /* IE10 */
   background-image: -o-linear-gradient(top, #ec6707, #ec6707); /* Opera 11.10+ */
   background-image: linear-gradient(to bottom, #ec6707, #ec6707);       
   color:#fff;
   padding: 10px 15px;
   cursor:pointer;
   font-weight: normal;
   text-transform: uppercase;
   font-size: 0.9rem !important;
}
button i.fa{color: #fff !important;}
a.button{text-decoration: none;padding: 10px 15px;}
input.button:hover,a.button:hover{
    background-color:#ec6707;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6707), to(#ec6707)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ec6707, #ec6707); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #ec6707, #ec6707); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ec6707, #ec6707); /* IE10 */
    background-image: -o-linear-gradient(top, #ec6707, #ec6707); /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #ec6707, #ec6707); 
    color: #eee; 
}
.jumbotron.seo_page{padding: 1rem 2rem;margin-bottom: 2rem; margin-top: 2rem;}
form table.table td{border-top: none;border-bottom: none;}
form input.error,form select.error,form textarea.error,form checkbox.error{border: 1px solid #f00;}
.content-bottom-margin{
    margin-bottom: 2.0rem;
}

/* Navigation Bar */
.header{background-color: #fff;}
.header-top{padding-top: 10px;}
.header-top p, .header-top p a{margin: 0;padding: 0; color:#ec6707;}
.header-top p.tel-mail-wrap{text-align: right;}
.header-top p.tel-mail-wrap span.tel{margin-right: 20px;}
.navbar{
  padding: 10px 10px 10px 0px;
/*  background-color: #2a96ff;*/
  background-color: #fff;
  transition: all ease 0.4s;
}
.navbar-brand{
  font-size: 22px;
  color: #fff !important;
  font-weight: 600;
}
.navbar .navbar-nav li a{
  font-size: 1.0rem;
  font-weight: 500;
  color:#ec6707;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
    color:#ec6707;
}
.navbar-light .navbar-nav .nav-link:hover{color: #eee;}

/* Animation */
.animate{
  padding: 0px 10px 0px 0px;
  transition: all ease 0.4s;
  border-bottom: 1px solid #ec6707;
}
/*--Nav Bar-- */

/*home slider */
.main-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ec6707;
  border-color:#ec6707;
  color: #fff;
}
.main-slider.owl-theme .owl-dots .owl-dot span::before {
   background-color: #ec6707;
}
.main-slider.owl-theme .owl-dots .owl-dot:hover span, .main-slider.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ec6707;
}

#content{
  margin-top: 140px;
}
h1.welcome{font-size:1.4rem;}
.general-items-wrap{
    background-color: #f8f9fa;
    padding: 1.6rem 0;
}
.general-items-wrap p.image-wrap{
    margin-bottom: 0;
}
.full-page-wrap{margin-bottom: 1.6rem;}
.full-page-title{margin-top: 2.6rem;}
.three-d-simulator .simulator-button-wrap{
    margin-top: 1.2rem;
}
.three-d-simulator a.button{
    padding: 10px 20px;
    font-size: 1.2rem !important;
}
/*Products*/
.video iframe{width: 100% !important;}
p.product-spec-description{font-size: 1.3rem;}
.product-documents{
    padding: 1.3rem 0;
}

.product-card {
    display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
    min-height: 150px;
    position: relative;
    padding-top: 15px;
}
.product-card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.product-img-card {
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
  overflow: hidden;
  text-align: center;
}
.product-img-card img{
  object-fit:cover; 
  transition: all .25s ease;
} 
.product-card-content {
  padding:15px;
  text-align:center;
}
.product-card-title {
  margin-top:0px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}
.product-card-title a {
  color: #2a96ff;
  text-decoration: none !important;
}
.product-card-read-more {
  border-top: 1px solid #D4D4D4;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.product-card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
.product-card-read-more a.default-btn {
  border-radius: 0;
}
p.download-link{margin-top: 15px;}

#enquiryModal > div > div > div.modal-footer > button.btn.btn-secondary.btn-teaser{
    background-color: slategray;
    padding-left: 25px;
}

#content > div.products-wrap.py-3.py-xl-4 > div > div.row > div:nth-child(3) > div > div.product-card-read-more > a{
    margin-top: auto;
}

#content > div.productDetails > div.container > div > div > div.col-12.col-md-4{
    text-align: center;
}
/*-----End Product--*/

/* jobs */
.jobs{
    margin-bottom: 20px;
}
.jobs h2.accordion-title .btn{font-size:1.4rem;}
#job-accordion button i{color: #007bff !important; margin-left: 10px;}

/*-jobs-*/
.planer-frame{margin-bottom: 15px;}
.planer-frame iframe{width: 100% !important;}

/* --------- VIDEOS ----------*/
div.videos{margin-top: 20px; padding: 0 10px;}
/*div.videos h2{color:#fff; margin-bottom: 15px; font-size: 1.4rem;}*/
div.videos ul{list-style-type: none; padding: 0; margin: 0;}
/*div.videos ul:last-child{margin-right: 0;}
div.videos ul li{float: left;margin: 0 10px 10px 0;}*/
div.videos ul li{margin-bottom: 10px; background: #fff;padding: 5px;}
/*div.videos ul li div.image-wrap{width: 30%; float: left; overflow: hidden;}
div.videos ul li div.text-wrap{width: 65%; float:right; color:#333;}*/
div.videos ul li div.text-wrap div.text-content{padding-right:15px;}

div.caption-wrap{
    position: relative; 
    overflow: hidden;
}

div.caption-wrap div.caption{
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #ffffff;
    position: absolute;
    /*bottom: -100%;*/
    top: 0%;
    left: -1000px;
    background-color: rgba(51, 51, 51, 0.68);
    padding: 30% 10%;
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.caption-wrap:hover .caption{
  width: 100%;
  left: 0%;
  padding: 35% 0%;
}
/*@media screen and ( max-width: 500px ) {
    div.videos ul li div.image-wrap{width: 30%;}
    div.videos ul li div.text-wrap{width: 69%;}
}*/


/*News*/
.news-item{padding: 0; margin-bottom: 10px;}
.news-text{padding: 5px 10px 5px 0;}
.news-text h2{
    font-size: 1.3rem;
}
.news-details .news-image{
    float:left;
    width: 30%;
    margin: 0 10px 10px 0;
}
.news-details h2{font-size: 1.5rem;}
.news-details .news-sub-title{
    font-size: 1.3rem;
}
p.news-image-wrap{margin-bottom: 0;}
.rowBgOne{background: #dfdfdf;}
.rowBgTwo{background: #eee;}


/*Footer*******************/

/*footer{padding-top: 20px;clear: both;}*/

.footer {
    padding-top: 1.6rem;
    padding-bottom: 1.0rem;
    background-color: #ec6707;
    /*background-color: #ec6707;*/
}
.footer a{color:#fff;}

.footer h2{
   color: #fff !important; 
   font-size: 1.4rem;
   text-decoration: underline;
   padding-bottom: 5px;
}
.footer ul{list-style-type: none; padding-left: 0;}
.footer p.copy-right{color:#fff; text-align: center;}
/*.single-footer-widget .logo {
    margin-bottom: 20px;
}
.single-footer-widget .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
    display: block;
    margin-bottom: 12px;
    color: #fff;
}
.single-footer-widget .footer-contact-info li span {
    color: #fff;
    font-weight: 600;
}
.single-footer-widget h3 {
    margin-bottom: 22px;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
}
.single-footer-widget h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background-color: #62bbe7;
}
.single-footer-widget .link-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .link-list li {
    margin-bottom: 12px;
}
.single-footer-widget .link-list li a {
    display: inline-block;
    color: #fff;
    position: relative;   
}

.single-footer-widget .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    border: 1px solid #eeeeee;
    background-color: transparent;
    color: #fff;
    height: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    padding-left: 15px;
    border-radius: 5px;
    font-weight: 400;
}
.single-footer-widget .newsletter-form .default-btn {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #41cffd;
}
.newsletter p{color: #fff;}*/
/*End Footer*****************/



/* General //*/
.section-title {
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    color: #212529;
    font-weight: 700;
    font-family: 'Hind Siliguri', sans-serif;
}
.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100px;
    background-color: #ec6707;
    height: 1px;
}
/*.section-title h1.page-header{font-size:1.6rem;}*/
h2.product-info-header{font-size:1.3rem; font-weight: normal;}
/*End General//////////////////////// */

/* Home Teaser*/
/*.asingle-categories-box {
    margin-bottom: 30px;
    position: relative;
    border-radius: 3px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    padding: 30px 10px;
    min-height: 520px;
}

.asingle-categories-box h2 {
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 25px;
}
.asingle-categories-box div.teaser-description {
    margin-bottom: 10px;
    margin-top: 10px;
}
.asingle-categories-box img {
    width: auto !important;
    display: inline-block !important;
    -webkit-transition: .5s;
    transition: .5s;
}*/
.default-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: #ec6707;
    /*background-color: #2a96ff;*/
    color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 52px;
    padding-right: 25px;
    font-size: 15px;
    font-weight: 600;
}
.default-btn i {
    position: absolute;
    left: 25px;
    top: 13px;
    font-size: 19px;
    color: #ffffff;
    line-height: 1;
    -webkit-transition: .5s;
    transition: .5s;
}

.default-btn:hover {
  background-color: #ffffff;
  color: #ec6707;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.default-btn:hover i {
  color: #2a96ff;
}

/*
.btn-teaser{
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: #2a96ff;
    color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 25px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0.8rem;
}
p.teaser-button-wrap{
    position: absolute;
    bottom: 10px;
    left: 35%;
}


.btn-teaser:hover{
   background-color: #ffffff;
   color: #111111;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btn-teaser:hover i {
  color: #2a96ff !important;
}
.btn-teaser i {
    position: absolute;
    left: 25px;
    top: 12px;
    font-size: 19px;
    color: #ffffff;
    line-height: 1;
    -webkit-transition: .5s;
    transition: .5s;
}*/
/*## KLARO ##*/
.klaro .cookie-notice{
    bottom: 10px !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
}
.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
    background-color: #ec6707 !important;    
}
.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
    color: #ec6707 !important;
}


.teaser-background{
    background: #fff url(../images/teaser_bg.jpg) no-repeat center bottom;
    background-attachment: fixed;
}
.teaser-text{
    /*margin-top: 20px;*/
    margin-bottom: 20px;    
    padding: 80px 20px;
/*    background-color: rgba(51,51,51,0.8);*/
    text-align: center;
}
.teaser-text h1{color:#fff;}
/* End Home Teaser*/

 
/*Home News */

.single-blog-post {
    margin-bottom: 30px;
}
.single-blog-post .post-image {
    overflow: hidden;
}
.single-blog-post .post-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog-post .post-content {
    margin-top: 25px;
}
.single-blog-post .post-content h3 {
    margin-bottom: 15px;
/*    font-size: 21px;*/
}
.single-blog-post .post-content .post-meta {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-blog-post .post-content .post-meta li {
    margin-right: 20px;
    position: relative;
    color: #696969;
    font-weight: 600;
}
.single-blog-post .post-content .post-meta li::before {
    content: '';
    position: absolute;
    right: -11px;
    top: 10.8px;
    width: 1px;
    height: 14px;
    background-color: #b3afaf;
}
.single-blog-post .post-content .post-meta li:last-child {
    margin-right: 0;
}
.single-blog-post .post-content .post-meta li:last-child::before {
    display: none;
}
.single-blog-post .post-content .post-meta li img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
}
.single-blog-post .post-content .post-meta li a {
    color: #696969;
}
.single-blog-post .post-content .post-meta li a:hover {
    color: #2a96ff;
}
.single-blog-post:hover .post-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* End Home News */


@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*End Home Newsletter*/


/* Media queries*/
@media only screen and (max-width: 768px) {
   h1{font-size: 1.6rem;} 
   h2{font-size: 1.4rem;} 
   h3{font-size: 1.3rem;} 
   h4,h5{font-size: 1.3rem;} 
   .news-text{padding: 5px 10px 5px 5px;}
   .asingle-categories-box {        
        min-height: initial;
    }
    p.teaser-button-wrap{
        position: inherit;
        bottom: inherit;
        left: inherit;
    }
    .header-top p{font-size: 0.8rem;}
    .header-top p.tel-mail-wrap{text-align: center;}
    .header-top p.tel-mail-wrap span.tel {
        margin-right: 10px;
    }
    .navbar {padding: 10px 10px 10px 10px;}
    .general-items-wrap p.image-wrap{margin-bottom: 15px;}
    h1.welcome {
        font-size: 1.3rem;
        text-align: left !important;
        line-height: 1.4;
    }
    .product-card-title {
      margin-bottom: 0;
    }
    h2.product-card-title{font-size: 1.2rem;}
    .product-card{
        padding-top: 0;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1230px;
    }
    
    #content > div.productDetails > div.container > div > div > div.col-12.col-md-8 > p > button{
    width: 40%;
    }

    #content > div.productDetails > div.container > div > div > div.col-12.col-md-8 > p > button > i{
         left: 110px;
    }
}

@media only screen and (max-width: 480px){
    .product-card {
        display: block; 
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
        transition: box-shadow .25s;
        min-height: 0px;
        
    }
      .product-card-read-more {
      border-top: 1px solid #D4D4D4;
      position: static;
      bottom: auto;
      width: auto;
      
    }
}

@media only screen and (max-width: 480px){
    .asingle-categories-box {        
        min-height: initial;
    }
}