body {
    margin: 0px;
    padding: 0px;
font-family: 'Roboto', sans-serif;





}


.top-logo {
    padding: 30px 0px 6px 0px;
    display: inline-block;
}

.call {
    display: block;
    text-align: right;
    background: url(../images/call.png) no-repeat right 60%;
    padding: 0px 40px 5px 0;
}

.call strong {
    font-size: 24px;
}
.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
#header {
    width: 100%;
    /* position: sticky; */
    z-index: 10;
    top: 0;
    background: #fff;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
  
}

#mdl {
    width: 100%;
    display: block;
    z-index: 1;
  
}

#footer {
    width: 100%;
    display: block;
    background: #282828;
    font-size: 15px;
    line-height: 21px;
   
    color: #c4c4c4;
    
}
.top-section {
    background: #de8404;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 4em 0;
    margin-top: 30px;
}

.top-section h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.top-section a {
    color: #fff;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
}


.top-section span {
    margin-left: 15px;
    display: inline-block;
    color: #ffffff60;
}

.dt-table td {
    padding: 5px 0;
    border-bottom: solid 1px #ccc;
}
.prod1 {
    width: 100%;
     
     
    font-size: 16px;
    font-weight: 300;
    color: #444;
    padding: 10px 15px;
    line-height:27px;
      margin-top: 20px;
      margin-bottom: 20px;
      transition: 0.5s;
      
}
.faq-header {
  background: #fff;
  border: none;
  box-shadow: 1px 1px 10px #00000030;
  margin-bottom: 15px;
  margin-top: 15px;
}
.faq-header:hover {
  background: #e08505;
  color:#FFF !important;
   
}
.card-header {
  padding: 0.20rem 0.20rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.faq-header h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  padding: 10px 8px;
  
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
   box-shadow: 1px 1px 10px #00000030;
}
.map-box {
  padding: 20px;
  background: #fff;
  box-shadow: 1px 1px 25px #00000020;
  border-left: solid 2px #ccc;
}
.prod {
    width: 100%;
    border-bottom: solid 3px #de8404;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
    color: #444;
    padding: 10px 15px;
    border-top: solid 1px #ccc;
     border-right: solid 1px #ccc;
      border-left: solid 1px #ccc;
      margin-bottom: 20px;
      transition: 0.5s;
      cursor: pointer;
}

.prod:hover {
    box-shadow: 1px 1px 25px #00000030;
}

.prod span {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
}


/* New css */


.rgt-call {
    padding: 20px 0 10px 0;
    text-align: right;
     font-size: 15px;
     padding-left: 70px;
     display: inline-block;
}

.nav-bg {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 0px;
    position: absolute;
    z-index: 100;
    width: 100%;
   
}
.main-nav {
    background: #272727;
    border-radius: 20px;
    padding-top: 3px;
    border: solid 2px #fff;
    z-index: 100;
}
/* Navbar css */
.nav-bg li {
    margin-left: 3px;
    margin-right: 3px;
}
.nav-bg li a {
    color: #fff;
    font-size: 17px;
    padding: 12px 15px;
    font-weight: 400;
    transition: 0.5s;
}

.nav-bg li a:hover {
    color: #fff;
     background: #de8404;

}

.active-link {
    color: #FFF;
    font-weight: 900;  background: #de8404;

}
.recent-inner {
    width: 100%;
    padding: 0 68px;
}

.recent-sec #demos1 {
    color: #fff;
}

.recent-sec {
    width: 100%;
    padding: 2em 0;
}

.recent-sec h3 {
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 30px;
}





.navbar-toggle .icon-bar {
    background: #fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: #000;
    border: none;
}


.navbar {
    margin: 0px;
}

.dropdown-menu {
    background: #000;
    
}



.dropdown-menu li a {
    font-size: 14px !important;
    padding: 10px;
}

.dropdown-menu li a:hover {
    color: #fff;
    border: none;
}
.navbar-toggle {
    float: left;
}


#banner {
    z-index: 1;
    width: 100%;
    margin-top: 30px;
}
.banner-cont {
    position: absolute;
    top: 23%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    width: 100%;
}

.ban-in {
    border-radius: 25px;
    background: #00000070;
    border: solid 1px #fff;
    padding: 20px 15px;
    font-size: 24px;
    line-height: 50px;
}
.ban-bg {
    width: 182px;
    height: 439px;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 10;
    background: url(../images/ban-top.png) no-repeat left top;
}

.ban-bg1 {
    width: 182px;
    height: 439px;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 10;
    background: url(../images/ban-bt.png) no-repeat left top;
}

.container-fluid {
    position: relative;
}

a:hover {
    text-decoration: none;
}
.res-img {
    max-width: 100%;
}

.container {
    width: 1200px;
}
.carousel-indicators {
   bottom: 130px;
}

.carousel-indicators .active {
    background: #de8404;
}

.carousel-indicators li {
    background: #fff;
}

.ab-section {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #3e3e3e;
    line-height: 32px;
    padding: 14em 0 3em 0;
    
}
.devider {
    background: url(../images/line.png) repeat-x left center;
    width: 100%;
}

.ab-section h2 {
    font-size: 42px;
    text-transform: uppercase;
    color: #de8404;
    margin-bottom: 10px;
}

.ab-section p {
    width: 80%;
    margin-left: 10%;
}
.thumb-sec {
    background: #de8404;
    border-radius: 20px;
    padding: 2em 20px;
    width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 29px;
   transform: skewX(-12deg); 
    margin-top: 25px;
}
.thumb-inner {
    width: 100%;
    padding: 0px 50px;
    transform: skewX(12deg); 
}

.pr-box {
    border-radius: 25px;
    border: solid 2px #fff;
    position: relative;
}

.pr-box span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00000050;
    padding: 20px 30px;
    border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
     width: 100%;
     text-align: center;
}

.pr-box img {
    width: 100%;
    border-radius: 25px;
}

.main-content {
    width: 100%;
    
}

.in-box {
    position: absolute;
    margin-top: -120px;
    width: 100%;
    z-index: 50;
    
}

.ab-bx {
    background: #fff;
    border-radius: 15px;
    padding: 20px 30px;
    font-size: 20px;
    line-height: 28px;
    color: #3e3e3e;
    font-weight: 300;
    margin-bottom: 8em;
   

    
}

.ab-bx h1 {
    text-align: center;
    font-size: 38px;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.shop {
    border-radius: 10px;
    width: 100%;
}
.df-bt {
    background: #282828;
    color: #fff;
    font-size: 17px;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.5s;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}

.df-bt:hover {
    background: #000;
    color: #fff;
}

.title {
    font-size: 35px;
    color: #96ca50;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
    margin-top: 17px;

}

.pr-bt {
    float: right;
    background: #96ca50;
    padding: 36px 25px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    transition: 0.5s;
}

.pr-bt:hover {
    color: #fff;
    background: #78aa35;
}

.pr-bt img {
    margin-bottom: 12px;
}

.highlites {
    width: 100%;
    background: #fafafa;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 27px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 40px 20px;
    transition: 0.6s;
    margin-top: 50px;
   
}
.highlites:hover {
    background: #fff;
    box-shadow: 1px 1px 30px #00000020;
}
.highlites img {
    margin-bottom: 5px;
}

.pr-section {
    background: url(../images/pr-bg.jpg) no-repeat right bottom #eceee8;
    width: 100%;
    padding: 5.5em 0;
    margin-top: 3em;
    text-align: center;
    
}
.subheading {
    font-size: 20px;
    color: #434343;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    
    margin-bottom: 0px;
}

.pr-section h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}
.prod-bx {
    background: #fff;
    box-shadow: 1px 1px 20px #00000020;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 25px;
    text-align: center;
    margin-top: 40px;
    width: 100%;
    cursor: pointer;
}

.prod-bx span {
    display: block;
    font-size: 20px;
    color: #131313;
    margin-top: 18px;
    font-weight: 500;
}

.gr-section {
    background: url(../images/gr-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 3em 0;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
     font-family: 'Roboto', sans-serif;
}
.sub {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.gr li {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 15px;
    background: url(../images/bl.png) no-repeat left center;
    padding-left: 22px;
    list-style: none;
    text-transform: uppercase;
}


.fr-top {
    padding: 2.5em 0;
    font-size: 17px;
    background: #303030;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
}
.fr-top-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-top: 20px;
}

/* End */


.fr-links {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #888787;
    padding: 5px 0px;
}

.fr-links:hover {
    color: #fff;
}
.fr-bt {
    padding: 25px 0px;
    text-align: center;
    color: #ffffff50;
    font-size: 14px;
    font-weight: 300;
   
}
.social-link {
    color: #303030;
    font-size: 18px;
    background: #de8404;
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin-left: 10px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

.fr-sec1 {
     background: #282828;
     padding: 2em 0;
     font-size: 17px;
     color: #fff;
     line-height: 23px;
    
}


.frm-bt {
    background: #de8404;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 20px;
    margin-top: -14px;
    border-radius: 8px;
}
.form-group {
    width: 45%;
    padding-right: 15px;
}
.con-form {
  font-size: 16px;
}
.form-group1 {font-size: 16px;
    width: 100%;
    padding-right: 15px;
}
.form-group1 input {
    width: 100% !important;
     font-size: 16px;
    border-radius: 8px;
    border: solid 1px #7a7a7a;
    color: #7a7a7a;
    margin-bottom: 18px;
    height: 45px;
    line-height: 45px;
}
.form-group input {
    width: 100% !important;
    background: #282828;
    border-radius: 8px;
    border: solid 1px #7a7a7a;
    color: #7a7a7a;
    margin-bottom: 18px;
    height: 45px;
    line-height: 45px;
}

.fr-sec1-title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
    display: block;
}

.cn-bt {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 12px 21px;
    border: solid 1px #fff;
    font-family: 'Roboto Condensed', sans-serif;
     border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.cn-bt:hover {
    color: #fff;
}

.inner-heading {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.inner-sec {
    padding: 3em 0;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    color: #616161;
}

.in-pr-title {
    font-size: 14px !important;
    line-height: 23px;
}
.in-pr-box {
    min-height: 349px;
}

.bred {
    width: 100%;
    font-size: 13px;
    color: #616161;
    padding: 15px 0;
    background: #e6eee0;
}

.bred a {
    color: #5b9d25;
    margin-right: 8px;
    font-weight: 600;
}

.bred span {
    margin-left: 8px;
    
}

.in-img-section {
    width: 100%;
    padding: 3em 0;
    background: #eceee8;
    font-size: 15px;
    line-height: 22px;
    color: #616161;
}

.in-img-section p {
    max-width: 90%;
}

.in-img-section h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.note {
    display: block;
    font-style: italic;
    font-size: 12px;
   
}
.curve {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.bt-sec {
    padding: 3em;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #616161;
}



.bt-info {
    display: inline-block;
    margin-top: 20px;
    margin-right: 25px; 
    font-size: 26px;
    color: #fff;
    line-height: 36px;
}

.bt-info img {
    float: left;
    margin-right: 14px;
}



















@media only screen and (max-width: 768px) {

   
    
   
    .container {
        width: 96%;
    }

    .banner-cont {
        top: 10%;
        width: 100%;
        font-size: 14px;
        line-height: 16px;
        display: none;
    }
    .ban-in {
    border-radius: 25px;
    background: #00000070;
    border: solid 1px #fff;
    padding: 20px 15px;
    font-size: 12px;
    line-height: 20px;
}
  

    .in-box {
        margin-top: -50px;
    }

    .pr-bt {
        width: 100%;
        float: left;
    }

    .ab-section {
        padding-top: 37em;
    }

    .fr-links {
        width: 100%;
    }
    
.started-bt {
    margin-left: 30px;
}

.carousel-indicators {
    bottom: 50px;
}

.ban-bg1 {
    display: none;
}

.ban-bg {
    display: none;
}
.shop {
    margin: 15px 0;
}
.thumb-sec {
    transform: skewX(0deg);
}

.thumb-inner {
     transform: skewX(0deg);
     padding: 0px 25px;
}

.recent-inner {
    padding: 0px 40px;
}

.form-group {
    width: 100%;
    padding-right: 0px;
}

.frm-bt {
    margin-top: 0px;
    margin-bottom: 20px;
}


   

}