body{
    font-family: 'Josefin Sans', sans-serif;
}
.container-fluid{
   width: 100% !important;
}

.row{
    width: 100% !important;
    margin-left: 0px;
    margin-right: -15px;
}

h1{
    font-weight: 700;
}
h2{
    font-size: 40px;
    font-weight: 600;
}
h3{
    font-weight: 400;
}
h4{
    font-weight: 300;
}
a{
    color: white;
    text-decoration: none;
}
p,ul,li{
    color: gray;
    font-weight: 300;
    line-height: 1.3;
}
p{
    text-align: justify;
}
li{
    line-height: 1.3;
}

.sh{
    visibility: hidden;
}
@media (max-width: 411px) {
    .sh{
        visibility: visible;
    }
}

.bg-dark{
    background-color: black !important;
}

.nav-item a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px !important;
    padding: 2px 4px !important;
    border: 2px solid transparent;
}
.nav-item a:hover{
    color: white;
    border: 2px solid white;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 15px !important;
}
.nav-item .active{
    border: 2px solid white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 4px 2px 4px !important;
}
.carousel{
    width: 100% !important;
}
.hei{
    height: 100%;
    width: 100%;
}
@media (max-width: 411px) {
    .hei{
        height: 270px;
        width: 100%;
    }
}

.section{
    padding: 125px 50px 80px 50px;
}


.gallery {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 0;
  background-position: top center !important;
  z-index: 0;
  position: relative; }
  .gallery:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000000;
    opacity: 0;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .gallery .text span {
    color: rgba(255, 255, 255, 0.9); }
  .gallery h2 {
    color: #fff;
    line-height: 1.2;
    font-size: 18px; }
    .gallery h2 a {
      color: #fff; }
  .gallery .desc {
    z-index: 1; }
  .gallery .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 70px;
    height: 70px;
    content: '';
    z-index: 1;
    background: #fff;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    margin-top: -70px;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .gallery:hover:after {
    opacity: .5; }
  .gallery:hover .icon {
    opacity: 1; }





    .row-text-about p, .row-text-about li{
        font-size: 20px;
        font-weight: bolder;
        color: #fff;
    }

    .row-form{
        font-size: 20px;
        font-weight: bolder;
    }

    .nav-item a{
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

    .row-gallery img{
        width: 100%;
        height: 270px;
        object-fit: cover;
        margin-bottom: 30px;
        transition: .5s ease;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
}

    .carousel-inner img{
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .row-gallery .col-md-3{
        overflow: hidden;
    }

    .row-gallery .col-md-3:hover img{
        scale: 1.1;
    }