@import url('fonts.css');


.set-font{
    font-family: 'iransans';
}
.sec-title2{
    font-family: 'iransans';

}
.full-width-header .rs-header .menu-area .logo-area img {
    transition: .4s;
    -webkit-transition: .4s;
    max-height: 63px !important;
}

.rs-blog.style2 .blog-item .blog-content p {
    margin: 0;
    font-family: 'iransans';
}
.set-font.read-more-btn {
    background-color: #320505;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 2%;
    font-size: 12px;
    padding: 1% 2%;
}
.message-del.set-font {
    color: #097d20;
    font-size: 17px;
    text-align: center;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #fff;
    margin: 0;
    padding:  0 !important;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0 !important;
    border-bottom: 1px solid #f6f2f2 !important;
    font-family: 'iransans';
}
.services-list .set-font h4{
    font-size: 21px;
    color: #020217;
    font-family: 'iransans';
}
.about-us .content-inner-tab {
    font-family: 'iransans';
    font-size: 15px;
    line-height: 3.5;
    text-align: justify;
    padding: 2%;
}

.topnav input[type=text] {
    float: right;
    padding: 6px;
    border: none;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 17px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
    .topnav a, .topnav input[type=text] {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
}
.service-single.about-us {
    min-height: 800px;
}
.content p {

    max-width: 100%;
    word-wrap: break-word;
    text-align: justify;

}

.team-wrap .image-inner a img {
    /*background-color: red;*/
    padding: 1%;
    height: 200px;
    object-fit : contain;
    
}

.content-part {
	min-height: 108px;
}

.rs-blog.style2 .blog-item .blog-content .blog-title {
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	margin: 0 0 18px;
	min-height: 46px;
}
.rs-blog.style2 .blog-item .blog-content p {
	margin: 0;
	font-family: 'iransans';
	min-height: 100px;
}
.copy-right-menu {
	color: #fff;
	font-family: 'iransans';
	font-size: 12px;
}