#about-us{
    margin-top: 70px;
    margin-bottom: 70px;
}

#about-us p{
    font-family: 'Tajawal', sans-serif!important;
}

.lawFirm--left-back-circle,
.lawFirm--right-back-circle {
    position: relative;
    overflow: hidden;
}
.lawFirm--left-back-circle:before,
.lawFirm--right-back-circle:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 350px;
    width: 350px;
    border: 10px solid var(--primary);
    border-radius: 50%;
    opacity: .4;
}
.lawFirm--left-back-circle:before {
    left: -175px;
}
/*button*/

.lawFirm--btn {
    display: inline-block;
    padding: 16.5px 39px;
    border: 1px solid var(--primary);
    color: #4b4b4b;
    position: relative;
    z-index: 2;
    font: 400 20px/24px Tajawal;
}

.lawFirm--btn:hover {
    color: var(--white) !important;
}

.lawFirm--btn:before {
    content:"";
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right:0;
    margin: auto;
    height: 0;
    width: 0;
    background-color: var(--primary);
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.lawFirm--btn:hover:before {
    height: 100%;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

/*about us pargraph style*/
.msection1 {
    height: 100%;
    background-color: #5e4d42;
    clip-path: polygon(0 0,100% 0,100% 80%,0 100%);
    padding-bottom: 10%;
    font-family: "roboto";
    color: #fff;
    margin-top: 85px;
    padding-top: 32px;
    padding-bottom: 132px;
}
.msection1::after{
    background-image: url("../../assets/page-title-bg.png");
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mcontent-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em 0;
}
.mimg{
    width: 300px;
    height: 300px;
    background-image: url("../../assets/background1_300_300.png");
    margin: 0 auto;
}

.mbtn {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 0.5em 2em;
    font-size: 1.1em;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: inherit;
}

.mbtn:hover {
    background-color: #fff;
    color: #5e4d42;
}
