 body {
     direction: rtl;
     text-align: right;
 }
 /*------------------------------------*\
    #Layout RTL
\*------------------------------------*/
 
 .col-lg-1,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-sm-1,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-xs-1,
 .col-xs-10,
 .col-xs-11,
 .col-xs-12,
 .col-xs-2,
 .col-xs-3,
 .col-xs-4,
 .col-xs-5,
 .col-xs-6,
 .col-xs-7,
 .col-xs-8,
 .col-xs-9 {
     position: relative;
     min-height: 1px;
 }
 
 .col-xs-1,
 .col-xs-10,
 .col-xs-11,
 .col-xs-12,
 .col-xs-2,
 .col-xs-3,
 .col-xs-4,
 .col-xs-5,
 .col-xs-6,
 .col-xs-7,
 .col-xs-8,
 .col-xs-9 {
     float: right
 }
 
 .col-xs-12 {
     width: 100%
 }
 
 .col-xs-11 {
     width: 91.66666667%
 }
 
 .col-xs-10 {
     width: 83.33333333%
 }
 
 .col-xs-9 {
     width: 75%
 }
 
 .col-xs-8 {
     width: 66.66666667%
 }
 
 .col-xs-7 {
     width: 58.33333333%
 }
 
 .col-xs-6 {
     width: 50%
 }
 
 .col-xs-5 {
     width: 41.66666667%
 }
 
 .col-xs-4 {
     width: 33.33333333%
 }
 
 .col-xs-3 {
     width: 25%
 }
 
 .col-xs-2 {
     width: 16.66666667%
 }
 
 .col-xs-1 {
     width: 8.33333333%
 }
 
 .col-xs-pull-12 {
     left: 100%;
     right: auto
 }
 
 .col-xs-pull-11 {
     left: 91.66666667%;
     right: auto
 }
 
 .col-xs-pull-10 {
     left: 83.33333333%;
     right: auto
 }
 
 .col-xs-pull-9 {
     left: 75%;
     right: auto
 }
 
 .col-xs-pull-8 {
     left: 66.66666667%;
     right: auto
 }
 
 .col-xs-pull-7 {
     left: 58.33333333%;
     right: auto
 }
 
 .col-xs-pull-6 {
     left: 50%;
     right: auto
 }
 
 .col-xs-pull-5 {
     left: 41.66666667%;
     right: auto
 }
 
 .col-xs-pull-4 {
     left: 33.33333333%;
     right: auto
 }
 
 .col-xs-pull-3 {
     left: 25%;
     right: auto
 }
 
 .col-xs-pull-2 {
     left: 16.66666667%;
     right: auto
 }
 
 .col-xs-pull-1 {
     left: 8.33333333%;
     right: auto
 }
 
 .col-xs-pull-0 {
     left: auto;
     right: auto
 }
 
 .col-xs-push-12 {
     right: 100%;
     left: 0
 }
 
 .col-xs-push-11 {
     right: 91.66666667%;
     left: 0
 }
 
 .col-xs-push-10 {
     right: 83.33333333%;
     left: 0
 }
 
 .col-xs-push-9 {
     right: 75%;
     left: 0
 }
 
 .col-xs-push-8 {
     right: 66.66666667%;
     left: 0
 }
 
 .col-xs-push-7 {
     right: 58.33333333%;
     left: 0
 }
 
 .col-xs-push-6 {
     right: 50%;
     left: 0
 }
 
 .col-xs-push-5 {
     right: 41.66666667%;
     left: 0
 }
 
 .col-xs-push-4 {
     right: 33.33333333%;
     left: 0
 }
 
 .col-xs-push-3 {
     right: 25%;
     left: 0
 }
 
 .col-xs-push-2 {
     right: 16.66666667%;
     left: 0
 }
 
 .col-xs-push-1 {
     right: 8.33333333%;
     left: 0
 }
 
 .col-xs-push-0 {
     right: auto;
     left: 0
 }
 
 .col-xs-offset-12 {
     margin-right: 100%;
     margin-left: 0
 }
 
 .col-xs-offset-11 {
     margin-right: 91.66666667%;
     margin-left: 0
 }
 
 .col-xs-offset-10 {
     margin-right: 83.33333333%;
     margin-left: 0
 }
 
 .col-xs-offset-9 {
     margin-right: 75%;
     margin-left: 0
 }
 
 .col-xs-offset-8 {
     margin-right: 66.66666667%;
     margin-left: 0
 }
 
 .col-xs-offset-7 {
     margin-right: 58.33333333%;
     margin-left: 0
 }
 
 .col-xs-offset-6 {
     margin-right: 50%;
     margin-left: 0
 }
 
 .col-xs-offset-5 {
     margin-right: 41.66666667%;
     margin-left: 0
 }
 
 .col-xs-offset-4 {
     margin-right: 33.33333333%;
     margin-left: 0
 }
 
 .col-xs-offset-3 {
     margin-right: 25%;
     margin-left: 0
 }
 
 .col-xs-offset-2 {
     margin-right: 16.66666667%;
     margin-left: 0
 }
 
 .col-xs-offset-1 {
     margin-right: 8.33333333%;
     margin-left: 0
 }
 
 .col-xs-offset-0 {
     margin-right: 0;
     margin-left: 0
 }
 
 @media (min-width:768px) {
     .col-sm-1,
     .col-sm-10,
     .col-sm-11,
     .col-sm-12,
     .col-sm-2,
     .col-sm-3,
     .col-sm-4,
     .col-sm-5,
     .col-sm-6,
     .col-sm-7,
     .col-sm-8,
     .col-sm-9 {
         float: right
     }
     .col-sm-12 {
         width: 100%
     }
     .col-sm-11 {
         width: 91.66666667%
     }
     .col-sm-10 {
         width: 83.33333333%
     }
     .col-sm-9 {
         width: 75%
     }
     .col-sm-8 {
         width: 66.66666667%
     }
     .col-sm-7 {
         width: 58.33333333%
     }
     .col-sm-6 {
         width: 50%
     }
     .col-sm-5 {
         width: 41.66666667%
     }
     .col-sm-4 {
         width: 33.33333333%
     }
     .col-sm-3 {
         width: 25%
     }
     .col-sm-2 {
         width: 16.66666667%
     }
     .col-sm-1 {
         width: 8.33333333%
     }
     .col-sm-pull-12 {
         left: 100%;
         right: auto
     }
     .col-sm-pull-11 {
         left: 91.66666667%;
         right: auto
     }
     .col-sm-pull-10 {
         left: 83.33333333%;
         right: auto
     }
     .col-sm-pull-9 {
         left: 75%;
         right: auto
     }
     .col-sm-pull-8 {
         left: 66.66666667%;
         right: auto
     }
     .col-sm-pull-7 {
         left: 58.33333333%;
         right: auto
     }
     .col-sm-pull-6 {
         left: 50%;
         right: auto
     }
     .col-sm-pull-5 {
         left: 41.66666667%;
         right: auto
     }
     .col-sm-pull-4 {
         left: 33.33333333%;
         right: auto
     }
     .col-sm-pull-3 {
         left: 25%;
         right: auto
     }
     .col-sm-pull-2 {
         left: 16.66666667%;
         right: auto
     }
     .col-sm-pull-1 {
         left: 8.33333333%;
         right: auto
     }
     .col-sm-pull-0 {
         left: auto;
         right: auto
     }
     .col-sm-push-12 {
         right: 100%;
         left: 0
     }
     .col-sm-push-11 {
         right: 91.66666667%;
         left: 0
     }
     .col-sm-push-10 {
         right: 83.33333333%;
         left: 0
     }
     .col-sm-push-9 {
         right: 75%;
         left: 0
     }
     .col-sm-push-8 {
         right: 66.66666667%;
         left: 0
     }
     .col-sm-push-7 {
         right: 58.33333333%;
         left: 0
     }
     .col-sm-push-6 {
         right: 50%;
         left: 0
     }
     .col-sm-push-5 {
         right: 41.66666667%;
         left: 0
     }
     .col-sm-push-4 {
         right: 33.33333333%;
         left: 0
     }
     .col-sm-push-3 {
         right: 25%;
         left: 0
     }
     .col-sm-push-2 {
         right: 16.66666667%;
         left: 0
     }
     .col-sm-push-1 {
         right: 8.33333333%;
         left: 0
     }
     .col-sm-push-0 {
         right: auto;
         left: 0
     }
     .col-sm-offset-12 {
         margin-right: 100%;
         margin-left: 0
     }
     .col-sm-offset-11 {
         margin-right: 91.66666667%;
         margin-left: 0
     }
     .col-sm-offset-10 {
         margin-right: 83.33333333%;
         margin-left: 0
     }
     .col-sm-offset-9 {
         margin-right: 75%;
         margin-left: 0
     }
     .col-sm-offset-8 {
         margin-right: 66.66666667%;
         margin-left: 0
     }
     .col-sm-offset-7 {
         margin-right: 58.33333333%;
         margin-left: 0
     }
     .col-sm-offset-6 {
         margin-right: 50%;
         margin-left: 0
     }
     .col-sm-offset-5 {
         margin-right: 41.66666667%;
         margin-left: 0
     }
     .col-sm-offset-4 {
         margin-right: 33.33333333%;
         margin-left: 0
     }
     .col-sm-offset-3 {
         margin-right: 25%;
         margin-left: 0
     }
     .col-sm-offset-2 {
         margin-right: 16.66666667%;
         margin-left: 0
     }
     .col-sm-offset-1 {
         margin-right: 8.33333333%;
         margin-left: 0
     }
     .col-sm-offset-0 {
         margin-right: 0;
         margin-left: 0
     }
 }
 
 @media (min-width:992px) {
     .col-md-1,
     .col-md-10,
     .col-md-11,
     .col-md-12,
     .col-md-2,
     .col-md-3,
     .col-md-4,
     .col-md-5,
     .col-md-6,
     .col-md-7,
     .col-md-8,
     .col-md-9 {
         float: right
     }
     .col-md-12 {
         width: 100%
     }
     .col-md-11 {
         width: 91.66666667%
     }
     .col-md-10 {
         width: 83.33333333%
     }
     .col-md-9 {
         width: 75%
     }
     .col-md-8 {
         width: 66.66666667%
     }
     .col-md-7 {
         width: 58.33333333%
     }
     .col-md-6 {
         width: 50%
     }
     .col-md-5 {
         width: 41.66666667%
     }
     .col-md-4 {
         width: 33.33333333%
     }
     .col-md-3 {
         width: 25%
     }
     .col-md-2 {
         width: 16.66666667%
     }
     .col-md-1 {
         width: 8.33333333%
     }
     .col-md-pull-12 {
         left: 100%;
         right: auto
     }
     .col-md-pull-11 {
         left: 91.66666667%;
         right: auto
     }
     .col-md-pull-10 {
         left: 83.33333333%;
         right: auto
     }
     .col-md-pull-9 {
         left: 75%;
         right: auto
     }
     .col-md-pull-8 {
         left: 66.66666667%;
         right: auto
     }
     .col-md-pull-7 {
         left: 58.33333333%;
         right: auto
     }
     .col-md-pull-6 {
         left: 50%;
         right: auto
     }
     .col-md-pull-5 {
         left: 41.66666667%;
         right: auto
     }
     .col-md-pull-4 {
         left: 33.33333333%;
         right: auto
     }
     .col-md-pull-3 {
         left: 25%;
         right: auto
     }
     .col-md-pull-2 {
         left: 16.66666667%;
         right: auto
     }
     .col-md-pull-1 {
         left: 8.33333333%;
         right: auto
     }
     .col-md-pull-0 {
         left: auto;
         right: auto
     }
     .col-md-push-12 {
         right: 100%;
         left: 0
     }
     .col-md-push-11 {
         right: 91.66666667%;
         left: 0
     }
     .col-md-push-10 {
         right: 83.33333333%;
         left: 0
     }
     .col-md-push-9 {
         right: 75%;
         left: 0
     }
     .col-md-push-8 {
         right: 66.66666667%;
         left: 0
     }
     .col-md-push-7 {
         right: 58.33333333%;
         left: 0
     }
     .col-md-push-6 {
         right: 50%;
         left: 0
     }
     .col-md-push-5 {
         right: 41.66666667%;
         left: 0
     }
     .col-md-push-4 {
         right: 33.33333333%;
         left: 0
     }
     .col-md-push-3 {
         right: 25%;
         left: 0
     }
     .col-md-push-2 {
         right: 16.66666667%;
         left: 0
     }
     .col-md-push-1 {
         right: 8.33333333%;
         left: 0
     }
     .col-md-push-0 {
         right: auto;
         left: 0
     }
     .col-md-offset-12 {
         margin-right: 100%;
         margin-left: 0
     }
     .col-md-offset-11 {
         margin-right: 91.66666667%;
         margin-left: 0
     }
     .col-md-offset-10 {
         margin-right: 83.33333333%;
         margin-left: 0
     }
     .col-md-offset-9 {
         margin-right: 75%;
         margin-left: 0
     }
     .col-md-offset-8 {
         margin-right: 66.66666667%;
         margin-left: 0
     }
     .col-md-offset-7 {
         margin-right: 58.33333333%;
         margin-left: 0
     }
     .col-md-offset-6 {
         margin-right: 50%;
         margin-left: 0
     }
     .col-md-offset-5 {
         margin-right: 41.66666667%;
         margin-left: 0
     }
     .col-md-offset-4 {
         margin-right: 33.33333333%;
         margin-left: 0
     }
     .col-md-offset-3 {
         margin-right: 25%;
         margin-left: 0
     }
     .col-md-offset-2 {
         margin-right: 16.66666667%;
         margin-left: 0
     }
     .col-md-offset-1 {
         margin-right: 8.33333333%;
         margin-left: 0
     }
     .col-md-offset-0 {
         margin-right: 0;
         margin-left: 0
     }
 }
 
 @media (min-width:1200px) {
     .col-lg-1,
     .col-lg-10,
     .col-lg-11,
     .col-lg-12,
     .col-lg-2,
     .col-lg-3,
     .col-lg-4,
     .col-lg-5,
     .col-lg-6,
     .col-lg-7,
     .col-lg-8,
     .col-lg-9 {
         float: right
     }
     .col-lg-12 {
         width: 100%
     }
     .col-lg-11 {
         width: 91.66666667%
     }
     .col-lg-10 {
         width: 83.33333333%
     }
     .col-lg-9 {
         width: 75%
     }
     .col-lg-8 {
         width: 66.66666667%
     }
     .col-lg-7 {
         width: 58.33333333%
     }
     .col-lg-6 {
         width: 50%
     }
     .col-lg-5 {
         width: 41.66666667%
     }
     .col-lg-4 {
         width: 33.33333333%
     }
     .col-lg-3 {
         width: 25%
     }
     .col-lg-2 {
         width: 16.66666667%
     }
     .col-lg-1 {
         width: 8.33333333%
     }
     .col-lg-pull-12 {
         left: 100%;
         right: auto
     }
     .col-lg-pull-11 {
         left: 91.66666667%;
         right: auto
     }
     .col-lg-pull-10 {
         left: 83.33333333%;
         right: auto
     }
     .col-lg-pull-9 {
         left: 75%;
         right: auto
     }
     .col-lg-pull-8 {
         left: 66.66666667%;
         right: auto
     }
     .col-lg-pull-7 {
         left: 58.33333333%;
         right: auto
     }
     .col-lg-pull-6 {
         left: 50%;
         right: auto
     }
     .col-lg-pull-5 {
         left: 41.66666667%;
         right: auto
     }
     .col-lg-pull-4 {
         left: 33.33333333%;
         right: auto
     }
     .col-lg-pull-3 {
         left: 25%;
         right: auto
     }
     .col-lg-pull-2 {
         left: 16.66666667%;
         right: auto
     }
     .col-lg-pull-1 {
         left: 8.33333333%;
         right: auto
     }
     .col-lg-pull-0 {
         left: auto;
         right: auto
     }
     .col-lg-push-12 {
         right: 100%;
         left: 0
     }
     .col-lg-push-11 {
         right: 91.66666667%;
         left: 0
     }
     .col-lg-push-10 {
         right: 83.33333333%;
         left: 0
     }
     .col-lg-push-9 {
         right: 75%;
         left: 0
     }
     .col-lg-push-8 {
         right: 66.66666667%;
         left: 0
     }
     .col-lg-push-7 {
         right: 58.33333333%;
         left: 0
     }
     .col-lg-push-6 {
         right: 50%;
         left: 0
     }
     .col-lg-push-5 {
         right: 41.66666667%;
         left: 0
     }
     .col-lg-push-4 {
         right: 33.33333333%;
         left: 0
     }
     .col-lg-push-3 {
         right: 25%;
         left: 0
     }
     .col-lg-push-2 {
         right: 16.66666667%;
         left: 0
     }
     .col-lg-push-1 {
         right: 8.33333333%;
         left: 0
     }
     .col-lg-push-0 {
         right: auto;
         left: 0
     }
     .col-lg-offset-12 {
         margin-right: 100%;
         margin-left: 0
     }
     .col-lg-offset-11 {
         margin-right: 91.66666667%;
         margin-left: 0
     }
     .col-lg-offset-10 {
         margin-right: 83.33333333%;
         margin-left: 0
     }
     .col-lg-offset-9 {
         margin-right: 75%;
         margin-left: 0
     }
     .col-lg-offset-8 {
         margin-right: 66.66666667%;
         margin-left: 0
     }
     .col-lg-offset-7 {
         margin-right: 58.33333333%;
         margin-left: 0
     }
     .col-lg-offset-6 {
         margin-right: 50%;
         margin-left: 0
     }
     .col-lg-offset-5 {
         margin-right: 41.66666667%;
         margin-left: 0
     }
     .col-lg-offset-4 {
         margin-right: 33.33333333%;
         margin-left: 0
     }
     .col-lg-offset-3 {
         margin-right: 25%;
         margin-left: 0
     }
     .col-lg-offset-2 {
         margin-right: 16.66666667%;
         margin-left: 0
     }
     .col-lg-offset-1 {
         margin-right: 8.33333333%;
         margin-left: 0
     }
     .col-lg-offset-0 {
         margin-right: 0;
         margin-left: 0
     }
 }
 
 caption,
 th {
     text-align: right
 }
 
 @media screen and (max-width:767px) {
     .table-responsive>.table-bordered {
         border: 0
     }
     .table-responsive>.table-bordered>tbody>tr>td:first-child,
     .table-responsive>.table-bordered>tbody>tr>th:first-child,
     .table-responsive>.table-bordered>tfoot>tr>td:first-child,
     .table-responsive>.table-bordered>tfoot>tr>th:first-child,
     .table-responsive>.table-bordered>thead>tr>td:first-child,
     .table-responsive>.table-bordered>thead>tr>th:first-child {
         border-right: 0;
         border-left: initial
     }
     .table-responsive>.table-bordered>tbody>tr>td:last-child,
     .table-responsive>.table-bordered>tbody>tr>th:last-child,
     .table-responsive>.table-bordered>tfoot>tr>td:last-child,
     .table-responsive>.table-bordered>tfoot>tr>th:last-child,
     .table-responsive>.table-bordered>thead>tr>td:last-child,
     .table-responsive>.table-bordered>thead>tr>th:last-child {
         border-left: 0;
         border-right: initial
     }
 }
 
 .pagination {
     padding-right: 0
 }
 
 .pagination>li>a,
 .pagination>li>span {
     float: right;
     margin-right: -1px;
     margin-left: 0
 }
 
 .pagination>li:first-child>a,
 .pagination>li:first-child>span {
     margin-left: 0;
     border-radius: 0 4px 4px 0
 }
 
 .pagination>li:last-child>a,
 .pagination>li:last-child>span {
     margin-right: -1px;
     border-radius: 4px 0 0 4px
 }
 
 .ltr {
     direction: ltr;
     text-align: right
 }
 
 .pull-right {
     float: left !important
 }
 
 .pull-left {
     float: right !important
 }
 
 .list-unstyled {
     padding-right: 0;
 }
 
 .section-heading.left {
     text-align: right;
 }
 
 .navbar-nav ul {
     left: 9999px;
 }
 
 .searchnew,
 .top-bar-info,
 .toplinks li {
     float: left;
 }
 
 @media screen and (max-width: 767px) {
     .top-bar-info {
         float: none;
         display: block;
         margin-bottom: 6px;
         text-align: center;
     }
 }
 
 .toplinks li {
     float: none;
 }
 
 @media screen and (max-width: 480px) {
     .searchnew {
         float: none;
         margin-bottom: 12px;
     }
 }
 
 .top-bar-info {
     margin-top: 7px;
     margin-left: 10px;
 }
 
 .ml-auto,
 .mx-auto {
     margin-right: auto !important;
     margin-left: inherit !important;
 }
 
 .language {
     left: 20px;
     right: inherit;
 }
 
 .header-left {
     float: right;
     right: 0;
     left: inherit;
 }
 
 .owl-carousel .owl-item {
     float: right;
 }
 
 .btn-link::after {
     right: 0;
     left: inherit;
 }
 
 .owl-carousel,
 .owl-carousel .owl-item {
     direction: initial;
 }
 
 .address-item li {
     float: right;
 }
 
 .address-item i {
     margin-left: 20px;
     margin-right: inherit;
 }
 
 .address-item {
     text-align: right;
 }
 
 .videocaption {
     right: 10%;
     left: inherit;
 }
 
 .slider .swiper-pagination-fraction.top {
     left: 15%;
     right: auto;
 }
 
 .slider .setone {
     left: 40px;
     right: inherit;
 }
 
 .dropdown-toggle::after {
     margin-right: .255em;
     margin-left: inherit;
 }
 
 .dropdown-menu {
     right: 0;
     float: right;
     text-align: right;
 }
 
 .navbar .dropdown-menu .dropdown-item:after {
     right: 10px;
     left: inherit;
 }
 
 .navbar .search .search-form form input {
     text-align: right;
 }
 
 .navbar .search .search-form form {
     left: calc(50% - 100px);
 }
 
 .slick-slider {
     direction: ltr;
 }
 
 .about .exp-content:after {
     left: -40px;
     right: inherit;
 }
 
 .fa-chevron-right:before {
     content: "\f053" !important;
 }
 
 .fa-chevron-left:before {
     content: "\f054" !important;
 }
 
 .text-left {
     text-align: right!important;
 }
 
 .text-right {
     text-align: left!important;
 }
 
 .slider {
     direction: ltr;
 }
 
 .main-footer .usful-links ul li i {
     margin-left: 5px;
     margin-right: inherit;
 }
 
 .eds_news_Ozone.eds_subCollection_search .search_input .do_search {
     float: left;
     border-left: none !important;
     border-bottom: none !important;
     border-right: inherit !important;
 }
 
 .eds_news_Ozone.eds_subCollection_search .search_input .input {
     float: right;
 }
 
 #breadcrumb img,
 #breadcrumb span {
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
 }
 
 .direction-r {
     float: left;
 }
 
 .direction-l {
     float: right;
     text-align: left;
 }
 
 .direction-l .flag:before {
     left: -36px;
     right: inherit;
 }
 
 .direction-r .flag:before {
     right: -36px;
     left: inherit;
 }
 
 .right {
     float: left;
 }
 
 .modal-header .close {
     margin: -1rem auto -1rem -1rem;
 }
 
 .modal-footer>:not(:last-child) {
     margin-left: .25rem;
     margin-right: inherit;
 }
 
 @media screen and (max-width: 991px) {
     .navbar .navbar-nav .nav-link {
         padding-left: inherit;
         text-align: right;
         padding-right: 30px;
     }
     .navbar .navbar-nav .dropdown-menu {
         text-align: right;
     }
     .dropdown,
     .dropup {
         text-align: right;
     }
 }
 
 .meeta-event-sponsors-4 .meeta-sponsor-wrap .meeta-sponsor-item-box.sponsor-box-1 {
     padding-right: 20px;
     border-right: 0px;
 }
 
 .full-width-header .rs-header .menu-area .rs-menu-area {
     margin-left: 72px;
     margin-right: 0px;
 }
 
 .rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .col-lg-3 {
     padding-left: 48px;
     padding-right: 0px;
 }
 
 .rs-contact.home-style3 .map-canvas .address-main .address-box .address-item .address-text {
     padding-right: 22px;
     padding-left: 0px;
 }
 
 body,
 .cs-secondary_font {
     font-family: 'Tajawal', sans-serif;
 }
 
 .cs-primary_font,
 h1,
 h2,
 h3,
 h4,
 h3,
 h6 {
     font-family: 'Tajawal', sans-serif;
 }
 .orb-home-2 .orb-navigation {
 
    left: 80px;
    right: inherit;}
    .orb-home-2 .orb-navigation .orb-nav .orb-next, .orb-home-2 .orb-navigation .orb-nav .orb-prev {
         
        margin-right: 40px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .orb-home-2 .orb-navigation .orb-pagination .swiper-pagination-bullet {
        margin-right: 30px;
        margin-left:inherit;
       
    }
    .orb-home-2 .orb-content .orb-slide-caption .orb-main-title .orb-suptitle:before {
       
        right: -60%;
        left: inherit;
        
    }
    .orb-big-menu-1 .rb-object-frame .orb-position-fix .orb-deco {
         
        right: 40px;
        left: inherit;
    }
    .orb-big-menu-1 .rb-object-frame .orb-descr {
        left: inherit;
        right: 0;
    }
    .orb-big-menu-1 .rb-object-frame .orb-position-fix {
         
        left: 0;
        right: inherit;
         
    }
    body,
.cs-secondary_font {
    font-family: 'Tajawal', sans-serif;
    
}
ul {
    
    padding-right: 20px;
    
}
.cs-event.cs-style1 .cs-event_toggle_btn {
    left: 15px;
    right: inherit !important;
}
.cs-event.cs-style1 .cs-event_toggle_btn {
    
    left: 20px;
    right: inherit !important;
    
}
.cs-event.cs-style1 .cs-event_location_icon {
    
    margin-left: 15px;
    margin-right: 0px;
}
.cs-contact.cs-style2 .cs-contact_info li i {
    left:inherit;
    right: 0;
    
}
.cs-contact.cs-style2 .cs-contact_info li {
    
    padding-right: 38px;
    padding-left: 0px;
    list-style: none;
}
.orb-home-2 .orb-content .orb-slide-caption .orb-button-and-descr .orb-description span {
    padding-right: 10px;
     
}
.cs-tab_links.cs-style5 {
    border-radius: 0px 10px 10px 0px !important;
 
}
.imagewithtext {
    float: right;
    
}