/* navbar section starts here */
.nav {
    padding: 10px;
}
.navbar {
    border:solid .1px rgba(0,0,0,.1) !important;
    box-shadow: none !important;
    padding: 5px 0 0 0;
    background: rgba(255, 255, 255, 1);
    border: none;
    -moz-box-shadow: 1px 1px 3px 4px #ccc;
    -webkit-box-shadow: 1px .5px 6px 1px #ccc;
    border:solid .1px rgba(0,0,0,.1) !important;
}
.navbar-brand {
    padding: 0 15px;
}
.navbar-nav.navbar-right .btn { 
    position: relative; 
    z-index: 2; 
    padding: 4px 20px; 
    margin: 10px auto; 
    transition: transform 0.3s; 
}
.navbar .nav-collapse { 
    position: absolute; 
    z-index: 1; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: 0; 
    padding-right: 120px; 
    padding-left: 80px; 
    width: 100%; 
}
.navbar.navbar-default .nav-collapse { 
    background-color: #f8f8f8; 
}
.navbar.navbar-inverse .nav-collapse { 
    background-color: #222; 
}
.navbar .nav-collapse .navbar-form { 
    border-width: 0; 
    box-shadow: none; 
}
.nav-collapse>li { 
    float: right; 
}
.btn.btn-outline { 
    background-color: transparent; 
}
.navbar-nav.navbar-right .btn:not(.collapsed) {
    background-color: rgb(31, 78, 121);
    border-color: rgb(31, 78, 121);
    color: rgb(255, 255, 255);
}
.navbar.navbar-default .nav-collapse,
.navbar.navbar-inverse .nav-collapse {
    height: auto !important;
    transition: transform 0.3s;
    transform: translate(0px,-50px);
}
.navbar.navbar-default .nav-collapse.in,
.navbar.navbar-inverse .nav-collapse.in {
    transform: translate(0px,0px);
}
@media (min-width: 768px) and (max-width: 1024px) {
    .h1, h1 {
        font-size: 25px !important;
    }
    .nav {
        padding: 0;
        margin-top: -52px;
    }
    .navbar {
        padding: 11px 0 11px 0;
    }
}
@media (min-width: 980px) and (max-width: 1280px) {
    .h1, h1 {
        font-size: 25px !important;
    }
    .logo {
        width: 170px !important;

    }
    .nav {
        padding: 0;
        margin-top: -52px;
    }
    
}
/* navbar section ends here */
@media (min-width: 360px) and (max-width: 640px) {
    h1 {
        font-size: 23px;
        font-family: "HelveticaNeue" !important;
    }
}
/* logo section starts here */
@media (min-width: 360px) and (max-width: 640px) {
    .logo {
        width: 160px !important;
    }
    
}
@media (min-width: 641px) and (max-width: 1024px) {
    .logo {
         width: 160px !important;
    }
}
/* logo section ends here */

/* home section starts here */
.home-left-image {
    width: 95%;
}
.home-right-image {
    width: 80%;
}
.intro-section{
    padding-top: 80px;
    height: auto;
}
@media (min-width: 360px) and (max-width: 640px) {
    .home-left-image {
        width: 100%;
    }
    .home-right-image {
        margin-top:15px;
        width: 100%;
        background: #ededed;
        padding: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .home-left-image {
        width: 100%;
    }
    .home-right-image {
        width: 100%;
        border-left: dashed 1px #ddd;
    }
    .contact-section {
        background: none;
    }
}
/* home section ends here */


/* why real section starts here */
.why-real-section{
    padding-top: 100px; 
}
@media screen and (max-width: 360px) {
    .why-real-circled-section {
        display: none;
    }
    .why-real-section{
        height: auto;
    }
    .small-text-weight {
        font-weight: 300;
    }
    .brd {
        border-bottom: solid 1px #ededed;
        margin-bottom: 6%;
        padding-bottom:15px;
    }
    .navbar {
        padding: 10px 0 10px 0;
    }
}
@media screen and (max-width: 411px) {
    .why-real-circled-section {
        display: none;
    }
    .navbar {
        padding: 10px 0 10px 0;
    }
    .brd {
        border-bottom: solid 1px #ededed;
        margin-bottom: 6%;
        padding-bottom:15px;
    }
}
@media screen and (max-width: 768px) {
    .why-real-circled-section {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .why-real-circled-section {
        display: none;
    }
}
@media screen and (max-width: 980px) {
    .why-real-circled-section {
        display: none;
    }
}
@media (min-width: 600px) and (max-width: 1280px) and (orientation : landscape){
    .nav {
        padding: 0;
        margin-top: 0;
    }
    .navbar {
        padding: 11px 0 11px 0;
    }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation : landscape){
    .why-real-listed-section {
        display: none;
    }
}
@media (min-width: 900px) and (max-width: 1600px) and (orientation : landscape){
    .why-real-listed-section {
        display: none;
    }
}
@media (min-width: 900px) and (max-width: 1920px) and (orientation : landscape){
    .why-real-listed-section {
        display: none;
    }
}
/* why real section ends here */

/* how we build section starts here */
.how-webuild {
    padding-top: 75px;
    height: auto;
    color: #ffffff;
    font-weight: 300 !important;
    letter-spacing: 1px;
}
.how-webuild-bg {
    background: rgb(31,78,121);
    padding-bottom: 105px;
}
@media (min-width: 360px) and (max-width: 640px) {
    h1 {
       font-weight: 600 !important;
    }
    .small-text-weight {
        font-weight: 300;
    }
    .how-webuild-bg {
        padding-bottom: 50px;
    }
}
/* how we build section ends here */
/* about section starts here */
.about-section {
    background: none !important;
    padding-top: 75px;
    height:auto !important;
    padding-bottom: 25px;
}
/* about section ends here */
/* get started starts here */
.contact-section {
    padding-top: 70px;
    background: none;
}
@media (min-width: 360px) and (max-width: 640px) {
    .contact-section {
        padding-top: 10px;
        background: none;
        height: 85%;
    }
}
/* get started ends here */
/* button section starts here */
.btn {
    margin-top: -9px;
    font-weight: 200;
    font-size: 1.7rem;
}
.btn-info {
    font-weight: 300;
    color: #fff;
    border-color: #1F4E79;
    background: #1F4E79;
}
.btn-success {
    font-weight: 600 !important;
    }
/* button section ends here */
.form-control {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.42857143;
    color: #777 !important;
    background-image: none;
    border: 0 solid #ccc;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.show-employers {
    width: 77%;
}
@media (min-width: 641px) and (max-width: 1024px) {
    .h1, h1 {
        font-size: 30px;
    }
    .logo {
        width: 80%;
    }
    .brd {
        border-bottom: solid 1px #ededed;
        margin-bottom: 6%;
        padding-bottom:15px;
    }
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 2px;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover,
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none
}
.ui-autocomplete li {
    padding: 8px 16px;
}
.ui-autocomplete li:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #42A5F5;
}
.ui-helper-hidden-accessible
{
    display : none !important;
}
.dtp .p10 > a{
    color:#fff !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: #999 !important;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
    background-color: red !important;
}