@font-face {
  font-family: DINCondensed;
  src: url("./fonts/D-DINCondensed-Bold.woff2");
}

@font-face {
  font-family: Gilroy-Bold;
  src: url("./fonts/Gilroy-Bold.otf");
}

@font-face {
  font-family: Gilroy-ExtraBold;
  src: url("./fonts/Gilroy-Extrabold_1.otf");
}

@font-face {
  font-family: Gilroy;
  src: url("./fonts/Gilroy-Regular.otf");
}

@font-face {
  font-family: Gilroy-SemiBold;
  src: url("./fonts/Gilroy-SemiBold.otf");
}

@font-face {
  font-family: Noto;
  src: url("./fonts/NotoSans-Regular.ttf");
}

body {
  overflow-x: hidden;
  background-color: #F2F2F2;
}

section {
  padding: 130px 16vw;
}

@media only screen and (orientation: portrait) {
  section {
    padding: 130px 30px;
  }
}


.grid-lines {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .03125rem;
  line-height: 1.5;
  color: #282828;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: none !important;
  z-index: 999999999999;
  pointer-events: none;
}

.grid-lines .grid-lines__line {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "nimbus-sans",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .03125rem;
  line-height: 1.5;
  color: #282828;
  pointer-events: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  z-index: 5;
}

.grid-lines .grid-lines__line:not(:first-child)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: rgba(124, 135, 142, 0.2);
  mix-blend-mode: difference;
}

ul.transition_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 99999999999999999999999;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  margin: 0;
  pointer-events: none;
  padding-left: 0;
  list-style-type: none;
  /* Remove bullets */
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ul.transition_home li {
  background: #F2F2F2;
  width: calc(100% + 3px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ul.transition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 99999999999999999999999;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  margin: 0;
  pointer-events: none;
  padding-left: 0;
  list-style-type: none;
  /* Remove bullets */
}

ul.transition li {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  background: #F2F2F2;
  width: 17%;
}

#menures {
  position: relative;
 }
 .logo_res {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 100px;
  padding-top: 0 !important
 }

#navbar {
  padding: 20px 50px;
  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: 100vw;
  z-index: 999999;
}

#navbar .logo {
  width: 50vw;
  max-width: 140px;
  min-width: 100px;
}

.navbar2 .menutext .dropdown span, .navbar2 .menutext a {
  color: #424242 !important;
}

#responsiveblack .menublack span {
  color: #424242 !important;
}

#navbar .menutext .dropdown {
  position: relative;
  display: inline-block;
  padding: 0 38px;
}

#navbar .menutext .dropdown span {
  font-family: 'Gilroy-SemiBold';
  font-style: normal;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #F2F2F2;
}

#navbar .menutext .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 250px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 99999999999999999;
}

#navbar .menutext .dropdown-content a {
  font-family: 'Gilroy';
  font-style: normal;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  color: #424242;
  text-decoration: none;
  padding: 0;
}

#navbar .menutext .dropdown:hover .dropdown-content {
  display: block;
}

#navbar .menutext a {
  font-family: 'Gilroy-SemiBold';
  font-style: normal;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #F2F2F2;
  text-decoration: none;
  padding: 0 38px;
}

#navbar .flag {
  width: 27px;
}

#navbar .responsive {
  display: none;
}

#menures {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F2F2F2;
  z-index: 9999999;
  display: none;
  -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;
}

#menures p {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: 'Gilroy-SemiBold';
  font-style: normal;
  font-size: 19px;
  line-height: 40px;
  text-align: center;
  color: #424242;
  text-decoration: none;
}

#menures a {
  padding-bottom: 10px;
  font-family: 'Gilroy-SemiBold';
  font-style: normal;
  font-size: 19px;
  line-height: 40px;
  text-align: center;
  color: #424242;
  text-decoration: none;
}

#menures button {
  position: absolute;
  top: 80px;
  right: 50px;
  font-family: 'Gilroy-ExtraBold';
  font-style: normal;
  font-size: 25px;
  color: #424242;
  border: 0;
  background-color: #F2F2F2;
}

#menures img {
  padding-top: 20px;
}

#hero {
  height: 100vh;
  width: 100vw;
  position: relative;
}

#hero .carousel-item {
  width: 100%;
  /*width you want*/
  height: 100vh;
  /*height you want*/
  overflow: hidden;
}

#hero .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#hero .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(40, 40, 40, 0.4);
}

#hero .carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 10vw;
}

#hero .carousel-caption h5 {
  font-size: clamp(30px, 5vw, 64px);
  font-family: Gilroy-ExtraBold;
  color: #F2F2F2;
  line-height: 120%;
  text-align: center;
}

#hero .carousel-caption p {
  font-size: 18px;
  font-family: Noto;
}

#hero .carousel-caption .btn-hero {
  background-color: #CE0000;
  color: #F2F2F2;
  padding: 22px 54px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-family: Gilroy-SemiBold;
}

#hero .hero_clients {
  width: 50vw;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #F2F2F2;
  border-radius: 10px 0px 0px 0px;
  padding: 25px 50px;
  margin-bottom: -1px;
}

#hero .hero_clients h3 {
  font-family: Gilroy-Bold;
  font-size: 20px;
  color: #CE0000;
}

@media (max-width: 1025px) {
  #hero .carousel-caption {
    padding: 0 20px;
  }
  #hero .hero_clients {
    width: 80vw;
  }
}

@media (max-width: 748px) {
  #hero .carousel-caption {
    padding: 0;
  }
  #hero .carousel-caption p {
    font-size: 15px;
  }
  #hero .hero_clients {
    display: none;
  }
}

#about_us .aboutus_left {
  padding-right: 7vw;
}

#about_us .aboutus_left h2 {
  font-family: Gilroy-ExtraBold;
  color: #424242;
  line-height: 138%;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 800;
}

#about_us .aboutus_left p {
  font-family: Noto;
  color: #424242;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 25px;
}

#about_us .aboutus_left ul {
  list-style-image: url("/assets/bullet.svg");
  text-align: left;
}

#about_us .aboutus_left li {
  font-family: Noto;
  color: #424242;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 25px;
  padding-bottom: 10px;
}

#about_us .aboutus_left .red_link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about_us .aboutus_left .red_link span {
  color: #CE0000;
  font-family: Gilroy-SemiBold;
  font-size: 18px;
  font-weight: 600;
}

#about_us .aboutus_left .red_link .a_circle {
  height: 40px;
  width: 40px;
  border: 1px solid #CE0000;
  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;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#about_us .aboutus_left .red_link .a_circle svg {
  stroke: #CE0000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#about_us .aboutus_left .red_link:hover .a_circle {
  background-color: #CE0000;
}

#about_us .aboutus_left .red_link:hover .a_circle svg {
  stroke: #F2F2F2 !important;
}

#about_us .aboutus_right {
  position: relative;
  text-align: left;
}

#about_us .aboutus_right .img1 {
  position: relative;
  width: 97%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
  filter: drop-shadow(25px 25px 0px #CE0000);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-filter: drop-shadow(25px 25px 0px #CE0000);
}

#about_us .about_us_col a {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-family: Gilroy;
}

#about_us .about_us_col2 a {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-family: Gilroy;
}

@media (max-width: 769px) {
  #about_us .about_us_col {
    margin-bottom: 10px;
  }
  #about_us .aboutus_left {
    text-align: center;
    padding-bottom: 30px;
  }
  #about_us .aboutus_left .red_link {
    margin: auto;
  }
}

#portfolio {
  background-color: #424242;
}

#portfolio .portfolio_row1 {
  padding-bottom: 90px;
}

#portfolio .portfolio_left {
  padding-right: 7vw;
}

#portfolio .portfolio_left h2 {
  font-family: Gilroy-ExtraBold;
  color: #F2F2F2;
  line-height: 138%;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 800;
}

#portfolio .portfolio_left p {
  font-family: Noto;
  color: #F2F2F2;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 25px;
}

#portfolio .portfolio_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(350px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 50px 150px;
}

#portfolio .portfolio_grid .portfolio_item {
  max-width: 77vw;
}

#portfolio .portfolio_grid .portfolio_item h4 {
  font-family: Gilroy-ExtraBold;
  font-size: 18px;
  line-height: clamp(18px, 1vw, 22px);
  color: #F2F2F2;
  letter-spacing: 0.05rem;
}

#portfolio .portfolio_grid .portfolio_item p {
  font-family: Noto;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 1vw, 22px);
  line-height: 33px;
  color: #F2F2F2;
}

#portfolio .portfolio_grid .portfolio_item img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

#portfolio .portfolio_grid .portfolio_item:hover img {
  box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.64);
}

#portfolio .portfolio_fom {
  text-align: center;
  padding-top: 50px;
}

#portfolio .portfolio_fom .red_link {
  margin: auto;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
}

#portfolio .portfolio_fom .red_link span {
  color: #F2F2F2;
  font-family: Gilroy-SemiBold;
  font-size: 18px;
  font-weight: 600;
}

#portfolio .portfolio_fom .red_link .a_circle {
  height: 40px;
  width: 40px;
  border: 1px solid #F2F2F2;
  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;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#portfolio .portfolio_fom .red_link .a_circle svg {
  stroke: #F2F2F2;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#portfolio .portfolio_fom .red_link:hover .a_circle {
  background-color: #F2F2F2;
}

#portfolio .portfolio_fom .red_link:hover .a_circle svg {
  stroke: #424242 !important;
}

@media (max-width: 1025px) {
  #portfolio .portfolio_left {
    padding-right: 0;
  }
}

@media (max-width: 450px) {
  #portfolio .portfolio_grid {
    -ms-grid-columns: (minmax(90vw, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(90vw, 1fr));
    grid-gap: 50px 0;
  }
  #portfolio .portfolio_item img {
    height: 300px !important;
  }
}

#metrics {
  position: relative;
}

#metrics .imgmetrics {
  position: absolute;
  height: 58vh;
  padding-left: 5px;
}

#metrics h2 {
  font-family: Gilroy-ExtraBold;
  color: #424242;
  line-height: 138%;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
}

#metrics .metric_p {
  font-family: Noto;
  color: #424242;
  font-size: 18px;
  line-height: 25px;
  padding-right: 38%;
  font-weight: 400;
}

#metrics .metric_red {
  font-family: DINCondensed;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  color: #CE0000;
  margin-bottom: 0;
  line-height: 1.2;
}

#metrics .metric_desc {
  font-family: Noto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

#metrics .metric_row {
  padding-top: 60px;
}

#metrics .metric_down {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#metrics .metric_down div {
  height: 40px;
  width: 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: #CE0000;
  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;
}

@media only screen and (orientation: portrait) {
  #metrics .imgmetrics {
    display: none;
  }
  #metrics .col-lg-9 {
    width: 100%;
  }
  #metrics .metric_p {
    text-align: center;
    padding: 0;
  }
  #metrics h2 {
    text-align: center;
  }
  #metrics .metric_red, #metrics .metric_desc {
    text-align: center;
  }
}

@media (max-width: 769px) {
  #metrics .metric_row {
    padding-top: 0;
  }
}

#maptext {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

#maptext h2 {
  font-family: Gilroy-ExtraBold;
  color: #424242;
  line-height: 138%;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
}

#maptext .metric_p {
  font-family: Noto;
  color: #424242;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

#maptext .red_link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

#maptext .red_link span {
  color: #CE0000;
  font-family: Gilroy-SemiBold;
  font-size: 18px;
  font-weight: 600;
}

#maptext .red_link .a_circle {
  height: 40px;
  width: 40px;
  border: 1px solid #CE0000;
  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;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#maptext .red_link .a_circle svg {
  stroke: #CE0000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#maptext .red_link:hover .a_circle {
  background-color: #CE0000;
}

#maptext .red_link:hover .a_circle svg {
  stroke: #F2F2F2 !important;
}

#footer {
  background-color: #424242;
}

#footer .logo {
  width: 110px;
  margin-bottom: 50px;
}

#footer .footer_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-bottom: 20px;
}

#footer .footer_cta img {
  width: 26px;
}

#footer .footer_cta p {
  font-family: Noto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #F2F2F2;
  padding-right: 40%;
}

#footer h5 {
  font-family: Gilroy-ExtraBold;
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  color: #F2F2F2;
  padding-bottom: 40px;
  letter-spacing: 0.1rem;
}

#footer a {
  text-decoration: none;
  color: #F2F2F2;
  font-family: Noto;
  font-weight: 400;
  font-size: 16px;
}

#footer .socialicon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(28px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(28px, 1fr));
  grid-gap: 5px;
}

#footer .socialicon img {
  width: 28px;
}

@media (max-width: 769px) {
  #footer .footer_cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footer_cta p {
    padding-right: 0;
  }
  #footer .col-12 {
    padding-bottom: 40px;
  }
  #footer .socialicon {
    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;
    gap: 15px;
  }
}

#servicepage_hero {
  padding-bottom: 50px;
}

#servicepage_hero h4 {
  font-family: Noto;
  color: #424242;
  font-size: 14px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#servicepage_hero h4::before {
  width: 30px;
  height: 1px;
  content: "";
  display: block;
  margin-right: 10px;
  background-color: #424242;
}

#servicepage_hero h2 {
  font-family: Gilroy-ExtraBold;
  color: #424242;
  line-height: 138%;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 800;
}

#servicepage_hero p {
  font-family: Noto;
  color: #424242;
  font-size: 16px;
  line-height: 1.5;
  max-width: 500px;
}

#servicepage_image {
  padding-left: 16.7vw;
}

#servicepage_image img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#servicepage_service h3 {
  font-family: Gilroy-ExtraBold;
  color: #424242;
  font-size: clamp(35px, 4vw, 54px);
  font-weight: 800;
}

#servicepage_service p {
  font-family: Noto;
  color: #424242;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 40px;
}

#servicepage_service .accordion-item {
  background-color: transparent;
  border: 0;
}

#servicepage_service .accordion-item .accordion-button:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#servicepage_service .accordion-item .accordion-button {
  background-color: transparent;
  border: 0;
}

#servicepage_service .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #CE0000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#servicepage_service .accordion-item h2 {
  font-family: Gilroy-Bold;
  color: #424242;
  font-weight: 800;
}

#servicepage_fullimg {
  height: 60vh;
  width: 100vw;
  position: relative;
}

#servicepage_fullimg .carousel-item {
  width: 100%;
  /*width you want*/
  height: 60vh;
  /*height you want*/
  overflow: hidden;
}

#servicepage_fullimg .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#aboutus_hero {
  width: 100vw;
  height: 70vh;
  background-image: url(/assets/aboutus_hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}

#aboutus_hero h2 {
  font-family: Gilroy-ExtraBold;
  color: #F2F2F2;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 500;
  text-align: center;
}

#aboutus_description {
  height: 20vh;
  background-color: #424242;
  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;
  position: relative;
}

#aboutus_description p {
  text-align: center;
  font-family: Noto;
  color: #F2F2F2;
  font-size: 16px;
  line-height: 1.5;
  width: 20vw;
}

#aboutus_description .circledown {
  background-color: #CE0000;
  width: 50px;
  height: 50px;
  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;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  position: absolute;
  bottom: -25px;
  z-index: 9;
}

#aboutus_description .circledown img {
  width: 15px;
}

#aboutus_s1 {
  min-height: 80vh;
  background-color: #F2F2F2;
}

#aboutus_s1 .row {
  height: 80vh;
}

#aboutus_s1 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 4rem 6rem;
}

#aboutus_s1 .left h4 {
  font-family: Gilroy-Bold;
  color: #424242;
  font-size: 28px;
  font-weight: 500;
}

#aboutus_s1 .left span {
  font-family: Noto;
  color: #CE0000;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

#aboutus_s1 .left span:before {
  width: 20px;
  height: 2px;
  content: "";
  display: block;
  margin-right: 10px;
  background-color: #CE0000;
}

#aboutus_s1 .left p {
  padding-top: 20px;
  font-family: Noto;
  color: #424242;
  font-size: 16px;
}

#aboutus_s1 .right {
  height: 80vh;
  position: relative;
  padding-right: 0;
}

#aboutus_s1 .right .carousel-item {
  width: 100%;
  /*width you want*/
  height: 80vh;
  /*height you want*/
  overflow: hidden;
}

#aboutus_s1 .right .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#aboutus_s1 .right .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(40, 40, 40, 0.4);
}

#aboutus_s1 .right .carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 20px;
}

#aboutus_s1 .right .carousel-caption h5 {
  font-size: 34px;
  font-family: Gilroy-ExtraBold;
  color: #F2F2F2;
  line-height: 120%;
  text-align: center;
}

#aboutus_s1 .right .carousel-caption p {
  font-size: 16px;
  font-family: Noto;
}

.contact_row {
  padding-top: 50px;
}

.contact_row input, .contact_row textarea {
  background-color: transparent !important;
  font-family: Noto;
}

.contact_row input:placeholder, .contact_row textarea:placeholder {
  font-family: Noto;
}

.contact_row button {
  background-color: #CE0000 !important;
  border-color: #CE0000 !important;
}

@media only screen and (orientation: portrait) {
  .contact_row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-top: 1rem;
  }
}

#privacy_hero {
  padding-bottom: 50px;
}

#privacy_hero h4 {
  font-family: Noto;
  color: #424242;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}

#privacy_hero h2 {
  font-family: Gilroy-ExtraBold;
  color: #424242;
  line-height: 138%;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 800;
}

#privacy_hero p {
  font-family: Noto;
  color: #424242;
  font-size: 16px;
  line-height: 1.5;
}

#portfoliocase_info h3 {
  font-family: Gilroy-ExtraBold;
  color: #424242;
  font-size: 25px;
}

.pc_row {
  padding: 20px 0;
}

.pc_numbers {
  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;
}

.pc_numbers span {
  color: #424242;
  font-family: Noto;
  font-size: 18px;
  margin-bottom: -20px;
}

.pc_numbers b {
  font-family: DINCondensed;
  color: #CE0000;
  font-size: 80px;
}

@media only screen and (orientation: portrait) {
  #navbar {
    padding: 15px 30px;
  }
  #navbar .flag, #navbar .menutext {
    display: none;
  }
  #navbar .responsive {
    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;
  }
  #navbar .responsive span {
    font-family: Gilroy-Bold;
    font-size: 16px;
    color: #F2F2F2;
    padding-right: 10px;
  }
  #servicepage_image {
    padding: 0;
  }
  #servicepage_image img {
    height: 30vh;
  }
}

@media (max-width: 769px) {
  #footer {
    text-align: center;
  }
  .grid-lines__line:nth-child(4), .grid-lines__line:nth-child(5), .grid-lines__line:nth-child(6), ul.transition_home li:nth-child(4), ul.transition_home li:nth-child(5), ul.transition_home li:nth-child(6), ul.transition li:nth-child(4), ul.transition li:nth-child(5), ul.transition li:nth-child(6) {
    display: none;
  }
  ul.transition_home li, ul.transition li {
    width: 33.333333%;
  }
}
/*# sourceMappingURL=style.css.map */