main {
    background-color: #F8F7F7;
}

/**/
.titleSection {
    position: relative;
}

.titleSection .backgroundImage {
    position: relative;
    height: 300px;
}

.titleSection .backgroundImage::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-color: #5d1409e6;*/
    background-color: #e7e7e7e6;
}

.titleSection .text {
    position: absolute;
    padding: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1D1616;
    width: 100%;
}

.titleSection .text .title {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}

.titleSection .text .des {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0px;
}

@media (min-width: 1200px) {
    .titleSection .title {
        font-size: 60px;
    }
}

/*contant*/

.formContact .form-label {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}

.mEnd {
    margin-right: 10px;
}

body[dir="rtl"] .mEnd {
    margin-right: 0px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .mEnd {
        margin: 0px;
    }
}

.formContact .form-control {
    padding: 12px 10px !important;
}

.formContact textarea:focus,
.formContact input:focus {
    box-shadow: none;
}

.btnSeeMore {
    padding: 12px;
    border-radius: 10px;
    margin: 10px 0px;
    background-color: #F8F7F7;
    color: #1D1616;
    outline: none;
    box-shadow: none;
    border: 1px solid black;
    font-size: 18px;
    transition: 0.3s;
}

.btnSeeMore:hover {
    background-color: #e7e7e7e6;
    border: 1px solid black;
    color: #1D1616;
}

.contant .imageContact {
    margin: 0px 30px;
    height: 505px;
    position: relative;
}

@media (max-width: 998px) {
    .contant .imageContact {
        margin: 0px;
        height: 400px;
    }
}

.contant .imageContact::before {
    content: "";
    position: absolute;
    padding: 0px 30px;
    height: 100%;
    width: 100%;
    /*background-color: #5d1409e6;*/
    border-radius: 20px;
}

.contant .imageContact img {
    border-radius: 20px;
}
