:root {
    --primary-color: rgba(3, 152, 158, 1);
}

/* html {
    scroll-behavior: smooth;
} */

.dropdown {
    position: relative;
}

.dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.dropdown ul li {
    min-width: 200px;
    text-align: left !important;
}

.dropdown li a,
.dropdown ul a:hover,
.dropdown ul .active:hover,
.dropdown ul li:hover>a {
    color: var(--primary-color) !important;
}


.dropdown ul a:hover,
.dropdown ul .active:hover,
.dropdown ul li:hover>a {
    border-bottom-color: var(--primary-color) !important;
}


.dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #01036f;
}

.dropdown ul a i {
    font-size: 12px;
}

.dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

#home_page {
    background-attachment: fixed;
}

.preloader span {
    background: white;
    height: 100px;
    width: 100px;
}

.underline {
    border-bottom: 7px solid yellow;
}


.bttn-default,
.bttn-white:hover {
    background: var(--primary-color);
}

@-webkit-keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(3, 152, 158, 0.6), 0 0 0 0 rgba(3, 152, 158, 0.6);
        box-shadow: 0 0 0 0 rgba(3, 152, 158, 0.6), 0 0 0 0 rgba(3, 152, 158, 0.6);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 10px rgba(3, 152, 158, 0.6);
        box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 10px rgba(3, 152, 158, 0.6);
    }

    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 20px rgba(3, 152, 158, 0.6);
        box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 20px rgba(3, 152, 158, 0.6);
    }

    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 10px rgba(3, 152, 158, 0.6);
        box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 10px rgba(3, 152, 158, 0.6);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(3, 152, 158, 0.6), 0 0 0 0 rgba(3, 152, 158, 0.6);
        box-shadow: 0 0 0 0 rgba(3, 152, 158, 0.6), 0 0 0 0 rgba(3, 152, 158, 0.6);
    }
}

@keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(3, 152, 158, 0.6), 0 0 0 0 rgba(3, 152, 158, 0.6);
        box-shadow: 0 0 0 0 rgba(3, 152, 158, 0.6), 0 0 0 0 rgba(3, 152, 158, 0.6);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 10px rgba(3, 152, 158, 0.6);
        box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 10px rgba(3, 152, 158, 0.6);
    }

    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 20px rgba(3, 152, 158, 0.6);
        box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 20px rgba(3, 152, 158, 0.6);
    }

    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 10px rgba(3, 152, 158, 0.6);
        box-shadow: 0 0 0 10px rgba(3, 152, 158, 0.6), 0 0 0 10px rgba(3, 152, 158, 0.6);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(3, 152, 158, 0.6), 0 0 0 0 rgba(3, 152, 158, 0.6);
        box-shadow: 0 0 0 0 rgba(3, 152, 158, 0.6), 0 0 0 0 rgba(3, 152, 158, 0.6);
    }
}

.overlay:before,
.mainmenu-area:before {
    background: var(--primary-color);
}

.bttn-white,
.mainmenu-area .right-button a:hover {
    color: var(--primary-color);
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

svg {
    vertical-align: middle;
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}
