
*{
  margin: 0;
  padding: 0;
}
a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
a,
button,
i {
  text-decoration: none;
  color: inherit;
  transition: .3s;
}
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}



/* Service CSS */
.navs-tabs__title span {
    border-radius: 122px;
    border: 1px solid #DAF3F3;
    background: #F1FAF9;
    color: #27750E;
	font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
	margin-bottom: 15px;
}
.navs-tabs__title h2 {
    margin-bottom: 60px;
}

.service-item__wrap {
	border-radius: 20px;
	border: 1px solid #D1D5DB;
	padding: 24px;
	transition: .3s;
	height: 455px
  }
  .service-item__wrap:hover{
	box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.10);
	border: 1px solid transparent;
  }
  .service-item__icon img {
	margin-bottom: 40px;
  }
  .service-item__content h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 10px;
  }
  .service-item__content p {
	color: #6B7280;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 60px;
  }
  .service-item__btn a {
	width: 56px;
	height: 56px;
	display: inline-block;
	border: 1px solid rgba(31, 41, 55, 0.5);
	border-radius: 50px;
	text-align: center;
	line-height: 56px;
	color: rgba(31, 41, 55, 0.5);
	transform: rotate(-45deg);
  }
  .service-item__btn a:hover{
	border: 1px solid #27750E;
  }
  .service_extra-class .service-item__content p {
	margin-bottom: 90px;
}

/* Navs Tabs CSS */
.navs-tabs__section .nav.flex-column{
	gap: 0px;
}
.navs-tabs__section button {
	text-align: left;
	color: #1F2937;
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	padding: 24px;
	border: 1px solid  transparent;
}
.navs-tabs__section button:hover{
	color: #1F2937;
}
.navs-tabs__section button:focus{
	border: 1px solid  #DCFCCB;
}
.navs-tabs__section button:focus-visible{
	outline: none;
}
.navs-tabs__section button.nav-link.active{
	color:  #1F2937;
	border-radius: 12px;
	border: 1px solid  #DCFCCB;
	background: #F1FAF9;
}
.navs-tabs__section button.nav-link.active p{
	display: block;
}
.navs-tabs__section button span{
	color:  #2E5A62;
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	display: inline-block;
	margin-right: 30px;
}
.navs-tabs__section button p {
	color: #6B7280;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	border-top: 1px solid #E5E7EB;
	margin-top: 15px;
	padding-top: 10px;
	display: none;
}

/* News Letter Form */
.footer-news__letter-form {
	position: relative;
}
.footer-news__letter-form button {
	position: absolute;
	right: 5PX;
	top: 5px;
	width: 42px;
	height: 42px;
	padding: 2px;
	border-radius: 7px;
	background: #27750E;
	border: transparent;
}
.footer-news__letter-form input {
	width: 100%;
	border-radius: 12px;
	border: 1px solid #E5E7EB;
	background: rgba(255, 255, 255, 0.04);
	height: 52px;
	padding: 8px 5px 8px 16px;
	color: #6B7280;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
  }
  .footer-news__letter-form input::placeholder{
	color: #6B7280;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}
.footer-news__letter-form input:focus-visible{
	outline: none;
}


















/* Responsive Css */
@media (min-width: 1100px) and (max-width: 1900px) {

	
}
@media (min-width: 992px) and (max-width: 1025px) {
   
}

@media (min-width: 992px) and (max-width: 1099px) {

}

@media (min-width: 768px) and (max-width: 991px) {

	
}

@media (max-width: 767px) {

}