.navWash {
    position: fixed;
    width: 100%;
    top: 0;
    height: auto;
    z-index: 9;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.navWash.hide {
    top: -200px;
}

.navWash.upScroll {
    border-bottom: 1px solid #629BB4;
}


.navContainer {
   
    display: flex;
    width: 100%;
        padding-top: 40px;
        padding-bottom: 0px;
        position: relative;
}


.navContainer.active {
    padding-top: 20px
}
    
    .navContainer .row {
      width: 100%;  
    }
    
    .navContainer .col-md-4 {
    align-items: start;
    display: flex;
        z-index: 12;
        
}
    
    .navContainer .col-md-8 {
    align-items: start;
        justify-content: flex-end;
    display: flex;
}
    
    .navContainer .col-12 {
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
}
    
.navLogo  {
    display: block;
    height: 0px;
    position: relative;
    padding-top: 20%;
    }

.navContainer.active .navLogo {
        width: 40%;
    }
    
    .navLogo svg {
        display: block;
        width: auto;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
            
    }



.navLogo .cls-1{fill:#003057;}

.navLogo .cls-2{fill:#ff621a;}


.navLogo .cls-1, .navLogo .cls-2, .navLogo .cls-3 {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .navLinks {
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 0;
}



    .navLinks li {
    display: inline-block;
}
    .navLinks, .navTopLinks {
        display: block;
    }
    
    .navLinks a, .navTopLinks a {
    display: inline-block;
    
    
}
    
    .navLinks a {
    font-size: 17px;
    margin-right: 16px;
    font-weight: 400;
    color: #1D2429;
}
    
    .navTopLinks a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 7px;
    color: #5B727C;
}
    
    .navDropContainer {
    display: inline;
    position: relative;
}

.navDropContainer span {
    cursor: pointer;
    display: inline-block;
    height: 40px;
}


    
    .navDropContainer .fa { 
        margin: 0 16px 0 5px;
    font-size: 19px;
        color: #FF621A;
    }

    .navWash.active .navDropContainer .fa { 
        color: #fff;
}
    
@keyframes revealDrop {
  from {opacity: 0;}
  to {opacity: 1;}
}



.navLinks li:hover > .navDrop
 {
    display: block;
    animation-name: revealDrop;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
    
    .navDropContainer .navDrop {
    display: none;
    position: absolute;
    left: -15px;
    padding: 10px 20px 20px 20px;
    background: #003057;
    z-index: 9;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    width: auto;
    top: 19px;
    margin-top: 20px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0;
}
    .navDropContainer .navDrop a {
        display: block;
        font-size: 15px;
        margin-top: 10px;
        color: #fff;
        width: auto;
    white-space: nowrap;
    }

.navDropContainer .navDrop a:nth-child(1) {
    margin-top: 0px;
}
    

    
    .navWash.active, .navWash.upScroll.active {
    background: #003057;
}

.navWash.active .navLogo .cls-1, .navWash.active .navLogo .cls-3, .navLogo.active .cls-1,  .navLogo.active .cls-3 {fill:#FFF;}

.navWash.active .navLogo:hover .cls-3, .navLogo.active:hover .cls-3 {fill:#f6b33c;}

.navWash.active .navLinks a, .navWash.active .navTopLinks a, .navWash.active .navLinks li {color: #fff !important;}

.navWash.active .navLinks a:hover {color:#FF621A !important; text-decoration: none;}

.navDropContainer span:hover, .navDropContainer .navDrop a:hover, .navLinks li:hover, .navWash.active .navTopLinks a:hover, .navWash.active .navLinks li:hover span, navEl.active span {
    color: #FF621A !important;
    text-decoration: none;
}

.navMobileTrigger {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 26px;
    color: #2F3260;
}

#nav-icon1 {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(
0deg
);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(
0deg
);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #2F3260;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(
0deg
);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(
0deg
);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1:focus span {
    background: #FF621A;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 9px;
}

#nav-icon1 span:nth-child(3) {
  top: 18px;
}

#nav-icon1.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


@media only screen and (max-width: 768px) {
    
    .navWash {
        padding-bottom: 20px;
        background: #fff !important;
    }
    
    .navWash.hide {
    top: 0px;
}
    
    
    .navMobileTrigger {display: block; z-index: 15;} 
    .navWash.active .navMobileTrigger {color: #fff}
    
    #nav-icon1.active span {
        background: #fff;
    }
    
    .navLinks a {
    color: #fff;
    margin-right: 0px;
    }
    
    .navContainer {
    padding-top: 20px;
    }
    
    .navContainer .col-md-8 {
    z-index: 16;
    position: absolute;
    right: 60px;
    top: 18px;
}
    
    .navTopLinks {
        display: none;
    }
    
    .navTopLinks.active {
        display: block;
    }
    
    .navTopLinks a {
        color: #fff;
    }
    
    .navTopLinks a:hover {
        color: #FF621A;
        text-decoration: none;
    }
    
    .navLinks li:hover > .navDrop
 {
    display: none;
}
    
    .navLinks li.active > .navDrop
 {
    display: block;
     opacity: 1 !important;
}
    
    .navLogo {max-width: 120px;
        padding-top: 10%;}
    
    .navLinks {
    display: none;
    position: fixed;
    right: 0;
    background: #003057;
    width: 100%;
    height: 100vh;
    z-index: 9;
    top: 0;
    padding-top: 40px;
    text-align: right;
}
    .navLinks.active {
    display: block;
    padding-top: 80px;
    margin-top: 0px;
}
    
    .navStatic {margin-right: 40px !important;}
    
    .navLinks li {
    display: flex;
    height: auto;
    padding: 0 0 15px 0;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
}
    
    .navLinks a {
    padding-bottom: 10px;
}
    
    
    .navDropContainer span {
    cursor: pointer;
    display: inline-block;
    height: auto;
    padding: 0 0 10px 0;
    color: #fff;
        font-size: 17px;
}
    
    .navDropContainer .navDrop {
    position: relative;
    box-shadow: none;;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
    
    
    
}



@media only screen and (max-width: 480px) {
.navLogo {
    max-width: 140px;
}
    
}