html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: #0043ffa1;
  color: #ffffff;
}

body {
  font-family: "Nunito Sans", sans-serif;
  background-color: #ffffff;
  color: #686868;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0em;
}

section {
  padding: 5rem 0 3.1rem;
}

h2,
h3,
h4 {
  font-family: "Roboto Condensed", sans-serif;
  color: #222222;
  line-height: 1.2em;
  margin-bottom: 0.5rem;
}

h1.main-title {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-indent: -9999em;
}

h2 {
  font-size: 1.75rem;
  font-weight: 700;
}

h3 {
  font-size: 1.6rem;
  font-weight: 500;
}

h4 {
  font-family: "Nunito Sans", sans-serif;
  color: #f7c221;
  font-size: 3rem;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #686868;
}
a:hover {
  color: #0043ff;
}

.overflow-h {
  overflow: hidden;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: none;
}

.loader {
  position: fixed;
  background-color: #f5f5f5;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.loader img {
  animation: rotate 5s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.top-header {
  border-bottom: 1px solid #00000026;
}
.top-header .social,
.top-header .contact-info {
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  border-left: 1px solid #00000026;
}
.top-header .social a {
  display: inline-block;
  padding: 0.5rem 0.8rem;
}
.top-header .social a:hover {
  background-color: #4869ad;
  color: #ffffff;
}
.top-header .contact-info {
  padding: 0.5rem 0.8rem;
}
.top-header .contact-info i {
  color: #2c499a;
}

header {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  font-family: "Roboto Condensed", sans-serif;
}
header .logo img:hover {
  transform: scale(1.01);
}
header .navigation nav.navbar .navbar-collapse .navbar-nav .nav-item {
  text-align: center;
}
header .navigation nav.navbar .navbar-collapse .navbar-nav .nav-item:first-child {
  padding-top: 2rem;
}
header .navigation nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 1rem 0;
  text-transform: uppercase;
  color: #222222;
}

@media screen and (min-width: 992px) {
  header .navigation nav.navbar .navbar-collapse {
    justify-content: center;
  }
  header .navigation nav.navbar .navbar-collapse .navbar-nav {
    gap: 2rem;
  }
  header .navigation nav.navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: left;
  }
  header .navigation nav.navbar .navbar-collapse .navbar-nav .nav-item:first-child {
    padding-top: 0;
  }
  header .navigation nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 0 0.5rem;
  }
  header .navigation nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active, header .navigation nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #0043ff;
  }
}
.hero-section {
  background-image: url("../assets/wide-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  text-align: center;
}
.hero-section img {
  width: 100%;
  max-width: 360px;
}
.hero-section img:hover {
  transform: scale(1.02);
}

.features .content-wrapper {
  text-align: center;
  overflow: hidden;
}
.features .content-wrapper img {
  width: 100%;
  margin-bottom: 1rem;
}
.features .content-wrapper img:hover {
  transform: scale(1.02);
}
.features .content-wrapper:last-child img {
  max-width: 246px;
}

@media screen and (min-width: 576px) {
  .features .content-wrapper img {
    max-width: none;
    width: auto;
  }
}
.bottom {
  background-color: #121214;
  color: #ffffff;
}
.bottom .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom .content-wrapper i {
  margin-right: 1rem;
}
.bottom .content-wrapper a {
  color: #ffffff;
}

footer {
  background-color: #0c0c0c;
  color: #ffffff;
  padding: 1rem 0;
}
footer p {
  max-width: 80%;
}

.image-slider .carousel .carousel-indicators {
  opacity: 0;
}
.image-slider .carousel .carousel-indicators:hover {
  opacity: 1;
}
.image-slider .carousel .carousel-indicators button {
  width: 1.1rem;
  height: 1rem;
}
.image-slider .carousel .carousel-inner .carousel-caption {
  text-align: left;
  top: 1rem;
}
.image-slider .carousel-control-prev,
.image-slider .carousel-control-next {
  opacity: 0;
}
.image-slider .carousel-control-prev:hover,
.image-slider .carousel-control-next:hover {
  opacity: 1;
  background: #ffffff14;
}

.about-us {
  text-align: center;
}
.about-us img {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .about-us img {
    width: auto;
  }
}
.scroll-top-btn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  border-radius: 0.25rem;
  outline: none;
  border: none;
  width: 3rem;
  height: 3rem;
  background-color: #2c499a;
  color: #ffffff;
}
.scroll-top-btn:hover {
  background-color: #4869ad;
}

.scroll-top-btn.active {
  visibility: visible;
  opacity: 1;
}

.last-works .last-works-wrapper {
  columns: 1;
  column-gap: 1rem;
}
.last-works .last-works-wrapper .item {
  break-inside: avoid;
  overflow: hidden;
  position: relative;
}
.last-works .last-works-wrapper .item img {
  width: 100%;
}
.last-works .last-works-wrapper .item .hidden-content {
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  margin: 0.8rem 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #ffffffed;
  opacity: 0;
}
.last-works .last-works-wrapper .item .hidden-content i {
  background: #222222;
  border-radius: 50%;
  padding: 1rem;
  color: #ffffff;
  cursor: pointer;
}
.last-works .last-works-wrapper .item .hidden-content h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .last-works .last-works-wrapper {
    columns: 2;
  }
}
@media screen and (min-width: 992px) {
  .last-works .last-works-wrapper {
    columns: 3;
  }
  .last-works .last-works-wrapper .item .hidden-content:hover {
    opacity: 1;
  }
}
#image-modal {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000000cf;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#image-modal .container {
  height: 100%;
}
#image-modal .container #image-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#image-modal .container #image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
#image-modal .close-icon {
  position: fixed;
  right: 0;
  top: 0;
  padding: 1rem 1.5rem;
  background-color: #222222;
  color: #686868;
  cursor: pointer;
}
#image-modal .close-icon:hover {
  color: #ffffff;
}

@media screen and (min-width: 572px) {
  #image-modal .container #image-wrapper {
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #image-modal .container #image-wrapper {
    padding: 5rem;
  }
}
.why-us {
  background-color: #f6fafb;
}
.why-us .accordion .accordion-item .accordion-header button {
  color: #686868 !important;
}
.why-us .accordion .accordion-item .accordion-header button i {
  margin-right: 1rem;
}
.why-us .accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
}

.contact-info .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-info .content-wrapper i {
  font-size: 3rem;
  color: #4869ad;
  margin-bottom: 2rem;
}

.contact-form {
  margin: 0 auto;
}
.contact-form > * {
  padding: 5px 15px;
  margin: 10px auto;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  color: #686868;
}
.contact-form*::placeholder {
  color: #686868;
}
.contact-form textarea {
  resize: none;
}
.contact-form input[type=submit] {
  font-weight: 700;
  margin: 15px 0 0 0;
  color: #ffffff;
  background-color: #2c499a;
}
.contact-form .contact-form-loader,
.contact-form .contact-form-response {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.contact-form .contact-form-loader img,
.contact-form .contact-form-loader i,
.contact-form .contact-form-response img,
.contact-form .contact-form-response i {
  margin-right: 15px;
}
.contact-form .contact-form-loader img {
  max-width: 50px;
}
.contact-form .contact-form-response i {
  color: #23cf5f;
  font-size: 30px;
}
.contact-form [required]:valid {
  border: 1px solid #23cf5f;
}
.contact-form [required]:invalid {
  border: 1px solid #cf2323;
}
.contact-form [required]:focus {
  outline: none;
}
.contact-form .contact-form-error {
  font-size: 80%;
  padding: 0px;
  margin: -8px 0px 0px 0px;
  color: #cf2323;
  transition: none;
}
.contact-form .contact-form-error.is-active {
  display: block;
}
.contact-form .none {
  display: none;
}

@media screen and (min-width: 992px) {
  .contact-form {
    max-width: 800px;
  }
}
.online,
.offline {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0.5rem;
  font-size: 1rem;
  text-align: center;
  background-color: #23cf5f;
  color: #ffffff;
}

.offline {
  background-color: #cf2323;
}

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