/*------------------------------------------------------------------
Theme Name:	Adrian E-Commerce Template
Version:	2.0
Last change:	14/09/2017 
Author :	Themefisher
Website :	www.themefisher.com
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
	2. Header 
		2.1. Navigation 
		2.2. Menu 
		2.3. Cart 
	3. Banner
		3.1 Slick Slider
	4. Products
		4.1 Product Item
		4.2 Single Product
	5. Pricing
	6. Clients
	7. Instagram Feed 
	8. User Dashboard
		8.1 User Profile
		8.2 Dashboard
		8.3 Orders Details
		8.4 Downloads
	9. Account Page
	10. Shop
		10.1 Checkout
		10.2 Shopping Cart
		10.3 Product Checkout Details
		10.4 Purchase Confirmation
	11.404 Page
	12. Contact 
		12.1  Contact Form 
		12.2 Contact Details
		12.3 Social Icons
	13.Footer
	

-------------------------------------------------------------------*/
/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,800|Source+Sans+Pro:400|Catamaran:400,600,700");
html, body {
  height: 100%;
}


@FONT-FACE {
	font-family: "Prata-Regular";
	src: url("Prata-Regular.ttf");
}


@FONT-FACE {
	font-family: "Roboto";
	src: url("Roboto-Regular.ttf");
}


@FONT-FACE {
	font-family: "DroidKufi";
	src: url("DroidKufi-Regular.ttf");
}





body {
  line-height: 1.7;
font-family: "Roboto";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

p {
font-family: "Roboto";
  color: #757575;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Roboto";
  font-weight: 600;
  color: #000;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

.wrapper {
  padding: 0px 100px;
}

a,
button {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover,
a:focus,
a button:hover,
button:hover,
button:focus,
button button:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #ce050b;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  background: #eee;
  border-color: #eee;
  outline: none;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #ce050b;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  height: 45px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ce050b;
}

.btn {
  font-size: 18px;
  
  padding: 14px 35px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 0px;
  border: 2px solid transparent;
}

.btn-main {
  background: #ce050b;
  color: #fff !important;
  border-color: #ce050b;
}

.btn-main:hover {
  background: transparent;
  border-color: #ce050b;
  color: #000 !important;
}

.btn-main-transparent {
  background: transparent;
  border: 2px solid #ce050b;
  color: #000;
}

.btn-main-transparent:hover {
  background: #ce050b;
  color: #fff;
}

.btn-solid-border {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}

.btn-solid-border:hover {
  background: #ce050b;
  color: #fff !important;
  border-color: #ce050b;
}

.btn-transparent {
  background: transparent;
  color: #000 !important;
  border: 2px solid #000;
}

.btn-transparent:hover {
  background: #ce050b;
  color: #fff !important;
  border-color: #ce050b;
}

.btn-black {
  background: #000;
  color: #fff;
  border-color: #000;
}

.btn-black:hover {
  background: #ce050b;
  color: #fff;
  border-color: #ce050b;
}

.btn-small {
  padding: 10px 25px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:focus {
  color: #ddd;
}

.bg-gray {
  background: #f9f9f9;
}

.section {
  padding: 30px 0;
}


.title h2 {
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 0px;
font-family: "Roboto";
  text-transform: capitalize;
    position: relative;
display: inline-block;
}


.title h2:before {
    content: "";
    width: 80px;
    height: 1px;
    left: -90px;
    top: 15px;
    position: absolute;
    background:#ce050b;
}

.title h2:after {
    content: "";
    width: 80px;
    height: 1px;
    right: -90px;
    top: 15px;
    position: absolute;
    background: #ce050b;
}



.social-media-icons ul li {
  display: inline-block;
}

.social-media-icons ul li a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
}

.social-media-icons ul li .twitter {
  background: #00aced;
}

.social-media-icons ul li .facebook {
  background: #3b5998;
  padding: 7px 18px;
}

.social-media-icons ul li .googleplus {
  background: #dd4b39;
}

.social-media-icons ul li .dribbble {
  background: #ea4c89;
}

.social-media-icons ul li .instagram {
  background: #bc2a8d;
}

.text-gray {
  color: #898a8f;
}

.bg-gray {
  background: #f2f3f5;
}

.mb-40 {
  margin-bottom: 35px;
}

.read-more {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
margin-top: 8px;
}

.read-more:hover {
  color: #ce050b !important;
  border-color: #ce050b;
}

.page-header {
  background: #f5f5f5;
  background: url("../images/slider1.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}

.page-header h1 {
  margin-bottom: 0px;
}

.page-header p {
  color: #000;
}

.page-wrapper {
  padding: 70px 0;
}

.search-wrap {
  position: relative;
  z-index: 1200;
  top: 20px;
  right: 16px;
  display: inline-block;
  float: right;
}

.overlay.open {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: opacity .35s, visibility .35s, height .4s;
  transition: opacity .35s, visibility .35s, height .4s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.98);
}

.overlay .search-form {
  position: relative;
  height: 100%;
  padding-top: 300px;
}

.overlay .search-form input {
  font-size: 56px;
  height: 60px;
  color: #fff;
  border: none;
  background: transparent;
}


.lang-b,
.search_toggle {
  cursor: pointer;
display: block;	
}



.lang-b {
font-family: "DroidKufi";
background: #ce050b;
border-radius: 10px;
border-radius: 10px;
padding: 10px 15px;
}

.lang-b:hover {

background:#fff !important;
color:#ce050b !important;

}


.toggle-wrap.active {
  position: relative;
  z-index: 10000;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.toggle-wrap.active img.search-close {
  display: block;
}



/*************************/

/* Update Mainmenu area Style */

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -150px;
    }
    50% {
        margin-top: -130px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -150px;
    }
    50% {
        margin-top: -130px;
    }
    100% {
        margin-top: 0;
    }
}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.mainmenu-area.style-two.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #F7F7F7;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.mainmenu-area.style-two.stricky-fixed .container {
    background: #F7F7F7;
    padding: 0 30px;
}

.mainmenu-area.stricky-fixed .social-main {
    margin-top: 15px;
}

.mainmenu-area.style-four.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #000000;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.mainmenu-area.style-three.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #9A0561;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}





/*==============================================
    Mainmenu Area Css
===============================================*/

header.divheader {
position: absolute;
top: 0;
width: 100%;
x: 9;
z-index: 9;
left: 0;}

.mainmenu-area {
z-index: 999999;
width: 100%;position: absolute;
background: #000000b3;
}


.mainmenu-area .logo {
position: relative;
margin: 0 auto;
text-align: center;
}

.mainmenu-area .logo img {
width: 140px;z-index: 555;
position: relative;
}

.mainmenu-area .logo a {
    display: inline-block;
}

.main-menu {

text-align: center;
margin-top: -150px;


}

.main-menu .navbar-collapse {
    padding: 0px
}

.main-menu .navigation {
margin: 0;
position: relative;
display: inline-block;
width: auto;
padding: 0;
}

.main-menu .navigation li {
    display: inline-block;
    padding: 40px 13px;
}

.main-menu .navigation > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 14px;
    transition: all 500ms ease 0s;
}

.main-menu .navigation li a {
    color: #fff;
    display: block;
    font-size: 16px;
    opacity: 1;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    

font-weight: bold;}

.main-menu .navigation li:hover,
.main-menu .navigation li.current {
background: #04040466;
}

.main-menu .navigation li.current a {}

.main-menu .navigation li:first-child {

}

.main-menu .navigation li:last-child {
padding-top: 30px;
padding-bottom: 0;
}


.main-menu .navigation li:last-child:hover {
background:none;
}



.main-menu .navigation > li.dropdown > a {
    margin-right: 19px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color:#f6ef98;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    content: "\f104";
    position: absolute;
    left: 30px;
    color: #333;
    font-family: "fontawesome";
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 280px;
    padding: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all 300ms ease;
    border-top: 3px solid #E5E5E5;
    background: #ffffff;
    margin: 0;
    text-align: left;
}

.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation > li > ul > li {
    clear: both;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding: 0;
display: block;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: 0px solid #f4f4f4;
padding:0
}

.main-menu .navigation > li > ul > li > a {
    width: 100%;
    background: #ffffff;
    padding: 8px 15px 8px 15px;
    margin: 0;
    color: #222222;
    font-size: 15px;
    text-transform: capitalize;
    display: block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: padding .2s linear;
    transition: all 500ms ease;
    
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #;
    background: #f7f7f7;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {}

.main-menu .navigation > li > ul > li > ul {

    display: none;
    position: absolute;
    right: 100%;
    width: 100%;
    background: #fff;
}

.main-menu .navigation > li > ul li:hover ul {
    display: block;
}

.main-menu .navigation > li > ul > li ul li {
    width: 100%;
    padding: 8px 15px;
}

.main-menu .navigation > li > ul > li ul li:last-child {
    border-radius: 0;
}

.main-menu .navigation > li > ul > li ul li:first-child {
    border-radius: 0;
}

.main-menu .navigation > li > ul > li ul li a {}

.main-menu .navigation > li > ul > li > ul > li:hover > a {}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    background: url(../images/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz- -webkit-transition: all 500ms ease;
    background-color: #ce050b;
}

.main-menu .navbar-collapse > .navigation > li:hover .dropdown-btn {
    border: 1px solid #fff;
}

.outer-search-box {
    transition: all 500ms ease;
}

.outer-search-box:hover {
    border-color: #9A0561;
}

.seach-toggle {
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0;

    position: relative;
z-index: 99;
    text-align: center;
    transition: all 500ms ease;
}



.search-box {
    margin: 0;
    padding: 0;
}

.search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.search-box .form-group {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}

.search-box .form-group input[type="search"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;

    height: 40px;
    padding-right: 15px;
    padding-left: 50px;

    outline: 0 !important;
    text-align: right;
}

.search-box .form-group input[type="search"]:focus {
    outline: 0 !important;
}

.search-box .form-group button,
.search-box .form-group input[type="submit"] {
background: #fff,
    color: #fff;
    cursor: pointer;
    display: block;

    height: 40px;
    line-height: 30px;
    position: absolute;
border:0;
    top: 0;	
    transition: all 500ms ease 0s;

}


.search-box .form-group button i {
    background: none;
color:#303443

}


/*
.search-box .form-group button:hover,
.search-box .form-group input:focus + button {
    color: #fff;
    background: #394141;
}
*/


.mainmenu-area .appointment-button {
    float: right;
    margin: 25px 0;
}

.mainmenu-area .appointment-button a {
    position: relative;
}

.mainmenu-area .appointment-button a:before {
    position: absolute;
    top: 3px;
    right: 5px;
    content: "";
    background: url(../images/button-icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    transition: all 500ms ease;
}

.mainmenu-area .appointment-button a:hover {}



/*
.main-menu.stricky-fixed {
    position: fixed;
   left: 0;
    top: 0;
}
*/

.mainmenu-area.stricky-fixed .logo img {
width: 220px;
padding: 5px 0;
}

.mainmenu-area.stricky-fixed .mainmenu-right-box {
    margin-top: 15px;
}

.mainmenu-area.stricky-fixed .right-9 {
    margin-top: 18px;
}





/********************************************************/









.menu:hover {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  background-color: #fff;
}

.top-menu li .cart-icon {
  position: relative;
}

#top-menu {
margin-top: 55px;
}

.top-menu li a {
  color: #000;
}


/*
.top-menu li a i {
  width: 35px;
  height: 35px;
  background: #eee;
  display: inline-block;
  color: #000;
  text-align: center;
  padding-top: 10px;
  border-radius: 100%;
}
*/
.top-menu li span {
  font-weight: 600;
}

.cart-dropdown {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0px;
}

.cart-dropdown .media {
  position: relative;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.cart-dropdown .media h6 {
  font-weight: 400;
}

.cart-dropdown img {
  width: 60px;
}

.cart-dropdown h4 {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}

.cart-dropdown .cart-price {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 200;
}

.cart-dropdown .remove {
  padding: 1px 6px;
  position: absolute;
  right: 0;
  top: 0;
  color: #000 !important;
  font-size: 12px;
}

.cart-summary {
  margin-top: 10px;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

.cart-summary .total-price {
  float: right;
}

.nav-item.dropdown.dropdown-slide:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: -5px;
  z-index: 9999;
}

.dropdown.cart-nav.dropdown-slide:hover .cart-dropdown {
  display: block;
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  margin-top: -5px;
}

@media (max-width: 480px) {
  .navigation {
    padding: 15px 25px;
  }
  .navigation .navbar-nav .nav-link {
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
  }
}

@media (max-width: 400px) {
  .navigation {
    padding: 15px 25px;
  }
  .navigation .navbar-nav .nav-link {
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
  }
}

@media (max-width: 768px) {
.main-menu {

text-align: left;
margin-top: 0px;


}
.form-group{


    padding:0!important;
}


  .navigation {
    padding: 15px 25px;
  }
  .navigation .navbar-nav .nav-link {
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
  }
}

@media (max-width: 992px) {
  .navigation {
    padding: 15px 25px;
  }
  .navigation .navbar-nav .nav-link {
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
  }
}

.navbar-nav .nav-link {
  color: #000;
}

.navbar-nav .nav-link:hover {
  color: #ce050b;
}

.navbar-nav .nav-link span {
  font-size: 8px;
  margin-left: 3px;
}

.navbar-nav .nav-link .nav .open > a {
  border: 1px solid transparent;
  background-color: transparent;
}

.slider {
  position: relative;
}

.slider .slider-item {
  background-size: cover;
}

.slider .slider-caption {
  padding: 160px 0px;
}

.slider .slider-caption span {
  opacity: .85;
  text-transform: capitalize;
}

.slider .slider-caption h1 {
  font-weight: 800;
font-family: "Roboto";
  font-size: 90px;
  line-height: 90px;
}

.slider .btn-main {
  position: relative;
  z-index: 2;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.slider .btn-main:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  border: 2px solid #ce050b;
  width: 100%;
  height: 100%;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.slider .btn-main:hover {
  background: #000;
  border-color: #000;
  color: #fff !important;
}

.slider .btn-main:hover:before {
  border-color: #000;
}

.slick-control-prev i {
  font-size: 20px;
  width: 60px;
  height: 60px;
  background: #ce050b;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  border-radius: 100%;
}

.slick-control-next i {
  font-size: 20px;
  width: 60px;
  height: 60px;
  background: #ce050b;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  border-radius: 100%;
}

.slick-control-prev, .slick-control-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.slick-control-prev {
  left: 50px;
}

.slick-control-next {
  right: 50px;
}

.slider:hover .slick-control-prev,
.slider:hover .slick-control-next {
  opacity: 1;
}

.slick-dots {
  display: none !important;
}

@media (max-width: 480px) {
  .slider .slider-caption h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .slider .slider-item {
    background: #f9f9f9 !important;
  }
  .slider .slider-caption {
    padding: 115px 0px;
  }
  .slick-control-prev, .slick-control-next {
    display: none !important;
  }
  .slick-dots {
    display: block !important;
  }
}

@media (max-width: 400px) {
  .slider .slider-caption h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .slider .slider-item {
    background: #f9f9f9 !important;
  }
  .slider .slider-caption {
    padding: 115px 0px;
  }
  .slick-control-prev, .slick-control-next {
    display: none !important;
  }
  .slick-dots {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .slider .slider-caption h1 {
    font-size: 49px;
    line-height: 57px;
  }
  .slider .slider-item {
    background: #f9f9f9 !important;
  }
  .slider .slider-caption {
    padding: 115px 0px;
  }
  .slick-control-prev, .slick-control-next {
    display: none !important;
  }
  .slick-dots {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .slider .slider-caption h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .slick-dots {
    display: block !important;
  }
}

.product {
  position: relative;
  -webkit-transition: .4s all;
  transition: .4s all;
  overflow: hidden;
padding-top: 10px;
padding-bottom: 20px;
background: #fff;
box-shadow: 0px 12px 19px 4px rgba(0, 0, 0, 0.08);
position: relative;
top: 0px;
}


.product:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
    top: 1px;
}


.products-main {
background:#eee;
}


.products-main .owl-carousel .owl-stage-outer {
padding:37px 0;padding-top: 0;
}


.product:hover .product-hover-overlay {
  opacity: 1;
  left: 50%;
}

.product:hover .img-second {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.img-first {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.img-second {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.product-hover-overlay {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: .4s all;
  transition: .4s all;
  opacity: 0;
margin-bottom:-25px;
margin-left:-25px;
}

.product-hover-overlay a {
background: #212325;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding-top: 13px;
  -webkit-transition: .2s all;
  transition: .2s all;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  margin: 0px 1px;
}

.product-hover-overlay a:hover {
  background: #ce050b;
  color: #fff;

}

.product-title a {


}

.product-info {
  text-align: center;
}

.product-info .price {
  color: #777;
  font-size: 18px;
font-family: "Roboto";
}

.product-info del {
  margin-right: 8px;
}

.onsale {
  background: #f6ef98;
  display: inline-block;
  color: #000;
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  
}

.products-main .product-hover-overlay .btn, .products-shop .product-hover-overlay .btn {
  font-size: 14px;
  padding: 10px 29px;
  text-transform: capitalize;
  border-radius: 33px;
  font-weight: 600;
  
  background: #ce050b;
  border-color: #ce050b;
  color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.06);
}


.products-main .owl-nav {
position: absolute;
top: -50px;
display: inline-block;

}

.products-main .owl-nav > div {
float: left;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border: 1px solid;
margin-right:10px;
color: #ce050b66;
border-radius: 50%;
}


.products-main .product-hover-overlay .btn:hover, .products-shop .product-hover-overlay .btn:hover {
  background: #000;
  border-color: #000;
  color: #fff !important;
}

.share-product li a {
  color: #444;
  font-size: 14px;
}

.single-product {
  padding: 60px 0 40px;
}

.single-product .breadcrumb {
  background: transparent;
}

.single-product .breadcrumb li {
  color: #000;
  font-weight: 200;
}

.single-product .breadcrumb li a {
  color: #000;
  font-weight: 200;
}

.single-product .product-pagination li {
  display: inline-block;
  margin: 0 8px;
}

.single-product .product-pagination li + li:before {
  padding: 0 8px 0 0;
  color: #ccc;
  content: "/\00a0";
}

.single-product .product-pagination li a {
  color: #000;
  font-weight: 200;
}

.single-product .product-pagination li a i {
  vertical-align: middle;
}

.single-product-slider .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.single-product-slider .carousel-indicators li {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}

.single-product-slider .carousel-indicators li.active img {
  opacity: 1;
}

.single-product-slider .carousel-indicators li:hover img {
  opacity: 0.75;
}

.single-product-slider .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

.single-product-details .product-price {
font-family: "Roboto";
}

.single-product-details .product-price del {
  color: #777;
}

.single-product-details .cart .btn {
  padding: 8px 12px;
}

.single-product-details .cart .btn:hover {
  background: #000;
  border-color: #000;
  color: #fff !important;
}

.single-product-details .product-meta-title {
  width: 20%;
}

.single-product-details .color-swatches a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

.single-product-details .product-size .form-control {
  display: inline-block;
  width: 130px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
}

.single-product-details .product-category ul {
  width: 140px;
  display: inline-block;
}

.single-product-details .product-category ul li {
  display: inline-block;
  margin: 5px;
}

.single-product-details .product-quantity .product-quantity-slider {
  width: 140px;
}

.single-product-details .product-quantity .product-quantity-slider input {
  width: 130px;
}

.single-product-details .product-category a {
  color: #000;
  margin-right: 5px;
}

.single-product-details .product-share a {
  color: #000;
  margin-right: 10px;
}

.single-product-details .product-share a:hover {
  color: #ce050b;
}

.product-info-tabs {
  border-bottom: 1px solid #dedede;
}

.product-info-tabs .nav-tabs a {
  color: #000;
  font-size: 22px;
font-family: "Roboto";
  font-weight: 700;
}

.product-info-tabs .nav-tabs .nav-link {
  border: 1px solid #dedede;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ccc;
}

.product-info-tabs .nav-tabs .nav-link.active {
  color: #000;
}

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

.widget .btn {
  margin: 0px;
  padding: 5px 16px;
  color: #fff;
  font-size: 16px;
}

.review-block span i {
  color: #EABE12;
}

.review-block img {
  width: 120px;
}

.review-comment .form-control {
  background: #eee;
  border-color: #eee;
}

.info-desc li {
  margin-bottom: 10px;
}

.info-desc strong {
  width: 20%;
}

.info-desc span {
  margin-left: 40px;
}

.team-member p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.instagram-feed a {
  margin: 6px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  width: 23.5%;
}

@media (max-width: 768px) {
  .instagram-feed a {
    width: 49%;
    margin: 3px;
  }
}

@media (max-width: 480px) {
  .instagram-feed a {
    width: 100%;
    margin: 3px;
  }
}

.instagram-feed a:hover img {
  -webkit-filter: grayscale(10);
          filter: grayscale(10);
}

.instagram-feed a img {
  width: 100%;
}

.checkout-form .form-group {
  position: relative;
  margin-bottom: 8px;
}

.checkout-form .form-group label {
  display: block;
}

.checkout-form .form-group input {
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 45px;
}

.checkout-form .checkout-country-code .form-group {
  float: left;
}

.checkout-form .checkout-country-code .form-group:first-child {
  width: calc(45% - 2px);
  margin-right: 4px;
}

.checkout-form .checkout-country-code .form-group:last-child {
  width: calc(55% - 2px);
}

.shopping.cart .product-list .table > tbody > tr > td {
  vertical-align: middle;
}

.shopping.cart .product-list .table img {
  max-width: 70px;
  height: auto;
}

.shopping.cart .product-list .product-name a {
  color: #000;
  font-weight: 600;
}

.shopping.cart .product-list .qty {
  width: 65px;
  text-align: center;
  border-color: #eee;
  border: 1px solid #eee;
  padding: 5px;
}

.shopping.cart .product-list .input-text.form-control {
  width: 30%;
  display: inline-block;
  height: 50px;
}

.order-details {
  padding: 30px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.order-details li {
  line-height: 1;
  margin-right: 2em;
  margin-left: 0;
  padding-right: 4em;
  color: #777;
  padding-left: 0;
  list-style-type: none;
  text-transform: uppercase;
  border-right: 1px dashed #d3ced2;
}

.order-details li h5 {
  margin-top: 15px;
  text-transform: capitalize;
}

.slider.slider-horizontal {
  height: 15px;
  margin-bottom: 20px;
  margin-left: 5px;
}

.slider.slider-horizontal .slider-track {
  background: #ddd;
  height: 7px;
  box-shadow: none;
  margin-top: -4px;
}

.slider-selection {
  background: #ce050b;
  box-shadow: none;
  border-radius: 0;
}

.slider-handle {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 3px solid #ff5f5f;
}

.slider-handle {
  background: #fff;
}

.product-categories li {
  margin: 10px 0px;
}

.product-categories li a {
  color: #000;
}

.bg-sky-blue {
  background: blue;
}

.bg-magenta {
  background-color: #dcbba8;
}

.bg-red {
  background-color: #ff5c5c;
}

.widget-colors ul li {
  margin-right: 30px;
}

.widget-colors ul li input[type="radio"] {
  margin-left: 5px;
}

.widget-colors .radio {
  display: block;
  position: relative;
}

.widget-colors .radio-box {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  cursor: pointer;
}

.popular-products-item {
  margin-bottom: 20px;
}

.popular-products-item img {
  max-width: 70px;
}

.popular-products-item .price {
  color: #777;
}

.widget-sizes .form-check {
  margin-bottom: 10px;
}

.widget-sizes .form-check-input {
  margin-top: 8px;
}

.widget-sizes .form-check-label {
  padding-left: 10px;
}

.page-404 {
  padding: 100px 0 120px;
}

.page-404 h1 {
  font-size: 300px;
  line-height: 300px;
}

@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 130px;
    line-height: 150px;
  }
}

@media (max-width: 400px) {
  .page-404 h1 {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (max-width: 768px) {
  .page-404 h1 {
    font-size: 150px;
    line-height: 200px;
  }
}

.page-404 h2 {
  font-size: 20px;
}

.error-content {
  background: #f9f9f9;
  padding: 60px 0px;
}

#map {
  width: 100%;
  height: 400px;
}

.text-color {
  color: #ce050b;
}

.feature {
  background: #f9f9f9;
}

.feature-item {
  padding: 60px 30px 50px 30px;
}

.feature-item i {
  font-size: 30px;
  float: left;
  color: #ce050b;
}

.feature-item p {
  margin-bottom: 0px;
  font-size: 14px;
}

.feature-item .content {
  padding-left: 60px;
}

.feature-item h5 {
  margin-bottom: 0px;
}

.category-box {
  position: relative;
}

.category-box .content {
  margin-top: 15px;
}

.category-box .content h3 {
  margin-bottom: 0px;
  font-weight: 600;
}

.category-box .content span {
font-family: "Roboto";
  font-weight: 600;
}

.category-box a {
  color: #000;
}

.category-box img {
  width: 100%;
}



@media (max-width: 992px) {
  .instagram-slider {
    overflow: hidden;
  }
}

.instagram-slider .slick-list {
  overflow: visible;
}

.instagram-post {
  position: relative;
}

.instagram-post::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.instagram-post ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.instagram-post ul a {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.instagram-post ul a:hover {
  color: #ce050b !important;
}

.instagram-post:hover::before {
  visibility: visible;
  opacity: 1;
}

.instagram-post:hover ul {
  visibility: visible;
  opacity: 1;
}

.letter-spacing {
  letter-spacing: 1px;
}

.ads {
  background: rgba(252, 114, 104, 0.06);
  background: url("../images/slider1.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.ads .ads-content h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.ads .ads-content p {
  margin-bottom: 30px;
}

.ads .ads-content span.deal {
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 15px;
  color: #222;
}

.ads .btn-main:hover {
  background: #fff;
  border-color: #fff;
}

.ads .syotimer.large .syotimer-cell {
  height: 100px;
  width: 100px;
}

.ads .syotimer-cell {
  display: inline-block;
  height: 100px;
  width: 115px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 15px;
  margin-right: 10px;
}

.ads .syotimer-cell__unit {
  color: #777;
}

.features.border-top {
background: #ce050b;
}



.ads .syotimer-cell__value {
  font-weight: 600;
  font-size: 45px;
  line-height: 45px;
}

.text-md {
  font-size: 20px;
}

.feature-section {
  border-bottom: 1px solid #eee;
}

.feature-block {
  padding: 40px 0px;
}

.feature-block i {
  float: left;
  font-size: 35px;
  color: #fff;
  opacity: .7;
}




.features.border-top {
background: #ce050b;
}



.feature-block .content {
  padding-left: 60px;
}

.feature-block .content h5 {
  font-size: 20px;
  margin-bottom: 0px;
color: #fff;
}

.feature-block .content p {
  margin-bottom: 0px;
color: #fff;
}

.feature-block.active {
  background: #fff;
}

.contact-short-info i {
  font-size: 20px;
}

.contact-short-info li {
  margin-bottom: 10px;
}

.contact-form .form-control {
  border-color: #f9f9f9;
  background: #f9f9f9;
}

table.shop_table_responsive {
  border: 1px solid #dedede;
}

.cart-info h4 {
font-family: "Roboto";
}

.cart-info h5 {
  font-weight: 400;
}

.cart-info ul span {
font-family: "Roboto";
  font-weight: 700;
}

.cart-info ul li {
  border-bottom: 1px solid #dedede;
}

.amount {
font-family: "Roboto";
}

.user-dashboard .nav-pills {
  border: 1px solid #eee;
}

.user-dashboard .nav-pills .nav-link {
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
}

.user-dashboard .nav-pills .nav-link.active, .user-dashboard .nav-pills .show > .nav-link {
  background-color: #ce050b;
  color: #fff;
  border-radius: 0px;
}

.cat-item {
  position: relative;
background: #4eff7c;
width: 100%;
display: inline-block;
height: 250px;
}



.cat-item .item-info {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;

display: grid;
vertical-align: middle;
align-content: center;
padding:32px;

}


/*

section.category .cat-item:before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/



.cat-item .item-info p {
font-size: 25px;

color: #333;
}

.cat-item .read-more {
  color: #999;
padding: 5px 15px;
background: #fff;
width: 100px;
border: 1px solid;
text-align: center;
}

.cat-item p {
  font-size: 18px;
}

.widget-featured-entries h4 {
  display: block;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
text-transform: capitalize;
margin-bottom: 25px;
padding: 20px 0;
margin-top: 0;
padding-top: 0;
}

.widget-featured-entries h4:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 5rem;
  height: 2px;
  background-color: #ce050b;
  content: '';
}

	.featured-entry-title a {
  color: #000;
font-weight: normal;
font-size: 16px;
max-height: 80px;
display: block;
overflow: hidden;
padding-top:8px;
}



.faq h4 {
  border-bottom: 1px solid #dedede;
  padding: 10px 0px;
}

.login-form .heading {
  margin-bottom: 70px;
}

.login-form h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.5;
}

.login-form .form-control {
  background: transparent;
  height: 55px;
  padding-left: 20px;
}

.login-form .btn {
  font-size: 20px;
}

.login-form .btn:hover {
  background: #ce050b;
}

@media (max-width: 480px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #f9f9f9;
  }
  table.shop_table_responsive thead {
    display: none;
  }
  table.cart tr:first-child td.product-remove {
    border-top-width: 1px;
  }
  table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .ads .syotimer-cell {
    margin-bottom: 10px;
  }
  .ads {
    background: #eba1ae;
  }
}

@media (max-width: 400px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #f9f9f9;
  }
  table.shop_table_responsive thead {
    display: none;
  }
  table.cart tr:first-child td.product-remove {
    border-top-width: 1px;
  }
  table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .ads .syotimer-cell {
    margin-bottom: 10px;
  }
  .ads {
    background: #eba1ae;
  }
}

@media (max-width: 768px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #f9f9f9;
  }
  table.shop_table_responsive thead {
    display: none;
  }
  table.cart tr:first-child td.product-remove {
    border-top-width: 1px;
  }
  table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .ads .syotimer-cell {
    margin-bottom: 10px;
  }
  .ads {
    background: #eba1ae;
  }
}

@media (max-width: 992px) {
  .order-details li {
    width: 100%;
    border-right: 0px;
    padding: 20px 20px;
    background: #f9f9f9;
  }
}

/*

.footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background: #f9f9f9;
}

.footer-widget ul li {
  margin-bottom: 15px;
}

.footer-widget ul li a {
  color: #777;
}

.footer-widget ul li a:hover {
  color: #ce050b;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  display: inline-block;
  text-align: center;
  color: #000;
  padding-top: 8px;
  border-radius: 100%;
}

.footer-btm-links a {
  color: #000;
  margin-left: 8px;
}

.copyright {
  color: #000;
}
*/
/*# sourceMappingURL=maps/style.css.map */


/*
.leftarrow,
.owl-theme .owl-nav .owl-prev{background:url("../images/arrow-black-left.png") no-repeat center center;
float:left;height:50px !important;left:-120px;width:50px !important;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);text-indent:-10000px;position:absolute;}

.leftarrow:after {
content:"\f178"; 	font-family: "FontAwesome";
left: 0;
width: 20px;
height: 20px;
z-index: 9999999999;
position: absolute;
}


.leftarrow:hover,
.owl-theme .owl-nav .owl-prev:hover{background:url("../images/arrow-left-active.png") no-repeat center center;}


.rightarrow,
.owl-theme .owl-nav .owl-next{background:url("../images/arrow-black-right.png") no-repeat center center;float:left;height:50px !important;right:-120px;width:50px !important;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);text-indent:-10000px;position:absolute;}

.rightarrow:hover,
.owl-theme .owl-nav .owl-next:hover{background:url("../images/arrow-right-active.png") no-repeat center center;}
*/




.category .cat-item img {
height: 100%;
margin: 0 auto;
display: block;
}

section.category .cat-item {

background: #fff;
float: left;
width: 100%;
padding: 20px;
transition: 0.3s;
box-shadow: 0px 12px 19px 4px rgba(0, 0, 0, 0.08);
position: relative;
top: 0px;

height: 190px;
margin-bottom: 20px;
}


section.category .cat-item:hover, section.category .cat-item.active {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
    top: 1px;
}


section.category {
background: #eee;
padding: 15px 0 !important;
}

section.category .images {

margin: 0 auto;
text-align: center;
}

section.category .images img {
margin: 0 30px;
height: 110px;
}


.no-padd img {
width:100%;}


.cat-group {
position: absolute;
border-bottom: 35px solid transparent;
border-left: 35px solid #ce050b;
color: #333;

font-size: 12px;
top: 0;
left: 0;

}



/*======================================
15. PAGE TOP BAR (left & right content)
======================================*/

.top-bar{

	color:#333;
	padding:10px 0;
/*
background-color: #161d53;
*/
background: #ce050b;
}
.top-bar .fa {
	vertical-align: middle;
background-color: #0000004d;
	color:#fff;
/*
	border:1px solid rgba(0,0,0,0.01);
*/
	padding:3px;
	width:24px;
	height:24px;
	text-align:center;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
line-height: 18px;
}
	
	
.top-bar .fa:hover {
background-color: rgba(27, 137, 230, 0.74);
}

.wt-topbar-left,
.wt-topbar-right,
.wt-topbar-center {
	padding-left:15px;
	padding-right:15px;
}
.wt-topbar-left {
	float:left;
}


.wt-topbar-right {
	float:right;
width:100%;
}


.wt-topbar-center {
	text-align:center;
}
	
@media only screen and (max-width: 991px) {
.wt-topbar-left,
.wt-topbar-right {
	float:none;
	padding-top:5px;
	padding-bottom:5px;
}

}
/*-------------------------------------
	1. eamil-phone (left) 
-------------------------------------*/
.e-p-bx li {
	display: inline;
	font-size: 16px;
	padding-right: 10px;
color: #fff;
}
.e-p-bx li a {
	color: #FFF;
}
.e-p-bx li i {
	margin-right:5px;
	vertical-align: middle;
}

/*-------------------------------------
	2. social-links (right) 
-------------------------------------*/
.social-bx,
.login-bx { 
	margin:0 0 0 15px;
	float:right;
}


.li-unstyled {
float: left;
display: inline-block;
margin:0;
color: #fff;

}





.social-bx li,
.login-bx li { 
	font-size:16px; 
	margin:0;
	position:relative;
}
.social-bx li{ 
	padding-left:2px;
	padding-right:2px;
float: left;
}
.social-bx li a,
.login-bx li a {
	color:#ffffff;
}
.social-bx li i,
.login-bx li i { 
	vertical-align:baseline; 
	margin:0 5px 0 0;
}
.social-bx li span,
.login-bx li span { 
	vertical-align:baseline; 
	margin:0 2px 0;
	font-size:8px;
}
.login-bx li ul {
	top:25px;
	left:auto;
	right:0; 
	border:none;
	padding:0;
}
.login-bx li ul li { 
	border-bottom:1px solid #F7F7F7;
}
.login-bx li ul li a{ 
	color:#767676;
	padding:9px 15px;
}
.arrow-up-border:before,
.arrow-up:after {
	position: absolute;
	display: inline-block;
	content: '';
}
.arrow-up-border:before {
	top: -7px;
	right:19px;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #F00;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
}
.arrow-up:after {
	top: -6px;
	right:20px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
}

.arrow-left:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.arrow-left:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}




.esrv-carousel img {
height:210px;
margin:0 auto;
display:block;
width: auto !important;
}

.esrv-carousel .active.center {
transform: scale(1.06);
z-index: 999;
background:#fff;
}

.esrv-carousel .active.center  .product {


}

.esrv-carousel .active.center h2.product-title a {
border: 1px solid transparent;
background: #ce050b;
color: #fff;

}



.products-grid .item .item-inner {
    text-align: center;
}


.price-box {
margin: 5px;
    min-height: 28px;
    font-family: 'Rubik', sans-serif;
}

.regular-price {

    display: inline;
}



.regular-price .price {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

h2.product-title a {


display: inline-block;
padding: 5px 10px;
text-align: center;
font-size: 15px;
text-transform: capitalize;
font-weight: normal;
line-height: 25px;
color: #333;
}


h2.product-title a {

}

.products-main .product .item-content {
text-align: center;
}


.products-main .product .product-wrap {
position: relative;
}

/*================================================
24 - SHOP PAGE CSS
==================================================*/

.shop-sidebar-widget {
    margin-bottom: 30px;
}
.shop-sidebar-widget:last-child {
    margin-bottom: 0;
}
.shop-sidebar-widget > h3:before {
    background: #ce050b none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}
.shop-sidebar-widget > h3 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}
.shop-sidebar-widget > form {
    background: #f7f7f7 none repeat scroll 0 0;
    height: 40px;
    position: relative;
}
.shop-sidebar-widget input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    height: 100%;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 80%;
}
.shop-sidebar-widget button {
    background: #ce050b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.shop-sidebar-widget button:hover{
    background: #212121 none repeat scroll 0 0
}
.shop-sidebar-widget ul > li, .cat-parent ul li {
    border-bottom: 1px solid #ededed;
}
.shop-sidebar-widget ul > li:last-child {
    border-bottom: 0 solid #ededed;
}
.shop-sidebar-widget ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 10px;
    text-transform: capitalize;
}
.shop-sidebar-widget ul li a:hover{
    color: #ce050b
}
.cat-parent span {
    float: right;
}
.widget_product_categories > ul > li.current-cat-parent > .children {
    display: block;
}
.widget_product_categories .children {
    border-top: 1px solid #e9e9e9;
    display: none;
    padding-left: 20px;
}
.product-thumb-info-image {
    background: #eee none repeat scroll 0 0;
    float: left;
    height: auto;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px;
    width: 80px;
}
.product-thumb-info-content {
    display: inline-block;
    margin-top: 5px;
    overflow: hidden;
}
.item-cat {
    display: block;
    margin-bottom: 0;
}
.price {
    color: #ce050b ;
    font-size: 16px;
    font-weight: 600
}
.product-thumb-info-image > a, .product-thumb-info-content h4 > a, .product-thumb-info-content span > a{
    padding: 0 !important
}
.featured-list li{
    overflow: hidden
}
.product-thumb-info-content h4 > a {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
.item-cat > a{
    display: inline-block !important;
    line-height: 20px !important;
    margin: 5px 0 !important;
}
.shorting {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 15px 10px;
}
.shorting p {
    margin: 7px 0;
    text-transform: capitalize;
}
.shorting form {
    float: right;
}
.shorting form label {
    font-weight: 500;
    margin: 0;
}
.shorting select {
    border: 1px solid #ddd;
    padding: 5px;
    text-transform: capitalize;
}
.single-shop-product {
    border-bottom: 3px solid #ab0e13;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);

}
.single-product-image {
    background: #eee none repeat scroll 0 0;
    border: 10px solid #eee;
    overflow: hidden;
    position: relative;
}
.single-product-text {
    padding:5px;
}
.single-product-image img {
width:  !important;
margin: 0 auto;
transition: all 0.3s ease;
height: 340px !important;

}



.single-product-image:hover img {

transform: scale(1.1);
}

.single-product-text > h3 {
color: #333333;
font-size: 16px;
font-weight: normal;
margin-bottom: 10px;
text-transform: capitalize;
text-align: center;
line-height: 25px;
height: 50px;
overflow: hidden;
text-transform: capitalize;
font-weight: bold;
}
.product-price {
    margin: 20px 0;
}
.product-price > h3 {
    display: inline-block;
    color: #ce050b 
}
.product-rating {
    float: right;
}
.product-rating > li {
    color: #f3c30b;
    display: inline-block;
    margin: 0 1px;
}
.product-button > a {
background: #ab0e13 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-weight: normal;
padding: 5px;
text-transform: uppercase;
width: 49%;
font-size: 13px;
text-align: center;
}

.product-button > a i {
margin-right: 5px;
}


.product-button > a:hover{
    background: #7e7e7e none repeat scroll 0 0
}
.single-product-text h3 > a:hover{
    color: #ce050b
}


.shop-left {
float:left
}

.shop-right {
float:right
}


.cerd-div,
.bleezy-shop-page-area {
padding:30px 0;
position: relative;
background:#efefef;
}


.bleezy-shop-page-area .container { 
position: relative;
z-index: 2;
}

/*
.bleezy-shop-page-area:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
z-index: 1;}





*/




.why-col {
    width: 48%;
    text-align: center;
    display: inline-block;
    float: left;
    height: 250px;
    padding: 0;
    line-height: 250px;
    margin-left: 2%;
    margin-bottom: 20px;
}

.icon-flag {
background: #f2c200B3;
width: 100%;
height: 100%;

}






.icon-flag span {
color:#fff;
font-size:60px;

}





.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: center;
}

    .ribbon span {
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        line-height: 20px;
        transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #F62459;
        background: linear-gradient(#ff89b1 0%, #ff006e 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;

    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0%;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #F62459;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #F62459;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #F62459;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #F62459;
        }



/* ## Footer */
/* -- Footer Main */
.footer-main {
	background-color: #232323;	
}
.footer-main .row {
	padding-top: 88px;
	padding-bottom: 8px;
}
.ftr-widget{
	margin-bottom: 27px;
}
/* -- Wiget:: About */
.about_widget {
	padding-right: 50px;
}
a.footer-logo{
	color: #fff;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 28px;
    padding-left: 56px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
margin-bottom: 20px;
padding: 0;
}


.footer-logo > img {
    width: 110px;
}
.footer-logo span{
	color: #777;
    display: block;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
}
.social_widget ul {
float: left;
padding-left: 0;

}
.social_widget ul li{
	display: inline-block;
}
.social_widget ul li a{
	color: #fff;
    font-size: 15px;
    letter-spacing: 0.65px;
    line-height: 24px;
    margin-right: 33px;
    text-decoration: none;
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}
.social_widget ul li a:hover{
	color: #ce050b;
}
.social_widget ul li:last-of-type a{
	margin-right: 0;
}
.about_widget p {
	color: #fff;
    display: inline-block;   
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
font-weight: normal;
}


.about_widget p span {

    margin-right: 15px;
    font-size: 15px;
}

.about_widget p a {
	color: #fff;
}

.quick_widget li {float: left;
display: inline-block;
width: 33.3333%;
padding: 8px 0;
}


.quick_widget li a{
color:#fff;
padding-left:0;
font-size:15px;
	position: relative;
}

.quick_widget li  a:after{
content:"\f105";
	position: absolute;
left: -15px;
top: 0px;
font-family:fontawesome;

}


.q-li {
display: inline-block;
padding-left: 15px;
}

.quick_widget li:hover a {
background:none !important
}

.quick_widget li:hover a { 
color:#
}
/* -- Widget Title */
.ftr-widget .widget-title {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 26px;
	color: #fff;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 23px;
}
.ftr-widget .widget-title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #ce050b;
	width: 30px;
	height: 1px;
}
.footer2 .ftr-widget .widget-title {
	font-size: 16px;
	color: #ccc;
	padding-bottom: 15px;
}
.footer2 .ftr-widget{
	margin-bottom: 24px;
}

/* -- Widget:: Newsletter */
.newsletter_widget .input-group {
	min-height: 60px;
	padding: 4px 3px;
	display: inline-block;
	width: 100%;
}
.newsletter_widget .input-group-btn{
	position: absolute;
    right: 8px;
    top: 9.5px;
	z-index: 5;
width: auto !important;
}
.newsletter_widget .form-control {
	border: 1px solid #343434;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
	color: #888;
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	line-height: 60px;
	min-height: 60px;
	padding-left: 10px;
	padding-right: 112px;
	letter-spacing: 0.52px;	
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
width:100%;
}
.newsletter_widget .form-control:focus {
	border-color: #fff;
}
.newsletter_widget .btn {
	background-color: #ce050b;
	border-radius: 0;
	min-height: 49px;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.42px;
	padding: 8px 22px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	position: relative;
	z-index: 1;	
}
.newsletter_widget .btn::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(35,35,35,1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: -1;
}
.newsletter_widget .btn:hover::before {
	width: 100%;
}



.newsletter_widget p {
color: #fff;
text-transform: capitalize;
font-weight: normal;
font-size: 15px;
}


/* -- Footer Bottom */
.footer-bottom{
	border-top: 1px solid #343434;
	padding-top: 10px;
display: inline-block;
}
.copyright{
	display: inline-block;
}
.footer-bottom span{
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.6px;
	color: #fff;


}
.footer-bottom .ow-navigation{
	float: right;
	width: auto;
}
.footer-bottom .ow-navigation .nav.navbar-nav > li{
	margin: 0 12px;
}
.footer-bottom .ow-navigation .navbar-collapse{
	padding-right: 0;
	padding-left: 0;
}
.footer-bottom .ow-navigation .nav.navbar-nav li > a{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.6px;
	color: #888;
	display: inline-block;

	font-weight: 400;
}
.footer-bottom .ow-navigation .nav.navbar-nav li > a:hover{
	color: #ce050b;
}
.footer2 .footer-bottom span,
.footer2 .footer-bottom .ow-navigation .nav.navbar-nav li > a{
	text-transform: capitalize;
	font-weight: 300;
	font-size: 14px;

}


span.pp-about {
color: #333;
font-size: 15px;
}






.soap {
padding: 6px;
max-height: 128px;
overflow: hidden;
background: #eee;

margin-top: 7px;
}


.soap .featured-entry-thumb {
width:50%;
float:left;
}

.featured-entry-thumb img {
width:90%;
height: 113px;
transition: all ease-in-out 0.5s;
}


.soap:hover img
{

transform: scale(1.06);
}
/***************/



.x-box .it {
    position: relative;
  }

.owl-nav {
position: absolute;
top: -74px;
right: 0;
font-size: 14px;}


.owl-nav > div {
/*
padding: 5px 15px;
border: 1px solid #039577;
background: #ce050b;
    background-image: none;
color: white;
border-radius: .4em;
background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(0, 0, 0, .2));
box-shadow: .1em .1em .4em rgba(0, 0, 0, .5);
margin-left: 10px;*/
float: left;
width: 40px;
height: 40px;
text-align: center;
line-height: 37px;
border: 1px solid;
margin-right:10px;

color: #ce050b66;
border-radius: 50%;
}

.owl-nav  > div:hover {
color: #ce050b;

}


.owl-prev {
float: left;
}

.owl-next {
float: right;
}








/* Sweep To Top */
.sweep {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
border: 1px solid #ce050b;
display: inline-block;
padding: 5px 10px;
text-align: center;
font-size: 13px;
text-transform: capitalize;
font-weight: normal;
line-height: 25px;
color: #333;
}
.sweep:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#ce050b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sweep:hover, .sweep:focus, .sweep:active {
  color: white;
}
.sweep:hover:before, .sweep:focus:before, .sweep:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}





/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 400px;
  background: url(../images/s1.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;


}

#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
font-size: 25px;
font-family: "Prata-Regular";
color: #fff;
  text-transform: uppercase;
}

#intro h1 span {
  color: #ce050b;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
line-height: 35px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#fff 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
margin-bottom: 0 !important;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ce050b;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #ce050b;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  
  font-weight: 500;
  font-size: 14px;

  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ce050b;
}

#intro .about-btn:hover {
  background: #ce050b;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}



.no-padd { padding: 0 !important;}
.no-padd > div {
float:left;
}




.owl-dots {
    position: relative;
    margin-top: 36px;
text-align: center;
}
.owl-dots .owl-dot{
	background-image:none;
	width: 13px;
	height: 13px;
	margin: 5px 7px;

	padding:0px;
	background: #a53e42;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	transition: all 500ms ease;
	display: inline-block;
}
.owl-dots .owl-dot span{
	display:none;	
}
.owl-dots .owl-dot.active{
	background:#233588;
    border-radius: 15px;
width:25px;
}
.owl-dots .owl-dot:hover{
    background: #233588;
}

.soap .sweep {
float: right;

position: absolute;
right: 0;
bottom: 0;
border:0;
}


.soap .media-body {
height: 118px;
overflow: hidden;
position: relative;

padding-left: 15px;}


.button.sweep {
background:none;
}








/*--------------------*/
/* ABOUT US */
/*--------------------*/


#mu-about {
	background-color: #fff;
	width: 100%;
}

.mu-about-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-title {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 35px;
	padding: 0 25%;
}

.mu-title h2 {
	color: #323232;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.mu-title p {

}

.mu-about-left {
	display: inline;
	float: left;
	padding-right: 15px;
	width: 100%;
padding: 0;
overflow: hidden;
}


.mu-about-left img {
transition: all ease-in-out 0.5s;
height: 400px;
width: 100%;
}

/*
.mu-about-left:hover img {

transform: scale(1.1);
}*/

.mu-about-right {
	display: inline;
	float: left;
	padding-left: 15px;
	width: 100%
}

.mu-about-right ul {}

.mu-about-right ul li {
	list-style: none;
	float: left;
	margin-bottom: 25px;
}

.mu-about-right ul li h3 {
	border-bottom: 3px solid #e5e5e5;
	color: #323232;
	font-size: 20px;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.mu-about-right p {
	font-size: 14px;
}





/*************** fliiiiipppp caaaaardssss ***********/

.flip-card {
		margin-bottom: 2rem
}

.flip-card .flip-wrapper {
		-webkit-perspective: 1000px;
		perspective: 1000px;
		-webkit-transform: perspective(1000px);
		transform: perspective(1000px);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		position: relative;
		width: 100%;
		min-height: 300px
}

.flip-card .flip-back,
.flip-card .flip-front {
		width: 100%;
		height: 100%;
		-webkit-border-radius: .33333rem;
		border-radius: .33333rem;
		-webkit-box-shadow: 0 5px 10px rgba(105, 106, 119, .05);
		box-shadow: 0 5px 10px rgba(105, 106, 119, .05)
}

.flip-card .flip-wrapper p {
height: 97px;
overflow: hidden;    font-size: 15px;
        color: #868686;
}


.flip-card .flip-front {
		-webkit-transition: -webkit-transform .6s cubic-bezier(.5, .3, .3, 1);
		transition: -webkit-transform .6s cubic-bezier(.5, .3, .3, 1);
		-o-transition: transform .6s cubic-bezier(.5, .3, .3, 1);
		transition: transform .6s cubic-bezier(.5, .3, .3, 1);
		transition: transform .6s cubic-bezier(.5, .3, .3, 1), -webkit-transform .6s cubic-bezier(.5, .3, .3, 1);
		overflow: hidden;
		position: absolute;
		top: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-filter: blur(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		z-index: 1
}

.flip-card .flip-back {
		-webkit-transition: -webkit-transform .6s cubic-bezier(.5, .3, .3, 1);
		transition: -webkit-transform .6s cubic-bezier(.5, .3, .3, 1);
		-o-transition: transform .6s cubic-bezier(.5, .3, .3, 1);
		transition: transform .6s cubic-bezier(.5, .3, .3, 1);
		transition: transform .6s cubic-bezier(.5, .3, .3, 1), -webkit-transform .6s cubic-bezier(.5, .3, .3, 1);
		overflow: hidden;
		position: absolute;
		top: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-filter: blur(0);
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		z-index: 1
}

.flip-card .flip-wrapper:hover .flip-front {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d
}

.flip-card .flip-wrapper:hover .flip-back {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d
}

.flip-card .flip-wrapper:hover .front-contents {
		-webkit-transform: translateY(-50%) translateX(-650px) scale(1);
		-ms-transform: translateY(-50%) translateX(-650px) scale(1);
		transform: translateY(-50%) translateX(-650px) scale(1);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d
}

.flip-card .flip-wrapper:hover .back-contents {
		-webkit-transform: translateY(-50%) translateX(0) translateZ(0) scale(1);
		transform: translateY(-50%) translateX(0) translateZ(0) scale(1);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d
}

.flip-card .back-contents,
.flip-card .front-contents {
		text-align: center;
		padding: 0 3rem;
		position: relative;
		top: 50%;
		-webkit-transition: -webkit-transform .6s cubic-bezier(.5, .3, .3, 1);
		transition: -webkit-transform .6s cubic-bezier(.5, .3, .3, 1);
		-o-transition: transform .6s cubic-bezier(.5, .3, .3, 1);
		transition: transform .6s cubic-bezier(.5, .3, .3, 1);
		transition: transform .6s cubic-bezier(.5, .3, .3, 1), -webkit-transform .6s cubic-bezier(.5, .3, .3, 1);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		z-index: 2
}

.flip-card .back-contents h5 {
    color: #fff;
}



.flip-card .back-contents h5,
.flip-card .front-contents h6 {
		line-height: 2rem;
		margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

.flip-card .front-contents {
		-webkit-transform: translateY(-50%) translateX(0) scale(1);
		-ms-transform: translateY(-50%) translateX(0) scale(1);
		transform: translateY(-50%) translateX(0) scale(1)
}

.flip-card .front-contents span {
		font-size: 4rem
}



.flip-card .front-contents span i {
    color: #ce050b;
    
}
.flip-card .back-contents {
		-webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
		transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88)
}

.flip-card .back-contents p {
		color: rgba(255, 255, 255, .6)
}

.flip-card .back-contents .btn {
		margin-top: 1.66rem
}

.flip-card .flip-overlay,
.flip-card .flip-overlay2 {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0
}


.flip-card .flip-overlay2 {
    
    background: #ce050b;
}

.flip-card .flip-overlay {
		background: #f1f1f1
}

.flip-boxes {


overflow: hidden;
padding-bottom: 0;}





.col-center {
	margin: 0 auto;
	float: none !important;
}
.tets-s {
	margin: 50px auto;
	padding: 0 70px;
}
.tets-s .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.tets-s .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.tets-s .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}




/*

.owl-nav {
position: absolute;
top: 50%;
width: 100%;
display: inline;
right: 0;}



.owl-nav .owl-next {
right: 0;
line-height: 2.66667rem;
cursor: pointer;
width: 2.66667rem;
color: #fff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;

-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
-webkit-border-radius: 1.66667rem 0 0 1.66667rem;
border-radius: 1.66667rem 0 0 1.66667rem;
z-index: 111;
bottom: 30px;
text-align: center;
font-size: 28px !important;
position: absolute;

margin-bottom: -42px;

 }


.owl-nav .owl-prev {
left: 0;
line-height: 2.66667rem;
cursor: pointer;
width: 2.66667rem;
color: #fff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
-webkit-border-radius: 1.66667rem 0 0 1.66667rem;
border-radius: 0 1.66667rem 1.66667rem 0;
z-index: 111;
bottom: 30px;
text-align: center;
font-size: 28px !important;
position: absolute;

margin-bottom: -42px;


 }


*/


/* Sweep To Top */


.flip-back .sweep {
    
    background:#fff;
    border: 0;
    overflow: hidden;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 12px;
}

.sweep {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sweep:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sweep:hover, .sweep:focus, .sweep:active {
  color: white;
}
.sweep:hover:before, .sweep:focus:before, .sweep:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}









#tets {
    position: relative;
    padding: 60px 0;
    background: url(../images/intro-bg.jpg) top center;
    background-attachment: scroll;
    background-size: auto;
background-size: cover;
    padding-bottom: 30px;
        background-attachment: fixed;

}


#tets:before {
    content: "";
    background: rgba(6, 12, 34, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#tets .section-header h2 {
    color: #fff
}

.testimonial {
font-size: 16px;
margin: 15px 0;
line-height: 30px;
text-transform: capitalize;    
}

.overview b { color: #ce050b }



.title.text-center {
margin-bottom:20px; 
}




/*********************************/


.single-blog-item {
    position: relative;
    overflow: hidden;
    display: block;
margin-bottom: 10px;
background: #fff;
padding: 5px;
}
.single-blog-item .img-holder{
    overflow: hidden;
    position: relative;  
width: 100px;
float: left;
height: 100px;  margin-right: 8px; 
}
.single-blog-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%; 
height: 100%;	
}
.single-blog-item:hover .img-holder .overlay-style-one{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-blog-item .img-holder .overlay-style-one .content a i {
    transition: all 500ms ease;
    font-size: 20px;
background: #fff;
padding: 10px;
border-radius: 50%;
}
.single-blog-item .img-holder .overlay-style-one .content a:hover i{
    color: #b6b6b6;
}
.single-blog-item:hover .img-holder img {
    transform: scale(1, 1);
}
.single-blog-item .text-holder {

    padding:10px;

}
.single-blog-item .text-holder .blog-title {
    color: #444;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
    display: block;
    transition: all 500ms ease;margin: 0;
}
.single-blog-item:hover .text-holder .blog-title{
    color: #c4501c;
}

.single-blog-item .text-holder .text {
    margin-top: 12px;
}
.single-blog-item .text-holder .text p {
font-size:14px;
    margin: 0; 
}
.single-blog-item .meta-info {
    overflow: hidden;
    text-align: center;

margin: 0;

color: #444;
top: 0;
padding: 0;
}
.single-blog-item .meta-info li {
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 20px;
}
.single-blog-item .meta-info li:last-child{
    margin-right: 0;
}
.single-blog-item .meta-info li a{
    color: #c4501c;
    font-size: 16px;

    
}
.single-blog-item .meta-info li a i {
    display: inline-block;
    padding-right: 4px;
    font-size: 15px;
}



/* Overlay styles  */
.overlay-style-one{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    padding:0px;
    color:#ffffff;
    opacity:0;
    background: rgba(255,0,0,0.3);
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
/*
.nnsam {
padding: 15px;
background: #eee;}
*/





.outer-search-box {
    float: right;
    height: 40px;
    width: 40px;
    margin-top: 26px;
    transition: all 500ms ease;
.main-menu .navigation li:last-child
}
.outer-search-box:hover{
    border-color: #D1CECE;    
}
.seach-toggle {
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 21px;
    line-height: 20px;
    margin: 0;
    padding: 9px 0px;
    position: relative;
    text-align: center;
    transition: all 500ms ease;
}

.search-box {
    opacity: 0;
    position: absolute;
    left: 15px;
    top: 100%;
text-align:right;
    transition: all 500ms ease 0s;
    visibility: hidden;
    list-style: none;
z-index: 99;
width:100%;

}

.search-box li {
width: 300px;
margin: 0 auto;
}

.search-box.now-visible{
    top:200%;
    opacity:1;
    visibility:visible;	
}
.search-box .form-group{
    position:relative;
    padding:0px;
    margin:0px;
    width:100%;
    min-width:250px;
}
.search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;

    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 46px;
padding-left: 15px;
padding-right: 16px;
text-align: left;

}
.search-box .form-group input[type="search"]:focus{
    border-color:#394141;	
}
.search-box .form-group button, 
.search-box .form-group input[type="submit"] {
background:none;
    color: #303443;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 46px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    transition: all 500ms ease 0s;
}


.mainmenu-right-box {}
.mainmenu-area .appointment-button {
    float: right;
    margin: 25px 0;
}
.mainmenu-area .appointment-button a {
    position: relative;
}
.mainmenu-area .appointment-button a:before {
    position: absolute;
    top: 3px;
    right: 5px;
    content: "";
    background: url(../images/button-icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    transition: all 500ms ease;
}
.mainmenu-area .appointment-button a:hover{

}


























@media (max-width: 767px) {


.mainmenu-area {
position: relative;
background: #ce050b;
}



      
/*** 
=============================================
    Mainmenu area style
=============================================
***/ 
.mainmenu-area .logo {
    display: inline-block;
padding:0 !important;
    z-index: 9;
}
.search-box {} 
  
.search-box.now-visible {
    top: 190%;
    right: 0;
}      

.main-menu {
position: absolute;

width: 100%;

top: 27px;

background: none;

border-radius: 0 0 25px 25px;

right: 0;
z-index: 9;

}
.main-menu .navigation li {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}   
.main-menu .collapse {
    border: 0px solid #eabb06 !important;
    border-radius: 0px !important;
    float: none;
    margin: 0;

    overflow: auto;
    padding: 0;
    width: 100%;
}   
.main-menu .collapse.in, 
.main-menu .collapsing {
    border: 0px solid #4b4b4b;
    border-radius: 3px;
    padding: 0;
    border-top: none;
}    
.main-menu .navbar-header{
    position:relative;
    float:none;
    display:block;
    text-align: right;
    width:100%;
    padding: 0;
    right:0px;
    z-index:12;margin-bottom: 40px;
}        
.main-menu .navbar-header .navbar-toggle {
    display: inline-block;
    z-index: 7;
    border: 2px solid #fff;
    float: none;
    margin:  0;
    border-radius: 0;
    padding: 11px 9px;
margin-right: 15px;
}
.main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
    font-weight: 700;
} 
    
.main-menu .navbar-collapse > .navigation {
    background: #fff;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;padding: 0;
}        
.main-menu .navbar-collapse > .navigation > li{
    margin:0px !important;
    float:none !important;
    width:100%;
    padding: 0;
} 
.main-menu .navbar-collapse .navigation > li > ul > li {
    border-bottom: 0px solid #12226d;
}    
.main-menu .navigation li.dropdown > a:after{
    display:none !important;
}
.main-menu .navigation > li > a:before{
    display: none;
}
.main-menu .navbar-collapse > .navigation > li > a{
    padding:10px 10px !important;
}     
.main-menu .navbar-collapse > .navigation > li > ul,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
    position:relative;
    border:none;
    float:none;
    visibility:visible;
    opacity:1;
    display:none;
    margin:0px;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    width:100%;
    background: none;
    border-radius:0px;
    -webkit-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    -moz-border-radius:0px;
    transition:none !important;
    -webkit-transition:none !important;
    -ms-transition:none !important;
    -o-transition:none !important;
    -moz-transition:none !important;
}    
.main-menu .navbar-collapse > .navigation > li > ul,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
    border-top: 0px solid rgba(255,255,255,1) !important;	
}
    
.main-menu .navbar-collapse > .navigation > li,
.main-menu .navbar-collapse > .navigation > li > ul > li,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{
    border-top: 1px solid #ccc !important;
    opacity:1 !important;
    top:0px !important;
    left:0px !important;
    visibility:visible !important;
}
.main-menu .navbar-collapse > .navigation > li:last-child,
.main-menu .navbar-collapse > .navigation > li > ul > li:last-child,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:last-child{

}
.main-menu .navbar-collapse > .navigation > li > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
    padding:10px 10px !important;
    line-height:22px;
    margin: 0;
    color:#000;
    background:#fff;
    text-align:left;
} 
.main-menu .navbar-collapse > .navigation > li > ul > li > a{
    padding: 10px 20px; 
    line-height:22px;
    color:#000;
    background:#FFF;
    text-align:left;
} 
.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a{
    padding: 10px 10px;         
}    
    
.main-menu .navbar-collapse .navigation > li > ul li a::before{
    display: none;
}  
.main-menu .navbar-collapse > .navigation > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li.current > a{
background: #ce050b !important;
    color: #fff !important;
}        
.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
    display:block;
}     
  






    
    /*********************/
    
    .mainmenu-area.stricky-fixed .social-main,
    .mainmenu-area.stricky-fixed .logo,
    .mainmenu-area.stricky-fixed .right-9 {

    }
    
    .mainmenu-area.stricky-fixed .main-menu {
        
        top: 27%;
    }
    
    
    
    
    /*******************/
    
    
    
    
    
    
    
    
    
    
    
    .sec-title {
        padding-bottom: 16px;
        margin-top: 10px;
    }
    
    .iq-our-clients .col-md-4 {
        float: none;
    }
    
    
    .ima-cover img {
        height: 100%;
        width: 100%;
    }
    
        .main-menu .navigation > li > ul > li ul li {
        padding: 0;
    }
    
    

    
    .mainmenu-area .logo {
        display: inline-block;
float: none;
text-align: center;
position: relative;
z-index: 99;
    }                

   .right-9 {

    display: block;
    float: none;
    margin-top: 0;
    text-align: center;

}
    .outer-search-box {
margin: 26px 0;
margin-right: 50px;
}
    

        .mainmenu-area .logo img {
        width: 105px;

    }
    
    
    .search-box .form-group input[type="search"] {
        
width: 100%;    } 
    

    
    
    li.lang {
        
        position: relative;

border: 0;
right: auto;
padding-right: 0 !important;
    }


.wt-topbar-right {
    background: #ddd;
}












.social-bx,
.e-p-bx,
.login-bx { 
	margin-top:5px;
	margin-bottom:5px !important;
width: 100%;
text-align: center;
}



.social-bx,
.li-unstyled {
float: none;
display: inline-block;
margin: 0;
color: #fff;
padding: 0;
margin: 0 !important;
width: 100%;
text-align: center;

}

.lang-b {
border-radius: 0;
}

.navigation .navbar-nav > li > a:hover {
background: #fff !important;
color: #ce050b !important;}

.navigation .navbar-nav > li > a {
padding-left: 8px !important;
}

#intro {
    width: 100%;
    height: 250px;
}

.footer-bottom .ow-navigation,
.social_widget ul,
.copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.no-padd img {
width: auto;
}


.navigation {
    padding:0 10px;
}

section.category .cat-item {
height:auto;
}
.no-padd {
    margin-top: 10px;
}
.esrv-carousel .active.center {
    transform: scale(1);
    z-index: 999;
    background: #fff;
}


.cat-item.no-padd {
height: 300px !important;
overflow:hidden;
}


.category .cat-item img {
height: 200px;
}


section.category .images img {
margin: 10px 30px;
height: auto;

}

.nnsam {
margin-bottom: 15px;
}



.owl-dots { 
margin-top: 0;
}


.navigation {
	background: #ce050b;
position: relative;}



.navbar-light .navbar-toggler {
border-color: #fff;
}


.navbar-toggler-icon 

}




.widget-featured-entries {}



.overlayer-sa {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
display:none;
}

.widget-featured-entries,
.offers-div {
margin-top: 20px;
}


.date2 i {
margin-right:10px
}







.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #4E4E4E;
    line-height: 26px;
    padding: 12px 15px;
    font-weight: lighter !important;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #ECECEC;
    transition: all 500ms ease-in-out 0s;
direction: ltr;
}

.default-form input:hover{
    border: 1px solid #ce050b;
    transition: all 500ms ease-in-out 0s;
}

.default-form textarea:hover{
    border: 1px solid #ce050b;
    transition: all 500ms ease-in-out 0s;
}


.btn-style-one {
    position: relative;
    padding: 13px 48px;
    line-height: 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: lighter !important;
    background-color: #ce050b;
    border: 2px solid #ce050b; margin: 0 !important;
    text-transform: capitalize;
}



.btn-style-one:hover{
	color:#ce050b;
	background:none;
}


.clear{
display: block;
clear: both;
}



.mar-left {
margin-left: 190px;
}
