/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)


orange - #FF5100
orange hover - #ed1c24
text - #565656


  */
/*=========================GOOGLE FONTS======================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');







body {
    background-image: url("../img/bg89.jpg");
    background-repeat: repeat;
    background-color: #fff;
}
/*=========================TYPE======================== */

h1,
h2
{
font-family: 'Poppins', sans-serif;
color: #565656;
font-weight: 600;
text-transform: uppercase;
}
         
h1 {font-size: 30px;}
h2 {font-size: 24px;} 
      
@media(min-width:768px) {   

h1 {font-size: 34px;}
h2 {font-size: 28px;}

 }     
    
    
p {
     font-family: 'Roboto', sans-serif;
    color: #565656;
    font-weight: 400;
        font-size: 17px;
        }    

/*========================= HR ======================= */



hr.style1{
	border-top: 1px solid #bebebe;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr.style2 {
	border-top: 3px double #8c8b8b;
		margin-top: 0px;
	margin-bottom: 0px;
}

/*=========================MARGINS======================== */


.margin_top10
{
margin-top: 10px;
}

.margin_top20
{
margin-top: 20px;
}

.margin_top30
{
margin-top: 30px;
}

.margin_top40
{
margin-top: 40px;
}

.margin_bottom10
{
margin-bottom: 10px;
}

.margin_bottom20
{
margin-bottom: 20px;
}

.margin_bottom30
{
margin-bottom: 30px;
}

.margin_bottom40
{
margin-bottom: 40px;
}
 




/*=====================buttons============================ */

.btn-custom {
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 2px;
    color: #FF5100;
    background-color: none;
    border-color: #FF5100;
    border-width: 2px;
    border-radius: 0;
    margin: 10px;
    text-decoration: none;
    padding: 10px 25px;
    text-transform: uppercase;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom:active {
    background-color: #FF5100;
    border-color: none;
    color: #ffffff;
    letter-spacing: 2px;
}

.btn-contact {
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #FF5100;
    border-color: #FF5100;
    border-width: 2px;
    border-radius: 0;
    margin: 10px;
    text-decoration: none;
    padding: 10px 25px;
    text-transform: uppercase;
}

.btn-contact:hover,
.btn-contact:focus,
.btn-contact:active,
.btn-contact:active {
    background-color: #ed1c24;
    border-color: none;
    color: #ffffff;
    letter-spacing: 2px;
}


.btn,
.daty-lity:focus {
    outline: none!important
}


/*==========================LINKS======================= */

a {
  color: #FF5100;
  text-decoration: underline;
  font-weight: 700;
  font-size: 17px;
}
a:hover,
a:focus {
  color: #ed1c24;
  text-decoration: underline;
  font-weight: 700;
}

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

.img-hover:hover {
    opacity: 0.8;
}

.page-header {
    max-width: 100%;
  border-bottom: 1px solid #565656;
  margin-top: 20px;
}






/*====================== NAV MOBILE=========================== */




.brand {
    display: none;
}

.navbar-brand { margin-bottom: 12px;
}

.navbar-nav {

}


.navbar-default .navbar-nav>li>a {
 font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 18px;
text-align: center;
text-decoration: none;
color: #565656;
}
.navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
{
    color: #FF5100;
}

.navbar-default {
    background: transparent; margin-bottom: 0px;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    /* Removes border color */
    
    float: right;
    /* Move navbar toggle to left */
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #565656;
    /* Changes regular toggle color */
}
.navbar-default .navbar-toggle .icon-bar:hover {
    background-color: #565656;
    /* Changes toggle color on hover */
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    box-shadow: none;
}
.navbar.navbar-default .navbar-collapse .navbar-nav > li {
    border-top: none;
    background: transparent;
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 0px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0px;
    margin-top: 5px;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
    background: none !important;
    border-color: none !important;
}
.brand-before {
    margin: 0px 0;
}
.brand-name {
    margin: 0;
}




/*====================== NAV DESKTOP=========================== */

@media screen and (min-width: 768px) {

    .brand {
        display: inherit;
        margin-top: 10px;
       
        text-align: center;
    }
    
  
    .navbar-default .navbar-nav .selected>li>a {


}
    
    .navbar.navbar-default .navbar-collapse .navbar-nav > li {
        border-top: none;
        background: none;
    }
    .navbar {
        border-radius: 0;
        margin-bottom: 0px;
    }
    .navbar-header {
        display: none;
    }
    .navbar {
        min-height: 0;
    }
    .navbar-default {
        border: none;
        background-color: transparent;
    }
    .nav>li>a {
        padding: 10px 20px 10px 20px;
    }
 
    .navbar-nav>li>a {
        line-height: normal;
    }
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
       
    }
    .navbar-default .navbar-nav>li>a {
       
    }
    

    .navbar.navbar-default .navbar-nav > li {
        border-bottom: none;
        padding: 0px;
    }

    .top-divider {
        margin-top: 0;
    }
    .img-left {
        float: left;
        margin-right: 25px;
    }
}


@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}



/*  Sliders
==================================== */
/* --- flexslider --- */

#featured .flexslider {
	padding:0;  
	background: #10264d; 
	position: relative; 
	/* zoom: 52; */
}
#featured .flexslider:after {
content:'';
background: rgba(0, 0, 0, 0.25);
position:absolute;
top:0px;
z-index:6;
width:100%;
height:100%;
}

.flex-caption {zoom: 1;
bottom: 35px; background-color: transparent; color: #fff;  padding: 25px 25px 25px 30px; position: absolute; left: 0%; right:0px; text-align: center;display: inline-block;margin: 0 auto 15px;clear: both;}
.flex-caption h3 {color: #FFFFFF; letter-spacing: 1px;  text-transform: uppercase;font-size: 36px; display: initial;padding: 10px 20px;}
.flex-caption p {margin: 0 0 15px;  font-size: 16px;    display: inline-block;      padding: 20px;clear: left;}
.skill-home{
margin-bottom:50px;
}

/*====================== WHAT WE BUILD =========================== */

.whatwebuild { 
     font-family: 'Poppins', sans-serif;
    color: #565656;
    font-weight: 500;
        font-size: 19px;
        line-height: 30px;
        }

/*====================== testimonials =========================== */


.topbottom_padding20{ padding-top:20px; padding-bottom:20px; }

.background1 { 
background-color: rgba(0, 0, 0, 0.05);}




#quote-carousel {
    padding: 0 10px 20px 10px;
    margin-top: 10px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


/* PROJECT GALLERY............................ */


.gallery_title{
    margin-top: 10px;
    padding: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #565656;
    font-weight: 600;
}

.video_title{
    margin-top: 10px;
    padding: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #565656;
    font-weight: 600;
}

@media(min-width:768px) {  

.gallery_title{
    margin-top: 10px;
    padding: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #565656;
    font-weight: 600;
}

.video_title{
    margin-top: 10px;
    padding: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #565656;
    font-weight: 600;
}
}


/* CONTACT............................ */

 .image-bg-fixed-height-contact {
    background: url('../img/contact.jpg') no-repeat center center scroll;
    height: 300px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* REBUILD GRIZZLY FLATS........................... */




  .img-responsive {
        width: 100%;
        height: auto;
      }


/*====================== footer =========================== */

footer {
    padding: 30px 0 65px
}
footer .list-inline {
    margin: 0;
    padding: 0
}
footer .copyright {
    font-size: 14px;
    margin-bottom: 0
}
.serving{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #565656;
    font-weight: 400;
}


.social {
    margin: 0;
    padding: 0;
}
.social ul {
    margin: 0;
    padding: 5px;
}
.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}
.social i {
    width: 50px;
    height: 50px;
    color: #FF5100;

font-size: 28px;
    text-align: center;
    padding-top: 14px;
    border-radius: 50%;
    background-color: none;
  
    border: 0.1em solid #FF5100;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social .fa-facebook:hover {
    background: #FF5100;
}
.social .fa-youtube:hover {
    background: #FF5100;
}

.social .fa-envelope:hover {
    background: #FF5100;
}
