@import url("https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Roboto", sans-serif;
}

a {
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  color: #dce3ec;
}

body {
  width: 100%;
  background-color: #0D0D0D;
  overflow: hidden;
}

body.no-overflow {
  overflow: auto;
}

.main-section {
  display: block;
  height: 100vh;
  max-width: 1200px;
  margin: 0 auto;
}

.mx-w {
  max-width: 1200px;
  margin: 0 auto;
}

.n10-section_title {
  width: 100%;
  text-align: center;
  padding: 4rem 0;
}

.n10-section_title h1 {
  font-weight: 400;
  font-size: 48px;
  color: #ff2121;
  text-transform: capitalize;
}

.n10-section_title p {
  font-weight: 400;
  font-size: 24px;
  color: #999;
  margin-top: 0.5rem;
}

ul {
  padding-left: 22px;
  color: #dce3ec;
}

ul li {
  margin-top: 10px;
}

.jquery-modal.blocker {
  padding: 0;
  z-index: 999;
}

.jquery-modal.blocker .close-modal {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
  background: url("/images/close.svg") center/cover no-repeat;
  width: 15px;
  height: 15px;
}

.n10-popup {
  width: auto;
  max-width: 100%;
  height: auto;
  background-color: #0D0D0D;
  padding: 90px 85px;
  position: relative;
  border: 1px solid #232323;
  border-radius: 0;
}

.n10-popup ._cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
  width: 100%;
  gap: 11px;
}

.n10-popup ._cards ._card {
  width: 240px;
  height: 230px;
  padding: 30px 20px 30px;
  background: linear-gradient(135deg, #151515 70%, #232323 100%);
}

.n10-popup ._cards ._card ._title {
  color: #ff2121;
  font-weight: 700;
  font-size: 22px;
  margin-top: 15px;
}

.n10-popup ._cards ._card ul {
  padding-left: 22px;
  color: #dce3ec;
}

.n10-popup ._cards ._card ul li {
  margin-top: 10px;
}

.n10-popup_title h1 {
  color: #dce3ec;
  font-weight: 400;
  font-size: 30px;
  margin: 0;
}

.n10-popup_title h4 {
  color: #ff2121;
  font-weight: 700;
  font-size: 16px;
  margin-top: 12px;
}

.header-cont {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-cont header {
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: fixed;
  top: -100vh;
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.header-cont header .navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-cont header .navigation a {
  cursor: pointer;
  font-size: 64px;
  font-weight: 100;
  width: 30%;
  border-bottom: 1px solid #404040;
  margin-bottom: 18px;
  padding-left: 60px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header-cont header .navigation a:active {
  color: #ff2121;
  font-weight: 300;
}

.header-cont header .navigation a:hover {
  color: #ff2121;
  font-weight: 300;
}

.header-cont header .navigation a.active {
  color: #ff2121;
  font-weight: 300;
}

.header-cont header.open {
  top: 0;
  opacity: 1;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.header-cont nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px #00000021;
          box-shadow: 0 5px 10px #00000021;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  z-index: 1;
  padding: 10px;
}

.header-cont nav a img {
  width: 100px;
}

.header-cont nav .nav-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.header-cont nav .nav-btn .line {
  fill: none;
  stroke: #ff2121;
  stroke-width: 4;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header-cont nav .nav-btn:hover .line {
  stroke: #dce3ec;
}

.header-cont nav .nav-btn .line.line1 {
  stroke-dasharray: 60 207;
}

.header-cont nav .nav-btn .line.line2 {
  stroke-dasharray: 40 60;
}

.header-cont nav .nav-btn .line.line3 {
  stroke-dasharray: 60 207;
}

.header-cont nav .nav-btn.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.header-cont nav .nav-btn.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -10;
}

.header-cont nav .nav-btn.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.mouse-droper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #999;
  position: absolute;
  bottom: 5rem;
  z-index: 1;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

footer {
  width: 100%;
  margin-top: 50px;
}

footer .footer-container {
  max-width: 1200px;
  padding-top: 1.5rem;
  height: auto;
  width: 88%;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-container .link-info {
  width: 30%;
  height: 100%;
}

footer .footer-container .link-info p {
  color: #dce3ec;
}

footer .footer-container .links-main-container {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-container .links-main-container .link-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-container .links-main-container .link-cont h4 {
  margin-bottom: 0.6rem;
  text-transform: capitalize;
  color: #dce3ec;
}

footer .footer-container .links-main-container .link-cont a {
  color: #dce3ec;
}

footer .footer-container .links-main-container .link-cont a:not(:last-child) {
  margin-bottom: 10px;
}

footer .social-media-main-cont {
  width: 100%;
  padding: 15px 0;
  background-color: #ff2121;
}

footer .social-media-main-cont .social-media-cont {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .social-media-main-cont .social-media-cont p.copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .social-media-main-cont .social-media-cont p.copyrights ._copy {
  font-size: 20px;
  line-height: 20px;
  display: inline;
  margin-inline: 5px;
}

footer .social-media-main-cont .social-media-cont p {
  margin: 0;
  color: #dce3ec;
}

footer .social-media-main-cont .social-media-cont p:not(.copyrights) {
  font-weight: 300;
}

footer .social-media-main-cont .social-media-links {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-size: 26px;
  margin-left: auto;
}

@media (max-width: 1279px) {
  footer .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 20px;
    padding: 20px 0;
  }
  footer .footer-container .link-info {
    width: 100%;
  }
  footer .footer-container .link-info p {
    margin-top: 10px;
  }
  footer .footer-container .links-main-container {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    row-gap: 20px;
  }
  footer .footer-container .links-main-container .link-cont {
    width: calc(100% / 2);
  }
  footer .social-media-main-cont {
    padding: 10px 0;
  }
  footer .social-media-main-cont .social-media-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  footer .social-media-main-cont .social-media-links {
    width: auto;
  }
}

.container1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 100%;
  background: url("/images/Why_Us.jpg") center/cover no-repeat;
}

.container1::before {
  content: '';
  inset: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0.79)), to(#0D0D0D));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.79) 75%, #0D0D0D 100%);
  z-index: 0;
}

.container1 > * {
  z-index: 1;
}

.container1 p {
  width: 60%;
  margin: 0 auto;
  margin-top: 1.5rem;
  color: #dce3ec;
  font-size: 18px;
}

.whyus-main-container {
  width: 100%;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
}

.whyus-main-container .whyus-title {
  width: 100%;
  text-align: center;
  padding: 4rem 0;
}

.whyus-main-container .whyus-title h1 {
  color: #ff2121;
  text-transform: capitalize;
}

.whyus-main-container .whyus-title p {
  color: #686868;
  margin-top: 0.5rem;
}

.whyus-main-container .whyus-cont {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.whyus-main-container .whyus-cont .services {
  width: 100%;
  height: 450px;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whyus-main-container .whyus-cont .services .whyus-info {
  width: 50%;
  height: 100%;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: start;
  color: #686868;
  margin-right: 1rem;
}

.whyus-main-container .whyus-cont .services .whyus-info h2 {
  text-transform: capitalize;
  color: #dce3ec;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  line-height: 100%;
}

.whyus-main-container .whyus-cont .services .whyus-info .one-whyus-info {
  margin-top: 1.8rem;
  font-size: 18px;
  color: #dce3ec;
}

.whyus-main-container .whyus-cont .services .whyus-info .popup-link {
  margin-top: 1.8rem;
  color: #ff2121;
}

.whyus-main-container .whyus-cont .services .whyus-image {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.whyus-main-container .whyus-cont .services .whyus-image img {
  width: 100%;
  max-height: 350px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 70vh;
}

.container2 p {
  margin-top: 0.5rem;
  color: #686868;
}

.container2 .container2-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-top: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("https://images.unsplash.com/photo-1487837647815-bbc1f30cd0d2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80") center/cover no-repeat;
  text-align: center;
  position: relative;
}

.container2 .container2-info::before {
  content: '';
  inset: 0;
  position: absolute;
  background: rgba(13, 13, 13, 0.85);
  z-index: 0;
}

.container2 .container2-info > * {
  z-index: 1;
}

.container2 .container2-info p {
  width: 50%;
  color: #dce3ec;
  font-size: 22px;
}

.team-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 120px;
}

.team-container p {
  color: #686868;
  margin-top: 0.5rem;
}

.team-container .team-member-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-column-gap: 65px;
          column-gap: 65px;
  row-gap: 45px;
  width: 100%;
}

.team-container .team-member-container .team-member {
  width: calc(100% / 5.5);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.team-container .team-member-container .team-member ._avatar {
  position: relative;
  border-radius: 50%;
}

.team-container .team-member-container .team-member ._avatar img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  z-index: 0;
}

.team-container .team-member-container .team-member ._avatar::before {
  left: -100px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.team-container .team-member-container .team-member:hover ._avatar::before {
  content: '';
  inset: 0;
  position: absolute;
  mix-blend-mode: soft-light;
  background-color: #ff2121;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
}

.team-container .team-member-container .team-member .n10-section_title {
  padding: 0;
  margin-top: 18px;
}

.team-container .team-member-container .team-member h1 {
  font-size: 26px;
}

.team-container .team-member-container .team-member p {
  font-size: 18px;
  color: #dce3ec;
  font-weight: 400;
  text-transform: capitalize;
}

@media screen and (max-width: 1279px) {
  .container2 p {
    width: 50%;
    margin-top: 0.5rem;
    color: #686868;
  }
  .team-container p {
    color: #686868;
    margin-top: 0.5rem;
    width: 80%;
  }
  .team-container .team-member-container .team-member {
    width: calc(100% / 2);
    height: 30%;
  }
  .team-container .team-member-container .team-member img {
    width: 80%;
    height: 80%;
  }
}
/*# sourceMappingURL=why-us.css.map */