@font-face {
  src: url(../font/DINMedium.ttf);
  font-family: DINMedium;
}

@font-face {
  src: url(../font/AvenirLTStd-Roman.otf);
  font-family: AvenirRoman;
}

@font-face {
  src: url(../font/AvenirLTStd-Book.otf);
  font-family: AvenirBook;
}

@font-face {
  src: url(../font/AvenirLTStd-Black.otf);
  font-family: AvenirBlack;
}

@font-face {
  src: url(../font/MyriadProSemiblod.ttf);
  font-family: mypro;
}

* {
  padding: 0;

  margin: 0;

  box-sizing: border-box;

  -webkit-font-smotthing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;

  margin: 0;

  list-style: none;

  text-decoration: none;
}

p {
  font-family: AvenirRoman;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: DINMedium;
}

html {
  scroll-behavior: smooth;
  --webkit-scroll-behavior: smooth;
  --moz-scroll-behavior: smooth;
}

/* custom scroll bar */

::-webkit-scrollbar {
  width: 10px;
}
::-moz-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #242526;
}
::-moz-scrollbar-track {
  background: #242526;
}

::-moz-scrollbar-thumb {
  background: #3a3b3c;
}
::-webkit-scrollbar-thumb {
  background: #3a3b3c;
}

section {
  overflow-x: hidden;
}

.lines {
  width: 100px;

  opacity: 1;

  height: 3px !important;

  margin: 0 auto;

  background: #ba3ccc;
}

/* ========================== other banner section ======================= */

section.other-page-banner .box {
  position: relative;
}

section.other-page-banner .content {
  position: absolute;

  top: 40%;

  left: 6%;

  color: #fff;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);
}

section.other-page-banner .content-2 {
  position: absolute;

  top: 40%;

  left: 6%;

  color: #fff;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);
}

section.other-page-banner .content-3 {
  position: absolute;

  top: 50%;

  left: 6%;

  color: #fff;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);
}

section.other-page-banner p {
  font-size: 25px;
  width: 60%;
  line-height: 35px;
}

section.other-page-banner h2 {
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 1rem;
}

section.other-page-banner .mobile {
  display: none;
}

/* ====================== header ============================ */

header {
  position: fixed;

  z-index: 199;

  width: 100%;

  margin: 0;
}

nav.container {
  margin: 0;
  max-width: 95%;
  width: 100%;
  clip-path: polygon(0 0, 0 100%, 97% 100%, 100% 0);
  background-color: #83cb12;
}

nav {
  width: 100%;

  height: 88px;
}

nav .side-shape {
  background-color: #83cb12;
}

nav .wrapper {
  position: relative;

  max-width: 100%;

  padding: 0px 30px 0 30px;

  height: 84px;

  background-color: #fff;

  /* line-height: 70px; */

  display: flex;

  align-items: center;

  justify-content: space-between;

  clip-path: polygon(0 0, 0 100%, 97% 100%, 100% 0);
}

nav .m-show {
  display: none;
}

nav .icon-box {
  display: flex;

  align-items: center;

  height: 100%;

  height: 88px;
  column-gap: 10px;
}

nav .green-box2 {
  background-color: #83cb12;

  height: 89px;

  align-items: center;

  clip-path: polygon(0 0, 0 100%, 84% 100%, 100% 0);
}

nav .line {
  margin: 0;

  opacity: 1;

  background: #83cb12;

  height: 5px;
}

.wrapper .nav-links {
  display: inline-flex;
  margin-top: 10px;
  align-items: center;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #1f1f1f;

  text-decoration: none;

  font-size: 20px;

  padding: 9px 15px;

  border-radius: 5px;

  transition: all 0.3s ease;

  font-family: DINMedium;
}

.nav-links li a:hover {
  color: #83cb12;
}

.nav-links .mobile-item {
  display: none;
}

.wrapper .btn {
  color: #fff;

  font-size: 20px;

  cursor: pointer;

  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;

  right: 30px;

  top: 10px;
}

nav input {
  display: none;
}

nav .fab {
  background-color: #83cb12;

  color: #83cb12;

  background: #fff;

  width: 35px;

  height: 35px;

  border-radius: 50px;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  -ms-border-radius: 50px;

  -o-border-radius: 50px;

  display: grid;

  place-content: center;

  margin-left: 0.5rem;

  transition: all 0.3s ease;
}

nav .links-icons {
  transition: all 0.3s ease;
}

nav .links-icons:hover {
  transform: scale(1.1);

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);
}

/* ========================== banner ======================== */

section.banner .carousel-item {
  position: relative;
}

section.banner .content {
  position: absolute;

  left: 6%;

  top: 35%;

  color: #fff;
}

section.banner .content h2 {
  font-size: 50px;

  letter-spacing: 2px;

  font-weight: 400;

  margin-bottom: 1rem;
  font-family: AvenirBook;
}

section.banner .content p {
  font-size: 28px;
  font-family: AvenirBook;
  width: 50%;
  font-weight: 300;
  line-height: 35px;
}

/* -------------------------- about us ------------------- */

section.about-us,
section.whyus,
section.solution,
section.application,
section.press,
section.positions,
section.our-story,
section.logo,
section.team {
  padding: 3rem 0 5rem 0;
}

section.about-us h3,
section.whyus h3,
section.solution h3,
section.application h3,
section.press h3,
section.positions h3,
section.apply-now h3,
section.our-story h3,
section.logo h3,
section.team h3 {
  text-align: center;
  font-size: 2.2rem;
}

section.about-us {
  background-color: #ebebeb;
}

section.about-us p,
section.solution p,
section.application p,
section.positions p,
section.team p,
section.our-story p {
  font-size: 1.2rem;
  text-align: justify;
  font-family: AvenirRoman;
}

section.about-us iframe {
  width: 100%;
  height: 250px;
}

.btn-1 {
  width: 250px;
  height: 65px;
  background-color: #83cb12;
  color: #fff;
  font-size: 600;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 1px 1px 30px rgba(149, 118, 79, 0.5);
  transition: all 0.5s ease;
  font-family: AvenirRoman;
}

.btn-1:hover {
  transform: scale(0.9);
  color: #fff;
}

section.whyus h5 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: AvenirBlack;
  color: #363636;
}

section.whyus p {
  color: #363636;
  font-size: 1.2rem;
  font-family: AvenirRoman;
}

section.whyus .size {
  max-width: 50%;
  margin: 0 auto;
}

section.solution .size {
  max-width: 90%;
  margin: 0 auto;
}
section.application .size {
  max-width: 60%;
  margin: 0 auto;
}

/* =================== solution and application page ====== */

section.solution {
  background-color: #ebebeb;
}
section.solution h6 {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 2rem;
}
section.solution h4 {
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 2rem;
}

section.application .para {
  font-weight: 600;
}

/*  =================================== press page =================== */
section.press {
  background: #ebebeb;
}

section.press iframe {
  width: 100%;
  height: 250px;
}

section.press .main-btn-box {
  display: flex;
}

section.press .main-btn-box {
  display: flex;
  /* ED3245? */
}

section.press .btn-2 {
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c037d5;
  color: #fff;
  font-family: AvenirBlack;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

section.press .img {
  font-size: 39px;
  position: absolute;
  z-index: 1;
  transform: translateX(-15px);
  color: red;
  cursor: pointer;
}

section.press .btn-3 {
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c037d5;
  color: #fff;
  font-family: AvenirBlack;
  border-radius: 20px;
}

section.press h2 {
  font-size: 1.8rem;
}
section.press p {
  font-style: italic;
  font-size: 1.2rem;
}
section.press .lines-2 {
  height: 2px;
  opacity: 1;
  color: #ba3ccc;
}
section.press .container .row:last-child hr {
  display: none;
}

/* ---------------------- careers ---------------------------- */

section.positions li h5 {
  color: #d2344e;
  font-size: 1.8rem;
  font-family: AvenirBlack;
}
section.positions p {
  font-size: 1.4rem;
}

section.apply-now .fullnames,
section.apply-now .email-number {
  display: flex;
  gap: 20px;
}

section.apply-now .fullnames > div,
section.apply-now .email-number > div {
  flex: 1;
}

section.apply-now input[type="text"],
section.apply-now input[type="email"] {
  flex: 1;

  border-style: solid;

  border-width: 2px;

  border-image: linear-gradient(to right, #cd196d, #d46b28);

  -webkit-border-image: -webkit-linear-gradient(to right, #cd196d, #d46b28);

  border-image-slice: 1;

  cursor: pointer;

  font-family: AvenirRoman;

  outline: none;
}

section.apply-now select {
  flex: 1;

  border-style: solid;

  border-width: 2px;

  border-image: linear-gradient(to right, #cd196d, #d46b28);

  -webkit-border-image: -webkit-linear-gradient(to right, #cd196d, #d46b28);

  border-image-slice: 1;

  cursor: pointer;

  font-family: AvenirRoman;

  outline: none;

  width: 49%;
  height: 59px;
  padding-left: 0.5rem;
}

section.apply-now input:focus {
  box-shadow: none;
}

section.apply-now .fileupload {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

section.apply-now .fileupload ul span {
  font-family: AvenirBook;
  font-weight: 600;
}
section.apply-now .fileupload input[type="file"] {
  background-color: #ebebeb;
  padding: 0.5rem;
  width: 280px;
  cursor: pointer;
}

input[type="file"]::file-selector-button {
  background-color: #83cb12;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  font-family: AvenirBook;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
  transition: all 0.5s ease;
}

input[type="file"]::file-selector-button:hover {
  transform: scale(0.9);
}

section.apply-now .fileupload input[type="text"] {
  border: 1px solid #535353;
  padding: 0.8rem;
}

section.apply-now .btn-2 {
  width: 150px;
  margin: 0 0 0 auto;
  height: 50px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border: 0px solid transparent;

  background-image: linear-gradient(to right, #cd196d, #d46b28);

  color: #fff;

  font-size: 21px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-weight: 600;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

section.apply-now .btn-2:hover {
  transform: scale(0.9);

  -webkit-transform: scale(0.9);

  -moz-transform: scale(0.9);

  -ms-transform: scale(0.9);

  -o-transform: scale(0.9);
}
section.apply-now .or {
  margin: 8px 8px;
}

/* ---------------------------- story page ======================= */

section.team .circle {
  flex-shrink: 0;
  /* margin: 20px 0 20px 0; */
  height: calc(100px + 6vw);
  width: calc(100px + 6vw);
  border: calc(3px + 0.1vw) solid transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  box-sizing: border-box;
  border-radius: 50%;
}
section.team p {
  font-size: 1.2rem;
  font-family: AvenirRoman;
}

section.team .resize {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.team .lines-2 {
  height: 2px;
  opacity: 1;
  color: #ba3ccc;
}
section.team .our-team-list .row:last-child hr {
  display: none;
}

section.our-story {
  background-color: #ebebeb;
}

section.our-story p {
  background-color: #ebebeb;
  font-family: AvenirRoman;
}

section.team {
  background-color: #ebebeb;
}

section.team .our-team-list .row {
  align-items: center;
}

section.team .our-team-list h4 {
  color: #363636;
  font-size: 1.4rem;
  margin: 0.5rem 0;
}
section.team .our-team-list h5 {
  font-style: italic;
  color: #363636;
}

section.team .our-team-list .content > p {
  margin-bottom: 0.9rem;
}

section.team .our-team-list .content > p:last-child {
  margin-bottom: 0rem;
}

section.logo .row > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------------- footer -------------------------- */

footer {
  background-color: #0b1609;

  height: 120px;

  text-align: center;

  position: relative;

  color: #fff;

  display: grid;

  place-content: center;
}

footer img {
  position: absolute;

  right: 0px;
  top: -159px;
  width: 276px;
}

footer a {
  color: #fff;
  transition: all 0.3s ease 0s;
}

footer a:hover {
  color: #83cb12;
}

footer p {
  font-size: 18px;
}

/* ============================== contact us page ================================================= */

section.contact-details {
  padding: 140px 0;
}

section.contact-details iframe {
  width: 100%;

  height: 100%;
}

section.contact-details iframe {
  width: 100%;

  height: 100%;
}

section.contact-details .box {
  max-width: 90%;

  margin: 0 auto;

  padding: 50px 0;
}

section.contact-details ul li {
  margin-bottom: 30px;
}

section.contact-details ul li span {
  margin-right: 20px;
}

section.contact-details ul li span i {
  font-size: 22px;

  background-color: #f3ec78;

  background-image: linear-gradient(to right, #cd196d, #d46b28);

  background-size: 100%;

  -webkit-background-clip: text;

  -moz-background-clip: text;

  -webkit-text-fill-color: transparent;

  -moz-text-fill-color: transparent;
}

section.contact-details ul li p {
  font-size: 19px;

  font-weight: 600;

  transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -ms-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  cursor: pointer;
}

section.contact-details ul li p:hover {
  color: #83cb12;
}

section.contact-details ul li a {
  color: #000;
}

section.contact-details .fa-phone-alt {
  transform: rotate(104deg);

  -webkit-transform: rotate(104deg);

  -moz-transform: rotate(104deg);

  -ms-transform: rotate(104deg);

  -o-transform: rotate(104deg);
}

section.contact-details input {
  /* border: 2px  transparent; */

  border-style: solid;

  border-width: 2px;

  border-image: linear-gradient(to right, #cd196d, #d46b28);

  -webkit-border-image: -webkit-linear-gradient(to right, #cd196d, #d46b28);

  border-image-slice: 1;

  cursor: pointer;
}

section.contact-details textarea {
  border-style: solid;

  border-width: 2px;

  border-image: linear-gradient(to right, #cd196d, #d46b28);

  -webkit-border-image: -webkit-linear-gradient(to right, #cd196d, #d46b28);

  border-image-slice: 1;

  height: 120px !important;

  cursor: pointer;
}

section.contact-details textarea:focus,
section.contact-details input:focus {
  box-shadow: none;
}

section.contact-details .btn-1 {
  width: 150px;

  height: 50px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border: 0px solid transparent;

  background-image: linear-gradient(to right, #cd196d, #d46b28);

  color: #fff;

  font-size: 21px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-weight: 600;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

section.contact-details .btn-1:hover {
  transform: scale(0.9);

  -webkit-transform: scale(0.9);

  -moz-transform: scale(0.9);

  -ms-transform: scale(0.9);

  -o-transform: scale(0.9);
}

/*=========================== reponsive ========================= */

@media only screen and (max-width: 1580px) {
  footer img {
    top: -139px;
    width: 257px;
  }

  nav .icon-box {
    column-gap: 2px;
  }
}

@media only screen and (max-width: 1430px) {
  .nav-links li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1405px) {
  nav .icon-box {
    margin-left: -0.4rem;
  }

  section.other-page-banner .content {
    position: absolute;

    top: 32%;

    left: 6%;

    color: #fff;

    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);
  }

  nav.container {
    max-width: 95%;
  }

  section.banner .content h2 {
    letter-spacing: 0px;
    font-size: 40px;
  }

  section.banner .content p {
    line-height: 28px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1340px) {
  .nav-links li a {
    font-size: 16px;
  }
  section.team p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1250px) {
  nav .logo {
    width: 25%;
  }

  .nav-links li a {
    padding: 10px;
  }

  nav .wrapper {
    padding: 0 20px 0 17px;
  }

  nav .fab {
    width: 30px;

    height: 30px;
  }

  section.other-page-banner .content {
    left: 6%;

    top: 32%;
  }

  section.other-page-banner p {
    width: 100%;
  }

  footer {
    height: 100px;
  }

  footer img {
    top: -120px;
    width: 210px;
  }

  section.apply-now .fileupload li {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1135px) {
  .nav-links li a {
    padding: 7px;
  }

  nav.container {
    max-width: 99%;
  }

  nav .icon-box {
    column-gap: 0px;
  }

  nav .fab {
    width: 28px;
    height: 28px;
  }

  nav .wrapper {
    padding: 0px 18px 0 10px;
  }

  .wrapper .nav-links {
    margin-top: 6px;
  }
  nav .logo {
    width: 23%;
  }
}

@media only screen and (max-width: 991px) {
  section.banner {
    padding-top: 88px;
  }

  section.banner .content {
    top: 23%;
  }

  nav.container {
    margin: 0;
    max-width: 95%;
    width: 100%;
    clip-path: none;
    background-color: #83cb12;
  }

  section.other-page-banner .content-3 {
    top: 40%;
  }

  footer p {
    font-size: 16px;
  }

  section.banner .content h2 {
    font-size: 32px;
  }

  section.banner .content p {
    font-size: 19px;
    width: 70%;
    line-height: 30px;
  }

  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;

    height: 100vh;

    width: 100%;

    max-width: 350px;

    top: 0;

    left: -100%;

    background: #242526;

    display: block;

    padding: 50px 10px;

    line-height: 50px;

    overflow-y: auto;

    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);

    transition: all 0.3s ease;

    margin: 0;
  }

  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }

  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }

  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0 20px;

    display: block;

    font-size: 18px;

    color: #fff;

    font-family: DINMedium;

    font-weight: 400;
  }

  .nav-links .desktop-item {
    display: none;
  }

  nav.container {
    max-width: 100%;
  }

  .nav-links .mobile-item {
    display: block;

    color: #f2f2f2;

    font-size: 20px;

    font-weight: 500;

    padding-left: 20px;

    cursor: pointer;

    border-radius: 5px;

    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }

  nav .fa-bars {
    color: #000;
  }

  nav .wrapper {
    max-width: 1200px;

    align-items: center;

    clip-path: none;

    justify-content: space-between;

    padding: 0 50px;
  }

  nav .m-show {
    display: block;
  }

  nav .green-box2 {
    display: none;
  }

  nav .logo {
    width: auto;
  }

  nav .m-show {
    display: flex;

    align-items: center;
  }

  nav .m-show .links-icons {
    padding: 0;

    padding-left: 0.5rem;
  }

  nav .m-show .links-icons .fab {
    width: 40px;

    height: 40px;
  }

  section.contact-details ul li p {
    font-size: 16px;
  }

  section.other-page-banner {
    padding-top: 84px;
  }

  section.other-page-banner .content {
    left: 6%;
    top: 12%;
  }

  section.other-page-banner .content p {
    font-size: 19px;
    line-height: 30px;
    width: 80%;
  }

  section.other-page-banner .content-2 {
    top: 25%;

    left: 6%;
  }

  footer img {
    top: -79px;
    width: 161px;
  }

  section.contact-details {
    padding: 100px 0;
  }

  section.about-us p,
  section.solution p,
  section.application p,
  section.positions p,
  section.team p,
  section.our-story p {
    font-size: 1.2rem;
    text-align: left;
  }

  .wrapper .btn {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  section.contact-details ul li p {
    font-size: 19px;
  }

  section.contact-details iframe {
    height: 400px;
  }

  section.contact-details {
    padding: 80px 20px;
  }

  footer p {
    font-size: 14px;
  }

  section.other-page-banner .content-2 h2 {
    font-size: 45px;
  }

  footer img {
    display: none;
  }

  section.other-page-banner .content {
    top: 13%;
  }

  section.banner .content p {
    width: 90%;
  }

  section.other-page-banner h2 {
    font-size: 32px;
  }

  section.other-page-banner .content p {
    width: 100%;
  }

  section.banner .content {
    top: 13%;
  }
  section.apply-now .fileupload {
    flex-direction: column;
    align-items: baseline;
  }

  section.apply-now .btn-2 {
    margin: 0 auto 0 0;
  }
}

@media only screen and (max-width: 600px) {
  section.banner .content {
    left: 6%;

    top: 7%;
  }

  section.banner .content h2 {
    font-size: 25px;
  }

  section.banner .content p {
    font-size: 16px;

    width: 80%;

    line-height: 25px;
  }

  nav .wrapper {
    padding: 0 20px;

    align-items: center;
  }

  section.contact-details ul li p {
    font-size: 16px;
  }

  section.other-page-banner .content {
    top: 11%;

    left: 3%;
  }

  section.other-page-banner .content h2 {
    font-size: 33px;
  }

  section.other-page-banner .content p {
    font-size: 13px;
  }

  section.other-page-banner .content-2 h2 {
    font-size: 30px;
  }

  section.other-page-banner .content-2 {
    left: 3%;
  }

  section.other-page-banner .content h2 {
    font-size: 30px;
    margin-bottom: 0.5rem;
  }

  section.other-page-banner .content p {
    font-size: 14px;
    line-height: 23px;
    width: 95%;
  }

  section.positions li h5 {
    color: #d2344e;
    font-size: 1.5rem;
    font-family: AvenirBlack;
  }

  section.apply-now .fullnames,
  section.apply-now .email-number {
    flex-direction: column;
  }

  section.whyus .size {
    max-width: 100%;
    margin: 0 auto;
  }

  section.solution .size {
    max-width: 100%;
    margin: 0 auto;
  }
  section.application .size {
    max-width: 100%;
    margin: 0 auto;
  }

  section.about-us,
  section.whyus,
  section.solution,
  section.application,
  section.press,
  section.positions,
  section.our-story,
  section.logo,
  section.team {
    padding: 3rem 0 3rem 0;
  }

  section.solution h6 {
    font-size: 1.4rem;
  }

  section.apply-now select {
    width: 100%;
  }

  section.press .lines-2 {
    width: 96%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 490px) {
  section.other-page-banner p {
    font-size: 19px;
    line-height: 27px;
  }
  nav .logo {
    width: 60%;
  }

section.our-story .font{
  font-size: 1rem;
}

}
@media only screen and (max-width: 450px) {
  section.banner .content {
    left: 0%;

    top: 15%;
  }

  section.other-page-banner .content-2 h2 {
    font-size: 25px;
  }

  section.banner .content p {
    font-size: 14px;

    width: 70%;

    line-height: 22px;
  }

  section.banner .content h2 {
    margin-bottom: 0.5rem;
    font-size: 25px;
  }

  section.banner .content p {
    margin-bottom: 0.5rem;

    width: 80%;
  }

  section.other-page-banner h2 {
    font-size: 22px;
  }

  section.other-page-banner .content p {
    font-size: 14px;
    width: 98% !important;
    line-height: 22px;
  }

  section.other-page-banner .content {
    top: 10%;

    left: 0%;
  }

  section.other-page-banner .content h2 {
    font-size: 25px;
    margin-bottom: 0.2rem;
  }

  section.other-page-banner img,
  section.banner img {
    height: 200px;
    object-fit: cover;
  }
  section.other-page-banner .mobile {
    display: block;
    max-width: 100%;
    object-fit: cover;
    object-position: 78% 0;
  }
  section.other-page-banner .mobile {
    display: block;
  }
  section.other-page-banner .desktop {
    display: none;
  }

  section.press h2 {
    font-size: 1.4rem;
  }
  section.press p {
    font-size: 1.1rem;
  }
  section.press .main-btn-box > div {
    margin-bottom: 1rem;
  }

  section.press .btn-3,
  section.press .btn-2 {
    width: 155px;
  }

  section.positions li h5 {
    color: #d2344e;
    font-size: 1.2rem;
    font-family: AvenirBlack;
  }

  section.about-us p,
  section.solution p,
  section.application p,
  section.positions p,
  section.team p,
  section.our-story p,
  section.whyus p {
    font-size: 1.1rem;
  }

  section.other-page-banner p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 355px) {
  section.other-page-banner .content-2 h2 {
    font-size: 25px;
  }

  section.contact-details ul li p {
    font-size: 12px;
  }

  .nav-links li a {
    font-size: 16px;
  }
  section.press .btn-3,
  section.press .btn-2 {
    width: 131px;
    font-size: 0.7rem;
  }

  section.our-story .font{
    font-size: 0.9rem;
  }
  
}
