@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,900");
@import url("https://fonts.googleapis.com/css?family=Anton");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;500;700&display=swap");
/* Container */
/*All Center Maintitle Headings*/
/*All Center Smalltitle Headings*/
/*All Center Paragraph Text*/
/*Mixen for mobile heading line height*/
/*2 Different Sections Paragraph*/
/*Offshore Development Model Heading*/
/*Culturre and Branded Workspace Title and headings*/
/*Culture and Workspace ul list*/
.item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.hero-img {
  width: 100%;
  display: block;
}

.manifesto-section {
  background-color: #f5faed;
  margin-top: -25px;
  padding-top: 80px;
  padding-left: 98px;
  padding-right: 98px;
}
@media screen and (max-width: 1200px) {
  .manifesto-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.manifesto-section .footer-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  margin: auto;
  padding-top: 48px;
}
.manifesto-section .footer-image img {
  width: 979px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .manifesto-section .footer-image img {
    width: 100%;
  }
}

.manifest__header {
  color: var(--Text, #222D27);
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.manifest {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
}

.manifest__item a {
  display: none;
  text-decoration: none;
  background: #FF8743;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  margin-left: 12px;
  margin-right: 0px;
  color: white;
  cursor: pointer;
}

.manifest__item:hover {
  background-color: #019443;
}

.manifest__item:hover a {
  display: block;
}

.manifest__item:hover p {
  display: none;
}

.manifest__item {
  display: flex;
  align-items: center;
  width: 240px;
  gap: 14px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 1px 1px 1px 0.5;
  padding: 32px;
  height: 120px;
  transition: 0.7s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .manifest__item {
    padding: 12px;
  }
}
.manifest__item img {
  height: 45px;
  width: 45px;
}
.manifest__item p {
  color: var(--Text, #222D27);
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-desc {
  background-color: #97CE47;
}
.footer-desc p {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.footer-container {
  background-color: #1D3A2A;
  padding: 12px 0 1px 12px;
  color: white;
  box-sizing: border-box;
}
.footer-container .footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.footer-container .footer i {
  height: 16px;
  width: 16px;
  margin: 10px;
  opacity: 0.6;
}
.footer-container .copyright a {
  color: white;
}
.footer-container .contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-container .contact-info h1 {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer-container .contact-info p {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-container hr {
  width: 80%;
  opacity: 0.6;
  margin-top: 30px;
  margin-bottom: 0;
}
.footer-container p {
  opacity: 0.4;
  margin-top: 20px;
}
.footer-container .follow-us {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-container .follow-us h1 {
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer-container .follow-us .form {
  display: flex;
  flex-direction: column;
}
.footer-container .follow-us input {
  width: 250px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  padding: 3px 10px;
  color: #a0aca5;
  box-sizing: border-box;
}
.footer-container .follow-us input::-moz-placeholder {
  color: #a0aca5;
}
.footer-container .follow-us input::placeholder {
  color: #a0aca5;
}
.footer-container .follow-us button {
  width: 250px;
  height: 40px;
  color: #fff;
  border-radius: 10px;
  background: var(--Green-Primary, #019443);
  margin-top: 10px;
  outline: none;
  cursor: pointer;
  border: none;
}
.footer-container .follow-us i {
  width: 28px;
  height: 28px;
  opacity: 0.6;
  margin-top: 25px;
}
.footer-container .copyright {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-container .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-container .footer > div {
    width: 100%;
  }
  .footer-container .contact-info {
    gap: 0;
  }
  .footer-container .follow-us {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    gap: 0;
  }
  .footer-container .follow-us > div {
    width: calc(100% - 24px);
  }
  .footer-container .follow-us button,
  .footer-container .follow-us input {
    width: 100%;
  }
}

.aux-hero-section {
  background-image: url(../images/backgound-image.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aux-hero-section__content {
  height: 377px;
  padding: 26px 1px;
}
.aux-hero-section__heading {
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
}
.aux-hero-section__paragraph {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 0px;
}
.aux-hero-section__button-connect {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  width: 160px;
  height: 51px;
  color: black;
  background: #f3db27;
  border: 1.5px solid #f3db27;
  box-sizing: border-box;
  border-radius: 35px;
  margin: 58px 0;
  cursor: pointer;
}

/*DEDICATED DEVELOPMENT TEAM HEADING*/
.aux-integrated-team {
  margin-top: 60px;
}
.aux-integrated-team__content {
  margin-bottom: 33px;
}
.aux-integrated-team__firstheading {
  color: #9846e6;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.aux-integrated-team__title {
  line-height: 60px;
  margin: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-top: 10px;
}
.aux-integrated-team__paragraph {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 0 96px;
  color: rgba(51, 51, 51, 0.6);
  margin-top: 14px;
}

/*DEDICATED DEVELOPMENT TEAM MOBILE VIEW LISTS*/
.aux-integratged-features-slider {
  display: none;
}
@media (max-width: 992px) {
  .aux-integratged-features-slider {
    display: flex;
  }
  .aux-integratged-features-slider-lists {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aux-integratged-features-slider-lists__icon {
    width: 55px !important;
    margin-top: -40px;
    margin-right: 10px;
  }
  .aux-integratged-features-slider-lists__list {
    width: 380px;
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1rem;
    padding: 10px 12px;
    background: #ffffff;
    height: 180px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
  }
  .aux-integratged-features-slider-lists__list__title {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    color: #333333;
    margin: 0 0;
  }
  .aux-integratged-features-slider-lists__list__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0;
    color: rgba(51, 51, 51, 0.6);
  }
}
@media (max-width: 900px) {
  .aux-integratged-features-slider-lists__list {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .aux-integratged-features-slider-lists__list {
    width: 245px;
  }
}

#featuresslider .owl-stage-outer {
  margin-top: -33px;
}

#featuresslider .owl-item .aux-integratged-features-slider-lists__list img {
  margin-top: 4px;
}

#featuresslider .owl-dots {
  display: none;
}

#featuresslider .owl-item.active {
  margin-right: 0px !important;
}

/*Dedicated team slider margin for mobile view*/
@media (max-width: 430px) {
  #featuresslider .owl-item.active {
    margin-right: -38px !important;
    margin-left: -20px;
  }
}
@media (max-width: 364px) {
  #featuresslider .owl-item.active {
    margin-right: -25px !important;
    margin-left: -23px;
  }
}
/*DEDICATED DEVELOPMENT TEAM DESKTOP VIEW LISTS*/
.aux-integratged-features-lists {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -27px;
}
.aux-integratged-features-lists__bg2 {
  background: url("../images/administrative-operations.svg") center/cover no-repeat;
}
.aux-integratged-features-lists__bg1 {
  background: url("../images/employee-experience-background.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aux-integratged-features-lists__bg3 {
  background: url("../images/project-transparency.svg") center/cover no-repeat;
}
.aux-integratged-features-lists__bg4 {
  background: url("../images/easier-scaling.svg") center/cover no-repeat;
}

.aux-integratged-features-lists__list {
  width: 37.5%;
  height: 96px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  margin: 1rem;
  color: white;
  padding-top: 205px;
  border-radius: 20px;
}
.aux-integratged-features-lists__list p {
  max-width: 410px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  z-index: -1;
  overflow: hidden;
}
.aux-integratged-features-lists__list__title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 0;
}

.aux-integratged-features-lists__bg2:hover {
  background: linear-gradient(to right, rgba(75, 175, 235, 0.75), rgba(75, 175, 235, 0.75)), url("../images/administrative-operations.svg") center/cover no-repeat;
  transition: all 0.5s ease-in-out;
}

.aux-integratged-features-lists__bg1:hover {
  background: linear-gradient(to right, rgba(75, 175, 235, 0.75), rgba(75, 175, 235, 0.75)), url("../images/employee-experience-background.svg") center/cover no-repeat;
  transition: all 0.5s ease-in-out;
}

.aux-integratged-features-lists__bg3:hover {
  background: linear-gradient(to right, rgba(75, 175, 235, 0.75), rgba(75, 175, 235, 0.75)), url("../images/project-transparency.svg") center/cover no-repeat;
  transition: all 0.5s ease-in-out;
}

.aux-integratged-features-lists__bg4:hover {
  background: linear-gradient(to right, rgba(75, 175, 235, 0.75), rgba(75, 175, 235, 0.75)), url("../images/easier-scaling.svg") center/cover no-repeat;
  transition: all 0.5s ease-in-out;
}

.aux-integratged-features-lists__list:hover {
  padding-top: 0px;
  height: 301px;
}
.aux-integratged-features-lists__list:hover p {
  z-index: 2;
  transition: all 1s ease-in-out;
}

.aux-integratged-features {
  margin-top: 25px;
}

/*Spend less time on screening, and more time on scaling*/
.aux-screening-scaling {
  background: url("../images/screening-scaling.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 380px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
.aux-screening-scaling__heading {
  width: 575px;
  color: white;
  position: absolute;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 70px;
  top: 34px;
  padding-left: 55px;
}
.aux-screening-scaling__image {
  display: none;
}
@media (max-width: 768px) {
  .aux-screening-scaling__image {
    display: block;
    position: absolute;
    bottom: 0;
    padding-bottom: 27px;
  }
}
.aux-screening-scaling__R-decore {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -90px;
}

/*WE CAN HELP YOU*/
.aux-helps {
  position: relative;
  margin-top: 1rem;
}
.aux-helps__firstheading {
  color: #9846e6;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.aux-helps__title {
  line-height: 60px;
  margin: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
.aux-helps__list {
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.aux-helps__decore {
  position: absolute;
  left: 0;
  bottom: 85px;
}
.aux-helps__L-decore {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -105px;
}

.aux-help {
  height: 240px;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.aux-help__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin: 12px auto;
}
.aux-help__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.6);
}

/*Mobile View Section SCSS*/
.wrapper {
  display: none;
}
@media (max-width: 992px) {
  .wrapper {
    display: block;
    width: 100%;
    margin: -28px auto;
  }
  .wrapper .accordion_wrap {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin: 12px auto;
  }
  .wrapper .accordion_wrap .accordion_header {
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    background: #ffffff;
    padding: 15px 20px 15px 15px;
    color: #333333;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 15px;
    margin: 0px 0px;
  }
  .wrapper .aux-helps-mobile-icon {
    width: 30px;
    margin-right: 8px;
  }
  .wrapper .accordion_wrap .accordion_header:after {
    content: "\f107";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    height: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #a3b0b8;
  }
  .wrapper .accordion_wrap .accordion_header:after {
    transform: rotate(180deg);
    transition: all 0.5s ease;
  }
  .wrapper .accordion_wrap .accordion_body {
    width: 100%;
    background: white;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    padding: 0 0 25px;
    display: none;
  }
  .wrapper .accordion_wrap .accordion_body p {
    padding: 0px 18px 5px 53px;
    margin: -8px auto;
    font-size: 16px;
    line-height: 30px;
    color: rgba(51, 51, 51, 0.6);
    background-color: white;
  }
  .wrapper .accordion_wrap .accordion_header.active {
    color: #000000;
    border-color: #a3b0b8;
  }
  .wrapper .accordion_wrap.active .accordion_header:after {
    transform: rotate(0deg);
    top: 30px;
  }
  .wrapper .accordion_wrap .accordion_header.active + .accordion_body {
    border-radius: 15px;
  }
}

/*CULTURE SECTION*/
.aux-culture {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: right;
}
.aux-culture__info {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.aux-culture__firstheading {
  color: #9846e6;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
  text-align: left;
}
.aux-culture__title {
  margin: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 50px;
  margin-top: 10px;
  line-height: 60px;
}
.aux-culture__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: rgba(51, 51, 51, 0.6);
  padding-top: 22px;
}
.aux-culture__image-container {
  width: 50%;
  max-width: 40rem;
  padding-right: 65px;
}
.aux-culture__image {
  width: 76%;
  padding-top: 80px;
}
.aux-culture ul {
  list-style-type: none;
  list-style-position: center;
  display: inline-block;
  margin-left: -2.5rem;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: rgba(51, 51, 51, 0.6);
  padding-top: 12px;
}
.aux-culture li {
  padding-left: 1rem;
}

.list-icon {
  margin-bottom: -9px;
  margin-right: 25px;
}

.aux-culture__list {
  display: flex;
  width: 100%;
  align-items: top;
  padding-bottom: 8px;
}

img.list-icon-culture {
  margin-right: 29px;
  height: 32px;
}

/*OFFSHORE DEVELOPMENT MODEL*/
.aux-development-model {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fafdfe;
}
.aux-development-model__firstheading {
  color: #9846e6;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.aux-development-model__secondheading {
  width: 85%;
  margin: 18px auto;
  color: #000000;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  line-height: 60px;
}
.aux-development-model__lists {
  font-size: 1.2rem;
  width: 100%;
  display: flex;
  margin-top: 61px;
  align-items: start;
}
.aux-development-model__infographics {
  width: 50%;
  text-align: left;
  padding-left: 30px;
  padding-right: 55px;
  box-sizing: border-box;
}
.aux-development-model__info {
  position: relative;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
  box-sizing: border-box;
}
.aux-development-model__yellow-decore {
  -webkit-clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
          clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
  background-color: #f3db27;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 78px;
  z-index: 3;
}
.aux-development-model__yellow-decore--before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 92%);
          clip-path: polygon(100% 0, 100% 100%, 0 92%);
  top: 0;
  right: 76px;
  bottom: 91%;
  width: 26px;
  background-color: #c9a938;
  z-index: 0;
}
.aux-development-model__yellow-decore--after {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 8%);
          clip-path: polygon(100% 0, 100% 100%, 0 8%);
  content: "";
  position: absolute;
  bottom: 0;
  right: 76px;
  top: 91%;
  width: 26px;
  background-color: #c9a938;
  z-index: 0;
}
.aux-development-model__purple-decore {
  background-color: #7e38ff;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 78px;
  z-index: 3;
  right: unset;
  left: -1px;
  -webkit-clip-path: polygon(0 10%, 0 90%, 100% 100%, 100% 0);
          clip-path: polygon(0 10%, 0 90%, 100% 100%, 100% 0);
}
.aux-development-model__purple-decore--before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 91%;
  width: 26px;
  background-color: #6036b3;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 92%);
          clip-path: polygon(0 0, 0 100%, 100% 92%);
  left: 76px;
}
.aux-development-model__purple-decore--after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 91%;
  width: 26px;
  background-color: #6036b3;
  z-index: 0;
  left: 76px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 8%);
          clip-path: polygon(0 0, 0 100%, 100% 8%);
}
.aux-development-model__blue-decore {
  -webkit-clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
          clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
  background-color: #4bafeb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 78px;
  z-index: 3;
}
.aux-development-model__blue-decore--before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 92%);
          clip-path: polygon(100% 0, 100% 100%, 0 92%);
  top: 0;
  right: 76px;
  bottom: 91%;
  width: 26px;
  background-color: #488bb5;
  z-index: 0;
}
.aux-development-model__blue-decore--after {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 8%);
          clip-path: polygon(100% 0, 100% 100%, 0 8%);
  content: "";
  position: absolute;
  bottom: 0;
  right: 76px;
  top: 91%;
  width: 26px;
  background-color: #488bb5;
  z-index: 0;
}
.aux-development-model__content {
  padding: 40px 85px 25px 40px;
  border-radius: 15px;
  -webkit-clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
          clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
}
.aux-development-model__content__yellow {
  background-color: rgba(243, 219, 39, 0.12);
}
.aux-development-model__content__purple {
  -webkit-clip-path: polygon(0 10%, 0 90%, 100% 100%, 100% 0);
          clip-path: polygon(0 10%, 0 90%, 100% 100%, 100% 0);
  padding: 40px 40px 25px 110px;
  padding-left: 100px;
  background-color: rgba(126, 56, 255, 0.12);
}
.aux-development-model__content__blue {
  background-color: #e5f4fc;
}
.aux-development-model__title {
  margin: 0px;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.aux-development-model__text {
  color: rgba(51, 51, 51, 0.6);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 26px;
  margin: 0;
}
.aux-development-model__image-container {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 27px;
  padding-left: 60px;
  padding-right: 92px;
}
.aux-development-model__decore {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -220px;
}
.aux-development-model__image {
  width: 100%;
}
.aux-development-model ul {
  list-style-image: url("../images/list-icon.svg");
  list-style-position: center;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 30px;
  padding: 0;
  margin-left: 0;
}
.aux-development-model__list {
  display: flex;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  margin-bottom: 10px;
}

img.list-icon-development {
  margin-right: 20px;
  height: 30px;
}

/*TAKE A CLOSER LOOK OF OUR MODEL*/
.aux-closerlook-model {
  position: relative;
  background-image: url("../images/closer-look.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60%;
  text-align: center;
  height: auto;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 25px;
}
.aux-closerlook-model__data {
  padding: 28px 0;
}
.aux-closerlook-model__title {
  color: #333333;
  font-size: 32px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 23px;
}
.aux-closerlook-model__button {
  padding: 0.6rem 2rem;
  color: white;
  font-weight: 600;
  font-family: poppins;
  font-size: 16px;
  line-height: 24px;
  background: #9846e6;
  border: 1.5px solid #9846e6;
  box-sizing: border-box;
  border-radius: 35px;
  cursor: pointer;
}

/*YOUR BRANDED WORKSPACE*/
.aux-brand-workspace {
  margin: 7px auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: left;
}
.aux-brand-workspace__info {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 47%;
}
.aux-brand-workspace__firstheading {
  color: #9846e6;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding-top: 10px;
  padding-top: 33px;
}
.aux-brand-workspace__title {
  margin: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 50px;
  margin-top: 10px;
  line-height: 60px;
}
.aux-brand-workspace__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: rgba(51, 51, 51, 0.6);
  padding-top: 22px;
}
.aux-brand-workspace__list {
  display: flex;
  width: 100%;
}
.aux-brand-workspace__image-container {
  width: 50%;
}
.aux-brand-workspace__image {
  width: 76%;
  padding-top: 70px;
  padding-left: 45px;
}
.aux-brand-workspace ul {
  list-style-type: none;
  list-style-position: center;
  display: inline-block;
  margin-left: -2.5rem;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: rgba(51, 51, 51, 0.6);
  padding-top: 12px;
}
.aux-brand-workspace li {
  padding-left: 1rem;
}

.aux-brand-workspace__icon {
  display: flex;
  width: 100%;
  align-items: top;
  padding-bottom: 8px;
}

img.list-icon-workspace {
  margin-right: 29px;
  height: 32px;
}

/*TESTIMONIALS*/
.hide-testimonials {
  display: none;
}

.aux-testimonials {
  margin-top: 36px;
  padding: 58px 0;
  background: url("../images/testimonial-background.svg") center/cover no-repeat border-box, #fafdfe;
  text-align: center;
}
.aux-testimonials__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.aux-testimonial {
  height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px;
  padding: 7px 15px;
  background: #ffffff;
  border-radius: 20px;
}
.aux-testimonial__bg-person {
  position: relative;
  width: 25% !important;
  margin-top: 94px;
}
.aux-testimonial__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  padding-top: 7px;
}
.aux-testimonial__name {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
}
.aux-testimonial__designation {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8rem;
  margin: -17px auto;
}

.aux-testimonial.test-2 {
  padding: 2rem 1.5rem;
  height: 26rem;
}

#testimonials .owl-item.active.center .aux-testimonial {
  height: 448px;
  margin-top: 0;
}

#testimonials .owl-item.active.center .aux-testimonial__text {
  padding-top: 34px;
}

#testimonials .owl-item.active.center {
  height: 500px;
  padding-top: 10px;
}

#testimonials .owl-item .aux-testimonial img {
  width: 49px !important;
}

#testimonials .owl-item.cloned.active {
  padding-top: 22px;
}

#testimonials .owl-item.active {
  padding-top: 22px;
}

#testimonials .owl-dots .owl-dot.active span {
  border: solid 1px white;
  background: #ffffff;
}

#testimonials .owl-dots .owl-dot span {
  background: transparent;
  border: solid 1px white;
}

/*GO OFFSHORE THE SMARTAR WAY*/
.aux-offshores {
  margin-top: 60px;
}
.aux-offshores__firstheading {
  color: #9846e6;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.aux-offshores__title {
  line-height: 60px;
  margin: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-top: 10px;
}
.aux-offshores__list {
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 60px;
}

.aux-offshore {
  position: relative;
  display: flex;
  flex-direction: row;
}
.aux-offshore__content {
  display: flex;
  padding-left: 15px;
  flex-direction: column;
}
.aux-offshore__icon {
  left: 0;
}
.aux-offshore__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin: 0;
}
.aux-offshore__text {
  color: rgba(51, 51, 51, 0.6);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  line-height: 30px;
  margin-top: 0;
}

.view-all-button {
  display: none;
}
@media (max-width: 992px) {
  .view-all-button {
    width: 100%;
    display: block;
    margin-top: 25px;
    font-weight: 500;
    font-size: 16px;
    top: 60%;
    color: #a3b0b8;
    background: transparent;
    border: none;
  }
}

.view-less-link {
  text-decoration: none;
}

/*TECHNOLOGIES WE USE*/
.aux-technologies {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgba(126, 56, 255, 0.03);
}
.aux-technologies__firstheading {
  color: #9846e6;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.aux-technologies__title {
  line-height: 60px;
  margin: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-top: 10px;
}
.aux-technologies__paragraph {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 0 96px;
  color: rgba(51, 51, 51, 0.6);
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}
.aux-technologies__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.aux-technologies__container {
  width: 19%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aux-technologies__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 11px;
  padding: 4rem 1.5rem;
  height: 142px;
  border-radius: 20px;
  align-items: center;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.aux-technologies__front {
  position: absolute;
  top: 0;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  padding: 10px;
}
.aux-technologies__front__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  text-align: center;
  padding-top: 31px;
}
.aux-technologies__back {
  position: absolute;
  display: flex;
  align-items: center;
  background: #f3db27;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  top: 0;
  width: 100%;
  height: 270px;
  border-radius: 20px;
  color: #333333;
  color: -webkit- #333333;
  backface-visibility: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.aux-technologies__container:hover .aux-technologies__card {
  transform: rotateY(180deg);
}

.aux-technologies__back {
  transform: rotateY(180deg);
}

/*Technologies Mobile View*/
.aux-technologies-mobile {
  display: none;
}
@media (max-width: 992px) {
  .aux-technologies-mobile {
    display: block;
  }
  .aux-technologies-mobile__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .aux-technologies-mobile__container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aux-technologies-mobile__card {
    width: 166px !important;
    display: flex;
    flex-direction: column;
    margin: 11px;
    padding: 3.5rem 1.5rem;
    height: 158px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); */
    border-radius: 20px;
    align-items: center;
    transition: all 0.6s ease;
    transform-style: preserve-3d;
  }
  .aux-technologies-mobile__front {
    position: absolute;
    width: 195px !important;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    top: 0;
    height: 252px;
    border-radius: 20px;
    color: #000000;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    padding: 10px;
    text-align: center;
  }
  .aux-technologies-mobile__front__text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    text-align: center;
  }
  .aux-technologies-mobile__detail-btn {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-family: poppins;
    font-size: 16px;
    width: 130px;
    height: 42px;
    top: 3%;
    color: #f3db27;
    background: transparent;
    border: 1.5px solid #f3db27;
    box-sizing: border-box;
    border-radius: 35px;
  }
  .aux-technologies-mobile__back {
    position: absolute;
    display: flex;
    align-items: center;
    background: #f3db27;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    top: 0;
    width: 170px;
    height: 242px;
    border-radius: 20px;
    color: #333333;
    backface-visibility: hidden;
  }
}

.flippedCardTech {
  transform: rotateY(180deg);
}

#technology .owl-dots {
  margin-top: 15px;
}

#technology .owl-dots .owl-dot.active span {
  border: solid 1px #9846e6;
  background: #9846e6;
}

#technology .owl-dots .owl-dot span {
  background: transparent;
  border: solid 1px #9846e6;
}

/*NUMBER STATS*/
.aux-numberstats {
  display: none;
  position: relative;
  margin-top: 60px;
}
.aux-numberstats__firstheading {
  color: #9846e6;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.aux-numberstats__title {
  line-height: 60px;
  margin: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-top: 10px;
}
.aux-numberstats__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aux-numberstats__decore {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -120px;
}

.aux-numberstat {
  width: 28%;
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 0.2rem 1.5rem;
  align-items: center;
}
.aux-numberstat__icon.ellipse1 {
  background: url("../images/ellipse-2M.svg") center no-repeat;
}
.aux-numberstat__icon.ellipse2 {
  background: url("../images/ellipse-90K.svg") center no-repeat;
}
.aux-numberstat__icon.ellipse3 {
  background: url("../images/ellipse-400.svg") center no-repeat;
}
.aux-numberstat__stat {
  color: #000000;
  text-align: center;
  font-size: 70px;
  padding: 0 35px;
}
.aux-numberstat__text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #333333;
  margin-top: -25px;
}

/*TRUSTED PARTNERS*/
.aux-trustedpartners {
  margin-top: 60px;
}
.aux-trustedpartners__firstheading {
  color: #9846e6;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.aux-trustedpartners__title {
  line-height: 60px;
  margin: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-top: 10px;
}
.aux-trustedpartners__list {
  margin: 35px 0;
  display: flex;
  justify-content: center;
}
.aux-trustedpartners__decore {
  position: absolute;
  margin-top: -64px;
}

.aux-trustedpartner {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 0.2rem 0rem;
  align-items: center;
}
.aux-trustedpartner__text {
  color: rgba(51, 51, 51, 0.6);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

/*Contact Form*/
.aux-contact-form {
  position: relative;
  margin-top: 92px;
  background: url("../images/contact-form-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 517px;
}
.aux-contact-form__heading {
  color: white;
  position: absolute;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 54px;
  top: 40px;
}
.aux-contact-form__paragraph {
  color: white;
  position: absolute;
  top: 206px;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 54px;
}
.aux-contact-form__phone {
  font-style: normal;
  font-weight: 600;
  font-family: poppins;
  font-size: 16px;
  position: absolute;
  width: 185px;
  height: 45px;
  top: 63%;
  color: white;
  background: transparent;
  border: 1.5px solid white;
  box-sizing: border-box;
  border-radius: 35px;
  cursor: pointer;
}
.aux-contact-form__info {
  padding-left: 100px;
}

i.fa.fa-phone {
  margin-right: 5px;
}

.container-form {
  position: relative;
  right: 0;
  top: -48px;
  background: url("../images/form-background.svg");
  background-position: right;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 506px;
  margin: 10px auto;
  margin-right: 55px;
  height: 612px;
  min-height: 612px;
}

#contact input[type=text],
#contact input[type=email],
#contact input[type=tel],
#contact input[type=url],
#contact textarea,
#contact button[type=submit] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: transparent;
  padding: 39px 45px 39px 62px;
  margin-left: 12px;
}

#contact h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  margin: 5px 0 18px;
  display: block;
}

fieldset {
  border: medium none !important;
  margin: 0 0 20px;
  min-width: 100%;
  padding: 0;
  width: 100%;
  text-align: center;
  position: relative;
}
fieldset label.error {
  left: 10px;
  position: absolute;
  bottom: -16px;
  font-size: 12px;
  color: #fff;
}
fieldset #d_message-error.error {
  bottom: -15px;
}
fieldset .captcha_error {
  bottom: -17px;
  font-size: 10px;
  left: 10px;
  position: absolute;
  color: #fff;
}
fieldset #m_captcha_error {
  bottom: -8px;
}

#contact input[type=text],
#contact input[type=email],
#contact input[type=tel] {
  font-style: normal;
  font-family: poppins;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ffffff;
  background: #ffffff;
  margin: 0 0 0;
  padding: 10px;
  border-radius: 12px;
  color: #333;
}

#contact textarea {
  font-style: normal;
  font-weight: 500;
  font-family: poppins;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ffffff;
  background: #ffffff;
  margin: 0px;
  padding: 12px;
  border-radius: 12px;
  color: #333;
}

#contact input[type=text]:hover,
#contact input[type=email]:hover,
#contact input[type=tel]:hover,
#contact textarea:hover {
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 60px;
  max-width: 100%;
  resize: none;
  margin: 0;
}

#contact button[type=submit] {
  font-style: normal;
  font-weight: 600;
  font-family: poppins;
  font-size: 16px;
  cursor: pointer;
  width: 53%;
  border: none;
  background: #f3db27;
  color: #333333;
  margin: 8px 0 5px;
  padding: 16px;
  font-size: 15px;
  border-radius: 35px;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #ffffff;
}

input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

input::placeholder {
  color: rgba(51, 51, 51, 0.6);
}

textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

textarea::placeholder {
  color: rgba(51, 51, 51, 0.6);
}

/*Mobile view contact form*/
.contact-form-mobile-view {
  display: none;
}
.contact-form-mobile-view fieldset {
  margin: 0 0 17px;
}
.contact-form-mobile-view fieldset label.error {
  bottom: -17px;
  font-size: 10px;
}
.contact-form-mobile-view fieldset label#m_message-error {
  bottom: -12px;
}
@media (max-width: 992px) {
  .contact-form-mobile-view {
    display: block;
    background: url("../images/mobileview-contact.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: cover;
    margin: 30px auto;
  }
  .contact-form-mobile-view__contact {
    background: transparent;
    padding: 75px 62px;
    margin-left: 12px;
    padding: 19px 26px 19px 38px !important;
    width: 250px;
    margin: 0 auto !important;
  }
  .contact-form-mobile-view__contact h3 {
    color: white;
    text-align: center;
  }
  .contact-form-mobile-view__input-area {
    padding: 8px !important;
    font-size: 14px !important;
  }
  .contact-form-mobile-view__message-area {
    height: 50px !important;
    width: 100% !important;
    padding: 8px !important;
    font-size: 14px !important;
  }
  .contact-form-mobile-view__button {
    width: 45% !important;
    padding: 10px !important;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background: #f3db27;
    color: #333333;
    margin: 8px 0 5px;
    padding: 16px;
    font-size: 15px;
    border-radius: 35px;
  }
}
@media (max-width: 500px) {
  .contact-form-mobile-view {
    max-width: 100%;
  }
}

#contact-us input[type=text],
#contact-us input[type=email],
#contact-us input[type=tel],
#contact-us input[type=url],
#contact-us textarea {
  font: 400 12px/16px Poppins;
}

#contact-us input[type=text],
#contact-us input[type=email],
#contact-us input[type=tel] {
  font-style: normal;
  font-family: poppins;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ffffff;
  background: #ffffff;
  margin: 0 0 0;
  padding: 18px;
  border-radius: 8px;
  color: #333;
}

#contact-us textarea {
  font-style: normal;
  font-weight: 500;
  font-family: poppins;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ffffff;
  background: #ffffff;
  margin: 0 0 5px;
  padding: 16px;
  border-radius: 8px;
  color: #333;
}

#contact-us input[type=text]:hover,
#contact-us input[type=email]:hover,
#contact-us input[type=tel]:hover,
#contact-us textarea:hover {
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #ffffff;
}

#contact-us textarea {
  height: 80px;
  max-width: 100%;
  resize: none;
  margin: 0;
}

#contact-us input:focus,
#contact-us textarea:focus {
  outline: 0;
  border: 1px solid #ffffff;
}

/*Footer*/
.aux-footers {
  margin-top: 108px;
  background-image: url(../images/footer-background.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 66px;
}
.aux-footers__list {
  display: flex;
}
.aux-footers ul {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  list-style-type: none;
}
.aux-footers__mobile-logo {
  display: none;
}

.aux-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  padding: 10px 12px;
}
.aux-footer__logo {
  width: 170px;
  height: 40px;
  margin-bottom: 15px;
}
.aux-footer__social-icon {
  display: flex;
  padding-top: 14px;
}
.aux-footer__social-icon-linkdin {
  margin-left: 20px;
}
.aux-footer__title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  margin-top: 0;
}
.aux-footer__sub-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
}
.aux-footer__text {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #838285;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.aux-footer__flag-icon {
  margin-bottom: -5px;
  margin-right: 5px;
}
.aux-footer__sub-title-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  margin: 5px auto;
}
.aux-footer__location {
  display: block;
}

.main-footer__item a {
  font-size: 14px;
  padding: 0;
}

.aux-footer__sub-title.pakistan {
  margin-top: 25px;
}

i.fa.fa-facebook-square.fa-icon {
  padding: 0 8px;
  color: black;
}

i.fa.fa-linkedin-square.fa-icon {
  color: black;
}

/*Back to Top Button Css*/
#button {
  display: inline-block;
  background-color: #9846e6;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/*Country flag for mobile field*/
.iti {
  width: 108%;
}

.iti__selected-flag {
  background-color: transparent !important;
}

.iti__country-list {
  left: 5px;
  width: 389px;
  overflow-x: hidden;
  border: 0px solid !important;
}

.phone-mobile.contact-form-mobile-view__input-area {
  padding-left: 90px !important;
}

ul#iti-1__country-listbox {
  width: 254px;
}

/*Form reCaptcha*/
#m_captcha > div {
  transform: scale(0.89);
  -webkit-transform: scale(0.88);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.rc-anchor-light.rc-anchor-normal {
  border-radius: 12px !important;
}

.p-relative {
  position: relative;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m-0-auto {
  margin: 0 auto;
}

@media (max-width: 1199px) {
  /** Hero Section **/
  .pmln-hero-section__content {
    padding: 1px 5px;
  }
  .pmln-hero-section__heading {
    font-size: 50px;
    line-height: 50px;
  }
  .pmln-hero-section__paragraph {
    font-size: 20px;
    line-height: 25px;
  }
  /** Integrated Team Desktop View Coding**/
  .pmln-integrated-team__firstheading {
    font-size: 18px;
  }
  .pmln-integrated-team__title {
    font-size: 45px;
  }
  .pmln-integrated-team__paragraph {
    font-size: 16px;
  }
  .pmln-integratged-features-lists__list {
    width: 37%;
  }
  .pmln-integratged-features-lists__list p {
    font-size: 16px;
  }
  .pmln-integratged-features-lists__list__title {
    font-size: 25px;
  }
  /** Less Time On Screening **/
  .pmln-screening-scaling__heading {
    font-size: 45px;
  }
  /** We can help you **/
  .pmln-helps__firstheading {
    font-size: 18px;
  }
  .pmln-helps__title {
    font-size: 45px;
  }
  .pmln-helps__decore {
    display: none;
  }
  .pmln-help__icon {
    width: 10%;
  }
  .pmln-help__title {
    font-size: 18px;
  }
  .pmln-help__text {
    font-size: 14px;
  }
  /*Culture*/
  .pmln-culture__info {
    width: 100%;
  }
  .pmln-culture__firstheading {
    font-size: 18px;
  }
  .pmln-culture__title {
    font-size: 35px;
    line-height: 35px;
  }
  .pmln-culture__text {
    font-size: 16px;
  }
  .pmln-culture__image-container {
    width: 100%;
  }
  .pmln-culture__image {
    width: 100%;
  }
  .pmln-culture ul {
    font-size: 16px;
  }
  /*branded workspace*/
  .pmln-brand-workspace__info {
    width: 100%;
  }
  .pmln-brand-workspace__firstheading {
    font-size: 16px;
  }
  .pmln-brand-workspace__title {
    font-size: 35px;
    line-height: 35px;
  }
  .pmln-brand-workspace__text {
    font-size: 16px;
  }
  .pmln-brand-workspace__image-container {
    width: 100%;
  }
  .pmln-brand-workspace__image {
    width: 100%;
    padding-left: 0;
  }
  .pmln-brand-workspace ul {
    font-size: 16px;
  }
  /*Testimonial*/
  .pmln-testimonials__list {
    display: inline-block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0;
  }
  .pmln-testimonial__name {
    line-height: 20px;
  }
  /*OFF SHORE DEVELOPMENT MODEL*/
  .pmln-development-model__yellow-decore--after {
    z-index: 0;
  }
  .pmln-development-model__blue-decore--after {
    z-index: 0;
  }
  .pmln-development-model__title {
    font-size: 22px;
  }
  .pmln-development-model__text {
    font-size: 14px;
  }
  .pmln-development-model__list {
    font-size: 14px;
  }
  .pmln-development-model__list img {
    height: 25px;
  }
  .pmln-offshores__firstheading {
    font-size: 18px;
  }
  .pmln-offshores__title {
    font-size: 45px;
  }
  .pmln-offshore__icon {
    width: 25%;
  }
  .pmln-offshore__title {
    font-size: 22px;
  }
  .pmln-offshore__text {
    font-size: 16px;
  }
  /*Technologies We Use*/
  .pmln-technologies__firstheading {
    font-size: 18px;
  }
  .pmln-technologies__title {
    font-size: 45px;
  }
  .pmln-technologies__paragraph {
    padding: 0 30px;
    font-size: 16px;
  }
  /*Stats*/
  .pmln-numberstats {
    position: relative;
    margin-top: 3rem;
  }
  .pmln-numberstats__firstheading {
    font-size: 18px;
  }
  .pmln-numberstats__title {
    font-size: 45px;
  }
  .pmln-numberstats__list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pmln-numberstats__decore {
    display: none;
  }
  .pmln-numberstat {
    width: 28%;
    padding: 0.2rem 0rem;
  }
  .pmln-numberstat__stat {
    font-size: 66px;
  }
  .pmln-numberstat__text {
    font-size: 22px;
    line-height: 30px;
  }
  /*Trusted Partner*/
  .pmln-trustedpartners__firstheading {
    font-size: 18px;
  }
  .pmln-trustedpartners__title {
    font-size: 45px;
  }
  .pmln-trustedpartner {
    width: 22%;
    padding: 0 0;
  }
  /*Footer*/
  .pmln-footer {
    width: 43%;
    padding: 0 0px;
  }
  .pmln-footer__text {
    font-size: 10px;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  /** Hero Section **/
  .pmln-hero-section__content {
    height: 400px;
    padding: 1px 5px;
  }
  .pmln-hero-section__heading {
    font-size: 30px;
    line-height: 35px;
  }
  .pmln-hero-section__paragraph {
    font-size: 16px;
    line-height: 25px;
  }
  /** Integrated Team **/
  .pmln-integrated-team {
    margin-top: 49px;
  }
  .pmln-integrated-team__firstheading {
    padding: 0 18px;
    font-size: 18px;
  }
  .pmln-integrated-team__title {
    padding-top: 21px;
    font-size: 30px;
    line-height: 40px;
  }
  .pmln-integrated-team__paragraph {
    text-align: left;
    font-size: 16px;
    padding: 16px 0px;
  }
  /** Integrated Features Display none for mobile version **/
  .pmln-integratged-features {
    display: none;
  }
  /** Less Time On Screening **/
  .pmln-screening-scaling {
    margin-top: 17px;
    height: 410px;
  }
  .pmln-screening-scaling__heading {
    top: 44px;
    width: 520px;
    font-size: 40px;
  }
  /** We can help you **/
  .pmln-helps {
    margin-top: -10px;
  }
  .pmln-helps__firstheading {
    font-size: 18px;
    padding: 0 66px;
  }
  .pmln-helps__title {
    margin-top: 30px;
    font-size: 30px;
  }
  .pmln-helps__list {
    display: none;
  }
  .pmln-helps__decore {
    display: none;
  }
  .pmln-helps__L-decore {
    width: 60px;
    margin-top: -92px;
    z-index: -1;
  }
  .pmln-help {
    width: 70%;
  }
  .pmln-help__title {
    font-size: 18px;
  }
  .pmln-help__text {
    font-size: 14px;
  }
  .pmln-help__collaps {
    display: flex;
  }
  /*Culture*/
  .pmln-culture {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0;
  }
  .pmln-culture__info {
    padding-top: 33px;
    width: 100%;
  }
  .pmln-culture__firstheading {
    text-align: center;
    padding-top: 6px;
  }
  .pmln-culture__title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding-top: 22px;
    max-width: 225px;
    margin: 0 auto;
  }
  .pmln-culture__text {
    padding-top: 14px;
  }
  .pmln-culture__image-container {
    width: 80%;
    padding-right: 0;
  }
  .pmln-culture__image {
    width: 100%;
    padding-top: 70px;
    margin: 0 auto;
  }
  .pmln-culture ul {
    padding-top: 0;
    margin-top: 3px;
  }
  .pmln-culture__list {
    line-height: 25px;
    padding-bottom: 14px;
  }
  /*OFF SHORE DEVELOPMENT MODEL*/
  .pmln-development-model__infographics {
    width: 60%;
    margin: 0 auto;
    padding: 0;
  }
  .pmln-development-model__secondheading {
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
  }
  .pmln-development-model__content__yellow, .pmln-development-model__content__blue {
    padding: 40px 85px 25px 40px;
  }
  .pmln-development-model__title {
    font-size: 24px;
  }
  .pmln-development-model__text {
    font-size: 16px;
  }
  .pmln-development-model__image-container {
    display: none;
  }
  .pmln-development-model__list {
    font-size: 16px;
  }
  img.list-icon-culture {
    margin-right: 21px;
  }
  img.list-icon-development {
    margin-right: 16px;
    height: 18px;
  }
  /*Closer look Section*/
  .pmln-closerlook-model {
    background-image: url("../images/closer-look-mobile-view.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 90%;
    margin-top: 50px;
    padding-top: 5px;
    height: 172px;
    border-radius: 25px;
  }
  .pmln-closerlook-model__data {
    padding: 10px 0px;
  }
  .pmln-closerlook-model__title {
    font-size: 24px;
    margin: 0px auto;
    padding-bottom: 15px;
  }
  .pmln-closerlook-model__button {
    padding: 8px 30px;
  }
  /*Branded Workspace*/
  .pmln-brand-workspace {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin: 51px auto;
  }
  .pmln-brand-workspace__info {
    width: 100%;
  }
  .pmln-brand-workspace__firstheading {
    text-align: center;
    font-size: 18px;
    padding: 0 18px;
  }
  .pmln-brand-workspace__title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding: 20px 20px;
  }
  .pmln-brand-workspace__text {
    padding-top: 7px;
  }
  .pmln-brand-workspace__image-container {
    width: 80%;
  }
  .pmln-brand-workspace__image {
    width: 100%;
    padding-top: 8px;
    padding-left: 0;
    margin: 0 auto;
  }
  .pmln-brand-workspace__icon {
    padding-bottom: 5px;
  }
  .pmln-brand-workspace ul {
    margin-top: -7px;
  }
  img.list-icon-workspace {
    margin-right: 15px;
    height: 33px;
  }
  /*Testimonial*/
  .hide-testimonials {
    display: none;
  }
  .pmln-testimonials {
    margin-top: -11px;
    padding-top: 39px;
    padding-bottom: 30px;
  }
  .pmln-testimonials__list {
    display: inline-block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0;
  }
  .pmln-testimonial {
    margin: 16px 1px;
  }
  .pmln-testimonial__name {
    line-height: 20px;
  }
  .pmln-testimonial__designation {
    margin: -5px auto;
  }
  .pmln-testimonial__bg-person {
    margin-top: 74px;
  }
  #testimonials .owl-item.active.center .pmln-testimonial {
    height: 375px;
    margin-top: -12px;
  }
  #testimonials .owl-item.active.center {
    height: 426px;
    padding-top: 10px;
  }
  #testimonials .owl-item.active.center .pmln-testimonial__text {
    padding-top: 12px;
  }
  #testimonials .owl-dots {
    margin-top: -9px;
  }
  /*OFFSHORE DEVELOPMENT MODEL*/
  .pmln-offshores {
    margin-top: 50px;
  }
  .pmln-offshores__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    grid-row-gap: 0px;
  }
  .pmln-offshores__firstheading {
    font-size: 18px;
  }
  .pmln-offshores__title {
    font-size: 30px;
    padding: 20px 0;
    line-height: 40px;
  }
  .view-less {
    margin-top: 0px;
  }
  .hide-list {
    display: none;
  }
  .pmln-offshore {
    width: 100%;
    margin: 20px auto;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
  .pmln-offshore__content {
    padding-left: 0px;
  }
  .pmln-offshore__list {
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
  .pmln-offshore__icon {
    position: relative;
    width: 100px;
    left: 0;
    margin-top: 16px;
    margin-left: 0px;
  }
  .pmln-offshore__title {
    font-size: 18px;
    padding-top: 14px;
  }
  .pmln-offshore__text {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 15px;
  }
  /*Technologies We Use*/
  .pmln-technologies {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 39px;
  }
  .pmln-technologies__firstheading {
    font-size: 18px;
  }
  .pmln-technologies__title {
    font-size: 30px;
    padding-top: 18px;
    line-height: 40px;
  }
  .pmln-technologies__paragraph {
    padding: 2px 15px 14px 15px;
    font-size: 16px;
    text-align: left;
  }
  .pmln-technologies__list {
    display: none;
  }
  #technologies .owl-nav {
    display: none;
  }
  /*Stats*/
  .pmln-numberstats {
    position: relative;
    margin-top: 60px;
  }
  .pmln-numberstats__firstheading {
    font-size: 18px;
  }
  .pmln-numberstats__title {
    font-size: 30px;
    padding-top: 17px;
  }
  .pmln-numberstats__list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pmln-numberstats__decore {
    display: none;
  }
  .pmln-numberstat {
    width: 28%;
    padding: 0.2rem 0rem;
  }
  .pmln-numberstat__icon.ellipse1 {
    background: url("../images/ellipse-2M-mobile.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -31px;
  }
  .pmln-numberstat__icon.ellipse2 {
    background: url("../images/ellipse-90K-mobile.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -17px;
  }
  .pmln-numberstat__icon.ellipse3 {
    background: url("../images/ellipse-400-mobile.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -17px;
  }
  .pmln-numberstat__stat {
    font-size: 30px;
  }
  .pmln-numberstat__text {
    font-size: 13px;
    line-height: 19px;
    padding-top: 18px;
  }
  /*Trusted Partner*/
  .pmln-trustedpartners {
    width: 100%;
    flex-wrap: wrap;
    margin: 5px auto;
    padding: 22px 0;
  }
  .pmln-trustedpartners__firstheading {
    font-size: 18px;
    padding: 0 18px;
  }
  .pmln-trustedpartners__title {
    font-size: 30px;
    padding: 18px 12px;
    line-height: 40px;
  }
  .pmln-trustedpartners__list {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .pmln-trustedpartners__decore {
    width: 39px;
    margin-top: -80px;
  }
  .pmln-trustedpartner {
    width: 43%;
    padding: 0 0;
  }
  .pmln-trustedpartner__image {
    width: 140px;
  }
  .pmln-trustedpartner__text {
    line-height: 21px;
  }
  .pmln-contact-form {
    margin-top: 0;
    background: url("../images/contact-form-background-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 268px;
  }
  .pmln-contact-form__heading {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    top: 0px;
  }
  .pmln-contact-form__paragraph {
    top: 98px;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
  }
  .pmln-contact-form__phone {
    top: 72%;
    margin-left: -92px;
  }
  .pmln-contact-form__info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
  .container-form {
    display: none;
  }
  .iti {
    width: 107%;
  }
  /*Footer*/
  .pmln-footers {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0;
  }
  .pmln-footers__list {
    flex-wrap: wrap;
    width: 100%;
    margin: 50px 0 0 0;
  }
  .pmln-footers__mobile-logo {
    display: block;
    margin: -22px auto;
  }
  .pmln-footer {
    width: 50%;
    padding: 0 0px;
  }
  .pmln-footer__logo {
    display: none;
  }
  .pmln-footer__text {
    font-size: 10px;
    line-height: 25px;
  }
  .main-footer__item a {
    font-size: 10px !important;
    padding: 0 !important;
    border-bottom: none !important;
  }
  .pmln-contact-form__logo {
    width: 80%;
  }
  #button::after {
    font-size: 25px;
    line-height: 36px;
  }
  #button {
    width: 38px;
    height: 38px;
    right: 18px;
  }
}
@media (max-width: 650px) {
  .pmln-hero-section {
    background: url("../images/mobile-view-background-image.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pmln-hero-section__content {
    text-align: center;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .pmln-hero-section__heading {
    line-height: 32px;
  }
  .pmln-hero-section__paragraph {
    padding: 0 30px;
  }
  .pmln-hero-section__button-connect {
    margin: 0 auto;
  }
  /*Footer background image*/
  .pmln-footers {
    background-image: url(../images/footer-background-mobile.svg);
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /*OFF SHORE DEVELOPMENT MODEL*/
  .pmln-development-model__infographics {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .pmln-development-model__content__yellow, .pmln-development-model__content__blue {
    padding: 40px 90px 25px 40px;
  }
  .pmln-development-model__title {
    font-size: 24px;
  }
  .pmln-development-model__text {
    font-size: 16px;
  }
  .pmln-development-model__image-container {
    display: none;
  }
  .pmln-development-model__list {
    font-size: 16px;
  }
  /** Less Time On Screening **/
  .pmln-screening-scaling {
    background: #7e38ff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 410px;
  }
  .pmln-screening-scaling__heading {
    width: 98%;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding-left: 0px;
    margin: 0 auto;
  }
  .pmln-screening-scaling__R-decore {
    width: 55px;
    margin-top: -38px;
  }
  .pmln-screening-scaling__info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 570px) {
  .pmln-development-model__infographics {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .pmln-development-model__image-container {
    display: none;
  }
}
@media (max-width: 480px) {
  .pmln-development-model__infographics {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .pmln-development-model__yellow-decore {
    width: 54px;
    -webkit-clip-path: polygon(100% 7%, 100% 92%, 0 100%, 0 0);
            clip-path: polygon(100% 7%, 100% 92%, 0 100%, 0 0);
  }
  .pmln-development-model__yellow-decore--before {
    right: 53px;
  }
  .pmln-development-model__yellow-decore--after {
    right: 53px;
  }
  .pmln-development-model__purple-decore {
    width: 54px;
    -webkit-clip-path: polygon(0 10%, 0 90%, 100% 100%, 100% 0);
            clip-path: polygon(0 10%, 0 90%, 100% 100%, 100% 0);
  }
  .pmln-development-model__purple-decore--before {
    left: 53px;
  }
  .pmln-development-model__purple-decore--after {
    left: 53px;
  }
  .pmln-development-model__blue-decore {
    width: 54px;
    -webkit-clip-path: polygon(100% 7%, 100% 92%, 0 100%, 0 0);
            clip-path: polygon(100% 7%, 100% 92%, 0 100%, 0 0);
  }
  .pmln-development-model__blue-decore--before {
    right: 53px;
  }
  .pmln-development-model__blue-decore--after {
    right: 53px;
  }
  .pmln-development-model__content__yellow, .pmln-development-model__content__blue {
    padding: 30px 55px 0 30px;
  }
  .pmln-development-model__content__purple {
    padding: 30px 30px 10px 70px;
  }
  .pmln-development-model__title {
    font-size: 18px;
    line-height: 27px;
  }
  .pmln-development-model__text {
    font-size: 16px;
    line-height: 25px;
  }
  .pmln-development-model__image-container {
    display: none;
  }
  .pmln-development-model__list {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1366px) {
  .pmln-screening-scaling__heading {
    padding-left: 0;
  }
  .pmln-culture {
    width: 100%;
  }
  .pmln-culture__title {
    margin-top: 0;
    padding-top: 20px;
  }
  .pmln-brand-workspace {
    margin: 20px auto;
    width: 100%;
    margin-top: 25px;
    width: 100%;
  }
  .pmln-brand-workspace__firstheading {
    padding-top: 33px;
  }
  .pmln-brand-workspace__title {
    margin-top: 0;
    padding-top: 20px;
  }
  .pmln-offshores-extension__list {
    margin-left: 0;
  }
  .pmln-trustedpartner {
    margin: 15px;
  }
  .pmln-trustedpartner__text {
    font-size: 15px;
    margin-top: 33px;
  }
  .container-form {
    margin-right: 8px;
  }
}
html {
  scroll-behavior: smooth;
}

* {
  font-family: Poppins;
}

body {
  margin: 0;
  margin-top: 96px;
}
body.menu-open {
  overflow: hidden;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}

.remove-select-color {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.remove-select-color:focus {
  outline: none !important;
}

.pmln-bottom-header__logo {
  height: 40px;
}

/*Drop Down*/
.solution:after {
  content: "\f107";
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  top: 45%;
  transform: translateY(-50%);
  right: 0px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
.solution:hover:after {
  content: "\f106";
}

ul li:hover > .solution:after {
  content: "\f106";
}

.solution:hover:after {
  color: #fff;
}

li.main-nav-hover__item {
  color: #fff;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}

li a {
  color: #fff;
}

li.main-nav-hover__item:hover {
  text-decoration: underline;
  cursor: pointer;
}
li.main-nav-hover__item:hover a {
  color: #45b776;
}
li.main-nav-hover__item:hover a:after {
  color: #000000;
}
li.main-nav-hover__item:hover .anchor-border {
  background-color: #45b776;
  left: 0;
}

.anchor-border {
  height: 3px;
  width: 40%;
  margin: auto;
  position: relative;
  left: -10px;
  transition: left 300ms;
}

.solutions-dropdown {
  background: #ffffff;
  list-style: none;
  width: 240%;
  margin: 0;
  padding-left: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}
.solutions-dropdown__item a {
  color: rgba(0, 0, 0, 0.6) !important;
}
.solutions-dropdown__item a.active {
  color: black !important;
}
.solutions-dropdown__item a:after {
  color: #000000 !important;
}
.solutions-dropdown__item:hover {
  text-decoration: underline;
  cursor: pointer;
}
.solutions-dropdown__item:hover a {
  color: #000000 !important;
}
.solutions-dropdown__item:hover a:after {
  color: #000000 !important;
}

@media (min-width: 768px) {
  ul li:hover > .solutions-dropdown,
  ul li .solutions-dropdown:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 100;
  }
}
.drop-down.open > .solutions-dropdown {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 100;
}

.prevent-click {
  pointer-events: none;
}

ul li ul li {
  clear: both;
  width: 100%;
  border-bottom: solid 1px #ededed;
}

.pmln-top-header {
  background: var(--Light-Green, #97CE47);
}
.pmln-top-header__lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pmln-top-header__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.pmln-top-header .pmln-top-header__list {
  gap: 40px;
}
.pmln-top-header__items-mobile {
  display: none;
}
@media (max-width: 992px) {
  .pmln-top-header__items-mobile {
    display: flex;
  }
}
.pmln-top-header__item a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: normal;
  padding: 3px 10px;
  display: block;
  height: 22px;
}
.pmln-top-header__item-facebook a {
  padding-right: 40px;
}

i.fa.fa-facebook-square {
  color: black;
  padding: 0 4px;
}

i.fa-twitter {
  color: black;
  padding: 0 4px;
}

i.fa-youtube-play {
  color: black;
  padding: 0 4px;
}

.fa-text {
  text-decoration: none;
  color: #000000;
  padding: 0 4px;
}

.fa-envelope:before {
  padding-right: 10px;
}

#pmln-bottom-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

.pmln-bottom-header {
  background: white;
  box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.08);
  padding: 3px 0;
}
.pmln-bottom-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 2px;
}

.main-nav__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.main-nav__item a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  padding: 20.5px 15px;
  font-size: 16px;
  display: block;
  border-bottom: 3px solid transparent;
}

.main-nav__item--ctaa a {
  color: white;
  background: rgb(103, 204, 103);
  padding: 10px 20px;
  border: 1.5px solid;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  margin-left: 12px;
  margin-right: 0px;
}

.donate-background a {
  background-color: #FF8743;
  margin-left: 73px;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}

@media (max-width: 1199px) {
  .main-nav__item a {
    padding: 20.5px 10px;
    font-size: 16px;
  }
  .airportr-logo {
    width: 100%;
  }
  .main-nav__item--ctaa a {
    padding: 5px 10px;
    border: 1.5px solid;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 4px;
  }
  .solution::after {
    right: -2px;
    height: 14px;
    font-size: 18px;
  }
}
#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 25px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin-top: 38px;
}

.mobile-menu-wraperr {
  display: none;
}

.mobile-menu {
  position: absolute;
  margin-top: 15px;
  left: 0;
  height: calc(100vh - 85px);
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: solid 1px rgba(51, 51, 51, 0.0901960784);
  align-items: flex-start;
  box-sizing: border-box;
  padding: 10px;
}

.mobile-menu li {
  width: 100%;
}

@media (max-width: 992px) {
  .solution::after {
    right: 0;
    height: 14px;
    font-size: 20px;
  }
  .pmln-bottom-header {
    padding: 14px 0;
  }
  .pmln-top-header__items-desktop {
    display: none;
  }
  .pmln-top-header__item a {
    padding: 3px 0;
  }
  .pmln-top-header__item-facebook a {
    padding-right: 18px;
  }
  .fa-envelope:before {
    padding-right: 0;
  }
  i.fa.fa-phone {
    margin-right: 8px;
    margin-top: 5px;
  }
  .main-nav {
    display: none;
  }
  #hamburger-icon {
    display: block;
  }
  .main-nav__item a {
    padding: 16px 10px;
    font-size: 18px;
    border-bottom: solid 1px rgba(51, 51, 51, 0.0901960784);
  }
  .airportr-logo {
    width: 100%;
  }
  .main-nav__item--ctaa a {
    padding: 5px 15px;
    border: 1.5px solid;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 18px;
    margin-left: 0px;
    margin-right: 4px;
    margin-top: 25px;
    max-width: 145px;
  }
  .pmln-top-header .pmln-top-header__list {
    gap: 10px;
  }
}
.main-footer {
  width: 100%;
  background: #7e38ff;
  padding: 6px 0;
  grid-area: footer;
  position: relative;
}

.main-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.main-footer__link {
  font-size: 12px;
  margin: 0.5rem 0;
  padding: 0 10px;
}

.main-footer__link a {
  color: white;
  text-decoration: none;
  font-weight: 300;
}

footer {
  font-family: Poppins;
  font-weight: 300;
  font-size: 12px;
  top: 0;
  bottom: 0;
  right: 0;
  color: white;
}

@media (max-width: 375px) {
  .solution {
    pointer-events: none;
  }
}
@media (min-width: 40rem) {
  .main-footer__link {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    margin-right: 10px;
  }
  .main-footer__links {
    padding-left: 0;
    flex-direction: row;
    justify-content: left;
  }
  footer {
    font-size: 14px;
  }
  .main-footer__policy {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.main-footer__item a {
  font-size: 14px;
  padding: 0;
}/*# sourceMappingURL=main.css.map */