.bg_color_red {
  background-color: #F15252;
}

.bg_color_yellow {
  background-color: #FACB34;
}

.bg_color_green {
  background-color: #A7DF4B;
}

.border_right {
  border-right: 1px solid rgba(176, 176, 176, 0.6);
}

.main_banner_title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 65px;
  letter-spacing: 0.96px;
}
.main_banner_title .banner_under_line {
  position: relative;
  max-width: fit-content;
  z-index: 10;
  white-space: nowrap;
}
.main_banner_title .banner_under_line::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  background-image: url("../images/logos/under_line.svg");
  background-repeat: no-repeat;
  z-index: -1;
  max-height: 26px;
  width: 100%;
  height: 100%;
}

.small_title {
  color: #F39132;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.section_title {
  color: #151515;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.72px;
}
.section_title .section_under_line {
  position: relative;
  max-width: fit-content;
  z-index: 10;
  white-space: nowrap;
}
.section_title .section_under_line::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -11px;
  background-image: url("../images/logos/under-line-2.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 26px;
  z-index: -1;
}

.header .navbar .hamburger_menu span {
  background: #ffffff;
}

.header.landing_page_header {
  background: transparent;
  border: 0;
  backdrop-filter: blur(0);
}
.header.landing_page_header .on_scroll_logo {
  display: none;
}
.header.landing_page_header.is-sticky {
  background-color: #FFF;
  box-shadow: 0px 1.5px 10px 0px rgba(34, 34, 34, 0.08);
}
.header.landing_page_header.is-sticky .on_scroll_logo {
  display: block;
}
.header.landing_page_header.is-sticky .default_logo {
  display: none;
}
.header.landing_page_header.is-sticky .navbar #header .main_navbar .navbar-nav .nav-item .nav-link {
  color: #151515;
}
.header.landing_page_header .navbar #header .main_navbar .navbar-nav .nav-item:not(:last-child) {
  padding-right: 20px;
}
.header.landing_page_header .navbar #header .main_navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.ev_main_banner {
  background-image: url("../images/landing-page/banner-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: relative;
}
@supports (background-image: url("../images/landing-page/banner-bg.webp")) {
  .ev_main_banner {
    background-image: url("../images/landing-page/banner-bg.webp");
  }
}
.ev_main_banner::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../images/landing-page/landing_banner.png");
  height: 100%;
  max-height: 755px;
  width: 55%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@supports (background-image: url("../images/landing-page/landing_banner.webp")) {
  .ev_main_banner::before {
    background-image: url("../images/landing-page/landing_banner.webp");
  }
}
.ev_main_banner .ev_main_banner_inner .main_banner_left {
  flex: 0 0 45%;
  max-width: 45%;
}

.display_demo .display_demo_inner .home_page_text {
  text-align: center;
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.25;
  color: #F39132;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F39132;
}
.display_demo .display_demo_inner .display_demo_frame {
  position: relative;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0.7556763887px 3.4005436897px 0px rgba(102, 102, 102, 0.03), 0px 1.9111622572px 8.600230217px 0px rgba(102, 102, 102, 0.05), 0px 3.8985917568px 17.5436630249px 0px rgba(102, 102, 102, 0.06), 0px 8.0303621292px 36.1366271973px 0px rgba(102, 102, 102, 0.08), 0px 22px 99px 0px rgba(102, 102, 102, 0.11);
  padding: 12px 30px 30px;
  width: 100%;
  max-width: 360px;
}
.display_demo .display_demo_inner .display_demo_frame .display_demo_topbar .small_dots {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.display_demo .display_demo_inner .display_demo_frame .display_demo_img {
  filter: drop-shadow(0px 1px 10px rgba(85, 85, 85, 0.05));
  max-width: 320px;
  max-height: 390px;
  height: 100%;
  width: 100%;
}
.display_demo .display_demo_inner .display_demo_frame .mobile_demo_screen {
  position: absolute;
  bottom: 70px;
  right: -50px;
  filter: drop-shadow(0px 0.7556763887px 3.4005436897px rgba(102, 102, 102, 0.03)) drop-shadow(0px 1.9111622572px 8.600230217px rgba(102, 102, 102, 0.05)) drop-shadow(0px 3.8985917568px 17.5436630249px rgba(102, 102, 102, 0.06)) drop-shadow(0px 8.0303621292px 36.1366271973px rgba(102, 102, 102, 0.08)) drop-shadow(0px 22px 99px rgba(102, 102, 102, 0.11));
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 280px;
}
.display_demo .display_demo_inner .display_demo_frame .page_link_text {
  text-decoration: none;
  color: #151515;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.68px;
}

.landing_testimonial {
  width: 100%;
  height: 100%;
  padding-bottom: 95px;
  margin-top: 80px;
  padding-top: 50px;
  background-image: url("../images/landing-page/testimonialbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@supports (background-image: url("../images/landing-page/testimonialbg.webp")) {
  .landing_testimonial {
    background-image: url("../images/landing-page/testimonialbg.webp");
  }
}
.landing_testimonial .testimonial_right {
  margin-top: -30px;
}
.landing_testimonial .testimonial_right .testimonial_single {
  position: relative;
  z-index: 10;
}
.landing_testimonial .testimonial_right .testimonial_single.testimonial_single_top {
  padding: 40px 40px 80px;
  margin: 0;
  background-image: url("../images/landing-page/testimonial-box.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 1.4630224705px 7.3816132545px rgba(46, 30, 20, 0.04)) drop-shadow(0px 4.9139881134px 24.793302536px rgba(60, 40, 28, 0.07)) drop-shadow(0px 22px 11px rgba(60, 40, 28, 0.11));
}
@supports (background-image: url("../images/landing-page/testimonial-box.webp")) {
  .landing_testimonial .testimonial_right .testimonial_single.testimonial_single_top {
    background-image: url("../images/landing-page/testimonial-box.webp");
  }
}
.landing_testimonial .testimonial_right .testimonial_single.testimonial_single_bottom {
  padding: 80px 40px 40px;
  margin: 0;
  background-image: url("../images/landing-page/testimonial-box-bottom.png");
  filter: drop-shadow(0px 1.4630224705px 7.3816132545px rgba(46, 30, 20, 0.04)) drop-shadow(0px 4.9139881134px 24.793302536px rgba(100, 90, 48, 0.07)) drop-shadow(0px 22px 11px rgba(100, 90, 48, 0.11));
  min-height: 360px;
}
@supports (background-image: url("../images/landing-page/testimonial-box-bottom.webp")) {
  .landing_testimonial .testimonial_right .testimonial_single.testimonial_single_bottom {
    background-image: url("../images/landing-page/testimonial-box-bottom.webp");
  }
}
.landing_testimonial .testimonial_right .testimonial_single .customer_details .profile_img img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.inner_pages .inner_page_slider .inner_page_item {
  margin-right: 15px;
  margin-left: 15px;
}
.inner_pages .inner_page_slider .inner_page_item .inner_page_slider_img img {
  filter: drop-shadow(0px 0px 22px rgba(0, 0, 0, 0.08));
}
.inner_pages .inner_page_slider .swiper-pagination-bullet {
  background-color: #b0b0b0;
}
.inner_pages .inner_page_slider .swiper-pagination-bullet-active {
  background-color: #F39132;
}

.ev_feature {
  margin-bottom: 120px;
}
.ev_feature::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/landing-page/feature-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ev_feature .ev_feature_inner .feature_card .feature_card_logo {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(243, 145, 50, 0.4);
  background: rgba(243, 145, 50, 0.05);
  margin-bottom: 20px;
}

.blog_layout {
  width: 100%;
  padding: 80px 0;
  height: 100%;
  background-image: url("../images/landing-page/blogLyout_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (background-image: url("../images/landing-page/blogLyout_bg.webp")) {
  .blog_layout {
    background-image: url("../images/landing-page/blogLyout_bg.webp");
  }
}
.blog_layout .inner_pages_heading {
  width: 50%;
  margin: 0 auto;
}
.blog_layout .blog_layout_slider .blog_layout_item {
  margin-right: 15px;
  margin-left: 15px;
}
.blog_layout .blog_layout_slider .blog_layout_item .blog_layout_slider_img {
  height: 100%;
  max-height: 650px;
}
.blog_layout .blog_layout_slider .blog_layout_item .blog_layout_slider_img img {
  filter: drop-shadow(0px 0px 22px rgba(0, 0, 0, 0.08));
  height: 100%;
}
.blog_layout .blog_layout_slider .swiper-pagination-bullet {
  background-color: #b0b0b0;
}
.blog_layout .blog_layout_slider .swiper-pagination-bullet-active {
  background-color: #F39132;
}

@media screen and (max-width: 1399px) {
  .display_demo .display_demo_inner .display_demo_frame {
    max-width: 300px;
  }
  .display_demo .display_demo_inner .display_demo_frame .mobile_demo_screen {
    max-height: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .main_banner_title {
    font-size: 28px;
    line-height: 38px;
  }
  .display_demo .display_demo_inner .display_demo_frame {
    max-width: 300px;
    margin: 0 auto;
  }
  .display_demo .display_demo_inner .home_page_text {
    font-size: 80px;
  }
  .landing_testimonial .testimonial_right .testimonial_single.testimonial_single_top {
    padding: 40px 30px 80px;
  }
  .landing_testimonial .testimonial_right .testimonial_single.testimonial_single_bottom {
    padding: 80px 30px 40px;
  }
}
@media screen and (max-width: 991px) {
  .display_demo .display_demo_inner .home_page_text {
    font-size: 60px;
  }
  .section_title {
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 1.04px;
  }
  .section_title .section_under_line::before {
    width: 160px;
  }
  .landing_testimonial .testimonial_left {
    padding-top: 50px;
  }
  .landing_testimonial .testimonial_right {
    margin-top: 50px;
  }
  .blog_layout .inner_pages_heading {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .main_banner_title {
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 1.04px;
  }
  .ev_main_banner {
    padding-bottom: 100px;
  }
  .ev_main_banner::before {
    max-height: 300px;
    width: 80%;
  }
  .ev_main_banner .ev_main_banner_inner .main_banner_left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .landing_testimonial {
    margin-top: 40px;
    padding-top: 100px;
  }
  .landing_testimonial .testimonial_right .testimonial_single.testimonial_single_top {
    padding: 20px 20px 60px;
  }
  .landing_testimonial .testimonial_right .testimonial_single.testimonial_single_bottom {
    padding: 60px 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .landing_testimonial {
    margin-top: 0;
    padding-top: 110px;
    background-position: bottom;
  }
  .landing_testimonial .testimonial_right .testimonial_single.testimonial_single_top {
    padding: 40px 30px 80px;
  }
  .landing_testimonial .testimonial_right .testimonial_single.testimonial_single_bottom {
    padding: 80px 30px 40px;
  }
  .ev_feature {
    margin-bottom: 0;
  }
  .ev_feature::before {
    top: -70px;
  }
}
@media screen and (max-width: 428px) {
  .display_demo .display_demo_inner .display_demo_frame {
    margin: 0 auto 0 0;
    padding: 12px 15px 15px;
  }
  .display_demo .display_demo_inner .display_demo_frame .mobile_demo_screen {
    bottom: 55px;
    right: -70px;
  }
}
@media screen and (max-width: 380px) {
  .display_demo .display_demo_inner .display_demo_frame .mobile_demo_screen {
    right: -40px;
  }
}/*# sourceMappingURL=index.css.map */