/* ===================================================================================

* Theme Name: Sixart Child
* Theme URI: https://data.themeim.com/wp/sixart/
* Author: Themeim
* Author URI: https://themeforest.net/user/themeim/portfolio
* Description: Sixart – Digital Agency WordPress Theme  <br>  Translated By : Fadi Abboud
* Version: 1.0.2
* Template: sixart
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
   
    direction: rtl;
}
.tp-inner-list ul li {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--tp-common-black);
    position: relative;
    padding-right: 50px;
    margin-bottom: 15px;
    direction: rtl;
}
.tp-inner-list ul li i {
    color: var(--tp-theme-1);
    position: absolute;
    top: 4px;
    right: 0;
    font-weight: 600;
     padding-right: 20px;
}
.tp-section-subtitle::before {
    content: "";
    height: 12px;
    width: 12px;
    background-color: var(--tp-theme-1);
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
}
.tp-section-subtitle::after {
    content: "";
    height: 12px;
    width: 12px;
    background-color: var(--tp-theme-1);
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    direction: ltr !important;
}
.amaboutinfo__experience p b {
    color: var(--tp-common-black);
    float: right;
}
.am-p-space-1 {
    padding-bottom: 25px;
    padding-left: 80px;
}
.am-p-space-2 {
    padding-bottom: 25px;
    padding-left: 40px;
}
.am-p-space-3 {
    padding-bottom: 25px;
    padding-left: 40px;
}
.am-p-space-3 {
    padding-bottom: 25px;
    padding-left: 10px;
}
.contact-form .input input {
    width: 100%;
    height: 65px;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 0px 20px;
    border-radius: 5px;
    text-align: right;
}
.contact-form .textarea textarea {
    width: 100%;
    height: 180px;
    padding: 15px 20px;
    border: 1px solid transparent;
    outline: 0;
    resize: none;
    border-radius: 5px;
    transition: 0.3s;
    text-align: right;
}
.postbox__comment-input input, .postbox__comment-input textarea {
    height: 55px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    outline: none;
    color: var(--tp-common-black);
    background-color: var(--tp-grey-6);
    border: 1px solid #f7f7f7;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    text-align: right;
}