@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400&display=swap');

html {
   font-family: Roboto, Arial, Helvetica, sans-serif;
}

/*-----*/

@media screen and (max-width:1023px) {
    .custom-menu {
        display: none
    }
}


.custom-menu p {
    text-align: center;
}

.toggle,
[id^=drop] {
    display: none;
}

.custom-menu {
    margin: 0;
    padding: 0;
}

.custom-menu:after {
    content: "";
    display: table;
    clear: both;
}

.custom-menu ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
/*    position: relative;*/
    text-align: left;
}

.custom-menu ul li {
    margin: 0px;
    float: left;
    z-index: 2;
}

.custom-menu .main-links {
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 87%;
    font-weight: 600;
/*    text-transform: uppercase;*/
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.5);
    margin: 0 8px;
}
.custom-menu .main-links:hover {
    background: #006bc5;
    border: 1px solid #006bc5;
}
.dropdown-content {
    padding: 0!important;
}

.custom-menu ul .dropdown-content .sub-item li a {
    display: block;
    padding: 7px 10px;
    color: #000000;
    background: linear-gradient(to right, #2788e5 0%, #FF0000 100%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 85%;
    font-size: 90%;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.2s;
}
/*
.custom-menu ul .dropdown-content li a:hover {
    background-size: calc(100% - 9px) 1px;
}
*/
.custom-menu ul .dropdown-content {
    width: 101%;
  display: none;
  position: absolute;
  background-color: #fff;
  max-width: 1000px;
/*    margin: 0 30px 0 auto;*/
  left: 0;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 8;
}


.custom-menu ul li:hover > .dropdown-content {
    display: inherit;
}
.custom-menu ul .dropdown-content .col-menu {
  float: left;
    width: 55%;
  padding: 20px;
    background: #fff;
}
.custom-menu ul .dropdown-content .col-menu-ct {
  float: left;
    width: 100%;
  padding: 20px;
    background: #fff;
}


.custom-menu ul .dropdown-content li {
    width: auto;
    float: none;
    position: relative;
}

.custom-menu ul .dropdown-content li a:hover {
    color: white;
    background: #0087f8;
}

.custom-menu ul ul ul li {
    position: relative;
    top: -100px;
    left: -130px;
}

.custom-menu li > a:after {
    font-family: "FontAwesome";
    content: " \f078";
    font-size: 12px;
    margin-left: 3px;
}



/*
.custom-menu li:last-child > a:after {
    font-family: "FontAwesome";
    content: " ";
}
*/

.custom-menu li > a:only-child:after {
    content: '';
}

.custom-menu .active {
    background-color: #000000;
}

.custom-menu ul .dropdown-content .col-menu:nth-of-type(1) {
    width: 65%
}
.custom-menu ul .dropdown-content .menu-cover {
    position: relative;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    width: 35%!important;
    height: 327px;
}
.custom-menu ul .dropdown-content .menu-cover .overlay-des {
    position: absolute;
    background: linear-gradient(to bottom, rgba(1, 33, 77, 0.9), rgba(0, 0, 0, 0.7));
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
}
.custom-menu ul .dropdown-content .menu-cover .overlay-des p {
    text-align: left;
    margin-top: 12px
}
.custom-menu ul .dropdown-content .menu-cover .overlay-des a {
    color: #fff;
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 85%;
    font-size: 110%;
    font-weight: bold;
    transition: 0.2s;
    padding: 10px 0
}
.custom-menu ul .dropdown-content .menu-cover .overlay-des a:hover {
    background-size: calc(100% - 9px) 1px;
    text-decoration: none
}
.col-search {
    width: 45%!important;
    background: #000!important;
}
.col-search h3 {
    color: #fff
}
.drop-links {
    padding: 1em 0
}
.drop-links a {
    display: inline-block!important;
     color:#fff!important;
    margin-right: 1.5em;
}
.drop-links a span {
    font-weight: bold
}
.col-content {
    display: flex;
}
.col-content h3 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 105%!important;
    margin-bottom: 10px;
    color: #333!important;
    font-weight: 500!important
}
.col-inside {
    float: left;
    margin-right: 1em
}

a {
    color: #677d23
}



/* Media Queries
--------------------------------------------- */
.toggle-menu {
    display: none;
}

@media all and (max-width : 999px) {
    .col-content {
        display: block
    }
    .col-inside {
        width: 100%;
        margin-bottom: 15px
    }
    .custom-menu ul .dropdown-content {
        position: inherit;
        margin: 0
    }
    .custom-menu ul .dropdown-content .col-menu{
        width: 100%;
        padding: 20px 20px
    }
    .custom-menu ul .dropdown-content .col-menu:nth-of-type(1) {
    width: 100%
}
    .col-search {
        display: none
    }
    .custom-menu ul .dropdown-content .menu-cover {
        display: none
    }
    
    
    .menu {
        height: 350px;
        overflow-y: auto;
    }
    .custom-menu ul {
        position: absolute;
        top: 35px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;

    }

    .custom-menu .toggle + a,
    .custom-menu .menu {
        display: none;
    }

    .toggle-menu {
        float: right;
/*        display: inline-block;*/
        display: none;
        padding: 0 20px;
        color: #FFF;
        font-size: 160%;
        font-weight: normal;
        line-height: 30px;
        text-decoration: none;
        border: none;
        cursor: pointer;
    }
    
    .toggle {
        display: block;
        background-color: #0068b1;
        padding: 0 20px;
        color: #FFF;
        font-size: 120%;
        font-weight: bold;
        line-height: 60px;
        text-decoration: none;
        border: none;
    }

    .custom-menu .toggle:hover {
        background-color: #333;
        cursor: pointer;
    }


    .custom-menu [id^=drop]:checked + ul {
        display: block;
    }

    .custom-menu ul li {
        display: block;
        width: 100%;

    }


    .custom-menu ul ul .toggle,
    .custom-menu ul ul a {
        padding: 0 40px;
    }

    .custom-menu ul ul ul a {
        padding: 0 80px;
    }

    .custom-menu a:hover,
    .custom-menu ul ul ul a {
        background-color: #4d6969;
    }

    .custom-menu ul li ul li .toggle,
    .custom-menu ul ul a {
        background-color: #364e4e;
    }

    .custom-menu ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    .custom-menu ul ul li:hover > ul,
    .custom-menu ul li:hover > ul {
        display: none;
    }

    .custom-menu ul ul li {
        display: block;
        width: 100%;
    }

    .custom-menu ul ul ul li {
        position: static;

    }
}

@media all and (max-width : 330px) {

    .custom-menu ul li {
        display: block;
        width: 94%;
    }

}