@charset "utf-8";
*,
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.service-image img,
a {
    -webkit-transition: .3s
}
@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.query-section {
    background: linear-gradient(135deg, #000000, #1c1c1c);
    padding: 80px 20px;
    color: #fff;
}

.query-box {
    max-width: 700px;
    margin: auto;
    background: rgba(255,255,255,0.05);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.query-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
}
.query-section .form-control {
    height: 50px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 16px;
}

.form-control:focus {
    box-shadow: 0 0 8px rgba(0,123,255,0.5);
}

.query-section .btn-custom {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s;
}

.query-section .btn-custom:hover {
    background: linear-gradient(135deg, #0056b3, #003d80);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .query-box {
        padding: 25px;
    }
}
.appointment-contact-bg{
  background: linear-gradient(135deg, #000000, #1c1c1c);
   color: #fff;
}
.mb-20 {
    margin-bottom: 20px;
}
.section-space--mb_50 {
    margin-bottom: 50px;
}
.text-white {
    color: #fff;
}
.contact-input .contact-inner {
    float: left;
    margin: 0 0 20px;
    padding: 0 1px;
    width: 50%;
}
.ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 54px;
    height: 54px;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ht-box-icon.style-01 .icon-box-wrap {
    padding: 15px 10px 26px !important;
    margin-top: 30px !important;
}
.ht-box-icon.style-01 .icon-box-wrap {
    padding: 36px 10px 26px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #eee;
    -webkit-transition: all .7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all .7s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    margin-top: 30px;
}
.text-center {
    text-align: center !important;
}
.ht-box-icon.style-01 .icon-box-wrap .icons {
    height: auto !important;
    text-align: center;
    width: 100% !important;
    margin: auto auto 29px;
    color: #086ad8;
}
.ht-box-icon.style-01:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px #3333331a;
  box-shadow: 0 0 40px #3333331a;
}
.ht-box-icon.style-01 .icon-box-wrap {
  
 
}
.ht-box-icon.style-01 .icon-box-wrap {
  padding: 15px 10px 26px !important;
  margin-top: 30px !important;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #eee;
    border-top-color: rgb(238, 238, 238);
    border-right-color: rgb(238, 238, 238);
    border-bottom-color: rgb(238, 238, 238);
    border-left-color: rgb(238, 238, 238);
  -webkit-transition: all .7s cubic-bezier(0.645,0.045,0.355,1);
  -o-transition: all .7s cubic-bezier(0.645,0.045,0.355,1);
  transition: all .7s cubic-bezier(0.645,0.045,0.355,1);
  text-align: center;
  margin-top: 30px;
}
 .w-100 {
    width: 100% !important;
}
.ht-box-icon.style-01 .icon-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
     text-align: center !important;
    font-size: 24px;
}
h3 {
    font-size: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.contact-inner input, .contact-inner textarea {
    width: 100%;
    color: #000;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    border: none;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 5px;
    padding: 3px 20px;
    height: 56px;
}
.ht-btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    padding: 0 36px;
    text-align: center;
    color: #fff;
    background: #086AD8;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.py-5s {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-5{
    padding-top:5rem;
}
.fuiter-section p{
    color:#fff;
}
.fuiter-section h5{
    color:#fff;
}
.fuiter-section h2{
    color:#fff;
}
.product-textss p{
    color:#fff;
}
strong {
    font-weight: bold
}

.instock-btn a,
.topbar-links li,
h1 {
    position: relative
}

.big-font,
.main-title,
.page-banner-section h1,
.slide-h1,
.slide-h3 span,
.slide-head,
.subTxt,
.topbar-links li a,
a.wit-btn,
h1 {
    text-transform: uppercase
}

.slidertext1,
.slidertext4 {
    text-shadow: 0 0 1px rgba(24, 24, 24, .75)
}

.about-service,
.blogList,
.faqs-service,
.footer-links,
.social,
.topbar-links,
ol,
ul {
    list-style: none
}

.btn_spare,
.slick-list:focus,
.tablink {
    outline: 0
}
.side-banner img{
  height: 74.8vh!important;
}
.top-siderbanner .row{
    margin:0;
}
.top-siderbanner [class*="col-"]{
    padding:0;
}
.india-textheading {
    position: absolute;
    z-index: 99999;
    left:112px;
    width: 330px;
    top: 6%;
}
 
.ml1 {
  font: 800 32px / 32px Open Sans;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #000;
    word-wrap: break-word;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }
.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}
.hompe p {
    font-size: 18px
}

.bottom-images ul li {
    font-size: 15px
}

.product-content1 ul li {
    line-height: 30px
}

.product-content1 h4 {
    font-size: 24px
}

* {
    padding: 0
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}
.top-sectionf {
    max-width: 1000px;
        margin: 0 auto 60px;
}
a {
    -moz-transition: .3s;
    transition: .3s;
    text-decoration: none !important
}

img {
    max-width: 100%
}

.Customers_review_section_inn,
.product-disp-inn,
.review-section {
    padding: 20px;
    overflow: hidden;
    margin: 20px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #aaa
}

.Rev_rating_wrapper {
    float: left;
    width: 100%;
    padding: 20px 0 90px
}

.Rev_rating .auth_name {
    width: 100%;
    padding: 0 0 2px;
    font-size: 14px;
    font-weight: 700;
    color: #0085ef
}

.Rev_rating .comment,
.pro_rate_val {
    width: 100%;
    padding: 0 0 5px
}

.Rev_rating .rate_date {
    width: 100%;
    padding: 0 0 2px;
    color: #0085ef
}

.rate_verified {
    width: 100%;
    padding: 0 0 10px;
    color: #f1ab32
}

.Customers_review_section_inn h4 {
    font-size: 1.5rem
}
.product-section{
  position: relative;
  margin: 50px 0px;
}
.product-section .product-title {
  position: relative;
  border: 1px solid #dcdcdc;
  background-color: #eaeaea;
}
.product-section .product-title p {
  margin-bottom: 0px;
  padding: 10px;
  font-size: 20px;
  text-transform: capitalize;
}
.fuiter-section.text-center {
    max-width: 550px;
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
}
.product-sections{
background: linear-gradient(135deg, #000000, #1c1c1c);
color:#fff;
}

.feature-sub{
color:#9aa7bd;
letter-spacing:2px;
text-transform:uppercase;
font-size:14px;
}

.feature-title{
font-size:42px;
font-weight:700;
margin-bottom:15px;
}

.feature-text{
color:#9aa7bd;
max-width:700px;
margin:auto;
}

.feature-card {
   background: linear-gradient(135deg, #1111110d, #555);
    border-radius: 20px;
    padding: 19px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(76 76 76);
    transition: .3s;
    margin-bottom: 30px;
    height: 380px;
}

.feature-card:hover{
transform:translateY(-5px);
}

.feature-card h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 30px;
}

.feature-card p{
color:#b7c2d6;
font-size:16px;
}

.feature-card img{
/*height:200px;*/
width:100%;
}
.product-cardss{
background: linear-gradient(to bottom,#000,#333);
border-radius:15px;
overflow:hidden;
color:#fff;
padding:20px;
box-shadow:0 0 20px rgba(255,255,255,0.1);
}

.product-text h3{
font-size:32px;
font-weight:700;
}

.product-text h5{
font-size:18px;
margin-bottom:10px;
}

.product-text p{
font-size:14px;
opacity:0.8;
}

.product-card img{
border-radius:10px;
}
.instock-btn a {
    background-color: #03c910;
    display: inline-table;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    text-align: center
}

.big-star {
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden
}

.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: #fff
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pro_rate_val i {
    color: #f39019;
    font-size: 14px;
    padding-right: 3px
}

.Rev_form_wrapper h4 {
    margin-bottom: 0;
    font-size: 16px
}

.Rev_form_wrapper .form-control,
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.brochure_img img {
    margin-bottom: 20px
}

.product-top-tab-sec h3 {
    font-size: 28px;
    font-weight: 700
}

.content_page {
    margin-bottom: 50px
}

.page-banner-section {
    padding: 50px 0;
    background: #252525;
    overflow: hidden
}

.page-banner-section h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 0;
    float: left;
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px
}

.page-banner-section ul.page-depth {
    float: right;
    margin: 10px 0 0;
    padding: 0;
    text-align: right
}

.page-banner-section ul.page-depth li {
    display: inline-block;
    margin-left: 10px
}

.page-banner-section ul.page-depth li a {
    display: inline-block;
    text-decoration: none;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    color: #fff
}

.content_page h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px
}

.navbar,
.page-404 h1,
.top-logo,
.topbar-links,
h1 {
    margin-bottom: 0
}

.content_page ul li {
    line-height: 26px;
    list-style-type: disclosure-closed;
    margin-left: 35px
}

.bottom_logoss {
    border-radius: 100%;
    border: 1px solid #000;
    padding: 30px;
    width: 200px;
    margin-left: 35px
}

.bottom_logoss img,
.formint .input-group,
.image_responcive,
.papu-post .media-left img,
.productinfo img,
.sub_manu {
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans'
}

h1 {
    font-size: 23px;
    font-weight: 700;
    color: #000
}

.product-image-wrapper .sale_product {
    padding: .202em;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    background: #4666a3;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    top: -22px;
    position: relative;
    left: 67px;
    height: 44px;
    z-index: 1
}

.mt-4 {
    margin-top: 20px
}

.product-image-wrapper .single-products .productinfo {
    margin-top: -56px
}

.banner-products img {
    border: 1px solid #333
}

.description_content li {
    font-size: 15px;
    line-height: 28px
}

.product-image-wrapper .single-products .productinfo img {
    margin-top: 48px
}

.page-404 h1 {
    clear: both;
    font-weight: 600;
    color: #000;
    font-size: 80px;
    line-height: 100px
}

.product_text h1,
.product_text h2,
.product_text h3 {
    font-weight: 700;
    text-align: justify;
    left: 15px
}

.about-wrap p,
p {
    line-height: 24px
}

.button.roll::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform-origin: bottom left;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    transform: scaleY(0)
}

.sale_product .hot_sel {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.gold,
.rate {
    font-size: 11px
}

.h h1:before {
    content: "";
    background: #fdc236;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -40px
}

.footer-links li a:hover,
.post-header h4 a:hover,
.service-wrap h3 a:hover,
h1 span {
    color: #fdc236
}

p {
    font-size: 14px;
    color: #333
}

.top-bar {
    background: #2b373a;
    padding: 5px 0
}

.btn-purchase {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1;
    background: #00d7b3;
    border: none !important;
    color: #fff;
    border-radius: 4px;
    outline: 0
}

.btn_spare {
    font-size: 14px !important;
    padding: 10px 20px !important;
    line-height: 1;
    background: #000;
    border: none !important;
    color: #fff;
    border-radius: 4px
}

.contact-form .button:hover,
.faqs-service li:hover h4:before,
.portfolio-tags,
.testimonials-wrap h1,
.topbar-links li a:hover,
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
    color: #fff
}

.top-logo {
    font-size: 12px;
    color: #fff;
    margin-top: -2px
}

.topbar-links {
    text-align: left;
    margin-top: 9px
}

.topbar-links i {
    padding-right: 5px;
    color: #fdc236
}

.topbar-links li {
    display: inline-block;
    padding: 0 12px
}

#hidden,
.drop_manu ul,
.foot li:last-child:before,
.hoverlink,
.scrollToTop,
.sliderTxt h1:before,
.topbar-links li:last-child:before,
.tp-bannertimer,
.whatsapp-icon-foot {
    display: none
}

.topbar-links li a {
    text-decoration: none;
    font-size: 12px;
    color: #fff
}

.topbar-links li:before {
    content: '|';
    position: absolute;
    right: -2px;
    top: 1px;
    color: #fff;
    font-size: 10px
}

.header,
.navbar-toggle .icon-bar {
    background: #fff
}

.logo {
    padding: 6px 0;
    /*float: right*/
}

.product_text {
    position: absolute;
    top: 0
}

.product_text h3 {
    position: relative
}

.top_text {
    font-size: 24px !important
}

.product_text h2 {
    position: relative;
    font-size: 22px
}

.product_text h1 {
    position: relative;
    margin-bottom: 0
}

.et-intro {
    height: 240px;
    background-color: #f3f7f8
}

.attachment-full {
    float: right;
    margin-top: 11px;
    width: 266px;
    position: relative;
    left: -10px
}

.attachment-fulls {
    float: right;
    margin-top: 13px;
    max-width: 100%
}

.attachment-fulles {
    float: right;
    margin-top: 11px;
    width: 200px;
    height: 188px
}

.product_text p {
    text-align: justify;
    position: relative;
    left: 15px;
    font-weight: 500;
    font-size: 14px
}

.logo p {
    font-weight: 700;
    margin-bottom: -18px;
    margin-top: 16px;
    position: relative;
    left: -21px
}

.logo p a {
    color: #3d449a;
    font-weight: 800;
    font-size: 16px
}

.navbar {
    min-height: 0
}

.navigationwrape {
    float: left
}

.navbar-default .navbar-nav>li>a {
    padding: 30px 12px;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase
}

.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li>a.active,
.navbar-nav li:hover .dropdown-menu {
    color: #fff;
    background: #3d449a !important
}

.navbar-default {
    background: 0 0;
    border: none
}

.dropdown-menu,
.sub_manu {
    border-bottom: 7px solid #fdc236;
    border-top: 5px solid #fdc236;
    padding: 0
}

.aboutTxt span,
.navbar-nav li:hover .dropdown-menu,
.serviceList li:hover .hoverlink {
    display: block
}

.dropdown-menu {
    background: #fff !important;
    min-width: 200px
}

.dropdown-menu>li:last-child {
    border-bottom: none
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    padding: 8px 20px 8px 28px;
    position: relative
}

.dropdown-menu>li>a:hover,
.faqs-service li h4.active,
.faqs-service li h4:hover,
.sub_manu li a:hover {
    color: #fff;
    background: #fdc236
}

.dropdown-menu>li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    top: 9px;
    left: 11px;
    color: #fff
}

.drop_manu:hover>ul {
    display: block;
    position: absolute
}

.drop_manu:hover li a {
    color: #fff;
    font-size: 14px;
    padding: 8px 20px 8px 28px;
    background: #2c3e50;
    position: relative;
    border-bottom: 1px solid #efefef
}

.sub_manu li a {
    display: block;
    position: relative
}

.sub_manu {
    position: relative;
    top: -6px
}

.sticky,
ul ul ul {
    top: 0;
    width: 100%
}

ul ul ul {
    left: 100%
}

.sticky {
    position: fixed;
    z-index: 10000;
    height: 80px;
    border-bottom: 1px solid #eee
}

.navbar-toggle {
    background: #000;
    position: absolute;
    top: 18px;
    right: 0
}

.tp-banner-container {
    position: relative;
    z-index: 1;
    padding: 0;
    width: 100%
}

.tp-banner {
    position: relative;
    width: 100%;
    max-height: 600px
}

.tp-caption {
    line-height: normal !important
}

.tp-caption a {
    color: inherit !important
}

.tp-bullets.simplebullets.round .bullet {
    border: 3px solid #fff;
    border-radius: 50%;
    background-image: none !important
}

.tparrows {
    width: auto !important;
    height: auto !important;
    background-image: none !important
}

.tp-arr-allwrapper {
    margin: 0 10px;
    width: 50px;
    height: 60px;
    background: rgba(255, 255, 255, .5)
}

.slide-h1,
.slide-h2 {
    margin: 5px 0 !important;
    padding: 0 0 5px !important;
    font-weight: 700
}

.vert-line,
.wit-line,
a.wit-btn {
    background: #fff
}

.tp-arr-iwrapper {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: FontAwesome;
    line-height: 60px
}

.quote-wrap h2,
.slidertext1 {
    font-family: Oswald, sans-serif
}

.tp-leftarrow .tp-arr-iwrapper:before {
    content: "\f104"
}

.tp-rightarrow .tp-arr-iwrapper:before {
    content: "\f105"
}

.slide-h1 {
    color: #444;
    font-size: 57px
}

.slide-h2 {
    color: #555;
    font-size: 55px;
    line-height: 100%
}

.big-font {
    font-weight: 800;
    font-size: 60px
}

.large-desc {
    font-size: 16px
}

.slide-h3 {
    color: #fff;
    font-size: 31px;
    line-height: 100%
}

.slide-h3 span {
    font-weight: 700
}

.slide-head {
    font-weight: 900;
    font-size: 30px
}

.slide-desc {
    font-size: 22px;
    line-height: 150%
}

.main-title {
    font-weight: 800;
    font-size: 70px
}

.icon-cont {
    padding: 15px 40px;
    border-radius: 10px;
    text-align: center
}

.icon-cont:after {
    position: absolute;
    bottom: -10px;
    left: 40%;
    z-index: 5;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    content: ""
}

.icon-cont i {
    margin-bottom: 10px;
    color: #fff;
    font-size: 50px
}

.icon-cont span {
    display: block;
    padding: 0 0 5px;
    color: #fff;
    text-align: center;
    font-size: 18px
}

a.wit-btn {
    color: #333 !important
}

.wit-line {
    width: 5%;
    height: 1px
}

.vert-line {
    min-height: 270px;
    width: 1px
}

.subTxt {
    font-weight: 700;
    font-size: 17px;
    color: #333
}

.large-title,
.slidertext3 a {
    text-transform: uppercase !important
}

.large-title {
    color: #222;
    font-size: 60px;
    font-weight: 800
}

.large-light-title,
.larger-text {
    font-weight: lighter;
    text-transform: uppercase
}

.large-light-title {
    color: #787878 !important;
    font-size: 70px;
    letter-spacing: 2px
}

.large-text {
    font-size: 20px;
    color: #000;
    font-weight: lighter
}

.larger-text {
    font-size: 24px
}

.readmore a:hover,
.witTxt {
    color: #fff !important
}

.light-font {
    font-weight: lighter !important;
    font-size: 50px
}
.black-bgs {
    background: rgb(5 4 10);
    color: #a8a8a8;
    text-transform: none
}
.black-bg {
    background: rgba(0, 0, 0, .63);
    color: #a8a8a8;
    text-transform: none
}

.slidertext1,
.wit-border {
    color: #fff;
    text-transform: uppercase
}

.lft-list {
    padding: 10px;
    font-size: 18px;
    color: #fff
}

.wit-border {
    border: 1px solid #fff;
    padding: 15px 60px;
    font-size: 16px
}

.rounded-bord {
    margin-right: 15px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 50%
}

.about-wrap .view-all,
.about-wrap h1,
.faqs h1,
.icon-box.left,
.slidertext1,
.slidertext2,
.slidertext3 a {
    text-align: left
}

#vertical-ticker {
    height: 120px;
    overflow: hidden
}

#vertical-ticker li {
    padding: 15px 20px;
    display: block;
    text-align: center
}

.to-bottom i.fa {
    font-size: 30px;
    border: 2px solid #a8a8a8;
    padding: 20px 22px;
    border-radius: 50%;
    -webkit-animation: 2s linear infinite bounce;
    animation: 2s linear infinite bounce
}

.slidertext1 {
    font-size: 70px;
    font-weight: 700
}

.slidertext2,
.slidertext4 {
    color: #fff;
    font-weight: 600;
    text-transform: none !important;
    font-size: 18px
}

.slidertext4 {
    text-align: center
}

.slidertext3 a {
    color: #000 !important;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 34px;
    background: #fdc236
}

@-webkit-keyframes bounce {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-30%)
    }
}

@-moz-keyframes bounce {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-30%)
    }
}

@-o-keyframes bounce {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-30%)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-30%)
    }
}

.mainheading {
    font-size: 28px;
    margin-bottom: 15px !important
}

.about-wrap h1 {
    margin-bottom: 40px
}

.about-wrap h1:before,
.faqs h1:before {
    left: 0;
    margin-left: 0
}

.aboutTxt {
    font-size: 24px;
    font-weight: 700;
    color: #646464;
    padding-top: 13px
}

.about-wrap p {
    font-size: 14px;
    color: #878787;
    margin-top: 10px
}

.about-service {
    margin-top: 10px;
    margin-bottom: 18px
}

.about-service li {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #6b6b6b;
    line-height: 30px;
    position: relative;
    padding-left: 25px
}

.about-service li:before {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #fdc236;
    font-size: 16px
}

.about-image,
.foot {
    text-align: right
}

.contact-form,
.et-title,
.footerss,
.icon a,
.newletter_des,
.portfolio-overley,
.team-info,
.teamWrp,
.team_wrap p {
    text-align: center
}

.about-image img {
    box-shadow: 9px 9px 0 0 #fdc236
}

.inner-about {
    padding-bottom: 20px
}

.quote-wrap {
    background: #fdc236;
    padding: 30px 0
}

.quote-wrap h2 {
    color: #fff;
    margin: 10px 0 0;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, .36)
}

.btnss,
.quote-wrap p,
.service-details h3,
.sub-btn {
    margin-top: 10px
}

.contact-form .button,
.readmore a {
    vertical-align: middle;
    text-shadow: 0 0 2px rgba(0, 0, 0, .36);
    -moz-osx-font-smoothing: grayscale
}

.quote-wrap p {
    color: #fff;
    font-size: 16px
}

.quote-wrap .quote-btn {
    text-align: center;
    margin-top: 10px
}

.quote-wrap .quote-btn a {
    background: #fff;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 27px;
    font-weight: 700
}

.quote-wrap .quote-btn a:hover,
.sbutn:hover {
    background: #000;
    color: #fff
}

.service-wrap {
    padding: 40px 0;
    background: #eee
}

.service-wrap h3 a {
    font-size: 24px;
    text-decoration: none;
    color: #000
}

.service-details {
    background: #fff;
    padding: 15px 15px 25px
}

.readmore a {
    z-index: 1000;
    margin-top: 20px;
    font-weight: 600;
    background: #3d449a;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    text-transform: initial;
    padding: 10px 10px 10px 8px;
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.icon a,
.team-info h5>a {
    text-decoration: none;
    color: #000
}

.readmore a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3a3a3a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.contact-form .button:hover:before,
.readmore a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.inner-content .service-details {
    background: #f3f3f3
}

.inner-content .service-wrap {
    background: 0 0;
    padding: 0
}

.service-image,
.team-image {
    position: relative;
    overflow: hidden
}

.hoverlink,
.icon {
    position: absolute
}

.serviceList li {
    margin: 15px 0
}

.service-image img {
    -moz-transition: .3s;
    transition: .3s
}

.serviceList li:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hoverlink {
    background: rgba(253, 194, 54, .42);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.icon {
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px
}

.icon a {
    background: rgba(255, 255, 255, .6);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: block;
    font-size: 30px;
    line-height: 70px
}

.team_wrap p,
.testi-info p {
    line-height: 24px;
    font-size: 14px
}

.porfolio-wrap {
    padding-top: 50px
}

.blogGrid li,
.porfolio-wrap h1 {
    margin-bottom: 30px
}

.four-zero-page .readmore,
.piclist,
.portfolio-service li {
    margin-top: 30px
}

.project-image {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.project-image:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1
}

.porfolio-wrap .content,
.portfolio-overley {
    z-index: 1000;
    position: absolute;
    width: 100%;
    left: 0
}

.portfolio-overley {
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.project-image:hover .portfolio-overley {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.porfolio-wrap .content {
    top: 50%;
    margin-top: -40px
}

.porfolio-wrap .content h3 a {
    text-decoration: none;
    color: #fdc236
}

.testimonials-wrap {
    background: url(../images/testimonial-bg.jpg) 0 0/cover no-repeat;
    padding: 50px 0;
    margin-top: 50px
}

.testimonials-wrap .main-heading:before {
    left: 50%;
    margin-left: -40px;
    background: #fff
}

.testimonials li {
    margin: 20px 10px 10px
}

.testi-info {
    background: #fff;
    padding: 40px 30px 30px 50px;
    position: relative;
    margin-bottom: 50px
}

.testi-info p {
    position: relative;
    font-style: italic;
    color: #696969
}

.testi-info p:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    top: -5px;
    left: -29px;
    color: rgba(253, 194, 54, .34);
    font-size: 43px;
    font-style: normal
}

.name span {
    display: block;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400
}

.contact-form .button,
.contctxt,
.et-title p,
.information>strong,
.inner-heading h3,
.newletter_des button,
.newletter_des h5,
.tags a,
.team-info h5>a {
    text-transform: uppercase
}

.client-image img {
    border-radius: 100%;
    border: 2px solid #fff
}

.client-image {
    position: absolute;
    bottom: -50px;
    right: 40px
}

.test .testi-info {
    background: #eee
}

.test .client-image img {
    border: 2px solid #eee
}

.test li {
    margin: 20px 0 0
}

.inner-content,
.team_wrap {
    padding: 50px 0
}

.blogWraper,
.team_wrap h1 {
    margin-bottom: 40px
}

.team_wrap p {
    color: #333;
    margin-bottom: 25px
}

.team {
    display: inline-block;
    background-color: #fff;
    margin: 0 0 30px
}

.experts {
    position: absolute;
    left: 0;
    top: 0
}

.blogGrid li .postimg,
.newletter_des,
.newletter_des form,
.product-disp,
.single-products,
.state,
.team-info,
.team-info ul li {
    position: relative
}

.team-info {
    padding: 20px 15px;
    background-color: #f8f9f8
}

.team-info h5>a {
    font-size: 18px;
    display: block;
    margin: 0 0 10px
}

.team-info span {
    font-size: 14px;
    color: #242424;
    margin: 0 0 15px;
    display: block
}

.team-info ul {
    border-top: 1px solid #cecece;
    padding: 8px 5px 5px;
    background: #fdc236
}

.team-info ul li a {
    color: #fff;
    font-size: 18px
}

.team-info h5>a:hover {
    color: #222
}

.team:hover .team-image img {
    transform: scale(1.2) rotate(-6deg);
    -webkit-transform: scale(1.2) rotate(-6deg);
    -moz-transform: scale(1.2) rotate(-6deg)
}

.team .team-image img {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out
}

.expert-team {
    padding-top: 0
}

.ct_newsletter_wrap {
    position: relative;
    background: url(../images/pattern.jpg);
    padding: 50px 0
}

.newletter_des {
    width: 50%;
    margin: 0 auto
}

.newletter_des:before {
    content: "\f003";
    position: absolute;
    font-family: fontawesome;
    font-size: 80px;
    top: -3px;
    left: -100px;
    color: #fff
}

.newletter_des h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    text-align: left;
    font-family: Montserrat, sans-serif
}

.footer-wrap h3,
.inner-heading h3,
.sliderTxt a,
.sliderTxt h1,
.title h2 {
    font-family: Oswald, sans-serif
}

.newletter_des .form-control {
    border-radius: 0;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    height: 56px;
    padding: 5px 80px 8px 45px
}

.newletter_des form label {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #d5d5d5
}

.newletter_des button {
    background: #000;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    color: #fff;
    padding: 0 25px;
    font-weight: 600
}

.newletter_des button:hover {
    background: #525252
}

.modal {
    z-index: 9999 !important
}

.imageses {
    position: absolute;
    top: 30px;
    left: 40px
}

.enquiry {
    background: #f4f4f6
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-body {
    position: relative;
    padding: 15px
}

.bac_bar {
    height: 460px
}

.name,
.textareaname {
    height: 39px;
    padding-left: 10px;
    border: 1px solid gray !important;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%
}

.textareaname {
    padding-top: 10px
}

.modal-content {
    background-color: #f4f4f6 !important
}

.mobile {
    position: relative;
    margin-top: 11px
}

.state1 {
    width: 100%;
    height: 45px;
    font-size: 18px
}

.tex_messige textarea {
    width: 100%;
    height: 99px;
    border: 1px solid gray;
    border-radius: 7px;
    margin-top: 10%;
    margin-bottom: 10px
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.buton input {
    width: 100%;
    height: 47px;
    background: #139a31;
    color: #fff;
    border: #139a31;
    font-size: 22px;
    margin-top: 19px
}

.crose {
    opacity: 1.1;
    color: #fff;
    font-size: 15px;
    margin-top: -1px;
    background: red !important;
    width: 18px;
    height: 18px;
    border-radius: 50%
}

.close {
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.modal-header .close {
    margin-top: -6px
}

.satae_bar {
    position: absolute;
    top: 9px;
    font-size: 25px;
    left: 14px;
    color: red
}

.btn {
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    cursor: pointer !important
}

.inline-block {
    display: inline-block !important
}

.city {
    width: 100%;
    height: 45px;
    padding-left: 40px;
    color: gray;
    font-size: 18px;
    border: 1px solid gray
}

@media screen and (max-width:360px) {
    .visible-xs {
        display: block !important
    }
    .rs_whatsapp_icon {
        display: block;
        position: fixed;
        bottom: 55px;
        width: 70px;
        z-index: 999;
        height: 70px;
        margin: 0 auto;
        background-image: url(images/whatsapp-logo-vector.png);
        background-size: cover
    }
    .mob_fix button {
        width: 48.5% !important;
        height: 45px
    }
    .btn-green {
        background: #5ba621 !important;
        height: 45px
    }
    #hidden {
        display: block
    }
}

.foot li,
.footer-address,
.footer-wrap h3,
.video {
    position: relative
}

@media screen and (max-width:900px) {
    .mob_fix button {
        width: 48.5% !important;
        background: #0abe51;
        height: 45px
    }
.feature-card {
    padding:10px;
} 
.feature-card img {
  height: auto !important;
  width: 100%;
}
    .side-banner img {
  height: auto!important;
}
    .btn-green {
        background: #5ba621 !important;
        height: 45px
    }
    #hidden {
        display: block
    }
}

.page-scroll a,
.piclist li {
    height: 50px;
    display: inline-block
}

.footer-wrap {
    background: url(../images/footer-bg.jpg) 0 0/cover no-repeat;
    padding: 44px 0 15px
}

.footer-wrap p {
    padding-top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #a6a6a6;
    margin-top: 8px
}

@media (max-width:767px) {
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 2px;
        margin-top: 80px !important
    }
    .feature-card {
    padding:10px;
} 
.feature-card img {
  height: auto !important;
  width: 100%;
}
.side-banner img {
  height: auto!important;
}    
    .btn_spare {
        font-size: 12px !important;
        padding: 10px 5px !important;
        line-height: 1;
        background: #000;
        border: none !important;
        color: #fff;
        border-radius: 4px;
        outline: 0
    }
    .mob_fix {
        width: 100%;
        position: fixed;
        background: #fff;
        left: 0;
        bottom: 0;
        z-index: 9;
        float: left;
        -webkit-box-shadow: 1px 1px 8px #cecece;
        box-shadow: 1px 1px 8px #cecece;
        padding: 5px 0 !important
    }
    .call_agen p {
        text-align: center;
        color: #000 !important;
        font-size: 18px !important;
        margin-top: -1px !important
    }
    .topbar-links li a {
        text-decoration: none;
        font-size: 11px;
        color: #fff;
        text-transform: uppercase
    }
    .top-logo {
        font-size: 12px;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0
    }
    .footer-wrap p {
        padding-top: 1px;
        font-size: 14px;
        line-height: 22px;
        color: #a6a6a6;
        margin-top: 1px
    }
}

.footer-links li,
.sliderTxt p {
    line-height: 28px
}

.footerss {
    color: #fff;
    font-size: 15px
}

.footer-wrap p a {
    color: #efb935;
    text-decoration: underline
}

.button a,
.footer-links li a,
.footer-wrap p a:hover,
.sliderTxt a,
.social a,
.tags a:hover {
    text-decoration: none
}

.footer-wrap h3 {
    margin-top: 0;
    color: #fff;
    font-size: 24px;
    margin-bottom: 35px
}

.footer-wrap h3:before {
    content: "";
    background: #fdc236;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: -15px;
    left: 0
}

.footer-links li a {
    color: #a6a6a6;
    font-size: 14px
}

.footer-links li:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 10px;
    color: #969696
}

.footer-address {
    color: #a6a6a6;
    font-size: 14px;
    padding-left: 22px;
    margin-top: 20px
}

.footer-address:before {
    content: "\f041";
    font-family: FontAwesome;
    color: #a6a6a6;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 400
}

.call-us,
.fax,
.mail_us {
    margin-top: 10px;
    position: relative;
    padding-left: 22px
}

.call-us a,
.mail_us a {
    color: #a6a6a6;
    font-size: 14px
}

.call-us:before,
.mail_us:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 14px;
    color: #a6a6a6;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400
}

.fax a {
    color: #a6a6a6;
    font-size: 13px
}

.fax:before {
    content: "\f1ac";
    font-family: FontAwesome;
    font-size: 14px;
    color: #a6a6a6;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400
}

.footer {
    background: #000;
    padding: 13px 0
}

.site {
    text-align: right;
    color: #a6a6a6
}

.site a {
    color: #bfbfbf
}

.copyright {
    font-size: 14px;
    color: #929292;
    padding-top: 5px
}

.footerWrp {
    border-top: 1px solid #3c3c3c;
    padding-top: 8px;
    margin-top: 15px
}

.social a {
    font-size: 24px;
    color: #fff;
    margin: 0 2px
}

.foot li {
    display: inline-block;
    padding: 0 15px
}

.foot li:last-child {
    padding-right: 0
}

.foot li:before {
    content: '|';
    position: absolute;
    right: -12px;
    top: 0;
    color: #fff;
    font-size: 10px
}

.video {
    height: 600px
}

.hero-wrapper {
    height: 600px;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.hero-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.hero-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    top: 0;
    background-position: center center;
    background-size: cover
}

.hero-image #bgvid {
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: inherit
}

.sliderTxt {
    position: absolute;
    top: 37%;
    width: 100%;
    left: 0;
    z-index: 10000000000;
    text-align: center
}

.sliderTxt .contentBox {
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 10px 0;
    text-align: center
}

.sliderTxt h1 {
    font-size: 80px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    margin: 0
}

.sliderTxt p {
    font-size: 24px;
    margin: 10px auto 0;
    color: #fff;
    padding: 5px 0;
    font-weight: 300;
    max-width: 780px
}

.sliderTxt a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 30px 5px 0;
    border: 2px solid #fff;
    padding: 10px 50px
}

.sliderTxt a.grenn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #83c142;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .33);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .33);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .33)
}

.sliderTxt a.wht {
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .2);
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .33);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .33);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .33);
    border: 1px solid #d1d1d1
}

.conForm,
.contctxt {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.sliderTxt a:hover {
    background: #fff;
    color: #000
}

.inner-heading {
    background: url(../images/sliders/slider3.jpg) 0 0/cover no-repeat;
    padding: 184px 0
}

.inner-heading h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0
}

.title {
    text-align: center;
    margin-bottom: 40px
}

.title>span {
    color: #292929;
    font-size: 17px;
    margin-bottom: 10px
}

.title h2 {
    color: #292929;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0
}

.title>p {
    line-height: 24px;
    font-size: 14px
}

.title>span strong {
    color: #ec5938
}

.contact>span {
    color: #999;
    float: left;
    font-size: 70px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 120px
}

.conts,
.information>p {
    line-height: 22px
}

.fa-home:before {
    content: "\f015"
}

.information {
    overflow: hidden;
    padding-right: 70px
}

.information>strong {
    color: #000;
    display: table;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.information>p {
    font-size: 13px;
    margin: 0
}

.contact-form input,
.contact-form textarea {
    color: #8c8c8c;
    float: left;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 32px;
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 100%
}

.blog-inter,
.blogList li,
.sidebar {
    padding: 20px;
    background: #fff
}

.contact-now .contact {
    margin-bottom: 10px;
    padding: 14px 0;
    background: #eee
}

.map {
    margin: 30px 0
}

.contact-form .button {
    z-index: 1000;
    font-size: 14px;
    background: #fdc236;
    color: #fff;
    font-weight: 700;
    padding: 13px 38px;
    margin-top: 20px;
    display: inline-block;
    border: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.contact-form .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.blogList li {
    margin-bottom: 30px;
    border: 1px solid #e4e4e4
}

.blogList li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-color: #fdc236
}

.blogList li .postimg {
    position: relative;
    display: inline-block
}

.blogGrid li .postimg:before,
.blogList li .postimg:before {
    background: #fdc236;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: scale(0);
    transition: .3s;
    opacity: .5;
    z-index: 1
}

.blogGrid li:hover .postimg:before,
.blogList li:hover .postimg:before {
    transform: scale(1)
}

.blogGrid li .postimg .date,
.blogList li .postimg .date {
    width: 60px;
    height: 60px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding: 7px 10px 0;
    text-align: center;
    line-height: 20px;
    background: #fdc236;
    letter-spacing: .4px;
    outline: #fdc236 solid 3px;
    border: 1px solid #fff;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 12
}

.blogdetail h4 {
    font-size: 24px;
    margin-top: 20px
}

.post-header h4 a {
    font-size: 24px;
    color: #333;
    font-weight: 600
}

.postmeta {
    margin: 10px 0;
    font-size: 14px
}

.postmeta a,
.postmeta span {
    color: #ffb300
}

.blogList li p {
    font-size: 14px;
    line-height: 24px;
    color: #777
}

.blogList li .readmore {
    border-bottom: 1px dotted #ee3227;
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 5px;
    border-bottom: none
}

.blogList li .readmore:hover {
    text-decoration: none;
    color: #ee3227
}

.pagiWrap .showreslt {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px
}

.pagiWrap .pagination {
    text-align: right;
    margin: 0;
    float: right
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0
}

.pagination li a:hover,
.pagination li.active a {
    background: #fdc236;
    border: 1px solid #fdc236;
    color: #fff
}

.sidebar {
    border: 1px solid #e4e4e4;
    margin-bottom: 30px
}

.categories li,
.search {
    margin-bottom: 15px;
    position: relative
}

.sidebar .widget {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.sidebar .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin-bottom: 20px
}

.search .form-control {
    border-radius: 0;
    height: auto;
    padding: 10px 12px;
    border-color: #ddd
}

.search .btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    background: 0 0;
    font-size: 20px
}

.categories li {
    padding-left: 20px
}

.archive li a,
.categories li a {
    margin-top: 0;
    color: #888;
    font-size: 14px;
    font-weight: 600
}

.categories li:before {
    content: "\f0da ";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #000;
    font-size: 12px
}

.archive li a:hover span,
.tags a:hover {
    background: #fdc236;
    color: #fff
}

.archive li {
    line-height: 45px
}

.archive li span {
    float: left;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #fff;
    outline: #f5f5f5 solid 3px;
    margin-right: 20px;
    line-height: 26px;
    font-size: 12px;
    color: #777;
    margin-top: 10px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.aboutbox .formint .contctxt,
.faqs-service li h4 {
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', sans-serif
}

.papu-post .media-left {
    margin-right: 0
}

.papu-post .media-left a {
    width: 80px;
    margin-top: 0;
    margin-right: 5px;
    display: inline-block
}

.papu-post span {
    color: #000;
    letter-spacing: 0;
    font-size: 11px
}

.papu-post li {
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
    margin: 0
}

.add-to-cart i,
.tags a {
    margin-right: 5px
}

.papu-post .media-heading {
    display: inline-block;
    width: 100%;
    color: #777;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px
}

.papu-post li:last-child {
    border-bottom: 0
}

.photo-steam:after,
.tags:after {
    display: table;
    clear: both;
    content: ''
}

.tags li {
    display: inline-block;
    float: left
}

.tags a {
    font-size: 13px;
    color: #969595;
    border: 1px solid #dadada;
    padding: 7px 10px;
    display: inline-block;
    margin-bottom: 5px
}

.tags a:hover {
    border: 1px solid #fdc236
}

.photo-steam {
    margin: 0 -5px
}

.add-to,
.faqs-service li,
.photo-steam li {
    margin-bottom: 10px
}

.photo-steam li {
    float: left;
    width: 25%;
    padding: 0 5px
}

.blog-inter {
    border: 1px solid #e4e4e4
}

.inner-content .porfolio-wrap,
.pd-0,
.product-top-tab-sec ul {
    padding: 0
}

.four-zero-page {
    text-align: center;
    padding: 0 0 50px
}

.four-zero-page h2 {
    font-size: 300px;
    color: #fdc236;
    font-weight: 800
}

.four-zero-page h3 {
    color: #111;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 10px
}

.four-zero-page p {
    letter-spacing: 2px;
    padding: 0 250px
}

.faqs {
    padding-bottom: 0
}

.faqs-service {
    margin-top: 20px
}

.faqs-service li h4 {
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: #efefef;
    padding: 15px 30px 15px 20px;
    margin: 0
}

.faqs-service li h4:before {
    content: "\f055";
    font-family: FontAwesome;
    padding: 10px 0;
    color: #fdc236;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    position: absolute;
    top: 0;
    right: 12px
}

.faqs-service li h4.active:before {
    content: "\f056";
    color: #fff
}

.faqs-service li p {
    display: none;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 10px 20px;
    background: #f7f7f7;
    border: 1px solid #eee
}

.service .blogList li {
    padding: 0;
    border: none
}

.service .blogList li:hover {
    box-shadow: none;
    border: none
}

.service-cat .widget {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.single-post blockquote {
    border: none;
    background: #f9fafb;
    border-left: 60px solid #fcc642;
    padding: 20px;
    color: #fff;
    position: relative;
    margin-top: 20px
}

.single-post blockquote:before {
    content: "\f10e";
    position: absolute;
    font-family: FontAwesome;
    width: 30px;
    height: 23px;
    top: 50%;
    left: -40px;
    margin-top: -12px
}

.single-post blockquote p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    font-weight: 700;
    color: #3a3d41
}

.gallery-page {
    padding: 15px 0;
    background: #fff
}

.contctxt,
.sbutn {
    background: #fcc642;
    color: #000;
    font-weight: 700;
    font-size: 18px
}

.gallery-service {
    list-style: none;
    margin-top: 15px;
    padding: 0
}

.gallery-service li {
    padding-bottom: 15px
}

.gallery-image img {
    border: 1px solid #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .16)
}

.aboutbox .formint .contctxt {
    padding-bottom: 15px;
    font-weight: 600
}

.input-group {
    padding-bottom: 10px
}

.formint .input-group-addon {
    display: block;
    background: 0 0;
    padding: 6px 0;
    border: none;
    text-align: left
}

.input-group-addon span {
    color: red
}

.input-group .smaltxt {
    font-size: 14px;
    color: #999;
    font-family: 'Open Sans', sans-serif
}

.product-overlay .add-to-cart,
.product-overlay .add-to-cart:hover {
    color: #fe980f;
    background: #fff
}

.conForm .form-control {
    height: 42px;
    border-radius: 0
}

.input-group-addon {
    width: 35%;
    text-align: left
}

.contctxt,
.newuser,
.page-scroll a {
    text-align: center
}

.formbtn {
    margin: 20px 0 0 28%
}

.sbutn {
    border: none;
    padding: 8px 15px;
    display: block;
    width: 100%;
    border-radius: 4px
}

.contctxt {
    padding: 15px
}

.conForm {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee
}

.newuser {
    margin-top: 30px;
    color: #666;
    font-size: 18px
}

.newuser a {
    font-weight: 600
}

.page-scroll {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000
}

.tablink,
.youtubevedio {
    z-index: -1
}

.page-scroll a {
    font-size: 24px;
    color: #fff;
    background: #fdc236;
    width: 50px;
    line-height: 50px;
    border-radius: 6px;
    border: 1px solid #fff
}

@media screen and (max-width:1200px) {
    .slidertext1,
    .slidertext2,
    .slidertext3 {
        margin-left: 60px
    }
}

@media screen and (max-width:990px) {
    .about-image,
    .quote-wrap h2,
    .team_wrap,
    .worker-image {
        text-align: center
    }
 .side-banner img {
  height: auto!important;
}
    .slidertext1,
    .slidertext2,
    .slidertext3 {
        margin-left: 50px !important
    }
    .quote-wrap h2 {
        margin-bottom: 20px
    }
    .about-image {
        margin-top: 30px
    }
    .pagiWrap,
    .serviceList li {
        margin-bottom: 30px
    }
    .newletter_des {
        width: 70%
    }
    .social {
        margin-bottom: 20px
    }
    .faqs .pull-right {
        float: none !important
    }
    .four-zero-page p {
        letter-spacing: 1px;
        padding: 0
    }
    .contact-form .button {
        margin-bottom: 40px
    }
}

.contect_uss h5,
.conts,
[dir=rtl] .slick-slide {
    float: right
}

.widget {
    word-wrap: break-word
}

.et-title p {
    line-height: 30px;
    font-weight: 600;
    padding-top: 20px;
    font-size: 25px;
    background: url('images/border-title.png') bottom center no-repeat
}

.product-image-wrapper {
    border: 1px solid #f7f7f5;
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 100%
}

.new,
.sale {
    position: absolute;
    top: 0;
    right: 0
}

.productinfo h2 {
    color: #828282;
    font-size: 16px;
    font-weight: 600
}

.arrow-right {
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    transform: rotate(45deg);
    border-bottom: 70px solid;
    position: absolute;
    right: -12%;
    top: -3%;
    transform-style: preserve-3d
}

.product-overlay h2 {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700
}

.product-overlay p,
.productinfo p {
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif
}

.productinfo p {
    color: #696763
}

.productinfo {
    position: relative;
    background-color: #fff
}

.product-overlay {
    background: rgba(254, 152, 15, .8);
    top: 0;
    height: 0;
    position: absolute;
    -webkit-transition: height .5s;
    transition: height .5s;
    width: 100%;
    display: block
}

.product-overlay .overlay-content {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%
}

.product-overlay .add-to-cart {
    border: 0;
    border-radius: 0;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    margin-bottom: 10px
}

.product-overlay p {
    color: #fff
}

.add-to-cart {
    background: #3e449a;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    margin-bottom: 25px
}

.add-to-cart:hover {
    border: 0;
    border-radius: 0;
    background: #fe980f;
    color: #fff
}

.machine {
    background-color: #fff;
    height: 280px
}

.lnsulation h2 {
    font-weight: 600;
    color: #34a5e1;
    font-size: 21px;
    position: relative;
    line-height: 5px;
    text-align: justify;
    margin-bottom: 14px
}

.lnsulations {
    background-color: #f8e505;
    margin-top: 15px
}

.lnsulations h4 {
    color: #fff;
    font-weight: 700;
    padding: 5px;
    text-align: justify
}

.lnsulations p {
    padding: 7px;
    margin-top: -27px;
    text-align: justify;
    position: relative;
    top: 4px
}

.weight_product {
    background-color: #000;
    width: 100px
}

.weight_product p {
    color: #fff;
    font-size: 13px;
    line-height: 15px
}

.lnsulation p {
    text-align: justify;
    line-height: 10px
}

.catalogs {
    margin-top: 30px;
    margin-bottom: 30px
}

.catalog {
    border: 1px solid #888a89
}

.icon-box,
.media-body {
    border: 1px solid #777;
    position: relative;
    cursor: pointer
}

.catalog figure img,
.piclist li img {
    width: 100%;
    height: auto
}

.btnss a {
    width: 100%;
    font-size: 12px
}

.media:first-child {
    margin-top: 0
}

.mb-40 {
    margin-bottom: 40px !important
}

.p-0 {
    padding: 0 !important
}

.icon-box {
    padding: 30px 40px 30px 95px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.media-left i {
    position: absolute;
    font-size: 50px;
    left: 40px;
    top: 30px;
    color: #333;
    -webkit-transition: ease-in-out;
    -moz-transition: ease-in-out;
    -ms-transition: ease-in-out;
    -o-transition: ease-in-out;
    transition: ease-in-out
}

.media-body {
    padding: 30px 40px 30px 134px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.top_boder {
    border: 1px solid gray
}

.product-top-tab-sec .btn-one,
.product-top-tab-sec .btn-two {
    padding: 5px 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    font-size: 15px
}

.product-top-tab-sec {
    position: relative;
    padding: 0;
    margin-top: 30px
}

.product-top-tab-sec ul li {
    padding-right: 20px;
    display: inline-block;
    cursor: pointer
}

.product-top-tab-sec .btn-one {
    background-color: #ff7e00
}

.product-top-tab-sec .btn-two {
    background-color: #03c910
}

.product-content1 h3 {
    font-size: 23px;
    margin-bottom: 15px
}

.lsit_style li {
    line-height: 26px
}

.product-content-title h1 {
    font-size: 23px;
    margin-bottom: 20px
}

.product-content-title h2 {
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize
}

.fa-star {
    color: #f39019;
    font-size: 10px
}

.product-rating {
    border-bottom: 1px dotted #ddd;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.product-ratings {
    position: relative;
    top: 10px
}

.product-content-title p {
    font-weight: 500;
    color: #636363
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pay-detail-item .pay-item-left {
    padding: 0;
    font-weight: 700;
    font-size: 16px
}

.pay-detail-item .pay-item-left i {
    padding-right: 10px;
    font-size: 20px
}

.product-pay-detail {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 0 15px 15px
}

.Rev_form_wrapper button,
.button {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    font-weight: 500
}

.product-pay-detail .pay-detail-item {
    border-bottom: 2px dashed #bdbdbd;
    padding: 5px 0;
    margin: 5px 0
}

.pay-detail-item .pay-item-right {
    padding: 0;
    font-size: 16px
}

.button {
    border: 2px solid #ee0425;
    color: #ee0425;
    border-radius: 10px
}

.button a {
    color: #ee0425
}

.Rev_form_wrapper button {
    border: 2px solid #ee0425;
    background: #ee0425;
    color: #fff;
    border-radius: 10px
}

.tablink {
    color: #fff;
    float: left;
    border: none;
    padding: 14px 16px;
    font-size: 17px;
    width: 19%;
    margin-top: -54px;
    height: 64px;
    box-shadow: 0 0 5px #333;
    cursor: default;
    opacity: .8
}

.tabcontent {
    color: #fff;
    display: none;
    padding: 50px;
    text-align: center;
    margin-left: -50px;
    width: 100%
}

.imgyoutub,
.youtubevedio {
    width: 84px;
    height: 63px;
    margin: -32px -40px -40px;
    padding: 1px;
    position: absolute
}

.imgyoutub {
    z-index: 0;
    opacity: 0
}

.youtubess {
    width: 100%;
    height: 250px
}

.enquirys_now {
    background-color: #3d449a
}

.enquirys_now p {
    color: #fff;
    font-size: 30px;
    padding: 15px;
    text-transform: initial;
    font-weight: 500
}

.product-3 p {
    font-weight: 600;
    font-size: 21px;
    color: red;
    margin-top: 20px;
    margin-left: -25px
}

td,
th {
    padding: 5px;
    text-align: left
}

tbody {
    border: 1px solid #dcdcdc;
    border-collapse: collapse
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.product-content1 {
    position: relative;
    padding-bottom: 35px
}

.applicstion li,
.rel-pro-sec,
.tabss li {
    padding-bottom: 10px
}

.product-content1 p {
    text-align: justify;
    margin-bottom: 10px
}

.applicstion li {
    font-size: 16px;
    padding-left: 15px
}

.tabss li {
    list-style: disc inside;
    position: relative;
    left: 20px
}

.applicstion li:before {
    content: '✓';
    position: relative;
    left: -5px
}

.rel-pro-sec {
    position: relative;
    margin-bottom: 15px;
    margin-top: 30px
}

.rel-pro-sec .rel-pro-sec-inn {
    position: relative;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 15px
}

.piclist li {
    width: 50px
}

.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: 1px solid #fff
}

.Rev_form_wrapper input[type=text] {
    width: 100%;
    padding: 5px 10px
}

.product-page {
    position: relative;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding: 17px 25px 18px;
    margin-top: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1), 0 -1px 1px 0 rgba(0, 0, 0, .1) !important
}

@media screen and (max-width:767px) {
    .modal.fade.in .modal-dialog {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        margin: 0 auto
    }
 .feature-card img {
  height: auto !important;
  width: 100%;
}
    .side-banner img {
  height: auto!important;
}
.india-textheading {
  position: absolute;
  z-index: 99999;
  left: 58px!important;
  width: 252px!important;
  top: 0%;
}
.logo {
  padding: 23px 0;
  float: left;
  margin-top: -22px;
  margin-left: 15px;
}
.ml1 {
  font: 800 24px  / 24px  Open Sans!important;
    font-family: Open Sans;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #000;
  word-wrap: break-word;
}
    .whatsapp-icon-foot {
        color: #fff;
        font-size: 40px;
        position: fixed;
        top: 425px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #03a84e;
        z-index: 9999;
        display: block
    }
    .whatsssp p {
        position: relative !important;
        left: 8px !important;
        top: 2px !important;
        color: #fff !important;
        font-size: 37px !important
    }
    .btnss,
    .btnss a,
    .catalog {
        width: 100%
    }
    .imageses {
        position: absolute;
        top: 20px;
        left: 9px
    }
    .media-body {
        border: 1px solid #777;
        cursor: pointer;
        padding: 30px 40px 30px 80px;
        position: relative
    }
    .section-content {
        padding: 0;
        margin-top: 16px;
        margin-bottom: -100px
    }
    .btnss a {
        font-size: 9px
    }
    .catalog {
        border: 3px solid #888a89
    }
    .catalog figure img {
        height: 250px
    }
}

.item-tag-left,
.slick-list,
.slick-slide,
.slick-slider,
.slick-track {
    position: relative
}

.bottom_img,
.rel-pro-title p {
    margin-bottom: 30px;
    margin-top: 30px
}

.rel-pro-title p {
    text-align: center;
    font-size: 30px;
    font-weight: 600
}

.slick-slide img {
    width: 100%;
    display: block
}

/*.slick-slider {*/
/*    display: block;*/
/*    box-sizing: border-box;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    -webkit-touch-callout: none;*/
/*    -khtml-user-select: none;*/
/*    -ms-touch-action: pan-y;*/
/*    touch-action: pan-y;*/
/*    -webkit-tap-highlight-color: transparent*/
/*}*/

.slick-list {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: -29px;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: block;
    padding: 11px;
    margin: 8px 0 0;
    /*border-right: 1px solid #dcdcdc*/
}

.instock-btn a:hover {
    background-color: #ff0002
}

.instock-btn {
    padding-top: 35px
}
#demo {
  position: relative;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
.item-tag-left {
    top: 9px;
    left: -11px;
    z-index: 999;
    color: #fff;
    width: 92px;
    height: 44px;
    line-height: 14px;
    padding: 8px 0
}


/* Slider */
.client-logo{
    position:relative;
    display: block;
}
.slick-slide {
    margin: 0px 10px;
     
}

.slick-slide img {
    width: 100%;
}
 
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

 
.india-textheading h2{
    color:#fff;
}
.customer-logos .slide {
  width: 160px;        
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-logos .slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;   
}
