/*** Font ***/
@import url('jost-roboto.css');

/*** Font ***/
/*** Reset CSS ***/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

a {
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.5s;
  outline: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overscroll-behavior: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*** Reset CSS ***/
/*** Common CSS ***/
:root {
  --text-color: #1d1d1d;
  --theme-color: #E73814;
  --theme-color-dark: #B12908;
  --theme-color-blue: #2D68EB;
  --white-color: #fff;
  --tagline-color: #8A8A8A;
  --gradient-color: linear-gradient(147deg, #FF5330 0%, #E73814 74%);
  --e_comm_theme: #013033;
}

body {
  font-family: "Roboto", sans-serif;
  color: var(--text-color);
}

.default_height_sec {
  height: 700px;
  overflow: hidden;
}

.value_sec {
  padding-bottom: 0;
}

.estimate_sec {
  height: 780px;
  overflow: hidden;
}

.cursor_pointer {
  cursor: pointer;
}

.d_flex {
  display: flex;
  flex-wrap: wrap;
}

.d_flex_just {
  display: flex;
  justify-content: center;
}

.just-center {
  display: flex;
  justify-content: center;
  text-align: center;
}

.w-55{
    width: 45% !important;
}

.flex_wrap {
  flex-wrap: wrap;
}

.space_between {
  justify-content: space-between;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

.align_center {
  align-items: center;
}

.align_top {
  align-items: flex-start;
}

.align_bottom {
  align-items: flex-end;
}

.justify_center {
  justify-content: center;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.grey_bg {
  background: #f9f9f9 !important;
}

.white_bg {
  background: var(--white-color) !important;
}

.orange_bg_light {
  background: rgb(255, 250, 250);
  background: linear-gradient(90deg, rgb(255, 250, 250) 0%, rgb(253, 235, 235) 35%, rgb(254, 242, 242) 100%);
}

.container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.padding_0 {
  padding: inherit !important;
}

.padding_80 {
  padding: 80px 0px;
}

.padding_180 {
  padding: 180px 0px;
}

.padding_80_40 {
  padding: 80px 40px;
}

.padding_10_40 {
  padding: 10px 40px;
}

.padding_top_30 {
  padding: 30px 0px;
}

.padding_top_105 {
  padding-top: 105px;
}

.padding_50 {
  padding: 50px 0px;
}

.padding_60 {
  padding: 60px 0px;
}

.padding_top_80 {
  padding: 80px 0px 0px;
}

.padding_bottom_80 {
  padding: 0px 0px 80px;
}

.padding_bottom_50 {
  padding: 0px 0px 50px;
}

.fw-400 {
  font-weight: 400 !important;
}


.fs-16 {
  font-size: 16px !important;
}

.margin_1_8 {
  margin: 1em 1em 1em 8em !important;
}

.bs_5_10 {
  box-shadow: 5px 10px 15px 13px #F9F9F9;
  width: 600px !important;
}

.of_contain {
  object-fit: contain !important;
}

.w-21 {
  width: 11.333% !important;
}

.bx-none {
  box-shadow: none !important;
}

.b-color {
  color: #0072ff;
}

.border {
  border: none !important;
}

.bold {
  color: #000;
  font-weight: 800;
}

.btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  color: var(--white-color);
}

.our_value_Sec {
  padding-bottom: 0 !important;
}

.star {
  font-size: 18px !important;
  color: #e6370d;
  font-weight: 700 !important;
}

.ecomm_page.fixed-header header,
.pos_page.fixed-header header {
  box-shadow: unset;
}

.jq-toast-wrap {
  width: 290px !important;
}

.jq-toast-wrap .jq-toast-single {
  display: flex !important;
  align-items: center !important;
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
  font-size: 18px;
}

.jq-toast-wrap .jq-toast-single .close-jq-toast-single {
  position: initial !important;
}

.sub_title_sec h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.sub_title_sec.bottom_txt {
  margin-top: 30px;
}

.sub_title_sec p {
  font-size: 18px;
  color: var(--tagline-color);
}

.sub_title_sec p .highlight {
  background: var(--gradient-color);
  color: var(--white-color);
  padding: 5px 15px;
  border-radius: 15px;
}

.relative {
  position: relative;
}

/*** Common CSS ***/
/* Fixed Header */
body.fixed-header header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: var(--white-color);
  transform: unset !important;
  opacity: 1 !important;
  pointer-events: all !important;
  box-shadow: 0 0 20px #d6d6d6;
}

body.fixed-header .inner_bg {
  transform: unset !important;
  opacity: 1 !important;
  pointer-events: all !important;
  z-index: unset;
}

/* Fixed Header */
/** Header **/
header .header_top {
  padding: 20px 0px;
}

header .header_top .logo img {
  width: auto;
  height: 64px;
}

header .header_top .mainmenu ul li {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
  height: 100%;
}

header .header_top .mainmenu ul li.nav-item .dp-menu {
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 2;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: 10px;
}

header .header_top .mainmenu ul li.nav-item .empty_menu {
  display: none;
}

header .header_top .mainmenu ul li.nav-item li.dp-item {
  position: relative;
  margin-left: 0 !important;
  width: 100%;
}

header .header_top .mainmenu ul li.nav-item .dp-item:hover,
header .header_top .mainmenu ul li.nav-item .dp-item:hover>.dp-link {
  background-color: rgb(177, 41, 8);
  color: #fff !important;
}

header .header_top .mainmenu ul li.nav-item .level-1 {
  display: none;
  background-color: var(--white-color);
  width: min-content;
}



header .header_top .mainmenu ul li.nav-item .dp-link {
  white-space: nowrap;
}

header .header_top .mainmenu ul li.nav-item.nav-item:hover>.level-1 {
  display: block !important;
}

header .header_top .mainmenu ul li.nav-item .nav-link,
header .header_top .mainmenu ul li.nav-item .dp-link {
  color: #000 !important;
  text-decoration: none;
  display: block;
  padding: 12px 18px;
  transition: 0.25s;
  font-weight: 600 !important;
  width: 100%;
  font-size: 15px;
}

header .header_top .mainmenu ul li a {
  font-size: 18px;
  font-weight: 500;
}

header .header_top .mainmenu ul li a.sub_menu {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

header .header_top .mainmenu ul li a .empty_menu {
  display: none;
}

header .header_top .mainmenu ul li a:hover,
header .header_top .mainmenu ul li a.active {
  color: var(--theme-color);
}

header .header_top .mainmenu ul li:last-child {
  width: 190px;
  text-align: center;
}

header .header_top .mainmenu ul li:last-child a {
  background: var(--theme-color-dark);
  color: var(--white-color);
  width: 155px;
  height: 45px;
  line-height: 45px;
  display: block;
  border-radius: 50px;
}

header .header_top .mainmenu ul li:last-child a:hover {
  background: var(--theme-color);
}

header .header_top .mobile_menu {
  display: none;
}

/** Header **/
/** Sections **/
section {
  overflow-x: hidden;
  /* Banner */
  /* Banner */
  /* Banner Bottom */
  /* Banner Bottom */
  /* Our Values */
  /* Our Values */
  /* Newsletter */
  /* Newsletter */
  /* Solutions */
  /* Solutions */
  /* Journey */
  /* Journey */
  /* Demos */
  /* Demos */
  /* Our Clients */
  /* Our Clients */
  /* Skills */
  /* Skills */
  /* Awards */
  /* Awards */
  /* Why Us */
  /* Why Us */
  /* Careers */
  /* Careers */
}

section.banner {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}

section.banner .banner_text {
  width: 48%;
}

section.banner .banner_text h2 {
  font-size: 69px;
  font-weight: 700;
  line-height: normal;
}

section.banner .banner_text h2 span {
  color: var(--theme-color);
}

section.banner .banner_text h1 {
  width: 86%;
  font-size: 21px;
  font-weight: 400;
  color: var(--tagline-color);
  margin: 22px 0px 35px;
}

section.banner .desc_text {
  width: 100%;
}

section.banner .desc_text h2 {
  font-size: 69px;
  font-weight: 700;
  line-height: normal;
}

section.banner .desc_text h2 span {
  color: var(--theme-color);
}

section.banner .desc_text h1 {
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  color: var(--tagline-color);
  margin: 22px 0px 35px;
}

section.banner .banner_text .banner_btn {
  border: 1px solid #d6d6d6;
  display: flex;
  border-radius: 50px;
  width: 65%;
  height: 70px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 5px 5px 25px;
  cursor: pointer;
}

section.banner .banner_text .banner_btn a {
  background: var(--theme-color-dark);
  margin-left: 15px;
}

section.banner .banner_text .banner_btn a.btn {
  height: 58px;
  line-height: 58px;
  border-radius: 50px;
  cursor: pointer;
}

section.banner .banner_text .banner_btn a:hover {
  background: var(--theme-color);
}

section.banner .banner_image {
  width: 52%;
}

section.banner .banner_image .front {
  position: relative;
}

section.banner .banner_image .front lottie-player {
  width: 100% !important;
  margin: 0 auto;
}

section.banner .banner_image .front lottie-player.main_animation {
  height: 622px !important;
}

section.banner .banner_image .front lottie-player.circle_animation {
  height: 300px !important;
  position: absolute;
  top: -18%;
  right: -30px;
  z-index: -1;
}

section.banner .line {
  color: var(--theme-color);
  position: absolute;
  opacity: 0;
}

section .banner_bottom {
  background: var(--theme-color-dark);
  padding: 80px 40px;
  width: 90%;
  border-radius: 15px;
  margin: 0 auto;
}

section .banner_bottom .features_list {
  width: 25%;
}

section .banner_bottom .features_list .left {
  width: 32%;
}

section .banner_bottom .features_list .left .icon_bg {
  background: rgba(255, 255, 255, 0.4);
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  font-size: 60px;
  text-align: center;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

section .banner_bottom .features_list .right {
  width: 62%;
  color: var(--white-color);
}

section .banner_bottom .features_list .right h3 {
  font-size: 28px;
  text-transform: capitalize;
}

section .banner_bottom .features_list .right p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

section .our_value .value_slider {
  margin: 50px 0px 0px;
}

section .our_value .value_slider .value_list {
  width: 18%;
  padding: 30px;
  background: var(--white-color);
  box-shadow: 0px 0px 15px #d6d6d6;
  margin: 0 1%;
}

section .our_value .value_slider .value_list i {
  font-size: 50px;
  color: #686868;
}

section .our_value .value_slider .value_list h4 {
  font-size: 20px;
  margin: 10px 0px;
  color: #686868;
}

section .our_value .value_slider .value_list p {
  color: #686868;
}

section .our_value .value_slider .value_list:hover {
  background: var(--theme-color-dark);
  cursor: pointer;
}

section .our_value .value_slider .value_list:hover i,
section .our_value .value_slider .value_list:hover h4,
section .our_value .value_slider .value_list:hover p {
  color: var(--white-color);
}

section .newsletter_sec {
  background: #4D2C5E;
  padding: 118px 0px;
  border-radius: 15px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

section .newsletter_sec .newsletter_cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}

section .newsletter_sec .newsletter_cnt h3 {
  font-size: 40px;
  color: var(--white-color);
  margin: 0;
  line-height: normal;
}

section .newsletter_sec .newsletter_cnt p {
  color: var(--white-color);
  font-size: 20px;
  margin-top: 16px;
}

section .newsletter_sec .newsletter_cnt button.send_btn {
  background: var(--theme-color);
  color: var(--white-color);
  border-radius: 50px;
  width: 140px;
  height: 50px;
  border: 0;
  z-index: 0;
  margin-top: 15px;
}

section .newsletter_sec .newsletter_cnt .form_group {
  position: relative;
  width: 54%;
  margin: 30px auto 0 auto;
}

section .newsletter_sec .newsletter_cnt .form_group input.mail_field {
  background: var(--white-color);
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 30px;
  padding: 0px 25px;
  position: relative;
  font-size: 20px;
}

section .newsletter_sec .newsletter_cnt .form_group button.send_btn {
  background: var(--theme-color);
  color: var(--white-color);
  border-radius: 50px;
  width: 140px;
  height: 50px;
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 0;
}

section .our_solutions .solutions {
  margin-top: 50px;
}

section .our_solutions .solutions ul.infoGraphic {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section .our_solutions .solutions ul.infoGraphic li {
  position: relative;
  width: 100%;
  max-width: 25%;
  background: var(--white-color);
  border-radius: 0.5em;
  padding: 0.5em;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
}

section .our_solutions .solutions ul.infoGraphic li .numberWrap {
  position: absolute;
}

section .our_solutions .solutions ul.infoGraphic li .number {
  font-size: 13em;
  font-weight: 900;
  width: 0.9em;
  text-align: center;
}

section .our_solutions .solutions ul.infoGraphic li .number.fontColor1,
section .our_solutions .solutions ul.infoGraphic li .number.fontColor3 {
  color: var(--theme-color);
}

section .our_solutions .solutions ul.infoGraphic li .coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 18em;
  height: 15em;
  left: -2em;
  top: -1em;
}

section .our_solutions .solutions ul.infoGraphic li .coverWrap .numberCover {
  position: absolute;
  background: var(--white-color);
  width: 20em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: all 0.4s;
}

section .our_solutions .solutions ul.infoGraphic li .coverWrap .numberCover::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px rgba(72, 102, 133, 0.25);
  border-radius: 100px/10px;
  z-index: -1;
}

section .our_solutions .solutions ul.infoGraphic li .coverWrap .numberCover::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, rgba(72, 102, 133, 0.1), transparent, transparent);
  z-index: 1;
}

section .our_solutions .solutions ul.infoGraphic li .content {
  margin: 8em 1em 1em 8em;
  position: relative;
}

section .our_solutions .solutions ul.infoGraphic li .content i {
  font-size: 48px;
}

section .our_solutions .solutions ul.infoGraphic li .content h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

section .our_solutions .solutions ul.infoGraphic li .content h1 {
  line-height: 1.5em;
  font-size: 1em;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  font-weight: normal;
}

section .our_solutions .solutions ul.infoGraphic li .content:hover {
  color: var(--theme-color);
}

section .our_solutions .solutions ul.infoGraphic li:hover .coverWrap .numberCover {
  border-radius: 100%;
}

section .journey_section .js_img {
  background: url(../svg/background_elements.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
}

section .journey_section .js_img img {
  width: 50%;
  margin: 0 auto;
}

section .journey_section .js_text {
  width: 50%;
}

section .journey_section .js_text h2 {
  font-size: 70px;
}

section .journey_section .js_text h2 span {
  color: var(--theme-color-dark);
}

section .journey_section .js_text .js_list {
  margin: 25px 0px;
}

section .journey_section .js_text .js_list .left {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  text-align: center;
  background: var(--theme-color-dark);
  color: var(--white-color);
  font-size: 40px;
  line-height: 80px;
}

section .journey_section .js_text .js_list .right {
  margin-left: 15px;
}

section .journey_section .js_text .js_list .right h4 {
  font-size: 20px;
  width: 70%;
}

section .our_demos {
  position: relative;
}

section .our_demos .demo_slider_wrp {
  width: 100%;
  position: relative;
  max-width: 100%;
  border-radius: 25px;
  transition: all 0.2s;
}

section .our_demos .demo_slider_wrp .demo_slider_list {
  width: 100%;
}

section .our_demos .demo_slider_wrp .demo_slider_list .demo_slider_content {
  width: 31.333%;
  margin: 20px 1% 20px 0;
  position: relative;
  box-shadow: 0px 0px 15px #f1f1f1;
  background: var(--white-color);
  padding: 0px 0px 25px 0px;
  border-radius: 15px;
}

section .our_demos .demo_slider_wrp .demo_slider_list .demo_slider_content .product_cnt {
  position: relative;
  text-align: center;
}

section .our_demos .demo_slider_wrp .demo_slider_list .demo_slider_content .demo_slider_img {
  width: 100%;
  flex-shrink: 0;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 15px #f1f1f1;
}

section .our_demos .demo_slider_wrp .demo_slider_list .demo_slider_content .demo_slider_img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: all 0.3s;
}

section .our_demos .demo_slider_wrp .demo_slider_list .demo_slider_content .demo_slider_title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-top: 35px;
  margin-bottom: 6px;
}

section .our_demos .demo_slider_wrp .demo_slider_list .demo_slider_content .demo_slider_text {
  color: #4e4a67;
  margin-bottom: 0px;
  line-height: 1.5em;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

section .our_demos .demo_slider_wrp .demo_slider_list .demo_slider_content .demo_slider_text h1 {
  font-size: 16px;
  font-weight: 300;
}

section .our_demos .demo_slider_wrp .demo_slider_list .demo_slider_content .demo_slider_button {
  display: inline-flex;
  background-image: var(--gradient-color);
  padding: 10px 35px;
  border-radius: 50px;
  color: var(--white-color);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  width: 170px;
  margin: 0 auto;
}

section .clien_lists .box {
  width: 170px;
  border: 1px solid #d6d6d6;
  padding: 20px;
  border-radius: 10px;
}

section .clien_lists .box img {
  width: auto;
  height: 70px;
  margin: 0 auto;
  filter: grayscale(100%);
  cursor: pointer;
}

section .clien_lists .box img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

section .our_clients .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  display: table;
}


section .our_clients .owl-carousel .owl-nav button {
  font-size: 40px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #f9f9f9;
  line-height: 40px;
  margin-top: 10px;
}

section .our_clients .owl-carousel .owl-nav button.owl-prev {
  left: -25px;
  top: 20px;
}

section .our_clients .owl-carousel .owl-nav button.owl-next {
  right: -25px;
  top: 20px;
}

section .our_clients .owl-carousel .owl-dots {
  display: none;
}

section .skill_lists .box {
  width: 10%;
  border: 1px solid #d6d6d6;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

section .skill_lists .box i {
  font-size: 60px;
}

section .skill_lists .logo-box {
  width: 14%;
  border: 1px solid #d6d6d6;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

section .skill_lists .logo-box i {
  font-size: 60px;
}

section .awards .left h3 {
  font-family: "Jost", sans-serif;
  font-size: 50px;
  margin: 0px 0px 10p x;
  line-height: 60px;
}

section .awards .left p {
  font-size: 24px;
}

section .awards .right .awards_sec {
  margin-top: 50px;
}

section .awards .right .awards_sec ul {
  justify-content: space-between;
}

section .awards .right .awards_sec ul li {
  margin: 0px;
  width: 16.6666%;
}

section .awards .right .awards_sec ul li img {
  width: auto;
  height: 180px;
  margin: 0 auto;
}

section.why-us .scroll-content-section {
  width: 86%;
  margin: 0 auto;
}

section.why-us .scroll-content-section .bg-path-image {
  width: auto;
  margin: -30px auto 0 auto;
  position: absolute;
}

section.why-us .scroll-content-section .why_list {
  background: var(--white-color);
}

section.why-us .scroll-content-section .why_list h3 {
  font-size: 44px;
  font-weight: 300;
  line-height: normal;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

section.why-us .scroll-content-section .why_list h3 span {
  font-weight: 700;
}

section.why-us .scroll-content-section .why_list h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--theme-color);
  width: 3px;
  height: 40px;
  display: block;
}

section.why-us .scroll-content-section .why_list p {
  font-size: 24px;
  word-break: break-word;
  width: 48%;
}

section.why-us .scroll-content-section .why_list h1 {
  font-size: 24px;
  word-break: break-word;
  width: 68%;
  font-weight: normal;
}

section.why-us .scroll-content-section .innovation {
  margin-top: 80px;
}

section.why-us .scroll-content-section .certificates {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  align-items: flex-end;
  background: var(--white-color);
  position: relative;
}

section.why-us .scroll-content-section .certificates p {
  width: 50%;
  text-align: right;
}

section.why-us .scroll-content-section .awards_sec {
  margin: 200px 0 0;
}

section.why-us .scroll-content-section .awards_sec ul {
  justify-content: center;
  position: relative !important;
  display: flex;
  flex-wrap: nowrap;

}

section.why-us .scroll-content-section .awards_sec ul li {
  width: 15.6666%;
}

section.why-us .scroll-content-section .awards_sec ul li img {
  width: auto;
  height: 140px;
}

section.why-us .scroll-content-section .flexible {
  margin-top: 80px;
}

section.why-us .scroll-content-section .flexible h3 {
  background: var(--white-color);
  display: table;
}

section.why-us .scroll-content-section .flexible .d_flex {
  margin-top: 80px;
}

section.why-us .scroll-content-section .flexible .d_flex h4 {
  font-size: 30px;
  width: 60%;
  line-height: normal;
  margin-bottom: 20px;
}

section.why-us .scroll-content-section .flexible .d_flex p {
  font-size: 24px;
  word-break: break-word;
  width: 70%;
}

section.why-us .scroll-content-section .flexible .d_flex .left {
  width: 50%;
}

section.why-us .scroll-content-section .flexible .d_flex .right {
  width: 50%;
}

section.careers .careers_cnt {
  text-align: center;
}

section.careers .careers_cnt .career_container .left_c {
  width: 100% !important;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #c3c3c3;
  margin-top: 35px;
}

section.careers .careers_cnt .career_container h3 {
  font-weight: 700;
}

section.careers .careers_cnt .career_container p {
  margin-top: 15px !important;
  font-size: 20px !important;
}

section.careers .careers_cnt .label_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

section.careers .careers_cnt .label_btn .careers_btn {
  margin: 40px 10px 0 10px !important;
  padding: 0 15px !important;
  width: auto;
}

section.careers .careers_cnt h2 {
  font-size: 80px;
  line-height: normal;
  position: relative;
  color: var(--text-color);
}

section.careers .careers_cnt h2 span {
  display: block;
  color: var(--theme-color);
}

section.careers .careers_cnt p {
  margin-top: 36px;
  font-size: 20px;
}

section.careers .careers_cnt a.careers_btn {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--white-color);
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 40px auto 0 auto;
}

section.careers .careers_cnt a.careers_btn:hover {
  background: transparent;
  color: var(--theme-color);
}

/** Sections **/
/** Footer **/
footer {
  background: #f6f6f6;
  padding: 40px 0px 0px;
}

footer .footer_top .footer_logo img {
  width: 50%;
}

footer .footer_top .social_media {
  width: 70%;
}

footer .footer_top .social_media ul {
  display: flex;
  flex-wrap: wrap;
}

footer .footer_top .social_media ul li {
  width: 20%;
  text-align: right;
}

footer .footer_top .social_media ul li a {
  font-size: 30px;
  line-height: 30px;
  color: #cbcbcb;
  transition: all 0.5s;
}

footer .footer_top .social_media ul li a:hover {
  color: var(--text-color);
}

footer .footer_sec {
  width: 100%;
  padding-bottom: 60px;
}

footer .footer_sec .footer_list {
  width: 20%;
  margin-top: 40px;
}

footer .footer_sec .footer_list .foo_abt img {
  height: 60px;
  margin-bottom: 20px;
}

footer .footer_sec .footer_list .foo_abt p {
  font-size: 19px;
  color: #606060;
  margin-top: 27px;
}

footer .footer_sec .footer_list h3 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-top: 15px;
}

footer .footer_sec .footer_list h3::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--theme-color);
  width: 60px;
  height: 3px;
  border-radius: 5px;
}

footer .footer_sec .footer_list ul li {
  margin: 15px 0px;
  font-size: 19px;
}

footer .footer_sec .footer_list ul li a {
  color: #606060;
}

footer .footer_sec .footer_list ul li a:hover {
  color: var(--theme-color);
}

footer .footer_bottom {
  border-top: 1px solid #d6d6d6;
  padding: 30px 0px;
}

footer .footer_bottom .copyright {
  text-align: center;
}

footer .footer_bottom .copyright p {
  font-size: 19px;
  color: #606060;
}

footer .footer_bottom .location {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .footer_bottom .location ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/** Footer **/
/** Parallax Arrow **/
.arrow_parallax {
  position: absolute;
  top: 80%;
  z-index: -1;
  transform-style: inherit;
}

.arrow_parallax .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  will-change: transform;
  transform-origin: center center 0;
  transform: translateZ(-1px) scale(2);
}

.arrow_parallax .arrow.arrow_1 {
  background: var(--gradient-color);
  clip-path: polygon(97% 28%, 5% 80%, 90% 100%);
  width: 140px;
  height: 140px;
  transform: rotate(45deg);
  top: 0;
  left: 0;
}

.arrow_parallax .arrow.arrow_2 {
  background: var(--theme-color-dark);
  clip-path: polygon(100% 40%, 25% 80%, 90% 99%);
  width: 125px;
  height: 130px;
  top: 10px;
  left: -10px;
  transform: rotate(45deg);
}

.arrow_parallax.pose_2 {
  position: absolute;
  top: 134%;
  right: 8%;
}

.arrow_parallax.pose_2 .arrow {
  top: 0;
  left: 0;
}

.arrow_parallax.pose_2 .arrow.arrow_1 {
  transform: rotate(350deg);
  clip-path: polygon(26% 49%, 29% 100%, 95% 89%);
}

.arrow_parallax.pose_2 .arrow.arrow_2 {
  transform: rotate(350deg);
  clip-path: polygon(26% 49%, 29% 100%, 95% 89%);
}

.arrow_parallax.pose_3 {
  position: absolute;
  top: 180%;
  left: 2%;
}

.arrow_parallax.pose_3 .arrow.arrow_1 {
  clip-path: polygon(97% 28%, 5% 80%, 90% 100%);
}

.arrow_parallax.pose_3 .arrow.arrow_2 {
  clip-path: polygon(100% 40%, 25% 80%, 90% 99%);
}

.arrow_parallax.pose_4 {
  position: absolute;
  top: 260%;
  right: 10%;
}

.arrow_parallax.pose_4 .arrow {
  top: 0;
  left: 0;
}

.arrow_parallax.pose_4 .arrow.arrow_1 {
  transform: rotate(350deg);
  clip-path: polygon(26% 49%, 40% 100%, 95% 89%);
}

.arrow_parallax.pose_4 .arrow.arrow_2 {
  transform: rotate(350deg);
  clip-path: polygon(26% 49%, 40% 100%, 95% 89%);
}

.arrow_parallax.pose_5 {
  position: absolute;
  top: 320%;
  left: 8%;
}

.arrow_parallax.pose_5 .arrow.arrow_1 {
  clip-path: polygon(97% 28%, 5% 80%, 90% 100%);
}

.arrow_parallax.pose_5 .arrow.arrow_2 {
  clip-path: polygon(100% 40%, 25% 80%, 90% 99%);
}

.arrow_parallax.pose_6 {
  position: absolute;
  top: 380%;
  right: 8%;
}

.arrow_parallax.pose_6 .arrow {
  top: 0;
  left: 0;
}

.arrow_parallax.pose_6 .arrow.arrow_1 {
  transform: rotate(350deg);
  clip-path: polygon(26% 49%, 40% 100%, 95% 89%);
}

.arrow_parallax.pose_6 .arrow.arrow_2 {
  transform: rotate(350deg);
  clip-path: polygon(26% 49%, 40% 100%, 95% 89%);
}

.arrow_parallax.pose_7 {
  position: absolute;
  top: 480%;
  left: 4%;
}

.arrow_parallax.pose_7 .arrow.arrow_1 {
  clip-path: polygon(97% 28%, 5% 80%, 90% 100%);
}

.arrow_parallax.pose_7 .arrow.arrow_2 {
  clip-path: polygon(100% 40%, 25% 80%, 90% 99%);
}

/** Parallax Arrow **/
/** Other Styles **/
.page__wrapper {
  background: url(../svg/background.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.inner_bg {
  background: rgb(255, 250, 250);
  background: linear-gradient(90deg, rgb(255, 250, 250) 0%, rgb(253, 235, 235) 35%, rgb(254, 242, 242) 100%);
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.inner_bg section {
  background: transparent;
}

.inner_bg.contact_page {
  position: relative;
  z-index: 9999;
}

.inner_bg.contact_page section {
  background: transparent;
}

.inner_page .inner_bg section {
  background: transparent;
}

.inner_page section {
  background: var(--white-color);
}

/* Mobile Menu */
.mobile_menu .navToggle {
  position: fixed;
  top: 13px;
  right: 30px;
  z-index: 10;
  text-align: center;
}

.mobile_menu .navToggle:hover {
  cursor: pointer;
}

.mobile_menu .navToggle:hover .menuOn {
  background: transparent;
}

.mobile_menu .menu,
.mobile_menu .menu:before,
.mobile_menu .menu:after {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 5px;
  background: #ff274d;
  transition: 0.3s;
}

.mobile_menu .menu:before,
.mobile_menu .menu:after {
  content: "";
  position: absolute;
  left: 0;
}

.mobile_menu .menu:before {
  top: 10px;
}

.mobile_menu .menu:after {
  bottom: 10px;
}

.mobile_menu .menuOn {
  background: transparent;
}

.mobile_menu .menuOn:before {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile_menu .menuOn:after {
  bottom: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

.mobile_menu nav {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 50px 50px 50px 50px;
  transition: all 0.2s ease-in-out;
  color: var(--white-color);
  overflow-y: scroll;
}

.mobile_menu nav a {
  color: var(--white-color);
  text-decoration: none;
}

.mobile_menu nav a:hover {
  color: var(--theme-color);
}

.mobile_menu nav.navOn {
  display: block;
  z-index: 5;
  left: 0;
  background: rgb(255, 255, 255, 67%);
  backdrop-filter: blur(25px);
}

.mobile_menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile_menu nav .mobile_menu_list {
  margin-top: 40px;
}

.mobile_menu nav ul.dp-menu {
  padding-left: 20px;
}

.mobile_menu nav ul.dp-menu .dp-item a {
  font-size: 18px !important;
  padding: 10px 10px !important;
}

.mobile_menu nav ul.dp-menu .dp-item a img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.mobile_menu nav ul li a {
  /* display: block; */
  padding: 20px;
  font-size: 22px;
  color: var(--text-color);
  display: flex;
  gap: 10px;
}

.mobile_menu nav ul li a:hover,
.mobile_menu nav ul li a.active {
  color: var(--theme-color);
}

.mobile_menu .closeMenu {
  font-size: 36px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  color: #ff274d;
  z-index: 10;
}

.mobile_menu .products-toggle {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.mobile_menu .products-toggle .arrow {
  font-size: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

/* rotate arrow when active */
.mobile_menu .products-toggle.active .arrow {
  transform: rotate(180deg);
}

/* initially hide the submenu */
.mobile_menu .dp-menu {
  display: none;
}

.mobile_menu nav {
  display: none;
}

.mobile_menu nav.navOn {
  display: block;
}




/* Mobile Menu */
/* Circle Animation */
.circles-wrapper {
  width: 600px;
  height: 600px;
  position: absolute;
  top: 5%;
  right: 3%;
  opacity: 0.2;
}

.circles-wrapper .circle {
  border: 2px solid crimson;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}

.circles-wrapper .circle::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--white-color);
  top: -6px;
  border-radius: 50%;
  box-shadow: 0 0 10px 6px rgba(237, 20, 61, 0.8);
}

.circles-wrapper .circle.circle-lg {
  width: 600px;
  height: 600px;
  animation: rotateCircles 10s linear infinite;
}

.circles-wrapper .circle.circle-lg::before {
  content: "";
  background: var(--white-color) url(../svg/rocket.svg);
  background-size: 60%;
  background-position: center;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-origin: initial;
  left: 28%;
}

.circles-wrapper .circle.circle-md {
  width: 450px;
  height: 450px;
  animation: rotateCircles 15s linear infinite;
}

.circles-wrapper .circle.circle-md::before {
  background-size: 60% !important;
  background-position: center !important;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat !important;
  background-origin: initial !important;
  left: 28%;
  background: var(--white-color) url(../svg/mobile.svg);
}

.circles-wrapper .circle.circle-sm {
  width: 300px;
  height: 300px;
  animation: rotateCircles 20s linear infinite;
}

.circles-wrapper .circle.circle-sm::before {
  background-size: 60% !important;
  background-position: center !important;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat !important;
  background-origin: initial !important;
  left: 18%;
  background: var(--white-color) url(../svg/cloud-check.svg);
}

@keyframes rotateCircles {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Circle Animation */
/* Newsletter Bg */
.bg_animation {
  position: absolute;
  top: 7746px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.2;
}

.bg_animation svg {
  height: 440px;
  width: 100%;
}

.bg_animation .planePath {
  stroke: #D9DADA;
  stroke-width: 0.1%;
  stroke-width: 0.5%;
  stroke-dasharray: 1% 2%;
  stroke-linecap: round;
  fill: none;
}

.bg_animation .fil1 {
  fill: #D9DADA;
}

.bg_animation .fil2 {
  fill: #C5C6C6;
}

.bg_animation .fil4 {
  fill: #9D9E9E;
}

.bg_animation .fil3 {
  fill: #AEAFB0;
}

/* Newsletter Bg */
/* Sticky Header */
body.scrolled header {
  background: var(--white-color);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  transform: unset !important;
  z-index: 9;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Sticky Header */
/* About_project */
.about_project .left {
  width: 50%;
}

.about_project .left img {
  width: 80%;
  margin: 0 auto;
}

.about_project .right {
  width: 40%;
}

.about_project .right h3 {
  font-size: 44px;
  width: 60%;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.about_project .right h3 span {
  color: var(--theme-color-dark);
}

.about_project .right p {
  font-size: 24px;
  margin-bottom: 20px;
}

.about_project .right a.btn {
  background: var(--theme-color-dark);
  height: 50px;
  line-height: 50px;
}

.about_project .right a.btn:hover {
  background: var(--theme-color);
}

/* About_project */
/* Industries Serve */
.industries .industries_info {
  margin-top: 50px;
  margin-bottom: 140px;
}

.industries .industries_info .industries_list {
  background: var(--white-color);
  width: 24%;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  padding-bottom: 50px;
}

.industries .industries_info .industries_list .card_info {
  padding: 30px;
  background: var(--white-color);
  box-shadow: 0px 0px 10px #d6d6d6;
  width: 86%;
  margin: 0 auto;
  position: absolute;
  top: 187px;
  left: 0;
  right: 0;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 240px;
}

.industries .industries_info .industries_list .card_info:hover {
  background: var(--theme-color);
}

.industries .industries_info .industries_list .card_info:hover h3,
.industries .industries_info .industries_list .card_info:hover p,
.industries .industries_info .industries_list .card_info:hover a {
  color: var(--white-color);
}

.industries .industries_info .industries_list .card_info:hover h3::before {
  background: var(--white-color);
}

.industries .industries_info .industries_list .card_info h3 {
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
}

.industries .industries_info .industries_list .card_info h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--theme-color);
  border-radius: 30px;
}

.industries .industries_info .industries_list .card_info p {
  padding-bottom: 10px;
}

.industries .industries_info .industries_list img {
  border-radius: 10px;
}

/* Industries Serve */
/* Way we work */
.way_we_work .works_steps .steps_list {
  width: 31%;
  margin: 40px 0px;
  position: relative;
}

.way_we_work .works_steps .steps_list lottie-player {
  width: auto !important;
  height: 220px !important;
}

.way_we_work .works_steps .steps_list h3 {
  margin-top: 10px !important;
}

.way_we_work .works_steps .steps_list .step_no {
  background: var(--theme-color);
  color: var(--white-color);
  opacity: 0.16;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  font-size: 30px;
  line-height: 50px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* Way we work */
/* Expertise */
.technology_expertise .expertise {
  margin-top: 50px;
}

.technology_expertise .expertise .expertise_list {
  width: 22%;
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.technology_expertise .expertise .expertise_list .left {
  width: 20%;
  margin-bottom: 10px;
}

.technology_expertise .expertise .expertise_list .left img {
  width: auto;
  height: 60px !important;
}

.technology_expertise .expertise .expertise_list .right {
  width: 77%;
}

.technology_expertise .expertise .expertise_list .right h3 {
  margin-bottom: 10px;
}

.technology_expertise .expertise .expertise_list .right ul {
  width: 100%;
}

.technology_expertise .expertise .expertise_list .right ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0px;
  margin: 0px 0px 2px 0px;
}

.technology_expertise .expertise .expertise_list .right ul li:last-child {
  border-bottom: 0;
}

.technology_expertise .expertise .expertise_list .right ul li:hover {
  color: var(--theme-color);
}

/* Expertise */
/** Other Styles **/
/* Services */
section.content_area .d_flex {
  justify-content: space-between;
  align-items: center;
}

section.content_area .d_flex .left {
  width: 60%;
}

section.content_area .d_flex .left .services_text span {
  font-size: 14px;
  text-transform: uppercase;
}

section.content_area .d_flex .left .services_text h2 {
  font-size: 40px;
  font-weight: 700;
  width: 62%;
  line-height: normal;
  margin: 10px 0px;
}

section.content_area .d_flex .left .services_text p {
  width: 68%;
  font-size: 24px;
}

section.content_area .d_flex .left .services_text h1 {
  width: 68%;
  font-size: 24px;
  font-weight: 300;
}

section.content_area .d_flex .left .services_text .services_list {
  margin-top: 40px;
}

section.content_area .d_flex .left .services_text .services_list p {
  font-size: 16px;
  font-weight: 700;
}

section.content_area .d_flex .left .services_text .services_list h1 {
  font-size: 16px;
  font-weight: 700;
}

section.content_area .d_flex .left .services_text .services_list ul {
  width: 48%;
  margin-top: 12px;
  column-count: 2;
  display: block;
}

section.content_area .d_flex .left .services_text .services_list ul.ul_flex {
  display: flex;
  flex-direction: column;
}

section.content_area .d_flex .left .services_text .services_list ul li {
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  text-transform: capitalize;
}

section.content_area .d_flex .left .services_text .services_list ul li i {
  margin-right: 10px;
}

section.content_area .d_flex .left .services_text .services_list ul.no_column {
  column-count: unset;
  width: 100%;
}

section.content_area .d_flex .left .services_text .services_list a.btn {
  width: 170px;
  height: 46px;
  line-height: 46px;
  display: block;
  background: var(--theme-color-dark);
  color: var(--white-color);
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}

section.content_area .d_flex .left .services_text .services_list a.readmore {
  color: var(--theme-color);
  margin-top: 20px;
  display: inline-block;
}

section.content_area .d_flex .left .services_text .services_list .thumbs {
  width: 60%;
  margin-top: 30px;
}

section.content_area .d_flex .left .services_text .services_list .thumbs .thumbs_list {
  width: 25%;
  margin: 10px 0px;
}

section.content_area .d_flex .right {
  width: 40%;
}

section.content_area .d_flex.reverse {
  flex-direction: row-reverse;
  align-items: center;
}

section.content_area .d_flex.reverse .left {
  padding-left: 19%;
}

section.content_area .d_flex.reverse .left .services_text h2 {
  width: 100%;
}

section.content_area .d_flex.reverse .left .services_text p {
  width: 100%;
}

section.content_area .d_flex.reverse .left .services_text h1 {
  width: 100%;
}

section.content_area .d_flex.reverse .left .services_text .services_list ul {
  width: 80%;
}

section.content_area .d_flex.reverse .left .services_text .services_list ul.no_column {
  column-count: unset;
  width: 100%;
}

/* Services */
/* Contact */
.popup_modal {
  cursor: pointer;
}

.contact_section {
  background: var(--white-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
  width: 60%;
  margin: 0 auto;
  padding: 60px;
  position: relative;
}

.contact_section .bottom_txt {
  text-align: start;
  font-size: 16px;
  margin: 15px 0;
  font-weight: 500;
}

.contact_section .bottom_txt a {
  color: var(--theme-color-dark);
}

.contact_section .two_boxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact_section .two_boxs p a {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color-dark);
}

.contact_section .options {
  margin: 50px auto 0 auto;
  text-align: center;
  width: 86%;
}

.contact_section .options textarea {
  width: 100%;
  min-width: 60px;
  border: 1px solid #cbcbcb;
  margin: 10px 0px;
  padding: 15px 10px 0;
  resize: none;
  outline: none;
  text-indent: 10px;
}

.contact_section .options textarea::placeholder {
  color: #000;
}

.contact_section .options h4 {
  margin: 0px 0px 15px 0px;
  text-align: left;
  font-size: 18px;
}

.contact_section .options .option_1 .radio-container {
  width: 30%;
}

.contact_section .options .option_2 {
  margin-top: 40px;
}

.contact_section .options .option_3 {
  margin-top: 50px;
}

.contact_section .options .option_3 input {
  width: 100%;
  height: 60px;
  border: 1px solid #cbcbcb;
  margin: 10px 0px;
  padding: 0px 10px;
}

.contact_section .options .option_3 textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #cbcbcb;
  margin: 10px 0px;
  padding: 10px 5px;
  resize: vertical;
}

.contact_section .options .option_3 textarea::placeholder {
  color: #757575;
}
.contact_section .options .option_3 input.submit_btn {
  background: var(--theme-color-dark);
  color: var(--white-color);
  cursor: pointer;
  width: auto;
  padding: 0 30px;
  margin-left: auto;
  height: 50px;
}

.contact_section .options .radio-container {
  width: 23%;
}

.contact_section .options .radio-container .radio-image {
  background: var(--white-color);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  transition: all 1s ease;
  cursor: pointer;
}

.contact_section .options .radio-container .radio-image i {
  margin: 0 auto;
  font-size: 60px;
  color: var(--theme-color-dark);
}

.contact_section .options .radio-container span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.contact_section .options .radio-container .radio-hidden:checked~.radio-image {
  border-color: 1px solid var(--theme-color);
}

.contact_section .options .radio-container .radio-hidden {
  position: absolute;
  visibility: hidden;
}

.contact_section .options .radio-container .radio-container {
  margin: 10px;
}

.contact_section .options .radio-container .radio-image:hover {
  transform: scale(1.03);
}

.careers_cnt .bottom_txt {
  text-align: center;
  font-size: 16px;
  margin: 15px 0;
  font-weight: 500;
}

.careers_cnt .bottom_txt a {
  color: var(--theme-color-dark);
}

/* Contact */
.client_reviews {
  background: #f6f6f6;
}

.client_reviews .gtco-testimonials {
  position: relative;
}

.client_reviews .gtco-testimonials h2 {
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: #333333;
  margin-bottom: 40px;
}

.client_reviews .gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}

.client_reviews .gtco-testimonials .owl-nav {
  display: none;
}

.client_reviews .gtco-testimonials .owl-dots {
  text-align: center;
}

.client_reviews .gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: var(--white-color);
  border: 2px solid var(--theme-color);
  margin: 0 5px;
}

.client_reviews .gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.client_reviews .gtco-testimonials .owl-dots .active span {
  background: var(--theme-color);
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.client_reviews .gtco-testimonials .card {
  background: var(--white-color);
  box-shadow: 0 8px 30px -7px #d6d6d6;
  margin: 0 20px;
  padding: 15px 30px;
  border-radius: 20px;
  border: 0;
}

.client_reviews .gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #d6d6d6;
  width: 100px;
  height: 100px;
}

.client_reviews .gtco-testimonials .card h5 {
  color: var(--theme-color-dark);
  font-size: 21px;
  line-height: 1.3;
  text-align: center;
}

.client_reviews .gtco-testimonials .card h5 span {
  font-size: 18px;
  font-weight: normal;
  color: var(--tagline-color);
}

.client_reviews .gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
  text-align: center;
}

.client_reviews .gtco-testimonials .active {
  opacity: 0.8;
  transition: all 0.3s;
}

.client_reviews .gtco-testimonials .center {
  opacity: 1;
}

.client_reviews .gtco-testimonials .center h5 {
  font-size: 24px;
  text-align: center;
  margin: 20px 0px;
}

.client_reviews .gtco-testimonials .center h5 span {
  font-size: 18px;
}

.client_reviews .gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .client_reviews .gtco-testimonials {
    margin-top: 20px;
  }
}

.client_reviews .owl-carousel .owl-nav button.owl-next,
.client_reviews .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}

.client_reviews .owl-carousel button.owl-dot {
  outline: 0;
}

.map {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  overflow: hidden;
}

.about_bg {
  background: url(../img/about-bg.jpg) no-repeat;
  background-size: cover;
  background-blend-mode: lighten;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

section.about_banner .about_txt {
  width: 78%;
  margin: 0px auto;
  padding: 100px 0px;
}

section.about_banner .about_txt h2 {
  padding-left: 5%;
  font-size: 80px;
  line-height: normal;
  position: relative;
}

section.about_banner .about_txt h2 span {
  color: var(--theme-color);
}

section.about_banner .about_txt h2:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: var(--theme-color);
  left: 0;
  top: 0;
}

section.about_banner .about_txt p {
  margin-top: 36px;
  font-size: 20px;
}

section.about_banner .about_columns {
  margin-top: 90px;
}

section.about_banner .about_columns .about_list {
  background: var(--white-color);
  width: 31.333%;
  height: 200px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #d6d6d6;
  position: relative;
  padding: 30px;
}

section.about_banner .about_columns .about_list .abt_icon {
  position: absolute;
  top: -55px;
  right: 0;
  width: 100px;
  left: 30px;
}

section.about_banner .about_columns .about_list .abt_icon.heart img {
  width: 60%;
}

section.about_banner .about_columns .about_list .abt_list_cnt {
  margin-top: 35px;
}

section.about_banner .about_columns .about_list .abt_list_cnt img {
  width: 60%;
}

section.about_banner .about_columns .about_list .abt_list_cnt p {
  font-size: 16px;
  margin-top: 18px;
}

section.about_banner .about_columns .about_list .abt_list_cnt h3 {
  font-size: 54px;
  color: var(--theme-color);
  line-height: normal;
}

section.about_banner .about_columns .about_list.rating .abt_list_cnt {
  margin-top: 50px;
}

section.about_banner .about_columns .about_list.rating p {
  margin-top: 40px;
}

.milestones {
  background: url(../svg/background_dots.svg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-bottom: 2px solid #7e7e7e;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 0;
}

.milestones .sub_title_sec {
  margin-bottom: 30px;
}

.milestones .miles-slide {
  margin: 20px 15px 0px;
  border-radius: 15px;
  padding-top: 1px;
  height: 28rem;
  position: relative;
}

.milestones .miles-slide .miles_border {
  height: 28rem;
  display: table;
  border-left: 2px dashed transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.milestones .miles-slide .miles_dot {
  background: var(--white-color);
  border: 2px solid transparent;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: block;
  margin: 0 auto;
  z-index: 9999;
  overflow: visible;
}

.milestones .miles-slide .miles-content {
  background: var(--white-color);
  padding: 20px;
  border-radius: 15px;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  box-shadow: 0px 0px 10px #d6d6d6;
}

.milestones .miles-slide .miles-title {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.milestones .miles-slide .miles-title:hover {
  text-decoration: none;
  color: var(--theme-color-dark);
}

.milestones .miles-slide .miles-description {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  color: var(--text-color);
  margin: 15px 0px;
  text-transform: capitalize;
}

.milestones .miles-slide .miles-date {
  color: #7e7e7e;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.milestones .miles-slide.red .miles-content {
  border-color: var(--theme-color);
}

.milestones .miles-slide.red .miles_border {
  border-color: var(--theme-color);
}

.milestones .miles-slide.red .miles_dot {
  border-color: var(--theme-color);
}

.milestones .miles-slide.red .miles-title {
  color: var(--theme-color);
}

.milestones .miles-slide.blue .miles-content {
  border-color: var(--theme-color-blue);
}

.milestones .miles-slide.blue .miles_border {
  border-color: var(--theme-color-blue);
}

.milestones .miles-slide.blue .miles_dot {
  border-color: var(--theme-color-blue);
}

.milestones .miles-slide.blue .miles-title {
  color: var(--theme-color-blue);
}

.milestones .owl-dots,
.milestones .owl-nav {
  display: none;
}

.team .team_img {
  margin-top: 50px;
}

.team .team_content {
  text-align: center;
  margin-top: 50px;
}

.team .team_content h2 {
  font-size: 50px;
  color: var(--text-color);
}

.team .team_content h2 span {
  display: block;
  color: var(--theme-color);
}

.team .team_content a.careers_btn {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  margin: 25px auto;
  height: 50px;
  line-height: 50px;
}

.estimate {
  background: var(--white-color) 1ef;
}

.estimate .estimate_sec {
  background: #ffe6e1;
  width: 50%;
  height: 100%;
  padding: 5%;
  text-align: center;
}

.estimate .estimate_sec h3 {
  font-size: 40px;
}

.estimate .estimate_sec a.btn {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 220px;
  margin: 30px auto 0px auto;
}

.estimate .estimate_sec:last-child {
  background: var(--white-color) 1ef;
}

.hire_talent {
  width: 80%;
  margin: 60px auto 0 auto;
}

.hire_talent .talent_list {
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0px;
}

.hire_talent .talent_list:first-child {
  border-top: 1px solid #d6d6d6;
}

.hire_talent .talent_list .person_details {
  text-align: center;
}

.hire_talent .talent_list .person_details p {
  font-weight: 600;
}

.hire_talent .talent_list .person_details .person_img {
  width: 25%;
}

.hire_talent .talent_list .person_details .person_img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: contain;
  display: block;
}

.hire_talent .talent_list .person_details .person_img span {
  display: block;
  margin-left: 10px;
}

.hire_talent .talent_list .person_details .position {
  width: 15%;
  display: none;
}

.hire_talent .talent_list .person_details .skills {
  width: 50%;
}

.hire_talent .talent_list .person_details .skills ul {
  justify-content: flex-start !important;
}

.hire_talent .talent_list .person_details .skills ul li {
  background: transparent;
  padding: 5px 15px;
  border-radius: 20px;
  margin: 5px !important;
}

.hire_talent .talent_list .person_details .skills ul li.blue {
  background: #dcf5ff;
}

.hire_talent .talent_list .person_details .skills ul li.grey {
  background: #dfdfdf;
}

.hire_talent .talent_list .person_details .skills ul li.yellow {
  background: var(--white-color) 6b3;
}

.hire_talent .talent_list .person_details .skills ul li.red {
  background: #ffcad2;
}

.hire_talent .talent_list .person_details .skills ul li.green {
  background: #d0ffd8;
}

.hire_talent .talent_list .person_details .skills ul li.violet {
  background: #dfc8fd;
}

.hire_talent .talent_list .person_details .experience {
  width: 8%;
}

.hire_talent .talent_list .person_details .rate {
  width: 7%;
}

.hire_talent .talent_list .person_details .rate p span {
  filter: blur(0.4rem);
}

.hire_talent .talent_list .person_details .rate a {
  display: none;
}

.hire_talent .talent_list .person_details .blur {
  filter: unset !important;
}

.hire_talent .talent_list:hover .rate {
  position: relative;
}

.hire_talent .talent_list:hover .rate p {
  display: none;
}

.hire_talent .talent_list:hover .rate a {
  display: block;
  position: absolute;
  top: -17px;
  right: 0;
  width: 120px;
  height: 36px;
  background: var(--white-color);
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 30px;
  line-height: 36px;
  transition: all 2s ease;
}

.orange_bg {
  background: rgb(177, 41, 8);
  background: linear-gradient(90deg, rgb(177, 41, 8) 0%, rgb(231, 56, 20) 100%);
}

.orange_bg .company_info {
  background: var;
}

.orange_bg .company_info .left {
  width: 35%;
}

.orange_bg .company_info .left h3 {
  color: var(--white-color);
  font-size: 60px;
  line-height: normal;
  border-bottom: 6px solid var(--white-color);
  padding-bottom: 10px;
  display: table;
}

.orange_bg .company_info .left h3 span {
  display: block;
}

.orange_bg .company_info .right {
  width: 60%;
}

.orange_bg .company_info .right p {
  font-size: 22px;
  margin: 15px 0px;
  color: var(--white-color);
}

a.hire_btn {
  width: 240px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  margin: 50px auto 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.smooth-scroll .site-container {
  width: 100%;
  height: 100%;
}

.reveal.active {
  transform: translateX(0%);
  opacity: 1;
}

.reveal {
  position: relative;
  transform: translateX(50%);
  opacity: 0;
  transition: 0.5s all ease;
}

.our_members .sub_title_sec p span {
  color: var(--theme-color);
  font-weight: bold;
}

.our_members .d_flex .left {
  width: 40%;
}

.our_members .d_flex .left h3 {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 30px;
}

.our_members .d_flex .left h3 span {
  color: var(--theme-color);
}

.our_members .d_flex .right {
  width: 50%;
}

.our_members .d_flex .right ul.dept {
  padding: 0;
  margin: 0;
  column-count: 2;
}

.our_members .d_flex .right ul.dept li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 25px 0px 0px;
  font-size: 20px;
}

.our_members .d_flex .right ul.dept li i {
  font-size: 34px;
  margin-right: 18px;
  color: var(--theme-color);
}

.pricing_sec .pricing_cnt {
  text-align: center;
}

.pricing_sec .pricing_cnt h2 {
  font-size: 80px;
  line-height: normal;
  position: relative;
  color: var(--text-color);
}

.pricing_sec .pricing_cnt h2 span {
  display: block;
  color: var(--theme-color);
}

.pricing_sec .pricing_cnt p {
  margin-top: 36px;
  font-size: 20px;
}

/* Tabs */
.tabs {
  padding: 0;
  list-style: none;
  position: relative;
}

.tabs .active-tab {
  background: var(--white-color);
  box-shadow: 0px 0px 10px #d6d6d6;
  position: relative;
  color: var(--theme-color);
  border-top: 2px solid var(--theme-color);
}

.tabs .active-tab:after {
  width: 100%;
  height: 10px;
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  background: var(--white-color);
}

.tabs .tablist {
  display: inline-block;
  cursor: pointer;
  color: var(--text-color);
  padding: 20px 25px 10px;
  font-size: 22px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tabs .tablist:first-child {
  margin-left: 0px;
}

.tabs-content {
  background: var(--white-color);
  box-shadow: 0px 0px 10px #d6d6d6;
  list-style: none;
}

.tabs-content .tab_cnt {
  display: none;
}

/* Tabs */
.agument .pricing h2 {
  padding-left: 0 !important;
}

.pricing_page .pricing_tabs .tabs-content .stretch {
  align-items: stretch;
  flex-flow: wrap;
}

.pricing_page .pricing_tabs .tabs-content .pricing {
  width: 32.33%;
  padding: 40px;
  background: var(--white-color);
}

.pricing_page .pricing_tabs .tabs-content .pricing h3 {
  font-size: 26px;
  text-transform: uppercase;
  color: var(--theme-color-dark);
}

.pricing_page .pricing_tabs .tabs-content .pricing p {
  font-size: 16px;
  text-transform: uppercase;
}

.pricing_page .pricing_tabs .tabs-content .pricing h2 {
  font-size: 46px;
  position: relative;
  padding-left: 25px;
  margin: 10px 0px;
  line-height: normal;
  color: var(--theme-color);
}

.pricing_page .pricing_tabs .tabs-content .pricing h2 span {
  font-size: 26px;
  position: absolute;
  top: 10px;
  left: 0;
}

.pricing_page .pricing_tabs .tabs-content .pricing .benefits p {
  text-transform: unset;
  margin-bottom: 10px;
}

.pricing_page .pricing_tabs .tabs-content .pricing .benefits p a {
  color: var(--theme-color);
}

.pricing_page .pricing_tabs .tabs-content .pricing .benefits ul {
  margin: 5px 0px 20px;
}

.pricing_page .pricing_tabs .tabs-content .pricing .benefits ul li {
  display: block !important;
  position: relative;
  padding-left: 20px;
  margin: 6px 0px;
}

.pricing_page .pricing_tabs .tabs-content .pricing .benefits ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: var(--theme-color);
}

.pricing_page .pricing_tabs .tabs-content .pricing .benefits a.price_btn {
  border: 1px solid var(--text-color);
  border-radius: 30px;
  margin: 15px 0px 20px 0px;
  display: block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

.pricing_page .pricing_tabs .tabs-content .pricing .benefits h5 {
  font-size: 16px;
  margin: 0;
}

.pricing_page .pricing_tabs .tabs-content .pricing.pricing_1 {
  border-right: 1px solid #d6d6d6;
}

.pricing_page .pricing_tabs .tabs-content .pricing.popular {
  position: relative;
}

.pricing_page .pricing_tabs .tabs-content .pricing.popular .popular_tag {
  position: absolute;
  top: 44px;
  right: 40px;
  color: var(--white-color);
  background: linear-gradient(-45deg, #E73814, #e73c7e, #2D68EB, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  padding: 4px 10px;
  border-radius: 25px;
  display: block;
}

.pricing_page .pricing_tabs .tabs-content .pricing.popular .price_btn {
  background: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color) !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.pricing_page .pricing_tabs .tabs-content .pricing.pricing_3 {
  background: rgba(253, 235, 235, 0.5) url(../svg/sprinkle.svg) no-repeat;
  background-size: 100% 100%;
  box-shadow: -5px 0 10px 3px rgba(214, 214, 214, 0.8392156863);
}

.pricing_page .pricing_tabs .tabs-content .pricing.pricing_3 h4 {
  margin: 10px 0;
  font-size: 20px;
}

.pricing_page .pricing_tabs .tabs-content .pricing.pricing_3 p {
  font-size: 16px;
  text-transform: unset;
}

.pricing_page .pricing_tabs .tabs-content .pricing.pricing_3 a.sche_call {
  background: var(--theme-color-dark);
  color: var(--white-color);
  width: 160px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 30px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0px;
}

.pricing_page .pricing_tabs .tabs-content .pricing.pricing_3 lottie-player.plan_animation {
  height: 240px !important;
}

.pricing_page .pricing_tabs .tabs-content .pricing_bottom {
  width: 100%;
}

.pricing_page .pricing_tabs .tabs-content .pricing_bottom .notes {
  background: #d6d6d6;
  padding: 5px 40px;
}

.pricing_page .pricing_tabs .tabs-content .pricing_bottom .notes p {
  color: var(--text-color);
}

.pricing_page .pricing_tabs .tabs-content .pricing_bottom .notes p a {
  color: var(--theme-color);
}

.pricing_page .pricing_tabs .tabs-content .pricing_bottom .recommended_tech {
  padding: 20px 40px;
  text-align: center;
}

.pricing_page .pricing_tabs .tabs-content .pricing_bottom .recommended_tech h3 {
  margin: 0px 0px 30px;
}

.pricing_page .pricing_tabs .tabs-content .pricing_bottom .recommended_tech ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pricing_page .pricing_tabs .tabs-content .pricing_bottom .recommended_tech ul li {
  display: block !important;
}

.pricing_page .pricing_tabs .tabs-content .pricing_bottom .recommended_tech ul li img {
  width: auto;
  height: 36px;
}

.call_for_price {
  text-align: center;
  line-height: normal;
}

.call_for_price h3 {
  font-size: 40px;
}

.call_for_price h3 span {
  font-size: 60px;
  display: block;
  color: var(--theme-color);
}

.call_for_price p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
}

.call_for_price a.call_btn {
  background: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
  width: 300px;
  height: 50px;
  border-radius: 30px;
  line-height: 50px;
  display: block;
  margin: 30px auto 0 auto;
}

#success-div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: green;
  color: var(--white-color);
  padding: 6px 0px;
}

/* hire section json file */
.hire_sec .right .services_img {
  width: 750px;
  margin-left: -160px;
}

.career_box {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  border-bottom: 1px solid #ebebeb;
}

.career_box .career_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  flex-wrap: wrap;
  margin-top: 10px;
}

.career_box .career_container .left_c {
  text-align: start;
}

.career_box .career_container .left_c h3 {
  margin: 7px 0;
  font-size: 1.5rem;
}

.career_box .career_container .left_c p {
  margin: 7px 0;
}

.career_box .career_container .right_c a {
  margin: auto !important;
}

/* Outsourcing page faq */
.faq_sec .faq_page {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  height: 100%;
}

.faq_sec .faq_left {
  width: 100%;
}

.faq_sec .faq_right img {
  width: 100%;
  height: 100%;
  margin-top: -30px;
}

.faq_sec .container {
  margin: 0 auto;
  width: 100%;
}

.faq_sec .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq_sec .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #e73814;
}

.faq_sec .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.faq_sec .accordion button:hover,
.faq_sec .accordion button:focus {
  cursor: pointer;
  color: #e73814;
}

.faq_sec .accordion button:hover::after,
.faq_sec .accordion button:focus::after {
  cursor: pointer;
  color: #e73814;
  border: 1px solid #e73814;
}

.faq_sec .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.faq_sec .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.faq_sec .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.faq_sec .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.faq_sec .accordion button[aria-expanded=true] {
  color: #e73814;
}

.faq_sec .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.faq_sec .accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.faq_sec .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.faq_sec .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.faq_sec .accordion .accordion-content h1 {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.faq_sec .accordion-content ul {
  margin: 1em;
  padding: 1em;
  list-style: disc;
  margin-top: 0;
  padding-top: 0;
}

.faq_sec .accordion-content p span {
  font-weight: 800;
}

.faq_sec .accordion .content {
  margin: 15px 0;
}

.faq_sec .accordion .content p {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
}

.faq_sec .accordion .content h1 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
}

.faq_sec .accordion .content p a {
  color: #0072ff;
}

.faq_container {
  padding-top: 15px;
}

.faq_container .faq_sec .faq_page {
  margin-top: 50px !important;
  max-width: 1200px;
  margin: 0 auto;
}

.svg_chart img {
  margin: 40px auto;
}

/* Outsourcing page faq */
/* swiper gallery */
.swiper-container {
  cursor: grab;
}

.gallery_container .container {
  width: 100% !important;
  max-width: 1350px !important;
}

.gallery_container .container .sub_title_sec {
  padding-bottom: 50px;
}

.gallery {
  width: 100%;
  position: relative;
  min-height: 31.25rem;
  height: 80vh;
}

.gallery .content {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  text-transform: uppercase;
  color: var(--white-color);
  letter-spacing: 0.175rem;
  height: 100%;
  background: linear-gradient(82deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
  padding-left: 4rem;
  padding-top: 20%;
  padding-right: 10rem;
  width: 100%;
}

.gallery .content span {
  font-size: clamp(1.85rem, 1.7053rem + 0.5447vw, 2.25rem);
  font-weight: 300;
  display: block;
  margin-bottom: -0.625rem;
}

@media screen and (min-width: 42.5rem) {
  .gallery .content span {
    margin-bottom: -1.875rem;
  }
}

.gallery .content h1 {
  font-size: clamp(3.5rem, 1.8723rem + 6.1277vw, 5rem);
  font-weight: 400;
  margin-inline: -0.313rem;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05);
}

.gallery .content p {
  font-size: clamp(1.2rem, 1.0191rem + 0.6809vw, 1.7rem);
  margin-top: -0.313rem;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 42.5rem) {
  .gallery .content p {
    margin-top: -1.563rem;
  }
}

.gallery .content hr {
  display: block;
  width: 3rem;
  border: none;
  height: 0.125rem;
  background: var(--white-color);
  margin-top: 0.938rem;
  margin-inline: 0.313rem;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05);
}

.gallery footer {
  position: absolute;
  z-index: 50;
  left: 2rem;
  bottom: 1rem;
  transform: translatey(-50%);
  background: transparent;
  padding: unset;
}

@media screen and (min-width: 37.5rem) {
  .gallery footer {
    left: 4rem;
  }
}

.gallery footer ul {
  list-style: none;
  display: flex;
  gap: 1.563rem;
}

.gallery footer ul li {
  text-transform: uppercase;
  color: var(--white-color);
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 1.75rem;
  color: var(--theme-color);
}

.gallery footer ul li span {
  font-size: 0.8rem;
  opacity: 0.4;
  color: var(--white-color);
  font-weight: 400;
  display: inline-block;
  margin-right: 0.5rem;
  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05);
}

.gallery-slider {
  width: 100%;
  height: 100%;
}

.gallery-slider .swiper-slide {
  width: auto;
  height: 100%;
}

.gallery-slider .swiper-slide::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1098039216) 100%);
}

.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  cursor: pointer;
}

.gallery .swiper-pagination {
  position: relative;
  bottom: -0.313rem;
  text-align: left;
}

.gallery .swiper-pagination-bullet {
  border-radius: 0;
  width: 1.125rem;
  height: 0.25rem;
  background: var(--white-color);
}

.gallery .swiper-pagination-bullet-active {
  background: var(--white-color);
}

.gallery .more {
  text-transform: uppercase;
  color: var(--white-color);
  text-decoration: none;
  opacity: 0.3;
  font-size: 0.8rem;
  transform: translateY(-0.938rem);
  position: absolute;
  z-index: 10;
  right: 1.875rem;
  letter-spacing: 0.1rem;
  display: none !important;
}

@media screen and (min-width: 37.5rem) {
  .gallery .more {
    display: inline-block;
  }
}

.gallery .more:hover {
  opacity: 1;
}

.gallery-thumbs {
  width: 30rem !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  bottom: 8rem;
  right: 0;
  z-index: 999 !important;
}

@media screen and (min-width: 37.5rem) {
  .gallery-thumbs {
    width: 25rem;
  }
}

.gallery-thumbs .swiper-slide {
  width: 6.25rem;
  height: 6.25rem;
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}

@media screen and (max-width: 62.188rem) and (max-height: 43.75rem) {
  .content {
    top: 30% !important;
    transform: translatey(-30%);
  }
}

/* swiper gallery */
/* pos  page */
.pos_page {
  font-family: "Montserrat", sans-serif !important;
}

.pos_page .price_off {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.pos_page .price_off .offer {
  font-size: 16px;
  color: #ffffff;
  background: #e6370d;
  padding: 5px 15px;
  border-radius: 30px;
}

.pos_page .price_off .amount {
  font-size: 24px;
  color: #7e7e7e;
  font-weight: 500;
  text-decoration: line-through;
}

.pos_page section.count_sec {
  padding: 0;
}

.pos_page section .banner_bottom {
  background: linear-gradient(96deg, #36438B 5.82%, #2E3A7D 27.75%, #232F6B 62.24%, #1A245A 90.06%);
  margin-top: 80px;
}

.pos_page section .banner_bottom .features_list {
  width: 16%;
}

.pos_page section .banner_bottom .features_list .left {
  display: none;
}

.pos_page section .banner_bottom .features_list .right {
  width: 90%;
}

.pos_page input {
  height: 100%;
  border-radius: 60px;
  width: 65%;
  text-indent: 11px;
  background: transparent;
  border: unset;
  outline: unset;
  color: var(--white-color);
}

.pos_page input::placeholder {
  color: var(--white-color);
}

.pos_page section.banner {
  height: auto !important;
}

.pos_page section.banner .banner_text {
  padding-top: 0;
  width: -webkit-fill-available;
  text-align: center;
}

.pos_page section.banner .banner_text .banner_btn {
  margin: 0 auto;
  color: var(--white-color);
  width: 100%;
  max-width: 600px;
}

.pos_page section.banner .banner_text .btn {
  background: var(--theme-color-dark);
  margin-left: 0;
  height: 58px;
  line-height: 58px;
  border-radius: 60px;
  cursor: pointer;
  max-width: 200px;
  border: unset;
  outline: unset;
}

.pos_page .retail_txt {
  padding: 80px 0;
  background: #F7F7F7 !important;
}

.pos_page .client_sec {
  padding: 45px 0px;
}

.pos_page header .header_top {
  background: linear-gradient(96deg, #36438B 5.82%, #2E3A7D 27.75%, #232F6B 62.24%, #1A245A 90.06%);
}

.pos_page header .header_top .mainmenu ul li a {
  color: var(--white-color);
  font-weight: 600;
}

.pos_page header .header_top .mainmenu ul li a.active {
  color: #9DED1A !important;
}

.pos_page .price_sec_pos {
  background-color: var(--white-color);
}

.pos_page .price_sec_pos .sub_title_sec p {
  margin-bottom: 10px;
}

.pos_page .price_sec_pos .sub_title_sec p .d1-button {
  cursor: pointer;
  color: var(--theme-color-dark) !important;
  font-weight: 600;
}

.pos_page .price_sec_pos .price_box {
  max-width: 420px;
  width: 100%;
  background: var(--white-color);
  min-height: 360px;
  padding: 35px 35px 40px;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.pos_page .price_sec_pos .price_box.price_design_new {
  background: linear-gradient(96deg, #36438B 5.82%, #2E3A7D 27.75%, #232F6B 62.24%, #1A245A 90.06%);
  position: relative;
}

.pos_page .price_sec_pos .price_box.price_design_new .tag {
  background: var(--white-color);
}

.pos_page .price_sec_pos .price_box.price_design_new .tag span {
  color: #212C67;
}

.pos_page .price_sec_pos .price_box.price_design_new .price_txt .pt,
.pos_page .price_sec_pos .price_box.price_design_new .price_txt .sub_txt {
  color: var(--white-color);
}

.pos_page .price_sec_pos .price_box.price_design_new .btn_sec {
  border: 1px solid var(--white-color);
}

.pos_page .price_sec_pos .price_box.price_design_new .btn_sec:hover {
  box-shadow: 8px 8px var(--white-color);
}

.pos_page .price_sec_pos .price_box.price_design_new .btn_sec a {
  color: var(--white-color);
}

.pos_page .price_sec_pos .price_container {
  max-width: 1230px;
  margin: 70px auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.pos_page .price_sec_pos .top_head {
  width: 100%;
}

.pos_page .price_sec_pos .top_head .price_txt {
  text-align: center;
}

.pos_page .price_sec_pos .tag {
  width: fit-content;
  padding: 10px 30px;
  background: #212C67;
  border-radius: 40px;
  font-weight: 600;
  color: var(--white-color);
  font-size: 14px;
  margin-bottom: 30px;
}

.pos_page .price_sec_pos .tag_new {
  border-radius: 20px 20px 0 0;
  font-size: 14px;
  padding: 8px 20px 8px 46px;
  position: absolute;
  top: -20px;
  right: 0px;
  background: #e6370d;
  width: 100%;
  text-align: center;
}

.pos_page .price_sec_pos .tag_new span {
  color: var(--white-color);
  font-weight: 600;
}

.pos_page .price_sec_pos .btn_sec {
  background: transparent;
  font-size: 17px;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #212C67;
  font-weight: 400;
  margin: 0 auto;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.pos_page .price_sec_pos .btn_sec a {
  text-decoration: none !important;
}

.pos_page .price_sec_pos .btn_sec:hover {
  border: 1px solid #212C67;
  transform: translate(8px, -8px);
  box-shadow: 8px 8px #212C67;
}

.pos_page .price_sec_pos .price_txt span {
  font-size: 17px;
  font-weight: 600;
}

.pos_page .price_sec_pos .price_txt .pt {
  font-size: 40px;
  font-weight: 600;
  display: flex;
  text-align: center;
  justify-content: center;
}

.pos_page .price_sec_pos .price_txt .sub_txt {
  font-size: 16px;
  color: #545958;
  font-weight: 600;
  margin-top: 15px;
}

.pos_page .price_sec_pos .list_txt h3 {
  font-size: 18px;
  color: #212C67;
  margin: 20px 0;
}

.pos_page .price_sec_pos .lits_items ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pos_page .price_sec_pos .lits_items ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.pos_page section .skill_lists .box {
  border: unset;
  width: 15%;
}

.pos_page .sub_title_sec h3 {
  margin-bottom: 20px;
}

.pos_page .list_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1500px;
  margin: 50px auto 0;
}

.pos_page .list_container .list_box {
  width: 25%;
  background: var(--white-color);
  min-height: 355px;
  transition: all 0.3s ease-in;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 10px;
}

.pos_page .list_container .list_box:hover {
  border: 1px solid #212C67;
  transform: translate(8px, -8px);
  box-shadow: 8px 8px #212C67;
}

.pos_page .list_container .list_box .top_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.pos_page .list_container .list_box .top_box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #212C67;
}

.pos_page .list_container .list_box .body_box {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pos_page .list_container .list_box .body_box p {
  font-size: 18px;
  font-weight: 500;
  color: #515151;
  line-height: 25px;
}

.hero_section {
  background: linear-gradient(96deg, #36438B 5.82%, #2E3A7D 27.75%, #232F6B 62.24%, #1A245A 90.06%);
  position: relative;
}

.hero_section .top_svg_1,
.hero_section .top_svg_2 {
  width: 200px;
  position: absolute;
}

.hero_section .top_svg_1 {
  top: 50px;
  left: 20px;
}

.hero_section .top_svg_2 {
  right: 20px;
  bottom: 50px;
}

.hero_section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_section .container .content {
  display: flex;
  flex-direction: column;
  gap: 38px;
  justify-content: center;
  align-items: center;
  width: 75vw;
  margin: 0 auto;
  text-align: center;
}

.hero_section .container .content h1 {
  font-size: 6.8vh;
  text-align: center;
  color: var(--white-color);
  font-weight: 600;
}

.hero_section .container .content h1 span {
  color: #9DED1A;
}

.hero_section .container .content p {
  font-size: 2vh;
  width: 70%;
  color: var(--white-color);
  line-height: 40px;
  font-weight: 400;
}

.hero_section .container .image_container img {
  width: 90vh;
}

/* pos  page */
/* E comm  page */
.ecomm_page {
  font-family: "Lato", sans-serif !important;
}

.ecomm_page .price_sec_pos {
  background-color: var(--white-color);
}

.ecomm_page .price_sec_pos .sub_title_sec p {
  margin-bottom: 10px;
}

.ecomm_page .price_sec_pos .sub_title_sec p .d1-button {
  cursor: pointer;
  color: var(--theme-color-dark) !important;
  font-weight: 600;
}

.ecomm_page .price_off {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.ecomm_page .price_off .offer {
  font-size: 16px;
  color: #ffffff;
  background: #f44f1d;
  padding: 5px 15px;
  border-radius: 30px;
}

.ecomm_page .price_off .amount {
  font-size: 24px;
  color: #7e7e7e;
  font-weight: 500;
  text-decoration: line-through;
}

.ecomm_page section.count_sec {
  padding: 80px 0px 0;
}

.ecomm_page section .banner_bottom {
  background: linear-gradient(96deg, var(--e_comm_theme) 5.82%, var(--e_comm_theme) 27.75%, var(--e_comm_theme) 62.24%, var(--e_comm_theme) 90.06%);
  margin-top: 80px;
  margin-bottom: 80px;
}

.ecomm_page section .banner_bottom .features_list .left {
  display: none;
}

.ecomm_page section .banner_bottom .features_list .right {
  width: 90%;
}

.ecomm_page input {
  height: 100%;
  border-radius: 60px;
  width: 65%;
  text-indent: 11px;
  background: transparent;
  border: unset;
  outline: unset;
  color: var(--white-color);
}

.ecomm_page input::placeholder {
  color: var(--white-color);
}

.ecomm_page section.banner {
  height: auto !important;
}

.ecomm_page section.banner .banner_text {
  padding-top: 0;
  width: -webkit-fill-available;
  text-align: center;
}

.ecomm_page section.banner .banner_text .banner_btn {
  margin: 0 auto;
  color: var(--white-color);
  width: 100%;
  max-width: 600px;
}

.ecomm_page section.banner .banner_text .btn {
  background: #21b135;
  margin-left: 0;
  height: 58px;
  line-height: 58px;
  border-radius: 60px;
  cursor: pointer;
  max-width: 200px;
  border: unset;
  outline: unset;
}

.ecomm_page .retail_txt {
  padding: 80px 0;
  background: #F7F7F7 !important;
}

.ecomm_page .client_sec {
  padding: 45px 0px;
}

.ecomm_page header .header_top {
  background: linear-gradient(96deg, var(--e_comm_theme) 5.82%, var(--e_comm_theme) 27.75%, var(--e_comm_theme) 62.24%, var(--e_comm_theme) 90.06%);
}

.ecomm_page header .header_top .mainmenu ul li a {
  color: var(--white-color);
  font-weight: 600;
}

.ecomm_page header .header_top .mainmenu ul li a.active {
  color: #21b135 !important;
}

.ecomm_page .price_sec_pos {
  background-color: var(--white-color);
  padding: 45px 0;
}

.ecomm_page .price_sec_pos .price_box {
  max-width: 360px;
  width: 100%;
  background: var(--white-color);
  min-height: 905px;
  padding: 35px 35px 40px;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.ecomm_page .price_sec_pos .price_box.price_design_new {
  background: linear-gradient(96deg, var(--e_comm_theme) 5.82%, var(--e_comm_theme) 27.75%, var(--e_comm_theme) 62.24%, var(--e_comm_theme) 90.06%);
  position: relative;
}

.ecomm_page .price_sec_pos .price_box.price_design_new .tag {
  background: var(--white-color);
}

.ecomm_page .price_sec_pos .price_box.price_design_new .tag span {
  color: var(--e_comm_theme);
}

.ecomm_page .price_sec_pos .price_box.price_design_new .price_txt .pt,
.ecomm_page .price_sec_pos .price_box.price_design_new .price_txt .sub_txt {
  color: var(--white-color);
}

.ecomm_page .price_sec_pos .price_box.price_design_new .list_txt h3,
.ecomm_page .price_sec_pos .price_box.price_design_new .list_txt span {
  color: var(--white-color) !important;
}

.ecomm_page .price_sec_pos .price_box.price_design_new .btn_sec {
  border: 1px solid var(--white-color);
}

.ecomm_page .price_sec_pos .price_box.price_design_new .btn_sec:hover {
  box-shadow: 8px 8px var(--white-color);
}

.ecomm_page .price_sec_pos .price_box.price_design_new .btn_sec a {
  color: var(--white-color);
}

.ecomm_page .price_sec_pos .price_container {
  max-width: 1230px;
  margin: 70px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.ecomm_page .price_sec_pos .top_head {
  width: 100%;
}

.ecomm_page .price_sec_pos .top_head .price_txt {
  text-align: center;
}

.ecomm_page .price_sec_pos .tag {
  width: fit-content;
  padding: 10px 30px;
  background: var(--e_comm_theme);
  border-radius: 40px;
  font-weight: 600;
  color: var(--white-color);
  font-size: 14px;
  margin-bottom: 30px;
}

.ecomm_page .price_sec_pos .tag_new {
  border-radius: 20px 20px 0 0;
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  position: absolute;
  top: -20px;
  right: 0px;
  background: #F44F1D;
  width: 100%;
  text-align: center;
}

.ecomm_page .price_sec_pos .tag_new span {
  color: var(--white-color);
  font-weight: 600;
}

.ecomm_page .price_sec_pos .btn_sec {
  background: transparent;
  font-size: 17px;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--e_comm_theme);
  font-weight: 400;
  margin: 0 auto;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.ecomm_page .price_sec_pos .btn_sec a {
  text-decoration: none !important;
}

.ecomm_page .price_sec_pos .btn_sec:hover {
  border: 1px solid var(--e_comm_theme);
  transform: translate(8px, -8px);
  box-shadow: 8px 8px var(--e_comm_theme);
}

.ecomm_page .price_sec_pos .price_txt span {
  font-size: 16px;
  font-weight: 600;
}

.ecomm_page .price_sec_pos .price_txt .pt {
  font-size: 40px;
  font-weight: 600;
}

.ecomm_page .price_sec_pos .price_txt .sub_txt {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-top: 15px;
}

.ecomm_page .price_sec_pos .list_txt h3 {
  font-size: 18px;
  color: var(--e_comm_theme);
  margin: 20px 0;
  font-weight: 600;
}

.ecomm_page .price_sec_pos .lits_items ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ecomm_page .price_sec_pos .lits_items ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}

.ecomm_page section .skill_lists .box {
  border: unset;
  width: 15%;
}

.ecomm_page .sub_title_sec h3 {
  margin-bottom: 20px;
}

.ecomm_page .list_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1500px;
  margin: 50px auto 0;
  flex-wrap: wrap;
}

.ecomm_page .list_container .list_box {
  width: 20%;
  background: var(--white-color);
  min-height: 170px;
  transition: all 0.3s ease-in;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ecomm_page .list_container .list_box:hover {
  border: 1px solid var(--e_comm_theme);
  transform: translate(8px, -8px);
  box-shadow: 8px 8px var(--e_comm_theme);
}

.ecomm_page .list_container .list_box .top_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  text-align: center;
}

.ecomm_page .list_container .list_box .top_box .icon {
  background: rgba(1, 48, 51, 0.07);
  border-radius: 100px;
}

.ecomm_page .list_container .list_box .top_box h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--e_comm_theme);
}

.ecomm_page .list_container .list_box .body_box {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ecomm_page .list_container .list_box .body_box p {
  font-size: 18px;
  font-weight: 500;
  color: #515151;
  line-height: 25px;
}

.ecomm_page .hero_section {
  background: var(--e_comm_theme);
  position: relative;
  padding-bottom: 0 !important;
}

.ecomm_page .hero_section .top_svg_1,
.ecomm_page .hero_section .top_svg_2 {
  width: 200px;
  position: absolute;
}

.ecomm_page .hero_section .top_svg_1 {
  top: 50px;
  left: 20px;
}

.ecomm_page .hero_section .top_svg_2 {
  right: 20px;
  bottom: 50px;
}

.ecomm_page .hero_section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecomm_page .hero_section .container .content {
  display: flex;
  flex-direction: column;
  gap: 38px;
  justify-content: center;
  align-items: center;
  width: 75vw;
  margin: 0 auto;
  text-align: center;
}

.ecomm_page .hero_section .container .content .image_container video {
  width: 100vw;
  max-height: 100%;
  margin-bottom: -6px;
}

.ecomm_page .hero_section .container .content h1 {
  font-size: 6.8vh;
  text-align: center;
  color: var(--white-color);
  font-weight: 600;
}

.ecomm_page .hero_section .container .content h1 span {
  color: #21b135;
}

.ecomm_page .hero_section .container .content p {
  font-size: 2vh;
  width: 70%;
  color: var(--white-color);
  line-height: 40px;
  font-weight: 400;
}

.ecomm_page .hero_section .container .image_container img {
  width: 90vh;
}

/* E comm  page */
dialog {
  border: unset;
  background-color: white;
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  padding: 20px;
}

dialog .contact_section {
  padding: 0;
  width: 100%;
  box-shadow: unset;
  position: relative;
}

dialog .contact_section .heading_txt {
  width: 70%;
}

dialog .contact_section .heading_txt h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

dialog .contact_section .heading_txt p {
  font-size: 14px;
}

dialog .contact_section .options {
  width: 100%;
  margin: 25px auto 0 auto;
}

dialog .contact_section .options .option_3 input {
  border-radius: 0;
  color: #000;
}

dialog .contact_section .options .option_3 input::placeholder {
  color: #000;
}

dialog .header {
  display: flex;
  font-family: Tahoma;
  font-weight: bold;
  color: darkred;
  width: 100%;
}

dialog .body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

dialog .footer {
  display: flex;
  justify-content: space-evenly;
}

dialog .footer button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 14px;
  border: unset;
  outline: unset;
  background: transparent;
  font-size: 18px;
  color: #b12908;
  font-weight: 600;
  z-index: 9999;
  cursor: pointer;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

/* badge logo style */
.trust_badge_box p {
  width: 86%;
  font-size: 18px;
  font-weight: 400;
  color: var(--tagline-color);
  margin: 35px 0px 22px;

}

.trust_badge_img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.trust_badge_img img:first-child {
  padding-top: 10px;
}

.trust_badge_img img:nth-child(2) {
  width: 100px;
}

.partner_badge_box p {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: var(--tagline-color);
  margin: 35px 0px 22px;

}

.partner_badge_img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.partner_badge_img img:first-child {
  padding-top: 10px;
}

.partner_badge_img img:nth-child(2) {
  width: 100px;
}
/*# sourceMappingURL=style.css.map */

/* Parent nav item */
.mega-menu-parent {
  /* position: relative; */
  display: flex;
}

/* .mega-menu {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0;
} */

header .header_top {
  padding: 20px 0px;
  position: relative;
}

.height-40{
  height: 30vh !important;
}

.mega-menu {
  display: flex;
  position: absolute;
  top: 82%;
  left: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0;
  height: 50vh;
  /* width: 100%; */
}

.mega-sidebar {
  width: 260px;
  /* background: #f4f4f4; */
  background: rgb(127 122 122 / 6%);
  backdrop-filter: blur(25px);
  padding: 30px 20px;
}

.mega-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-sidebar li {
  padding: 12px 20px;
  cursor: pointer;
  color: #333;
  font-weight: 500;
  border-left: 3px solid transparent;
  transition: background 0.3s, border-color 0.3s;
}

.mega-sidebar li.active,
.mega-sidebar li:hover {
  background: #ffe5df;
  /* border-left: 3px solid #ff274d;
  color: #ff274d; */
  border-left: 3px solid var(--theme-color-dark);
  color: var(--theme-color-dark);
}

.mega-content {
  flex: 1;
  padding: 30px;
  width: calc(100% - 260px);
  height: 100%;
  overflow: auto;

}

.mega-panel {
  display: none;
}

.mega-panel.active {
  display: block;
}

.mega-items {
  /* display: flex;
  flex-wrap: wrap;
  gap: 30px; */
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px 20px;
}

.mega-item {
  display: flex;
  align-items: flex-start;
  width: calc(80% - 15px);
  /* 2 columns on desktop */
  gap: 15px;
  padding: 16px;
  border-radius: 3px;
  color: #333333 !important;
  font-weight: 400 !important;
}

.mega-item a {
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.mega-item:hover {
  /* background-color: #f8f9fb; */
  background: rgb(253 235 235 / 60%);
  backdrop-filter: blur(25px);

}

.icon img {
  /* background-color: #ff274d;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center; */
  min-width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin-top: 2px;
}

.info h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.info p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

/* Show menu on hover */
/* .mega-menu-parent:hover .mega-menu {
  display: flex;
} */

header .header_top .mainmenu ul li.nav-item .mega-menu {
  display: none;
  background: rgb(255, 255, 255, 67%);
  backdrop-filter: blur(25px);
  /* width: min-content; */
  width: 100%;
}

header .header_top .mainmenu ul li.nav-item.mega-menu-parent:hover>.mega-menu {
  display: flex;
}

header .header_top .mainmenu .mega-sidebar ul li:last-child {
  width: 190px;
  text-align: start;
}

/* .mainmenu.mega-menu-contain {
  display: flex;
  align-items: baseline;
} */

/* Responsive */
@media (max-width: 768px) {
  .mega-items {
    flex-direction: column;
  }

  .mega-item {
    width: 100%;
  }
}


/* Default (Light theme) */
.theme-light .logo img {
  content: url("/assets/img/ascent24_logo.png");
}

/* Dark theme */
.theme-dark .logo img {
  content: url("/assets/img/pos/logo_a24.png");
}
