/*
* BASIC STYLE
  - General Style
  - Headings Style
  - Button Style
  - Form Style
  - Spacer Style

* HEADER
  - Header Style
  - Navigation Menu Style
  - Megamenu Style

* CONTANT
  - Banner Style
  - Bread-crumb
  - Product Box
  - Testimonial
  - Sidebar
  - Sorting
  - Product Detail Page
  - Cart Page
  - Checkout Page
  - Login Register Page
  - Blog Page
  - About Page
  - 404 Page
  - Contact Page

* FOOTER
*/
/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Raleway:300,400,500,500i,600,700');
@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 /* - General Style //---------------- */

 ::-moz-selection {
 background-color: #043e6b;
 color: #FFF;
}
::selection {
	background-color: #043e6b;
	color: #FFF;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #878787;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
    text-transform: capitalize;
}
body.dark-header {
	padding-top: 82px;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
.main {
	position: relative;
}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
a, a:focus, a:active, a:link, img {
	outline: none;
	text-decoration: none;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #6d6d6d;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
a:hover {
	color: #043e6b;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
br {
	font-size: 0;
	line-height: 0;
}
hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
ul {
	padding-left: 30px;
	margin-bottom: 0;
}
.position-r {
	position: relative;
}
.position-s {
	position: static;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
	color: #fff;
}
.dark-bg {
	background: #141414;
	color: #fff;
}
.gray-bg {
	background: #f5f5f5;
}

.light-gray-bg {
    background: #fafafa none repeat scroll 0 0;
}

.middle-800 p {
	display: inline-block;
	max-width: 800px;
}
.middle-580 p {
	display: inline-block;
	max-width: 580px;
}

.border-right {
	border-right: 1px solid #e1e1e1;
}

/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h1 {
	font-size: 43px;
	letter-spacing: 1px;
	line-height: 40px;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: 3px;
}
h3 {
	font-size: 21px;
	line-height: 32px;
}
h2.heading {
	font-size: 25px;
	line-height: 32px;
}

h4 {
	font-size: 17px;
	line-height: 28px;
}
h5 {
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	line-height: 17px;
	font-weight: 600;
}
/* - Button Style  //----------------*/

.btn, button {
	padding: 13px 15px;
	line-height: 16px;
	font-weight: 500;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.btn.full {
	width: 100%;
	text-align: center;
}
.btn.big-width {
	padding: 13px 30px;
}
.btn.big {
	padding: 25px;
}
.btn i.fa {
	font-size: 18px;
	margin: 0 5px;
}
.btn-black {
	color: #fff;
	background: #222;
	border: none;
}
.btn-black:hover {
	color: #fff;
	background: #043e6b;
}
.btn-color {
	color: #fff !important;
	background: #043e6b;
	border: none;
}
.btn-color:hover {
	color: #fff;
	background: rgba(255,7,53,0.80);
}
.btn-white {
	color: #222;
	background: rgba(255,255,255,1);
	border: none;
}
.btn-white:hover {
	color: #222;
	background: #043e6b;
}

/* - Form Style */
select {
	background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #eaeaea;
	padding: 7px 24px 7px 5px;
	line-height: 18px;
}
.full select {
	width: 100%;
}
.main-form textarea {
	max-width: 100%;
}
.main-form input, .main-form textarea, .main-form select {
	background: #fff;
	padding: 8px 15px;
	width: 100%;
	border: 1px solid #eaeaea;
	min-height: 40px;
}
.check-box label {
	color: #222;
	display: inline;
	font-size: 15px;
	font-weight: 400;
}
.checkout-section .check-box input[type="checkbox"] {
	margin: 5px 0 0;
	min-height: 1px;
	display: none;
}
/* - Spacer Style  //---------------- */

.right-side {
	float: right;
}
.left-side {
	float: left;
}

.plr-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mlr_-20 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.ptb-45 {
	padding-top: 45px;
	padding-bottom: 95px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-45 {
	padding-bottom: 95px;
}

.ptb-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}
.pt-95 {
	padding-top: 95px;
}
.pb-95 {
	padding-bottom: 95px;
}

.p-0 {
	padding: 0px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.m-0 {
	margin: 0px;
}
/* - Newsletter   //----------------- */

#newslater-popup {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.nl-popup-main {
    display: block;
    background:#171c34;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.nl-popup-inner {
    border: 2px solid #043e6b;
    margin: 20px;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

#newslater-popup .newsletter-inner {
	background: transparent;
	padding: 30px 60px;
}
#newslater-popup .newsletter-inner span {
    color: #043e6b;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}
#newslater-popup .newsletter-inner input {
	width: 270px;
	padding: 7px;
}
#newslater-popup button.mfp-close {
    background-color: #171c34;
    border-radius: 0;
    color: #fff;
    font-size: 35px;
    opacity: 1;
    right: 0;
    top: 0;
}

#newslater-popup .newsletter-inner .main_title {
    color: #fff;
    display: block;
    font-size: 46px;
    margin-bottom: 35px;
}
#newslater-popup .newsletter-inner input {
	margin-bottom: 35px;
}
#newslater-popup .newsletter-inner form button {
	position: relative;
	background: #043e6b;
}
#newslater-popup .newsletter-inner p {
    margin-bottom: 22px;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */

.navbar-brand img {
    height: 110px;
}



.navbar-header .navbar-brand {
	height: auto;
	padding: 0;
	margin-left: 32.5px !important;
}
.navbar {
	margin-bottom: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
.homepage header#header {
    position: fixed;
}
header#header {
	background: #01066e96;
    position: relative;
	top: 0;
	width: 100%;
	z-index: 3;
	padding: 0 20px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
header#header.header-fixed {
	background: #01066e;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	position: fixed;
}
.search-box {
	position: relative;
}
.navbar-collapse.collapse {
	display: inline-block;
	padding-left: 0;
	margin-top: 10px;
}
.collapsing {
	display: inline-block;
}
.navbar-collapse > ul {
	display: inline-block;
	float: none !important;
	margin-bottom: -7px;
	text-align: left;
}
.header-right-link > ul > li {
	float: left;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
}
.header-right-link ul li:hover {
	overflow: visible;
}
.header-right-link  ul { list-style: none; padding: 0; }
/*.header-right-link ul li.main-search {
	overflow: visible;
}*/
/*.search-box input.input-text {
	background: #fff;
	border: 1px solid #dedede;
	width: 0;
	opacity: 0;
	padding: 6px;
	margin-top: -3px;
	position: absolute;
	right: 0;
	z-index: 1;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}*/
/*.search-box:hover input.input-text, .search-box input.input-text:focus {
	width: 250px;
	opacity: 1;
}*/
/*.search-box button.search-btn {
	background: url("../images/sprite.png") no-repeat scroll -11px -89px transparent;
	border: none;
	height: 30px;
	width: 25px;
	position: relative;
	right: 0;
	top: -5px;
	z-index: 2;
}
.search-box button.search-btn:hover {
	background-position: -11px -123px;
}*/
.header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view {
	padding: 28px 0 25px;
	display: inline-block;
	transition: all 0.4s ease 0s;
}

.header-right-link > ul > li > a span {
	background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
	height: 30px;
	width: 35px;
	display: inline-block;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.header-right-link ul li.search-box > a span {
	background-position: -12px -123px;
}

.header-right-link ul li.account-icon > a span {
	background: url("../images/flag.png") no-repeat center center;
}

.header-right-link ul li.cart-icon > a span {
	background-position: -58px -240px;
	position: relative;
}

.header-right-link ul li.cart-icon > a span small.cart-notification {
	background: transparent;
	color: #043e6b;
	height: 15px;
	line-height: 13px;
	position: absolute;
	right: -2px;
	text-align: center;
	top: 0;
	width: 15px;
	font-weight: 500;
}
/* Navigation Menu Style */

.navbar-nav > li > a {
	padding: 35px 7px;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.navbar-nav > li > a:after {
  transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}

.navbar-nav > li > a:hover:after { width: 100%; }

.nav > li {
	position: inherit;
}
.nav > li:hover > a, .nav > li.active > a, .nav > li > a:focus {
	background: none;
	color: #fff;
}
.header_search_toggle.mobile-view {
	display: none;
}

/*.navbar-nav > li.dropdown > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #043e6b;
    border-style: solid;
    border-width: 11px;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
}

.navbar-nav > li.dropdown:hover > a::after {
    opacity: 1;
}*/

.header-link-dropdown {
	background: #fff;
	border-top: 2px solid #043e6b;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	/*color: #fff;*/
	position: absolute;
	width: 320px;
	display: inline-block;
	right: 0;
	top: 100%;
	padding: 35px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	z-index: 3;
}

.header-fixed .header-link-dropdown {
	top: 89px;
}

.header-right-link > ul > li:hover .header-link-dropdown {
	opacity: 1;
}
.header-right-link .link-dropdown-list > li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede;
}
.header-fixed .nav > li .menu-label {
    top: 6%;
}

.nav > li .menu-label {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 25px;
    transition: all 0.4s ease 0s;
}

.menu-label span {
    padding: 2px 4px;
    color: #ffffff;
    font-size: 11px;
    display: inline-block;
    line-height: initial;
    text-transform: uppercase;
}
.menu-label span::after{
	background: url("../images/sprite.png");
	width: 20px;
	height: 20px;
    content: "";
    top: 7px;
    left: -2px;
    position: absolute;
	display: inline-block;
}

.menu-label .hot-menu {
	background: #ff7878;
}

.menu-label .new-menu {
	background: #043e6b;
}

.menu-label .hot-menu:after {
	background-position: -104px -613px;
}

.menu-label .new-menu:after {
	background-position: -104px -635px;
}

.cart-dropdown ul li a:hover {
	color: #043e6b;
}
.cart-dropdown .cart-list li .media {
	padding-right: 25px;
	margin-top: 0;
}
.cart-dropdown .media-body span {
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}
.cart-dropdown .cart-list li .media .pull-left {
	width: 95px;
	padding-right: 20px;
}
.cart-dropdown .cart-list li .media .pull-left img {
	max-width: 100%;
}
.close-cart {
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}
.cart-dropdown .input-text.qty {
	background-color: transparent;
	padding: 2px 13px;
}
.cart-dropdown .cart-price {
	font-weight: 500;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}
.account-link-dropdown {
	width: 180px;
}
.header-link-dropdown .dropdown-title {
	color: #043e6b;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.account-link-dropdown a:hover, .account-link-dropdown a.active {
	color: #043e6b;
}
.account-link-dropdown .link-dropdown-list > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* --- Megamenu Style --- */
.nav > li {
	overflow: hidden;
	position: relative;
}
.nav > li:hover {
	overflow: visible;
	position: inherit;
}
#header .nav > li:first-child a {
    padding-left: 0;
}
#header .nav > li:last-child a {
	padding-right: 0;
}
.megamenu {
	background: rgb(1 6 110);
	border-top: 2px solid #043e6b;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	color: #a4a4a4;
	opacity: 0;
	padding: 20px 20px;
	position: absolute;
	top: 75%;
	z-index: 2;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.megamenu#menuForProducts {
    right: 10%;
}

.megamenu.full {
	left: 0;
	width: 100%;
}

.nav > li.level:hover .megamenu {
	opacity: 1;
}
.megamenu-inner-top {
    display: inline-block;
    width: 100%;
}
.megamenu .sub-menu-level1 li.level2 {
    float: none;
    min-width: 200px;
    display: table-cell;
}
.sub-menu-level2 {
    list-style: none;
    padding: 0;
}
.megamenu .level2 > a {
	display: inline-block;
	margin-right: 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	max-width: 100%;
	border-bottom: 2px solid #043e6b;
}
.megamenu .sub-menu-level2 li.level3 > a {
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
  color: #fff;
}
.megamenu .sub-menu-level2 li.level3 > a:hover {
	color: rgb(239 255 0);
}
.megamenu .sub-menu-level2 li.level3 > a:after {
  transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}

.megamenu .sub-menu-level2 li.level3 > a:hover:after { width: 100%; }

.megamenu .sub-menu-level2 li.level3 > a span {
	float: left;
	font-size: 9px;
	margin-right: 9px;
	margin-top: -1px;
}

.megamenu-inner-top .left-p {
    padding-right: 30px;
}

.megamenu-inner-bottom img {
    min-width: 100%;
}

/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
.banner {
	overflow: hidden;
	position: relative;
	margin-top: 0;
	display: inline-block;
	width: 100%;
}
.main-banner.owl-carousel .owl-wrapper-outer {
	display: inherit;
	margin-top: 0;
	padding-top: 0;
}

.main-banner .owl-controls .owl-pagination {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
 	-0-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main-banner .owl-pagination .owl-page > span {
	height: 5px;
	width: 30px;
}

/* Search-Wrap */
.sidebar-search-wrap, .sidebar-cart-wrap {
  background: #ffffff none repeat scroll 0 0;
  border-left: 1px solid #f7f7f7;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  z-index: -1;
  width: 100%;
}

.sidebar-table-container {
    height: 100%;
    width: 100%;
}

.sidebar-align-container {
    height: 100%;
    width: 100%;
}

.search-closer, .cart-closer {
    background: url("../images/sprite.png") -78px -798px;
    height: 30px;
    width: 25px;
    cursor: pointer;
}
.search-container, .cart-container {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 970px;
  max-width: 100%;
  z-index: 2;
}

.cart-container {
    border: 1px solid #dbdbdb;
    width: 1050px;
    text-align: left;
}

.search-container input[type="text"] {
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  box-shadow: none;
  color: #000000;
  font-size: 50px;
  font-weight: 700;
  height: auto;
  padding: 18px;
  text-align: center;
  line-height: 65px;
  max-width: 100%;
}
.search-container span {
  color: #777777;
  float: left;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 27px;
  text-transform: uppercase;
  width: 100%;
}
.sidebar-search-wrap.open, .sidebar-cart-wrap.open {
  opacity: 1;
  z-index: 8;
}
/* main-banner icon end */

.main-banner {
    font-family: 'Poppins', sans-serif;
}

.banner-detail a.btn, .perellex-banner a.btn{
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: uppercase;
}

.banner-detail {
    left: 6%;
    position: absolute;
    top: calc(100% - 60%);
    width: 100%;
}

.banner-detail .banner-detail-inner {
	color: #fff;
}
.banner-detail .banner-detail-inner .banner-title {
	color: #333;
	text-transform: uppercase;
	font-size: 70px;
	font-weight: 900;
}
.banner-2 .banner-detail .banner-detail-inner .offer {
	color: #043e6b;
}
.banner-detail .banner-detail-inner span.slogan {
	display: inline-block;
	font-size: 40px;
	color: #043e6b;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.banner-detail .banner-detail-inner span.offer {
	color: #333333;
	font-family: "Raleway", sans-serif;
	font-style: italic;
	font-size: 40px;
	font-weight: 500;
	display: inline-block;
	margin-top: 35px;
}

.inner-banner1 {
	background: url(../images/footerbg.jpg) no-repeat scroll center;
	background-size: cover;
	display: inline-block;
	text-align: center;
}

.inner-banner1 .banner-detail {
    position: relative;
    left: 0;
}
.inner-banner1 .banner-detail h1 {
	color: #333;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 0;
}
/* Bread-crumb CSS Start */

.bread-crumb {
    margin-top: 10px;
}

.bread-crumb ul li {
	display: inline-block;
	color: #333;
}
.bread-crumb ul li a {
	color: #333;
}
.bread-crumb ul li a, .bread-crumb ul li span {
	margin: 0 10px;
	font-weight: 600;
}
.bread-crumb ul li a:hover {
	color: #043e6b;
}
.bread-crumb ul li:first-child {
	padding-left: 0;
}
.bread-crumb ul li span {
	color: #043e6b;
}
/* Bread-crumb CSS End */

/* - Sub-banner Style  //---------------- */
.sub-banner-block .sub-banner:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
/* 	opacity: 0.6; */
}
.sub-banner {
	display: inline-block;
	position: relative;
	margin-top: 30px;
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 60px;
}
.sub-banner .sub-banner-detail {
	color: #000;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0px;
	font-family: "Montserrat", sans-serif;
}
.sub-banner .sub-banner-detail .sub-banner-title {
	color: hsl(0, 0%, 0%);
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
/*	margin-bottom: 15px;*/
	text-align: center;
	text-transform: uppercase;
}
.sub-banner .sub-banner-detail .sub-banner-subtitle {
	color: hsl(0, 0%, 0%);
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	text-align: center;
}
.sub-banner-bg {
	background: hsla(0, 0%, 100%, 0.85) none repeat scroll 0 0;
	margin: 0 auto;
	padding: 45px 0;
	text-align: center;
	width: calc(100% - 30px);
}
.sub-banner4 .sub-banner-detail .sub-banner-title {
	margin-bottom: 0;
}

/* Product Box part */
.heading-part {
    position: relative;
}

.main_title {
    display: inline-block;
    margin-bottom: 0;
}
.category-bar ul li {
	display: inline-block;
}
.category-bar ul li.active {
	pointer-events: none;
}
.category-bar ul li a {
	padding: 12px;
	font-size: 20px;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.category-bar ul li a.selected {
	background: transparent;
	color: #043e6b;
}

.category-bar ul li:hover a {
	color: #043e6b;
	background: transparent;
}

.pro_cat {
	position: relative;
}
.owl-carousel .owl-wrapper-outer {
	display: inline-block;
	padding-top: 7px;
	margin-top: -7px;
}

.product-listing {
    display: inline-block;
    margin-bottom: -30px;
    width: 100%;
}

.product-item {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 150px #eee;
}

.pro_cat .product-slider-main.selected {
    display: block;
}
.pro_cat .product-slider-main {
    display: none;
}
.product-slider .item, .pro_cat .item {
	padding-left: 15px;
	padding-right: 15px;
}
.product-image {
	position: relative;
	overflow: hidden;
	min-width: 70px;
}
/*.product-item .product-image a {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateY(-50%) translateX(-55%);
	-moz-transform: translateY(-50%) translateX(-55%);
	-webkit-transform: translateY(-50%) translateX(-55%);
	-o-transform: translateY(-50%) translateX(-55%);
	opacity: 0;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.product-item:hover .product-image a {
	opacity: 1;
}
.product-item .product-image a:after {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.9);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  color: #043e6b;
  height: 45px;
  width: 45px;
  padding: 10px;
  text-align: center;
}*/
#imageGallery img {
    cursor: zoom-in;
}
.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction>a:hover {
    opacity: 1;
}
.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../images/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
}
.product-image img {
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.sale-label {
    background: #043e6b none repeat scroll 0 0;
    border-radius: 0 20px 20px 0;
    color: #ffffff;
    line-height: 12px;
    padding: 15px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    z-index: 1;
    font-weight: 600;
}

.new-label {
    background: #043e6b none repeat scroll 0 0;
    border-radius: 20px 0px 0px 20px;
    color: #ffffff;
    line-height: 12px;
    padding: 15px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    right: 0;
    z-index: 1;
}

.product-item.sold-out::before {
    background: rgba(255,255,255,0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.product-item.sold-out::after {
	background: #043e6b;
	content: "Sold out";
	color: #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    padding: 10px 15px;
    transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

.out-stock {
    background: #fa6b6b none repeat scroll 0 0;
    border-radius: 40px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    z-index: 1;
}

.product-detail-inner {
	background: transparent;
	/* position: relative; */
	width: 100%;
	bottom: 0px;
	padding-top: 10px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.product-item-name {
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}
.product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.product-item-details {
	margin-top: 20px;
	min-height: 50px;
}
.product-item-details p { color:#333; }

.list-type .product-item-details, .product-detail-main .product-item-details {
	text-align: left;
}
.special-products-block .product-item-details {
	margin-top: 0;
}
.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, .special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a {
	color: #043e6b;
}

.price-box {
    display: inline-block;
}

.price-box .price {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.product-item-details .price-box .price.old-price {
	font-size: 18px;
	font-weight: 400;
	color: #fa6b6b;
}
.detail-inner-left ul {
	display: inline-block;
}
.product-item .detail-inner-left ul li {
	float: left;
	padding: 0 5px;
	position: relative;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.product-item .detail-inner-left ul li:last-child {
	padding-right: 0;
}
.detail-inner-left ul li a {
	background: #f5f5f5 url("../images/sprite.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.detail-inner-left.right-side ul li a {
    border-right: 1px solid #a7a7a7;
    padding: 0 19px;
}

.detail-inner-left.right-side ul li:last-child a {
    border-right: medium none;
    padding-right: 0;
}

.detail-inner-left ul li button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: medium none;
    display: inline-block;
    font-weight: 400;
    margin-top: 3px;
    padding: 0;
    transition: none 0s ease 0s ;
}

.detail-inner-left ul li button:hover {
    color: #043e6b;
}

.detail-inner-left ul li a /*button span, .cat-box-inner .cart-link button span*/ {
	background: #f5f5f5 url("../images/sprite.png") no-repeat scroll -5px -312px;
	height: 45px;
	width: 45px;
	display: inline-block;
	border: none;
	border-radius: 50%;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.detail-inner-left ul li.pro-cart-icon a {
	background-position: -47px -194px;
}
.detail-inner-left ul li.pro-cart-icon a:hover {
	background-position: -47px -235px;
}
.detail-inner-left ul li.pro-wishlist-icon a {
	background-position: -4px -381px;
}
.detail-inner-left ul li.pro-wishlist-icon a:hover {
	background-position: -4px -414px;
}
.detail-inner-left ul li.pro-wishlist-icon.active a {
	background-position: -48px -424px;
}

.rating-summary-block .rating-result {
	display: inline-block;
	position: relative;
	width: 71px;
}
.rating-summary-block.big .rating-result {
	width: 88px;
}
.rating-summary-block .rating-result:before {
	color: #c7c7c7;
	content: "" "" "" "" "";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	left: 0;
	letter-spacing: 2px;
	line-height: 16px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.rating-summary-block .rating-result > span {
	display: block;
	overflow: hidden;
}
.rating-summary-block .rating-result > span::before {
	color: #043e6b;
	content: "" "" "" "" "";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	position: relative;
	z-index: 1;
}
.rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {
	font-size: 13px;
	height: 13px;
	line-height: 13px;
}
.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {
	font-size: 17px;
	height: 17px;
	line-height: 17px;
}

.product-slider .owl-prev, .product-slider .owl-next,
#brand-logo .owl-prev, #brand-logo .owl-next,
#our-sell-pro .owl-prev, #our-sell-pro .owl-next,
.banner .owl-prev, .banner .owl-next,
.client-main  .owl-prev, .client-main  .owl-next,
.sub-menu-slider .owl-prev, .sub-menu-slider .owl-next,
.pro_cat .owl-prev, .pro_cat .owl-next {
	background: #f5f5f5;
	position: absolute;
	height: 45px;
	width: 45px;
	text-align: center;
	letter-spacing: 0;
	top: 50%;
	font-size: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.product-slider .owl-prev, .product-slider .owl-next {
    margin-top: -65px;
    top: 15px;
}

.banner .owl-prev, .banner .owl-next {
	background: #fff;
    margin-top: 0;
    transform: translateY(0px);
}

#brand-logo .owl-prev, #brand-logo .owl-next  {
	margin-top: -5px;
}

.product-slider .owl-prev:hover, .product-slider .owl-next:hover,
#brand-logo .owl-prev:hover, #brand-logo .owl-next:hover,
#our-sell-pro .owl-prev:hover, #our-sell-pro .owl-next:hover,
.banner .owl-prev:hover ,.banner .owl-next:hover,
.client-main .owl-prev:hover, .client-main .owl-next:hover,
.sub-menu-slider .owl-next:hover, .sub-menu-slider .owl-prev:hover,
.pro_cat .owl-prev:hover, .pro_cat .owl-next:hover  {
	background: #043e6b;
}

.sub-menu-slider .owl-next {
	top: 40%;
	right: 0px !important;
}

 .sub-menu-slider .owl-prev {
 	top: 40%;
 	left: 0px !important;
 }

.banner .owl-next  {
	right: 20px;
}

.banner .owl-prev {
	left: 20px;
}

#our-sell-pro .owl-next, .pro_cat .owl-next  {
	right: -60px;
}

#our-sell-pro .owl-prev, .pro_cat .owl-prev {
	left: -60px;
}


.client-main .owl-next,  #brand-logo .owl-next {
	right: 0;
}

.client-main .owl-prev, #brand-logo .owl-prev {
	left: 0;
}

.product-slider .owl-next {
	right: 10px;
}

.product-slider .owl-prev {
	right: 60px;
}


.product-slider .owl-prev:after, .product-slider .owl-next:after,
#brand-logo .owl-prev:after, #brand-logo .owl-next:after,
#our-sell-pro .owl-prev:after, #our-sell-pro .owl-next:after,
.banner .owl-prev:after, .banner .owl-next:after,
.client-main  .owl-prev:after, .client-main  .owl-next:after,
.sub-menu-slider .owl-prev:after, .sub-menu-slider .owl-next:after,
.pro_cat .owl-prev:after, .pro_cat .owl-next:after   {
	color: #a7a7a7;
	font-size: 30px;
	line-height: 43px;
	font-family: FontAwesome;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.product-slider .owl-prev:after, #brand-logo .owl-prev:after,
#our-sell-pro .owl-prev:after, .banner .owl-prev:after,
.client-main  .owl-prev:after, .sub-menu-slider .owl-prev:after, .pro_cat .owl-prev:after {
	content: "";
}
.product-slider .owl-next:after, #brand-logo .owl-next:after,
#our-sell-pro .owl-next:after, .banner .owl-next:after,
.client-main  .owl-next:after, .sub-menu-slider .owl-next:after, .pro_cat .owl-next:after {
	content: "";
}
.product-slider .owl-prev:hover:after, #brand-logo .owl-prev:hover:after,
#our-sell-pro .owl-prev:hover:after, .banner .owl-prev:hover:after,
.client-main  .owl-prev:hover:after, .sub-menu-slider .owl-prev:hover:after,
.pro_cat .owl-prev:hover:after{
	color: #fff;
}
.product-slider .owl-next:hover:after, #brand-logo .owl-next:hover:after,
#our-sell-pro .owl-next:hover:after, .banner .owl-next:hover:after,
.client-main  .owl-next:hover:after, .sub-menu-slider .owl-next:hover:after,
.pro_cat .owl-next:hover:after {
	color: #fff;
}

/* ------------------ */
.shop-list-view {
	margin-bottom: 30px;
	display: inline-block;
}
.shop-list-view .product-item {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.shop-list-view .product-item-name {
	font-size: 16px;
}
.shop-list-view .price-box {
	margin: 3px 0 15px;
	float: none;
}
.shop-list-view .bottom-detail {
	display: inline-block;
}
.shop-list-view .product-item-details, .product-detail-main .product-item-details {
	margin-top: 0;
}

.bottom-detail ul li {
	display: inline-block;
	padding: 0 5px;
}

.cart-button .pro-cart-icon {
    margin-top: 10px;
}

.product-detail-main .bottom-detail ul li {
	padding: 0 10px;
	border-right: 1px solid #cccccc;
}

.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
    border-right: medium none;
}

.bottom-detail ul li:first-child {
	padding-left: 0;
}

.bottom-detail ul li span {
	background: url(../images/sprite.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	width: 30px;
	margin-bottom: -8px;
	margin-right: 7px;
	transition: all 0.4s ease 0s;
}
.bottom-detail ul li.pro-cart-icon span {
	background-position: -54px -242px;
}
.bottom-detail ul li.pro-wishlist-icon span {
	background-position: -12px -424px;
}
.bottom-detail ul li.pro-wishlist-icon.active span {
	background-position: -45px -424px;
}

.bottom-detail ul li.pro-compare-icon span {
	background-position: -12px -492px;
}
.bottom-detail ul li.pro-email-icon span {
	background-position: -49px -497px;
}
/* Testimonial CSS Start */
.client-bg {
	background: url(../images/footerbg.jpg) repeat scroll 0 0;
	position: relative;
}

.top-shadow, .bottom-shadow {
    position: absolute;
    width: 100%;
}
.top-shadow {
	top: -10px;
}

.bottom-shadow {
    bottom: -8px;
}

.client-img {
    margin-right: 40px;
}

.client-main .item {
	display: inline-block;
}
.client-main .item p {
	font-size: 20px;
	line-height: 35px;
	font-weight: 300;
	margin:10px 0;
}

.quote1-img {
	text-align: left;
}

.quote2-img {
	text-align: right;
}

.client-img img{
    border-radius: 50%;
    border:  1px solid #043e6b;
    display: inline-block;
    overflow: hidden;
}

.designation {
    color: #221b1f;
    font-size: 20px;
    font-style: italic;
}

.quote {
	border-left: 1px solid #e1e1e1;
    max-width: 670px;
    position: relative;
    padding: 20px 40px;
}

.client-main .item .client-title {
	color: #043e6b;
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px;
    text-transform: none;
}

.owl-pagination {
	display: inline-block;
	margin-top: 20px;
}
.owl-pagination .owl-page {
	float: left;
	margin: 0 3px;
}
.owl-pagination .owl-page > span {
	background: #fff;
	display: inline-block;
	height: 4px;
	width: 20px;
}
.owl-pagination .owl-page.active > span, .owl-pagination .owl-page:hover > span {
	background: #043e6b;
}
.client-main {
	position: relative;
	overflow: hidden;
}

.client-main .owl-controls .owl-pagination {
    display: none !important;
}
/* Testimonial CSS End */

/* Sidebar CSS Start */
.gray-box {
	padding-bottom: 25px;
}
.sidebar-title {
	padding-bottom: 10px ;
	margin-bottom: 15px;
}

.sidebar-block .sidebar-box {
    position: relative;
}
.sidebar-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.listing-box ul li:last-child {
	border-bottom: none;
}
.listing-box ul li a {
	padding: 6px 0px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #dedede;
}
.listing-box ul li:first-child a {
	padding-top: 0;
}
.size ul li {
    margin-bottom: 3px;
}

.size ul li:hover a {
    color: #043e6b;
}
.inner-title {
	color: #000;
	margin-bottom: 8px;
	display: inline-block;
	font-weight: 600;
	text-decoration: underline;
}
.sidebar-item ul li {
	display: inline-flex;
	padding: 7px 0px;
	margin-bottom: 5px;
}
.sidebar-item ul li:first-child {
	padding-top: 0;
}
.sidebar-item .pro-media {
	padding: 0 15px 0 0;
	width: 120px;
}
.sidebar-item-wide .pro-media {
	width: 110px;
}
.pro-detail-info .price-box .price {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-right: 5px;
	font-family: "Poppins", sans-serif;
}
.pro-detail-info .rating-summary-block {
	padding: 0;
}
.sidebar-item .cart-link button {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 600;
}
.sidebar-item .cart-link button:hover {
	color: #043e6b;
}
/* Sidebar CSS END */

/* Sorting CSS Start */
.shorting {
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
}
.shorting .view {
	float: left;
	margin-right: 20px;
}
.list-types {
	display: inline-flex;
	float: left;
	margin: 3px 0px 0;
	padding: 0 5px;
}
.list-types-icon {
	background: url(../images/grid-list.png) no-repeat scroll 0 0 #ffffff;
	border: 1px solid transparent;
	display: inline-block;
	height: 30px;
	width: 30px;
}
.list-types.active .list-types-icon {
	background-color: #fff;
	border: 1px solid #043e6b;
}
.grid-icon {
	background-position: 1px 1px;
}
.list-icon {
	background-position: -33px 1px;
}
.grid-icon:hover, .list-types.active .grid-icon {
	background-position: 1px -24px;
}
.list-icon:hover, .list-types.active .list-icon {
	background-position: -33px -24px;
}
.list-types a {
	display: inline-flex;
}
.shorting select {
	font-size: 14px;
}
.short-by, .select-item {
	float: left;
	position: relative;
}
.short-by > span, .show-item > span {
	float: left;
	margin: 5px 10px 3px;
}
.compare {
	float: right;
}
.compare .btn {
	padding: 9px 15px;
}
.pagination-bar {
	text-align: center;
	margin-top: 20px;
}
.pagination-bar ul {
	display: inline-flex;
}
.pagination-bar ul li {
	float: left;
	margin: 0 2px;
}
.pagination-bar ul li a {
	background: #f0f0f0;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
}
.pagination-bar ul li.active a {
	background: #043e6b;
	color: #fff;
}
/* Sorting CSS End */

/* Product Detail Page Start */

/* -- Product Zoom Slider Start -- */
.fotorama__nav--thumbs {
	margin-top: 15px;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
	height: auto !important;
	margin: 0 8px;
	opacity: 0.3;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
	opacity: 1;
}
.fotorama__img {
	position: relative;
	top: 0 !important;
}
.fotorama__thumb-border {
	display: none !important;
}
.fotorama__nav::before, .fotorama__stage::before {
	background-image: none;
}
.fotorama__nav::after, .fotorama__stage::after {
	background-image: none;
}
/* -- Product Zoom Slider End -- */

.product-detail-main .product-item-details .product-item-name {
	font-size: 22px;
	font-family: "Raleway", sans-serif;
	margin-bottom: 0;
	text-transform: capitalize;
}
.product-listing .shop-list-view .product-item {
	margin-bottom: 0;
}
.product-detail-main .price-box .price {
	font-size: 22px;
}
.product-detail-main .rating-summary-block {
	margin-bottom: 20px;
}
.product-info-stock-sku {
	margin-top: 5px;
	margin-bottom: 15px;
}
.product-info-stock-sku > div {
	display: inline-block;
	margin-right: 20px;
}
.product-info-stock-sku label {
	font-weight: 400;
}
.product-info-stock-sku .price-box {
	display: inline-block;
}
.product-info-stock-sku .info-deta {
	text-transform: uppercase;
	font-weight: bold;
}
.form-control {
	border-color: #dedede;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	height: 40px;
}
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.product-qty {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.custom-qty {
	display: inline-flex;
}
.increase.items, .reduced.items {
	background: transparent;
	border: 1px solid #dedede;
	color: #888;
	padding: 13px 15px 12px;
	float: left;
}
.input-text.qty {
	border: 1px solid #dedede;
	border-radius: 5px;
	max-width: 50px;
	padding: 4px 13px;
	float: left;
	text-align: center;
	margin: 0 5px;
}
.share-link {
	margin-top: 30px;
}
.share-link label {
	font-weight: 400;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.brand-logo-pro {
    background: #f5f5f5 none repeat scroll 0 0;
}

/* Product Page Tab CSS Start */
.nav-tabs {
	border-bottom: 1px solid #e1e1e1;
}
.nav-tabs > li > a {
	border-color: #eee #eee #ddd;
}
.product-detail-tab {
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.product-detail-tab .nav > li > a {
	background-color: transparent;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: none;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	letter-spacing: -0.5px;
	color: #000;
}

.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
    background: #043e6b;
    border: medium none;
    color: #ffffff;
}
.tab_content {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0;
}

.product-listing .tab_content {
    border: medium none;
    padding: 0;
}
.Description, .items-Product-Tags, .items-Reviews, .comments-area-main {
	line-height: 25px;
}
.tab_content ul li strong {
	font-weight: 500;
	color: #222;
}
.items-Description, .items-Product-Tags, .items-Reviews {
	display: none;
}
.items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected {
	display: block;
}
/* Product Page Tab CSS End */

/* --------------- Comment CSS START ------------------ */
.comment-list > li {
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}
.comments-area > .comment-list > li:first-child {
	border: none;
	padding-top: 0;
}
.comment-user {
	float: left;
	margin-right: 20px;
}
.comment-detail {
	display: table-cell;
	padding-bottom: 10px;
}
.comment-detail .user-name {
	text-transform: uppercase;
	color: #232323;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1;
}
ul.child-comment {
	margin-left: 63px;
}
.comment-detail .post-info ul {
	display: inline-flex;
}
.comment-detail .post-info ul li {
	float: left;
	margin-right: 15px;
	font-size: 14px;
	padding: 0;
}

.shop-list-view .product-item-details {
    display: table-cell;
    position: relative;
    text-align: left;
}

.shop-list-view ul li button {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #232323;
    display: inline-block;
    padding: 0;
    transition: none 0s ease 0s ;
}

.shop-list-view .detail-inner-left {
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
}

/* --------------- Comment CSS End ------------------ */

/* Product Detail Page CSS End */

/* checkbox CSS Start */
.checkbox + label, .radio-button + label {
    cursor: pointer;
    line-height: 17px;
    padding-left: 25px;
    position: relative;
}

.checkbox:checked + label::before {
    background: #043e6b none repeat scroll 0 0;
    border-color: #043e6b;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}

.checkbox + label::before, .radio-button + label::before {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #d7d7d7;
    border-radius: 2px;
}

.checkbox + label::after {
    background-image: url("../images/check-box-icon.png");
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: 3px;
}

.checkbox + label::before, .radio-button + label::before, .checkbox + label::after {
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}

.checkout-section .input-box {
	margin-bottom: 23px;
}

.check-box.left-side {
	margin-top: 10px;
}
.forgot-password {
	color: #0040a5;
	text-decoration: underline;
	font-weight: 600;
	display: inline-block;
}
.contact-info .p-0 {
	border-right: 1px solid #e1e1e1;
}
.contact-info .p-0:last-child {
	border: medium none;
}

.heading-bg h2.heading {
	background: #f0f0f0;
	padding: 8px 17px;
}
.checkout-section h2.heading {
	font-family: "Raleway", sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
}
.payment-option-box {
	padding: 20px;
	border: 1px solid #e1e1e1;
}
.payment-option-box-inner {
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.payment-top-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.paypal-box {
	border: 1px solid #ddd;
	float: left;
	padding: 10px;
	position: relative;
	margin-left: 10px;
}
.paypal-top {
	background: #f5f5f5;
	position: absolute;
	top: -15px;
	left: 5px;
	padding: 0 10px;
}

/* checkbox CSS End */

/* Cart Page CSS Start */
.commun-table th span {
	float: left;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}
.commun-table td .product-title {
	min-width: 300px;
}
.complete-order-detail table.table {
	border-top: 15px solid #f5f5f5;
}
.commun-table .table thead tr th {
	background: #f5f5f5;
	border-bottom: none;
	padding: 22px 20px;
}
.cart-item-table .table tbody tr td {
	padding: 20px 25px;
	vertical-align: middle;
}
.cart-total-table .table tbody tr td {
	padding: 10px 25px;
	vertical-align: middle;
}
.cart-total-table .table thead tr th {
	padding: 15px 25px;
	vertical-align: middle;
}
.commun-table .table tbody tr:first-child td {
	border-top: medium none;
}
.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
	max-width: 110px;
}
.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
	text-align: center;
}
.commun-table th ul li {
	text-align: left;
	float: left;
	margin-right: 30px;
}
.commun-table th ul li .price {
	font-size: 14px;
}
.commun-table th ul li:last-child {
	margin-right: 0;
	float: right;
}
.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
	text-align: left;
}
.commun-table .table tbody tr td i.cart-remove-item {
	color: #ff0000;
	font-size: 18px;
	cursor: pointer;
}
.commun-table tbody tr td .input-box select {
	width: 100px;
	padding: 5px;
}
.cart-total-table .table tbody tr td b {
	font-size: 16px;
	color: #222;
}
.cart-total-table .table tbody tr td .price {
	color: #222;
	font-size: 14px;
	font-weight: 500;
}
.estimate select {
	padding: 12px 10px;
}
/* Cart Page CSS End */

/* Login Register Page CSS Start */
.new-account .link {
	text-decoration: underline;
	color: #222;
}
.new-account .link:hover {
	color: #043e6b;
}
/* Login Register Page CSS Start */

/* Blog Page CSS Start */

.blog-listing .blog-detail, .single-blog .blog-detail {
  margin-top: 15px;
}

.sidebar-box .search-box {
    background: transparent;
    padding: 0;
}

.sidebar-box .search-box input.input-text {
    border: 1px solid #e8e8e8;
    width: 100% !important;
    opacity: 1;
    position: relative;
}

.sidebar-box .search-box button.search-btn {
    background: transparent url("../images/sprite.png") no-repeat scroll -11px -89px;
    position: absolute;
    right: 10px;
    top: 5px;
    left: auto;
    height: 30px;
    width: 25px;
    border: none;
    padding: 0;
}

.sidebar-box .search-box button.search-btn:hover {
    background-position: -11px -123px;
}

.blog-detail .post-info ul li {
    display: inline-block;
    font-style: italic;
}
.blog-detail .post-info ul li:last-child {
	float: right;
}

.blog-item {
	margin-bottom: 40px;
}
/* Blog Page CSS End */

/* About Page CSS Start */
.about-title {
	color: #6b6b6b;
	font-size: 35px;
	font-weight: 300;
	line-height: 55px;
}

.about-detail h2.heading {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: none;
}
.partner-detail-main {
    height: 100%;
}
.team-item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.team-item:hover {
    background: rgba(255,7,53);
}
.team-item:hover img {
    opacity: 0.5;
    transform: scale(1.1);
}
.team-item .team-item-detail {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -40px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
    opacity: 1;
    bottom: 30px;
}
.team-slider {
    position: relative;
}
#team-slider .owl-item .item {
    padding: 0 15px;
}
.customNavigation .btn {
    background: #f6f6f6;
    border-radius: 0;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.customNavigation .btn:hover {
    background: #dcbd71;
}
.customNavigation .btn.next {
    right: -40px;
}
.customNavigation .btn.prev {
    left: -40px;
}
.customNavigation .btn i.fa {
    color: #333;
    font-size: 20px;
}

.team-item .sub-title {
    color: #fff;
}

.listing-effect .social_icon {
    margin-top: 25px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.listing-effect:hover .social_icon {
    margin-top: 5px;
}
.listing-effect .social_icon ul li {
    display: inline-block;
    margin: 0 3px;
}
.listing-effect .social_icon ul li i.fa {
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    padding: 11px 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.listing-effect .social_icon ul li a i.fa:hover {
    color: #fff;
}
.listing-effect .social_icon ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}
.listing-effect .social_icon ul li a i.fa.fa-twitter:hover {
    background: #00aced;
}
.listing-effect .social_icon ul li a i.fa.fa-dribbble:hover {
    background: #f7679a;
}
.listing-effect .social_icon ul li a i.fa.fa-pinterest:hover {
    background: #cb2027;
}
.listing-effect .listing-meta {
    color: #fff;
}
/* About Page CSS End */

/* 404 Page CSS Start */
.error-block {
	min-height: 965px;
	position: relative;
	overflow: hidden;
}
.error-block > img {
	height: auto;
	left: -100%;
	margin: auto;
	position: absolute;
	right: -100%;
	top: 0;
}
.error-block-detail {
	text-align: center;
}
.error-block-bg {
	background: url(../images/404-bg.html) no-repeat scroll left top;
}
.error-block-detail .main-error-text {
	font-family: "Poppins", sans-serif;
	font-size: 230px;
	color: #222;
	line-height: 180px;
	font-weight: 500;
	margin-bottom: 60px;
}
.error-small-text {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.error-slogan {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 30px;
}
.error-block-detail .social_icon {
	margin-bottom: 20px;
}
.big-btn a {
	display: inline-block;
	color: #000;
	background: #dcbd71;
	padding: 20px 50px;
	font-size: 14px;
}
.big-btn a:hover {
	background: #fff;
}
/* 404 Page CSS End */

/* Contact Page CSS Start */
.map .map-part .map-inner-part {
	min-height: 450px;
	width: 100%;
}
.contact-box .contact-icon {
	height: 27px;
	width: 27px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat scroll 0 0;
}
.contact-box span {
	display: inline-block;
	font-size: 15px;
	color: #1f1f1f;
	line-height: 1.1;
	margin-bottom: 20px;
	width: 100%;
}
.contact-box p {
	margin-bottom: 0;
	padding: 0 20px;
}
.contact-box .contact-phone-icon {
	background-position: -101px -502px;
}
.contact-box .contact-mail-icon {
	background-position: -101px -543px;
}
.contact-box .contact-open-icon {
	background-position: -101px -583px;
}
.contact-info .no-padding {
	border-right: 1px solid #e1e1e1;
}
.contact-info .no-padding:last-child {
	border: none;
}
/* Contact Page CSS End */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:45px !important;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-float{
	margin-top:10px;
}
/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
.footer {
	padding: 50px 0 0;
  background-color: #01066e;
}
.footer, .footer a, .footer p {
	color: #fff;
	font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.footer a:hover {
	color: #043e6b;
}
.footer-top {
	padding: 32px 0px;
}
.footer-middle .f-logo {
	margin-bottom: 30px;
}
.footer-top p {
	color: #a4a4a4;
	line-height: 20px;
	margin-bottom: 0;
	margin-left: 240px;
}
.footer-block-contant {
    list-style: none;
    padding: 0;
}
ul#social-icon {
	display: inline-flex !important;
    list-style: none;
    padding: 0;
}
ul#social-icon li i.fa {
	color: #043e6b;
	background: transparent;
	padding: 11px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 20px;
	height: 45px;
	width: 45px;
	text-align: center;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.social-link ul#social-icon li i.fa {
	font-size: 18px;
	height: 36px;
	width: 36px;
	padding: 10px;
}
.footer_social {
    margin-top: 5px;
}
ul#social-icon li i.fa.fa-facebook:hover {
	color: #3b5998;
}
ul#social-icon li i.fa.fa-twitter:hover {
	color: #1dcaff;
}
ul#social-icon li i.fa.fa-linkedin:hover {
	color: #0077b5;
}
ul#social-icon li i.fa.fa-rss:hover {
	color: #ff6600;
}
ul#social-icon li i.fa.fa-pinterest:hover {
	color: #c8232c;
}
.footer-middle {
	margin: 0px 0 55px 0;
}
.footer-static-block .title {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-weight: 500;
  color: #fff;
}

.footer .title > span {
    border-bottom: 3px solid #043e6b;
    left: 0;
    margin-left: 15px;
    position: absolute;
    top: 35px;
    width: 50px;
}

.footer-static-block ul.address-footer li {
	margin-bottom: 0px;
}

.footer-static-block ul li {
    padding: 3px 0;
}

.footer hr {
	border-top: 1px solid #e1e1e1;
}
.footer-static-block li i.fa {
	float: left;
	font-size: 20px;
	color: #043e6b;
	margin-top: 5px;
}
.footer-static-block li p {
	margin-bottom: 0px;
}
ul.tagcloud li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.tagcloud li a {
	border: 1px solid #444444;
	display: inline-block;
	padding: 5px 10px;
}
.sidebar-block ul.tagcloud li a {
	border-color: #ebebeb;
}
ul.tagcloud li a:hover {
	border-color: #043e6b;
}

.footer-static-block li a:hover span {
	color: #043e6b;
}
.footer-static-block .field {
	margin-bottom: 5px;
}
.footer-static-block input, .footer-static-block textarea {
	background-color: transparent;
	border: 1px solid #444;
	width: 100% !important;
	padding: 5px;
}
.footer-bottom {
	margin: 20px 0;
}
.footer-bottom .site-link li {
	display: inline-block;
}
.footer-bottom .site-link li a {
	padding: 0 12px;
}
.footer .bottom {
	padding: 20px 0;
}
.payment ul li {
	display: inline-block;
	padding: 0 10px;
}
.payment ul li a {
	display: inline-block;
	opacity: 0.7;
}

.payment ul li a:hover {
	opacity: 1;
}

/* Scroll-top Arrow CSS Start */
.scroll-top {
	bottom: 20px;
	position: fixed;
	right: 20px;
}
.scroll-top #scrollup:before {
	color: #ffffff;
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 18px;
}
.scroll-top #scrollup {
	background: #043e6b;
	padding: 8px 15px;
	display: none;
	cursor: pointer;
}
/* Scroll-top Arrow CSS End */
.offcanvas #page {
    overflow: hidden;
    position: absolute;
  }
  .offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
  }

  .fh5co-nav {
    padding: 18px 0;
    background: #fff;
  }
  @media screen and (max-width: 768px) {
    .fh5co-nav {
      padding: 20px 0;
    }
  }
  .fh5co-nav #fh5co-logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: bold;
  }
  .fh5co-nav a {
    padding: 5px 10px;
    color: #000;
  }
  @media screen and (max-width: 768px) {
    .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
      display: none;
    }
  }
  .fh5co-nav .menu-2 li.search {
    float: right;
    width: 83%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    margin: -5px 0 0 0;
  }
  .fh5co-nav .menu-2 li input[type=text] {
    padding: 6px 10px;
    width: 40%;
    border: none;
    float: right;
    font-size: 13px;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .fh5co-nav .menu-2 li input[type=text]:focus {
    width: 100%;
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .fh5co-nav .menu-2 li button {
    margin-top: 4px;
    padding: 5px;
    background: transparent;
    border: none;
  }
  .fh5co-nav .menu-2 li button i {
    color: rgba(0, 0, 0, 0.5);
  }
  .fh5co-nav .menu-2 li button:hover, .fh5co-nav .menu-2 li button:focus {
    background: transparent !important;
  }
  .fh5co-nav .menu-2 li button:hover i, .fh5co-nav .menu-2 li button:focus i {
    color: black;
  }
  .fh5co-nav .menu-2 li.shopping-cart {
    float: right;
  }
  .fh5co-nav .menu-2 li a.cart {
    color: black;
  }
  .fh5co-nav .menu-2 li a.cart span {
    position: relative;
  }
  .fh5co-nav .menu-2 li a.cart span small {
    position: absolute;
    top: -20px;
    right: -15px;
    padding: 10px 6px;
    line-height: 0;
    font-size: 11px;
    background: #d1c286;
    color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .fh5co-nav ul {
    padding: 0;
    margin: 0;
  }
  .fh5co-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
  }
  .fh5co-nav ul li a {
    font-size: 14px;
    padding: 30px 10px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
    color: black;
  }
  .fh5co-nav ul li a.cart {
    color: black;
  }
  .fh5co-nav ul li a.cart span {
    position: relative;
  }
  .fh5co-nav ul li a.cart span small {
    position: absolute;
    top: -20px;
    right: -15px;
    padding: 10px 6px;
    line-height: 0;
    font-size: 11px;
    background: #d1c286;
    color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .fh5co-nav ul li.has-dropdown {
    position: relative;
  }
  .fh5co-nav ul li.has-dropdown .dropdown {
    width: 150px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #000;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .fh5co-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #fff;
  }
  .fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
    color: #000;
  }
  .fh5co-nav ul li.active > a {
    color: #2a4ea1;
  }
  .fh5co-nav ul li .form-group {
    border: 1px solid red;
    width: 100%;
  }

  #fh5co-hero {
    min-height: 500px;
    background: #fff url(../images/loader.gif) no-repeat center center;
  }
  #fh5co-hero .btn {
    font-size: 24px;
  }
  #fh5co-hero .btn.btn-primary {
    padding: 14px 30px !important;
  }
  #fh5co-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
  }
  #fh5co-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
  }
  #fh5co-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
  }

  .slides li{
    height: 500px !important;
  }

  #fh5co-hero .flexslider .flex-control-nav {
    bottom: 40px;
    z-index: 1000;
  }
  #fh5co-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
  }
  #fh5co-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
  }
  #fh5co-hero .flexslider .flex-direction-nav {
    display: none;
  }
  #fh5co-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 500px;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 500px;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
  }
  @media screen and (max-width: 768px) {
    #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
      font-size: 40px;
    }
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .desc .price {
    font-size: 14px;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 20px;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
    font-size: 18px;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
    font-size: 20px;
    color: #fff;
  }
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
    color: #d9534f;
  }

  #fh5co-header,
  #fh5co-counter,
  .fh5co-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
  }

  .fh5co-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    float: left;
    position: relative;
  }

  #fh5co-counter {
    height: 500px;
  }
  #fh5co-counter .display-t,
  #fh5co-counter .display-tc {
    height: 500px;
    display: table;
    width: 100%;
  }
  @media screen and (max-width: 992px) {
    #fh5co-counter {
      height: inherit;
      padding: 7em 0;
    }
    #fh5co-counter .display-t,
    #fh5co-counter .display-tc {
      height: inherit;
    }
  }
  @media screen and (max-width: 768px) {
    #fh5co-counter {
      height: inherit;
      padding: 7em 0;
    }
    #fh5co-counter .display-t,
    #fh5co-counter .display-tc {
      height: inherit;
    }
  }

  .fh5co-cover {
    height: 800px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
  }
  .fh5co-cover .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .fh5co-cover > .fh5co-container {
    position: relative;
    z-index: 10;
  }
  @media screen and (max-width: 768px) {
    .fh5co-cover {
      height: 600px;
    }
  }
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    z-index: 9;
    height: 900px;
    display: table;
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    .fh5co-cover .display-t,
    .fh5co-cover .display-tc {
      height: 600px;
    }
  }
  .fh5co-cover.fh5co-cover-sm {
    height: 600px;
  }
  @media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover-sm {
      height: 400px;
    }
  }
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover-sm .display-t,
    .fh5co-cover.fh5co-cover-sm .display-tc {
      height: 400px;
    }
  }

  .about-content {
    margin-bottom: 7em;
  }
  .about-content img {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px;
  }
  .about-content .desc {
    margin-bottom: 3em;
  }

  .fh5co-staff {
    text-align: center;
    margin-bottom: 30px;
  }
  .fh5co-staff img {
    width: 170px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .fh5co-staff h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .fh5co-staff p {
    margin-bottom: 30px;
  }
  .fh5co-staff .role {
    color: #bfbfbf;
    margin-bottom: 30px;
    font-weight: normal;
    display: block;
  }

  .fh5co-social-icons {
    margin: 0;
    padding: 0;
  }
  .fh5co-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .fh5co-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #d1c286;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fh5co-social-icons li a i {
    font-size: 20px;
  }

  .fh5co-contact-info ul {
    padding: 0;
    margin: 0;
  }
  .fh5co-contact-info ul li {
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
  }
  .fh5co-contact-info ul li:before {
    color: #27A9E1;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fh5co-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9d1";
  }
  .fh5co-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\e9f4";
  }
  .fh5co-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e9da";
  }
  .fh5co-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9af";
  }

  #fh5co-header .display-tc,
  #fh5co-counter .display-tc,
  .fh5co-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
  }
  #fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
  #fh5co-counter .display-tc h1,
  #fh5co-counter .display-tc h2,
  .fh5co-cover .display-tc h1,
  .fh5co-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
  }
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 1.5;
    font-weight: 700;
  }
  @media screen and (max-width: 768px) {
    #fh5co-header .display-tc h1,
    #fh5co-counter .display-tc h1,
    .fh5co-cover .display-tc h1 {
      font-size: 40px;
    }
  }
  #fh5co-header .display-tc h2,
  #fh5co-counter .display-tc h2,
  .fh5co-cover .display-tc h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #fh5co-header .display-tc h2 a,
  #fh5co-counter .display-tc h2 a,
  .fh5co-cover .display-tc h2 a {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  #fh5co-header .display-tc .btn,
  #fh5co-counter .display-tc .btn,
  .fh5co-cover .display-tc .btn {
    padding: 15px 30px;
    background: #d1c286 !important;
    color: #fff;
    border: none !important;
    font-size: 18px;
  }
  #fh5co-header .display-tc .btn:hover,
  #fh5co-counter .display-tc .btn:hover,
  .fh5co-cover .display-tc .btn:hover {
    background: #d1c286 !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  }
  #fh5co-header .display-tc .form-inline .form-group,
  #fh5co-counter .display-tc .form-inline .form-group,
  .fh5co-cover .display-tc .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #fh5co-header .display-tc .form-inline .form-group .form-control,
  #fh5co-counter .display-tc .form-inline .form-group .form-control,
  .fh5co-cover .display-tc .form-inline .form-group .form-control {
    width: 100%;
    background: #fff;
    border: none;
  }

  #fh5co-counter {
    text-align: center;
  }
  #fh5co-counter .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 100;
    display: block;
  }
  #fh5co-counter .counter-label {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
  }
  #fh5co-counter .feature-center {
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.8);
  }
  @media screen and (max-width: 768px) {
    #fh5co-counter .feature-center {
      margin-bottom: 50px;
    }
  }
  #fh5co-counter .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    background: #d1c286;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
  }
  #fh5co-counter .icon i {
    height: 70px;
    color: #fff;
  }
  #fh5co-counter .icon i:before {
    display: block;
    text-align: center;
    margin-left: 3px;
  }

  .fh5co-bg-section {
    background: rgba(0, 0, 0, 0.05);
  }

  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-started,
  #fh5co-product,
  #fh5co-about,
  #fh5co-contact,
  #fh5co-footer {
    padding: 7em 0;
    clear: both;
  }
  @media screen and (max-width: 768px) {
    #fh5co-services,
    #fh5co-started,
    #fh5co-testimonial,
    #fh5co-started,
    #fh5co-product,
    #fh5co-about,
    #fh5co-contact,
    #fh5co-footer {
      padding: 3em 0;
    }
  }

  .feature-center {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
  }
  @media screen and (max-width: 768px) {
    .feature-center {
      margin-bottom: 50px;
    }
  }
  .feature-center .desc {
    padding-left: 180px;
  }
  .feature-center .icon {
    width: 90px;
    height: 90px;
    background: #d1c286;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .feature-center .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
  }
  .feature-center p, .feature-center h3 {
    margin-bottom: 30px;
  }
  .feature-center h3 {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .product .product-grid {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 350px;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .product .product-grid .sale {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    z-index: 100;
    background: #d1c286;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .product .product-grid .inner {
    display: table;
    height: 350px;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  @media screen and (max-width: 768px) {
    .product .product-grid .inner {
      opacity: 1;
      background: transparent;
    }
  }
  .product .product-grid .inner p {
    display: table-cell;
    vertical-align: middle;
  }
  .product .product-grid .inner p .icon {
    padding: 7px 10px;
    color: #fff;
    background: #d1c286;
  }
  .product .product-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus {
    color: #d1c286;
    background: #fff;
  }
  .product .desc h3 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 24px;
  }
  .product .desc h3 a {
    color: #000;
  }
  .product .desc .price {
    letter-spacing: 2px;
  }
  .product:hover .product-grid, .product:focus .product-grid {
    -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  }
  .product:hover .inner, .product:focus .inner {
    opacity: 1;
  }
  .product:hover .desc h3 a, .product:focus .desc h3 a {
    color: #d1c286;
  }

  .product-carousel {
    margin-bottom: 7em;
  }

  .fh5co-tabs .fh5co-tab-nav {
    clear: both;
    margin: 0 0 3em 0;
    padding: 3px;
    float: left;
    width: 100%;
    background: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  .fh5co-tabs .fh5co-tab-nav li {
    float: left;
    margin: 0;
    padding: 0;
    width: 33.33%;
    text-align: center;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .fh5co-tabs .fh5co-tab-nav li .icon {
    font-size: 30px;
  }
  .fh5co-tabs .fh5co-tab-nav li a {
    padding: 20px;
    width: 100%;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #b3b3b3;
  }
  .fh5co-tabs .fh5co-tab-nav li a:hover {
    color: #4d4d4d;
  }
  .fh5co-tabs .fh5co-tab-nav li.active a {
    background: #fff;
    color: #d1c286;
  }
  .fh5co-tabs .fh5co-tab-content-wrap {
    clear: both;
    position: relative;
    top: 70px;
  }
  .fh5co-tabs .fh5co-tab-content-wrap .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .fh5co-tabs .fh5co-tab-content-wrap .tab-content.active {
    opacity: 1;
    visibility: visible;
  }
  .fh5co-tabs .fh5co-tab-content-wrap .tab-content .price {
    letter-spacing: 2px;
    border: 2px solid #d1c286;
    display: inline-block;
    margin-bottom: 20px;
    padding: 7px 20px 10px 20px;
  }
  .fh5co-tabs .fh5co-tab-content-wrap ul {
    padding: 0;
    margin: 0;
    margin-bottom: 3em;
  }
  .fh5co-tabs .fh5co-tab-content-wrap ul li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
  }
  .fh5co-tabs .fh5co-tab-content-wrap ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\e116';
  }
  .fh5co-tabs .fh5co-tab-content-wrap .feed {
    width: 100%;
    float: left;
    margin-bottom: 7em;
  }
  .fh5co-tabs .fh5co-tab-content-wrap .feed > div {
    width: 100%;
    float: left;
    margin-bottom: 1em;
  }
  .fh5co-tabs .fh5co-tab-content-wrap .feed > div blockquote {
    border-left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.04);
  }
  .fh5co-tabs .fh5co-tab-content-wrap .feed > div h3 {
    font-size: 18px;
    display: inline-block;
    padding-right: 20px;
  }
  .fh5co-tabs .fh5co-tab-content-wrap .feed > div .rate {
    color: #ffba00;
  }
  .fh5co-tabs .icon-xlg {
    font-size: 400px;
    margin-bottom: 30px;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    .fh5co-tabs .icon-xlg {
      font-size: 300px;
    }
  }
  @media screen and (max-width: 480px) {
    .fh5co-tabs .icon-xlg {
      font-size: 200px;
    }
  }
  .fh5co-tabs .icon-xlg i {
    color: #d1c286;
  }

  .fh5co-heading {
    margin-bottom: 5em;
  }
  .fh5co-heading.fh5co-heading-sm {
    margin-bottom: 2em;
  }
  .fh5co-heading h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
  }
  .fh5co-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282;
  }
  .fh5co-heading span {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  #fh5co-testimonial {
    background: #efefef;
  }
  #fh5co-testimonial .testimony-slide {
    text-align: center;
  }
  #fh5co-testimonial .testimony-slide span {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
  }
  #fh5co-testimonial .testimony-slide figure {
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  #fh5co-testimonial .testimony-slide figure img {
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  #fh5co-testimonial .testimony-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 50%;
    position: relative;
    padding: 0;
  }
  @media screen and (max-width: 992px) {
    #fh5co-testimonial .testimony-slide blockquote {
      width: 100%;
    }
  }
  #fh5co-testimonial .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
  }
  #fh5co-testimonial .arrow-thumb a {
    font-size: 32px;
    color: #dadada;
  }
  #fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
    text-decoration: none;
  }

  #fh5co-started {
    background: #d1c286;
  }
  #fh5co-started .fh5co-heading h2 {
    color: #fff;
    margin-bottom: 20px !important;
  }
  #fh5co-started .fh5co-heading p {
    color: rgba(255, 255, 255, 0.6);
  }
  #fh5co-started .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: none !important;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #fh5co-started .form-control::-webkit-input-placeholder {
    color: #fff;
  }
  #fh5co-started .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
  #fh5co-started .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  #fh5co-started .form-control:-ms-input-placeholder {
    color: #fff;
  }
  #fh5co-started .form-control:focus {
    background: rgba(255, 255, 255, 0.3);
  }
  #fh5co-started .btn {
    height: 54px;
    border: none !important;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
  }
  #fh5co-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #fh5co-started .form-inline .form-group .form-control {
    width: 100%;
  }

  #fh5co-footer {
    background: #efefef;
  }
  #fh5co-footer .fh5co-footer-links {
    padding: 0;
    margin: 0;
  }
  #fh5co-footer .fh5co-footer-links li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #fh5co-footer .fh5co-footer-links li a {
    color: #000;
    text-decoration: none;
  }
  #fh5co-footer .fh5co-footer-links li a:hover {
    text-decoration: underline;
  }
  #fh5co-footer .fh5co-widget {
    margin-bottom: 30px;
  }
  @media screen and (max-width: 768px) {
    #fh5co-footer .fh5co-widget {
      text-align: left;
    }
  }
  #fh5co-footer .fh5co-widget h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
  }
  #fh5co-footer .copyright .block {
    display: block;
  }

  #map {
    height: 500px;
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    #map {
      height: 400px;
    }
  }
  @media screen and (max-width: 480px) {
    #map {
      height: 200px;
    }
  }

  #fh5co-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  @media screen and (max-width: 768px) {
    #fh5co-offcanvas {
      display: block;
    }
  }
  .offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #fh5co-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
  }
  #fh5co-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
  }
  #fh5co-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #fh5co-offcanvas ul li.search {
    float: left;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    margin: 5px 0 0 0;
  }
  #fh5co-offcanvas ul li input[type=text] {
    padding: 6px 10px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    float: right;
    font-size: 13px;
    margin-top: 4px;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-offcanvas ul li input[type=text]:focus {
    width: 100%;
    outline: none;
  }
  #fh5co-offcanvas ul li button {
    margin-top: 4px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 1px;
  }
  #fh5co-offcanvas ul li button i {
    color: rgba(255, 255, 255, 0.5);
  }
  #fh5co-offcanvas ul li button:hover, #fh5co-offcanvas ul li button:focus {
    background: transparent !important;
  }
  #fh5co-offcanvas ul li button:hover i, #fh5co-offcanvas ul li button:focus i {
    color: white;
  }
  #fh5co-offcanvas ul li.shopping-cart {
    float: left;
  }
  #fh5co-offcanvas ul li a.cart {
    display: block;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.5);
  }
  #fh5co-offcanvas ul li a.cart span {
    position: relative;
  }
  #fh5co-offcanvas ul li a.cart span small {
    position: absolute;
    top: -20px;
    right: -15px;
    padding: 10px 6px;
    line-height: 0;
    font-size: 11px;
    background: #d1c286;
    color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  #fh5co-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
  }
  #fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
  }
  #fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .gototop.active {
    opacity: 1;
    visibility: visible;
  }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  .gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
  }
  .gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
  }

  .fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
  }
  .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #444;
  }
  .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
  }
  .fh5co-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out;
  }
  .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
  }
  .fh5co-nav-toggle.fh5co-nav-white > i {
    color: #fff;
    background: #fff;
  }
  .fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
    background: #fff;
  }

  .fh5co-nav-toggle i::before {
    top: -7px;
  }

  .fh5co-nav-toggle i::after {
    bottom: -7px;
  }

  .fh5co-nav-toggle:hover i::before {
    top: -10px;
  }

  .fh5co-nav-toggle:hover i::after {
    bottom: -10px;
  }

  .fh5co-nav-toggle.active i {
    background: transparent;
  }

  .fh5co-nav-toggle.active i::before {
    background: #fff;
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  .fh5co-nav-toggle.active i::after {
    background: #fff;
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  .fh5co-nav-toggle {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
  }
  @media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
      display: block;
    }
  }

  .btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .btn.with-arrow:hover {
    padding-right: 50px;
  }
  .btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
  }

  .row-pb-md {
    padding-bottom: 4em !important;
  }

  .row-pb-sm {
    padding-bottom: 2em !important;
  }

  .fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
  }

  .js .animate-box {
    opacity: 0;
  }

  .temelBasliklar h1{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #383839;
    margin: 10px 0 10px 0;
    letter-spacing: 1px;
    text-transform: none;
}

.temelBasliklar h2{
    font-size: 1.3em;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin: 20px 0 0 0;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: none;
}

.temelBasliklar p{
  font-size: 1.3em;
  color: #000;
  font-weight: 500;
  margin: 20px 0 0 0;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: none;
}

.temelBasliklarSayfa h1{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #383839;
  margin: 10px 0 10px 0;
  letter-spacing: 1px;
  text-transform: none;
}

.temelBasliklarSayfa h2{
  font-size: 17.5px;
  color: #000;
  font-weight: 300;
  text-align: center;
  margin: 20px 0 0 0;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: none;
}

.basinBasliklar h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #383839;
  margin: 10px 0 10px 0;
  letter-spacing: 1px;
  text-transform: none;
}

.basinBasliklar h2 {
  font-size: 17.5px;
  color: #000;
  font-weight: 300;
  text-align: center;
  margin: 20px 0 0 0;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: none;
}

.basinBasliklar a {
    font-size: 14px;
    text-align: left;
    color: #000;
    margin: 25px 0 0 0;
    letter-spacing: 1px;
}

.temelCizgi{
    width: 300px;
    font-size: 14px;
    color: #383839;
    font-weight: 300;
    text-align: center;
    height: 4px;
    background-color: #383839;
    margin: 0 auto;
}

.kesfet h1 {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #000;
  margin: 0;
  letter-spacing: 1px;
}

.kesfet h2 {
  font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #000;
    margin: 0;
    letter-spacing: 1px;
    line-height: 15px;
}

.kesfet a {
    color: #000000;
}

.kesfet a {
    color: #000000;
}

  /*# sourceMappingURL=style.css.map */
.product .product-grid-kare {
    height: 200px;
    margin: 10px;
}
.product .product-grid-kare {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 350px;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.kesfet .owl-carousel {
    padding: 40px 0 26px 0;
}

.kesfet .col-lg-9{
    padding: 0;
    width: 74%;
}

.kesfet .col-lg-2{
    padding: 0 0 0 30px;
}

.owl-nav {
    display: none;
}
@media (min-width: 992px) and (max-width: 1199px){
    .kesfet .col-lg-9 {
        width: 73%;
    }

    .kesfet .col-lg-2 .icon-zoom-in{
        font-size: 26px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .kesfet .col-lg-2 {
        padding: 0;
        float: left;
        width: 15%;
    }

    .kesfet .col-md-1{
        float: left;
        width: 13%;
    }

    .kesfet .col-lg-9 {
        padding: 0;
        width: 100%;
        float: left;
    }
}
@media (max-width: 767px){
    .kesfet .col-lg-2 {
        padding: 0;
        float: left;
        width: 15%;
    }

    .kesfet .col-md-1{
        float: left;
        width: 13%;
    }

    .kesfet .col-lg-9 {
        padding: 0;
        width: 100%;
        float: left;
    }
}
.owl-carousel .owl-stage {
    margin: 0 auto;
}
.owl-carousel {
    margin: 70px 0 0 0;
}

.main-banner.owl-carousel {
  margin: 0;
}

.kesfet .owl-carousel {
    padding: 40px 0 26px 0;
}

.owl-dots {
    display: none;
}

.owl-carousel .owl-item {
    text-align: center;
}

.carousel-indicators {
    display: none;
}

.haberler a {
    color: #000;
}

.haberlerBasliklar h1 {
    font-size: 20px;
    text-align: left;
    color: #000;
    line-height: 24px;
}

.solCizgi{
    width: 25px;
    height: 4px;
    background-color: #01066e;
    float: left;
}

.sagCizgi{
    width: 25px;
    height: 4px;
    background-color: #01066e;
    float: left;
}

.tumu{
    float: left;
    margin: -10px 10px 0 10px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #000;
}

.tumuDis{
    width: 185px;
    margin: 0 auto;
}

.tumuDis2{
    width: 148px;
    margin: 0 auto;
}

.tumuDis2eng{
    width: 225px;
}

.tumuDis3{
    width: 198px;
    margin: 0 auto;
    padding: 100px 0 50px 0;
}
.basin .yaziAlani {
    text-align: center;
}
.basin .col-md-12 {
    padding: 0;
    display: inline-block;
}
.basinBasliklar a {
    font-size: 14px;
    text-align: left;
    color: #000;
    letter-spacing: 2px;
}
.basinBasliklar h1 {
    text-align: center;
}
.basinBasliklar h2 {
    font-size: 14px;
    text-align: center;
    margin: 20px 0 0 0;
    font-weight: 500;
}
.product .product-grid-basin2 {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 200px;
    width: 300px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 20px 0 20px 0;
    display: inline-block;
    border: 3px solid #ffffff;
}
.renklendir {
    background-color: #ececec;
}
.sidebar-contant ul {
    list-style: none;
    padding: 0px;
}
.fullwidth {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.google-map {
    width: 100%;
    height: 470px;
    margin-bottom: 50px;
}
.product .product-grid-neden {
    height: 91px;
    width: 91px;
    margin: 0 auto;
}
.nedenCss .product .desc h3 {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 16px;
    padding: 0 4px;
    margin: 10px 14px 0 14px;
}
.product .product-grid-haberDetay {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 180px;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.urunBaslik {
  background-color: #01066e;
  color: #ffffff;
  word-spacing: 20px;
  padding: 0 10px;
  font-size: 10px;
}
.activeCategory {
  background-color: #01066e;
  padding: 5px !important;
  color: #fff !important;
  border-radius: 5px;
}
.owl-carousel:after {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  pointer-events: none;
  background: url() no-repeat center 50%;
  background-size: 100% auto;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0) scale(1.0, 1.0);
}
.item {
  opacity: 0.4;
  transition: .4s ease all;
  transform: scale(.6);
}
.item img{
  display: block;
  min-width: 100%;
  width: auto;
  height: auto;
}
.active .item {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale(1);
  max-height: 680px !important;
}

/* content and cta */
.inner {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
}
/* END CTA Button*/

/* Title Animation */
.reveal-text,
.reveal-text:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.reveal-text {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  color:#ffe221;
  text-shadow: 1px 1px #000000;
  white-space: nowrap;
}
.reveal-text:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8ce2ea;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
}
.active .reveal-text{
    -webkit-animation-name: reveal-text;
          animation-name: reveal-text;
}
.active .reveal-text:after {
    -webkit-animation-name: revealer-text;
          animation-name: revealer-text;
}
/* Before animation */
@-webkit-keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

/* After animation */
@-webkit-keyframes revealer-text {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes revealer-text {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* Title Animation END */

/* OWL-Carousel Navigation*/
.owl-nav div {
  position: absolute;
  top: 45%;
  color: #cdcbcd;
}
.owl-nav i {
  font-size: 52px;
}
.owl-nav .owl-prev {
  left: 5% !important;
}
.owl-nav .owl-next {
  right: 5% !important;;
}
.owl-prev:hover, .owl-next:hover{
  text-shadow: 2px 2px #000000;
  transform: translateX(10%);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.owl-prev:hover{
  text-shadow: -2px 2px #000000;
  transform: translateX(-10%);
}
.owl-theme .owl-dots .owl-dot span{
  width: 0;
}
.owl-dots {
  text-align: center;
  position: fixed;
  margin-top: 10px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127,127,127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}
.owl-dot.active {
  background: rgba(127,127,127, 1);
}
/* END OWL-Carousel Navigation*/
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}
@media (max-width:767px){.hidden-xs{display:none!important}}
@media only screen and (max-width:768px) {
  #full-width{
    padding: 0;
  }
  .item{
    transform: scale(0);
  }
  .item img{
    height: 400px !important;
  }
  .active .item img{
    max-height: 400px;
  }
}
@media only screen and (max-width:420px) {
  .item img{
    height: 200px !important;
  }
  .active .item img{
    max-height: 200px;
  }
}
.bankalar h5 {
  font-size: 10px;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin: 10px 0 0 0;
  letter-spacing: 0.1px;
  line-height: 15px;
}

.bankacerceve{
  border: 1px solid #ccc;
  padding: 10px;
}