.hero-video {
    height: calc(100vh - 105px) !important;
}
.serviceBox {
    counter-increment: item;
}
.serviceBox .elementor-flip-box {
    border-radius: 8px;
}
.serviceBox .elementor-flip-box__layer__title {
    position: relative;
    padding: 0 55px 0 0 !important;
}
.serviceBox .elementor-flip-box__front .elementor-flip-box__layer__title:after {
    position: absolute;
    content: '';
    width: 54px;
    height: 1px;
    background-color: #016536;
    right: 0;
    top: 50%;
}
.serviceBox .elementor-flip-box__back .elementor-flip-box__layer__title:after {
    position: absolute;
    content: '';
    width: 54px;
    height: 1px;
    background-color: #ffffff;
    right: 0;
    top: 50%;
}
.serviceBox .elementor-flip-box__layer.elementor-flip-box__front:after {
    position: absolute;
    bottom: 0;
    right: 10px;
    content: counters(item, ".", decimal-leading-zero);
    color: #016536;
    font-family: 'Inter';
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
}

.serviceBox .elementor-flip-box__layer.elementor-flip-box__back:after {
    position: absolute;
    bottom: 0;
    right: 10px;
    content: counters(item, ".", decimal-leading-zero);
    color: #9acb33;
    font-family: 'Inter';
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
}
.blog-item .elementor-post__text .elementor-post__read-more-wrapper .elementor-post__read-more {
	position: relative;
	padding: 0 40px 0 0;
}
.blog-item .elementor-post__text .elementor-post__read-more-wrapper .elementor-post__read-more:after {
	position: absolute;
	content: '';
	width: 27px;
	height: 1px;
	background-color: #ff6501;
	top: 50%;
	right: 0;
	transform: translatey(-50%);
}


/*----- Contact Page -----*/
.wpcf7-form-control-wrap { display: block; }
body .wpcf7 form .wpcf7-response-output { float: left; width: 100%; padding: 10px; margin: 0 0 0 0; box-sizing: border-box; text-align: center; font-size: 16px; }
body span.wpcf7-not-valid-tip { position: absolute; top: 5px; right: 10px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #f00 !important; }
.wpcf7-spinner 			{ margin: 15px 24px; position: absolute; }

.breadcrumbs {
	color:#9acb33 !important;
}
.breadcrumbs span.separator {
	color:#fff;
	padding: 0 10px;
}
.breadcrumbs a {
	color:#fff !important;
}
.breadcrumbs a:hover {
	color:#9acb33 !important;
}

.listBox .elementor-icon-box-icon {
	margin-top: 5px;
}

.contactInfo .elementor-widget-icon-box {
	height: 100%;
}
.contactInfo .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content p a {
	color: #000000;
}
.contactInfo .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content p a:hover {
	color: #FF6501;
}


/*Blog Details*/

.blog-cont p {
	margin: 0 0 20px 0;
}
.blog-cont p :last-child {
	margin: 0;
}
.blog-cont h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 40px;
	color: #000000;
	font-weight: 700;
	line-height: 50px;
}
.blog-cont h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 35px;
	color: #000000;
	font-weight: 700;
	line-height: 45px;
}
.blog-cont h5 {
	margin: 0 0 20px 0;
    padding: 0;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: unset;
}
.blog-cont h6 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 25px;
	color: #000000;
	font-weight: 700;
	line-height: 35px;
}


.single-post .blog-cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-post .blog-cont .elementor-widget-post-info ul li:before {
	display: none !important;
}
.single-post .blog-cont .elementor-widget-post-info ul li {
	padding: 0;
}
.single-post .blog-cont .elementor-widget-post-info ul li:last-child {
	padding: 0;
}

.single-post .blog-cont ul li {
	position: relative;
	padding: 0 0px 10px 30px;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
}
.single-post .blog-cont ul li:before {
	position: absolute;
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	color: #FF6501;
	left: 0;
	top: 0;
	font-weight: 900;
}
.single-post .blog-cont ul li:last-child {
	padding: 0 0px 20px 30px;
}

.single-post .blog-cont ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: item;
}
.single-post .blog-cont ol li {
	position: relative;
	counter-increment: item;
	padding: 0 0px 10px 35px;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
}
.single-post .blog-cont ol li:before {
    position: absolute;
    display: flex;
    content: counter(item);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FF6501;
    font-size: 14px;
    color: #ffffff;
    left: 0;
    top: 3px;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.blog-sidebar {
	padding: 0px;
	margin-bottom: 30px;
	border-radius: 10px;
	background-color: transparent;
	border: 1px solid #006736;
	overflow: hidden;
}
.blog-sidebar.widget_search {
	border: 0px solid #043787;
	background-color: transparent;
}
.blog-sidebar:last-child {
    margin-bottom: 0px;
}
.blog-sidebar .title {
	padding: 10px 25px;
	margin: 0;
	background-color: #006736;
	border-bottom: 0px solid #ffffff;
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;
	font-weight: 700;
}
.blog-sidebar .search-form {
    position: relative;
}
.blog-sidebar .search-form label {
    display: none;
}
.blog-sidebar .search-form .search-field {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 7px 40px 7px 10px;
    margin-bottom: 0;
    border: 1px solid #d5d5d5;
    font-family: 'Poppins', sans-serif;
    outline: 0;
    border-radius: 10px;
    font-size: 18px;
    color: #000000;
    line-height: normal;
    vertical-align: top;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: transparent;
}
.blog-sidebar .search-form .search-field::placeholder {
	font-family: 'Poppins', sans-serif;
	color: #000000;	
}
.blog-sidebar .search-form .search-submit {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: normal;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
}
.blog-sidebar .search-form .search-submit .icon  {
	width: 22px;
	height: 22px;
}
.blog-sidebar ul {
	padding: 20px 15px;
	margin: 0px;
	list-style-type: none;
}
.blog-sidebar ul li {
	position: relative;
	padding-left: 25px;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	line-height: 28px;
}
.blog-sidebar ul li:before {
	position: absolute;
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	color: #000000;
	left: 0;
	top: 0;
	line-height: 28px;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
}
.blog-sidebar ul li:last-child {
	margin-bottom: 0px;
}
.blog-sidebar ul li a {
	color: #000000;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.blog-sidebar ul li a:hover {
	text-decoration: none;
	color: #9ACB33;
}
.blog-sidebar ul li a + span {
    display: block;
    font-size: 14px;
	color: #999999;
	font-style: italic;
}
.blog-sidebar ul.wp-tag-cloud li {
	display: inline-block;
	margin: 0 4px 7px 0;
	padding-left: 0px;
	background: none;
}
.blog-sidebar ul.wp-tag-cloud li.hover {
	background: none;
}
.blog-sidebar ul.wp-tag-cloud li a {
	display: block;
	padding: 4px 10px;
	border: 1px solid #666666;
	color: #666666;
	text-decoration: none;
}
.blog-sidebar ul.wp-tag-cloud li a:hover {
	color: #f94d11;
	text-decoration: none;
}

.user_cmt_box {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-top: 1px dashed #cccccc;
}
.user_cmt_box h3 {
	margin: 0px;
	padding-bottom: 20px;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
}
.user_cmt_box .media_list {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.user_cmt_box .media_list .blog-user-image {
	display: inline-block;
	width: 70px;
}
.user_cmt_box .media_list .blog-user-image img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.user_cmt_box .media_list .blog-user-comment-body {
	float: right;
	width: calc(100% - 70px);
	padding: 0px 12px;
	box-sizing: border-box;
}
.user_cmt_box .media_list .blog-user-comment-body .user_name {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
}
.user_cmt_box .media_list .blog-user-comment-body .date {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a {
	display: inline-block;
	color: #000000;
	text-decoration: none;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a:hover {
	color: #9ACB33;
	box-shadow: none;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply i {
	display: inline-block;
	transform: rotateY(180deg);
}
.user_cmt_box .media_list .blog-user-comment-body p {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	line-height: 25px;
}
.user_cmt_box .children {
	margin: 0;
	padding-left: 40px;
}

.comments-area {
	float: left;
	width: 100%;
}
.comment-respond {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;	
	border-top: 1px dashed #cccccc;
}
.comment-respond h3 {
    margin: 0px 0px 10px 0px;
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    font-weight: 700;
}
.comment-respond h3 small {
	padding-left: 10px;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
}
.comment-respond a {
	color: #000000 !important;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	box-shadow: none;
}
.comment-respond a:hover {
    color: #9ACB33 !important;
    text-decoration: underline !important;
    box-shadow: none;
}
.comment-respond p {
	display: inline-block;
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
}
.comment-respond p label {
	float: left;
	width: 20%;
	margin: 0;
	padding-right: 20px;	
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	text-transform: none;
	text-align: left;
	cursor: pointer;
}
.comment-respond p textarea {
	float: left;
	width: 70%;
	height: 100px;
	padding: 10px;
	background-color: transparent;
	border: 1px solid #D5D5D5;
	border-radius: 8px;
	outline: 0;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	resize: none;
}
.comment-respond p input {
	float: left;
	width: 70%;
	height: 50px;
	padding: 10px 15px;
	background-color: transparent;
	border: 1px solid #D8D8D8;
	border-radius: 8px;
	outline: 0;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}
.comment-respond p.comment-form-cookies-consent input {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 15px 0 20% !important;
	background-color: transparent;
	border: none;
}
.comment-respond p.comment-form-cookies-consent label {
	float: left;
	width: calc(70% - 30px);
	margin: 0;
	padding-right: 0px;
	font-size: 16px;
	color: #282828;
	text-align: left;
}
.comment-respond p .submit {
	display: inline-block;
	width: auto;
	height: auto;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	background-color: #006736;
	border: none;
	padding: 11px 20px;
	margin-left: 20%;
	border-radius: 8px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
	cursor: pointer;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.comment-respond p .submit:hover {
	background-color: #9ACB33;
}
.comment-respond p input:focus,
.comment-respond p textarea:focus {
	box-shadow: none;
	border: 1px solid #000000;
	outline: none;
}

.error404 .search-form {
    position: relative;    
}
.error404 .search-form label {
    display: none
}
.error404 .search-form .search-field {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 10px 40px 10px 20px;
    margin-bottom: 0;
    border: 2px solid #472d06;
    border-radius: 8px;
    outline: 0;
    background-color: #fff;
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: normal;
    vertical-align: top;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.error404 .search-form .search-field::placeholder {
	font-family: 'Poppins', sans-serif;
	color: #000000;
}
.error404 .search-form .search-submit {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	font-size: 25px;
	color: #472d06;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: normal;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0;
	outline: none;
}
.error404 .search-form .search-submit:hover {
    color: #000000;
    text-decoration: none;
}
.error404 .search-form .search-submit .icon {
	width: 22px;
	height: 22px;
	top: -3px;
}

.contact-from .form-group {
	margin: 0 0 30px 0;
}
.contact-from form .form-group:last-child {
	margin: 0;
}
.contact-from .form-control {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 15px;
	outline: 0;
	background-color: transparent;
	border: 1px solid #D8D8D8;
	border-radius: 8px;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	opacity: 1;
}
.contact-from .form-control::placeholder {
	font-family: 'Poppins', sans-serif !important;
	color: #000000;
}
.contact-from .form-control:focus {
	border-color: #000000;
	color: #000000;
}
.contact-from .form-group textarea.form-control {
	height: auto;
    resize: none;
}
.contact-from .form-group textarea.form-control::focus {
	border-color: #000000;
}
.contact-from .submitBtn {
	position: relative;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	padding: 13px 54px;
	border-radius: 8px;
	background-color: #472d06;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 700;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	border: none;
}
.contact-from .submitBtn:hover {
	background-color: #472d06;
}
.contact-from .submitBtn:focus {
	background: #472d06;
}


.contact-from .form-group {
	margin: 0 0 30px 0;
}
.contact-from form .form-group:last-child {
	margin: 0;
}
.contact-from .form-control {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 15px;
	outline: 0;
	background-color: transparent;
	border: 1px solid #D5D5D5;
	border-radius: 8px;
	font-family: 'Inter', sans-serif !important;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	opacity: 1;
}
.contact-from .form-control::placeholder {
	font-family: 'Inter', sans-serif !important;
	color: #000000;
}
.contact-from .form-control:focus {
	border-color: #000000;
	color: #000000;
}
.contact-from .form-group textarea.form-control {
	height: auto;
    resize: none;
}
.contact-from .form-group select.form-control {
    height: auto;
    resize: none;
}
.contact-from .form-group textarea.form-control::focus {
	border-color: #000000;
}
.contact-from .submitBtn {
	position: relative;
	display: inline-block;
	font-family: 'Inter', sans-serif;
	padding: 13px 54px;
	border-radius: 8px;
	background-color: #006736;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 700;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	border: none;
}
.contact-from .submitBtn:hover {
	background-color: #9ACB33;
}
.contact-from .submitBtn:focus {
	background: #9ACB33;
}



@charset "utf-8";
/* Table of Contents Responsive Code Here
==================================================
	#Desktop (1600)
	#Desktop (1366)
	#Desktop (1024)
	#Tablet (Portrait)
	#Mobile (Portrait)
	#Mobile (Landscape)



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 991px to 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
   
.hero-video {
    height: auto !important;
}
.elementor-nav-menu .sub-arrow {
	fill: #ffffff;
}	
.serviceBox .elementor-flip-box__layer.elementor-flip-box__front:after {
    bottom: 10px;
    right: 10px;
    font-size: 80px;
    line-height: 80px;
}
.serviceBox .elementor-flip-box__layer.elementor-flip-box__back:after {
    bottom: 10px;
    right: 10px;
    font-size: 80px;
    line-height: 80px;
}
	
	
.alignright							{ max-width: 50% !important; }	

.blog-cont p						{ margin: 0 0 15px 0; font-size: 16px; line-height: 26px; }
.blog-cont h3 						{ margin: 0 0 15px 0; font-size: 30px; line-height: 40px; }
.blog-cont h4 						{ margin: 0 0 15px 0; font-size: 28px; line-height: 38px; }
.blog-cont h5 						{ margin: 0 0 15px 0; font-size: 25px; line-height: 35px; }
.blog-cont h6 						{ margin: 0 0 15px 0; font-size: 22px; line-height: 32px; }
	
.single-post .blog-cont ul li		{ font-size: 16px; line-height: 26px; }
.single-post .blog-cont ul li:last-child { padding: 0 0px 15px 30px; }	
.single-post .blog-cont ul li:before{ font-size: 16px; }
	
.single-post .blog-cont ol li		{ font-size: 16px; line-height: 26px; }
.single-post .blog-cont ol li:last-child { padding: 0 0px 15px 30px; }	

.comment-respond h3					{ margin: 0 0 15px 0; font-size: 30px; line-height: 40px; }
.comment-respond p 					{ padding: 0; }
.comment-respond p label			{ width: 100%; margin: 0 0 10px 0; padding-right: 0; }
.comment-respond p textarea			{ width: 100%; }
.comment-respond p input			{ width: 100%; }	
.comment-respond p.comment-form-cookies-consent input { margin: 5px 10px 0 0px !important; font-size: 18px; }
.comment-respond p.comment-form-cookies-consent label	{ width: calc(100% - 30px); }
.comment-respond p .submit			{ margin-left: 0; }
	
.blog-sidebar .search-form .search-field	{ font-size: 16px; height: 45px; border-radius: 9px; }
.blog-sidebar .search-form .search-submit	{ width: 45px; height: 45px }
.blog-sidebar .search-form .search-submit .icon	{ width: 16px; height: 16px; }
	
.blog-sidebar .title				{ padding: 10px 15px; font-size: 20px; line-height: 30px; }
.blog-sidebar ul					{ padding: 10px 15px; }	
.blog-sidebar ul li					{ padding-left: 15px; margin: 0 0 10px 0; font-size: 16px; line-height: 26px; }
.blog-sidebar ul li:before			{ font-size: 12px; line-height: 24px; }
	
}


/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 767px to 320px */
@media only screen and (max-width: 767px) {

.hero-video {
    height: auto !important;
}
.elementor-nav-menu .sub-arrow {
	fill: #ffffff;
}
.serviceBox .elementor-flip-box__layer.elementor-flip-box__front:after {
    bottom: 10px;
    right: 10px;
    font-size: 60px;
    line-height: 60px;
}
.serviceBox .elementor-flip-box__layer.elementor-flip-box__back:after {
    bottom: 10px;
    right: 10px;
    font-size: 60px;
    line-height: 60px;
}
	
.blog-cont p						{ margin: 0 0 15px 0; font-size: 16px; line-height: 26px; }
.blog-cont h3 						{ margin: 0 0 15px 0; font-size: 30px; line-height: 40px; }
.blog-cont h4 						{ margin: 0 0 15px 0; font-size: 28px; line-height: 38px; }
.blog-cont h5 						{ margin: 0 0 15px 0; font-size: 25px; line-height: 35px; }
.blog-cont h6 						{ margin: 0 0 15px 0; font-size: 22px; line-height: 32px; }
	
.single-post .blog-cont ul li		{ font-size: 16px; line-height: 26px; }
.single-post .blog-cont ul li:last-child { padding: 0 0px 15px 30px; }	
.single-post .blog-cont ul li:before{ font-size: 16px; }
	
.single-post .blog-cont ol li		{ font-size: 16px; line-height: 26px; }
.single-post .blog-cont ol li:last-child { padding: 0 0px 15px 30px; }	

.comment-respond h3					{ margin: 0 0 15px 0; font-size: 30px; line-height: 40px; }
.comment-respond p 					{ padding: 0; }
.comment-respond p label			{ width: 100%; margin: 0 0 10px 0; padding-right: 0; }
.comment-respond p textarea			{ width: 100%; }
.comment-respond p input			{ width: 100%; }	
.comment-respond p.comment-form-cookies-consent input { margin: 5px 10px 0 0px !important; font-size: 18px; }
.comment-respond p.comment-form-cookies-consent label	{ width: calc(100% - 30px); }
.comment-respond p .submit			{ margin-left: 0; }
	
.blog-sidebar .search-form .search-field	{ font-size: 16px; height: 45px; border-radius: 9px; }
.blog-sidebar .search-form .search-submit	{ width: 45px; height: 45px }
.blog-sidebar .search-form .search-submit .icon	{ width: 16px; height: 16px; }
	
.blog-sidebar .title				{ padding: 10px 15px; font-size: 20px; line-height: 30px; }
.blog-sidebar ul					{ padding: 10px 15px; }	
.blog-sidebar ul li					{ padding-left: 15px; margin: 0 0 10px 0; font-size: 16px; line-height: 26px; }
.blog-sidebar ul li:before			{ font-size: 12px; line-height: 24px; }	
    
    
}

