:root{
    --primaryColor: #0169c9;
    --primaryDarkColor: #013397;
    --darkColor: #000;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--primaryColor) #fff;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 2px solid whitesmoke;
    background: var(--primaryColor);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--primaryColor);
}

html{
    scroll-behavior: smooth;
}


img{
    max-width: 100%;
}

.border-bottom-dash{
    border-bottom: dashed 1px #dddddd;
}

.text-primary{
    color: var(--primaryColor) !important;
}

.bg-primary{
    background: var(--primaryColor) !important;
}

.text-lg{
    font-size: 27px !important;
}
.big-title{
    font-size: 40px;
}

.nav-link:hover {
    color: var(--primaryColor);
}

body{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    background: #ffffff;
}

header{
    background: #ffffff;
}
.fixed-header{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.fixed-header .navbar-brand img {
    height: 40px;
}

.fixed-header + .content .page-section.active{
    margin-top: 150px !important;
}

#home{
    padding-top: 0 !important;
}

.footer{
    background: var(--primaryDarkColor);
}

.navbar-brand img{
    height: 70px;
}
#btn-nav, .mobile-header{
    display: none !important;
}

.top-menu{
    background: var(--darkColor);
}

/*dropdown*/
.dropdown-menu{
    margin-top: 5px !important;
}

.dropdown-menu::before {
    position: absolute;
    z-index: -5;
    bottom: 100%;
    left: 20px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    transform: rotate(-45deg) translateY(1rem);
    border-radius: .25rem;
    background: #fff;
    box-shadow: none;
}

/*menu*/
.nav-link.active{
    color: var(--primaryColor);
    position: relative;
}
.nav-link.active:after{
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: var(--primaryColor);
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dropdown-menu.show {
    margin-top: 15px !important;
}

.slider{
    min-height: calc(100vh - 90px);
    background: #ffffff;
}

.slider .img{
    text-align: center;
    padding-top: 10px;
}
.slider .img img{
    width: 500px !important;
    border-radius: 30px;
}

.slider .description{
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 90px;
    text-align: center;
}
.slider .title{
    font-size: 40px;
}
.owl-item.active .btns-box, .owl-item.active .title, .owl-item.active .desc {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.slider .btns-box, .slider .title, .slider .desc {
    margin-top: 35px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transition-delay: 0s;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    overflow: hidden;
    padding: 12px 35px 12px;
    text-transform: uppercase;
    background-color: var(--primaryColor);
    border-radius: 50px;
}

.theme-btn {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one:hover {
    color: var(--primaryColor);
}

.btn-style-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
}

.btn-style-one::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: rgba(256,256,256,0.5);
    border-radius: 50px;
}

.btn-style-one .txt {
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-item img {

}

.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}
.moving-waves > use:first-child {
    animation-delay: -2s;
    animation-duration: 11s;
}
.moving-waves > use {
    animation: d 40s cubic-bezier(.55,.5,.45,.5) infinite;
    animation-duration: 40s;
    animation-delay: 0s;
}
.moving-waves > use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.moving-waves > use:nth-child(3) {
    animation-delay: -3s;
    animation-duration: 15s;
}
.moving-waves > use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 20s;
}
.moving-waves > use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 25s;
}
.moving-waves > use:nth-child(6) {
    animation-delay: -3s;
    animation-duration: 30s;
}

@keyframes d {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}

.service .item{
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin: 0 auto;
}

.contact-us .bg-contact-us{
    width: 500px;
}


@media screen and (max-width: 1300px) {
    header{
        background: var(--primaryColor);
        padding: 5px 0;
        line-height: 15px;
    }
    .language{
        line-height: 30px;
    }
    .menu{
        display: none;
    }
    #btn-nav, .mobile-header{
        display: block;
    }
    .nav-link.active::after {
        display: none;
    }
    .navbar-vertical .navbar-nav .nav-link.active::before {
        border-left: 2px solid var(--primaryColor);
    }
    .navbar-vertical .navbar-brand {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
}
