.has-dropdown:hover .subnav{
    top: 35px;
}

.border-bottom-0{
    border-bottom: 0px !important;
}

.comment-form input[type="email"],
.comment-form input[type="password"],
.comment-form select{
    width: 100%;
    padding: 16px;
    border: none;
    box-shadow: none;
}
.comment-form select{
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
}


.select2-container .select2-selection--single{
    height: inherit !important;
    padding: 12px;
    border-radius: 0px !important;
    border: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 12px !important;
    right: 12px !important;
}

.mb-2{
    margin-bottom: 20px !important;
}

.background-image-holder.parallax-background{
    top: 0;
}


.flex-direction-nav a{
    width: 50px;
    height: 50px;
}
.flex-direction-nav a:before{
    top: 12px;
    font-size: 25px;
}

.milestones .feature-icon-large i{
    /*border: 2px solid #6bbbae;
    color: #6bbbae;*/
    border: 2px solid #000;
    color: #000;
    height: 85px;
    width: 85px;
    padding-top: 25px;
    font-size: 30px;
}
.milestones .feature-icon-large .pin-body{
    background-color: #000;
}
.milestones .feature-icon-large .pin-head{
    border: 2px solid #000;
}
.milestones .feature.feature-icon-large:hover .pin-head{
    background-color: #6bbbae;
}
.milestones .feature.feature-icon-large:hover i{
    color: #6bbbae;
}
.overlay:before{
    background-color: #6bbbae;
}
.action-banner h2{
    margin-bottom: 30px;
}

.form-contact input:last-child{
    border-bottom: 0px;
}



.subnav{
    background: rgba(0, 0, 0, 0.4);
}
.overlay-bar .subnav li a,
.overlay-bar .subnav li a:hover{
    color: #fff;
}
.nav-sticky.overlay-bar .subnav li a,
.nav-sticky.overlay-bar .subnav li a:hover{
    color: #777;
}

.language img{
    max-width: 40px;
}
footer{
    padding-top: 30px;
    padding-bottom: 30px;
}

.expanding-list.footer_color{
    background: #2c3e50 !important;
    color: #fff;
}
.expanding-list.footer_color .title span{
    bottom: 0px;
}
.expanding-list.footer_color .title strong{
    color: #fff;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){
    .nav-menu{
        padding-top: 10px;
    }
    .menu{
        top: 25px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px){
    h1{
        margin-bottom: 15px;
    }
    .nav-menu{
        padding-top: 10px;
    }
    .menu{
        top: 28px;
        width: 100%;
        margin-bottom: 20px;
    }
    .menu li{
        text-align: center;
    }

    .subnav{
        background: transparent;
        padding: 15px;
    }
    .has-dropdown:hover .subnav{
        top: initial;
    }
    .overlay-bar .subnav li a, .overlay-bar .subnav li a:hover{
        color: #777;
    }
    
    section{
        padding-top: 20px;
        padding-bottom: 20px !important;
    }
    
    .search_filters_div{
        display: block !important;
    }
    .select2-container{
        width: 100% !important;
    }
}