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

/* Service Slider CSS */
.service-slider__thumb {
  position: relative;
}
.service-slider__content {
	position: absolute;
	bottom: 10px;
	left: 30px;
	padding-right: 45px;
}
.service-slider__content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  margin: 0px 0px 10px 0px;
}
.service-slider__content p {
  color: #fff;
}
.section-sub-title p {
	background: var(--G1, linear-gradient(90deg, #61BC47 0%, #D5E022 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
}
.service-slider-active {
  clip-path: inset(-100vw -100vw -100vw 0);
}
.service-slider-active .slick-list.draggable {
  overflow: visible;
}
.service-slider-active .slick-slide {
	margin: 0px 15px;
}
.global-right-arrow.slick-arrow {
	width: 64px;
	height: 64px;
	border-radius: 80px;
	background: var(--G1, linear-gradient(90deg, #61BC47 0%, #D5E022 100%));
	border: none;
	color: #fff;
	font-size: 22px;
}
.global-left-arrow.slick-arrow {
	width: 64px;
	height: 64px;
	border-radius: 80px;
	background: #fff;
	color: #000;
	border: none;
	font-size: 22px;
}
.navigation__wrap {
	gap: 20px;
}
.service-slider-active {
	margin-top: 40px;
}
/* Testimonial Slider CSS */
.testimonial__wrap .section-title h2 {
	color: #fff;
	margin-bottom: 25px;
}
.testimonial_rating ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1px;
  margin-bottom: 15px;
}
.testimonial_rating ul li {
  color: #FFB800;
  font-size: 18px;
}
.testimonial_items {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(34px);
  padding: 20px;
}
.testimonial_content p {
  color: #fff;
  line-height: 32px;
}
.testimonial_author-content h4 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial_author-content span {
  color: #fff;
  display: inline-block;
}
.testimonial-active .slick-slide {
	margin: 0px 15px;
}
.testimonial-active {
  clip-path: inset(-100vw -100vw -100vw 0);
}
.testimonial-active .slick-list.draggable {
  overflow: visible;
}
.testimonial-active {
	margin-left: 20px;
}
.testimonial_nav {
	gap: 20px;
}
/* Gallery Slider CSS */
.gallery-slider-active .slick-slide {
	margin: 0px 15px;
}
.gallery-slider-active {
	margin-top: 40px;
}
.gallery-slider .global-left-arrow.slick-arrow {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.gallery-slider-active{
	clip-path: inset(-100vw -100vw -100vw 0);
}
.gallery-slider-active .slick-list.draggable {
  overflow: visible;
}
.slick-dots li button::before {
	display: none;
}
.slick-dots li button {
	border-radius: 50px !important;
	background: #E0EAF0 !important;
	width: 16px !important;
	height: 16px !important;
	padding: 0 !important;
	font-size: 0;
	border: none !important;
}
.slick-dots li.slick-active button{
	width: 30px !important;
	background: #67BC45 !important;
	border: none;
}
.slick-dots li {
  list-style: none;
  font-size: 0;
}
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slick-dots {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 0;
	margin-left: 0;
}
/* Contact Form CSS */
.form_wrap .form_input input {
  border-radius: 10px;
  border: 1px solid rgba(214, 216, 227, 0.50);
  background: #F8F8F8;
  height: 60px;
  padding: 14px 20px;
}
.form_wrap .form_input input:focus-visible{
	outline: none;
}
.form_wrap .form_input input:focus{
	border: 1px solid rgba(214, 216, 227, 0.50);
}
.form_wrap .form_input input::placeholder{
	color:  #3C3C3C;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	opacity: 1;
}
.form_wrap .form_textarea textarea{
	border-radius: 10px;
	border: 1px solid rgba(214, 216, 227, 0.50);
	background: #F8F8F8;
	height: 192px;
	padding: 20px;
	resize: none;
}
.form_wrap .form_textarea textarea:focus-visible{
	outline: none;
}
.form_wrap .form_textarea textarea::placeholder{
	color:  #3C3C3C;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	opacity: 1;
}
.form_button button {
	border-radius: 80px;
	background: linear-gradient(90deg, #61BC47 0%, #D5E022 100%);
	width: 100%;
	height: 60px;
	border: none;
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
}




/* Mobile Off-canvas styles */
.offcanvas-menu {
	position: fixed;
	top: 0;
	left: -350px;
	width: 300px;
	height: 100%;
	background: #2F4858;
	padding: 20px;
	transition: left 0.3s ease;
	z-index: 9999999;
  }
  
  .offcanvas-menu.active {
	left: 0;
  }
  
  .offcanvas-menu ul {
	list-style: none;
	padding: 0;
  }
  
  .offcanvas-menu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
}
  .offcanvas-menu .close-btn {
	text-align: right;
	font-size: 24px;
	cursor: pointer;
	color: white;
  }

  /* Toggle button */
  .menu-toggle {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 24px;
	margin-left: -5px;
	padding: 0px;	
  }
  .home-two .menu-toggle span {
  background: #000;
  }
  .home-two .menu-toggle{
	top: 25px;
  }
  .menu-toggle span {
	width: 30px;
	height: 2px;
	background: #000;
	display: block;
	position: relative;
	z-index: 99;
	margin-bottom: 5px;
  }
  .offcanvas-logo img {
	max-width: 110px;
}
  .offcanvas-menu  ul li a{
	transition: all 0.3s ease;
  }
  .offcanvas-menu  ul li a:hover{
	color: #61BC47;
  }
  .offcanvas-nav-menu li {
	position: relative;
  }
  .offcanvas-menu  ul li.menu-item-has-children .sub-menu {
	display: none;
	background: #fff;
	padding: 8px;
	border-radius: 3px;
  }
  .offcanvas-menu  ul li.menu-item-has-children .sub-menu li a{
	padding: 10px 10px;
	color: #000;
  }
  .offcanvas-button .header_right {
	display: block;
	text-align: left;
	margin-top: 30px;
  }
  .offcanvas-button .header_right .user_register:hover{
	color: #171717 !important;
  }
  .offcanvas-button {
	margin-top: 35px;
  }
  .offcanvas-button .header_right_btn:hover {
	color: #fff;
  }
  .offcanvas-menu .offcanvas-nav-menu li.menu-item-has-children > span::before {
	content: "";
	position: absolute;
	right: 10px;
	transition: all 0.3s ease;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 8px;
	width: 8px;
	transform: rotate(45deg);
	transform-origin: 66% 66%;
	top: 20px;
	cursor: pointer;
  }
  .offcanvas-menu .offcanvas-nav-menu li.menu-item-has-children .sub-menu{
	display: none;
	background: #fff;
	padding: 8px;
	border-radius: 3px;
  }
  .offcanvas-menu .offcanvas-nav-menu li.menu-item-has-children .sub-menu li > a {
	padding: 10px 10px;
	color: #000;
  }
  .offcanvas-menu .offcanvas-nav-menu li.menu-item-has-children .sub-menu li > a:hover{
	color: #F18F01;
  }
  .offcanvas-meta ul {
	display: flex;
	gap: 15px;
	margin-top: 10px;
  }
.offcanvas-btn {
    margin-top: 25px;
}
.offcanvas-btn .header-contact-btn {
    margin-left: 0;
}
.offcanvas-menu .menu-main-menu-container {
	margin-top: 25px;
}
.offcanvas-btn-wrap .offcanvas-btn {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background: var(--G1, linear-gradient(90deg, #61BC47 0%, #D5E022 100%));
  padding: 13px 15px 13px 15px;
  display: block;
  text-align: center;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: .3s;
}

.menu-toggle-wrapper button:focus{
	background: none;
	box-shadow: none;
}
.menu-toggle-wrapper button:hover{
	background: 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) {

.section-sub-title {
  text-align: center;
}
.section-title {
  text-align: center;
}
.service-slider-active .slick-slide {
	margin: 0px 10px;
}
.service-slider__content h3 {
	font-size: 22px;
}
.service-slider__content {
	padding-right: 15px;
}
.navigation__wrap.d-flex.justify-content-end {
	display: none !important;
}
.service-slider__wrap .slick-dots {
	margin-top: 30px;
}
.service-slider-active {
	margin-top: 10px;
}
.testimonial_nav.d-flex {
	display: none !important;
}
.testimonial-active {
	margin-left: 0;
}
.gallery-slider-active {
	margin-top: 10px;
}


}