/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% 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;
    line-height: 30px;
    font-size: 10px;
	font-weight:bold; color:#000;

}

.set-pad {
    padding-top:35px;
}
.set-row-pad {
    padding-top:30px;
    padding-bottom:50px;

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

.logo-custom {
    max-height: 40px;
}

#menu {
    background-color: rgba(28, 43, 75, 1);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    min-height: 70px;
}


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

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li >  {
        color: #FFF;
        padding: 12px 10px;
    }
hover {
	background-color: rgba(255, 255, 255, 0.5);
        color: rgba(28, 43, 75, 1);
        padding: 22px 10px;
    }

/*======================  ===============
  HOME STYLES
    ===================================*/
.proj-sec {
    padding-top: 10px;
    padding-bottom: 200px;
    background: url(../img/projects.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
    background-attachment: fixed;
}

    .proj-sec .overlay {
        background: rgba(255, 255, 255, 0.75);
        min-height: 500px;

    }

    .proj-sec h1 {
        color: #000;
        font-weight: 900;
        font-size: 50px;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .proj-sec h3 {
        padding-bottom: 10px;
        line-height: 1.5;
        color:#2d3d5a;
    }

    .proj-sec h4 {
        color: #000;
        font-weight: 900;
        font-size: 35px;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

.set-flexi {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 0px solid #000;
    padding-top: 10px;
}

.flex-control-nav {
    display: none!important;
}

.set-flexi a {
    margin: 5px;
}
/*=====================================
  TAG LINE STYLES
    ===================================*/

.tag-line {
    background: #005E5A;
    color: #000;
}

    .tag-line h2 {
        font-size: 20px;
        font-weight: 900;
        padding: 5px 10px 10px 5px;
        color: #FFF;
    }

        .tag-line h2 > i {
            margin-left: 8px;
            margin-right: 8px;
        }
/*=====================================
  HEADER LINE STYLES
    ===================================*/
.header-line {
    font-weight: 900;
    font-size: 25px;
    padding-bottom: 5px;
    padding-top: 25px;
    color: #000;
}

h1::after {
    content: " ";
    border: solid 2px #2f9484;
    display: block;
    width: 700 px;
    margin: 2px auto;
}


/*=====================================
  ARTICLES STYLES
  ===================================*/
 .work-posts-sec {
    padding-top: 10px;
    padding-bottom: 200px;
    background: url(../img/blog.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
	font-size:12px;
    background-attachment: fixed;
	height: 100% !important;
}

.work-posts-sec .overlay {
        background: rgba(255, 255, 255, 0.90);
        min-height: 500px;
    }
    .work-posts-sec h1 {
        color: #000;
        font-weight: 900;
        font-size: 50px;
        text-transform: uppercase;
        padding-bottom: 35px;
    }


    #work-posts-sec .header-line {
        color: #fff;
    }
.work-posts-div h4 {
    line-height:30px;
    font-weight:700;
}
.work-posts-div {
    background-color: #fff;
    padding: 2px;
    border: 1px solid #1A94C4;
}

    .work-posts-div hr {
        border: 1px solid #1A94C4;
    }

    .work-posts-div h3 {
        font-size: 14 px;
        font-weight: 500;
        text-transform: uppercase;


    }

    .work-posts-div h6 {
        font-size: 14 px;
        font-weight: 500;



    }



    /*=====================================
      Expertise STYLES
      ===================================*/
    .expertise-sec {
        padding-top: 10px;
        padding-bottom: 200px;
        padding: 0px;
        -webkit-background-size: cover;
        background-size: cover;
        color: #000;
      font-size:12px;
        background-attachment: fixed;
      height: 100% !important;
    }

    .expertise-sec .overlay {
            background: rgba(255, 255, 255, 0.80);
            min-height: 500px;
        }
    .expertise-div {
        padding: 5px;
    }

    .expertise-sec h1 {
        color: #000;
        font-weight: 900;
        font-size: 50px;
        text-transform: uppercase;
        padding-bottom: 5px;
    }
    .expertise-sec h4 {
        color: #000;
        font-weight: 900;
        font-size: 15px;
        text-transform: uppercase;
        padding-bottom: 10px;
    }
      .expertise-div img {
            border: 10px double #fff;
        }

        /*=====================================
          Footer STYLES
          ===================================*/
.casestudy-sec {
  background-color: #f0f8ff; /* light blue background */
        border: 2px solid #4682b4; /* steel blue border */
        padding: 20px;
        border-radius: 8px; /* optional: rounded corners */
        height: 330px;
}





/*=====================================
  Footer STYLES
  ===================================*/
#footer {
	width: 100%;
    padding:5px 20px;
    background-color:#2d3d5a;
    text-align:right;
    color:#fff;
    font-size:10px;
}
