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



/* Button CSS */
.global_btn a {
	border-radius: 250px;
	background: #FFDE5F;
	color: #003F7D;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 18px 40px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.global_btn a::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #003F7D;
	left: 20px;
	border-radius: 50px;
	top: 27px;
}
.global_btn a img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 0% 0% 63% 0%;
	z-index: -1;
}
.about_us .global_btn a{
	background: #0D6BD2;
	color: #fff;
}
.about_us .global_btn a::after{
	background: #FFDE5F;
}
.service_btn .elementor-button-icon svg{
	width: auto !important;
}

/* Testimoniyal CSS */
.testimonial_content p {
	color: #505B69;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 30px;
  }
  .testimonial_author-content h4 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 31.775px;
	margin: 0px 0px;
  }
  .testimonial_author-content span {
	color: var(--Color-Plate-05, #413E3C);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
  }

  .testimonial_rating ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 7px;
  }
  .testimonial_rating ul li {
	list-style: none;
  }
  .testimonial_rating ul li i {
	color: #FF9E45;
	font-size: 17px;
  }
  .testimonial_author-thumb img {
	width: 67px;
	height: 67px;
}
.testimonial_meta {
	margin-bottom: 15px;
}
.testimonial_author {
	gap: 20px;
}
.testimonial_items{
	position: relative;
}
.testimonial-active .slick-slide {
	position: relative;
	margin-right: 150px;
}
.slick-slide.slick-current.slick-active .testimonial_items::after {
	position: absolute;
	content: '';
	right: -70px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #E6E6E6;
}
.section_title h2 {
	color: #000;
}
.ol-testimonial-title-with-nav {
	margin-bottom: 45px;
}
.testimonial_nav .test_nav_prev.slick-arrow {
	border-radius: 1000px;
	border: 1px solid var(--Color-Newholland-Blue, #003F7D);
	background: #FFF;
	color: #003F7D;
	width: 60px;
	height: 60px;
	padding: 0;
	font-size: 17px;
}
.testimonial_nav .test_nav_next.slick-arrow {
	position: relative;
	border-radius: 1000px;
	background: var(--Color-light-blue, #0D6BD2);
	color: #fff;
	width: 60px;
	height: 60px;
	border: 1px solid #0D6BD2;
  }
  .testimonial_nav {
	gap: 15px;
  }
  .testimonial_nav .test_nav_next.slick-arrow img {
	position: absolute;
	right: 0px;
	bottom: 0;
	border-radius: 0px 0px 30px 30px;
}

/* Footer CSS */
.elementor-element.inner_footer_bg {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(27px);
}
.footer_list .elementor-icon-list-items li {
	position:  relative;
  }
.footer_list .elementor-icon-list-items li::before {
	position: absolute;
	content: '';
	left: -18px;
	top: 11px;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50px;
}
/* Contact form CSS */
.contact_form_wrap .form_input input {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(27px);
	padding: 13px 16px;
	height: 54px;
	color: rgba(255, 255, 255, 0.60);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	width: 100%;
  }
  .contact_form_wrap .form_input input::placeholder{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.60);
	font-weight: 400;
	line-height: 28px;
	opacity: 1;
  }
  .contact_form_wrap .form_input input:focus{
	outline: none;
  }
  .contact_form_wrap .form_textarea textarea {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(27px);
	height: 140px;
	resize: none;
	padding: 16px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.60);
	font-weight: 400;
	line-height: 28px;
}
.contact_form_wrap .form_textarea textarea::placeholder{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.60);
	font-weight: 400;
	line-height: 28px;
	opacity: 1;
}
.contact_form_wrap .form_textarea textarea:focus{
	outline: none;
}
.form_btn button {
	position: relative;
	border-radius: 60px;
	background:  #FFDE5F;
	width: 100%;
	border: 1px solid transparent;
	height: 60px;
	color:  #003F7D;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.form_btn button:hover{
	background:  #FFDE5F;
	color:  #003F7D;
}
.form_btn button img {
	position: absolute;
	right: 0px;
	bottom: 0;
	border-radius: 0px 0px 25px 0px;
}
.header_button .global_btn a::after {
	left: 12px;
	top: 20px;
}
.header_button .global_btn a {
	font-size: 16px;
}
.header-nav li.current-menu-item a.hfe-menu-item{
	font-weight: 500 !important;
}
/* 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: 130px;
	filter: brightness(0) invert(1);
}
  .offcanvas-menu  ul li a{
	transition: all 0.3s ease;
  }
  .offcanvas-menu  ul li a:hover{
	color: #FFDE5F;
  }
  .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: #FFDE5F;
  padding: 13px 15px 13px 15px;
  display: block;
  text-align: center;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: .3s;
}
.offcanvas-btn-wrap .offcanvas-btn:hover{
	background: transparent;
	color: #fff;
	border: 1px solid #FFDE5F;
}
.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;
	}
}