.Banner {
    height: 400px;
    width: 100%;
    position: relative; 
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    display: flex;
    align-items: center;
    justify-content: left;
    color: white;
}
.Banner .text {
    text-align: center;
}
.Banner .text .t1 {
    font-size: 60px;
    font-family: 'Public Sans';
    font-weight: bold; 
}

.Banner .text p{
    font-size: 20px;
    margin: 0;
}
@media screen and (max-width:768px) {
    .Banner .text .t1{
        font-size: 40px;
    }
    .Banner .text p{
        font-size: 18px; 
    }
}
.Head-Links{ 
    border-bottom: 1px solid #00000013;
    background-color: #fff;
}
.Head-Links .container-md{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; 
} 
.Head-Links .link{
    color: #333;
    padding: 20px 0;
}
.Head-Links .link a{
    color: #333;
}
 .Head-Links .link a i{
    color: #428CCC;
    margin-right: 5px;
 }
.Head-Links  button{
    padding: 20px 12.5px;
    background-color: transparent;
    border: none;
    position: relative;
    color: #333;
} 
.Head-Links  button.active{
    color: #fff;
    background-color: #428CCC;
}
.Head-Links  button.active:hover{
    color: white;
} 
.Head-Links  button:hover{
    background-color: #428CCC;
    color: white;
} 
.Head-Links .select{
    display: none;
    position: relative;
    text-align: center;
    z-index: 10;
}
.Head-Links .select h6{
    padding: 16px 0;
    margin: 0;
    background-color: #428CCC;
    color: white;
    cursor: pointer;
} 
.Head-Links .select ul {
    position: absolute;
    background-color: white;
    width: 95%;
    margin: 0;
    padding: 0;
    left: 999px;
    transform: translateX(-50%) translateY(20px) ;
    opacity: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    transition: all 0.5s ease;
    transition:
        opacity 0.4s ease-out,
        transform 0.4s ease-out,
        left 0.4s ease-out 0.4s;
}
.Head-Links .select ul.active{
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    left: 50%;
    transition:
        opacity 0.4s ease-out,
        transform 0.4s ease-out;

} 


.Head-Links .select ul li:not(:last-child){
    border-bottom: 1px solid #00000013;

}
.Head-Links .select ul a{
    display: block;
    color: #545454;
    padding: 10px 0;
}
.Head-Links .select ul a:hover{
    color: #428CCC;
}

@media screen and (max-width:991px) {
    .Head-Links .container-md{
        display: block;
    }
    .Head-Links .link{
        padding: 10px 0;
    }
    .Head-Links button{
        padding: 10px;
    }
}

@media screen and (max-width:768px) { 
    .Head-Links .container-md .buttons{
        display: none;
    }
    .Head-Links .select{
        display: block;
    }
}



@media screen and (max-width:1440px) {
     
    .header-bottom .nav ul li:nth-child(6) {
        margin-right: 10px;
    }
}

@media screen and (max-width:1200px) {
    .header-top .col-lg-6.col-md-9 {
        height: 100%;
    }

    .header-top .col-lg-6.col-md-9 a {
        white-space: nowrap;
    }

    .header-bottom .nav ul li {
        margin-bottom: 4px;
    } 
}

@media screen and (max-width:991px) {
    .header-top {
        height: 50px;
    }

    .header-top .container-md.row {
        height: 100%;
    }
    .Banner .text .t1{
        font-size: 40px;
    }
    .Banner .text p{
        font-size: 18px;
    }
    .header-bottom .nav ul li:nth-child(6) {
        margin-right: 0;
    }
}
@media screen and (max-width:768px) {
    .Banner .text .t1{
        font-size: 35px;
    }
    .Banner .text p{
        font-size: 16px;
    }
}
@media screen and (max-width:576px) {
    .header-top {
        height: fit-content !important;
    }
    .header-top .col-lg-6.col-md-9 a {
        margin-right: 0 !important;
        display: inline-flex;
        width: calc(100% - 14px - 23px);
    }
    .Banner .text .t1{
        font-size: 30px;
    }
    .Banner .text p{
        font-size: 14px;
    }
    .Banner{
        height: 220px;
    }
    .Banner .text.container-md  p{
        display: none;
   }
}
 