div.logo h1 {
    color: white;
    float: right;
    padding-top: 16px;
    padding-bottom: 16px;
}

div.tp-caption {
    font-family: 'Yekan', 'Montserrat-UrtlaLight', Arial, sans-serif;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
    text-indent: 99999px !important;
}

.widget_nav_menu.change-arrow ul li a::before {
    content: '\f053' !important;
}

.fa-ul.change-arrow li::before {
    content: '\f177' !important;
}

.nav>li>a {
    padding-right: 16px;
    padding-left: 16px;
}

.navbar-nav>li>a {
    font-size: 15px;
}

.english-font {
    font-family: 'Montserrat-UrtlaLight', Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

#footer-wrapper span,
#footer-wrapper a {
    font-size: 15px;
}

.footer-info.social-network-link i {
    color: #ffcc00;
}

.footer-info.social-network-link span.eng-link {
    float: left;
    direction: ltr;
}

.footer-info.social-network-link a:hover span.eng-link {
    color: #ffcc00 !important;
}

.about-par {
    margin: 2em;
    font-size: 1.2em;
}

li.strong-item i {
    color: #ffcc00 !important;
}

li.strong-item .eng-link {
    float: left;
    direction: ltr;
}

li.strong-item:hover .eng-link {
    color: #ffcc00 !important;
}

.logo img {
    -webkit-filter: drop-shadow(0 0 5px white);
    filter: drop-shadow(0 0 5px white);
}

.tp-caption.tp-big-heading.tp-big-heading-bold {
    color: blue !important;
}

#rev-slider .tp-caption.tp-big-heading.tp-big-heading-bold {
    text-shadow: 0 0 3px lightgoldenrodyellow;
}

#rev-slider .tp-caption.tp-small-heading {
    text-shadow: 0 0 5px black;
}

div {
    font-size: 16px;
}

p {
    text-align: justify;
}

p,
span {
    line-height: 25px !important;
}

.post-body ol,
.product ol{
margin: 1em;
}

.post-body li,
.product li {
    padding-right: 15px;
}

.post-body li::before,
.product li::before {
    content: '\f00c';
    color: #ffcc00;
    line-height: 25px;
    position: relative;
    display: inline;
    cursor: pointer;
    background-image: none;
    font-family: 'FontAwesome';
    font-size: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    padding: 9px;
}
