/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700);
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/Preloader_2.gif) center no-repeat #fff;
}

body {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #eee;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}


/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
}

h3 {
    color: #4a525c;
}

h4 {
    color: #f37b3a;
    font-size: 24px;
}


/* Paragraph & Typographic 
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}
*/

.centered {
    text-align: center;
}


/* Links */

a {
    color: #0b24c3;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #0b24c3;
    text-decoration: underline;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.navbar-inverse {
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-inverse {
    /*background-color: #4A6F7E;*/
    border-color: #16a085;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #389ebd;
}

.navbar-brand {
    font-weight: 700;
    font-size: 24px;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.progress-bar-theme {
    background-color: #287a9c;
}


/* Helpers */

.mt {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pt {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}


/* +++++ WRAP SECTIONS +++++ */

#ww {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #06474e
}

#footer {
    background-color: #06474e;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer p {
    color: white;
}

#footer h4 {
    color: white;
    text-transform: uppercase;
}

#footer .col-lg-3 {
    text-align: center;
}

#footer .fa {
    font-size: 2.0em;
    margin: 0 auto;
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f2f2f2;
}

#white {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

#footer a,
#footer a:hover,
#footer a:active {
    color: #a6c4eb;
}

#footer a:hover {
    text-decoration: underline;
}


/* Blog Date*/

bd {
    font-size: 12px;
    text-transform: uppercase;
    color: #d2d2d2;
    font-weight: 700;
}


/* Blog Author*/

ba {
    font-size: 12px;
    text-transform: uppercase;
}


/* Blog Quote */

.bq {
    font-size: 22px;
    padding-top: 30px;
}


/* Blog Tags */

bt {
    font-size: 12px;
}


/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */


/* Effects also are controled by hover.zoom.js */

.zoom {
    display: block;
    position: relative;
    overflow: hidden;
    background: transparent url(../img/loader.gif) no-repeat center;
}

.zoom img {
    display: none
}

.zoomOverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background-image: url(../img/zoom.png);
    background-repeat: no-repeat;
    background-position: center;
}

.zoom2 {
    opacity: 1;
}

.zoom2:hover {
    opacity: 0.5;
}


/* glyphicon Configuration */

.glyphicon {
    font-size: 40px;
    color: #4a525c;
}

.navbar-static-top {
    border: 0;
}


/****/

@media (min-width: 768px) {
    #footer h4,
    h4 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    .right-panel {
        margin-top: 40px;
        margin-left: 35px;
    }
}

@media (max-width: 1000px) {
    .right-panel {
        margin-top: 40px;
        margin-left: 30px;
    }
}

@media (max-width: 768px) {
    .right-panel {
        margin-top: 40px;
        margin-left: 10px;
    }
}

.banner-work {
    background: url(../img/banner.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/** Code From Pradeep **/

.banner-bg {
    /*background-attachment:fixed;
	background-position:bottom;
	background-size:cover;
	background-repeat:no-repeat;*/
    /* background-color:#074d55; */
}


/* .home-bg { background-color:#09a423; background-image:url(../img/home-bg.png); } */


/*.work-bg { background:#09a423; /*background-image:url(../img/work-bg.png); }*/


/*.about-bg { background-color:#09a423;/* background-image:url(../img/about-bg.png); }
/*.contact-bg { background-color:#09a423; /*background-image:url(../img/contact-bg.png); }*/

.navbar-inverse {
    background-color: #06474e;
}

.banner-bg p,
h1 {
    color: #fff;
}

.round-icons .fa {
    border-radius: 50%;
    padding: 10%;
    background: #4a525c;
    color: #fff;
}

.round-icons-small .fa {
    border-radius: 50px;
    height: 100px;
    width: 100px;
    padding: 25px;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #9abae3;
    background-color: transparent;
}

.mid-content {
    padding: 0 40px 0 0;
}

.mid-content a {
    color: #287A9C !important;
}

#footer .address {
    text-align: center;
}

#footer .address .fa {
    font-size: 1.2em;
    margin-right: 4px;
}

#footer .address p {
    line-height: 32px;
}

#footer p.copyright {
    font-size: 12px;
    margin-top: 20px;
}

#footer ul.quick-links {
    margin: 0;
    padding: 0;
    line-height: 32px;
}

#footer ul.quick-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .col-lg-4 {
    margin-bottom: 20px;
}

.contact h4 {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

.work-inner {
    padding: 20px!important;
    margin: 0;
}

.projects .pull-right {
    display: block;
    margin-top: -20px;
    margin-bottom: 10px;
}

.about .fa-desktop {
    background-color: #db7b09;
}

.about .fa-picture-o {
    background-color: #2a723b;
}

.about .fa-code {
    background-color: #3e7bba;
}

.progress {
    height: 12px;
    margin-bottom: 15px;
}

.progress-bar {
    background-color: #49b4d7;
}

.carousel-indicators li {
    border: 1px solid #ccc;
}

.carousel-indicators .active {
    background-color: #399;
}

.carousel-indicators {
    bottom: -40px;
}

h3.home {
    text-align: center;
}

.carousel-control {
    width: 0;
}


/*** contact form ***/

.form-control {
    margin-bottom: 10px;
}

.btn-primary {
    text-align: center;
    padding: 10px 16px;
    border-radius: 2px;
    display: inline-block;
    background: #d98518;
    color: #fff;
    font-weight: bold;
}