/* 
Sass source codes
Project Name: AvaPay
Developer: ****
Phone Number: ****
Tools: php - Html5 - Sass/Css3 - Juqery/es6/aJax - Bootstrap5 
*/
html {
  --color-primary: #2554FF;
  --color-secondary: #2554FF;
  --color-primary-bg: #F2F5FF;
  --color-footer: #24272F;
  --color-footer-light: #30333E;
  --color-primary-light: #001329;
  --color-text: #001329;
  --color-text-light: #556270;
  --color-silver: #F6F7FB;
  --size-hero: 55px;
  --size-title: 30px;
  --size-sub: 20px;
  --size-card: 16.5px;
  --size-menu-links: 14.5px;
  --size-caption: 15px;
  --padding-section: 20px 0;
  --singlePageHero: 430px;
  --shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px;
  --shadow2: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  --shadow-green: #009c8a63 0px 10px 40px;
  --radius: 6px;
}

p {
  letter-spacing: 0 !important;
  line-height: 1.8;
}

body {
  font-family: Anjoman !important;
  font-weight: 500;
  scrollbar-width: thin !important;
  letter-spacing: -0.6px;
  font-size: 14px;
  /* "auto" or "thin" */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  cursor: pointer;
}
body::-webkit-scrollbar-thumb {
  cursor: pointer;
}
.primary-c {
  color: var(--primary-color);
}

.black-c {
  color: var(--black) !important;
}

h1 {
  font-weight: 600;
}

a {
  text-decoration: none !important;
  color: unset;
}
a:hover {
  color: unset;
}

button:focus,
input:focus,
textarea:focus {
  box-shadow: none !important;
}

* {
  box-sizing: border-box;
}

body,
input,
select,
button {
  -webkit-appearance: none !important;
}

.button, .button_small {
  color: white;
  background-color: var(--color-primary);
  border-radius: 6px;
  height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 600;
  padding: 0 20px;
  z-index: 1;
  transition: 0.3s ease;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.button:hover, .button_small:hover {
  opacity: 0.8 !important;
  color: white !important;
}

.button_small {
  height: 36px;
  color: white !important;
  padding: 0 15px;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: 1.5rem 0rem;
  transition: 0.3s ease;
}
.navbar .nav-item {
  padding: 0 10px;
}
.navbar a {
  font-size: 15px;
  color: var(--color-text);
}

.navbar.navbar-homepage a {
  font-size: 15px;
  color: white;
}
.navbar.navbar-homepage .navbar-toggler {
  background: rgba(255, 255, 255, 0.659);
}

.navbar-toggler {
  width: 35px;
  height: 35px;
  padding: 0;
}
.navbar-toggler .navbar-toggler-icon {
  background-size: 20px;
}

.navbar.scrolled {
  padding: 0.5rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  background: white;
}
.navbar.scrolled a {
  color: var(--color-text) !important;
}

.navbar.scrolled a.button, .navbar.scrolled a.button_small {
  color: white !important;
}

._hero {
  margin-bottom: 4rem;
  padding-top: 1rem;
  background: radial-gradient(circle, rgba(20, 22, 29, 0.868) 0%, rgb(20, 22, 29) 100%), url(../img/Hero.svg);
  background-size: 100%; /* Adjust as needed */
  background-position: center; /* Adjust as needed */
  background-repeat: repeat; /* Adjust as needed */
  color: white;
}
._hero .container {
  padding: 8rem 0 3rem 0;
  min-height: 740px;
}
.Big_Title {
  font-weight: 800;
  font-size: var(--size-hero);
}

.Big_Sub {
  font-size: var(--size-title);
  font-weight: 300;
  opacity: 0.8;
}

.Big_p {
  font-size: 18px;
  max-width: 800px;
  letter-spacing: -0.5px;
  opacity: 0.6;
  margin: 1.5rem auto;
  line-height: 1.8;
  font-weight: 200;
}

.Bar_Phone {
  color: white;
}

.navbar-brand {
  margin: 0 0 0 10px;
  letter-spacing: -1.5px;
  font-weight: 900 !important;
  font-size: 30px !important;
}
.navbar-brand span {
  color: var(--color-primary);
}

.HeroVec {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 2rem;
}

.HeroVec1 {
  position: absolute;
  left: 17%;
}

.HeroVec2 {
  position: absolute;
  right: 13%;
}

.HeroVec3 {
  position: absolute;
  right: 13%;
  bottom: 30%;
}

.HeroVecOut {
  position: absolute;
  top: 13%;
  right: 0;
}

.navbar-collapse.open {
  position: fixed;
  display: block !important;
  left: 0;
  top: 0;
  z-index: 10000;
  background: white;
  box-shadow: rgba(50, 50, 93, 0.55) 0px 50px 200px 0px, rgba(0, 0, 0, 0.7) 0px 30px 120px 0px;
  height: 100%;
  width: 77%;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.navbar-collapse.open .navbar-nav {
  opacity: 1;
}
.navbar-collapse.open ul {
  padding: 1.5rem;
}
.navbar-collapse.open li {
  padding: 0;
}
.navbar-collapse.open a {
  color: var(--color-text) !important;
}
.navbar-collapse.open a.button_small {
  color: white !important;
}
.navbar-collapse.open .Nav_Buttons {
  opacity: 1;
  z-index: 1000;
  padding: 0 1.5rem;
  direction: ltr;
  text-align: right;
  float: right;
}
.navbar-collapse.open .Nav_Buttons .button_small {
  margin: 0 0 0 1.5rem !important;
}
.navbar-collapse.open .nav-link {
  display: flex;
  align-items: center;
}
.navbar-collapse.open .nav-link i {
  font-size: 22px;
  margin-right: auto;
}

.navbar-collapse.close {
  width: 0 !important;
  opacity: 0 !important;
  z-index: -100 !important;
}

.Nav_Logo {
  max-width: 100px;
  margin: 1rem 0 3rem 0;
}

.Mobile_WebLink {
  opacity: 0.4;
  padding: 1.5rem;
  position: absolute;
  bottom: 0;
  font-weight: 300;
}

.Close_Menu {
  font-size: 27px;
  position: absolute;
  left: 1.5rem;
  color: red;
}

.title {
  text-align: center;
}
.title hr {
  border-radius: 50rem;
  background: var(--color-secondary);
  height: 4px;
  opacity: 1;
  width: 30px;
  margin: 1rem auto;
}

.title_head {
  font-size: var(--size-title);
  font-weight: 800;
}

.section {
  position: relative;
  padding: var(--padding-section);
}

.title_sub {
  color: var(--color-text-light);
  font-size: var(--size-sub);
  font-weight: 300;
}

.t_right {
  display: flex;
  align-items: center;
  text-align: right !important;
}
.t_right::before {
  border-radius: 50rem;
  content: "|";
  margin-left: 1.5rem;
  height: 30px;
  display: inline-flex;
  background: var(--color-secondary);
  width: 4px;
  color: transparent;
}

.nav_custom {
  margin: 2rem 0;
}
.nav_custom svg, .nav_custom path {
  fill: var(--color-text-light) !important;
}
.nav_custom .active {
  color: var(--color-primary) !important;
  background: var(--color-primary-bg) !important;
}
.nav_custom .active svg, .nav_custom .active path {
  fill: var(--color-primary) !important;
}
.nav_custom li {
  margin: 0 1rem;
}
.nav_custom li button {
  font-size: var(--size-card);
  transition: 0.3s ease;
  color: var(--color-text-light);
}
.nav_custom li button:hover {
  color: var(--color-text-light);
  opacity: 0.8;
}
.nav_custom li button img {
  margin-left: 10px;
}
.nav_custom li button b {
  margin-right: 3px;
}

.TabsVec {
  width: 560px;
  height: 450px;
  position: absolute;
  right: -12rem;
  top: 0;
}

.tabcontent_title {
  font-size: var(--size-card);
}
.tabcontent_title img {
  margin-left: 10px;
}

.tab-pane p {
  color: var(--color-text-light);
  line-height: 1.8;
  letter-spacing: 0;
  font-size: var(--size-caption);
}
@media (min-width: 998px) {
  .tab-pane p {
    padding-left: 4rem;
  }
}

.features_area, .banner_area {
  background: var(--color-secondary);
  padding: 25px 35px;
  color: white;
  border-radius: 20px;
}

.feature_title {
  font-size: var(--size-card);
  font-weight: 800;
  margin-bottom: 1rem;
}

.feature_card {
  border-radius: 10px;
  padding: 2rem;
  transition: 0.3s ease;
}
.feature_card svg {
  margin-bottom: 1.5rem;
}
.feature_card p {
  margin: 0;
}
.feature_card:hover {
  background: rgba(255, 255, 255, 0.69);
  cursor: pointer;
  color: var(--color-text);
}
.feature_card:hover svg, .feature_card:hover path, .feature_card:hover circle {
  fill: var(--color-text) !important;
}

.no_pointer {
  pointer-events: none !important;
}

.feature_static {
  color: var(--color-text);
  background: white;
}

@media (min-width: 998px) {
  .feature_holder {
    display: flex;
    justify-content: space-around;
  }
}

.feature_col {
  width: 100%;
  display: inline-block;
}
@media (min-width: 998px) {
  .feature_col {
    width: 22%;
  }
}
.feature_col p {
  line-height: 1.4;
  letter-spacing: -0.5px !important;
}

.accordion_texture {
  max-height: 545px;
  overflow: hidden;
}
.accordion_texture img {
  max-width: 540px;
}

.accordion-item {
  padding: 10px 0;
  border: none !important;
}
.accordion-item .accordion-button {
  background: var(--color-primary-bg);
  border-radius: 10px !important;
  padding: 18px 25px;
  font-size: 15px;
  font-weight: 800;
  border: none !important;
  color: var(--color-primary);
}
.accordion-item .accordion-button.collapsed {
  background: var(--color-primary-bg);
  color: var(--color-text);
  font-weight: 500;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/ac.svg);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  margin-left: 0;
  margin-right: auto;
  background-image: url(../img/ac.svg);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-body p {
  margin-bottom: 0;
  opacity: 0.6;
}

.banner_area {
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_area p {
  max-width: 460px;
  margin: auto;
  opacity: 0.7;
}
.banner_area .button, .banner_area .button_small {
  background: white;
  color: var(--color-text);
}

.banner_area_texture_right, .banner_area_texture_left {
  position: absolute;
  z-index: 0;
  right: 1rem;
  top: 0;
}

.banner_area_texture_left {
  left: 1rem;
  right: auto;
}

.banner_title {
  position: relative;
  margin-bottom: 1.5rem;
  z-index: 1;
  text-align: center;
}
.banner_title h3 {
  font-size: var(--size-title);
  font-weight: 800;
  letter-spacing: -1px;
}

._safety .safety_col {
  transition: 0.3s ease;
}
._safety .safety_col:hover {
  background: var(--color-primary-bg);
}
._safety .safety_col:nth-child(1) {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
._safety .safety_col:nth-child(2) {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
._safety .safety_col:nth-child(3) {
  border-bottom: 1px solid #dcdcdc;
}
._safety .safety_col:nth-child(4) {
  border-left: 1px solid #dcdcdc;
}
._safety .safety_col:nth-child(5) {
  border-left: 1px solid #dcdcdc;
}
.safe_card_title {
  font-size: var(--size-card);
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-left: 1.5rem;
}
.safe_card_title i {
  margin-left: 10px;
  display: block;
  margin-bottom: 1rem;
  color: var(--color-primary);
  font-size: 38px;
}
.safe_card_title span {
  border: 3.5px solid var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
  transition: 0.3s ease;
  width: 55px;
  height: 55px;
}

.safety_icon {
  border-radius: 50%;
  width: 100%;
  transition: 0.2s ease;
  filter: grayscale(100%);
}

.safety_card {
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  justify-content: start;
  padding: 1.5rem;
}
.safety_card b {
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 5px 0 !important;
}
.safety_card:hover .safety_icon {
  filter: none;
}
.safety_card:hover .safe_card_title span {
  padding: 3px;
  border: 2px solid var(--color-primary);
}
.safety_card small {
  font-weight: 4 0;
  text-align: right;
  display: block;
  font-size: var(--size-caption);
  opacity: 0.6;
}

._blog {
  background: var(--color-silver);
}

.blog_title .title_head {
  font-size: 17px;
}

.blog_card {
  background: white;
  border-radius: 8px;
  height: 100%;
  padding: 20px;
}
.blog_card img {
  border-radius: 9px;
}
.blog_card p {
  opacity: 0.6 !important;
  line-height: 1.8;
}

.blog_title {
  font-size: var(--size-card);
  transition: 0.3s ease;
  cursor: pointer;
  line-height: 1.8;
}
.blog_title:hover {
  opacity: 0.5;
}

.main_footer {
  background: var(--color-footer);
  color: white;
  padding: 3rem 0;
}

.footer_heading {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(220, 220, 220, 0.3764705882);
}
.footer_heading p {
  line-height: 1.8;
  opacity: 0.6;
}
.footer_heading span {
  font-size: var(--size-sub);
  display: block;
  margin: 0.7rem 0;
}

.footer_title {
  font-size: var(--size-title);
  font-weight: 800;
}

.footer_col_title {
  font-size: var(--size-sub);
  font-weight: 800;
  letter-spacing: -2px;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.footer_col_title::before {
  content: ".";
  color: transparent;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background: white;
  border-radius: 50%;
  margin-left: 1rem;
  position: relative;
  display: inline-flex;
}

.footer_cols ul {
  padding-right: 0;
  list-style: none;
}
.footer_cols ul li {
  direction: rtl;
  display: flex;
  align-items: center;
  margin: 1rem 0;
  font-size: var(--size-caption);
}
.footer_cols ul li a {
  opacity: 0.7;
  transition: 0.3s ease;
}
.footer_cols ul li a:hover {
  opacity: 1;
}
.footer_cols ul li::before {
  content: "-";
  margin-left: 1rem;
  font-size: 20px;
}

.socials ul {
  display: flex;
  align-items: center;
}
.socials ul a {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1725490196);
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 23px;
  display: inline-flex;
  margin: 0.5rem;
  transition: 0.3s ease;
}
.socials ul a:hover {
  background: var(--color-primary);
  color: white;
}
.socials ul li i {
  margin: 0 !important;
}
.socials ul li::before {
  display: none;
}

.footer_cp {
  text-align: center;
  background: var(--color-footer-light);
  color: white;
}

.BlogCard__Back {
  height: 130px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.bc_title {
  line-height: 1.8;
  font-size: var(--size-sub);
}

.first_elem {
  margin-top: 9rem;
}

.blog_hero {
  font-size: 40px;
  text-align: center;
}
.blog_hero h1 {
  font-weight: 900;
  letter-spacing: -2px;
}

.Side__Box {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  background: white;
  border-radius: 9px;
  padding: 2rem;
}

.Sidebar ul {
  padding: 0;
  list-style: none;
}
.Sidebar ul li {
  direction: ltr;
  display: flex;
  align-items: center;
  margin: 0.8rem 0;
}
.Sidebar ul li i {
  margin-right: auto;
}

.Side__Header {
  background: var(--color-footer-light);
  color: white;
  height: 48px;
  margin-bottom: 1.5rem;
  align-items: center;
  display: flex;
  padding: 0 14px;
  border-radius: 7px;
}
.Side__Header svg {
  margin-left: 10px;
}

.SC__List li i {
  opacity: 0.3 !important;
}
.SC__List li a {
  opacity: 0.5;
  transition: 0.3s ease;
}
.SC__List li a:hover {
  opacity: 1;
}

.blog_hero {
  background: radial-gradient(circle, rgba(36, 39, 47, 0.868) 0%, rgb(36, 39, 47) 80%), url(../img/Hero.svg);
}
.blog_hero .container {
  padding: 5rem 0;
  min-height: auto !important;
}

.blog_header {
  background: radial-gradient(circle, rgba(37, 84, 255, 0.868) 0%, rgb(37, 84, 255) 80%), url(../img/Hero.svg) !important;
}

.blog_search input {
  font-size: 14px;
}
.blog_search button {
  font-size: 14px;
}

.blog_hero .Big_Sub {
  font-size: 25px;
}

.search-label {
  background: rgba(255, 255, 255, 0.2196078431);
  padding: 0 10px;
  display: flex;
  align-items: center;
  max-width: 300px;
  margin: auto;
  height: 55px;
  border-radius: 50rem;
}
.search-label svg {
  stroke: #ffffff !important;
  display: none;
}
.search-label input {
  height: 100%;
  width: 100%;
  background: transparent;
  color: white !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.search-label input::-moz-placeholder {
  opacity: 0.6;
  color: white;
}
.search-label input::placeholder {
  opacity: 0.6;
  color: white;
}
.search-label button {
  margin-right: auto;
  border-radius: 50rem;
  font-weight: 800;
  background: white;
  border: none;
  padding: 7px 15px;
  transition: 0.3s ease;
}
.search-label button:hover {
  opacity: 0.5;
}

.Blog__Card {
  background: white;
  height: 100%;
  padding: 25px;
  border-radius: 10px;
}
.Blog__Card p {
  opacity: 0.6;
}

#BlogContent {
  background: var(--color-silver);
}

.BC__Footer {
  display: flex;
  border-top: 1px solid #dcdcdc;
  padding-top: 1.3rem;
  place-content: space-between;
}
.BC__Footer i {
  margin-left: 5px;
  opacity: 0.4;
}

.pagination {
  display: flex;
  padding-left: 0;
}

.post-pagination .current {
  background: var(--primary-color);
  color: white;
}

.post-pagination .page-numbers {
  font-size: 11px;
  font-weight: 700;
  box-shadow: none !important;
  border: 1px solid var(--color-text-light);
  border-radius: 5px;
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  margin: 3px;
  align-items: center;
}

.post-pagination .current {
  background: var(--color-primary);
  color: white;
}

.Single__Post {
  border-radius: var(--radius);
}

.first_element {
  padding-top: 8rem;
}

.BreadCrumb i {
  margin-left: 8px;
  font-size: 20px;
}

.breadcrumb__list {
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.breadcrumb__list li {
  padding: 0 3px;
}

.breadcrumb__list li a {
  margin-left: 4px;
}

.breadcrumb__list li::after {
  content: "/";
}

.SP__Title {
  margin-top: 1.5rem;
  font-size: 32px;
  font-weight: 700;
}

.SP__Meta i {
  margin-left: 7px;
}

#WpContent p {
  line-height: 1.8;
}

#WpContent h1, #WpContent h2, #WpContent h3, #WpContent h4, #WpContent h5, #WpContent h6 {
  font-size: 18px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--color-primary-light);
}

#WpContent img {
  width: 100%;
  border-radius: var(--radius);
}

.aligncenter {
  clear: both;
}

#reply-title {
  font-size: 15px;
  font-weight: 700;
}

.Form__Site form #comment {
  width: 100%;
  margin-top: 1rem;
  border: 1px solid #E8EBF6;
  border-radius: var(--radius);
  font-size: 13px;
  padding: 20px;
  width: 100%;
  margin-bottom: 1rem;
}

.Form__Site form p:nth-child(2) {
  width: 49.6%;
  padding-left: 0.6rem;
  display: inline-block;
}

Form__Site form p label {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

.Form__Site form p input {
  border: 1px solid #E8EBF6;
  border-radius: var(--radius);
  width: 100%;
  font-size: 13px;
  height: 56px;
  padding: 0 14px;
  margin-top: 12px;
}

.singlepost__comments__card {
  display: none !important;
}

.singlepost__comments__heading {
  display: flex;
}

.Form__Site form p:nth-child(2) {
  width: 49.6%;
  padding-left: 0.6rem;
  display: inline-block;
}

.Form__Site form p:nth-child(3) {
  padding-right: 0.6rem;
  width: 49.6%;
  display: inline-block;
}

.Form__Site .button, .Form__Site .button_small {
  margin-top: 2rem !important;
}

@media (min-width: 998px) {
  .nav-link {
    display: inline-flex;
    align-items: center;
  }
  .nav-link i {
    margin-right: 2px;
  }
}
@media (max-width: 998px) {
  .first_element {
    padding-top: 5rem !important;
  }
  .post-pagination {
    padding: 0 1rem;
  }
  .Sidebar {
    padding: 0 1rem;
  }
  .Sidebar .socials ul {
    display: flex !important;
  }
  .blog_search {
    padding-bottom: 3rem;
  }
  .Reverse {
    flex-flow: column-reverse;
  }
  .footer_cp {
    padding: 2rem;
  }
  .footer_col_title {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
  .footer_cols ul li {
    margin: 0.5rem 0;
  }
  .socials ul {
    padding: 0;
    display: block;
  }
  .socials ul li {
    display: inline-block;
    margin: 0;
    width: 49%;
  }
  .footer_heading {
    padding: 1rem;
  }
  ._safety .safety_col {
    padding: 0;
  }
  ._safety .safety_col:nth-child(odd) {
    border-left: 1px solid #dcdcdc;
  }
  ._safety .safety_col:nth-child(even) {
    border-left: none !important;
  }
  ._safety .safety_col:nth-child(4) {
    border-bottom: 1px solid #dcdcdc;
  }
  .safety_card {
    display: block;
    text-align: center;
  }
  .safety_card .safe_card_title {
    margin: 0 0 1rem 0;
  }
  .safety_card small {
    font-weight: 300;
    text-align: center;
  }
  .safety_card b {
    font-size: 15px;
  }
  .banner_title h3 {
    line-height: 1.6;
    font-size: 20px;
  }
  .banner_area_texture_right, .banner_area_texture_left {
    max-width: 70%;
    right: 0;
  }
  .banner_area_texture_left {
    display: none;
  }
  .Big_p {
    font-size: 16px;
  }
  .accordion-button span {
    padding-left: 1rem;
  }
  .accordion_texture {
    display: none;
  }
  .accordion-button {
    direction: rtl;
    text-align: right;
    font-size: 15px !important;
    line-height: 1.8;
  }
  .feature_title {
    font-size: 14px;
  }
  .feature_holder {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
  .feature_card {
    padding: 14px;
  }
  .feature_card svg {
    max-width: 45px;
    margin-bottom: 1rem;
  }
  .feature_card p {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .features_area, .banner_area {
    padding: 0px;
  }
  .custom_pane .col-lg-8 {
    text-align: center;
  }
  .tab-pane .row {
    flex-direction: column-reverse;
  }
  .tab-pane p {
    text-align: center;
  }
  .tabcontent_title {
    text-align: center;
  }
  .tab_vectors {
    margin-bottom: 2rem;
    height: 150px;
    width: 150px;
  }
  .nav_custom {
    padding: 0 1.5rem;
  }
  .nav_custom li {
    display: inline-block;
    width: 50%;
    margin: 1rem 0;
  }
  .nav_custom li button {
    text-align: center;
    width: 100%;
    font-size: 15px;
    padding: 15px;
    display: block;
  }
  .nav_custom li button img {
    margin: 0 auto 1rem auto;
    display: block;
  }
  .title_sub {
    font-size: 18px;
  }
  .title_head {
    font-size: 22px;
  }
  .section {
    padding: 2rem 1rem;
  }
  .Nav_Buttons {
    opacity: 0;
    z-index: -1000;
  }
  .navbar-collapse {
    transition: 0.2s ease;
    position: fixed;
    display: block !important;
    z-index: -1000000;
    width: 0;
  }
  .navbar-collapse .navbar-nav {
    opacity: 0;
  }
  .navbar {
    padding: 1rem;
  }
  .navbar .navbar-brand {
    font-size: 27px !important;
  }
  .HeroVec1,
  .HeroVec2,
  .HeroVec3,
  .HeroVecOut {
    opacity: 0.2;
  }
  .Big_Sub {
    font-size: 22px;
    line-height: 1.6;
  }
  .nav_custom {
    padding: 0 !important;
  }
  .nav_custom .active {
    font-weight: 800 !important;
  }
  .nav_custom li {
    margin: 0.5rem 0;
  }
  .nav_custom li button {
    opacity: 1 !important;
  }
  .Big_Title {
    font-size: 35px;
    letter-spacing: -2px;
    font-weight: 900 !important;
  }
  ._hero {
    margin-bottom: 0.5rem;
    padding-top: 5rem;
  }
  ._hero .container {
    padding: 0 3rem;
    min-height: 555px;
  }
  .HeroVec {
    position: absolute;
    bottom: 0;
    max-width: 300px;
    left: 2rem;
  }
}/*# sourceMappingURL=style.css.map */