﻿:root{
    --main-color: #0e2151;
    --sec-color: #d40037;
    --dark-blue: #001344;
    --light-blue:#f0f3fd;
    --dim-blue:#f5f7ff;
    --dim-white: #f8f8f8;
}

body{
    color:var(--main-color);
}

/* Element-scoped direction utilities */
.force-rtl, .rtl-scope {
    direction: rtl !important;
    text-align: right !important;
}
.force-ltr, .ltr-scope {
    direction: ltr !important;
    text-align: left !important;
}
.rtl-text { text-align: right !important; }
.ltr-text { text-align: left !important; }

/* Header-specific RTL enforcement */
.header-inner.force-rtl {
    direction: rtl !important;
}
.header-inner.force-rtl #logo {
    float: right !important;
}
.header-inner.force-rtl .tt-main-menu {
    float: right !important;
}
.header-inner.force-rtl .tt-menu-nav {
    direction: rtl !important;
    text-align: right !important;
}
.header-inner.force-rtl .header-attributes ul {
    direction: rtl !important;
}

.lmnu .lang-flag {
    width: 18px;
    height: auto;
    display: inline-block;
}

.call-to-action-section.force-rtl {
    direction: rtl !important;
    text-align: right !important;
}
.call-to-action-section.force-rtl .row > [class*="col-"] {
    float: right;
    text-align: right;
}

.rtl-only {
    direction: rtl !important;
}

@media (min-width: 992px) {
  .split-box .col-md-push-6.split-box-image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

body.rtl {
    direction: rtl;
    text-align: right;
}

body.rtl .header-inner,
body.rtl #main-nav,
body.rtl .tt-main-menu,
body.rtl .tt-menu-nav,
body.rtl .header-attributes ul {
    direction: rtl;
}

body.rtl .tt-main-menu .tt-menu-nav {
    justify-content: flex-end;
}

body.rtl .header-attributes ul li {
    float: none;
}

.header-attributes .h-attr-lang-switch .lmnu {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-attributes .h-attr-lang-switch img {
    width: 18px;
    height: 18px;
}
.fit-vids-style{
    display: none;
}
h1, h2, h3, h4, h5, h6{
    color:var(--main-color);
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
    color: #fff !important;
}
.f16{
    font-size: 16px;
}
.bg-red{
    background-color: var(--sec-color);
}
.bg-blu{
    background-color: var(--main-color);
}
.bg-lblu{
    background-color: var(--dim-blue);
}

.bg-lgrey{
    background-color: var(--dim-white);
}

.fnt-red{
    color:var(--sec-color);
}

.wprt-lines.custom-1 .line-1{
    background-color: var(--sec-color);
}
.padding-lr-15{
    padding-left: 15px;
    padding-right: 15px;
}

#featured-title {
    background: var(--dim-blue);
    border-style: solid;
}
.wprt-information ul li::before{
    background-color: var(--dim-blue);;
}
.fancy_heading::after {
    content: '';
    display: block;
    background: var(--sec-color) /*#0e2151*/;
    height: 3px;
    margin-top: 6px;
    width: 52px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

#site-header-inner{
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-logo img{
    width: 120px;
}

#footer {
    background-color: #0e2151;
}
#footer-widgets.style-1 .widget .widget-title > span::after, #footer-widgets.style-2 .widget .widget-title > span::after{
    background-color: #999;
}
#bottom {
    font-size: 0.857em;
    background-color: #001344;
}

.animsition-loading:after{
    border-top-color: #d40037;
}

.ap-issue {
    list-style: none;
    margin-left: 0 !important;
}

.ap-issue li {
    display: inline-block;
    margin-left: 10px;
    width: 47%;
}

.ap-issue li a {
    display: block;
    cursor: pointer;
    border: #b2b2b2 solid 2px;
    font-size: 1.5rem;
    line-height: 1.5em;
    text-transform: uppercase;
    /* height: 25px; */
    padding: 20px 20px;
    text-align: center;
    color: #999;
    min-width: 100px;
}

.ap-issue li.active a {
    color: #d40037;
    text-decoration: none;
    border-color: #d40037;
}

#featured-title .featured-title-heading{
    color:#0e2151;
}

.hero2 {
    position: relative;
}
.hero2 .keyimage {
    min-height: 100px;
}
.hero2 .keyimage img {
    width: 100%;
    display: block;
}
.hero2 .container h1 {
    position: absolute;
    bottom: 0;
    /* color: #fff; */
    background: rgba(239, 243, 246, 0.8);
    padding: 15px 20px;
    font-size: 2.7rem;
}

#footer-widgets .widget ul li a:hover{
    color: #f8f8f8;
}

.job-table tr td {
    vertical-align: middle !important;
}
.job-table tr th {
    color:var(--main-color);
}

/* Side menu */
.menu-what-we-do{
    overflow: hidden;
}
.menu-what-we-do ul > li {
    border: 0;
    background-color: #f8f8f8;
    padding: 13px 13px;
    margin-bottom: 5px;
}

.menu-what-we-do ul > li.active{
    background-color: #0e2151;
    color: #fff;
    position: relative;
}
.menu-what-we-do ul > li.active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.menu-what-we-do ul{
    margin: 0;
    list-style: none;
}
.menu-what-we-do ul  > li > a{
    display: block;
    color: #4b4b4b;
    position: relative;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.menu-what-we-do ul > li.active a{
    color: #fff;
}

.row-flex{
    display: flex;
    align-items: center;
}

.service-item{
    max-width: 370px;
    margin:0 auto;
}

.our-values .wprt-icon-box p{
font-size: 16px;
}

#main-nav-mobi{
    background-color: var(--main-color);
}
#main-nav-mobi ul ul li{
    background-color: var(--dark-blue);
}
#main-nav-mobi ul > li > a:hover{
    color: #f8f8f8;
}
.small-hero  .featured-title-inner-wrap{
    padding: 10px 0 !important;
}
.small-hero .featured-title-heading{
    display: none !important;
}

hr.gr{
    background-color: #d1d1d1;
}

.blockquote {
    padding: 40px;
    position: relative;
    border: none;
}
.blockquote p {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.blockquote:before {
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    left: 5px;
    content: "\f10d";
    font-size: 34px;
    color: rgba(0, 0, 0, 0.1);
}
.blockquote:after{
    position: absolute;
    font-family: "FontAwesome";
    bottom: 0;
    right: 20px;
    content: "\f10e";
    font-size: 34px;
    color: rgba(0, 0, 0, 0.1);
}

.our-values .wprt-icon-box.outline .dd-icon::after{
    background-color: var(--sec-color);
}

.our-values .wprt-icon-box.outline .dd-icon{
    box-shadow: none;
    /* box-shadow: inset 0 0 0 2px var(--sec-color); */
}

.our-values .wprt-icon-box.outline.icon-effect-1 .dd-icon{
    color:var(--sec-color);
}

.our-values .wprt-icon-box.outline.icon-effect-1:hover .dd-icon{
    color:#fff;
}

.our-values h3.dd-title{
    color:var(--sec-color);
}

.our-values .wprt-icon-box{
  text-align: left;
}

.our-values .wprt-icon-box .dd-icon{
    color:var(--sec-color);
}
.wprt-lines.custom-3 .line-1,
.wprt-lines.custom-5 .line-1{
    background-color: var(--sec-color);
}


#sidebar{
    float: inherit;
    width: 100%;
}
.hentry .post-meta,
.hentry .post-share a:after{
    background-color: var(--dim-blue);
}


.short-txt {
    width: 9em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 10px;
}

.list-fixed-icon .fa{
    font-size: 20px;
}
ul.list-margin-20{
    margin-left: 20px;
}

.why-title{
    cursor: default;
    font-size: 17px;
    padding: 13px 40px 13px 55px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.why-title:after{
    content: "\f058";
    font-family: "FontAwesome";
    font-weight: normal;
    line-height: normal;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    color:var(--sec-color);
}

.cs-title{
    background-color: rgba(14,33,81,0.7);
    padding: 5px 10px;
}
.cs-desc{
   /* background-color: rgba(14,33,81,0.7); */
    text-shadow: 0px 0px 4px rgba(4,30,66, 1)!important;
  /*  padding: 5px 10px;
    margin-left: 10px;
   */
}
.cs-button{
    background-color: rgba(14,33,81,1);
    border-color: rgba(14,33,81,1);
}

.tp-dottedoverlay.twoxtwo{
    background: rgb(2,0,36);
    background: -moz-linear-gradient(315deg, rgba(2,0,36,0) 0%, rgba(14,33,81,0.5802696078431373) 86%);
    background: -webkit-linear-gradient(315deg, rgba(2,0,36,0) 0%, rgba(14,33,81,0.5802696078431373) 86%);
    background: linear-gradient(315deg, rgba(2,0,36,0) 0%, rgba(14,33,81,0.5802696078431373) 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#0e2151",GradientType=1);
    z-index: 999;
}

.indus-icons{
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: default;
}
.indus-icons li{
    display: block;
    padding-left: 50px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.indus-icons li img{
    width: 50px;
    display: block;
    position: absolute;
    left: 8px;
}
.indus-icons li:hover img{
    transform:scale(1.1);
}

.indus-icons li figure figcaption{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}

#main-nav-mobi ul > li > a{
    color: #fff;
}

.hero-3{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-3 .bg-key{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(14,33,81,0.8);
}

.hero-3 .text-accent-color,
.hero-3 .fa{
    color:#ff2960!important;
}

.hero-3 .fa{
    font-size: 36px;
}

.hero-3.hero-4{

}
.hero-3.hero-4 .bg-key{
    background: rgba(255,255,255,0.8);
}
.hero-3.hero-4 h3{
    color:var(--main-color);
    font-weight: 400;
    padding-right: 30px;
    font-size: 25px;
}
.hero-4.hero-3 h3 span{
    font-weight: bolder;
}

.hero-4.hero-3 .fa{
    font-size: 50px;
    color: var(--main-color) !important;
}
.icon-box{
    position: relative;
    margin-left: 50px;
}
.icon-box i{
    display: block;
    position: absolute;
    top: -5px;
    left: -60px;
    border: none;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-top: 0;
    font-size: 50px;
}

.icon-box h5{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.icon-box p{
    font-size: 1em;
    line-height: 1.6em;
    color: #776e64;
}

.page-spacer .spacer-wrap{
    display: block;
    max-width: 700px;
    margin: 0 auto;
}

.page-spacer .spacer-wrap h3{
    text-transform: uppercase;
}

.page-spacer .spacer-wrap h3 span{
    font-weight: bolder;
}

.member .inner{
    border:1px solid #f8f8f8;
}

.txt-upper{
    text-transform: uppercase;
}
#footer-widgets .widget{
    color:#fff;
}
#footer-widgets .widget ul li a{
 color:#fff;
}

#footer-widgets .widget.widget_links ul li a:before{
    color:#afafaf;
}

.home-services .service-item .desc{
    display: none;
}

@media (max-width: 767px){
    .hero2 .keyimage {
        height: 300px;
    }

    .hero2 .keyimage img {
        height: 100% !important;
        object-fit: cover;
        /* object-position: right; */
        object-position: 50%;
    }

    .row-flex{
        display: inherit;
    }

    .row-flex .intro__aside .intro__image{
        padding: 25px;
    }
}


@media (max-width: 600px) {
    .main-logo img{
        width: 60px;
    }

    .menu-what-we-do ul > li{
        width: 50%;
        display: block;
        float: left;
    }
    #featured-title .featured-title-heading-wrap{
        display: block;
        width: 100%;
        border-bottom: 1px solid #e4e6f5;
        margin-bottom: 10px;
    }
    #featured-title #breadcrumbs{
        display: block;
        width: 100%;
    }
    #featured-title .featured-title-inner-wrap{
        padding-bottom: 10px;
    }
    #featured-title .featured-title-heading{
        margin-bottom: 10px;
    }
}

@media (max-width: 479px){

    .indus-icons li{
        padding-left: 0;
        text-align: center;
    }
    .indus-icons li img{
        display: initial;
        position: initial;
    }

    .wprt-partner-grid.col-5 .partner-item{
        width: 33%;
    }


}


/* RTL grid overrides */
@media (min-width: 768px) {
  body.rtl .col-sm-1,
  body.rtl .col-sm-2,
  body.rtl .col-sm-3,
  body.rtl .col-sm-4,
  body.rtl .col-sm-5,
  body.rtl .col-sm-6,
  body.rtl .col-sm-7,
  body.rtl .col-sm-8,
  body.rtl .col-sm-9,
  body.rtl .col-sm-10,
  body.rtl .col-sm-11,
  body.rtl .col-sm-12 {
    float: right;
  }
  body.rtl .col-sm-push-0 {
    left: auto !important;
    right: 0.000000% !important;
  }
  body.rtl .col-sm-pull-0 {
    right: auto !important;
    left: 0.000000% !important;
  }
  body.rtl .col-sm-offset-0 {
    margin-left: 0 !important;
    margin-right: 0.000000% !important;
  }
  body.rtl .col-sm-push-1 {
    left: auto !important;
    right: 8.333333% !important;
  }
  body.rtl .col-sm-pull-1 {
    right: auto !important;
    left: 8.333333% !important;
  }
  body.rtl .col-sm-offset-1 {
    margin-left: 0 !important;
    margin-right: 8.333333% !important;
  }
  body.rtl .col-sm-push-2 {
    left: auto !important;
    right: 16.666667% !important;
  }
  body.rtl .col-sm-pull-2 {
    right: auto !important;
    left: 16.666667% !important;
  }
  body.rtl .col-sm-offset-2 {
    margin-left: 0 !important;
    margin-right: 16.666667% !important;
  }
  body.rtl .col-sm-push-3 {
    left: auto !important;
    right: 25.000000% !important;
  }
  body.rtl .col-sm-pull-3 {
    right: auto !important;
    left: 25.000000% !important;
  }
  body.rtl .col-sm-offset-3 {
    margin-left: 0 !important;
    margin-right: 25.000000% !important;
  }
  body.rtl .col-sm-push-4 {
    left: auto !important;
    right: 33.333333% !important;
  }
  body.rtl .col-sm-pull-4 {
    right: auto !important;
    left: 33.333333% !important;
  }
  body.rtl .col-sm-offset-4 {
    margin-left: 0 !important;
    margin-right: 33.333333% !important;
  }
  body.rtl .col-sm-push-5 {
    left: auto !important;
    right: 41.666667% !important;
  }
  body.rtl .col-sm-pull-5 {
    right: auto !important;
    left: 41.666667% !important;
  }
  body.rtl .col-sm-offset-5 {
    margin-left: 0 !important;
    margin-right: 41.666667% !important;
  }
  body.rtl .col-sm-push-6 {
    left: auto !important;
    right: 50.000000% !important;
  }
  body.rtl .col-sm-pull-6 {
    right: auto !important;
    left: 50.000000% !important;
  }
  body.rtl .col-sm-offset-6 {
    margin-left: 0 !important;
    margin-right: 50.000000% !important;
  }
  body.rtl .col-sm-push-7 {
    left: auto !important;
    right: 58.333333% !important;
  }
  body.rtl .col-sm-pull-7 {
    right: auto !important;
    left: 58.333333% !important;
  }
  body.rtl .col-sm-offset-7 {
    margin-left: 0 !important;
    margin-right: 58.333333% !important;
  }
  body.rtl .col-sm-push-8 {
    left: auto !important;
    right: 66.666667% !important;
  }
  body.rtl .col-sm-pull-8 {
    right: auto !important;
    left: 66.666667% !important;
  }
  body.rtl .col-sm-offset-8 {
    margin-left: 0 !important;
    margin-right: 66.666667% !important;
  }
  body.rtl .col-sm-push-9 {
    left: auto !important;
    right: 75.000000% !important;
  }
  body.rtl .col-sm-pull-9 {
    right: auto !important;
    left: 75.000000% !important;
  }
  body.rtl .col-sm-offset-9 {
    margin-left: 0 !important;
    margin-right: 75.000000% !important;
  }
  body.rtl .col-sm-push-10 {
    left: auto !important;
    right: 83.333333% !important;
  }
  body.rtl .col-sm-pull-10 {
    right: auto !important;
    left: 83.333333% !important;
  }
  body.rtl .col-sm-offset-10 {
    margin-left: 0 !important;
    margin-right: 83.333333% !important;
  }
  body.rtl .col-sm-push-11 {
    left: auto !important;
    right: 91.666667% !important;
  }
  body.rtl .col-sm-pull-11 {
    right: auto !important;
    left: 91.666667% !important;
  }
  body.rtl .col-sm-offset-11 {
    margin-left: 0 !important;
    margin-right: 91.666667% !important;
  }
  body.rtl .col-sm-push-12 {
    left: auto !important;
    right: 100.000000% !important;
  }
  body.rtl .col-sm-pull-12 {
    right: auto !important;
    left: 100.000000% !important;
  }
  body.rtl .col-sm-offset-12 {
    margin-left: 0 !important;
    margin-right: 100.000000% !important;
  }
}

/* Fix split-box image height on Arabic home: ensure background div fills column */
.split-box .col-lg-height {
  position: relative;
}
.split-box .split-box-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
}

/* Ensure md table-cell columns act as positioning containers for background image */
@media (min-width: 992px) {
  /* Within split-box/table layout, cancel RTL float so source order determines left/right */
  body.rtl .row-md-height > [class*="col-md-"] {
    float: none !important;
  }
  body.rtl .row-lg-height > [class*="col-lg-"] {
    float: none !important;
  }
  .split-box .col-md-height {
    position: relative;
  }
  /* For Arabic About page first split-box: enforce image on left, content on right */
  body.rtl #about-us-section .row-md-height {
    display: flex !important;
    align-items: stretch;
    height: 100%;
  }
  body.rtl #about-us-section .row-md-height > .col-md-height {
    float: none !important;
    display: block;
    width: 50%;
  }
  body.rtl #about-us-section .row-md-height > .split-box-image {
    order: 1;
  }
  body.rtl #about-us-section .row-md-height > .col-md-height:not(.split-box-image) {
    order: 2;
  }
}

@media (min-width: 992px) {
  body.rtl .col-md-1,
  body.rtl .col-md-2,
  body.rtl .col-md-3,
  body.rtl .col-md-4,
  body.rtl .col-md-5,
  body.rtl .col-md-6,
  body.rtl .col-md-7,
  body.rtl .col-md-8,
  body.rtl .col-md-9,
  body.rtl .col-md-10,
  body.rtl .col-md-11,
  body.rtl .col-md-12 {
    float: right;
  }
  body.rtl .col-md-push-0 {
    left: auto !important;
    right: 0.000000% !important;
  }
  body.rtl .col-md-pull-0 {
    right: auto !important;
    left: 0.000000% !important;
  }
  body.rtl .col-md-offset-0 {
    margin-left: 0 !important;
    margin-right: 0.000000% !important;
  }
  body.rtl .col-md-push-1 {
    left: auto !important;
    right: 8.333333% !important;
  }
  body.rtl .col-md-pull-1 {
    right: auto !important;
    left: 8.333333% !important;
  }
  body.rtl .col-md-offset-1 {
    margin-left: 0 !important;
    margin-right: 8.333333% !important;
  }
  body.rtl .col-md-push-2 {
    left: auto !important;
    right: 16.666667% !important;
  }
  body.rtl .col-md-pull-2 {
    right: auto !important;
    left: 16.666667% !important;
  }
  body.rtl .col-md-offset-2 {
    margin-left: 0 !important;
    margin-right: 16.666667% !important;
  }
  body.rtl .col-md-push-3 {
    left: auto !important;
    right: 25.000000% !important;
  }
  body.rtl .col-md-pull-3 {
    right: auto !important;
    left: 25.000000% !important;
  }
  body.rtl .col-md-offset-3 {
    margin-left: 0 !important;
    margin-right: 25.000000% !important;
  }
  body.rtl .col-md-push-4 {
    left: auto !important;
    right: 33.333333% !important;
  }
  body.rtl .col-md-pull-4 {
    right: auto !important;
    left: 33.333333% !important;
  }
  body.rtl .col-md-offset-4 {
    margin-left: 0 !important;
    margin-right: 33.333333% !important;
  }
  body.rtl .col-md-push-5 {
    left: auto !important;
    right: 41.666667% !important;
  }
  body.rtl .col-md-pull-5 {
    right: auto !important;
    left: 41.666667% !important;
  }
  body.rtl .col-md-offset-5 {
    margin-left: 0 !important;
    margin-right: 41.666667% !important;
  }
  body.rtl .col-md-push-6 {
    left: auto !important;
    right: 50.000000% !important;
  }
  body.rtl .col-md-pull-6 {
    right: auto !important;
    left: 50.000000% !important;
  }
  body.rtl .col-md-offset-6 {
    margin-left: 0 !important;
    margin-right: 50.000000% !important;
  }
  body.rtl .col-md-push-7 {
    left: auto !important;
    right: 58.333333% !important;
  }
  body.rtl .col-md-pull-7 {
    right: auto !important;
    left: 58.333333% !important;
  }
  body.rtl .col-md-offset-7 {
    margin-left: 0 !important;
    margin-right: 58.333333% !important;
  }
  body.rtl .col-md-push-8 {
    left: auto !important;
    right: 66.666667% !important;
  }
  body.rtl .col-md-pull-8 {
    right: auto !important;
    left: 66.666667% !important;
  }
  body.rtl .col-md-offset-8 {
    margin-left: 0 !important;
    margin-right: 66.666667% !important;
  }
  body.rtl .col-md-push-9 {
    left: auto !important;
    right: 75.000000% !important;
  }
  body.rtl .col-md-pull-9 {
    right: auto !important;
    left: 75.000000% !important;
  }
  body.rtl .col-md-offset-9 {
    margin-left: 0 !important;
    margin-right: 75.000000% !important;
  }
  body.rtl .col-md-push-10 {
    left: auto !important;
    right: 83.333333% !important;
  }
  body.rtl .col-md-pull-10 {
    right: auto !important;
    left: 83.333333% !important;
  }
  body.rtl .col-md-offset-10 {
    margin-left: 0 !important;
    margin-right: 83.333333% !important;
  }
  body.rtl .col-md-push-11 {
    left: auto !important;
    right: 91.666667% !important;
  }
  body.rtl .col-md-pull-11 {
    right: auto !important;
    left: 91.666667% !important;
  }
  body.rtl .col-md-offset-11 {
    margin-left: 0 !important;
    margin-right: 91.666667% !important;
  }
  body.rtl .col-md-push-12 {
    left: auto !important;
    right: 100.000000% !important;
  }
  body.rtl .col-md-pull-12 {
    right: auto !important;
    left: 100.000000% !important;
  }
  body.rtl .col-md-offset-12 {
    margin-left: 0 !important;
    margin-right: 100.000000% !important;
  }
}

@media (min-width: 1200px) {
  body.rtl .col-lg-1,
  body.rtl .col-lg-2,
  body.rtl .col-lg-3,
  body.rtl .col-lg-4,
  body.rtl .col-lg-5,
  body.rtl .col-lg-6,
  body.rtl .col-lg-7,
  body.rtl .col-lg-8,
  body.rtl .col-lg-9,
  body.rtl .col-lg-10,
  body.rtl .col-lg-11,
  body.rtl .col-lg-12 {
    float: right;
  }
  body.rtl .col-lg-push-0 {
    left: auto !important;
    right: 0.000000% !important;
  }
  body.rtl .col-lg-pull-0 {
    right: auto !important;
    left: 0.000000% !important;
  }
  body.rtl .col-lg-offset-0 {
    margin-left: 0 !important;
    margin-right: 0.000000% !important;
  }
  body.rtl .col-lg-push-1 {
    left: auto !important;
    right: 8.333333% !important;
  }
  body.rtl .col-lg-pull-1 {
    right: auto !important;
    left: 8.333333% !important;
  }
  body.rtl .col-lg-offset-1 {
    margin-left: 0 !important;
    margin-right: 8.333333% !important;
  }
  body.rtl .col-lg-push-2 {
    left: auto !important;
    right: 16.666667% !important;
  }
  body.rtl .col-lg-pull-2 {
    right: auto !important;
    left: 16.666667% !important;
  }
  body.rtl .col-lg-offset-2 {
    margin-left: 0 !important;
    margin-right: 16.666667% !important;
  }
  body.rtl .col-lg-push-3 {
    left: auto !important;
    right: 25.000000% !important;
  }
  body.rtl .col-lg-pull-3 {
    right: auto !important;
    left: 25.000000% !important;
  }
  body.rtl .col-lg-offset-3 {
    margin-left: 0 !important;
    margin-right: 25.000000% !important;
  }
  body.rtl .col-lg-push-4 {
    left: auto !important;
    right: 33.333333% !important;
  }
  body.rtl .col-lg-pull-4 {
    right: auto !important;
    left: 33.333333% !important;
  }
  body.rtl .col-lg-offset-4 {
    margin-left: 0 !important;
    margin-right: 33.333333% !important;
  }
  body.rtl .col-lg-push-5 {
    left: auto !important;
    right: 41.666667% !important;
  }
  body.rtl .col-lg-pull-5 {
    right: auto !important;
    left: 41.666667% !important;
  }
  body.rtl .col-lg-offset-5 {
    margin-left: 0 !important;
    margin-right: 41.666667% !important;
  }
  body.rtl .col-lg-push-6 {
    left: auto !important;
    right: 50.000000% !important;
  }
  body.rtl .col-lg-pull-6 {
    right: auto !important;
    left: 50.000000% !important;
  }
  body.rtl .col-lg-offset-6 {
    margin-left: 0 !important;
    margin-right: 50.000000% !important;
  }
  body.rtl .col-lg-push-7 {
    left: auto !important;
    right: 58.333333% !important;
  }
  body.rtl .col-lg-pull-7 {
    right: auto !important;
    left: 58.333333% !important;
  }
  body.rtl .col-lg-offset-7 {
    margin-left: 0 !important;
    margin-right: 58.333333% !important;
  }
  body.rtl .col-lg-push-8 {
    left: auto !important;
    right: 66.666667% !important;
  }
  body.rtl .col-lg-pull-8 {
    right: auto !important;
    left: 66.666667% !important;
  }
  body.rtl .col-lg-offset-8 {
    margin-left: 0 !important;
    margin-right: 66.666667% !important;
  }
  body.rtl .col-lg-push-9 {
    left: auto !important;
    right: 75.000000% !important;
  }
  body.rtl .col-lg-pull-9 {
    right: auto !important;
    left: 75.000000% !important;
  }
  body.rtl .col-lg-offset-9 {
    margin-left: 0 !important;
    margin-right: 75.000000% !important;
  }
  body.rtl .col-lg-push-10 {
    left: auto !important;
    right: 83.333333% !important;
  }
  body.rtl .col-lg-pull-10 {
    right: auto !important;
    left: 83.333333% !important;
  }
  body.rtl .col-lg-offset-10 {
    margin-left: 0 !important;
    margin-right: 83.333333% !important;
  }
  body.rtl .col-lg-push-11 {
    left: auto !important;
    right: 91.666667% !important;
  }
  body.rtl .col-lg-pull-11 {
    right: auto !important;
    left: 91.666667% !important;
  }
  body.rtl .col-lg-offset-11 {
    margin-left: 0 !important;
    margin-right: 91.666667% !important;
  }
  body.rtl .col-lg-push-12 {
    left: auto !important;
    right: 100.000000% !important;
  }
  body.rtl .col-lg-pull-12 {
    right: auto !important;
    left: 100.000000% !important;
  }
  body.rtl .col-lg-offset-12 {
    margin-left: 0 !important;
    margin-right: 100.000000% !important;
  }
}


/* Ensure hero boxes with colored backgrounds keep headings legible */
.split-box-content.sb-content-color .tt-heading-title,
.split-box-content.sb-content-color .tt-heading-title a,
.split-box-content.sb-content-color .tt-heading-subtitle,
.split-box-content.sb-content-color h1,
.split-box-content.sb-content-color h2,
.split-box-content.sb-content-color h3,
.split-box-content.sb-content-color h4,
.split-box-content.sb-content-color h5,
.split-box-content.sb-content-color h6 {
    color: #fff !important;
}


/* Ensure phone numbers render left-to-right even inside RTL blocks */
.contact-info-text a[href^='tel'],
.force-rtl a[href^='tel'] {
    direction: ltr !important;
    unicode-bidi: bidi-override;
    text-align: left;
    display: inline-block;
}

