@charset "utf-8";
/* CSS Document */
/*======================================================================
    Project Name: MRCL-LPG
    Creator     : Toukir Rahman
    E-mail      : toukir@wanitbd.com
    Phone       : 01723-545164
    Date        : May/26/2019
========================================================================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
    color:#000;
    font-size:14px;
}
/*===========@Global Styles ============*/
*{margin:0; padding:0; outline:none}
img,fieldset{border:0}
a{text-decoration:none}
ul,li{padding:0px;margin:0px; list-style: none}
h1, h2, h3, h4, h5, h6, p{ margin:0; padding:0; font-weight:normal;}

/*==========================================
            Banner & Nav
==========================================*/
.header-top-area {
    width: 100%;
    float: left;
    display: block;
    background: rgb(227, 67, 67);
    padding: 2px 20px;
    color: #fff;
    border-top: 2px solid #e34343;
}
.top-social-icon {
    width: auto;
    float: left;
    display: block;
    padding: 8px 0;
}
.top-social-icon p {
    font-weight: 600;
    float: left;
    letter-spacing: 0.3px;
    color: #000;
    font-size: 13px;
}
.top-social-icon p i {
    padding: 0 3px;
}
.scial-icon-area {
    width: auto;
    float: right;
    display: block;
    cursor: pointer;
}
.scial-icon-area li {
    list-style-type: none;
    display: inline-flex;
}
.scial-icon-area li a i {
    width: 30px;
    height: 30px;
    border-radius: 60px;
    background: transparent;
    float: right;
    text-align: center;
    color: #111;
    border: 2px solid #111;
    line-height: 26px;
    font-size: 16px;
    margin: 5px 0 0 4px;
    transition: all .5s;
}
.scial-icon-area i:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.scial-icon-area li a .fa-facebook:hover {
    background: #4267B2;
    color: #fff;
    border:2px solid #4267B2;
}
.scial-icon-area li a .fa-twitter:hover {
    background: #1DA1F3;
    color: #fff;
    border:2px solid #1DA1F3;
}
.scial-icon-area li a .fa-linkedin:hover {
    background: #0077B5;
    color: #fff;
    border:2px solid #0077B5;
}
.scial-icon-area li a .fa-youtube-play:hover {
    background: #FF0000;
    color: #fff;
    border:2px solid #FF0000;
}
.scial-icon-area li a .fa-google:hover {
    background: #F65314;
    color: #fff;
    border:2px solid #F65314;
}

/*--------------Navigation-------------*/
.navigation {
    width: 100%;
    float: left;
    display: block;
    border-bottom: 2px solid #e34343;
}
.navigation .navbar-default {
    margin: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
    transition: all .5s;
    padding: 12px 0 0;
}
.navigation .navbar-nav {
    width: auto;
    padding-top: 32px;
    padding-right: 0 !important;
}
.navigation .navbar-collapse {
    padding: 0 !important;
    float: right;
}
.navigation .logo{
    float: left;
    display:block;
}
.navigation .logo a {
    float: left;
    padding: 0;
}
.navigation .logo img {
    width: 230px;
    cursor: pointer;
    padding: 0;
}
.navigation #myDiv {
    text-align: center;
    padding-right: 15px;
}
.navigation .nav > li > a {
    transition: all 0.2s ease;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    padding: 14px 15px !important;
    letter-spacing: .3px;
    text-shadow: none;
    font-weight: 600;
    margin-left: 3px;
}
.navigation .nav > li > a::after {
    content: '';
    border: 11px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #f64131;
    position: absolute;
    visibility: visible;
    top: 27px;
    left: 0 !important;
    display: none;
    right: 0;
    margin: auto;
}
.navigation .nav > li > a:hover::after,
.navigation .navbar-nav > li.active a::after {
    display:block;
}
.navigation .nav > li > a > i{
    padding-left:5px;
    font-size:15px;
}
.navigation .navbar-nav > li > a:hover, 
.navigation .navbar-nav > li.active a, 
.navigation .navbar-nav > li > a:focus, 
.navigation .navbar-nav > li.active a:hover {
    color: #EE3824 !important;
    background-color: transparent;
    background: none;
    box-shadow:none;
}
.navigation .dropdown{
    position:relative !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.navigation .dropdown-menu {
    min-width: auto;
    width: 178px;
    background: #f2f3f8;
    margin: 0;
    padding: 0;
    left: 3px;
    border-radius: 0;
    position: absolute;
    z-index: 9999999999999;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.175);
    box-shadow: 0 3px 9px rgba(0,0,0,.175);
    top: 48px;
    border-bottom: 2px solid #E34343;
    border-left: 2px solid #E34343;
    border-right: 2px solid #E34343;
}
.navigation .dropdown-menu h3 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 9px;
    margin-bottom: 10px;
}
.navigation .dropdown-menu li {
    display: block;
    margin: 0;
    text-align: left;
    padding: 0 !important;
}
.navigation .dropdown-menu li a {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .5px !important;
    position: relative;
    display: block;
    padding: 8px 12px !important;
    border-bottom: 1px solid #d9d9d9;
    letter-spacing: 0.8px;
    background-image: none !important;
    background-color: transparent !important;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}
.navigation .dropdown-menu li:hover a::before {
    opacity: 1;
}
.navigation .dropdown-menu li a::before {
    background: #EE3824 none repeat scroll 0 0;
    content: "";
    height: 6px;
    width:6px !important;
    border-radius: 0;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 13px;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    width: 10px;
    -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.navigation .dropdown-menu li:hover a {
    background:transparent;
    padding: 8px 0 8px 22px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navigation .dropdown-menu li:hover a:hover {
    color:#EE3824 !important;
}

/*------------------------------------
            Banner- Area
-------------------------------------*/
.banner-area {
    width: 100%;
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.banner-area h1 {
    line-height: 56px;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    letter-spacing: -0.9px;
    margin: 0;
    text-align: center;
}
.banner-area h5 {
    font-size: 13px;
    color: #000;
    background: rgba(255,255,255, 0.8);
    padding: 20px;
    width: 496px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 0 30px 0 30px;
    margin: auto;
    text-align: center;
}
.banner-area .btn-more {
    background: #ED1C24;
    color: #fff;
    padding: 12px 44px;
    margin: 15px auto;
    font-weight: 600;
    border-radius: 65px;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.7);
    display: table;
    float: none;
}


/*------------------------------------
            First Content
-------------------------------------*/
.first-content {
    width: 100%;
    float: left;
    display: block;
    padding: 55px 0;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}
.header-striper {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
}
.header-striper h2{
    font-size: 24px;
    text-align: center;
    color: #222;
    font-weight: 900;
}
.text-box h2 {
    font-size: 19px;
    text-align: left;
    color: #333;
    font-weight: 700;
    padding-bottom: 12px;
    letter-spacing: -0.3px;
}
.text-box h3 {
    font-size: 16px;
    color: #555;
    padding-bottom: 10px;
}
.header-striper h5 {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    width: 35%;
    margin: auto;
    display: table;
    padding-bottom: 12px;
    border-bottom: 1px solid #cecece;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.3px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
}
.header-striper h5::after {
    content: "";
    background: #eb2c33;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
    z-index: 3;
}
.spare-line {
    width: 100%;
    float: left;
    border: 2px solid #222;
    margin-bottom: 20px;
}
.header-striper h3 {
    width: 100%;
    float: left;
    background: #222222;
    color: #E34343;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    padding: 12px 17px;
}
.img-box{
    width: 100%;
    float: left;
    display: block;
}
.img-box img {
    width: 100%;
    height: 285px;
    border: 1px solid #999;
    border-bottom: 5px solid rgb(255, 0, 0);
}
.text-box h2{
    text-align:left;

}
.text-box {
    width: 100%;
    float: left;
    display: block;
}
.text-box h6 {
    color: #555;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0.5px;
    padding-top: 0;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 0;
}
.text-box h2 span {
    color: #000;
}
.text-box p {
    color: #555;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
    letter-spacing: 0.5px;
    padding-left: 15px;
}
.text-box p i {
    color: red;
    font-size: 10px;
    padding-right: 7px;
}
.btn-brochure {
    background: green;
    color: #fff;
    border: 0;
    border-radius: 60px;
    padding: 14px 35px;
    transition: all 0.5s;
    font-size: 17px;
    font-weight: 400;
    margin: 24px auto auto;
    display: table;
    width: auto;
    float: none !important;
}
.btn-brochure:hover {
    background: #0b5e13;
    color:#fff;
}

/*------------------------------------
            Slider Content
-------------------------------------*/
.slider-content {
    width: 100%;
    float: left;
    display: block;
    padding: 55px 0;
    position: relative;
    background: #f2f3f8;
}
.slider-content .carousel-control{
    width: 40px;
    height: 40px;
    top: 54%;
    line-height: 40px;
    text-align: center;
}
.slider-content .carousel-control.left:hover{
    background-image: linear-gradient(to right,rgba(231,75,106,.9) 0,rgba(231,75,106,.01) 100%);
}
.slider-content .carousel-control.right:hover{
    background-image: linear-gradient(to left,rgba(231,75,106,.9) 0,rgba(231,75,106,.01) 100%);
}
.category-box {
    width: 100%;
    float: left;
    display: block;
    background: #000;
    position: relative;
    height: auto;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
}
.category-box img {
    width: 100%;
    transition: all 0.5s;
    height: 260px;
}
.category-box:hover img{
    opacity:0.4;
}
.category-box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    padding: 12px 0;
    background: #fff;
}
.category-box a {
    position: absolute;
    margin-top: -60px;
    left: 44%;
    display: block;
    transition: all .8s;
    background: transparent;
    z-index: 999999999999999999999999;
}
.category-box i {
    font-size: 16px;
    background:rgba(255,255,255,1);
    padding: 15px;
    border-radius: 3px;
    color:#555;
}
.category-box:hover a{
    display: block;
    margin-top: 30%;
    transition: all .8s;
}
.category-box:hover a i:hover{
    color:#000;
}
.middle-banner-area {
    background-image: url(../img/banner/banner.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    float: left;
    display: block;
    padding: 75px 0;
}
.middle-banner-area h4 {
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0 100px;
    letter-spacing: -0.5px;
    text-shadow: 2px 0px 5px #000;
}
.carousel-inner .item .item-box{
    padding:10px 0;
    display:table;
    width:100%;
    float:left;
}

/*=============J-Carousel==========*/
.slider-content .jcarousel-wrapper {
    margin: 5px 50px;
    position: relative;
    border: 10px solid transparent;
    box-shadow: none;
}

/** Carousel **/

.slider-content .jcarousel,
.slider-content .jcarousel1 {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.slider-content .jcarousel ul,
.slider-content .jcarousel1 ul{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider-content .jcarousel li, .jcarousel1 li {
    width: 340px !important;
    float: left;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slider-content .jcarousel img, 
.slider-content .jcarousel1 img {
	display: block;
	max-width: 100%;
	height: 260px !important;
}

/** Carousel Controls **/

.slider-content .jcarousel-control-prev, 
.slider-content .jcarousel-control-next, 
.slider-content .jcarousel1-control-prev, 
.slider-content .jcarousel1-control-next {
    position: absolute;
    top: 60%;
    margin-top: -15px;
    width: 22px;
    height: 22px;
    text-align: center;
    background: transparent;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
    border: 3px solid #AC1018;
}

.slider-content .jcarousel-control-prev,
.slider-content .jcarousel1-control-prev{
    left: -27px;
}

.slider-content .jcarousel-control-next,
.slider-content .jcarousel1-control-next{
    right: -27px;
}
.slider-content .jcarousel-wrapper a i{
    color:#FF2800;
    text-align: center;
    line-height: 15px;
    position: absolute;
}
.slider-content .jcarousel-wrapper a:hover{
    background: #AC1018;
}
.slider-content .jcarousel-wrapper a .fa-long-arrow-right{
    left: 8px;
}
.slider-content .jcarousel-wrapper a .fa-long-arrow-left{
    right: 8px;
}

/** Carousel Pagination **/

.slider-content .jcarousel-pagination,
.slider-content .jcarousel1-pagination{
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.slider-content .jcarousel-pagination a,
.slider-content .jcarousel1-pagination a{
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.slider-content .jcarousel-pagination a.active,
.slider-content .jcarousel1-pagination a.active{
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.slider-content .jcarousel ul li {
    padding: 6px 0;
}

/*===========Best Seller============*/
.best-sellers{
    width:100%;
    float:left;
    padding:55px 0;
    background:#f2f3f8;
}
.best-sellers.spare{
    padding:0;
    padding-top:20px;
}
.best-sellers .best-box {
    width: 100%;
    display: block;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    border-top: 5px solid #f9f9f9;
    transition:all 0.7s;
}
.best-sellers .best-box:hover {
    border-top: 5px solid #E34343;
}
.best-sellers .best-box.cat-best-box{
    margin-bottom:15px;
}
.best-sellers .best-box h3 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 15px;
}
.best-sellers .best-box h2 {
    font-size: 18px;
    font-weight: 900;
    color: #222;
    text-transform: Capitalize;
    text-align: center;
    background: transparent;
    padding: 7px 0;
    font-style: normal;
    margin-bottom: 0 !important;
}
.best-sellers .best-box h2 del{
    color: #F36D21;
    font-size: 14px;
    font-weight: 600;
}
.best-sellers .best-box .btn-product {
    width: 115px;
    border-radius: 0;
    background: #C62B2B;
    border: 0;
    color: #fff;
    text-shadow: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    margin: auto auto 20px;
    display: block;
    transition: all .4s;
}
.best-sellers .best-box .btn-product:hover {
    background: #A62020;
}
.best-sellers .pro-box {
    position: relative;
    width: 100%;
    display: block;
    background: #222;
    border: 15px solid #fff;
    height: 240px;
}
.best-sellers .pro-box img{
    opacity: 1;
    display: block;
    width: 100%;
    height:100%;
    transition: .5s ease;
    backface-visibility: hidden;
}
.best-sellers .pro-box h5{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 12px;
    font-size: 11px;
    color: rgb(0, 0, 0);
    background: #8CE78C;
    border-radius: 0;
    font-weight: 500;
}
.best-sellers .pro-box .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 42%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 40px;
}
.best-sellers .pro-box .middle a{
    float:left;
    display:block;
}
.best-sellers .pro-box:hover img{
    opacity: 0.3;
}
.best-sellers .pro-box:hover .middle{
    opacity: 1;
}
.best-sellers .pro-box:hover .middle i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    background: #C62B2B;
    text-align: center;
    font-size: 14px;
    text-align: center;
}
.best-sellers .pro-box:hover .middle i:hover {
    background: #a62020;
}
/*=========J-Carousel=======*/
.best-sellers .jcarousel-wrapper {
    margin: 5px 50px;
    position: relative;
    border: 10px solid transparent;
    box-shadow: none;
}
.best-sellers .jcarousel,
.best-sellers .jcarousel1 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.best-sellers .jcarousel ul,
.best-sellers .jcarousel1 ul{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.best-sellers .jcarousel li, .best-sellers .jcarousel1 li {
    width: 255px !important;
    height: auto;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
}
.best-sellers .jcarousel img, 
.best-sellers .jcarousel1 img {
    display: block;
    max-width: 100%;
    border: 3px solid #f5f5f5;
}
.best-sellers .jcarousel-control-prev, 
.best-sellers .jcarousel-control-next, 
.best-sellers .jcarousel1-control-prev, 
.best-sellers .jcarousel1-control-next {
    position: absolute;
    top: 55%;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
    border: 2px solid #c9c9c9;
    line-height: 27px;
}
.best-sellers .jcarousel-control-prev, 
.best-sellers .jcarousel1-control-prev {
    left: -50px;
}

.best-sellers .jcarousel-control-next,
.best-sellers .jcarousel1-control-next{
    right: -50px;
}
.best-sellers .jcarousel-wrapper .jcarousel-control-prev, 
.best-sellers .jcarousel-wrapper .jcarousel-control-next {
    background: #E34343;
    transition: all .5s;
}
.best-sellers .jcarousel-wrapper a i {
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.best-sellers .jcarousel-wrapper .jcarousel-control-prev:hover, 
.best-sellers .jcarousel-wrapper .jcarousel-control-next:hover {
    background: #C62B2B;
    border-color: #C62B2B;
    color: #fff;
}
.best-sellers .jcarousel-wrapper a .fa-long-arrow-right{
    left: 8px;
}
.best-sellers .jcarousel-wrapper a .fa-long-arrow-left{
    right: 8px;
}




.footer-top {
    width: 100%;
    float: left;
    display: block;
    padding: 40px 0;
    background: #222;
    margin-top: 0;
}
.content,.second-content,.third-content{
    width:100%;
    float:left;
    display:block;
}

.content a:hover,.second-content a:hover,.third-content a:hover{
    color:#EB3737;
    transition:all 0.3s;
}
.second-content li {
    margin-top: 7px;
}
.second-content li img{
    padding-right:10px;
}
.second-content li a {
    font-size: 12px;
    color: #999;
    letter-spacing: 0.3px;
    font-weight: 600;
    float: left;
    padding: 5px 0;
}
.content h3, .second-content h3, .third-content h3 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 14px;
    color: #fff;
    border-bottom: 1px dotted #555;
    padding-bottom: 5px;
}
.content ul{
    float: left;
    display: block;
    width: 100%;
    margin: 0;
}
.content ul li{
    float:left;
    display:block;
    width:100%;
}
.content ul li a {
    font-size: 13px;
    font-weight: 600;
    padding: 4px 0;
    color: #888;
    float: left;
    width: 100%;
}
#footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ad3333;
    background-color: #E34343;
    color:#ffd6d6;
    font-size:13px;
    font-weight:600;
    float:left;
    display:block;
    width:100%;
}
#footer-bottom a {
    color: #ffd6d6;
    font-weight:900;
}
#footer-bottom a:hover{
    color: #fff;
}
.scroll-top-inner i {
    background: #111;
    padding: 10px 12px;
    font-size: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
    border: 1px solid #E34343;
    color: #E34343;
}
.scroll-top-wrapper{
    position: fixed;
    bottom: 30px;
    right: 25px;
    width: auto;
    cursor: pointer;
}
.installation {
    width: 100%;
    display: block;
    margin: auto;
}
.contact-text{
    width:100%;
    float:left;
    display:block;
}
.contact-text .form-group{
    margin-bottom:10px;
    width:100%;
    float:left;
}
.contact-text .form-group button{
    margin-bottom:50px;
}

/*:::::::::::::::::Gallery-page-Start::::::::::::::::::*/
.first-content .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.first-content .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}
.first-content .hovereffect img {
    width: 100%;
    height: 172px;
}
.first-content .hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 75px 0 0 0;
    background-color: #ED1C24;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.1s;
    font-weight: 600;
}
.first-content .hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.first-content .hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.first-content .hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    color: #FF2128;
    font-weight: 600;
}
.first-content .hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.first-content .hvr-wrt {
    width:100%;
    float:left;
}
.first-content .hvr-wrt h4 {
    width: 100%;
    float: left;
    background: #222;
    margin: 0;
    font-size: 14px;
    line-height: 42px;
    color: #e9e9e9;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    border-top: 2px solid #ED1C24;
    height: 47px;
}

.table-area{
    width:100%;
    float:left;
    display:block;
    padding:50px 0;
}
.gal_details_box img{
    height: 148px;
}
.modal {
    z-index: 999999999999999999999999999999999 !important;
}
.modal-header {
    padding: 10px 15px;
    background: #333;
}
.modal-dialog {
    margin: 75px auto auto;
    width: 430px;
}
.modal-header h3 {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    float: left;
} 
.modal-body .form-group .form-control {
    border: 1px solid #c9c9c9;
    border-radius: 0;
    box-shadow: none;
}
.modal-footer .btn-confirm {
    background: #00AD00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    border: 0;
    width: 100%;
    padding: 8px 0;
}
.modal-footer .btn-confirm:hover {
    background: #017500;
}
footer{
    width: 100%;
    float: left;
    display: block;
}

/*===================Image Zoom==============*/
.demo-area{
  background:$color_invert_fg;
  border-radius:8px;
  padding:20px;
}
.demo-area .section{
    padding-top:0;
}
.demo-area .demo-trigger {
  display: inline-block;
  width: 30%;
  float: left;
}
.demo-area .detail {
  position: relative;
  width: 65%;
  margin-left: 5%;
  float: left;
}
.demo-area .detail button{
    vertical-align:middle;
    opacity:.5;
    cursor:unset;
    background:$color_invert_chrome_tint;
    margin-left:1em;
}
@media (max-width: 610px) {
.demo-area .detail, .demo-area .demo-trigger {
    float: none;
}
.demo-area .demo-trigger {
    display:block;
    width: 50%;
    max-width:200px;
    margin: 0 auto;
}
.demo-area .detail {
    margin: 0;
    width: auto;
}
}
/*=============Cart Area==============*/
.cart-area {
    width: auto;
    position: fixed;
    right: 0;
    left: auto;
    top: 45%;
    display: table;
    z-index: 9999999999999999999999999999999999999999999999999999;
}
.cart-area a {
    float: left;
    display: block;
    width: auto;
    position: relative;
    padding: 0;
    margin: 0;
    right: -1px;
}
.cart-area a i {
    height: 56px;
    width: 66px;
    background-image: linear-gradient(#bd3d3d, #E34343);
    border-radius: 10px 0 0 10px;
    color: #222;
    text-align: center;
    line-height: 56px;
    font-size: 27px;
    transition: all 0.5s;
    -webkit-box-shadow: -9px 0px 9px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -9px 0px 9px 0px rgba(0,0,0,0.2);
    box-shadow: -9px 0px 9px 0px rgba(0,0,0,0.2);
}
.cart-area a:hover i{
    background-image: linear-gradient(#A62020, #A62020);
}
.cart-area h4 {
    font-size: 15px;
    background: #222;
    color: #fff;
    border-radius: 60px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: -10px;
    left: -10px;
    font-weight: 600;
    border: 2px solid #ED1C24;
}

.first-content table td img{
    height: 60px;
    width: 65px;
    border: 1px solid #e9e9e9;
}
.first-content table tr th{
    font-size: 16px;
    font-weight: 500;
    background:#888;
    border:1px solid #999;
    color:#fff;
}
.first-content table tr td{
    font-size: 13px;
    font-weight: 600;
    vertical-align:middle;
}
.first-content table tr td input{
    height: 37px;
    padding: 0 8px;
    width: auto;
    border: 1px solid #e9e9e9;
    font-size: 14px;
}
.first-content table tr td .btn-crt{
    background: #E34343;
    border: 0;
    color: #fff;
    padding: 4px 15px;
}
.first-content table tr td .btn-crt:hover{
    background:#A62020;
    border: 0;
    color: #fff;
    padding: 4px 15px;
}
.des-tab {
    width: 100%;
    float: left;
    display: block;
    border: 3px solid rgb(233, 233, 233);
}
.des-tab .nav-tabs {
    background: #f2f3f8;
}
.des-tab .nav > li > a {
    position: relative;
    display: block;
    padding: 9px 35px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #666;
    border-radius: 0 !important;
    margin-right: 0 !important;
    border: 0;
    border-right: 1px solid #ddd;
}
.des-tab .nav > li > a:active, 
.des-tab .nav > li > a:hover, 
.des-tab .nav > li > a:focus, 
.des-tab .nav > li.active > a {
    color: #222 !important;
    outline: none;
    border:0;
    border-right: 1px solid #ddd;
}
.des-tab .content-pro {
    width: 100%;
    float: left;
    display: block;
    padding: 30px;
}
.des-tab .content-pro h4 {
    font-size: 14px;
    color: #555;
    line-height: 27px;
}
.text-box .btn-crt {
    padding: 8px 50px;
    background: #ED1C24;
    color: #fff;
    padding: ;
    font-size: 15px;
    font-weight: 600;
}
.text-box .btn-crt:hover {
    background: #A62020;
}
.contact-text input,
.contact-text textarea{
    border-radius: 0;
    font-size: 13px;
    color: #000;
}
.another-bo {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #c9c9c9;
}

/*=============Products zoom===========*/
.slide-product {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}
.slide-product .mySlides {
    display: none;
    border: 4px solid #e9e9e9;
    height: 330px !important;
}
.slide-product .demo {
    cursor:pointer
}
.slide-product .w3-content {
    margin: auto;
}
.slide-product .w3-section, .w3-code {
    margin-top: 10px !important;
    display: flex;
    width: 70%;
    margin: auto;
}
.slide-product .w3-col.s4 {
    width: 33.33333%;
    margin: 0 3px;
    border: 2px solid #e9e9e9;
    padding: 0 !important;
}
.slide-product .w3-opacity-off, .w3-hover-opacity-off:hover {
    opacity: 1 !important;
}
.slide-product .w3-opacity, .w3-hover-opacity:hover {
    opacity: 0.60;
}
.slide-product .w3-opacity img {
    vertical-align:middle;
}
.client-box{
    width:100%;
    float:left;
    display:block;
    padding:0 120px;
}
.client-box li{
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    line-height: 42px;
    border-bottom: 1px solid #e9e9e9;
}
.client-box li i{
    padding-right:7px;
    color:#E34343;
}