html {
	margin: 0;
	padding: 0;
}
body {
	color: #525252;
	font-size: 24px;
	line-height: 1.333;
	font-weight: 400;
}
p {
	margin-bottom: 1.5em;
}
button,
input,
select,
optgroup,
textarea {
	outline: none;	
}
@font-face {
	font-family: 'josefin_sansbold';
	src: url('../fonts/josefinsans-bold-webfont.woff2') format('woff2'),
	url('../fonts/josefinsans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'josefin_sansregular';
	src: url('../fonts/josefinsans-regular-webfont.woff2') format('woff2'),
	url('../fonts/josefinsans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus{
	outline: none;	
}
a, a:focus {
	outline: none;
}
b, strong{
	font-family: 'josefin_sansbold';
}
img {
	border: 0;
}
*:hover{
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.form-control:focus, .btn-primary.focus, .btn-primary:focus{
	box-shadow: none;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	width: .7em;
	height: .7em;
}
body,
button,
input,
optgroup,
select,
textarea
{
	font-family: 'josefin_sansregular';
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'josefin_sansbold';
}
.btn.btn-primary{
	border: 3px solid #01257c;
	color: #3a3c3e;
	font-size: 1.111em;
	background: none;
	border-radius: 0;
	padding: .315em 1.1em;
	text-decoration: none;
}
.btn.btn-primary:hover{
	background: #01257c;
	color: #fff;
}
.btn.btn-primary:hover i.btn-arrow{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.btn.btn-primary.white{
	border: .12em solid #ffffff;
	color: #fff;
}
.btn.btn-primary.white:hover{
	background: #fff;
	color: #01257c;
}
.header-main {
	padding: 2em 0 1.5em;
	background: url(../img/header-border.png) left bottom no-repeat;
	background-size: 100%;
}
.header-left {
	float: left;
	text-align: left;
	position: relative;
	z-index: 1;
}
.header-right {
	float: right;
	text-align: right;
	margin: 18px 0 0 0;
	position: relative;
	z-index: 1;
}
.logo-main {
	position: absolute;
	left: 0;
	top: 2em;
	margin: 0 auto;
	right: 0;
	width: 17%;
	text-align: center;
}
.logo-main img{
	max-width: 100%;
	position: relative;
	z-index: 1;
	width: 100%;
}
.search-icon{
	max-width: 256px;
	max-height: 256px;
	background: url(../img/searc-icon.png) 0 0 no-repeat;
	width: 29px;
	height: 29px;
	display: inline-block;
	background-size: cover;
	display: inline-block;	
	margin: 0;
	cursor: pointer;
}
form.header-search {
	background: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
	transition: all 1s ease-in-out;
	width: 0;
	overflow: hidden;
	transition-property: width;
	transition-duration: 1s;
	transition-delay: 0s, 1s;
	position: absolute;
	right: 0;
	top: -.6em;
}
form.header-search.open{
	width: 15em;
}

form.header-search .form-control {
	border: 0;
	padding: .5em 1em;
	font-size: 1em;
	width: 100%;
}
form.header-search .btn.btn-primary{
	border: 0;
	font-size: 1em;
	background: #01257c;
	color: #fff;
	margin: 0;
	padding: 20px 12px 15px;
	line-height: normal;
}
.header-left a{
	font-size: 1.222em;
	color: #01257c;
	text-decoration: none;
}
.header-left span{
	font-size: 1.333em;
	font-family: 'josefin_sansbold';
}
.header-main .navbar {
	margin: 0;
	padding: 4.5em 0 0;
	list-style: none;
	display: block;
	text-align: center;
}
.header-main .navbar ul{
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.header-main .navbar li{
	display: inline-block;
	padding: 0 0.72em 12px;
	position: relative;
}
.header-main .navbar li .sub-menu { 
	visibility: hidden; /* hides sub-menu */
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0.72em;
	width: 240px;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	background: #01257c;
}
.header-main .navbar li .sub-menu li{
	width: 100%;
	display: inline-block;
	text-align: left;
	padding: 0.4em 0.72em 0.4em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-main .navbar li .sub-menu li a { 
	color: #ffffff;
	text-align: left;
}
.header-main .navbar li:hover .sub-menu {
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.header-main .navbar li .sub-menu a:hover:after, .header-main .navbar li .sub-menu .active a:after {
	transform: scaleX(0);
	transform-origin: 0% 50%;
}
.header-main .navbar li a{
	color: #888888;
	font-size: 0.945em;
	font-weight: 400;
	margin: 0;
	text-decoration: none;	
	letter-spacing: .5px;
	position: relative;
	display: block;
}
.header-main .navbar li a:hover, .header-main .navbar li.active a{
	color: #01257c;
}
.header-main .navbar li a:after, .header-main .navbar li.active a:after {
	content: '';
	border-bottom: solid 2px #01257c;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	transform-origin: 100% 50%;
	position: absolute;
	bottom: -10px;
	width: 100%;
	left: 0;
}
.header-main .navbar li a:hover:after, .header-main .navbar li.active a:after {
	transform: scaleX(1);
	transform-origin: 0% 50%;
}
.home-owl-carousel {
	position: relative;
}
.home-owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.home-owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.home-owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.home-owl-carousel .caption-wrap{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	bottom: auto;
	text-align: center;
	position: absolute;
}
.home-owl-carousel .owl-carousel{
	padding: 0;
}
.home-owl-carousel .caption-wrap h1{
	font-size: 3.333em;
	font-family: 'josefin_sansbold';
	text-transform: uppercase;	
	color: #fff;
}
.home-owl-carousel .caption-wrap h2{
	font-size: 2.333em;
	font-weight: 300;
	margin: 0 0 .4em;
	color: #fff;
}
.home-owl-carousel .caption-wrap h1 .badge{
	color: #01257c;
	line-height: 1;
	background: #fff;
	padding: .2em .2em .16em;
	vertical-align: initial;
	border-radius: 0;
	font-size: 100%;
	margin-right: 5px;
}
.home-owl-carousel .owl-nav{
	display: none;
}
.home-owl-carousel .item{
	background: #01257c;
	position: relative;
}
.home-owl-carousel .item img{
	opacity: .3;
	max-width: 100%;
	width: 100%;
}
.home-owl-carousel .owl-dots{
	bottom: 40px;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.home-owl-carousel .owl-dot{
	width: 2em;
	height: .15em;
	border-radius: 0;
	background: #ffffff;
	transition: width 110ms ease-in-out;
	border: 0;
	margin: 0 6px;	
	cursor: pointer;
}
.home-owl-carousel .owl-dot.active{
	width: 2.5em;
}
.home-owl-carousel .owl-dot.active, .home-owl-carousel .owl-dot:hover{
	background: #c9e3e8;
}
.section{
	padding: 3.333em 0;
}
.inner-title span em{
	color: #01257c;
	font-style: normal;
}
.inner-title:before {
	content: attr(title)'';
	top: 0;
	left: 0;
	right: 0;
	color: #f5f5f5;
	font-size: 2.375em;
	display: block;
	text-align: center;
	margin: auto;
	z-index: -1;
	position: relative;
	line-height: .8;
}
.inner-title span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: inline-block;
	padding: 0;
	width: 100%;
}
.contant-main{
	background: url(../img/body-main-bg.png) right top no-repeat;
}
i.btn-arrow{
	background: url(../img/btn-arrow.png) right center no-repeat;
	width: 2em;
	height: 1em;
	display: inline-block;
	vertical-align: top;
	margin: .2em 0 0 10px;
	background-size: cover;
}
.border-img {
	position: relative;
	padding: 0 0 0 1.5em;
}
.border-img:before{
	background: url(../img/img-flower.png) 0 0 no-repeat;
	right: -9em;
	top: -7.5em;
	height: 18.444em;
	width: 18.444em;
	content: '';
	position: absolute;
	z-index: -1;
	opacity: .4;
	background-size: cover;
}
.border-img:after{
	border:11px solid #01257c;
	right: 30px;
	top: 30px;
	height: 100%;
	width: 94%;
	content: '';
	position: absolute;
	z-index: -1;
}
.border-img img{
	width: 100%;
	border: 7px solid #fff;
}
.home-product .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.home-product .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.home-product .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.home-product .owl-item .item{
	position: relative;
	background: #000;
	overflow: hidden;
}
.home-product .owl-item .item:hover img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.home-product .owl-item .item img{
	opacity: .5;
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.home-product .owl-item .item .info{
	left: 50%;
	position: absolute;
	top: 50%;
	opacity: 1;
	background: none;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	color: #fff;
}
.home-product .owl-item .item .info h2{
	text-transform: uppercase;
	margin: 0;
	font-size: 2em;
	font-family: 'josefin_sansbold';
}
.home-product .owl-item .item .info p{
	margin: 0;
	font-size: 1.111em;
}
.home-product {
	padding: 0 20px;
	position: relative;
}
.home-product .owl-dots {
	display: none;
}
.home-product .owl-nav .owl-prev {
	background: url(../img/product-slider-a-l.png) 0 0 no-repeat;
	font-size: 0;
	border: 0;
	cursor: pointer;
	width: 54px;
	height: 54px;
	position: absolute;
	left: 30px;
	top: 50%;
	margin: -20px 0 0 0;
}
.home-product .owl-nav .owl-next {
	background: url(../img/product-slider-a-r.png) 0 0 no-repeat;
	font-size: 0;
	border: 0;
	cursor: pointer;
	width: 54px;
	height: 54px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin: -20px 0 0 0;
}
.home-product .owl-nav .owl-prev, .home-product .owl-nav .owl-next{
	opacity: .5;
}
.home-product .owl-nav .owl-prev:hover, .home-product .owl-nav .owl-next:hover{
	opacity: 1;
}
.our-client{
	background: #eeeeee;
}
.our-client .inner-title:before{
	color: rgba(255, 255, 255, .5);
	z-index: 1;
}
.our-client .inner-title span{
	z-index: 2;	
}
.testimonial-slider .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.testimonial-slider .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.testimonial-slider .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.testimonial-slider .owl-item .item{
	position: relative;
	overflow: hidden;
	text-align: center;
	background: url(../img/testimonial-icon.png) 0 0 no-repeat;
	padding: 2em 0 0 0;
}
.testimonial-slider .owl-item .item p{
	color: #8a8a8a;
	font-size: 1.333em;
	font-weight: 300;
	margin: 0 0 20px;
}
.testimonial-slider .owl-item .item h3{
	color: #01257c;
	font-size: 1.111em;
	font-style: italic;
	margin: 0;
}
.testimonial-slider .owl-item .item h4{
	color: #8a8a8a;	
	font-style: italic;
	font-size: 1.111em;
}
.testimonial-slider .owl-item .item .img-thumb{
	margin: 0 auto;
	border-radius: 50%;
	width: 7.500em;
	height: 7.500em;
	border: .48em solid #fff;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.24);
}
.testimonial-slider .owl-item .item .img-thumb img {
	width: 100%;
}
.testimonial-slider .owl-nav{
	display: none;
}
.testimonial-slider .owl-dots{
	text-align: center;
	margin: 20px 0 0 0;
}
.testimonial-slider .owl-dot{
	width: .7em;
	height: .7em;
	border: 0;
	cursor: pointer;
	border-radius: 50%;
	background: #000;
	margin: 0 .2em;
	opacity: .5;
}
.testimonial-slider .owl-dot.active, .testimonial-slider .owl-dot:hover{
	opacity: 1;
}
.home-add-banner-main img{
	width: 100%;
}
.home-add-inner{
	align-content: space-between;
	height: 100%;
}
.section.home-blog{
	padding-top: 0;
}
.home-blog .box{
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
	display: block;	
}
.home-blog .box a{
	text-decoration: none;
}
.home-blog .box:hover{
	text-decoration: none;
}
.home-blog img{
	width: 100%;
}
.blogo-info img{
	width: auto;
}
.home-blog .blogo-info {
	padding: 1.250em;
	padding-bottom: 0;
	display: block;
}
.home-blog .blogo-info .entry-title{
	color: #01257c;
	font-size: 1.333em;
	position: relative;
	padding-bottom: 0.333em;
	margin-bottom: 0.533em;
}
.home-blog .blogo-info .entry-title:after{
	width: 100px;
	background: #01257c;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
}
.home-blog .blogo-info p{
	font-size: 0.889em;
	color: #525252;
}
.home-blog .box-bott{
	padding: .8em 0;
	margin: 0 1.250em;
	border-top: 1px solid #e5e5e5;
	font-size: 0.889em;
	color: #8b8b8b;
}
.home-blog .box-bott a{
	color: #8b8b8b;
	margin: 0 20px 0 0;
}
.home-blog .box-bott a i{
	color: #01257c;
}
.footer-newsletter{
	background: #01257c;
	padding: 1.458em 0;
	color: #fff;
}
.footer-newsletter .left {
	float: left;
	font-weight: 300;
}
.footer-newsletter .left span{
	font-size: 1.667em;
	font-family: 'josefin_sansbold';
}
.footer-newsletter .right{
	float: right;
} 
.footer-newsletter .right .es-field-wrap{
	margin: 0;
	float: left;
	padding-right: 1.667em;
	width: calc(100% - 220px);
}
.footer-newsletter .right .es-field-wrap .es_required_field{
	background: none;
	border: 0;
	border-bottom: 2px solid #fff;
	font-weight: 300;
	color: #fff;
	font-size: 1em;
	padding: .87em 0;
	width: 100%;
}
.footer-newsletter .right .es-field-wrap .es_required_field::placeholder{
	color: #fff;
}
.footer-newsletter .right .es_submit_button{
	width: 220px;
	background: none;
	border: 0;
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
	color: #fff;
	margin: 6px 0 0 0;
	border-radius: 0;
	padding: .76em 0;
	cursor: pointer;
	font-family: 'josefin_sansbold';
}
.footer-newsletter .right .es_submit_button:hover{
	background: #fff;
	color: #01257c;
}
.site-footer{
	background: #3a3c3e;
	border-top: 1px solid #545b6a;
	padding: 2em 0 0;
	color: #e9e9e9;	
	float: left;
	width: 100%;
}
.site-footer h3{
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	padding: 0 0 .8em 0;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #fff;
}
.site-footer h3:after{
	width: 90px;
	height: 4px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	background: #fff;
}
.footer-menu{
	margin: 0;
	padding: 0;
}
.footer-menu li{
	display: block;
	margin: 0;
	line-height: normal;
}
.footer-menu li a{
	font-size: 0.945em;
	font-weight: 300;
	line-height: 1.6;
	color: #e9e9e9;	
	text-decoration: none;
}
.site-footer p{
	font-size: 0.945em;
	font-weight: 300;
	line-height: 1.6;
}
.site-footer a{
	color: #e9e9e9
}
.site-footer .form-control{
	border:1px solid #515355;
	background: none;
	border-radius: 5px;
	font-size: 0.945em;
	font-weight: 300;
	color: #fff;
	padding: 0.46em 0.76em;
	width: 100%;
	margin: 0 0 15px;
	line-height: normal;
}
.site-footer .form-control::placeholder{
	color: #fff;
}
.site-footer .btn{
	background: #01257c;
	text-transform: uppercase;
	border: 0;
	font-weight: 400;
	padding: .8em 2em .6em;
	width: auto;
	color: #fff;
	font-size: 0.703em;
}
.site-footer .btn:hover{
	background: #fff;
	color: #01257c;
}
.site-footer .textarea{	
	height: 5.4em;
}
.footer-copyright{
	background: #fff;
	color: #525252;
	font-size: .8em;
	margin: 2em 0 0;
	padding: 1.5em 0;
	float: left;
	width: 100%;
}
.footer-social{
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}
.footer-copyright span {
	float: left;
	margin: 10px 0 0 0;
}
.footer-info{
	position: relative;
}
.footer-info span{
	display: block;
	padding: 0 0 0 1.5em;
}
.footer-info i{
	position: absolute;
	padding: .4em 0 0;
}
.footer-social li{
	float: left;
	padding: 0 0 0 12px;
}
.footer-social li a{
	display: block;
	border: .04em solid #01257c;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #01257c;
}
.footer-social li a:hover{
	background: #01257c;
	color: #fff;
}





/*Inner Page*/


.inner-page-banner{
	background: #01257c;
	position: relative;
}
.inner-page-banner img{
	opacity: .3;
	max-width: 100%;
	width: 100%;
}
.inner-page-banner .caption-wrap{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	bottom: auto;
	text-align: center;
	position: absolute;
}
.inner-page-banner .caption-wrap h1{
	font-size: 2.778em;
	font-family: 'josefin_sansbold';
	text-transform: uppercase;	
	color: #fff;
}
.inner-page-banner .caption-wrap h2{
	font-size: 1.778em;
	font-family: 'josefin_sansregular';
	margin: 0;
	color: #fff;
}
.inner-page-banner .caption-wrap h1 .badge{
	color: #01257c;
	line-height: 1;
	background: #fff;
	padding: .2em .2em .16em;
	vertical-align: initial;
	border-radius: 0;
	font-size: 100%;
	margin-right: 5px;
}

.inner-page{
	background: url(../img/inner-page-bg.png) right bottom no-repeat;
}
.small.inner-title span:after{
	height: 18px;
	width: 135px;
	background-size: cover;
}
.small.inner-title{
	margin-bottom: 1.2em
}
.page-title{
	font-size: 1.111em;
	color: #231f20;
	font-family: 'josefin_sansbold';
	position: relative;
	padding: 0 0 0.733em;
	margin-bottom: 1.778em;
}
.page-title:after{
	content: '';
	background: #01257c;
	height: 2px;
	width: 68px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sidebar .filter-box{
	margin-bottom: 5px;
}
.sidebar .filter-box h5{
	margin: 0;
	font-size: 1em;	
}
.sidebar .filter-box h5 a{
	padding: 0.256em 0.656em;
	font-size: inherit;
	color: #fff;
	font-family: 'josefin_sansbold';
	background: #01257c;
	border-radius: 0;
	width: 100%;
	text-align: left;
	text-decoration: none;
	position: relative;
}
.sidebar .filter-box h5 a:hover{
	color:#fff;
}
.sidebar .filter-box h5 .collapsed, .sidebar .filter-box h5 .collapsed:hover{
	background: #f1f0f0;
	color: #231f20;
}
.sidebar .filter-box ul{
	padding: .6em 0 0;
	margin: 0;
	list-style: none;
	border: 1px solid #01257c;
	max-height: 9.5em;
	overflow: auto;
}
.sidebar .filter-box ul li a{
	display: block;
	color: #979797;
	font-size: 0.889em;
	line-height: 2;
	text-decoration: none;
	padding: 0 0.956em;
}
.sidebar .filter-box ul li a:hover{
	background: rgba(0, 0, 0, 0.04);
}
.sidebar .filter-box h5 .collapsed:after, .sidebar .filter-box h5 a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	position: absolute;
	right: 15px;
	top: 5px;
	font-weight: 900;
	transition: all 0.75s 0.25s;
	transform: rotate(0);
	color: #bebebe;
}
.sidebar .filter-box h5 a:after{
	transform: rotate(90deg);
	color: #fff;
}


.product-list .product-box{
	border: 1px solid #ebebeb;
	text-align: center;
	padding: 0 1em;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
}
.product-list .product-box:hover{
	background: #f8f8f8;
	transition:none;
	box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.04);
}
.product-list .product-box .product-img {
	max-height: 18em;
	padding: 1em 0;
	display: flex;
	min-height: 16em;
	align-items: center;
	justify-content: center;
}
.product-list .product-box .product-img img{
	max-height: 100%;    
	max-width: 100%;
}
.product-list .product-box:hover .product-img img{
	filter: brightness(97%);
	transition:none;
}
.product-list .product-box a{
	text-decoration: none;
	display: block;
}
.product-list .product-box .product-title{
	font-size: 1.111em;
	color: #231f20;
	margin-bottom: 1em;
	min-height: 3.5em;
	margin-top: 1.5em;
}
.product-list .product-box .swatch{
	padding-bottom: 1em;
	display: block;
}
.product-list .product-box .swatch .color{
	width: 1.083em;
	height: 1.083em;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	display: inline-block;
	margin: 0 .2em;
	cursor: pointer;
	vertical-align: middle;
}
.product-list .product-box .swatch .color.red{
	background: #e32c20;
}
.product-list .product-box .swatch .color.dark-red{
	background: #cd2e52;
}
.product-list .product-box .swatch .color.orange{
	background: #f85914;
}
.product-list .product-box .swatch .color.yellow{
	background: #e8da0b;
}
.product-list .product-box .swatch .color.green{
	background: #6dcb2b;
}
.product-list .product-box .swatch .color.dark-green{
	background: #1ba18c;
}

.product-pagination{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.product-pagination li{
	display: inline-block;
}
.product-pagination li a, .product-pagination a, .product-pagination strong{
	color: #fff;
	font-family: 'josefin_sansbold';
	padding: .3em 1em;
	background: #01257c;
	display: inline-block; 
	margin: 0 .2em;
	border-radius: 2em;
	line-height: 1;
	text-decoration: none;
}
.product-pagination li.active a, .product-pagination li:hover a, .product-pagination strong, .product-pagination a:hover{
	background: #231f20;
}
.product-pagination li:first-child a, .product-pagination li:last-child a, .product-pagination a:first-child, .product-pagination a:last-child{
	padding: .3em 1.5em;
}



.product-info .page-title{
	font-size: 1.333em;
	padding-bottom: 0.533em;
	margin-bottom: 1.2em;
}
.product-info .lSSlideWrapper.usingCss{
	border: 1px solid #ebebeb;
	background: #f8f8f8;	
	margin-bottom: 20px;
}
.product-info #lightSlider{
	list-style: none;
	min-height: 445px;
	max-height: 445px;
}
.product-info #lightSlider li {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.product-info #lightSlider li img{
	max-width: 80%;
	filter: brightness(97%);
	max-height: 100%;	
}
.product-info .lSGallery li{
	border: 1px solid #ebebeb;
	background: #f8f8f8;	
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 0;
	height: 6vw;
}
.product-info .lSGallery li a {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.product-info .lSGallery li img{
	filter: brightness(97%);
	display: block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.square-list{
	padding: 0;
	margin: 0 0 1.5em;
	list-style: none; 
}
.square-list li{
	line-height: 1.5;
	position: relative;
	padding-left: 1em;
}
.square-list li:after{
	width: 0.375em;
	height: 0.375em;
	background: #01257c;
	position: absolute;
	left: 0;
	top: .5em;
	content: '';
}
.product-info-bott{
	margin-top: 2.5em;
}
.product-info-bott p b{
	color: #01257c;
}
.contact-bg{
	background: #ffffff;
}
.contact-address{
	line-height: 2;
}
.contact-address a{
	color: #01257c;
}

.contact-form .form-control{
	border: 1px solid #ebebeb;
	font-size: 1em;
	padding: .25em .75em;
}
.contact-form .form-control::placeholder{
	color: #c1c1c1;
}
.contact-form .form-control.textarea{
	height: 5.417em;
}
.contact-form .btn.btn-primary{
	background: #01257c;
	text-transform: uppercase;
	border: 0;    
	font-family: 'josefin_sansbold';
	padding: .46em 2.227em ;
	width: auto;
	color: #fff;
	font-size: 0.875em;
}
.map img{
	width: 100%;
}
.go_btn {
	position: absolute;
	right: 0;
}
.sidebar .filter-box ul li.checkbox label {
	padding: 0 .7em;
	display: block;
	cursor: pointer;
}




.product-list .product-box .swatch .swatch-popup{
	position: absolute;
	width: 100%;
	background: #fff;
	left: 0;
	padding: 1em .2em;
	border: 1px solid #ebebeb;	
	top: 100%;	
	z-index: 1;
}
.product-list .product-box .swatch .swatch-inner i {
	width: 1.583em;
	height: 1.583em;
	border-radius: 50%;
	border: 1px solid #ebebeb;
	font-size: .8em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.583em;
	cursor: pointer;
	
}

.col-md-7 p.contact-address 
{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}

.contact-address span {
    display: block;
    padding: 0 0 0 1.5em;
    margin-bottom: 5px;
}

.contact-address i {
    position: absolute;
    padding: .4em 0 0;
}

/*START 21-05-2019*/
.blog_img{
	text-align:center;
}
.blog_img img {
    /* width: 100%; */
	width:auto;
    height: 400px;
    display: inline-block;
}
ul.blog-ul {
    list-style: lower-alpha !important;
    padding: 0 0 0 0 !important;
}
li.blog-li {
    padding: 10px 0 0 10px;
}
img.img-blg {
    width: 100%;
}
.col-md-12.img_desc {
    text-align: center;
    margin: 10px 0;
}
p.p-test{
	font-size: 0.889em;
	color: #525252;
	min-height: 6.6em;
}
.home-blog .blogo-info > a {
    min-height: 3.5em;
    display: block;
}
/*END 21-05-2019*/

/*START 07-06-2019*/
.inner-title span:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	height: 26px;
	width: 200px;
	background: url(../img/title-icon.png) center bottom no-repeat;
	display: block;
	text-align: center;
	margin: auto;
	right: 0;
	display:none; /*ADD the CSS FOR Hide Underline Heading.*/
}
.inner-title {
	font-size: 2em;
	font-family: 'josefin_sansbold';
	color: #3a3c3e;
	position: relative;
	display: flex;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0.7em; /*change css margin for Spacing*/
	justify-content: center;
	align-items: center;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	flex-direction: column
}
.our-client .inner-title{
	margin-bottom: 0.5em;
}
/*END 07-06-2019*/

.header-main .navbar li:last-child a{
    background: #01257c;
    text-transform: uppercase;
    border: 0;
    font-weight: 400;
    padding: .8em 2em .6em;
    width: auto;
    color: #fff;
    font-size: 0.703em;
}
.header-main .navbar li:last-child a:hover{
	background: #000;
}
.header-main .navbar li:last-child a:after{
	display: none;
}

.header-main .navbar li:last-child {
    padding: 0;
}