/* 
 *    Created on : May 27, 2016, 6:45:43 AM
 *    Author     : adi
*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);
body {
    color: #242424333;
    font-family: 'Source Sans Pro', sans-serif, helvetica, arial;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
*{
    transition: all 0.3s ease-in-out;
}
.nav > li > a:focus, .nav > li > a:hover{
    background: #03af14;
    color: #fff;
}
.nav > li > a{
    color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
} 
.menu-row{
    border-bottom: 1px solid #ddd;
    display: block;
    height: 100px;
    width:100%;
    background: #888;
    opacity: 0.9;
    z-index: 9;
    background: transparent none repeat scroll 0% 0%;
    position: fixed;
    background: url(../images/45.png);
}
.opacity{
    background: url(../images/65.png);
    height: auto;
    font-weight: bold;
}
.less_padding{
    padding-bottom: 25px !important;
    padding-top: 25px !important ;
}
.menu2{
    margin: 2px;
}
.navbar-brand2{
    padding: 0;
}
.aactive{
    background: #03af14;
    color: #fff;
}

.navbar-brand > img{
    background: #006600;
}
.green-bg{
    background: #81D742;
    padding-top: 30px;
    padding-bottom: 30px;
}
h2{
    font-size: 40px;
}
p{
    font-weight: bold;
    font-size: 16px;
}
.btn-action{
    padding: 10px 28px;
    color: #ffffff;
    border: 2px solid #ffffff;
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}
.btn-action:hover{
    color: #fff;
}
.heading-style3 {
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #242424333;
    margin: 40px 0 35px;
}
.heading-style3 h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 70px;
    height: 3px;
    background-color: #cacaca;
}
.heading-style3 p{
    font-weight: normal;
    text-transform: none;
}
h4{
    color: #13B228;
    padding: 20px;
    border-top: 2px solid olivedrab;
    border-bottom: 2px solid olivedrab;
}
h4:hover{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.bg-row{
    background-image: url("../images/blog-bg-sec-1920x1080.jpg");
    background-attachment: fixed;
    padding-bottom: 55px;
    color: #242424;
}
.green{
    color: #81D742;
    font-weight: bold;    
}
.box{
    margin: 15px;
    background: #fff;
    box-shadow: 0px 3px 6px #242424;
    border-radius: 15px;
    font-size: 16px;
    min-height: 300px;
    text-align: justify;
    opacity: 0.9;
    padding: 25px;
}
.bg-row1{
    background-image: url("../images/fundingbg2-1920x1080.jpg");
    padding-top: 30px;
    background-attachment: fixed;
    padding-bottom: 75px;
    color: #fff;
}
.jumbotron{
    color: #242424;
    padding: 10px 10px 25px;
    min-height: 300px;
}
.jumbotron ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.p-black{
    color:#242424;
    margin-bottom: 25px;
    font-weight: normal;
    cursor: pointer
}

.slide-me{
    border-top: 1px solid #ddd;
    height: 0px;
    transition: height 0.6s ease-in;
    overflow: hidden;
}
footer{
    background: #242424;
    padding-top: 20px;
}
footer p{
    font-weight: normal;

}
.info{
    padding: 15px;
    color: #242424;    
    border-radius: 15px;
    background: #fff;
    opacity: 0.9;
    display: block;
    min-height: 300px;
    width: 100%;
}
.pp p{
    font-weight: 300;
    text-align: justify;
    margin: 0;
}
.pp ul{
    margin: 10px;
    list-style: none;
    font-weight: bold;
}
.contact{
    color: #242424;
}
.contat p{
    font-weight: 300;
}
h2{
    color: #242424 !important;
}
.no_pad{
    padding: 0;
    margin: 0;
    position: relative;
}

.filter{
    -webkit-filter: blur(2px);
    filter: blur(2px);
    /*        -webkit-filter: brigthness(90%);
            filter:  brigthness(90%);
        -webkit-filter: opacity(.2);
        filter: opacity(.2);*/
}
.view-me{
    position: absolute;
    bottom: 45%;
    left: 35%;
    width: 23%;
    background: url(../images/25.png);
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 10px;
    display: none;
    font-weight: bold;
    color: #fff;
}
.fb-icon{
    position: fixed;
    top:400px;
    right: 0;
    transition: right 1s ease-in-out;
    display: block;

    cursor: pointer;
}
.fb-icon img{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.fb{
    transition: right 1s ease-in-out;
    position: fixed;
    top:200px;
    z-index: 999;
    right: -340px;   
}
main{
    position: relative;
}
.navbar-toggle{
    background: #81D742;
}
.navbar-toggle .icon-bar{
    background: #fff;
}

@media screen and (max-width: 768px) {
    #bs-example-navbar-collapse-1{
        width: 100%;
    }
    .nav > li > a{
        padding: 10px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
    .nav{
        background: #025F01;
    }
    .less_padding{
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
}