.fs-primary-nav{
    background: rgba(9, 61, 100, 0.98);
}

.fs-primary-nav.fs-sub-nav li a{
    color: white;
    font-weight: 700;
}

.fs-primary-nav.fs-sub-nav li a:hover {
    color: #414d52;
}

#nav-stick2.has-bg.black .header-wrapper{
    background: #1b2842;
}

.button.thin.hover-dark:hover{
    background-color: #007CDC !important;
    border-color: #007CDC !important;
}

.mobile-mask{
    background: rgba(9, 61, 100, 0.5);
}

.fs-primary-nav-trigger .fs-menu-icon.is-clicked::after, .fs-primary-nav-trigger .fs-menu-icon.is-clicked::before{
    background-color: white;
}

.fs-primary-nav-trigger:hover .fs-menu-icon.is-clicked::after, .fs-primary-nav-trigger:hover .fs-menu-icon.is-clicked::before{
    background-color: #007CDC;
}

.main-title{
    color: #007CDC;
}

#what-we-do .main-subtitle {
    color: #4b4e53;
    font-weight: 600;
    margin: 20px auto 25px auto;
}

.circle{
    background: white;
    color: #007CDC;
    font-weight: 700;
}

#nav-stick2.has-bg{
    border-bottom: 3px solid white;
}

.front-content {
    background-color: #1b2842;
}

#industries {
    background-color: #1b2842;
}

.port-view-more-dark{
    background: rgba(9, 61, 100, 0.98);
}

.port-view-more-dark:hover {
    background: #007CDC;
    color: #fff;
}

.footer2-black{
    background-color: #1b2842;
    padding: 30px ;
}

.footer-row{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.footer-item{
    flex-basis: 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.footer-item h5{
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white;
    font-size: 18px;
}

.footer-item span{
    color: rgb(240, 240, 240);
}

.footer-menu{
    list-style: none;
    padding: 0;
}

.footer-menu a{
    color: rgb(240, 240, 240);;
    transition: color .4s;
}

.footer-menu a:hover{
    color: lightgray;
    transition: color .4s;
}

.footer-sub-row{
    background-color: #1a9dc5;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.footer-sub-row a{
    /* margin-left: 50%; */
    color: white;
    transition: color .4s;
}

.footer-sub-row a:hover{
    color: lightgray;
    transition: color .4s;
}

.footer-soc-a a{
    opacity: 1;
    color: #c5c5c5;
    transition: color .4s;
}

.footer-logo{
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.input:disabled{
    
}

.logo-2 a{
	color: white;
	transition: color .4s;
    text-transform: uppercase;
    font-size: 30px;
    white-space: nowrap;
}

.logo-2 a span{
    color: white;
	transition: color .4s;
    border-radius: 2px;
    padding: 3px;
}

.logo-2{
	padding: 30px 30px;
    width: min-content;
}

header .logo-2 .logo-link{
    background-color: transparent !important;
}

.logo-2 .logo-link{
    /* background-color: #1a9dc5 !important; */
    transition: background-color .4s;
    padding: 15px 10px;
    border-radius: 4px;
    font-weight: 900;
}

#nav-stick2.has-bg .logo-link{
    background-color: transparent !important;
    transition: background-color .4s;
    padding: 15px 10px;
    font-weight: 700;
}

#nav-stick2.transparent .header-wrapper{
    /* background: unset !important; */
}


.logo-2 .logo-first:hover{
	color: #1a9dc5;
	transition: color .4s;
    background-color: white;
}

.logo-2 .logo-second:hover{
	color: #1a9dc5;
	transition: color .4s;
    background-color: white;
}

#nav-stick2.has-bg .logo-2{
    padding: 30px 30px !important;
}

.form-textarea{
    width: 100%;
    background-color: white;
    border: 1px solid #c0ccda;
    border-radius: 3px;
    padding: 20px 16px;
    color: #4b4e53;
    font-size: 16px;
}


@media (max-width: 1024px){
    .header-side-menu .logo-row {
        width: 220px;
    }

    .footer2-black{
        padding: 30px 10px;
    }

    .footer-row{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .footer-item{
        flex-basis: 30%;
        max-width: unset;
        /* display: flex;
        flex-direction: column; */
    }

    .footer-item:nth-of-type(3){
        display: none;
    } 
}

@media screen and (max-width: 768px){
    .sib-form-block__button{
        width: 100% !important;
    }

    .footer-row {
        /* justify-content: space-between; */
    }

    .footer-sub-row a{
        margin-left: unset;
    }

    .footer-item{
        flex-basis: 45%;
        /* display: flex;
        flex-direction: column; */
    }

    /* .footer-item:nth-of-type(1){
        order: 1;
    }

    .footer-item:nth-of-type(2){
        order: 3;
        margin-top: 20px;
    }

    .footer-item:nth-of-type(3){

        order: 2;
    } */
/* 
    .footer-item:nth-of-type(4){
        margin-top: 50px;
        order: 4;
    } */

}


@media (max-width: 575px){
    .logo-2{
        padding: 15px 15px;
        width: min-content;
    }

    #nav-stick2.has-bg .logo-2{
        padding: 15px 15px !important;
    }

    .footer-row{
        flex-wrap: wrap;
    }
    
    .footer-links, .footer-copy{
        flex-basis: 100%;
    }

    .footer-item{
        flex-basis: 100%;
        /* display: flex;
        flex-direction: column; */
        margin-bottom: 20px;
    }

    /* .footer-item:nth-of-type(1){
        order: 1;
    }

    .footer-item:nth-of-type(2){
        order: 3;
    }

    .footer-item:nth-of-type(3){

        order: 2;
    } */

    /* .footer-item:nth-of-type(4){
        order: 4;
    } */
}