/* Table of Contents
==================================================
    #General
    #Header
    #Content
    #Footer */

/* General
============================= */
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap');
/* *, *:before, *:after{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
  } */

html {
    display: block;
    position: relative;
    padding: 0 35px;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 0;
    width: 100%;
    height: 100%;
    background: none;
    overflow: visible;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0;
    padding: 0;
    position: relative;
    line-height: normal;
    font-weight: 500;
}

h1,
.h1 {
    font-size: 26px;
}
h2, .h2 {
    font-size: 24px !important;
}

.small-heading {
    font-size: 24px;
}

hr {
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #eee;
}

p {
    margin: 0;
    padding: 0;
}

p+p {
    margin-top: 15px;
}

a {
    color: #222;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.text-justify{
    text-align: justify;
}

a:hover,
a:focus,
a:active {
    color: #222;
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

button:focus {
    outline: none;
}

.btn-group .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.modal-dialog {
    max-width: 767px;
}

.lg-outer .lg-thumb-item {
    border: 1px solid #000;
    border-radius: 0;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #e9533f;
}

.lg-outer .lg-thumb-item img {
    width: auto;
    height: auto;
    position: absolute;
    left: -999px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Header
============================= */
.navbar-fixed-top{
position:fixed !important;
}
.mobilogo {
    display: none;
}

header {
    background-color: #fff;
    position: relative;
}

header .navbar-brand {
    display: none;
    padding: 8px;
    width: 50px;
    height: 50px;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

header .navbar-default .navbar-brand:hover,
header .navbar-default .navbar-brand:focus {
    background-color: #5e5e5e;
}

header .navbar {
    background-color: #fff;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 20px;
}

header .navbar-toggle {
    margin: 0;
    padding: 10px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 0;
}

header .navbar-default .navbar-toggle {
    border-color: transparent;
}

header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
    background-color: #5e5e5e;
}

header .navbar-toggle .icon-bar {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #5e5e5e;
}

header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

header .navbar-default .navbar-toggle:hover .icon-bar,
header .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}


header a.logo {
    display: inline-block;
}

header a.logo>img {
    max-width: 100%;
}

.alerts-block {
    min-height: 0;
}

#msg-flash {
    margin: 0;
    border-radius: 0;
}

.navbar-default {
    border-color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #fff;
    border-bottom: 2px solid #f5ac0c;
}

.slidewrap {
    width: 90%;
    margin: 70px auto;
}

.slider {
    margin: 0 auto;
    width: 100%;
    /*max-width: 1920px;*/
}

.slide_viewer {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

.slide .textright {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.slide .textleft {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    padding: 14% 0 0;
    text-align: left;
}

.slide:first-child {
    display: block;
}

.slide:nth-of-type(1) {
    background: url("/assets/images/slide01.jpg") top center no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.slide:nth-of-type(2) {
    background: url("/assets/images/slide02.jpg") top center no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.slide:nth-of-type(3) {
    background: url("/assets/images/slide03.jpg") top center no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.slide:nth-of-type(4) {
    background: url("/assets/images/slide04.jpg") top center no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.directional_nav {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    top: -300px;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .previous_btn {
        left: -20px;
    }

    .next_btn {
        right: -20px;
    }

    .slide:nth-of-type(1) {
        padding: 100px 0;
    }

    .slide:nth-of-type(2) {
        padding: 100px 0;
    }

    .slide:nth-of-type(3) {
        padding: 100px 0;
    }
}

.homeblockswrap {
    position: relative;
    min-height: 200px;
}

.homeblocks {
    top: -50px;
    position: relative;
}

.homeblocks img {
    margin-bottom: 13px;
}

.homeblocks a {
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    font-weight: 500;
    font-size: 13px;
    height: 100%;
    display: block;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}

.orange {
    height: 15px;
    width: 15px;
    background-color: #f5ac0c;
    border: 1px solid #f5ac0c;
    border-radius: 50%;
    display: inline-block;
}

/* Content
============================= */
#content {
    background-color: #fff;
    padding-bottom: 0;
}

.about01 {
    background: url("/assets/images/about01.jpg") top left no-repeat;
    background-size: cover;
}

.about02 {
    background: url("/assets/images/about02.jpg") top left no-repeat;
    background-size: cover;
}

.values01 {
    background: url("/assets/images/values01.jpg") top left no-repeat;
    background-size: cover;
}

.values02 {
    background: url("/assets/images/values02.jpg") top left no-repeat;
    background-size: cover;
}

.services {
    background: url("/assets/images/services-bg.jpg") top left no-repeat;
    background-size: cover;
}

.yellowbtn {
    background: #f6ac0d;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
}

.graytext {
    color: #696969;
}

.btn-default,
.btn-primary,
.btn-default:hover,
.btn-primary:hover {
    background: #f6ac0d;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    border: none;
}

.form-control {
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
}

/* Footer
============================= */
footer {
    font-size: 10px;
    padding: 20px 0;
    background: #282828;
    color: #828282;
}

footer a {
    font-size: 10px;
    color: #828282;
}

footer a:hover,
footer a:focus {
    color: #828282;
    text-decoration: none;
}


/* Extra css  by Kevin*/

@media screen and (min-width:69em){
   .service-block-filler{
        height: 100px;
    } 
}

.s-block {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.s-block:hover img {
    filter: brightness(20%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.s-block .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}


.s-block:hover .content-overlay {
    opacity: 1;
}

.home-block-lead {
 text-transform: uppercase
}


.content-details {
    display: block;
    position: absolute;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.s-block:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.text-center {
    text-align: center
}

.projects-even-item {
    background: url(/assets/images/services-bg.jpg) top left no-repeat;
    background-size: cover;
}

.projects-even-item-read-more {
    float: right;
}

.projects-page-header{
    margin-bottom: -100px;
}

.client-logos {
    margin: 0 auto;
}

.client-logos ul {
    padding: 0;
}

.client-logos li {
    display: inline-block;
    overflow: hidden;
    max-height: 200px;
}

.client-logos .overlay-container {
    display: block;
    position: relative;
}

.client-logos .overlay-container::before {
    content: attr(data-overlay-text);
    font: 1em/1.5em 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    z-index: 1;
    /*On top of parent*/
    top: 40%;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(128, 128, 128, 0.8);
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.client-logos .overlay-container:hover::before {
    opacity: 1;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.client-logos .overlay-container .overlay-img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.client-logos .overlay-container:hover .overlay-img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}