.navbar .nav {
position: relative;
left: 0;
display: block;
/* float: left; shahid */
float: right;
margin: 50px 30px 0 0;}

.page_head {
    color: #ffffff;
    font-family: 'RobotoRegular';
    font-weight: normal;
    line-height: 1px;
    margin: 0px 0;
    font-size: 30px;
    width: 300px;
}

.page_head {
    font-size: 0px !important;
    font-family: RobotoRegular !important;
    font-style: !important;
}

.hero-unit-small {
    background-color: #767676;
    padding: 1px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
}

.hero-widgets-section {
    background-color: #6a6a6b;
    padding: 38px 13px 3px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
}

.footer-section {
    border-top: 1px solid #6a6a6b;
    background-color: #d5aec2;
    padding: 18px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
}

.footer-section p {
    color: #f9f8f8;
    font-family: 'RobotoRegular';
    font-size: 14px;
    margin: 5px 0;
}

strong {
    font-weight: 100;
}

.slider_con h2 {
    color: #FFFFFF;
    font-family: 'RobotoRegular';
    font-size: 36px;
    font-weight: normal;
    line-height: 45px;
    letter-spacing: 0;
    display: block;
    margin: 0px 0px 30px 0px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.featured_port_title h1 {
    color: #555555;
    font-family: 'RobotoRegular';
    font-size: 38px;
    font-weight: normal;
    line-height: 40px;
    margin: 0px 0 17px;
    padding: 0 13px;
    text-align: center;
}

.purchase_main_content {
    color: inherit;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
    padding: 5px 13px 2px;
}

.purchase_now_btn:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.purchase_now_btn {
    color: #FFFFFF;
    border: 1px solid #ffffff;
    font-family: 'RobotoBold';
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0px;
    padding: 17px 55px;
    text-align: right;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.flex-viewport {
    max-height: 750px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}