/* ------------------------------------------------------------------------------ 
Project Name : Saudi House
Description : Main Style Sheet 
Author : Imran Rovan 
Created On : 15 July 2020 
--------------------------------------------------------------------------------*/

/** Google Fonts **/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:ital,wght@0,500;1,400;1,600&display=swap');

html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	-ms-overflow-style: scrollbar;
	overflow-x: hidden;
	overflow-y: scroll;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #555;
	margin-bottom: 15px;
}
img {
	display: block;
	outline: none;
}
img, input, textarea, button {
	border: 0;
	outline: 0;
	resize: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	-moz-transition: all .200s ease-in-out;
	-webkit-transition: all .200s ease-in-out;
	transition: all .200s ease-in-out;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
li.clearfix {
	display: list-item;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, p, a, li, span, div {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
h1, h2 {
	font-family: 'Playfair Display', serif;
}
header {
/* height: 120px;
*/
position: fixed;
top: 0px;
left: 0;
width: 100%;
z-index: 888;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
header:hover {
	background-color: #fff;
}
header .logo {
	float: left;
}
header .logo img {
	padding: 8px 0;
	height:120px;
}
.rightnav {
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header.header-fixed .rightnav {
	margin-top: -48px;
}
.topnav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top:20px;
}
.topnav ul li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid rgba(0,0,0,0.3);
	height: 25px;
	line-height: 25px;
}
.topnav ul li:first-child {
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
	background: url(../images/icons/phone.png) no-repeat left center;
	background-size: contain;
	padding-left: 30px;
}
.topnav ul li a {
	color: #2a2f44;
	font-size: 16px;
	font-weight: 500;
}
header nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 75px;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
header nav ul li {
	padding-left:25px;
}
header nav ul li:first-child {
	padding-left:0px;
}
header nav ul li a {
	font-size:15px;
	color:#000;
	text-transform: uppercase;
}
header nav ul li a:hover {
	color:#2c87b1;
}
.sec-header.on .nav > li > h2:hover {
	color:#2c87b1;
}
header nav ul li:last-child a {
	background-image: linear-gradient(to right top, #1671ca, #3273da, #4d75e8, #6975f4, #8573ff);
	padding: 6px 20px;
	border-radius: 40px;
	color: #fff;
}
header.header-fixed {
	background-color: #fff;
	height: 70px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.23);
}
header.header-fixed .logo img {
	height: 70px;
}
header.header-fixed nav ul {
	height: 70px;
}
.accordion {
	width: 100%;
	margin: 0px 0 20px 0;
	background: #FFF;
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 0;
	color: #000;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.ico-plus {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link {
	color: #1671ca;
}
.accordion li.open i {
	color: #1671ca;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion li.default .submenu {
	display: block;
}
.submenu {
	display: none;
	font-size: 15px;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	padding: 8px 8px 8px 15px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.submenu a:hover {
	color: #666;
	padding: 8px 8px 8px 22px;
}
.ico-plus:before {
	content: '+';
	font-style: normal;
	position: relative;
}
.open .ico-plus:before {
	content: '-';
	font-style: normal;
	position: relative;
}
.main {
	padding: 60px 0;
}
.center-block {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.blockbanner a {
	display: block;
}
.blockbanner a img {
	width: 100%;
}
.wedding_right, .store_right {
	padding: 0px 0;
}
.wedding-content {
	background: #f8ede9;
	padding: 10px;
	text-align: center;
	color: #000;
	position: relative;
}
.wedding_banner {
	position: relative;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.wedding_banner:after {
	content: '';
	border: 3px solid white;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.wedding_banner:hover:after {
	border: 3px solid #2a2f44;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.mar_top {
	margin-top: 20px;
}
.wedding-text {
	border: 2px solid #e6be9f;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	height: calc(100% - 20px);
	align-items: center;
	justify-content: center;
	width: calc(100% - 20px);
}
.wedding-text h3 {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 3px;
	line-height: 35px;
}
.strip {
	background: #e6be9f;
	height: 2px;
	border-radius: 4px;
	width: 30px;
	margin: 20px auto;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.wedding-text p {
	font-size: 16px;
	margin-bottom: 25px;
}
.hvr-outline-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #333333;
	padding: 7px 12px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}
.hvr-outline-out:before {
	content: '';
	position: absolute;
	border: #333333 solid 4px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
	color: #fff !important;
}
.wedding-content:hover .hvr-outline-out:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}
.hvr-outline-out, .wedding-content:hover .hvr-outline-out {
	color: #fff;
}
.wedding_banner:hover .strip1, .wedding_banner:hover .strip {
	width: 35%;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.wedding_left, .wedding_right_gd, .store_left, .pad_left {
	padding: 0 10px;
}
.summ_right {
	padding-left: 0;
}
.summ_left {
	padding-right: 0;
}
.block-text {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 50px;
	text-align: center;
}
.block-text .btn-banner {
	font-size: 14px;
	padding: 0 10px;
	min-height: 50px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	zoom: 1;
	background-color: transparent\9;
	font-weight: 700;
	line-height: 50px;
	border: none;
	min-width: 155px;
	color: #333;
	position: relative;
	text-transform: uppercase;
}
.block-text .btn-banner:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #2a2f44;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.wedding_banner:hover .btn-banner:before {
	width: 100%;
}
/*New Arrivals & Shop Today Block*/
.container-block-2 {
	text-transform: uppercase;
	position: relative;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	padding-top:60px;
}
.container-block-2 .section {
	padding-top: 0;
}
.container-block-2 .section > .row {
	margin: 0;
}
.container-block-2 .title {
	color: #fff;
	font-weight: bold;
	font-size: 5rem;
	line-height: 1;
}
.container-block-2 .block-left, .container-block-2 .block-right {
	padding: 0;
	position: relative;
}
.container-block-2 .title, .container-block-2 .caption {
	display: block;
}
.container-block-2 .caption {
	font-size: 3rem;
	line-height: 1.2;
	top: 0.8rem;
	position: relative;
}
.right-align {
	text-align: right;
}
.container-block-2 .row .section-text {
	position: absolute;
	z-index: 2;
	top: 30%;
	left: 2%;
}
.container-block-2 .fashion {
	position: absolute;
}
.container-block-2 .fashion.left-fashion-doll {
	top: -1rem;
	right: 2.4rem;
	width: 36.8%;
}
.container-block-2 .fashion.right-fashion-doll {
	top: 0.3rem;
	left: 2.8rem;
	width: 32.75%;
}
.container-block-2 .fashion.fashion-men {
	top: 0.1rem;
	right: 2.4rem;
	width: 9.4em;
}
.container-block-2 .block-left .caption {
	color: #7dcbf2;
	font-weight: bold;
}
.container-block-2 .block-left .block-background {
	position: relative;
	left: 0px;
}
.container-block-2 .block-right .block-background {
	position: relative;
	top: 4px;
	left: 0px;
}
.container-block-2 .block-right {
	margin-top: 1rem;
}
.container-block-2 .block-right .caption {
	color: #9cffbd;
	font-weight: bold;
	top: .6rem;
	left: -.2rem;
}
.container-block-2 .block-right .section-text {
	right: 2%;
	top: 35%;
	left: inherit;
}
img.img-fluid, video.responsive-video {
	max-width: 100%;
	height: auto;
}
.about {
	padding: 40px 0;
}
.about h6 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1.3;
	padding-bottom: .6rem;
}
.about h5 {
	display:inline-block;
	background-image: linear-gradient(to right top, #1671ca, #3273da, #4d75e8, #6975f4, #8573ff);
	padding: 6px 20px;
	border-radius: 40px;
	text-transform: uppercase;
	color: #fff;
	clear: both;
	font-weight:400;
	font-size: 16px;
}
.about p {
	font-weight:400;
}
.about .about-more {
	background: url(../images/about-us-view-more-shade.jpeg) no-repeat right bottom;
	color: #2a2f44;
	font-family: poppins;
	margin-top: 1.4rem;
	display: inline-block;
	padding: 0 .2rem;
	font-size: 14px;
	margin-bottom: 25px;
}
.brands h4 {
	font-size: 30px;
	margin: 40px 0 20px 0;
}
.brandscaros img {
	width:100%;
	padding: 0px;
}
.page-footer {
	background: #2A2F43;
	padding: 40px 0 0 0;
}
.row .col {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.75rem;
	min-height: 1px;
}
.row .col.l2 {
	width: 16.6666666667%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.row .col.l4 {
	width: 33.3333333333%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.page-footer a {
	color: #c2c8da;
	margin-bottom: 0;
	display: inline-block;
	font-size: 14px;
	padding: 6px 0;
}
.row .col ul {
	margin-top: 30px;
}
.footer-copyright p {
	border-top: 1px solid #545A6A;
	text-align: center;
	padding-top: 25px;
	color: #fff;
	margin-top: 25px;
}
.swiper-wrapper {
	margin-bottom: 30px;
}
.social {
	padding-left: 40px;
}
.social li {
	margin-bottom: 10px;
}
.social li:first-child {
	background: url(../images/icons/whatsapp.png) no-repeat left center;
	background-size: auto 20px;
	padding-left: 35px;
}
.social li:nth-child(2) {
	background: url(../images/icons/fax.png) no-repeat left center;
	background-size: auto 20px;
	padding-left: 35px;
}
.social li:nth-child(3) {
	background: url(../images/icons/mail.png) no-repeat left center;
	background-size: auto 20px;
	padding-left: 35px;
}
.social li:last-child a {
	margin-right: 15px;
}
.social li:last-child a img {
	height: 28px 
}

header:before {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.1);
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 0;
}
header.header-fixed:before {
	display: none 
}

/*About us page*/
.sub-visual{
	width:100%;
	position:relative;
	overflow:hidden;
}
.sub-visual:after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-size:cover;
	background-position:center center;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-name:visual-zoom;
	-webkit-animation-name:visual-zoom;
}
.subv-1:after{
	background-image:url('../images/ban-about.jpg');
	border-bottom-right-radius: 15% 40%;
}
.subv-2:after{
	background-image:url('../images/ban-brands.jpg');
	border-bottom-right-radius: 15% 40%;
}
.subv-3:after{
	background-image:url('../images/ban-contact.jpg');
	border-bottom-right-radius: 15% 40%;
}
.subv-4:after{
	background-image:url('../images/ban-product.jpg');
	border-bottom-right-radius: 15% 40%;
}
.subv-5:after{
	background-image:url('../images/ban-faq.jpg');
	border-bottom-right-radius: 15% 40%;
}
.subv-6:after{
	background-image:url('../images/ban-help.jpg');
	border-bottom-right-radius: 15% 40%;
}
.subv-7:after{
	background-image:url('../images/ban-terms.jpg');
	border-bottom-right-radius: 15% 40%;
}
.sub-visual h1{
	font-size:50px;
	color:#fff;
	padding:150px 20px;
	text-align:center;
	font-weight:500;
	text-shadow: 0 5px 25px rgba(0,0,0,.8);
}
.sub-visual h1 span, .sub-visual h1 p{
	animation-duration: 0.7s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	animation-name:visual-tit;
	-webkit-animation-name:visual-tit;
}
.sub-visual h1 p {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
@keyframes visual-tit {
	0% {
		opacity:0;
		-webkit-opacity:0;
		transform:translateY(20px);
	}
	100% {
		opacity:1;
		-webkit-opacity:1;
		transform:translateY(0px);
	}
}
@-webkit-keyframes visual-tit {
	0% {
		opacity:0;
		-webkit-opacity:0;
		transform:translateY(20px);
	}
	100% {
		opacity:1;
		-webkit-opacity:1;
		transform:translateY(0px);
	}
}
.sub-visual h1 p{
	font-size:18px;
	font-weight:300;
	margin:10px 0 0;
}
.sub-depth-2{
	text-align:center;
	border-bottom:1px solid #ddd;
}
.sub-depth-2 a{
	display:inline-block;
	line-height:55px;
	margin:0 20px;
	padding:0 10px;
	color:#666;
	position:relative;
}
.sub-depth-2 a.active, .sub-depth-2 a:hover {
	color:#656a7e;
}
.sub-depth-2 a.active:after{
	content:'';
	width:0;
	height:3px;
	background:#656a7e;
	position:absolute;
	left:50%;
	bottom:-1px;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	animation-name:sub-tab-line;
	-webkit-animation-name:sub-tab-line;
}
@keyframes sub-tab-line {
	0% {
		width:0%;
		left:50%;
	}
	100% {
		width:100%;
		left:0;
	}
}
@-webkit-keyframes sub-tab-line {
	0% {
		width:0%;
		left:50%;
	}
	100% {
		width:100%;
		left:0;
	}
}
.fast-text-container {
	margin-top: 100px;
}
.fast-text {
	padding-left: 6%;
	border-left: 1px solid #ccc;
}
.vision-mission-container {
	padding-top: 50px;
	position: relative;
}
.vision-mission-container h4 {
	padding-bottom: 20px;
}
.vision-mission-container .block-1, .vision-mission-container .heading{
	margin-bottom: 50px;
}
.fast-text .borderleft {
	border-left: 1px solid #3273da;
	width: px;
	height: 50%;
	display: inline-block;
	position: absolute;
	left: -1px;
}
.vision-mission-container .bordertop {
	border-top: 1px solid #3273da;
	width: 50px;
	height: 1px;
	display: inline-block;
	position: absolute;
	top: 40px;
}

.abtdtls {
	width: 400px;
	padding-top: 50px;
	padding-left: 50px;
}
.abtdtls h4 {
	font-size: 18px;
	color: #2c6fab;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.abtdtls h3 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}
.embed-responsive {
	position: relative;
	overflow: visible;
}
.embed-responsive img {
	width: 50%;
	position: absolute;
	left: -10%;
	bottom: -40px;
}
.vision {
	margin-top: 40px;
}
.vision .col-md-8 {
	padding-left: 80px;
}
.vision .col-md-8 img {
	margin-top: 40px;
	margin-bottom: 20px;
}
.vision .col-md-8 h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
img.over {
	position: absolute;
	width: 70%;
	bottom: 20px;
	right: -15px;
}
.brandslst {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.brandslst li {
	border: 1px solid #ccc;
	margin: 5px .5%;
	float: left;
	width: 24%;   
}
.brandslst li img {
	padding: 10px;
	margin: 0 auto;
	width: 100%;
}
.brandslst li:hover img {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-transition: all .200s ease-in-out;
	-webkit-transition: all .200s ease-in-out;
	transition: all .200s ease-in-out;
}
.contact-box-content {
	position: relative;
}
.contact-box-content .img-holder {
	display: block;
	max-width: 580px;
	width: 90%;
}
.contact-box-content .img-holder img {
	width: 100%;
}
.contact-box-content .text-holder {
	display: block;
}
.contact-box-content .text-holder .opening-hours {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 270px;
	margin: 25px auto 0;
}
.title-box {
	display: block;
	padding-left: 0px;
	padding-bottom: 15px;
}
.title-box  h3 {
	font-size: 22px;
	position: relative;
	padding-left: 15px;
}
.title-box h3:before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 3px;
	height: 20px;
	background: #4f5a86;
	content: "";
}
.quick-contact-box {
	position: relative;
	margin-top: -90px;
	display: block;
	background: #222d43;
	padding: 25px;
	z-index: 10;
}
.quick-contact-box h3 {
	color:#fff;
}
.quick-contact-box p, .quick-contact-box p a {
	color:#c2d6ff;
}
.quick-contact-box ul li:first-child {
	padding-left: 35px;
	background: url(../images/icons/cont-ph.jpg) no-repeat left top;
	background-size: auto 26px;
}
.quick-contact-box ul li:nth-child(2) {
	padding-left: 35px;
	background: url(../images/icons/cont-fax.jpg) no-repeat left top;
	background-size: auto 26px;
}
.quick-contact-box ul li:nth-child(3) {
	padding-left: 35px;
	background: url(../images/icons/cont-mail.jpg) no-repeat left top;
	background-size: auto 26px;
}
.quick-contact-box ul li:nth-child(4) {
	padding-left: 35px;
	background: url(../images/icons/cont-map.jpg) no-repeat left top;
	background-size: auto 26px;
}

#msform h2 {
	margin-bottom: 15px;
}
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 15px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
}
#msform input:focus, #msform textarea:focus {
	border: 1px solid #333;
}
#msform textarea {
	height: 120px;
	resize: none
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
.prodlist {
	display: flex;
	flex-wrap: wrap;
}
.prodlist .prodcard {
	width: 25%;
	padding: 10px;
	margin-bottom: 25px;
	-moz-transition: all .200s ease-in-out;
	-webkit-transition: all .200s ease-in-out;
	transition: all .200s ease-in-out;
}
.prodlist .prodcard:hover {
	box-shadow: 0 0 0 0.5px rgba(61, 119, 180, 0.12), 0 8px 16px 0 rgba(91, 139, 199, 0.24);
}
.prodlist .prodcard > a{
	width: 100%;
	display: block;
	overflow: hidden;
}
.prodlist .prodcard >  img {
	width: 100%;
	margin-bottom: 30px;
	backface-visibility: hidden;
	transform-origin: top;
	/*-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);*/
	-webkit-transition: -webkit-transform .45s cubic-bezier(.33,.02,0,.93);
	-moz-transition: -moz-transform .45s cubic-bezier(.33,.02,0,.93);
	transition: transform .45s cubic-bezier(.33,.02,0,.93);
}
.prodlist .prodcard:hover > img {
	/*transform: scale(1.06) translate3d(-3%,0,0);
	-webkit-transition: -webkit-transform .75s cubic-bezier(.33,.02,0,.93);
	-moz-transition: -moz-transform .75s cubic-bezier(.33,.02,0,.93);
	transition: transform .75s cubic-bezier(.33,.02,0,.93);*/
}
.prodlist.mrgb0 .prodcard >  img {
	margin-bottom: 0;
}
.prodlist .prodcard h4 {
	font-size: 13px;
	color: #2c6fab;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}
.prodlist .prodcard h3 {
	font-size: 15px;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: block;
}
.singprod {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
.singimgblk {
	width: 40%;
	float: left;
}
.singdtlblk {
	width: 60%;
	float: left;
	padding-top: 50px;
	padding-left: 50px;
}
#surround {
	width:100%;
}
img.cloudzoom {
	width:100%;
}
.singdtlblk h6 {
	font-size: 15px;
	color: #e81923;
	margin-bottom: 5px;
}
.singdtlblk h5 {
	font-size: 30px;
	line-height: 35px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 300;
}
.singlink {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.singlink a {
	border-left: 1px solid #666;
	padding-left: 10px;
	color: #e81923;
	margin-left: 10px;
	background: url(../images/ico-arrow.jpg) no-repeat right center;
	padding-right: 15px; 
}
.buyblk .buybtn {
	margin-top: 15px;
	margin-right: 20px;
	background-color: #e81923;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0 25px;
	cursor: pointer;
}
.buyblk .enqbtn {
	margin-top: 15px;
	background-color: #5c5c5c;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0 25px;
	cursor: pointer;
}
.buyblk .buybtn:hover, .buyblk .enqbtn:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
.googlemap {
	margin-top: 20px;
	margin-bottom: -60px;
}
.accordion-container {
	position: relative;
	width: 100%;
	border-top: none;
	outline: 0;
	cursor: pointer;
}

.accordion-container .article-title {
	display: block;
	position: relative;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	cursor: pointer;
	padding-right: 40px;
}
article.content-entry {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
	color: #2c6fab;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
	color: #2c6fab;
}

.accordion-container .content-entry i {
	position: absolute;
	top: 0;
	right: 12px;
	font-style: normal;
	font-size: 20px;
	color: #2c6fab;
	height: 25px;
	line-height: 25px;
	border: 1px solid #2c6fab;
	width: 25px;
	text-align: center;
	border-radius: 50%;
}

.accordion-container .content-entry i:before {
	content: "+ ";
}

.accordion-container .content-entry.open i:before {
	content: "- ";
}

.accordion-content {
	display: none;
	padding-left: 0;
}
.accordion-content p {
	margin-top:15px;
}
.accordion-container, #description {
	width: 100%;
	margin:20px auto;
}
#accordion {
	margin-top: 50px;
}
.terms h2 {
	margin-top:40px;
	margin-bottom: 20px;
	font-size: 25px;
}
.terms ul li {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #555;
	margin-bottom: 10px;
	list-style: disc;
	margin-left: 20px;
}
.promise h4 {
	font-size: 18px;
	color: #1671ca;
	margin-bottom: 15px;
}
.promise p strong {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	color: #e81923;
	font-family: 'Playfair Display', serif;
	display: block;
}
.promise ul li {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #4b4b4b;
	position: relative;
	padding-left: 20px;
}
.promise ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: block;
	background: #1671ca;
	/*-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
.help {
	display: flex;
	justify-content: space-around;
}
.help li {
	width: 30%;
	text-align: center; 
	border: 1px #ccc solid;
	padding: 40px 20px;
}
.help li .helpblk img {
	margin: 0 auto 15px;
}
.help li .helpblk h6 {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}
.help li .helpblk p {
	font-size: 16px;
	margin-bottom: 15px;
	min-height: 50px;
}
.help li .helpblk a {
	margin-top: 15px;
	margin-right: 20px;
	background-color: #e81923;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0 25px;
	cursor: pointer;
}

