.set-center{
    width: 220px;
}
.t-item{
    width: 30%;margin-left: auto !important; margin-right: auto !important; display: block !important;
}
.background-img{
    background-size: 130% !important;
    background-position:top right !important;
    background-attachment: fixed !important;
}
.description{
    color: #082C4C;
}
.section-header-contact{
    color: #082C4C !important;
    font-weight: bold;
}
.edit-form{
    border: none !important;
    border-bottom: 1px solid #ced4da !important;
    margin-bottom: 30px;
}
.background-gray{
    background-color: #F3F3F3 !important;
    color: #949494 !important;
}
.interested {
    background-image: url("../img/meeting-room-with-black-chairs-640w.jpg");

}

.interested .get-darker {
    padding: 70px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.btn-interest {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
    background-color: white;
    padding: 10px;
    text-align: center;
    color: #1b1e21;
    margin-top: 10px;
    font-weight: bold;
    border: 1px solid white;
}


.btn-interest:hover {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
    background-color: transparent;
    padding: 10px;
    text-align: center;
    color: white;
    margin-top: 10px;
    font-weight: bold;
    border: 1px solid white;
}

.logo-intellidocs {
    width: 250px;
    margin-bottom: 20px;
}

.logo-core {
    width: 120px;
    margin-bottom: 20px;
}


.img-cetificate {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 600px;
}

.img-wixis {
    width: 100%;
    position: absolute;
    height: 100%;
    box-shadow: 0px 0px 10px 1px #1d2124;
}

#logo img {
    width: 226px;
    position: absolute;
    top: 0px;

}

.slider-size {
    height: 320px;
    overflow: hidden;
    width: 700px;
    margin-bottom: 40px !important;
}

.item-background {
    background-position: center;

}

.intro-carousel-others {
    background-color: rgba(0, 0, 10, 0.9);
}

.title-about-cards {
    text-align: left !important;
}

.title-about-cards a {
    color: #082C4C !important;
}

.img-div {
    width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.criss-logo {
    width: 290px;
}

.padding-20 {
    padding-bottom: 20px;
}

.contact-box{
    margin-bottom: 30px;
}
/*.title{*/
/*    font-weight: bold;*/
/*}*/


/*===============================================================================================================*/
@media (max-width: 1024px) {
    .set-center{
        width: 170px;
    }

    .br-lg{
        display: none;
    }
}

@media (max-width: 768px) {
    .display-none{
        display: none;
    }
    .t-item{
        width: 50%;
    }
    .contact-box{
        margin-top: 40px;
    }
}

@media (max-width: 425px) {
    .img-cetificate {
        margin-left: 0;
        margin-right: 0;
        display: block;
        width: 300px;
    }
    .t-item{
        width: 70%;
    }
    .background-img{
        background-size: 230% !important;
    }

    .img-div {
        width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-size {
        width: 330px;
        margin-bottom: 40px;
    }

    .criss-logo {
        width: 250px;
    }

    .slider-size {
        height: 200px;
    }
}

@media (max-width: 375px) {
    #services .box-projectmanagement {
        /*height: 480px;*/
    }

    .t-item {
        width: 80%;
    }

    .criss-logo {
        width: 250px;
    }

    .set-center {
        width: 124px;
    }

    .background-img {
        background-size: cover !important;
    }

    /*#intro {*/
    /*    height: 65vh;*/
    /*}*/
    @media (max-width: 320px) {
        .img-cetificate {
            width: 300px;
        }

        .slider-size {
            width: 300px;
            margin-bottom: 40px;
        }

        #services .box-about {
            /*height: 480px;*/
            padding: 20px;
        }

        #services .box-projectmanagement {
            /*height: 370px;*/
        }

        .criss-logo {
            width: 200px;
        }

    }
}