﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */



/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;
}

.center{
	text-align:center;
}

.pad-top {
    padding-top: 200px;
}

.head-glow {
    background-color: rgba(66, 139, 202, 0.8);
    color: #fff;
    padding: 0px 5px 0px 20px;
    margin: 0px 15px 0px 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

h2 {
    text-transform: uppercase;
    font-weight: 900;
}

.sub-hr {
    border: 1px solid rgba(184, 94, 255, 1);
    width: 10%!important;
}

.min-set {
    min-height: 100px;
}

.img-set {
    height: 100px;
    margin-top: 10px;
}

.img{
	max-width: 100%; 
    height:auto;
}

.bg-black{
	background-color: #333;
}

.color{
	color:#fff;
}

.margin{
	margin:20px 0;
}
/* =============================================================
   NAV BAR STYLES
 ============================================================ */
.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0);
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        padding: 17px 12px;
    }
/* =============================================================
  HOME SECTION STYLES
 ============================================================ */
#home-sec {
    background:#444444;
    padding: 0;
    min-height: 600px;
}

    #home-sec .overlay {
        min-height: 600px;
    }

    #home-sec h1 {
        line-height: 80px;
        font-size: 45px;
        font-weight: 900;
        color: #fff;
    }

    #home-sec mark {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 0px 5px 0px 20px;
        margin: 0px 15px 0px 8px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

.home-p {
    line-height: 30px;
    color: #E0E0E0;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-home {
    background-color: rgba(66, 139, 202, 0.8);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.img-home-side {
    padding-left: 30px;
    padding-top: 180px;
    text-align: center;
    color: #fff;
}

/* =============================================================
  FEATURES SECTION STYLES 
 ============================================================ */
#features-sec h3 {
    color: #666565;
}

#features-sec hr {
    border: 1px solid rgba(184, 94, 255, 1);
    width: 30%;
}

#features-sec p {
    line-height: 30px;
    color: #9C9C9C;
}
/*  IMAGE STYLE   */
.main-img {
    content: url('../img/bulb-yellow.png'); /*YELLOW IMAGE URL  */
    cursor: pointer;
    height: 250px;
    cursor: pointer;
    margin-bottom: 80px;
}
    /*  IMAGE STYLE ON HOVER - WHICH CHANGE THE IMAGE TO bulb-white.png   */
    .main-img:hover {
        content: url('../img/bulb-white.png'); /*WHITE IMAGE URL ON HOVER */
        cursor: pointer;
    }

/* =============================================================
  ADVANCE SECTION STYLES 
 ============================================================ */
#advance-sec h3 {
    color: #fff;
}

#advance-sec p {
    line-height: 30px;
    color: #fff;
}

#advance-sec hr {
    border: 1px solid #fff;
    width: 60%;
}

/* =============================================================
  JUST SECTION STYLES 
 ============================================================ */
.just-sec {
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 900;
}

    .just-sec .overlay {
        background:#333;
        padding: 20px 30px;
    }

/* =============================================================
  SKILL SECTION STYLES 
 ============================================================ */
#skill-sec h4 {
    text-align: center;
    padding-top: 20px;
    font-weight: 900;
}

#skill-sec {
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

    #skill-sec .overlay {
        padding: 50px 0;
        background: url(../img/15.png);
        min-height: 250px;
        background-color: rgba(5, 5, 5, 0.45);
    }
	
/*==========================================
   LOCATION STYLES
    =====================================================*/
#location-sec {
    background-color:#333;
    color: #fff;
}

    #location-sec h3 {
        color: #fff;
        font-weight: 900;
    }

#location-sec hr {
    border: 1px solid #fff;
    width: 90%;
}

#location-sec p {
    text-align:left;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.button{
	width:80%;
	height:40px;
	background:#fff;
	color:#888;
	padding:12px 0;
	display:block;
	text-align:center;
}


