@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300i,400,400i,600,600i,700,700i&display=swap');
/************************** font_family end here *********************************/

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

/************************** mardin_padding end here *********************************/

header {}

.nav_bar {
    background: #544e4e;
}

.nav-scroll {
    background: #fff;
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    box-shadow: 0px 1px 20px -6px #000;
    z-index: 99999999999999;
}

.tus_prods {
    margin: 0px 0 0px 0;
    padding: 0px 0 25px 0;
    position: relative;
    border: solid 1px #eee;
    transition: 0.5s;
    background-color: #fff
}

.tus_prods h4 {
    margin: 10px 0 5px 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold
}

.tus_prods p {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #544e4e;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold
}

.tus_prods h5 {
    margin: 0px auto;
    padding: 10px 0;
    background-color: #000;
    font-family: 'Lato', sans-serif;
    color: #544e4e;
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    right: 0;
    transition: 1s;
    opacity: 0;
    transition-delay: 0.4s
}

.tus_prods:hover {
    border: solid 1px #000;
}

.tus_prods:hover h5 {
    opacity: 1;
    bottom: 10px;
}

.tus_prods .tus_pbox {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.tus_prods .tus_pbox img {
    margin: 0px auto;
    padding: 10px;
}

.tus_prods .tus_pbox:before {
    content: '';
    position: absolute;
    background-color: rgb(0, 0, 0, 0.60);
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    transition: 0.5s
}

.tus_prods .tus_pbox h3 {
    margin: 0px auto;
    padding: 5px 0;
    font-size: 12px;
    color: #000;
    width: 80px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    top: 20%;
    left: 0;
    background-color: #544e4e;
    right: 0;
    font-weight: bold;
    transition: 0.8s;
    opacity: 0
}

.tus_prods .tus_pbox h3:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #544e4e;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px
}

.tus_prods .tus_pbox i {
    margin: 0px auto;
    padding: 12px 0 0 0;
    position: absolute;
    background-color: #544e4e;
    width: 50px;
    height: 50px;
    color: #000;
    text-align: center;
    bottom: 26%;
    left: 0;
    font-size: 22px;
    border-radius: 100%;
    right: 0;
    transition: 0.5s;
    opacity: 0
}

.tus_prods:hover .tus_pbox i {
    opacity: 1;
}

.tus_prods:hover .tus_pbox h3 {
    top: 30%;
    opacity: 1
}

.tus_prods a:hover {
    text-decoration: none;
}

.tus_prods:hover .tus_pbox:before {
    height: 100%;
}

.top_bar {
    background:#544e4e;
}

.welcome {
    padding: 11px 0px;
}

.welcome p {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #fff;
}

.top_contact {}

.top_contact ul {
    float: right;
    padding: 0px 0px;
}

.top_contact ul li {
    display: inline-block;
    padding: 0 13px 0 10px;
    background: url(../images/border_top.jpg) no-repeat center right;
}

.top_contact ul li a {
    font-size: 13px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    transition: 0.45s;
}

.top_contact ul li a span {
    color: #fff;
    font-size: 15px;
    padding-right: 7px;
    transition: 0.45s;
}

.top_contact ul li a i.fa-globe {
    font-size: 15px;
    padding-right: 7px;
}

.top_contact ul li .fa-angle-down {
    display: inline-block;
    transform: translateY(2px);
    padding-left: 2px;
}

.top_contact ul li a:hover {
    color: #fff!important;
}

.top_contact ul li a:hover span {
    color: #fff;
}

.top_contact ul li:last-child {
    background: none;
    padding-right: 0px;
}

.main_logo {}

.top_logo {
    padding: 29px 0px;
}

.top_logo a {
    text-decoration: none;
}

.top_logo a img {
    width:100% !important;
}

.top_logo a img.logo2 {
    display: none;
}
.tus_categ{
	margin:10px 0 15px 0; padding:0px; position:relative; overflow:hidden;}
.tus_categ img{
	margin:0px; padding:0px; width:100%; height:100%}
.tus_categ h4{
	margin:0px auto; padding:8px 15px; position:absolute; color:#fff; font-size:15px; text-transform:uppercase;font-family:'Poppins', sans-serif; bottom:13%; left:5%;
	border:solid 3px #fff; font-weight:bold; letter-spacing:2px; right:5%; width:90%; text-align:center}
.tus_categ .tus_color{
	margin:0px auto; padding:0px; background-color:rgba(5, 28, 69, 0.71); position:absolute; top:3.5%; bottom:0; width:90%; height:93%; left:0; right:0; 
	text-align:center; overflow:hidden; visibility:hidden}
.tus_categ:hover .tus_color{
	visibility:visible;}
.tus_categ .tus_color i{
	color:#fff; font-size:20px; border:solid 2px #fff; padding:8px 10px; top:-100%; position:absolute; left:45%; transition:0.6s}
.tus_categ:hover .tus_color i{
	top:38%;}
.tus_categ .tus_color i:hover{
	background-color:#fff; color:#5ed9e8; text-decoration:none;}
.tus_categ2{
	margin:10px 0 15px 0; padding:0px; position:relative; overflow:hidden;}
.tus_categ2 img{
	margin:0px; padding:0px; width:100%; height:100%;}
.tus_categ2 h4{
	margin:0px; padding:8px 15px; position:absolute; color:#fff; font-size:20px; text-transform:uppercase;font-family:'Poppins', sans-serif; bottom:13%; left:10%;
	border:solid 3px #fff; font-weight:bold; letter-spacing:2px}
.tus_categ2 .tus_color{
	margin:0px auto; padding:0px; background-color:rgba(94, 217, 232, 0.69); position:absolute; top:5%; bottom:0; width:96%; height:90%; left:0; right:0; 
	text-align:center; overflow:hidden; visibility:hidden}
.tus_categ2:hover .tus_color{
	visibility:visible;}
.tus_categ2 .tus_color i{
	color:#fff; font-size:20px; border:solid 2px #fff; padding:8px 10px; top:-100%; position:absolute; left:45%; transition:0.6s}
.tus_categ2:hover .tus_color i{
	top:38%;}
.tus_categ2 .tus_color i:hover{
	background-color:#fff; color:#5ed9e8; text-decoration:none;}
.search {
    float: left;
    width: 100%;
    padding: 49px 0px;
}

.search ul {}

.search ul li {
    float: left;
}

.search ul li form {
    position: relative;
}

.search ul li form input {
    width: 100%;
    height: 45px;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 100px;
    padding-left: 20px;
    font-size: 13px;
    color: #808080;
    font-family: 'Lato', sans-serif;
    line-height: 45px;
    outline: none;
}

.search ul li form button {
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    background: #544e4e;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    border: 0px;
    outline: none;
    letter-spacing: 1px;
    transition: 0.45s;
}

.search ul li form button:hover {
    background: #1c1c1c;
}

.search ul li:first-child {
    width: 86%;
    padding-left: 100px;
}

.search ul li:last-child {
    width: 14%;
    padding-left: 50px;
}

.search ul li .cart {}

.search ul li .cart a {
    display: inline-block;
    color: #fff;
    background: #544e4e;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    position: relative;
    transition: 0.45s;
}

.search ul li .cart a span {
    position: absolute;
    font-size: 15px;
    width: 25px;
    height: 25px;
    background: #1c1c1c;
    transition: 0.45s;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    top: 3px;
    right: -12px;
}

.search ul li .cart a:hover {
    background: #1c1c1c;
}

.search ul li .cart a:hover span {
    background: #544e4e;
}

.windo_nav {
    background: #544e4e;
    border-bottom: 1px solid #fff;
}

.rko_nav {
    font-family: 'Lato', sans-serif;
}

.rko_nav ul {
    font-size: 0;
    text-align: center;
}

.rko_nav ul li.l1 {
    display: inline-block;
    position: relative;
    background: #544e4e;
    transition: 0.45s;
}

.rko_nav ul li.l1 a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 13px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.rko_nav ul li.l1 a span {
    padding-left: 2px;
    display: inline-block;
    transform: translateY(2px);
}

.rko_nav ul li.l1:hover {
    background: #1c1c1c
}

.rko_nav ul li.l1 ul.l2_ul {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(25px);
    transition: 0.3s all;
    background: rgba(43, 84, 163, 0.4);
    width: 200px;
    z-index: 999;
    background: #fff;
    border: 1px solid #c5c5c5;
    padding: 0px 0px 0px 0px;
}

.rko_nav ul li.l1 ul.l2_ul li.l2_li {
    display: block;
    text-align: left;
    width: 100%;
    transition: 0.45s;
    background: transparent;
    position: relative;
}

.rko_nav ul li.l1 ul.l2_ul li.l2_li a {
    display: block;
    color: #1c1c1c;
    padding: 0px 15px 0px 15px;
    width: 100%;
    transition: 0.45s;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    min-height: 37px;
    line-height: 37px;
}

.rko_nav ul li.l1 ul.l2_ul li.l2_li a span {
    padding: 0px;
    transform: translateY(0px);
    float: right;
}

.rko_nav ul li.l1:hover ul.l2_ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.rko_nav ul li.l1 ul.l2_ul li.l2_li:hover a {
    color: #fff;
}

.rko_nav ul li.l1 ul.l2_ul li.l2_li:hover {
    background: #544e4e;
}

.rko_nav ul li.l1 ul.l2_ul li.l2_li ul.l3_ul {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(25px);
    transition: 0.3s all;
    background: rgba(43, 84, 163, 0.4);
    width: 200px;
    z-index: 999;
    background: #fff;
    border: 1px solid #fff;
    padding: 0px 0px 0px 0px;
    border-top: 0px;
}

.rko_nav ul li.l1 ul.l2_ul li.l2_li ul.l3_ul li.l3_li {
    display: block;
    text-align: left;
    width: 100%;
    transition: 0.45s;
    background: transparent;
}

.rko_nav ul li.l1 ul.l2_ul li.l2_li ul.l3_ul li.l3_li a {
    display: block;
    color: #1c1c1c;
    padding: 0px 15px 0px 15px;
    width: 100%;
    transition: 0.45s;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    min-height: 37px;
    line-height: 37px;
}

.rko_nav ul li.l1 ul.l2_ul li.l2_li:hover ul.l3_ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.rko_nav ul li.l1 ul.l2_ul li.l2_li ul.l3_ul li.l3_li:hover a {
    color: #fff;
}

.rko_nav ul li.l1 ul.l2_ul li.l2_li ul.l3_ul li.l3_li:hover {
    background: #544e4e;
}

.nav-scroll .windo_nav {
    background: #ffffff;
    border-bottom: 0px solid #fff;
}

.nav-scroll .rko_nav ul li.l1 {
    background: #ffffff;
}

.nav-scroll .rko_nav ul li.l1 a {
    color: #000;
}

.nav-scroll .rko_nav ul li.l1:hover {
    background: #544e4e;
}

.nav-scroll .rko_nav ul li.l1:hover a {
    color: #fff;
}

.nav-scroll .rko_nav ul li.l1 ul.l2_ul li.l2_li ul.l3_ul {
    border: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
}

/*slider*/

.bs-slider {
    overflow: hidden;
    max-height: 730px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.lara_slider1 {}

/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 50%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 10% 0px 12%;
    transform: translateY(-50%)
}

.slide-text>h1 {
    font-family: 'Josefin Sans', sans-serif;
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 60px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: 700;
}

.slide-text>p {
    font-family: 'Josefin Sans', sans-serif;
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

/*------------------------------------------------------*/

/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 1199px) {
    .slide-text>h1 {
        line-height: 52px;
        font-size: 42px;
    }
    .slide-text>p {
        font-size: 26px;
        line-height: 33px;
    }
}

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text>p {
        font-size: 18px;
    }
    .slide-text>h1 {
        line-height: 34px;
        font-size: 31px;
        margin-bottom: 4px;
    }
    .slide-text>p {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 5px;
    }
}

/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 20px;
    }
    .slide-text h1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .slide-text>p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0px;
    }
    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line>.carousel-indicators {
        display: none;
    }
}

/*/slider*/

.lara_btn_banner {
    display: inline-block;
}

.btn-6 {
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    width: 170px;
    height: 50px;
    border-radius: 50px;
    max-width: 170px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid currentColor;
    transition: 0.4s ease-in-out;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn-6 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #544e4e;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-6:hover {
    color: #fff;
}

.btn-6:hover span {
    width: 250%;
    height: 348.75px;
}

.btn-6:active {
    background-color: #544e4e;
}

#lara_about {
    padding: 60px 0px;
}

.lara_about_wel {
    text-align: center;
}

.lara_about_wel h2 {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #544e4e;
    text-transform: uppercase;
    padding: 2px 15px;
    border: 2px solid;
    display: inline-block;
    margin-bottom: 20px;
}

.lara_about_wel h2 span {
    color: #1c1c1c;
}

.lara_about_wel h6 {
    font-size: 14px;
    color: #626262;
    font-family: 'Poppins', sans-serif;
    line-height: 19px;
}

.ab_sher {
    padding: 35px 0px;
}

.maian_about {}

.about_text {}

.about_text h2 {
    font-size: 32px;
    color: #544e4e;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.about_text h2 span {
    font-size: 65px;
    color: #1c1c1c;
    font-weight: 700;
    padding-right: 10px;
}

.about_text .short_ab {
    padding: 23px 0px;
}

.about_text .short_ab p {
    font-size: 13px;
    color: #626262;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    text-align: justify;
}

.short_ab_btn .btn-6 {
    color: #1c1c1c;
    font-family: 'Lato', sans-serif;
    margin: 0px;
}

.short_ab_btn .btn-6:hover {
    color: #fff;
}

.category_head {
    text-align: center;
    margin-top: 45px;
}

.category_head h2 {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #544e4e;
    text-transform: uppercase;
    border: 2px solid;
    display: inline-block;
    padding: 5px 15px;
}

.category_head h2 span {
    color: #1c1c1c;
}

.cat_sher {
    padding: 35px 0px 10px 0px;
}

.main_categories {}

.category_inner {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.category_inner a {}

.category_inner .cat_img {}

.category_inner .cat_img img {
    width: 100%;
    transition: all 4s cubic-bezier(0, 0, 0.2, 1);
    transition-delay: .2s;
    display: block;
    transform: rotate(0deg) scale(1.05);
}

.category_inner .cat_img .cat_name {
    position: absolute;
    background: #000000b3;
    bottom: 0;
    left: 0;
    transition: 0.60s;
}

.category_inner .cat_img .cat_name h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 17px 25px 9px 25px;
}

.category_inner:hover .cat_img img {
    -webkit-transform: rotate(-10deg) scale(1.4);
    transform: rotate(-10deg) scale(1.4);
}

.category_inner:hover .cat_img .cat_name {
    background: #544e4eb3;
}

#featured_pro {
    padding: 60px 0px;
}

.featured_haed {
    text-align: center;
}

.featured_haed h2 {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #544e4e;
    text-transform: uppercase;
    border: 2px solid;
    display: inline-block;
    padding: 5px 15px;
}

.featured_haed h2 span {
    color: #1c1c1c;
}

.featured_haed .sher {
    padding: 35px 0px;
}

.featured_inner {}

.fea_pro_ins {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 25px 0px;
    transition: 0.45s;
    position: relative;
    overflow: hidden;
}

.fea_pro_ins a {
    text-decoration: none;
}

.fea_pro_ins .fea_img {}

.fea_pro_ins .fea_img img {}

.fea_pro_ins .pro_name {
    text-align: center;
    padding: 0px 15px;
}

.fea_pro_ins .pro_name h2 {
    font-size: 16px;
    color: #1c1c1c;
    font-family: 'Lato', sans-serif;
    padding-bottom: 15px;
    padding-top: 20px;
    font-weight: 600;
}

.fea_pro_ins .pro_name h3 {
    font-size: 16px;
    color: #1c1c1c;
    font-family: 'Lato', sans-serif;
}

.fea_btn {
    position: absolute;
    top: 50%;
    right: -50px;
    transition: 0.45s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
}

.fea_btn ul {}

.fea_btn ul li {
    margin: 10px 7px
}

.fea_btn ul li a {
    width: 40px;
    height: 40px;
    background: #1c1c1c;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    transition: 0.45s;
}

.fea_btn ul li a:hover {
    background: #544e4e;
}

.fea_btn ul li button {
    border: 0px;
    width: 40px;
    height: 40px;
    background: #1c1c1c;
    border-radius: 50%;
    transition: 0.45s;
    line-height: 40px;
    text-align: center;
}

.fea_btn ul li button img {
    width: 18px !important;
    display: inline-block !important;
}

.fea_btn ul li button:hover {
    background: #544e4e;
}

.fea_pro_ins:hover .fea_btn {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.fea_pro_ins:hover {
    border-color: #1c1c1c;
}

.featured_inner .item {
    padding: 0px 15px;
}

.services1 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    float: left;
    width: 25%;
    transition: 0.45s;
    padding-right: 5px;
}

.services1 h2 {
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    padding: 5px 0 6px 0;
}

.services1 p {
    font-size: 13px;
    font-weight: 600;
    color: #3a3a3a;
}

.servicescolor {
    background: #f4f4f4;
    padding: 38px 0px;
    transition: 0.45s
}

.services2 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    float: left;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
}

.services2 h2 {
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    padding: 5px 0 6px 0;
}

.services2 p {
    font-size: 13px;
    font-weight: 600;
    color: #3a3a3a;
}

.services3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    float: left;
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;
}

.services3 h2 {
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    padding: 5px 0 6px 0;
}

.services3 p {
    font-size: 13px;
    font-weight: 600;
    color: #3a3a3a;
}

.services4 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    float: left;
    width: 25%;
    padding-left: 5px;
}

.services4 h2 {
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    padding: 5px 0 6px 0;
}

.services3 p {
    font-size: 13px;
    font-weight: 600;
    color: #3a3a3a;
}

/*owl btn style start */

.featured_inner .owl-carousel .owl-dots.disabled,
.featured_inner .owl-carousel .owl-nav.disabled {
    display: block;
}

.featured_inner .owl-prev {
    position: absolute;
    top: -55px;
    transform: translateY(0%);
    /* left: -40px; */
    right: 60px;
}

.featured_inner .owl-prev i {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #1c1c1c;
    transition: 0.45s ease-in-out;
    border-radius: 5px;
}

.featured_inner .owl-prev i:before {
    padding-right: 4px;
}

.featured_inner .owl-prev i:hover {
    background: #544e4e;
    color: #fff;
}

.featured_inner .owl-next {
    position: absolute;
    top: -55px;
    transform: translateY(0%);
    right: 15px;
}

.featured_inner .owl-next i {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #1c1c1c;
    transition: 0.45s ease-in-out;
    border-radius: 5px;
}

.featured_inner .owl-next i:before {
    padding-left: 4px;
}

.featured_inner .owl-next i:hover {
    background: #544e4e;
    color: #fff;
}

/*owl btn style end */

#news_letter {
    background: #544e4e;
    padding: 30px 0px;
}

#news_letter h2 {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    padding-top: 9px;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.news_form {}

.news_form form {
    position: relative;
}

.news_form form input {
    font-family: 'Lato', sans-serif;
    width: 100%;
    background: transparent;
    color: #fff;
    height: 45px;
    line-height: 45px;
    outline: none;
    padding-left: 20px;
    border: 2px solid #fff;
}

.news_form form button {
    font-family: 'Lato', sans-serif;
    width: 160px;
    height: 45px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.45s;
    outline: none;
}

.news_form form button:hover {
    background: #1c1c1c;
}

footer {
    background: #1c1c1c;
}

.main_footer {
    padding-top: 60px;
    padding-bottom: 30px;
    border: 1px solid #3e3e3e;
}

.main_f_links {}

.footer_he {}

.footer_he h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 600;
}

.location {
    padding-bottom: 20px;
}

.media-left {
    line-height: 0;
    padding-right: 17px;
}

.media-left span {
    color: #544e4e;
    font-size: 16px;
}

.media-body {
    font-family: 'Lato', sans-serif;
}

.media-body h5 {
    font-size: 15px;
    color: #544e4e;
    font-weight: 600;
    padding-bottom: 7px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}

.media-body p {
    font-size: 13px;
    color: #cacaca;
    line-height: 18px;
}

.media-body a {
    font-size: 13px;
    color: #cacaca;
    line-height: 22px;
    display: inline-block;
    transition: 0.45s;
}

.media-body a:hover {
    color: #544e4e;
}

.footer_material {
    margin-top: 25px;
}

.footer_social {}

.footer_social ul {}

.footer_social ul li {
    display: inline-block;
    padding-right: 10px;
}

.footer_social ul li a {
    color: #cacaca;
    width: 30px;
    height: 30px;
    background: transparent;
    display: block;
    text-align: center;
    transition: 0.45s;
    line-height: 32.5px;
    font-size: 17px;
}

.footer_social ul li a:hover {
    background: #544e4e;
    color: #fff;
    border-radius: 50%;
}

.footer_links {}

.footer_links ul {}

.footer_links ul li {}

.footer_links ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #cacaca;
    display: inline-block;
    transition: 0.45s;
    padding-bottom: 9px;
}

.footer_links ul li a span {
    display: inline-block;
    font-size: 14px;
    color: #544e4e;
    padding-right: 15px;
    transition: 0.45s;
}

.footer_links ul li a:hover {
    color: #fff;
}

.footer_links ul li a:hover span {
    padding-right: 20px;
}

.ston {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #544e4e;
    padding-bottom: 5px;
}

.updats {
    font-family: 'Lato', sans-serif;
    height: 150px;
    overflow: hidden;
}

.updats p {
    color: #cacaca;
    text-align: justify;
    font-family: 'Lato', sans-serif;
}

.updats h6 {
    color: #544e4e;
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    font-family: 'Lato', sans-serif;
}

.copy_right {
    font-family: 'Lato', sans-serif;
    padding: 15px 0px;
}

.copy_right p {
    color: #cacaca;
    font-size: 12px;
}

.copy_right h4 {
    color: #cacaca;
    font-size: 12px;
    display: inline-block;
    float: right;
}

.copy_right h4 a {
    color: #544e4e;
    transition: 0.45s;
    display: inline-block;
    padding-left: 5px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.copy_right h4 a:hover {
    color: #fff;
}

.ups {
    padding-top: 25px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 999999999999999999;
    background: #3e3e3e;
    color: #fff;
    width: 50px;
    height: 53px;
    line-height: 48px;
    right: 25px;
    bottom: 30px;
    padding-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
    right: 30px;
    top: 763px;
}

}

.scroll-top-inner i {
    font-size: 25px;
    line-height: inherit;
}

.scroll-top-wrapper:hover {
    background: #544e4e;
    color: #ffffff;
}

.main_catlog_in {
    background: url(../images/catlog.png) no-repeat center bottom;
    float: left;
    width: 100%;
}

.main_catlog_in img {}

.main_catlog_in .catlog_text {
    float: left;
    width: 50%;
    text-align: center;
    padding: 99px 0px;
}

.main_catlog_in .catlog_text h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.main_catlog_in .catlog_text p {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 14px;
}

.main_catlog_in .catlog_text img {
    padding-top: 15px;
}

.catalogue_img {
    float: left;
    width: 50%;
    padding: 93px 0px;
}

.catalogue_img img {
    padding-left: 40px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: #f57f4b;
    border: black;
    border: 2px solid #f57f4b;
    padding: 10px 60px;
    font-size: 20px;
    transition: 0.45s;
}

#search .btn:hover {
    background: transparent;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #544e4e;
    border-color: #544e4e;
    border: 2px solid #544e4e;
    opacity: 1;
    transition: 0.45s;
    padding: 4px 15px 8px 16px;
    font-size: 35px;
    border-radius: 50%;
}

#search .close:hover {
    background: transparent;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

.mob_search {
    display: none;
}

.lara_navigation {
    display: none;
}

@media (max-width: 1199px) {
    .search {
        float: left;
        width: 100%;
        padding: 38px 0px;
    }
    .rko_nav ul li.l1 a {
        padding: 13px 17px;
    }
    .main_catlog_in .catlog_text {
        float: left;
        width: 57%;
        text-align: center;
        padding: 103px 0px;
    }
    .main_catlog_in .catlog_text h2 {
        font-size: 34px;
    }
    .main_catlog_in .catlog_text p {
        font-size: 13px;
    }
    .catalogue_img {
        float: left;
        width: 43%;
        padding: 110px 0px;
        padding-right: 15px;
    }
    .catalogue_img img {
        padding-left: 0px;
    }
    #news_letter h2 {
        font-family: 'Josefin Sans', sans-serif;
        color: #fff;
        padding-top: 11px;
        font-size: 31px;
    }
    .media-body p>br {
        content: ' '
    }
    .media-body p>br:after {
        content: ' '
    }
}

@media (max-width: 991px) {
    .welcome {
        display: none;
    }
    .search {
        padding: 39px 0px;
    }
    .search ul li:first-child {
        width: 86%;
        padding-left: 0px;
        padding-right: 20px;
    }
    .search ul li:last-child {
        width: 14%;
        padding-left: 0px;
    }
    .rko_nav ul li.l1 a {
        padding: 13px 9px;
        font-size: 13px;
    }
    .rko_nav ul li.l1 a span {
        transform: translateY(1px);
    }
    .rko_nav ul li.l1 ul.l2_ul li.l2_li a {
        font-size: 12px;
        font-weight: 600;
    }
    .rko_nav ul li.l1 ul.l2_ul li.l2_li ul.l3_ul li.l3_li a {
        font-size: 12px;
        font-weight: 600;
    }
    .btn-6 {
        line-height: 40px;
        width: 148px;
        height: 40px;
        max-width: 170px;
    }
    #lara_about {
        padding: 40px 0px;
    }
    .lara_about_wel h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }
    .ab_sher {
        padding: 20px 0px;
    }
    .about_text h2 span {
        font-size: 60px;
    }
    .about_text h2 {
        font-size: 29px;
    }
    .about_text .short_ab {
        padding: 15px 0px;
    }
    .about_img {
        margin-top: 30px;
    }
    .category_head h2 {
        font-size: 30px;
    }
    .cat_sher {
        padding: 20px 0px 0px 0px;
    }
    .category_inner_2 {
        max-width: 570px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .category_inner_4 {
        max-width: 370px;
        margin: 0 auto;
        margin-top: 30px;
    }
    #featured_pro {
        padding: 40px 0px;
    }
    .featured_haed h2 {
        font-size: 30px;
    }
    .featured_haed .sher {
        padding: 20px 0px;
    }
    .main_catlog_in {
        margin-top: 30px;
    }
    .main_catlog_in .catlog_text {
        float: left;
        width: 57%;
        text-align: center;
        padding: 70px 0px;
    }
    .catalogue_img {
        float: left;
        width: 43%;
        padding: 60px 0px;
        padding-right: 15px;
    }
    #news_letter h2 {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .main_footer {
        padding-top: 10px;
    }
    .main_f_links {
        margin-top: 30px;
    }
    .about_img {
        max-width: 570px;
        margin: 0 auto;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .top_contact ul li:nth-child(3) {
        display: none;
    }
    .top_contact ul li:nth-child(2) {
        background: none;
    }
    .mob_search {
        display: block;
        float: left;
        padding-right: 15px;
    }
    .search ul li:first-child {
        display: none;
    }
    .top_contact ul {
        float: none;
        padding: 5px 0px;
        text-align: center;
    }
    .top_contact ul li a {
        font-size: 11px;
    }
    .top_contact ul li a span {
        font-size: 13px;
    }
    .top_logo a img.logo2 {
        display: block;
    }
    .top_logo a img.logo1 {
        display: none;
    }
    .top_logo a img {
        width: 90px;
    }
    .search ul {
        display: inline-block;
    }
    .mob_search a {
        width: 35px;
        height: 35px;
        display: inline-block;
        background: #544e4e;
        color: #fff;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        transition: 0.45s;
    }
    .mob_search a:hover {
        background: #1c1c1c;
    }
    .search ul li .cart a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .search ul li .cart a span {
        font-size: 13px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .top_logo {
        padding: 10px 0px;
    }
    .search {
        padding: 22px 0px;
        width: 110px;
        float: right;
    }
    .nav-scroll {
        background: #fff;
        padding: 0;
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translateY(100px);
        transform: translateY(0px);
        box-shadow: 0px 1px 20px -6px #000;
        z-index: 99999999999999;
    }
    .nav-scroll .windo_nav {
        background: #544e4e;
        border-bottom: 0px solid #fff;
    }
    .nav-scroll .rko_nav ul li.l1 {
        background: #544e4e;
    }
    .nav-scroll .rko_nav ul li.l1 a {
        color: #fff;
    }
    .nav-scroll .rko_nav ul li.l1:hover {
        background: #1c1c1c;
    }
    .nav-scroll .rko_nav ul li.l1:hover a {
        color: #fff;
    }
    .nav-scroll .rko_nav ul li.l1 ul.l2_ul li.l2_li ul.l3_ul {
        border: 1px solid #c5c5c5;
        border-top: 1px solid #c5c5c5;
    }
    .top_logo_nav {
        display: none;
    }
    .lara_navigation {
        display: block;
        margin-bottom: 10px
    }
    .btn-6 {
        line-height: 35px;
        width: 128px;
        height: 35px;
        max-width: 170px;
        font-size: 12px;
    }
    #lara_about {
        padding: 30px 0px;
    }
    .lara_about_wel h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .lara_about_wel h6 {
        font-size: 13px;
        color: #626262;
        font-family: 'Poppins', sans-serif;
        line-height: 17px;
    }
    .ab_sher {
        padding: 15px 0px;
    }
    .about_text h2 span {
        font-size: 45px;
    }
    .about_text h2 {
        font-size: 25px;
    }
    .about_text .short_ab p {
        font-size: 12px;
        color: #626262;
        font-family: 'Poppins', sans-serif;
        line-height: 20px;
        text-align: justify;
    }
    .category_head h2 {
        font-size: 24px;
    }
    .cat_sher {
        padding: 15px 0px 0px 0px;
    }
    .category_inner .cat_img .cat_name h2 {
        font-size: 20px;
        padding: 12px 20px 7px 20px;
    }
    #featured_pro {
        padding: 30px 0px;
    }
    .featured_haed h2 {
        font-size: 24px;
    }
    .featured_haed .sher {
        padding: 15px 0px;
    }
    .featured_inner {
        padding-top: 60px;
    }
    .fea_pro_ins .fea_img img {
        width: auto !important;
    }
    .services1,
    .services2,
    .services3,
    .services4 {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }
    .main_catlog_in .catlog_text {
        float: left;
        width: 100%;
        text-align: center;
        padding: 20px 0px;
    }
    .catalogue_img {
        float: left;
        width: 100%;
        padding: 20px 0px;
        padding-right: 0;
    }
    .catalogue_img img {
        margin: 0 auto;
    }
    .main_catlog_in {
        background: url(../images/catlog3.png) no-repeat right bottom;
        float: left;
        width: 100%;
    }
    #news_letter h2 {
        font-size: 21px;
    }
    .news_form form button {
        font-family: 'Lato', sans-serif;
        width: 110px;
        height: 45px;
        border: 2px solid #fff;
        background: transparent;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        position: absolute;
        top: 0;
        right: 0;
        transition: 0.45s;
        outline: none;
    }
    .copy_right p {
        color: #cacaca;
        font-size: 12px;
        text-align: center;
    }
    .copy_right h4 {
        color: #cacaca;
        font-size: 12px;
        display: block;
        float: none;
        text-align: center;
        padding-top: 10px;
    }
    .scroll-top-inner i {
        font-size: 17px;
        line-height: inherit;
    }
    .scroll-top-wrapper {
        width: 40px;
        height: 42px;
        line-height: 39px;
        right: 12px;
        bottom: 25px;
    }
    #search input[type="search"] {
        font-size: 29px;
    }
    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 41px;
        margin-left: -57px;
        background-color: #544e4e;
        border: black;
        border: 2px solid #544e4e;
        padding: 10px 24px;
        font-size: 13px;
        transition: 0.45s;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }
    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #544e4e;
        border-color: #544e4e;
        border: 2px solid #544e4e;
        opacity: 1;
        transition: 0.45s;
        padding: 8px 15px 9px 14px;
        font-size: 28px;
        border-radius: 50%;
    }
}

.about_img {}

.about_img img {
    width: 100%;
}

.top_contact {margin-top: 5px;}

.top_contact ul {}

.top_contact ul li {
    list-style: none;
    display: inline-block;
    transition: 0.45s;
    color: #242424;
}

.top_contact ul li a {}

.top_contact ul li i {}

.top_contact ul li:first-child {
    padding-right: 20px;
}

.top_contact ul li:last-child {}

.top_contact ul li:hover {
    color: #544e4e;
}

.top_contact ul li:hover a {
    color: #544e4e;
}

.top_contact_mob {
    display: none;
}

.lrar_lan {}

.lrar_lan .lang-curr-dropdown {}

.lrar_lan .lang-curr-dropdown span {}

.lara_logo_text {}

.lara_logo_text ul {}

.lara_logo_text ul li {
    list-style: none;
    display: inline-block;
}

.lara_logo_text ul li img {}

.lara_logo_text ul li .logo_text {
    text-align: right;
    transform: translateY(19px);
    margin-left: 9px;
}

.lara_logo_text ul li .logo_text h3 {
    font-size: 35px;
    font-family: 'Conv_ABHAYALIBRE-EXTRABOLD';
    text-transform: uppercase;
    line-height: 0;
}

.lara_logo_text ul li .logo_text p {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    padding-top: 3px;
    font-weight: 600;
    letter-spacing: 1px;
}

.lrar_lan {}

.lrar_lan small {
    font-size: 100%;
}

.service_ico {
    font-size: 30px;
    color: #fff;
    float: left;
    line-height: 0px;
    padding-right: 10px;
}

.service_text {
    display: inline-block;
    color: #fff;
    text-align: left;
}

.service_text h4 {
    color: #fff;
    margin: 0px;
    font-size: 20px;
    font-family: "Teko", sans-serif;
    letter-spacing: 0.3px;
}

.service_text p {
    color: #ddd;
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
}

.lara_sec_f {
    display: inline-block;
    padding-right: 30px;
}

.lara_ser_1 {}

.lara_ser_2 {
    text-align: center;
}

.lara_ser_3 {
    float: right;
}

.main-menu ul li ul li:hover>a {
    color: #000000 !important;
}

button.lara_action-cart {
    background-color: #eef0f1 !important;
    border-radius: 3px !important;
    color: #242424 !important;
    display: inline-block !important;
    font-size: 12px !important;
    transition: 0.3s !important;
    font-weight: 500 !important;
    border: none !important;
    outline: none !important;
    padding: 9px 20px 8px !important;
    text-transform: uppercase !important;
}

button.lara_action-cart:hover {
    background-color: #544e4e !important;
    color: #fff !important;
}

button.lara_same_action {
    background-color: #eef0f1;
    border-radius: 3px !important;
    color: #242424 !important;
    font-size: 16px !important;
    height: 35px !important;
    border: none !important;
    outline: none !important;
    line-height: 35px !important;
    text-align: center !important;
    width: 35px !important;
}

button.lara_same_action:hover {
    background-color: #544e4e !important;
    color: #fff !important;
}

.lara_about_home {
    background: #222;
}

.lara_about_inner {}

.lara_about_inner p {
    text-align: justify;
    font-family: 'Lato', sans-serif;
    line-height: 27px;
    font-size: 15.5px;
    color: #fff;
}

/ google language / #google_translate_element {
    color: #fff;
    text-decoration: none;
    padding: 0px;
    text-align: center;
}

.goog-te-gadget img {
    display: none;
}

.goog-te-gadget-simple {
    background: none !important;
    border: none !important;
    color: #b6b6b6;
    font-size: 14px;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 0px;
    zoom: 1;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
    margin-right: 1px;
}

.goog-te-menu-value span {
    padding: 0px 0;
}

.goog-te-menu-value span:first-child {
    margin-right: 20px;
}

.goog-te-menu-value span:last-child {
    color: #fff !important;
    padding: 0px 0px 0 0px;
    border: none !important;
}

.goog-te-menu-value {
    text-decoration: none !important;
}

.goog-te-menu-value span:nth-child(1) {
    font-size: 13px;
    color: #1c1c1c;
    font-family: 'Lato', sans-serif;
    transition: 0.45s;
    margin-right: 0px;
    padding-right: 0px;
}

.goog-te-menu-value span:nth-child(3) {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
}

.goog-te-menu-value span:last-child {
    color: #fff !important;
    display: inline-block;
    display: none !important;
}

.top_bar_right ul li:hover .goog-te-menu-value {
    color: #000 !important;
}

.top_bar_right ul li:hover .goog-te-menu-value span:last-child {
    color: #000 !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {}

.goog-te-gadget-simple .goog-te-menu-value span i {}

/ google language end / .aj_footerz {
    padding-bottom: 30px;
}

.aj_footerz ul {}

.aj_footerz ul li {
    padding-bottom: 5px;
}

.aj_footerz ul li span {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    padding-right: 9px;
}

.aj_footerz ul li p {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #000000;
    padding-right: 5px;
    font-weight: 600;
}

.aj_footerz ul li a {}

.contat_left {
    font-family: 'Raleway', sans-serif;
    padding-bottom: 30px;
}

.contat_left h4 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
}

.contat_left p span {
    font-size: 18px;
    color: #000;
}

.lasani2 {
    padding: 30px 0px;
}

.lara_menu {
    padding: 5px 10px;
}

.bbasket .clpadl button {
    background: #544e4e;
    color: #fff;
    border: 0px;
    padding: 8px 12px;
    transition: 0.45s;
    border-radius: 5px;
}

.bbasket .clpadl button:hover {
    background: #282829;
    color: #fff;
}

/****************************************/

/**********Default Property*************/

/****************************************/

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
.mt-1 {
    margin-top: 1px
}

.mt-2 {
    margin-top: 2px
}

.mt-3 {
    margin-top: 3px
}

.mt-4 {
    margin-top: 4px
}

.mt-5 {
    margin-top: 5px
}

.mt-6 {
    margin-top: 6px
}

.mt-7 {
    margin-top: 7px
}

.mt-8 {
    margin-top: 8px
}

.mt-9 {
    margin-top: 9px
}

.mt-10 {
    margin-top: 10px
}

.mt-11 {
    margin-top: 11px
}

.mt-12 {
    margin-top: 12px
}

.mt-13 {
    margin-top: 13px
}

.mt-14 {
    margin-top: 14px
}

.mt-15 {
    margin-top: 15px
}

.mt-16 {
    margin-top: 16px
}

.mt-17 {
    margin-top: 17px
}

.mt-18 {
    margin-top: 18px
}

.mt-19 {
    margin-top: 19px
}

.mt-20 {
    margin-top: 20px
}

.mt-21 {
    margin-top: 21px
}

.mt-22 {
    margin-top: 22px
}

.mt-23 {
    margin-top: 23px
}

.mt-24 {
    margin-top: 24px
}

.mt-25 {
    margin-top: 25px
}

.mt-26 {
    margin-top: 26px
}

.mt-27 {
    margin-top: 27px
}

.mt-28 {
    margin-top: 28px
}

.mt-29 {
    margin-top: 29px
}

.mt-30 {
    margin-top: 30px
}

.mt-31 {
    margin-top: 31px
}

.mt-32 {
    margin-top: 32px
}

.mt-33 {
    margin-top: 33px
}

.mt-34 {
    margin-top: 34px
}

.mt-35 {
    margin-top: 35px
}

.mt-36 {
    margin-top: 36px
}

.mt-37 {
    margin-top: 37px
}

.mt-38 {
    margin-top: 38px
}

.mt-39 {
    margin-top: 39px
}

.mt-40 {
    margin-top: 40px
}

.mt-41 {
    margin-top: 41px
}

.mt-42 {
    margin-top: 42px
}

.mt-43 {
    margin-top: 43px
}

.mt-44 {
    margin-top: 44px
}

.mt-45 {
    margin-top: 45px
}

.mt-46 {
    margin-top: 46px
}

.mt-47 {
    margin-top: 47px
}

.mt-48 {
    margin-top: 48px
}

.mt-49 {
    margin-top: 49px
}

.mt-50 {
    margin-top: 50px
}

.mt-51 {
    margin-top: 51px
}

.mt-52 {
    margin-top: 52px
}

.mt-53 {
    margin-top: 53px
}

.mt-54 {
    margin-top: 54px
}

.mt-55 {
    margin-top: 55px
}

.mt-56 {
    margin-top: 56px
}

.mt-57 {
    margin-top: 57px
}

.mt-58 {
    margin-top: 58px
}

.mt-59 {
    margin-top: 59px
}

.mt-60 {
    margin-top: 60px
}

.mt-61 {
    margin-top: 61px
}

.mt-62 {
    margin-top: 62px
}

.mt-63 {
    margin-top: 63px
}

.mt-64 {
    margin-top: 64px
}

.mt-65 {
    margin-top: 65px
}

.mt-66 {
    margin-top: 66px
}

.mt-67 {
    margin-top: 67px
}

.mt-68 {
    margin-top: 68px
}

.mt-69 {
    margin-top: 69px
}

.mt-70 {
    margin-top: 70px
}

.mt-71 {
    margin-top: 71px
}

.mt-72 {
    margin-top: 72px
}

.mt-73 {
    margin-top: 73px
}

.mt-74 {
    margin-top: 74px
}

.mt-75 {
    margin-top: 75px
}

.mt-76 {
    margin-top: 76px
}

.mt-77 {
    margin-top: 77px
}

.mt-78 {
    margin-top: 78px
}

.mt-79 {
    margin-top: 79px
}

.mt-80 {
    margin-top: 80px
}

.mt-81 {
    margin-top: 81px
}

.mt-82 {
    margin-top: 82px
}

.mt-83 {
    margin-top: 83px
}

.mt-84 {
    margin-top: 84px
}

.mt-85 {
    margin-top: 85px
}

.mt-86 {
    margin-top: 86px
}

.mt-87 {
    margin-top: 87px
}

.mt-88 {
    margin-top: 88px
}

.mt-89 {
    margin-top: 89px
}

.mt-90 {
    margin-top: 90px
}

.mt-91 {
    margin-top: 91px
}

.mt-92 {
    margin-top: 92px
}

.mt-93 {
    margin-top: 93px
}

.mt-94 {
    margin-top: 94px
}

.mt-95 {
    margin-top: 95px
}

.mt-96 {
    margin-top: 96px
}

.mt-97 {
    margin-top: 97px
}

.mt-98 {
    margin-top: 98px
}

.mt-99 {
    margin-top: 99px
}

.mt-100 {
    margin-top: 100px
}

.mb-1 {
    margin-bottom: 1px
}

.mb-2 {
    margin-bottom: 2px
}

.mb-3 {
    margin-bottom: 3px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-7 {
    margin-bottom: 7px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-9 {
    margin-bottom: 9px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-11 {
    margin-bottom: 11px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-13 {
    margin-bottom: 13px
}

.mb-14 {
    margin-bottom: 14px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-17 {
    margin-bottom: 17px
}

.mb-18 {
    margin-bottom: 18px
}

.mb-19 {
    margin-bottom: 19px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-21 {
    margin-bottom: 21px
}

.mb-22 {
    margin-bottom: 22px
}

.mb-23 {
    margin-bottom: 23px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-27 {
    margin-bottom: 27px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-29 {
    margin-bottom: 29px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-31 {
    margin-bottom: 31px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-34 {
    margin-bottom: 34px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-36 {
    margin-bottom: 36px
}

.mb-37 {
    margin-bottom: 37px
}

.mb-38 {
    margin-bottom: 38px
}

.mb-39 {
    margin-bottom: 39px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-41 {
    margin-bottom: 41px
}

.mb-42 {
    margin-bottom: 42px
}

.mb-43 {
    margin-bottom: 43px
}

.mb-44 {
    margin-bottom: 44px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-46 {
    margin-bottom: 46px
}

.mb-47 {
    margin-bottom: 47px
}

.mb-48 {
    margin-bottom: 48px
}

.mb-49 {
    margin-bottom: 49px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-51 {
    margin-bottom: 51px
}

.mb-52 {
    margin-bottom: 52px
}

.mb-53 {
    margin-bottom: 53px
}

.mb-54 {
    margin-bottom: 54px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-56 {
    margin-bottom: 56px
}

.mb-57 {
    margin-bottom: 57px
}

.mb-58 {
    margin-bottom: 58px
}

.mb-59 {
    margin-bottom: 59px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-61 {
    margin-bottom: 61px
}

.mb-62 {
    margin-bottom: 62px
}

.mb-63 {
    margin-bottom: 63px
}

.mb-64 {
    margin-bottom: 64px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-66 {
    margin-bottom: 66px
}

.mb-67 {
    margin-bottom: 67px
}

.mb-68 {
    margin-bottom: 68px
}

.mb-69 {
    margin-bottom: 69px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-71 {
    margin-bottom: 71px
}

.mb-72 {
    margin-bottom: 72px
}

.mb-73 {
    margin-bottom: 73px
}

.mb-74 {
    margin-bottom: 74px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-76 {
    margin-bottom: 76px
}

.mb-77 {
    margin-bottom: 77px
}

.mb-78 {
    margin-bottom: 78px
}

.mb-79 {
    margin-bottom: 79px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-81 {
    margin-bottom: 81px
}

.mb-82 {
    margin-bottom: 82px
}

.mb-83 {
    margin-bottom: 83px
}

.mb-84 {
    margin-bottom: 84px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-86 {
    margin-bottom: 86px
}

.mb-87 {
    margin-bottom: 87px
}

.mb-88 {
    margin-bottom: 88px
}

.mb-89 {
    margin-bottom: 89px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-91 {
    margin-bottom: 91px
}

.mb-92 {
    margin-bottom: 92px
}

.mb-93 {
    margin-bottom: 93px
}

.mb-94 {
    margin-bottom: 94px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-96 {
    margin-bottom: 96px
}

.mb-97 {
    margin-bottom: 97px
}

.mb-98 {
    margin-bottom: 98px
}

.mb-99 {
    margin-bottom: 99px
}

.mb-100 {
    margin-bottom: 100px
}

.mtb-1 {
    margin-top: 1px;
    margin-bottom: 1px
}

.mtb-2 {
    margin-top: 2px;
    margin-bottom: 2px
}

.mtb-3 {
    margin-top: 3px;
    margin-bottom: 3px
}

.mtb-4 {
    margin-top: 4px;
    margin-bottom: 4px
}

.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.mtb-6 {
    margin-top: 6px;
    margin-bottom: 6px
}

.mtb-7 {
    margin-top: 7px;
    margin-bottom: 7px
}

.mtb-8 {
    margin-top: 8px;
    margin-bottom: 8px
}

.mtb-9 {
    margin-top: 9px;
    margin-bottom: 9px
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mtb-11 {
    margin-top: 11px;
    margin-bottom: 11px
}

.mtb-12 {
    margin-top: 12px;
    margin-bottom: 12px
}

.mtb-13 {
    margin-top: 13px;
    margin-bottom: 13px
}

.mtb-14 {
    margin-top: 14px;
    margin-bottom: 14px
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.mtb-16 {
    margin-top: 16px;
    margin-bottom: 16px
}

.mtb-17 {
    margin-top: 17px;
    margin-bottom: 17px
}

.mtb-18 {
    margin-top: 18px;
    margin-bottom: 18px
}

.mtb-19 {
    margin-top: 19px;
    margin-bottom: 19px
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mtb-21 {
    margin-top: 21px;
    margin-bottom: 21px
}

.mtb-22 {
    margin-top: 22px;
    margin-bottom: 22px
}

.mtb-23 {
    margin-top: 23px;
    margin-bottom: 23px
}

.mtb-24 {
    margin-top: 24px;
    margin-bottom: 24px
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.mtb-26 {
    margin-top: 26px;
    margin-bottom: 26px
}

.mtb-27 {
    margin-top: 27px;
    margin-bottom: 27px
}

.mtb-28 {
    margin-top: 28px;
    margin-bottom: 28px
}

.mtb-29 {
    margin-top: 29px;
    margin-bottom: 29px
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mtb-31 {
    margin-top: 31px;
    margin-bottom: 31px
}

.mtb-32 {
    margin-top: 32px;
    margin-bottom: 32px
}

.mtb-33 {
    margin-top: 33px;
    margin-bottom: 33px
}

.mtb-34 {
    margin-top: 34px;
    margin-bottom: 34px
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.mtb-36 {
    margin-top: 36px;
    margin-bottom: 36px
}

.mtb-37 {
    margin-top: 37px;
    margin-bottom: 37px
}

.mtb-38 {
    margin-top: 38px;
    margin-bottom: 38px
}

.mtb-39 {
    margin-top: 39px;
    margin-bottom: 39px
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.mtb-41 {
    margin-top: 41px;
    margin-bottom: 41px
}

.mtb-42 {
    margin-top: 42px;
    margin-bottom: 42px
}

.mtb-43 {
    margin-top: 43px;
    margin-bottom: 43px
}

.mtb-44 {
    margin-top: 44px;
    margin-bottom: 44px
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.mtb-46 {
    margin-top: 46px;
    margin-bottom: 46px
}

.mtb-47 {
    margin-top: 47px;
    margin-bottom: 47px
}

.mtb-48 {
    margin-top: 48px;
    margin-bottom: 48px
}

.mtb-49 {
    margin-top: 49px;
    margin-bottom: 49px
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mtb-51 {
    margin-top: 51px;
    margin-bottom: 51px
}

.mtb-52 {
    margin-top: 52px;
    margin-bottom: 52px
}

.mtb-53 {
    margin-top: 53px;
    margin-bottom: 53px
}

.mtb-54 {
    margin-top: 54px;
    margin-bottom: 54px
}

.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px
}

.mtb-56 {
    margin-top: 56px;
    margin-bottom: 56px
}

.mtb-57 {
    margin-top: 57px;
    margin-bottom: 57px
}

.mtb-58 {
    margin-top: 58px;
    margin-bottom: 58px
}

.mtb-59 {
    margin-top: 59px;
    margin-bottom: 59px
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.mtb-61 {
    margin-top: 61px;
    margin-bottom: 61px
}

.mtb-62 {
    margin-top: 62px;
    margin-bottom: 62px
}

.mtb-63 {
    margin-top: 63px;
    margin-bottom: 63px
}

.mtb-64 {
    margin-top: 64px;
    margin-bottom: 64px
}

.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px
}

.mtb-66 {
    margin-top: 66px;
    margin-bottom: 66px
}

.mtb-67 {
    margin-top: 67px;
    margin-bottom: 67px
}

.mtb-68 {
    margin-top: 68px;
    margin-bottom: 68px
}

.mtb-69 {
    margin-top: 69px;
    margin-bottom: 69px
}

.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.mtb-71 {
    margin-top: 71px;
    margin-bottom: 71px
}

.mtb-72 {
    margin-top: 72px;
    margin-bottom: 72px
}

.mtb-73 {
    margin-top: 73px;
    margin-bottom: 73px
}

.mtb-74 {
    margin-top: 74px;
    margin-bottom: 74px
}

.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px
}

.mtb-76 {
    margin-top: 76px;
    margin-bottom: 76px
}

.mtb-77 {
    margin-top: 77px;
    margin-bottom: 77px
}

.mtb-78 {
    margin-top: 78px;
    margin-bottom: 78px
}

.mtb-79 {
    margin-top: 79px;
    margin-bottom: 79px
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.mtb-81 {
    margin-top: 81px;
    margin-bottom: 81px
}

.mtb-82 {
    margin-top: 82px;
    margin-bottom: 82px
}

.mtb-83 {
    margin-top: 83px;
    margin-bottom: 83px
}

.mtb-84 {
    margin-top: 84px;
    margin-bottom: 84px
}

.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px
}

.mtb-86 {
    margin-top: 86px;
    margin-bottom: 86px
}

.mtb-87 {
    margin-top: 87px;
    margin-bottom: 87px
}

.mtb-88 {
    margin-top: 88px;
    margin-bottom: 88px
}

.mtb-89 {
    margin-top: 89px;
    margin-bottom: 89px
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px
}

.mtb-91 {
    margin-top: 91px;
    margin-bottom: 91px
}

.mtb-92 {
    margin-top: 92px;
    margin-bottom: 92px
}

.mtb-93 {
    margin-top: 93px;
    margin-bottom: 93px
}

.mtb-94 {
    margin-top: 94px;
    margin-bottom: 94px
}

.mtb-95 {
    margin-top: 95px;
    margin-bottom: 95px
}

.mtb-96 {
    margin-top: 96px;
    margin-bottom: 96px
}

.mtb-97 {
    margin-top: 97px;
    margin-bottom: 97px
}

.mtb-98 {
    margin-top: 98px;
    margin-bottom: 98px
}

.mtb-99 {
    margin-top: 99px;
    margin-bottom: 99px
}

.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

@media screen and (max-width:768px) {
    .mt-1 {
        margin-top: 1px
    }
    .mt-2 {
        margin-top: 2px
    }
    .mt-3 {
        margin-top: 3px
    }
    .mt-4 {
        margin-top: 4px
    }
    .mt-5 {
        margin-top: 5px
    }
    .mt-6 {
        margin-top: 6px
    }
    .mt-7 {
        margin-top: 7px
    }
    .mt-8 {
        margin-top: 8px
    }
    .mt-9 {
        margin-top: 9px
    }
    .mb-1 {
        margin-bottom: 1px
    }
    .mb-2 {
        margin-bottom: 2px
    }
    .mb-3 {
        margin-bottom: 3px
    }
    .mb-4 {
        margin-bottom: 4px
    }
    .mb-5 {
        margin-bottom: 5px
    }
    .mb-6 {
        margin-bottom: 6px
    }
    .mb-7 {
        margin-bottom: 7px
    }
    .mb-8 {
        margin-bottom: 8px
    }
    .mb-9 {
        margin-bottom: 9px
    }
    .mtb-1 {
        margin-top: 1px;
        margin-bottom: 1px
    }
    .mtb-2 {
        margin-top: 2px;
        margin-bottom: 2px
    }
    .mtb-3 {
        margin-top: 3px;
        margin-bottom: 3px
    }
    .mtb-4 {
        margin-top: 4px;
        margin-bottom: 4px
    }
    .mtb-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .mtb-6 {
        margin-top: 6px;
        margin-bottom: 6px
    }
    .mtb-7 {
        margin-top: 7px;
        margin-bottom: 7px
    }
    .mtb-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }
    .mtb-9 {
        margin-top: 9px;
        margin-bottom: 9px
    }
    .mt-10,
    .mt-100,
    .mt-11,
    .mt-12,
    .mt-13,
    .mt-14,
    .mt-15,
    .mt-16,
    .mt-17,
    .mt-18,
    .mt-19,
    .mt-20,
    .mt-21,
    .mt-22,
    .mt-23,
    .mt-24,
    .mt-25,
    .mt-26,
    .mt-27,
    .mt-28,
    .mt-29,
    .mt-30,
    .mt-31,
    .mt-32,
    .mt-33,
    .mt-34,
    .mt-35,
    .mt-36,
    .mt-37,
    .mt-38,
    .mt-39,
    .mt-40,
    .mt-41,
    .mt-42,
    .mt-43,
    .mt-44,
    .mt-45,
    .mt-46,
    .mt-47,
    .mt-48,
    .mt-49,
    .mt-50,
    .mt-51,
    .mt-52,
    .mt-53,
    .mt-54,
    .mt-55,
    .mt-56,
    .mt-57,
    .mt-58,
    .mt-59,
    .mt-60,
    .mt-61,
    .mt-62,
    .mt-63,
    .mt-64,
    .mt-65,
    .mt-66,
    .mt-67,
    .mt-68,
    .mt-69,
    .mt-70,
    .mt-71,
    .mt-72,
    .mt-73,
    .mt-74,
    .mt-75,
    .mt-76,
    .mt-77,
    .mt-78,
    .mt-79,
    .mt-80,
    .mt-81,
    .mt-82,
    .mt-83,
    .mt-84,
    .mt-85,
    .mt-86,
    .mt-87,
    .mt-88,
    .mt-89,
    .mt-90,
    .mt-91,
    .mt-92,
    .mt-93,
    .mt-94,
    .mt-95,
    .mt-96,
    .mt-97,
    .mt-98,
    .mt-99 {
        margin-top: 10px
    }
    .mb-10,
    .mb-100,
    .mb-11,
    .mb-12,
    .mb-13,
    .mb-14,
    .mb-15,
    .mb-16,
    .mb-17,
    .mb-18,
    .mb-19,
    .mb-20,
    .mb-21,
    .mb-22,
    .mb-23,
    .mb-24,
    .mb-25,
    .mb-26,
    .mb-27,
    .mb-28,
    .mb-29,
    .mb-30,
    .mb-31,
    .mb-32,
    .mb-33,
    .mb-34,
    .mb-35,
    .mb-36,
    .mb-37,
    .mb-38,
    .mb-39,
    .mb-40,
    .mb-41,
    .mb-42,
    .mb-43,
    .mb-44,
    .mb-45,
    .mb-46,
    .mb-47,
    .mb-48,
    .mb-49,
    .mb-50,
    .mb-51,
    .mb-52,
    .mb-53,
    .mb-54,
    .mb-55,
    .mb-56,
    .mb-57,
    .mb-58,
    .mb-59,
    .mb-60,
    .mb-61,
    .mb-62,
    .mb-63,
    .mb-64,
    .mb-65,
    .mb-66,
    .mb-67,
    .mb-68,
    .mb-69,
    .mb-70,
    .mb-71,
    .mb-72,
    .mb-73,
    .mb-74,
    .mb-75,
    .mb-76,
    .mb-77,
    .mb-78,
    .mb-79,
    .mb-80,
    .mb-81,
    .mb-82,
    .mb-83,
    .mb-84,
    .mb-85,
    .mb-86,
    .mb-87,
    .mb-88,
    .mb-89,
    .mb-90,
    .mb-91,
    .mb-92,
    .mb-93,
    .mb-94,
    .mb-95,
    .mb-96,
    .mb-97,
    .mb-98,
    .mb-99 {
        margin-bottom: 10px
    }
    .mtb-10,
    .mtb-100,
    .mtb-11,
    .mtb-12,
    .mtb-13,
    .mtb-14,
    .mtb-15,
    .mtb-16,
    .mtb-17,
    .mtb-18,
    .mtb-19,
    .mtb-20,
    .mtb-21,
    .mtb-22,
    .mtb-23,
    .mtb-24,
    .mtb-25,
    .mtb-26,
    .mtb-27,
    .mtb-28,
    .mtb-29,
    .mtb-30,
    .mtb-31,
    .mtb-32,
    .mtb-33,
    .mtb-34,
    .mtb-35,
    .mtb-36,
    .mtb-37,
    .mtb-38,
    .mtb-39,
    .mtb-40,
    .mtb-41,
    .mtb-42,
    .mtb-43,
    .mtb-44,
    .mtb-45,
    .mtb-46,
    .mtb-47,
    .mtb-48,
    .mtb-49,
    .mtb-50,
    .mtb-51,
    .mtb-52,
    .mtb-53,
    .mtb-54,
    .mtb-55,
    .mtb-56,
    .mtb-57,
    .mtb-58,
    .mtb-59,
    .mtb-60,
    .mtb-61,
    .mtb-62,
    .mtb-63,
    .mtb-64,
    .mtb-65,
    .mtb-66,
    .mtb-67,
    .mtb-68,
    .mtb-69,
    .mtb-70,
    .mtb-71,
    .mtb-72,
    .mtb-73,
    .mtb-74,
    .mtb-75,
    .mtb-76,
    .mtb-77,
    .mtb-78,
    .mtb-79,
    .mtb-80,
    .mtb-81,
    .mtb-82,
    .mtb-83,
    .mtb-84,
    .mtb-85,
    .mtb-86,
    .mtb-87,
    .mtb-88,
    .mtb-89,
    .mtb-90,
    .mtb-91,
    .mtb-92,
    .mtb-93,
    .mtb-94,
    .mtb-95,
    .mtb-96,
    .mtb-97,
    .mtb-98,
    .mtb-99 {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .row-eq-height {
        display: block;
    }
}

.inflex {
    display: inline-flex;
}

@media screen and (max-width: 768px) {
    .inflex {
        display: block;
    }
}

.logo {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.clpadr {
    padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpadr {
        padding-right: 15px !important;
    }
}

.clpadl {
    padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpadl {
        padding-left: 15px !important;
    }
}

.clpad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpad {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.navbar-toggle {
    background-color: #544e4e !important;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff !important;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .type1 {
    top: 6px;
    transform: rotate(46deg);
}

.navbar-toggle.active .type2 {
    background-color: transparent !important;
}

.navbar-toggle.active .type3 {
    top: -6px;
    transform: rotate(-50deg);
}

.txt-r {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .txt-r {
        text-align: center;
    }
}

.txt-l {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .txt-l {
        text-align: center;
    }
}

/* First level*/

.cd-accordion-menu label,
.cd-accordion-menu a {
    color: #282828;
    background-color: #f9f9f9;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding: 12px;
    display: block;
    transition: all 0.3s;
    border-bottom: 1px solid #efefef;
}

.cd-accordion-menu label:hover,
.cd-accordion-menu a:hover {
    padding-left: 15px;
    color: #544e4e !important;
    background: #544e4e00;
}

/* second level*/

.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
    padding: 6px 20px;
    background: #f9f9f9;
    color: #282828;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px #efefef solid;
    transition: all 0.3s;
    text-transform: capitalize;
}

.cd-accordion-menu ul label:hover,
.cd-accordion-menu ul a:hover {
    padding-left: 18px;
}

/* third level*/

.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
    padding-left: 30px;
    transition: all 0.3s;
}

.cd-accordion-menu ul ul label:hover,
.cd-accordion-menu ul ul a:hover {
    padding-left: 35px;
}

/* forth level*/

.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
    padding-left: 40px;
    transition: all 0.3s;
}

.cd-accordion-menu ul ul ul label:hover,
.cd-accordion-menu ul ul ul a:hover {
    padding-left: 45px;
}

/* fifth level*/

.cd-accordion-menu ul ul ul ul label,
.cd-accordion-menu ul ul ul ul a {
    padding-left: 50px;
    transition: all 0.3s;
}

.cd-accordion-menu ul ul ul ul label:hover,
.cd-accordion-menu ul ul ul ul a:hover {
    padding-left: 55px;
}

.cat_active {
    color: #fff !important;
    background: #544e4e !important;
}

.cat_active:hover {
    color: #fff !important;
}

.cd-accordion-menu a.cat_active:hover {
    color: #fff !important;
}

.cd-accordion-menu label:hover {
    color: #544e4e !important;
}

.paginginfo {
    float: left;
    width: 100%;
    background: #e8e5e500;
    margin: 0 10px 0 0;
    font-size: 0;
    padding: 13px 0;
    border: 1px solid #e9e9e9;
}

.paginginfo p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 0;
    color: black;
}

.pgright {
    float: right;
}

@media screen and (max-width: 768px) {
    .paginginfo {
        text-align: center;
    }
    .pgright {
        float: none;
    }
}

.paginginfo a {
    margin: 0 1px;
}

.paginginfo a.paging {
    background: #00000000;
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s;
    border: 1px solid #e9e9e9;
}

.paginginfo a.paging:hover {
    background: #544e4e;
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
}

.paginginfo a.pagingd {
    background: #8c898a00;
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s;
    border: 1px solid #e9e9e9;
}

.paginginfo a.pagingd:hover {
    color: #fff !important;
    border-color: #544e4e;
    background: #544e4e;
}

.paginginfo a.paginga {
    background: #544e4e;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s;
    border: 1px solid #544e4e;
}

.paginginfo a.paginga:hover {
    color: #fff !important;
}

.xmsgred {
    border-radius: 5px;
    margin: 10px 0;
    color: black;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 10px;
    background: #544e4e !important;
    color: #fff;
}

.prodpgcat a {
    background: transparent;
    color: #000;
    display: block;
    padding: 10px 15px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    text-transform: capitalize;
    border: 1px solid #544e4e;
    margin: 5px 0px;
}

.prodpgcat a:hover {
    background: #544e4e;
    color: #fff !important;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.bbasket {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
}

.bbasket .pdpd {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .bbasket .pdpd {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.bbasket h5 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 10px;
    color: #363f4d;
    margin: 0 0 5px 0;
    background-color: #f9f9f9;
    border: 0px solid #ebebeb;
}

.bbasket p {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.bbasket p span {
    color: red;
}

/*Notices*/

.card {
    border-radius: 5px;
    margin: 5px 0;
}

.green {
    background: #93f193;
}

.red {
    background: #f9a299;
}

.orange {
    background: #f9ce99;
}

.card-content {
    padding: 10px;
    text-align: center;
}

.card-content p {
    margin: 0;
}

.ccback {
    display: inline-block;
    background: #544e4e;
    color: #fff !important;
    padding: 8px 15px;
    margin: 5px 0;
    transition: all 0.5s;
    border-radius: 5px;
}

.ccback:hover {
    background: #282829;
    color: white !important;
}

/* Sitemap*/

.sitemap a {
    font: 400 14px 'Roboto', sans-serif;
    color: #000;
    padding: 3px !important;
    display: block;
    transition: all 0.5s;
}

.sitemap a:hover {
    font: 400 14px 'Roboto', sans-serif;
    padding: 3px !important;
    display: block;
    color: #544e4e;
}

.sitemap ul {
    margin-left: 10px;
}

.sitemap ul ul {
    margin-left: 20px;
}

.sitemap ul ul ul {
    margin-left: 30px;
}

.sitemap ul ul ul ul {
    margin-left: 40px;
}

/****************************************/

.bclr {
    border: 1px solid #efebeb;
    transition: all 0.8s;
}

.bclr:hover {
    border: 1px solid #00a55a33;
}

/*next pages start*/

.mid_cont {
    background-color: #fff;
}

.head_cont1 {
    margin: 0px 0 0 0px;
    background: #000;
    position: relative;
}

.next_cont {}

.leftmenu {
    width: 100%;
}

.bclrpp {
    background-color: #e3e3e3 !important;
}

.prod_heading_left {}

.prod_heading_left h4 {
    font-size: 500 20px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #2d2d2d;
    margin: 0px 0 0 0px;
    padding: 16px 0px;
}

.nextbb {
    position: relative;
}

.prod_heading_right {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.prod_heading_right h1 {
    color: #544e4e;
    margin-bottom: 0px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
}

.prod_heading_right h4 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin: 0px 0 0 0px;
    padding: 20px 0px 0px 0;
    text-transform: capitalize;
}

.prod_heading_right h4 a {
    color: #fff;
}

.prod_heading_right h4 a:hover {
    color: #544e4e !important;
}

.prod_heading_leftc {}

.prod_heading_leftc h4 {
    font-size: 500 20px;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    color: #2d2d2d;
    margin: 0px 0 0 0px;
    padding: 16px 0px;
}

.leftmenu h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    background: #f9f9f9;
    color: #242424;
    margin: 0px 0 1px 0px;
    padding: 20px 15px;
    text-align: left;
    border: 1px solid #efefef;
}

.leftmenu ul {
    margin: 0;
    padding: 0;
}

.leftmenu li {
    list-style: none;
}

.leftmenu li:hover {}

.prdarea {
    width: 100%;
}

.leftmenu .prordfa {
    background: #282525;
    color: #fff;
    margin: 0 0 0 0px;
    padding: 2px 8px 2px 9px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 24px;
}

.prdarea1 h4 {
    font-size: 500 18px;
    font-family: 'Lato', sans-serif;
    background: #282525;
    color: #fff;
    margin: 0px 0 0 0px;
    padding: 10px 14px;
    text-transform: capitalize;
}

.prdarea1 h4 a {
    color: #fff;
}

.fa {
    padding: 0px 0px;
}

.prdarea3 {}

.prdarea3 h4 {
    font-size: 500 20px;
    font-family: 'Lato', sans-serif;
    background: #282525;
    color: #fff;
    margin: 20px 0 0 0px;
    padding: 10px 14px;
    text-transform: capitalize;
}

.prdarea3 h4 a {
    color: #fff;
}

.contactbx {
    margin: 20px 0 20px 0px;
    text-align: center;
}

.contactbx strong {
    font-size: 500 15px;
    font-family: 'Lato', sans-serif;
    color: #544e4e;
    margin: 0 0 0 0px;
    padding: 0px 0 4px 0px;
    text-transform: uppercase;
}

.contactbx h4 {
    font-size: 600 16px;
    font-family: 'Lato', sans-serif;
    color: #ff2a18;
    margin: 0 0 0 0px;
    padding: 0px 0 10px 0px;
    text-transform: uppercase;
}

.contactbx p {
    font-size: 500 14px;
    font-family: 'Lato', sans-serif;
    color: #3e3e3e;
    margin: 0 0 0 0px;
    padding: 0px 0 4px 0px;
    line-height: 22px;
    text-align: justify;
    text-align: center;
}

.contactbx a {
    color: #3e3e3e;
    transition: all 0.5s;
}

.contactbx a:hover {
    color: #544e4e;
    text-decoration: underline;
}

.contactbx .fas {
    color: #3e3e3e;
    margin: 0 8px 10px 0px;
    font-size: 45px;
    text-align: center;
}

.backk2 {
    background: #323030;
    padding: 0 0 54px 10px;
}

.contactbxm {
    -webkit-box-shadow: -1px 2px 23px 1px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: -1px 2px 23px 1px rgba(0, 0, 0, 0.62);
    box-shadow: -1px 2px 23px 1px rgba(0, 0, 0, 0.62);
}

.largeimg {
    border: 1px solid #ebebeb;
    background: #fff;
}

.bclrcc {
    background: #efefef;
    padding: 64px 12px;
}

.prdareasear {}

.prdareasear h4 {
    font-size: 500 18px, font-family: 'Lato', sans-serif;
    sans-serif;
    background: #004b79;
    color: #fff;
    margin: 0px 0 0 0px;
    padding: 10px 14px;
    text-transform: capitalize;
}

.prdareasear h4 a {
    color: #fff;
}

.prdareab {}

.prdareab h4 {
    font-size: 500 18px;
    font-family: 'Lato', sans-serif;
    background: #004b79;
    color: #fff;
    margin: 0px 0 0 0px;
    padding: 10px 14px;
    text-transform: capitalize;
}

.prdareab h4 a {
    color: #fff;
}

.prdareai {}

.prdareai h4 {
    font-size: 500 18px;
    font-family: 'Lato', sans-serif;
    background: #004b79;
    color: #fff;
    margin: 0px 0 0 0px;
    padding: 10px 14px;
    text-transform: capitalize;
}

.prdareai h4 a {
    color: #fff;
}

.prdareag {}

.prdareag h4 {
    font-size: 500 18px;
    font-family: 'Lato', sans-serif;
    background: #004b79;
    color: #fff;
    margin: 0px 0 0 0px;
    padding: 10px 14px;
    text-transform: capitalize;
}

.prdareag h4 a {
    color: #fff;
}

.lfetop {}

.lfetop h4 {
    font-size: 600 15px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0 0px 0px;
    padding: 8px 0px;
}

.lfetop h4 a {
    color: #000;
}

.detail2 {
    margin-bottom: 15px;
}

.detail2 h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    color: #131313;
    margin: 0px 0 10px 0px;
    padding: 0px 0px;
}

.detail2 h5 {
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    color: #282828;
    margin: 20px 0 24px 0px;
    border-bottom: 1px solid #ebebeb;
    padding: 0px 0 15px 0px;
    font-size: 16px;
}

.detail2 h6 {
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    color: #131313;
    margin: 0px 0 15px 0px;
    font-size: 16px;
    padding: 0px 0 20px 0px;
    border-bottom: 1px solid #ebebeb;
}

.detail2 p {
    font-family: 'Lato', sans-serif;
    color: #282828;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 2px;
    line-height: 24px;
    text-align: justify;
    font-size: 14px;
}

.detail2 select {
    background: #efefef;
    border: none;
    outline: none;
    border-radius: 0;
}

.t1515 {}

.t1515 input {
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    background: #000;
    color: #fff;
    margin: 25px 0 0 4px;
    padding: 10px 40px;
    text-align: center;
    transition: all 0.4s;
    border-radius: 0;
}

.t1515 input:hover {
    background: #282829;
    color: #fff;
}

.real {}

.real h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color: #282828;
    margin: 25px 0 0px 0px;
    padding: 0px 0px;
    text-align: center;
}

.lasani222 {}

.lasani222 h4 {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    background: url(images/cmspagbg.png) no-repeat center bottom;
    padding-bottom: 30px;
    margin: 20px 0 28px 0px;
}

.bclrcnt {
    background: #1a1a1a;
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.bclrcnt strong {
    font-size: 600 16px;
    font-family: 'Lato', sans-serif;
    color: #ffcf40;
    margin: 0 0 6px 0px;
    padding: 0 0px;
}

.bclrcnt p {
    font-size: 400 13px;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    margin: 0 0 0 0px;
    padding: 0 0px;
    line-height: 22px;
    text-align: justify;
}

.bclrcnt a {
    color: #FFFFFF;
    transition: all 0.4s;
}

.bclrcnt a:hover {
    color: #ffe354;
    color: #000000;
    text-decoration: underline;
}

.bclrcnt .fa {
    margin: 0 4px 0 0px;
    font-size: 14px;
    color: #ffcf40;
}

.feedcon {
    float: left;
    width: 100%;
}

.feedcon h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 20px 0px;
}

.feedcon input {
    border: 1px solid #d8d8d8;
    border-radius: 0;
    background: #ffffff;
}

.feedcon select {
    border: 1px solid #d8d8d8;
    border-radius: 0;
    background: #ffffff;
}

.feedcon textarea {
    border: 1px solid #d8d8d8;
    border-radius: 0;
    background: #ffffff;
}

.feedcon button {
    background: #000;
    color: #fff;
    outline: none;
    border: none;
    margin: 0 0 0 0px;
    padding: 13px 40px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    border-radius: 0;
    transition: all 0.4s;
    font-size: 14px;
    line-height: initial;
    font-weight: 600;
    height: auto;
    border-radius: 5px
}

.feedcon button:hover {
    background: #544e4e;
    color: #fff;
}

#next_pagesss {
    margin: 65px 0px;
}

#next_pagess {
    margin: 65px 0px;
}

.bbasket .pdpd img {
    width: 100px;
}

.lara_prdoducts {
    float: left;
}

.lara_prdoducts .list-col {
    display: inline-block;
    float: left;
    width: 100%;
}

.lara_prdoducts .list-col .gridview {
    display: inline-block;
    margin: 0;
    padding: 0px 5px 0px;
    float: left;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.lara_prdoducts .product-action-wrapper-2 {
    margin: 0px -15px -15px;
    opacity: 0;
    padding: 20px 23px 0;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    left: 0;
    right: 0;
}

.lara_prdoducts .devita-product-2:hover .list-col .gridview {
    margin-bottom: 0px;
}

.lara_prdoducts .devita-product-2.devita-product-yellowgreen .list-col .gridview {
    padding: 0 28px 10px;
}

.lara_pagination {
    margin-top: 30px;
}

.laraqty {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #282828;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.t1515 .lara_add_basket {
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    background: #544e4e;
    color: #fff;
    margin: 0px 0 0 0px;
    padding: 10px 40px;
    text-align: center;
    transition: all 0.4s;
    border-radius: 0;
    line-height: initial !important;
    height: auto !important;
    border-radius: 5px !important;
}

.detail_social {
    margin-top: 30px;
}

.detail_social .footer_social ul li a {
    color: #3e3e3e;
}

.detail_social .footer_social ul li a:hover {
    color: #fff;
}

.slidee11 {
    margin-bottom: 110px;
}

.lara_tab_conat .show {
    display: block !important;
    opacity: 1 !important;
}

.lara_contact_btn_p {}

.lara_contact_btn_p button {
    background: #544e4e;
    color: #fff;
    padding: 11px 29px;
    height: auto;
    font-size: 15px;
    font-weight: 500;
    border: 0px;
    font-family: 'Lato', sans-serif;
    line-height: inherit;
    border-radius: 5px;
    transition: 0.45s;
}

.lara_contact_btn_p button:hover {
    background: #282829;
    color: #fff;
}

.about_zelator {}

.about_zelator .lara_h2_ab {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 24px;
    font-family: 'Lato', sans-serif;
    padding-bottom: 28px;
    position: relative;
    text-transform: uppercase;
}

.about_zelator .lara_h2_ab:after {
    background-color: #dddddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 80px;
}

.about_zelator .about_text_in_ab {}

.about_zelator .about_text_in_ab h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #242424;
    margin-bottom: 21px;
    font-family: 'Lato', sans-serif;
}

.about_zelator .about_text_in_ab p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #242424;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}

.about_zelator .about_text_in_ab a {
    background-color: #544e4e;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 45px;
    line-height: 1;
    transition: 0.45s;
    padding: 17px 37px 18px;
    text-transform: uppercase;
}

.about_zelator .about_text_in_ab a:hover {
    background: #282829;
}

.pakistan_main {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.pakistan_main h1 {
    font-family: "Teko", sans-serif;
    font-size: 30px;
    padding-left: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.germany_main {
    float: left;
    width: 100%;
}

.germany_main h1 {
    font-family: "Teko", sans-serif;
    font-size: 30px;
    padding-left: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.lara_xxx {}

.lara_xxx h1 {
    font-family: "Teko", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.lara_map {
    margin-top: 30px;
}

.blog-area {
    margin-top: 35px;
}

.language-currency {
    margin-right: 42px;
    position: relative;
}

.language-currency:last-child {
    margin-right: 0px;
}

.language-currency::before {
    background-color: #297ad4;
    content: "";
    height: 16px;
    position: absolute;
    right: -21px;
    top: 3px;
    width: 1px;
}

.language-currency:last-child::before {
    display: none;
}

.language-currency.lang-curr-mrg {
    line-height: 1;
    margin-top: 4px;
}

.language-currency span.world_ico {
    display: inline-block;
    font-size: 14px;
}

.lang-curr-dropdown {
    display: inline-block;
}

.lang-curr-dropdown ul li {
    list-style: outside none none;
    position: relative;
}

.lang-curr-dropdown ul li a {
    color: #fff;
    font-size: 12px;
}

.lang-curr-dropdown ul li a:hover,
.header-top-right ul li a:hover {
    color: #ddd;
}

.lang-curr-dropdown ul li a i {
    font-size: 10px;
    margin-left: 5px;
}

.lang-curr-dropdown ul li ul {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    padding: 15px 14px;
    position: absolute;
    width: 100px;
    z-index: 99;
    top: 150%;
}

.lang-curr-dropdown ul li ul li {
    padding-bottom: 6px;
}

.lang-curr-mrg .lang-curr-dropdown ul li ul li {
    padding-bottom: 7px;
}

.lang-curr-dropdown ul li ul li:last-child,
.lang-curr-mrg .lang-curr-dropdown ul li ul li:last-child {
    padding-bottom: 0px;
}

.lang-curr-dropdown ul li ul li>a {
    color: #454545;
    text-transform: capitalize;
    display: block;
}

.lang-curr-dropdown ul li ul li>a:hover {
    color: #0363cd;
    padding-left: 5px;
}

@media screen and (max-width: 768px) {
    .bbasket {
        text-align: center;
    }
    .prod_heading_right h1 {
        font-size: 30px !important;
    }
    .prod_heading_right h4 {
        font-size: 13px;
        padding: 4px 0px 0px 0;
    }
}