body{
	font-family: 'Mulish', sans-serif;
	font-size:14px;
	color:#23214e;
}
@font-face {
    font-family: 'LexendBold';
    src: url('../fonts/LexendBold.eot');
    src: url('../fonts/LexendBold.eot') format('embedded-opentype'),
         url('../fonts/LexendBold.woff2') format('woff2'),
         url('../fonts/LexendBold.woff') format('woff'),
         url('../fonts/LexendBold.ttf') format('truetype'),
         url('../fonts/LexendBold.svg#LexendBold') format('svg');
}
@font-face {
    font-family: 'CoreSansGRegular';
    src: url('../fonts/CoreSansGRegular.eot');
    src: url('../fonts/CoreSansGRegular.eot') format('embedded-opentype'),
         url('../fonts/CoreSansGRegular.woff2') format('woff2'),
         url('../fonts/CoreSansGRegular.woff') format('woff'),
         url('../fonts/CoreSansGRegular.ttf') format('truetype'),
         url('../fonts/CoreSansGRegular.svg#CoreSansGRegular') format('svg');
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?y60hgm');
  src:  url('../fonts/icomoon.eot?y60hgm#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?y60hgm') format('truetype'),
    url('../fonts/icomoon.woff?y60hgm') format('woff'),
    url('../fonts/icomoon.svg?y60hgm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-icon_50_to_200:before {
  content: "\e900";
  color: #0122e3;
}
.icon-icon_guests:before {
  content: "\e901";
  color: #0122e3;
}
.icon-icon_gym:before {
  content: "\e902";
  color: #0122e3;
}
.icon-icon_home_office:before {
  content: "\e903";
  color: #0122e3;
}
.icon-icon_more_than_200:before {
  content: "\e904";
  color: #0122e3;
}
.icon-icon_other:before {
  content: "\e905";
  color: #0122e3;
}
.icon-icon_storage:before {
  content: "\e906";
  color: #0122e3;
}
.icon-icon_up_to_50:before {
  content: "\e907";
  color: #0122e3;
}

.img-responsive{max-width:100%;}
.tb-100{
	padding-top:100px;
	padding-bottom:100px;
}
.tb-equal{
	padding:100px 0px;
}
.tb-equal-half{
	padding:50px 0px;
}
.pt-half{padding-top:40px;}
.bg-contain{background-size:contain !important;}
.bg-cover{background-size:cover !important;}
.pt-none{padding-top:0px;}
.pb-none{padding-bottom:0px;}
.overflow-hidden{overflow:hidden;}
h1{font-size:48px; font-weight:700;}
h2{font-size:40px; font-weight: 600; letter-spacing: -1px;}
h3{font-size:24px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
h1, h2,h3,h4,h5,h6{
	font-family: 'Lexend', sans-serif;
}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-80{margin-top:80px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-80{margin-bottom:80px;}
.pb-80{padding-bottom:80px;}
.pb-50{padding-bottom:50px;}
.z-index-9{z-index:9;}
.pb-150{
	padding-bottom:150px;
}
.height-full{height:100%;}
.space-10{height:10px;}
.space-20{height:20px;}
.space-30{height:30px;}
.border-radius-5{border-radius:5px;}
/** Header 1 **/
.logo-1,
.header-container{
	/* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	align-items: center; */
}
.logo{
	border-right:1px solid #ddd;
	padding:20px 15px;
}
.logo img{width:160px;}
.logo-txt {
	font-size: 32px;
	font-weight: 700;
}
.logo-txt a {
	color: #ffffff;
}
.logo-dark{
	display: none;
}
.nav-fixed-top .logo-dark,
.no-top-image .logo-dark{
	display: block;
}
.nav-fixed-top .logo-white,
.no-top-image .logo-white{
	display: none;
}
/*** #2.# HEADER ***/
header{padding:0px 80px;}
.main-header {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0px 0px;
	border-bottom:1px solid #eee;
}
.dark-header {
    position: static;
    padding: 20px 0px;
}
.dark-header nav li a{color:#444;}
.dark-header .cart-field a{color:#444;}
.menu-nav {
    margin: 0;
    padding: 0;
}
.menu-nav li {
	display: inline-block;
	/* position: relative; */
	padding-right: 40px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.menu-nav li.mega-menu a{
	position:relative;
}
.menu-nav li.mega-menu a:after {
    content: "";
    background: url(../images/arrow_down.svg)no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -17px;
    top: 44.4px;
}
.menu-nav li.mega-menu .sub-menu li a:after{
	display:none;
}
.menu-nav li:first-child {
	margin-left: 0;
}
.menu-nav li a {
    color: #23214e;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 100px;
    display: block;
    text-transform: uppercase;
    font-family: 'Lexend', sans-serif;
}
.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
	background: none;
	color: #0122e3;
	text-decoration: none;
}
.menu-nav > li:hover > a:before,
.menu-nav li.current-menu-item > a:before {
    left: 0;
    width: 100%;
    border-color: #a4fdcf;
}
.menu-nav ul {
    display: none;
    margin-top: 0px;
    padding: 30px 130px 30px;
    /* width: 265px; */
    width: 100%;
    text-align: left;
    position: absolute;
    background: #fff;
    z-index: 5;
    left: 0;
    border-top: 1px solid #ddd;
}
.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	text-align:center;
}
.menu-nav ul li > a {
	display: block;
    padding: 4px 30px;
    color: #0e1219;
    font-size: 14px;
	line-height:normal;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.menu-nav ul li > a:focus{
	outline: none;
}
.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #0122e3;
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}
.menu-nav li:hover > ul {
	display: block;
}
.menu-nav li:hover > ul {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.menu-nav li ul ul {
	left: 100%;
	top: -28px;
	margin: 0;
}
.menu-nav .edge > ul{
	left: auto;
	right: 0;
}
.menu-nav li ul .edge ul {
    left: auto;
    top: -28px;
    margin: 0;
    right: 100%;
}
.menu-nav li ul ul:before,
.menu-nav li ul a:before {
	display: none;
}
.mega-menu .sub-menu li{
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}
.mega-menu .sub-menu li a img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    height: 120px;
}
.mega-menu .sub-menu li a{
	padding: 0px 15px;
	text-transform:capitalize;
}
/*** end menu large screens ***/
/*** menu mobile ***/
.nav-button-holder {
	display: none;
}
.nav-button {
	background: none;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}
.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 2px;
	width: 25px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.icon-bar1,
.icon-bar2 {
	width: 18px;
	background: #ffffff;
}
.icon-bar:before,
.icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 0px;
	position: absolute;
	bottom: -6px;
	right: 0;
}
.icon-bar:after {
	bottom: -12px;
	top: auto;
}
.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
	left: 0;
}
.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu-mobile {
	font-size: 0;
	margin: 0 auto;
	margin-left: 0;
	padding-left: 0px;
}
.menu-mobile li {
	font-size: 13px;
	font-weight: 600;
	padding-top: 15px;
	list-style: none;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	text-transform: uppercase;
}
.menu-mobile li a {
    color: #444;
    display: block;
    line-height: 26px;
    font-size: 14px;
}
.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}
.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
	color: #0122e3;
}
.menu-mobile>li.menu-item-has-children>a:after {
    content: "";
    background: #fff url(../images/golDarroW.png)no-repeat;
    background-size: cover !important;
    width: 31px;
    height: 31px;
    margin-top: -3px;
    display: inline-block;
    position: absolute;
    right: 0;
    overflow: hidden;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "";
}
.menu-mobile li.menu-open a:after{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.menu-mobile ul {
	margin-left: 0;
	padding:0px;
}
.menu-mobile>li>ul {
	display: none;
}
.menu-mobile>li.menu-open>ul {
	display: block;
	margin-top: 8px;
}
.menu-mobile ul li {
    font-size: 12px;
    padding-top: 0px;
    text-transform: none;
    padding-left: 10px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
}
.menu-contact {
	margin-top: 15px;
	padding-left: 5px;
	font-size: 14px;
	color: #fff;
}
.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding:0px;
}
.menu-contact ul:first-child li i {
    font-size: 16px;
    margin-right: 10px;
}
.mobile-phone {
	margin-top: 8px;
}
.menu-contact .social-media {
	margin-top: 24px;
	padding-bottom: 48px;
}
.menu-contact .social-media li a{
	color: #fff;
}
header .social-media li a:hover{color:#a4fdcf;}
/*** end menu mobile ***/
/***** MODAL WINDOW ******/
body.has-active-menu {
	overflow: hidden;
}
.menu-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}
.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.9;
}
.mobile-menu-holder {
	position: fixed;
	z-index:0;
	top: 81px;
	right: 0;
	overflow-x: hidden;
	text-align:center;
	width: 100%;
	height: auto;
	background: #fff;
	opacity: 0;
	padding: 0 30px 50px;
	-webkit-transform: translateX(400px);
	-ms-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.mobile-menu-holder.is-active {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
body.has-active-menu .mobile-menu-holder.is-active{
	z-index: 99;
}
.modal-menu-container {
	position: relative;
}
.exit-mobile {
    cursor: pointer;
    padding: 0px;
    display: inline-block;
    margin-top: 22px;
}
.exit-mobile img {
    width: 18px;
}
/* SLIDER */
.home-slider .owl-dots{
	position: absolute;
    right: 10px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-slider .owl-dots button{
	display: block !important;
	outline:none;
}
.home-slider .owl-dots button span{
	border-radius:50px !important;
	background:none !important;
	border:1px solid #fff !important;
}
.home-slider .owl-dots button.active span{
	background:#ffd900 !important;
	border:1px solid #ffd900 !important;
}
.slider-container {
	position: relative;
	overflow:hidden;
}
/* .slider-item-box-bkg {
	height: 100vh;
} */
.slider-img,
.slider-img-v2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.slider-img:before {
	content: '';
	background: rgba(14, 18, 25, 0.5);
	top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.slider-caption {
	/* position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%); */
}
.slider-text {
    padding: 80px 0px;
    padding-left: 80px;
}
.slider-text h1 {
	font-weight:600;
    margin-bottom: 5px;
    font-size: 55px;
	line-height:55px;
	margin-bottom:40px;
}
.slider-text h1 span{
	color:#f6cc2c;
}
.slider-text p {
	font-size:16px;
    padding: 0px;
    margin-bottom: 20px;
}
.center-fixed{
	z-index: 9;
	bottom: 100px;
	margin: auto;
	left: 0;
	right: 0;
}
.green-box{
	background:#00a651;
	color:#fff;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	margin:0px auto 15px;
	padding:6px 20px;
	text-transform:uppercase;
	display:table;
	
}
.slider-text .view-more {
	margin-top: 20px;
}
.slider-img, .slider-img-v2 {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
header .social-media{padding:0px; margin:0px 25px;}
.social-media li {
    display: inline-block;
    font-size: 14px;
    margin-right: 16px;
    margin-bottom: 0;
}
.social-media li:last-child{margin:0px;}
.social-media li a {
    color: #ffffff;
}
.pcsa-field {
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
    width: 80px;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center; */
	border-right: 1px solid #ddd;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pcsa-field img{
	width:18px;
}
.pcsa-field a{
	color:#444;
	font-size:18px;
	width: 80px;
    text-align: center;
    height: 100%;
	display: block;
	padding:36px 15px;
	text-decoration: none;
}
.pcsa-field a:hover img {
    opacity: 0.5;
}
/* .pcsa-field.search, .pcsa-field.user, .pcsa-field.cart{
	padding: 36px 30px
} */
.pcsa-field.search img, .pcsa-field.user img, .pcsa-field.cart img{
	width:24px;
}
.header-social-1 {
	margin: 0px 20px;
}
.pcsa-field.head-cl a img{
	margin-right:5px;
}
@media (max-width: 1024px) {
	
	.nav-button-holder {
		display: block;
	}
	.nav-button-holder button{outline:none; padding: 0px !important;}
	.header-social-1{
		margin-left: 32px;
		flex: 0 0 auto;
	}	
	.main-header{
		/* padding: 16px 0; */
	}
	.slider-text {
		width: 100%;
	}
	
	/* slider v2 */
	
	.slider-holder-v2{
	height: auto;
	flex-wrap: wrap;
	}
	
}
.view-more {
    background: #0122e3;
    margin: 0px;
    padding: 0px 45px 0px 35px;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 13px;
	letter-spacing:0.5px;
    position: relative;
    height: 55px;
	border-radius:50px;
	text-decoration:none;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.view-more:hover {
    background: #011dc7;
    color: #fff;
    text-decoration: none;	
}
.view-more.Aright:hover:after{left:25px;}
.view-more.Aright:after {
    content: "";
    background: url(../images/button-arrow-right.svg)no-repeat;
    width: 20px;
    height: 5px;
	left:15px;
	position:relative;
    background-size: 20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.view-more.Aright.before:after{display:none;}
.view-more.Aright.before{
	padding: 0px 45px 0px 45px;
}
.view-more.Aright.before:before {
    content: "";
    background: url(../images/cartw.svg)no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.view-more.normal{
	padding: 0px 35px 0px 35px;
}
.last-btn a{font-size: 15px;padding: 0px 45px 0px 45px;}
.last-btn a:last-child{margin-left:10px;}
.btn-yellow {
    background: #ffd900;
    margin: 0px;
    padding: 0px 45px 0px 35px;
    color: #333;
	font-weight:700;
    text-transform: capitalize;
    font-size: 13px;
	letter-spacing:0.5px;
    position: relative;
    height: 55px;
	border-radius:50px;
	text-decoration:none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-yellow:hover {
    background: #dfbe00;
    color: #333;
    text-decoration: none;	
}
.btn-yellow.Aright:hover:after{left:25px;}
.btn-yellow.Aright:after {
    content: "";
    background: url(../images/up-arrowDark.svg)no-repeat;
    width: 20px;
    height: 5px;
	left:15px;
	position:relative;
    background-size: 20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cta-number{
	text-align:right;
}
.cta-number small {
    color: #fff;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
}
.cta-number a.tel {
    color: #f6cc2c;
    font-size: 21px;
    font-weight: 700;
}
/* About Us */
.about-col{
	padding-left:10%;
}
.abt-name h4 {
    color: #;
    text-transform: uppercase;
    margin: 0px;
}
.abt-name p{color:#00a651;}
.title-hp.white{
	color:#fff;
}
.list-style {
    padding: 0px;
    margin: 0;
}
.list-style li {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
    padding-bottom: 9px;
}
.list-style li:before {
    content: "\f054";
    font-family: 'FontAwesome';
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 16px;
    color: #fff;
    font-size: 7px;
    text-indent: 1px;
    line-height: 16px;
    background: #0122e3;
    height: 16px;
    margin-right: 15px;
    border-radius: 50px;
    text-align: center;
}
.list-style li a{
	font-weight:500;
}
.list-style.arrow-right li:hover a{
	color:#ac0000;
}
.list-style li:last-child{margin:0px; padding:0px;}
footer {
    position: relative;
    overflow: hidden;
	padding-top:50px;
}
footer h4 {
    margin-bottom: 20px;
}
.list-foot {
	list-style:none;
	padding:0px;
	margin:0px;
}
.list-foot li {    
    margin-bottom: 5px;
}
.list-foot li a {
    font-size: 16px;
    color: #444;
	text-decoration:none;
}
.list-foot li a:hover{
	color:#0122e3;
}
.info{margin:0px;}
.info i {
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    color: #00f260;
    font-size: 16px;
}
.info p, .info a {
    font-size: 16px;
    margin: 0px 0px 5px;
    text-align: left;
}
.info p strong {
    font-weight: 400;
	margin-right:5px;
}
.info a{color:#444;}
.info a.tel{color:#444; }
.foot-li p strong{margin-right:5px;}
.foot-li p a{color:#444;}
footer .social-media{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .social-media a {
    color: #797979;
    margin-right: 7px;
    background: #ffffff;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}
footer .social-media a:last-child{
	margin:0px;
}
.copy-text p {
    color: #22214e;
    font-size: 13px;
    margin: 0;
}
.copy-write{padding: 10px 0px 10px;}
.tearm-condition{color:#fff; font-size:13px;}
.tearm-condition:hover{color:#dadada;}
.copy-write {
    padding: 15px 0px;
    position: relative;
    z-index: 9;
    background: #e7e7e7;
}
/************** Internal pages css **********/
.internal-banner{	
	height:450px;
	position:relative;
}
.internal-banner:after{
	content:"";
	background:#333;
	opacity:0.7;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
}
.internal-banner .container{
	position:relative;
	z-index:1;
}
.internal-banner [class*="col-"] {
    margin: auto 0px 0;
    padding-bottom: 7%;
}
.internal-banner .container, .internal-banner .row{height:100%;}
.internal-banner h2{
	color:#fff;
	font-size:35px;
	text-transform:capitalize;
	letter-spacing:1px;
}
.internal-banner p{
	color:#fff;
	font-size:14px;
	text-transform:capitalize;
	letter-spacing:0px;
	margin:10px 0px 10px;
}
.internal-banner ol.breadcrumb {
    background: none;
    margin: 0;
    text-align: center;
    padding: 0;
    justify-content: center;
}
.internal-banner ol.breadcrumb li, .internal-banner ol.breadcrumb li a{
	color:#fff;
	font-size:15px;
}
.internal-banner ol.breadcrumb li.active a{
	color:#a4fdcf;
}
.breadcrumb-item+.breadcrumb-item::before{
	color:#fff;
	content:\f054;
}
.contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=email] {
    border: none;
    height: 45px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-size: 14px;
}
.contact-form textarea{
	border: none;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-size: 14px;
}
.contact-form input[type=submit]{
	border:none;
	padding:0px 35px;
	height:50px;
}
.list-location li {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.list-location li strong{position:relative;}
/* .list-location li strong:after{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	background:#ddd;
} */
.list-location li:last-child{margin-bottom:0px;}
.list-items{
	margin-bottom:15px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-items div {
    -webkit-flex: 0 0 42px;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    padding: 10px;
    background: #d2e6fa;
    height: 42px;
	margin-right:15px;
}
.list-items p{margin:0px;}
.form-position .row input[type=text], .form-position .row input[type=tel], .form-position .row input[type=email]{
	margin-bottom: 15px;
    background: none;
    border: 2px solid #eee;
	background:none;
    border-radius: 50px;
    font-size: 13px;
    height: 50px;
	padding:0px 25px;
    text-transform: capitalize;
}
.form-position .row input[type=text]::placeholder, .form-position .row input[type=tel]::placeholder, .form-position .row input[type=email]::placeholder, .form-position .row textarea::placeholder{
	color:#fff;
}
.form-position .row textarea{
	margin-bottom: 15px;
    background: none;
    border: 2px solid #eee;
    border-radius: 20px;
	padding:20px 25px;
    font-size: 13px;
    height: 120px;
    text-transform: capitalize;
}
.form-position .row input[type=submit] {
    background:#ffd900 url(../images/up-arrowDark.svg)no-repeat center right 25px;
    border: 0px;
	padding:0px 90px 0px 35px;
    font-size: 15px;
	border:none;
	cursor:pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form-position .row input[type=submit]:hover {	
	background:#dfbe00 url(../images/up-arrowDark.svg)no-repeat;
	background-position: center right 10px;;
}
.none-effect{
	position: static;
    padding: 0;
    transform: inherit;
}
.black-after:before{
	content:"";
	background:#333;
	opacity:0.6;
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
}
.black-after .container{
	position:relative;
	z-index:1;
}
.dark-after:after{
	content:"";
	background:#333;
	opacity:0.9;
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
}
.dark-after .container{
	position:relative;
	z-index:1;
}
.scp-position .row input[type=text], .scp-position .row input[type=tel], .scp-position .row input[type=email]{
	margin-bottom: 15px;
    background: #fff;
    border: 0px solid #eee;
    border-radius: 0px;
    font-size: 13px;
    height: 42px;
    text-transform: capitalize;
}
.scp-position .row textarea{
	margin-bottom: 15px;
    background: #fff;
    border: 0px solid #eee;
    border-radius: 0px;
    font-size: 13px;
    height: 80px;
    text-transform: capitalize;
}
.scp-position .row input[type=submit] {
    border: none;
    text-transform: uppercase;
    padding: 0 35px;
    height: 55px;
}
.black-btn {
    background: #212529;
    border: 0px;
    border-radius: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 45px;
    display: inline-block;
    padding: 0px 25px;
	cursor:pointer;
}
.black-btn:hover {
    background: #0122e3;
    color: #fff;
	text-decoration:none;
}
.fsfy-feature img{
	margin-bottom:15px;
}
.fsfy-feature h3{
	font-size:20px;
}
.fsfy-feature p{margin:0px;}
.popular-items:hover div span{color:#ca2751;}
.popular-items figure{position:relative;}
.client-scroll .popular-items {
    padding: 0px 20px;
}
.client-scroll .popular-items div {
    background: #eeeeee;
    padding: 40px;
    padding-bottom: 160px;
    margin-bottom: 50px;
    position: relative;
}
.client-scroll .popular-items div h2 {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 28px;
}
.client-scroll .popular-items div a {
    color: #0122e3;
    font-weight: 700;
	position:relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
}
.client-scroll .popular-items div a:before {
    content: "";
    background: url(../images/full-arrow-right.svg)no-repeat center;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
}
.client-scroll .popular-items figure {
    margin: auto;
    margin-top: -140px;
	position: absolute;
    left: 0;
    right: 0;
}
.client-scroll .popular-items figure img {
    object-fit: cover;
    height: 135px;
    width: auto;
    margin: auto;
}
.client-scroll .popular-items:hover div{
	background:#ffd900;
}
.polular-section .container-fluid .client-scroll{
	padding:0px 100px;
}
.client-scroll .owl-nav button.owl-prev{
	position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 20px;
    background: #e8e8ed;
    width: 80px;
    height: 50px;
    border-radius: 0px 50px 50px 0px;
	outline:none;
}
.client-scroll .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    right: -20px;
    background: #e8e8ed;
    width: 80px;
    height: 50px;
    border-radius: 50px 0px 0px 50px;
	outline:none;
}
.client-scroll .owl-nav button:hover{
	background:#0122e3 !important;
}
.foot-cener{color:#fff; text-transform:uppercase; letter-spacing:2px; font-size:13px;}
.foot-cener a{color:#fff;}
.breadcrumb {
    background: none;
    padding: 20px 0px 80px;
}
.breadcrumb li.active{color:#fff; ont-size:14px;}
.breadcrumb li a{
	color:#fff;
	opacity:0.5;
	font-size:14px;
}
.inTextB{
	background:#fff;
	padding-top:40px;
}
.inTextB h1{}
.inTextB h5 {
    letter-spacing: 3px;
    font-family: 'Montserrat';
    color: #999;
    font-size: 13px;
}
.inTextB p {
    margin: auto;
    width: 70%;
    color: #444;
    margin-top: 20px;
}
.product-items .popular-items{
	margin-bottom:60px;
}
.product-internal .container{
	padding:0px 80px;
}
.cta-special{
	padding:40px;
}
.cta-special h1{color:#0122e3; margin:0px;}
.cta-special p{color:#fff; margin:0px; text-transform:uppercase; letter-spacing:2px; font-size:14px; font-weight:500;}
.cta-special:after{
	content:"";
	width:100%;
	height:100%;
	background:#000;
	left:0px;
	top:0px;
	position:absolute;
	opacity:0.5;
}
.cta-special #countdown ul{margin:0px;}
.cta-special #countdown li{
	color:#fff;
}
.after-bgTP:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 382px;
    background: url(../images/internal-bg.jpeg)no-repeat center top;
	background-size:cover;
    z-index: -1;
}
.after-bgTP:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 382px;
	opacity:0.5;
    background: #342c27;
}
.after-bgTP .container{z-index:9; position:relative;}
.pink-smbtn {
    background: #ca2751;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}
.span-first span:first-child{
	margin-right:15px;
}
.select-extras select{
	width:100%;
	height:45px;
	font-size:14px;
	border:1px solid #0122e3;
	border-radius:2px;
	margin-bottom:15px;
	padding:0px 15px;
	text-transform:uppercase;
	outline:none;
	background:#fff url(../images/golDarroW.png)no-repeat right 10px center;
	background-size:18px;
	-webkit-appearance:none;
}
.addto-btn{
	background: #212529;
    border: 0px;
    border-radius: 0px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    line-height: 45px;
    display: inline-block;
    padding: 0px 25px;
}
.addto-btn:hover {
    background: #0122e3;
    color: #fff;
    text-decoration: none;
}
.detail-boxTB{
	border:1px solid #ddd;
}
.detail-boxTB li button {
    outline: none;
    cursor: pointer;
    background: none;
    border-radius: 0 !important;
    line-height: 55px;
    padding: 0px 20px;
    font-size: 16px;
    border-top: 0px !important;
}
.detail-boxTB li button.active{
	color:#0122e3 !important;
}
/* .detail-boxTB li:last-child button {
	border:none;
} */
.grey-box{
	padding:30px 30px 20px;
	background:#ececec;
}
.grey-box ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}
.grey-box li {
    margin-bottom: 15px;
    list-style: none;
    -webkit-flex: 0 0 16.666%;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    font-size: 16px;
}
.detail-Fullbx{
	border:1px solid #ddd;
}
.perfecD{
	padding:60px 25px;	
}
.points h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom:20px;
}
.points p{
	font-size:13px;
}
.assemblyT h4{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
    font-weight: 600;
	font-size:16px;
	margin-bottom:20px;
}
.review-box{
	background: #f9f9f9;
    padding: 20px;
    width: 19%;
}
.review-box h4{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	font-size:16px;
	margin-bottom:20px;
}
.stars i {
    background: green;
    color: #fff;
    font-size: 9px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    margin-right: 2px;
}
.TP-section{
	background:#fff; padding: 40px 40px 0;
}
.support p, .support a {
    font-size: 14px;
    margin: 0px;
	color:#444;
    text-align: left;
}
.support p strong {
    color: #00f260;
    font-weight: 400;
}
.support-form input[type=text], .support-form input[type=tel], .support-form input[type=email] {
    margin-bottom: 15px;
    border: none;
    border-radius: 0px;
    background: #ececec;
    height: 45px;
    font-size: 14px;
	padding:0px 15px;
}
.support-form textarea{
	margin-bottom: 25px;
    border: none;
    border-radius: 0px;
    background: #ececec;
    height: 100px;
    font-size: 14px;
	padding:20px 15px;
}
.support-form input[type=submit]{
    border: none;
    border-radius: 0px;
    background: #0122e3;
	color:#fff;
    height: 45px;
    font-size: 14px;
	cursor:pointer;
	padding:0px 15px;
}
.support-form input[type=submit]:hover{
	background:#222;
}
.sidebar-filter{
	background:#212529;
	padding:30px 5px;
	border-radius:0px;
}
.sidebar-filter .card {
    background: none;
    border: none;
}
.sidebar-filter .card-header {
    background: none;
    border: none;
    padding: 5px 19px;
}
.sidebar-filter .card-header h5{
	font-family: 'Montserrat', sans-serif;
    
}
.sidebar-filter .card-header h5 button {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    width: 100%;
    text-align: left;
	position:relative;
}
.sidebar-filter .collapse{
	color:#fff;
}
.sidebar-filter .card-body{padding-top:10px;}
.sidebar-filter .card-header h5 button.collapsed:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/golDarroW.png)no-repeat center;
    position: absolute;
    right: 0px;
    background-size: 24px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	
}
.sidebar-filter .card-header h5 button:after{
	content: "";
    width: 24px;
    height: 24px;
    background: url(../images/golDarroW.png)no-repeat center;
    position: absolute;
    right: 0px;
    background-size: 24px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.col-fourB{margin-bottom:30px;}
.col-fourB h1{margin-bottom:30px;}
.col-fourB strong{
	margin-bottom:15px;
}
.gold-circle div{
	padding-left:35px;
	position:relative;
}
.gold-circle div:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 2px solid #0122e3;
    position: absolute;
    left: 0;
    top: 0;
}
.offer-area {
    padding: 80px 80px;
    position: relative;
    overflow: hidden;
}
.offer-area small{color:#ffd900; font-size:17px;}
.offer-area h1{
	color:#fff;
}
.offer-area span:last-child {
    position: relative;
}
.offer-area span:last-child:after {
    content: "";
    background: url(../images/wave.svg) no-repeat;
    background-size: 140px;
    width: 140px;
    height: 29px;
    position: absolute;
    bottom: -30px;
    right: -40px;
}
.compositelayer {
    position: absolute;
    left: 180px;
    bottom: -50px;
}
.compositelayer img {
    width: 270px;
}
.testimonial-section figure {
    /* position: absolute; */
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: table;
	margin-bottom:40px;
}
.testimonial-items p {
    font-size: 19px;
    font-weight: 700;
    padding: 0px 40px;
}
.testimonial-items h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 0;
}
.testimonail .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    left: -100px;
    background: #0122e3;
	color:#fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    outline: none;
}
.testimonail .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    right: -100px;
    background: #0122e3;
	color:#fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    outline: none;
}
.blogger{
	padding:0px;
}
.blogger div{
	position:absolute;
	bottom:30px;
	left:30px;
}
.blogger div span{
	margin:0px;
	color:#fff;
}
.blogger div h2{
	margin:0px 0px 15px;
	font-size:28px;
	color:#fff;
}
.blogger div a {
    color: #fff;
    font-weight: 700;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.blogger div a.small-icon:before {
    content: "";
    background: url(../images/full-arrow-right.svg)no-repeat center;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
}
.blogger.if-dark div{position:static;}
.blogger.if-dark div h2{
	color:#23214e;
}
.blogger.if-dark div span{color:#0122e3; font-weight:600; text-transform:capitalize; margin-bottom:10px;}
.blogger.if-dark div p{color:#444; font-weight:600; text-transform:capitalize; margin-bottom:10px;}
.blogger.if-dark div a{color:#0122e3;}
.blogger.if-dark {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.lastC-mbn .blogger:last-child{
	margin-bottom:0px;
	padding:0px;
	border:none;
}
.featureP{
	border:1px solid #fff;
}
.featureP:hover{
	border:1px solid #0122e3;
}
.featureP .productText {
    padding: 0px 30px 30px;
    min-height: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.featureP div h4{
	margin-bottom:5px;
}
/* .featureP div p {
    margin: 40px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
} */
.featureP .owl-dots{
	text-align:left;
	padding:0px;
	position:absolute;
	bottom:30px;
	left:30px;
}
.featureP:hover .view-eye {
    display: block !important;
    position: absolute;
    right: 50px;
}
.proDslide .owl-dots button{
	outline:none;	width:auto;
}
.proDslide .owl-dots button span{
	background:none !important;
	border:1px solid #0122e3;
	margin: 0px 2px !important;
}
.proDslide .owl-dots button.active span{
	background:#0122e3 !important;
	border:1px solid #0122e3;
}
.newF{margin-bottom:15px;}
.newF span {
    background: #0122e3;
    padding: 3px 8px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
	text-transform: uppercase;
    font-weight: 700;
}
.featureP .productText .price {
    margin-top: auto;
}
.featureP .productText .price p {
    margin: 0;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    text-decoration: line-through;
    margin-right: 11px;
    font-weight: 300;
}
.featureP .productText .price strong {
    background: #ffd900;
    padding: 4px 12px;
    font-weight: 900;
}
.productText .newF.ifD{display:none;}
.productText .price.ifD p{text-decoration: none; font-weight:600;}
.productText .price.ifD strong{display:none;}
.proDslide .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    background: #0122e3;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    outline: none;
}
.proDslide .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    background: #0122e3;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    outline: none;
}
.featureP .owl-nav button{visibility:hidden;}
.featureP:hover .owl-nav button{
	visibility:visible;
}
.discountOF {
    text-align: right;
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 3;
}
.discountOF span {
    background: #0122e3;
    padding: 3px 8px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
	margin-bottom:5px;
	text-transform: uppercase;
    font-weight: 700;
}
.clus-now {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top:20px;
	margin-bottom: 50px;
}
.clus-now a {
    color: #444;
    font-size: 22px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.clus-now img {
    width: 28px;
    margin-right: 5px;
}
.newsletter form{
	display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
.newsletter span[data-name=your-email]{
	width: 80%;
	margin-right: 15px !important;
}
.newsletter input[type="email"] {
    border: 2px solid #23214e;
    height: 55px;
	width: 100%;
    border-radius: 50px;
    font-size: 14px;
    padding: 0px 25px;
    margin: 0;    
}
.newsletter input[type=submit]{
	background:#0122e3 url(../images/button-arrow-right.svg)no-repeat center;
	background-size: 20px;
	border-radius:50px;
	height:55px;
	width:120px;
	border:none;
	outline:none;
	cursor:pointer;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.newsletter input[type=submit]:hover{
	background-position:center right 20px;
}

.socialF li{margin-right:10px;}
.payment {
    list-style: none;
    padding: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}
.payment li{margin-right:5px;}
.payment li:last-child{margin:0px;}
.writeUs h1{
	color:#fff;
	font-family: 'Mulish', sans-serif;
	font-weight:500;
}
.writeUs a {
    color: #fff;
    font-family: 'Mulish', sans-serif;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
}
.writeUs a i{margin-right:10px; color:#ffd900;}
.aboutTypo div{
	align-items:baseline;
}
.aboutTypo div span {
    color: #0122e3;
    font-size: 20px;
    font-weight: 700;
    margin-right: 25px;
}
.popup-video:before {
    content: "";
    width: 100px;
    height: 100px;
    background: url(../images/video.svg)no-repeat center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.arrow-none .owl-nav{
	display:none;
}
.arrow-none .testimonial-items p{
	padding:0px;
}
.lastC-mbn .blogger:last-child {margin: 0;}
p:last-child {
    margin: 0;
}
.singleDe .first-col p{
	padding:0px 80px;
}
.singleDe .first-col ul {
    padding: 0px 98px;
}
.backTo{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	color:#0122e3;
}
.backTo img{
	margin-right:10px;
}
.col-singleP p{
	font-size:10px;
}
.Rtypesingle h2{
	margin:0px;
	margin-top:15px;
}
.Rtypesingle h4{
	margin:0px;
	margin-bottom:15px;
	margin-top:15px;
	text-transform:uppercase;
}
.mSize{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	padding:0px;
	padding-left:22px;
}
.mSize li {
    margin-right: 30px;
    font-size: 13px;
    font-weight: 500;
}
.mSize li:last-child{
	margin:0px;
}
.price_sp p{
	margin: 0;
    font-size: 22px;
    font-family: 'Lexend', sans-serif;
    text-decoration: line-through;
    margin-right: 11px;
    font-weight: 300;
}
.price_sp strong{
	background: #ffd900;
    padding: 4px 12px;
    font-weight: 800;
	font-size: 24px;
}
.info-ProD ul {
    padding: 0px 15px;
    list-style: none;
	margin-right:25px;
}
.info-ProD ul li {
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
}
.info-ProD ul li:before {
    content: "";
    background: url(../images/check.svg)no-repeat top 6px left 0px;
    background-size: 13px;
    width: 16px;
    height: 15px;
    margin-right: 4px;
}
.slide-down a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
    color: #0122e3;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
	text-decoration:none;
	
}
.slide-down a:last-child{margin-bottom:0px;}
.slide-down a img{margin-right:10px;}
.addi-pf {
    background: #eeeeee;
    padding: 30px;
    cursor: pointer;
}
.addi-pf h4 {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}
.iConza{margin-top:auto;}
.iConza a {
    width: 60px;
    height: 60px;
    background: #0122e3;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iConza a:last-child{
	margin-left:5px;
}
.addi-pf form label {
    font-weight: 600;
    font-size: 15px;
    margin-left: 15px;
}
.addi-pf form div{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items:baseline;
}
.last-child-col div[class^="col"]{margin-bottom:30px;}
.protabD{
	width:100%;
}
.protabD .nav-link {
    border: 1px solid #ddd;
    height: 55px;
    line-height: 55px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    font-family: 'Lexend', sans-serif;
    margin-bottom: 10px;	
	background:url(../images/arrow_right.svg)no-repeat right 20px center;
	background-size:16px;
	border-radius:0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.protabD .nav-link.active{
	background:#0122e3 url(../images/aRw.svg)no-repeat right 20px center;
	background-size:18px;
	color:#fff;
}
.here-infomation dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 18px;
    margin-bottom: 5px;
}
.here-infomation dl dt{
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	font-weight:400;
}
.here-infomation dl dd{
	font-family: 'Lexend', sans-serif;
}
.protabD .aboutTypo .backTo {
    justify-content: inherit;
    margin-bottom: 30px;
}
.protabD .aboutTypo {
    margin-left: 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.protabD .aboutTypo:last-child {
    border: none;
    padding: 0px;
    margin-bottom: 0;
}
.protabD .aboutTypo:last-child p{
	margin:0px;
}
.protabD .aboutTypo .backTo {
    justify-content: inherit;
    margin-top: 15px;
}
.protabD .aboutTypo h2{
	font-weight:500;
	font-family: 'Mulish', sans-serif;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9;
  background-color:#000000;
  display:none;
}  
#boxes .window {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 500px;
    display: none;
    z-index: 9999;
    text-align: center;
}
#boxes #dialog {
  padding:40px;
  background-color:#ffffff;
  font-size: 15pt;
}
.maintext button.close {
    color: #0122e3;
    opacity: 1;
	outline:none;	
	right: 15px;    
	top: 10px;    
	color: #000;    
	font-size: 20px;    
	width: auto;	
	-webkit-transition: all 0.3s;    
	-moz-transition: all 0.3s;    
	-ms-transition: all 0.3s;    
	-o-transition: all 0.3s;    
	transition: all 0.3s;
}
.maintext button.close:hover{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	color:#0122e3;
}
.maintext{
	text-align: center;
	text-decoration: none;
}
.maintext p{font-size:14px;}
/*.whenShow {    
    margin-top: 30px;
    width: 1110px;
}*/
.whenShow {
    margin-top: 30px;
    padding: 0px;
    z-index: 1;
    width: calc(1170px - 17px*2);
}
.cart .col-lg-4:nth-child(3n+2) .whenShow {
    left: -108%;
    position: relative;
}
.cart .col-lg-4:nth-child(3n) .whenShow {
    right: 216%;
    position: relative;
}

.whenShow .card-body{
	background: #eeeeee;
	border:none;
	border-radius:0px;
	padding:40px;
}
.whenShow .card-body h2{
	font-weight:500;
	font-family: 'Mulish', sans-serif;
}
.accordion-tbs .card {
    border-radius: 0px;
    margin-bottom: 15px;
}
.accordion-tbs .card-header {
    padding: 0px;
    background: none;
}
.accordion-tbs .card-header button.btn.collapsed{
    /* border: 1px solid #ddd; */        
    border-radius: 0px;
	color:#444;
	background:url(../images/arrow_right.svg)no-repeat right 20px center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-tbs .card-header button.btn{
	height: 55px;
    line-height: 55px;
    padding: 0px 20px;
	margin:0px;
    font-size: 16px;
    font-weight: 500;
    color: #444;
	border-radius: 0px;
    font-family: 'Lexend', sans-serif;	
	text-decoration: none;
	width:100%;
	text-align:left;
	color:#fff;
	background:#0122e3 url(../images/aRw-D.svg)no-repeat right 20px center;
 }
 
.cenTcta{
	padding: 60px 25px;
	height: 100%;
}
.cenTcta .compositelayer {
    left: -75px;
    bottom: -36px;
    z-index: 0;
}
.cenTcta .btn-yellow{
	margin-top: 80px;
    z-index: 1;
    padding: 0px 40px 0px 30px;
}
.cenTcta span:last-child:after{right: 0;}
.title-btn{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.blogger figure{
	position:relative;
}
.blogger figure:after{
	content:"";
	background:#0122e3;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.8;
}
.blogger div{z-index:9;}
.inspired p {
    font-weight: 700;
	font-family: 'Lexend', sans-serif;
}
.when-showBox {
    background: #fff;
    width: 100%;
    padding: 40px 0px;
    border-top: 1px solid #ddd;
    position: absolute;
    z-index: 2;
}
.search-bar input[type=text] {
    border: 2px solid #23214e;
    height: 55px;
    border-radius: 50px;
    font-size: 14px;
    padding: 0px 25px;
    margin: 0;
    margin-right: 15px;
}
.search-bar input[type=submit]{
	color:#fff;
	background:#0122e3 url(../images/button-arrow-right.svg)no-repeat right 20px center;
	background-size: 20px;
	border-radius:50px;
	height:55px;
	padding: 0px 75px 0px 25px;
	border:none;
	outline:none;
	cursor:pointer;
	position:relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search-bar input[type=submit]:hover{
	background-position:center right 15px;
}
.when-showadmin {
    position: absolute;
    top: 102px;
    z-index: 2;
    background: #efefef;
    right: 0;
    width: 230px;
    list-style: none;
    padding: 0;
    text-align: left;
}
.when-showadmin li {
    border-bottom: 1px solid #ddd;
}
.when-showadmin li a {
    line-height: 40px;
    display: block;
    font-size: 14px;
	text-transform:uppercase;
    padding: 0px 16px;
	text-decoration:none;
}
.when-showadmin li a:hover{
	color:#0122e3;
}
.pcsa-field.user:hover .when-showadmin{display:block !important;}

#shotby {
    line-height: 60px;
    color: #222;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0px 25px;
    width: 90%;
}
#shotby img {
    margin-right: auto;
    width: 24px;
}

.catergories {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.catergories form{
	margin:0px !important;
}
.catergories span{font-weight: 400; color: #666; margin-right:5px;}
.catergories form select {
    background: none;
    padding: 0px;
    border: none;
    font-size: 13px;
    width: 80%;
    outline: none;
}
.Product-filter-outer.yelloowbg .yellow-bg img {
    width: 16px !important;
}

/* .catergories li{
	padding:0px 25px;
}
.catergories li a {
    color: #222;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
    line-height: 60px;
    display: block;
}
.catergories ul.submenu {
    display: none;
    position: absolute;
    background: #ffd900;
    width: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    padding: 0px;
	z-index:99;
}
.catergories li:hover ul.submenu {
    display: block;
    list-style: none;
}
.catergories li:hover ul.submenu li{
	text-align:left;
	padding:0px;
}
.catergories li:hover ul.submenu li a{
	text-align:left;
	line-height: 45px;
    border: none;
	padding:0px 15px;
	border-bottom:1px solid #ebc907;
}

.catergories:hover{text-decoration: none; color:#222;}

.catergories img {
    margin-left: 5px;
    position: relative;
} */


.my_account_login_register_outer form {
    border: none !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
}
.my_account_login_register_outer input[type="text"], .my_account_login_register_outer input[type="password"], .my_account_login_register_outer input[type="email"]{
    height: 45px;
    background: #ffffff80 !important;
    border: none;
    padding: 0px 20px;
    border-radius: 50px;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
}

.Flogregister{
	background:#D9D9D9; padding: 50px; margin: 0px 100px;
}
.lost_password a{color:#444;}

.discount .proDslide figure img{
	object-fit:cover;
	height: 200px !important;
}
.xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt{font-style: inherit !important;}

.edit-account input[type=text], .edit-account input[type=email], .edit-account input[type=password]{
    border-radius: 0;
    border: 2px solid #99999970;
    height: 40px;
    padding: 0px 15px;
}
.edit-account fieldset p{
	display:block !important;
}

.edit-account input[type=text], .edit-account input[type=email], .edit-account input[type=password]{
    border-radius: 0;
    border: 2px solid #99999970;
    height: 40px;
    padding: 0px 15px;
}

.flex-control-thumbs{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-control-thumbs li {
    border: 1px solid #ffd900;
    margin-right: 5px !important;
}
.flex-control-thumbs li:last-child{margin:0px !important;}

.logged-in section .addresses header{padding: 0px;}
.logged-in section form .form-row{display:block;}
.logged-in section form .form-row input[type=text], .logged-in section form .form-row input[type=email], .logged-in section form .form-row input[type=password], .logged-in section form .form-row select, .logged-in section form .form-row input[type=tel]{
	border-radius: 0;
    border: 2px solid #99999970;
    height: 40px;
    padding: 0px 15px;
}
.logged-in section form .form-row .select2-container .select2-selection--single{
	border-radius: 0px !important;
	border: 2px solid #99999970;
}

.nordic_cart_outer:first-child {
    margin-top: 15px;
}
.nordic_cart_outer .variation-Baseprice{display:none;}
.nordic_cart_outer {
    position: relative;
    padding-bottom: 18px;
}

body.xoo-wsc-cart-active .xoo-wsc-pname {
    margin-bottom: 35px;
}
/* body.xoo-wsc-cart-active .nordic_cart_outer:first-child h5:before, body.xoo-wsc-cart-active .nordic_cart_outer:first-child h5:after{display:none;} */

.nordic_cart_outer h5 {
    font-size: 14px;
    color: #0122e3;
    padding-top: 0px;
    margin-bottom: 5px;
}
.nordic_cart_outer h5:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #5f5f7f;
    position: absolute;
    left: -37px;
    top: 7px;
}
.nordic_cart_outer {
	position:relative;
}
.nordic_cart_outer:after {
    content: "";
    position: absolute;
    left: -38px;
    top: 8px;
    height: 100%;
    width: 1px;
    background: #5f5f7f;
}
.nordic_cart_outer:last-child:after{
	content: "";
	display:none;
}
.nordic_cart_outer:last-child{padding-bottom:0px;} 


/**** CSS sTyle FoMr ****/

.byPE .radioNodic{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin: 0px -15px;
}
.byPE .radioNodic span {
    margin: 0px !important;
    width: 50%;
    padding: 0px 15px;
}
.byPE .radioNodic label{
	width: 100%;
	text-align: center;
}

.nodicFm .img-responsive {
    width: 100px;
    margin-bottom: 20px;
}
.nodicFm p{
	font-size: 16px;
	font-weight: 600;
}
.nodicFm input[type=text], .nodicFm input[type=tel], .nodicFm input[type=email] {
    height: 55px;
	margin-bottom:15px;
    border-radius: 50px;
    padding: 0px 25px;
    border-width: 2px;
    text-align: center;
    font-weight: 600;
    color: #333;
}

.action-button {
    background: #0122e3 !important;
    padding: 0px 35px 0px 35px !important;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600 !important;
    height: 55px;
    border-radius: 50px !important;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none !important;
    margin: 30px auto 0 !important;
    max-width: 350px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stepsdts{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0px 25px;
}
.stepsdts span {
    width: 13px;
    height: 13px;
    border-radius: 50px;
    border: 1px solid #ddd;
    margin: 0px 2px;
}

.nodiccol3 .radioNodic{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	/* margin:0px -15px; */	
}
.nodiccol3 .radioNodic span.wpcf7-list-item {
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 0px 10px;
    margin: 0;
}
.nodiccol3.five .radioNodic span.wpcf7-list-item {
	-webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.radioNodic {
    margin-top: 30px;
    display: block;
    margin-bottom: 20px;
}
.radioNodic label {
    margin: 0px;
	color:#0122e3;
    border: 1px solid #0122e3;
    padding: 15px 25px;
    border-radius: 50px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
	width:100%;
}
.nodiccol3 .radioNodic label{
	border-radius: 25px;
	padding-top:0px;
}

.radioNodic span.wpcf7-list-item:last-child{margin-right:0px;}
.nodiccol3 .radioNodic input[value^="up"] + span:before {
    content: "\e907";
    font-family: 'icomoon';
    display: block;
    font-size: 34px;
}

.nodiccol3 .radioNodic input[value^="50"] + span:before {
    content: "\e900";
    font-family: 'icomoon';
    display: block;
    font-size: 34px;
}

.nodiccol3 .radioNodic input[value^="more"] + span:before {
    content: "\e904";
    font-family: 'icomoon';
    display: block;
    font-size: 34px;
}
.nodiccol3 .radioNodic input[value^="Guest"] + span:before {
    content: "\e901";
    font-family: 'icomoon';
    display: block;
    font-size: 34px;
}
.nodiccol3 .radioNodic input[value^="Home"] + span:before {
    content: "\e903";
    font-family: 'icomoon';
    display: block;
    font-size: 34px;
}
.nodiccol3 .radioNodic input[value^="Storage"] + span:before {
    content: "\e906";
    font-family: 'icomoon';
    display: block;
    font-size: 34px;
}
.nodiccol3 .radioNodic input[value^="Gym"] + span:before {
    content: "\e902";
    font-family: 'icomoon';
    display: block;
    font-size: 34px;
}
.nodiccol3 .radioNodic input[value^="Other"] + span:before {
    content: "\e905";
    font-family: 'icomoon';
    display: block;
    font-size: 34px;
}

.radioNodic label input[type=radio] {
    -webkit-appearance: none;    
}
.radioNodic input[type=radio]:checked:after {
    content: "";
    background: #0122e3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.radioNodic input[type=radio]:checked + span{
	color:#fff;
}
.radioNodic span + input[type=radio]:checked{
	color:#fff;
	display:block;
}

div[id^="wpcf7-f502"] button.cf7mls_back {
    color: #fff;
    max-width: 200px;
	position:relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
}
div[id^="wpcf7-f502"] button.cf7mls_back:before{
	content:"";
	background:url(../images/icon_back.svg)no-repeat;
	width:16px;
	height:16px;
	margin-right:5px;
	background-size: contain;
}

div[id^="wpcf7-f502"] button.cf7mls_back {
    order: 1;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cf7mls_back.action-button{
	background: none !important;
    color: #0122e3 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    height: auto;
}

.label-column .radioNodic span.wpcf7-list-item{
	display:block;
}
.label-column .radioNodic label{width:100%; text-align: center;}

.check-offer label span {
    display: none;
}
.check-offer label input[type=checkbox] {
    -webkit-appearance: none;
    position: relative;
    margin: 0;
    margin-right: 10px;
    border: 2px solid #2a2a2ad4;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	top: 2px;
}
.check-offer label input[type=checkbox]:checked:after {
    content: "\f00c";
	font-family:'FontAwesome';
	position: absolute;
	color: #0122e3;
}
.check-offer .wpcf7-list-item {
    margin: 0px;
}
.check-offer .wpcf7-list-item label {
    margin: 0px;
}
.pa-blck a {
    color: #333;
    font-weight: 800;
}

.rsfcf_double-label-slider.ui-slider .ui-slider-handle{
	width: 30px !important;
    height: 30px !important;
    margin-top: -9px !important;
	background: #0122e3 !important;
}
.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {
    width: auto !important;
    padding: 12px 15px;
    margin-left: -43px !important;
    top: -50px !important;
    left: 50% !important;
    height: auto !important;
    line-height: normal !important;
    background: none !important;
    border-radius: 50px !important;
    font-family: 'Lexend', sans-serif;
    font-size: 13px !important;
    color: #333 !important;
}
.rsfcf_double-label-slider.ui-slider .ui-slider-pip .ui-slider-line {
    display: none;
}
.ui-widget.ui-widget-content {border: 1px solid #e5e8fc !important;}

.ui-slider-pip-first {
    position: relative !important;
    width: auto !important;
    margin: 0 !important;
    top: 20px !important;
}
.ui-slider-pip-first .ui-slider-label{
	margin-left: 0px !important;
	padding:0px !important;
	width:auto !important;
	font-size: 14px;
    font-weight: 500;
}

.ui-slider-pip-last {
    left: inherit !important;
    width: auto !important;
    margin: 0 !important;
    top: 20px !important;
    right: 37px !important;
}
.ui-slider-pip-last .ui-slider-label{
	margin-left: 0px !important;
	padding:0px !important;
	width:auto !important;
	font-size: 14px;
    font-weight: 500;
}