

/*------------------------------------------------------------------
	1. html5 Style Tags
-------------------------------------------------------------------*/
body { outline: none; padding: 0px; margin: 0px;  font-family: 'Oswald', sans-serif;}
button:focus{outline: none;}
select:focus{outline: none;}
iframe {width: 100%;}
a:focus{outline: none;}
img { border:none;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box ; :}
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
img {max-width:100%; display:block;}
a { text-decoration: none; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;  color:#333; font-size:14px; }
a:hover { text-decoration: none; }
img {margin:0px; display:block;}
ul, ol { padding: 0px; font-family: 'HelveticaLTStd-Roman';}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a:focus{text-decoration:none;}
p{color: #333; font-weight: 400; font-family: 'HelveticaLTStd-Roman';}


/*------------------------------------------------------------------
	#. header
-------------------------------------------------------------------*/

.bg-darks{background-color:#272727;}
.bg-secondarys{background-color:#7f7f7f;}
.bg-secondarylet{background-color:#ebebeb;}

.button-all{text-align: center; background-color:#ffa41e; max-width:220px; width:100%; border:none; font-size:18px; line-height: 48px;
border-radius: 40px;}
.button-transparent{text-align: center; background-color: transparent; max-width:220px; width:100%; border:none; font-size:18px; line-height: 48px;
border-radius: 40px;}
.sidenav li{float:left;}
.sidenav ul{display: inline-block;}
.sidenav li a {color: #fff; font-size: 20px; padding: 9px 17px; float: left;}
.ca-box{width:100%; max-width: 372px; background-color:rgba(0,0,0,0.75); border-radius: 30px;}
.ca-box p {font-size: 16px;text-align: center; line-height: 22px; margin: 11px 0;}
.company-admins { top: 0; width: 100%; position: absolute; width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; }
.title{font-weight:600;}
.why-icon{ font-size:90px; color:#ee5f11; width: 90px;}
.why-box{ display: flex; flex-direction: column; height: 100%; }
.why-box  p{font-size:18px;}
.why-us p{font-size:16px;}
.left-graphic p{font-size:16px;}
.right-graphic{background-color:#272727;}
.right-graphic p{color: #fff; font-size:16px;}
.modules{
    background: linear-gradient(to left,rgba(0,0,0,.4),rgba(0,0,0,.4)),url('../images/hard-hat.jpg') center center / cover no-repeat;
    background-size: cover; background-position: 0 50%;
    padding:10rem 0;
}
@media (min-width: 992px) {
    .modules {
        background: linear-gradient(to left,rgba(0,0,0,.35),rgba(0,0,0,.1)),url('../images/hard-hat.jpg') center center / cover no-repeat;
    }
}
.location .fas{line-height: -moz-block-height; color: #fff; margin: 0 10px;}
.contact .fas{line-height: -moz-block-height; color: #fff; margin: 0 10px;width: 20px;}
.contact p {margin: 0 0 3px; line-height: 22px;}
.bg-footer{background-color:#272727;}
.bg-footer1{background-color:#363636;}
@media screen and (min-width:1590px)
{
.container {max-width:1570px;}
}
@media screen and (max-width:1400px)
{
/*.sidenav li a{font-size: 16px;}*/
.button-all {
	max-width: 248px;
}

.why-box h2 {
    font-size: 1.5rem;
}
.modules  .display-3 {

    font-size: 2.8rem;}

.location p {

    font-size: 13px;

}
.contact p {

    font-size: 14px;}


	}
@media screen and (max-width:767px)
{
.sidenav {height: 100%; width: 0; position: fixed; z-index:99; top: 0; left: 0; background-color: #111; overflow-x: hidden;    transition: 0.5s;
padding-top: 60px;}
.sidenav a {padding: 8px 8px 8px 32px; text-decoration: none; color: #818181; display: block; transition: 0.3s;}
.sidenav a:hover {color: #f1f1f1;}
.sidenav .closebtn {position: absolute;top: 0; right: 25px; font-size: 36px; margin-left: 50px;}
.menuclose.d-block.d-md-none {
    position: absolute;
    top: 0;
    color: #fff;
    right: 10px;
}
.sidenav li {
    float: left;
    width: 100%;
}
.sidenav-menu {
    width: auto;
}
.navbar-toggler.d-lg-none.d-md-none.d-block {

    width: 50px;
    border: 1px solid #fff;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 3px 0;

}
.why-box{margin-bottom:15px;}
.bg-footer{padding:0px !important;}
.modules .display-3 {
    font-size: 1.8rem;
}
.modules{padding: 80px 0;}
.left-graphic .col-xs-12.col-sm-7.col-md-7.col-lg-7, .right-graphic .col-xs-12.col-sm-7.col-md-7.col-lg-7{width:100%; max-width: 100%; flex: 0 0 100%;}
.left-graphic .col-xs-12.col-sm-5.col-md-5.col-lg-5.float-right, .right-graphic .col-xs-12.col-sm-5.col-md-5.col-lg-5.float-left{width:100%; max-width: 100%; flex: 0 0 100%;}
footer .col-xs-12.col-sm-3.col-md-3.col-lg-3{width:100%; max-width: 100%; flex: 0 0 100%;}
.location{width:100%; max-width: 100%; flex: 0 0 100%;}
.contact{width:100%; max-width: 100%; flex: 0 0 100%;}
.why-4{width:100%; max-width: 100%; flex: 0 0 100%;}
}
@media screen and (max-width:460px)
{
.h5, h5 {

    font-size: 0.85rem;

}
.logo.float-left {
    width: 50%;
}
.sidenav-menu {
    width: auto;
    margin: 0 !important;
}
.w-100.pt-4.float-left.bg-secondarys {

    padding: 8px 0 !important;

}
.ca-box p{font-size: 14px; line-height: 18px;}
.title {
    font-weight: 600;
    padding: 28px !important;
}
.why-box {
    margin-bottom: 15px;
    padding: 13px !important;
}
.left-graphic .text-uppercase.float-left.mb-2.w-100{margin-top:20px;}
.right-graphic .text-uppercase.float-left.mb-2.w-100{margin-top:0;}

}
@media screen and (max-width:380px){.h5, h5 {
    font-size: 0.65rem;
}
.text-white.h5{float:left;}
.navbar-toggler.d-lg-none.d-md-none.d-block {
	width: 41px;
	border: 1px solid #fff;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding: 3px 0;
}
}

.btn {
    padding: 0.6rem .75rem;
    font-size: 18px;
    border-radius: 40px;    
}

.btn-primary {
    color: #fff;
    background-color: #ffa41e;
    border-color: #ffa41e
}

.btn-primary:hover {
    color: #fff;
    background-color: #ffa41e;
    border-color: #ffa41e
}

.btn-primary:focus,.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(25,46,47,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #ffa41e;
    border-color: #ffa41e
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffa41e;
    border-color: #ffa41e
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(25,46,47,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #e45e21;
    border-color: #e45e21
}

.btn-secondary:hover {
    color: #fff;
    background-color: #e45e21;
    border-color: #e45e21
}

.btn-secondary:focus,.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(25,46,47,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #e45e21;
    border-color: #e45e21
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #e45e21;
    border-color: #e45e21
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(25,46,47,.5)
}

.jumbotron {
    padding: 3rem 2rem;
}

.navbar-nav li {
    font-family: 'Oswald', sans-serif;
}

.tagline {
    position: relative;
    bottom: 30px;
}

.read-more {
  max-height: 12rem;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.privacy-policy {
    font-family: 'HelveticaLTStd-Roman';
}

#contact-form .alert {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

@media screen and (min-width: 768px) {
  .read-more {
    max-height: 5rem;
  }
}

.login-buttons {
    width: 95%;
}
@media (min-width: 768px) {
  .login-buttons {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .login-buttons {
    width: 25%;
  }
}
