@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,600,800&display=swap");

* {
  transition: all 0.5s linear;
  font-family: "Raleway";
  font-weight: 400;
}

html,
body {
  scroll-behavior: smooth;
  margin: 0rem;
}

/* @media (max-width: 991.98px) {
  html,
  body {
    scroll-behavior: smooth;
    margin: 0rem;
  }
} */

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

/* Colors */
.text-black {
  color: #28262b;
}

.bg-grap-fa {
  background: #fafafa;
}

/* Header */
header {
  position: relative;
  width: 100%;
  height: 62vh;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 2rem;
}

header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 3;
}

header video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 2;
}

header .contents {
  position: relative;
  z-index: 4;
}

header .contents h1 {
  color: #fff;
  font-weight: 100;
  font-size: 50px;
  line-height: 60px;
}

header .contents p {
  font-size: 9px;
  color: #898989;
  letter-spacing: 9px;
  margin-top: 5rem;
}

@media (max-width: 991.98px) {
  header {
    height: auto;
    display: block;
    padding: 8rem 1rem 5rem;
  }

  header .contents h1 {
    font-size: 40px;
    line-height: auto;
  }

  header .contents p {
    letter-spacing: 5px;
    margin-top: 3rem;
  }
}

/* More Info */
.more-info-wrapper {
  padding: 10rem 0;
}

.more-info-wrapper h2 {
  font-size: 40px;
}

.more-info-wrapper p {
  font-size: 18px;
}

.more-info-wrapper .info-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.more-info-wrapper .info-links-wrapper a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 190px;
  letter-spacing: 2px;
  position: relative;
}

.more-info-wrapper .info-links-wrapper a:hover {
  color: #b31b41;
  text-decoration: none;
}

.more-info-wrapper .info-links-wrapper a:not(:nth-of-type(3))::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768.98px) {
  .more-info-wrapper {
    padding: 5rem 0;
  }

  .more-info-wrapper h2 {
    font-size: 30px;
  }

  .more-info-wrapper p {
    font-size: 16px;
  }

  .more-info-wrapper .info-links-wrapper a {
    width: auto;
    margin: 5px 10px;
  }

  .more-info-wrapper .info-links-wrapper a:not(:nth-of-type(3))::after {
    content: "";
  }
}

/* Features */
.features {
  padding: 6rem 0;
}

@media (max-width: 768.98px) {
  .features {
    padding: 3rem 0;
  }
}

.icon-part img {
  width: 80px;
}

.icon-part h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.icon-part p {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.contents-part {
  display: none;
  padding: 0 10%;
}

.feature-wrapper:hover > .icon-part {
  display: none;
}

.feature-wrapper:hover > .contents-part {
  display: block;
}

.feature-wrapper {
  position: relative;
}

.feature-wrapper:not(:last-of-type)::after {
  content: "";
  height: 100%;
  border-right: 1px dotted #000;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .feature-wrapper:nth-last-of-type(3)::after {
    border-right: none;
  }
}

@media (max-width: 576.98px) {
  .feature-wrapper::after {
    border-right: none !important;
  }
}

/* About QA */
.qa-wrapper {
  padding: 15rem 4rem;
}

.qa-wrapper h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
}

.qa-wrapper p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
  color: #7d7d7d;
}

.qa-wrapper div {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #565656;
  margin-top: 2.5rem;
}

@media (max-width: 768.98px) {
  .qa-wrapper {
    padding: 5rem 2rem;
  }
}

.person-designation {
  font-size: 16px;
  line-height: 18px;
  color: #7d7d7d;
  font-weight: 400;
  font-style: italic;
}

.person-name {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.person-description {
  font-size: 16px;
  line-height: 25px;
  color: #565656;
  font-weight: 400;
}

.team-contents {
  position: relative;
}

@media (min-width: 1440px) {
  .make-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}

@media (max-width: 1440.98px) {
  .make-center {
    padding: 1.5rem;
  }
}

.skill-name,
.skill-percentage {
  font-size: 16px;
  line-height: 25px;
  color: #565656;
  font-weight: 400;
}

.skill-percentage {
  text-align: right;
  margin-top: -1.5rem;
}

.skill-bar {
  width: 100%;
  height: 17px;
  border: 1px solid grey;
  margin-top: 0.5rem;
}

.skill-bar div {
  background: #b31b41;
  height: 100%;
}

/* Contact Page */
header.contact-page-header {
  height: 100vh;
  background: url(../images/laptop-image.jpg) no-repeat center;
  background-size: cover;
}

header.contact-page-header .contents {
  width: 100%;
}

header.contact-page-header .contents div.sub {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.address {
  height: 600px;
  position: relative;
  z-index: 1;
}

.address > div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
}

.address1::before {
  content: "";
  width: calc(100% - 1.5rem);
  height: 100%;
  background: url(../images/address1-bg.jpg) no-repeat center;
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: -1;
}

.address2::before {
  content: "";
  width: calc(100% - 1.5rem);
  height: 100%;
  background: url(../images/address2-bg.jpg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0.5rem;
  z-index: -1;
}

@media (max-width: 991.98px) {
  header.contact-page-header {
    height: auto;
    padding: 10rem 0 5rem;
  }

  .address {
    height: 400px;
  }

  .address1::before {
    width: 100%;
    left: 0;
  }

  .address2::before {
    width: 100%;
    left: 0;
  }
}

.city-name {
  font-size: 28px;
  line-height: 42px;
  color: #fff;
  font-weight: 400;
}

.full-address {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  margin-top: 1rem;
  position: relative;
}

.full-address::after {
  content: "";
  width: 100%;
  border-bottom: 1px dashed #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.address-phone,
.address-email,
.address-web {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

/* What we do */
.what-we-do {
  padding: 3rem 0;
}

.what-we-do a:hover {
  text-decoration: none;
}

.what-we-do .icon {
  width: 70px;
  margin-bottom: 1rem;
  text-decoration: none;
}

.what-we-do .what-we-do-name {
  color: #28262b;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.what-we-do .short-info {
  color: #727272;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
}

.what-we-do .long-info {
  color: #565656;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

/* Value Proposal */
.value-proposal {
  background: whitesmoke;
  padding: 3rem 0 0;
}

.value-proposal h2 {
  font-size: 40px;
  line-height: 45px;
  color: #28262b;
  font-weight: 400;
}

.value-proposal p {
  font-size: 16px;
  line-height: 25px;
  color: #565656;
  font-weight: 400;
  max-width: 610px;
}

.value-proposal a.button {
  text-align: left;
  width: 300px;
  background: #fff;
  border-radius: 30px;
  align-items: center;
}

.value-proposal a.button .play-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: whitesmoke;
  margin-right: 20px;
  position: relative;
}

.value-proposal a.button .play-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 18px;
  border-color: transparent transparent transparent;
  border-left-color: #1b1b1b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.value-proposal a.button:hover .play-icon {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.value-proposal a.button .title {
  font-size: 16px;
  line-height: 20px;
  color: #565656;
  font-weight: 400;
}

.value-proposal a.button .title .h {
  font-weight: 500;
}

.value-proposal a.button:hover {
  text-decoration: none;
  color: #b31b41;
}

/* Other Things */
.other-things {
  padding: 3rem 0;
}

.other-things .icon {
  width: 50px;
  margin-top: -5px;
  margin-right: 10px;
}

.other-things .title {
  font-size: 16px;
  line-height: 26px;
  color: #28262b;
  font-weight: 400;
}

.other-things .text {
  font-size: 16px;
  line-height: 25px;
  color: #565656;
  font-weight: 400;
}

/* Services */
.service {
  border: 1px solid rgb(229, 229, 229);
  border-top: none;
  border-left: none;
  height: 150px;
  position: relative;
}

.service .static-part {
  display: flex;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service .hover-part {
  width: 100%;
  height: 100%;
  background: #b31b41;
  position: relative;
  display: none;
}

.service .hover-part div {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

.service:hover .static-part {
  display: none;
}

.service:hover .hover-part {
  display: block;
}

.service img {
  width: 30px;
  margin-right: 20px;
}

.service div {
  font-size: 16px;
  font-weight: 400;
}

/* FAQs */
@media (max-width: 991.98px) {
  .faq {
    padding: 3rem 1rem;
  }
}

.faq .heading {
  font-size: 25px;
  line-height: 35px;
  color: #28262b;
  font-weight: 400;
}

.faq-q {
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
  line-height: 50px;
  box-shadow: 0px 0px 0px 1px #cdcdcd;
  margin-bottom: 1rem;
  border: none;
  outline: 0 !important;
  border-radius: 3px;
}

.faq-a {
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 0px 1px #cdcdcd;
  border-radius: 1px;
  padding: 1.5rem 1.5rem 3rem;
}

.faq-a a {
  color: #b31b41;
}

.address-name-h {
  font-size: 30px;
  line-height: 36px;
  color: #28262b;
  font-weight: 400;
  margin: 0 0 1rem;
}

.full-address-h {
  font-size: 16px;
  line-height: 25px;
  color: #565656;
  font-weight: 400;
}

.address-h-link {
  margin: 1rem 0;
  font-size: 16px;
  line-height: 25px;
  color: #565656;
  font-weight: 400;
}

.address-h-link a {
  color: #b31b41;
}

/* Testemonials */
.testemonials {
  background: url(../images/testemonial-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 768.98px) {
  .testemonials {
    padding: 5rem 0;
  }
}

.testemonials::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testemonial-section-heading {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
  margin-top: 1rem;
}

.client-img {
  border-radius: 50%;
}

.client-review {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  padding: 0 5%;
}

.fas.fa-quote-right {
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
}

.client-name {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 400;
  margin-top: 1rem;
}

.client-designation {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-style: italic;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: 10px;
}

.fas.fa-chevron-left,
.fas.fa-chevron-right {
  color: #fff;
}

.carousel-item {
  padding-bottom: 2.8rem;
}

.carousel-indicators li {
  background-color: #d2d2d2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.carousel-indicators li.active {
  background-color: #b31b41;
}

/* Mister Noodles */
header.noodles-page-header {
  background: url(../images/mister-noodles-bg.jpg) no-repeat center;
  background-size: cover;
}

.section-2 {
  padding: 10rem 0 5rem;
}

@media (max-width: 991.98px) {
  .section-2 {
    padding: 3rem 0 2rem;
  }
}

.section-2 .heading {
  font-size: 40px;
  line-height: 45px;
  color: #28262b;
  font-weight: 400;
}

.section-2 .text {
  font-size: 18px;
  line-height: 27px;
  color: #28262b;
  font-weight: 400;
}

.mytab-content > div {
  display: none;
}

.mytab-content > div.active {
  display: block;
}

.tabs-contents-text {
  color: #565656;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.my-tabs {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.my-tabs > li > a {
  color: #565656;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding: 0 10px;
  border-bottom: 2px solid #565656;
}

.my-tabs > li > a.active {
  color: #b31b41;
  text-decoration: none;
  border-color: #b31b41;
}

.my-tabs > li > a:hover {
  color: #b31b41;
  text-decoration: none;
  border-color: #b31b41;
}

.box-video-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.box-video-section .heading {
  color: #28262b;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.box-video-section .text {
  color: #565656;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.box-video-section a.button {
  text-align: left;
  width: 320px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-video-section a.button:hover {
  text-decoration: none;
}

.box-video-section a.button .title {
  font-size: 16px;
  line-height: 20px;
  color: #565656;
  font-weight: 400;
}

.box-video-section a.button .play-icon {
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #dd3333;
  border-radius: 50px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
  margin-right: 10px;
  position: relative;
}

.box-video-section a.button .play-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 18px;
  border-color: transparent transparent transparent;
  border-left-color: #dd3333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-video-section a.button:hover .play-icon {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

/*  */

.project-evaluation-section {
  background: url(../images/mister-noodles-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
  position: relative;
  padding: 12rem 0;
}

@media (max-width: 991.98px) {
  .project-evaluation-section {
    padding: 6rem 0;
  }
}

@media (max-width: 576.98px) {
  .project-evaluation-section {
    padding: 3rem 0;
  }
}

.project-evaluation-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.project-evaluation-section .heading {
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.project-evaluation-section .text {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  padding: 0 25%;
}

.project-evaluation-section .text1 {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding: 0 25%;
}

@media (max-width: 1360.98px) {
  .project-evaluation-section .text {
    padding: 0 5%;
  }

  .project-evaluation-section .text1 {
    padding: 0 5%;
  }
}

.project-evaluation-section .title {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.project-evaluation-section .title-sub {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  opacity: 0.5;
  font-style: italic;
}

.bar .bar-value {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .bar-wrapper {
    position: relative;
  }

  .bar-wrapper:not(:nth-of-type(3))::before {
    content: "";
    height: 100%;
    border-right: 1px solid gray;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

/*  */

.impact-section {
  background: url(../images/impact-section-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 5rem 0;
  margin: 2rem 0;
}

.impact-section .heading {
  color: #28262b;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.impact-section .text {
  color: #28262b;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  padding-right: 25%;
}

.impact-section .text1 {
  color: #565656;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding-right: 25%;
}

@media (max-width: 576.98px) {
  .impact-section .text {
    padding-right: 0%;
  }

  .impact-section .text1 {
    padding-right: 0%;
  }
}

/* Footer */
footer {
  background: #fff;
}

.form-area {
  position: relative;
  z-index: 1;
  padding: 10rem 0;
}

.form-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 3;
}

.form-area video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 2;
}

.form-area .contents {
  position: relative;
  z-index: 4;
}

.red-bar {
  border-style: solid;
  border-bottom-width: 10px;
  border-color: rgb(179, 27, 65);
  width: 70px;
  margin: 0px auto;
}

.form-area .contents h2 {
  color: #fff;
  font-size: 40px;
  line-height: 55px;
}

.form-area .contents p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 600;
}

@media (max-width: 768.98px) {
  .form-area {
    padding: 5rem 0;
  }

  .form-area .contents h2 {
    font-size: 30px;
    line-height: auto;
  }
}

.footer-bottom {
  padding: 3rem 0;
}

.links-heading {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.footer-link {
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
}

.footer-link:hover {
  color: #b51f3e;
  text-decoration: none;
}

.footer-logo-icon {
  width: 30px;
}

.social-link-wrapper a:hover {
  text-decoration: none;
}

.social-icon {
  width: 23px;
  opacity: 0.4;
  margin-right: 10px;
}

.copyrights {
  position: relative;
}

.copyrights::before {
  content: "";
  width: 100%;
  border-top: 1px solid #80808042;
  position: absolute;
  top: 0;
  left: 0;
}

.copyrights a {
  position: relative;
  padding: 0 15px;
}

.copyrights a:not(:last-of-type)::before {
  content: "|";
  position: absolute;
  top: -5px;
  right: -5px;
}

@media (max-width: 576.98px) {
  .copyrights a {
    position: relative;
    padding: 0 5px;
  }

  .copyrights a:not(:last-of-type)::before {
    content: "";
  }
}
