.scroll-to-fixed-fixed {
    z-index: 1000;
    position: fixed;
    top: 0px;
    margin-left: 0px;
    width: 100%;
    left: 0px;
}



.icon-box .content {
    width: 200px;
    color: #6c7293;
}

/* backgrounds */
.bg-light{
    background: #fdfdfd;
}

.bg-light-2{
    background: #f6f6f6;
}

.bg-light-3{
    background: #f9f9f9;
}

.icon-box .icon.icon-xl{
    height: 100px !important;
    width: 100px !important;
}

/* btns */
.btn-theme-colored1:hover{
    background-color: #4C8EBE !important;
    
}
.btn-theme-colored2:hover{
    background-color: #191c35 !important;
}

.btn.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
    border-radius: 50%;
}

.btn-soft-light {
    color: #f7faff;
    background-color: #4c8ebe;
    border-color: transparent;
    margin-right: 10px;
    height: calc(1em + 1.3rem + 2px) !important;
    width: calc(1em + 1.3rem + 2px) !important;
}

.btn-soft-light:hover {
    color: #1D2172 !important;
}

/* our expertise */
.image-clients {
    max-width: 105px;
}

.tm-sc-departments-tab .nav-tabs > li > a {
    color: #ffffff;
}

/* footer */
.footer {
    background: #1d2172 !important;
    color: #ffffff;
    font-size: 0.9rem;
}

.footer .logo-footer-genesis {
    width: 150px;
}

/* modal contact */

.modal-header{
    background-image: url('../images/media/backmodal.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 180px;
}

.modal-header .btn-close{
    margin: -0.5rem -0.5rem 7.5rem auto;
    border-radius: 30px;
    background-color:rgba(192,192,192,0.3);
    
}
button.btn-close{
    background-color: #ffffff !important;
}
.modal-body{
    padding: 30px;
}
h5.modal-title{
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    left: 40%;
}
.buttom-submit{
    padding: 0.5rem 1rem;
    margin-top: 15px;
    margin-right: 30px;
    background: #1d2172 !important;
}
.buttom-reset{
    padding: 8px 60px 8px 60px !important;
    margin-top: 15px;
    margin-right: 30px;
    background: #444444 !important;
}

.form-control{
    height: 45px !important;
}

textarea.form-control{
    height: auto !important;
}

/* Responsive mobile 480px */
@media(max-width:480px){
    .form-contact{
        margin-top: 20px;
    }
    h5.modal-title{
        left: 20%;
    }

    .tm-sc-departments-tab .nav-tabs > li.active > a:before {
        transform: translate(-10%, 0) !important;
    }
}

/* Responsive mobile 480px */
@media(max-width:992px){
    .form-contact{
        margin-top: 20px;
    }
    .icon-box .content {
        width: 100% !important;
        font-size: 1.4rem;
    }
}
