/*!
 * Author: Siddharth Pauhal
 * Website: www.techtivesolutions.com;
 */

body,
html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
}

*{
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

body{font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;}
.header {
    background: rgba(0, 0, 0, 0) url("../img/header-bg2.jpg") no-repeat scroll center center / cover ;
    background-color: #100d22;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    font-weight: bold;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    text-align: center;
}
.text-banner {}
.text-banner h1{font-size: 5em; font-weight: 600;}
.text-banner h2{font-size: 3em; font-weight: 600;}
.features-section{background:rgba(0, 0, 0, 0) linear-gradient(45deg, rgba(120, 2, 6, 0.4) 0%, rgba(120, 2, 6, 0.42) 10%, rgba(6, 17, 97, 0.58) 90%, rgba(6, 17, 97, 0.6) 100%) repeat scroll 0 0;}
.about{padding:50px 0;}
.map{height:500px;}
.call-to-action{padding:50px 0;}
.call-to-action h1{font-size: 3em; font-weight: 600;}
.callbacks_container{margin-bottom: 1px;}

.navbar-default .navbar-nav > li > a{color: #fff;}

ul.list-what-we{
    list-style-type: none;
    padding: 0;
}

ul.list-what-we li{margin-bottom: 30px;}

.list-what-we hr {
background: #4cb04c none repeat scroll 0 0;
    border: medium none;
    height: 2px;
    margin: 15px 0;
    width: 40px;
}

.topnav {
    font-size: 14px; 
    background-color: #383b43;
    border:none;
}



.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    text-align: center;
    color: #f8f8f8;
  
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner-page{
    background: rgba(0, 0, 0, 0) url("../img/header-bg.jpg") no-repeat scroll center center / cover ;
    
}

.banner {
    background-color: #3cadd4;
    padding: 100px 0;
    color: #fff;
}

.banner h2 {
    margin: 0;
    font-size: 3em;
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    background-color: #383b43;
    color: #cdced0;
    padding: 50px 0;
}
footer h3 {color:#fff; margin-bottom: 25px;}
footer a{color: #cdced0;}
footer ul li{margin-bottom: 10px;}
p.copyright {
    margin: 15px 0 0;
}