/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700|Montserrat|Poppins:400,500,600,700");
body {
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6); }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #232323;
  letter-spacing: .5px; }

h1, .h1 {
  font-size: 48px;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 38px;
  text-transform: uppercase; }

h3, .h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase; }

h4, .h4 {
  font-size: 22px;
  line-height: 30px; }

h5, .h5 {
  font-size: 18px;
  line-height: 24px; }

h6, .h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400; }

.font-primary {
  font-family: "Barlow Condensed", sans-serif; }

.font-secondary {
  font-family: "Montserrat", sans-serif; }

html, body {
  overflow-x: hidden;
  width: 100%; }

body {
  position: relative; }

.navbar-toggle .icon-bar {
  background: #f26322; }

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 50px;
  outline: none;
  font-size: 14px; }
  input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
    box-shadow: none;
    border: 1px solid #f26322; }

.form-control {
  box-shadow: none;
  border-radius: 0; }
  .form-control.error {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .form-control:focus {
    box-shadow: none;
    border: 1px solid #f26322; }

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 18px 35px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid transparent; }
  .btn:focus {
    outline: 0;
    box-shadow: none; }

.btn-main, .btn-transparent, .btn-small {
  background: linear-gradient(90deg, #f5634b 0%, #fe9418 100%);
  color: #fff; }
  .btn-main:hover, .btn-transparent:hover, .btn-small:hover {
    background: linear-gradient(90deg, #fe9418 0%, #f5634b 100%);
    color: #fff !important;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }

.btn-solid-border {
  border: 2px solid #f26322;
  background: transparent;
  color: #fff; }
  .btn-solid-border:hover {
    border: 2px solid #f26322;
    background: #f26322; }

.btn-white {
  border: 2px solid #fff;
  background: #fff;
  color: #232323; }
  .btn-white:hover {
    border: 1px solid #f26322;
    background: #f26322;
    color: #fff !important; }

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #f26322; }
  .btn-transparent:hover {
    background: transparent;
    color: #f26322; }

.btn-large {
  padding: 20px 45px; }
  .btn-large.btn-icon i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px; }

.btn-small {
  padding: 10px 25px;
  font-size: 12px; }

.btn-round {
  border-radius: 4px; }

.btn-round-full {
  border-radius: 50px; }

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0; }

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px; }

.bg-gray {
  background: #f0f2f4; }

.bg-primary {
  background: #f26322 !important; }

.section {
  padding: 100px 0; }

.section-title {
  margin-bottom: 70px; }
  .section-title .title {
    font-size: 50px;
    line-height: 50px; }
  .section-title p {
    color: #ccc;
    font-family: "Montserrat", sans-serif; }

.page-title {
  padding: 155px 0 100px; }

.overly, .bg-4, .bg-5 {
  position: relative; }
  .overly:before, .bg-4:before, .bg-5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #232323;
    opacity: 0.8; }

.overly-2, .page-title, .slider, .cta, .section.contact-us {
  position: relative; }
  .overly-2:before, .page-title:before, .slider:before, .cta:before, .section.contact-us:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8; }

#success, #error {
  display: none;
  color: #fff;
  background: linear-gradient(90deg, #fe9418 0%, #f5634b 100%);
  border: 1px solid #fff;
  font-size: 12px;
  margin-top: 35px;
  padding: 0 3px;
  text-align: center; }

.error {
  padding: 0 3px;
  color: #fff;
  background: linear-gradient(90deg, #fe9418 0%, #f5634b 100%);
  border: 1px solid #fff;
  font-size: 12px; }

.text-color {
  color: #f26322; }

.text-black {
  color: #232323; }

.text-sm {
  font-size: 14px; }

.text-md {
  font-size: 26px;
  line-height: 36px; }

.text-lg {
  font-size: 56px;
  line-height: 66px; }

.no-spacing {
  letter-spacing: 0px; }

a {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }

a:hover, a:focus {
  text-decoration: none !important;
  outline: 0; }

a:hover {
  color: #f26322 !important; }

a:focus {
  color: #fff !important; }

@media (min-width: 768px) {
  .tel,
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default; }
    .tel:hover,
    a[href*="tel:"]:hover {
      transform: translateY(-5px); } }

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

.letter-spacing {
  letter-spacing: 1px; }

.bg-black-50 {
  background: #333; }

.divider {
  margin: 0 auto;
  background: #f26322;
  width: 45px;
  height: 4px; }

.navbar .logo {
  width: 250px;
  transition: all .2s ease; }

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .logo {
    width: 170px !important; }
  .navbar h3 {
    font-size: 18px; } }

.navbar.fixed-nav {
  border-bottom: 1px solid #232323; }
  .navbar.fixed-nav .logo {
    width: 200px; }
  @media (min-width: 768px) {
    .navbar.fixed-nav {
      border-bottom: 0; } }

.navbar-nav .nav-item {
  padding: 0px 10px; }
  @media (min-width: 992px) and (max-width: 1270px) {
    .navbar-nav .nav-item {
      padding-right: 0 !important;
      padding-left: 0 !important; } }

.navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }
  .navbar-nav .nav-link:hover {
    color: #f26322; }
  .navbar-nav .nav-link.active {
    background-color: #f26322; }
    .navbar-nav .nav-link.active:hover, .navbar-nav .nav-link.active:focus {
      color: #fff !important; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav .nav-link {
      font-size: 12px; } }

.top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px; }
  .top-header ul li {
    padding: 0px 25px;
    border-left: 1px solid #dedede; }

.dropdown {
  height: 100%; }

.dropdown-menu {
  background: #1c1c1c;
  border-radius: 0px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  padding: 24px 0 26px;
  min-width: 280px;
  left: 0px;
  top: 100%;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: all .3s ease 0s;
  display: block; }

.dropdown-item {
  color: #c8c8c8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: .55rem 2rem; }

.dropdown-toggle::after {
  display: none; }

.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

.dropdown-item:hover {
  background: transparent;
  color: #f26322; }

ul.dropdown-menu li {
  padding-left: 0px !important; }

.fixed-nav {
  background: #333; }

.navbar-toggler {
  font-size: 35px;
  color: #f26322; }
  .navbar-toggler:focus {
    outline: none; }

.navbar-collapse.collapse.show {
  background: #333; }

.slider {
  background: url("../images/bg/bg-slider.jpg") no-repeat 0% 30%;
  background-size: cover;
  padding: 180px 0px; }
  @media (max-width: 768px) {
    .slider {
      padding: 130px 0px 180px 0; } }
  .slider h1 {
    font-size: 95px;
    line-height: 95px; }
  .slider span.subhead {
    color: #fff;
    letter-spacing: 5px;
    border: 2px solid #fff;
    padding: 3px 15px 5px 15px;
    opacity: .8; }

.bg-2 {
  background: url("../images/bg/bg-image-2-1.jpg") no-repeat;
  background-size: cover; }

.bg-3 {
  background: url("../images/bg/bg-cta.jpg") no-repeat;
  background-size: cover; }

.bg-4 {
  background: url("../images/about/img-7.jpg") no-repeat;
  background-size: cover; }

.bg-5 {
  background: #f26322 url("../images/bg/bg-logo.png") repeat; }

.footer {
  padding-top: 50px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1; }
  .footer p {
    color: #ccc;
    opacity: .8;
    font-size: 14px; }
  .footer a {
    color: #ccc;
    opacity: .8; }
  .footer:before {
    background: inherit;
    content: '';
    display: block;
    height: 60%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .footer:before {
    top: 0;
    transform: skewY(3.5deg);
    transform-origin: 100% 0; }

.bg-black {
  background: #111; }

.footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747; }
  .footer-menu li a {
    opacity: .8;
    font-size: 14px;
    padding: 0 15px;
    text-transform: uppercase; }
    .footer-menu li a:hover {
      color: #f26322;
      opacity: 1; }
  .footer-menu li:first-of-type {
    margin-left: auto; }
  .footer-menu li:last-of-type {
    margin-left: auto;
    background-color: #666; }
  @media (max-width: 768px) {
    .footer-menu {
      flex-direction: column;
      align-items: flex-start; }
      .footer-menu li a {
        padding: 0; }
      .footer-menu li:first-of-type {
        margin-left: 0; }
      .footer-menu li:last-of-type {
        display: none; } }

.footer-location {
  font-size: 14px; }
  .footer-location div:not(:last-of-type) {
    margin-bottom: 25px;
    line-height: 1.5; }
  .footer-location h4 {
    font-size: 18px;
    font-weight: normal;
    color: #f26322;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 5px; }
  .footer-location span {
    display: block; }
  .footer-location .bottom h4 {
    display: inline; }
  .footer-location .bottom span {
    display: inline;
    color: #ccc; }
  @media (max-width: 320px) {
    .footer-location .bottom h4 {
      display: block; } }
  .footer-location .footer-widget {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .footer-location .footer-widget .bottom {
      flex: 1 1 100%; }
      .footer-location .footer-widget .bottom a {
        display: block; }

@media (max-width: 768px) {
  .footer-copyright {
    border-top: 1px solid #474747; } }

.back-to-top {
  font-size: 20px;
  position: absolute;
  right: 28px;
  top: -29px;
  padding: 8px 15px;
  background: #f26322;
  color: #fff !important;
  opacity: 1 !important; }
  .back-to-top:hover {
    opacity: 0.9 !important;
    color: #fff !important;
    transform: translateY(-5px); }

.lh-40 {
  line-height: 40px; }

.footer-socials li a {
  color: #fff;
  opacity: .8; }

.recent-blog a {
  line-height: 1.5;
  font-size: 14px; }

.footer-socials li a {
  color: #595b65;
  font-size: 18px;
  padding-left: 10px; }

.cta {
  background: url("../images/bg/bg-cta.jpg") fixed 50% 50% no-repeat;
  background-size: cover; }

.section.contact-us {
  padding-top: 150px;
  padding-bottom: 150px; }

.section {
  padding-bottom: 50px; }
  .section.our-values {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1; }
    .section.our-values:after {
      background: #fff;
      content: '';
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden; }
    .section.our-values:after {
      bottom: 0;
      transform: skewY(-3.5deg);
      transform-origin: 100%; }
    @media (max-width: 768px) {
      .section.our-values {
        flex-direction: row; } }

.number {
  opacity: 0.1;
  font-size: 130px;
  display: block;
  line-height: 120px;
  position: absolute;
  top: 10px; }

.hover-style-1 {
  position: relative; }
  .hover-style-1:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background: linear-gradient(90deg, #f5634b 0%, #fe9418 100%);
    border-color: #f26322; }
  .hover-style-1 h3, .hover-style-1 p, .hover-style-1 a, .hover-style-1 i, .hover-style-1 h4 {
    position: relative;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease; }
  .hover-style-1:hover:before {
    height: 100%; }
  .hover-style-1:hover a {
    color: rgba(255, 255, 255, 0.8) !important; }

.hover-style-1:hover h3,
.hover-style-1:hover h4,
.hover-style-1:hover p,
.hover-style-1:hover a {
  color: #fff; }

.hover-style-1:hover i {
  color: rgba(255, 255, 255, 0.8) !important; }

.mt-80px {
  margin-top: -80px; }

/*=== MEDIA QUERY ===*/
@media (max-width: 320px) {
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center; }
  .navbar-nav li {
    padding: 0px; } }

@media (max-width: 576px) {
  .slider h1 {
    font-size: 40px;
    line-height: 48px; }
  .text-lg {
    font-size: 28px;
    line-height: 38px; }
  .lead {
    font-size: 1rem; }
  .media {
    display: block; }
  .media-body {
    margin-top: 20px; }
  .number {
    font-size: 50px;
    line-height: 65px; }
  .dropdown-menu {
    display: none;
    text-align: center; }
  .navbar-nav li {
    padding: 0px; } }

@media (max-width: 768px) {
  .media {
    display: block; }
  .media-body {
    margin-top: 20px; }
  .services .media img {
    width: 100% !important; }
  .dropdown-menu {
    display: none;
    text-align: center; }
  .navbar-nav li {
    padding: 0px; } }
