@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
body{
	font-family: 'Open Sans', sans-serif;
}
.web-bg{
	background-image: url('../images/web-bg.jpg');
	height: 400px;
	width: 100%;
	background-size: cover;
	background-position: center;
	color: #fff;
}
.nav-custom{
	background-color: transparent;
    border:none;
    padding-top: 15px;
}
.navbar-brand{
	height: auto;
	padding: 0 15px;
}
.navbar-brand img{
	width: 50px;
}
.navbar-header{
	padding-bottom: 10px;
}
.navbar-default .navbar-nav>li>a {
    color: #21b561;
    background-color: #fff;
    border-radius: 15px;
    padding: 6px 25px;
    margin-top: 5px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #21b561;
    background-color: #fff;
    border-radius: 15px;
    padding: 6px 25px;
}
.web-bg h2{
	font-weight: 700;
	line-height: 34px;
}
.web-bg h4{
	font-weight: 600;
	line-height: 28px;
}
.web-bg p{
	font-weight: 400;
	line-height: 26px;
}
.content{
	margin-top: 30px;
	margin-bottom: 30px;
}
.content h4{
	font-weight: 700;
	color: #777;
}
.content p{
	font-weight: 400;
	line-height: 24px;
	color: #777;
}
footer{
	border-top: 1px solid #ddd;
}
footer p{
	color: #888;
	font-size: 13px;
	margin-top: 15px;
}
.feature img{
	width: 50px;
}
.feature h4{
	font-weight: 700;
	color: #777;
}
.feature ul{
	padding-left: 0;
}
.feature ul li{
	list-style: none;
	color: #777;
	font-size: 13px;
	margin-bottom: 10px;
}
.home-para{
	margin-top: 40px;
}
.form-control{
	box-shadow: none;
	border:1px solid #dedede;
	border-radius: 0;
	font-size: 13px;
}
.form-control:focus {
    border-color: #47af8e;
    outline: 0;
    box-shadow: none;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); */
}
.down-box{
	position: absolute; 
	width: 100%;    
	 box-shadow: 0 24px 64px rgba(0,0,0,.4);
	  color: #777; 
	  background: #fff; 
	  padding: 20px 20px 30px;
	      margin-bottom: 200px;
}
.down-box h3{
	color: #3ea784;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
}
.btn-down{
	    background-color: #3ea788;
    border-color: #42ab8c;
    border-radius: 0;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    	.down-box{
	position: relative; 
	width: 100%;    
	 box-shadow: 0 24px 64px rgba(0,0,0,.4);
	  color: #777; 
	  background: #fff; 
	  padding: 20px 20px 30px;
}

.web-bg{
	background-image: url('../images/web-bg.jpg');
	height: auto;
	width: 100%;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding-bottom: 40px;
}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    	

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }