h1 {
    font-size: 22px;
    margin-bottom: 25px;
}
h2 {
    line-height: 1.75;
    font-size: 1rem;
}
h3 {
    line-height: 1.75;
    /*font-size: 1rem;*/
    font-size: 15px;
    color: #343941;
}
h4 {
    line-height: 1.2;
    font-size: 1.2rem;
}

.sp1 {
    color: #888;
    font-size: 12px;
    margin-bottom: 7.5px;
    float: right;
    width: 100%;
}
.sp2 {
    color: #e01516;
}
.sp3 {
    color: #343941;
}
.titr {
    font-weight: bold;
}
footer {
    margin-top: 70px;
}

/*------------------------------------------sec two--------------------------*/

.banner {
    float: right;
    width: 100%;
    background-color: #0056b3;
    color: #fff;
    margin-bottom: 30px;
}
.banner .m-container {
    height: 400px;
    position: relative;
    padding-top: 150px;
}
.main-part {
    float: right;
    width: calc(75% - 15px);
    margin-left: 15px;
    height: auto;
}
.main-news {
    float: right;
    margin: 15px 0 15px 0;
    width: 100%;
}
.main {
    min-height: 700px;
    float: right;
    width: 100%;
}
.send-message {
    position: absolute;
    bottom: 20px;
    left: 15px;
    padding: 10px 30px;
    background-color: #fd3233;
    border-radius: 30px;
    font-size: 15px;
    transition: 0.25s;
}
.send-message:hover {
    background-color: #e42829;
    color: #fff;
}
.owl-carousel.owl-rtl .owl-item {
    background-color: whitesmoke;
}
.owl-carousel .owl-item .info {
    position: initial;
    width: 100%;
    padding: 10px 5px 0 5px;
    text-align: right;
    background-color: transparent;
    height: 90px;
}
.owl-carousel .owl-item .info h3 {
    color: #343941;
}

section .title {
    height: 40px;
    font-weight: bold;
}
section .title::before {
    content: '';
    width: 3px;
    height: 20px;
    background-color: #e01516;
    margin-left: 10px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
