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



/* Hero Banner CSS */
.slider-inner {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	border-radius: 0px 0px 50px 50px;
	padding: 200px 0px 178px 0px;
}
.hero-slider__subheading {
    border-radius: 100px;
    background: #42B3CD;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding: 7px 10px;
    display: inline-flex;
    margin-bottom: 5px;
    gap: 5px;
}
.hero-slider__content h1 {
	color: #FFF;
	font-size: 60px;
	font-weight: 600;
	line-height: 120%;
}
.hero-slider__content p {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 35px;
}
.hero-slider__btn a {
	border-radius: 50px;
	background: #FFF;
	padding: 20px 22px 20px;
	color: #182937;
	font-size: 18px;
	font-weight: 600;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	transition: .3s;
}
.hero-slider__btn a:hover{
	background: #000;
	color: #fff;
}
.hero-slider__btn i {
	font-size: 20px;
	transform: translateY(0px);
}
.slick-dots li button {
	position: relative;
	width: 10px !important;
	height: 10px !important;
	background: #fff !important; 
	border-radius: 50px !important;
	z-index: 99;
	font-size: 0px !important;
	padding: 0px !important;
	border: 1px solid transparent !important;
}
.slick-dots li.slick-active button::after{
	position: absolute;
	left: -4px !important;
	top: -4px !important;
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #7CCFE6 !important;
	border-radius: 50px !important;
	text-align: center;
	line-height: 16px;
}
.slick-dots li.slick-active button{
	background: #7CCFE6 !important;
}
.hero-slider__wrap{
	position: relative;
}
.slick-dots li{
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}
.slick-dots {
    position: absolute;
    bottom: 60px !important;
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
	z-index: 1;
}
.elementor-button-icon svg {
	width: auto !important;
}
.service_box {
	backdrop-filter: blur(22px) !important;
}
.hover_text-docoration  a{
	transition: .3s !important;
}
.hover_text-docoration  a:hover {
	text-decoration: underline !important;
}

/* Case Studies CSS */
.case-studies-item {
	position: relative;
	margin-bottom: 30px;
}
.case-studies {
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 0px 20px 0px 0px;
}
.case-studies h4 {
	color: #fff;
	font-family: "Instrument Sans";
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.12px;
	margin: 0px 0px 5px 0px;
	transition: .3s;
}
.case-studies h4:hover{
	color: #f00;
}
.case-studies a {
	color: #7CCFE6;
	font-size: 18px;
	font-weight: 600;
	line-height: 160%;
}
.case-studies a:hover{
	color: #f00;
}
.pagination-wrapper .page-numbers {
	width: 64px;
	height: 64px;
	border-radius: 64px;
	border: 2px solid #EDF4FF;
	background: #FFF;
	line-height: 64px;
	text-align: center;
	color: #969FB7;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.11px;
}
.pagination-wrapper .page-numbers.current{
	color: #4273F1;
}
.pagination-wrapper{
	gap: 20px;
}
.pagination-wrapper .page-numbers.prev.page-numbers:hover{
    background-image: linear-gradient(93deg, #168EF9 0%, #00FEFB 90%);
	color: #fff;
}
.pagination-wrapper .page-numbers.next.page-numbers:hover{
    background-image: linear-gradient(93deg, #168EF9 0%, #00FEFB 90%);
	color: #fff;
}
















/* 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;
}
  .offcanvas-menu  ul li a{
	transition: all 0.3s ease;
  }
  .offcanvas-menu  ul li a:hover{
	color: #7CCFE6;
  }
  .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 li{
	position: relative;
  }
  .offcanvas-menu li.menu-item-has-children::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  li.menu-item-has-children .sub-menu{
	display: none;
	background: #fff;
	padding: 8px;
	border-radius: 3px;
	transition: .3s;
  }
  .offcanvas-menu .menu.sub-active .sub-menu{
	display: block !important;
	transition: .3s;
  }
  .offcanvas-menu li.menu-item-has-children .sub-menu li > a {
	padding: 10px 10px;
	color: #000;
  }
  .offcanvas-menu li.menu-item-has-children .sub-menu li > a:hover{
	color: #7CCFE6;
  }
  .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 {
  border: 2px solid  #168EF9;
  padding: 16px 16px 16px 20px;
  display: block;
  color: #149CF9;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 30px;
  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;
}
.close-btn img {
	filter: brightness(1) invert(1);
}
.offcanvas-btn-wrap .offcanvas-btn i {
    margin-left: 5px;
}

























/* 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: 1400px) {
	.slider-inner {
		 padding: 140px 0px 120px 0px;
	}
	.hero-slider__content h1 {
		font-size: 46px;
	}
}

@media (max-width: 1200px) {
	.slider-inner {
	    padding: 130px 0px 105px 0px;
	}
}
@media (max-width: 768px) {
	.hero-slider__subheading {
		font-size: 18px;
	}
	.hero-slider__subheading {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.hero-slider__subheading {
		font-size: 14px;
	}
	.hero-slider__content h1 {
		font-size: 30px;
	}
	.hero-slider__content p {
		font-size: 16px;
		margin-bottom: 25px;
		padding-right: 25px;
	}
	.hero-slider__btn a {
		padding: 18px 20px 17px;
		font-size: 16px;
	}
	.slider-inner {
		min-height: inherit;
		padding: 100px 0px 60px 0px;
	}
	.slick-dots {
		right: 0px !important;
		bottom: 35px !important;
	}
	.case-studies h4 {
		font-size: 20px;
		margin: 0px 0px 0px 0px;
	}
	.pagination-wrapper .page-numbers {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
}