@media only screen and (max-width:1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }
nav > ul > li > a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 8px 0px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    padding-right: 15px;
    padding-left: 15px;
}
.contact_form{width:100%;float:left;background:#ebebeb;padding:30px;border-radius:10px;margin-top:0px;}
   
}

@media only screen and (max-width: 979px) {
    .container {
        width: 93%;
        margin: 0 3%;
    }

    .about figure {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    margin-top:30px;
}

.looking_for a {
    float:left;
    background: #fff;
    padding: 15px 0px;
    width: 164px;
    text-align: center;
    margin-top:25px;
    color: #000;
    font-weight: 600;
}

.copy_right p {
    float: left;
    width:100%;
    text-align:center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #818181;
    line-height: 30px;
}
.copy_right span {
    float: right;
    width:100%;
    text-align:center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #818181;
    line-height: 30px;
}

.footer_padding{padding-left:15px;}

.welcome_content figure{width:100%;float:left;position:relative;transition: all 0.5s ease-in-out 0s;margin-bottom:40px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;height:355px;margin-bottom:120px;}

.welcome_content-home figure {margin-bottom:30px;}

.welcome_content figure img{width:100%;height:355px;border-radius:50%;}



}

@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }

 
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }

    .top_header_left_content p {
    float: left;
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-right: 16px;
    font-size: 11px;
    margin-top:2px;
}

.top_header_right_content {
    float: right;
    text-align:center;
    margin-top:0px;
}


}


