/*body {
	font-family: 'Vazirmatn', sans-serif;
}

#navigationmain,
.footerblock,
.abouttagline,
.innerwrapservice p,
.p-tagline,
.inneraboutmini p{
    direction: rtl;
} 
.p-tagline,
.inneraboutmini p{
	text-align: justify;
}
.sosmedlist li a {
    font-size: 12px;
    text-decoration: none;
}
.sosmedlist.social-media-icons li a {
    font-size: 24px;
}*/

.brandlogosvg{
	background-image: url(asset/page/logo.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 100px;
    background-size: contain;
}
@media screen and (max-width: 1280px) {
.brandlogosvg{
	background-image: url(asset/page/logo.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 100px;
    background-size: contain;
}
}
@media screen and (max-width: 999px) {
	.brandlogosvg{
    background-image: url(asset/page/logo2.svg);
    background-repeat: no-repeat;
    background-size: 50% 75%;
    padding: 30px;
    background-position: 8px 10px;
}
}
}
@media screen and (max-width:680px) {
	.brandlogosvg{
    background-image: url(asset/page/logo2.svg);
    background-repeat: no-repeat;
    background-size: 50% 75%;
    padding: 30px;
    background-position: 8px 10px;
}
}

#navigationmain .listnavigation{
	margin-top: 20px;
}
.innerservice--info2 li{
	list-style: none;
}
.contactfooter--detail a:hover{
	color: var(--h-blue);
}
.contactfooter i,
.contactfooter--detail p{
	color: var(--h-blue);
}

#partnersection .owl-item img{
    filter: grayscale(1);
    opacity: 0.2;
        -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#partnersection .owl-item img:hover{
    filter: grayscale(0);
    opacity: 1;
}