.section-title .title{
	letter-spacing:3px;
}
.banner-section .content .title{
	letter-spacing:2px;
}
.services-block-two .inner-box h3{
	letter-spacing:1px;
}
.services-block-two .inner-box .overlay-box h4{
	letter-spacing:1px;
}
.contact-form .theme-btn{
	letter-spacing:1px;
}
.project-block-three .inner-box .image .overlay-box .title{
	letter-spacing:1px;
}

.current-lang{
   direction: ltr;
   text-align: left;
}
.banner-content{
    width: 100%;
    height: 100%;
    background-color: red;
}
.banner-section .slide1::before {
    background-image: url(../images/template/slide1ltr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    width: 100%;
    max-width: calc(100vw - 100px);
    left: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

.dropdown-content .header {

    padding: 10px;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;

    min-height: 200px;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }

    .banner-section .slide1::before {
        background-image: url(../images/template/slide1ltrmob.png);
    }
}

.flex{
    display:flex;
    width:100%;
    gap:15px;
}
.flex .col{
    flex-grow:1;
}

.link-service {
	text-align: left;
  }

.services-desktop .dropdown-content {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1200px;
    max-width: 1400px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    padding: 30px;
    z-index: 999;
    display: none;
    margin-top: 0;
    border-radius: 8px;
}

.services-desktop .category-section {
    padding: 0 15px;
    max-height: 600px;
    overflow-y: auto;
    text-align: left;
}

.services-desktop .category-section h5 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    text-align: left;
}

.services-desktop .sub-category h6 {
    color: #666;
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 500;
    text-align: left;
}

.services-desktop .sub-category ul li a {
    color: #777;
    font-size: 14px;
    transition: all 0.2s ease;
    display: block;
    padding: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    text-align: left;
}

.services-desktop .sub-category ul li a:hover {
    color: #000;
    background: #f8f8f8;
    padding-right: 8px;
}

/* Mobile Services Menu */
@media only screen and (max-width: 991px) {
    .services-mobile ul {
        padding-right: 20px;
    }
    
    .services-mobile ul ul {
        padding-right: 20px;
    }
    
    .services-mobile ul ul ul {
        padding-right: 20px;
    }
    
    .services-mobile .dropdown > a:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* LTR Specific Styles */
.ltr {
    direction: ltr !important;
    text-align: left !important;
}

.current-lang {
    direction: ltr;
    text-align: left;
}

.text-align {
    text-align: left;
}

/* Navigation LTR Styles */
nav.main-menu .navigation > li {
    float: left;
    margin: 0 10px;
    font-size: 18px;
}

.main-menu .navigation {
    direction: ltr;
    text-align: left;
}

/* Services Menu LTR Styles */
.services-desktop .category-section {
    text-align: left;
}

.services-desktop .category-section h5 {
    text-align: left;
}

.services-desktop .sub-category h6 {
    text-align: left;
}

.services-desktop .sub-category ul li a {
    text-align: left;
}

.services-desktop .sub-category ul li a:hover {
    padding-left: 8px;
}

/* Mobile Menu LTR Styles */
@media only screen and (max-width: 991px) {
    .services-mobile ul {
        padding-left: 0;
    }
    
    .services-mobile ul ul {
        padding-left: 0;
    }
    
    .services-mobile ul ul ul {
        padding-left: 0;
    }

    .services-mobile .dropdown > a {
        text-align: left;
    }

    .services-mobile .dropdown > a:after {
        left: 20px;
        right: auto;
    }

    .services-mobile .dropdown ul li a {
        text-align: left;
        padding: 12px 40px 12px 20px;
    }

    .services-mobile .dropdown ul li a:hover {
        padding-left: 25px;
        padding-right: 40px;
    }

    .services-mobile .dropdown ul li.dropdown > a:before {
        left: 20px;
        right: auto;
    }
}

/* Other LTR Specific Styles */
.page-title .page-breadcrumb {
    direction: ltr;
}

.page-title .page-breadcrumb li:last-child {
    padding-left: 0px;
    margin-left: 15px;
}

.page-title .page-breadcrumb li:last-child::before {
    left: -11px;
}

.services-block .inner-box .content {
    padding-right: 0;
    direction: ltr;
    text-align: left;
}

.banner-section .content {
    margin-left: auto;
}

/* List Styles LTR */
.list-style-one li,
.list-style-six li,
.list-style-seven li,
.contact-widget ul li {
    padding-right: 0;
    padding-left: 32px;
}

.list-link li a {
    padding-right: 0;
    padding-left: 15px;
}

.list-style-two li {
    padding-right: 0;
    padding-left: 52px;
}

.list-style-three li,
.list-style-five li {
    padding-right: 0;
    padding-left: 25px;
}

.list-style-four li {
    padding-right: 0;
    padding-left: 60px;
}

.services-block .inner-box .icon-box,
.list-link li a:before,
.list-style-one li:before,
.list-style-two li .icon,
.list-style-three li .icon,
.list-style-four li .icon,
.list-style-five li:before,
.list-style-six li .icon,
.list-style-seven li .icon,
.contact-widget ul li .icon {
    left: 0 !important;
    right: unset !important;
}

/* Services Block Two LTR Styles */
.services-block-two .inner-box {
    text-align: left;
}

.services-block-two .inner-box .icon-box {
    margin-left: 0;
    margin-right: 20px;
}

.services-block-two .inner-box h3 {
    text-align: left;
}

.services-block-two .inner-box .text {
    text-align: left;
}

.services-block-two .inner-box .overlay-box .overlay-inner .content {
    text-align: left;
}

.services-block-two .inner-box .overlay-box .overlay-inner .content h4 {
    text-align: left;
}

.services-block-two .inner-box .overlay-box .overlay-inner .content a {
    text-align: left;
}

/* Services Single LTR Styles */
.services-single {
    text-align: left;
}

.services-single h4 {
    text-align: left;
}

.services-single .text {
    text-align: left;
}

.services-single .text p {
    text-align: left;
}

.services-single .text img {
    margin-left: 0;
    margin-right: 20px;
}

.services-single .list-style-five {
    padding-left: 0;
    padding-right: 25px;
}

.services-single .list-style-five li {
    text-align: left;
}

/* Blog Page LTR Styles */
.blog-page-section .news-block .inner-box {
    text-align: left;
}

.blog-page-section .news-block .inner-box .lower-content {
    text-align: left;
}

.blog-page-section .news-block .inner-box .lower-content h5 {
    text-align: left;
}

.blog-page-section .news-block .inner-box .lower-content h5 a {
    text-align: left;
}

.blog-page-section .news-block .inner-box .lower-content .post-meta {
    text-align: left;
}

.blog-page-section .news-block .inner-box .lower-content .post-meta li {
    text-align: left;
}

.blog-page-section .news-block .inner-box .lower-content .post-meta li .fa {
    margin-left: 0;
    margin-right: 8px;
}

.blog-page-section .news-block .inner-box .lower-content .theme-btn {
    text-align: left;
}

/* Blog Single LTR Styles */
.blog-single .inner-box .lower-content {
    text-align: left;
}

.blog-single .inner-box .lower-content h4 {
    text-align: left;
}

.blog-single .inner-box .lower-content .text {
    text-align: left;
}

.blog-single .inner-box .lower-content .text p {
    text-align: left;
}

.blog-single .inner-box .lower-content .post-meta {
    text-align: left;
}

.blog-single .inner-box .lower-content .post-meta li {
    text-align: left;
}

.blog-single .inner-box .lower-content .post-meta li .fa {
    margin-left: 0;
    margin-right: 8px;
}

.blog-single .inner-box .lower-content blockquote {
    text-align: left;
}

.blog-single .inner-box .lower-content blockquote .quote-text {
    text-align: left;
}

.blog-single .post-share-options {
    text-align: left;
}

.blog-single .post-share-options .post-share-inner {
    text-align: left;
}

.blog-single .post-share-options .post-tags {
    text-align: left;
}

.blog-single .post-share-options .post-tags a {
    text-align: left;
}

.blog-single .post-share-options .social-links {
    text-align: left;
}

.blog-single .post-share-options .social-links li {
    text-align: left;
}

/* Blog Sidebar LTR Styles */
.sidebar-widget {
    text-align: left;
}

.sidebar-widget .sidebar-title h4 {
    text-align: left;
}

.sidebar-widget .blog-cat li a {
    text-align: left;
    padding-left: 0;
    padding-right: 25px;
}

.sidebar-widget .blog-cat li a:before {
    left: 0;
    right: auto;
}

.sidebar-widget .blog-cat li a:hover {
    padding-left: 5px;
    padding-right: 25px;
}

.sidebar-widget .contact-widget ul li {
    text-align: left;
}

.sidebar-widget .contact-widget ul li .icon {
    margin-left: 0;
    margin-right: 15px;
}

.sidebar-widget .brochures-widget .files li a {
    text-align: left;
    padding-left: 0;
    padding-right: 25px;
}

.sidebar-widget .brochures-widget .files li a:before {
    left: 0;
    right: auto;
}

.sidebar-widget .brochures-widget .files li a:hover {
    padding-left: 5px;
    padding-right: 25px;
}

/* Blog Comments LTR Styles */
.comments-area .comment-box {
    text-align: left;
}

.comments-area .comment-box .comment {
    text-align: left;
}

.comments-area .comment-box .comment .comment-inner {
    text-align: left;
}

.comments-area .comment-box .comment-info {
    text-align: left;
}

.comments-area .comment-box .text {
    text-align: left;
}

.comments-area .comment-box .comment-reply {
    text-align: left;
}

/* Blog Form LTR Styles */
.comment-form .form-group input[type="text"],
.comment-form .form-group textarea {
    text-align: left;
}

.comment-form .theme-btn {
    text-align: left;
}

/* Blog Navigation LTR Styles */
.new-posts .prev-post {
    text-align: left;
}

.new-posts .next-post {
    text-align: left;
}

.new-posts .prev-post:hover,
.new-posts .next-post:hover {
    text-align: left;
}