/* Colors 

Option 1
	Main Orange: #D75C2E
*/

/* Dev LInk : https://xd.adobe.com/view/54180aad-52fb-4589-6592-7e813054189c-2229/grid/ */

@font-face {
    font-family: noirpro;
    src: url(/option1/fonts/noirpro-regular.otf);
}

@font-face {
    font-family: noirpro-medium;
    src: url(/option1/fonts/noirpro-medium.otf);
}

@font-face {
    font-family: noirpro-light;
    src: url(/option1/fonts/noirpro-light.otf);
}

@font-face {
    font-family: noirpro-semibold;
    src: url(/option1/fonts/noirpro-semibold.otf);
}

@font-face {
    font-family: noirpro-bold;
    src: url(/option1/fonts/noirpro-bold.otf);
}

@font-face {
    font-family: noirpro-italic;
    src: url(/option1/fonts/noirpro-italic.otf);
}

html {
  scroll-behavior: smooth;
}

.backto{
	position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #D75C2E;
}

body {
    margin: 0;
    padding: 0;
    font-family:'noirpro';
/* 	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 16px;
    line-height: 25px;
	color: #414141;
	outline: 0;
	font-family: "noirpro-light";
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
	font-family:'noirpro';
}

h2 {
	font-size: 50px;
	font-weight:600;
}

strong {
    font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
/* 	border-bottom: none; */
	outline: none;
	color:inherit;
	outline: 0;
}

/* Sidebar */
.mobi-logo{
	display:none;
}

.mobi-breaks{
	display: none;
}

.logo{
    width: 100%;
    padding: 20% 15% 10%;
}

.sidebar {
    position: fixed;
    width: 360px;
/*     border: 1px solid; */
    height: 100%;
	-webkit-box-shadow: 3px 0px 12px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 3px 0px 12px 0px rgba(0,0,0,0.20);
	box-shadow: 3px 0px 12px 0px rgba(0,0,0,0.20);
}

.logo h1 {
    color: #D75C2E;
    font-size: 50px;
    font-family: noirpro-bold;
    margin-bottom: 25%;
}

.navbar-nav>li {
    float: left;
    width: 100%;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    padding: 0;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #414141;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #D75C2E;
    background-color: transparent;
    border: 2px solid;
}

.navbar-default .navbar-nav>li>a {
    color: #414141;
    font-weight: 600;
    text-align: left;
    width: 100%;
    float:left;
	/* margin: 0 auto; */
	margin: 0 auto 10px;
    font-size: 22px;
    line-height: 27px;
    padding: 10px 25px;
    border: 2px solid transparent;
}

.navbar-nav {
    padding: 0 20% 0 10%;
}

.side-info {
    padding-left: 25px;
}

.side-info label{
    color: #D75C2E;
}

.social-icons{
    margin-top: 30px;
}

.social-icons .icon{
    float:left; 
    margin-right: 1.5em;
    font-size: 25px;
}

.social-icons .icon:hover{
    color: #D75C2E;
    transition: 0.5s;
}

/* End of Sidebar  */

.main-content{
/* 	height:800px; */
	padding-left:360px;
/* 	float:right; */
}

.nopad{
	padding-left:0;
	padding-right:0;
}

.nopad-r{
	padding-right:0;
}

.nopad-l{
	padding-left: 0;
}

.home-slider {
    background-color: #B5B5B5;
    height: 800px;
}

.main-content-body{
	padding:0 5%;
}

.home-intro{
    padding: 5% 12%;
}

.home-intro h2, .services h2{
    color:#D75C2E;
    text-align: center;
}

.home-intro h2{
    margin-bottom: 30px;
	text-align: left;
}

.services{
	text-align:center;
}

.industries {
	text-align:left;
	padding-top: 6%;
	padding-left: 4%;
}

.industries .fa-ul {
	padding: 0px 0 40px;
	margin-bottom: 0;
}

.industries .fa-ul>li {
    line-height: 42px;
    font-size: 21px;
}

.service1, .service2, .service3, .service4{
    height: 400px;
    width: 100%;
    position: relative;
    padding: 100px 20px;
    background-color: #B5B5B5;
}

.service1 p, .service2 p, .service3 p, .service4 p{
	color: #fff;
}

.industries-categories .col-md-6{
	padding:0 15px 15px 0;
}

.why-trust{
    padding: 5% 8%;
	background-color:#F1F1F3;
	margin:2% 0;
}

.why-trust .fa-ul{
	padding: 40px 0;
}

.why-trust .fa-li{
	left: -2.2em;
}

.why-trust .fa-ul>li {
    line-height: 42px;
    font-size: 21px;
}

.why-trust h2 {
    color:#D75C2E;
    text-align:left;
}

.fa-check-circle:before {
    color: #F5CBA2;
}

/* Buttons */
.btn-primary {
	color: #fff;
    font-size: 22px;
    text-align: center;
    border: 2px solid #fff;
    width: 210px;
    padding: 5px 25px;
	text-transform:lowercase;
	outline: 0;
	background-color: transparent;
}

.btn-primary:link, .btn-primary:visited, .btn-primary:active  {
	background-color:inherit;
	color:#D75C2E;
	border-color: inherit;
}

.btn-primary:hover, .btn-primary:active:hover, .btn-primary:active:focus{
	background-color: #fff;
	color: #D75C2E!important;
	border-color:#fff;
}

.btn-contact{
	border-color:#fff;
	color:#fff;
}

.btn-primary.btn-contact:link, .btn-primary.btn-contact:visited, .btn-primary.btn-contact:active  {
	background-color:transparent;
	color:#fff;
}

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

.slide-info h1{
	color:#fff!important;
	font-size:60px;
	font-weight:600;
	margin-bottom:20px;
    line-height:60px;
    text-shadow: 0px 5px 3px rgba(150, 150, 150, 1);
    /* -webkit-box-shadow: 0px 3px 13px 3px rgba(0,0,0,1);
    -moz-box-shadow: 0px 3px 13px 3px rgba(0,0,0,1);
    box-shadow: 0px 3px 13px 3px rgba(0,0,0,1); */
}

.slide-info p{
	color:#fff;
}

.slide-info{
	position:absolute;
	bottom: 5%;
	left:5%;
	width:40%;
}

.sub-heading{
	margin-bottom:20px;
}

.icon-box{
	height: 100%;
    display: block;
	padding: 168px 0;
    text-align: center;
    background-color: #B5B5B5;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	opacity: 1;
	transition:1s;
}

.icon-box img{
	width: 9em;
    margin-bottom: 10px;
}

.icon-box:hover{
	opacity:0;
	cursor: pointer;
	transition:1s;
}

.industries-categories h3{
	color: #fff;
    text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
}

/* Why Trust */
.process-img {
    margin-bottom: 20px;
}

.why-trust-intro h2{
	margin-bottom: 20px;
}

.why-info{
	margin-bottom: 5%;
	font-size: 21px;
}

.why-trust-intro .fa-ul{
	padding: 10px 0;
	margin-bottom: 0;
}

.why-trust-intro .sub-head{
	margin-bottom:0;
	font-size: 21px;
	font-weight: 500;
	font-family: "noirpro-medium";
}

.why-trust-intro {
    margin-bottom: 4%;
}

.why-trust-page .why-trust{
	background-color:#fff;
	padding: 5% 5% 0 5%;
	margin-bottom: 0;
}

.faqs{
	background-color:#F1F1F3;
	padding:3% 5% 2%;
	margin-bottom:30px;
}

.faqs h2{
	padding-bottom:3%;
}

.gallery .col-md-4{
    margin-bottom: 15px;
    padding: 0 15px 0 0;

}

.gallery .photo{
    background-color: #D2D2D2;
    height:400px
}

/* Contact Us */

.contact-person{
	font-weight: 600;
	text-transform: uppercase;
}

.contact-intro{
	padding: 0 4%;
}

.contact-intro p{
	font-size: 19px;
}

.contact-form {
    margin: 2% 0;
    padding: 4% 5%;
    background-color: #D75C2E;
    color: #fff;
}

.contact-form label, .request-aq label {
	font-family:'noirpro-light';
	font-weight: 100;
    font-size: 16px;
	padding-bottom:10px;
}

.contact-form h2{
	font-size:45px;
	margin-bottom:20px;
}

.contact-form input, .contact-form textarea, .request-aq input, .request-aq textarea {
    width: 100%;
    font-size: 20px;
    padding: 20px 25px;
    border: 0;
	margin-bottom: 20px;
	outline: 0;
	color: #000;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}

.contact-form .btn-primary{
	width: auto;
    border: 1px solid #fff;
    padding: 10px 35px;
	margin-bottom: 0;
	color: #fff;
}

.contact-inputs .col-md-6, .contact-inputs .col-md-12 {
	padding-left:0;
}

.pad-r{
	padding-right:15px;
}

.msg{
	min-height:300px;
	max-height:500px;
	resize:vertical;
	outline: 0;
}

.error {
    padding: 10px;
    background-color: #414141;
    margin: 3% auto;
    width: 60%;
    color: #fff;
	display: none;
}

.output {
    padding: 10px;
    background-color: #D75C2E;
    margin: 3% auto;
    width: 60%;
    color: #fff;
	display: none;
	text-align: center;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
	outline: 0;
	text-align: center;
}

#email2 {
	display: none;
}

#map {
	width:100%;
	height:400px;
	margin-bottom: 2%; 
}

.map-logo{
	width:60%;
}

#content{
	text-align: center;
}

.contact-page .footer .col-md-12{
	padding:0;
}

/* Footer */

/* .footer .col-md-12{
	padding:0;
} */

.footer-top{
	padding: 4% 8% 6%;
	background-color:#414141;
}

.footer h2{
	color:#fff;
	padding-bottom:20px;
}

.footer-top p{
	color:#fff;
	text-transform:uppercase;
}

.footer-top a:hover, .copyright a:hover{
	color:#D75C2E;
	transition:0.5s
}

.crt{
	text-transform:uppercase;
}

.copyright{
	padding: 20px 0;
	float:right;
}
