/**
* /* 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: 50%;
  width: 74px;
  height: 74px;
}
.dl_pro_testimonial_slider_wrapper {
  border-radius: 20px;
  padding: 30px;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}
.dl_name {
  margin-top: 0;
}
.dl_pro_testimonial_slider {
  margin-bottom: 0 !important;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.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;
}
.dl_client_info_inner .dl-testimonial-reviewer:after {
  content: "";
  width: 97px;
  display: inline-block;
  height: 2px;
  background: #d1e9fa;
  margin-bottom: 0px;
}
.droit-star-rating__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.droit-star-rating i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffb800;
}
.dl_pro_testimonial_slider .slick-dots {
  position: relative;
  /* right: -5px;
  top: 50%;
  transform: translateY(-50%); */
  left: auto;
  bottom: auto;
  width: auto;
}
.dl_pro_testimonial_slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #d1e9fa;
  border-radius: 45px;
  transition: all 0.3s linear;
  display: inline-block;
  margin: 5px;
}
.dl_pro_testimonial_slider .slick-dots li.slick-active {
  background: #74c0ce;
  width: 34px;
}
.dl_pro_testimonial_slider .slick-dots li button {
  display: none;
}
.dl_pro_testimonial_wrapper .dl_text {
  color: #4a4a4a;
}
.dl_pro_testimonial_slider .slide_item {
  margin: 15px 20px;
}
.dl_pro_testimonial_slider .quote {
  display: inline-block;
  margin-bottom: -35px;
}
.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: 8px;
}
.droit-star-rating i {
  font-family: "Font Awesome 6 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: #ffb800;
  top: 0;
  left: 3px;
  line-height: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-indent: 0px;
}

.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;
}

.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-top: -180px;
}
.custom_nav .slick-arrow {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #5b44f5;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.custom_nav .slick-arrow:hover {
  background: #5b44f5;
}
.custom_nav .slick-arrow:hover svg path {
  stroke: #fff;
}

.f_contact_info p {
  margin-bottom: 0 !important;
}
.f_contact_info p a {
  color: rgba(255, 255, 255, 0.7);
}
.f_contact_info p a:hover {
  color: #fff;
}
.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: rgba(255, 255, 255, 0.1);
  border-radius: 45px;
  padding-left: 22px;
  font-size: 14px;
  color: #fff;
  width: 100%;
}
.footer_subscribe p input:focus {
  color: #fff;
}
.footer_subscribe p input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer_subscribe p button {
  border-radius: 45px;
  border: 0px;
  font-size: 16px;
  font-weight: 500;
  background: #ed6ea5;
  color: #fff;
  padding: 19px 20px;
  font-family: "Inter", sans-serif;
}
.footer_subscribe p button:hover {
  background: #f18f3e;
}
.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;
}

@media (max-width: 1400px) {
  .av_service_item .content {
    padding: 0px 25px;
  }
  .team_content h3,
  .av_service_item .content .pr_title {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .av_service_inner.justify-content-center .col-lg-4:not(:last-child) {
    margin-bottom: 30px;
  }
  .team_image img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .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;
  }
}
@media (max-width: 767px) {
  .av_service_inner.justify-content-center,
  .team_nav,
  .d-blog {
    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;
  }
  .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    background: #9370db;
    opacity: 0.2;
    transform: scale(0.8);
    transition: all 0.2s linear;
  }
  .slick-dots li button::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #9370db;
    border-radius: 50%;
    transition: all 0.2s linear;
  }
  .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
  .slick-dots li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 3px;
  }
  .slick-dots li.slick-active button {
    transform: scale(1);
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    transform: scale(1.5);
  }
  .blog_slider .item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .submit_btn {
    padding: 15px 32px 15px 32px;
    margin-top: 12px;
    margin-bottom: 25px;
  }
}

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