/*--------------------------------------------------------
=========================header===========================
--------------------------------------------------------*/
:root {
  --color-one:#f74f21;
  --color-three:#ffab01;
  --color-one-rgb:247 , 79 , 33;
  --color-two:#232323;
  --color-two-rgb:35,35,35;
  --font-family: "Quicksand", 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:#616161;
  --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: 500;
  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, rgba(var(--color-one-rgb), 0.66) 0%, rgba(var(--color-one-rgb), 0.66) 20%, rgba(var(--color-one-rgb), 0.66) 40%, rgba(var(--color-two-rgb), 0.54) 60%, rgba(var(--color-two-rgb), 0.66) 70%, rgba(var(--color-two-rgb), 1) 82%, rgba(var(--color-two-rgb), 1) 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 {
  color: #fff;
  margin: 0px;
  font-weight: 500;
  font-size: 16px;
}
.top_bar p b {
  font-weight: 500 !important;
}
.top_bar p small {
  color: #fc2158;
  font-size: 16px;
}
.top_bar p 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: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin-right: 8px;
}
.top_bar a {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  background: #fff;
  color: #282225;
  margin-left: 10px;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 600;
}
.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;
  border-radius: 6px;
  background: var(--color-one);
  border: 2px solid var(--color-one);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  padding: 14px 26px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease; /* Smooth transition for background color change */
}

.theme_btn:hover {
  animation: blink2 1s infinite; /* Apply the blink animation on hover */
}

@keyframes blink2 {
  0%, 49% {
    background: var(--color-one); /* Keep the original background color */
    border: 2px solid var(--color-one);
    color: var(--color-white);
  }
  50%, 100% {
    background: var(--color-two); /* Change background color to another color */
    color: var(--color-white);
    border: 2px solid var(--color-one);
  }
}
@media (min-width: 1200px) {
  body .container-xl {
    max-width: 1500px !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  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 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-three);
}

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

@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/hero-bg.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 0 30px;
}
.hero-banner .hercaro {
  position: relative;
}
.hero-banner .content_box {
  padding: 100px 0;
  padding-right: 50px;
}
.hero-banner .content_box * {
  color: var(--color-white);
}
.hero-banner .content_box h1 {
  margin-bottom: 1.5rem;
}
.hero-banner .content_box .plus {
  font-size: 30px;
  color: var(--color-three);
}
.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;
}

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

.icon_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 2px dashed var(--color-set-one-bg-l-2);
  padding: 15px 20px;
}
.icon_box .img {
  position: relative;
  min-width: 50px;
  height: 50px;
  width: 50px;
  border-radius: 20px 20px 20px 20px;
  background: var(--color-set-one-bg-l-1);
}
.icon_box .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 50px;
  left: 0;
  right: 0;
  width: 30px;
  margin: auto;
  text-align: center;
}
.icon_box h2 {
  font-size: 20px;
  padding-left: 15px;
  line-height: 32px;
  margin: 0px;
  font-weight: 700;
}
.icon_box h2 span {
  color: var(--color-one);
}

/*--------------------------------------------------------
=========================demos_section===========================
--------------------------------------------------------*/
.demos_section {
  position: relative;
  padding: 60px 0px 20px;
  text-align: center;
}
.demos_section .heading {
  margin-bottom: 50px;
}
.demos_section .nav-pills {
  display: inline-block;
  padding: 5px;
  text-align: center;
  margin-bottom: 50px;
}
.demos_section .nav-pills li {
  border: unset;
  display: inline-block;
  margin: 0 5px;
}
.demos_section .nav-pills li button {
  position: relative;
  color: var(--color-two) !important;
  margin: 0;
  border: 2px solid var(--color-set-one-bg-l-2);
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-set-one-bg-l-1) !important;
}
.demos_section .nav-pills li button.active {
  color: var(--color-two) !important;
  border-color: var(--color-one);
}
.demos_section .nav-pills li button span {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 90px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  background: var(--color-one);
  border-radius: 5px;
}

.demos_section .container-xl {
  padding: 0px;
}

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

.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 span.new {
  background: var(--color-one);
  position: absolute;
  left: 0px;
  top: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 20px;
  line-height: 35px;
  padding: 0px 9px;
  color: var(--color-white);
  display: inline-block;
  z-index: 999;
  border-bottom-right-radius: 10px;
}
.demo_box .img_box {
  position: relative;
  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: 700;
  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: 0;
  width: 25px;
}
.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;
  }
}
.features .heading {
  margin-bottom: 50px;
  padding-top: 1.5rem;
}

.fearures_box {
  position: relative;
  text-align: center;
  padding: 40px 30px 20px;
  margin-bottom: 40px;
  border: 2px dashed var(--color-set-one-bg-l-2);
  border-radius: 6px;
  border-bottom-width: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.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-two);
  color: #fff;
  text-align: center;
  font-family: var(--creote-family-one);
  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: 700;
}
.fearures_box .contnet p {
  font-size: 18px;
  line-height: 28px;
}

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

.footer_last {
  position: relative;
  background: url(../image/footer.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 130px;
  padding-bottom: 45px;
}
.footer_last .row.pd_50px {
  padding-bottom: 70px !important;
}
.footer_last .row.pd_50px .item_box {
  margin-top: -60px;
  position: relative;
}
.footer_last .footer_lat {
  padding-bottom: 20px;
}
.footer_last .footer_lat p {
  color: #fff;
}
.footer_last .heading {
  margin-bottom: 80px;
}
.footer_last .heading h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
}
.footer_last .heading p {
  margin-bottom: 60px;
  padding-top: 20px;
}
.footer_last p {
  color: #fff;
  font-weight: 500;
}
.footer_last p a {
  color: var(--color-one);
  font-weight: 500;
}

.item_box {
  position: relative;
  padding: 30px;
  display: flex;
  border-radius: 6px;
  margin-bottom: 30px;
  background: #fff;
}
.item_box svg {
  width: 60px;
  height: auto;
}
.item_box svg path {
  fill: #fff;
}
.item_box.mid {
  box-shadow: var(--box-shadow-two);
}
.item_box.mid svg path {
  fill: var(--color-one);
}
.item_box .icon {
  min-width: 80px;
  align-items: center;
  position: relative;
}
.item_box .icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.item_box .title_sections {
  position: relative;
}
.item_box h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--color-two);
}
.item_box h2 a {
  color: var(--color-one);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.item_box p {
  color: var(--color-two) !important;
  margin: 0px;
}
.item_box p a {
  text-decoration: underline;
  color: var(--color-two) !important;
}
.item_box.first {
  background: var(--color-one);
  color: #fff !important;
}
.item_box.first h2 {
  color: #fff;
}
.item_box.first p {
  color: #fff !important;
}
.item_box.last {
  background: var(--color-three);
  color: #fff !important;
}
.item_box.last h2 {
  color: #fff;
}
.item_box.last p {
  color: #fff !important;
}

@media (max-width: 1220px) {
  .ditem ul {
    width: 31%;
  }
}
@media (max-width: 992px) {
  .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 */