/* Default CSS */

body{
    margin:0;
    background:url('../images/bg/header-bg.jpg') no-repeat scroll 0 0 / 100% 100%;  
}

/*
font-family: 'Montserrat', sans-serif;
font-family: 'PT Serif', serif;
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|PT+Serif:400,700');

h1,h2,h3,h4,h5,h6,p{
    margin:0;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}
input{
    outline:none;
}
a:hover{
    text-decoration: none;
}


h1{
    color:#99cc99;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size:40px;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    font-size:30px;
}

p{

    font-family: 'PT Serif', serif;
    font-weight:400;
}



/*Start Header Area*/
.header-area{}
.header-top-content{
    text-align: center;
    padding-top: 100px;
}
.header-top-content h1 {
    color: #99cc99;
    font-size: 46px;
    font-weight: 600;
}

/*End Header Area*/

/*Start Why Are We Area*/
.why-are-we-area {
    padding-top: 75px;
}
.why-are-we-content{
    text-align: center;
}
.why-are-we-content h2{
    color: #6ca36c;
    font-size:34px;
    font-weight:600;
    text-align: center;
}
.why-are-we-content p {
    color: #6ca36c;
    font-size: 17px;
    font-weight: 400;
    padding-top: 35px;
    width: 74%;
    margin: 0 auto;
    text-align: justify;
}
.why-are-we-video{}
.why-are-we-video iframe {
    width: 500px;
    height: 265px;
}


/*End Why Are We Area*/

/*Start Research Questions Area*/
.research-question-area{
    padding-top: 100px;
    padding-bottom: 380px;
}
.research-questions-box{
    background: #d7eeed;
    border:4px solid #99cc99;
    padding:30px 28px;
}
.research-questions-box h2{
    color: #6ca36c;
    font-size: 30px;

}
.research-questions-content {
    width: 100%;
    padding-top: 24px;
}
.research-questions-left{
    width: 100%; 
    overflow: hidden;
}
.research-questions-left ul{}
.research-questions-left ul li {
    color: #6ca36c;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 0px;
	width:50%;
	float:left;
	overflow:hidden;
}
.research-questions-left ul li span{
    color: #6ca36c;
    font-family: 'PT Serif', serif;
    font-weight: 600;
}
.research-questions-right{
    width: 50%;
    overflow: hidden;
}
.research-questions-right ul{}
.research-questions-right ul li {
    padding-top: 8px;
}
.research-questions-left ul li input {
    width: 100%;
    border: 3px solid #6ca36c;
    background: transparent;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 18px;
    color: #6ca36c;
}
.submit-btn {
    overflow: hidden;
    padding-top: 50px;
    width: 100%;
    text-align: center;
}
.submit-btn input {
    text-transform: uppercase;
    background: transparent;
    border: 3px solid #6ca36c;
    padding: 5px 70px;
    cursor: pointer;
    color: #6ca36c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
}
.submit-btn input:hover{
    background: #6ca36c;
    color:#FFF;
}
/*end Research Questions Area*/


/*Start Popup Area*/
 .modal-content{
    background: transparent;
    border:none;
 }
.middle{
    max-width: 520px;
    width: 100%;
    margin:0 auto;
}

.popup-content {
    background: url('../images/popup/popup-bg.png') no-repeat scroll 0 0 / 100% 100%;
    padding: 56px 56px;
}
.popup-content h2 {
    color: #6ca36c;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 34px;
}
.info-box p {
    color: #6ca36c;
    font-size: 20px;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    line-height: 22px;
}
.info-box{}
.info-box form{}
.info-box form input {
    width: 100%;
    color: #6ca36c;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 18px;
    border: 2px solid #6ca36c;
    margin-top: 18px;
    padding: 8px 10px;
}
.submit-btn-popup {
    width: 40%;
    margin: 0 auto;
    padding-top: 47px;
    padding-bottom: 125px;
}
.submit-btn-popup input {
    text-transform: uppercase;
    background: transparent;
    border: 4px solid #6ca36c;
    padding: 12px 46px;
    cursor: pointer;
    color: #6ca36c;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    font-size:30px;
}

/*End Popup Area*/