/**
* /* banner css
*
* @format
*/

/* title css  */
.dl_title_section {
  display: flex;
  flex-direction: column;
}
.dl_title_section .dl_sub_title_text.before:before,
.dl_title_section .dl_sub_title_text.after:after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 2px;
  background: #7901d6;
  vertical-align: middle;
}
.dl_title_section .dl_sub_title_text.before:before {
  margin-right: 5px;
}
.dl_title_section .dl_sub_title_text.after:after {
  margin-left: 5px;
}
/* title css  */

/* .elementor-icon-list-item {
  align-items: flex-start !important;
} */

.dl-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -10px;
}
.dl-breadcrumbs > li {
  margin-left: 0px;
}
.dl-breadcrumbs p {
  margin-bottom: 0;
}
.dl-breadcrumbs a,
.dl-breadcrumbs strong {
  display: inline-block;
}
.dl-breadcrumbs a span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0px !important;
  border-width: 0px !important;
  border-style: initial !important;
  border-color: initial !important;
  -o-border-image: initial !important;
  border-image: initial !important;
  border-radius: 0px !important;
  margin: 0px !important;
}
.dl-separator-icon.dl-icon {
  margin-left: 0px !important;
  vertical-align: text-bottom;
}
.dl-breadcrumbs:not(.dl-breadcrumbs-droit) {
  margin-left: 0;
  margin-right: 0;
}
.dl-breadcrumbs:not(.dl-breadcrumbs-droit) a,
.dl-breadcrumbs:not(.dl-breadcrumbs-droit) span {
  display: inline-block;
}
.breadcrumb {
  overflow: hidden;
}
.dl-breadcrumbs .dl-breadcrumbs-separator-text {
  color: #001408;
  font-family: "Mulish", Sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.faq_inner .elementor-accordion-item {
  margin-bottom: 10px;
}

/* button css  */
.ub-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ub-btn .elementor-align-icon-right {
  order: 15;
}

.ub-btn .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}
.button_width a {
  width: 100%;
  display: block;
}
.accordion_new .elementor-accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(7, 10, 11, 0.5);
  border-radius: 20px;
  margin-bottom: 20px;
}
.accordion_new .elementor-accordion-item .elementor-tab-content {
  border-top: 0px !important;
}
.accordion_new .elementor-accordion-icon {
  width: 36px !important;
  height: 36px;
  border: 1px solid #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: -6px;
}
.accordion_new .elementor-active .elementor-accordion-icon {
  background: #fff;
}
.accordion_new .elementor-active .elementor-accordion-icon svg path {
  stroke: #000;
}
.elementor-icon-box-title {
  margin-top: 0px !important;
}
.theme_btn .elementor-button-icon {
  margin-left: 4px;
}

/** === Keyframe animations === **/
@keyframes ub-pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes pop-char-out {
  0%,
  40% {
    transform: translate(0);
    opacity: 0;
  }
  20% {
    transform: translate(0.05em, -0.1em);
    /* opacity: 0.1; */
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}

/** === Pulse Animation === **/
.ub-animation-pulse:hover::before {
  animation: ub-pulse 2s infinite;
  opacity: 1;
}

.ub-animation-pulse::before {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(55, 64, 255, 0.1);
  content: "";
  z-index: -1;
  opacity: 0;
}

/** === Line Button === **/
.ub-btn.ub-btn-line {
  display: inline-block;
}

.ub-btn.ub-btn-line::before {
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
  content: "";
  width: 100%;
  height: 1px;
  background: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: fadeInLeft 2s cubic-bezier(0.5, 0, 0.5, 1) both;
}

.ub-btn.ub-btn-line:hover::before {
  transform: scaleX(0);
}

.ub-btn.ub-btn-line::after {
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #000;
  transition: transform 0.4s ease 0.2s;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ub-btn.ub-btn-line:hover::after {
  transform: scaleX(1);
}

span.elementor-button-text.words.chars.splitting {
  position: relative;
  display: inline-block;
}

.ub-btn.ub-btn-line:hover i {
  margin-left: 12px;
  transition: margin 0.4s linear, color 0.5s;
}

/*** === 3D button === ***/
.ub-btn.three_d_btn {
  transition: box-shadow 0.2s ease-in-out;
  padding: 0;
  background-color: transparent;
  border-radius: 12px;
}
.ub-btn.three_d_btn span.elementor-button-text {
  transition: transform 0.2s ease-in-out;
  display: inline-block;
  border-radius: 12px;
}
.ub-btn.three_d_btn:hover span.elementor-button-text {
  transform: translateY(4px);
}

/*** === 3D button 2 === ***/
.three_d_btn2::before {
  content: "";
  left: 6px;
  right: 6px;
  top: -6px;
  bottom: 0;
  position: absolute;
  background: #b68e05;
  z-index: -1;
  transition: all 0.2s linear;
}
.three_d_btn2:hover:before {
  top: 0;
}

/** === Left to Right Transition == **/
.ub-animation-left2right.ub-btn-link:hover::before {
  width: 100%;
}
.ub-animation-left2right.ub-btn-link::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  overflow: hidden;
  z-index: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  white-space: nowrap;
}

.elementor-button.ub-animation-left2right {
  z-index: 1;
}

.elementor-button.ub-animation-left2right:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.elementor-button.ub-animation-left2right::after {
  background: #222222;
}

.elementor-button.ub-animation-left2right::after {
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.7s linear;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: transform;
  z-index: -1;
}

.elementor-button.ub-animation-left2right::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ub-btn i {
  margin-left: 0px;
  transition: all 0.3s;
}

/** === Divider Button === **/

.offcanvas-wraper {
  position: fixed;
  width: 300px;
  background: #3a3a3a;
  height: 100%;
  top: 0;
  padding-top: 140px;
  z-index: 99;
  left: -300px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar-brand,
.mobile_menu {
  transition: all 0.3s ease-in-out;
}
.offcanvas-wraper.active {
  left: 0;
}

.navbar_fixed .mobile_menu {
  margin: 5px 0px;
  border-color: #3a3a3a;
}
.navbar_fixed .mobile_menu .icon-bar {
  background: #3a3a3a;
}
.navbar_fixed .mobile_menu:hover {
  background: #3a3a3a;
}
.navbar_fixed .mobile_menu:hover .icon-bar {
  background: #fff;
}
.custom_button .elementor-button {
  position: relative;
}
.custom_button .elementor-button-icon {
  position: absolute;
  right: -64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff119;
  top: 0;
  color: #bf2327;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom_button .elementor-button-icon svg {
  transform: rotate(45deg);
  font-size: 20px;
}
.custom_button .elementor-button-icon svg path {
  fill: #bf2327;
}
.custom_button .elementor-button:hover .elementor-button-icon svg {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.custom_button .elementor-button:hover .elementor-button-icon {
  background: #fff;
}
.box_height {
  transition: all 0.3s;
  cursor: pointer;
}
.box_height:hover {
  transform: translateY(-15px);
}
.video_inner {
  position: relative;
}
.video_inner .elementor-widget-video-popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}
.video_inner .elementor-widget-video-popup:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.custom_button.strock .elementor-button-icon {
  background: transparent;
  border: 1px solid#fff119;
}
.custom_button.strock .elementor-button-icon svg path {
  fill: #fff119;
}
.custom_button.strock:hover .elementor-button-icon {
  background: #fff119;
}
.custom_button.strock:hover .elementor-button-icon svg path {
  fill: #bf2327;
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translatey(0px) translatex(0px) scale(1) rotate(45deg);
  }
  25% {
    opacity: 0;
    transform: translatey(-10px) translatex(10px) scale(0.9) rotate(45deg);
  }
  26% {
    opacity: 0;
    transform: translatey(10px) translatex(-10px) scale(0.9) rotate(45deg);
  }
  55% {
    opacity: 1;
    transform: translatey(0px) translatex(0px) scale(1) rotate(45deg);
  }
}
.image_translate {
  transform: translateX(-50%);
}
.box_height .elementor-widget-container {
  height: 100%;
}

.dl_pro_testimonial_slider .swiper-slide {
  height: auto !important;
}
.dl_pro_testimonial_wrapper {
  position: relative;
  z-index: 1;
}

.dl-testimonial-reviewer img {
  border-radius: 20px;
  width: 52px;
  height: 52px;
}
.dl_pro_testimonial_slider_wrapper {
  border-radius: 14px;
  padding: 30px;
  margin: 0 auto;
  background: #fff;
	padding-top: 0px;
  border: 1px solid rgba(92, 200, 238, 0.3);
}
.slick-center .dl_pro_testimonial_slider_wrapper {
	box-shadow: 3px 4px 35px 0px rgba(0, 0, 0, 0.11);
}
.dl_pro_testimonial_slider_wrapper svg{
	top: -13px;
	position: relative;
}
.dl_name {
  margin-top: 0;
  position: relative;
  line-height: 1.2;
}

.dl_client_info_inner h6 {
  color: #565656;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
	margin: 0px !important;
}
.dl_pro_testimonial_slider {
  margin-bottom: 0 !important;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
.dl_pro_testimonial_slider_wrapper h3 {
  font-size: 24px;
  line-height: 34px;
  font-family: "ClashGrotesk", sans-serif;
  font-weight: 500;
  color: #8df9b1;
}
.dl_client_info_inner .dl-testimonial-reviewer {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}
.droit-star-rating__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.droit-star-rating i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #EB7A11;
}
.dl_pro_testimonial_slider .slick-dots {
  position: relative;
  /* right: -5px;
  top: 50%;
  transform: translateY(-50%); */
  left: auto;
  bottom: auto;
  width: auto;
}
.t_content_body {
  flex: 1;
}
.dl_pro_testimonial_slider .slick-dots {
  margin-top: 20px;
}

.dl_pro_testimonial_wrapper .dl_text {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Roboto Slab", Sans-serif;
}
.dl_pro_testimonial_slider .slide_item {
  margin: 30px 20px;
}
.dl_pro_testimonial_slider .quote {
  display: inline-block;
  margin-top: -35px;
  width: auto;
  height: auto;
}
.dl_client_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(92, 200, 238, 0.30);
  padding-top: 16px;
  margin-top: 20px;
}
.e-n-accordion-item {
  background: #fdfeff;
  border: 1px solid #f2f3f4;
  box-shadow: 0px 10px 50px 0px rgba(72, 80, 88, 0.1);
  border-radius: 8px;
}
.swiper_testimonial_nav_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctor_testimonial_item .testimonial_head .review {
  border-bottom: 1.2px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.droit-star-rating {
  margin-right: 0px;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 0px;
}
.droit-star-rating i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  font-style: normal;
  margin-left: 2px;
  color: rgba(255, 255, 255, 0.5);
  text-indent: -999px;
}
.droit-star-rating i:before {
  content: "\f005";
  display: block;
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  overflow: hidden;
  color: #EB7A11;
  top: 0;
  left: 3px;
  line-height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0px;
}
.dl_client_info_inner {
	display: flex;
	align-items: center;
}

.droit-star-rating .elementor-star-empty:before {
  content: "\f005";
  opacity: 0.4;
}

.droit-star-rating .elementor-star-1:before {
  width: 10%;
}

.droit-star-rating .elementor-star-2:before {
  width: 20%;
}

.droit-star-rating .elementor-star-3:before {
  width: 30%;
}

.droit-star-rating .elementor-star-4:before {
  width: 40%;
}

.droit-star-rating .elementor-star-5:before {
  width: 50%;
}

.droit-star-rating .elementor-star-6:before {
  width: 60%;
}

.droit-star-rating .elementor-star-7:before {
  width: 70%;
}

.droit-star-rating .elementor-star-8:before {
  width: 80%;
}

.droit-star-rating .elementor-star-9:before {
  width: 90%;
}

.footer_subscribe p {
  display: flex;
}
.footer_subscribe p .wpcf7-form-control-wrap {
  flex: 1;
}
.footer_subscribe p input {
  width: 100%;
  padding: 17px 24px;
  border: 0px solid #e8e8e8;
  border-radius: 45px;
  margin-right: 10px;
  background: #fff;
  font-size: 14px;
  color: #0f111e;
}
.btn_subscribe {
  background: #ccfe00;
  font-size: 16px;
  border-radius: 45px;
  padding: 17px 22px;
  border: 0px;
  font-weight: 600;
  font-family: "Inter", Sans-serif;
  margin-left: 8px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_subscribe i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #191818;
  color: #fff;
  font-size: 8px;
  margin-left: 4px;
}
.btn_subscribe:hover {
  background: #7901d6;
  color: #fff;
}

.latest_blog_post {
  border-radius: 12px;
  overflow: hidden;
}
.latest_blog_post .post_content h2 {
  transition: all 0.2s linear;
}

.latest_blog_post .img {
  overflow: hidden;
  display: block;
}
.latest_blog_post .img img {
  min-height: 302px;
  transition: all 0.5s linear;
  object-fit: cover;
}
.latest_blog_post:hover .img img {
  transform: scale(1.1);
}
.read_btn svg {
  margin-left: 4px;
}
.read_btn svg path {
  transition: all 0.3s;
}
.read_btn:hover svg path {
  stroke: #feaf00;
}
.dl-separator-icon svg {
  width: 10px;
}

/* service css   */
.av_service_item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.av_service_item img {
  width: 100%;
  transition: all 0.2s linear;
  position: relative;
  z-index: -1;
}
.av_service_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
.av_service_item .content {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px 30px;
}
.av_service_item .content h3 {
  line-height: 34px;
  color: #fff;
  margin-top: 0px;
}
.av_service_item .content .pr_title {
  position: relative;
  display: flex;
  align-items: center;
}
.av_service_item .content .pr_title img {
  margin-left: 8px;
  width: auto;
  z-index: 1;
}
.av_service_item .content .pr_title:before {
  content: "";
  width: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
  left: auto;
  right: 0;
  transition: all 0.3s;
  position: absolute;
}
.av_service_item .content .pr_title:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.av_service_item:hover img {
  transform: scale(1.04);
}

/* team_slider css  */
.team_slider .team_item {
  margin: 0px 12px;
}
.team_image {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.team_image img {
  transition: all 0.3s ease-in-out;
}
.team_content h3 {
  margin: 0px 0px 5px;
  color: #fff;
}
.team_content p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.team_content {
  padding-right: 50px;
  position: relative;
}
.team_content .arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.team_content .arrow svg {
  width: 20px;
  fill: #fff;
}
.team_content .arrow:hover {
  background: #fff;
}
.team_content .arrow:hover svg {
  fill: #0b0b0b;
}
.team_slider .team_item:hover .team_image img {
  transform: scale(1.1);
}
.team_nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 45px;
}
.team_nav .slick-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #9370db;
  color: #9370db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: transparent;
  margin-left: 15px;
  padding: 0px;
  transition: all 0.2s;
}
.team_nav .slick-arrow:hover {
  background: #9370db;
  color: #fff;
}
.team_grid .team_item {
  margin-bottom: 35px;
}
.list_year .elementor-icon-list-text {
  display: flex;
  width: 100%;
}
.list_year .elementor-icon-list-text span {
  width: 90px;
}
.company_info .elementor-icon-list-item {
  border: 1px solid rgba(147, 112, 219, 0.24);
  padding: 25px !important;
  border-radius: 8px;
}
.company_info.two .elementor-icon-list-item {
  padding: 14px 25px !important;
}
.button_custom .elementor-button-link:hover svg path {
  transition: all 0.2s linear;
}
.button_custom .elementor-button-link:hover svg {
  fill: transparent !important;
}
.button_custom .elementor-button-link:hover svg path {
  stroke: #0b0b0b;
}

.latest_blog_post {
  border-radius: 12px;
  border: 1px solid rgba(147, 112, 219, 0.2);
  overflow: hidden;
}
.latest_blog_post .blog_img img {
  width: 100%;
}
.latest_blog_post .read_btn {
  position: relative;
}
.latest_blog_post .read_btn:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4f4f4f;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.latest_blog_post .read_btn svg {
  transform: rotate(-45deg);
  margin-left: 0;
}
.latest_blog_post .read_btn:hover:before {
  background: #9370db;
}
.latest_blog_post .read_btn svg path {
  stroke: #4f4f4f;
}
.latest_blog_post .read_btn:hover svg path {
  stroke: #9370db;
}

/* av_contact_form css  */
.av_contact_form .form-control {
  height: 68px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 10px 25px;
  font-size: 18px;
  color: #525161;
  font-weight: 400;
  font-weight: "Inter", Sans-serif;
}
.av_contact_form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.av_contact_form .form-control::placeholder {
  color: #525161;
}
.av_contact_form textarea.form-control {
  height: 186px;
}
.recaptcha {
  display: inline-block;
}
.submit_btn {
  background-color: #9370db;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  border-style: solid;
  border: 1px solid #9370db;
  border-radius: 8px;
  padding: 22px 32px 22px 32px;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
  margin-top: 20px;
  margin-bottom: 45px;
}
.submit_btn:hover {
  background: transparent;
  color: #0b0b0b;
  border-color: #0b0b0b;
}
.submit_btn:hover svg path {
  stroke: #0b0b0b;
}
.submit_btn:focus {
  box-shadow: none;
}
.submit_btn svg {
  margin-left: 5px;
}
.submit_btn br {
  display: none;
}

.border_top_none .e-n-accordion-item:first-child .e-n-accordion-item-title {
  border-top: 0px !important;
}

.custom_btn .elementor-button .elementor-button-icon svg {
  width: 15px;
  transition: all 0.3s linear;
}
.custom_btn .elementor-button:hover .elementor-button-icon svg {
  transform: translateX(5px);
}
.banner_img:before {
  content: "";
  width: calc(100% - 20px);
  height: 356px;
  background: #fff6d1;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
}

.icon_rotate .elementor-button-icon {
  transform: rotate(45deg);
}
.features_slider {
  padding-top: 120px;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.features_slider .slick-list {
  overflow: visible;
  display: flex;
}
.features_slider .slick-list .slick-track {
  display: flex;
}
.features_slider .slick-list .item {
  min-height: 100%;
  background: #141414;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 30px 20px;
  margin: 0px 10px;
}
.features_slider .slick-list .item img {
  margin-bottom: 20px;
}
.custom_nav {
  display: flex;
  justify-content: end;
  margin-bottom: 45px;
  margin-top: -120px;
}
.custom_nav .slick-arrow.sc_button_hover_slide_left {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #565656;
  border: 1px solid rgba(152, 203, 43, 0.20) !important;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0px;
}
.dl_pro_testimonial_slider .slick-list{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.custom_nav .slick-arrow.sc_button_hover_slide_left:hover {
  background: #98CB2B !important;
  border-color: #98CB2B !important;
  color: #fff !important;
}
.custom_nav .slick-arrow.sc_button_hover_slide_left:hover i{
	color: #fff !important;
}
.custom_nav .slick-arrow:hover svg path {
  stroke: #000;
}

.f_contact_info p {
  margin-bottom: 0 !important;
}
.f_contact_info p a {
  color: #4c4c4c;
}
.f_contact_info p a:hover {
  color: #2be080;
}
.footer_subscribe p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer_subscribe p br {
  display: none;
}

.footer_subscribe p input {
  height: 54px;
  background-color: #2D2D36 !important;
  border-radius: 45px;
  padding-left: 22px;
  font-size: 14px;
  color: rgba(250, 251, 255, 0.5) important;
  width: 100%;
  font-family: "Inter", sans-serif;
  margin-right: 0px;
}
.footer_subscribe p input:focus {
  color: rgba(250, 251, 255, 0.5) important;
}
.footer_subscribe p input::placeholder {
  color: rgba(250, 251, 255, 0.5) !important;
}
.footer_subscribe p{
	position: relative;
}
.footer_subscribe p button {
  border-radius: 45px;
  border: 0px;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(90deg, #98CB2B 0%, #98CB2B 100%);
  color: #fff;
  width: 54px;
  height: 54px;
  padding: 8px 9px;
  font-family: "Inter", sans-serif;
  position: absolute;
	right: 0;
	top: 0;
}
.footer_subscribe p button:hover {
  background-image: linear-gradient(-90deg, #98CB2B 0%, #98CB2B 100%) !important;
  color: #fff;
}
.footer_subscribe p button:hover svg path {
  stroke: #fff;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.e-n-accordion-item[open] {
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}
.e-n-accordion-item[open] .elementor-element {
  border-color: #fff;
}
.about_contact a {
  color: #4c4c4c;
}
.about_contact_form {
  background: #fffdf2;
  border-radius: 20px;
  padding: 30px 30px 10px;
}
.about_contact_form p br {
  display: none;
}
.about_contact_form p .form-control {
  border: 1px solid #f0ebce;
  border-radius: 10px;
  background: #fff;
  padding: 10px 20px;
  height: 66px;
  font-size: 18px;
  line-height: 26px;
  color: #6e6f73;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}
.about_contact_form p .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #2be080;
}
.about_contact_form p .form-control::placeholder {
  color: #6e6f73;
}
.about_contact_form p textarea.form-control {
  height: 146px;
}
.about_contact_form p button {
  width: 100%;
  border: 0px;
  border-radius: 45px;
  background: #2be080;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #002f54;
  padding: 23px;
  margin-top: 5px;
  transition: all 0.3s linear;
}
.about_contact_form p button svg path {
  transition: all 0.2s linear;
}
.about_contact_form p button:hover {
  background: #ffcb20;
  color: #fff;
}
.about_contact_form p button:hover svg path {
  stroke: #fff;
}

/* .discount_slider  css  */
.discount_slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.discount_item {
  border: 1px solid #dee8f6;
  border-radius: 20px;
  box-shadow: 0px 20px 30px 0px rgba(9, 42, 133, 0.06);
  margin: 15px 15px 40px;
  overflow: hidden;
}
.discount_item .discount_image {
  padding: 20px 20px 0px;
  background: #fffdf2;
  text-align: center;
}
.discount_item:nth-child(odd) .discount_image {
  background: #fcf2f7;
}
.discount_item .discount_image img {
  display: inline-block;
}
.discount_content {
  padding-top: 180px;
  padding-left: 50px;
  padding-right: 50px;
}

.slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 45px;
  position: relative;
  background: #eeead6;
  transition: all 0.2s linear;
}
.slick-dots li button:before {
  display: none;
}

.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 0px;
}
.slick-dots li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 3px;
  transition: all 0.2s linear;
}
.slick-dots li.slick-active {
  width: 40px;
}
.slick-dots li.slick-active button {
  width: 40px;
  background: #ffcb20;
}
.footer_accordion .e-n-accordion-item {
  border-radius: 25px;
  box-shadow: none !important;
  overflow: hidden;
}
.service_inner{
	display: flex;
	flex-wrap: wrap;
}
.service_inner .col-xl-3{
	width: calc(100% / 3);
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
}
.pr_service_item .pr_title{
	margin-top: 0px !important;
}
.pr_service_item{
	border: 1px solid rgba(92, 200, 238, 0.3);
	border-radius: 20px;
	background: #fff;
	padding: 16px;
}
.pr_service_item a{
	display: block;
}
.pr_service_item a img{
	width: 100%;
}
.pr_service_item .pr_title{
	font-size: 28px;
	color: #050706;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 5px !important; 
}
.pr_service_item p{
	line-height: 28px;
}
.pr_service_item a{
	color: #98CB2B;
	font-size: 16px;
	font-weight: 500;
	font-family: "Roboto Slab", Sans-serif;
	margin-bottom: 20px;
}
.pr_service_item a:hover{
	color: #98CB2B !important;
}
.pr_service_item a:hover svg{
	transition: all 0.2s linear;
}
.pr_service_item a:hover svg{
	margin-left: 5px;
}
.pr_service_item{
	height: 100%;
	transition: all 0.3s linear;
}
.pr_service_item:hover{
	box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

#ez-toc-container.ez-toc-counter.ez-toc-custom {
  border-radius: 20px;
  padding: 20px;
}
#ez-toc-container.ez-toc-counter.ez-toc-custom .ez-toc-title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 12px;
}
#ez-toc-container.ez-toc-counter.ez-toc-custom .ez-toc-list {
  list-style: none;
  padding-left: 0px;
}
#ez-toc-container.ez-toc-counter.ez-toc-custom .ez-toc-list li a:before {
  display: none;
}
#ez-toc-container.ez-toc-counter.ez-toc-custom .ez-toc-list li a {
  font-size: 18px;
  font-weight: 400;
  color: #787878;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

#ez-toc-container.ez-toc-counter.ez-toc-custom .ez-toc-list {
  margin-top: 20px;
}
#ez-toc-container.ez-toc-counter.ez-toc-custom .ez-toc-list li {
  margin-top: 12px;
}
#ez-toc-container.ez-toc-counter.ez-toc-custom .ez-toc-list li a:hover {
  color: #e33039;
}
.pagination {
  justify-content: center;
}
.webshop_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.webshop_item {
  background: #fff;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.webshop_item .media {
  display: flex;
  align-items: center;
}
.webshop_item .media .icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.webshop_item .media .text {
  flex: 1;
}
.webshop_item .media .text .pr_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  transition: all 0.2s;
}
.webshop_item .media .text h6 {
  font-size: 16px;
  color: #929292;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.webshop_item .dis_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.discount_text h4 {
  font-size: 28px;
  font-weight: 600;
  color: #2f2f2f;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  margin-top: 0;
}
.button_arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dbdbdb;
  border-radius: 50%;
  transition: all 0.2s;
}
.button_arrow:hover {
  background: #2be080;
  border-color: #2be080;
  color: #2f2f2f;
}
.discount_text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #929292;
}
.webshop_item:hover .media .text .pr_title {
  color: #2be080;
}
.elementor-widget-container
  .hfe-search-button-wrapper
  .hfe-search-form__container {
  max-width: 600px;
  margin: 0 auto;
}
.elementor-widget-container
  .hfe-search-button-wrapper
  .hfe-search-form__container
  .hfe-search-form__input {
  height: 66px;
  border-radius: 45px;
  background: #fff !important;
  border: 1px solid #f0ebce;
  padding-left: 25px !important;
  font-size: 18px;
  color: #6e6f73;
}
.elementor-widget-container
  .hfe-search-button-wrapper
  .hfe-search-form__container
  .hfe-search-submit {
  color: #002f54 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px !important;
  border-radius: 45px;
  font-weight: 600;
  font-size: 20px !important;
  background: #2be080 !important;
  font-family: "Inter", sans-serif;
  margin-left: 20px;
}
.elementor-widget-container
  .hfe-search-button-wrapper
  .hfe-search-form__container
  .hfe-search-submit:before {
  content: "Search";
  display: inline-block;
}
.elementor-widget-container
  .hfe-search-button-wrapper
  .hfe-search-form__container
  .hfe-search-submit
  i:before {
  content: "\f061";
  font-size: 15px;
  margin-left: 5px;
}
.elementor-widget-container
  .hfe-search-button-wrapper
  .hfe-search-form__container
  .hfe-search-submit:hover {
  background: #ffcb20 !important;
}

.client_slider .swiper-slide img {
  opacity: 0.5;
  transition: all 0.2s;
  cursor: pointer;
}
.client_slider .swiper-slide:hover img {
  opacity: 1;
}
.promo_tab_box {
  padding-right: 80px;
}
.promo_tab_box li {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.promo_tab_box li .nav-link {
  background: #fff;
  border-radius: 14px;
  padding: 16px 25px;
  display: block;
  text-align: left;
  width: 100%;
  transition: all 0.2s;
}
.promo_tab_box li .nav-link.active {
  box-shadow: 20px 20px 80px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.promo_tab_box li .nav-link.active a {
  display: inline-block;
}
.promo_tab_box li .nav-link h5 {
  margin-top: 0;
}
.promo_tab_image {
  border-radius: 24px;
  padding: 20px 25px;
  background: rgba(20, 189, 227, 0.05);
  border: 1px solid rgba(20, 189, 227, 0.2);
}

.promo_tab_box li .nav-link p {
  color: #565656;
  font-size: 16px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}
.promo_tab_box li .nav-link a {
  font-size: 16px;
  font-weight: 500;
  color: #0056b6;
  font-family: "Inter", sans-serif;
  display: none;
  margin-top: 20px;
}
.promo_tab_box li .nav-link a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 3px;
  vertical-align: middle;
}
.e-n-accordion-item {
  border: 1px solid #cbdbfb;
  border-radius: 6px;
  overflow: hidden;
}
.faq_tab .e-n-tabs-heading {
  gap: 0px !important;
  margin-top: 140px;
}
.faq_tab .e-n-tabs-heading button {
  position: relative;
}
.faq_tab .e-n-tabs-heading button:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #cbdbfb;
  display: inline-block;
  left: 0;
  top: 0;
}
.faq_tab .e-n-tabs-heading button:after {
  content: "";
  position: absolute;
  left: -1px;
  width: 4px;
  top: 0px;
  height: 95%;
  background: #14bde3;
  opacity: 0;
}
.faq_tab .e-n-tabs-heading button[aria-selected="true"]:after {
  opacity: 1;
}
.process_inner {
  position: relative;
  z-index: 1;
}
.process_inner::before {
  content: "";
  width: 94%;
  height: 6px;
  background: #14bde3;
  position: absolute;
  top: 50px;
  left: 26px;
  z-index: -1;
}
@media (min-width: 767px) {
  .contact_tab .e-n-tabs-heading {
    display: inline-flex !important;
  }
  .contact_form .send_btn {
    padding: 14px 38px;
    line-height: 20px;
    font-size: 16px;
  }
  .contact_form .text-center p {
    margin-bottom: 0px !important;
  }
}
.contact_tab .e-n-tabs-heading {
  padding: 10px;
  border-radius: 10px;
  background: #edf5ff;
  border: 1px solid #dde8f6;
  max-width: 380px;
  margin: 0 auto;
}
.contact_form label {
  font-size: 18px;
  font-weight: 500;
  color: #181717;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}
.contact_form .form-control {
  height: 60px;
  border-radius: 10px;
  border: 1px solid #e4edf8;
  padding-left: 25px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #565656;
}
.contact_form .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #0056b6;
}
.contact_form .form-control::placeholder {
  color: #565656;
}
.contact_form textarea.form-control {
  height: 142px;
  padding-top: 15px;
}
.contact_form .send_btn {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 45px;
  padding: 20px 24px;
  background-image: linear-gradient(90deg, #0056b6 0%, #2466ff 100%);
  display: inline-flex;
  border: 0px;
}
.contact_form .send_btn:hover {
  background-image: linear-gradient(-90deg, #0056b6 0%, #2466ff 100%);
}
.contact_form .send_btn svg {
  width: 22px;
  margin-left: 10px;
}
.contact_form .send_btn svg path {
  fill: #ffffff;
}

.contact_form [type="file"] {
  color: #565656;
  line-height: 45px;
}
.contact_form [type="file"]:before {
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.61548 17.2902C4.66764 17.2904 3.74102 17.0096 2.95286 16.483C2.1647 15.9565 1.55043 15.2081 1.18778 14.3323C0.825125 13.4566 0.730386 12.493 0.915548 11.5634C1.10071 10.6338 1.55745 9.78008 2.22798 9.11016L9.29882 2.03849C9.41607 1.92124 9.57509 1.85537 9.7409 1.85537C9.90671 1.85537 10.0657 1.92124 10.183 2.03849C10.3002 2.15574 10.3661 2.31476 10.3661 2.48058C10.3661 2.64639 10.3002 2.80541 10.183 2.92266L3.11132 9.99349C2.76896 10.3193 2.49527 10.7103 2.30637 11.1435C2.11748 11.5768 2.0172 12.0434 2.01144 12.516C2.00568 12.9885 2.09457 13.4575 2.27286 13.8952C2.45114 14.3329 2.71523 14.7304 3.04955 15.0645C3.38387 15.3985 3.78167 15.6623 4.21951 15.8402C4.65734 16.0181 5.12636 16.1066 5.59893 16.1005C6.07149 16.0943 6.53805 15.9936 6.97111 15.8044C7.40417 15.6151 7.79497 15.3411 8.12048 14.9985L17.2538 5.86516C17.6724 5.43296 17.9042 4.85356 17.8994 4.25195C17.8946 3.65033 17.6534 3.07473 17.228 2.64931C16.8026 2.22389 16.227 1.98276 15.6254 1.97793C15.0237 1.9731 14.4443 2.20496 14.0122 2.62349L6.64715 9.99349C6.45177 10.1889 6.34201 10.4539 6.34201 10.7302C6.34201 11.0065 6.45177 11.2714 6.64715 11.4668C6.84253 11.6622 7.10751 11.772 7.38382 11.772C7.66012 11.772 7.92511 11.6622 8.12048 11.4668L12.833 6.75349C12.8906 6.69377 12.9596 6.64613 13.0358 6.61334C13.112 6.58054 13.194 6.56326 13.277 6.5625C13.36 6.56174 13.4423 6.57752 13.5191 6.60891C13.596 6.6403 13.6658 6.68667 13.7245 6.74533C13.7832 6.80398 13.8296 6.87374 13.8611 6.95054C13.8925 7.02733 13.9084 7.10963 13.9077 7.19261C13.907 7.2756 13.8898 7.35762 13.8571 7.43389C13.8244 7.51015 13.7768 7.57914 13.7172 7.63683L9.00382 12.351C8.57406 12.7809 7.99113 13.0224 7.38328 13.0225C6.77543 13.0226 6.19244 12.7812 5.76257 12.3514C5.3327 11.9216 5.09115 11.3387 5.09107 10.7309C5.091 10.123 5.33239 9.54003 5.76215 9.11016L13.1288 1.74849C13.793 1.08424 14.6938 0.711016 15.6331 0.710938C16.5724 0.710859 17.4733 1.08393 18.1376 1.74808C18.8018 2.41222 19.175 3.31304 19.1751 4.25236C19.1752 5.19169 18.8021 6.09257 18.138 6.75683L9.00465 15.8868C8.56054 16.3332 8.03234 16.687 7.4506 16.9279C6.86885 17.1688 6.24512 17.2919 5.61548 17.2902Z" fill="black"/></svg>');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
.contact_form [type="file"]::-webkit-file-upload-button {
  display: none;
}

.job_list_inner .joblist_item {
  border: 1px solid #cbdbfb;
  border-radius: 14px;
  padding: 40px;
  margin-bottom: 30px;
}
.job_list_inner .joblist_item figure {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: rgba(3, 78, 161, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px !important;
}
.job_list_inner .joblist_item .job_content {
  flex: 1;
  padding-right: 80px;
}
.job_list_inner .joblist_item .job_content h4 {
  font-size: 32px;
  font-weight: 600;
}
.job_list_inner .joblist_item .job_content p {
  font-size: 18px;
  color: #4f4e50;
}
.job_btn a {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  border-radius: 45px;
  padding: 14px 23px;
  color: #fff !important;
  background-image: linear-gradient(
    90deg,
    rgb(0, 86, 182) 0%,
    rgb(36, 102, 255) 100%
  );
  display: inline-block;
  margin-top: 15px;
}
.job_btn a svg {
  width: 22px;
  margin-left: 6px;
}
.job_btn a svg path {
  fill: #fff;
}
.job_btn a:hover {
  background-image: linear-gradient(
    -90deg,
    rgb(0, 86, 182) 0%,
    rgb(36, 102, 255) 100%
  );
  color: #fff;
}
.job-categories {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #cbdbfb;
  padding-top: 25px;
  margin-bottom: 0;
  margin-top: 20px;
}
.job-categories li {
  display: inline-block;
  margin-right: 15px;
}
.job-categories li a {
  font-size: 16px;
  font-weight: 500;
  background: #e6eef6;
  border-radius: 4px;
  padding: 8px 20px;
  color: #565656;
  display: inline-block;
  transition: all 0.3s;
}
.job-categories li a:hover {
  background-image: linear-gradient(
    90deg,
    rgb(0, 86, 182) 0%,
    rgb(36, 102, 255) 100%
  );
  color: #fff;
}
.process_item:hover {
  background: #0056b6 !important;
}
.process_item:hover .elementor-icon-wrapper .elementor-icon {
  background: #fff !important;
}
.process_item:hover .title .elementor-heading-title,
.process_item:hover .elementor-widget-text-editor {
  color: #fff !important;
}

@media (max-width: 1400px) {
  .av_service_item .content {
    padding: 0px 25px;
  }
  .team_content h3,
  .av_service_item .content .pr_title {
    font-size: 22px;
  }
  .dl_pro_testimonial_slider .slick-list {
    margin-right: 0;
  }
  .custom_nav {
    padding-right: 10px;
  }
  .webshop_item .media .icon {
    margin-right: 10px;
  }
}

@media (max-width: 1199px) {
  .av_service_inner.justify-content-center .col-lg-4:not(:last-child) {
    margin-bottom: 30px;
  }
  .team_image img {
    width: 100%;
  }
  .discount_content {
    padding-left: 12px;
    padding-right: 12px;
  }
  .webshop_inner {
    grid-template-columns: repeat(3, 1fr);
  }
  #ez-toc-container.ez-toc-counter.ez-toc-custom {
    padding: 12px;
  }
  #ez-toc-container.ez-toc-counter.ez-toc-custom .ez-toc-title {
    font-size: 22px;
  }
  #ez-toc-container.ez-toc-counter.ez-toc-custom .ez-toc-list li a {
    font-size: 16px;
  }
  .promo_tab_box {
    padding-right: 0;
  }
  .job_list_inner .joblist_item .job_content h4 {
    font-size: 30px;
    line-height: 38px;
    margin-top: 0px !important;
  }
  .job_list_inner .joblist_item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .discount_content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .discount_content h3 {
    margin-bottom: 12px;
    margin-top: 5px;
  }
  .team_content .arrow {
    width: 40px;
    height: 40px;
  }
  .team_content h3,
  .av_service_item .content .pr_title {
    font-size: 19px;
  }
  .team_content p {
    font-size: 11px;
    line-height: 15px;
  }
  .company_info .elementor-icon-list-item,
  .company_info.two .elementor-icon-list-item {
    padding: 10px 15px !important;
  }
  .latest_blog_post {
    margin-bottom: 30px;
  }
  .elementor-widget-Blog-grid .row {
    margin-bottom: -30px;
  }
  .av_contact_form p {
    margin-bottom: 12px;
  }
  .promo_tab_box {
    padding-right: 0px;
  }
  .admin-bar .navbar {
    top: 0px !important;
  }
  .job_btn a {
    font-size: 16px;
  }
  .job_list_inner .joblist_item .job_content {
    padding-right: 10px;
  }
  .job_list_inner .joblist_item figure {
    margin-right: 15px !important;
  }
  .job_list_inner .joblist_item .job_content p {
    font-size: 16px;
  }
  .promo_tab_box li .nav-link {
    padding: 10px;
  }
}
@media (max-width: 881px) {
  .webshop_inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .dl_pro_testimonial_wrapper .dl_text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px !important;
  }
  .dl_client_info {
    display: block;
  }
  .droit-star-rating__wrapper {
    justify-content: start;
  }
  .faq_tab .e-n-tabs-heading {
    margin-top: 0px;
  }
  .promo_tab_image {
    padding: 15px;
    border-radius: 12px;
  }
  .dl_pro_testimonial_slider_wrapper {
    padding: 20px 12px 10px;
  }
  .dl_pro_testimonial_slider .slide_item {
    margin-top: 10px;
  }
  .service_inner .col-xl-3 {
		width: calc(100% / 2);
	}
}
@media (max-width: 767px) {
  .footer_two:before {
    display: none !important;
  }
  .av_service_inner.justify-content-center,
  .team_nav,
  .d-blog,
  .custom_nav {
    display: none !important;
  }
  /* .slider_service .slick-list {
    overflow: visible;
  } */
  .slider_service .slick-list .item {
    margin: 0px 8px 8px;
  }
  .team_slider .team_item {
    margin: 0px 7px;
  }
  .blog_slider .item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .submit_btn {
    padding: 15px 32px 15px 32px;
    margin-top: 12px;
    margin-bottom: 25px;
  }
  .banner_img:before {
    height: auto;
    top: 40px;
    bottom: 80px;
    transform: translate(-50%, 0%);
  }
  .dl_client_info {
    margin-right: 10px;
  }
  .service_inner .elementor-icon-box-title {
    margin-top: 12px !important;
  }
  .item_icon .elementor-icon-box-title {
    margin-top: 10px !important;
  }
  .admin-bar .navbar {
    top: 0px !important;
  }
  .process_inner {
    justify-content: center !important;
    gap: 10px;
  }
  .process_inner::before {
    display: none;
  }
	.pr_service_item p {
		line-height: 28px;
		font-size: 16px;
	}
	.pr_service_item .pr_title{
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 650px) {
  .job_list_inner .joblist_item figure {
    margin-right: 0px !important;
    margin-bottom: 22px !important;
  }
  .job-categories li a {
    padding: 6px 12px;
    font-size: 15px;
  }
  .job-categories li {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .job_list_inner .joblist_item {
    margin-bottom: 12px;
  }
  .job_list_inner .joblist_item .job_content h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .joblist_item .job_content_info {
    padding-top: 0px !important;
  }
  .job_btn a {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .webshop_inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-widget-container
    .hfe-search-button-wrapper
    .hfe-search-form__container {
    display: block !important;
  }
  .elementor-widget-container
    .hfe-search-button-wrapper
    .hfe-search-form__container
    .hfe-search-submit {
    padding: 17px 20px !important;
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  .elementor-widget-container
    .hfe-search-button-wrapper
    .hfe-search-form__container
    .hfe-search-form__input {
    height: 55px;
  }
	.footer_subscribe p button{
		position: relative;
	}
	.service_inner .col-xl-3 {
		width: 100%;
	}
}

@media (max-width: 480px) {
  .footer_subscribe p {
    display: block;
  }
  .footer_subscribe p button {
    width: 100%;
    margin-top: 8px;
  }
}
