:root{
    --text-paragraph : "din-regular","sans-serif";
    --text-title : "din-bold","sans-serif";
    --color-theme : #095670;
    --color-gray : #4D4D4D;
    --color-white : #ffffff;
    --color-text : #333333;
    --footer-link: #6D6E71;
    --color-light: #ECEDED;
}

html,body{
    margin: 0;
    position: relative;
    width: 100%;
    font-family: var(--text-paragraph);
    font-size: 14px;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    font-family: "avant-grade", sans-serif;
}

h1{
    font-size: 24px;
    margin-bottom: 1rem;
}
/*A.K.*/
img{
    width: 100%;
}

a:hover{
    color: var(--color-text);
    transition: 0.3s ease all;
}

.sized-box{
    padding: 32px 0;
}

.bg-cover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-theme{
    background: var(--color-theme);
}

.bg-theme-deep{
    background: #053B49;
}

.bg-theme-dark{
    background: linear-gradient(to bottom, rgba(9, 86, 112, 0.8), rgba(9, 86, 112, 0.5));
}

.bg-theme-light{
    background: var(--color-light);
}

.text-theme{
    color: var(--color-theme);
}

.text-theme-deep{
    color: #053B49;
}

.header{
    position: fixed;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 100;
}

.header-logo{
    max-width: 120px;
}
.nav-item.active,.nav-item:hover{
    background-color: var(--color-theme);
    transition: 0.3s ease all;
}

.nav-item:hover .nav-link{
    color: var(--color-white);
    transition: 0.3s ease all;
}

.nav-link{
    color: var(--color-white);
    padding: 4px 16px;
    font-family: "montserrat-medium", sans-serif;
}

#mobile-menu-btn .nav-link:hover{
    color: var(--color-white);
}

.mobile-menu-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--color-theme);
    transition: .3s ease-in-out;
    overflow: hidden;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    z-index: 100;
}

.mobile-menu-wrapper.active{
    height: 100vh;
    transition: .3s ease-in-out;
}

.mobile-menu-close{
    position: absolute;
    top: 16px;
    right: 16px;
    color: var(--color-white);
    transition: 0.3s ease all;
}

.mobile-menu-close:hover{
    color: var(--color-white);
    transform: rotate(720deg);
}

.mobile-nav{
    list-style: none;
}

.mobile-nav .mobile-nav-item{
    margin-bottom: 2rem;
}

.mobile-nav .mobile-nav-item .mobile-nav-link{
    text-decoration: none;
    color: var(--color-white);
    font-family: "din-bold", sans-serif;
    font-size: 2rem;
    transition: 0.2s ease all;
}

.mobile-nav-item:hover{
    letter-spacing: 3px;
    text-shadow: 4px 4px 2px rgba(255,255,255,0.6);
    transition: 0.2s ease all;
}

footer{
    padding: 2rem 0;
}

.footer-logo{
    max-width: 120px;
}

.footer-link-title{
    font-family: "din-bold", sans-serif;
    color: var(--color-theme);
    margin-bottom: 1rem;
}

.footer-list{
    list-style: none;
    padding-left: 0;
}

.footer-item{
    margin-bottom: 0.5rem;
}

.footer-link{
    color: var(--footer-link);
    font-family: 'din-medium', sans-serif;
    text-decoration: none;
}

.copyright{
    font-family: 'din-regular', sans-serif;
    color: var(--footer-link);
}

/*SERVICES*/
.service-box{
    margin-bottom: 1rem;
}

.service-title{
    color: var(--color-theme);
    font-family: 'din-bold', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.service-text{
    text-align: center;
}

.service-title, .service-img,
.service-text{
    margin-bottom: 1rem;
}

.service-info{
    margin-bottom: 2rem;
}

.service-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-btn a{
    color: var(--footer-link);
    text-decoration: none;
    text-align: center;
    border: 1px solid var(--footer-link);
    border-radius: 25px;
    padding: 4px 24px;
    font-family: "din-medium",sans-serif;
}

.service-icon{
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.partner-wrapper{
    display: flex;
    justify-content: center;
}

.partner-title{
    font-size: 40px;
    padding: 8px 32px 16px 32px;
    color: var(--color-white);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;

    margin-bottom: 2rem;
}

.partner-title{
    background: var(--color-theme);
}

.partner-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-img{
    width: 50%;
    padding: 1rem;
}

.scrolled{
    background: var(--color-theme);

    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    transition: 0.3s ease all;
}

.mission-box{
    margin-bottom: 1rem;
}

.mission-icon{
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
}

.mission-text{
    text-align: center;
}

.service-list li{
    margin-bottom: 0.5rem;
}

.service-overlay{
    position: relative;
}

.service-overlay img{
    height: 250px;
    object-fit: cover;
}

.service-overlay-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: var(--color-white);

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

    font-size: 22px;
    text-transform: uppercase;
}

.client-img{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.contact-box{
    display: flex;
    flex-wrap: wrap;
}

.contact-icon{
    max-width: 60px;
}

.contact-info{
    margin-left: 1rem;
}

.team-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(9,86,112, 0.33), rgba(9,86,112, 0.53), rgba(9,86,112, 0.73),rgba(9,86,112, 0.93));
}

.text-justify{
    text-align: justify;
}

#main-slider{
    min-height: 100vh;
}

#main-slider .slick-slide img{
    min-height: 100vh;
    object-fit: cover;
}