@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
/* font-family: 'Open Sans', sans-serif; */

*
{
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
}

body
{
    background: #EEEEEE;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.whole-con
{
    width: 1100px;
    height: auto;
    margin: 0 auto;
    background: #ffffff;
}

.div
{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.big-img
{
    width: 100%;
    height: auto;
}

.div-pad
{
    padding: 50px 40px;
}

.heading
{
    font-size: 21px;
    color: #246675;
    font-weight: 600;
}

.blank-ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.blank-ul li
{
    margin-top: 25px;
    background: url(imgs/check.png) left top no-repeat;
    padding-left: 45px;
    font-size: 21px;
    font-weight: 300;
}

.video-con
{
    width: 100%;
    height: auto;
}

.gray-bg
{
    background: #f5f5f5;
}

b
{
    font-weight: bold;
}

.full-img
{
    width: 100%;
    height: auto;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.full-img:hover
{
    position: absolute !important;
    width: 55% !important;
    height: auto !important;
    margin-left: -35%;
    margin-top: -10%;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
}

.left-half
{
    width: 55%;
    float: left;
    margin-right: 5%;
}

.right-half
{
    width: 40%;
    float: right;
}

.clear
{
    float: none;
    clear: both;
}

.login-con
{
    background: #2B6B77;
    color: #ffffff;
    text-align: center;
}

.f21
{
    font-size: 21px;
}

.frm1
{
    margin-top: 10px;
}

.input
{
    padding: 12px 12px;
    background: #ffffff;
    color: #2d2d2d;
    font-weight: 300;
    font-size: 14px;
    border: solid 1px transparent;
    width: 30%;
    margin-right: 0.5%;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.input:hover
{
    border: solid 1px #1EBAE0;
}

.input:focus
{
    border: solid 1px #1EBAE0;
    background: #f5f5f5;
}

.submit-btn
{
    background: #1EBAE0;
    color: #ffffff;
    border: solid 1px transparent;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    cursor: pointer;
    padding: 8px 12px;
    margin: 0 !important;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.submit-btn:hover
{
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
}

.uppercase
{
    text-transform: uppercase;
}

.arrowfeature-img
{
    width: 70%;
    height: auto;
    margin: 0 auto 0 5%;
}

.down-arrow
{
    width: 200px;
    height: auto;
}

.fullpage-img
{
    width: 100%;
    height: auto;
}

.sub-img
{
    width: 200px;
    height: auto;
    cursor: pointer;
}

.invest-img
{
    width: 100%;
    height: auto;
}

.green-div
{
    background: #EBF5DA;
}

.green-div-heading
{
    background: #D5E4BD;
}

.div-pad-50
{
    padding: 20px 40px;
}

.img70
{
    width: 70%;
    height: auto;
}

















