/* Breakpoints */
/* Fonts */
/* Colors */
.hero {
  padding: 0;
}
.hero .slider {
  margin-bottom: 0;
}
.hero .slider .slick-dots {
  bottom: 30px;
}
.hero .slider .item {
  position: relative;
  width: 100%;
  height: 100vh;
}
.hero .slider .item figure {
  width: 100%;
  height: 100vh;
}
.hero .slider .item figure::after {
  content: "";
  background: linear-gradient(to top, #000000, transparent 80%, #000000);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
}
.hero .slider .item figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
}
.hero .slider .item .container {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -40%);
  z-index: 1;
  margin: auto;
  color: white;
  display: flex;
  flex-direction: column;
}
.hero .slider .item .container .small-title {
  text-transform: uppercase;
}
.hero .slider .item .container .small-title strong {
  color: #dc6300;
  font-weight: 500;
}
.hero .slider .item .container h1 {
  max-width: 70vw;
  line-height: 1em;
}
@media (max-height: 700px) {
  .hero .slider .item .container h1 {
    margin-bottom: 0.8rem;
    line-height: 0.9em;
  }
}
.hero .slider .item .container h1 strong {
  color: #dc6300;
}
.hero .slider .item .container p {
  max-width: 400px;
}
@media (max-height: 700px) {
  .hero .slider .item .container {
    max-width: 100%;
    top: 170px;
    transform: translate(-50%, 0);
  }
}
.hero .slider .item .container .custom-btn {
  background: #3388d9;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  margin-top: 1em;
}
.hero .slider .item .container .custom-btn:hover {
  background: #052679;
  color: #ffffff;
}
.hero .arrows {
  right: 70px;
}
@media (max-width: 767.98px) {
  .hero .arrows {
    right: 0;
  }
}
.hero .arrows .carousel-control-next,
.hero .arrows .carousel-control-prev {
  top: auto;
  bottom: 50px;
  opacity: 1;
  padding: 0;
  margin: 0;
  width: 70px;
}
.hero .arrows .carousel-control-prev {
  left: auto;
  right: 70px;
}
.hero .arrows .carousel-control-next-icon,
.hero .arrows .carousel-control-prev-icon {
  width: 70px;
  height: 70px;
}

.services {
  padding: 140px 0;
  background: #dc6300 url(../../../media/img/curves.png) center center;
  background-size: cover;
  overflow-x: hidden;
}
@media (max-width: 599.98px) {
  .services {
    padding: 80px 0;
  }
}
.services .slider .slick-dots {
  bottom: -100px;
  opacity: 0.75;
}
@media (max-width: 599.98px) {
  .services .slider .slick-dots {
    bottom: -60px;
  }
}
@media (max-width: 767.98px) {
  .services .slider .slide .row {
    flex-direction: column-reverse;
  }
}
.services .slider .slide .row > div {
  padding: 20px;
}
.services .slider .slide h2 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.services .slider .slide p {
  color: #f1f1f1;
  font-weight: 300;
}
.services .slider .slide .service-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 10px;
  margin: 20px auto;
}
.services .slider .slide .service-item .item {
  color: #ffffff;
  font-weight: 300;
  font-size: 0.75em;
  letter-spacing: 0.005em;
  line-height: 1em;
  margin-bottom: 0.5em;
  word-wrap: none;
  border-radius: 10px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
}
.services .slider .slide .service-item .item img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  object-fit: contain;
}
.services .slider .slide .service-img {
  border-radius: 12px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  width: 100%;
  max-width: 1500px;
}
.services .slider .slide > img {
  max-width: 720px;
  border-radius: 12px;
  width: 100%;
  height: min(44.82758621vw, 650px);
  object-fit: cover;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.175);
}
@media (max-width: 767.98px) {
  .services .slider .slide > img {
    height: auto;
    margin-bottom: 20px;
  }
}
.services .slider .slide .btn {
  background-color: #3388d9;
  color: #ffffff;
  border-radius: 100px;
  padding: 10px 20px;
  margin-top: 20px;
  margin-left: 0px;
  box-shadow: 0 0.35rem 0.35rem rgba(0, 0, 0, 0.1);
}
.services .slider .slide .btn:hover {
  background-color: #052679;
  color: #ffffff;
}

.advantages {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #a8c6eb 100%);
  overflow: hidden;
  width: 100%;
  min-height: 400px;
}
@media (max-width: 599.98px) {
  .advantages {
    padding: 80px 0;
  }
}
.advantages::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
  transform: rotate(-15deg);
}
.advantages .srow {
  display: flex;
  column-gap: 20px;
  flex-direction: row;
}
@media (max-width: 599.98px) {
  .advantages .srow {
    column-gap: 0px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .advantages .srow {
    flex-direction: column;
  }
}
.advantages .srow .info h2 {
  font-size: 46px;
  color: #000000;
}
.advantages .srow .info h2 strong {
  color: #3388d9;
  font-weight: 400;
}
@media (max-width: 599.98px) {
  .advantages .srow .info h2 {
    text-align: center;
  }
}
@media (max-width: 599.98px) {
  .advantages .srow .info p {
    text-align: center;
  }
}
.advantages .srow .items {
  display: flex;
  column-gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.advantages .srow .items .colcard {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991.98px) {
  .advantages .srow .items .colcard:last-child {
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 599.98px) {
  .advantages .srow .items .colcard:last-child {
    margin-top: 0 !important;
  }
}
.advantages .srow .items .colcard .serv-card {
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 20px 0;
  color: #000000;
  text-align: center;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  max-width: 274px;
  min-height: 180px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.advantages .srow .items .colcard .serv-card .icon {
  width: 50px;
  height: 50px;
  margin: auto;
  border: 1px solid #052679;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 4px;
}
.advantages .srow .items .colcard .serv-card .icon > img {
  width: 70%;
}
.advantages .srow .items .colcard .serv-card .card-text h6 {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.advantages .srow .items .colcard .serv-card .card-text p {
  line-height: 1.3;
  font-size: 0.9em;
  letter-spacing: 0.025em;
}
.advantages .srow .items .colcard .serv-card.white-card p {
  color: #000000;
}
.advantages .srow .items .colcard .serv-card.blue-card {
  background: linear-gradient(270deg, rgb(5, 38, 121) 0%, rgb(4, 8, 17) 100%);
  color: #ffffff;
}
.advantages .srow .items .colcard .serv-card.blue-card h6,
.advantages .srow .items .colcard .serv-card.blue-card p {
  color: #ffffff;
}

.about {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #ffffff;
}
@media (max-width: 599.98px) {
  .about {
    padding: 80px 0;
  }
}
.about .info h4 strong {
  color: #3388d9;
  font-weight: 400;
}
.about .info .btn {
  background: #3388d9;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  margin-top: 1em;
  box-shadow: 0 0.35rem 0.35rem rgba(0, 0, 0, 0.1);
}
.about .info .btn:hover {
  background: #052679;
  color: #ffffff;
}
.about .row {
  justify-content: center;
  column-gap: 5vw;
}
.about .pict {
  width: min(30vw, 450px);
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
}
@media (max-width: 767.98px) {
  .about .pict {
    width: 94%;
    margin-bottom: 1rem;
  }
}
.about .pict .pictxt {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 10px;
  width: 100%;
}
.about .pict .pictxt h3 {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 26px;
  line-height: 1.1em;
  margin-bottom: 4px;
}
.about .pict .pictxt p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px 10px;
  line-height: 1.1em;
  text-align: center;
}
.about .pict figure {
  width: 100%;
  height: 100%;
}
.about .pict figure::after {
  content: "";
  background: linear-gradient(to top, #000000, transparent 80%, #000000);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
}
.about .pict figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 80px;
}
.projects h2 strong {
  font-weight: 400;
  color: #3388d9;
}
.projects .small-title {
  text-transform: uppercase;
  color: #191919;
}
.projects .small-title strong {
  font-weight: 400;
  color: #dc6300;
}
.projects .projects-thumb {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  transition: all 0.3s;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}
.projects .projects-thumb:hover {
  background: #ffffff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.projects .projects-thumb:hover figure {
  transform: scale(1.2);
}
.projects .projects-thumb:hover .projects-title-wrap {
  padding-bottom: 30px !important;
}
.projects .projects-thumb:hover .custom-btn {
  background: #052679 !important;
}
.projects .projects-thumb.projects-thumb-large {
  min-height: 356px;
}
@media (min-width: 1600px) {
  .projects .projects-thumb.projects-thumb-large {
    min-height: 416px;
  }
}
@media (max-width: 1199px) {
  .projects .projects-thumb.projects-thumb-large {
    min-height: 216px;
  }
}
.projects .projects-thumb.projects-thumb-large .projects-image {
  object-fit: cover;
  height: 100%;
  aspect-ratio: auto;
}
@media (max-width: 991px) {
  .projects .projects-thumb.projects-thumb-large .projects-image {
    aspect-ratio: 1/1;
  }
}
.projects .projects-thumb a {
  display: block;
}
.projects .projects-thumb figure {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.projects .projects-thumb figure::after {
  content: "";
  background: linear-gradient(to top, #000000, transparent 90%);
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
}
.projects .projects-thumb figure .projects-image {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  display: block;
}
.projects .projects-thumb .projects-info .projects-title-wrap {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 25px 25px 10px 25px;
  transition: all 0.2s;
}
.projects .projects-thumb .projects-info .projects-title-wrap .projects-small-title {
  color: #dc6300;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #000;
}
.projects .projects-thumb .projects-info .projects-title-wrap .projects-title {
  color: #ffffff;
}
.projects .projects-thumb .projects-info .projects-btn-wrap {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.projects .projects-thumb .projects-info .projects-btn-wrap .custom-btn {
  background: #3388d9;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  padding: 7.5px 15px;
  transition: all 0.3s;
}
.projects .projects-thumb .projects-info .projects-btn-wrap .custom-btn:hover {
  background: #052679;
}

.contact {
  background: #ffffff;
  color: #ffffff;
}
.contact .contact-container-wrap {
  background-color: #052679;
  padding-bottom: 120px;
  margin-top: -1px;
}
.contact h2 {
  color: #ffffff;
}
.contact h2 strong {
  font-weight: 400;
  color: #3388d9;
}
.contact h4,
.contact h5,
.contact a {
  color: #ffffff;
}
.contact .contact-thumb {
  position: relative;
  bottom: 90px;
  margin-bottom: -90px;
}
.contact .contact-info {
  border-radius: 20px;
  padding: 30px;
}
.contact .contact-info iframe {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
.contact .google-map {
  border-radius: 20px;
}
.contact .contact-icon {
  color: var(--primary-color);
  font-size: var(--h4-font-size);
}

html,
body {
  height: 100%;
}

/*# sourceMappingURL=home.css.map */
