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

/* Global Nav */
.navigation_nav .global_prev {
	border-radius: 50px;
	background: #2C2C2C;
	padding: 10px 35px;
	border: 1px solid transparent;
	color: #fff;
	font-size: 22px;
	transition: .3s;
}
.navigation_nav .global_prev:hover{
	background: #E8D442;
	color: #000;
}
.navigation_nav .global_next {
	border-radius: 50px;
	background: #E8D442;
	padding: 10px 35px;
	border: 1px solid transparent;
	color: #000;
	font-size: 22px;
	transition: .3s;
}
.navigation_nav .global_next:hover{
	background: #2C2C2C;
	color: #fff;
}





/* Testimoniyal CSS */
.ol-testimonial-title-with-nav .section_title h2 {
	color: #fff;
	text-transform: uppercase;
}
.testimonial_items {
	border-radius: 30px;
	background: #181818;
	padding: 30px;
	min-height: 560px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
}
.testimonial_content p {
	color:  #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 35px;
}
.testimonial_author-content h4 {
	color:  #FFF;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
}
.testimonial_author-content span {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.testimonial-active .slick-slide{
	margin: 0px 20px !important;
}
.section_title {
	margin-bottom: 60px;
}
.testimonial-active .slick-list {
	overflow: visible;
}
.testimonial-active {
	clip-path: inset(-100vw -100vw -100vw 0);
}



/* Case Studies CSS */
.section_title h2 {
	text-transform: uppercase;
}
.case-item-bg {
	background: #F5F5F5;
	padding-right: 25px;
}
.case-studies-content__wrap .case-studies__title {
	color: #000;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
.case-studies-content__wrap {
	padding-left: 15px;
}
.case-studies-content__left p {
	margin-bottom: 0;
	color: #515456;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
.case-studies-content__right h4 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 0px 0;
}
.case-studies-content__left {
	flex: 35% 0 0;
}
.case-studies-content__midel {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
}
.case-studies-content__button {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.case-studies-content__midel-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}
.case-studies-content__button-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.navigation_nav.d-flex {
	gap: 15px;
}
.footer_info_wrap .elementor-image-box-description a{
	color:#14141E;
	font-size: 20px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.6px;
}
.breadcrumb_nav_wrap .hfe-breadcrumbs li {
	font-size: 26px;
	line-height: 1.2;
}
.breadcrumb_nav_wrap .hfe-breadcrumbs li a{
	font-size: 26px;
	line-height: 1.2;
}
/* Header CSS */
.home.wp-singular.page-template .header_section_wrap {
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  background: transparent !important;
}

.header_section_wrap {
  background: #000;
  position: static !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: 100px;
}
  .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;
}
.slick-dots li button {
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
	background-color: #D9D9D9 !important;
	margin: 0 0px !important;
	display: inline-block !important;
	border: none !important;
}

.slick-dots li.slick-active button{
	background: #E8D442 !important;
}
.slick-dots li{
	margin: 0px;
	width: 10px;
	height: 10px;
	font-size: 0px;
}
.slick-dots {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 20px !important;
}

.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 (max-width: 991px) {

	.ol-case-studies-title-with-nav .navigation_nav.d-flex.align-items-center.justify-content-end {
		display: none !important;
	}
	.ol-testimonial-title-with-nav.d-flex.justify-content-between {
		justify-content: center !important;
	}
	.ol-case-studies-title-with-nav.d-flex.justify-content-between {
		justify-content: center !important;
	}
	.section_title {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.case-studies-content__left p {
		font-size: 14px;
		line-height: 26px;
	}
	.case-studies-content__right h4 {
		font-size: 14px;
		line-height: 26px;
	}
	.case-studies-content__button-right {
		gap: 7px;
	}
	.case-studies-content__midel-right {
		gap: 0px;
        margin-bottom: 10px;
	}
	.case-item-bg {
		padding-bottom: 20px;
	}
	.case-studies-content__right {
		padding-left: 20px;
	}
	.case-studies-content__midel {
		gap: 0px;
		margin-bottom: 10px;
	}
	.case-studies-content__button {
		gap: 8px;
	}
	.footer_info_wrap .elementor-image-box-description a {
		font-size: 16px;
		line-height: 26px;
	}
	.section_title {
		margin-bottom: 30px;
	}
	.ol-testimonial-title-with-nav.d-flex.justify-content-between {
		justify-content: center !important;
	}
	.testimonial_content p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.testimonial_author-content h4 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.testimonial_author-content span {
		font-size: 14px;
		line-height: 24px;
	}
	.testimonial_items {
		padding: 20px;
		min-height: inherit;
	}
	.section_title h2 {
		text-align: center;
	}
	.ol-case-studies-title-with-nav .navigation_nav.d-flex.align-items-center.justify-content-end {
		display: none !important;
	}
	.case-item-bg {
		padding-bottom: 20px;
	}
	.case-studies-content__wrap .case-studies__title {
		font-size: 20px;
		line-height: 1.2;
	}
	.breadcrumb_nav_wrap .hfe-breadcrumbs li {
		font-size: 20px;
		line-height: 1.2;
	}
	.breadcrumb_nav_wrap .hfe-breadcrumbs li a{
		font-size: 20px;
		line-height: 1.2;
	}
}