nav {
    background-color: #fe790c;
}
nav img {
    height: 45px;
}
.cardGroup .card {
    width: 90% !important;
    height: 390px !important;
    border-radius: 46px;
    filter: drop-shadow(0 0 10.5px rgba(8,8,8,0.23));
    background-color: #ffffff;
    
}
.text-yellow {
    color: #fe8f0c;

}
.btn-yellow {
    background-color: #fe8f0c!important;
}
.designYellow {
    width: 108px;
    height: 100px;
    position: absolute;
    bottom: -20px;
    left: -30px;
}

.relative {
    position: relative;
}
.text-blue {
    color: #3d8acb;
}

.bg-travel {
    background-image: url(../images/bg1.png);
    height: 600px;
    background-position: center bottom;
}
.footer-bg {
    background-image: url(../images/footerbg.png);
}
.imgcenter {
    text-align: end;
}
.imgcenter img {
    width: 90%;
}
.button_contact_form {
    background-color: 	#4dc247;
    color: #fff;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    position: fixed;
    width: 70px;
    right: 0px;
    z-index: 99;
    border-radius: 630px;
    display: block !important;
    margin-right: 30px;
    text-align: center;
}

.button_contact_form i {
    font-size: 50px;
    color: #ffffff;

}