﻿/*.header, .overlay {
    position: fixed;
    display: flex
}

.header, .menu ul, .menu ul li, .overlay {
    display: flex
}

.close-button, .menu-toggle, .submenu-toggle {
    cursor: pointer
}

body {
    margin: 0;
    padding: 0;
    font-family: Raleway,sans-serif
}

.mainmenutop {
    top: 0 !important
}

.header {
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    background-color: #09347a;
    color: #fff;
    width: 100%;
    z-index: 2
}

.logo {
    font-size: 35px;
    z-index: 5;
    font-weight: 600;
    font-family: Verdana;
    line-height: 2.5rem;
    color: #fff
}

.bar {
    width: 25px;
    height: 4px;
    background-color: #fff;
    margin: 5px 0
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #09347ae6;
    z-index: 2;
    overflow: hidden;
    transition: height .3s ease-in-out;
    flex-direction: column
}

.has-submenu .submenu, .submenu {
    display: none;
    position: absolute
}

.menu-close-button {
    font-size: 30px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 7px;
    border: 0;
    width: 50px;
    right: 20px
}

.menu {
    padding: 20px;
    display: none
}

.close-button {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px
}

.menu ul {
    list-style: none;
    padding: 100px 0 0 100px;
    margin: 0;
    flex-direction: column;
    height: 100%
}

    .menu ul li {
        margin: 6px 0;
        align-items: center;
        position: relative;
        transition: background-color .3s,color .3s,transform .3s,margin-left .3s
    }

        .menu ul li a {
            text-decoration: none;
            color: #fff;
            font-size: 40px;
            position: relative;
            display: flex;
            align-items: center;
            transition: margin-left .3s
        }

        .menu ul li:hover a {
            color: #fff;
            margin-left: 10px
        }

        .menu ul li a:hover, .menu ul li.has-submenu .submenu a:hover {
            color: #3498db
        }

        .menu ul li.has-submenu {
            position: relative;
            width: 25vw
        }

.has-submenu .submenu {
    top: -50px;
    left: 100%;
    width: 100%;
    padding: 10px 10px 10px 0;
    border-radius: 4px
}

.menu ul li.has-submenu:hover .submenu {
    display: block
}

.menu ul li.has-submenu .submenu li {
    margin: 0;
    padding: 5px 0
}

.menu ul li.has-submenu .submenu a {
    color: #fff;
    text-decoration: none;
    font-size: 24px
}

.menu ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff52;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s
}

.menu ul li.has-submenu:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

.menu ul li a i.fa-chevron-right {
    font-size: 25px;
    display: inline;
    opacity: 0;
    transition: opacity .3s;
    margin-right: 10px
}

.menu ul li:hover a i.fa-chevron-right {
    opacity: 1
}

.has-submenu sup {
    font-size: 20px
}

.submenu-toggle {
    font-size: 20px;
    margin-left: 5px
}

@media (min-width:1025px) {
    .submenu-toggle.desktop-only {
        display: none
    }
}

@media (max-width:1024px) {
    .menu ul {
        padding: 100px 0 0 30px;
        flex-direction: column
    }

        .menu ul li.has-submenu {
            width: 100%
        }

            .menu ul li.has-submenu .submenu a {
                font-size: 20px
            }

        .menu ul li {
            margin: 15px 0;
            font-size: 24px;
            position: relative;
            display: block
        }

            .menu ul li a {
                font-size: 30px;
                padding-left: 15px
            }

    .has-submenu .submenu {
        width: 100%;
        left: 0;
        top: 0 !important;
        display: none;
        position: relative;
        padding-left: 20px
    }

    .menu ul .has-submenu {
        margin-bottom: 10px
    }

    .has-submenu a i.fa-chevron-right {
        display: none
    }
}*/
/* Header Menu*/
.header {
    background-color: #09347a;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.menu a.bg {
    background: #ffffff;
    padding: 10px 15px;
    /* border: 2px solid #ffffff; */
    border-radius: 5px;
    color: #000000;
    margin-right: 0;
    margin-left: 0;
    line-height: 1;
    font-weight: 500;
    border: 1px solid #09347a;
}

    .menu a.bg:hover {
        background: transparent;
        /*color: #fff;*/
        transition: .3s all ease-in-out;
        border: 1px solid;
    }

li.menu-hasdropdown.bg .fa {
    top: 2px;
}

.logo-text {
    font-weight: 500;
    color: #fff;
    font-size: 1rem;
    margin-left: 10px;
    background: #2a9df4;
    border-radius: 13px;
    display: flex;
    align-items: baseline;
    height: auto;
    position: relative;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    border: 1.5px solid #008eff;
    width: 100%;
    line-height: 1rem;
    justify-content: center;
}

    .logo-text::after {
        content: ' ';
        position: absolute;
        /* padding: 10px; */
        /* height: 46px; */
        FONT-VARIANT: JIS04;
        /* width: 189px; */
        left: 0;
        top: 0;
        /* border: 1.5px solid #008eff; */
        border-radius: 15px;
        content: '';
        position: absolute;
        top: -4px;
        left: -4px;
        bottom: -4px;
        right: -4px;
        border: 1.5px solid #008eff;
    }

    .logo-text img {
        height: 20px !important;
        padding-top: 0 !important;
        margin-right: 6px;
        max-height: 50px;
    }

.header .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.custom-footer a {
    color: #fff;
}

.menu a:hover {
    color: #87c3ff;
}

.menu-hasdropdown .fa {
    font-weight: 600;
    font-size: 0.7rem;
    position: relative;
    left: 5px;
    top: 3px;
}

ul.menu-dropdown .fa {
    margin-right: 10px;
}

.custom-footer a:hover {
    text-transform: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 80;
}

.menu-hasdropdown > ul li a {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    text-wrap-mode: wrap;
    line-height: 1.2rem;
    align-content: center;
}

.menu a {
    display: block;
    white-space: nowrap;
    color: inherit;
}

.menu-dropdown,
.menu input[type=checkbox] {
    display: none;
}

.menu label:hover {
    cursor: pointer;
}

.menu-hasdropdown > ul li a:hover {
    background: #0c4095;
    transition: .3s all ease-in-out;
    margin: 0px;
    padding: 10px 15px;
    border-radius: 10px;
}

.servicehd img {
    border-radius: 15px 15px 0 0;
}

.servicehd h3:hover a {
    color: #fff;
    transition: .3s all ease-in-out;
}

/* narrow styles */
@media screen and (max-width: 1024px) {

    .menu > ul,
    .menu-righticon {
        display: none;
    }

    input[type=checkbox]:checked + ul {
        display: block;
        -webkit-animation: grow 0.5s ease-in-out;
        animation: grow 0.5s ease-in-out;
    }

    .menu ul {
        background: #ffffff;
        position: relative;
        overflow-y: scroll;
        max-height: 100vh;
    }
}

/* large styles */
@media screen and (min-width: 1025px) {

    .menu > label,
    input[type=checkbox] {
        display: none;
    }

    .menu a {
        margin: 0px 15px;
        color: #fff;
        padding: 20px 0;
        font-weight: 400;
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 1rem;
        line-height: 1.2;
    }

    .menu > ul > li {
        display: inline-block;
        /* height: 20px; */
    }

    .menu-hasdropdown {
        position: relative;
    }

        .menu-hasdropdown:hover > ul {
            display: block;
            -webkit-animation: grow 0.5s ease-in-out;
            animation: grow 0.5s ease-in-out;
        }

        .menu-hasdropdown > ul {
            position: absolute;
            top: 100%;
            left: 0;
            background: #09347a;
            min-width: 300px;
            border-radius: 0 0px 10px 10px;
            /* max-width: 20%; */
        }

    .menu-hasflyout > ul {
        left: 100%;
        top: 0;
    }

    .menu-hasflyout .menu-downicon {
        display: none;
    }
}

/* look and feel only, not needed for core menu*/
@-webkit-keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }

    50% {
        display: block;
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }

    50% {
        display: block;
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.menu-dropdown a {
    padding: 10px 0px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

/* narrow */
@media screen and (max-width: 1024px) {
    .menu > label {
        background: transparent;
        display: flex;
        padding: 0;
        text-align: right;
        font-size: 25px;
        height: 50px;
        align-items: center;
        padding-top: 0px;
        justify-content: end;
    }

    .menu a.bg {
        border-bottom: 1px dashed;
    }

    .header .logo {
        display: block;
    }

    .d-flex.logocover {
        float: left;
        position: relative;
        top: 15px;
    }

        .d-flex.logocover img {
            max-width: 110px
        }

    .row {
        margin: 0;
    }

    .menu a {
        padding: 15px 20px !important;
        color: #09347a !important;
        line-height: normal;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #09347a;
        font-weight: 600;
    }

    a:not([href]):not([class]) {
        color: #09347a;
        text-decoration: none;
    }

    .menu a.bg {
        padding: 10px 15px;
        border-radius: 0;
        color: #ffffff !important;
        margin: 0;
        font-weight: 600;
        background: #09347a;
    }

    .menu > ul i {
        float: right;
        padding: 5px 10px;
        background: transparent;
        border: 1px solid;
    }

    .menu-hasdropdown .fa {
        display: block;
    }

    .menu-dropdown a {
        background: #0c3e91;
        margin: 0 !important;
        font-weight: 600;
        /* border-bottom: 1px dashed #09347a; */
        color: #fff;
    }

    .menu a:hover {
        color: #09347a;
        text-decoration: none;
    }

    .menu-hasdropdown > ul li a:hover {
        color: #fff;
        border-radius: 0px;
    }

    .menu-hasflyout > ul a {
        background: #209cff;
    }
}
