@charset "UTF-8";

/*=====================================================================
/  Theme Name: Eden Builder
/  Author: Script Eden
/  Author URI: http://www.scripteden.com
/  Description: Eden Builder
/  Version: 2.0


**********  Table of Main css  *************

1.	headers
2.	slideshows
3.	content sections
4.  blogs
5.  dividers
6.  portfolios
7.  teams
8.  pricings
9.  contacts
10. footers

======================================================================*/

/*	header 8
/*----------------------------------------------------*/

/* header */
.header8 {
    position: relative;
    /* background-color: #01BF86; */
    /* background: url('../images/header8.jpg') no-repeat scroll center 69px / cover ; */
    font-family: 'Titillium Web', sans-serif;
}

.header8 .intro{
    /*
    min-height: 100vh;
    background-color: rgba(1, 191, 134, 0.75);
    padding-bottom: 70px;
    padding-top: 70px;
    */
}

.header8 .email{
    color: #fff;
    line-height: 0;
    font-size: 100px;
    margin-bottom: 20px;
}

.header8 .tag-line {
    /* color: #f8f8f8; */
    letter-spacing: 10px;
    margin: 0;
    text-transform: uppercase;
    word-spacing: 5px;
	/* font-family: 'Roboto Slab', serif !important; */
	font-weight: 300;
	font-size: 17px;
}

.header8 h1 {
  /* color: #fff; */
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 auto 30px;
  position: relative;
  text-transform: capitalize;
}

/* end header */

/* subscribe */
.header8 .subscribe{
    border: 1px solid #38a5e0;
    border-radius: 10px;
    background-color: rgba(30, 144, 255, 0.1); 
    padding: 40px 20px;;
}

.header8 h1.pull-stop::after{
    border-color: #fff;
    bottom: 11px;
}

.header8 .subscribe .form-control {
    background-color: rgba(225, 225, 227, 0.4);
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    font-size: 13px;
    height: 45px;
    color: #48A5E0;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.header8 .subscribe .form-control:focus {
    border-color: #39b3d7;
    box-shadow: none;
    background-color: rgba(225, 225, 227, 0.1);
}

.header8 .subscribe .form-control::-moz-placeholder {
    color: #eee;
    opacity: 1;
    font-weight: 100;
    font-family: 'Roboto Slab', serif;
    
}

.header8 .subscribe .sign-tag p{
    /* color: #bbb;  */
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    margin-top: 10px; 
    margin-bottom: 0px;
    text-indent: 2px;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
}

.header8 .subscribe .sign-tag a{
    color: #38A5E0;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
}

.header8 .subscribe .button {
    border: 0 none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    margin: 0 2px;
    min-width: 150px;
    padding: 11px 0;
    background-color: #38A5E0;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
 
.header8 .contact {
    position: relative;
    background: url('/image/contact_bg.jpg') no-repeat scroll center;
    background-size: cover;
    height:500px;
    border-radius: 20px;
}

.header8 .contact .main{
    background:rgba(255,255,255,0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.header8 .contact .main .map{
    padding-top: 30px;
}

.header8 .contact .main .map img{
    width: 100%;
    border-radius: 10px;
}

.header8 .contact .main .contactinfo{
    padding-top: 30px;
}

/* end subscribe */

/* media queries */

@media (min-width: 768px) {
    .header8 .subscribe input{
        min-width: 550px;
	}	
}

@media only screen and ( max-width : 991px ) {
    
    .header8 h1{
        font-weight: 700;
        font-size: 48px;
    }
    
    .header8 .subscribe .button{
        width: 100%;
        margin-left: 0;
    }
    
    .header8.email{
        color: #fff;
        font-size: 50px;
        margin-bottom: 10px;
     }
    
}

/*/////////////////////// End ///////////////////////////////*/

@media (max-width: 767.98px) {
    .content-section3 .single-content { text-align: center; }
    .content1-5 .feature-content { margin-top: 55px; }
    .content2-3 .content-title { text-align: center; }
}

@media (max-width: 546.98px) {
    .footer8 p { width: 100%; text-align: center; }
    .footer8 p:not(:first-child) { margin-top: 10px; }
}
