:root {
	--tc-primary: #1d86c8;
	--tc-secondary: #c62127;
	--swiper-theme-color: #1d86c8
}

body {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased
}

html[dir=rtl] body {
	direction: rtl
}

@media screen and (max-width: 991px) {
	body {
		font-size: 14px
	}
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

img:not([src]):not([srcset]) {
	visibility: hidden
}

img.lazy {
	opacity: 0
}

img.lazy.initial,
img.lazy.loaded,
img.lazy.error {
	opacity: 1
}

a {
	text-decoration: none;
	color: #000;
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}

a:hover,
a:focus,
a:visited,
a.active {
	text-decoration: none;
	outline: none
}

a:hover {
	color: #000
}

button,
input[type=submit] {
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}

textarea,
button,
input,
input[type=checkbox] {
	outline: none;
	box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none
}

textarea:focus,
button:focus,
input:focus,
input[type=checkbox]:focus {
	outline: none;
	box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	font-weight: 700;
	font-family: "Work Sans", sans-serif
}

h1,
.h1 {
	font-size: 50px;
	font-family: "Work Sans", sans-serif
}

h2,
.h2 {
	font-size: 37px
}

h3,
.h3 {
	font-size: 25px
}

h4,
.h4 {
	font-size: 20px
}

h5,
.h5 {
	font-size: 16px
}

h6,
.h6 {
	font-size: 14px
}
.sprite {
    background: url(../images/icons/sprite.png) no-repeat;
}
.bg-cover-image {
	background-size: cover;
	background-repeat: no-repeat
}

.bg-contain-image {
	background-size: contain;
	background-repeat: no-repeat
}

.bg-fix-image {
	background-attachment: fixed
}

.bg-overlay {
	position: relative;
	z-index: 1
}

.bg-overlay::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	z-index: -1
}

.list-none {
	margin: 0;
	padding: 0
}

.list-none li {
	list-style-type: none
}

.image-wrap {
	position: relative
}

.image-wrap.aspect-16x9 {
	padding-bottom: 56.25%
}

.image-wrap.aspect-9x16 {
	padding-bottom: 177.77778%
}

.image-wrap.aspect-4x3 {
	padding-bottom: 75%
}

.image-wrap.aspect-3x4 {
	padding-bottom: 133.33333%
}

.image-wrap.aspect-3x2 {
	padding-bottom: 66.66667%
}

.image-wrap.aspect-2x3 {
	padding-bottom: 150%
}

.image-wrap.aspect-1x1 {
	padding-bottom: 100%
}

.image-wrap img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.image-wrap.loader {
	background-image: url("../images/loader-style1.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	background-color: #fff
}

.image-wrap.loader.loader-sm {
	background-size: 25px
}

.image-wrap.picture picture {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.image-wrap.picture img {
	position: relative
}

.image-wrap.no-position img {
	position: relative;
	height: auto;
	width: auto
}

.image-wrap.img-auto img {
	height: auto;
	width: auto;
	right: 0;
	left: 0;
	margin: auto;
	max-height: 100%
}

.hover-transition {
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.hide {
	display: none
}

.show {
	display: block
}

.bg-grey {
	background-color: #f0f2f7
}

.fw-500 {
	font-weight: 500
}

html[dir=rtl] .rtl-attr {
	direction: ltr;
	display: inline-block
}

@media screen and (min-width: 1400px) {
	.custom-width {
		max-width: 1200px
	}
}

.section {
	position: relative
}

.section.section-padding {
	padding: 60px 0
}

@media screen and (max-width: 767px) {
	.section.section-padding {
		padding: 45px 0
	}
}

.section.section-padding-sm {
	padding: 40px 0
}

.section.section-padding-lg {
	padding: 80px 0
}

@media screen and (max-width: 767px) {
	.section.section-padding-lg {
		padding: 60px 0
	}
}

.section .read-more {
	text-align: center;
	margin-top: 50px
}

.section .read-more.space-sm {
	margin-top: 30px
}

.section-title {
	position: relative
}

.section-title.mb-70 {
	margin-bottom: 70px
}

.section-title.mb-60 {
	margin-bottom: 60px
}

.section-title.mb-50 {
	margin-bottom: 50px
}

.section-title.mb-40 {
	margin-bottom: 40px
}

@media screen and (max-width: 767px) {
	.section-title.mb-40 {
		margin-bottom: 25px
	}
}

.section-title h1,
.section-title h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 37px
}

@media screen and (max-width: 991px) {

	.section-title h1,
	.section-title h2 {
		font-size: 32px
	}
}

@media screen and (max-width: 767px) {

	.section-title h1,
	.section-title h2 {
		font-size: 25px
	}
}

.section-title h3 {
	font-size: 16px;
	font-weight: normal
}

.section-title h6 {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.section-title p {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #1d86c8;
	letter-spacing: 2px
}

@media screen and (max-width: 767px) {
	.section-title p {
		font-size: 12px
	}
}

.section-title .icon {
	position: absolute;
	left: 0;
	right: 0;
	width: 70px;
	margin: auto;
	z-index: -1;
	opacity: .15
}

.section-title.white h2,
.section-title.white h3,
.section-title.white p {
	color: #fff
}

@keyframes horizontal {
	0% {
		transform: translateX(0px);
		-webkit-transform: translateX(0px)
	}

	25% {
		transform: translateX(-10px);
		-webkit-transform: translateX(-10px)
	}

	50% {
		transform: translateX(0px);
		-webkit-transform: translateX(0px)
	}

	75% {
		transform: translateX(10px);
		-webkit-transform: translateX(10px)
	}

	100% {
		transform: translateX(0px);
		-webkit-transform: translateX(0px)
	}
}

.pace {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff
}

.pace.pace-inactive {
	display: none
}

.pace .pace-progress {
	width: 280px;
	height: 5px;
	margin: auto;
	transform: none !important;
	background-color: #eee;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	right: 0;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .031372549);
	-ms-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .031372549);
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .031372549)
}

@media screen and (max-width: 767px) {
	.pace .pace-progress {
		width: 200px
	}
}

.pace .pace-progress:after {
	content: "Loading";
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -40px;
	text-transform: uppercase;
	letter-spacing: 3px
}

.pace .pace-progress[data-progress-text="1%"] .pace-progress-inner {
	width: 1%
}

.pace .pace-progress[data-progress-text="2%"] .pace-progress-inner {
	width: 2%
}

.pace .pace-progress[data-progress-text="3%"] .pace-progress-inner {
	width: 3%
}

.pace .pace-progress[data-progress-text="4%"] .pace-progress-inner {
	width: 4%
}

.pace .pace-progress[data-progress-text="5%"] .pace-progress-inner {
	width: 5%
}

.pace .pace-progress[data-progress-text="6%"] .pace-progress-inner {
	width: 6%
}

.pace .pace-progress[data-progress-text="7%"] .pace-progress-inner {
	width: 7%
}

.pace .pace-progress[data-progress-text="8%"] .pace-progress-inner {
	width: 8%
}

.pace .pace-progress[data-progress-text="9%"] .pace-progress-inner {
	width: 9%
}

.pace .pace-progress[data-progress-text="10%"] .pace-progress-inner {
	width: 10%
}

.pace .pace-progress[data-progress-text="11%"] .pace-progress-inner {
	width: 11%
}

.pace .pace-progress[data-progress-text="12%"] .pace-progress-inner {
	width: 12%
}

.pace .pace-progress[data-progress-text="13%"] .pace-progress-inner {
	width: 13%
}

.pace .pace-progress[data-progress-text="14%"] .pace-progress-inner {
	width: 14%
}

.pace .pace-progress[data-progress-text="15%"] .pace-progress-inner {
	width: 15%
}

.pace .pace-progress[data-progress-text="16%"] .pace-progress-inner {
	width: 16%
}

.pace .pace-progress[data-progress-text="17%"] .pace-progress-inner {
	width: 17%
}

.pace .pace-progress[data-progress-text="18%"] .pace-progress-inner {
	width: 18%
}

.pace .pace-progress[data-progress-text="19%"] .pace-progress-inner {
	width: 19%
}

.pace .pace-progress[data-progress-text="20%"] .pace-progress-inner {
	width: 20%
}

.pace .pace-progress[data-progress-text="21%"] .pace-progress-inner {
	width: 21%
}

.pace .pace-progress[data-progress-text="22%"] .pace-progress-inner {
	width: 22%
}

.pace .pace-progress[data-progress-text="23%"] .pace-progress-inner {
	width: 23%
}

.pace .pace-progress[data-progress-text="24%"] .pace-progress-inner {
	width: 24%
}

.pace .pace-progress[data-progress-text="25%"] .pace-progress-inner {
	width: 25%
}

.pace .pace-progress[data-progress-text="26%"] .pace-progress-inner {
	width: 26%
}

.pace .pace-progress[data-progress-text="27%"] .pace-progress-inner {
	width: 27%
}

.pace .pace-progress[data-progress-text="28%"] .pace-progress-inner {
	width: 28%
}

.pace .pace-progress[data-progress-text="29%"] .pace-progress-inner {
	width: 29%
}

.pace .pace-progress[data-progress-text="30%"] .pace-progress-inner {
	width: 30%
}

.pace .pace-progress[data-progress-text="31%"] .pace-progress-inner {
	width: 31%
}

.pace .pace-progress[data-progress-text="32%"] .pace-progress-inner {
	width: 32%
}

.pace .pace-progress[data-progress-text="33%"] .pace-progress-inner {
	width: 33%
}

.pace .pace-progress[data-progress-text="34%"] .pace-progress-inner {
	width: 34%
}

.pace .pace-progress[data-progress-text="35%"] .pace-progress-inner {
	width: 35%
}

.pace .pace-progress[data-progress-text="36%"] .pace-progress-inner {
	width: 36%
}

.pace .pace-progress[data-progress-text="37%"] .pace-progress-inner {
	width: 37%
}

.pace .pace-progress[data-progress-text="38%"] .pace-progress-inner {
	width: 38%
}

.pace .pace-progress[data-progress-text="39%"] .pace-progress-inner {
	width: 39%
}

.pace .pace-progress[data-progress-text="40%"] .pace-progress-inner {
	width: 40%
}

.pace .pace-progress[data-progress-text="41%"] .pace-progress-inner {
	width: 41%
}

.pace .pace-progress[data-progress-text="42%"] .pace-progress-inner {
	width: 42%
}

.pace .pace-progress[data-progress-text="43%"] .pace-progress-inner {
	width: 43%
}

.pace .pace-progress[data-progress-text="44%"] .pace-progress-inner {
	width: 44%
}

.pace .pace-progress[data-progress-text="45%"] .pace-progress-inner {
	width: 45%
}

.pace .pace-progress[data-progress-text="46%"] .pace-progress-inner {
	width: 46%
}

.pace .pace-progress[data-progress-text="47%"] .pace-progress-inner {
	width: 47%
}

.pace .pace-progress[data-progress-text="48%"] .pace-progress-inner {
	width: 48%
}

.pace .pace-progress[data-progress-text="49%"] .pace-progress-inner {
	width: 49%
}

.pace .pace-progress[data-progress-text="50%"] .pace-progress-inner {
	width: 50%
}

.pace .pace-progress[data-progress-text="51%"] .pace-progress-inner {
	width: 51%
}

.pace .pace-progress[data-progress-text="52%"] .pace-progress-inner {
	width: 52%
}

.pace .pace-progress[data-progress-text="53%"] .pace-progress-inner {
	width: 53%
}

.pace .pace-progress[data-progress-text="54%"] .pace-progress-inner {
	width: 54%
}

.pace .pace-progress[data-progress-text="55%"] .pace-progress-inner {
	width: 55%
}

.pace .pace-progress[data-progress-text="56%"] .pace-progress-inner {
	width: 56%
}

.pace .pace-progress[data-progress-text="57%"] .pace-progress-inner {
	width: 57%
}

.pace .pace-progress[data-progress-text="58%"] .pace-progress-inner {
	width: 58%
}

.pace .pace-progress[data-progress-text="59%"] .pace-progress-inner {
	width: 59%
}

.pace .pace-progress[data-progress-text="60%"] .pace-progress-inner {
	width: 60%
}

.pace .pace-progress[data-progress-text="61%"] .pace-progress-inner {
	width: 61%
}

.pace .pace-progress[data-progress-text="62%"] .pace-progress-inner {
	width: 62%
}

.pace .pace-progress[data-progress-text="63%"] .pace-progress-inner {
	width: 63%
}

.pace .pace-progress[data-progress-text="64%"] .pace-progress-inner {
	width: 64%
}

.pace .pace-progress[data-progress-text="65%"] .pace-progress-inner {
	width: 65%
}

.pace .pace-progress[data-progress-text="66%"] .pace-progress-inner {
	width: 66%
}

.pace .pace-progress[data-progress-text="67%"] .pace-progress-inner {
	width: 67%
}

.pace .pace-progress[data-progress-text="68%"] .pace-progress-inner {
	width: 68%
}

.pace .pace-progress[data-progress-text="69%"] .pace-progress-inner {
	width: 69%
}

.pace .pace-progress[data-progress-text="70%"] .pace-progress-inner {
	width: 70%
}

.pace .pace-progress[data-progress-text="71%"] .pace-progress-inner {
	width: 71%
}

.pace .pace-progress[data-progress-text="72%"] .pace-progress-inner {
	width: 72%
}

.pace .pace-progress[data-progress-text="73%"] .pace-progress-inner {
	width: 73%
}

.pace .pace-progress[data-progress-text="74%"] .pace-progress-inner {
	width: 74%
}

.pace .pace-progress[data-progress-text="75%"] .pace-progress-inner {
	width: 75%
}

.pace .pace-progress[data-progress-text="76%"] .pace-progress-inner {
	width: 76%
}

.pace .pace-progress[data-progress-text="77%"] .pace-progress-inner {
	width: 77%
}

.pace .pace-progress[data-progress-text="78%"] .pace-progress-inner {
	width: 78%
}

.pace .pace-progress[data-progress-text="79%"] .pace-progress-inner {
	width: 79%
}

.pace .pace-progress[data-progress-text="80%"] .pace-progress-inner {
	width: 80%
}

.pace .pace-progress[data-progress-text="81%"] .pace-progress-inner {
	width: 81%
}

.pace .pace-progress[data-progress-text="82%"] .pace-progress-inner {
	width: 82%
}

.pace .pace-progress[data-progress-text="83%"] .pace-progress-inner {
	width: 83%
}

.pace .pace-progress[data-progress-text="84%"] .pace-progress-inner {
	width: 84%
}

.pace .pace-progress[data-progress-text="85%"] .pace-progress-inner {
	width: 85%
}

.pace .pace-progress[data-progress-text="86%"] .pace-progress-inner {
	width: 86%
}

.pace .pace-progress[data-progress-text="87%"] .pace-progress-inner {
	width: 87%
}

.pace .pace-progress[data-progress-text="88%"] .pace-progress-inner {
	width: 88%
}

.pace .pace-progress[data-progress-text="89%"] .pace-progress-inner {
	width: 89%
}

.pace .pace-progress[data-progress-text="90%"] .pace-progress-inner {
	width: 90%
}

.pace .pace-progress[data-progress-text="91%"] .pace-progress-inner {
	width: 91%
}

.pace .pace-progress[data-progress-text="92%"] .pace-progress-inner {
	width: 92%
}

.pace .pace-progress[data-progress-text="93%"] .pace-progress-inner {
	width: 93%
}

.pace .pace-progress[data-progress-text="94%"] .pace-progress-inner {
	width: 94%
}

.pace .pace-progress[data-progress-text="95%"] .pace-progress-inner {
	width: 95%
}

.pace .pace-progress[data-progress-text="96%"] .pace-progress-inner {
	width: 96%
}

.pace .pace-progress[data-progress-text="97%"] .pace-progress-inner {
	width: 97%
}

.pace .pace-progress[data-progress-text="98%"] .pace-progress-inner {
	width: 98%
}

.pace .pace-progress[data-progress-text="99%"] .pace-progress-inner {
	width: 99%
}

.pace .pace-progress[data-progress-text="100%"] .pace-progress-inner {
	width: 100%
}

.pace .pace-progress .pace-progress-inner {
	height: 100%;
	background-color: #1d86c8;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.pace-loader {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff
}

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

[class^=fonticon],
[class*=fonticon] {
	font-family: "icomoon";
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-circle:before {
	content: ""
}

.icon-circle-small:before {
	content: ""
}

.icon-cloud:before {
	content: ""
}

.icon-triangle-exclamation:before {
	content: ""
}

.icon-clock:before {
	content: ""
}

.icon-arrow-down-long:before {
	content: ""
}

.icon-arrow-left-long:before {
	content: ""
}

.icon-arrow-right-long:before {
	content: ""
}

.icon-arrow-up-long:before {
	content: ""
}

.icon-ellipsis-vertical:before {
	content: ""
}

.icon-house:before {
	content: ""
}

.icon-house-user:before {
	content: ""
}

.icon-pen:before {
	content: ""
}

.icon-pencil:before {
	content: ""
}

.icon-pen-to-square:before {
	content: ""
}

.icon-trash-can:before {
	content: ""
}

.icon-trash-can-check:before {
	content: ""
}

.icon-bag-shopping:before {
	content: ""
}

.icon-bags-shopping:before {
	content: ""
}

.icon-calendar:before {
	content: ""
}

.icon-calendar-day:before {
	content: ""
}

.icon-calendar-days:before {
	content: ""
}

.icon-caret-down:before {
	content: ""
}

.icon-caret-left:before {
	content: ""
}

.icon-caret-right:before {
	content: ""
}

.icon-caret-up:before {
	content: ""
}

.icon-cart-arrow-down:before {
	content: ""
}

.icon-cart-arrow-up:before {
	content: ""
}

.icon-cart-circle-arrow-down:before {
	content: ""
}

.icon-cart-circle-arrow-up:before {
	content: ""
}

.icon-cart-circle-check:before {
	content: ""
}

.icon-cart-circle-exclamation:before {
	content: ""
}

.icon-cart-circle-plus:before {
	content: ""
}

.icon-cart-circle-xmark:before {
	content: ""
}

.icon-cart-shopping:before {
	content: ""
}

.icon-cart-shopping-fast:before {
	content: ""
}

.icon-cart-xmark:before {
	content: ""
}

.icon-cc-amazon-pay:before {
	content: ""
}

.icon-cc-amex:before {
	content: ""
}

.icon-cc-apple-pay:before {
	content: ""
}

.icon-cc-diners-club:before {
	content: ""
}

.icon-cc-discover:before {
	content: ""
}

.icon-cc-jcb:before {
	content: ""
}

.icon-cc-mastercard:before {
	content: ""
}

.icon-cc-paypal:before {
	content: ""
}

.icon-cc-stripe:before {
	content: ""
}

.icon-cc-visa:before {
	content: ""
}

.icon-check:before {
	content: ""
}

.icon-check-double:before {
	content: ""
}

.icon-circle-arrow-down:before {
	content: ""
}

.icon-circle-arrow-left:before {
	content: ""
}

.icon-circle-arrow-right:before {
	content: ""
}

.icon-circle-arrow-up:before {
	content: ""
}

.icon-circle-info:before {
	content: ""
}

.icon-circle-minus:before {
	content: ""
}

.icon-circle-play:before {
	content: ""
}

.icon-circle-plus:before {
	content: ""
}

.icon-circle-question:before {
	content: ""
}

.icon-circle-user:before {
	content: ""
}

.icon-circle-xmark:before {
	content: ""
}

.icon-comment:before {
	content: ""
}

.icon-comments:before {
	content: ""
}

.icon-download:before {
	content: ""
}

.icon-envelope:before {
	content: ""
}

.icon-facebook:before {
	content: ""
}

.icon-facebook-f:before {
	content: ""
}

.icon-facebook-messenger:before {
	content: ""
}

.icon-google:before {
	content: ""
}

.icon-google-plus:before {
	content: ""
}

.icon-google-plus-g:before {
	content: ""
}

.icon-google-plus-square:before {
	content: ""
}

.icon-grid:before {
	content: ""
}

.icon-grid-2:before {
	content: ""
}

.icon-grid-horizontal:before {
	content: ""
}

.icon-heart:before {
	content: ""
}

.icon-heart-circle-check:before {
	content: ""
}

.icon-info:before {
	content: ""
}

.icon-instagram:before {
	content: ""
}

.icon-instagram-square:before {
	content: ""
}

.icon-linkedin:before {
	content: ""
}

.icon-linkedin-in:before {
	content: ""
}

.icon-list:before {
	content: ""
}

.icon-list-ul:before {
	content: ""
}

.icon-location-check:before {
	content: ""
}

.icon-location-dot:before {
	content: ""
}

.icon-location-pin:before {
	content: ""
}

.icon-magnifying-glass:before {
	content: ""
}

.icon-magnifying-glass-plus:before {
	content: ""
}

.icon-minus:before {
	content: ""
}

.icon-phone:before {
	content: ""
}

.icon-play:before {
	content: ""
}

.icon-plus:before {
	content: ""
}

.icon-question:before {
	content: ""
}

.icon-star:before {
	content: ""
}

.icon-star-half:before {
	content: ""
}

.icon-star-sharp:before {
	content: ""
}

.icon-telegram:before {
	content: ""
}

.icon-truck:before {
	content: ""
}

.icon-truck-fast:before {
	content: ""
}

.icon-twitter:before {
	content: ""
}

.icon-twitter-square:before {
	content: ""
}

.icon-user:before {
	content: ""
}

.icon-user-check:before {
	content: ""
}

.icon-user-lock:before {
	content: ""
}

.icon-user-unlock:before {
	content: ""
}

.icon-whatsapp:before {
	content: ""
}

.icon-whatsapp-square:before {
	content: ""
}

.icon-xmark:before {
	content: ""
}

.icon-xmark-large:before {
	content: ""
}

.icon-youtube:before {
	content: ""
}

.icon-youtube-square:before {
	content: ""
}

.icon-chevron-right:before {
	content: ""
}

.icon-chevron-up:before {
	content: ""
}

.icon-chevron-left:before {
	content: ""
}

.icon-chevron-down:before {
	content: ""
}

.icon-angle-up:before {
	content: ""
}

.icon-angle-right:before {
	content: ""
}

.icon-angle-left:before {
	content: ""
}

.icon-angle-down:before {
	content: ""
}

.icon-arrow-right:before {
	content: ""
}

.icon-arrow-up:before {
	content: ""
}

.icon-arrow-left:before {
	content: ""
}

.icon-arrow-down:before {
	content: ""
}

.internet-status {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #eee;
	background: linear-gradient(90deg, #eee 50%, #fff 50%);
	height: 100%;
	width: 100%;
	padding: 20px 0;
	display: none
}

.internet-status .content {
	padding: 25px
}

.internet-status .content .icon-wrap {
	position: relative;
	max-width: 220px;
	margin: auto
}

.internet-status .content .icon-wrap svg.antenna {
	max-width: 160px
}

.internet-status .content .icon-wrap svg.wifi {
	max-width: 70px;
	position: absolute;
	right: 0;
	top: -20px
}

.internet-status .content h3 {
	margin-top: 20px;
	font-size: 25px
}

@media screen and (max-width: 767px) {
	.internet-status .content h3 {
		font-size: 20px
	}
}

.internet-status .content p {
	margin-top: 15px;
	font-size: 14px
}

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 45px;
	height: 50px;
	cursor: pointer;
	display: block;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	transition: all .4s linear;
	-ms-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	padding: 4px 0
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.progress-wrap .icon {
	display: block;
	font-size: 20px;
	line-height: 1
}

.progress-wrap .text {
	font-size: 12px;
	display: block
}

.progress-wrap .progressbar {
	position: absolute;
	top: 0px;
	left: 0;
	height: 1px;
	background-color: #1d86c8
}

.progress-wrap:hover {
	bottom: 35px;
	color: #1d86c8
}

.pace {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff
}

.pace.pace-inactive {
	display: none
}

.pace .pace-progress {
	width: 280px;
	height: 5px;
	margin: auto;
	transform: none !important;
	background-color: #eee;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	right: 0;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .031372549);
	-ms-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .031372549);
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .031372549)
}

@media screen and (max-width: 767px) {
	.pace .pace-progress {
		width: 200px
	}
}

.pace .pace-progress:after {
	content: "Loading";
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -40px;
	text-transform: uppercase;
	letter-spacing: 3px
}

.pace .pace-progress[data-progress-text="1%"] .pace-progress-inner {
	width: 1%
}

.pace .pace-progress[data-progress-text="2%"] .pace-progress-inner {
	width: 2%
}

.pace .pace-progress[data-progress-text="3%"] .pace-progress-inner {
	width: 3%
}

.pace .pace-progress[data-progress-text="4%"] .pace-progress-inner {
	width: 4%
}

.pace .pace-progress[data-progress-text="5%"] .pace-progress-inner {
	width: 5%
}

.pace .pace-progress[data-progress-text="6%"] .pace-progress-inner {
	width: 6%
}

.pace .pace-progress[data-progress-text="7%"] .pace-progress-inner {
	width: 7%
}

.pace .pace-progress[data-progress-text="8%"] .pace-progress-inner {
	width: 8%
}

.pace .pace-progress[data-progress-text="9%"] .pace-progress-inner {
	width: 9%
}

.pace .pace-progress[data-progress-text="10%"] .pace-progress-inner {
	width: 10%
}

.pace .pace-progress[data-progress-text="11%"] .pace-progress-inner {
	width: 11%
}

.pace .pace-progress[data-progress-text="12%"] .pace-progress-inner {
	width: 12%
}

.pace .pace-progress[data-progress-text="13%"] .pace-progress-inner {
	width: 13%
}

.pace .pace-progress[data-progress-text="14%"] .pace-progress-inner {
	width: 14%
}

.pace .pace-progress[data-progress-text="15%"] .pace-progress-inner {
	width: 15%
}

.pace .pace-progress[data-progress-text="16%"] .pace-progress-inner {
	width: 16%
}

.pace .pace-progress[data-progress-text="17%"] .pace-progress-inner {
	width: 17%
}

.pace .pace-progress[data-progress-text="18%"] .pace-progress-inner {
	width: 18%
}

.pace .pace-progress[data-progress-text="19%"] .pace-progress-inner {
	width: 19%
}

.pace .pace-progress[data-progress-text="20%"] .pace-progress-inner {
	width: 20%
}

.pace .pace-progress[data-progress-text="21%"] .pace-progress-inner {
	width: 21%
}

.pace .pace-progress[data-progress-text="22%"] .pace-progress-inner {
	width: 22%
}

.pace .pace-progress[data-progress-text="23%"] .pace-progress-inner {
	width: 23%
}

.pace .pace-progress[data-progress-text="24%"] .pace-progress-inner {
	width: 24%
}

.pace .pace-progress[data-progress-text="25%"] .pace-progress-inner {
	width: 25%
}

.pace .pace-progress[data-progress-text="26%"] .pace-progress-inner {
	width: 26%
}

.pace .pace-progress[data-progress-text="27%"] .pace-progress-inner {
	width: 27%
}

.pace .pace-progress[data-progress-text="28%"] .pace-progress-inner {
	width: 28%
}

.pace .pace-progress[data-progress-text="29%"] .pace-progress-inner {
	width: 29%
}

.pace .pace-progress[data-progress-text="30%"] .pace-progress-inner {
	width: 30%
}

.pace .pace-progress[data-progress-text="31%"] .pace-progress-inner {
	width: 31%
}

.pace .pace-progress[data-progress-text="32%"] .pace-progress-inner {
	width: 32%
}

.pace .pace-progress[data-progress-text="33%"] .pace-progress-inner {
	width: 33%
}

.pace .pace-progress[data-progress-text="34%"] .pace-progress-inner {
	width: 34%
}

.pace .pace-progress[data-progress-text="35%"] .pace-progress-inner {
	width: 35%
}

.pace .pace-progress[data-progress-text="36%"] .pace-progress-inner {
	width: 36%
}

.pace .pace-progress[data-progress-text="37%"] .pace-progress-inner {
	width: 37%
}

.pace .pace-progress[data-progress-text="38%"] .pace-progress-inner {
	width: 38%
}

.pace .pace-progress[data-progress-text="39%"] .pace-progress-inner {
	width: 39%
}

.pace .pace-progress[data-progress-text="40%"] .pace-progress-inner {
	width: 40%
}

.pace .pace-progress[data-progress-text="41%"] .pace-progress-inner {
	width: 41%
}

.pace .pace-progress[data-progress-text="42%"] .pace-progress-inner {
	width: 42%
}

.pace .pace-progress[data-progress-text="43%"] .pace-progress-inner {
	width: 43%
}

.pace .pace-progress[data-progress-text="44%"] .pace-progress-inner {
	width: 44%
}

.pace .pace-progress[data-progress-text="45%"] .pace-progress-inner {
	width: 45%
}

.pace .pace-progress[data-progress-text="46%"] .pace-progress-inner {
	width: 46%
}

.pace .pace-progress[data-progress-text="47%"] .pace-progress-inner {
	width: 47%
}

.pace .pace-progress[data-progress-text="48%"] .pace-progress-inner {
	width: 48%
}

.pace .pace-progress[data-progress-text="49%"] .pace-progress-inner {
	width: 49%
}

.pace .pace-progress[data-progress-text="50%"] .pace-progress-inner {
	width: 50%
}

.pace .pace-progress[data-progress-text="51%"] .pace-progress-inner {
	width: 51%
}

.pace .pace-progress[data-progress-text="52%"] .pace-progress-inner {
	width: 52%
}

.pace .pace-progress[data-progress-text="53%"] .pace-progress-inner {
	width: 53%
}

.pace .pace-progress[data-progress-text="54%"] .pace-progress-inner {
	width: 54%
}

.pace .pace-progress[data-progress-text="55%"] .pace-progress-inner {
	width: 55%
}

.pace .pace-progress[data-progress-text="56%"] .pace-progress-inner {
	width: 56%
}

.pace .pace-progress[data-progress-text="57%"] .pace-progress-inner {
	width: 57%
}

.pace .pace-progress[data-progress-text="58%"] .pace-progress-inner {
	width: 58%
}

.pace .pace-progress[data-progress-text="59%"] .pace-progress-inner {
	width: 59%
}

.pace .pace-progress[data-progress-text="60%"] .pace-progress-inner {
	width: 60%
}

.pace .pace-progress[data-progress-text="61%"] .pace-progress-inner {
	width: 61%
}

.pace .pace-progress[data-progress-text="62%"] .pace-progress-inner {
	width: 62%
}

.pace .pace-progress[data-progress-text="63%"] .pace-progress-inner {
	width: 63%
}

.pace .pace-progress[data-progress-text="64%"] .pace-progress-inner {
	width: 64%
}

.pace .pace-progress[data-progress-text="65%"] .pace-progress-inner {
	width: 65%
}

.pace .pace-progress[data-progress-text="66%"] .pace-progress-inner {
	width: 66%
}

.pace .pace-progress[data-progress-text="67%"] .pace-progress-inner {
	width: 67%
}

.pace .pace-progress[data-progress-text="68%"] .pace-progress-inner {
	width: 68%
}

.pace .pace-progress[data-progress-text="69%"] .pace-progress-inner {
	width: 69%
}

.pace .pace-progress[data-progress-text="70%"] .pace-progress-inner {
	width: 70%
}

.pace .pace-progress[data-progress-text="71%"] .pace-progress-inner {
	width: 71%
}

.pace .pace-progress[data-progress-text="72%"] .pace-progress-inner {
	width: 72%
}

.pace .pace-progress[data-progress-text="73%"] .pace-progress-inner {
	width: 73%
}

.pace .pace-progress[data-progress-text="74%"] .pace-progress-inner {
	width: 74%
}

.pace .pace-progress[data-progress-text="75%"] .pace-progress-inner {
	width: 75%
}

.pace .pace-progress[data-progress-text="76%"] .pace-progress-inner {
	width: 76%
}

.pace .pace-progress[data-progress-text="77%"] .pace-progress-inner {
	width: 77%
}

.pace .pace-progress[data-progress-text="78%"] .pace-progress-inner {
	width: 78%
}

.pace .pace-progress[data-progress-text="79%"] .pace-progress-inner {
	width: 79%
}

.pace .pace-progress[data-progress-text="80%"] .pace-progress-inner {
	width: 80%
}

.pace .pace-progress[data-progress-text="81%"] .pace-progress-inner {
	width: 81%
}

.pace .pace-progress[data-progress-text="82%"] .pace-progress-inner {
	width: 82%
}

.pace .pace-progress[data-progress-text="83%"] .pace-progress-inner {
	width: 83%
}

.pace .pace-progress[data-progress-text="84%"] .pace-progress-inner {
	width: 84%
}

.pace .pace-progress[data-progress-text="85%"] .pace-progress-inner {
	width: 85%
}

.pace .pace-progress[data-progress-text="86%"] .pace-progress-inner {
	width: 86%
}

.pace .pace-progress[data-progress-text="87%"] .pace-progress-inner {
	width: 87%
}

.pace .pace-progress[data-progress-text="88%"] .pace-progress-inner {
	width: 88%
}

.pace .pace-progress[data-progress-text="89%"] .pace-progress-inner {
	width: 89%
}

.pace .pace-progress[data-progress-text="90%"] .pace-progress-inner {
	width: 90%
}

.pace .pace-progress[data-progress-text="91%"] .pace-progress-inner {
	width: 91%
}

.pace .pace-progress[data-progress-text="92%"] .pace-progress-inner {
	width: 92%
}

.pace .pace-progress[data-progress-text="93%"] .pace-progress-inner {
	width: 93%
}

.pace .pace-progress[data-progress-text="94%"] .pace-progress-inner {
	width: 94%
}

.pace .pace-progress[data-progress-text="95%"] .pace-progress-inner {
	width: 95%
}

.pace .pace-progress[data-progress-text="96%"] .pace-progress-inner {
	width: 96%
}

.pace .pace-progress[data-progress-text="97%"] .pace-progress-inner {
	width: 97%
}

.pace .pace-progress[data-progress-text="98%"] .pace-progress-inner {
	width: 98%
}

.pace .pace-progress[data-progress-text="99%"] .pace-progress-inner {
	width: 99%
}

.pace .pace-progress[data-progress-text="100%"] .pace-progress-inner {
	width: 100%
}

.pace .pace-progress .pace-progress-inner {
	height: 100%;
	background-color: #1d86c8;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.pace-loader {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff
}

.navbar-nav ul {
	margin: 0;
	padding: 0;
	text-align: center
}

.navbar-nav li {
	list-style: none;
	position: relative
}

.navbar-nav li a {
	display: block;
	text-decoration: none;
	position: relative;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.navbar-nav>ul>li {
	display: inline-block;
	position: relative;
	margin: 0 15px
}

@media screen and (max-width: 1199px) {
	.navbar-nav>ul>li {
		margin: 0 10px
	}
}

.navbar-nav>ul>li:before,
.navbar-nav>ul>li:after {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: 0px;
	background: #1d86c8
}

.navbar-nav>ul>li:before {
	left: 0
}

.navbar-nav>ul>li:after {
	right: 0;
	background: #1d86c8;
	transition: width .4s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.navbar-nav>ul>li:hover:before {
	background: #1d86c8;
	width: 100%;
	transition: width .4s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.navbar-nav>ul>li:hover:after {
	background: rgba(0, 0, 0, 0);
	width: 100%;
	transition: 0s
}

.navbar-nav>ul>li>a {
	padding: 35px 0px;
	font-weight: 500;
	font-size: 15px
}

@media screen and (max-width: 1199px) {
	.navbar-nav>ul>li>a {
		font-size: 14px
	}
}

.navbar-nav>ul>li>a:hover {
	color: #1d86c8
}

.navbar-nav ul ul {
	min-width: 180px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	list-style: none;
	z-index: 9999;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	background-color: #fff;
	top: auto;
	text-align: left;
	border-top: solid 1px #1d86c8
}

.navbar-nav ul ul li a {
	padding: 12px 15px;
	border-bottom: 1px solid #eee
}

.navbar-nav ul ul li a:hover:not(.dd-toggle) {
	color: #1d86c8
}

.navbar-nav li li {
	display: block
}

.navbar-nav ul ul ul {
	top: 0;
	left: 180px
}

.navbar-nav>ul>li:hover>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 0
}

.navbar-nav>ul>li.drop-left>ul {
	right: 0
}

.navbar-nav li.drop-left ul ul {
	left: auto;
	right: 180px
}

.nav-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	z-index: 998;
	background-color: rgba(0, 0, 0, .5);
	transition: .2s all
}

.navbar-nav li.has-sub {
	padding-right: 15px
}

html[dir=rtl] .navbar-nav li.has-sub {
	padding-right: 0px;
	padding-left: 15px
}

.navbar-nav li.has-sub>a:after {
	content: "";
	font-family: "icomoon";
	position: absolute;
	right: -16px;
	top: calc(50% + 2px);
	transform: translateY(-50%)
}

html[dir=rtl] .navbar-nav li.has-sub>a:after {
	right: auto;
	left: -16px
}

.navbar-nav li li.has-sub>a:after {
	content: "";
	top: 50%;
	right: 10px
}

.navbar-nav.hide-arrows li.has-sub>a:after,
.navbar-nav.hide-arrows li li.has-sub>a:after,
.navbar-nav.hide-arrows li.drop-left li.has-sub>a:after {
	display: none
}

.navbar-nav .menu-toggle,
.navbar-nav .close-menu {
	display: none;
	text-transform: uppercase;
	text-decoration: none
}

.navbar-nav .dd-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 49px;
	height: 51px;
	text-align: center;
	z-index: 9;
	border: 0
}

.navbar-nav.desktop.hide-arrows li.has-sub a {
	padding-right: 15px
}

.navbar-nav.mobile>ul>li>a.dd-toggle {
	padding: 0
}

.navbar-nav li.call-btn-mobile,
.navbar-nav li.location-btn-mobile {
	display: none
}

.navbar-nav a.dd-toggle .icon-plus {
	line-height: 49px
}

.navbar-nav a.dd-toggle .icon-plus:before {
	transition: transform .3s;
	font-family: "icomoon"
}

.navbar-nav li.open>a.dd-toggle .icon-plus:before {
	content: ""
}

.nav-toggle {
	display: none
}

.toggle {
	position: relative;
	width: 35px;
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
	text-align: left;
	vertical-align: middle
}

.toggle span {
	position: absolute;
	width: 35px;
	height: 2px;
	background: #000;
	border-radius: 10px;
	transition: .5s
}

.toggle span:nth-child(1) {
	transform: translateY(-10px);
	width: 25px;
	right: 0
}

.toggle.active span:nth-child(1) {
	width: 35px;
	transform: translateY(0) rotate(45deg);
	transition-delay: .125s
}

.toggle span:nth-child(2) {
	transform: translateY(10px);
	width: 15px;
	right: 0
}

.toggle.active span:nth-child(2) {
	width: 35px;
	transform: translateY(0) rotate(313deg);
	transition-delay: .25s
}

.toggle.active span:nth-child(3) {
	transform: translateX(60px)
}

.nav-toggle .icon span::before,
.nav-toggle .icon span::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #000
}

.nav-toggle .icon span::before {
	position: absolute;
	top: 6px;
	left: 0
}

.nav-toggle .icon span::after {
	position: absolute;
	bottom: 6px;
	left: 0
}

.navbar-nav.mobile {
	position: static
}

.navbar-nav.mobile.active .nav-overlay {
	opacity: 1;
	visibility: visible
}

.navbar-nav.mobile ul {
	position: relative
}

.navbar-nav.mobile.active {
	padding-bottom: 0
}

.navbar-nav.mobile.active>ul {
	display: block
}

.navbar-nav.mobile ul {
	text-align: left
}

.navbar-nav.mobile ul ul {
	box-shadow: none;
	border-top: none
}

.navbar-nav.mobile>ul>li {
	display: block;
	margin: 0;
	padding-right: 0px
}

html[dir=rtl] .navbar-nav.mobile>ul>li {
	padding-left: 0
}

html[dir=rtl] .navbar-nav.mobile li.has-sub {
	padding-left: 0
}

.navbar-nav.mobile>ul>li>a {
	padding: 15px
}

.navbar-nav.mobile ul {
	background: #fff
}

.navbar-nav.mobile ul ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	display: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none
}

.navbar-nav.mobile ul ul ul {
	left: auto;
	top: auto
}

.navbar-nav.mobile li.drop-left ul ul {
	right: auto
}

.navbar-nav.mobile li a {
	border-bottom: solid 1px #eee
}

.navbar-nav.mobile ul ul a:not(.dd-toggle) {
	border-bottom: solid 1px #eee;
	padding: 15px 20px
}

.navbar-nav.mobile li a.dd-toggle {
	border-left: solid 1px #eee
}

.navbar-nav.mobile .menu-toggle,
.navbar-nav.mobile .dd-toggle,
.navbar-nav.mobile .close-menu,
.navbar-nav.mobile .call-btn-mobile,
.navbar-nav.mobile .location-btn-mobile {
	display: inline-block
}

.navbar-nav.mobile.top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999
}

.navbar-nav.mobile li.has-sub>a:after,
.navbar-nav.mobile li li.has-sub>a:after,
.navbar-nav.mobile li.drop-left li.has-sub>a:after {
	display: none
}

.navbar-nav.mobile.right>ul,
.navbar-nav.mobile.left>ul {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999;
	transition: .4s ease-out;
	-webkit-overflow-scrolling: touch
}

.navbar-nav.mobile.right>ul {
	right: -280px
}

.navbar-nav.mobile.right .close-menu,
.navbar-nav.mobile.left .close-menu {
	display: block;
	text-align: right;
	padding: 5px 15px;
	background-color: #eee;
	font-size: 25px;
	line-height: normal
}

.navbar-nav.mobile.right .close-menu i,
.navbar-nav.mobile.left .close-menu i {
	line-height: 1.4
}

.navbar-nav.mobile.left>ul {
	left: -280px
}

.navbar-nav.mobile.left.active>ul {
	left: 0
}

.navbar-nav.mobile.right.active>ul {
	right: 0
}

.navbar-nav.desktop li.mega ul ul {
	background: none;
	border: none;
	box-shadow: none
}

.navbar-nav.desktop li.mega li {
	margin-left: 0px
}

.navbar-nav.desktop li.mega li li {
	display: block;
	position: relative
}

.navbar-nav.desktop li.mega ul ul {
	width: auto
}

.navbar-nav.desktop>ul>li.mega {
	position: inherit
}

.navbar-nav.desktop>ul>li.mega::before,
.navbar-nav.desktop>ul>li.mega::after {
	display: none
}

.navbar-nav>ul>li.mega>ul {
	display: none
}

.navbar-nav.desktop>ul>li.mega>ul {
	width: 100%;
	padding: 25px calc((100% - 1200px)/2);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.navbar-nav.desktop>ul>li.mega>ul>li {
	flex: 0 0 auto;
	width: 25%;
	padding-left: .5rem;
	padding-right: .5rem;
	margin: 15px 0
}

.navbar-nav.desktop>ul>li.mega>ul li.has-sub ul {
	display: block;
	position: relative;
	left: auto
}

.navbar-nav.desktop li.mega li li a {
	padding: 5px 0px;
	border: none;
	font-size: 15px;
	color: #6c6c6c
}

.navbar-nav.desktop li.mega li li a:hover {
	color: #000
}

.navbar-nav.desktop li.mega li.has-sub a:after {
	display: none
}

.navbar-nav.desktop>ul>li.mega>ul>li>a {
	font-size: 18px;
	pointer-events: none;
	color: #000;
	padding: 0 0 10px;
	margin-bottom: 10px
}

@media only screen and (max-width: 991.98px) {
	.navbar-nav {
		overflow: hidden;
		display: block
	}

	.navbar-nav ul {
		position: relative
	}

	.nav-toggle {
		display: block
	}
}

@media only screen and (max-width: 420px) {

	.navbar-nav.mobile .call-btn-mobile.third span,
	.navbar-nav.mobile .location-btn-mobile.third span {
		display: none
	}
}

.button,
.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 0;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	overflow: hidden
}

.button::after,
.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit]::after,
.button::before,
.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit]::before {
	position: absolute;
	content: "";
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.button span,
.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] span {
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0);
	padding: 10px 30px;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.button.input-type,
.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] {
	padding: 10px 30px
}

.button-lg span {
	font-size: 16px;
	padding: 15px 30px
}

.button-sm span {
	padding: 8px 20px;
	font-size: 14px
}

.button-rounded {
	border-radius: 100px;
	-ms-border-radius: 100px;
	-webkit-border-radius: 100px
}

.button-rounded span {
	border-radius: 100px;
	-ms-border-radius: 100px;
	-webkit-border-radius: 100px
}

.button-block {
	width: 100%
}

.button-primary {
	background-color: #000
}

.button-primary::before {
	background-color: #1d86c8
}

.button-primary span {
	color: #fff
}

.button-primary:hover span {
	color: #fff
}

.button-primary.input-type,
.newslatter .newslatter-form .es-form-field-container .gjs-row input.button-primary[type=submit] {
	background-color: #1d86c8;
	color: #fff
}

.button-primary.input-type:hover,
.newslatter .newslatter-form .es-form-field-container .gjs-row input.button-primary[type=submit]:hover {
	background-color: #000
}

.button-secondary,
.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] {
	background-color: #000
}

.button-secondary::before,
.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit]::before {
	background-color: #c62127
}

.button-secondary span,
.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] span {
	color: #fff
}

.button-secondary:hover span,
.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit]:hover span {
	color: #fff
}

.button-secondary.input-type,
.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] {
	background-color: #c62127;
	color: #fff
}

.button-secondary.input-type:hover,
.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit]:hover {
	background-color: #000
}

.button-black {
	background-color: #eee
}

.button-black::before {
	background-color: #000
}

.button-black span {
	color: #fff
}

.button-black:hover span {
	color: #000
}

.button-light-black {
	background-color: #000
}

.button-light-black::before {
	background-color: #646464
}

.button-light-black span {
	color: #fff
}

.button-light-black:hover span {
	color: #fff
}

.button-white {
	background-color: #000
}

.button-white::before {
	background-color: #fff
}

.button-white span {
	color: #000
}

.button-white:hover span {
	color: #fff
}

.button-outline-whatsapp {
	background-color: #289f3f;
	border: 1px solid #289f3f
}

.button-outline-whatsapp::before {
	background-color: #d8f2dd
}

.button-outline-whatsapp span {
	color: #289f3f
}

.button-outline-whatsapp:hover span {
	color: #fff
}

.button-outline-grey {
	background-color: #ccc;
	border: 1px solid #ccc
}

.button-outline-grey::before {
	background-color: #eee
}

.button-outline-grey span {
	color: #000
}

.button-outline-grey:hover span {
	color: #000
}

.filled-slide-up::before {
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%
}

.filled-slide-up:hover::before {
	height: 0%
}

.filled-slide-left::before {
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.filled-slide-left:hover::before {
	width: 0%
}

.filled-slide-right::before {
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%
}

.filled-slide-right:hover::before {
	width: 0%
}

.opacity::before {
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1
}

.opacity:hover::before {
	opacity: 0
}

.form-group {
	margin-bottom: 20px
}

.form-label {
	display: block
}

.form-control-custom,
.newslatter .newslatter-form .es-form-field-container .gjs-row .es-email {
	width: 100%;
	display: block;
	padding: 8px 15px;
	border: 1px solid #e7edf3;
	background-color: #fff;
	height: 42px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-clip: padding-box;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	outline: none
}

.form-control-custom::-webkit-input-placeholder,
.newslatter .newslatter-form .es-form-field-container .gjs-row .es-email::-webkit-input-placeholder {
	color: #000;
	opacity: .5
}

.form-control-custom:-moz-placeholder,
.newslatter .newslatter-form .es-form-field-container .gjs-row .es-email:-moz-placeholder {
	color: #000;
	opacity: .5
}

.form-control-custom::-moz-placeholder,
.newslatter .newslatter-form .es-form-field-container .gjs-row .es-email::-moz-placeholder {
	color: #000;
	opacity: .5
}

.form-control-custom:-ms-input-placeholder,
.newslatter .newslatter-form .es-form-field-container .gjs-row .es-email:-ms-input-placeholder {
	color: #000;
	opacity: .5
}

.form-control-custom.textarea,
.newslatter .newslatter-form .es-form-field-container .gjs-row .textarea.es-email {
	height: auto
}

.form-select-custom {
	width: 100%;
	display: block;
	padding: 8px 30px 8px 15px;
	height: 42px;
	border: 1px solid #e7edf3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fcfcfc;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	outline: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="15px"><path d="M362.7 203.9l-159.1 144c-6.125 5.469-15.31 5.469-21.44 0L21.29 203.9C14.73 197.1 14.2 187.9 20.1 181.3C26.38 174.4 36.5 174.5 42.73 180.1L192 314.5l149.3-134.4c6.594-5.877 16.69-5.361 22.62 1.188C369.8 187.9 369.3 197.1 362.7 203.9z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	cursor: pointer
}

.custom-checkbox {
	position: absolute;
	opacity: 0
}

.custom-checkbox+label {
	position: relative;
	cursor: pointer;
	padding: 0
}

.custom-checkbox+label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background-color: #eee;
	border: 1px solid #ccc
}

.custom-checkbox:checked+label:before {
	background: #1d86c8;
	border-color: #1d86c8
}

.custom-checkbox:disabled+label {
	color: #b8b8b8;
	cursor: auto
}

.custom-checkbox:disabled+label:before {
	box-shadow: none;
	background: #fcfcfc
}

.custom-checkbox:checked+label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 9px;
	background: #fff;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.custom-radio {
	position: absolute;
	opacity: 0
}

.custom-radio+label {
	cursor: pointer
}

.custom-radio+label:before {
	content: "";
	background-color: #eee;
	border-radius: 100px;
	-ms-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 1px solid #ccc;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 0px;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center
}

.custom-radio:checked+label:before {
	background-color: #1d86c8;
	box-shadow: inset 0 0 0 4px #eee;
	-ms-box-shadow: inset 0 0 0 4px #eee;
	-webkit-box-shadow: inset 0 0 0 4px #eee
}

.custom-radio:disabled+label {
	opacity: .6
}

.custom-radio:disabled+label:before {
	background-color: #eee;
	border-color: #eee
}

.custom-radio+label:empty:before {
	margin-right: 0
}

select.select2 {
	opacity: 0
}

.select2-style1 .select2-container {
	width: 100% !important
}

.select2-style1 .select2-container .select2-selection--single {
	border: 1px solid #e7edf3;
	border-radius: 3px;
	height: 45px
}

.select2-style1 .select2-container .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 43px;
	padding-left: 15px
}

.select2-style1 .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color: #000;
	opacity: .5
}

.select2-style1 .select2-container .select2-selection--single .select2-selection__arrow {
	height: 44px;
	width: 35px
}

.select2-style1 .select2-container .select2-selection--single .select2-selection__arrow:after {
	content: "";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #1d86c8
}

.select2-style1 .select2-container .select2-selection--single .select2-selection__arrow b {
	display: none
}

.select2-style2 .select2-container.select2 {
	width: 100% !important
}

.select2-style2 .select2-container .select2-selection--single {
	border: 1px solid #fff;
	border-radius: 3px;
	height: 42px;
	margin: 0
}

.select2-style2 .select2-container .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 35px
}

html[dir=rtl] .select2-style2 .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 15px;
	padding-left: 35px
}

.select2-style2 .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color: #000;
	opacity: .5
}

.select2-style2 .select2-container .select2-selection--single .select2-selection__arrow {
	height: 42px;
	width: 30px
}

.select2-style2 .select2-container .select2-selection--single .select2-selection__arrow:after {
	content: "";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #1d86c8
}

.select2-style2 .select2-container .select2-selection--single .select2-selection__arrow b {
	display: none
}

.select2-dropdown {
	border-color: #e7edf3
}

.select2-dropdown .select2-search__field {
	border-color: #ddd !important;
	border-radius: 3px;
	padding: 6px 8px
}

.select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

.select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
	background: #1d86c8
}

.select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
	background: #eee
}

.select2-dropdown .select2-results .select2-results__options {
	scrollbar-face-color: #1d86c8;
	scrollbar-track-color: #eee
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option {
	padding: 6px 8px
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
	background-color: #c62127;
	color: #fff
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 5px
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
	margin: 1.5em 0em 0em;
	padding: .6em;
	text-align: center;
	font-size: 14px
}

.wpcf7 .wpcf7-form .wpcf7-spinner {
	margin-top: 15px;
	display: none;
	margin-left: auto;
	margin-right: auto
}

.wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
	display: block
}

#wpcf7-f176-o2 .wpcf7-form .wpcf7-response-output,
#wpcf7-f257-o2 .wpcf7-form .wpcf7-response-output {
	color: #fff
}

.izimodal-style1 {
	max-width: 550px;
	display: none
}

.izimodal-style1 .modal-close {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 22px;
	line-height: 1;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.izimodal-style1 .modal-close:hover {
	color: #1d86c8
}

.izimodal-style1 .iziModal-content {
	padding: 20px
}

.enquiry-form .title,
.callback-form .title {
	text-align: center
}

.enquiry-form .form-style1,
.callback-form .form-style1 {
	margin-top: 25px
}

.enquiry-form .form-style1 .textarea,
.callback-form .form-style1 .textarea {
	height: 130px
}

.readall {
	position: relative;
	box-sizing: border-box
}

.readall-button {
	border: none;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	margin: 0;
	color: #1d86c8;
	font-size: 14px
}

.readall-hide:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 25px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff 75%)
}

@media screen and (max-width: 767px) {
	.page-404 .error-content {
		text-align: center;
		margin-top: 30px
	}
}

.page-404 .error-content h1 {
	font-size: 110px;
	font-weight: 900;
	text-shadow: 0px 10px 15px rgba(0, 0, 0, .0588235294);
	color: #1d86c8;
	line-height: normal;
	margin: 0
}

@media screen and (max-width: 991px) {
	.page-404 .error-content h1 {
		font-size: 80px
	}
}

@media screen and (max-width: 991px) {
	.page-404 .error-content h2 {
		font-size: 25px
	}
}

.overlay {
	background-color: rgba(0, 0, 0, .65);
	z-index: 997;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.overlay.active {
	opacity: 1;
	visibility: visible
}

.site-header {
	background-color: #fff
}

.site-header .topbar {
	background-color: #272727
}

.site-header .topbar .left {
	height: 100%
}

@media screen and (max-width: 767px) {
	.site-header .topbar .left {
		display: none
	}
}

.site-header .topbar .left ul li {
	border-right: 1px solid rgba(255, 255, 255, .3098039216)
}

html[dir=rtl] .site-header .topbar .left ul li {
	border-right: none;
	border-left: 1px solid rgba(255, 255, 255, .3098039216)
}

.site-header .topbar .left ul li a,
.site-header .topbar .left ul li span {
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 10px 15px
}

.site-header .topbar .left ul li a i,
.site-header .topbar .left ul li span i {
	margin-right: 5px;
	font-size: 16px
}

html[dir=rtl] .site-header .topbar .left ul li a i,
html[dir=rtl] .site-header .topbar .left ul li span i {
	margin-right: 0px;
	margin-left: 5px
}

.site-header .topbar .left ul li:first-child a {
	padding-left: 0
}

html[dir=rtl] .site-header .topbar .left ul li:first-child a {
	padding-right: 0
}

@media screen and (max-width: 1199px) {
	.site-header .topbar .left ul li:first-child {
		display: none
	}
}

.site-header .topbar .left ul li:last-child {
	border-right: none
}

html[dir=rtl] .site-header .topbar .left ul li:last-child {
	border-left: none
}

.site-header .topbar .right {
	height: 100%
}

.site-header .topbar .right .language-switcher {
	color: #fff;
	padding: 0px 17px
}

@media screen and (max-width: 767px) {
	.site-header .topbar .right .language-switcher {
		padding: 0
	}
}

.site-header .topbar .right .language-switcher .wpml-ls-legacy-list-horizontal {
	border: none;
	position: relative;
	top: -1px;
	padding: 0
}

.site-header .topbar .right ul.sosial-icon li {
	height: 100%
}

.site-header .topbar .right ul.sosial-icon li a {
	height: 100%;
	color: #fff;
	font-size: 16px;
	padding: 0px 17px;
	border-left: 1px solid rgba(255, 255, 255, .3098039216);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

html[dir=rtl] .site-header .topbar .right ul.sosial-icon li a {
	border-left: none;
	border-right: 1px solid rgba(255, 255, 255, .3098039216)
}

.site-header .topbar .right ul.sosial-icon li a:hover {
	background-color: #1d86c8
}

.site-header .topbar .right ul {
	height: 100%
}

.site-header .topbar .right ul.contact li {
	height: 100%
}

.site-header .topbar .right ul.contact li.enquiry span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #c62127;
	color: #fff;
	padding: 9px 20px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	height: 100%;
	cursor: pointer
}

@media screen and (max-width: 991px) {
	.site-header .topbar .right ul.contact li.enquiry span {
		padding: 9px 15px;
		font-size: 14px
	}
}

.site-header .topbar .right ul.contact li.enquiry span i {
	font-size: 18px;
	margin-left: 5px;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	vertical-align: text-top
}

html[dir=rtl] .site-header .topbar .right ul.contact li.enquiry span i {
	margin-left: 0px;
	margin-right: 5px
}

html[dir=rtl] .site-header .topbar .right ul.contact li.enquiry span i::before {
	content: ""
}

.site-header .navigation-bar .logo {
	border-right: 1px solid rgba(0, 0, 0, .1607843137)
}

html[dir=rtl] .site-header .navigation-bar .logo {
	border-right: none;
	border-left: 1px solid rgba(0, 0, 0, .1607843137)
}

@media screen and (max-width: 991px) {
	.site-header .navigation-bar .logo {
		border: none;
		padding: 10px 0
	}
}

@media screen and (max-width: 767px) {
	.site-header .navigation-bar .logo img {
		max-height: 45px
	}
}

.site-header .header-right ul li .item-separator {
	display: block;
	width: 1px;
	background-color: rgba(0, 0, 0, .1607843137);
	margin: 0 22px;
	height: 30px
}

.site-header .header-right ul li .cart a {
	font-size: 22px
}

.site-header .header-right ul li .call-box .icon {
	height: 40px;
	width: 40px;
	background-color: #1d86c8;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	line-height: 38px;
	box-shadow: 0px 4px 5px rgba(29, 134, 200, .3019607843)
}

.site-header .header-right ul li .call-box .text {
	margin-left: 10px
}

html[dir=rtl] .site-header .header-right ul li .call-box .text {
	margin-left: 0px;
	margin-right: 10px
}

.site-header .header-right ul li .call-box .text span,
.site-header .header-right ul li .call-box .text strong {
	display: block
}

.site-header .header-right ul li .call-box .text span {
	font-size: 12px;
	color: #8c8c8c
}

.site-header .header-right ul li .call-box .text strong {
	font-size: 18px;
	margin-top: 2px
}

.site-footer {
	background-color: #021633
}

@media screen and (max-width: 767px) {
	.site-footer {
		padding-top: .75rem
	}
}

.site-footer .widget-col {
	padding: 50px 0
}

@media screen and (max-width: 767px) {
	.site-footer .widget-col {
		padding: 20px 0
	}
}

@media screen and (max-width: 575px) {
	.site-footer .widget-col {
		padding: 15px 0
	}
}

.site-footer .widget-col.padding-left {
	padding-left: 10%
}

html[dir=rtl] .site-footer .widget-col.padding-left {
	padding-left: 0%;
	padding-right: 10%
}

@media screen and (max-width: 575px) {
	.site-footer .widget-col.padding-left {
		padding-left: 0
	}

	html[dir=rtl] .site-footer .widget-col.padding-left {
		padding-right: 0
	}
}

.site-footer .widget-col .widget-title {
	margin-bottom: 20px
}

.site-footer .widget-col .widget-title h3 {
	color: #fff;
	font-size: 18px
}

.site-footer .footer-about {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 1;
	height: 100%
}

@media screen and (min-width: 768px)and (max-width: 991px) {
	.site-footer .footer-about {
		padding-left: 10px;
		padding-right: 10px
	}
}

.site-footer .footer-about:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #042649;
	z-index: -1
}

.site-footer .footer-about .logo {
	margin-bottom: 20px
}

.site-footer .footer-about p {
	color: rgba(255, 255, 255, .7);
	font-size: 14px
}

.site-footer .footer-about h4 {
	margin: 20px 0 0
}

@media screen and (max-width: 991px) {
	.site-footer .footer-about h4 {
		font-size: 16px
	}
}

.site-footer .footer-about h4 a {
	color: #fff
}

.site-footer .sosial-icon {
	margin-top: 17px
}

.site-footer .sosial-icon ul li {
	margin: 0 5px
}

.site-footer .sosial-icon ul li a {
	display: block;
	height: 32px;
	width: 32px;
	color: #fff;
	border-radius: 100px;
	-ms-border-radius: 100px;
	-webkit-border-radius: 100px;
	line-height: 31px;
	font-size: 15px
}

.site-footer .sosial-icon ul li a.facebook {
	background-color: #2947c3
}

.site-footer .sosial-icon ul li a.instagram {
	background-color: #c80e0e
}

.site-footer .sosial-icon ul li a:hover {
	background-color: #fff;
	color: #000
}

.site-footer .footer-links ul {
	margin: 0;
	padding: 0
}

.site-footer .footer-links ul li {
	list-style-type: none;
	margin-bottom: 10px
}

.site-footer .footer-links ul li a {
	color: rgba(255, 255, 255, .7);
	font-size: 14px
}

.site-footer .footer-links ul li a:hover {
	color: #c62127
}

.site-footer .footer-contact ul {
	margin: 0;
	padding: 0
}

.site-footer .footer-contact ul li {
	list-style-type: none;
	margin-bottom: 15px
}

.site-footer .footer-contact ul li a,
.site-footer .footer-contact ul li span {
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	position: relative;
	display: block;
	padding-left: 25px
}

html[dir=rtl] .site-footer .footer-contact ul li a,
html[dir=rtl] .site-footer .footer-contact ul li span {
	padding-left: 0px;
	padding-right: 25px
}

.site-footer .footer-contact ul li a i,
.site-footer .footer-contact ul li span i {
	color: #fff;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 16px
}

html[dir=rtl] .site-footer .footer-contact ul li a i,
html[dir=rtl] .site-footer .footer-contact ul li span i {
	left: auto;
	right: 0
}

.site-footer .footer-contact ul li .rtl-attr {
	padding: 0
}

html[dir=rtl] .site-footer .footer-contact ul li .rtl-attr {
	padding: 0
}

.site-footer .footer-contact ul li a:hover {
	color: #c62127
}

.site-footer .footer-copyright {
	background-color: #031227;
	padding: 20px 0
}

.site-footer .footer-copyright .copyright {
	color: rgba(255, 255, 255, .7);
	font-size: 14px
}

@media screen and (max-width: 767px) {
	.site-footer .footer-copyright .copyright {
		text-align: center
	}
}

@media screen and (max-width: 767px) {
	.site-footer .footer-copyright .payment-method {
		margin-top: 10px
	}
}

.site-footer .footer-copyright .payment-method ul li {
	margin-left: 10px;
	color: rgba(255, 255, 255, .7);
	font-size: 24px
}

.floating-button {
	position: fixed;
	bottom: 15px;
	left: 15px;
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000
}

.floating-button .icon {
	background-color: #42db87;
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 25px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0)
	}
}

.swiper-navigation-style1 {
	position: relative
}

.swiper-navigation-style1 .slider {
	margin: 0 50px
}

@media screen and (max-width: 767px) {
	.swiper-navigation-style1 .slider {
		margin: 0
	}
}

.swiper-navigation-style1 .swiper-button-next,
.swiper-navigation-style1 .swiper-button-prev {
	border: 1px solid #1d86c8;
	background-color: #1d86c8;
	width: 38px;
	height: 38px;
	border-radius: 100px;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

@media screen and (max-width: 767px) {

	.swiper-navigation-style1 .swiper-button-next,
	.swiper-navigation-style1 .swiper-button-prev {
		display: none
	}
}

.swiper-navigation-style1 .swiper-button-next::after,
.swiper-navigation-style1 .swiper-button-prev::after {
	font-size: 14px;
	color: #fff
}

.swiper-navigation-style1 .swiper-button-next:hover,
.swiper-navigation-style1 .swiper-button-prev:hover {
	background-color: #000;
	border-color: rgba(0, 0, 0, 0)
}

.swiper-navigation-style1 .swiper-button-next {
	right: 0
}

.swiper-navigation-style1 .swiper-button-prev {
	left: 0
}

.swiper-navigation-style2 {
	position: relative
}

.swiper-navigation-style2 .swiper-button-next,
.swiper-navigation-style2 .swiper-button-prev {
	border: 1px solid #1d86c8;
	background-color: #1d86c8;
	width: 38px;
	height: 38px;
	border-radius: 100px;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.swiper-navigation-style2 .swiper-button-next::after,
.swiper-navigation-style2 .swiper-button-prev::after {
	font-size: 14px;
	color: #fff
}

.swiper-navigation-style2 .swiper-button-next:hover,
.swiper-navigation-style2 .swiper-button-prev:hover {
	background-color: #000;
	border-color: rgba(0, 0, 0, 0)
}

.swiper-navigation-style2 .swiper-button-next {
	right: 15px
}

.swiper-navigation-style2 .swiper-button-prev {
	left: 15px
}

.swiper-pagination-style1 {
	position: relative
}

.swiper-pagination-style1 .swiper-pagination {
	text-align: center;
	position: relative;
	bottom: 0;
	margin-top: 10px
}

.swiper-pagination-style1 .swiper-pagination:empty {
	display: none
}

.swiper-pagination-style1 .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	border-radius: 3px;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.swiper-pagination-style1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 35px
}

.woocommerce-breadcrumb {
	color: #fff;
	display: none
}

.page-title .woocommerce-breadcrumb,
.page-title-style2 .woocommerce-breadcrumb {
	display: block
}

.woocommerce-breadcrumb a {
	color: #fff
}

.woocommerce-breadcrumb a:hover {
	color: #000
}

.woocommerce-tabs {
	margin-top: 30px
}

.woocommerce-tabs .wc-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #eee
}

.woocommerce-tabs .wc-tabs li {
	margin-right: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.woocommerce-tabs .wc-tabs li.active {
	border-color: #1d86c8
}

.woocommerce-tabs .wc-tabs li.active a {
	opacity: 1
}

.woocommerce-tabs .wc-tabs a {
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	opacity: .5;
	padding-bottom: 10px;
	display: block
}

@media screen and (max-width: 767px) {
	.woocommerce-tabs .wc-tabs a {
		font-size: 16px
	}
}

.woocommerce-tabs .woocommerce-Tabs-panel--description>h2 {
	display: none
}

.woocommerce-tabs .woocommerce-Tabs-panel--description ul li+li {
	margin-top: 7px
}

.woocommerce-tabs .woocommerce-Tabs-panel .table th {
	width: 50%
}

.woocommerce-tabs .woocommerce-Tabs-panel .table>:not(caption)>*>* {
	padding: .6rem .6rem
}

.woocommerce-tabs .woocommerce-Tabs-panel--additional_information>h2 {
	display: none
}

.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table {
	vertical-align: top;
	border-color: #dee2e6;
	width: 100%
}

.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table>:not(caption)>* {
	border-width: 1px 0
}

.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table>:not(caption)>*>* {
	border-width: 0 1px;
	padding: .6rem .7rem
}

.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table>:not(:last-child)>:last-child>* {
	border-bottom-color: currentColor
}

.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr th {
	width: 30%;
	font-weight: 500
}

@media screen and (max-width: 767px) {
	.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr th {
		width: 50%
	}
}

.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr td p {
	margin: 0
}

html[dir=rtl] .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr td p {
	direction: ltr;
	text-align: right
}

.onsale {
	display: none
}

.woocommerce-product-gallery__wrapper {
	margin-bottom: 0;
	border: 10px solid #f0f2f7;
	text-align: center;
	padding: 10px
}

.flex-viewport {
	border: 10px solid #f0f2f7
}

.flex-viewport>.woocommerce-product-gallery__wrapper {
	border: none
}

.woocommerce-product-gallery__wrapper:after {
	clear: both;
	display: block;
	content: ""
}

.woocommerce-product-gallery__wrapper img {
	object-fit: cover
}

.woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px -5px 0 -5px;
	padding: 0
}

.woocommerce-product-gallery .flex-control-thumbs li {
	list-style-type: none;
	margin: 0 5px
}

.woocommerce-product-gallery .flex-control-thumbs li img {
	height: 70px;
	width: 70px;
	width: 100%;
	object-fit: cover;
	border: 1px solid #f0f2f7;
	cursor: pointer
}

@media screen and (max-width: 767px) {
	.woocommerce-product-gallery .flex-control-thumbs li img {
		height: 60px;
		width: 60px
	}
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	border-color: #989898
}

.woocommerce-result-count {
	margin: 0;
	font-size: 14px
}

@media screen and (max-width: 767px) {
	.woocommerce-result-count {
		margin-bottom: 10px;
		text-align: center
	}
}

.woocommerce-pagination {
	margin-top: 30px
}

.woocommerce-pagination ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: wrap;
	justify-content: center
}

.woocommerce-pagination ul li {
	list-style-type: none;
	margin: 2px
}

.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
	display: block;
	padding: 5px 4px;
	text-align: center;
	min-width: 35px;
	border: 1px solid #ddd;
	border-radius: 3px
}

.woocommerce-pagination ul li span:not(.dots) {
	background-color: #1d86c8;
	border-color: #1d86c8;
	color: #fff
}

.main-banner {
	background-color: #000;
	min-height: 630px;
	padding-top: 70px;
	padding-bottom: 70px
}

@media screen and (max-width: 767px) {
	.main-banner {
		min-height: 1px;
		padding-top: 50px;
		padding-bottom: 110px
	}
}

@media screen and (max-width: 767px) {
	.main-banner .banner-content {
		text-align: center
	}
}

.main-banner .banner-content h2 {
	color: #fff;
	font-size: 50px
}

@media screen and (max-width: 767px) {
	.main-banner .banner-content h2 {
		font-size: 30px
	}
}

@media screen and (min-width: 768px)and (max-width: 991px) {
	.main-banner .banner-content h2 {
		font-size: 40px
	}
}

.main-banner .banner-content p {
	color: #9ea7ba;
	margin-top: 20px
}

.main-banner .banner-content .button,
.main-banner .banner-content .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit],
.newslatter .newslatter-form .es-form-field-container .gjs-row .main-banner .banner-content input[type=submit] {
	margin-top: 15px
}

.main-banner .banner-content .button i,
.main-banner .banner-content .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] i,
.newslatter .newslatter-form .es-form-field-container .gjs-row .main-banner .banner-content input[type=submit] i {
	vertical-align: text-bottom;
	margin-right: 5px;
	font-size: 18px
}

html[dir=rtl] .main-banner .banner-content .button i,
html[dir=rtl] .main-banner .banner-content .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] i,
.newslatter .newslatter-form .es-form-field-container .gjs-row html[dir=rtl] .main-banner .banner-content input[type=submit] i {
	margin-right: 0px;
	margin-left: 5px
}

.main-banner .image-wrap {
	position: absolute;
	bottom: -60px;
	left: calc(50% - 30px);
	transform: translateX(-50%)
}

.main-banner .image-wrap img {
	width: 380px
}

.main-search {
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	z-index: 2
}

@media screen and (max-width: 767px) {
	.main-search {
		margin-top: 30px
	}
}

.main-search::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	background: #fff;
	width: 100%;
	height: 26px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	opacity: .45
}

.main-search .nav-tabs {
	border-bottom: none;
	background-color: #f2f2f2;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: relative;
	z-index: 1
}

.main-search .nav-tabs .button,
.main-search .nav-tabs .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit],
.newslatter .newslatter-form .es-form-field-container .gjs-row .main-search .nav-tabs input[type=submit] {
	padding: 18px 20px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	margin-right: 10px
}

@media screen and (max-width: 767px) {

	.main-search .nav-tabs .button,
	.main-search .nav-tabs .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit],
	.newslatter .newslatter-form .es-form-field-container .gjs-row .main-search .nav-tabs input[type=submit] {
		padding: 15px 10px
	}
}

@media screen and (min-width: 768px)and (max-width: 991px) {

	.main-search .nav-tabs .button,
	.main-search .nav-tabs .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit],
	.newslatter .newslatter-form .es-form-field-container .gjs-row .main-search .nav-tabs input[type=submit] {
		margin-right: 5px;
		font-size: 12px;
		padding: 15px 10px
	}
}

.main-search .nav-tabs .button .icon,
.main-search .nav-tabs .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] .icon,
.newslatter .newslatter-form .es-form-field-container .gjs-row .main-search .nav-tabs input[type=submit] .icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
	z-index: -1
}

.main-search .nav-tabs .button .icon svg,
.main-search .nav-tabs .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] .icon svg,
.newslatter .newslatter-form .es-form-field-container .gjs-row .main-search .nav-tabs input[type=submit] .icon svg {
	width: 40px;
	fill: #e6e6e6
}

.main-search .nav-tabs .button.active,
.main-search .nav-tabs .newslatter .newslatter-form .es-form-field-container .gjs-row input.active[type=submit],
.newslatter .newslatter-form .es-form-field-container .gjs-row .main-search .nav-tabs input.active[type=submit] {
	border-color: #1d86c8;
	color: #1d86c8
}

.main-search .tab-content {
	padding: 30px 30px
}

.main-search .tab-content .search-wrap .label {
	margin-bottom: 10px;
	display: none
}

.main-search .tab-content .search-wrap .label label {
	font-weight: 500
}

.main-search .tab-content .search-wrap .rear {
	display: none
}

.main-search .tab-content .search-wrap .form-group {
	height: 45px;
	background-image: url("../images/loader-style1.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	background-color: #fff;
	margin-bottom: 15px
}

.main-search .tab-content .search-wrap .info-text {
	color: #868686;
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
	text-transform: uppercase;
	cursor: pointer
}

.main-search .tab-content .search-wrap .info-text span .icon {
	vertical-align: text-bottom;
	margin-right: 2px
}

html[dir=rtl] .main-search .tab-content .search-wrap .info-text span .icon {
	margin-right: 0px;
	margin-left: 2px
}

.main-search .tab-content .search-wrap .info-text span.active .icon .fonticon::before {
	content: ""
}

.main-search .tab-content .search-wrap .info-text span:hover {
	color: #1d86c8
}

.about-us {
	padding-top: 110px;
	padding-bottom: 50px
}

@media screen and (max-width: 767px) {
	.about-us .section-title {
		text-align: center
	}
}

@media screen and (max-width: 767px) {
	.about-us .image-wrap {
		margin-bottom: 40px
	}
}

.about-us .image-wrap.aspect-custom {
	padding-bottom: 92.8%
}

@media screen and (max-width: 767px) {
	.about-us-page .section-title {
		text-align: center
	}
}

@media screen and (max-width: 767px) {
	.about-us-page .image-wrap {
		margin-top: 20px
	}
}

.about-us-page .image-wrap.aspect-custom {
	padding-bottom: 76%
}

.segment {
	background-position: bottom
}

.segment .box {
	text-align: center;
	background-color: #fff;
	padding: 30px;
	height: 100%
}

.segment .box:hover {
	transform: translateY(-10px)
}

@media screen and (max-width: 767px) {
	.segment .box {
		margin-bottom: 1.5rem;
		height: auto
	}
}

.segment .box .icon svg {
	height: 35px
}

.segment .box h3 {
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 0
}

@media screen and (max-width: 767px) {
	.segment .box h3 {
		margin-top: 14px
	}
}

.segment .text-wrap {
	margin-top: 30px
}

.how-it-work {
	background-position: center
}

.how-it-work .process {
	position: relative;
	z-index: 1
}

.how-it-work .process .line {
	text-align: center;
	padding: 0 12%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	top: 15px
}

@media screen and (max-width: 767px) {
	.how-it-work .process .line {
		display: none
	}
}

.how-it-work .process .line img {
	width: 100%
}

.how-it-work .process .box {
	text-align: center
}

@media screen and (max-width: 767px) {
	.how-it-work .process .box {
		margin-bottom: 25px
	}
}

.how-it-work .process .box .icon {
	height: 100px;
	width: 100px;
	background-color: #1d86c8;
	border-radius: 100px;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.how-it-work .process .box .icon svg {
	height: 50px;
	fill: #fff
}

.how-it-work .process .box .text-wrap {
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	position: relative
}

.how-it-work .process .box .text-wrap h3 {
	margin-top: 20px;
	font-size: 20px
}

.how-it-work .process .box .text-wrap p {
	margin-bottom: 0
}

.how-it-work .process .box .text-wrap .count {
	position: absolute;
	top: -11px;
	width: 100%;
	text-align: center;
	left: 0;
	color: #def;
	font-size: 65px;
	line-height: .7;
	font-weight: 800;
	z-index: -1
}

.how-it-work .process:hover .box .icon {
	background-color: #59a6d7
}

.how-it-work .process:hover .box .text-wrap {
	opacity: .6
}

.how-it-work .process .box:hover .icon {
	background-color: #1d86c8
}

.how-it-work .process .box:hover .text-wrap {
	opacity: 1
}

.shop-by-brands {
	background-position: center
}

.shop-by-brands .brands-list .box {
	text-align: center;
	border: 1px solid #eee;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .06);
	-ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .06);
	padding: 10px
}

.shop-by-brands .brands-list .box:hover {
	box-shadow: 25px 25px 81px 0px rgba(95, 63, 176, .08);
	-ms-box-shadow: 25px 25px 81px 0px rgba(95, 63, 176, .08);
	-webkit-box-shadow: 25px 25px 81px 0px rgba(95, 63, 176, .08);
	border-color: #000
}

.shop-by-brands .brands-list .box a {
	min-height: 65px;
	position: relative
}

.shop-by-brands .brands-list .box a .image-wrap {
	width: 100%;
	min-height: 30px
}

.shop-by-brands .brands-list .box a .image-wrap img {
	background-color: #fff;
	max-height: 30px
}

.testimonial {
	z-index: 1
}

@media screen and (max-width: 767px) {
	.testimonial .section-title {
		text-align: center
	}
}

.testimonial:after {
	background: #f0f2f7;
	background: linear-gradient(110deg, rgb(240, 242, 247) 50%, transparent 50%);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1
}

.testimonial .image-wrap {
	text-align: center;
	background-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 767px) {
	.testimonial .image-wrap {
		margin-top: 30px
	}
}

.testimonial .image-wrap.aspect-custom {
	padding-bottom: 65%
}

.testimonial .image-wrap img {
	max-width: 430px;
	max-height: 100%
}

.testimonial .testimonial-slider {
	padding-right: 10%
}

html[dir=rtl] .testimonial .testimonial-slider {
	padding-right: 0;
	padding-left: 10%
}

@media screen and (max-width: 767px) {
	.testimonial .testimonial-slider {
		padding-right: 0
	}

	html[dir=rtl] .testimonial .testimonial-slider {
		padding-left: 0
	}
}

@media screen and (max-width: 767px) {
	.testimonial .testimonial-slider .content-wrap {
		text-align: center
	}
}

.testimonial .testimonial-slider .content-wrap .icon {
	margin-bottom: 15px
}

.testimonial .testimonial-slider .content-wrap .icon svg {
	width: 50px;
	fill: #d8dae1
}

.testimonial .testimonial-slider .content-wrap p {
	color: #666;
	font-size: 20px;
	margin: 0
}

@media screen and (max-width: 991px) {
	.testimonial .testimonial-slider .content-wrap p {
		font-size: 18px
	}
}

.testimonial .testimonial-slider .content-wrap p::before {
	content: open-quote
}

.testimonial .testimonial-slider .content-wrap p::after {
	content: close-quote
}

.testimonial .testimonial-slider .content-wrap .author {
	margin-top: 25px
}

.testimonial .testimonial-slider .content-wrap .author .avtar img {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.testimonial .testimonial-slider .content-wrap .author .name {
	margin-left: 10px
}

html[dir=rtl] .testimonial .testimonial-slider .content-wrap .author .name {
	margin-left: 0px;
	margin-right: 10px
}

@media screen and (max-width: 767px) {
	html[dir=rtl] .testimonial .testimonial-slider .content-wrap .author .name {
		text-align: right
	}
}

@media screen and (max-width: 767px) {
	.testimonial .testimonial-slider .content-wrap .author .name {
		text-align: left
	}
}

.testimonial .testimonial-slider .content-wrap .author .name h5 {
	margin: 0
}

.testimonial .testimonial-slider .content-wrap .author .name span {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	color: #1d86c8
}

.offers .offer-slider,
.offers .list {
	position: relative
}

.offers .offer-slider .box,
.offers .list .box {
	position: relative;
	overflow: hidden;
	border-radius: 3px
}

.offers .offer-slider .box .image-wrap.aspect-custom,
.offers .list .box .image-wrap.aspect-custom {
	padding-bottom: 42%
}

.offers .offer-slider .box .image-wrap img,
.offers .list .box .image-wrap img {
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.offers .offer-slider .box:hover .image-wrap img,
.offers .list .box:hover .image-wrap img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}

.offers .list .box {
	margin-bottom: 1.5rem
}

.blogs .box {
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	margin-bottom: 1.5rem;
	height: calc(100% - 1.5rem)
}

.blogs .box .image-wrap {
	overflow: hidden
}

.blogs .box .image-wrap.aspect-custom {
	padding-bottom: 56%
}

.blogs .box .content {
	padding: 20px
}

.blogs .box .content p {
	margin: 12px 0 0
}

.blogs .box .content .post-info ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px
}

.blogs .box .content .post-info ul li+li:before {
	content: "/";
	margin: 0 6px
}

.blogs .box .content .title {
	margin-top: 10px
}

.blogs .box .content .title h5 {
	font-size: 20px;
	margin-bottom: 0
}

@media screen and (max-width: 767px) {
	.blogs .box .content .title h5 {
		font-size: 18px
	}
}

.blogs .box .content .readmore {
	margin-top: 10px
}

.blogs .box .content .readmore .link {
	font-size: 14px
}

.blogs .box .content .readmore .link i {
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	display: inline-block
}

html[dir=rtl] .blogs .box .content .readmore .link i::before {
	content: ""
}

.blogs .box .content .readmore .link:hover {
	color: #1d86c8
}

.blogs .box .content .readmore .link:hover i {
	margin-left: 5px
}

html[dir=rtl] .blogs .box .content .readmore .link:hover i {
	margin-left: 0px;
	margin-right: 5px
}

.blogs .box:hover .image-wrap img {
	transform: scale(1.05)
}

.blogs .blog-pagination {
	margin-top: 30px
}

.blogs .blog-pagination .pagination {
	margin: 0
}

.blogs .blog-pagination .pagination li {
	margin: 0 4px
}

.blogs .blog-pagination .pagination li span,
.blogs .blog-pagination .pagination li a {
	display: block;
	border: 1px solid #ddd;
	padding: 8px 20px;
	font-size: 18px;
	font-weight: 600
}

@media screen and (max-width: 767px) {

	.blogs .blog-pagination .pagination li span,
	.blogs .blog-pagination .pagination li a {
		font-size: 16px
	}
}

.blogs .blog-pagination .pagination li span.current,
.blogs .blog-pagination .pagination li a.current {
	background-color: #1d86c8;
	color: #fff;
	border-color: rgba(0, 0, 0, 0)
}

.blogs .blog-pagination .pagination li span i,
.blogs .blog-pagination .pagination li a i {
	position: relative;
	top: -2px
}

html[dir=rtl] .blogs .blog-pagination .pagination li.next-list-item a i::before {
	content: ""
}

html[dir=rtl] .blogs .blog-pagination .pagination li.prev-list-item a i::before {
	content: ""
}

.blogs .blog-pagination .pagination li a:hover {
	background-color: #1d86c8;
	color: #fff;
	border-color: rgba(0, 0, 0, 0)
}

.product-list .list-view .product-box {
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #fff;
	height: 100%
}

.product-list .list-view .product-box:hover {
	border-color: #000
}

.product-list .list-view .product-box .brand {
	min-height: 50px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin: 0;
}

@media screen and (max-width: 767px) {
	.product-list .list-view .product-box .brand {
		min-height: 45px;
	}
}

.product-list .list-view .product-box .brand img {
    max-width: 135px;
    max-height: 35px;
}

@media screen and (max-width: 767px) {
  .product-list .list-view .product-box .brand img {
    max-height: 30px;
  }    
}

.product-list .list-view .product-box .image-wrap {
	padding-bottom: 95%;
	margin-top: 10px
}

.product-list .list-view .product-box .product-image{
	height: 115px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
	.product-list .list-view .product-box .product-image{
		height: 80px;	
	}
}

.product-list .list-view .product-box .product-image .warranty{
	position: absolute;
    bottom: 0;
    font-size: 10px;
    max-width: 70px;
    text-align: center;
    border-top-right-radius: 5px;
    overflow: hidden;
}

html[dir=rtl] .product-list .list-view .product-box .product-image .warranty{
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
}

.product-list .list-view .product-box .product-image .warranty ul li{
	display: flex;
    flex-flow: wrap;
}

.product-list .list-view .product-box .product-image .warranty ul li span{
	display: block;
    background-color: #fff;
    text-align: center;
    width: 100%;
    order: 12;
    text-transform: uppercase;
}

.product-list .list-view .product-box .product-image .warranty ul li a{
	display: block;
    background-color: #1d86c8;
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    order: 1;
    pointer-events: none;
}

.product-list .list-view .product-box .name {
    text-align: center;
    padding: 8px 10px;
}

.product-list .list-view .product-box .name h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center
}

@media screen and (max-width: 767px) {
	.product-list .list-view .product-box .name h3 {
		font-size: 12px
	}
}

.product-list .list-view .product-box .name .tyre-size {
	font-size: 14px
}

@media screen and (max-width: 767px) {
    .product-list .list-view .product-box .name .tyre-size {
   		 font-size: 12px;
	}  
}

.product-list .list-view .product-box .name .tyre-size ul li {
	text-align: center
}

.product-list .list-view .product-box .name .tyre-size ul li span {
	display: none
}

.product-list .list-view .product-box .name .tyre-size ul li a {
	pointer-events: none;
	color: #000;
	display: inline-block
}

html[dir=rtl] .product-list .list-view .product-box .name .tyre-size ul li a {
	direction: ltr
}

.product-list .list-view .product-box .product-item-mfyear-vehicle{
	padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.product-list .list-view .product-box .product-item-mfyear-vehicle .vehicle{
	height: 25px;
    width: 48px;
    background-size: 1000%;
    display: block;
}

.product-list .list-view .product-box .product-item-mfyear-vehicle .vehicle.car{
	background-position: 2.6% 2.1%;
}

.product-list .list-view .product-box .product-item-mfyear-vehicle .mfcountry {
	font-size: 12px;
    text-align: right;
    display: block;
    font-weight: 500;
    color: #474747;
}

html[dir=rtl] .product-list .list-view .product-box .product-item-mfyear-vehicle .mfcountry {
    text-align: left;
}

.product-list .list-view .product-box .product-item-mfyear-vehicle ul li span{
	display: none;
}

.product-list .list-view .product-box .product-item-mfyear-vehicle ul li a{
	pointer-events: none;
}

.product-list .list-view .product-box .offer {
	text-align: center;
    padding: 6px 10px;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.7;
}

.product-list .list-view .product-box .offer span{
	display: block;
}

.product-list .list-view .product-box .offer b{
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.product-list .list-view .product-box .offer {
		padding: 8px 10px;
		font-size: 12px
	}
}

.product-list .list-view .product-box .action-wrap {
	padding: 0 0 15px 0;
}

@media screen and (max-width: 767px) {
  	.product-list .list-view .product-box .action-wrap {
    	padding: 0 5px 10px 5px;
	}    
}

.product-list .list-view .product-box .action-wrap .button,
.product-list .list-view .product-box .action-wrap .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit],
.newslatter .newslatter-form .es-form-field-container .gjs-row .product-list .list-view .product-box .action-wrap input[type=submit] {
	margin: 0 3px
}

@media screen and (max-width: 1199px) {

	.product-list .list-view .product-box .action-wrap .button span,
	.product-list .list-view .product-box .action-wrap .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] span,
	.newslatter .newslatter-form .es-form-field-container .gjs-row .product-list .list-view .product-box .action-wrap input[type=submit] span {
		padding: 8px 15px
	}
}

@media screen and (min-width: 768px)and (max-width: 1199px) {

	.product-list .list-view .product-box .action-wrap .button span,
	.product-list .list-view .product-box .action-wrap .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] span,
	.newslatter .newslatter-form .es-form-field-container .gjs-row .product-list .list-view .product-box .action-wrap input[type=submit] span {
		padding: 8px 10px
	}
}

@media screen and (max-width: 575px) {

	.product-list .list-view .product-box .action-wrap .button,
	.product-list .list-view .product-box .action-wrap .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit],
	.newslatter .newslatter-form .es-form-field-container .gjs-row .product-list .list-view .product-box .action-wrap input[type=submit] {
		width: 100%;
		margin: 3px
	}
}

.product-list .bundle-view .bundle-box {
	border: 1px solid #ddd;
	border-radius: 8px;
	height: 100%
}

.product-list .bundle-view .bundle-box:hover {
	border-color: #000
}

.product-list .bundle-view .bundle-box .product {
	height: 100%
}

.product-list .bundle-view .bundle-box .product+.product .bc-border {
	border-left: 1px solid #ddd
}

html[dir=rtl] .product-list .bundle-view .bundle-box .product+.product .bc-border {
	border-right: 1px solid #ddd;
	border-left: 0
}

.product-list .bundle-view .product-box {
	height: 100%
}

.product-list .bundle-view .product-box .bc-border {
	/* padding: 10px 10px 0px 10px */
}

.product-list .bundle-view .product-box .product-image{
	height: 115px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
	.product-list .bundle-view .product-box .product-image{
		height: 80px;	
	}
}

.product-list .bundle-view .product-box .brand {
	min-height: 50px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin: 0;
}

@media screen and (max-width: 767px) {
	.product-list .bundle-view .product-box .brand {
		min-height: 45px;
	}
}

.product-list .bundle-view .product-box .brand img {
	max-width: 135px;
    max-height: 35px;
}

@media screen and (max-width: 767px) {
  .product-list .bundle-view .product-box .brand img {
    max-height: 30px;
  }    
}

.product-list .bundle-view .product-box .image-wrap {
	padding-bottom: calc(5vw + 90px);
	margin-top: 10px
}

@media screen and (max-width: 767px) {
	.product-list .bundle-view .product-box .image-wrap {
		padding-bottom: calc(5vw + 110px)
	}
}

.product-list .bundle-view .product-box .product-image .warranty{
	position: absolute;
    bottom: 0;
    font-size: 10px;
    max-width: 70px;
    text-align: center;
    border-top-right-radius: 5px;
    overflow: hidden;
}

html[dir=rtl] .product-list .bundle-view .product-box .product-image .warranty {
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
}

.product-list .bundle-view .product-box .product-image .warranty ul li{
	display: flex;
    flex-flow: wrap;
}

.product-list .bundle-view .product-box .product-image .warranty ul li span{
	display: block;
    background-color: #fff;
    text-align: center;
    width: 100%;
    order: 12;
    text-transform: uppercase;
}

.product-list .bundle-view .product-box .product-image .warranty ul li a{
	display: block;
    background-color: #1d86c8;
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    order: 1;
    pointer-events: none;
}

.product-list .bundle-view .product-box .name {
	text-align: center;
    padding: 8px 10px;
}

.product-list .bundle-view .product-box .name h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center
}

@media screen and (max-width: 767px) {
	.product-list .bundle-view .product-box .name h3 {
		font-size: 12px
	}
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
	.product-list .bundle-view .product-box .name h3 {
		font-size: 12px
	}
}

.product-list .bundle-view .product-box .name .tyre-size {
	font-size: 14px
}

@media screen and (max-width: 767px) {
    .product-list .list-view .product-box .name .tyre-size {
   		 font-size: 12px;
	}  
}

.product-list .bundle-view .product-box .name .tyre-size ul li {
	text-align: center
}

.product-list .bundle-view .product-box .name .tyre-size ul li span {
	display: none
}

.product-list .bundle-view .product-box .name .tyre-size ul li a {
	pointer-events: none;
	color: #000;
	display: inline-block
}

html[dir=rtl] .product-list .bundle-view .product-box .name .tyre-size ul li a {
	direction: ltr
}

.product-list .bundle-view .product-box .product-item-mfyear-vehicle{
	padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.product-list .bundle-view .product-box .product-item-mfyear-vehicle .vehicle{
	height: 25px;
    width: 48px;
    background-size: 1000%;
    display: block;
}

.product-list .bundle-view .product-box .product-item-mfyear-vehicle .vehicle.car{
	background-position: 2.6% 2.1%;
}

.product-list .bundle-view .product-box .product-item-mfyear-vehicle .mfcountry {
	font-size: 12px;
    text-align: right;
    display: block;
    font-weight: 500;
    color: #474747;
}

html[dir=rtl] .product-list .bundle-view .product-box .product-item-mfyear-vehicle .mfcountry {
    text-align: left;
}

.product-list .bundle-view .product-box .product-item-mfyear-vehicle ul li span{
	display: none;
}

.product-list .bundle-view .product-box .product-item-mfyear-vehicle ul li a{
	pointer-events: none;
}

.product-list .bundle-view .product-box .offer {
	text-align: center;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.7;
    border-bottom: 1px solid #ddd;
}

.product-list .bundle-view .product-box .offer span{
	display: block;
}

.product-list .bundle-view .product-box .offer b{
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.product-list .bundle-view .product-box .offer {
		padding: 8px 10px;
		font-size: 12px
	}
}

.product-list .bundle-view .product-box .action-wrap {
	padding: 10px 0 10px 0;
}

@media screen and (max-width: 767px) {
  	.product-list .bundle-view .product-box .action-wrap {
    	padding: 10px 5px 10px 5px;
	}    
}

.product-list .bundle-view .product-box .action-wrap .button,
.product-list .bundle-view .product-box .action-wrap .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit],
.newslatter .newslatter-form .es-form-field-container .gjs-row .product-list .bundle-view .product-box .action-wrap input[type=submit] {
	margin-left: -42px
}

html[dir=rtl] .product-list .bundle-view .product-box .action-wrap .button,
html[dir=rtl] .product-list .bundle-view .product-box .action-wrap .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit],
.newslatter .newslatter-form .es-form-field-container .gjs-row html[dir=rtl] .product-list .bundle-view .product-box .action-wrap input[type=submit] {
	margin-right: -42px;
	margin-left: 0
}

.services:after,
.services:before {
	background-image: url("../images/bg/pattern-bg3.png");
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	content: "";
	background-size: cover
}

.services:after {
	bottom: 0
}

@media screen and (max-width: 767px) {
	.services:after {
		bottom: -10px
	}
}

.services:before {
	top: 0;
	background-position: bottom
}

@media screen and (max-width: 767px) {
	.services:before {
		top: -10px
	}
}

.services .box {
	position: relative;
	border-radius: 3px;
	overflow: hidden
}

.services .box .image-wrap {
	overflow: hidden
}

.services .box .image-wrap.aspect-custom {
	padding-bottom: 85%
}

.services .box .title-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	z-index: 2
}

.services .box .title-wrap .icon {
	position: relative;
	z-index: 1;
	width: 90px;
	padding: 14px 12px;
	min-height: 55px;
	background-color: #1d86c8
}

.services .box .title-wrap .icon img {
	max-width: 40px;
	max-height: 40px
}

.services .box .title-wrap .title {
	padding: 5px 10px 5px 15px
}

html[dir=rtl] .services .box .title-wrap .title {
	padding: 5px 15px 5px 10px
}

.services .box .title-wrap .title h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600
}

@media screen and (max-width: 991px) {
	.services .box .title-wrap .title h3 {
		font-size: 16px
	}
}

.services .box .readmore {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding-left: 20px;
	text-transform: uppercase;
	opacity: 0;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

html[dir=rtl] .services .box .readmore {
	padding-left: 0px;
	padding-right: 20px;
	left: auto;
	right: 0
}

.services .box .readmore .fonticon {
	height: 50px;
	width: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	background-color: #1d86c8;
	color: #fff;
	font-size: 20px
}

html[dir=rtl] .services .box .readmore .fonticon:before {
	content: ""
}

.services .box:hover .image-wrap img {
	transform: scale(1.05)
}

.services .box:hover .title-wrap {
	transform: translateY(70px)
}

.services .box:hover .readmore {
	opacity: 1
}

.services.list-page:after,
.services.list-page:before {
	display: none
}

.services.list-page .box {
	margin-bottom: 1.5rem;
	border: 1px solid #ddd
}

.newslatter {
	border-top: 1px solid #eee;
	background-position: center
}

@media screen and (max-width: 767px) {
	.newslatter .title {
		text-align: center
	}
}

.newslatter .title h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 30px
}

@media screen and (max-width: 991px) {
	.newslatter .title h3 {
		font-size: 25px
	}
}

.newslatter .newslatter-form {
	position: relative
}

@media screen and (max-width: 767px) {
	.newslatter .newslatter-form {
		margin-top: 25px
	}
}

.newslatter .newslatter-form .es-form-field-container {
	display: flex;
	align-items: center
}

.newslatter .newslatter-form .es-form-field-container .gjs-row {
	margin: 0
}

.newslatter .newslatter-form .es-form-field-container .gjs-row:empty {
	display: none
}

.newslatter .newslatter-form .es-form-field-container .gjs-row:nth-child(2) {
	width: 100%
}

.newslatter .newslatter-form .es-form-field-container .gjs-row .es-email {
	border-radius: 3px 0px 0px 3px
}

html[dir=rtl] .newslatter .newslatter-form .es-form-field-container .gjs-row .es-email {
	border-radius: 0px 3px 3px 0px
}

.newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] {
	border-radius: 0px 3px 3px 0px
}

html[dir=rtl] .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] {
	border-radius: 3px 0px 0px 3px
}

.newslatter .newslatter-form .es_subscription_message.error {
	font-size: 14px;
	margin-top: 5px;
	display: block
}

.newslatter .newslatter-form .es_spinner_image {
	float: none;
	text-align: center;
	margin-top: 0;
	position: absolute;
	width: 100%;
	bottom: -40px;
	left: 0
}

@media screen and (max-width: 767px) {
	.newslatter .newslatter-form .es_spinner_image {
		bottom: -34px
	}
}

@media screen and (max-width: 767px) {
	.newslatter .newslatter-form .es_spinner_image img {
		width: 25px
	}
}

.location {
	background-position: center bottom -6px;
	background-size: 380px;
	background-repeat: repeat-x
}

.location .location-slider .swiper-slide {
	height: auto
}

.location .box {
	background-color: #fff;
	border: 1px solid #eee;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	height: 100%
}

.location .box .image-wrap {
	overflow: hidden
}

.location .box .image-wrap.aspect-custom {
	padding-bottom: 67%
}

.location .box .content {
	padding: 25px 20px;
	border-top: 1px solid #eee
}

.location .box .content .title {
	text-align: center;
	margin-top: -42px;
	z-index: 2;
	position: relative;
	margin-bottom: 20px
}

.location .box .content .title h3 {
	font-size: 18px;
	margin-bottom: 0;
	background-color: #fff;
	display: inline-block;
	padding: 8px 20px
}

.location .box .content ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px
}

html[dir=rtl] .location .box .content ul li {
	padding-left: 0px;
	padding-right: 28px
}

.location .box .content ul li:last-child {
	margin-bottom: 0
}

.location .box .content ul li a:hover {
	color: #1d86c8
}

.location .box .content ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 18px
}

html[dir=rtl] .location .box .content ul li i {
	left: auto;
	right: 0
}

.location .box:hover .image-wrap img {
	transform: scale(1.05)
}

.request-call {
	background-position: center
}

.request-call:before {
	background-image: url("../images/bg/pattern-bg3.png");
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	content: "";
	background-size: cover
}

.request-call:before {
	top: 0;
	background-position: bottom
}

@media screen and (max-width: 767px) {
	.request-call:before {
		top: -10px
	}
}

@media screen and (max-width: 767px) {
	.request-call .text-wrap {
		text-align: center
	}
}

.request-call .text-wrap h3 {
	font-size: 38px;
	font-weight: 800
}

@media screen and (max-width: 991px) {
	.request-call .text-wrap h3 {
		font-size: 32px
	}
}

@media screen and (max-width: 767px) {
	.request-call .text-wrap h3 {
		font-size: 25px
	}
}

.request-call .text-wrap p {
	margin: 0
}

.request-call .right {
	text-align: right
}

html[dir=rtl] .request-call .right {
	text-align: left
}

@media screen and (max-width: 767px) {
	.request-call .right {
		text-align: center;
		margin-top: 30px
	}

	html[dir=rtl] .request-call .right {
		text-align: center
	}
}

.vision-mission .video iframe {
	width: 100%;
	height: 310px
}

@media screen and (max-width: 767px) {
	.vision-mission .video iframe {
		height: 270px
	}
}

@media screen and (max-width: 767px) {
	.vision-mission .mission-info {
		margin-top: 30px
	}
}

.vision-mission .mission-info ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px
}

.vision-mission .mission-info ul li .icon svg {
	width: 40px;
	fill: #1d86c8
}

.vision-mission .mission-info ul li .text {
	padding-left: 20px
}

html[dir=rtl] .vision-mission .mission-info ul li .text {
	padding-left: 0px;
	padding-right: 20px
}

.vision-mission .mission-info ul li .text h3 {
	font-size: 25px
}

@media screen and (max-width: 767px) {
	.vision-mission .mission-info ul li .text h3 {
		font-size: 20px
	}
}

.vision-mission .mission-info ul li .text p {
	margin-top: 3px;
	margin-bottom: 0
}

.vision-mission .mission-info ul li:last-child {
	margin-bottom: 0
}

.blog-details .post-box .image-wrap {
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #eee;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .04);
	-ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .04)
}

.blog-details .post-box .image-wrap.aspect-custom {
	padding-top: 33%
}

.blog-details .post-box .post-info {
	margin-top: 20px
}

.blog-details .post-box .post-info ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.blog-details .post-box .post-info ul li+li {
	margin-left: 20px
}

html[dir=rtl] .blog-details .post-box .post-info ul li+li {
	margin-left: 0px;
	margin-right: 20px
}

.blog-details .post-box .post-info ul li .icon {
	display: block;
	margin-right: 7px;
	margin-top: -3px;
	color: #1d86c8;
	font-size: 14px
}

html[dir=rtl] .blog-details .post-box .post-info ul li .icon {
	margin-right: 0px;
	margin-left: 7px
}

.blog-details .post-box .title {
	margin-top: 20px
}

.blog-details .post-box .title h2 {
	font-size: 30px
}

@media screen and (max-width: 991px) {
	.blog-details .post-box .title h2 {
		font-size: 24px
	}
}

@media screen and (max-width: 767px) {
	.blog-details .post-box .title h2 {
		font-size: 20px
	}
}

.blog-details .post-box .post-content {
	margin-top: 20px
}

.blog-details .post-box .post-extrainfo {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0px;
	margin-top: 30px
}

.blog-details .post-box .post-extrainfo .tags-info ul li {
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 3px
}

html[dir=rtl] .blog-details .post-box .post-extrainfo .tags-info ul li {
	margin-right: 0px;
	margin-left: 12px
}

.blog-details .post-box .post-extrainfo .tags-info ul li strong {
	font-weight: 600
}

.blog-details .post-box .post-extrainfo .tags-info ul li a {
	display: block;
	border: 1px solid #eee;
	padding: 3px 15px;
	text-transform: uppercase;
	font-size: 12px
}

.blog-details .post-box .post-extrainfo .tags-info ul li a:hover {
	background-color: #eee
}

@media screen and (max-width: 767px) {
	.blog-details .post-box .post-extrainfo .post-share {
		margin-top: 20px
	}
}

.page-title {
	padding-top: 100px;
	background-position: center;
	background-color: #000;
	position: relative;
	z-index: 1
}

@media screen and (max-width: 767px) {
	.page-title {
		padding-top: 70px
	}
}

.page-title::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background: -webkit-linear-gradient(to left, rgba(16, 20, 31, 0.0588235294), #10141f);
	background: linear-gradient(to left, rgba(16, 20, 31, 0.0588235294), #10141f);
	content: "";
	z-index: -1
}

.page-title .title h1 {
	color: #fff;
	font-size: 38px;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .7294117647)
}

@media screen and (max-width: 767px) {
	.page-title .title h1 {
		font-size: 25px
	}
}

.page-title .breadcrumb {
	background: #1d86c8;
	background: linear-gradient(130deg, rgb(29, 134, 200) 80%, rgb(255, 255, 255) 80%);
	margin-top: 30px;
	margin-bottom: 0;
	padding: 10px 0
}

@media screen and (max-width: 767px) {
	.page-title .breadcrumb {
		background: #1d86c8
	}
}

html[dir=rtl] .page-title .breadcrumb {
	background: linear-gradient(130deg, rgb(255, 255, 255) 20%, rgb(29, 134, 200) 0%)
}

@media screen and (max-width: 767px) {
	html[dir=rtl] .page-title .breadcrumb {
		background: #1d86c8
	}
}

.page-title .breadcrumb ul li {
	color: #fff;
	position: relative;
	font-size: 14px
}

.page-title .breadcrumb ul li:after {
	content: "";
	font-family: "icomoon";
	vertical-align: middle;
	margin: 0 10px;
	display: inline-block
}

html[dir=rtl] .page-title .breadcrumb ul li:after {
	content: ""
}

.page-title .breadcrumb ul li:last-child::after {
	display: none
}

.page-title .breadcrumb ul li a {
	color: #fff
}

.page-title .breadcrumb ul li a:hover {
	color: #000
}

.page-title-style2 .breadcrumb {
	background: #1d86c8;
	background: linear-gradient(130deg, rgb(29, 134, 200) 80%, #eee 80%);
	margin-bottom: 0;
	padding: 10px 0
}

@media screen and (max-width: 767px) {
	.page-title-style2 .breadcrumb {
		background: #1d86c8
	}
}

html[dir=rtl] .page-title-style2 .breadcrumb {
	background: linear-gradient(130deg, rgb(238, 238, 238) 20%, rgb(29, 134, 200) 0%)
}

@media screen and (max-width: 767px) {
	html[dir=rtl] .page-title-style2 .breadcrumb {
		background: #1d86c8
	}
}

.page-title-style2 .breadcrumb ul li {
	color: #fff;
	position: relative
}

.page-title-style2 .breadcrumb ul li:after {
	content: "";
	font-family: "icomoon";
	vertical-align: middle;
	margin: 0 10px;
	display: inline-block
}

html[dir=rtl] .page-title-style2 .breadcrumb ul li:after {
	content: ""
}

.page-title-style2 .breadcrumb ul li:last-child::after {
	display: none
}

.page-title-style2 .breadcrumb ul li a {
	color: #fff
}

.page-title-style2 .breadcrumb ul li a:hover {
	color: #000
}

.products .toolbar {
	background-color: #eee;
	padding: 10px 15px;
	margin-bottom: 25px;
	position: relative
}

.products .toolbar .right .search {
	margin-right: 10px
}

html[dir=rtl] .products .toolbar .right .search {
	margin-right: 0px;
	margin-left: 10px
}

.products .toolbar .right .search .button span,
.products .toolbar .right .search .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] span,
.newslatter .newslatter-form .es-form-field-container .gjs-row .products .toolbar .right .search input[type=submit] span {
	padding: 10px 10px
}

@media screen and (max-width: 991px) {

	.products .toolbar .right .search .button span,
	.products .toolbar .right .search .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] span,
	.newslatter .newslatter-form .es-form-field-container .gjs-row .products .toolbar .right .search input[type=submit] span {
		padding: 10px 12px
	}
}

.products .toolbar .right .search .button strong,
.products .toolbar .right .search .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] strong,
.newslatter .newslatter-form .es-form-field-container .gjs-row .products .toolbar .right .search input[type=submit] strong {
	font-weight: 600
}

@media screen and (max-width: 575px) {

	.products .toolbar .right .search .button strong,
	.products .toolbar .right .search .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] strong,
	.newslatter .newslatter-form .es-form-field-container .gjs-row .products .toolbar .right .search input[type=submit] strong {
		display: none
	}
}

.products .toolbar .right .search .button,
.products .toolbar .right .search .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit],
.newslatter .newslatter-form .es-form-field-container .gjs-row .products .toolbar .right .search input[type=submit] {
	font-size: 14px;
	font-weight: 600
}

.products .toolbar .right .search .button i,
.products .toolbar .right .search .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] i,
.newslatter .newslatter-form .es-form-field-container .gjs-row .products .toolbar .right .search input[type=submit] i {
	position: relative;
	top: -2px;
	margin-right: 5px;
	font-size: 16px
}

html[dir=rtl] .products .toolbar .right .search .button i,
html[dir=rtl] .products .toolbar .right .search .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] i,
.newslatter .newslatter-form .es-form-field-container .gjs-row html[dir=rtl] .products .toolbar .right .search input[type=submit] i {
	margin-left: 5px;
	margin-right: 0
}

@media screen and (max-width: 575px) {

	.products .toolbar .right .search .button i,
	.products .toolbar .right .search .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] i,
	.newslatter .newslatter-form .es-form-field-container .gjs-row .products .toolbar .right .search input[type=submit] i {
		margin-right: 0px
	}
}

@media screen and (max-width: 991px) {
	.products .toolbar .right .woocommerce-ordering {
		width: calc(100% - 240px)
	}
}

@media screen and (min-width: 992px) {
	.products .toolbar .right .woocommerce-ordering {
		max-width: 200px;
		min-width: 160px
	}
}

@media screen and (max-width: 575px) {
	.products .toolbar .right .woocommerce-ordering {
		width: calc(100% - 122px)
	}
}

.products .toolbar .right .sidebar-toggle {
	margin-right: 10px
}

html[dir=rtl] .products .toolbar .right .sidebar-toggle {
	margin-right: 10px;
	margin-left: 10px
}

@media screen and (min-width: 992px) {
	.products .toolbar .right .sidebar-toggle {
		display: none
	}
}

.products .toolbar .right .sidebar-toggle .button span,
.products .toolbar .right .sidebar-toggle .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] span,
.newslatter .newslatter-form .es-form-field-container .gjs-row .products .toolbar .right .sidebar-toggle input[type=submit] span {
	padding: 9px 15px
}

.products .toolbar .right .sidebar-toggle .button svg,
.products .toolbar .right .sidebar-toggle .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] svg,
.newslatter .newslatter-form .es-form-field-container .gjs-row .products .toolbar .right .sidebar-toggle input[type=submit] svg {
	height: 20px;
	fill: #fff
}

.products .toolbar .main-search {
	width: 100%;
	max-width: 420px;
	position: absolute;
	right: 0;
	top: 100%;
	border: 1px solid #eee;
	box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, .08);
	-ms-box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, .08);
	margin: 0
}

html[dir=rtl] .products .toolbar .main-search {
	left: 0;
	right: auto
}

.sidebar {
	border: 1px solid #ddd;
	border-bottom: none;
	border-radius: 3px;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.sidebar.active {
	left: 0
}

html[dir=rtl] .sidebar.active {
	right: 0
}

@media screen and (max-width: 991px) {
	.sidebar {
		position: fixed;
		top: 0;
		left: -280px;
		z-index: 9999;
		background-color: #fff;
		width: 280px;
		height: 100%;
		border-radius: 0;
		border-width: 0 1px 0px 0px
	}

	html[dir=rtl] .sidebar {
		right: -280px;
		left: auto;
		border-width: 0 0px 0px 1px
	}
}

@media screen and (max-width: 991px) {
	.sidebar .scroll {
		overflow-y: scroll;
		height: calc(100vh - 46px)
	}
}

.sidebar .sidebar-close {
	display: block;
	background-color: #1d86c8;
	color: #fff;
	font-size: 30px;
	text-align: right;
	padding: 5px 15px;
	line-height: normal
}

html[dir=rtl] .sidebar .sidebar-close {
	text-align: left
}

@media screen and (min-width: 992px) {
	.sidebar .sidebar-close {
		display: none
	}
}

.sidebar .sidebar-close .fonticon {
	position: relative;
	top: -3px
}

.sidebar .bapf_rst_nofltr .bapf_sfilter {
	padding: 7px 15px 7px 15px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: right
}

.sidebar .bapf_rst_nofltr .bapf_sfilter .bapf_body {
	border: none !important
}

.sidebar .bapf_rst_nofltr .bapf_sfilter .bapf_body .bapf_button {
	font-size: 12px;
	border: none;
	background-color: #eee;
	padding: 4px 15px;
	border-radius: 3px
}

.sidebar .bapf_rst_nofltr .bapf_sfilter .bapf_body .bapf_button:hover {
	background-color: #ddd
}

.sidebar .berocket_single_filter_widget .bapf_sfa_inline .bapf_body {
	border: none !important
}

.sidebar .berocket_single_filter_widget .bapf_sfa_inline .berocket_aapf_widget_selected_filter {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	padding: 10px 10px;
	background-color: #eee
}

.sidebar .berocket_single_filter_widget .bapf_sfa_inline .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy span {
	display: none
}

.sidebar .berocket_single_filter_widget .bapf_sfa_inline .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: wrap;
	align-items: center
}

.sidebar .berocket_single_filter_widget .bapf_sfa_inline .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul li {
	margin: 2px
}

.sidebar .berocket_single_filter_widget .bapf_sfa_inline .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul li a {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 5px 7px;
	border-radius: 3px;
	display: block;
	background-color: #fff
}

.sidebar .berocket_single_filter_widget .bapf_sfa_inline .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul li a::before {
	content: "";
	font-family: "icomoon";
	vertical-align: middle;
	margin-right: 5px
}

.sidebar .berocket_single_filter_widget .bapf_sfa_inline .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul li a:hover {
	background-color: var(--bs-danger);
	color: #fff
}

.sidebar .berocket_single_filter_widget .bapf_sfa_inline .berocket_aapf_widget_selected_filter .bapf_sfa_unall {
	display: none
}

.sidebar .berocket_single_filter_widget .bapf_sfilter {
	margin: 0
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_head {
	padding: 12px 15px;
	border-bottom: 1px solid #ddd
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 {
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 .fa-chevron-up {
	font-style: normal;
	position: absolute;
	right: 0px;
	line-height: inherit;
	font-size: 16px;
	cursor: pointer
}

html[dir=rtl] .sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 .fa-chevron-up {
	left: 0;
	right: auto
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 .fa-chevron-up:after {
	font-family: "icomoon";
	content: ""
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 .fa-chevron-down {
	font-style: normal;
	position: absolute;
	right: 0px;
	line-height: inherit;
	font-size: 16px;
	cursor: pointer
}

html[dir=rtl] .sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 .fa-chevron-down {
	left: 0;
	right: auto
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 .fa-chevron-down:after {
	font-family: "icomoon";
	content: ""
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body {
	max-height: 221px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	overflow-y: auto
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body::-webkit-scrollbar-thumb {
	background: #1d86c8
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body::-webkit-scrollbar-track {
	background: #eee
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body {
	scrollbar-face-color: #1d86c8;
	scrollbar-track-color: #eee
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul {
	padding: 12px 15px;
	list-style-type: none;
	margin: 0
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li+li {
	margin-top: 5px
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li.bapf_hide {
	display: block
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input {
	position: absolute;
	opacity: 0
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-size: 14px;
	display: block
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input+label:before {
	content: "";
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #ddd
}

html[dir=rtl] .sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input+label:before {
	margin-left: 6px;
	margin-right: 0
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input:hover+label:before {
	background: #eee
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input:checked+label:before {
	background: #1d86c8;
	border-color: #1d86c8
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input:disabled+label {
	color: #b8b8b8;
	cursor: auto
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input:disabled+label:before {
	box-shadow: none;
	background: #ddd
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input:checked+label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 9px;
	background: #fff;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
	transform: rotate(45deg)
}

html[dir=rtl] .sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input:checked+label:after {
	right: 13px;
	left: auto
}

.sidebar .berocket_single_filter_widget .bapf_sfilter .bapf_body .bapf_show_hide {
	display: none
}

.content-block .content-wrap h2 {
	font-size: 28px
}

@media screen and (max-width: 991px) {
	.content-block .content-wrap h2 {
		font-size: 24px
	}
}

@media screen and (max-width: 767px) {
	.content-block .content-wrap h2 {
		font-size: 22px
	}
}

@media screen and (max-width: 767px) {
	.content-block .content-wrap h3 {
		font-size: 19px
	}
}

@media screen and (max-width: 767px) {
	.content-block .content-wrap h4 {
		font-size: 17px
	}
}

.content-block .content-wrap a {
	color: #1d86c8;
	text-decoration: underline
}

.content-block .content-wrap a:hover {
	color: #c62127
}

.content-block .content-wrap ul.list-marker {
	margin: 0 0 1rem 16px;
	padding: 0
}

html[dir=rtl] .content-block .content-wrap ul.list-marker {
	margin: 0 16px 1rem 0px
}

.content-block .content-wrap ul.list-marker li {
	margin-bottom: 0px
}

.content-block .content-wrap ul.list-marker li::marker {
	color: #1d86c8;
	font-size: 20px
}

.content-block .content-wrap ol.list-number {
	margin: 0 0 1rem 20px;
	padding: 0
}

html[dir=rtl] .content-block .content-wrap ol.list-number {
	margin: 0 16px 1rem 0px
}

.content-block .content-wrap ol.list-number li {
	margin-bottom: 5px
}

.content-block .feachers-style1 {
	margin: 20px 0
}

.content-block .feachers-style1 ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 10px
}

.content-block .feachers-style1 ul li:last-child {
	margin-bottom: 0
}

.content-block .feachers-style1 ul li .icon {
	height: 70px;
	width: 70px;
	flex: 0 0 auto;
	background-color: #1d86c8;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 100px
}

.content-block .feachers-style1 ul li .icon img {
	max-height: 40px
}

.content-block .feachers-style1 ul li .text {
	padding-left: 20px
}

html[dir=rtl] .content-block .feachers-style1 ul li .text {
	padding-left: 0px;
	padding-right: 20px
}

.content-block .feachers-style1 ul li .text p {
	margin-bottom: 0
}

.content-block .feachers-style1.with-title h3 {
	font-size: 22px;
	margin-bottom: 20px
}

.content-block .feachers-style1.with-title ul {
	margin-bottom: 20px
}

.content-block .feachers-style2 {
	margin: 20px 0
}

.content-block .feachers-style2 ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 10px
}

.content-block .feachers-style2 ul li:last-child {
	margin-bottom: 0
}

.content-block .feachers-style2 ul li .icon {
	height: 50px;
	width: 50px;
	flex: 0 0 auto;
	background-color: #1d86c8;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 100px
}

.content-block .feachers-style2 ul li .icon img {
	max-height: 30px
}

.content-block .feachers-style2 ul li .text {
	padding-left: 20px
}

html[dir=rtl] .content-block .feachers-style2 ul li .text {
	padding-left: 0px;
	padding-right: 20px
}

.content-block .feachers-style2 ul li .text p {
	margin-bottom: 0
}

.product-details .gallery-wrap {
	position: relative;
	text-align: center
}

.product-details .gallery-wrap .product-offer {
	text-align: center;
	margin-top: 15px;
	font-weight: 600
}

.product-details .gallery-wrap .warranty {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	font-size: 10px;
	border: 1px solid #f0f2f7
}

.product-details .gallery-wrap .warranty span {
	display: block;
	background-color: #fff;
	padding: 3px 5px;
	text-align: center
}

.product-details .gallery-wrap .warranty span.label {
	background-color: #1d86c8;
	color: #fff
}

@media screen and (max-width: 767px) {
	.product-details .summary {
		margin-top: 30px
	}
}

.product-details .summary .brand {
	min-height: 50px
}

.product-details .summary .brand img {
	max-width: 160px;
	max-width: 90px
}

.product-details .summary .product_title {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 0px
}

@media screen and (max-width: 991px) {
	.product-details .summary .product_title {
		font-size: 25px
	}
}

@media screen and (max-width: 767px) {
	.product-details .summary .product_title {
		font-size: 22px
	}
}

.product-details .summary .stoke-info {
	font-size: 14px
}

.product-details .summary .stoke-info .instoke {
	color: #0ebc54
}

.product-details .summary .stoke-info .outstoke {
	color: #ec2028
}

.product-details .summary .description {
	margin-top: 25px
}

.product-details .summary .description .title {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px
}

.product-details .summary .description .left-details {
	margin-top: 15px
}

.product-details .summary .description .left-details ul li {
	font-size: 15px;
	margin-bottom: 10px
}

.product-details .summary .description .left-details ul li a {
	font-weight: bold;
	pointer-events: none;
	display: inline-block
}

.product-details .summary .description .right-details {
	margin-top: 15px
}

@media screen and (max-width: 575px) {
	.product-details .summary .description .right-details {
		margin-top: 10px
	}
}

.product-details .summary .description .right-details .ome-tyre ul li {
	margin-left: 5px
}

html[dir=rtl] .product-details .summary .description .right-details .ome-tyre ul li {
	margin-left: 0px;
	margin-right: 5px
}

@media screen and (max-width: 575px) {
	.product-details .summary .description .right-details .ome-tyre ul li {
		margin-left: 0px;
		margin-right: 5px
	}
}

.product-details .summary .description .right-details .ome-tyre ul li .logo {
	margin-bottom: 5px;
	height: 45px;
	width: 45px;
	border: 1px solid #eee;
	padding: 2px
}

.product-details .summary .description .right-details .ome-tyre ul li .logo:hover {
	border-color: #ccc
}

.product-details .summary .description .right-details .ome-tyre ul li .logo img {
	max-height: 100%
}

.product-details .summary .addtocart {
	margin-top: 15px
}

.product-details .summary .addtocart button {
	margin-left: 10px
}

html[dir=rtl] .product-details .summary .addtocart button {
	margin-left: 0px;
	margin-right: 10px
}

.product-details .summary .features {
	background-color: #eee;
	padding: 15px 15px;
	margin-top: 28px
}

.product-details .summary .features ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 15px
}

.product-details .summary .features ul li .icon svg {
	width: 25px;
	fill: #6f6f6f
}

.product-details .summary .features ul li .text {
	padding-left: 15px
}

html[dir=rtl] .product-details .summary .features ul li .text {
	padding-left: 0px;
	padding-right: 15px
}

.product-details .summary .features ul li .text span,
.product-details .summary .features ul li .text strong {
	display: block;
	font-size: 12px;
	color: #6f6f6f
}

.product-details .summary .features ul li .text strong {
	font-weight: 600;
	text-transform: uppercase
}

.product-details .summary .features ul li .text span {
	margin-top: 3px
}

.product-details .summary .features ul li:last-child {
	margin-bottom: 0
}

.product-details .woocommerce-tabs {
	margin-top: 50px;
	margin-bottom: 60px
}

.contact .list {
	margin-bottom: 50px
}

@media screen and (max-width: 767px) {
	.contact .list {
		margin-bottom: 25px
	}
}

.contact .box {
	background-color: #fff;
	border: 1px solid #eee;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	height: 100%
}

.contact .box .image-wrap {
	overflow: hidden
}

.contact .box .image-wrap.aspect-custom {
	padding-bottom: 67%
}

.contact .box .content {
	padding: 25px 20px
}

.contact .box .content .title {
	text-align: center;
	margin-top: -42px;
	z-index: 2;
	position: relative;
	margin-bottom: 20px
}

.contact .box .content .title h3 {
	font-size: 18px;
	margin-bottom: 0;
	background-color: #fff;
	display: inline-block;
	padding: 8px 20px
}

.contact .box .content ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px
}

html[dir=rtl] .contact .box .content ul li {
	padding-left: 0px;
	padding-right: 28px
}

.contact .box .content ul li:last-child {
	margin-bottom: 0
}

.contact .box .content ul li a:hover {
	color: #1d86c8
}

.contact .box .content ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 18px
}

html[dir=rtl] .contact .box .content ul li i {
	left: auto;
	right: 0
}

.contact .box:hover .image-wrap img {
	transform: scale(1.05)
}

@media screen and (max-width: 767px) {
	.contact .map {
		margin-top: 25px
	}
}

.contact .map iframe {
	width: 100%;
	height: 432px;
	background-image: url("../images/loader-style1.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	background-color: #fff
}

@media screen and (max-width: 991px) {
	.contact .map iframe {
		height: 360px
	}
}

@media screen and (max-width: 767px) {
	.contact .map iframe {
		height: 300px
	}
}

.send-us-message .contact-form .image-wrap {
	text-align: center;
	background-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 767px) {
	.send-us-message .contact-form .image-wrap {
		margin-top: 30px
	}
}

.send-us-message .contact-form .image-wrap.aspect-custom {
	padding-bottom: 85%
}

.send-us-message .contact-form .image-wrap img {
	max-width: 430px;
	max-height: 100%
}

.send-us-message .contact-form .form-style1 .form-control-custom.textarea,
.send-us-message .contact-form .form-style1 .newslatter .newslatter-form .es-form-field-container .gjs-row .textarea.es-email,
.newslatter .newslatter-form .es-form-field-container .gjs-row .send-us-message .contact-form .form-style1 .textarea.es-email {
	height: 150px
}

.service-details .image-wrap {
	margin-bottom: 30px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .1882352941)
}

.service-details .image-wrap.aspect-custom {
	padding-bottom: 37%
}

.service-details .sidebar-main {
	height: 100%
}

@media screen and (max-width: 991px) {
	.service-details .sidebar-main {
		margin-top: 30px
	}
}

.service-details .sidebar-main .enquiry-form {
	border-radius: 3px;
	padding: 25px;
	background-position: center;
	overflow: hidden;
	position: sticky;
	top: 25px
}

.service-banner {
	background-color: #000;
	background-position: center
}

@media screen and (max-width: 767px) {
	.service-banner .banner-content {
		text-align: center
	}
}

.service-banner .banner-content h1 {
	color: #fff;
	font-size: 45px
}

@media screen and (max-width: 767px) {
	.service-banner .banner-content h1 {
		font-size: 30px
	}
}

@media screen and (min-width: 768px)and (max-width: 991px) {
	.service-banner .banner-content h1 {
		font-size: 40px
	}
}

.service-banner .banner-content h2 {
	color: #fff;
	font-size: 25px;
	margin-top: 40px
}

@media screen and (max-width: 767px) {
	.service-banner .banner-content h2 {
		font-size: 20px
	}
}

.service-banner .banner-content p {
	color: #9ea7ba;
	margin-top: 15px
}

.service-banner .banner-content .button i,
.service-banner .banner-content .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] i,
.newslatter .newslatter-form .es-form-field-container .gjs-row .service-banner .banner-content input[type=submit] i {
	vertical-align: text-bottom;
	margin-right: 5px;
	font-size: 20px
}

html[dir=rtl] .service-banner .banner-content .button i,
html[dir=rtl] .service-banner .banner-content .newslatter .newslatter-form .es-form-field-container .gjs-row input[type=submit] i,
.newslatter .newslatter-form .es-form-field-container .gjs-row html[dir=rtl] .service-banner .banner-content input[type=submit] i {
	margin-right: 0px;
	margin-left: 5px
}

.service-banner .banner-content .button-text-wrap {
	margin-top: 30px
}

.service-banner .banner-content .button-text-wrap .info-text {
	color: #9ea7ba;
	margin-left: 20px
}

html[dir=rtl] .service-banner .banner-content .button-text-wrap .info-text {
	margin-left: 0px;
	margin-right: 20px
}

@media screen and (max-width: 991px) {
	.service-banner .banner-content .button-text-wrap .info-text {
		width: 100%;
		margin-left: 0;
		margin-top: 20px
	}

	html[dir=rtl] .service-banner .banner-content .button-text-wrap .info-text {
		margin-right: 0
	}
}

.service-banner .image-wrap {
	height: 100%;
	background-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 767px) {
	.service-banner .image-wrap {
		margin-top: 40px
	}
}

.service-banner .image-wrap img {
	max-height: 380px
}

.services-style2 {
	background-position: bottom
}

.services-style2 .box {
	text-align: center;
	background-color: #fff;
	padding: 30px;
	height: 100%
}

.services-style2 .box:hover {
	transform: translateY(-10px)
}

@media screen and (max-width: 767px) {
	.services-style2 .box {
		margin-bottom: 1.5rem;
		height: auto
	}
}

.services-style2 .box .icon img {
	height: 60px
}

.services-style2 .box h3 {
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 0
}

@media screen and (max-width: 767px) {
	.services-style2 .box h3 {
		margin-top: 14px
	}
}

.services-style2 .box p {
	margin-top: 15px
}

.gallery {
	margin-top: 50px
}

.gallery .gallery-slider {
	position: relative
}

.gallery .gallery-slider .box {
	position: relative;
	overflow: hidden;
	border-radius: 3px
}

.gallery .gallery-slider .box .image-wrap.aspect-custom {
	padding-bottom: 66%
}

.gallery .gallery-slider .box .image-wrap img {
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.gallery .gallery-slider .box:hover .image-wrap img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}

.gallery .gallery-slider-col3 {
	position: relative
}

.gallery .gallery-slider-col3 .box {
	position: relative;
	overflow: hidden;
	border-radius: 3px
}

.gallery .gallery-slider-col3 .box .image-wrap.aspect-custom {
	padding-bottom: 66%;
	margin: 0;
	box-shadow: none
}

.gallery .gallery-slider-col3 .box .image-wrap img {
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.gallery .gallery-slider-col3 .box:hover .image-wrap img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}

.faq .title {
	margin-bottom: 20px
}

.faq .title h2 {
	font-size: 25px
}

@media screen and (max-width: 767px) {
	.faq .title h2 {
		font-size: 20px
	}
}

.faq .faq-container {
	margin-bottom: 40px
}

@media screen and (max-width: 767px) {
	.faq .faq-container {
		margin-bottom: 30px
	}
}

.faq .accordion .accordion-item {
	border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, .03);
	-ms-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, .03);
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, .03);
	margin-bottom: 20px;
	border: 1px solid #eee;
	overflow: hidden
}

.faq .accordion .accordion-item .accordion-header .accordion-button {
	box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #fff;
	color: #000;
	font-weight: 600
}

@media screen and (max-width: 767px) {
	.faq .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 15px
	}
}

.faq .accordion .accordion-item .accordion-header .accordion-button:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	width: 12px;
	height: 12px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M24 264h400c4.406 0 8-3.572 8-7.994C432 251.6 428.4 248 424 248H24c-4.406 0-8 3.584-8 8.006C16 260.4 19.59 264 24 264z"/></svg>')
}

html[dir=rtl] .faq .accordion .accordion-item .accordion-header .accordion-button:after {
	right: auto;
	left: 15px
}

.faq .accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M432 256C432 260.4 428.4 264 424 264h-192v192c0 4.422-3.578 8.006-8 8.006S216 460.4 216 456v-192h-192c-4.422 0-8-3.572-8-7.994C16 251.6 19.58 248 24 248h192v-192c0-4.422 3.578-7.994 8-7.994S232 51.58 232 56v192h192C428.4 248 432 251.6 432 256z"/></svg>')
}

.testimonial-list .box {
	background-color: #fff;
	padding: 20px;
	height: calc(100% - 1.5rem);
	margin-bottom: 1.5rem
}

.testimonial-list .box .icon {
	margin-bottom: 15px
}

.testimonial-list .box .icon svg {
	width: 50px;
	fill: #d8dae1
}

.testimonial-list .box .content {
	margin-bottom: 20px;
	min-height: 80px
}

.testimonial-list .box .content p {
	color: #666;
	margin-bottom: 8px
}

.testimonial-list .box .content .inner {
	overflow: hidden;
	max-height: 80px
}

.testimonial-list .box .content .inner.readall {
	max-height: none
}

.testimonial-list .box .content .slide-read-more-button {
	cursor: pointer;
	margin-top: 5px;
	display: none;
	color: #1d86c8;
	font-size: 14px
}

.testimonial-list .box .author {
	margin-top: auto
}

.testimonial-list .box .author .avtar img {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.testimonial-list .box .author .name {
	margin-left: 10px
}

html[dir=rtl] .testimonial-list .box .author .name {
	margin-left: 0px;
	margin-right: 10px
}

@media screen and (max-width: 767px) {
	html[dir=rtl] .testimonial-list .box .author .name {
		text-align: right
	}
}

@media screen and (max-width: 767px) {
	.testimonial-list .box .author .name {
		text-align: left
	}
}

.testimonial-list .box .author .name h5 {
	margin: 0
}

.testimonial-list .box .author .name span {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	color: #1d86c8
}

.relatated-product-slider .swiper-slide {
	height: auto
}

.relatated-product-slider .swiper-slide .product {
	height: 100%
}

.pswp__caption {
	display: none
}