@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	background-color: #051105;
	font-family: 'Inter', sans-serif;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

a {
	text-decoration: none;
}

.wrapper {
	float: left;
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
}

.wrapper::before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.24;
	background: url(../img/wrapperbg.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

header {
	float: left;
	width: 100%;
}

.headinfobar {
	float: left;
	width: 100%;
	background: #357A35;
	border-radius: 27px;
	margin-top: 15px;
	color: #fff;
	padding: 13px 25px;
	position: relative;
}

.headinfobar span {
	float: left;
	position: relative;
	padding-left: 25px;
}

.headinfobar span::before {
	content: "";
	background: url(../img/icon/boxicon.svg);
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}

.headinfobar a {
	float: right;
	margin-left: 25px;
	color: #fff;
	padding-left: 26px;
	position: relative;
}

.headinfobar a.mailhsinf::before {
	content: "";
	background: url(../img/icon/mailicon.svg);
	width: 19px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 6px;
}

.headinfobar a.phonehsinf::before {
	content: "";
	background: url(../img/icon/phoneicon.svg);
	width: 19px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 4px;
}

.logo {
	float: left;
	position: relative;
	height: 45px;
	margin-left: 10px;
	margin-top: 15px;
}

.logo img {
	height: 100%;
	object-fit: contain;
}

.homeslider {
	float: left;
	width: 100%;
	position: relative;
	padding: 50px 0;
	overflow: hidden;
	padding-bottom: 90px;
}

.homeslider::before {
	content: "";
	background: url(../img/wrapperafter.png);
	width: 700px;
	height: 800px;
	position: absolute;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.homeslider .img {
	float: right;
	width: 100%;
	position: relative;
	z-index: 2;
}

.homeslider .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right;
}

.homeslider::after {
	content: "";
	background: #357A35;
	border-bottom-left-radius: 280px;
	border-top-left-radius: 280px;
	position: absolute;
	right: 0;
	width: 50%;
	height: 500px;
	top: 100px;
}

.homeslider .text {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.homeslider .text h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 12px;
}

.homeslider .text p {
	float: left;
	width: 100%;
	color: #9AB79A;
	font-size: 17px;
	font-weight: normal;
	max-width: 500px;
	margin-bottom: 30px;
}

.homeslider .text .btnlist {
	float: left;
	width: 100%;
}

.homeslider .text .btnlist .registerbtn {
	float: left;
	background: #FAAD14;
	border-radius: 30px;
	padding: 14px 25px;
	color: #fff;
	font-weight: 500;
	transition: all 0.6s;
}

.homeslider .text .btnlist .registerbtn:hover {
	background: #c58403;
}

.homeslider .text .btnlist .deskbtn {
	float: left;
	margin-left: 20px;
	padding-left: 35px;
	position: relative;
	color: #9AB79A;
	font-size: 17px;
	margin-top: 14px;
}

.homeslider .text .btnlist .deskbtn::before {
	content: "";
	background: url(../img/icon/egitimicon.svg);
	width: 27px;
	height: 27px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 1px;
}

.homeslider .text .cdnlist {
	float: left;
	width: 100%;
	margin-top: 35px;
	max-width: 500px;
}

.homeslider .text .cdnlist img {
	float: left;
	height: 24px;
	max-width: 28px;
	object-fit: contain;
	object-position: left;
	margin-bottom: 12px;
}

.homeslider .text .cdnlist span {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
}

.homeslider .text .cdnlist .col-md-4 {
	display: flex;
	flex-flow: column;
}

.hmsectionone {
	float: left;
	width: 100%;
	margin-top: -100px;
	position: relative;
	z-index: 2;
}

.hmsectionone h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 18px;
}

.hmsectionone .formbanner {
	float: left;
	width: 100%;
	background: #1C2B1C;
	border-radius: 27px;
	padding: 25px 35px;
}

.hmsectionone .formbanner label {
	float: left;
	width: 100%;
	color: #9AB79A;
	margin-bottom: 3px;
	font-size: 15px;
}

.hmsectionone .formbanner input {
	float: left;
	width: 100%;
	background: #0F210F;
	border-radius: 27px;
	border: 0;
	padding: 10px 20px;
	color: #fff;
}

.hmsectionone .formbanner button {
	float: right;
	width: 100%;
	background: #357A35;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border: 0;
	border-radius: 27px;
	height: 100%;
	transition: all 0.6s;
}

.hmsectionone .formbanner button:hover {
	background: #298029;
}

.hmsectiontwo {
	float: left;
	width: 100%;
	padding: 70px 0;
}

.hmsectiontwo .img {
	float: left;
	width: 100%;
	height: 100%;
	padding-right: 90px;
	position: relative;
}

.hmsectiontwo .img::before {
	content: "";
	background: url(../img/sectiontwoafter.png);
	width: 250px;
	height: 320px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -100px;
	bottom: 0;
}

.hmsectiontwo .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50%;
	object-position: left;
}

.hmsectiontwo .text {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.hmsectiontwo .text h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

.hmsectiontwo .text h3 span {
	color: #FAAD14;
}

.hmsectiontwo .text p {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 17px;
	margin-bottom: 25px;
}

.hmsectiontwo .text a {
	float: left;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	border: 1px dashed #fff;
	padding: 12px 40px;
	border-radius: 32px;
	transition: all 0.6s;
}

.hmsectiontwo .text a:hover {
	background: #fff;
	color: #222;
}

.hmsectionthree {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.hmsectionthree h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}

.hmsectionthree .item {
	float: left;
	width: 100%;
	border: 1px solid #7A7E7A;
	border-radius: 30px;
	padding: 30px 23px;
	text-align: center;
	height: 100%;
}

.hmsectionthree .item img {
	height: 60px;
	width: 55px;
	object-position: center;
	margin-bottom: 20px;
	object-fit: contain;
}

.hmsectionthree .item h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}

.hmsectionthree .item p {
	float: left;
	width: 100%;
	margin-bottom: 0;
	color: #9AB79A;
	font-weight: normal;
	line-height: 18px;
	font-size: 15px;
}

.hmsectionthree .col-md-3 {
	padding-left: 8px;
	padding-right: 8px;
}

.hmsectionfour {
	float: left;
	width: 100%;
	margin: 60px 0;
	position: relative;
}

.hmsectionfour::before {
	content: "";
	background: url(../img/formbg.png);
	width: 100%;
	height: 550px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	top: 60px;
	left: 0;
}

.hmsectionfour .container {
	position: relative;
}

.hmsectionfour .text {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	color: #fff;
	max-width: 500px;
}

.hmsectionfour .hmform {
	float: right;
	background: #1C2B1C;
	border-radius: 27px;
	padding: 30px;
	width: 100%;
	max-width: 550px;
}

.hmsectionfour .hmform img {
	width: 100%;
	height: 45px;
	object-fit: contain;
	margin-bottom: 10px;
}

.hmsectionfour .hmform h5 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 18px;
}

.hmsectionfour .hmform .item {
	float: left;
	width: 100%;
	margin-bottom: 16px;
}

.hmsectionfour .hmform .item label {
	float: left;
	width: 100%;
	color: #9AB79A;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 15px;
}

.hmsectionfour .hmform .item input {
	float: left;
	width: 100%;
	background: #0F210F;
	border-radius: 27px;
	border: 0;
	padding: 20px;
	color: #fff;
}

.hmsectionfour .hmform .item input::placeholder {
	color: #5A635A;
}

.hmsectionfour .hmform button {
	float: left;
	width: 100%;
	background: #FAAD14;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 17px 15px;
	border-radius: 27px;
	border: 0;
	margin-top: 15px;
	transition: all 0.6s;
}

.hmsectionfour .hmform button:hover {
	background: #db960c;
}

.form-group {
	display: block;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	margin-top: 8px;
	margin-left: 5px;
	position: relative;
}

.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group label {
	position: relative;
	cursor: pointer;
	color: #9AB79A;
	padding-left: 35px;
	line-height: 18px;
}

.form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #0F210F;
	border: 1px solid #4D584D;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 12px;
	border-radius: 7px;
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	left: 0;
	top: 0px;
}

.form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 10px;
	width: 6px;
	height: 13px;
	border: solid #FAAD14;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.hmsectionfour .text h4 {
	float: left;
	width: 100%;
	font-size: 25px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 15px;
}

.hmsectionfour .text p {
	float: left;
	width: 100%;
	line-height: 23px;
	margin-bottom: 30px;
}

.hmsectionfour .list {
	float: left;
	width: 100%;
	display: flex;
}

.hmsectionfour .ibs {
	float: left;
	margin-right: 35px;
}

.hmsectionfour .ibs .img {
	width: 55px;
	height: 55px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	float: left;
}

.hmsectionfour .ibs .img img {
	width: 25px;
	height: 22px;
}

.hmsectionfour .ibs span {
	float: left;
	height: 55px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-left: 12px;
	font-weight: 600;
}

.hmsectionfive {
	float: left;
	width: 100%;
	background: #162116;
	border-radius: 27px;
	padding: 50px;
	margin-top: 200px;
}

.hmsectionfive .item {
	float: left;
	width: 100%;
	background: #232D23;
	border-radius: 27px;
	padding: 25px 60px;
	color: #fff;
	text-align: center;
	padding-bottom: 60px;
}

.hmsectionfive .item .icon {
	background: rgb(53, 122, 53);
	background: linear-gradient(185deg, rgba(53, 122, 53, 1) 24%, rgba(33, 180, 33, 1) 100%);
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 15px;
	line-height: 79px;
}

.hmsectionfive .item h5 {
	font-size: 22px;
	font-weight: 600;
}

.hmsectionfive .item p {
	font-size: 16px;
	margin-bottom: 0;
}

.hmsectionfive .item .icon img {
	width: 35px;
	height: 35px;
}

.hmsectionfive .swiper-pagination-bullet {
	opacity: 1;
	background: #606760;
	width: 13px;
	height: 13px;
}

.hmsectionfive .swiper-pagination-bullet-active {
	background: rgb(53, 122, 53);
	background: linear-gradient(185deg, rgba(53, 122, 53, 1) 24%, rgba(33, 180, 33, 1) 100%);
}

.hmsectionfive .swiper-pagination {
	bottom: 18px;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff !important;
	font-weight: 600 !important;
}

.swiper-button-next {
	right: 15px !important;
}

.swiper-button-prev {
	left: 15px !important;
}

.hmsectionfive .img {
	float: left;
	width: 100%;
}

.hmsectionfive .img img {
	width: 100%;
	object-fit: contain;
	margin-top: -200px;
	margin-bottom: -40px;
	object-position: left;
}

.hmsectionsix {
	float: left;
	width: 100%;
	position: relative;
	margin: 30px 0;
	padding-left: 60px;
	overflow: hidden;
}

.hmsectionsix::before {
	content: "";
	background: #0F210F;
	border-radius: 27px;
	width: 100%;
	height: calc(100% - 50px);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.hmsectionsix .img {
	float: right;
	width: 100%;
	height: 100%;
}

.hmsectionsix .img img {
	width: 100%;
	height: 100%;
}

.hmsectionsix .text {
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.hmsectionsix .text h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 12px;
}

.hmsectionsix .text p {
	float: left;
	width: 100%;
	color: #9AB79A;
	font-size: 16px;
	font-weight: normal;
	max-width: 510px;
	margin-bottom: 30px;
}

.hmsectionsix .text .btnlist {
	float: left;
	width: 100%;
}

.hmsectionsix .text .btnlist .registerbtn {
	float: left;
	background: #FAAD14;
	border-radius: 30px;
	padding: 14px 25px;
	color: #fff;
	font-weight: 500;
	transition: all 0.6s;
}

.hmsectionsix .text .btnlist .registerbtn:hover {
	background: #c58403;
}

.hmsectionsix .text .btnlist .deskbtn {
	float: left;
	margin-left: 20px;
	padding-left: 35px;
	position: relative;
	color: #9AB79A;
	font-size: 17px;
	margin-top: 14px;
}

.hmsectionsix .text .btnlist .deskbtn::before {
	content: "";
	background: url(../img/icon/egitimicon.svg);
	width: 27px;
	height: 27px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 1px;
}

.hmsectionavantage {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.hmsectionavantage h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.hmsectionavantage p {
	color: #9AB79A;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 30px;
	line-height: 20px;
}

.hmsectionavantage .area {
	background: #232D23;
	float: left;
	width: 100%;
	border-radius: 27px;
	overflow: hidden;
}

.hmsectionavantage .area .item {
	float: left;
	width: 100%;
	position: relative;
	padding: 30px 25px;
}

.hmsectionavantage .area .item::after {
	content: "";
	background: #576D57;
	width: 1px;
	height: 70%;
	position: absolute;
	right: 0;
	top: 15%;
}

.hmsectionavantage .area .col-md-3:nth-last-child(2) .item::after {
	display: none;
}

.hmsectionavantage .area .item .icon {
	width: 50px;
	height: 50px;
	background: rgb(53, 122, 53);
	background: linear-gradient(185deg, rgba(53, 122, 53, 1) 24%, rgba(33, 180, 33, 1) 100%);
	border-radius: 50%;
	text-align: center;
	line-height: 49px;
	margin-bottom: 12px;
}

.hmsectionavantage .area .item .icon img {
	width: 23px;
	height: 23px;
}

.hmsectionavantage .area .item h5 {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.hmsectionavantage .area .item span {
	float: left;
	width: 100%;
	color: #9AB79A;
	line-height: 20px;
}

.hmsectionavantage .area .des {
	background: rgb(53, 122, 53);
	background: linear-gradient(185deg, rgba(53, 122, 53, 1) 24%, rgba(33, 180, 33, 1) 100%);
	float: left;
	width: 100%;
	padding: 25px 30px;
	height: 100%;
	color: #fff;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.hmsectionavantage .area .des a {
	color: #fff;
	font-size: 19px;
	line-height: 22px;
	font-weight: 600;
	position: relative;
}

.hmsectionavantage .area .des a::after {
	content: "";
	background: url(../img/icon/linkicon.svg);
	width: 40px;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: -35px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.hmsectionbanner {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: url(../img/bannerbg.jpg);
	background-size: cover;
	background-position: center;
	margin: 40px 0;
	text-align: center;
	position: relative;
}

.hmsectionbanner::before {
	content: "";
	background: #102910;
	opacity: 0.74;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hmsectionbanner h4 {
	color: #fff;
	position: relative;
	font-size: 35px;
	font-weight: 600;
}

.hmsectionbanner p {
	color: #9AB79A;
	font-weight: normal;
	position: relative;
	font-size: 20px;
	line-height: 24px;
}

.hmsectionbanner a {
	background: rgb(53, 122, 53);
	background: linear-gradient(185deg, rgba(53, 122, 53, 1) 24%, rgba(33, 180, 33, 1) 100%);
	color: #fff;
	position: relative;
	border-radius: 30px;
	padding: 14px 50px;
	font-size: 17px;
	font-weight: 600;
	top: 15px;
}

.sectionsblist {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.sectionsblist .img {
	float: left;
	width: 100%;
	height: 100%;
	padding-right: 40px;
	object-position: top;
}

.sectionsblist .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sectionsblist .list {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.sectionsblist .list h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.sectionsblist .list p {
	float: left;
	width: 100%;
	color: #9AB79A;
	font-size: 17px;
	max-width: 90%;
}

.sectionsblist .list .item {
	float: left;
	width: 100%;
	margin-top: 13px;
	border: 1px dashed #647464;
	border-radius: 27px;
	padding: 15px;
	background: transparent;
	transition: all 0.6s;
	cursor: pointer;
}

.sectionsblist .list .item:hover {
	background: rgb(53, 122, 53);
	background: linear-gradient(185deg, rgba(53, 122, 53, 1) 24%, rgba(33, 180, 33, 1) 100%);
}

.sectionsblist .list .item:hover .numb {
	background: #232d2386;
}

.sectionsblist .list .item .numb {
	width: 85px;
	height: 85px;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	background: #232D23;
	border-radius: 27px;
	text-align: center;
	line-height: 82px;
	float: left;
	transition: all 0.6s;
}

.sectionsblist .list .item span {
	float: left;
	width: calc(100% - 85px);
	height: 85px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding-left: 20px;
}

.footerbanner {
	float: left;
	width: 100%;
	margin-top: 55px;
}

.footerbanner h2 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.footerbanner h6 {
	float: left;
	width: 100%;
	color: #9AB79A;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 20px;
}

.footerbanner .bgitem {
	float: left;
	width: 100%;
	height: 100%;
	background: #232D23;
	border-radius: 27px;
}

.footerbanner .textls {
	float: left;
	width: 100%;
	padding: 40px 10px;
	padding-right: 30px;
}

.footerbanner .textls h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.footerbanner .textls p {
	float: left;
	width: 100%;
	color: #9AB79A;
	line-height: 18px;
}

.footerbanner .textls a {
	color: #fff;
	background: #FAAD14;
	float: left;
	padding: 13px 25px;
	border-radius: 30px;
	font-weight: 600;
	transition: all 0.6s;
}

.footerbanner .textls a:hover {
	background: #c58403;
}

.claptop1 {
	position: relative;
}

.claptop1::before {
	content: "";
	background: url(../img/laptop1.png);
	width: 270px;
	background-size: contain;
	position: absolute;
	left: -100px;
	height: 225px;
	margin-top: 25px;
	background-position: center;
	background-repeat: no-repeat;
}

.footerbanner .phoneimg {
	float: left;
	width: 100%;
	height: 275px;
	overflow: hidden;
	padding-left: 25px;
}

.phoneimg img {
	width: 100%;
	height: 100%;
	object-position: 10% 25%;
	object-fit: cover;
}

.footerbanner .textcs {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 40px 10px;
	padding-right: 30px;
}

.footerbanner .textcs h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.footerbanner .textcs p {
	float: left;
	width: 100%;
	color: #9AB79A;
	line-height: 18px;
}

.footerbanner .textcs .playlist {
	float: left;
	width: 100%;
	height: 40px;
}

.footerbanner .textcs .playlist img {
	height: 100%;
	margin-right: 10px;
}

footer {
	float: left;
	width: 100%;
	background: #232D23;
	border-radius: 27px;
	padding: 15px 25px;
	margin-top: 15px;
}

.footerlogo {
	float: left;
	width: 15%;
	height: 40px;
}

.footerlogo img {
	height: 100%;
	object-fit: contain;
	margin-top: 10px;
}

.footermenu {
	float: left;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	width: calc(85% - 350px);
}

.footermenu ul {
	margin-bottom: 0;
	margin-top: 18px;
}

.footermenu ul li {
	float: left;
	margin: 0px 18px;
}

.footermenu ul li a {
	color: #fff;
	font-size: 17px;
	transition: all 0.6s;
}

.footermenu ul li a:hover {
	color: #FAAD14;
}

.footersocial {
	float: right;
	width: 340px;
}

.footersocial ul {
	float: right;
	margin-bottom: 0;
}

.footersocial ul li {
	float: left;
	margin-left: 12px;
}

.footersocial ul li a {
	background: rgb(53, 122, 53);
	background: linear-gradient(185deg, rgba(53, 122, 53, 1) 24%, rgba(33, 180, 33, 1) 100%);
	width: 55px;
	height: 55px;
	border-radius: 15px;
	display: block;
	text-align: center;
	line-height: 53px;
	transition: all 0.6s;
}

.footersocial ul li a:hover {
	background: linear-gradient(185deg, rgba(53, 122, 53, 1) 14%, rgb(7 255 7) 100%);
}

.footersocial ul li a img {
	width: 25px;
	height: 25px;
}

.footerdesc {
	float: left;
	width: 100%;
	color: #9AB79A;
	padding: 10px;
	text-align: center;
}

.pagenbanner {
	float: left;
	width: 100%;
	background: #1C2B1C;
	margin-top: 30px;
	border-radius: 27px;
}

.pagenbanner .img {
	float: left;
	width: 250px;
	height: 140px;
	overflow: hidden;
}

.pagenbanner .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.pagenbanner .text {
	float: left;
	width: calc(100% - 250px);
	height: 140px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.pagenbanner .text h3 {
	float: left;
	width: 100%;
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}

.pagenbanner .text p {
	float: left;
	width: 100%;
	margin-bottom: 0;
	color: #9AB79A;
	line-height: 17px;
}

.abtsectionone {
	float: left;
	width: 100%;
	background: #1C2B1C;
	margin: 20px 0;
	border-radius: 27px;
	padding: 30px 40px;
}

.abtsectionone .img {
	float: left;
	width: 100%;
	height: 100%;
	padding-right: 25px;
}

.abtsectionone .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.abtsectionone .text {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px 30px;
	padding-right: 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.abtsectionone .text h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.abtsectionone .text p {
	float: left;
	width: 100%;
	color: #9AB79A;
	line-height: 18px;
	margin-bottom: 40px;
	padding-right: 45px;
}

.abtsectionone .text .list {
	float: left;
	width: 100%;
	background: #122112;
	border-radius: 27px;
	padding: 25px 30px;
}

.abtsectionone .text .list b {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 8px;
}

.abtsectionone .text .list span {
	color: #9AB79A;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	float: left;
	width: 100%;
}

.sectionlistbs {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.sectionlistbs .item {
	float: left;
	width: 100%;
	height: 100%;
	background: #1C2B1C;
	border-radius: 27px;
	padding: 20px 25px;
}

.sectionlistbs .item .icon {
	float: left;
	width: 90px;
	height: 90px;
	background: #357A35;
	border-radius: 27px;
	text-align: center;
	line-height: 85px;
}

.sectionlistbs .item .icon img {
	width: 45px;
	height: 45px;
}

.sectionlistbs .item .text {
	float: left;
	width: calc(100% - 90px);
	padding-left: 20px;
}

.sectionlistbs .item .text h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
	margin-top: 5px;
}

.sectionlistbs .item .text p {
	float: left;
	width: 100%;
	margin-bottom: 0;
	color: #9AB79A;
	line-height: 17px;
}

.abtsectiontwo {
	float: left;
	width: 100%;
	padding: 100px 0;
	padding-top: 50px;
	position: relative;
}

.abtsectiontwo::before {
	content: "";
	background: url(../img/abtbg.png);
	background-size: contain;
	background-position: center;
	width: 80%;
	left: 10%;
	top: 10%;
	height: 100%;
	z-index: -1;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
}

.abtsectiontwo .item {
	float: left;
	width: 100%;
	background: #1C2B1C;
	padding: 25px 30px;
	border-radius: 27px;
	text-align: center;
}

.abtsectiontwo .item img {
	height: 70px;
	width: 70px;
	object-fit: contain;
	margin-bottom: 15px;
}

.abtsectiontwo .item h4 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.abtsectiontwo .item p {
	float: left;
	width: 100%;
	margin-bottom: 0;
	color: #9AB79A;
	line-height: 20px;
}

.abtsectiontwo h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 120px;
}

.contactform {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.contactform .img {
	float: left;
	width: 100%;
	height: 100%;
	border: 1px dashed #4C5D4C;
	padding: 30px;
	border-radius: 27px;
}

.contactform .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.contactform .form {
	float: left;
	width: 100%;
	padding-left: 15px;
}

.contactform .form h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 10px;
}

.contactform .form .item {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.contactform .form .item label {
	float: left;
	width: 100%;
	color: #9AB79A;
	margin-bottom: 2px;
}

.contactform .form .item input {
	float: left;
	width: 100%;
	background: #0F210F;
	color: #fff;
	border: 0;
	border-radius: 25px;
	padding: 17px 20px;
}

.contactform .form .item textarea {
	float: left;
	width: 100%;
	height: 200px;
	background: #0F210F;
	color: #fff;
	border: 0;
	border-radius: 25px;
	padding: 15px 20px;
}

.contactform .form button {
	float: left;
	width: 100%;
	background: rgb(53, 122, 53);
	background: linear-gradient(185deg, rgba(53, 122, 53, 1) 24%, rgba(33, 180, 33, 1) 100%);
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	padding: 20px 15px;
	border-radius: 27px;
	margin-top: 15px;
	border: 0;
}

.contactform .form button:hover {
	background: linear-gradient(185deg, rgba(53, 122, 53, 1) 14%, rgb(7 255 7) 100%);
}

.cntsection {
	float: left;
	width: 100%;
	margin: 30px 0;
}

.cntsection .item {
	float: left;
	width: 100%;
	height: 100%;
	background: #1C2B1C;
	border-radius: 27px;
	padding: 20px;
}

.cntsection .item .img {
	float: left;
	width: 100%;
	border: 1px dashed #7C8F7C;
	border-radius: 27px;
	padding: 30px;
	text-align: center;
	position: relative;
}

.cntsection .item .img img {
	height: 70px;
	width: 70px;
	object-fit: contain;
}

.cntsection .item .text {
	float: left;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 10px;
	padding: 0px 5px;
}

.cntsection .item h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #7C8F7C;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.cntsection .item span {
	float: left;
	width: 100%;
	color: #9AB79A;
	font-size: 17px;
	line-height: 20px;
}

.cntsection .location::before {
	content: "";
	background: url(../img/locationbg.png);
	width: 100%;
	height: 100%;
	background-position: left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.cntsection .phone::before {
	content: "";
	background: url(../img/phonebg.png);
	width: 100%;
	height: 100%;
	background-position: left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.cntsection .email::before {
	content: "";
	background: url(../img/emailbg.png);
	width: 100%;
	height: 100%;
	background-position: left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.cntarea {
	float: left;
	width: 100%;
	background: url(../img/cntbg.png);
	height: 100%;
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.cntarea::before {
	content: "";
	background: url(../img/sliderkuvman.png);
	width: 100%;
	background-repeat: no-repeat;
	height: 1200px;
	background-size: contain;
	position: absolute;
	left: -470px;
	bottom: -400px;
}

.cntarea .container {
	height: 100%;
	min-height: 100vh;
}

.cntlogo {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	min-height: 100vh;
}

.cntlogo img {
	height: 170px;
	object-fit: contain;
}

/*res*/
@media (max-width: 850px) {
	.headinfobar span {
		font-size: 15px;
		line-height: 17px;
		margin-bottom: 15px;
	}

	.headinfobar a {
		padding-left: 22px;
		font-size: 14px;
		margin-left: 10px;
	}

	.headinfobar a.mailhsinf::before {
		height: 12px;
		top: 5px;
	}

	.headinfobar a.phonehsinf::before {
		height: 14px;
	}

	.logo {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.homeslider {
		padding: 50px 10px;
	}

	.homeslider::after {
		bottom: 50px;
		height: 300px;
		top: auto;
		width: 80%;
		right: 0;
	}

	.hmsectionone {
		margin-top: 0;
	}

	.homeslider .text .cdnlist {
		margin-bottom: 30px;
	}

	.homeslider .text .cdnlist .col-md-4 {
		width: 33%;
		text-align: center;
		padding-right: 0;
	}

	.homeslider .text .cdnlist img {
		object-position: center;
		width: 100%;
		max-width: 100%;
	}

	.homeslider .text .cdnlist span {
		font-size: 14px;
		line-height: 15px;
	}

	.homeslider .text h4 {
		font-size: 22px;
	}

	.homeslider .text p {
		line-height: 19px;
	}

	.homeslider .text .btnlist .registerbtn {
		padding: 14px 22px;
	}

	.homeslider .text .btnlist .deskbtn {
		font-size: 16px;
		margin-left: 10px;
	}

	.hmsectionone .formbanner {
		padding: 20px;
	}

	.hmsectionone .formbanner .col-md-3 {
		margin-bottom: 10px;
	}

	.hmsectionone .formbanner button {
		font-size: 16px;
		padding: 15px;
		margin-top: 10px;
	}

	.hmsectiontwo {
		padding: 50px 10px;
	}

	.hmsectiontwo .img {
		padding-right: 20px;
		margin-bottom: 30px;
		height: auto;
	}

	.hmsectiontwo .img::before {
		width: 150px;
		left: 0;
		bottom: 0;
		height: 150px;
	}

	.hmsectiontwo .text h3 {
		font-size: 20px;
	}

	.hmsectiontwo .text p {
		font-size: 16px;
		line-height: 18px;
	}

	.hmsectionthree {
		padding: 50px 10px;
		padding-bottom: 30px;
	}

	.hmsectionthree h3 {
		font-size: 22px;
	}

	.hmsectionthree .col-md-3 {
		margin-bottom: 15px;
	}

	.hmsectionfour {
		padding: 50px 10px;
		padding-top: 0px;
	}

	.hmsectionfour .text h4 {
		font-size: 20px;
	}

	.hmsectionfour .text p {
		font-size: 15px;
	}

	.hmsectionfour .list {
		margin-bottom: 30px;
	}

	.hmsectionfour .ibs .img {
		width: 45px;
		height: 45px;
		line-height: 44px;
	}

	.hmsectionfour .ibs span {
		width: calc(100% - 45px);
		font-size: 15px;
		line-height: 18px;
		padding-left: 11px;
		height: 45px;
	}

	.hmsectionfour .hmform h5 {
		font-size: 20px;
	}

	.hmsectionfour .hmform {
		padding: 30px 20px;
	}

	.form-group label {
		font-size: 15px;
	}

	.hmsectionfour::before {
		background-size: cover;
		top: -50px;
	}

	.hmsectionfive {
		padding: 50px 15px;
		margin-top: 100px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}

	.hmsectionfive .item {
		padding: 25px;
		padding-bottom: 50px;
	}

	.hmsectionfive .item h5 {
		font-size: 19px;
	}

	.hmsectionfive .item p {
		font-size: 15px;
		line-height: 18px;
	}

	.hmsectionfive .img {
		margin-bottom: 30px;
	}

	.hmsectionsix {
		padding: 0px;
	}

	.hmsectionsix .text {
		padding-left: 20px;
		padding-right: 20px;
	}

	.hmsectionsix::before {
		height: 100%;
	}

	.hmsectionsix .text h4 {
		font-size: 22px;
	}

	.hmsectionsix .text .btnlist .registerbtn {
		padding: 14px 20px;
	}

	.hmsectionsix .text .btnlist .deskbtn {
		font-size: 15px;
		margin-left: 10px;
	}

	.hmsectionsix .img {
		margin-top: 20px;
	}

	.hmsectionavantage {
		padding: 50px 15px;
	}

	.hmsectionavantage p {
		font-size: 16px;
	}

	.hmsectionavantage h2 {
		font-size: 22px;
	}

	.hmsectionavantage .area .des {
		height: 150px;
	}

	.hmsectionavantage .area .item span {
		font-size: 15px;
	}

	.hmsectionbanner h4 {
		font-size: 24px;
	}

	.hmsectionbanner {
		padding: 60px 10px;
	}

	.hmsectionbanner p {
		font-size: 20px;
	}

	.sectionsblist {
		padding: 50px 10px;
	}

	.sectionsblist .img {
		padding: 0;
		height: 250px;
	}

	.sectionsblist .list h4 {
		font-size: 20px;
	}

	.sectionsblist .list p {
		max-width: 100%;
		font-size: 16px;
	}

	.sectionsblist .list .item span {
		font-size: 16px;
	}

	.sectionsblist .list .item .numb {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}

	.sectionsblist .list .item span {
		height: 60px;
	}

	.footerbanner {
		padding: 0px 5px;
	}

	.footerbanner h2 {
		font-size: 20px;
	}

	.footerbanner h6 {
		font-size: 15px;
	}

	.claptop1::before {
		display: none;
	}

	.footerbanner .bgitem {
		height: auto;
		margin-bottom: 15px;
	}

	.footerbanner .textls {
		padding: 30px 20px;
	}

	.footerbanner .textls h4 {
		font-size: 17px;
	}

	.footerbanner .phoneimg {
		padding-left: 0;
		height: 250px;
	}

	.phoneimg img {
		object-position: center;
	}

	.footerbanner .textcs {
		padding: 30px 20px;
	}

	.footerbanner .textcs h4 {
		font-size: 17px;
	}

	.footerlogo {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.footermenu {
		width: 100%;
		margin-bottom: 20px;
	}

	.footermenu ul li a {
		font-size: 16px;
	}

	.footersocial {
		width: 100%;
	}

	.footersocial ul li a {
		width: 45px;
		height: 45px;
		line-height: 40px;
	}

	.footersocial ul li a img {
		width: 20px;
		height: 20px;
	}

	.footersocial ul {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.footersocial ul li {
		margin: 0 6px;
	}

	.footerdesc {
		font-size: 13px;
	}

	.pagenbanner .img {
		width: 90px;
		height: 150px;
	}

	.pagenbanner .text {
		width: calc(100% - 90px);
		height: 150px;
		padding-left: 10px;
	}

	.pagenbanner .text h3 {
		font-size: 18px;
	}

	.pagenbanner .text p {
		font-size: 16px;
	}

	.pagenbanner .img img {
		object-fit: contain;
		object-position: center;
	}

	.abtsectionone {
		padding: 30px 15px;
	}

	.abtsectionone .img {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.abtsectionone .text {
		padding: 0px 15px;
	}

	.abtsectionone .text p {
		padding-right: 0;
	}

	.abtsectionone .text .list .col {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.sectionlistbs .item {
		height: auto;
		margin-bottom: 15px;
	}

	.sectionlistbs .item .icon {
		width: 70px;
		height: 70px;
		line-height: 65px;
	}

	.sectionlistbs .item .icon img {
		width: 40px;
		height: 38px;
	}

	.sectionlistbs .item .text {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}

	.sectionlistbs .item .text h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.abtsectiontwo {
		padding: 50px 5px;
	}

	.abtsectiontwo::before {
		display: none;
	}

	.abtsectiontwo h2 {
		margin-bottom: 20px;
	}

	.abtsectiontwo .item {
		margin-bottom: 15px;
	}

	.cntsection .item {
		height: auto;
		margin-bottom: 15px;
	}

	.cntsection .item h4 {
		font-size: 18px;
	}

	.contactform .img {
		height: 250px;
		padding: 0;
		margin-bottom: 20px;
	}

	.contactform .form button {
		font-size: 17px;
		padding: 15px;
	}

	.cntlogo {
		padding: 0 20px;
	}

	.cntarea::before {
		left: -150px;
		bottom: 0;
		height: 350px;
		width: 600px;
	}

}