@charset "utf-8" @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 16px/20px 'Poppins', sans-serif;
	color: #000;
	transition: all .3s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #3344a3;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 600 56px/60px 'Poppins', sans-serif;
	color: #000;
}
h2 {
	font: 700 77px/82px 'Poppins', sans-serif;
	color: #000;
}
h2 code {
	font: 200 50px/55px 'Poppins', sans-serif;
	color: #000;
	display: block;
}
h3 {
	font: 400 35px/40px 'Poppins', sans-serif;
	color: #000;
}
h4 {
	font: 400 30px/35px 'Poppins', sans-serif;
	color: #000;
}
h5 {
	font: 400 25px/30px 'Poppins', sans-serif;
	color: #000;
}
h6 {
	font: 400 20px/25px 'Poppins', sans-serif;
	color: #000;
}
p {
	font: 400 18px/25px 'Poppins', sans-serif;
	color: #7f7f7f;
	padding: 15px 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #0f52ba;
	font: 400 15px/52px 'Poppins', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 25px 71px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #0f52ba;
	border-radius: 0px;
	letter-spacing: 0;
}
.btn:hover {
	transition: all .3s ease-in-out;
}
.btn-white {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.btn-red {
	background: #ff0000;
	color: #fff;
	border: 1px solid #ff0000;
}
.btn-full {
	padding: 0;
	width: 100%;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
	padding: 9px 0;
	position: absolute;
	z-index: 9;
	width: 100%;
	background: linear-gradient(40deg, #0f52ba 28%, transparent 28%);
}
.top_right {
	width: 100%;
	text-align: right;
}
.top_right p {
	color: #fff;
	background: url(../images/hi-1.png) no-repeat left top;
	padding: 0 0 12px 35px;
	display: inline-block;
}
.top_right a {
	color: #fff;
}
.logo {
	float: left;
}
.logo img {
}
.after-logo {
	float: right;
	margin: 2px 0;
}
.top_info {
	float: right;
	margin: 0 0 0 52px;
}
.top_info ul li {
	float: left;
	background: url(../images/user.png) no-repeat left center;
	padding: 2px 10px 2px 36px;
	border-radius: 0;
	transition: all .3s ease-in-out;
}
.top_info ul li:last-child {
	background: url(../images/cart.png) no-repeat left center;
	padding-right: 0;
}
.top_info ul li:hover {
}
.top_info ul li a {
	font: 500 14px/20px 'Poppins', sans-serif;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
}
.top_info ul li:hover a {
	color: #0f52ba;
}
/*---navigation---*/
.menu_area {
	float: left;
}
#navbtn {
	display: none;
}
.nav-menu {
	float: right;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 2px 14px;
}
.nav-menu li:last-child {
	border: none;
	padding-right: 0;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 500 14px/20px 'Poppins', sans-serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #0f52ba;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	min-width: 260px;
	box-shadow: 0 0 5px #ccc;
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding: 0;
	border: none;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active, .nav-menu .sub-menu li.current_page_item {
	background: #c00525;
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a, .nav-menu .sub-menu li.current_page_item a {
	color: #fff;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu a {
	font: 500 14px/20px 'Poppins', sans-serif;
	color: #000;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
	text-transform: capitalize;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #c00525;
	border-radius: 0;
}
#navigation {
	float: right;
}
 @media only screen and (max-width: 1198px) {
#navigation {
}
.nav-menu li > a {
	margin: 0 0px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	float: right;
	background: #fff;
	border: 1px solid #fff;
	margin: 0 0 0 15px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 38px;
	text-align: left;
	height: 38px;
	font-size: 0px;
	text-transform: uppercase;
	line-height: 38px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #000;
	width: 100%;
	z-index: 999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 500 14px/20px 'Poppins', sans-serif;
	color: #000;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 4px;
	width: 30px;
	height: 30px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
#navigation ul.nav-menu, .top-menu ul {
	display: none;
}
}
 @media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	float: right;
}
}
@media only screen and (max-width: 450px) {
}
.nav-box {
	display: block;
	background: url(../images/close-nav.png) no-repeat 50% 50%;
	width: 40px;
	text-align: left;
	height: 40px;
	font-size: 0px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	left: 5px;
	top: 16px;
}
#left-slider {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 90%;
	background: #000;
	right: 0;
	z-index: 999;
	display: none;
	padding: 80px 0 0;
	overflow: scroll;
}
#left-slider.active {
	left: 0;
}
#afterleft-slider {
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 300ms ease-out 0s;
	opacity: 0;
	display: none;
	z-index: 998;
}
#afterleft-slider.active {
	opacity: 1;
	display: block;
}
#left-slider ul li {
	font: 600 21px/55px 'Poppins', sans-serif;
	color: #fff;
	text-align: right;
}
#left-slider ul li+li {
	border-top: 1px solid #333;
}
#left-slider ul li a {
	font: 600 21px/55px 'Poppins', sans-serif;
	color: #fff;
	display: block;
	padding: 0 20px;
	text-transform: capitalize;
}
#left-slider ul li:hover, #left-slider ul li.active, #left-slider ul li.current_page_item {
}
#left-slider ul li:hover a, #left-slider ul li.active a, #left-slider ul li.current_page_item a {
	color: #0f52ba;
}
#left-slider ul li ul.sub-menu {
	margin: 0 15px 15px;/*---border: 1px dashed #222;---*/
}
#left-slider ul li ul.sub-menu li {
}
#left-slider ul li ul.sub-menu li a {
	font-size: 17px;
	line-height: 34px;
	color: #fff;
	text-transform: capitalize;
	padding: 0;
	font-weight: 400;
}
#left-slider ul li:hover ul li:hover, #left-slider ul li.active ul li.active, #left-slider ul li.current_page_item ul li.current_page_item {
}
#left-slider ul li:hover ul li:hover a, #left-slider ul li.active ul li.active a, #left-slider ul li.current_page_item ul li.current_page_item a {
	color: #e30303;
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap {
	position: relative;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 65%;
	margin: 0 auto;
	text-align: center;
	background: url(../images/ban_bg.png) no-repeat center;
	background-size: contain;
}
.banner_wrap .txt .ban_txt .ban_img {
	margin: 30px 0;
}
.banner_wrap .txt .ban_txt .ban_img img {
	width: auto;
}
.banner_wrap .txt h1 {
	font: 700 65px/70px 'Poppins', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 35px 0 0 0;
}
.banner_wrap .txt h4 {
	color: #fff;
}
.banner_wrap .txt .as_txt {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	background: url(https://www.av-creations.au/wp-content/uploads/2022/09/as-bg-1.png) no-repeat center;
	background-size: contain;
}
.banner_wrap .txt .as_txt h1 {
	margin: 0;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	padding: 100px 0;
}
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 85%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 100% 85%;
	padding: 0px 0 30px;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	padding: 1%;
	box-shadow: 0 0 9px #999;
}
.about_wrap {
	background: url(../images/about-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 225px 0 35px;
}
.about_txt {
}
.about_txt h2 {
	color: #fff;
	text-transform: uppercase;
}
.about_txt p {
	color: #fff;
}
.about_text {
	border-left: 1px solid #fff;
	padding: 0 0 0 25px;
}
.about_text p {
	color: #fff;
}
.pro_gap {
	margin: 200px 0 0 0;
}
.pro_box {
	background: #fff;
	margin: 141px 0 100px;
	padding: 50px 35px 39px;
}
.pro_box:hover {
/*box-shadow:0 0 9px #ccc;*/
}
.pro_box .pro_img {
}
.pro_box .pro_img img {
	width: 100%;
}
.pro_box .pro_txt {
	padding: 25px 0 0;
}
.pro_box .pro_txt h2 {
	font: 300 26px/30px 'Poppins', sans-serif;
	color: #000;
	text-transform: uppercase;
}
.pro_box .pro_txt h5 {
	color: #0f52ba;
	margin: 15px 0 0 0;
}
.pro_box .pro_txt p {
	color: #696868;
	padding: 0;
}
/*.pro_box .pro_txt a {
	padding: 4.5px 30px;
}*/
.ser_wrap {
	background: url(../images/ser-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 115px 0 244px;
}
.ser_box {
	margin: 85px 0 173px;
	position: relative;
	text-align: center;
}
.ser_box img {
	width: 100%;
}
.ser_box .ser_txt {
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translate(-50%, -50%);
	z-index: 8;
	width: 60%;
}
.ser_box .ser_txt h4 {
	color: #fff;
	text-transform: uppercase;
}
.ser_bot {
	margin: 109px 0 0 0;
}
#owl-one .item, #owl-two .item {
	margin: 0 15px;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 28px;
	height: 54px;
	text-indent: -9999px;
	z-index: 999;
}
/*#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}*/
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots {
	display: none;
}
.mail_form {
	text-align: center;
	margin: 36px 0 0 0;
}
.mail_form h2 {
	text-transform: uppercase;
}
.mail_form p {
	margin: 0 0 26px;
	color: #474747;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 67px;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 5px 0;
	padding: 0 15px;
	text-indent: 0px;
	font: 400 21px/75px 'Poppins', sans-serif;
	color: #fff;
	background: transparent;
	display: inline-block;
}
.mail_form textarea {
	height: 162px;
	line-height: 25px;
	padding: 5px 15px;
}
.mail_form label {
	margin: 8px 15px 8px 0;
	line-height: 22px;
	color: #000;
	display: inline-block;
	width: auto;
}
.mail_form input[type="checkbox"], .mail_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 7px 0 0;
}
.mail_form select {
	background: transparent url(../images/select_1.png) no-repeat 96% center;
}
.mail_form select option {
	display: none;
	background: #0f3787;
}
.mail_form select option+option {
	display: block;
	padding: 5px 0;
}
.mail_form input[type="file"] {
	background: #575757;
	font: 500 14px/53px 'Poppins', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 15px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #575757;
	border-radius: 0;
}
.mail_form input[type="submit"] {
	background: #0f52ba;
	font: 700 21px/80px 'Poppins', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 37px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #0f52ba;
	border-radius: 0;
}
.mail_form input[type="submit"]:hover {
	transition: all .3s ease-in-out;
	background: #fff;
	color:#000;
	border: 1px solid #fff;
	border-radius: 0 12px;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 21px/75px 'Poppins', sans-serif;
 color: #fff !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 400 21px/25px 'Poppins', sans-serif;
 color: #fff !important;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
	background: #fff;
	padding: 0 0 77px;
}
.footer_logo {
	text-align: center;
}
.footer_links {
	margin: 60px 0 0 0;
}
.footer_links ul {
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 5px 36px;
	font: 400 24px/30px 'Poppins', sans-serif;
	color: #000;
}
.footer_links ul li:last-child {
	border: none;
	padding-right: 0;
}
.footer_links ul li a {
	font: 400 24px/30px 'Poppins', sans-serif;
	color: #000;
	text-transform: capitalize;
}
.footer_links ul li a:hover {
	color: #0f52ba;
}
.footer_links ul li:hover a, .footer_links ul li.active a, .footer_links ul li.current_page_item a {
	color: #0f52ba;
	text-decoration: none;
}
.copyright_wrap {
	padding: 0;
	margin: 40px 0 0 0;
	text-align: center;
}
.copyright_wrap p {
	font: 400 21px/25px 'Poppins', sans-serif;
	color: #000;
	padding: 0;
}
/*--footer_wrap end--*/
.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorgray {
	color: #929292;
}
.colorblack {
	color: #000;
}
.bg-gray {
	background: #eeeeee;
}
.bg-black {
	background: #000;
}
.bg-pink {
	background: #ff5858;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 5.5s;
	-moz-transition: all 5.5s;
	-o-transition: all 5.5s;
	transition: all 5.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 0px;
}
.btn:hover {
	color: #fff;
	border: 1px solid #333;
}
.btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
/* Shine */
.pro_img {
	position: relative;
	overflow: hidden;
}
.pro_img::before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.pro_img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
/* Rotate */
.pro_img img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pro_img:hover img {
	-webkit-transform: rotate(5deg) scale(1.15);
	transform: rotate(5deg) scale(1.15);
}
/*===============*/
.shop_wrap {
	background: url(../images/shop-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 160px 0 240px;
}
.search {
	position: relative;
	margin: 33px 0 112px;
}
.search input[type="search"] {
	min-height: 85px;
	background: #fff;
	padding-left: 10px;
	padding-right: 100px;
	width: 100%;
	min-width: 381px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin: 0px;
	font: 400 21px/85px 'Poppins', sans-serif;
	color: #000;
}
.search button[type="submit"] {
	width: auto;
	height: 85px;
	border-radius: 0;
	float: left;
	background: url(../images/search.png) no-repeat #0f52ba;
	background-position: center;
	border: none;
	cursor: pointer;
	margin: 0px;
	padding: 0 43px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}
.search input::-webkit-input-placeholder {
 font: 400 21px/85px 'Poppins', sans-serif;
 color: #000;
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
.fp_area {
	margin: 71.5px 0 143px;
}
.fp {
	margin: 17.5px 0;
	padding: 15px 25px;
}
.fp h2 {
	min-height: 183px;
}
.vs_box {
	background: transparent;
	margin: 35px 0 0 0;
	padding: 0;
}
.vs_box .pro_txt h2 {
	color: #fff;
}
.vs_box .pro_txt h5 {
	color: #fff;
}
.pro_area {
	margin: 125px 0 0;
}
/*=================*/
.product_details {
}
.product_details h1 {
	font: 700 40px/45px 'Poppins', sans-serif;
	color: #fff;
}
.product_details h2 {
	color: #fff;
}
.product_details h3 {
	color: #fff;
}
.woocommerce table.shop_attributes {
	color: #fff;
}
#reviews {
  color: #fff;
}
.woocommerce-Reviews-title {
  display: none;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	 background: #fff;
     color: #0f52ba;
}
.product_details h4 {
	padding: 15px 0;
	color: #0f52ba;
	font-weight: 700;
}
.product_details p {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}
.product_details a {
	background: #0f52ba;
	font: 500 13px/57px 'Poppins', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 52px;
	margin: 15px 0 0;
	display: inline-block;
	border-radius: 0px;
}
.product_details a:hover {
	background: #fff;
	color: #0f52ba;
}
.number {
	margin: 5px 0 0 0;
}
.number a {
	background: #fff;
	font: 700 25px/47px 'Poppins', sans-serif;
	color: #000;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 25px;
	margin: 0;
	display: inline-block;
	border: 1px solid #000;
	border-right: none;
	border-left: none;
	border-radius: 0px;
	float: left;
}
.number a:first-child {
	border-right: 1px solid #d8d8d8;
	border-radius: 30px 0 0 30px;
}
.number a:last-child {
	border-left: 1px solid #d8d8d8;
	border-radius: 0 30px 30px 0;
}
.number a:hover {
	background: #000;
	color: #fff;
}
.product_details ul {
	width: 100%;
}
.product_details ul li {
	width: 100%;
	padding: 5px 0;
	font: 700 14px/20px 'Poppins', sans-serif;
	color: #949494;
}
.tab_area {
	margin: 15px 0 52px 0;
}
.tab_area .tabs {
	background: url(../images/tab-bg.jpg) repeat-x left center;
}
.tab_area .tab-link {
	float: left;
	width: auto;
	height: auto;
	background: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	font: 400 16px/21px 'Poppins', sans-serif;
	color: #000;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	padding: 18px 55px;
	margin: 0 5px 0 0;
	position: relative;
	cursor: pointer;
}
.tab_area .tab-content {
	display: none;
	background: #fff;
	padding: 15px;
	padding-top: 0;
	margin: 5px 0 0 0;
}
.tab_area .tab-content.active {
	display: block;
}
.tab_area .tab-content p {
	font-size: 15px;
}
.tab_area .tab-link:hover, .tab_area .tab-link.active {
	color: #000;
	background: #f7f7f7;
}
#accordion {
}
.accordian-title {
	background: #383838 url(../images/plus.png) no-repeat 99% 50%;
	font: 700 20px/26px 'Poppins', sans-serif;
	color: #fff;
	padding: 12px 65px 12px 10px;
	margin: 15px 0 0;
	cursor: pointer;
	border-radius: 0;
	border: 1px solid #383838;
}
.ui-accordion-content {
	background: #fff;
	padding: 15px;
	border-radius: 0;
	border: 1px solid #ccc;
	border-top: none;
}
.ui-accordion-content p {
	padding: 10px 0 0;
	color: #000;
	font-size: 15px;
}
.ui-accordion-content ul {
	width: 100%;
	list-style-position: outside;
	list-style-type: circle;
	color: #00a69c;
}
.ui-accordion-content ul li {
	width: 100%;
	padding: 5px;
	font: 400 16px/21px 'Poppins', sans-serif;
	color: #686868;
	margin: 0 0 0 20px;
}
.accordian-title.ui-accordion-header-active {
	background: #000 url(../images/minus.png) no-repeat 99% 50%;
	border: 1px solid #000;
}
.service_box {
	margin: 0;
	position: relative;
	text-align: center;
}
.service_box img {
	width: 100%;
}
.service_box .ser_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
	width: 60%;
}
.service_box .ser_txt h4 {
	color: #fff;
	text-transform: uppercase;
}
.service_box .ser_txt a.btn {
	padding: 20px 71px;
	font-size: 25px;
	font-weight: 600;
}
.find_wrap {
	background: url(../images/find-bg.jpg) no-repeat center;
	background-size: cover;
}
.find_area {
	text-align: center;
	margin: 25px 0 0 0;
}
.find_area ul {
	display: table;
}
.find_area ul li {
	display: inline-block;
	padding: 5px 0 5px 35px;
	font: 400 23px/28px 'Poppins', sans-serif;
	color: #fff;
	background: url(../images/ci-1.png) no-repeat left center;
	margin: 0 12px 0 0;
}
.find_area ul li:last-child {
	background: url(../images/ci-2.png) no-repeat left center;
	margin: 0 0 0 0;
}
.find_area ul li a {
	font: 400 23px/28px 'Poppins', sans-serif;
	color: #fff;
}
