
*{
  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;
}


/* Mobile Off-canvas styles */
.offcanvas-menu {
	position: fixed;
	top: 0;
	left: -350px;
	width: 300px;
	height: 100%;
	background: #0F1316;
	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: 130px;
}
  .offcanvas-menu  ul li a{
	transition: all 0.3s ease;
  }
  .offcanvas-menu  ul li a:hover{
	color: #11DBFA;
  }
  .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: #000;
  font-weight: 400;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FF15EA 0%, #F96 80.98%, #F96 95.19%);
  transition: background 0.3s ease;
  padding: 13px 15px 13px 15px;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 30px;
  transition: .3s;
}
.login_btn {
	color: #fff !important;
	margin-top: 50px !important;
	display: inline-block;
	font-size: 18px !important;
}

.test-pagination .slick-dots .slick-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #D9D9D9;
	margin: 0 0px;
	display: inline-block;
	border: none;
}

.test-pagination .slick-dots li.slick-active .slick-dot{
	background-color: #FFDE5F;
}
.test-pagination .slick-dots li{
	margin: 0px;
	width: 10px;
	height: 10px;
}
.test-pagination .slick-dots {
	display: flex;
	gap: 10px;
	justify-content: center;
}
.test-pagination {
	margin-top: 0px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}
.slick-dots li button::before {
	display: none;
}
.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) {
	.testimonial-active .slick-slide {
		position: relative;
		margin-right: 0px;
	}
	.slick-slide.slick-current.slick-active .testimonial_items::after {
		display: none;
	}
	.section_title h2 {
		font-size: 36px;
		line-height: 46px;
	}
	.ol-testimonial-title-with-nav {
		margin-bottom: 10px;
	}
	
}
@media (max-width: 767px) {
	.global_btn a {
		font-size: 16px;
		padding: 15px 40px;
	}
	.global_btn a::after {
		top: 24px;
	}
	.section_title h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.ol-testimonial-title-with-nav.d-flex.justify-content-between.align-items-center {
		justify-content: center !important;
	}
	.ol-testimonial-title-with-nav {
		margin-bottom: 15px;
	}
	.testimonial-active .slick-slide {
		position: relative;
		margin-right: 0px;
	}
	.slick-slide.slick-current.slick-active .testimonial_items::after {
	  display: none;
	}
	.testimonial_content p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.testimonial_author-content h4 {
		color: #000;
		font-size: 18px;
		font-weight: 700;
		line-height: 28px;
		margin: 0px 0px;
	}
	.testimonial_author-content span {
		font-size: 14px;
	}
}