/* MAIN Css Style 
** Created by :
** Autor Name : Alamin Alsaafin
** Author Email : alaminsaafin96@gmail.com
** Author Phone : +1 (613)-355-2481
*/
body {
	direction:ltr !important;
}
.article-meta {
    direction: rtl;
	margin-top: 20px;
}
.lang-switcher-btn .lang-arrow {
    right: unset !important;
    left: 8px !important;
}

.lang-switcher-btn .lang-icon {
    right: 10px !important;
	left:unset !important;
}
#contact .contact-form input {
	padding-right:unset;
	padding-left:20px;
}
.lang-dropdown {
  left: unset;
  right: 0;
  width: max-content;
}
.dropdown-item {
	text-align:left;
}
#slider .owl-item {
    padding: 20px;
    border-radius: 30px;
}
#scrollTopBtn {
    right: unset;
    left: 20px;
}

header.sticky {
    left: unset;
    right: 0;
}
header .custom-logo-link img {
    margin-right: unset;
    margin-left: 0;
}
header .navbar-nav li {
    float: left;
}

#about .title,
#about .desc,
footer .contactLink,
footer .email,
#about .content,
footer h3,
footer nav ul li a,
#contact h3,
#contact h1,
#contact .emailIcon h4,
#contact h4,
#contact .emailIcon p,
#contact .contact-form label,
#contact .contact-form input,
#contact .contact-form textarea,
#events-section .nav-tabs .nav-link,
#blog-section .nav-tabs .nav-link  {
    text-align: left;
}
about .btn {
    float: left;
}
footer .social-media li,
#contact .list-inline li {
    float: left;
    margin-right: 20px;
    margin-left: unset;
}
#contact .contact-form textarea {
    padding: 20px 0 0 20px ;
}


#events-section .nav-tabs .nav-link,
#blog-section .nav-tabs .nav-link {
    margin-right: 15px;
    margin-left: unset;
}

#eventsTabs.sticky,
#postsTabs.sticky {
    left: unset;
    right: 0;
}
#events-section .card-title {
    text-align: left;
}
#events-section .date {
    text-align: left;
}
.post-item .more {
    direction: ltr;
}
.post-item .card-body .post-categories {
    text-align: left;
}
.post-item .card-body .post-categories span {
    text-align: left;
}
.post-item .card-title {
    text-align: left;
}
#blog-details .timer {
	text-align: left;
}
.post-item .card-text {
    text-align: left;
}
.post-item .btn-primary {
    text-align: left;
    float: left;
}

.post-item .btn-primary svg {
    margin-left: unset;
    margin-right: 20px;
	transform: rotate(220deg);
}
#blog-details .breadcrumb .arrow object {
	transform: rotate(180deg);
}
#slider .owl-item .article-content,
#slider .owl-item .article-content p,
#slider .owl-item p {
    direction: ltr;
    text-align: left;
}
#slider .article-content::after {
  left: unset;
  right: 0;
  padding-right: unset;
  padding-left: 10px;
}
#slider .owl-item .article-date {
    text-align: right;
    display: block;
    margin-top: 10px;
}
.single-article1 {
    background: unset !important;
}
.single-article {
    background: #fff;
	border-radius:20px 0 0 20px;
}
#slider .owl-item .article-author {
    float: left;
    direction: ltr;
}
#slider .owl-item .article-author img {
    margin-left: unset;
    margin-right: 10px;
}
#blog-details .main-title {
    text-align: left;
}
#blog-details .author-info img {
    margin-left: unset;
    margin-right: 10px;
}
#blog-details .author-info .author {
    text-align: left;
}
#blog-details .author-info .date {
    text-align: left;
}
#blog-details .share-box ul .copy object {
    float: left;
}
#blog-details .share-box ul .copy span {
    right: 11px;
    left: unset;
}
#blog-details .share-box ul li {
    float: left;
}
#blog-details .other-posts .title {
    text-align: left;
}
.cats {
	margin-right: unset;
    margin-left: 0;
}
.cats .cat {
	text-align: left;
	direction:ltr;
}
#about .btn {
	float:left;
}
#slider .owl-item .article-date {
	direction:ltr !important;
}
@media( max-width:800px ){
    .breadcrumb-item.active {
      text-align: left !important;
    }
	#about .btn {
        float: unset !important;
    }
	footer a {
		font-size:12px !important;
	}
	#about .title {
		text-align:center !important;
	}
    .sidenav {
      right: unset;
      left: 0;
    }
    .sidenav .message {
        padding-right: unset;
        padding-left: 20px;
        text-align: left;
    }
    .sidenav .navbar-nav li a {
        text-align: left;
    }
    .sidenav .closebtn {
      left: unset;
      right: 25px;
      margin-left: unset;
      margin-right: 50px;
    }
    .toggle-btn {
        right: unset;
        left: 20px;
    }
    .sidenav .closebtn {
        left: unset;
        right: -20px;
    }
	.page-title {
		
	}
	#slider .owl-item .article-author img {
		margin-right: 5px;
	}
	#slider .owl-item .article-author span {
		font-size:12px;
	}
	#about .btn {
		float:left;
	}
    .toggle-btn
    {
        right: 20px;
        left: unset;
        
        /* transform: perspective(10px); */
        transform: scaleX(-1);
    }
    .list-unstyled
    {
        padding-left:0;
        padding-right: unset;
    }
    #overlay {
      left: unset;
      right: 0;
    }
    #mySidenav {
      left: unset;
      right: -250px; /* مخفي على اليسار */
      transition: right 0.3s ease;
    }

    /* حالة المنيو مفتوح */
    #mySidenav.active {
      	right: unset;
        left: 0;
    }
	.lang-switcher-wrapper {
		margin-left: 29px;
		margin-right:unset;
	}
	#slider .owl-item {
		padding: 20px 10px;
		border-radius: 20px;
	}
	.single-article1 {
        background: #fff !important;
    }
	.article-meta {
		direction: ltr !important;
		margin-top: 20px;
	}
}