@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;
  }
}

.information {
  width: 100%;
  height: 100vh;
  color: #dce3ec;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/images/headerbackgroun.svg");
  background-size: cover;
  background-position: center;
}

.information .header-info {
  text-align: center;
  font-size: 22px;
  width: 80%;
  color: #dce3ec;
}

.information .header-info h3 {
  color: #dce3ec;
  font-size: 48px;
  font-weight: 400;
}

.information .header-info p {
  margin-top: 3rem;
}

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

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

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

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

.service-main-container .service-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;
}

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

.service-main-container .service-cont .services .service-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;
}

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

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

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

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

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

.n10-testimonials {
  color: #dce3ec;
}

.n10-testimonials ._content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.n10-testimonials ._content .swiper-wrapper {
  padding-bottom: 60px;
}

.n10-testimonials ._content ._item.swiper-slide-active ._content {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.n10-testimonials ._content ._item.swiper-slide-active ._content::before {
  opacity: 1;
}

.n10-testimonials ._content ._item:not(.swiper-slide-active) {
  opacity: .4;
}

.n10-testimonials ._content ._item ._content {
  padding: 50px 45px;
  background: linear-gradient(135deg, #303030 -7%, #494949 100%);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.n10-testimonials ._content ._item ._content::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(135deg, #0D0D0D -7%, #ff2121 100%);
  z-index: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}

.n10-testimonials ._content ._item ._content > * {
  z-index: 1;
}

.n10-testimonials ._content ._item ._content ._avatar {
  -webkit-box-flex: .3;
      -ms-flex: .3;
          flex: .3;
}

.n10-testimonials ._content ._item ._content ._avatar img {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 10%;
     object-position: 30% 10%;
}

.n10-testimonials ._content ._item ._content article {
  -webkit-box-flex: .7;
      -ms-flex: .7;
          flex: .7;
  font-size: 18px;
}

.n10-testimonials ._content ._item ._content article span {
  margin-top: 18px;
  float: right;
}

.n10-testimonials ._content ._nav {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 24px;
}

.n10-testimonials ._content ._nav ._button-arrow {
  display: block;
  background-color: transparent;
  -webkit-backdrop-filter: blur(2);
          backdrop-filter: blur(2);
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.n10-testimonials ._content ._nav ._button-arrow svg path {
  -webkit-transition: stroke .25s ease-in-out;
  transition: stroke .25s ease-in-out;
  stroke: #ff2121;
}

.n10-testimonials ._content ._nav ._button-arrow:hover svg path {
  stroke: #dce3ec;
}

.n10-testimonials ._content ._nav ._button-arrow._button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 10px;
}

@media (max-width: 1279px) {
  .information .header-info {
    width: 100%;
    text-align: center;
  }
  .information .header-info h3 {
    font-size: 3rem;
  }
  .information .header-info p {
    font-size: 1.5rem;
  }
  .service-main-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .service-main-container .service-title {
    width: 100%;
    height: 20%;
  }
  .service-main-container .service-cont {
    width: 100%;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  .service-main-container .service-cont .services {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-main-container .service-cont .services .service-info {
    width: 80%;
    height: 70%;
    padding: 0%;
    margin-top: 1.5rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .service-main-container .service-cont .services .service-image {
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-main-container .service-cont .services .service-image img {
    width: 100%;
    height: 100%;
  }
  .service-main-container .service-cont .service-info h2 {
    font-size: 4rem;
    margin-top: 1rem;
  }
}

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

.container1 form {
  width: 50%;
  margin-top: 1.5rem;
  position: relative;
}

.container1 form textarea {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 160px;
  padding: 20px 24px;
}

.container1 form button {
  width: 6rem;
  padding: 10px 10px;
  margin-top: 1.5rem;
  color: #dce3ec;
  border: none;
  outline: none;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #ff0000;
  float: right;
}

.container1 input {
  width: 100%;
  height: 2.5rem;
  margin-top: 1.5rem;
  outline: none;
  border: 1px solid #dce3ec;
  color: #dce3ec;
  background: transparent;
  padding: 20px 24px;
}

.container1 input::-webkit-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.container1 input:-ms-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.container1 input::-ms-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.container1 input::placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

h1 {
  text-transform: capitalize;
  color: #ff2121;
}

p {
  color: #686868;
}

textarea {
  width: 100%;
  height: 2.5rem;
  margin-top: 1.5rem;
  outline: none;
  border: 1px solid #dce3ec;
  color: #dce3ec;
  background: transparent;
  padding: 20px 24px;
}

textarea::-webkit-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

textarea:-ms-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

textarea::-ms-input-placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

textarea::placeholder {
  color: #dce3ec;
  text-transform: capitalize;
}

.container2 {
  width: 100%;
  height: 50vh;
  background-color: #0D0D0D;
  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;
}

.container2 ._content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 500px;
  margin-bottom: 50px;
}

.container2 ._content ._icon {
  color: #ff2121;
  font-size: 28px;
  margin-bottom: 10px;
}

.container2 ._content ._item h1 {
  font-size: 22px;
}

.container2 ._content ._item a {
  font-size: 18px;
  text-transform: none;
}

@media screen and (max-width: 1279px) {
  .container1 {
    width: 100%;
    height: 100vh;
    text-align: center;
  }
  .container1 h1 {
    font-size: 3rem;
  }
  .container2 h1 {
    font-size: 3rem;
  }
}
/*# sourceMappingURL=contactus.css.map */