@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&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=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=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	/*font-family: 'Lora', serif;*/
	font-size: 15px;
	line-height: 1.3;
	color: #333;
	font-weight: 400;
	overflow-x: hidden;
	transition: all .3s ease-in-out;
	word-break: break-word;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
/*.videoholder{ position:relative;display: block; overflow: hidden;}
.videoholder video{ position:absolute; left:0; top:0; background:#000; z-index:2; width:130%; height:auto;}
.videoholder .flexslider{ position:relative; z-index:5;}
[class*="flexslider"] ul li > img{ opacity:0;}*/
.videoholder{ position:fixed; left:0; top:0; right:0; bottom:0; z-index:1;}
.videoholder video{ position:absolute; left:0; top:0; background:#000; z-index:2; width:130%; height:auto;}
.main-wrapper{ position:relative; z-index:2;}
.no-padding {
	padding-left: 0;
	padding-right: 0
}
.no-margin {
	margin-left: 0;
	margin-right: 0
}
.mb-30 {
	margin-bottom: 30px
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
input::-webkit-input-placeholder {
 font: 400 14px/22px 'Playfair Display', serif;
 color: #fff;
 opacity:1;
}
textarea::-webkit-input-placeholder {
 font: 400 14px/22px 'Playfair Display', serif;
 color: #fff;
 opacity:1;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font: 400 60px/65px 'Lato', serif;
	color: #000;
}
h2 {
	font: 400 55px/60px 'Oswald', sans-serif;
	color: #000;
}
h2 span {
	color: #fd1403;
}
h3 {
	font: 400 35px/40px 'Oswald', sans-serif;
	color: #000;
}
h4 {
	font: 400 30px/35px 'Oswald', sans-serif;
	color: #000;
}
h5 {
	font: 400 25px/30px 'Oswald', sans-serif;
	color: #000;
}
h6 {
	font: 400 19px/20px 'Playfair Display', serif;
	color: #000;
}
p {
	font: 400 15px/20px 'Playfair Display', serif;
	color: #6c6c6c;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.white-txt{ color:#fff;}
.btn {
	background: #fd1403;
	font: 300 17px/45px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 45px;
	margin: 15px 0;
	display: inline-block;
	border-radius: 25px;
}
.btn:hover {
	background: #000;
	color: #fff;
	transition: all .3s ease-in-out;
}
.btn-blue {
	color: #4f80b7;
	border: 1px solid #4f80b7;
}
.btn-blue:hover {
	background: #4f80b7;
	color: #fff;
	border: 1px solid #4f80b7;
	transition: all .3s ease-in-out;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.np {
	padding: 0 !important;
}
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;
}
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin-small-top {
	margin-top: 10px;
}
.margin-small-bottom {
	margin-bottom: 10px;
}
.margin-small {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-bottom {
	padding-bottom: 20px;
}
.gap-top {
	padding-top: 20px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-small-top {
	padding-top: 10px;
}
.gap-small {
	padding-bottom: 10px;
	padding-top: 10px;
}
.gap-small-bottom {
	padding-bottom: 10px;
}
.gap-big {
	padding-bottom: 40px;
	padding-top: 40px;
}
.space {
	padding: 3px;
}
.pos-r {
	position: relative;
}
.tt-u {
	text-transform: uppercase;
}
.tt-c {
	text-transform: capitalize;
}
.tt-l {
	text-transform: lowercase;
}
.inv_container {
	width: 96%;
	max-width: 1160px;
	margin: 0 auto;
	display: block;
}
.small_gap {
	padding: 10px;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
}
.header {
	width: 100%;
	height: auto;
	background: #cecece;
	padding: 5px 0;
}
.header ul {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: table;
	float: left;
}
.header ul li {
	width: auto;
	height: auto;
	float: left;
	padding: 5px 5px 5px 35px
}
.header ul li.phone {
	background: url(../images/hi-1.png) no-repeat left center;
}
.header ul li.mail {
	background: url(../images/hi-2.png) no-repeat left center;
}
.header ul li a {
	font: 500 14px/15px 'Playfair Display', serif;
	color: #484848;
}
.header ul li a:hover {
	color: #000;
}
.header_top {
	width: 100%;
	height: auto;
	padding: 5px 0;
}
.logo {
	float: left;
	margin: 0;
	text-align: center;
}
.logo img {
	width: 100%;
}
.logo_before {
	margin: 25px 0 0 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.logo_before ul {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: table;
	
}
.logo_before ul li {
	width: auto;
	height: auto;
	float: left;
	padding: 10px 15px;
}
.logo_before ul li a {
	font: 500 13px/15px 'Playfair Display', serif;
	color: #000000;
	text-transform: uppercase;
}
.logo_before ul li:hover a, .logo_before ul li.active a {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #ff0d07;
}
/*---navigation---*/
/*---navigation---*/
.menu_area {
	width: 100%;
	height: auto;
	background: transparent;
	float: left;
	display: none;
}
#navbtn {
	display: none;
}
.nav-menu {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: table;
}
.nav-menu li {
	position: relative;
	float: left;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 400 17px/30px 'Playfair Display', serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	margin: 0 20px;
	text-transform: uppercase;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
	background: rgba(0,0,0,0.1)
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #263285;
	min-width: 220px;
	box-shadow: 0 0 5px #e1c31f;
	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;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active {
	border-bottom: none;
}
.nav-menu .sub-menu a {
	font: normal 14px/40px Arial, Helvetica, sans-serif;
	padding: 0 10px;
	white-space: nowrap;
	margin: 0;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #000;
}
#navigation {
	width: 100%;
	float: left;
	padding: 0;
	margin: 5px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
}
 @media only screen and (max-width: 1198px) {
#navigation {
	width: 100%;
	margin: 9px auto;
}
.nav-menu li > a {
	margin: 0 12px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	margin: 0;
	float: right;
	border: 1px solid #fff;
	margin: 0;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 0 50%;
	width: 37px;
	text-align: right;
	height: 27px;
	font-size: 0;
	text-transform: uppercase;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #012538;
	width: 100%;
	z-index: 99999;
	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: normal 16px/40px Arial, Helvetica, sans-serif;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
	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% #e1c31f;
}
.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;
}
}
 @media only screen and (max-width: 740px) {
#navigation {
	margin: 0% 0 0 0;
}
}
@media only screen and (min-width: 1024px) {
.nav-menu {
	display: block !important;
	width: 100%;
}
}
@media only screen and (max-width: 450px) {
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
	width: auto;
}
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.bannercontainer {
	width: 100%;
	height: auto;
	float: left;
}
.bannercontainer .flexslider .flex-control-nav {
	display: none;
}
.banner_wrap {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.banner_wrap .txt .ban_txt {
	width: 40%;
	float: left;
}
.banner_wrap .txt .ban_txt h1 {
	font: 900 98px/85px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/ban.png) no-repeat right bottom;
}
.banner_wrap .txt .ban_txt h1 span {
	color: #fd1403;
}
.banner_wrap .txt .ban_txt h2 {
	font: 400 65px/65px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.bannercontainer .bx-wrapper .bx-pager {
	display: block;
}
.about-slider {
	display: block;
	overflow: hidden !important;
}
.about-slider .txt .ban_txt {
	width: 45%;
	float: left;
}
.about-slider .txt .ban_txt h1 {
	font: 900 98px/98px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/ban-1.png) no-repeat center top;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
	width: 100%;
	float: left;
}
.content_wrapper {
	width: 100%;
	float: left;
	padding: 50px 0;
}
/*--advantage_wrap start--*/
.content_left {
	width: 50%;
	float: left;
	position: relative;
}
.content_right {
	width: 50%;
	float: right;
	padding-right: 0;
	position: relative;
}
.bg-black {
	background: #000;
}
.aligncenter.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 65%;
	padding: 0px 0 60px;
}
.aligncenter.brdr-top {
	background: url(../images/border-top.png) no-repeat 50% 25%;
	padding: 60px 0 00px;
}
.colorGray {
	color: #b7b7b7;
}
.colorGreen {
	color: #294421;
}
.colorBrown {
	color: #5f4956;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	box-shadow: 0 0 9px #ccc;
	padding: 1%;
}
.inner_details {
	margin-top: -85px;
	position: relative;
	background: #fff;
	border-top: 7px solid #263285;
	box-shadow: 0 -15px 15px #999;
	padding: 0 15px;
}
.bg-blue {
	background: #263285;
}
.mid_wrap {
	/*background: url(../images/mid-bg.jpg) no-repeat center;*/ background:rgba(0,0,0,0.4);
	background-size: cover;
	padding: 100px 0;
}
.mid {
	width: 100%;
	background: #fff;
	padding: 30px;
	margin: 15px 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.mid:hover, .mid:focus, mid.active {
	background: #fd1403;
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.mid .mid_img {
	width: 100%;
	height: auto;
	text-align: center;
}
.mid .mid_img img {
	border: 1px solid #000;
	border-radius: 50%
}
.mid:hover .mid_img img, .mid:focus .mid_img img, mid.active .mid_img img {
	border: 1px solid #fff;
}
.mid .mid_txt {
	width: 100%;
	height: auto;
	text-align: center;
}
.mid .mid_txt h5 {
	color: #000;
}
.mid:hover .mid_txt h5, .mid:focus .mid_txt h5, mid.active .mid_txt h5 {
	color: #fff;
}
.wwa_wrap {
	background: url(../images/wwa-bg.jpg) no-repeat center;
	background-size: cover;
}
.solid_wrap {
	background: url(../images/solid-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 210px 0;
}
.mail_gap {
	padding: 50px 0 50px 15%;
	display: inline-block;
	width: 100%;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 1% 0;
	padding: 0;
	text-indent: 10px;
	height: auto;
	font: 400 16px/45px 'Lato', serif;
	color: #fff;
	background: transparent;
}
.mail_form input::-webkit-input-placeholder {
 font: 400 14px/45px 'Lato', serif;
 color: #fff;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 400 16px/45px 'Lato', serif;
 color: #fff;
 opacity:1;
}
.mail_form input[type="submit"] {
	background: #fd1403;
	font: 300 17px/45px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 45px;
	margin: 15px 0;
	display: inline-block;
	border-radius: 25px;
	border: none;
}
.mail_form input[type="submit"]:hover {
	background: #000;
	color: #fff;
	transition: all .3s ease-in-out;
}
.client_wrap {
	background: #d6d6d6;
}
ul.client {
	width: auto;
	height: auto;
	display: table;
}
ul.client li {
	width: auto;
	height: auto;
	float: left;
	padding: 5px 0;
	text-align: center;
	margin: 4px;
	border: 1px solid #000;
}
#owl-zero .item, #owl-one .item, #owl-two .item {
	margin: 0 15px;
}
#owl-two .owl-nav [class*=owl-], #owl-one .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../images/all-icon.png) no-repeat !important;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next, #owl-two .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
}
#owl-one .owl-nav button.owl-prev, #owl-two .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
}
#owl-two .owl-dots, #owl-one .owl-dots {
	display: none;
}
/*--advantage_wrap end--*/
/*--main_wrap end--*/
/*--footer_wrap start--*/
footer {
	width: 100%;
	background: #fff;
}
footer .footer_content {
	padding: 15px 0;
}
.footer_logo {
	text-align: center;
}
footer .footer_content .footer_links {
	width: 100%;
	float: left;
	margin: 10px 0;
}
footer .footer_content .footer_links ul {
	width: auto;
	float: none;
	padding: 0;
	display: table;
	margin: 20px auto;
}
footer .footer_content .footer_links ul li {
	width: auto;
	float: left;
	padding: 0px 5px;
	text-align: center;
	border-right: 1px solid #333;
}
footer .footer_content .footer_links ul li:last-child {
	border: none;
}
footer .footer_content .footer_links ul li a {
	text-align: center;
	font: 400 15px/15px 'Playfair Display', serif;
	color: #333;
	text-transform: uppercase;
}
footer .footer_content .footer_links ul li a:hover {
	color: #000;
}
footer .footer_content .footer_links ul li:hover a, footer .footer_content .footer_links ul li.active a {
	color: #ff0d07;
	/*text-shadow: 1px 1px 1px #000;*/
	text-decoration: none;
}
footer .footer_content .social_links {
	width: 100%;
	float: left;
	margin: 10px 0;
}
footer .footer_content .social_links ul {
	width: auto;
	float: none;
	padding: 0;
	display: table;
	margin: 6px auto;
}
footer .footer_content .social_links ul li {
	width: auto;
	float: left;
	padding: 0px 3px;
	text-align: center;
}
.copyright_wrap {
	width: 100%;
	float: left;
	padding: 10px 0;
	background: #012538;
}
.copyright_wrap p {
	text-align: center;
	font: 400 15px/20px 'Lato', sans-serif;
	color: #fff;
}
.copyright_wrap a {
	color: #fff;
	margin: 0;
}
/*--footer_wrap end--*/

.aligncenter {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorgold {
	color: #dba846;
}
.colorblack {
	color: #000;
}
.colorblue {
	color: #4f80b5;
}
.colorviolet {
	color: #263488;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #e3e3e3;
}
.bg-black {
	background: #000;
}
.bg-violet {
	background: #ecdefc;
}
.lit-txt {
	font-weight: 300;
}
.btn-black {
	background: #000;
}
.btn-black:hover {
	background: #f2f2f2;
}
.bgOrrange {
	background: #ff1d00;
}
.bgBrown {
	background: #4f465b;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.nm {
	margin: 0;
}
.bdr-top {
	border-top: 1px solid #ccc;
}
.column {
	float: left;
	width: 24%;
	margin: 1% 0.5%;
	border: 1px solid #ccc;
}
.column img {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 12px;
}
/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.mySlides {
	display: none;
	padding: 0 0.5%;
	width: 100%;
	height: auto;
	float: left;
}
.mySlides img {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #ccc;
}
.cursor {
	cursor: pointer;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
/* Position the "next button" to the right */
.prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.demo {
	opacity: 0.6;
}
.active, .demo:hover {
	opacity: 1;
}
img.hover-shadow {
	transition: 0.3s;
}
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.colorred {
	color: #ed1b24;
}
.box-shadow {
	box-shadow: 0 0 9px #333;
}
.map {
}
.map iframe {
	float: left;
}
.f_txt {
}
.f_txt h5 {
	font: 400 25px/30px 'Playfair Display', serif;
	color: #000;
}
ul.arrow {
	width: auto;
	height: auto;
}
ul.arrow li {
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/ra.png) no-repeat left 7px;
	font: 400 15px/20px 'Playfair Display', serif;
	color: #6c6c6c;
	padding: 3px 0 3px 25px;
	text-align: left;
}
