/* Theme Name: LG Accounting */
 @import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}
input, textarea, select, ol, ul, li, a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-decoration: none;
	outline: none;
}
a, a:hover, a:focus {
	cursor: pointer;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	text-decoration: none;
	outline: none;
	text-decoration: none;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header {
	margin: 0;
	padding: 0px;
}
.sticky {
	position: fixed;
	z-index: 999;
	top: 0;
}
header, .main-sel, footer {
	float: left;
	width: 100%;
}
.main-sel ul {
	padding: 0;
}
.main-sel ul li {
	list-style: none;
}
header .navbar-default {
	margin: 0;
	border: none;
	background: none;
}
.main-slider .carousel-inner .item > img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
.main-slider .carousel-inner .item {
	height: 65vh;
	overflow: hidden;
}
.main-nav {
	background: #fff;
}
.main-nav .logo img {
	width: 200px;
}
.sticky .main-nav {
	border-bottom: 2px solid #a9cf46;
}
.logo {
	position: relative;
	z-index: 123;
	padding: 10px;
	font: 18px;
	color: #ffffff;
	float: left;
	width: 15%
}
.logo a {
	color: #ffffff;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	margin: 0px auto;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none;
}
#cssmenu {
	background: #fff;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu > ul > li > a {
	padding: 35px 12px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #535458;
	text-transform: uppercase;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #a9cf46;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	/* background: #448D00!important; */
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 36px;
	right: 11px;
	width: 10px;
	height: 6px;
	display: block;
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	vertical-align: middle;
	font-weight: 900;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #333;
	transition: all .25s ease;
	z-index: 1;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu li:hover > ul > li {
	height: auto;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	padding: 11px 15px;
	width: 200px;
	font-size: 14px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #a9cf46;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 10px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	vertical-align: middle;
	font-weight: 900;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333;
}
.nb-footer .footer-single li:first-child {
	border-top: none;
}
/* .nb-footer .footer-single li {
	border-top: dashed 1px #a9cf46;
} */  
.section-title {
	background-color: #fff;
	margin-bottom: 50px;
	overflow: hidden;
	color: #333;
	border-left: 5px solid #a9cf46;
}
.services-inner {
	overflow: hidden;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
.service {
	padding: 0px 0;
/* 	background-color: #333;
	border: 1px solid #a9cf46; */

}
.service h3 {
	color: #fff;
}
/* .service:hover {
	padding: 20px 0;
	background-color: #a9cf46;
} */
.service:hover h3 {
	color: #fff;
}
.service-content {
	color: #000;
	padding: 0 30px;
}
.service-content p {
	color: #000;
	margin-bottom:15px;
}
.read-more {
	display: inline-block;
	padding: 7px 20px;
	/* border: 1px solid #fff; */
	/* border-radius: 20px; */
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #a9cf46;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}
.read-more:hover {
	color: #fff;
	background:#093c57;
}
/* .iconcontainer {
	margin-top: 20px;
	margin-bottom: 20px;
} */
.iconbox {
	background: #ffffff;
	background-color: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 0;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	padding: 20px 25px;
	display: block;
	/* margin-top: 60px; */
	margin-bottom: 15px;
	height: 330px;
}
/* .iconbox-icon {
	background-color: #a9cf46;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	margin-top: -70px;
} */
.iconbox-icon{
 margin-bottom:10px;
}
.iconbox-icon i {
	color: #104d7f;
	font-size: 42px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.colobg {
	background: #f1f4f6;
}
.featureinfo h4 {
	font-size: 18px;
	/* letter-spacing: 1px; */
	text-transform: uppercase;
	color: #a9cf46;
	/* padding: 15px 0px; */
	margin-bottom: 10px;
}
.featureinfo p {
	color: #000000;
	font-size: 13px;
	/* padding-top: 4px; */
	margin-bottom:10px;
}
.featureinfo .btn {
	color: #a9cf46;
	font-size: 14px;
	font-weight: 900;
	padding: 0;
}
.featureinfo .btn:hover {
	color: #104d7f;
}

.b-gry {
	background: #f4f7f7;
}
.wt-txt-hed h2 {
	text-align: center;
	color: #333;
	text-transform: uppercase;
}
.wt-txt-hed h2 span {
	color: #a9cf46;
	font-weight: bold;
}
.txtwvmbx img {
	width: 100%;
}
.txtwvmbx h2 {
	color: #a9cf46;
	text-transform: uppercase;
	font-weight: 600;
}
.txtwvmbx h2, .txtwvmbx h3 {
	margin-bottom: 15px;
}
.txtwvmbx p {
	font-size: 16px;
	padding: 10px 0px;
	line-height: 24px;
	color: #535458;
}
.txtwvmbx ul li {
	margin: 5px 0px;
	font-size: 18px;
	color: #535458;
	background: url(images/check1.png) no-repeat left top 6px;
	padding-left: 25px;
}
.overlay {
	background: rgba(0,0,0,0.5);
	padding: 70px 0px;
}
.inrpbmbx hr {
	width: 10%;
}
.abot-tex {
	padding-left: 20px;
}
.inrpbmbx h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
}
.services-box .serviceBox {
/* 	border: 1px solid #535458; */
	padding: 30px 30px 30px 90px;
	position: relative;
	transition: all 0.5s ease 0s;
	height: 174px;
}
/* .services-box .serviceBox:hover {
	border-color: #a9cf46;
}
.services-box .serviceBox:before, .services-box .serviceBox:after {
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	background: #a9cf46;
	position: absolute;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.services-box .serviceBox:before {
	top: -3px;
}
.services-box .serviceBox:after {
	bottom: -3px;
}
.services-box .serviceBox:hover:before, .services-box .serviceBox:hover:after {
	left: 40px;
	opacity: 1;
} */
.services-box .serviceBox .service-icon {
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 23px;
	font-size: 45px;
	color: #104e7f;
}
/* .services-box .serviceBox:hover .service-icon {
	opacity: 1;
} */
.services-box .serviceBox .title {
	font-size: 16px;
	font-weight: 700;
	color: #a9cf46;
	margin-bottom: 15px;
}
.services-box .serviceBox .description {
	font-size: 15px;
	color: #666;
	line-height: 20px;
}
.services-box .serviceBox {
	margin-bottom: 30px;
}
.inrpbmbx h2 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.price-sec .pricingTable {
	text-align: center;
}
.price-sec .pricingTable .pricingTable-header {
	padding: 30px 0;
	background: #4d4d4d;
	position: relative;
	transition: all 0.3s ease 0s;
}
.price-sec .pricingTable:hover .pricingTable-header {
	background: #a9cf46;
}
.price-sec .pricingTable .pricingTable-header:before, .price-sec .pricingTable .pricingTable-header:after {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #d9d9d8;
	position: absolute;
	bottom: 12px;
}

.blog-sidebar {
    background: #104e7f;
    float: left;
    margin: 10px 0;
    padding: 15px;
    width: 100%;
}

.search-form label {
    padding: 0 15px 0 0;
}

.search-form .search-field {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

.search-form .search-submit {
    background: #a9cf46;
    border: none;
    color: #fff;
    padding: 10px 35px;
    font-weight: 600;
}

.section {
    padding: 50px 0px;
}

.blog-sidebar h2 {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.blog-sidebar ul li a {
    color: #fff;
    float: left;
    font-size: 13px;
    width: 100%;
	padding: 5px 0px;
}

.blog-sidebar section {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.price-sec .pricingTable .pricingTable-header:before {
	left: 40px;
}
.price-sec .pricingTable .pricingTable-header:after {
	right: 40px;
}
.price-sec .pricingTable .heading {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	padding: 10px;
	font-weight: 600;
}
.price-sec .pricingTable .price-value {
	display: inline-block;
	position: relative;
	font-size: 55px;
	font-weight: bold;
	color: #a9cf46;
	transition: all 0.3s ease 0s;
}
.price-sec .pricingTable:hover .price-value {
	color: #fff;
}
.price-sec .pricingTable .currency {
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 6px;
	left: -19px;
}
span.screen-reader-text {
    color: #fff;
	font-size: 21px;
	font-weight: 100;
}
.price-sec .pricingTable .month {
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 15px;
	right: -30px;
	text-transform: uppercase;
}
.price-sec .pricingTable .pricing-content {
	padding-top: 50px;
	background: #fff;
	position: relative;
}
.price-sec .pricingTable .pricing-content:before, .price-sec .pricingTable .pricing-content:after {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #7c7c7c;
	position: absolute;
	top: 12px;
}
.price-sec .pricingTable .pricing-content:before {
	left: 40px;
}
.price-sec .pricingTable .pricing-content:after {
	right: 40px;
}
.price-sec .pricingTable .pricing-content ul {
	padding: 0 20px;
	margin: 0;
	list-style: none;
}
.price-sec .pricingTable .pricing-content ul:before, .price-sec .pricingTable .pricing-content ul:after {
	content: "";
	width: 8px;
	height: 46px;
	border-radius: 3px;
	background: linear-gradient(to bottom, #818282 50%, #727373 50%);
	position: absolute;
	top: -22px;
	z-index: 1;
	box-shadow: 0 0 5px #707070;
	transition: all 0.3s ease 0s;
}
.price-sec .pricingTable:hover .pricing-content ul:before, .price-sec .pricingTable:hover .pricing-content ul:after {
	background: linear-gradient(to bottom, #a9cf46 50%, #a9cf46 50%);
}
.price-sec .pricingTable .pricing-content ul:before {
	left: 44px;
}
.price-sec .pricingTable .pricing-content ul:after {
	right: 44px;
}
.price-sec .pricingTable .pricing-content ul li {
	font-size: 15px;
	font-weight: bold;
	color: #777473;
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d8;
}
.price-sec .pricingTable .pricing-content ul li:last-child {
	border-bottom: none;
}
.price-sec .pricingTable .read {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background: #4d4d4d;
	padding: 8px 25px;
	margin: 30px 0;
	transition: all 0.3s ease 0s;
}
.price-sec .pricingTable .read:hover {
	text-decoration: none;
}
.price-sec .pricingTable:hover .read {
	background: #a9cf46;
}
.price-txtp p {
	font-size: 18px;
	text-align: center;
	color: #000;
	padding-bottom: 20px;
}
.wt-txt-hed h1 {
	letter-spacing: 0;
	margin: 20px 0px 30px 0px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}
.pricetb .pricingTable {
	padding: 25px 0 0;
	background: #a9cf46;
	text-align: center;
	transition: all 0.3s ease 0s;
	border-radius: 30px 30px 0 0;
}
.pricetb .pricingTable:hover {
	box-shadow: 0 8px 6px -6px #a9cf46;
}
.pricetb .pricingTable .title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.pricetb .pricingTable .price-value {
	font-size: 50px;
	color: #fff;
	margin-bottom: 30px;
}
.pricetb .pricingTable .month {
	display: block;
	font-size: 20px;
	color: #fff;
}
.pricetb .pricingTable .pricing-content {
	padding: 30px 0 30px;
	z-index: 1;
	position: relative;
}
.pricetb .pricingTable .pricing-content:before, .pricetb .pricingTable .pricing-content:after {
	content: "";
	width: 50%;
	height: 100%;
	background: #104e7f;
	border-radius: 0 20px 0 0;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}
.pricetb .pricingTable .pricing-content:after {
	border-radius: 20px 0 0 0;
	left: auto;
	right: 0;
}
.pricetb .pricingTable .pricing-content ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}
.pricetb .pricingTable .pricing-content ul li {
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	line-height: 24px;
	letter-spacing: 1px;
	border-bottom: 1px solid #c5d2d4;
	padding: 10px 5px;
}
.pricetb .pricing-content ul li:last-child {
	border-bottom: none;
}
.pricetb .pricingTable .pricingTable-signup {
	display: inline-block;
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 700;
	color: #a9cf46;
	text-transform: uppercase;
	border-left: 3px solid #a9cf46;
	border-right: 3px solid #a9cf46;
	position: relative;
	transition: all 0.3s ease 0s;
}
.pricetb .pricingTable .pricingTable-signup:before, .pricetb .pricingTable .pricingTable-signup:after {
	content: "";
	width: 0;
	height: 3px;
	background: #a9cf46;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease 0s;
}
.pricetb .pricingTable:hover .pricingTable-signup {
	color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
}
.pricetb .pricingTable .pricingTable-signup:after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}
.pricetb .pricingTable .pricingTable-signup:hover:before, .pricetb .pricingTable .pricingTable-signup:hover:after {
	width: 100%;
}
.xero-table td {
	padding: 10px;
}
.srvcs {
	border: 1px solid #eee;
	box-shadow: 3px 3px 0 #ddd;
	padding: 15px;
}
.form_main {
	background: #a9cf46;
	padding: 0px 20px;
	border-radius: 0px;
}
.cntinfo form input, .cntinfo form textarea {
	width: 100%;
	border: 1px solid #fff;
	padding: 6px;
	border-radius: 0px;
}
.cntinfo form label {
	width: 100%;
}
.cntinfo form label {
	color: #fff;
}
.cntinfo form input[type="submit"] {
	background: #a9cf46;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 8px 40px;
	text-transform: uppercase;
	width: auto;
}
.cntinfo form input[type="submit"]:hover {
	background: #333;
}
.srvcs ol li {
	border-top: 1px solid #eee;
	color: #535458;
	font-size: 15px;
	margin: 5px 0;
	padding: 5px 0;
}
.cntinfo {
	padding: 20px 0px;
}
.cntinfo form input, .cntinfo form textarea {
	width: 100%;
	border: 1px solid #fff;
	padding: 6px;
	border-radius: 2px;
	margin: 10px 0px;
}
.cntinfo form textarea {
	height: 200px;
}
.nb-footer {
	background: #323232;
	padding-bottom: 30px;
}
.nb-footer .footer-single {
	margin-top: 30px;
}
.nb-footer .footer-title {
	display: block;
	margin: 10px 0 10px 0;
}
.nb-footer .footer-single a {
	text-decoration: none;
}
.nb-footer .footer-single h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	display: inline-block;
	padding-bottom: 5px;
	/* margin-bottom: -2px; */
}
.nb-footer .footer-single li:first-child {
	border-top: none;
}
.nb-footer .footer-single li a {
	color: #919191;
	font-size: 12px;
	padding: 6px 0px;
	display: block;
	transition: all 0.4s ease-in-out;
}
.nb-footer .footer-single li a:hover {
	color: #fff;
}
.nb-footer .footer-single li a:hover i {
	color: #a9cf46;
}
.nb-footer .dummy-logo {
	margin-top: 11px;
	padding-bottom: 9px;
}
.nb-footer .dummy-logo .icon {
	margin-right: 10px;
	border-radius: 20px;
	margin-top: 24px;
}
.nb-footer .brand {
	background: #a9cf46;
}
.nb-footer .dummy-logo i {
	font-size: 50px;
	color: #fff;
	padding: 5px;
}
.nb-footer .dummy-logo p {
	color: #535458;
	font-size: 12px;
}
.nb-footer .dummy-logo h2 {
	font-size: 24px !important;
	border-bottom: none;
	color: #696969;
	padding: 5px 0;
}
.nb-footer .btn-footer {
	/* border: 1px solid #a9cf46; */
	/* margin-top: 10px; */
	color: #fff;
	padding: 0;
}
 .nb-footer .btn-footer:hover {
	color: #fff;
	transition: all 0.4s ease-in-out;
}
/* .nb-footer .useful-links li a {
	text-transform: uppercase;
} */
.footer-single .read-more-bottom{font-size:12px}

.nb-footer .footer-project a {
	font-size: 13px;
}
.nb-footer .footer-project img {
	margin-bottom: 20px;
	border: 1px solid #666;
	border-radius: 6px;
	padding: 1px;
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}
.nb-footer .footer-project img:hover {
	opacity: 1.0;
	cursor: pointer;
}
.nb-footer .footer-project .footer-title {
	margin-top: 0;
}
.nb-footer .footer-single p, .footer-single address {
	color: #919191;
	font-size: 12px;
	margin-top: 5px;
	line-height: 22px;
}
.nb-copyright {
	background: #a9cf46;
	padding-bottom: 10px;
}
address a {
	color: #919191;
}
address a:hover {
	color: #fff;
}
address i {
	margin-right: 10px;
	color:#fff;
}
.nb-copyright .copyrt {
	margin-top: 22px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.nb-copyright .copyrt a {
	color: #a9cf46;
}
.nb-copyright .footer-social {
	margin-top: 10px;
}
.footer-social i {
	color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.list-ul-rt {
	text-align: right;
}
.footer-social i:hover {
	background: #a9cf46;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background: #a9cf46;
	color: #fff;
	z-index: 1;
}
.first-box {
	padding: 10px;
	float: left;
	width: 100%;
	background: #104e7f;
}
.cont-center {
	text-align: center;
	color: #fff;
}
.padding-no {
	padding-left: 0px;
	padding-right: 0px;
}
.second-box {
	padding: 10px;
	float: left;
	width: 100%;
	background: #104e7f;
}
.third-box {
	padding: 10px;
	float: left;
	width: 100%;
	background: #104e7f;
}
.fourth-box h1, .fourth-box h3, .fourth-box p {
	color: #fff;
}
.cont-center a {
	color: #fff;
	text-decoration: none;
}
.header-title {
	text-align: center;
	color: #00bfff;
}
.cont-frmsec .form-control {
	border-radius: 0px;
	border: 1px solid #EDEDED;
}
.cont-frmsec .form-control:focus {
	border: 1px solid #a9cf46;
}
.cont-frmsec .btn-send {
	border-radius: 0px;
	border: 1px solid #a9cf46;
	background: #a9cf46;
	color: #fff;
}
.cont-frmsec .btn-send:hover {
	border: 1px solid #a9cf46;
	background: #fff;
	color: #a9cf46;
	transition: background 0.5s;
}
.hed-txt p {
	color: #666;
	font-size: 16px;
	padding: 10px 0px;
	line-height: 24px;
}
.hed-txt h1 {
	color: #a9cf46;
	text-transform: uppercase;
}
.news-slide .post-slide {
	margin: 0 15px;
	position: relative;
	background: #fff;
}
.news-slide .post-slide .post-img {
	position: relative;
	overflow: hidden;
}
.news-slide .post-slide .post-img img {
	width: 100%;
	height: auto;
}
.news-slide .post-slide .read-more i {
	margin-left: 10px;
}
.owl-controls {
	margin: 0px 0px 20px 0px;
	text-align: center;
	float: right;
}
.owl-nav {
	display: none;
	;
}
.owl-dots {
	height: 15px;
	display: table;
	margin: 20px auto;
}
.owl-dots .owl-dot {
	border: 1px solid #a9cf46;
	display: inline-block;
	height: 15px;
	margin: 0 2px;
	width: 15px;
	color: #007742;
	border-radius: 20px;
	line-height: 18px;
	font-size: 12px;
}
.owl-dot.active {
	background: #a9cf46;
	color: #fff;
}
.owl-dots {
	counter-reset: dots;
}
.brdr-frm {
	border: 1px solid #a9cf46;
	padding: 10px;
}
.cont-frmsec.brdr-frm {
	background: #104e7f;
}
.brdr-frm h3 {
	text-align: center;
	color: #a9cf46;
	padding-bottom: 10px;
	font-weight: 600;
}
.postmain h2 {
	color: #000000;
	font-size: 26px;
	font-weight: 300;
}
.postmain span {
	color: #3a2e2b;
	float: left;
	margin: 10px 0;
	width: 100%;
}
.postmain h2 a, .postmain a {
	color: #a9cf46;
}
.postmain {
	background: #fff;
	margin-bottom: 20px;
	padding: 15px 0px;
}
.widgets {
	background-color: #fff;
	padding: 20px 15px;
}
.widgets h3 {
	padding-bottom: 10px;
	font-size: 24px;
	font-size: 24px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	color: #333;
}
.vertical-menu a.active {
	background-color: #a9cf46;
	color: #fff;
}
.vertical-menu a {
	background-color: #333;
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.blog-btn1 {
	background: #a9cf46;
	color: #fff;
}
.vertical-menu a:hover {
	background-color: #a9cf46;
	color: #ffffff;
}
.blog-btn1:hover {
	background: #333;
	color: #fff;
}
.txtwvmbx img {
	height: 320px;
	object-fit: cover;
}



.abot-tex h2 {
	color: #104d7f;
	font-weight: 900;
	font-size: 40px;
}
.abot-tex h1 {
	color: #a9cf46;
	font-size: 16px;
	font-weight: 800;
	margin: 10px 0;
}
.abot-tex p {
	font-size: 14px;
	color: #535458;
}
/* .image-box {
	height: 300px;
	width: 280px;
} */
.serimg {
	border-radius: 341px 0 0 0;
	overflow: hidden;
}

.ser-sel .service .outerser {
	height: 450px;
}
.ser-sel .service .serimg {
	height: 250px;
	position: absolute;
	bottom: 0;
}
.ser-sel .outerser:hover .serimg img {
	transform: scale(1.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.serimg::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(255,255,255,0.7);
	z-index: 0;
	content: "";
}
.ser-sel .outerser .service-content {
	position: relative;
	z-index:5;
/* 	position: absolute;
	bottom: -100px;
	height: 300px;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease; */
}
.ser-sel .outerser .service-content h2 {
	font-size: 80px;
	margin-bottom:20px;
	color:#104d7f;
	font-weight:900;
	/*text-shadow: 4px 4px 0px #a9cf46;*/
	}
	
.ser-sel .outerser .service-content h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 700;
}
/* .ser-sel .outerser:hover .service-content {
	bottom: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
} */
.image-box::before {
	position: absolute;
	content: "";
	width: ;
	height: ;
	top: 0;
	left: 0;
	z-index: 2;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(169,207,70,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(169,207,70,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(169,207,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a9cf46',GradientType=0 );

}
/* .image-box::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	bottom: -8px;
	background: #a9cf46;
	right: -8px;
	z-index: 1;
} */
.iconbox.b-gry:hover {
	border: 4px solid #a9cf46;
	margin-top: -15px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.iconbox.b-gry {
	border: 4px solid transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.image-box img {
	border: 4px solid #a9cf46;
} 

.icnagnt {
    text-align: center;
}

.icnagnt li {
    width: 33.33%;
    float: left;
    list-style: none;
}

.icnagnt li img {
    width: 70px;
}

.icnagnt li {
    border-top: none !important;
}

.icnagnt{padding:0px;}



 @media(max-width: 1199px) {
.iconbox {
	height: auto;
}
.services-box .serviceBox {
	height: 190px;
}
.services-box .serviceBox .description {
	font-size: 12px;
}
}
 @media(max-width: 991px) {
.txtwvmbx h2 {
	margin-top: 15px;
}

}
 @media only screen and (max-width: 990px) {
.pricetb .pricingTable {
	margin-bottom: 30px;
}
}
 @media screen and (max-width: 990px) {
.price-sec .pricingTable {
	margin-bottom: 25px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
#cssmenu > ul > li > a {
	padding: 28px 6px;
	font-size: 12px;
}
.main-nav .logo img {
	width: 130px;
}
#cssmenu > ul > li.has-sub > a::after {
	top: 28px;
}
}
 @media only screen and (max-width: 768px) {
.contact-form {
	margin-top: 25px;
}
.btn-send {
	width: 100%;
	padding: 10px;
}
}
 @media screen and (max-width:767px) {
.services-box .serviceBox {
	height: auto;
}
.txtwvmbx h2 {
	padding-top: 20px;
}
.nb-copyright .copyrt {
	text-align: center;
}
.list-ul-rt {
	text-align: center;
}
.services-inner {
	display: block;
}
#cssmenu > ul > li > a {
	padding: 16px 15px;
}
.main-nav .logo img {
	width: 110px;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	text-align: left;
	padding: 6px 0 0 13px;
	float: none;
}
.logo2 {
	display: none;
}
#cssmenu {
	width: 100%;
}
#cssmenu ul {
	width: 100%;
	display: none;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #444;
}
#cssmenu ul li:hover {
	background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
}
#cssmenu > ul > li {
	float: none;
}
#cssmenu ul ul li a {
	padding-left: 25px;
}
#cssmenu ul ul li {
	background: #a9cf46!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px;
}
#cssmenu ul ul li a {
	color: #fff;
	background: none;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff;
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu #head-mobile {
	display: block;
	padding: 23px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700;
}
.button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
}
.button:after {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #a9cf46;
	border-bottom: 2px solid #a9cf46;
	content: '';
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #a9cf46;
	content: '';
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #a9cf46;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button.menu-opened:before {
	top: 23px;
	background: #a9cf46;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #444;
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
	background: transparent;
}
#cssmenu ul ul .submenu-button {
	height: 36px;
	width: 36px;
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 17px;
	right: 19px;
	display: block;
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	font-weight: 900;
	color: #a9cf46;
	vertical-align: middle;
}
#cssmenu ul ul .submenu-button:after {
	top: 10px;
	right: 13px;
	color: #fff;
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none;
}
#cssmenu ul ul ul li.active a {
	border-left: none;
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none;
}
.main-nav .container {
	padding: 0px;
}
}
