@keyframes fade-in {
    from {opacity: 0; transform: scale(.7, .7)} to {opacity: 1}
}
.fade-in-element {
    animation: fade-in 1.4s;
}
.hidden {
    opacity: 0;
}
* {
    box-sizing: border-box;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
html{
    /*scroll-behavior: smooth;*/
}
header {
    top: 0;
    position: sticky;
    z-index: 99999;
    background-color: #d6d6d6;
    box-shadow: 0px 0px 20px black;
}
header .row {
    margin-bottom: 0;
}
.hamburger-menu {
    position: absolute;
    display: none;
    top: 0;
    /*left: -10px;*/
}
.social-navbar {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f2f2f2;
    height: 40px;

}
.social-navbar .container {
    display: flex;
    justify-content: flex-end;
}
.menu-navbar {
    padding: 10px 0;
}
.hamburger-menu .menu-item {
    width: 100%;
}
.fa-bars {
    padding-top: 60px;
    color: #10456E;
    font-size: 100px;
}
.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}
.menu-nav {
    display: flex;
    justify-content: flex-end;
    padding: 0 !important;
}

.menu-item {
    margin-left: 16px;
    padding: 7px;
}
.menu-item a {
    text-decoration: none;
    color: #10456E;
    font-weight: bold;
    padding: 7px;
}

.menu-item a:hover {
    transition: background cubic-bezier(.17,.67,.83,.67) 0.3s;
    color: #fff;
    background: #10456E;
    border-radius: 5px;
    padding: 7px;
    /*border-bottom: 1.5px solid #ED3237;*/
}
.menu-item-active {
    padding: 7px;
    transition: background cubic-bezier(.17,.67,.83,.67) 0.3s;
    color: #fff;
    background: #10456E;
    border-radius: 5px;
}
.menu-item-active a {
    color: #fff !important;
}
.logo {
    width: 120px;
}

.header-display {
    display: table-cell;
}
.social-display {
    float: left;
    margin-right: 10px;
}
.fa-facebook-square,
.fa-instagram,
.fa-whatsapp,
.social-navbar .fa-map-marker-alt{
    border-radius: 100%;
    font-size: 16.5px !important;
    cursor: pointer;
    width: 25px !important;
    height: 25px !important;
    padding: 4px;
}
.fa-facebook-square:hover,
.fa-whatsapp:hover,
.social-navbar .fa-map-marker-alt:hover {
    cursor: pointer;
    background-color: black;
    color: #f2f2f2;
}
.fa-instagram:hover {
    cursor: pointer;
    background-image: linear-gradient(to right, black, black);
    color: #f2f2f2;
}

.social-navbar .fa-map-marker-alt {
    background-color: #34B7F1;
    color: white;
}
.fa-facebook-square {
    background-color: #4267B2;
    color: white;
}
.fa-whatsapp {
    background-color: #128C7E;
    color: white;
}
.fa-instagram {
    background-image: linear-gradient(to right, #833AB4, #C13584, #FD1D1D, #F56040);
    color: white;
}
.main-background {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 735px;
    color: white;
}
.main-background h4 {
    position: absolute;
    width: 50%;
    text-align: center;

}
.background {

    background-image: url("../img/IMG_4782.JPG");
    -moz-background-image: url("../img/IMG_4782.JPG");
    -webkit-background-image: url("../img/IMG_4782.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    filter: brightness(65%);
}

.about-us {
    display: flex;
    align-items: center;
    height: 800px;
    background-color: #f2f2f2;
    padding-top: 20px;
    text-align: center;
}
.about-us h3 {
    font-weight: bold;
}
.about-us-wrapper h5 {
    font-weight: 600;
}
.about-us-wrapper {
    padding-top: 20px;
    height: 100%;
}
.about-us .container,
.about-us .row{
    height: 85%;
}
.about-us-common {
    height: 150px;
}

.about-us-common p,
.about-us-wrapper h5 {
    text-align: left;
}
.about-us-background {
    background-image: url("../img/lisenziya.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 469px;
    min-width: 404px;
    height: 100%;
}
.counter {
    background-color: #10456E;
    color: white;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.counter h4 {
    margin-top: 0;
    font-size: 20px;
}
.c-section4,
.counter-symbol {
    font-size: 45px;
}
.activities {
    display: flex;
    align-items: center;
    height: 650px;
    padding: 30px 0;
    position: relative;
}
.activity-one img {
    height: 70px;
}
.activities .row {
    padding-top: 20px;
}
.activities-row .row {
    display: flex;
    align-items: flex-start;
    height: 150px;
}
.activities-background {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/IMG_5728.JPG");
    -moz-background-image:  url("../img/IMG_5728.JPG");
    -webkit-background-image:  url("../img/IMG_5728.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    filter: brightness(35%);
    height: 100%;
    width: 100%;
    z-index: -1;
}
.activity-absolute {
    color: #ffffff;
    /*position: absolute;*/
}
.activities h3 {
    font-weight: bold;
    margin: 0;
}
.activity-image h4{
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 20px 0;
}
.activity-info p {
    text-align: left;
}
.recommendation {
    display: flex;
    align-items: center;
    height: 630px;
    background-color: #f2f2f2;
    padding-bottom: 30px;
}
.recommendation h3 {
    padding: 20px 0;
    font-weight: bold;
    margin: 0;
}
.recommendation-image {
    display: inline-block;
}
.recommendation-image img{
    width: 400px;
    height: 500px;
}
.slider-item {
    display: inline-block;
    margin-right: 70px;
}
.partners {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.partners .swiper-slide {
    display: flex;
    justify-content: center;
}
.partners .swiper-slide img {
    width: 120px;
    height: 100px;
    margin: 0 20px;
    object-fit: contain;
}
.swiper-partners {
    overflow: hidden;
}
.swiper-pagination-bullets {
    bottom: -5px !important;
}
:root {
    --swiper-theme-color: #10456E !important;
}
.projects {
    display: flex;
    align-items: center;
    height: 800px;
    color: white;
    justify-content: center;

}
.projects .swiper-button-next,
.projects .swiper-button-prev {
    top: 58%;
}
.projects-background {
    background-image: url("../img/IMG_1449.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    filter: brightness(45%);
}

.projects .container {
    padding-top: 20px;
}
.projects-align {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.projects .swiper-slide img {
    height: 200px;
    width: 200px;
}
.projects .swiper-container {
    overflow: hidden;
    width: 100%;
}
/*.projects .swiper-slide {*/
/*    left: 140px !important;*/
/*}*/
.projects .swiper-slide-duplicate {
    /*margin-right: 300px !important;*/
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.project-head {
    text-align: center;
}
.swiper-width {
    /*width: 80% !important;*/
}
.row {
    margin-bottom: 0;
}
.google-map {
    height: 400px;
    width: 100%;
}
.connect-us {
    height: 100%;
}
.connect-us .row {
    display: flex;
    align-items: center;
}
.connect-display {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.connect-item {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 20px;
}
.connect-item h6 {
    font-weight: bold;
}
.adress-info {
    margin-left: 20px;
}
footer {
    background-color: #d6d6d6;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}
.projects .swiper-button-next,
.projects .swiper-button-prev {
    color: white !important;
}
#scroll-up{
    display: none;
    position: fixed;
    bottom: 25px;
    right: 50px;
    font-size: 34px;
    z-index: 99999;
    height: 50px;
    width: 50px;
    border: 1px solid black;
    text-align: center;
}
#scroll-up a {
    color: #000000;
}
#scroll-up:hover,
#scroll-up:hover a {
    color: #ED3237;
    border-color: #ED3237;
    cursor: pointer;
    opacity: 0.8;
}

