
/*=============================================================
    Authour URL: www.designbootstrap.com

    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */



/*================================
    GENERAL STYLES
==================================*/

@import url(https://fonts.googleapis.com/css?family=Roboto); /* GOOGLE FREE FONTS */

body {
    font-family: 'Roboto', sans-serif;
}

section {
    padding-top: 60px; /* needed for links */
    padding-bottom: 60px;
}

.head-set {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad-bottom {
    padding-bottom: 60px;
}


a:focus, a:hover {
    color: rgb(189, 75, 0);
}

/*================================
    NAVBAR STYLES
==================================*/

.navbar-header {
    height:65px;
    padding-top:10px;
    background-color: #fff;
    border-color: transparent;
    color: rgb(189, 75, 0);
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
    color: rgb(189, 75, 0);
}

.navbar-brand {
    padding: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#fff;
}
.navbar-right {
    padding-right: 20px;
 }

/*================================
    HOME SECTION STYLES
==================================*/

/*STYLE OF BACKGROUND IMAGE*/
.home {
    background: url(https://roojs.com/Roojscom/templates/images/webbackground.jpg) no-repeat center center; /*Full Witdth background image*/
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 600px;
}
    /*STYLE FOR OVERLAY CLASS - WHICH IS ABOVE IMAGE WITH OPACITY/TRANSPARENCY 0.75*/
.home .overlay {
        padding-top: 40px;
        background-color: rgba(189, 75, 0,0.75); /*.75 opacity of the color so that background image is visible*/
        min-height: 600px;
        color: #fff;
    }

.home h1 {
        padding-top: 100px;
        font-weight: 900;
        font-size: 80px;
        font-family: 'Roboto';
    }
/*SMPLE CLASS TO ADJUST SECTION PADDING & HEIGHT*/

/*CLASS TO FORMAT TEXT*/
.p-cls {
    padding-top: 30px;
    padding-bottom: 40px;
}

/*======================================
    PARALLAX LIKE / STATS SECTION STYLES
=========================================*/

.parallax-like {
    background: url(https://roojs.com/Roojscom/templates/images/webbackground.jpg) no-repeat center center; /* DEFINE IMAGE PATH CAREFULLY*/
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

    .parallax-like .overlay {
        min-height: 200px;
        background: rgba(189, 75, 0,0.75);
        font-size: 40px;
        padding-bottom: 60px;
        padding-top: 60px;
    }

/*================================
    PORTFOLIO / WORK SECTION STYLES
==================================*/
.portfolio-item img:hover { /* POSTFOLIO IMAGE BIG ON HOVER */
    cursor: pointer;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    z-index: 1;
}
.portfolio-item .alert.alert-info {
    background-color: rgba(189, 75, 0,0.75);
    border-color: rgb(189, 75, 0);
    color: #fff;
}
.portfolio-item h3 {
    height: 52px;
    overflow: hidden;
}
.portfolio-item h5 {
    height: 100px;
    overflow: hidden;
}
.portfolio-item a,
.portfolio-item a:hover
{
    color: #ccc;
    
}
 
/*================================
    CLIENTS SECTION STYLES
==================================*/
#clients {
    background-color:#f4f4f4;
    padding-bottom:50px;
    padding-top:50px;
}
    #clients img {
        opacity:0.5;
        cursor:pointer;
    }
        #clients img:hover {
            opacity:1;
        }
    
/*================================
    SOCIAL SECTION STYLES
==================================*/
section.social {
    padding: 20px;
    background-color: #f4f4f4;
}
section.social .alert {
    padding-top: 0px;
}
section.social .alert h2 {
    padding-top: 0px;
}        
#twitter-widget-0 { 
width: 100% !important; 
}  
/*================================
    FOOTER SECTION STYLES
==================================*/

footer {
    padding: 20px;
    font-size: 15px;
    text-align: center;
    font-weight: 900;
    background-color: rgb(189, 75, 0);
    color: #fff;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }
