/* Fonts */
@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/Proxima-Nova-Regular.ttf");
}

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/Proxima-Nova-Bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/Proxima-Nova-Light.otf");
    font-weight: lighter;
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.logo {
  height: 50px;
  margin-top: -40px;
}

.top-line {
  padding: 1rem 1.5rem;
}

i,
i span {
  font-size: 16px;
  color: #22325a;
}

i span {
  font-family: "Proxima Nova";
  font-weight: normal;
}

.register-btn {
  background: #22325a;
  font-family: "Proxima Nova";
  color: #fff;
  font-size: 17px;
  text-decoration: none !important;
  padding: .5rem 1rem;
  text-transform: uppercase;
  border-radius: 4px;
}

.register-btn:hover {
  color: #fff;
}

.register-btn i {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #22325a;
  text-transform: uppercase;
  font-family: "Proxima Nova";
  font-size: 17px;
  font-weight: normal;
}

.b-line {
  border-bottom: 2px solid #22325a;
}

header {
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  position: relative;
}

@media (max-width: 991.98px) {
  .logo {
    margin-top: 0;
  }

  header {
    background: #fff;
  }
}

.landing {
  background: url('../img/landing.jpg') right top;
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: 0 auto;
  height: 900px;
  margin-top: -105px;
  position: relative;
}

.landing-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.landing-title {
  font-family: "Proxima Nova";
  font-size: 50px;
  text-transform: uppercase;
  color: #22325a;
  font-weight: bold;
}

.landing-subtitle {
  font-family: "Proxima Nova";
  font-size: 30px;
  color: #68738f;
  font-weight: normal;
}

.landing-btn {
  color: #fff;
  font-size: 18px;
  font-family: "Proxima Nova";
  text-transform: uppercase;
  padding: .5rem 1rem;
  border-radius: 4px;
  background: #68738f;
  transition: .2s all ease-in-out;
}

.landing-btn:hover {
  background: #22325a;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .landing-title {
    font-size: 38px;
  }

  .landing-subtitle {
    font-size: 18px;
  }

  .landing-btn {
    font-size: 16px;
  }

  .landing {
    height: 600px;
  }
}

.service {
  background: #68738f;
}

.service a img {
  height: 50px;
}

.service a:hover {
  text-decoration: none;
}

.service a p {
  color: #fff;
  font-size: 18px;
  font-family: "Proxima Nova";
}

.plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.about-lbl {
  font-size: 30px;
  font-family: "Proxima Nova";
  color: #22325a;
  font-weight: bold;
}

.about-text {
  font-size: 18px;
  font-family: "Proxima Nova";
  color: #22325a;
}

.about-btn {
  font-size: 18px;
  font-family: "Proxima Nova";
  color: #22325a;
  border: 2px solid #22325a;
  border-radius: 2px;
  padding: .5rem 1rem;
  transition: .2s all ease-in-out;
}

.about-btn:hover {
  text-decoration: none;
  background: #22325a;
  color: #fff;
}

.feedbacks-blk {
  background: url('../img/klientu-atsiliepimai-fonas.jpg') right top;
  background-repeat: no-repeat;
}

.lbl,
.name {
  font-size: 22px;
  font-family: "Proxima Nova";
  color: #22325a;
  font-weight: bold;
}

.sublbl,
.feedback {
  font-size: 18px;
  font-family: "Proxima Nova";
  color: #22325a;
}

.bf {
  border: 2px solid #22325a;
}

@media (max-width: 992px) {
  .feedbacks-blk {
    background: #68738f;
  }
}

.doc-blk {
  position: absolute;
  bottom: 20px;
  background: rgba(255,255,255,.8);
  width: 100%;
  padding-right: 30px;
  font-family: "Proxima Nova";
  color: #22325a;
}

#map-canvas {
  min-height: 500px;
  height: 100%;;
}

.c-form {
  background: #d2d7e4;
}

.contact-form {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-form input {
  margin-bottom: 15px;
  border-radius: 0;
}

.contact-form textarea {
  border-radius: 0;
}

.contact-lbl {
  font-size: 24px;
  font-family: "Proxima Nova";
  color: #22325a;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-form button {
  text-transform: uppercase;
  color: #22325a;
  border: 2px solid #22325a;
  border-radius: 2px;
  font-size: 18px;
  padding: .5rem 1.5rem;
  font-family: "Proxima Nova";
  transition: .2s all ease-in-out;
}

.contact-form button:hover {
  color: #fff;
  background: #22325a;
}

.alert {
  z-index: 1;
}

footer {
  background: url('../img/footer.png') center center;
}

.ft {
  color: #fff;
  font-size: 20px;
}

.ft span {
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 16px;
}

.netmaster-logo {
  height: 25px;
  margin-top: 10px;
  display: block;
}

.headings {
  -webkit-column-count: 4;
   -moz-column-count: 4;
        column-count: 4;
-webkit-column-gap: 2em;
   -moz-column-gap: 2em;
        column-gap: 2em;
}

.headings a h1,
.headings a h2,
.headings a h3 {
  transition: .2s all ease-in-out;
  color: #fff;
  font-size: 18px;
}

.headings a {
  display: block;
  text-decoration: none !important;
}

.headings a h1:hover,
.headings a h2:hover,
.headings a h3:hover {
  text-decoration: none;
  color: #22325a;
}

.page-title {
  font-family: "Proxima Nova";
  color: #111c32;
  font-weight: bold;
  font-size: 30px;
}

.c-txt {
  font-family: "Proxima Nova";
  color: #111c32;
  font-size: 18px;
}

.service-txt p{
  color: #111c32;
  font-size: 16px;
  font-weight: normal;
  font-family: "Proxima Nova";
}

.spacer {
  margin: 20px 0;
}

.s-name,
.s-position,
.s-about {
  color: #111c32;
}

.s-name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
}

.s-position {
  font-size: 18px;
  margin-top: 0;
}

.news-title {
  color: #111c32;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
  font-family: "Proxima Nova";
}

.news-txt {
  font-family: "Proxima Nova";
  color: #111c32;
  font-size: 18px;
}

.read-more {
  font-family: "Proxima Nova";
  color: #111c32;
  font-size: 18px;
  text-decoration: underline;
  float: right;
}

.read-more:hover {
  color: #22325a;
}

.c1-form {
  background: #9ea8c1;
}
