/*
Theme Name: Buyingrose
Author: Harun Or Rashid
Author URI: http://www.creatrixsolution.com/
Version: 1.0
*/
@import url(https://fonts.googleapis.com/css?family=Ek+Mukta:400,200,300,500,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900|Raleway:400,600,800|Yellowtail);
* {
    margin: 0px;
    padding: 0px;
}
body {
    background: #fff;
    color: #23232d;
    font-family: "Ek Mukta";
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #414141;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5;
    margin: 0px 0px 8px 0px;
    text-transform:capitalize;
}
h1 { font-size: 70px;}
h2 { font-size: 30px;}
h3 { font-size: 24px;}
h4 { font-size: 16px;}
h5 { font-size: 14px;}
h6 { font-size: 12px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #23232d; }
p a { color: #00ABF0; }
p a:hover {
    color: #00ABF0;
    text-decoration:underline;
}
p {
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 10px;
}
a {
    color: #23232d;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: #00ABF0;
}
main a {
    text-decoration: none;
}
main p img{
  margin-right: 10px;
  }
  
main a:hover, main a:focus, main a:active {
    outline: none;
    text-decoration: none;
    color: #00ABF0;
}
.widget a {
    color: #555;
    text-decoration: none;
}
.widget a:hover, .widget a:focus, .widget a:active {
    outline: none;
    text-decoration: none;
    color: #00ABF0;
}
ul { margin-bottom: 0px; }
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    max-width: 100%;
}
.white p{
    color:#fff !important;
}
.white strong{
    color:#fff !important;
}
strong { color: #414141; }
.tg_media iframe {
    border: none;
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  z-index:3;
}
select {
    border: 1px solid #d2d2d2;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
label {
    color: #414141;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
select2-chosen-1,
button { border: none; }
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    color: #414141;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    background:#f5f5f5;

}
input:focus{box-shadow:none !important;}
form p {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option { padding: 5px 15px; }
li {
    line-height: 28px;
    list-style: disc inside none;
}
ul ul { margin-left: 20px; }
ol {
    float: none;
    list-style: decimal inside;
}
ol ol { margin-left: 20px; }
ol li {
    list-style: decimal inside;
    width: 100%;
}

/* =============================================
                        Global Elements 
============================================= */
.haslayout{
    width:100%;
    float:left;
    position:relative;
}
.mid-bar .left{
    float: left;
}
.mid-bar .right{
    float: right;
}
.cart{ position:relative; float: left;}
.cart .dropdown-menu{
    display:block;
    visibility:hidden;
    opacity:0;
    top:300%;
    border:0;

    margin:0;
    padding:0;
    border-radius:0;
}
.open.cart > .dropdown-menu{
    visibility:visible;
    opacity:1;
    top:100%;
}
.dropdown-menu.cart-item{
    width:360px;
    background:#fff;
    border:1px solid;
    padding:15px;
}
.dropdown-menu.cart-item p{ margin:0;}
.dropdown-menu.cart-item strong.title{
    display:block;
    font-size:20px;
    line-height:24px;
    padding:0 0 0;
}
.dropdown-menu.cart-item .cart-list{
    list-style:none;
    overflow:hidden;
}
.dropdown-menu.cart-item .cart-list li{
    overflow:hidden;
    padding:15px 0;
    border-bottom:1px solid;
}
.dropdown-menu.cart-item .cart-list li .product-img {
    float: left;
    padding: 0 15px 0 0;
    width: 96px;
  height:81px;
}
.dropdown-menu.cart-item .cart-list li .product-img img{
    display:block;
    width:100%;
    height:auto;
}
.dropdown-menu.cart-item .cart-list li .detail{
    float:left;
    font-size:15px;
    line-height:18px;
    font-weight:500;
    width:210px;
}
.dropdown-menu.cart-item .cart-list li .detail > span{
    display:block;
    padding:0 0 10px;
}
.dropdown-menu.cart-item .cart-list li .detail span.quantity span{ display:inline-block;}
.dropdown-menu.cart-item .cart-list li .detail span.quantity{font-size:14px;}
.dropdown-menu.cart-item .cart-list li .btn-delete-item{ float:right;}
.dropdown-menu.cart-item .btn-area{
    padding:15px 0 0;
    overflow:hidden;
}
.dropdown-menu.cart-item .btn-area .btn-theme{ float:right;}
.dropdown-menu.cart-item .btn-area .btn-theme:first-child{
    float:left;
    width:140px;
}
.dropdown-menu.cart-item .btn-area .btn-checkout{ float:right;}
.cart .theme-btn.btn-checkout,
.cart .theme-btn.btn-viewall{
    padding:1px 30px 0;
    width:auto;
    float:left;
    border:0;
    line-height:34px;
    height:34px;
    font-size:12px;
}
.modal-dialog.newsletter,
.modal-dialog.newsletter.size-table{
    width:750px;
    height:450px;
    position:absolute;
    border-radius:0;
    box-shadow:none;
    margin:-225px 0 0 -375px;
    top:50%;
  left:50%;
}
.modal-dialog.newsletter.size-table .modal-content,
.modal-dialog.newsletter.size-table{ height:auto;}
.modal-dialog.newsletter.tg-product{
    width:230px;
    height:auto;
    padding:0;
    border:0;
    margin:-20% auto 0;
}
.modal-dialog.newsletter.tg-product .modal-content{height:auto;}
.modal-dialog.newsletter img{
    position:absolute;
    left:-60px;
    top:0;
    float:left;
    z-index:1;
}
.newsletter .content-box{
    overflow:hidden;
    width:100%;
    position:relative;
    z-index:2;
    padding: 15px;
}
.modal-dialog.newsletter.tg-product .content-box{ padding:0;}
button.close:hover,
button.close:focus,
button.close{
    width:20px;
    height:20px;
    position:absolute;
    top:-24px;
    right:0;
    opacity:1;
    background:none;
    border-radius:0;
    text-shadow:none;
}
button.close span{
    font-size:9px;
    line-height:10px;
    display:block;
    text-align:center;
}
.modal-dialog.size-table .content-box{ padding:30px;}
.modal-dialog.size-table .content-box h2{
    margin:0 0 30px;
    font-weight:normal;
    text-align:center;
}
.table-responsive{ margin:0 -30px;}
.table-responsive .table{margin:0;}
.table-responsive .table thead{text-transform:uppercase;}
.table-responsive .table > caption + thead > tr:first-child > th,
.table-responsive .table > colgroup + thead > tr:first-child > th,
.table-responsive .table > thead:first-child > tr:first-child > th,
.table-responsive .table > caption + thead > tr:first-child > td,
.table-responsive .table > colgroup + thead > tr:first-child > td,
.table-responsive .table > thead:first-child > tr:first-child > td,
.table-responsive .table thead tr th,
.table-responsive .table thead tr{border:0;}
.table-responsive .table tbody tr td,
.table-responsive .table tbody tr{ border:0;}
.table-responsive .table tbody tr td:first-child{
    text-align:left;
    padding:6px 10px 6px 30px;
}
.my-account ul li{
    line-height:normal;
    overflow:hidden;
    padding:20px 0 0;
    list-style-type:none;
}
.my-account ul li:first-child{ padding:0;}
.my-account strong.title{
    display:block;
    padding:0 0 20px;
}
.my-account p{margin:0 0 20px;}
.button,
.theme-btn{
    width:168px;
    display:block;
    border:1px solid;
    text-align:center;
    border-radius:6px;
    margin:0 auto;
    text-transform:uppercase;
    color: #fff !important;
}
.small-theme-btn{
    width:130px;
    display:block;
    text-align:center;
    border-radius:4px;
    border:1px solid;
    margin:0 auto;
    text-transform:uppercase;
    font:800 12px/40px 'Raleway', Arial, Helvetica, sans-serif;
}
.social-icon{ text-align:center;}
.social-icon li{
    display:inline-block;
    vertical-align:top;
    padding:0 0 0 6px;
}
.social-icon li a{
    width:18px;
    height:18px;
    line-height:18px;
    overflow:hidden;
    border-radius:3px;
    display:block;
    text-align:center;
    background: #eaeaea;
}
.social-icon li a i{
    display:block;
    text-align:center;
    font-size:12px;
    line-height:18px;
    color:#222;
}
.social-icon li a:hover{
    background: #00ABF0;
}
.social-icon li i:hover{
    color: #fff;
}
.img-hover{
    left:0;
    top:70%;
    z-index:2;
    opacity:0;
    width:100%;
    height:100%;
    position:absolute;
    visibility:hidden;
    background:rgba(206, 46, 133, 0.75);
}
.img-hover .holder{
    position:relative;
    width:100%;
    height:100%;
    display:table;
}
.icon.glyph-icon{
    display:block;
    color:#fff;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    width:100%;
    height:100%;
}
.arrow-bottom-right,
.arrow-bottom-left,
.arrow-top-right,
.arrow-top-left,
.arrow-bottom,
.arrow-right,
.arrow-left,
.arrow-top{position:relative}
.arrow-bottom-right:after,
.arrow-bottom-left:after,
.arrow-top-right:after,
.arrow-top-left:after,
.arrow-top:after,
.arrow-right:after,
.arrow-bottom:after,
.arrow-left:after{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    z-index:2;
}
.arrow-bottom:after,
.arrow-top:after{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.arrow-right:after,
.arrow-left:after{
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}
.arrow-top:after{border-bottom: 20px solid #414141;}
.arrow-bottom:after{border-top: 20px solid #414141;}
.arrow-right:after{ border-left: 20px solid #414141;}
.arrow-left:after{border-right: 20px solid #414141;}
.arrow-top-right:after,
.arrow-top-left:after{border-top: 20px solid;}
.arrow-bottom-left:after,
.arrow-bottom-right:after{border-bottom: 20px solid;}
.arrow-bottom-right:after,
.arrow-top-left:after{border-right: 20px solid transparent;}
.arrow-bottom-left:after,
.arrow-top-right:after{border-left: 20px solid transparent;}
.nav-tag-holder{
    position:absolute;
    display:block;
    top:4px;
    left:16px;
}
.nav-tag {
    color: #fff;
    z-index: 2;
    font-size:10px;
    line-height:12px;
    padding: 3px 6px;
    position: relative;
    background:#3d3d3d;
    text-transform:capitalize;
}
.nav-tag-holder .nav-tag{
    position:relative;
    display:block;
}
.nav-tag-holder .nav-tag:before {
    content:'';
    width: 0;
    height: 0;
    top:100%;
    left:0;
    position:absolute;
    border-top: 7px solid #3d3d3d;
    border-right: 6px solid transparent;
}
.btn-dropdown em,
.btn-dropdown span{
    display:inline-block;
    vertical-align:middle;
}
.dropdown ul.dropdown-menu{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    border-radius:0;
    top:80px;
    left:0;
    display: none;
    opacity:0;
    font:600 14px/20px "Raleway",Arial,Helvetica,sans-serif;
    text-align: left;
    z-index: -1;
}
.dropdown ul.dropdown-menu ul {
    left: auto;
    right: 100%;
    top: 0;
}
.dropdown div.dropdown-menu{
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    border:0;
    border-radius:0;
    top:80px;
    left:0;
    display:block;
    visibility:hidden;
    opacity:0;
    font:600 14px/20px "Raleway",Arial,Helvetica,sans-serif;
}
.dropdown.open ul.dropdown-menu{
    top:35px;
    visibility:visible;
    opacity:1;
}
.dropdown.open div.dropdown-menu{
    top:35px;
    visibility:visible;
    opacity:1;
}
.dropdown-menu li{list-style-type:none;}
.email,
.phone{
    display:inline-block;
    vertical-align:middle;
    margin:0 20px 0 0;
}
.email,
.phone{
    color: #eaeaea;
}
.email i,
.email em,
.phone i,
.phone em{
    display:inline-block;
    vertical-align:middle;
    font-style:normal;
    margin:0 10px 0 0;
}
.btn-badge{
    background:none;
    font-weight:700;
    color:#23232d;
    font-size:15px;
    line-height:18px;
    position:relative;
}
.btn-badge i{
    font-size:25px;
    line-height:25px;
    display:inline-block;
    vertical-align:middle;
}
.btn-badge em{
    display:inline-block;
    vertical-align:middle;
    font-style:normal;
    padding:0 0 0 10px;
}
.badge{
    position:absolute;
    top:-6px;
    left:10px;
    background:#e5493a;
    color:#fff;
    font-size:10px;
  height:20px;
  line-height:20px;
    width:20px;
    display:block;
    padding:0;
    text-align:center;
}
.border-left,
.border-center{
    overflow:hidden;
    position:relative;
    padding:0 0 30px;
    margin:0 0 30px;
}
.border-left{
    margin:0 0 20px;
    padding:0 0 20px;
}
.border-left h2,
.border-left h3{
    text-transform:uppercase;
    line-height:24px;
    margin:0;
    font-size:24px;
}
.border-left::after {
    background: #363636;
}
.border-left:after,
.border-center:after{
    position:absolute;
    content:'';
    max-width:170px;
    width:100%;
    left:50%;
    margin:0 0 0 -85px;
    bottom:0;
    height:2px;
}
.border-left:after{
    left:0;
    max-width:70px;
    width:100%;
    margin:0
}
.description{
    overflow:hidden;
    padding:0 0 30px;
}
.section-heading::before, .social-icon li a, .section-heading::after {
    background: #555;
}
.section-heading{
    font-family: "Ek Mukta";
    overflow:hidden;
    position:relative;
    text-align:center;
    margin:0 0 60px;
    margin-top:60px;
}
.section-heading::after{
    content:'';
    position:absolute;
    width:100%;
    top:18px;
    left:0;
    height:2px;
    z-index:1;
}
.section-heading::before{
    content:'';
    position:absolute;
    width:100%;
    bottom:19px;
    left:0;
    height:1px;
    z-index:1;
}
.heading{
    width:44%;
    margin:0 auto;
    position:relative;
    z-index:2;
    text-transform:uppercase;
    background: #fff;
}
.alteration-fancy-heading .heading{
    width:44%;
    margin:0 auto;
    position:relative;
    z-index:2;
    text-transform:uppercase;
}
.alteration-fancy-heading  .heading{
    background: #f7f7f7;
}
.section-heading h2{
    text-transform:uppercase;
    margin:0;
    line-height:30px;
}
.section-heading .subheading{
    display:block;
    font-size:12px;
    line-height:12px;
}
.frame-img{
    margin:0;
    padding:7px;
    position:relative;
    z-index:2;
}
.frame-img:before,
.frame-img:after{
    position:absolute;
    content:'';
    border:1px solid;
    z-index:1;
    width:95%;
    height:93%;
}
.frame-img:after{
    left:0;
    top:0;
}
.frame-img:before{
    right:0;
    bottom:0;
}
.frame-img img{
    display:block;
    width:100%;
    height:auto;
    border:1px solid;
    position:relative;
    z-index:2;
}
.padding-section{ padding:80px 0;}
.small-padding-section{ padding:50px 0;}
.cart-badge{
    position:absolute;
    bottom:0;
    right:0;
    width:70px;
    z-index:4;
}
.corner{
    position:relative;
    display:block;
}
.cart-badge .corner:after{
    content:'';
    position:absolute;
    border-bottom: 70px solid #fff;
    border-left: 70px solid transparent;
    bottom:0;
    right:0;
}
.cart-badge .corner:before{
    font-family:'FontAwesome';
    content:'\f07a';
    font-size:25px;
    position:absolute;
    right:8px;
    bottom:8px;
    z-index:5
}
.stars {
    overflow:hidden;
    text-align:center;
    padding:5px 0;
}
.stars form{
  overflow:hidden;
  padding:0 87px;
}
.stars label{ margin:0;}
input.star { display: none; }
label.star {
  float:right;
  color: #e1e1e1;
  padding:0 3px;
}
input.star:checked ~ label.star:before {content: '\f005';}
label.star:before {
  content: '\f005';
  font-family: FontAwesome;
}
.contact-form .form-group{ margin:0 0 18px;}
textarea,
.shop-form .jcf-select,
.cart-total .jcf-select,
input[type="password"].form-control,
input[type="email"].form-control,
input[type="text"].form-control{
    box-shadow:none;
    border-radius:4px;
    background:none;
    height:48px;
    padding:8px 15px;
    width:100%;
}
#select2-chosen-1,
textarea,
.shop-form .jcf-select,
.cart-total .jcf-select,
input[type="password"].input-text ,
input[type="email"].input-text ,
input[type="tel"].input-text ,
input[type="text"].input-text {
    box-shadow:none;
    border-radius:4px;
    background:none;
    height:48px;
    padding:8px 15px;
    width:100%;
}

.shop-form .jcf-select,
.cart-total .jcf-focus, .cart-total .jcf-focus *{border-color:#e5e5e5 !important;}
textarea{
    resize:none;
    height:150px;
    margin:0 0 18px;
}
#comment-form .form-control{ margin:0 0 18px;}
.theme-btn.btn-small, .widget_shopping_cart .theme-btn {
    border: 0 none;
    font-size: 12px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    margin: 20px 0;
}
.theme-btn.btn-small.update-cart{
  float:right;
  color:#FFF;
}
.theme-btn.btn-small.checkout-button{
  color:#FFF !important;
}
.banner-inner {
    width: 100%;
    background: url(../img/bg/img-top.jpg) no-repeat;
    background-position: center;
    overflow: hidden;
}

.banner-inner h1{
    font-size:35px;
    line-height:35px;
    color:#fff;
    font-weight:600;
    position:relative;
    margin:0;
    float:left;
    padding:0 15px;
}
.banner-inner h1:after{
    content:'';
    display:block;
    position:absolute;
    left:100%;
    top:7px;
    background:url(../img/bg/bg-heading.png) repeat-x;
    width:10000%;
    height:25px;
}
.banner-inner h1:before{
    content:'';
    display:block;
    position:absolute;
    right:100%;
    top:7px;
    background:url(../img/bg/bg-heading.png) repeat-x;
    width:10000%;
    height:25px;
}

/* =============================================
                        404
============================================= */
.page-404{
    margin-top: 20px;
    text-align: center;
    border: 2px dotted #eaeaea;
}

.page-404 h1{
    font-size: 120px;
}

/* =============================================
                        Theme Style
============================================= */
#wrapper{overflow:hidden;}
/* =============================================
                        Header Style
============================================= */
.top-bar{
    background: url(../img/bg/noise-bg.png) #0F1923;
    margin:14px 0 0;
    padding:14px 0;
    font-size:13px;
    line-height:16px
}
.top-bar a{
    color: inherit;
}
.top-bar .col-md-6.col-sm-3.col-xs-6.pull-right{ text-align:right;}
.top-bar .dropdown.languages,
.top-bar .social-icon{
    display:inline-block;
    vertical-align:middle;
}
.top-bar .dropdown.languages{ padding-right:65px;}
.mid-bar{ 
    background:#fff;
    min-height: 100px;
}
.logo{
    width:167px;
    height:auto;
    margin:-62px auto -122px;
    display:block;
    position:relative;
    z-index:1;
    background: url(../img/bg/noise-bg.png) #00ABF0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.logo h1{
   padding: 20px;
   font-size: 20px;
   color: #fff;
   text-align: center;
}
.logo a,
.logo a img{display:block;}
.logo:after,
.logo:before{
    content:'';
    position:absolute;
    z-index:2;
    top:1px;
    border-bottom: 14px solid #00ABF0;
}
.logo:after{
    right:-12px;
    border-right: 13px solid transparent;
}
.logo:before{
    border-left: 13px solid transparent;
    left:-12px;
}
.main-logo{
    overflow:hidden;
    margin:30px 0;
    position:relative;
}
.main-logo h2{
    margin-bottom: 0px;
}
.main-logo img{
    height: 55px; 
    width: 165px; 
}
.form-search{
    overflow:hidden;
    margin:43px 0;
    position:relative;
    border-radius:20px;
    border:1px solid #d3d3d3;
}
.form-search fieldset{ overflow:hidden;}
.form-search fieldset input[type="text"]{
    width:270px;
    height:38px;
    line-height:38px;
    padding:0 40px 0 20px;
    background:none;
    border:0;
    box-shadow:none;
    color:#aaa;
    transition: all 300ms ease-in-out;
}
.form-search fieldset input[type="text"]:focus {
  width: 400px;
}
.form-search fieldset button{
    position:absolute;
    top:0;
    right:15px;
    font-size:18px;
    line-height:38px;
    color:#aaa;
    background-color:transparent;
}
.cart.pull-right{ margin:57px 0;}
#nav{
    margin:0;
    background:#fff;
    font:600 14px/20px 'Raleway', Arial, Helvetica, sans-serif;
    border-top:1px solid #f3f3f3;
    text-transform:uppercase;
    border-radius: 0;
}
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
    font:600 14px/20px "Raleway",Arial,Helvetica,sans-serif;
}
#nav ul ul{text-align: left;}
#nav ul li{
    display:inline-block;
    vertical-align:middle;
    padding:20px;
    position:relative;
}
.affix #bs-example-navbar-collapse-1 > ul  > li > a{color: #fff;}
#nav ul li ul li:before,
#nav ul li:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:2px;
}
#nav ul li ul li ul,
#nav ul li ul{
  top:150%;
  left:0;
  min-width:160px;
  opacity:0;
  z-index: 5;
  visibility:hidden;
  position:absolute;
  background:#fff;
}
#nav ul li ul li ul{
  top:0 !important;
  left:150%;
}
#nav ul li ul li{ position:relative;}
#nav ul li ul li:before{
    top:auto;
    bottom:0;
}
#nav ul li.current-menu-item ul li:before,
#nav ul li ul li:hover:before,
#nav ul li.current-menu-item:after,
#nav ul li:hover:after{ width:100%;}
#nav ul li a{
    display:block;
    color:#555;
}
#nav ul li ul li:hover ul,
#nav ul li:hover > ul{
    top:100%;
    visibility:visible;
    opacity:1;
    text-align:left;
  display: block;
}
#nav ul li ul li:hover ul{left:100%;}
#nav ul li > ul:hover ul{top: 0;}
#nav ul li:hover ul ul{float: left;}
#nav ul li ul li{
    padding:0;
    width:100%;
}
#nav ul li ul li a{
    padding:10px;
    display:block;
    font:600 14px/20px "Raleway",Arial,Helvetica,sans-serif;
}
#nav ul li ul li a:hover{
    background:none;
    color:#23232d !important;
}


/*========== Main Menu ========*/
.menu-center{
    margin: 0 auto;
    display: block;
    width: 80%;
}
.toggleMenu {
    display:  none;
    color: #fff;
    padding: 10px 15px;
}
.toggleMenu a:focus { color: inherit; text-decoration: none; }

.menuber{
    width: 100%;
    font-family: "Ek Mukta",Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background: url(../img/bg/noise-bg.png) #0F1923;
    border-top: -2px solid #fff !important;
}
.menu {
    list-style: none;
     *zoom: 1;
 }
.menu:before,
.menu:after {
    content: " "; 
    display: table; 
}
.menu:after {
    clear: both;
}
.menu ul {
    list-style: none;
    width: 200px;
    margin-top: 0px;
    z-index: 9900;
    margin-left: 0px;
    transition: all 300ms ease-in-out;
    text-transform: capitalize;
}
.menu a {
    padding: 20px;
    color:#fff;
}

.menu ul li::after {
    content: '';
    display: block;
    top:0;
    left:0;
    width:0;
    height:0px;
    border-top:2px solid #00ABF0;
    transition: width .3s;
    overflow: hidden;
}
.menu ul li:hover::after{
    width: 100%;
}

.menu a.active{
   background: url(../img/bg/noise-bg.png) #0997D9;/* #27AE60;*/
   color: #fff;
}
.menu li {
    position: relative;
    list-style-type: none;
}
.menu > li {
    float: left;
    vertical-align: middle;
}
.menu > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.menu > li > a {
    display: block;
}
.menu  ul li:last-child li:last-child a { border-bottom-width: 0; border: none; }
.menu  li ul li li:last-child a { border-bottom-width: 0; border: none; }
.menu li  ul {
    position: absolute;
    left: -9999px;
    box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.15);
    background: #fff;
}
.menu > li.hover > ul {
    left: 0;
}
.menu li li.hover ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
    margin-top: 0px;
}
.menu li li a {
    display: block;
    background: #fff;
    position: relative;
    z-index:100;
    padding: 12px 30px 12px 20px !important;
    line-height: 1em;
    color: #202223;
    border-bottom: 1px solid #f6f6f6;
    font-size: 14px; 
}
.menu li li a:hover {
  color: #0077b5;
  background: #F4F8F9;
}
.menu li li li a {
    background:#fff;
    color: #202223;
    z-index:200;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .menu a {
       padding: 12px 5px;
       color:#fff;
    }
    .menu > li {
        float: none;
    }
    .menu > li > .parent {
        background-position: 95% 50%;
    }
    .menu li li .parent {
        background-image: url("../img/icon/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .menu ul {
        display: block;
        width: 100%;
    }
   .menu > li.hover > ul , .menu li li.hover ul {
        position: static;
    }

}
/*========== sticky for fixed top ========*/

.sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
  width:100%;
  margin:0 auto !important;
  box-shadow:0 1px 3px rgba(0,0,0,.12);
  border-bottom:2px solid #0A3151;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

/* =============================================
                        Home Slider
============================================= */
/*-----Slider ------*/

.rslides {
  font-family: 'Ek Mukta', sans-serif;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  list-style-type: none;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.banner-info {
   background-image: url(../img/bg/bg-pattran.png);
    width: 45%;
    position: absolute;
    top: 30%;
    right: 0%;
    text-align: left;
    z-index: 1;
    padding: 30px;
}
banner-info img{
  display: none;
}
.banner-info h3{
  color: #fafafa;
  font-weight: 700;
  font-size:3em;
  text-transform: uppercase;
  z-index: 999;
}
.banner-info p{
  color: #fafafa;
  line-height: 1.1em;
  font-size: 1.2em;
  width:80%;
  text-align: left;
  padding:10px 0px;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top:40%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 138px;
  width: 38px;
  background: transparent url("../img/icon/sp.png") no-repeat 0px -7px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background: transparent url("../img/icon/sp.png") no-repeat -20px -7px;
  right:0;
}


/* =============================================
                        About Us Section
============================================= */
.aboutus{}
.alteration-fancy-heading .section-heading h2{
    text-transform:uppercase;
    margin:0;
}
.aboutus .description{
    font-size:15px;
    text-align: justify;
    line-height:20px;
    font-weight:300;
    padding:0;
}
.aboutus .description p{ margin:0 0 30px;}
.aboutus .social-icon{
    margin:0;
    text-align:left;
}
.aboutus .social-icon li a i,
.aboutus .social-icon li a{ color:#fff;}

/* =============================================
                        Products Section
============================================= */
.product-page{
    margin-top: 20px;
}
.products{
    margin-bottom: 20px;
}
.products-info h4{
    float: left;
    color: #fff;
    font-size: 17px;
    margin-bottom: 0px;
}
.products-info img {
    height: 270px;
}
.products-info .btn{
    float: right;
}
.products-info .pro-name{
    width: 100%;
    background: #1A2025;
    color: #fff;
    font-size: 17px;
    padding: 12px;
    float: right;
}
.products-info img{
    max-width: 100%;
    margin:0 auto;
    display: block;
}
.product-detail{
    margin-top: 20px;
}

/*tablist*/
.product-detail .services-tablist {
   padding-left: 0;
}

.product-detail .nav-tabs {
    border-bottom: 0;
}

.product-detail .nav-tabs li,
.product-detail .nav-tabs li a {
    display: block;
    float: none;
    margin: 0;
    border: 0;
    padding: 0;
}

.product-detail .nav-tabs > li.active > a, 
.product-detail .nav-tabs > li.active > a:focus, 
.product-detail .nav-tabs > li.active > a:hover {
    background-color: transparent;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.product-detail .nav-tabs li {
    border-bottom: 1px solid #dfdbdb;
    border-right: 1px solid #dfdbdb;
    position: relative;
}

.product-detail .nav-tabs li:first-child {
    border-top: 1px solid #dfdbdb;
}

.product-detail .nav-tabs li:before {
    content: "";
    background-color: #1696c5;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.product-detail .nav-tabs li:hover:before,
.product-detail .nav-tabs > li.active:before {
    width: 100%;
}

.product-detail .nav-tabs li a {
    color: #6e6d6d;
    padding: 10px 5px 10px 25px;
    border-radius: 0;
}

.product-detail .nav-tabs li:hover a {
    background-color: transparent;
    color: #fff;
}


.detail-img img{
    width: 100%;
    border: 2px solid #eaeaea;
    border-radius: 14px;
}
.view {
   width: 100%;
   height: auto;
   float: left;
   border: 1px solid #eaeaea;
   overflow: hidden;
   position: relative;
   text-align: center;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a{
    text-decoration: none;
    cursor: pointer;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    padding: 10px;
    float: left;
    display: inline-block;
    width: 40px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.img-effect img {
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
.img-effect .mask {
   background-color: rgba(0,0,0,0.6);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(460px, -100px) rotate(180deg);
   -moz-transform: translate(460px, -100px) rotate(180deg);
   -o-transform: translate(460px, -100px) rotate(180deg);
   -ms-transform: translate(460px, -100px) rotate(180deg);
   transform: translate(460px, -100px) rotate(180deg);
   -webkit-transition: all 0.2s 0.4s ease-in-out;
   -moz-transition: all 0.2s 0.4s ease-in-out;
   -o-transition: all 0.2s 0.4s ease-in-out;
   -ms-transition: all 0.2s 0.4s ease-in-out;
   transition: all 0.2s 0.4s ease-in-out;
}
.img-effect h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.img-effect p {
   -webkit-transform: translateX(300px) rotate(90deg);
   -moz-transform: translateX(300px) rotate(90deg);
   -o-transform: translateX(300px) rotate(90deg);
   -ms-transform: translateX(300px) rotate(90deg);
   transform: translateX(300px) rotate(90deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.img-effect a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.img-effect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
}
.img-effect:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.img-effect:hover p {
   -webkit-transform: translateX(0px) rotate(0deg);
   -moz-transform: translateX(0px) rotate(0deg);
   -o-transform: translateX(0px) rotate(0deg);
   -ms-transform: translateX(0px) rotate(0deg);
   transform: translateX(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.img-effect:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
                

/* =============================================
                        Page
============================================= */

.page{
    margin-top: 20px;
    margin-bottom: 25px;
}

.page img{
    display:block;
    width:100%;
    height:auto;
    border:1px solid #eaeaea;
    position:relative;
    z-index:2;
    margin-left: 10px;
    margin-right: 10px;
}


/* =============================================
                        Contact
============================================= */
.contact{
    width: 100%;
    background: url(../img/bg/cont.jpg) 100% 50% / cover repeat fixed rgba(0, 0, 0, 0);
    padding: 80px 0;
    margin: 30px 0px;
    color: #fff;
}

.contact h2{
    text-align: center;
    color: #fff;
}
.contact p{
    text-align: center;
}
.contact .f-icon {
  display: block;
  text-align: center !important; 
}

.contact .f-icon i {
    border: 2px solid;
    border-radius: 50%;
    display: block;
    font-size: 44px;
    height: 75px;
    line-height: 75px;
    margin: 35px auto;
    width: 75px;
}



/* =============================================
                        Footer
============================================= */
#footer{ margin-top: 50px;}

.footer{
    background: url(../img/bg/noise-bg.png) #0F1923;
  height: 140px;
}
.brand{border-bottom:1px solid #fff;}
.brand-slider .item img{
    margin:0 auto;
    text-align:center;
    display:block;
}
.brand-slider .owl-controls .owl-buttons .owl-prev,
.brand-slider .owl-controls .owl-buttons .owl-next{
    width:32px;
    line-height:32px;
    height:auto;
    font-size:18px;
    border-radius:3px;
    margin:-16px 0 0;
}
.getstarted .theme-btn{float:right;}
.getstarted h3{
    float:left;
    color:#fff;
    margin:9px 0;
    font-size:36px;
    line-height:36px;
    text-transform:uppercase;
}
.footer-description{
    margin:1px 0 0;
    padding-top:0;
    text-align:center;
}
.footer-description .copyright{
    display:block;
    font-size:13px;
    line-height:20px;
    color:#464646;
    font-weight:normal;
}
.footer-description .copyright a{ color:#959595;}
.footer-description .copyright a:hover{ text-decoration:underline;}
.footer-description .logo{
    width:134px;
    height:auto;
    display:block;
    margin:-17px auto 30px;
}

.payment{ padding:25px 0;}
.payment ul{
    overflow:hidden;
    text-align:center
}
.payment ul li{
    display:inline-block;
    vertical-align:middle;
    padding:0 5px
}
.payment ul li i{
    font-size:30px;
    color:#363636;
    cursor:pointer;
}
/*==========  preloader for all site ========*/

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(255,255,255,1); 
    z-index:999999; 
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../img/icon/loader.gif); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; 
}

/*============ bootstrap======*/
.list-group h4{
    margin: 0px !important;
}

@media (max-width:768px){
    .form-search fieldset input[type="text"]:focus,
    .form-search fieldset input[type="text"]{ width:250px;}
    .top-bar .dropdown.languages{
        padding:0;
        float:right;
    }
    .top-bar .social-icon{
        padding:10px 0 0;
        float:right;
    }
    .form-search, .cart.pull-right{margin: 25px 0;}
    .email{ padding:10px 0 0;}
    .mid-bar .logo{ margin:-88px auto 0;}
    #nav ul li {padding:20px 7px;}

    .section-heading:before{bottom:14px;}
    .section-heading h2 {
        line-height: 25px;
        font-size:25px;
    }
    .stars form {padding: 0 64px;}
    .col{
        min-height:406px;
        padding:0 0 50px;
    }
    .aboutus {
        margin-top: 26px ;
    }
    .banner-info h3 {
      font-size: 1.3em;
    }
    .banner-info p {
      font-size: 0.85em;
      width: 94%;
    }
    .rslides img {
       min-height: 285px;
       width: 100%;
     }
     .mid-bar .left{
       float: none;
    }
    .mid-bar .right{
       float: none;
     } 
     .form-search{
        margin-top: 60px;
     } 
     .main-logo{
       text-align: center;
     }

     /* Contact map */


}
@media (max-width:640px){
    .heading{ width:50%;}
    .stars form {padding: 0 46px;}
    .logo {
        width: 110px;
        height:auto;
    }
    .mid-bar .logo{ margin:-88px auto 0;}
    .logo h1{
       font-size: 15px;
       text-align: center;
    }
}

@media (max-width:480px){

    .banner-info{
        display: none;
    }
    .phone,.email{display: none;}
    .social-icon{
       display: none !important;
    }
    .logo h1{
        margin-top: 44px;
    }
    .footer .logo h1{ margin: 0px !important;}

}    
@media (max-width:320px){
    .stars form {padding: 0 17px;}
    .heading {width: 100%;}
}