@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
/*@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");*/

/*@font-face {
  font-family: Font Awesome 5 Free;
  src: url("./fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}*/

body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  color: #505962;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  height: 4rem;
  margin-top: -4rem;
  content: "";
  display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

/*============= NAVIGATION =============*/

.navbar {
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  transition: background-color 0.5s ease 0s;
}
.navbar-brand img {
  height: 2rem;
}
.svg-inline--fa.fa-w-14 {
  color: #1d2738;
  font-size: 1.6rem;
}
.svg-inline--fa.fa-w-14.whiten {
  color: white;
  transition: color 1s ease 0s;
}
.navbar-nav li {
  padding-right: 0.8rem;
}
.navbar-nav .nav-link {
  color: #1d2738;
  padding-top: 0.8rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #ff6821; /*#1ebba3;*/
}
.navbar.solid {
  background: rgba(0, 0, 0, 0.3) !important;
  transition: background-color 1s ease 0s;
}

.nav-link.white {
  color: white;
}

/*============= LANDING PAGE =============*/

.home-inner {
  background-image: url("img/frontlanding.jpg");
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 25%;
  left: 10%;
  z-index: 10;
}
.caption h1 {
  color: #1d2738; /*white;*/
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3rem;
  text-shadow: 0.1rem 0.1rem 0.3rem black;
  padding-bottom: 1rem;
}
.caption h3 {
  color: #1d2738; /*white;*/
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 0.1rem 0.1rem 0.5rem white; /*black;*/
  padding-bottom: 2rem;
}

.caption h4 {
  color: #1d2738; /*white;*/
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 0.1rem 0.1rem 0.5rem white; /*black;*/
  padding-bottom: 2rem;
}

.btn-lg {
  border-width: medium;
  border-radius: 25px;
  padding: 0.8rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block !important;
}

.btn-outline-orange {
  color: #ff9021;
  background-color: transparent;
  background-image: none;
  border-color: #ff9021;
}

.btn-outline-orange:hover {
  color: #212529;
  background-color: #ff9021;
  border-color: #ff9021;
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.l-row-stretch > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*=========== TEST ================
/* 
---------------------------------------------
Carousel
--------------------------------------------- 
*/
.head-text-area {
  text-align: right;
}
.banner-style-1 {
  display: flex;
  align-items: center;
}
.banner {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}
.image-background {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
header.header_box {
  position: fixed;
  z-index: 9;
  width: 100%;
}
ul.menu-wrap.clearfix {
  padding: 0;
  margin: 0;
}
ul.dropdown {
  padding: 0;
  margin: 0;
}
.head-text-area h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
.head-text-area p {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
a.get_start {
  background-color: #09c9fa;
  border: 1.5px solid #09c9fa;
  padding: 12px 30px 12px 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  border-radius: 50px;
  transition: all ease 0.5s 0s;
  box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.3);
}
a.get_start:hover {
  border: 1.5px solid #fff;
  background-color: transparent;
  box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.2);
  text-decoration: none;
  transition: all ease 0.5s 0s;
}
.slider_btn {
  margin-top: 50px;
}
.head-text-area {
  margin-top: 170px;
}
.img_box img {
  margin-top: 100px;
}
/*========== end TEST ===============

/*============= About US SECTION =============*/

.about h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: 0.4rem;
}
.about p {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}

.about .highlight {
  color: #fa0404;
}

/*============= FEATURES SECTION =============*/

.narrow {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.btn-sm {
  border-width: medium;
  border-radius: 25px;
  padding: 0.5rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1rem;
}
.btn-turquoise {
  border-color: #ff9021;
  background-color: #ff9021;
  color: white;
}
.btn-turquoise:hover,
.btn-turquoise:focus {
  border-color: #ff7000;
  background-color: #ff7000;
  color: white;
}
.jumbotron {
  margin-bottom: 0;
  border-radius: 0;
  padding: 1rem 0 3rem;
}
h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.9rem;
}
.heading-underline {
  width: 3rem;
  height: 0.2rem;
  background-color: #ff9021;
  margin: 0 auto 2rem;
}
.feature {
  text-align: center;
}
/*.feature .fa-layers {
  color: #ff9021;
  margin: 0 auto;
  width: 3.9rem;
  height: 6rem;
}*/

.fa-layers {
  color: #ff9021;
  /*margin: 0 auto;
  width: 3.9rem;
  height: 6rem;*/
}
.feature h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: 0.4rem;
}
.feature p {
  font-size: 1.1rem;
}

.margin2x {
  margin:0 -1.25rem;
  display: block;
}

.margin-bottom-60 {margin-bottom: 60px !important;}
.margin-left-60 {margin-left: 60px !important;}
.margin-bottom-20 {margin-bottom: 20px !important;} 

.line {clear:left;}
.line .line {padding:0;}

.line p {
  font-size: 1rem;
}

.line::after, .margin2x::after, .grid.full::after {
  clear:both;
  content: ".";
  display:block;
  height:0;
  line-height:0;
  overflow:hidden;
  visibility:hidden;
}

.line .margin2x > .s-1,.line .margin2x > .s-2,.line .margin2x > .s-five,.line .margin2x > .s-3,.line .margin2x > .s-4,.line .margin2x > .s-5,.line .margin2x > .s-6,.line .margin2x > .s-7,.line .margin2x > .s-8,.line .margin2x > .s-9,.line .margin2x > .s-10,.line .margin2x > .s-11,.line .margin2x > .s-12,
.line .margin2x > .m-1,.line .margin2x > .m-2,.line .margin2x > .m-five,.line .margin2x > .m-3,.line .margin2x > .m-4,.line .margin2x > .m-5,.line .margin2x > .m-6,.line .margin2x > .m-7,.line .margin2x > .m-8,.line .margin2x > .m-9,.line .margin2x > .m-10,.line .margin2x > .m-11,.line .margin2x > .m-12,
.line .margin2x > .l-1,.line .margin2x > .l-2,.line .margin2x > .l-five,.line .margin2x > .l-3,.line .margin2x > .l-4,.line .margin2x > .l-5,.line .margin2x > .l-6,.line .margin2x > .l-7,.line .margin2x > .l-8,.line .margin2x > .l-9,.line .margin2x > .l-10,.line .margin2x > .l-11,.line .margin2x > .l-12,
.line .margin2x > .xl-1,.line .margin2x > .xl-2,.line .margin2x > .xl-five,.line .margin2x > .xl-3,.line .margin2x > .xl-4,.line .margin2x > .xl-5,.line .margin2x > .xl-6,.line .margin2x > .xl-7,.line .margin2x > .xl-8,.line .margin2x > .xl-9,.line .margin2x > .xl-10,.line .margin2x > .xl-11,.line .margin2x > .xl-12,
.line .margin2x > .xxl-1,.line .margin2x > .xxl-2,.line .margin2x > .xxl-five,.line .margin2x > .xxl-3,.line .margin2x > .xxl-4,.line .margin2x > .xxl-5,.line .margin2x > .xxl-6,.line .margin2x > .xxl-7,.line .margin2x > .xxl-8,.line .margin2x > .xxl-9,.line .margin2x > .xxl-10,.line .margin2x > .xxl-11,.line .margin2x > .xxl-12 {padding:0 1.25rem;}

.s-1,.s-2,.s-five,.s-3,.s-4,.s-5,.s-6,.s-7,.s-8,.s-9,.s-10,.s-11,.s-12,.m-1,.m-2,.m-five,.m-3,.m-4,.m-5,.m-6,.m-7,.m-8,.m-9,.m-10,.m-11,.m-12,.l-1,.l-2,.l-five,.l-3,.l-4,.l-5,.l-6,.l-7,.l-8,.l-9,.l-10,.l-11,.l-12,.xl-1,.xl-2,.xl-five,.xl-3,.xl-4,.xl-5,.xl-6,.xl-7,.xl-8,.xl-9,.xl-10,.xl-11,.xl-12,.xxl-1,.xxl-2,.xxl-five,.xxl-3,.xxl-4,.xxl-5,.xxl-6,.xxl-7,.xxl-8,.xxl-9,.xxl-10,.xxl-11,.xxl-12 {
  float:left;
  position:static;
}

.float-left {
  float: left;
}

.text-size-40, {font-size: 40px !important;}

/*===== FIXED BACKGROUND IMG DARK =====*/

#fixed {
  background-image: url("img/fixed/Schematics.jpg");
  z-index: -1;
}
.dark {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 7rem 2rem;
  text-align: center;
  z-index: 1000 !important;
}
.dark h3,
.dark p {
  color: #e9ecef;
}

/*============= PORTFOLIO SECTION =============*/

.row.padding {
  padding: 2rem 0 1rem;
}
img.example-image {
  max-width: 100%;
}
.row.no-padding [class*="col-"] {
  padding: 0;
}
.portfolio-item img:hover {
  transform: scale(1.3);
  cursor: zoom-in;
}
.portfolio-item img {
  transition: transform 0.4s ease;
}
.portfolio-item {
  overflow: hidden;
}

/*============= PRICING SECTION =============*/

.pricing-column {
  background-color: white;
  padding: 2rem;
  border-top: 0.2rem solid #ff9021;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.075);
  transition: transform 0.7s ease;
  overflow: hidden;
  position: relative;
}
.pricing-column:hover {
  transform: scale(1.1);
}
.pricing-column h3 {
  padding: 1rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.pricing-column p {
  opacity: 0.8;
  margin-top: 1.3rem;
}
.pricing-column h4 {
  font-size: 1.1rem;
  padding: 0.4rem;
}
.pricing-column .item {
  font-weight: 700;
}
.pricing-column h1 {
  padding: 0.8rem 0;
}
.ribbon {
  background-color: #6c757d;
  color: white;
  width: 10rem;
  height: 2rem;
  font-size: 0.8rem;
  font-weight: 700;
  padding-top: 0.4rem;
  position: absolute;
  right: -2.8rem;
  top: 1.6rem;
  transform: rotate(45deg);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

/*============= TEAM SECTION FIXED BG IMG LIGHT =============*/

#fixed-2 {
  background-image: url("img/fixed/office.jpg");
  z-index: -1;
}
.light {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3rem 2rem 2rem;
  z-index: 1000 !important;
}
.card {
  border-radius: 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.075);
  margin: 0 1rem;
  transition: transform 0.4s ease;
}
.card-img-top {
  border-radius: 0;
}

.card img {
  border-radius: 0;
}
.card:hover {
  transform: scale(0.95);
}
.card h4 {
  font-weight: 700;
}
.card h5 {
  color: #ff9021;
}
.card p {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 1rem 0 1.5rem;
}
.card svg.svg-inline--fa {
  color: #ff9021 !important;
  font-size: 1.3rem;
  width: 2rem;
}
.card svg.svg-inline--fa:hover {
  color: #6c757d !important;
}
.owl-dot.active span,
.owl-dot:hover span {
  background: #ff9021 !important;
}

.owl-carousel .owl-item img {
  display: initial !important;
}

/*============= SKILLS SECTION =============*/

.skill h3 {
  color: #ff9021;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}
.skill p {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
}

/*============= CLIENTS SECTION =============*/

.clients img {
  width: 65%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: transform 0.3s ease;
}
.clients img:hover {
  transform: scale(1.1);
}
blockquote .svg-inline--fa {
  margin: 1rem;
  color: #ff9021;
}
.clients-hr {
  border-top: 0.05rem solid #ff9021;
}


/*============= CONTACT SECTION =============*/

footer {
  background: url("img/footer/footer.jpg") no-repeat;
  /*background-color: #40474e;*/
  background-size: cover;
  color: white;
}
footer .row {
  /*background-color: rgba(57, 63, 70, 0.85);*/
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1rem 2rem 3rem;
}
footer img {
  height: 2rem;
  margin: 1.5rem 0;
}

footer img.bottom {
  height: 4.5rem;
  margin: 0 0;
  margin-top: 1rem;
}

footer a {
  color: white;
}
footer svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem 0.5rem 0 0;
}
footer svg.svg-inline--fa:hover {
  color: #ff9021 !important;
}
footer h3 {
  text-transform: uppercase;
  margin: 1.5rem 0;
  color: #ff9021;
}
footer strong {
  color: #ff9021;
}
/*--- Contact Form --*/
.form-group {
  margin-bottom: 1.3rem;
}
.form-control {
  /*background-color: #53595f;*/
  border-radius: 0;
  /*border: 0.15rem solid lightgray; /*#666b71;*/
  color: black !important;
  font-size: 1.1rem;
}
.form-control:focus {
  background: lightgray; /*#53595f;*/
  border: 0.15rem solid #666b71;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #b2b5b8 !important;
}
input.btn {
  cursor: pointer;
}
hr.socket {
  border-top: 0.2rem solid #666b71;
  width: 100%;
}

/*============= TOP SCROLL =============*/

.top-scroll svg.svg-inline--fa {
  font-size: 3rem;
  height: 1.7rem;
  color: #53595f;
  background: white;
}
a.top-scroll {
  right: 1.2rem;
  bottom: 1.2rem;
  position: fixed;
  opacity: 0.3;
  z-index: 1000;
  display: none;
}
a.top-scroll:hover {
  opacity: 0.5;
}

/*============= MEDIA QUERIES =============*/

@media (max-width: 1366px) {
  .caption {
    left: 5%;
  }

  .caption h1 {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    padding-bottom: 0.8rem;
  }
  .caption h3 {
    font-size: 2rem;
    padding-bottom: 1.7rem;
  }

  .caption h4 {
    font-size: 1.3rem;
    padding-bottom: 1.7rem;
  }

  .btn-lg {
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 2rem;
  }

  .img-box img {
    margin-top: 150px;
    width: 100%;
  }

  .landing .home-inner {
    background-image: url("img/frontlanding.jpg");
  }
}

@media (max-width: 1025px) {
  .landing .home-inner {
    background-image: url("img/frontlanding.jpg");
  }
}

/* Devices under 992px (lg) */
@media (max-width: 991px) {
  .navbar {
    font-size: 0.8rem;
  }

  .caption {
    left: 1%;
  }

  .caption h1 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding-bottom: 0.8rem;
  }
  .caption h3 {
    font-size: 1.8rem;
    padding-bottom: 1.7rem;
  }

  .caption h4 {
    font-size: 1.1rem;
    padding-bottom: 1.7rem;
  }

  .btn-lg {
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 1.8rem;
  }
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/* Devices under 768px (md) */
@media (max-width: 767px) {
  .caption {
    text-align: center;
  }
  .caption h1 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding-bottom: 0.8rem;
    text-align: center;
  }
  .caption h3 {
    font-size: 1.8rem;
    padding-bottom: 1.7rem;
    text-align: center;
  }

  .caption h4 {
    font-size: 1.1rem;
    padding-bottom: 1.7rem;
    text-align: center;
  }
  .caption .btn-lg {
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
    text-align: center;
  }
  .narrow h1 {
    font-size: 1.8rem;
  }
  #fixed {
    background-image: url("img/fixed/Schematics.jpg");
  }
  #fixed-2 {
    background-image: url("img/fixed/office-mobile.jpg");
  }
  footer {
    background: url("img/footer/footer-mobile.jpg") no-repeat;
  }
  .clients img {
    max-width: 50%;
    margin: 0 auto;
  }
  .top-scroll {
    display: none !important;
  }

  .landing .home-inner {
    background-image: url("img/Frontpage_Mobile.jpg");
  }
}

/* Devices under 576px (sm) */
@media (max-width: 575px) {
  .caption {
    margin-top: 110px;
  }

  .caption h1 {
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.4rem;
  }
  .caption h3 {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
  .btn-lg {
    padding: 0.4rem 0.9rem;
    font-size: 0.9rem;
  }
  .narrow {
    width: 85%;
  }

  .img-box img {
    margin-top: 170px;
    /*display: block;*/
  }

  .landing .home-inner {
    background-image: url("img/Frontpage_Mobile.jpg");
  }
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
