@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Black.ttf);
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Bold.ttf);
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-SemiBold.ttf);
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Medium.ttf);
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Regular.ttf);
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Light.ttf);
  font-weight: 300;
  font-style: normal
}

* {
  text-decoration: none !important;
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: Gilroy, sans-serif
}

body {
  padding-top: 103px;
}

.header .lang a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.header .lang a i {
  color: #E30813;
}

.header-top-nav-link {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 400;
}

.header-top-nav-link.active {
  color: #000 !important;
  font-weight: 600;
}

.mobile-dropdown-lang {
  padding: 1.5rem;
}

.aspect-1 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.aspect-1612 {
  aspect-ratio: 16/12;
  object-fit: cover;
  object-position: center;
}



/* SLIDER START */

#home-slider .carousel-item {
  align-items: center;
}

#home-slider .carousel-item .slider-img {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  position: relative;
}

#home-slider .carousel-item .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}

#home-slider .carousel-item .content h2 {
  font-size: 52px;
  font-weight: 600;
}

#home-slider .carousel-item .content span.line {
  width: 100%;
}

#home-slider .carousel-item .content span.line:after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #E30813;
  display: block;
}

#home-slider .carousel-item .content p {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0;
}

#home-slider .carousel-control-prev,
#home-slider .carousel-control-next {
  z-index: 999 !important;
  width: auto !important;
  opacity: 1 !important;
}

#home-slider .carousel-next-icon,
#home-slider .carousel-prev-icon {
  background-color: rgba(227, 8, 19, .35);
  padding: 20px;
  box-sizing: border-box;
  font-size: 20px;
  display: inline;
}

#home-slider .carousel-next-icon i,
#home-slider .carousel-prev-icon i {
  font-size: 30px;
}

#home-corporate img {
  border-radius: 9px;

}

#home-corporate .box {
  border-radius: 9px;
  background-color: #84BD3A;
  color: #fff;
  position: absolute;
  right: 30px;
  margin-top: -40px;
  padding: 20px;
  font-size: 20px;
  line-height: 30px;
  max-width: 60%;
}

#home-corporate h3 {
  font-size: 52px;
  font-weight: 700;
}

#home-corporate span.line {
  width: 100%;

}

#home-corporate span.line:after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #E30813;
  display: block;
  margin: 35px 0;
}

#home-corporate p {
  font-size: 22px;
  font-weight: 300;
  line-height: 37px;
}

#home-services {
  background-image: url(../img/services-bg.png);
}

#home-services .section-top h2 {
  font-size: 52px;
  font-weight: 700;
  margin: 0;
}

#home-services .section-top .text {
  color: #E30813;
  font-weight: 600;
  writing-mode: sideways-lr;
  font-size: 22px;
}

#home-services .section-top .text span.line:after {
  content: '';
  width: 2px;
  padding-top: 100%;
  background-color: #E30813;
  display: block;
  margin-left: 5px;
}

#home-services img {
  aspect-ratio: 12/16;
  padding: 20px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.03);
  border-radius: 9px;
  background-color: #ffffff;
  object-fit: cover;
  object-position: center;
}

#home-services h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

#home-references {
  background-color: #1D1D1C;
  background-image: url(../img/references-bg.png);
}

#home-references h2 {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
}

#home-references span.line {
  width: 100%;

}

#home-references span.line:after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #E30813;
  display: block;
  margin: 35px 0;
}

#home-references p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

#home-references .item {
  border-radius: 6px;
  background-color: #fff;
}

#home-references .item img {
  width: 90%;
}

#home-equipments .section-top h2 {
  font-size: 52px;
  font-weight: 600;
}

#home-equipments img {
  aspect-ratio: 16/12;
  border-radius: 6px;
  object-fit: cover;
}

#home-equipments h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

#home-projects .section-top h2 {
  font-size: 52px;
  font-weight: 600;
}

#home-projects img {
  aspect-ratio: 12/16;
  border-radius: 6px;
  object-fit: cover;
}

#home-projects h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

#news .section-top h2 {
  font-size: 52px;
  font-weight: 600;
}

#news img {
  aspect-ratio: 16/12;
  border-radius: 6px;
  object-fit: cover;
}

#news h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.all-button {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 10px 10px 10px 20px;
  border-radius: 9px;
  background-color: #fff;
  border: 0;
}

.all-button span {
  background-color: #E30813;
  color: #ffffff;
  padding: 10px;
  margin-left: 7px;
  border-radius: 9px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.all-button:hover {
  color: #000;
}

.cv_form {
  background-image: url(../img/services-bg.png);

}

#map {
  width: 100%;
  height: 500px;
  margin-top: -90px;
}

#page {
  padding: 80px 0;
  z-index: 5;
  position: relative;
}

#page .contact {
  background-color: #fff;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

#page .contact .contact_info div {
  background-color: #CC020A;
  color: #fff;
  font-size: 18px;
}

#page .contact .contact_info div span {
  font-weight: 600;
}

#page .contact .contact_info div a {
  color: #fff;
}

#page .contact input,
#page .contact textarea,
.cv_form input,
.cv_form textarea {
  padding: 20px;
}

#page .contact .contact_info div:nth-child(2) {
  background-color: #E30813;
}

#page .positions-box {
  padding: 20px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.03);
  border-radius: 9px;
  background-color: #ffffff;
}

#page .positions-box a {
  color: #E30813;
}

#page .sidebar {
  padding: 20px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.03);
  border-radius: 9px;
  background-color: #ffffff;
}

#page .sidebar ul {
  list-style: none;
  padding: 0;
}

#page .sidebar ul li a {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
}

#page .sidebar ul li:last-child a {
  border: 0;
}

#page .sidebar ul li a.active {
  background: transparent;
  color: #000;
  font-weight: 600;
}

#page .news_image {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.03);
  border-radius: 9px;
  width: 100%;
  overflow: hidden;
}

#page .news_image img {
  width: 100%;
}

#page span.line {
  width: 100%;
}

#page span.line:after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #E30813;
  display: block;
  margin: 20px 0 30px 0;
}

#page div.content-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

/* HEADER START */


@media (max-width: 1199px) {
  body {
    padding-top: 83px;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 123px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    overflow-y: auto;
    visibility: hidden;
    background-color: #52515a;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }

  .mobile-navbar-menu a,
  .mobile-navbar-menu a.active,
  .mobile-navbar-menu a i {
    color: #fff !important;
  }

  .dropdown-menu a,
  .dropdown-item {
    color: #000 !important;
  }

  .mobile-dropdown-lang {
    border: 0 !important;
    padding: 0px !important;
    margin-bottom: 1.2rem;
  }

  .mobile-dropdown-alt-lang li a {
    color: #565656 !important;
  }
}

.dropdown-item {
  color: #000 !important;
}

/* HEADER END */


/* FOOTER START */


footer {
  background-color: #1D1D1C;
  background-image: url(../img/references-bg.png);
}

footer p {
  line-height: 30px;
  padding-right: 10px;
  box-sizing: border-box;
}

footer a {
  color: #fff !important;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 300 !important;
}

footer h3 {
  color: #E30813;
  font-size: 20px;
  font-weight: 600;
}

footer .logo {
  background-color: #fff;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  width: auto;
  padding: 20px;
}

footer .social a {
  border: 1px solid #4D4D4D;
  border-radius: 6px;
  padding: 10px;
  aspect-ratio: 1;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

footer .social a i {
  font-size: 20px;
}

.breadcrumb {
  background-size: cover;
  background-position: center;
  position: relative;
}

.breadcrumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.41220238095238093) 0%, rgba(2, 0, 36, 0) 90%);
  z-index: 0;

}

.breadcrumb h3 {
  position: relative;
  z-index: 1;
}


.modalvideo {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

.modalvideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;

}

/* FOOTER END */

@media screen and (max-width:500px) {

  .carousel-control-prev,
  .carousel-control-next {
    display: none !important
  }

  #home-corporate .box {
    max-width: calc(100% - 40px);
    margin-left: 20px;
    position: relative;
    right: inherit;
    margin-bottom: 20px;
    margin-top: -60px;
  }

  #home-corporate p {
    font-size: 18px;
    line-height: 30px;
  }

  #home-services .section-top .text {
    writing-mode: inherit;
    margin-bottom: 20px;
  }

  #home-services .section-top .text span.line:after {
    padding-top: inherit;
    width: 72px;
    height: 2px;
  }

}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80%  !important;
    margin: 7rem auto !important
  }
}