
/*-- header --*/
li.icons-right a img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    opacity: .7;
}
ul.navbar-nav.ml-auto li {
    padding: .4rem .85rem;
    margin: 0 0.5rem;
}
ul.navbar-nav.ml-auto a {
    color: #585c6e;
    padding: 0;
    padding-bottom: 0.2rem;
    font-weight: 500;
}
.header-logo img{
    width: 10rem;
    height: 100%;
    object-fit: contain;
}
.nav-list {
    display: flex;
    justify-content: flex-end;
}
nav.navbar.navbar-expand-md.navbar-light .row {
    justify-content: space-between;
}
a.header-logo {
    width: 100%;
    padding-left: 0;
}
.icons-right {
    margin-top: 0.5rem;
    margin-left: 1rem;
}
.icons-right a img {
    width: 1.55rem;
    height: 1.55rem;
    object-fit: contain;
}
.icons-right span{
    padding: 0 0.2rem;
}
.icons-right.d-xs-block{
    display: none;
}
a.nav-link {
    font-size: 1.1rem;
}
a.nav-link.active {
    color: #0a72b3 !important;
    font-size: 1.15rem;
    border-bottom: 0.1rem solid #0a72b3;
}
/*-- banner --*/
.home-banner {
    position: relative;
    padding: 0;
}

.home-banner .banner-bg img {
    width: 100%;
    height: 44rem;
    object-fit: cover;
}

.banner-head {
    position: absolute;
    left: 25rem;
    bottom: 7rem;
}

.banner-head h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 500;
    width: 70%;
}

.banner-head h1 span {
    color: #fcd401;
}
/*-- footer --*/
footer {
    background: #0a72b3;
}
.footer-logo a img {
    width: 15rem;
    height: 100%;
    object-fit: contain;
}
footer, .footer-end-bottom p a {
    color: #fff;
}
.footer-end-top img {
    float: left;
    margin-top: 0.75rem;
}
.footer-end-top p, .footer-end-bottom p a, .footer-end-bottom p {
    font-size: 1.05rem;
}
.footer-end-top p{
    margin-bottom: 0.65rem;
}
.footer-end-top .footer-end-top-b {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1.35rem;
    padding-left: 3rem;
}
.footer-end-top img, .footer-end-bottom img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    margin-right: .75rem;
}
.footer-end-bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 70%;
    margin-top: 1rem;
    position: relative;
}
.footer-end-bottom p {
    margin-bottom: 0;
}
.footer-end-top {
    width: 100%;
    border-bottom: 0.1rem solid #a8b5d1;
    padding-bottom: .75rem;
}
footer {
    padding: 3.5rem 0;
}
.footer-end-bottom a.call-right-br{
    position: relative;
}
/*.footer-end-bottom a.call-right-br::after {
    content: '';
    border-right: 0.15rem solid;
    position: absolute;
    top: 0.25rem;
    right: -1.5rem;
    height: 1.25rem;
}*/
.footer-end-bottom p:nth-child(2) .call-right-br::after {
    border-right: 0.1rem solid;
    top: -0.5rem;
    right: -1.5rem;
    height: 3rem;
}
.footer-end-bottom p a {
    font-size: 1.05rem;
}
.footer-end-top-b span {
    font-family: 'Gelion-Light';
    font-size: 1.05rem;
}
.footer-end-bottom p a:hover {
    color: #fcd401;
}
.footer-end-bottom p img{
    transform: scale(0.95);
    transition: 0.3s ease;
}
.footer-end-bottom p:hover img{
    transform: scale(1.1);
}
.search-form {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 3.25rem;
    right: 0;
    width: 30%;
    z-index: 999;
}
.search-field{
    padding: 0.62rem;
    min-width: 100%;
    font-size: 1rem;
    line-height: 1.5em;
    color: #373D41;
    background-color: #FFF;
    background-clip: padding-box;
    border: 0.1rem solid #C5C5C7;
    border-radius: 0.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    flex-grow: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    }
    .search-submit {
        color: #ffffff;
        font-weight: 700;
        text-decoration: none;
        white-space: normal;
        -webkit-transition: none;
        transition: none;
        cursor: pointer;
        outline: 0;
        padding: 0.8rem;
        font-size: 1rem;
        line-height: 1.25;
        border-radius: 0.5rem;
        border-width: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background: #1d409e;
    }
    .search-form .input-group{
        position: relative;
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
    .search-form .input-group .input-group2 {
        width: 100%;
        margin: 1rem 0;
    }
    .search-form .input-group .input-group2 label {
        display: inline-block;
        width: 80%;
    }
    .search-form .input-group .btn {
        left: -1rem;
    }
    .navbar-expand-md .navbar-collapse {
        justify-content: end;
    }
@media (max-width: 991px){
    .icons-right {
        margin-top: 0;
        padding-top: 0.5rem;
    }
    ul.navbar-nav.ml-auto li {
        padding: 0.4rem;
        margin: 0;
    }
    .icons-right{
        display: flex   ;
    }
    .icons-right.d-xs-none a {
        width: 100%;
        display: contents;
    }
    /*-- banner --*/
    .banner-head h1 {
        width: 100%;
    }
    /*--footer--*/
    .footer-end-bottom {
        width: 95%;
    }
    .footer-end-top {
        width: 100%;
    }
    .banner-head {
        position: absolute;
        left: 8rem;
        bottom: auto;
        top: 50%;
    }
    .home-banner .banner-bg img {
        height: 30rem!important;
    }
.search-form .input-group .input-group2 {
    width: 100%;
}
}
@media (max-width: 767px){
    div#navbarNav {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
        left: 0;
        padding: 2rem 0;
        background: rgb(51 51 51 / 90%);
        height: 65%;
        padding-top: 0;
    }
    nav.navbar.navbar-expand-md.navbar-light {
        width: 100%;
    }   
    button.custom-close-button.d-xs-block.d-md-none {
        width: 3rem;
        height: 3rem;
        background: #fff;
        outline: none;
        border: 0;
        border-radius: 100%;
        position: relative;
        top: 1rem;
        right: 1rem;
    }
    button.custom-close-button.d-xs-block.d-md-none span {
        font-size: 3rem;
        position: relative;
        top: -.65rem;
        color: #0a72b3;
    }
    .icons-right a img {
        width: 2rem;
        height: 2rem;
    }
    ul.navbar-nav.ml-auto a {
        color: #fff !important;
        font-size: 1.5rem;
        padding-bottom: 0.75rem;
        text-align: left;
        border-bottom: 0.1rem solid #807e7e;
    }
    ul.navbar-nav.ml-auto a.nav-link.active{
        color: #fcd401 !important;
    }
    ul.navbar-nav.ml-auto li {
        margin-bottom: 1rem;
        padding-left: 1.5rem;
        width: 95%;
    }
    .icons-right.d-xs-none{
        display: none;
    }
    .icons-right.d-xs-block {
        display: block;
        margin-right: 2rem;
        margin-top: -0.25rem;
    }
    .header-logo {
        margin-bottom: 0 !important;
        padding-top: 0.25rem;
    }
    ul.navbar-nav.ml-auto li:last-child{
        margin-bottom: 0;
    }
    ul.navbar-nav.ml-auto li:last-child a{
        padding-bottom: 0;
        border: 0;
    }
    button.navbar-toggler {
        border: 0;
    }
    nav.navbar.navbar-expand-md.navbar-light .row {
        display: flex;
    }
    .footer-end-bottom p a {
        font-size: 1.35rem;
    }
    /*-- banner --*/
    .banner-head h1 {
        font-size: 2rem;
        width: 100%;
    }

    .banner-head {
        left: 2rem;
        bottom: 2rem;
    }

    .banner-head {
        left: 1rem;
        bottom: auto;
        top: 50%;
    }
    /*-- footer --*/
    .footer-end-top {
        padding-bottom: 2rem;
        margin: 2rem auto 1rem;
    }
    .footer-end-bottom {
        width: 100%;
    }
    .footer-end-bottom {
        display: block;
    }
    .footer-end-bottom p {
        display: inline-block;
    }
    .footer-end-bottom p:nth-child(2), .footer-end-top p:nth-child(2) {
        padding-left: 3.65rem;
    }
    .footer-end-bottom a.call-right-br::after {
        display: none;
    }
    .footer-end-bottom p {
        margin-bottom: 1rem;
    }
    .footer-end-bottom p:nth-child(3) {
        margin-bottom: 0;
    }
    address br{
        display: none;
    }
    .footer-end-top img {
        height: 5.5rem;
        margin-top: 0;
    }
    footer {
        padding: 3.5rem 0;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-end-top .footer-end-top-b {
        font-size: 1.1rem;
    }
    .footer-end-top-b span {
        font-size: 1.2rem;
        display: block;
    }
}