@media only screen and (max-width:620px) {
    /* For mobile phones: */
    footer{
        margin-top:630px
    }
    .title{
        text-align: center;
    }
}

@font-face{
    font-family: "custom-font-bold";
    src: url('../fonts/neue_haas_grotesk/NHaasGroteskTXPro-75Bd.ttf');
}

@font-face{
    font-family: "custom-font-regular";
    src: url('../fonts/neue_haas_grotesk/NHaasGroteskTXPro-55Rg.ttf');
}
@font-face{
    font-family: "custom-font-medium";
    src: url('../fonts/neue_haas_grotesk/NHaasGroteskTXPro-65Md.ttf');
}
.nav-item a{
    color:black !important;f
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: 'custom-font-regular' !important;
}
.dropdown-menu a:hover{
     background-color: #2e8eda !important;
}
.dropdown-toggle::after {
    display:none
}
.links ul li{
    list-style-type: none;
   text-align: left;
}
.links ul li a{
    color: white;
    font-size: 14px;
}
.links ul{
    margin-left:-40px;
}
.title{
    text-transform: uppercase;
    font-family: 'custom-font-regular';
    font-weight: 300;
    color: white;
}
footer{
    padding-top:20px;
    background-color: #353535;
}
.footer-copyright{
    overflow: hidden;
    height:50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0,0, 0, 0.2);
    text-align:center;
    font-size:0.9rem;
}
.hover:hover{
    color: #2e8eda;
}
.form-control{
    color: white;
}
.form-control:focus{
    color: white;
}

@media only screen and (min-width: 990px) {
  .deloitee-mobile-logo {
    display: none;
  }
}

@media only screen and (max-width: 989px) {
  .our-focus {
    padding-top: 10px !important;
  }
}


