@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500&display=swap);
@charset "UTF-8";
/* Slider */
.carousel-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.carousel-caption {
  position: absolute;
  left: 140px;
  bottom: 30%;
  right: auto;
  margin: 0 auto;
  width: 50%;
  text-align: left;
}
.carousel-caption h1 {
  font-size: 4rem;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.carousel-caption p {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
}

.container-image {
  margin: 1rem auto;
  margin-top: 100px;
  width: 77vw;
  height: 640px;
  padding: 2rem;
  position: relative;
  background: rgba(0, 0, 0, 0.1) url(/images/asssembled-1.png?e85fb2a72e910bcc45b96bbfb5608949) no-repeat center;
  background-size: cover;
  color: #fff;
}
.container-image .wrapper {
  position: absolute;
  bottom: 10%;
  width: 50%;
}
.container-image h1 {
  color: #fff;
}

.quick-look {
  margin-top: -150px;
  color: #fff;
}
.quick-look .content, .quick-look .media {
  padding: 30px;
}
.quick-look .media h2 {
  font-size: 3rem;
}
.quick-look .media h2 span {
  font-size: 2rem;
}
.quick-look .media h5 {
  font-size: 1rem;
}

.about {
  background: linear-gradient(to bottom, #fff 70%, #001853 30%);
}
.about-main {
  min-height: 400px;
  position: relative;
  background: rgba(0, 0, 0, 0.1) url(/images/others.png?5b5927eb40d1e832686fe4547dfd08d6) no-repeat center;
  background-size: cover;
  padding-top: 100px;
}
.about-main .content {
  color: #fff;
  margin-top: 60px;
}

.core-values .content li:before {
  content: "■";
  padding-right: 7px;
  color: #001853;
}
.core-values .content .title {
  background-color: #001853;
  padding: 20px;
  color: #fff;
}

.adress-box .svg-box {
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EC7E2F;
  margin-right: 5px;
}
.adress-box a {
  color: #2B2A2A;
}

.footer {
  background-color: #001853;
  color: #fff;
  padding-bottom: 50px !important;
}
.footer a,
.footer p {
  display: block;
  color: rgba(255, 255, 255, 0.5176470588);
  padding: 6px 0;
  font-weight: 300;
}
.footer p {
  margin-bottom: 0;
}
.footer hr {
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-primary {
  background-color: #001853;
  border-radius: 0;
  padding: 10px 30px;
  border-color: #001853;
}

.nav-link {
  color: #626262 !important;
  border: 2px solid transparent;
  margin: 0 8px;
}
.nav-link.active, .nav-link:hover {
  color: #f46b09 !important;
  border-bottom-color: #f46b09;
}

.admin-link {
  background-color: #f46b09;
  color: #fff !important;
  padding: 8px 20px !important;
}
.admin-link:hover {
  color: #fff !important;
}

.form-control {
  border-radius: 0;
  border: 1px solid #d5d5d5;
  padding: 25px 20px;
}

.main-title-block {
  margin-bottom: 50px;
}
.main-title-block .border-block {
  height: 5px;
  width: 150px;
  background-color: #f46b09;
  display: block;
}

.common-spacing {
  padding: 100px 0;
}

* {
  font-family: "Poppins", sans-serif;
}

p {
  font-weight: 300;
}

