.now
{
    color:black;
    position:fixed;
    cursor: pointer;
    margin-top:170px;
    top:0;
}
.lines
{
    margin-top: 12px;
    margin-left: 2px;
    margin-right: 5px;
}
.menu_div
{
    margin-top: -40px;    
    font-family: 'Raleway', sans-serif;
}
.menu_text
{
    font-size: 32px;
    font-weight: bold;
    margin-left: 40px;    
    letter-spacing: 2px;
}
.now2
{
    width:100% !important;
    background-color:rgb(8,68,86);
    height:100%;
    display:none;
    opacity:0.9;
    margin-top:-56px !important;
    margin-left: -122px !important;
    padding: 100px !important;
    position:fixed !important;
    top:0;
    left:0;
}
.float_right
{
    float:right;
    margin-right: 111px;
    background-color: rgb(8,68,86);
    border: none;
    cursor: pointer;
}
.filter
{
    text-align: center;
    font-size: 20px;
    margin-bottom:19px;
    margin-top: 140px;    
    font-family: 'Raleway', sans-serif; 
}
.hr_css
{
    height:1px;
    color:rgb(255,119,0);
    background-color:rgb(255,119,0);
    border: none;
    width: 84%;
}
.menu_text2
{
    text-align: center;
    font-size: 20px;
    margin-bottom: 14px;
    margin-top: 18px;    
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}
.filter a, .menu_text2 a
{
    color:#cccccc;
}
.filter a:hover, .menu_text2 a:hover
{
    color:white;
}
.logo_pro
{
    position:absolute;
    left:43%;
}
.arrow
{
    height: 30px;
    position: absolute;
    right: 269px;
    top: 95px;
    cursor:pointer;
}
.close
{
    font-size: 18px;
    margin-left: 5px;
    letter-spacing: 2px;
}
.close a
{
    color:#cccccc;
}
.close a:hover
{
    color:white;
}
/* menu responsiveness */
@media screen and (max-width: 1250px) {

    .logo_pro {
        left: 41%;
    }
}

@media screen and (max-width: 1150px) {

    .logo_pro {
        left: 40%;
    }
    .arrow {
        right: 237px;
    }
    .float_right {
        margin-right: 78px;
    }
}
@media screen and (max-width: 960px) {

    .logo_pro {
        left: 39%;
    }
}
@media screen and (max-width: 860px) {

    .logo_pro {
        left: 38%;
    }
    .arrow {
        right: 216px;
    }
    .float_right {
        margin-right: 57px;
    }
}
@media screen and (max-width: 750px) {

    .logo_pro {
        left: 37%;
        margin-top: 35px;
    }
}
@media screen and (max-width: 701px) {
    .now2 {
        margin-left: -100px !important;
    }
}
@media screen and (max-width: 630px) {

    .logo_pro {
        left: 36%;
    }
}
@media screen and (max-width: 570px) {

    .logo_pro {
        left: 36%;
    }
}
@media screen and (max-width: 470px) {

    .logo_pro {
        left: 31%;
    }
    .menu_text {
        font-size: 27px;
    }
}
@media screen and (max-width: 767px) {
    .quote
    {
        width:75px;
        height:46px;
    }
}
@media screen and (max-width: 410px) {

    .logo_pro {
        left: 30%;
    }
}
@media screen and (max-width: 385px) {

    .logo_pro {
        margin-top: 35px;
    }
}
@media screen and (max-width: 361px) {

    .logo_pro {
        left: 28%;
    }
}
@media screen and (max-width: 340px) {

    .logo_pro {
        left: 28%;
    }
}
@media screen and (max-width: 460px) {

    .logo_pro {
        margin-top: 90px;
    }

    .filter {
        margin-top: 185px;
    }
}
/* now2 responsivess **/ 
@media screen and (max-width: 767px) {
    .now2
    { 
/*        margin-top: -225px !important;*/
    }
}
@media screen and (max-width: 505px) {
    .now
    {
        margin-top: 280px;
    }
}

/* diamond layout responsiveness */
@media (max-width: 993px) and (min-width: 767px){
    .project_top {
        width: 990px;
    }
    .peoject2 {
        width: 990px;
    }
    .genie {
        overflow-x: scroll;
    }
}