


nav {
    font-size: 18px;
}



.scroll {
    color: #fff;
    margin-top: 100px
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: hsla(110, 100%, 4%, .9);

}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    /*bottom: var(--cd-back-to-top-margin);*/
    right: 20px;
    /*right: var(--cd-back-to-top-margin);*/
    display: inline-block;
    height: 40px;
    /*height: var(--cd-back-to-top-size);*/
    width: 40px;
    /*width: var(--cd-back-to-top-size);*/
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(110, 100%, 4%, .9);
    /*background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)*/
}

.carousel-item {
    height : 300px;
    background: no-repeat scroll center;
    -webkit-background-size: cover;
    background-size: cover;
}
.carousel-item::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.1;
}
.carousel-item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: auto;
    margin: 0 auto;
}

.text-custom{
    color: black;
    font-weight: 700;
}
#us{
    position: relative;
    height: 500px;
}

#us:after {
    content:'';
    background: url("../images/businessman.jpg") no-repeat center center;
    position: absolute;
    top:0px;
    left: 0px;
    width:100%;
    height:100%;
    z-index:-1;
    opacity: 0.92; /* Here is your opacity */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 26px; /* Place the button at the bottom of the page */
    right: 39px; /* Place the button 30px from the right */
    z-index: 98; /* Make sure it does not overlap */
    padding: 21px;
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: hsla(110, 100%, 4%, .9);
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    /*background-color: #555;*/ /* Add a dark-grey background on hover */
    background-color: #754c26;
}


footer a {
    color: inherit;
    text-decoration: none;
}

footer a:hover{
    color: #031200;
}

.lang a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.55);
}
.lang a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}