@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,600,700,900|Raleway:400,600,700,900');
body {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    font-size: 14px;
    width: 100%;
    color: #222;
}
.img{
    max-width: 100%;
}
.img-full img{
    width: 100%;
}
a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: #132048;
    text-decoration: none;
}
a,
button,
input {
    outline: medium none;
    color: #434343;
}
.uppercase { 
    text-transform: uppercase
}
.capitalize { 
    text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    color: #444444;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit; 
}
h1 {
    font-size: 36px;
    font-weight: 500;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
ul {
    margin: 0px;
    padding: 0px;
}
p {
    margin-bottom: 15px;
}
hr{
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}
*::-moz-selection {
    background: transparent;
    color: #56CCF2;
	text-shadow: 2px 2px #555;
}
::selection {
    background: #3399FF;
    color: #fff;
    text-shadow: none;
}
.mark, mark {
    background: #132048 none repeat scroll 0 0;
    color: #ffffff;
}
.fix {
    overflow: hidden
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.section-title{
    /*margin-bottom: 35px;*/
}
.section-title > h4 {
	font-size: 14px;
	color: #222;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 300;
}
.section-title > h3 {
	font-size: 24px;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
}
/*.section-title:after {
	content: "";
	background-image: url(img/title-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
	display: block;
	margin-top: 7px;
	width: 100%;
	height: 15px;
}*/
.section-title2 > h3 {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	font-family: Raleway;
	font-weight: 900;
	font-style: normal;
	margin-bottom: 20px;
	line-height: 24px;
}
.section-title2 > p {
	text-align: center;
	font-style: italic;
	color: #717171;
	margin-bottom: 35px;
}
.section-title2.bl-color > h3 {
	color: #444;
}
.section-title2.bl-color > p{
    color: #222;
}
.social-icons > li {
	list-style: none;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.social-icons > li > a {
	display: block;
	width: 32px;
	height: 32px;
	color: #fff;
	background: #3b5998;
	text-align: center;
	line-height: 32px;
}
.social-icons > li > a:hover{
    background: #2d4373;
}
.social-icons > li:nth-child(2) > a{
    background: #00aced;
}
.social-icons > li:nth-child(2) > a:hover{
    background: #0087ba;
}
.social-icons > li:nth-child(3) > a{
    background: #bc2a8d;
}
.social-icons > li:nth-child(3) > a:hover{
    background: #92216e;
}
.social-icons > li:nth-child(4) > a{
    background: #007bb6;
}
.social-icons > li:nth-child(4) > a:hover{
    background: #005983;
}
.social-icons > li:nth-child(5) > a{
    background: #F00;
}
.social-icons > li:nth-child(5) > a:hover{
    background: #8C0003;
}
/*input {
	background: transparent;
	border: 2px solid #132048;
	height: 56px;
	box-shadow: none;
	padding-left: 10px;
	font-size: 14px;
	color: #a4a4a4;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
}*/

select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
    border: 2px solid #132048;
}
textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
    background: transparent;
    border: 2px solid #132048;
    outline: none;
}
::-moz-placeholder {
    color: #444;
    font-size: 13px;
}
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }


.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }

.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }

.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }

.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-35 { padding-top: 35px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-60 { padding-top: 60px }
.pt-65 { padding-top: 65px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-85 { padding-top: 85px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
.pt-160 { padding-top: 160px }
.pt-170 { padding-top: 170px }
.pt-200 { padding-top: 200px }


.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }

.pb-0 { padding-bottom: 0 }
.pb-5 { padding-bottom: 5px !important }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-35 { padding-bottom: 35px }
.pb-40 { padding-bottom: 40px }
.pb-45 { padding-bottom: 45px }
.pb-50 { padding-bottom: 50px }
.pb-55 { padding-bottom: 55px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-75 { padding-bottom: 75px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
.pb-160 { padding-bottom: 160px }
.pb-170 { padding-bottom: 170px }
.pb-200 { padding-bottom: 200px }


.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }

.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }

.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }

 .white-bg { background: #fff !important; }
 .white-bg2 { background: rgba(255,255,255,0.75) !important; }
 .gray-bg { background: #f6f6f6 !important; }
 .gray-bg2 { background: #f2f2f2 !important; }
 .gray-bg3 { background: #f8f8f8 !important; }
 .black-bg { background: #222222 !important; }
 .default-bg { background: #50C1F0 !important; }
 .transparent-bg { background: transparent !important; }

 .bg-opacity-black-10:before, .bg-opacity-black-20:before, .bg-opacity-black-30:before, .bg-opacity-black-40:before, .bg-opacity-black-50:before, .bg-opacity-black-60:before, .bg-opacity-black-70:before, .bg-opacity-black-80:before, .bg-opacity-black-90:before,  .bg-opacity-white-10:before,  .bg-opacity-white-20:before,  .bg-opacity-white-30:before,  .bg-opacity-white-40:before,  .bg-opacity-white-50:before,  .bg-opacity-white-60:before,  .bg-opacity-white-70:before,  .bg-opacity-white-80:before,  .bg-opacity-white-90:before{
    content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; 
 }
 .bg-opacity-black-10:before {  background: rgba(0, 0, 0, 0.1);}
 .bg-opacity-black-20:before {  background: rgba(0, 0, 0, 0.2);}
 .bg-opacity-black-30:before {  background: rgba(0, 0, 0, 0.3);}
 .bg-opacity-black-40:before {  background: rgba(0, 0, 0, 0.4);}
 .bg-opacity-black-50:before {  background: rgba(0, 0, 0, 0.5);}
 .bg-opacity-black-60:before {  background: rgba(0, 0, 0, 0.6);}
 .bg-opacity-black-70:before {  background: rgba(0, 0, 0, 0.7);}
 .bg-opacity-black-80:before {  background: rgba(0, 0, 0, 0.8);}
 .bg-opacity-black-90:before {  background: rgba(0, 0, 0, 0.9);}

 .bg-opacity-white-10:before {  background: rgba(255, 255, 255, 0.1);}
 .bg-opacity-white-20:before {  background: rgba(255, 255, 255, 0.2);}
 .bg-opacity-white-30:before {  background: rgba(255, 255, 255, 0.3);}
 .bg-opacity-white-40:before {  background: rgba(255, 255, 255, 0.4);}
 .bg-opacity-white-50:before {  background: rgba(255, 255, 255, 0.5);}
 .bg-opacity-white-60:before {  background: rgba(255, 255, 255, 0.6);}
 .bg-opacity-white-70:before {  background: rgba(255, 255, 255, 0.7);}
 .bg-opacity-white-80:before {  background: rgba(255, 255, 255, 0.8);}
 .bg-opacity-white-90:before {  background: rgba(255, 255, 255, 0.9);}
.tab-content {
    width: 100%;
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
	background:#fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    overflow: visible; 
}
.vbox-close {
	background: #132048 url("close.gif") no-repeat scroll 10px center !important;
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-weight: 600;
	height: 40px;
	position: fixed;
	right: 40px;
	text-indent: 2px;
	top: 14px;
	width: 46px;
	border-radius: 2px;
}
.header-sticky{
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
}
.header-sticky.is-sticky {
	background: rgba(255,255,255,.85);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.logo-sticky {
	display: none;
}
.header-sticky.is-sticky .logo-sticky {
	float: left;
	margin: 16px 0;
	display: block;
}
.header-sticky.is-sticky .header-menu-area {
	float: right;
	background: transparent;
}
.header-top-area {
	border-bottom: 1px solid #e5e5e5;
}
.header-top-language{
	float: left;
}
.header-top-language > ul > li{
    border-right: 1px solid #ededed;
}
.header-top-language > ul > li:first-child{
    border-left: 1px solid #ededed;
}
.header-top-language > ul > li,
.menu-my-account > ul > li{
	list-style: none;
	display: inline-block;
	position: relative;
}
.menu-my-account > ul > li{
    border-left: 1px solid #ededed;
    margin-left: -3px;
}
.menu-my-account > ul > li:last-child{
    border-right: 1px solid #ededed;
}
.header-top-language > ul > li > a,
.menu-my-account > ul > li > a{
	font-size: 12px;
	color: #434343;
	line-height: 35px;
	height: 35px;
	padding: 0 20px;
	display: block;
	vertical-align: middle;
    font-weight: 400;
}
.menu-my-account > ul > li:first-child > a{
    color: #434343;
}
.menu-my-account > ul > li > a > i {
	font-size: 16px;
	line-height: 1;
}
.header-top-language > ul > li:hover > a,
.menu-my-account > ul > li:hover > a{
    background: #132048;
    color: #fff;
    border-color: #132048;
}
.header-top-language > ul > li > a:after,
.menu-my-account > ul > li:first-child > a:after{
	margin-left: 3px;
	font-size: 12px;
}
.header-top-language > ul > li > a > span,
.ht-dropdown > li > a > span{
	margin-left: 3px;
}
.ht-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid #ededed;
    background: #fff;
	padding: 0 20px;
	min-width: 100%;
	width: auto;
	height: auto;
	z-index: 99;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-top-language > ul > li:hover .ht-dropdown,
.menu-my-account > ul > li:hover .ht-dropdown{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.ht-dropdown > li {
	list-style: none;
	display: block;
}
.ht-dropdown > li > a {
	display: block;
	height: 44px;
	font-size: 13px;
	font-weight: 400;
    text-transform: capitalize;
	line-height: 44px;
	vertical-align: bottom;
	color: #898989;
}
.ht-dropdown > li > a:hover{
    color: #132048;
}
.ht-dropdown.account-menu {
	text-align: left;
	width: 150px;
}
.ht-dropdown.account-menu > li {
	border-bottom: 1px solid #ededed;
}
.ht-dropdown.account-menu > li:last-child{
    border-bottom: 0;
}
.header-search {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: middle;
}
.form-input{
    position: relative;
}
.form-input > input {
	background: none;
	border: none;
	border-bottom: 1px solid #222;
	color: #222;
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 0px;
	margin: 0;
	outline: none;
	padding: 0 15px 0 0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 150px;
	height: 38px;
}
.form-input.form-4 > input{
    border-bottom: 1px solid #999;
	color: #999;
}
.form-input > button {
	background: #222;
	border: none;
	color: #fff;
	float: left;
	font-size: 0;
	height: 38px;
	margin-left: 10px;
    cursor: pointer;
	outline: none;
	padding: 0;
	text-align: center;
	width: 38px;
	border-radius: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.form-input > button:hover{
    background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border: none;
}
.form-input > button:before {
	background: url(img/icon-search.png) no-repeat center center;
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}
.logo img {
	max-width: 100%;
	height: ;
	height: auto;
	text-align: ;
	padding-top:30px;
}

.logo{height:75px;}
.mini-cart > ul > li {
	list-style: none;
	display: inline-block;
	position: relative;
}
.mini-cart > ul > li > a {
	color: #434343;
	display: block;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.mini-cart > ul > li > a > span{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.mini-cart > ul > li > a > span.cart-icon:before {
	background: url(img/icon-cart.png);
	height: 40px;
	width: 40px;
	content: "";
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 40px;
}
.mini-cart > ul > li > a > span.cart-total{
    font-size: 20px;
    font-weight: 700;
}
.cart-dropdown {
	text-align: left;
	position: absolute;
	top: 100%;
	right: 0;
	width: 370px;
	background: #fff;
	border: 1px solid #ededed;
	border-top: 2px solid #132048;
	padding: 30px 21px;
    z-index: 99;
}
.cart-dropdown > li {
	display: block;
	list-style: none;
	overflow: hidden;
	padding: 20px 0;
}
.cart-dropdown > li:first-child{
    padding-top: 0;
}
.cart-dropdown > li:last-child {
	padding: 0;
}
.cart-img {
	float: left;
	width: 92px;
}
.cart-img > a {
	display: block;
	border: 1px solid #ededed;
}
.cart-img > a:hover{
    border-color: #132048;
}
.cart-content {
	float: left;
	width: 62%;
	margin-left: 20px;
}
.product-name {
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
	margin: 0 30px 5px 0;
	text-align: left;
	text-transform: uppercase;
}
.cart-content span.quantity {
	color: #222555;
	display: block;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}
.cart-content span.cart-price {
	display: block;
	margin-top: 8px;
	text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 25px;
}
.cart-remove{
    position: relative;
}
.cart-remove > a {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 1;
}
.cart-subtotal {
	border-top: 1px solid #ededed;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding: 20px 0 0 0;
	text-align: left;
	text-transform: uppercase;
}
.cart-btn {
	display: block;
	text-align: right;
}
.cart-btn a {
	background: #ededed;
	color: #222;
	display: inline-block;
	font-size: 14px;
    font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.cart-btn a:after {
	content: '\f105';
	display: inline-block;
	font-family: 'Font Awesome\ 5 Free';
	margin-left: 5px;
}
.cart-btn a:hover{
    background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
}
.main-menu > li {
	list-style: none;
	display: inline-block;
    position: relative;
}
.main-menu > li > a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #363636;
	padding: 25px 15px;
	display: block;
	margin-right: 20px;
}
.main-menu > li:first-child > a{
    margin-left: 0;
    padding-left: 0;
}
.main-menu > li:last-child > a{
    margin-right: 0;
    padding-right: 0;
}
.main-menu > li:hover > a{
    color: #132048;
}
.dropdown,
.mega-menu{
	position: absolute;
	top: 72px;
	left: 0;
	min-width: 200px;
	padding: 20px 0;
	text-align: left;
	background-color: #fff;
    -webkit-transform: perspective(600px) rotateX(-90deg);
            transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	z-index: 99;
}
.main-menu > li:hover .dropdown,
.main-menu > li:hover .mega-menu{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg);
    visibility: visible;
}
.dropdown > li {
	display: block;
	list-style: none;
}
.dropdown > li > a {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 30px;
	display: block;
	font-weight: 400;
	color: #898989;
}
.dropdown > li > a:hover,
.mega-menu > li > ul > li > a:hover{
    color: #132048;
}
.mega-menu {
	width: 900px;
	padding: 35px 15px 20px 15px;
    left: auto !important;
    right: 0;
}
.mega-menu > li {
	width: 20%;
	padding: 0px 15px 20px 15px;
	list-style: none;
}
.mega-menu > li > a.item-link {
	font-size: 16px;
	font-weight: 700;
	color: #777;
	line-height: 18px;
	margin: 0 0 12px;
    pointer-events: none;
}
.mega-menu > li > ul > li {
	list-style: none;
	display: block;
}
.mega-menu > li > ul > li > a {
	font-size: 14px;
	color: #898989;
	display: block;
	padding: 7px 0;
	font-weight: 400;
	line-height: 18px;
}
.mobile-menu .mean-nav > ul {
	overflow-y: auto;
	max-height: 400px;
}
.mobile-menu {
     -webkit-box-flex: 1 !important;
     -ms-flex: 1 0 100% !important;
     flex: 1 0 100% !important;
}
 .mobile-menu .mean-bar {
     position: relative;
}
.mobile-menu .mean-bar .meanmenu-reveal {
	position: absolute;
	top: -78px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span {
     position: relative;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #282828;
	height: 3px;
	margin-top: 3px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
     content: "";
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #202020;
}
.mean-container a.meanmenu-reveal {
	color: #282828;
}
.mean-container .mean-bar {
	padding: 0;
	min-height: 0;
}
.mean-container .mean-nav {
	background: transparent;
	margin-top: 0;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
     top: -8px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
     bottom: -8px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
     height: 2px;
     width: 26px;
     background-color: transparent;
     display: block;
     margin: 8px 0;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
     content: "";
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #202020;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
     top: 0;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
     bottom: 0;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .mobile-menu .mean-bar .mean-nav {
     background-color: #ffffff;
}
 .mobile-menu .mean-bar .mean-nav > ul {
     margin-bottom: 30px;
     border: 1px solid #eeeeee;
     border-top: 0px solid transparent;
     overflow-x: hidden;
}
 @media only screen and (max-width: 767px) {
     .mobile-menu .mean-bar .mean-nav > ul {
         max-height: 180px;
         overflow-y: auto;
    }
}
 @media only screen and (max-width: 479px) {
     .mobile-menu .mean-bar .mean-nav > ul {
         max-height: 220px;
         overflow-y: auto;
    }
}
 .mobile-menu .mean-bar .mean-nav > ul li {
     position: relative;
     display: block;
     float: left;
     width: 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li a {
	font-size: 13px;
	display: block;
	color: #444444;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 44px;
	position: relative;
	border-top: 1px solid #eeeeee;
	padding: 0 40px 0 20px;
	width: 100%;
}
 .mobile-menu .mean-bar .mean-nav > ul li a:hover {
     color: #202020;
     padding-left: 25px;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
	border: 1px solid #eeeeee;
	position: absolute;
	right: -1px;
	top: 0;
	font-size: 20px !important;
	color: #444444;
	line-height: 44px;
	height: 46px;
	width: 40px;
	text-align: center;
	padding: 0 !important;
	background-color: transparent;
}
 .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
     line-height: 40px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
	position: static;
	background-color: #fff;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	box-shadow: none;
	display: none;
	float: left;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(0px) rotateX(0deg);
	        transform: perspective(0px) rotateX(0deg);
	-webkit-transition: none;
	transition: none;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
     padding: 0;
     margin: 0;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     border-right: 0px solid transparent;
     width: 100%;
     display: block !important;
     float: left;
     width: 100%;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
     font-size: 12px;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a:before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a:before, .mobile-menu .mean-bar .mean-nav > ul li ul li a:before {
     display: none;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
     background-color: rgba(0, 0, 0, 0.04);
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
     border-top: 1px solid #dddddd;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
     border: 1px solid #dddddd;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
     background-color: rgba(0, 0, 0, 0.05);
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
     border-top: 1px solid #eeeeee;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
     border: 1px solid #eeeeee;
}

a.shop-btn {
	font-size: 13px;
	background: transparent !important;  /* fallback for old browsers */
	color: #fff !important;
	border:solid 1px #fff;
	display: inline-block;
	text-align: center;
	padding: 0 45px;
	font-weight: 700;
	box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
	margin-top: 45px;
	height: 58px;
	line-height: 58px;
}
a.shop-btn:hover{
	background: #f12711 !important;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f5af19, #f12711) !important;  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f5af19, #f12711) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
}
.hero-slider .owl-nav > div {
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
	left: 40px;
	width: 40px;
	height: 40px;
	background-color: #000000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	z-index: 99;
	font-size: 20px;
	color: #fff;
}
.hero-slider .owl-nav > div:hover{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hero-slider .owl-nav > .owl-next {
	right: 40px;
	left: auto;
}
.hero-slider-3 .owl-nav > div{
    display: none
}
.hero-slider .owl-dots{
    display: none;
}
.hero-slider .owl-dots,
.hero-slider-3 .owl-dots {
	position: absolute;
	bottom: 20px;
	right: 30px;
	text-align: center;
	z-index: 99;
}
.hero-slider .owl-dot.active,
.hero-slider .owl-dot:hover,
.hero-slider-3 .owl-dot.active,
.hero-slider-3 .owl-dot:hover {
	border-color: #56CCF2;
	background: #fff;
}
.hero-slider .owl-dot,
.hero-slider-3 .owl-dot {
	height: 15px;
	width: 15px;
	border: 2px solid transparent;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	background: #c3cbc8;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slider-content > *,
.slider-content-1 > *,
slider-content-2 > *{
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  /* -webkit-animation-name: fadeOut;
          animation-name: fadeOut; */
}
.active .slider-content > h5{
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInUp;
            animation: 800ms ease-in-out 0s normal none 1 running slideInUp;
}
.active .slider-content > h1,
.active .slider-content-1 > h1{
    -webkit-animation: 1100ms ease-in-out 0s normal none 1 running slideInUp;
            animation: 1100ms ease-in-out 0s normal none 1 running slideInUp;
}
.active .slider-content > h2{
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
            animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.active .slider-content > h3{
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
            animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.active .slider-content > p{
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
            animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.active .slider-content > a,
.active .slider-content-1 > a,
.active .slider-content-2 > a,
.active .slider-content-4 > a{
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running slideInUp;
            animation: 1500ms ease-in-out 0s normal none 1 running slideInUp;
}
.active .slider-content-1 > p,
.active .slider-content-1 > h2,
.active .slider-content-3 > h2{
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running zoomIn;
            animation: 1600ms ease-in-out 0s normal none 1 running zoomIn;
}
.active .slider-content-2 > h1,
.active .slider-content-4 > h1{
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running zoomIn;
            animation: 1000ms ease-in-out 0s normal none 1 running zoomIn;
}
.active .slider-content-2 > h3,
.active .slider-content-4 > h3{
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomIn;
            animation: 1200ms ease-in-out 0s normal none 1 running zoomIn;
}
.single-slider {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-bottom: 150px;
}
.slider-content > h5 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 4px;
	margin-bottom: 25px;
	color: #363636;
	line-height: 24px;
}
.slider-content > h1 {
	font-size: 48px;
	line-height: 60px;
	color: #363636;
	margin-bottom: 0;
	font-weight: 300;
	max-width: 650px;
}
.slider-content > h1 > span {
	color: #EEB013;
}
.single-slider-2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    height: 630px;
}
.slider-content-1 {
	padding-left: 92px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	z-index:1000 !important;
}
.slider-content-1 > h1 {
	font-size: 50px;
	font-weight: 800;
	line-height: 40px;
	color: #222;
}
.slider-content-1 > h1 > span {
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	font-style: italic;
	margin-top: 10px;
	display: block;
}
.slider-content-1 > p {
	font-size: 16px;
	color: #222;
	letter-spacing: 2px;
	max-width: 230px;
}
.slider-content-1 > h2 {
	position: absolute;
	right: 8%;
	top: 0;
	background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	font-size: 55px;
	text-align: center;
	width: 155px;
	height: 155px;
	border-radius: 100%;
	color: #fff;
	line-height: 155px;
}
.slider-content-1 > a {
	margin-top: 5px;
}
.slider-content-2 {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
.slider-content-2 > h1 {
	font-size: 120px;
	line-height: 120px;
	color: #000;
	font-weight: 800;
	margin-bottom: 15px;
}
.slider-content-2 > h3 > span {
	font-size: 24px;
	line-height: 46px;
	background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	height: 52px;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 45px;
}
.slider-content-4 > h3{
    margin-bottom: 0px;
}
.slider-content-2 > h3 > span:before {
	position: absolute;
	content: "";
	border-left: 26px solid transparent;
	border-top: 26px solid #2F80ED;
	border-bottom: 26px solid #2F80ED;
	border-right: 26px solid #2F80ED;
	top: 0;
	left: -50px;
	z-index: -1;
}
.slider-content-2 > h3 > span:after {
	position: absolute;
	content: "";
	border-left: 26px solid #56CCF2;
	border-top: 26px solid #56CCF2;
	border-bottom: 26px solid #56CCF2;
	border-right: 26px solid transparent;
	top: 0;
	right: -50px;
	z-index: -1;
}
.shop-btn-2 {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 30px;
	border: 1px solid #fff;
	margin-top: 25px;
}
.shop-btn-2:hover{
	background: #f12711;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-color: #ccc;
    color: #fff;
}
.banner-img {
	overflow: hidden;
    position: relative; 
}
.banner-img > a{
    display: block;
}
.banner-img img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner-img > a:before {
	background-color: rgba(0,0,0,0.2);
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9;
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.a-single-banner:hover .banner-img > a:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.a-single-banner:hover .banner-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.featured-product-menu > ul > li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
	vertical-align: middle;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.featured-product-menu > ul > li > a {
	border: 1px solid #ededed;
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 20px;
	position: relative;
}
.nav > li > a:hover, .nav > li {
}
.featured-product-menu > ul > li > a.active{
	border-color: #2F80ED;
	color: #777;
}
.featured-product-menu > ul > li > a:hover{
	border-color: #2F80ED;
	color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
	background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.product-img {
	position: relative;
	overflow: hidden;
}
.product-img > a{
    display: block;
}
.product-img img {
	width: 100%;
}
ul.products > li:hover .product-img > a:before {
    background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.single-product:hover .product-img > a:before{
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.product-action {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-right: -50px;
}
.single-product:hover .product-action{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.product-action > ul {
    clear: none;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.single-product:hover .product-action > ul{
    top: 0;
}
.product-action > ul > li {
	list-style: none;
	display: inline-block;
    margin: 0 5px;
}
.product-action > ul > li:first-child{
    margin-left: 0px;
}
.product-action > ul > li{
    margin-right: 0px;
}
.product-action > ul > li > a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 46px;
    letter-spacing: 0;
    line-height: 44px;
    text-align: center;
    text-transform: none;
    width: 48px;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.product-action > ul > li > a:hover{
    background: #fff;
    color: #56CCF2;
}
.quickviewbtn {
    bottom: -30px;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.single-product:hover .quickviewbtn{
    bottom: 0;
}
.quickviewbtn > a  {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 46px;
    letter-spacing: .03em;
    line-height: 44px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.quickviewbtn > a:hover{
    background-color: #fff;
    color: #56CCF2;
}
.quickviewbtn > a > i{
    font-size: 20px;
    font-weight: 300;
    margin-right: 5px;
}
.onsale {
	background: #f12711;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    height: 120px;
    left: auto;
    left: -60px;
    pointer-events: none;
    position: absolute;
    top: -60px;
    width: 120px;
    z-index: 2;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.onsale span {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	top: 115px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 30px;
}
.product-content{
    margin-top: 15px;
}
.product-content > h4{
    margin: 0;
}
.product-content > h4 > a {
	font-size: 16px;
	line-height: 25px;
	color: #222;
	font-weight: 400;
	display: block;
	margin-bottom: 0;
}
.product-content > h4 > a:hover{
    color: #132048;
}
.product-reviews {
	color: #ffc000;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
}
.product-price {
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 0;
}
.regular-price {
    color: #222;
    display: inline-block;
    font-size: 1em;
    text-decoration: line-through;
}
.product-slider,
.on-sale-product,
.news-slider{
	width: auto;
}
.product-slider .owl-nav > div,
.news-slider .owl-nav > div,
.brand-active .owl-nav > div,
.on-sale-product .owl-nav > div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: -15px;
	font-size: 40px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	color: #222;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-slider .owl-nav > .owl-next,
.news-slider .owl-nav > .owl-next,
.brand-active .owl-nav > .owl-next,
.on-sale-product .owl-nav > .owl-next{
    left: auto;
    right: -15px;
}
.product-slider .owl-nav > div:hover,
.news-slider .owl-nav > div:hover,
.brand-active .owl-nav > div:hover,
.on-sale-product .owl-nav > div:hover{
    color: #132048;
}
.product-slider:hover .owl-nav > div,
.news-slider:hover .owl-nav > div,
.brand-active:hover .owl-nav > div,
.on-sale-product:hover .owl-nav > div{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.count-down-box {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background: #16222A;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #3A6073, #16222A);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #3A6073, #16222A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 12px 20px;
}
.single-count {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}
.count-down-box .single-count:last-child{
    margin-right: 0px;
}
.count-down-box .single-count > span{
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  position: relative;
}

.count-down-box .single-count > span:before {
	content: ':';
	display: block;
	position: absolute;
	right: -25px;
	top: -1px;
}
.count-down-box .single-count:last-child > span:before{
    display: none;
}
.sale-banner-area {
	padding-top: 120px;
	padding-bottom: 135px;
	background-image: url(img/bg/fullbanner.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-content {
	display: inline-block;
	padding-left: 26px;
	text-align: center;
	margin: 0;
}
.banner-content > h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 120px;
	font-weight:900;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: .1em;
}
.banner-content > p > em {
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-size: 24px;
	background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */	line-height: 52px;
	height: 52px;
	display: inline-block;
	padding: 0 20px;
	color: #fff;
	position: relative;
	font-weight: 400;
}
.banner-content > p > em:before {
	content: "";
	border-bottom: 26px solid #2F80ED;
	border-top: 26px solid #2F80ED;
	border-right: ;
	border-right: 26px solid #2F80ED;
	border-left: 26px solid transparent;
	position: absolute;
	top: 0;
	left: -30px;
	width: 52px;
	height: 52px;
	overflow: hidden;
}
.banner-content > p > em:after {
	content: "";
	border-bottom: 26px solid #56CCF2;
	border-top: 26px solid #56CCF2;
	border-right: 26px solid transparent;
	border-left: 26px solid #56CCF2;
	position: absolute;
	top: 0;
	right: -30px;
	width: 52px;
	height: 52px;
	overflow: hidden;
}
.banner-btn {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	position: relative;
	font-size: 13px;
	font-weight: 700;
    line-height: 38px;
	padding: 0 50px 0 20px;
    height: 40px;
	text-transform: uppercase;
	margin-top: 25px;
	letter-spacing: 1px;
}
.banner-btn:after {
	content: '\f054';
	border-left: 1px solid #fff;
	display: block;
	font-family: 'Font Awesome\ 5 Free';
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 39px;
	font-size: 24px;
	text-align: center;
}
.banner-btn:hover{
	background: #f12711;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */	border: none;
	border-color: #222;
    color: #fff;
}

.video-content {
	padding: 100px 80px;
	text-align: center;
	position: relative;
}
.video-content > h2 {
	font-size: 30px;
	color: #444444;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: normal;
}
.video-content > p{
    font-size: 14px;
    line-height: 25px;
    color: #222;
    margin: 60px 0;
}
a.video-btn{
	display: inline-block;
	border: 2px solid #2A2A2A;
	padding: 25px 0px;
    position: relative;
	padding-right: 48px;
	position: relative;
	color: #2A2A2A;
	border-radius:100px;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.video-btn:after {
	content: "\f04b";
	font-weight:900;
	font-family: 'Font Awesome\ 5 Free';
	right: 30%;
	bottom:25%;
	font-size:20px;
	position: absolute;
}
a.video-btn:hover{
    background-color: #2A2A2A;
    border-color: ##2A2A2A;
    color: #fff;
}
.design-and-code-area {
	background-color: #f6f6f6;
}
.videoicon {
	position:absolute;
	top: 50%;
    left: 50%;
	color:white;
	font-size:50px;
	opacity:0.5;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.videoicon:hover {
	opacity:1;
}
.news-img > a {
	display: block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}
.news-img > a:before {
	background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, rgba(47,128,237,0.75), rgba(86,204,242,0.75));  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, rgba(47,128,237,0.75), rgba(86,204,242,0.75)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.news-img > a:hover:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.news-img > a > img{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-img > a:hover > img{
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.news-content {
	margin-top: 20px;
}
.news-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.news-title > a {
	color: #222;
    display: block;
}
.news-title > a:hover{
    color: #132048;
}
.news-meta {
	margin-bottom: 15px;
}
.news-meta > li {
	list-style: none;
	display: inline-block;
	color: #222;
	font-size: 14px;
}
.news-meta > li > a {
	margin-left: 5px;
	color: #222;
	display: inline-block;
}
.news-meta > li > a:hover{
    color: #132048;
}
.news-meta > li > span {
	color: #222;
}
.feature-area {
	background-image: url(img/bg/bg2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 60px 0;
}
.single-feature {
	padding: 70px 15px;
	position: relative;
	text-align: center;
}
.feature-area-4 .single-feature{
    padding: 50px 14px;
}
.single-feature:before {
	background: #ededed;
	content: '';
	display: block;
	height: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity:0.35;
}
.feature-area .col-md-4:last-child .single-feature:before,
.feature-area-4 .col-md-4:last-child .single-feature:before{
    display: none;
}
.feature-icon {
	margin-bottom: 35px;
}
.feature-content > h3 {
	color:#fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.feature-content > p {
	color:#fff !important;
	font-size: 16px;
	color: #222;
	font-style: italic;
}
.brand-area{
    padding: 15px 0;
    background-color: #f4f4f4;
}
.brand-active.owl-carousel .single-brand img {
	width: auto;
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.brand-active.owl-carousel .single-brand img:hover {
    -webkit-transform: scale3d(1.05,1.05,1.05);
            transform: scale3d(1.05,1.05,1.05);
}
.footer-title > h3 {
	font-size: 20px;
	font-weight: 700;
	color: #999;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.single-footer-widget > p {
	color: #e4e4e4;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 35px;
}
.contact-info > ul > li {
	font-size: 14px;
	list-style: none;
	display: block;
	line-height: 25px;
	margin-bottom: 10px;
	color: #888;
}
.contact-info > ul > li > a{
    color: #888;
    margin-left: 5px;
}
.link-widget > li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
}
.link-widget > li > a {
	font-size: 14px;
	line-height: 25px;
	color: #888;
	padding-left: 12px;
	position: relative;
	display: block;
}
.link-widget > li > a:before {
	content: '\f105';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-top: -2px;
	display: block;
	font-size: 12px;
}
.link-widget > li > a:hover{
    margin-left: 10px;
    color: #56ccf2;
}
.footer-subscribe {
	margin-bottom: 35px;
}
.subscribe-form {
	line-height: 38px;
	max-width: 100%;
	padding-right: 40px;
	position: relative;
	width: 270px;
}
.footer-subscribe input {
	background: none;
	border: 1px solid #ddd;
	color: #fff;
	font-size: 1em;
	font-style: italic;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	text-align: left;
	white-space: nowrap;
	width: 80%;
}
.footer-subscribe input::-webkit-input-placeholder{
    color: #fff;
}
.footer-subscribe input::-moz-placeholder{
    color: #fff;
}
.footer-subscribe input:-ms-input-placeholder{
    color: #fff;
}
.footer-subscribe input::placeholder{
    color: #fff;
}
.footer-subscribe .icon {
	border: 1px solid #ddd;
	color: #ddd;
	font-size: 18px;
	height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 41px;
	display: inline-block;
}
.footer-subscribe button {
	background: #f12711;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */	border: none;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .15em;
	margin-top: 12px;
	padding: 7px 22px;
	text-transform: uppercase;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	line-height: 25px;
    cursor: pointer;
}
.footer-subscribe button:hover{
    background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.footer-payments-image {
	padding: 45px 0;
	border-top: 1px solid rgba(255,255,255,0.1) !important;
	text-align: center;
}
.footer-bottom-area {
	background-color: #2f2f2f;
	padding: 20px 0;
}
.footer-copyright > p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	line-height: 30px;
}
.footer-copyright > p > a {
	color: #132048;
}
.footer-copyright > p > a:hover{
    text-decoration: underline;
}
.footer-design-by > p {
	font-size: 14px;
	color: #fff !important;
	margin-bottom: 0;
	line-height: 30px;
}
.footer-design-by a {
	color:#fff ;
}

.footer-design-by :hover {
	color:#56ccf2 ;
}

#scrollUp {
	background: #222;
    border: 2px solid #ddd;
	width: 50px;
	height: 50px;
	line-height: 40px;
    border-radius: 100%;
	bottom: 25px;
	right: 25px;
	color: #fff;
	text-align: center;
	font-size: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#scrollUp:hover{
    background: #56CCF2;
    border-color: #fff;
}
.tooltip-inner {
	color:#fff;
	font-weight: bold;
	padding: 8px 12px;
	border-radius: 0;
	background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
.tooltip .arrow:before{
    border-top-color:#2F80ED;
}
@-webkit-keyframes crFlipX{
  0%{
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50%{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100%{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes crFlipX{
  0%{
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50%{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100%{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.custom-select{width:250px;margin-right:7px;border:0;border-bottom:solid 1px #000000;color:#000;}
.custom-select-sm{font-size:16px;}
.nice-select .list{overflow-y:scroll;max-height:200px;width:250px;}
.nice-select{height:38px;}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	color:#fff ;
	background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.whiteicon{color:#fff;}
.topdrop{font-size:10px !important;}

.slider-area-3 {
	max-width: 1626px;
	display: block;
	margin: 0px auto 40px auto;
	width: 100%;
}
.single-slider-3,
.single-slider-4 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 630px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-slider-3 .container,
.single-slider-4 .container{
    margin: auto;
}
.slider-content-3,
.slider-content-4{
    position: relative;
}
.slider-content-3 > h5{
    color: #fff;
}
.slider-content-3 > h1 {
	color: #fff;
}
.slider-content-3 a.shop-btn,
.slider-content-4 a.shop-btn {
	background-color: #fff;
	color: #333;
}
.slider-content-4 a.shop-btn{
    margin-bottom: 35px;
}
.slider-content-3 a.shop-btn:hover,
.slider-content-4 a.shop-btn:hover {
	background: #EEB013;
	color: #fff;
}
.slider-content-3 > h2 {
	position: absolute;
	right: 20%;
	top: 20%;
	background: #EEB013;
	font-size: 55px;
	text-align: center;
	width: 155px;
	height: 155px;
	border-radius: 100%;
	color: #fff;
	line-height: 155px;
}
.slider-content-4 {
	text-align: center;
	display: inline-block;
}
.slider-content-4 > h1 {
    color: #222;
}
.slider-content-3,
.slider-content-4{
    position: relative;
}
.slider-content-3 > h5{
    color: #fff;
}
.slider-content-3 > h1 {
	color: #fff;
}
.slider-content-3 a.shop-btn,
.slider-content-4 a.shop-btn {
	background-color: #fff;
	color: #333;
}
.slider-content-4 a.shop-btn{
    margin-bottom: 35px;
}
.slider-content-3 a.shop-btn:hover,
.slider-content-4 a.shop-btn:hover {
	background: #EEB013;
	color: #fff;
}
.slider-content-3 > h2 {
	position: absolute;
	right: 20%;
	top: 20%;
	background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	font-size: 55px;
	text-align: center;
	width: 155px;
	height: 155px;
	border-radius: 100%;
	color: #fff;
	line-height: 155px;
}



.slider-content > h5 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 4px;
	margin-bottom: 25px;
	color: #fff;
	line-height: 24px;
}
.slider-content > h1 {
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 300;
	max-width: 650px;
}
.slider-content > h1 > span {
	color: #EEB013;
	font-weight:700;
}
a.shop-btn {
	font-size: 13px;
	background-color: #333333;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 0 45px;
	font-weight: 700;
	box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
	margin-top: 45px;
	height: 58px;
	line-height: 58px;
}
a.shop-btn:hover{
    background: #EEB013;
    color: #fff;
}
.hero-slider .owl-nav > div {
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
	left: 40px;
	width: 40px;
	height: 40px;
	background-color: #000000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	z-index: 99;
	font-size: 20px;
	color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hero-slider .owl-nav > div:hover{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hero-slider .owl-nav > .owl-next {
	right: 40px;
	left: auto;
}
.hero-slider-3 .owl-nav > div{
    display: none
}
/*slider dot css*/
.hero-slider .owl-dots{
    display: none;
}
.hero-slider .owl-dots,
.hero-slider-3 .owl-dots {
	position: absolute;
	bottom: 20px;
	right: 30px;
	text-align: center;
	z-index: 99;
}
.hero-slider .owl-dot.active,
.hero-slider .owl-dot:hover,
.hero-slider-3 .owl-dot.active,
.hero-slider-3 .owl-dot:hover {
	border-color: #56CCF2;
	background: #fff;
}
.hero-slider .owl-dot,
.hero-slider-3 .owl-dot {
	height: 15px;
	width: 15px;
	border: 2px solid transparent;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	background: #c3cbc8;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.active .slider-content > h5{
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInUp;
            animation: 800ms ease-in-out 0s normal none 1 running slideInUp;
}
.active .slider-content > h1,
.active .slider-content-1 > h1{
    -webkit-animation: 1100ms ease-in-out 0s normal none 1 running slideInUp;
            animation: 1100ms ease-in-out 0s normal none 1 running slideInUp;
}
.active .slider-content > h2{
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
            animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.active .slider-content > h3{
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
            animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.active .slider-content > p{
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
            animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.active .slider-content > a,
.active .slider-content-1 > a,
.active .slider-content-2 > a,
.active .slider-content-4 > a{
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running slideInUp;
            animation: 1500ms ease-in-out 0s normal none 1 running slideInUp;
}
.active .slider-content-1 > p,
.active .slider-content-1 > h2,
.active .slider-content-3 > h2{
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running zoomIn;
            animation: 1600ms ease-in-out 0s normal none 1 running zoomIn;
}
.active .slider-content-2 > h1,
.active .slider-content-4 > h1{
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running zoomIn;
            animation: 1000ms ease-in-out 0s normal none 1 running zoomIn;
}
.active .slider-content-2 > h3,
.active .slider-content-4 > h3{
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomIn;
            animation: 1200ms ease-in-out 0s normal none 1 running zoomIn;
}
/*Slider Style 2 css*/
.single-slider-2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    height: 630px;
}
.slider-content-1 {
	padding-left: 92px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
}
.slider-content-1 > h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	color: #222;
}
.slider-content-1 > h1 > span {
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	font-style: italic;
	margin-top: 10px;
	display: block;
}
.slider-content-1 > p {
	font-size: 16px;
	color: #222;
	letter-spacing: 3px;
	max-width: 230px;
}
.slider-content-1 > h2 {
	position: absolute;
	right: 34%;
	bottom: 10%;
	background: #EEB013;
	font-size: 55px;
	text-align: center;
	width: 155px;
	height: 155px;
	border-radius: 100%;
	color: #fff;
	line-height: 155px;
}
.slider-content-1 > a {
	margin-top: 5px;
}
.slider-content-2 {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
.slider-content-2 > h1,
.slider-content-4 > h1 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 120px;
	text-transform:uppercase;
	line-height: 120px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}
.slider-content-2 > h3 > span,
.slider-content-4 > h3 > span {
	font-size: 24px;
	line-height: 46px;
	background: #56CCF2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	height: 52px;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 45px;
}
.slider-content-4 > h3{
    margin-bottom: 0px;
}
.slider-content-2 > h3 > span:before,
.slider-content-4 > h3 > span:before {
	position: absolute;
	content: "";
	border-left: 26px solid transparent;
	border-top: 26px solid #2F80ED;
	border-bottom: 26px solid #2F80ED;
	border-right: 26px solid #2F80ED;
	top: 0;
	left: -50px;
	z-index: -1;
}
.slider-content-2 > h3 > span:after,
.slider-content-4 > h3 > span:after {
	position: absolute;
	content: "";
	border-left: 26px solid #56CCF2;
	border-top: 26px solid #56CCF2;
	border-bottom: 26px solid #56CCF2;
	border-right: 26px solid transparent;
	top: 0;
	right: -50px;
	z-index: -1;
}
.searchpos{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top:86%;
	z-index:2;
}
.search-align{margin:0 auto;}
.search-product{width:185px !important;}

@media (min-width: 414px) {
.search-product{width:135px !important;}
.custom-select{width:100% !important;margin-bottom:20px;}
}
@media (min-width: 320px) {
.search-product{width:135px !important;}
.custom-select{width:100% !important;margin-bottom:20px;}
}
@media (min-width: 960px) {
.search-product{width:200px !important;}
.custom-select{width:100% !important;margin-bottom:20px;}
}
@media (min-width: 1024px) {
.search-product{width:320px !important;}
.custom-select{width:100% !important;margin-bottom:20px;}
}
@media (min-width: 1280px) {
.search-product{width:440px !important;}
.custom-select{width:100% !important;margin-bottom:20px;}
}
@media (min-width: 1440px) {
.search-product{width:185px !important;}
.custom-select{width:230px !important;margin-bottom:20px;}
}

.page-banner-area {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 100px 0 0;
}
.page-banner-title > h2 {
	font-size: 48px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	line-height: 64px;
	position:relative;
	z-index:999;
}
.page-banner2-area {
	padding: 30px 0;
	background-color: #f4f4f4;
}
.page-banner2-title > h2 {
	color: #222;
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.padnil{padding:0;}
.breadcrumb-Area {
	padding: 100px 0 30px;
}
.breadcrumb-content > ul > li {
	list-style: none;
	display: inline-block;
}
.breadcrumb-content > ul > li > a {
	font-size: 14px;
	display: inline-block;
	position: relative;
	line-height: 25px;
	color: #fff;
}
.breadcrumb-content > ul > li.active > a,
.breadcrumb-content > ul > li > a:hover {
	color: #56ccf2;
}
.breadcrumb-content li + li:before {
	content: " / ";
	padding: 0 5px;
	vertical-align: middle;
	color: #888;
}
