@charset "UTF-8";
@import url("./assets/fonts/fonts.css");
/*
Theme Name: Avrioc Theme
Theme URI: https://avrioc.com
Author: the WordPress team
Author URI: https://wordpress.org
Description: Avrioc Technology is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: avrioc
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"); */

div#career::-webkit-scrollbar-track,
.values-tab .Faq-about-wrpr::-webkit-scrollbar-track,
.accordion::-webkit-scrollbar-track,
.life-tab::-webkit-scrollbar-track,
.gallery-tab::-webkit-scrollbar-track,
.main-content-wrpr::-webkit-scrollbar-track,
.custom-scroll-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
div#career::-webkit-scrollbar,
.values-tab .Faq-about-wrpr::-webkit-scrollbar,
.accordion::-webkit-scrollbar,
.life-tab::-webkit-scrollbar,
.gallery-tab::-webkit-scrollbar,
.main-content-wrpr::-webkit-scrollbar,
.custom-scroll-bar::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
div#career::-webkit-scrollbar-thumb,
.values-tab .Faq-about-wrpr::-webkit-scrollbar-thumb,
.accordion::-webkit-scrollbar,
.life-tab::-webkit-scrollbar,
.gallery-tab::-webkit-scrollbar,
.main-content-wrpr::-webkit-scrollbar,
.custom-scroll-bar::-webkit-scrollbar {
  border-radius: 0;
  width: 0px;
  -webkit-box-shadow: none;
  background-color: transparent;
}
html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "TT Firs Neue Trl";
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*Custom font*/
.who-we-are-tab,
.mission-vision-tab,
.values-tab,
.why-tab {
  margin-top: -40px;
}

/*Custom font*/

header.bg-blk,
.blk-header {
  background-color: #000;
}
header.bg-blk nav .navbar-nav .nav-item a.nav-link {
  color: #fff;
}
header.bg-blk nav .navbar-nav .nav-item.current_page_item a.nav-link {
  color: white;
}
header nav .navbar-brand img.logo-main {
  display: block;
  max-width: 200px;
  margin-left: -10px;
}
header.bg-blk nav .navbar-brand img.logo-main {
  display: none;
}
header.bg-blk nav .navbar-brand img.logo-white {
  display: block;
}
/*nav button*/
header.bg-blk nav a.btn.btn-outline-primary {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

/* a:hover{
  color: #F04E6E;
} */
a.hyper-link {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  background: transparent;
  display: inline;
  padding: 0;
  text-decoration: none !important;
  border-bottom: 1px solid black;
}

section {
  padding: 60px 0;
}
.nested-nav.inner-navs .nav-item {
    margin: 0 10px 0 3px;
    padding: 0;
}
a.nav-link {
  font-weight: 400;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
  color: white;
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-transform: capitalize;
}

/*active links*/
.menu li:nth-child(3) a {
  width: 170px;
}

.menu li:nth-child(2) a {
  width: 125px;
}

.menu li:nth-child(1) a {
  width: 90px;
}
.navbar-nav > .current_page_item a.nav-link {
  text-transform: capitalize;
}
.navbar-nav > .current_page_item a.nav-link,
.navbar-nav .show > .nav-link {
  color: white;
  font-weight: 600;
}
.btn-outline-primary {
  font-weight: 400;
  font-size: 22px;
  color: #000;
  border: 2px solid #000;
  border-radius: 0px;
  display: flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: normal;
}
.btn-outline-primary:hover {
  color: #fff;
  background: var(
          --gradient,
          linear-gradient(90deg, #fd7942 0%, #f04e6e 73.96%, #ee3d8a 100%)
  );
  border-color: #f04e6e00;
  border: 2px solid transparent;
}
.btn-outline-primary.active {
  color: #fff;
  background: var(
          --gradient,
          linear-gradient(90deg, #fd7942 0%, #f04e6e 73.96%, #ee3d8a 100%)
  );
  border-color: #f04e6e00;
  border: 2px solid transparent;
}
h1 {
  color: #000;
  text-align: center;

  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%; /* 62.92px */
}

h2 {
  color: #000;
  text-align: center;
  /* H1 */

  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%; /* 72.6px */
}

/*main banner*/
.typewriter {
  max-width: 50%;
}
.cursor {
  border-left: 4px solid #f04e6e;
  height: 40px;
  top: 200px;
  margin: 20px 10px;
}
section.main-banner {
  padding-top: 0px;
  display: block;
  position: relative;
}
.main-banner::before {
  /* border-radius: 2247px;
opacity: 0.2;
background: #FD7942;
filter: blur(250px); */
  /*content: ""; !*kosong, for it to exist*!*/
  /*opacity: 0.2;*/
  /*background: var(*/
  /*  --gradient,*/
  /*  linear-gradient(90deg, #fd7942 0%, #f04e6e 73.96%, #ee3d8a 100%)*/
  /*);*/
  /*background: -moz-linear-gradient(*/
  /*  90deg,*/
  /*  #fd7942 0%,*/
  /*  #f04e6e 73.96%,*/
  /*  #ee3d8a 100%*/
  /*); !* FF3.6+ *!*/

  /*background: -webkit-linear-gradient(*/
  /*  90deg,*/
  /*  #fd7942 0%,*/
  /*  #f04e6e 73.96%,*/
  /*  #ee3d8a 100%*/
  /*); !* Chrome10+,Safari5.1+ *!*/
  /*background: -o-linear-gradient(*/
  /*  90deg,*/
  /*  #fd7942 0%,*/
  /*  #f04e6e 73.96%,*/
  /*  #ee3d8a 100%*/
  /*); !* Opera 11.10+ *!*/
  /*background: -ms-linear-gradient(*/
  /*  90deg,*/
  /*  #fd7942 0%,*/
  /*  #f04e6e 73.96%,*/
  /*  #ee3d8a 100%*/
  /*); !* IE10+ *!*/
  /*background: linear-gradient(*/
  /*  90deg,*/
  /*  #fd7942 0%,*/
  /*  #f04e6e 73.96%,*/
  /*  #ee3d8a 100%*/
  /*); !* W3C *!*/
  /*-webkit-background-size: cover;*/
  /*-moz-background-size: cover;*/
  /*-o-background-size: cover;*/
  /*background-size: cover;*/
  /*filter: blur(250px);*/

  /*border-radius: 50%; !*perfect round curve*!*/
  /*height: 937px;*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*top: -41%;*/
  /*left: 0;*/
  /*right: 0;*/
  /*z-index: -1;*/
}
.navbar-toggler,
#menu-hamburger {
  padding: 0;
}
.wrpr-bg-banner {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
  height: 100%;
}

.follow-link a {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  float: left;
  position: relative;
  left: 153px;
  text-decoration: none;
}
.follow-link a:hover {
  color: #fd7942;
}
.follow-link a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: initial;
  transition: all 0.3s ease;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  margin: 0 0 0 7px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  .main-banner::before {
    filter: blur(4rem);
  }
  /* Safari only override */
  ::i-block-chrome,
  .main-banner::before {
    filter: blur(4rem);
  }
}
.main-banner .banner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.main-banner .banner .banner-img {
  display: inline-block;
  width: 47%;
  padding: 50px 0 0 0;
}

.main-banner .banner .banner-img::before {
  content: " ";
  position: absolute;
  width: 80%;
  height: 100%;
  left: 36%;
  background-position: center;
  z-index: -1;
  background-size: 100% 100%;
  background-image: url(assets/images/Dotts-bg.png);
}

.main-banner .banner .banner-img img {
  position: relative;
  z-index: -1;
  max-width: 100%;
}

.main-banner .banner .banner-content {
  float: left;
  width: 47%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.main-banner .banner .banner-content::before {
  content: " ";
  position: absolute;
  width: 65%;
  height: 100%;
  left: -15%;
  background-position: center;
  z-index: -1;
  background-size: 120% 120%;
  background-image: url(assets/images/Ellipse.png);
}
.btn-wrpr {
  gap: 30px;
  margin-top: 62px;
}
.banner-sep img {
  margin-left: 27px;
}

/*Testimonials*/
.testimonial-wrpr {
  /* padding-bottom: 0px; */
}
/*splide slider custom*/
.splide {
  padding-top: 80px;
}
.splide__pagination--ttb {
  top: -10% !important;
  right: auto !important;
  left: 6.5em !important;
}

.splide .img_box {
  margin: 0 auto;
  text-align: center;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide .cotent {
  position: absolute;
  right: 4%;
  width: 500px;
  top: 27%;
  text-align: left;
}
.splide .cotent h1 {
  color: var(--avrioc-red, #f04e6e);

  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%; /* 60.5px */
  text-align: left;
}
.splide .cotent h2 {
  color: #000;
  /* H2 */

  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%; /* 36.3px */
  text-align: left;
}
.splide .cotent p {
  color: #000;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  margin-top: 4px;
  width: 478px !important;
}
.splide__pagination {
  /* counter-reset: pagination-num; */
}
.splide__pagination li:nth-child(1) .splide__pagination__page {
  opacity: 0.2;
}
.splide__pagination li:nth-child(2) .splide__pagination__page {
  opacity: 0.4;
}
.splide__pagination li:nth-child(3) .splide__pagination__page {
  opacity: 0.5;
}
.splide__pagination li:nth-child(4) .splide__pagination__page {
  opacity: 0.6;
}

.splide__pagination li:nth-child(7) .splide__pagination__page {
  opacity: 0.6;
}
.splide__pagination li:nth-child(8) .splide__pagination__page {
  opacity: 0.5;
}
.splide__pagination li:nth-child(9) .splide__pagination__page {
  opacity: 0.4;
}
.splide__pagination li:nth-child(10) .splide__pagination__page {
  opacity: 0.2;
}

.splide__pagination__page:before {
  /* counter-increment: pagination-num; */
  /* content: counter(pagination-num); */
  /* text-align: center;
  width: 40px;
  display: block;
  margin: 16px 0; */
}
.splide__pagination__page {
  height: 35px !important;
  /* width: 0px !important; */
}
.splide__pagination__page {
  background: none;
  transform: scale(1.4);
  z-index: 1;

  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%; /* 60.5px */
  width: 68px !important;
  text-align: center;
  margin: 10px auto !important;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: none !important;
}
.splide__pagination__page.is-active {
  color: #f04e6e;
  font-size: 40px;
  margin: 0px 0 5px 0 !important;
  height: 46px !important;
  opacity: 1 !important;
}

/*footer */
footer {
  position: relative;
  margin-top: -100px;
}
footer::before {
  content: "";
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-image: url(assets/images/bg-gradient.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  background-size: cover;
}
.footer-grdnt {
  /* background: rgb(253, 121, 66);
  background: linear-gradient(
    0deg,
    rgba(253, 121, 66, 0.16290266106442575) 0%,
    rgba(245, 89, 105, 0) 50%,
    rgba(238, 61, 138, 0) 100%
  ); */
  height: 150px;
  text-align: center;
  max-width: 100% !important;
  padding: 0;
  margin: 0 auto;
}
.footer-grdnt img {
  max-width: 100%;
}
.footer-logo {
  padding: 40px 0 0 0;
}
p.footer-info {
  color: #000;
  text-align: center;
  /* Body */

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  max-width: 956px;
  margin: 40px auto;
}
.footer-product-icon {
  padding: 10px 0;
}
.footer-product-icon ul {
  list-style-type: none;
  padding: 0;
}
.footer-product-icon ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.footer-product-icon ul li a {
  text-decoration: none;
  text-align: center;
}
.footer-product-icon ul li a img {
  margin: 0 auto;
  width: 40px;
}
.footer-product-icon ul li a p {
  color: #000;
  /* Body */

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin: 10px 0 0 0;
}
.footer-product-icon ul li a:hover p,
.footer-product-icon ul li:hover a p {
  color: #f04e6e;
}
footer .nav-item {
  position: relative;
}
footer a.nav-link::after {
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  border: 1px solid #f04e6e;
  top: 18%;
  right: 0;
  border-radius: 22px 22px 6px 6px;
  background: var(
          --gradient,
          linear-gradient(90deg, #fd7942 0%, #f04e6e 73.96%, #ee3d8a 100%)
  );
}
body > footer > div > ul > li:nth-child(6) > a::after {
  display: none;
}
footer a.nav-link {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
footer a.nav-link:focus,
footer a.nav-link:hover {
  color: #fe7942;
}
a.hyper-link:focus,
a.hyper-link:hover {
  color: #fe7942;
  border-bottom-color: #fe7942;
}
footer .social-links {
  padding: 35px 0;
}
footer .social-links a {
  padding: 0 30px;
}
footer .social-links a .social-img {
  display: flex;
  width: 34px;
  height: 34px;
  border: 0px solid #000;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
footer .social-links a .social-img.fb-img {
  background: url("assets/images/fb.svg") no-repeat;
  display: inline-block;
}
footer .social-links a .social-img.fb-img:hover {
  background: url("assets/images/fb-hover.svg") no-repeat;
}
footer .social-links a .social-img.l-in-img {
  background: url("assets/images/linkedin.svg") no-repeat;
  display: inline-block;
}
footer .social-links a .social-img.l-in-img:hover {
  background: url("assets/images/linkedin-hover.svg") no-repeat;
}

footer .social-links a .social-img.insta-img {
  background: url("assets/images/insta.svg") no-repeat;
  display: inline-block;
}
footer .social-links a .social-img.insta-img:hover {
  background: url("assets/images/insta-hover.svg") no-repeat;
}

footer .social-links a .social-img.twitter-img {
  background: url("assets/images/twiiter.svg") no-repeat;
  display: inline-block;
}
footer .social-links a .social-img.twitter-img:hover {
  background: url("assets/images/twitter-hover.svg") no-repeat;
}

footer .Copyright-text {
  color: #000;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
footer .Copyright-text a {
  text-decoration-line: underline;
  color: #000;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
footer .tc-and-pp a {
  color: #000;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0 8px;
}
/*Navbar Toggler for mobile custom css*/
.navbar-toggler {
  /* background: var(
    --gradient,
    linear-gradient(90deg, #fd7942 0%, #f04e6e 73.96%, #ee3d8a 100%)
  ); */
  border: 0;
}
.navbar-toggler-icon {
}

/*kyeFrame custom css start*/
.splide__slide.is-active.is-visible h1 {
  /* Standard syntax*/
  animation-duration: 1s;
  animation-name: slidein;
}
.splide__slide.is-active.is-visible {
  /* Standard syntax*/
  animation-duration: 2.5s;
  animation-name: slidein;
}
.splide__slide.is-active.is-visible p {
  /* Standard syntax*/
  animation-duration: 3s;
  animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
    opacity: 0;
  }

  to {
    margin-left: 0%;
    width: 100%;
    opacity: 1;
  }
}
/*kyeFrame custom css end*/

/*contact us*/
.contact-us h2 {
  font-size: 30px;
}
.contact_recaptcha iframe {
  margin: 0;
  border-radius: 0;
}
.contact-heading-wrapper {
  width: 435px;
  margin: auto;
  background-image: url(assets/images/contactUs-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  /* height: 330px; */
  background-position: 0% 4%;
  margin-top: 130px;
}
.contact-heading-wrapper h1 {
  text-align: left;
}
.address-info {
  padding: 235px 30px 100px 0px;
  min-width: 402px;
}
.address-info h6 {
  /* body bold */

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  color: #000;
}

.address-info p {
  /* Body */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin-bottom: 40px;
  color: black;
}
.address-info p a {
  color: black;
  text-decoration: none;
}

.address-info p:hover a {
  color: #fe7942;
}

.map-wrpr iframe {
  border-radius: 40px;
  margin-top: 50px;
  width: 100%;
  height: 651px;
}
.map-with-form {
  position: relative;
  text-align: center;
  max-width: 677px;
  margin-top: 80px;
  padding: 0 0 100px 0;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-form {
  margin-top: 20px;
}
.contact-form-div textarea:focus {
  background: black !important;
  outline: none;
  box-shadow: none;
}
#contact-form {
  border-radius: 40px;
  background: #000;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 20px;
  width: 90%;
  max-width: 550px;
  min-width: 80%;
  margin: 144px auto;
  position: absolute;
  z-index: 999999;
  left: 0;
  top: 5%;
  right: 0;
}

#contact-form button,
#contact-form input,
#contact-form optgroup,
#contact-form select,
#contact-form textarea {
  border-bottom: #f9f9f9;
  width: 100%;
}

#contact-form input.form-control,
#contact-form textarea.form-control {
  border: none;
  border-bottom: 1px solid #6b6b6b !important;
  padding: 6px 0;
  margin-bottom: 0px 0px;
  border-radius: 0;
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background-color: transparent;
  width: 433px;
}
.form-control::placeholder {
  color: #f9f9f9;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  opacity: 0.4;
}
#contact-form .wpcf7-submit {
  display: flex;
  width: 224px;
  height: 52px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #fd7942;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border: none;
  margin: 0 auto;
  margin-top: 40px;
}

.contact-btn {
  display: flex;
  width: 224px;

  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #000000;
  color: #fff;

  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border: none;
  margin: 0 auto;
  margin-top: 40px;
}

.contact-btn:hover {
  background: #fd7942;
}
.contact-form-div {
  position: absolute;
  background: black;
  border-radius: 60px;
  padding: 40px 40px 20px 40px;
  width: 550px;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-height: 560px;
  bottom: 100px;
}

.contact-form-div input,
.contact-form-div textarea {
  background: black;
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white !important;
  margin: 0 0 30px 0;
  resize: none;
  padding-bottom: 10px;
}

.contact-form-div input:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
}

.contact-form-div p {
  height: auto;
  line-height: 1;
}

.contact-form-div label {
  width: 100%;
}

.contact-form-div input.wpcf7-submit {
  border-bottom: 0;
  background: #fd7942;
  padding: 14px 88px;
  font-size: 22px;
  position: initial;
  margin: 30px auto 0 auto;
  display: block;
}

#Testimonials {
  padding: 140px 0 0 0;
}

/* Product Section */
.close-card {
  display: none;
}
section#products {
  z-index: 1;
  position: relative;
  padding-top: 160px;
  z-index: 2;
}
.splide__pagination {
  z-index: 0 !important;
}
.product-showcase {
  position: relative;
  text-align: center;
}
.product-showcase svg.main-img {
  max-width: 78%;
  margin-top: -83px;
}
.product-showcase svg text {
  color: #000;
  text-align: center;

  font-size: 60px;
  font-style: normal;
  font-weight: 600;
}
.product-show {
  cursor: pointer;
}
.product-card {
  background: #000;
  color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  /* min-height: 635px; */
  min-height: auto;
  display: none;
  position: absolute;
  max-width: 550px;
  width: 100%;
  z-index: 99;
}

.product-card.show {
  display: block;
  /* outline: #ffffffa1 solid 120vw; */
}
.product-heading h3 {
  color: var(--primary, #f9f9f9);

  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}
/*.product-card:before {*/
/*  content: "";*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  background: #000;*/
/*  position: absolute;*/
/*  display: block;*/
/*  top: -22px;*/
/*  border-radius: 4px;*/
/*  transform: rotate(45deg);*/
/*  z-index: 0;*/
/*}*/
#comera-card {
  top: 260px;
  left: 455px;
  border-radius: 0px 40px 40px 40px;
}
#hyre-card {
  top: 260px;
  left: 455px;
  border-radius: 40px 40px 40px 0px;
}
#hyre-card:before {
  left: 118px;
  top: initial;
  bottom: -22px;
}
#comera-card:before {
  left: 152px;
}
#labaiik-card {
  top: 260px;
  left: 455px;
  border-radius: 40px 0px 40px 40px;
}
#labaiik-card:before {
  right: 111px;
}

#mywhoosh-card {
  top: 260px;
  left: 455px;
  border-radius: 40px 40px 0px 40px;
}
#mywhoosh-card:before {
  right: 125px;
  top: initial;
  bottom: -18px;
}

svg.active > circle,
svg.active > path {
  opacity: 0.3;
  /* stroke: #0000003c; */
}
svg.active .product-show circle {
  stroke: #ccc;
}
svg.active .product-show path {
  opacity: 0.2;
}

#comera:hover circle {
  stroke: #0be981 !important;
  opacity: unset !important;
}
#hyre:hover circle {
  stroke: #405da8;
  opacity: unset !important;
}
#mywhoosh:hover circle {
  stroke: #ffa800;
  opacity: unset !important;
}
#labaiik:hover circle {
  stroke: #55c171;
  opacity: unset !important;
}
#comera:hover circle,
#comera:hover path,
#hyre:hover,
#hyre:hover path,
#mywhoosh:hover,
#mywhoosh:hover path,
#labaiik:hover,
#labaiik:hover path {
  opacity: unset !important;
}

.product-content {
  max-width: 400px;
  margin-top: 8px;
  text-align: left;
}
.product-features {
  display: flex;
  margin-top: 20px;
}
.other-info {
  text-align: center;
}
.product-action {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  gap: 10px;
}
.product-action img {
  width: 82px;
}
.download-app {
  background: transparent;
  border: none;
}
.product-divider:after {
  content: "";
  width: 5px;
  background: #fd7942;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 60%;
  top: 23px;
  border-radius: 22px;
}

.product-divider {
  position: relative;
}
.other-info-heading h2 {
  text-align: center;

  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  background: var(
          --gradient,
          linear-gradient(90deg, #fd7942 0%, #f04e6e 73.96%, #ee3d8a 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-card .info-image {
  margin: auto;
  margin-top: 20px;
  height: auto;
}
.product-info {
}
.product-card .info-image img {
  width: 160px;
}
a.bottom-link {
  margin: auto;
  text-align: center;
  text-decoration: none;
  min-height: 40px;
  position: relative;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  color: #f9f9f9;

  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
a.bottom-link img {
  position: absolute;
  z-index: -1;
  height: 45px;
  width: auto;
  bottom: 0;
}
.product-content p {
  font-size: 10px;
}

/*About Us css start*/
.infotabs {
  margin-top: 50px;
  min-height: 100vh;
}
.infotabs .nav-pills {
  margin-left: 66px;
  margin-top: 150px !important;
  margin-left: -410px;
}
.infotabs .nav-pills .nav-link {
  font-size: 34px;

  font-style: normal;

  font-weight: 500;

  line-height: 121%;

  text-align: left;

  margin-bottom: 20px;

  position: relative;

  color: #000;
}
.infotabs .nav-pills .nav-link.active {
  color: #fd7942;
  background-color: transparent;
}
.life-tab {
  padding: 0 0 0 100px;
}
.img-wrpr img {
  max-width: 55%;
  padding-bottom: 20px;
}

.main-content-wrpr img {
  max-width: 45%;
  padding-bottom: 20px;
}

.infotabs .nav-pills .nav-link.active::before {
  content: "";
  display: block;
  background: #fd7942;
  left: -30px;
  position: absolute;
  width: 3px;
  height: 60px;
  transform: rotate(-90deg);
  flex-shrink: 0;
  border-radius: 100px;
  bottom: -2px;
}
.main-content-wrpr {
  padding-bottom: 130px;
  padding-left: 70px;
}
.main-content-wrpr p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 40px;
}
.map_grey {
  opacity: 1;
}
.main-content-wrpr .qoute-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 91%;
  height: auto;
  flex-shrink: 0;
  margin-top: 75px;
  margin-left: 8%;
  position: relative;
  padding: 0 0 0 86px;
}
.main-content-wrpr .qoute-text br {
  padding: 4px;
  display: block;
  margin: 4px 0;
  content: " ";
}
.main-content-wrpr .qoute-text::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -47px;
  width: 30%;
  height: 31%;
  background-image: url(assets/images/lg-qoute.png);
  background-repeat: no-repeat;
  opacity: 0.7;
}
.main-content-wrpr .qoute-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 54px;
  width: 43px;
  height: 40px;
  background-image: url(assets/images/sm-qoute.png);
  background-repeat: no-repeat;
  opacity: 0.7;
}
.main-content-wrpr a {
  display: flex;
  width: 224px;
  height: 52px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background-color: #000;
  border: none;
  color: #fff;

  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.main-content-wrpr a:hover {
  color: #fff;
  background: #fe7942;
}

.Our-values-num {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: black;
  visibility: hidden;
  display: none;
}
#Our-values .accordion-item,
#accordionExample .accordion-item {
  border: none !important;
  margin-bottom: 50px;
}

#Our-values .accordion-header button,
#accordionExample .accordion-header button {
  background: transparent;
  padding-top: 0px;
  color: #000;
  font-size: 30px;
  line-height: 34px;
  outline: none;
  box-shadow: none;
  align-items: flex-start;
  width: 96%;
  padding-left: 7px;
  padding-right: 0;
}
.accordion-button:not(.collapsed) {
  font-weight: 600;
}
#Our-values .accordion-body,
#accordionExample .accordion-body {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-left: 10px;
}
.accordion-button::after {
  margin-top: 10px;
}
#Our-values .accordion-header button::after,
#accordionExample .accordion-header button::after {
  background-image: url("assets/images/arrow-down-black.svg");
}
#Our-values .accordion-header .accordion-button:not(.collapsed)::after,
#accordionExample .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("assets/images/arrow-down.svg");
  transform: rotate(0deg);
}
.Faq-about-wrpr {
  padding-bottom: 150px;
}
.about-video {
  height: 390px;
  border: 18px solid #D9D9D9;
  margin-left: 7px;
}
/*About Us css end */

/*careers css start*/

.submit-message {
  display: none;
}
.submit-message p {
  font-size: 16px;
  color: black;
}
.job-form button {
  padding: 14px 30px;
  border: 0;
  text-transform: capitalize;
  margin: 40px 20px 60px 0;
  color: black;
}
.job-form button.cancel-btn {
  background: #f3f3f3;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
label.upload-resume {
  cursor: pointer;
}
label.upload-resume .upload-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  margin: 0 10px 0 0;
}
label.upload-resume .upload-icon img {
  width: 20px;
  height: 18.286px;
  opacity: 1;
}
label.upload-resume p {
  text-align: left;
  margin: 0 0 16px 0;
  font-size: 16px;
  color: black;
  line-height: 20px;
}
label.upload-resume h6 {
  font-size: 12px;
  color: black;
  line-height: 14px;
}
.resume-form select {
  background: url("../avrioc/assets/images/select-ar-new.svg") no-repeat;
  background-position: 99% 10px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.job-form input,
.resume-form select {
  border: 0;
  border-bottom: 1px solid black;
  border-radius: 0;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  padding: 0 10px 10px 10px;
  color: black;
  background-color: white;
}
.mb-40 {
  margin-bottom: 40px;
}
.input-wrapper input::placeholder,
.job-form input::placeholder {
  opacity: 1;
  color: black;
}
/* .job-form {display: none;} */
h4.wp-block-heading {
  margin: 30px 0 0 0;
}
.career-page ul {
  list-style: disc;
  padding: 0 0 0 20px;
}
.career-page ul li {
  margin: 10px 0 0 0;
  font-size: 16px;
}
button.black-btn {
  background: black;
  color: white;
  border: 0;
  padding: 14px 17px;
  text-transform: capitalize;
  margin: 30px 0 0 0;
}
button.black-btn:hover {
  background: #fd7942;
}
.radio-bt {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black;
}
.radio-bt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-bt .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid black;
}
.radio-bt .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-bt input:checked ~ .checkmark:after {
  display: block;
}
.radio-bt .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fd7942;
}
.career-page .right-content,
.career-page .left-content {
  margin: 150px 0 0 0;
}
.career-page .right-content,
.faqinfo .right-content,
.contact-us .right-content {
  padding: 0 0 0 100px;
}
.pb-40 {
  padding-bottom: 40px;
}
.input-wrapper button {
  position: absolute;
  left: 5px;
  border: 0;
  padding: 0;
  background: none;
  font-size: 16px;
  bottom: 12px;
  color: black;
}
.radio-btns {
  display: flex;
  justify-content: space-between;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
p.no-jobs {
  font-size: 20px;
  color: #fe7942;
}
.input-wrapper input {
  border: 0;
  border-bottom: 1px solid black;
  font-size: 16px;
  padding: 0 20px 10px 30px;
  color: black;
  width: 100%;
  border-radius: 0;
  background: white;
}
.input-wrapper input:focus,
.job-form input:focus {
  box-shadow: none;
  outline: none;
  border-color: #fa6d4e;
}
.radio-bt:not(:last-child) {
  margin: 0 40px 0 0;
}
.career-heading-wrapper {
  width: 100%;
  margin: 0 auto;
  background-image: url("assets/images/join_our_team_new.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 330px;
  background-position: 50% 0;
}
.career-num {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width:4%;
}
#career .accordion-item {
  border: none !important;
  margin-bottom: 0;
  margin-top: 10px;
}

#career .accordion-header button {
  font-family: sans-serif;
  background: transparent;
  padding-top: 0px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  outline: none;
  box-shadow: none;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  padding-top: 8px;
  bottom: 8px;
}
.accordion-button:not(.collapsed) {
  font-weight: 600;
}
#career .accordion-body {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-top: 0;
}
#career .accordion-header button::after {
  background-image: url("assets/images/arrow-down-black.svg");
}
#career .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("assets/images/arrow-down.svg");
  transform: rotate(0deg);
}
#career {
  padding-bottom: 10vh;
}
.job-info p strong,
h4.wp-block-heading {
  font-weight: 600;
  font-family:sans-serif;
}

.job-info .job-desc {
  margin-bottom: 20px;
}

.job-info .job-desc h2,
.job-info .job-req h2 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: left;
  font-family: sans-serif!important;
}

.job-info .job-desc p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
  font-family: sans-serif!important;

}

.job-info .job-desc h3 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: sans-serif!important;

}

.job-info .job-req h3 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: sans-serif!important;

}

.job-info .job-req p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  font-family: sans-serif!important;


}

.job-info .job-desc ul {
  color: #333;
  font-size: 16px;
}

.job-info .job-desc ul li {
  font-size: 16px;
  margin: 5px 0;
}

.job-info .job-req ul {
  color: #666;
  font-size: 13px;
}

.job-info .job-req ul li {
  font-size: 16px;
  margin: 5px 0;
}

.job-form label {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 21px;
  padding-left: 10px;
}

.job-form .iti__country-container button {
  margin: 0;
  padding: 0 0 8px 0;
}
input.contactNumber {
  padding-bottom: 10px;
}
input.contactNumber.iti__tel-input::placeholder {
  color: #b8b8b8;
}
.iti__selected-dial-code {
  font-size: 16px;
  line-height: 20px;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
  padding: 0;
}
.job-form .iti__country-container {
  padding: 0 0 0 0;
}
input.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
  margin: 0;
  border-bottom: 1px solid black;
  border-radius: 0;
}
.iti--inline-dropdown .iti__country-list {
  padding: 0;
}
.iti--allow-dropdown
.iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
.iti__selected-country-primary:hover,
.iti--allow-dropdown
.iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
.iti__selected-country:has(+ .iti__dropdown-content:hover)
.iti__selected-country-primary {
  background: transparent;
}
/*careers css end*/

/*life at avrioc*/
.list-style p {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%; /* 36.3px */
}
.list-style h2 {
  text-align: left;
  font-size: 30px;
}
.list-style ul {
  padding: 0 16px;
  list-style: unset;
  margin: 20px 0 0 0;
}
.list-style ul li {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 25.2px */
  margin: 10px 0 0 0;
}

/*gallery css start*/
.gallery-content {
  display: flex;
  padding: 32px 0;
}
.gallery-content.right-content span {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%; /* 36.3px */
  color: #000;
  position: relative;
  opacity: 0.1;
}
.gallery-content.right-content {
  flex-direction: row-reverse;
  width: 252px;
  float: right;
}
.gallery-content.right-content p {
  margin-left: 10px;
}
.gallery-content.right-content div {
  position: relative;
}
.gallery-content.right-content div.line::after {
  content: "";
  display: block;
  background: #f04e6e;
  left: -50px;
  top: -22%;
  position: absolute;
  width: 3px;
  height: 70px;
  transform: rotate(-90deg);
  flex-shrink: 0;
  border-radius: 100px;
  opacity: 1;
  margin-right: -51px;
}
.gallery-content.left-content span {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-left: 5px;
  color: #000;
  position: relative;
  opacity: 0.1;
}
.gallery-content.left-content {
  width: 252px;
}
.gallery-content.left-content div {
  position: relative;
}
.gallery-content.left-content div.line::before {
  content: "";
  display: block;
  background: #f04e6e;
  right: -108%;
  top: -37%;
  position: absolute;
  width: 3px;
  height: 70px;
  transform: rotate(-90deg);
  flex-shrink: 0;
  border-radius: 100px;
  opacity: 1;
  margin-right: -51px;
}
.gallery-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  color: #000;
}
.gallery-collection {
  position: relative;
  padding-bottom: 149px;
  /* margin-top: 155px; */
  margin-top: 0;
}
.gallery-img-wrpr {
  position: relative;
  width: 347px;
  height: 217px;
}
.gallery-img-wrpr img {
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.gallery-img-wrpr.right-img img:hover {
  position: absolute;
  width: 712px;
  height: 446.543px;
  box-shadow: 0px 0px 40px #999;
  /* right: 0; */
  z-index: 999;
  margin-left: -105%;
}
.gallery-img-wrpr.left-img img:hover {
  position: absolute;
  width: 712px;
  height: 446.543px;
  box-shadow: 0px 0px 40px #999;
  left: 0;
  z-index: 999;
}
.gallery-collection .in-active {
  opacity: 0.1;
}
.gallery-collection .active {
  opacity: 1;
}
/*gallery css end*/

/* Faq-container */
.faq-content {
  width: 100%;
}
.faq-heading-wrapper {
  width: 338px;
  margin: 0 auto;
  background-image: url("assets/images/faq-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  height: 330px;
  background-position: center;
  margin-top: 150px;
}
.faq-num {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#faqs {
  padding-bottom: 150px;
  margin-top: 110px;
}
#faqs .accordion-item {
  border: none !important;
  margin-bottom: 20px;
  margin-top: 50px;
}

#faqs .accordion-header button {
  background: transparent;
  padding-right: 10px !important;
  padding-top: 0px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  outline: none;
  box-shadow: none;
  align-items: flex-start;

  width: 100%;
  margin-top: 3px;
}
.accordion-button:not(.collapsed) {
  font-weight: 600;
}
#faqs .accordion-body {
  color: #000;

  /* Body */

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.divider-line {
  min-height: 100vh;
  height: 100%;
  display: block;
  width: 3px;
  background: #fd7942;
}
#faqs .accordion-header button::after {
  background-image: url("assets/images/arrow-down-black.svg");
}
#faqs .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("assets/images/arrow-down.svg");
  transform: rotate(0deg);
}

.bg-transparent {
  background-color: transparent !important;
}

.tc-dark {
  color: black !important;
}
.tc-pp-content {
}
.tc-pp-content h3 {
  margin-bottom: 32px;
}
.tc-pp-content h5 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 4px;
}
.tc-pp-content p {
}
.tc-pp-content mark {
  line-height: 35px;
  background-color: #ffff00e1;
}
/*bootstrap container custom width*/
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
/* Chatbot start */
.img-chat-icon {
  margin: -18px;
  width: 50px;
}
#menu-footer-menu li:last-child a::after {
  content: none;
}
.wpcf7-textarea {
  max-height: 100px !important;
}
.screen-reader-response li,
.screen-reader-response p {
  color: #fff;
}
/* .splide__pagination {
  z-index: 1 !important;
} */
/* End of css */
/* Chatbot start */
.botIcon {
  bottom: 55px;
  right: 25px;
  position: fixed;
  z-index: 999999999999;
}
.counterMsg {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 12px;
  background-color: #fd7942;
  border-radius: 50px;
  padding: 1px 7px;
  line-height: 17px;
}
.iconInner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fd7942;
  background: var(
          --gradient,
          linear-gradient(90deg, #fd7942 0%, #f04e6e 73.96%, #ee3d8a 100%)
  );
  background-position: 50%;
  background-size: 300%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.9em;
  height: 50px;
  justify-content: center;
  width: 50px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  border: 17px solid #fff;
}
.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
  display: none;
}
.botIcon .Messages,
.botIcon .Messages_list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.chat_close_icon {
  color: #fd7942;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 9;
}
.chat_on {
  background-color: #8a57cf;
  bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 45px;
  padding: 9px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 45px;
  z-index: 10;
}
.chat_on_icon {
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.botIcon .Layout {
  -webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: rgb(63, 81, 181);
  bottom: 78px;
  right: 50px;
  border-radius: 10px;
  /* box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  box-sizing: content-box !important;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-height: 30px;
  max-width: 300px;
  min-width: 50px;
  opacity: 0;
  pointer-events: auto;
  position: fixed;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
  bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
  min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
  background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
  color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
  bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
  min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
  background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
  color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
  bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
  min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
  border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
  background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
  color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  z-index: 999999999;
}
.botIcon .Layout-open {
  border-radius: 10px;
  color: #fff;
  height: 500px;
  max-height: 500px;
  max-width: 341px;
  overflow: hidden;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
  bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
  background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
  color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
  bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
  background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
  color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
  bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
  border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
  background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
  color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  width: 100%;
}
.botIcon .Layout-expand {
  display: none;
  height: 400px;
  max-height: 64vh;
  min-height: 260px;
  bottom: 50px;
}
.showBotSubject.botIcon .Layout-expand {
  display: block;
}
.botIcon .Layout-mobile {
  bottom: 10px;
}
.botIcon .Layout-mobile.Layout-open {
  min-width: calc(100% - 20px);
  width: calc(100% - 20px);
}
.botIcon .Layout-mobile.Layout-expand {
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
.botIcon .Messenger_messenger {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.botIcon .Messenger_header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: rgb(255, 255, 255);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  padding-left: 10px;
  padding-right: 40px;
}

.botIcon .Messenger_header h4 {
  -webkit-animation: slidein 0.15s 0.3s;
  -ms-animation: slidein 0.15s 0.3s;
  animation: slidein 0.15s 0.3s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 16px;
  opacity: 0;
}
.botIcon .Messenger_prompt {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.botIcon .Messenger_content {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 80px;
  padding: 5px 10px;
}
.botIcon .Messages {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.botIcon .Input {
  background-color: #fff;
  border-top: 0px solid #e6ebea;
  color: #96aab4;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 15px;
  padding-top: 17px;
  position: relative;
  width: 100%;
}
.botIcon .Input-blank .Input_field {
  max-height: 20px;
}
.botIcon .Input_field {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 15px;
  padding-right: 45px;
  resize: none;
  width: 80%;
  font-size: 14px;
  line-height: 20px;
  min-height: 33px !important;
  border-radius: 32px;
  border: 0.25px solid #fff;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1) !important;
  margin-left: 15px;
}

.botIcon .Input_button-emoji {
  right: 9px;
}
.botIcon .Input_button {
  background-color: transparent;
  border: none;
  bottom: 15px;
  cursor: pointer;
  height: 35px;
  outline: none;
  padding: 0;
  position: absolute;
  width: 48px;
}
.botIcon .Input_button .Icon {
  margin-top: 1px;
}
.botIcon .Input_button-send {
  right: -5px;
}
.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
  /* fill: #2c2c46; */
  fill: #ffffff;
}
.Icon svg {
  /*background: #fd7942;*/
  /*background: var(*/
  /*  --gradient,*/
  /*  linear-gradient(90deg, #fd7942 0%, #f04e6e 73.96%, #ee3d8a 100%)*/
  /*);*/
  /*border-radius: 50%;*/
  /*padding: 4px;*/
  /*fill: white !important;*/
  /*filter: brightness(1.5);*/
  /*transform: rotate(-30deg);*/
  margin: -17px 0 0 -13px;
  width: 50px;
}
.msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.msg.user {
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.msg + .msg {
  margin-top: 15px;
}
span.responsText {
  color: #000;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  max-width: calc(100% - 50px);
  background: rgb(253, 121, 66);
  background: linear-gradient(
          230deg,
          rgba(253, 121, 66, 0.17988445378151263) 0%,
          rgba(245, 89, 105, 0.1826855742296919) 50%,
          rgba(238, 61, 138, 0.17988445378151263) 100%
  );
  min-width: 240px;
  padding: 7px 12px;
  display: inline-block;
  border-radius: 0px 20px 20px 20px;
  text-align: left;
}
.msg.user span.responsText {
  margin-left: 0;
  margin-right: 10px;
  background: rgb(253, 121, 66);
  background: linear-gradient(
          230deg,
          rgba(253, 121, 66, 0.4543942577030813) 0%,
          rgba(245, 89, 105, 0.4515931372549019) 50%,
          rgba(238, 61, 138, 0.4543942577030813) 100%
  );
}
.msg.user span.responsText.textuser {
  opacity: 1;
}
span.avtr {
  display: inline-block;
  width: 0px;
}
span.avtr figure {
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin: 0;
  padding-bottom: 100%;
}

.responsText p {
  padding-bottom: 0;
  text-align: left;
  color: #828282;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 4px 0;
}
.responsText p img {
  vertical-align: inherit;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes appear {
  0% {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slidein {
  0% {
    opacity: 0;
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 412px) {
  .botIcon .Layout-open {
    width: 250px;
  }
}
/* Chatbot end */

/*loader css*/
/* Center the loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 100000000;
  bottom: 0%;
  background-image: url("assets/images/splash_screen_02.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: al 0.5s ease-in-out;
  margin: 0 auto;
  /*-webkit-animation: loaderAnimation 2s linear;*/
  /*animation: loaderAnimation 2s linear;*/
}
.splash_image {
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  display: none;
  height: 101%;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100000000;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

/* @keyframes loaderAnimation {
  0% { opacity: 1 }
  10% { opacity: 1; }
  20% { opacity: 1; }
  30% { opacity: 1; }
  40% { opacity: 1; }
  50% { opacity: 1; }
  60% { opacity: 1; }
  70% { opacity: 1; }
  80% { opacity: 1;  }
  90% { opacity: 1 }
  100% { opacity: 0.5 !important;}
} */

.white-body-bg {
  background: #fff !important;
}

#myDiv {
  overflow: hidden;
  /* display: none; */
  /* text-align: center; */
}

/*chatbox style*/

.is-typing {
  padding: 6px;
  width: 40%;
  justify-content: space-around;
  display: flex;
}

.jump1,
.jump2,
.jump3,
.jump4,
.jump5 {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: gray;
}

.jump1 {
  animation: typing 1.5s linear infinite;
  animation-delay: 01.1s;
}

.jump2 {
  animation: typing 1.5s linear infinite;
  animation-delay: 01.2s;
}

.jump3 {
  animation: typing 1.5s linear infinite;
  animation-delay: 01.3s;
}

.jump4 {
  animation: typing 1.5s linear infinite;
  animation-delay: 01.4s;
}

.jump5 {
  animation: typing 1.5s linear infinite;
  animation-delay: 1.5s;
}

@keyframes typing {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(0px);
  }

  35% {
    transform: translateY(15px);
  }

  45% {
    transform: translateY(0px);
  }

  60% {
    transform: translateY(-15px);
  }

  75% {
    background-color: white;
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*chatbox style ends*/

/*scroll animations start css*/
.scroll-container,
.scroll-area {
  max-width: 100vw;
  height: 100vh;
}

.scroll-container {
  overflow: auto;
  scroll-snap-type: y mandatory;
}

.scroll-area {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
}

.scroll-container,
.scroll-area {
  margin: 0 auto;
}

.scroll-area {
  /* display: flex;
  align-items: center;
  justify-content: center;
  color: white; */
}

/* .scroll-area:nth-of-type(1) {
  background: #49b293;
}

.scroll-area:nth-of-type(2) {
  background: #c94e4b;
}

.scroll-area:nth-of-type(3) {
  background: #4cc1be;
}

.scroll-area:nth-of-type(4) {
  background: #8360A6;
} */

/*loader*/
#loader {
  opacity: 1;
}
.main-page-wrapper {
  /*opacity:0;*/
  display: none;
}

#logo_color_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
  background-color: #fd7942;
  z-index: 3;
}

.splide__slide {
  height: 62rem !important;
}

.splide__track {
  overflow: hidden !important;
}

.privacy-policy-page h1 {
  font-size: 22px !important;
  text-align: left !important;
}

.privacy-policy-page .heading {
  text-align: center !important;
}
.privacy-policy-page .heading h2 {
  font-size: 26px !important;
}
.privacy-policy-page ol li::marker {
  font-weight: bold;
}
.privacy-policy-page ul li {
  margin-left: 14px;
}

.cv-box {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0px 0px 0px #fd7942;
  margin: 20px 0;
  min-height: 98px;
}

.cv-box-hover {
  box-shadow: 0px 0px 5px #fd7942;
}

.cv-icon {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  top: 0;
  transition: top 0.3s ease-in-out;
}
.cv-icon img {
  max-width: 60px !important;
  padding-bottom: 0 !important;
}

.cv-icon-hover {
  position: relative;
  top: -45px;
}
.cv-line {
  display: inline-block;
  border: solid 1px;
  height: 44px;
  margin-bottom: 9px;
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out;
}
.cv-line-hover {
  position: relative;
  left: 202px;
  margin-bottom: 5px;
}
.cv-title {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  left: 0;
  top: -25px;
  transition: left 0.3s ease-in-out;
  font-size: 18px;
}
.cv-title-hover {
  position: relative;
  left: -112px;
  top: -20px;
}
.cv-description {
  display: inline-block;
  line-height: 15px;
  opacity: 0;
  width: 45%;
  position: relative;
  left: 330px;
  top: 27%;
  font-size: 12px;
  width: 40%;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.cv-description-hover {
  opacity: 1;
}
.cv-arrow {
  display: none;
  width: 24px;
  height: 13px;
  float: right;
  margin-top: 20px;
  transform: rotate(90deg);
  background-image: url(assets/images/arrow-down.svg);
}
.cv-arrow-hover {
  display: none;
}

.banner-content h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 33px;
}
.carousel-indicators .active {
  background-color: #f04e6e;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  border: solid 1px #f04e6e;
  height: 6px;
  margin-bottom: 5px;
  width: 6px;
}
.carousel-indicators {
  right: -80px;
  bottom: 5%;
  flex-direction: column;
  left: auto;
}

.posted-by {
  display: none;
}

.ti-cursor {
  color: #000 !important;
}

.map-overlay-hover {
  display: block;
}

.map-overlay {
  display: none;
  position: absolute;
  background-color: #000000;
  border-radius: 40px;
  margin-top: 50px;
  width: 100%;
  height: 651px;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
}

.nGY2 .nGY2GThumbnail {
  background-color: #fff !important;
}

/*============================== mcss start ================================*/
/* gallery css start */

.nGY2 .nGY2GThumbnailLabel {
  background: #00000099 !important;
  margin: 0 auto !important;
  top: 40% !important;
  width: 90%;
  margin: 0 auto !important;
  padding: 20px 20px !important;
}
.nGY2 .nGY2GThumbnailImageTitle {
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  color: white;
  white-space: unset !important;
  text-shadow: none !important;
}
.nGY2GThumbnail.nGY2GThumbnail_l1.hover,
.hover .nGY2GThumbnailImage {
  width: 100% !important;
  height: 400px !important;
  left: 0 !important;
}

.nGY2GThumbnail.nGY2GThumbnail_l1.hover .nGY2GThumbnailImage.nGY2TnImg {
  position: relative !important;
  z-index: 1;
}

.nGY2GThumbnail.nGY2GThumbnail_l1.hover .nGY2GThumbnailLabel {
  z-index: 2;
}
.showBefore::before {
  position: absolute;
  content: "";
  background: white;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
}

.black-header {
  background: black;
}

/* gallery css end */

.life-at-avrioc-wrpr p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 40px 0;
}

div#v-pills-tabContent {
  margin-top: 155px;
}

.values-tab .Faq-about-wrpr {
  padding-bottom: 0;
}
.career-page div#career {
  margin-top: 20px;
  padding-bottom: 0;
}
.mb-30 {
  margin-bottom: 30px;
}
#faqs .accordion-header .accordion-button::after {
  margin-top: 0;
}

.nested-nav.inner-navs {
  justify-content: center;
  padding: 0 0 0 100px;
}

.nested-nav.inner-navs button {
  padding: 14px 35px;
  margin: 0;
}

ul#nestedNav .nav-link.active,ul#nestedNav .nav-link:hover,.inner-navs .nav-link:hover,.inner-navs .nav-link.active{
    background: black;
    color: white;
}

ul#nestedNav .nav-link,.inner-navs .nav-link {
    border-radius: 0;
    background: #f3f3f3;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    padding: 14px;
    color: black;
    margin: 0 0 20px 0;
    border: 0;
}

ul#nestedNav {
  margin-left: -393px;
}

/*============================== mcss start ================================*/

.fp-overflow {
  width: 100% !important;
  display: contents !important;
}
.fp-watermark {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.custom-scroll-bar {
  /* height: 500px;
  overflow-x: scroll; */
  height: 660px;
  overflow-x: scroll;
}
.life-tab {
  height: 650px;
  overflow-x: scroll;
}
.our-products-arrow:hover path {
  fill: #fd7942;
}

.our-products-arrow path {
  transition: fill 0.4s ease;
}

.terms-and-condition {
  margin: 155px 0 100px 0;
}
.terms-and-condition h5.text-underline {
  text-decoration: underline;
}
.terms-and-condition h5 {
  font-size: 20px;
  color: black;
  margin: 30px 0 20px 0;
  line-height: 25px;
  font-weight: 600;
}

.terms-and-condition h1 {
  /* font-family: "Neue-Bold"; */
  color: black;
  margin: 0 0 60px 0;
}

.terms-and-condition p {
  margin: 20px 0 0 0;
  font-size: 18px;
  line-height: 28px;
}
.terms-and-condition strong {
  font-weight: 600;
}
.terms-and-condition a {
  color: #fd7942;
  transition: all 0.3s ease-in-out;
}

.terms-and-condition a:hover {
  color: #bd5b33;
}

.terms-and-condition li {
  font-size: 18px;
  line-height: 28px;
}

.terms-and-condition ul {
  list-style: disc;
  padding: 0 0 0 35px;
  margin: 10px 0 0 0;
}
.privacy-policy h6 {
  margin: 20px 0 0 0;
  font-size: 18px;
  line-height: 28px;
}

.terms-and-condition mark {
  font-size: 18px;
  line-height: 28px;
  display: inline;
}
.terms-and-condition ol ul li {
  margin: 0 0 20px 0;
}

.bg-animation canvas {
  width: 100% !important;
  height: 100% !important;
}

.video-wrapper iframe {
  height: 480px;
}
.video-wrapper {
  margin: 0 0 40px 0;
}

/*Change text in autofill textbox*/
.contact-form input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

/* For Chrome and Safari */
.contact-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important; /* Set background-color to transparent */
  color: #fff !important; /* Set text color to white */
}

/* For Firefox */
.contact-form input:-moz-autofill {
  background-color: transparent !important; /* Set background-color to transparent */
  color: #fff !important; /* Set text color to white */
}

/* For other browsers */
.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus,
.contact-form input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s !important; /* Add a long transition to override browser default */
  background-color: transparent !important; /* Set background-color to transparent */
  color: #fff !important; /* Set text color to white */
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #000000 !important;
}

/* For Chrome and Safari */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important; /* Set background-color to transparent */
  color: #000000 !important; /* Set text color to white */
}

/* For Firefox */
input:-moz-autofill {
  background-color: transparent !important; /* Set background-color to transparent */
  color: #000000 !important; /* Set text color to white */
}

/* For other browsers */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s !important; /* Add a long transition to override browser default */
  background-color: transparent !important; /* Set background-color to transparent */
  color: #000000 !important; /* Set text color to white */
}
