/* Base CSS */

.mobile-only {
	display: none;
}

.desktop-only {
	display: block;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0 solid;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	color: #1b1b21;
}

body {
	color: #545051;
	font-weight: 400;
	font-family: "Nunito Sans", sans-serif;
	max-width: 1920px;
	margin: 0 auto;
}

a:hover {
	color: inherit;
}

@font-face {
	font-family: RusticLoveTattoo;
	src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

a:hover {
	text-decoration: none;
}

.container {
	max-width: 1170px;
}

/* Header bar section start */
.header-top-left-blk.rt-text {
	text-align: left;
}

.header-bar-section {
	background: #fad101;
	color: #000;
}

.header-bar-section a, .header-bar-section span {
	color: #000;
	font-weight: 500;
	padding: 5px 0;
	display: inline-block;
}

.header-top-left-blk {
	text-align: right;
}

.header-bar-section a i, .header-bar-section span i  {
	margin-right: 6px;
}

/* Header bar section  END */

/* Menu area css start */

.main-menu-area {
	background: #000;
	color: #fff;
}

.site-logo a h2 {
	margin: 0;
	color: #fad101;
	font-weight: 800;
	font-style: italic;
	font-size: 40px;
}

.menu-menu-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-main ul li {
	display: inline-block;
}

.menu-main ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	display: block;
	padding: 24px 5px;
	margin-right: 35px;
	position: relative;
}

.menu-menu-blk {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.menu-top-action-blk h4 {
	margin: 0;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
}

.menu-top-action-blk h4 span {
	color: #007c06;
	font-weight: ;
	display: block;
	font-size: 12px;
}

.profiles-blk {
	margin: 0 21px;
}

.menu-main ul li:last-child a {
	margin-right: 0;
}

.menu-main ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: #007c06;
	content: "";
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.menu-main ul li a:hover:after {
	width: 100%;
}

.menu-main ul li a:hover {
	color: #007c06;
}

/* Menu area css end */

/* Hero area css start */

.hero-texts h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.hero-area {
	background-size: cover;
	background-position: center center;
}

.hero-texts p {
	font-size: 22px;
	color: #fff;
	padding-right: 250px;
	margin-bottom: 57px;
	margin-top: 30px;
}

.hero-texts {
	padding-right: 398px;
	padding-top: 133px;
}

.hero-area {
	position: relative;
}

.hero-btn-blk .site-btn.color-btn {
	background: #007c06;
	border-color: #007c06;
}

.hero-area {
	height: 1135px;
}

.header-sp-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 700px;
	/* z-index: 9; */
}

.header-sp-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.h-sp-img-2 {
	position: absolute;
	left: 154px;
}

.site-btn {
	height: 54px;
	display: inline-block;
	padding: 0 44px;
	line-height: 51px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 600;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	margin-right: 27px;
}

.site-btn:hover {
	background-color: #fff;
	color: #000;
}

.site-btn span.ov-sk {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}

.h-sp-img-1 {
	position: relative;
	z-index: 2;
}

.top-sp {
	position: absolute;
	left: 0;
	top: 0;
	width: 32%;
	background: #000;
	content: "";
	height: 20px;
	z-index: 2;
}

.top-sp:after {
	position: absolute;
	right: -150px;
	width: 200px;
	background: #000;
	content: "";
	height: 100%;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}

.hero-area:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	z-index: -1;
}

.about-area {
	margin-top: -300px;
	position: relative;
}

.mdl-sp {
	position: absolute;
	left: 0;
	top: -91px;
	background-size: 100% 100%;
	background-position: center;
	height: 763px;
	width: 100%;
	background-repeat: no-repeat;
}

.hero-texts {
	position: relative;
	z-index: 2;
}

.about-main-conten-blk {
	position: relative;
}

.cr-2-img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 450px;
}

.abt-main-texts {
	background: #000;
	color: #fff;
	margin-left: 320px;
	position: relative;
	padding: 58px 69px;
}

.abt-main-texts h2 {
	color: #fff;
	font-size: 52px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 23px;
}

.abt-main-texts h2 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 14px;
	margin-top: 15px;
}

.abt-main-texts p {
	margin-bottom: 34px;
	line-height: 29px;
}

.abt-main-texts a.site-btn {
	color: #fad101;
	margin-left: 15px;
}




.inner-pages-hero-area{
    position: relative;
}


.cntr-content-box-area{
    position: relative;
}


.inner-pages-hero-area::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	z-index: -1;
}
.cntr-content-box-area::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	z-index: -1;
}



/* Hero area css end */

/* Service area css start */

.about-area {
	background: ;
}

.service-area {
	background: #101010;
	margin-top: -169px;
	padding-top: 323px;
}

.section-title {
	text-align: center;
}

.section-title h2 {
	color: #fff;
	font-size: 52px;
	font-weight: 900;
}

.service-img-main img {
	width: 100%;
}

.service-img {
	position: relative;
	padding-left: 50px;
}

.service-img span {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 50px;
	height: 50px;
	background: #007c06;
	display: block;
	line-height: 50px;
	text-align: center;
}

.single-service-blk a {
	background: #fad101;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 85%;
	height: 50px;
	line-height: 59px;
	padding-left: 19px;
}

.single-service-blk {
	margin-bottom: 25px;
}

.member-sp-area {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center center;
}

.member-sp-area:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	z-index: -1;
	opacity: 0.7;
}

.memb-text h2 {
	font-size: 52px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
}

.memb-text p {
	color: #fff;
	font-size: 17px;
}

.m-lists li {
	list-style: none;
	color: #fff;
	padding-left: 18px;
	font-weight: 700;
	font-size: 17px;
	position: relative;
	margin-bottom: 12px;
	margin-top: 12px;
}

.m-lists li:after {
	position: absolute;
	left: 0;
	top: 1px;
	width: 6px;
	height: 20px;
	background: #fad101;
	content: "";
	-webkit-transform: skewX(-26deg);
	transform: skewX(-26deg);
}

.m-lists {
	margin: 49px 0;
}

.member-sp-area {
	padding: 80px 0;
}

.service-area {
	padding-bottom: 80px;
}

.member-sp-area {
	position: relative;
}

.sp-rt-img {
	position: absolute;
	right: 0;
	width: 734px;
	top: 0;
}

/* Service area css end */

/* customer area css start  */

.customer-area {
	background: #101010;
	padding: 135px 0;
}

.section-title h2 {
	text-transform: uppercase;
}

.customer-area .section-title {
	margin-top: ;
	margin-bottom: 71px;
}

.customer-area {
	position: relative;
}

.sp-lft-img {
	position: absolute;
	left: 0;
	width: 622px;
	top: 0;
}

.call-top-ac-texts {
	text-align: center;
}

.call-top-ac-texts h2 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 60px;
}

.call-top-action-area {
	padding: 102px 0;
	background-size: cover;
	background-position: center center;
}

.box-top-logo a h1 {
	font-weight: 900;
	color: #0f0f0f;
	font-style: italic;
	font-size: 59px;
	margin-bottom: 40px;
}

.single-bx-info a {
	color: #000;
}

.box-top-logo {
	text-align: center;
}

.contact-area {
	position: relative;
	overflow: hidden;
}

.cnt-sp {
	position: absolute;
	left: 0;
	top: 0;
	width: 29%;
	height: 100%;
	background: #e0c242;
}

.cnt-sp:after {
	position: absolute;
	right: -409px;
	width: 250px;
	height: 100%;
	content: "";
	border-left: 409px solid #e0c242;
	border-top: 809px solid transparent;
}

/* customer area css end  */

/* Ccontact css start */

.contact-area {
	background: #0f0f0f;
}

.contact-form-blk h2 {
	font-size: 38px;
	color: #fad101;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.single-inpt-blk-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-inpt-blk.hlf-blk {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 10px;
}

.single-inpt-blk.hlf-blk {
}

.single-inpt-blk input {
	width: 100%;
	background: transparent;
	color: #fff;
	height: 46px;
	padding: 0 16px;
	border: 1px solid #fff;
}

.single-inpt-blk {
	margin-bottom: 25px;
}

.single-inpt-blk textarea {
	width: 100%;
	height: 139px;
	padding: 15px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.sec-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	color: #fff;
	height: 54px;
	background: #158311;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	width: 300px;
	overflow: hidden;
	text-decoration: none !important;
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.sm-btn {
	width: 270px;
}

.sec-btn::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #0b9d0c;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact-form .btn-icon {
	height: 54px;
}

.sec-btn {
	color: #fff;
}

.btn-icon {
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 15px;
	cursor: pointer;
}

.submit-btn {
	margin-left: 15px;
}

.sec-btn:hover::before {
	opacity: 1;
	width: 100%;
}

.sec-btn i::after {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	background: rgba(19, 27, 43, 0.2);
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	z-index: -1;
}

.sec-btn i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 80px;
	height: 100%;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	margin-right: 25px;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.16);
}

.nice-select {
	width: 100%;
	height: 46px;
	border-radius: 0;
	background: transparent;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
}

.nice-select::after {
	border-bottom: 2px solid #519b2e;
	border-right: 2px solid #519b2e;

	height: 9px;

	right: 15px;
	top: 45%;

	width: 9px;
}

.nice-select .list {
	width: 100%;
	background: #fff;
}

.nice-select .list li {
	color: #000;
	font-size: 14px;
}

.footer-link-icon {
	position: absolute;
	width: 43px;
	height: 35px;
	color: #fff;
	font-size: 18px;
	left: -20px;
	z-index: 1;
	background: #0b9d0c;
	-webkit-transform: translate(0, -50%) skewX(-32deg);
	transform: translate(0, -50%) skewX(-32deg);
	top: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-link-icon i {
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
}

.contact-form-blk {
	padding-left: 88px;
}

.left-contact-info {
	background: #fff;
	padding: 45px 70px;
}

.single-bx-info {
	height: 62px;
	width: 100%;
	margin-bottom: 34px;
	position: relative;
}

.single-bx-info a {
	padding-left: 50px;
	border: 1px solid #5a5a5a;
	height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #5a5a5a;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}

.single-bx-info.number-blk a {
	font-size: 28px;
	font-weight: 900;
	font-style: italic;
}

.single-bx-info a span {
	display: block;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
}

.contact-area {
	padding: 80px 0;
}

/* Ccontact css end */

/* Footer css start  */

.footer-area-wrp {
	background: #000000;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: ;
	border-right: 1px solid;
	padding: 0 18px;
}

.footer-menu ul li:last-child a {
	border: none;
}

.footer-bottom-left-blk p {
	margin: 0;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-align: left;
}

.site-footer-rt-blk {
	text-align: right;
}

.site-footer-rt-blk p {
	margin: 0;
	font-size: 14px;
	color: #787878;
}

.site-footer-rt-blk p a {
	color: #007c06;
	text-decoration: underline;
}

.footer-bottom-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.footer-bottom-menu ul li {
	display: inline-block;
}

.footer-bottom-menu ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-right: 1px solid #2c3240;
	padding: 0 13px;
}

.footer-bottom-menu ul li:last-child a {
	border: none;
}

.footer-bottom-blk {
	padding: 20px 0;
	padding-top: 20px;
}

.footer-area {
	padding: 14px 0;
	padding-top: 25px;
}

/* Footer css end  */

.main-menu-area,
.header-bar-section,
.menu-top-action-blk,
.header-top-left-blk a,
.header-top-left-blk span {
	position: relative;
	z-index: 1;
}

.menu-top-action-blk::after {
	position: absolute;
	right: -100px;
	top: 0;
	height: 100%;
	background: #282828;
	content: "";
	z-index: 9999;
	width: 210%;
	-webkit-clip-path: polygon(11.48% -5.44%, 100% 0%, 100% 113.61%, 0% 100%);
	clip-path: polygon(11.48% -5.44%, 100% 0%, 100% 113.61%, 0% 100%);
	z-index: -1;
}

.main-menu-area::after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 21%;
	background: #282828;
}

.header-top-left-blk a::after {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #ffd600;
	content: "";
	z-index: 9999;
	width: 117%;
	-webkit-clip-path: polygon(5.37% 0px, 100% 0%, 100% 95.92%, -0.09% 100%);
	clip-path: polygon(5.37% 0px, 100% 0%, 100% 95.92%, -0.09% 100%);
	z-index: -1;
}

.profiles-blk {
	margin-right: 50px;
}

.menu-top-action-blk {
	padding: 20px 0;
}

.header-bar-section::after {
	position: absolute;
	content: "";

	right: 0;
	empty-cells: ;
	height: 100%;
	top: 0;
	background: #ffd600;
	width: 21%;
	z-index: -1;
}

.top-sp {
	z-index: 9;
}

/* Service page css start */

.inner-pages-hero-area {
	background-size: cover;
	background-position: bottom center;
	height: 340px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.inner-hero-texts h2 {
	color: #fff;
	font-size: 52px;
	font-weight: 900;
}

.single-service-aera {
	background: #191919;
	padding: 60px 0;
}
.section-title h2 {
	margin: 0;
}
.single-service-aera {
}
.single-service-area-blk {
	background: #191919;
	padding: 80px 0;
  padding-top: 0; 
}
.single-servis-contnet {
	background: #282828;
	padding: 50px;
	border-radius: 10px;
}
.single-servis-contnet h2 {
	color: #f4d247;
	font-weight: 800;
}
.single-servis-contnet p {
	color: #fff;
}
.service-img-main {
	padding-left: 35px;
}
.single-service-area-blk .sp-rt-img {
	width: auto;
	max-width: 450px;
}

.lft-thm-bx .sp-rt-img {
	right: auto;
	left: 0;
	max-width: 450px;
	width: auto;
	top: 0;
}

.inner-pages-hero-area.contact-pg {
	background-color: #0f0f0f;
}
.contact-area.contact-pg {
	margin-top: -22px;
}
/* Service page css end */
/*--===== start login  area =====*/
.checkbox_common li label {
	color: #333;
	font-size: 18px;
	margin-bottom: 12px;
	cursor: pointer;
	font-weight: 400;
}

.checkbox_common li input[type="checkbox"] {
	display: none;
}

.checkbox_common li input[type="checkbox"] + label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -1px 15px 0 0;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #a9b4c6;
	position: relative;
}

.checkbox_common li input[type="checkbox"] + label span:before {
	color: #fff;
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 11px;
	position: absolute;
	text-align: center;
	left: 3px;
	top: -4px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.checkbox_common li input[type="checkbox"]:checked + label span {
	background: #2079ff;
	border-color: #2079ff;
}

.checkbox_common li input[type="checkbox"]:checked + label span:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.checkbox_common li input[type="checkbox"] + label span,
.checkbox_common li input[type="checkbox"]:checked + label span {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.checkbox_style5 li input[type="checkbox"] + label span::before {
	color: #2079ff;
}
.checkbox_style5 li input[type="checkbox"] + label span {
	border-radius: 0;
}
.checkbox_style5 li input[type="checkbox"]:checked + label span {
	background: transparent;
}

/*---------------checkbox style-6---------------*/
.checkbox_common.checkbox_style6 li input[type="checkbox"] + label span {
	border-radius: 100%;
	border-color: #eee;
	background: transparent;
}
.checkbox_common.checkbox_style6
	li
	input[type="checkbox"]
	+ label
	span::before {
	background: #eee;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
	border-radius: 100%;
}
.checkbox_common.checkbox_style6
	li
	input[type="checkbox"]:checked
	+ label
	span {
	border-color: #2079ff;
}
.checkbox_common.checkbox_style6
	li
	input[type="checkbox"]:checked
	+ label
	span::before {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	background: #2079ff;
}
.cntr-content-box-area {
	height: 670px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cntr-frm-wpr {
	max-width: 380px;
	margin: 0 auto;
}
.cntr-frm-blk {
	background: #fff;
	padding: 40px;
}
.cntr-title-blk {
	text-align: center;
	margin-bottom: 30px;
}
.cntr-title-blk h2 {
	font-size: 40px;
	color: #fad101;
	font-weight: 900;
}
.cntr-inpt-itm input {
	width: 100%;
	height: 46px;
	padding: 5px 10px;
	background: #f6f6f6;
	border: 1px solid #eeeeee;
	font-size: 16px;
	font-weight: 400;
}
.cntr-inpt-itm {
	margin-bottom: 15px;
}
.cntr-frm-btm-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lnk-action a {
	font-size: 12px;
	font-weight: 400;
	color: #007c06;
	line-height: 1;
}
.chkmrk-itm ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.checkbox_common li label {
	font-size: 12px;
	color: #7e7e7e;
	font-weight: 400;
	margin: 0;
	line-height: 1;
}
.checkbox_common li input[type="checkbox"] + label span::before {
	color: #007c06;
	top: 3px;
}
.checkbox_style5 li input[type="checkbox"]:checked + label span {
	background: #f6f6f6;
}
.checkbox_common li input[type="checkbox"]:checked + label span {
	border-color: #007c06;
}
.cntr-frm-blk .site-btn:hover {
	color: #fff;
}
.cntr-frm-blk .site-btn {
	background: #007c06;
	height: 38px;
	width: 150px;
	line-height: 38px;
	margin-left: auto;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: block;
	margin-top: 30px;
	margin-right: 0;
	border: none;
}
.cntr-btm-lnk {
	margin-top: 30px;
	text-align: center;
}
.cntr-btm-lnk h6 {
	margin: 0;
	font-size: 12px;
	visibility: ;
	color: #fff;
}
.cntr-btm-lnk h6 a {
	color: #fad101;
	font-weight: bold;
}
.chkmrk-itm a {
	color: #007c06;
}

.submit-py-membership li img {
	width: 20px;
}
.submit-pymt-rw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
}
.cntr-frm-wpr.cntr-submit-py-bx {
	max-width: 760px;
	padding-top: 150px;
}
.cntr-content-box-area {
	height: auto;
}
.submit-py-inpt {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.submit-py-membership {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 40px;
	border-left: 1px solid #ddd;
	margin: 40px 0;
}
.submit-pymt-rw h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 40px;
}
.submit-pymt-rw p {
	font-size: 14px;
	font-weight: 400;
	color: ;
}
.submit-py-membership ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 30px;
}
.submit-py-membership ul li {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
}
.submit-py-membership ul li img {
	width: 16px;
	margin-right: 10px;
}
.submit-pymt-rw h5 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 40px;
	text-align: right;
}
.submit-pymt-rw h5 span {
	color: #007c06;
}
.cntr-frm-wpr .site-btn {
	background: #007c06;
	height: 38px;
	line-height: 38px;
	width: 150px;
	border: none;
}
.submit-py-membership .site-btn.color-btn {
	margin-top: 30px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: 0;
}
.submit-py-membership .site-btn.color-btn {
	margin-top: 30px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: 0;
}
.inner-pages-hero-area {
	background-color: #191919;
}
/*--===== completed login  area =====*/
.sp-rt-img.about-thum {
	max-width: 800px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about-content .single-servis-contnet {
	background: none;
}

.about-content .single-servis-contnet h2 {
	color: #fad101;
	margin-bottom: 50px;
}
.about-content .single-servis-contnet p {
	margin-bottom: 30px;
}

.about-btm-txt-bk p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
}
.about-btm-txt-bk {
	padding: 80px 0;
}
.about-bx {
	text-align: center;
	/*! background: #007C06; */
	padding: 20px 10px 10px 25px;
	position: relative;
	z-index: 1;
}
.about-bx img {
	margin-bottom: 1px;
  width: 35px;
}
.about-bx h4 {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.about-bx:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #007c06;
	-webkit-transform: skew(40deg);
	transform: skew(40deg);
	content: "";
	z-index: -1;
}
.about-btm-bxs {
	margin-top: -50px;
	padding: 0 150px;
}
.about-content {
	padding-bottom: 150px;
}
.sp-rt-img.about-thum {
	max-width: 50%;
	padding-right: 50px;
}
.member-ship-bxs .single-service-blk a {
	font-size: 13px;
}
.memb-text h4 {
	font-size: 40px;
	color: #fad101;
	font-weight: 900;
}

.member-sp-area.member-ship-pg:after {
	display: ;
	display: none;
	background: #191919;
	position: relative;
}
.member-sp-area.member-ship-pg .px-membe-img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 400px;
}
.member-ship-pg {
	padding-bottom: 150px;
}

.site-logo {
  position: absolute;
  top: 10px;
}

.site-logo .logo {
  height: 66px;
  position: relative;
}

.main-menu-area .align-items-center {
  justify-content: center;
}

.box-top-logo {
  margin-bottom: 15px;
}

.box-top-logo .logo {
  max-height: 75px;
}