/* Universal css */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  background: #000000;
  color: #ffffff;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.font-lato {
  font-family: "Lato", sans-serif;
}

.fz-0 {
  font-size: 13px;
}

.fz-1 {
  font-size: 16px;
}

.fz-2 {
  font-size: 17px;
}

.fz-3 {
  font-size: 24px;
}

.fz-4 {
  font-size: 36px;
}

/* Page css */
.bar {
  position: relative;
}

.bar:before {
  content: " ";
  position: absolute;
  width: 200px;
  border-top: 1px solid #9b9797;
  left: -19%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wrapper {
  position: relative;
  height: 100%;
}

header {
  background: url(images/bg.jpg);
}

header .navbar-brand img {
  width: 155px;
}

.mainbody .hvr a {
  color: #9b9797 !important;
}

.mainbody .hvr a:hover {
  color: #ffffff !important;
}

.mainbody .hvr .icon a {
  font-size: 19px;
}

.mainbody .slider .carousel .nxtprv {
  position: relative;
  bottom: 45px;
}

.mainbody .slider .carousel .carousel-control-prev, .mainbody .slider .carousel .carousel-control-next {
  background: #000000;
  position: relative;
  width: 30px;
  padding: 7px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  opacity: 1;
}

.projects {
  margin-bottom: 120px;
}

.projects .over {
  position: absolute;
  z-index: 1;
  background: #000000;
  border: 1px solid #9b9797;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  display: none;
}

.projects .over .txt-bx {
  position: absolute;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.projects .box:hover .over {
  display: block;
}

.hbr {
  border-color: #5c5b5b;
}

footer ul li a {
  display: block;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

footer ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}

footer .hvr a {
  color: #9b9797 !important;
}

footer .hvr a:hover {
  color: #ffffff !important;
}

footer .box {
  padding-left: 5px;
  padding-right: 5px;
}

footer .over {
  position: absolute;
  z-index: 1;
  background: #000000;
  border: 1px solid #9b9797;
  width: calc(100% - 10px);
  height: 100%;
  top: 0;
  display: none;
  overflow: hidden;
}

footer .over .txt-bx {
  position: absolute;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .over h6 {
  font-size: 10px;
  margin: 0;
}

footer .over p {
  font-size: 10px;
  padding: 0;
}

footer .box:hover .over {
  display: block;
}

footer .footer1 {
  position: relative;
  left: 0 !important;
  bottom: 0 !important;
  width: 100%;
  background-color: #121212;
  color: white;
  text-align: center;
}

.ftr-r {
  margin-left: -10px;
  padding-bottom: 20px;
}

.about {
  margin-top: 50px;
  margin-bottom: 120px;
}

.bread {
  background-color: #121212;
  padding-bottom: 0;
}

.bread .breadcrumb {
  background-color: transparent;
}

.bread a {
  text-decoration: none;
}

.bread .a a:hover {
  color: #ffffff !important;
}

/*............MEDIA...............*/
@media (min-width: 768px) {
  .txt-bx h6 {
    font-size: 8px !important;
  }
}

@media (max-width: 575.98px) {
  footer .ft p {
    font-size: 12px !important;
  }
  .projects .txt-bx h3 {
    font-size: 18px !important;
  }
  .txt-bx h6 {
    font-size: 15px !important;
  }
}

@media (max-width: 1199.98px) {
  .bar:before {
    content: none;
  }
}
/*# sourceMappingURL=style.css.map */