/*--------------------------------------------------------
=========================header===========================
--------------------------------------------------------*/
:root {
  --color-one:#3a49f3;
  --color-three:#b7d91d;
  --color-four:#627803;
  --color-one-rgb:247 , 79 , 33;
  --color-two:#070f64;
  --color-two-rgb:35,35,35;
  --font-family: "Inter", sans-serif;
  --color-white:#fff;
  --color-set-one-bg-l-1: #f9f5f2;
  --color-set-one-bg-l-2: #eeeeee;
  --color-set-one-bg-l-3: #f9f5f1;
  --content-color:#6a6b74;
  --box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
  --box-shadow-two: 0px 15px 40px 10px rgba(0, 0, 0, .08);
}

body, body * {
  font-family: var(--font-family);
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.page_wapper {
  position: relative;
  overflow: hidden;
  color: var(--content-color);
}

p {
  color: var(--content-color);
}

.top_bar {
  position: relative;
  padding: 10px 0px;
  background: #333; /* Default background color */
  background: linear-gradient(to right, var(--color-three) 0%, var(--color-three) 20%, var(--color-three) 40%, var(--color-four) 60%, var(--color-four) 70%, var(--color-four) 82%, var(--color-four) 100%);
  background-position: center;
  background-size: cover;
  /* Apply the blink animation */
  animation: blink 6s infinite;
  -webkit-animation: blink 6s infinite; /* Safari and Chrome */
  /* W3C */
}
.top_bar p, .top_bar p a {
  color: #fff;
  margin: 0px;
  font-weight: 500;
  font-size: 16px;
}
.top_bar p b, .top_bar p a b {
  font-weight: 500 !important;
}
.top_bar p small, .top_bar p a small {
  color: #fc2158;
  font-size: 16px;
  font-weight: 600;
}
.top_bar p small.dollar, .top_bar p a small.dollar {
  text-decoration: line-through;
  text-decoration-color: var(--color-one);
  font-weight: 400;
  font-size: 14px;
}
.top_bar span {
  display: inline-block;
  padding: 0px 8px;
  border-radius: 3px;
  font-weight: 600;
  background: #fff;
  color: var(--color-two);
  font-size: 14px;
  line-height: 16px;
  margin-right: 8px;
}
.top_bar strong {
  font-weight: 500 !important;
}
.top_bar .countdown {
  margin: 0px;
  padding: 0px;
}
.top_bar .countdown li {
  display: inline-block;
}

.fixed-header .top_bar._notify {
  position: fixed;
  bottom: -100px;
  opacity: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 999;
}
.fixed-header .top_bar._notify .notification-close {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  font-size: 16px;
  background: #fff;
  right: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
  cursor: pointer;
}

a {
  text-decoration: unset;
}
a:hover {
  color: var(--color-one);
}

.theme_btn {
  position: relative;
  display: inline-block;
  font-family: var(--font-family);
  background: var(--color-one);
  border: 2px solid var(--color-one);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  z-index: 8;
  line-height: normal;
  padding: 16px 26px;
  min-width: 180px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 61px;
  gap: 0.5rem;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.theme_btn:hover {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-one);
}
.theme_btn:hover svg {
  transform: translateX(10px);
}
.theme_btn:hover svg path {
  fill: var(--color-one);
}
.theme_btn svg {
  height: 18px;
  width: auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.theme_btn svg path {
  fill: var(--color-white);
}
.theme_btn.two {
  background: transparent;
  border: 2px solid var(--color-white);
}
.theme_btn.two:hover {
  background: var(--color-one);
  border-color: var(--color-one);
  color: var(--color-white);
}
.theme_btn.two:hover svg {
  transform: translateX(10px);
}
.theme_btn.two:hover svg path {
  fill: var(--color-white);
}

@media (min-width: 1200px) {
  body .container-xl {
    max-width: 1500px !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--color-two);
}

p {
  margin-bottom: 1rem;
}

h1 {
  font-size: 56px;
  line-height: 66px;
}

h2, h2 * {
  font-size: 48px;
  line-height: 58px;
}

.heading h2 {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 1.4rem;
  font-weight: 700;
}
.heading h2 span {
  font-weight: 400;
  font-size: 50px;
  line-height: 64px;
  color: var(--color-one);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header .header_main {
  padding: 30px 0;
}
.header .header_main .navs ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6rem;
}
.header .header_main .navs ul li {
  list-style: none;
}
.header .header_main .navs ul li a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--color-white);
}
.header .header_main .navs ul li a:hover {
  color: var(--color-one);
}

.link_text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--color-white);
  display: flex;
  gap: 0.4rem;
}
.link_text svg {
  width: 20px;
  height: auto;
}
.link_text svg path {
  fill: var(--color-white);
}
.link_text:hover {
  color: var(--color-one) !important;
}
.link_text:hover svg {
  transform: translateX(10px);
}
.link_text:hover svg path {
  fill: var(--color-one);
}

.wpb_o, .logo.two {
  position: relative;
}
.wpb_o img, .logo.two img {
  opacity: 0.5;
}
.wpb_o::before, .logo.two::before {
  top: 10px;
  right: 10px;
  position: absolute;
  content: "Coming Soon";
  font-size: 16px;
  line-height: 24px;
  padding: 0px 15px;
  border-radius: 50px;
  background: var(--color-one);
  color: var(--color-white);
  font-weight: 600;
}

.logo.two::before {
  font-size: 12px;
  line-height: 18px;
  padding: 0px 10px;
  top: unset;
  right: 0;
  bottom: -10px;
}

@media (min-width: 1200px) {
  header .container-fluid, .hero-banner .container-fluid {
    padding: 0px 150px;
  }
}
@media (min-width: 992px) {
  header .container-fluid, .hero-banner .container-fluid {
    padding: 0px 50px;
  }
}
.hero-banner {
  background-image: url("../image/slider-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 0 0px;
}
.hero-banner .hercaro {
  position: relative;
}
.hero-banner .banner_contnet_image {
  margin-top: -15rem;
  position: relative;
}
.hero-banner .image.center {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 4;
}
.hero-banner .image.left {
  position: relative;
  margin-bottom: -2rem;
}
.hero-banner .sliderlogo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  margin: auto;
}
.hero-banner .content_box {
  position: relative;
  padding: 100px 0;
}
.hero-banner .content_box * {
  color: var(--color-white);
}
.hero-banner .content_box h1 {
  margin-bottom: 1.3rem;
  font-size: 80px;
  line-height: 90px;
}
.hero-banner .content_box h2 {
  margin-bottom: 1.4rem;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
}
.hero-banner .content_box .plus {
  font-size: 30px;
  color: var(--color-three);
}
.hero-banner .content_box p {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-one);
  line-height: 34px;
}
.hero-banner .content_box .divider {
  position: relative;
  display: block;
  margin: 2.5rem 0 2.5rem;
  padding: 2px;
  background: var(--color-one);
}
.hero-banner .content_box .logos_e {
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: center;
}
.hero-banner .content_box .logos_e img {
  width: 260px;
  height: auto;
}
.hero-banner .content_box .logos_e .two img {
  width: auto;
}
.hero-banner .content_box .button_box {
  gap: 3rem;
}

@media (max-width: 992px) {
  .col-sm-d-none {
    display: none;
  }
}
body .inner-box {
  position: relative;
  margin-bottom: 50px;
  padding: 18px 18px 0px 18px;
  border-radius: 5px 5px 0px 0px;
  background: #fff;
  overflow: hidden;
  transition: all 500ms ease;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(0px);
}

body .inner-box:hover {
  transform: translateY(-10px);
}

body .inner-box .new_one {
  position: relative;
  display: block;
  line-height: 38px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  height: 38px;
  background-size: 200%;
  width: 66px;
  transition: all 500ms ease;
  background-image: linear-gradient(to right, #e40202 0%, #e40202 50%, #e40202 100%);
}

body .inner-box .image-box {
  position: relative;
  display: block;
  transition: all 500ms ease;
  height: 425px;
  border-radius: 5px;
  overflow: hidden;
}

figure {
  margin: 0px !important;
}

body .inner-box .image-box img {
  width: 100%;
  height: auto;
  transform: translateY(0px);
  transition: all 500ms ease;
  overflow: hidden;
}

body .inner-box:hover .image-box img {
  transform: translateY(-20%);
}

body .inner-box .lower-content {
  position: relative;
  padding: 22px 0px 22px;
}

body .inner-box .lower-content h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--font-family);
  font-weight: 500;
  margin: 0;
  color: var(--color-two);
  transition: all 500ms ease;
  text-align: left;
  padding-right: 126px;
}

body .inner-box .lower-content h5 a {
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
  color: var(--color-two);
  transition: all 500ms ease;
}

body .inner-box .lower-content h5:hover a {
  color: var(--color-one);
}

body .inner-box .absolute_item li:last-child span {
  position: relative;
  display: block;
  border-radius: 5px;
  text-align: center;
  height: 38px;
  width: 38px;
  transition: all 500ms ease;
  background: #fff;
  border: 2px solid #f2f2f8;
  top: -4px;
}

.absolute_item {
  margin: 0px;
  padding: 0px;
  position: absolute;
  height: 38px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.absolute_item li {
  display: inline-block;
}

.get_started {
  position: relative;
  padding: 100px 0px 0px;
  background: var(--color-white);
}
.get_started .heading {
  margin-bottom: 60px;
}

.otherpages {
  margin-top: 20px;
  padding: 60px 50px 70px;
  border-radius: 6px;
  border: 2px dashed var(--color-set-one-bg-l-2);
}

@media (min-width: 1400px) {
  .pd_left {
    padding-left: 5rem;
  }
}
.demo_box {
  position: relative;
  margin: 0px 15px 50px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.demo_box .img_box {
  position: relative;
  margin: auto;
  overflow: hidden;
  height: 499px;
  border-radius: 8px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: var(--box-shadow-two);
}
.demo_box .img_box a {
  display: block;
}
.demo_box .img_box img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
.demo_box .img_box::before {
  position: absolute;
  content: "";
  z-index: 8;
  bottom: -100%;
  width: 100%;
  height: 80%;
  left: 0;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.8) 75%, #fff 75%);
}
.demo_box .content {
  position: relative;
  padding: 10px 0px 0px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.demo_box .content h2 {
  position: relative;
  z-index: 11;
}
.demo_box .content h2 a {
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #e8e8e8;
  transform: translateY(0px);
}
.demo_box .content a.arrow {
  position: relative;
  width: 100px;
  height: 30px;
  font-size: 14px;
  background: #088081;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  bottom: 0;
  top: 0;
  margin-left: auto;
  font-weight: 600;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.demo_box .content a.arrow span {
  position: relative;
  top: 1px;
}
.demo_box .content a.arrow:hover {
  background: var(--color-one);
  color: #fff;
}
.demo_box.comming_soon .img_box {
  opacity: 0.09;
}
.demo_box:hover .content h2 a {
  color: var(--color-one);
  transform: translateY(-40px);
}
.demo_box:hover .img_box {
  cursor: pointer;
}
.demo_box:hover .img_box::before {
  bottom: -20%;
}

.heading.text-center {
  padding: 0px 10px;
}

.elementor_header .swiper-wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.elementor_header .image {
  padding: 15px;
}
.elementor_header .image img {
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 10px;
}

.ditem {
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0px 10px;
}
.ditem ul {
  width: 19%;
  padding: 0px;
  margin: 0px;
}
.ditem ul li {
  list-style: none;
}
.ditem ul li a {
  padding: 10px 10px 10px 20px;
  background: var(--color-set-one-bg-l-1);
  border-radius: 5px;
  margin-bottom: 8px;
  color: var(--color-two);
  font-size: 15px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid var(--color-set-one-bg-l-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.ditem ul li a svg {
  width: 26px;
  opacity: 0.2;
  height: auto;
}
.ditem ul li a svg path {
  fill: var(--content-color);
}
.ditem ul li a span {
  font-size: 27px;
  height: 35px;
  line-height: 35px;
  color: var(--color-one);
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ditem ul li a span.new {
  font-size: 13px;
  line-height: 19px;
  padding: 0px 9px;
  color: #fff;
  height: 20px;
  display: inline-block;
}
.ditem ul li a:hover {
  background: var(--color-one);
  color: #fff;
}
.ditem ul li a:hover span {
  color: #fff;
}
.ditem.wpbakery ul li a::before {
  position: absolute;
  content: "";
  background: url(../image/wp-bak.png);
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-position: bottom 18px right 19px;
  background-repeat: no-repeat;
  background-size: 20px;
  opacity: 0.1;
}
.ditem.elementor ul li a::before {
  position: absolute;
  content: "";
  background: url(../image/el-men.png);
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-position: bottom 15px right 19px;
  background-repeat: no-repeat;
  background-size: 20px;
  opacity: 0.1;
}

.responsive {
  position: relative;
  padding: 80px 0 0px;
  background: #fff;
}
.responsive ul {
  margin: 0px 0 30px;
  padding: 0px;
  list-style: none;
}
.responsive ul li {
  padding-left: 33px;
  padding-bottom: 10px;
  display: block;
  padding-bottom: 15px;
  margin: 0px;
  text-align: left;
  color: var(--color-two) !important;
  font-size: 18px;
  position: relative;
  line-height: 28px;
}
.responsive ul li svg {
  position: absolute;
  left: 0;
  top: 6px;
  width: 25px;
}
.responsive ul li svg path {
  fill: var(--color-one);
}
.responsive.elementor, .responsive.elementor_header {
  padding: 0px 0px 90px;
}
.responsive.elementor p, .responsive.elementor_header p {
  margin-bottom: 30px;
}
.responsive.elementor {
  padding-top: 100px;
}
.responsive .heading {
  position: relative;
  padding-right: 40px;
  margin: 0px;
}
.responsive .heading p {
  margin-bottom: 40px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .responsive .absolute_content {
    position: relative;
    text-align: center;
    padding: 100px 0px 0px;
  }
  .responsive .absolute_content .row {
    min-height: auto;
  }
  .responsive .absolute_content .heading {
    padding-right: 0px;
  }
  .responsive .absolute_content .heading p {
    padding-right: 0px;
  }
}
.hero-banner .banner_contnet_image {
  display: block;
}

@media (max-witdh: 1200px) {
  .hero-banner .banner_contnet_image {
    display: noneimportant;
  }
}
.features {
  margin-bottom: 60px;
}
.features .heading {
  margin-bottom: 50px;
  padding-top: 1.5rem;
}

.fearures_box {
  position: relative;
  text-align: center;
  padding: 40px 30px 20px;
  margin-bottom: 40px;
  border: 1px solid var(--color-set-one-bg-l-2);
  border-radius: 6px;
}
.fearures_box .image_bx {
  margin-bottom: 30px;
  height: 80px;
}
.fearures_box .image_bx img {
  width: 80px !important;
}
.fearures_box .contnet {
  position: relative;
}
.fearures_box .contnet span {
  position: relative;
  top: -3px;
  margin-left: 4px;
  display: inline-block;
  padding: 2px 10px;
  background: var(--color-one);
  color: #fff;
  text-align: center;
  font-family: var(--font-family);
  font-size: 10px;
  font-weight: 600;
  border-radius: 30px;
  line-height: 15px;
}
.fearures_box .contnet span.inc {
  color: var(--color-white);
  background: var(--color-one);
}
.fearures_box .contnet h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}
.fearures_box .contnet p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.rescaro1 {
  position: relative;
  margin-left: -4rem;
}

.footer {
  position: relative;
  background: url(../image/footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_top {
  padding-top: 70px;
  padding-bottom: 90px;
}
.footer_top .heading {
  position: relative;
}
.footer_top .heading .flog {
  height: 70px;
}
.footer_top .heading .flog img {
  position: absolute;
  z-index: 0;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.footer_top .heading h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 120px;
  line-height: 142px;
}
.footer_top .heading p {
  font-size: 20px;
  line-height: 26px;
  opacity: 0.7;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 60px;
  position: relative;
  z-index: 4;
}

.footer_botom {
  padding: 20px 0;
  border-top: 1px solid var(--color-one);
}
.footer_botom p {
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.footer_botom p a {
  color: var(--color-one);
  font-weight: 500;
}
.footer_botom ul {
  margin: 0;
  list-style: disc;
  gap: 2rem;
  justify-content: flex-end;
}
.footer_botom ul li {
  list-style: none;
  margin: 0;
}
.footer_botom ul li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: -18px;
  top: 0;
  bottom: 0;
  background: var(--color-one);
  margin: auto;
  border-radius: 8px;
}
.footer_botom ul li a {
  color: var(--color-white);
}

@media (max-width: 1220px) {
  .ditem ul {
    width: 31%;
  }
}
@media (max-width: 992px) {
  .footer_top .heading h1, .hero-banner .content_box h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-banner .content_box h2, .heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .footer_botom ul {
    justify-content: center;
  }
  .footer_botom {
    text-align: center;
  }
  .header .col-lg-2 {
    width: 50%;
  }
  .d_md-none {
    display: none;
  }
  .hero-banner .hercaro, .rescaro1 {
    margin: unset;
  }
  .icon_box {
    margin-bottom: 1rem;
  }
  .footer_last .row.pd_50px .item_box {
    margin: 0 0 30px !important;
  }
  .footer_last {
    margin-top: 30px;
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .hero-banner {
    padding: 100px 0px 80px;
  }
  .responsive {
    padding: 40px 0px !important;
  }
  .responsive.elementor {
    padding-bottom: 0px !important;
  }
  .responsive.elementor_header {
    padding-top: 0px !important;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2, h2 span, .heading h2, .heading h2 span, .footer_last .heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .ditem ul {
    width: 47%;
  }
}
@media (max-width: 550px) {
  .ditem ul {
    width: 100%;
  }
}/*# sourceMappingURL=demo.css.map */