article,  aside,  details,  figcaption,  figure,  footer,  header,  main,  menu,  nav,  section,  summary {
display: block;
}
audio,  canvas,  progress,  video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],  template {
display: none;
}
a {
background-color: transparent;
}
a:active,  a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,  strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,  sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,  kbd,  pre,  samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,  input,  optgroup,  select,  textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,  select {
text-transform: none;
}
button,  html input[type="button"],  input[type="reset"],  input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],  html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,  input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="password"]{
border: 1px solid #ddd;
border-radius: 5px 0 0 5px;
}
.post-password-required input[type="submit"]{
padding: 10px 20px 12px !important;
}
.page-links span{
border-radius: 50%;
min-width: 40px;
height: 40px;
font-size: 18px;
line-height: 31px;
display: inline-block;
text-align: center
}
.page-links a span {
border:none; 
color: #aaa !important 
}
.page-links a span:hover{
color: #fff !important
}
input[type="checkbox"],  input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,  input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,  input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
label {
font-weight: 600;
}
td,  th {
padding:5px 10px;
border:1px solid #ccc;
}
.owl-stage {
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: box;
} h1,  h2,  h3,  h4,  h5,  h6 {
clear: both;
}
p {
margin-bottom: 20px;
}
dfn,  cite,  em,  i {
font-style: italic;
}
blockquote {
margin: 20px;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,  kbd,  tt,  var {
font-size: 15px;
}
abbr,  acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,  ins {	
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,  *:before,  *:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,  blockquote:after,  q:before,  q:after {
content: "";
}
blockquote,  q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
padding: 0
}
li > ul,  li > ol {
margin-bottom: 0;
margin-left: 1.5em
}
dt {
font-weight: bold;
padding-bottom: 5px;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} ## Menus
--------------------------------------------------------------*/
.main-navigation {
float: left;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li.page_item {
float: left;
position: relative;
padding: 0 10px;
}
.main-navigation li.page_item a {
display: block;
text-decoration: none;
line-height: 60px;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation li:hover > a,  .main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,  .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,  .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,  .main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,  .main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,  .main-navigation .current-menu-item > a,  .main-navigation .current_page_ancestor > a,  .main-navigation .current-menu-ancestor > a {
}
#primary-menu ul {
list-style: none;
text-align: right;
}
#primary-menu ul li.page_item {
display:inline-block;
}
#primary-menu ul li.page_item ul {
display:none;
}
.address .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{
display: block !important;	
margin:0 auto;
} .menu-toggle,  .main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,  .site-main .posts-navigation,  .site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,  .posts-navigation .nav-previous,  .post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,  .posts-navigation .nav-next,  .post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
}
#wp-calendar th,
#wp-calendar td{
padding: 5px;	
}
.bs-sidebar a.rsswidget{
color: #222;
}
.rs-footer{
color: #fff;
}
.rs-footer .widget_archive option{
color: #222;
}
.rs-footer .widget select{
color: #222;
}
.rs-footer caption{
color: #fff;
}
.rs-footer #wp-calendar td, 
.rs-footer #wp-calendar th{
color: #fff !important;
}
.rs-footer .rssSummary,
.rs-footer .cite{
color: #fff;
font-size: 12px;
}
.rs-footer .widget_rss li{
margin-bottom: 7px;
}
body.home.blog .blog-img img{
width: auto !important;
}
.single .bs-img img{
width: auto !important;
}
.bs-sidebar ul li ul{
margin-left: 10px;
}
.rs-footer .widget.widget_nav_menu ul li a:hover{
color: #aaa !important
}
.rs-footer .about-widget .footer-logo{
margin-bottom: 20px !important;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,  .clear:after,  .entry-content:before,  .entry-content:after,  .comment-content:before,  .comment-content:after,  .site-header:before,  .site-header:after,  .site-content:before,  .site-content:after,  .site-footer:before,  .site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear-fix, .clear:after,  .entry-content:after,  .comment-content:after,  .site-header:after,  .site-content:after,  .site-footer:after {
clear: both;
} .widget {
margin: 0 0 2.5em;
} .widget select {
max-width: 100%;
width:100%;
padding: 6px 8px
} .price-style3,  .cl-pricetable-wrap {
padding-bottom: 0px !important
}
.style1 .cl-pricetable-wrap {
padding-bottom: 40px !important
}
.page_title_single h3 {
padding-top: 70px;
}  .sticky {
display: block;
}
.rs-about .about-exp .exp-desc {
color: #666;
}
.updated:not(.published) {
display: none;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
span.author {
text-transform: capitalize;
margin-left: 20px;
}
.archive .page-header {
margin-bottom: 35px;
}
.archive-post {
margin-bottom: 10px;
overflow: hidden;
}
.archive-post h3.blog-title {
margin-bottom: 7px;
font-size:22px !important;
}
.archive-post .blog-meta {
padding-bottom: 15px;
}
.page .bs-sidebar {
padding:100px 0;
}
.fbc-page .fbc-wrap .fbc-items {
background: rgba(0, 0, 0, 0.5) !important
}
.fbc-page .fbc-wrap .fbc-items li a {
color: #4caf50 !important
}
.fbc-items li.active span {
color: #fff !important
}
.search .page-title {	
padding-bottom:20px;
margin-bottom:0px;
}
.search .entry-header h2{
margin-bottom: 10px !important;
font-size: 22px !important
}
.search .pagination-area{
padding-top: 0;
}
.search article{
margin-bottom: 40px;
}
.sticky_form {
display:none
}
.show-featured .post-img{
width: 90px;
float: left;
padding-right: 10px;
}
.bs-sidebar .recent-post-widget .show-featured .post-desc{
padding:0;
}
.bs-sidebar .recent-post-widget .show-featured .post-desc a{
line-height: 22px;
font-size: 15px !important
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,  .entry-content .wp-smiley,  .comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,  iframe,  object {
max-width: 100%;
} img.default-logo, img.footer-logo-light{
height: 32px;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
#rs-header .menu-area .quote-padding{
padding-right: 160px;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11111%;
}
.gallery-caption {
display: block;
}
.tab-text {
display: none;
}
.rs-testimonial .testi-item:hover .testi-img:before {
width: 80%;
height: 80%;
opacity: 0;
}
.testi-item {
position: relative;
}
.testi-img:before {
background: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.testi-item.slick-current {
opacity: 1;
}
.header-styl-5 .bs-search input{
width:60%;
float:right;
}
#map iframe{
height: 800px;
border: none;
width: 100%;
}
.header-logo .logo-area h1.site-title a{
line-height: 45px !important
}  #loading{
background-color: @primary-color;
height: 100%;
width: 100%;
position: fixed;
z-index: 1;
margin-top: 0px;
top: 0px;
z-index: 999999;
}
#loading-center{
width: 100%;
height: 100%;
position: relative;
}
#loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 60px;
width: 60px;
margin-top: -30px;
margin-left: -30px;
-webkit-animation: loading-center-absolute 1s infinite;
animation: loading-center-absolute 1s infinite;
}
.object{
width: 20px;
height: 20px;
background-color: #FFF;
float: left;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
margin-right: 20px;
margin-bottom: 20px;	
}
.object:nth-child(2n+0) {
margin-right: 0px;
}
#object_one{
-webkit-animation: object_one 1s infinite;
animation: object_one 1s infinite;
}
#object_two{
-webkit-animation: object_two 1s infinite;
animation: object_two 1s infinite;
}	
#object_three{
-webkit-animation: object_three 1s infinite;
animation: object_three 1s infinite;
}		
#object_four{
-webkit-animation: object_four 1s infinite;
animation: object_four 1s infinite;
}		
@-webkit-keyframes loading-center-absolute{
100% {
-ms-transform: rotate(360deg); 
-webkit-transform: rotate(360deg); 
transform: rotate(360deg); 
}			
}		
@keyframes loading-center-absolute{
100% {
-ms-transform: rotate(360deg); 
-webkit-transform: rotate(360deg); 
transform: rotate(360deg); 
}
}	
@-webkit-keyframes object_one{
50% {
-ms-transform: translate(20px,20px); 
-webkit-transform: translate(20px,20px);
transform: translate(20px,20px);
}
}		
@keyframes object_one{
50% {
-ms-transform: translate(20px,20px); 
-webkit-transform: translate(20px,20px);
transform: translate(20px,20px);
}
}
@-webkit-keyframes object_two{
50% {
-ms-transform: translate(-20px,20px); 
-webkit-transform: translate(-20px,20px);
transform: translate(-20px,20px);
}
}		
@keyframes object_two{
50% {
-ms-transform: translate(-20px,20px); 
-webkit-transform: translate(-20px,20px);
transform: translate(-20px,20px);
}
}
@-webkit-keyframes object_three{
50% {
-ms-transform: translate(20px,-20px); 
-webkit-transform: translate(20px,-20px);
transform: translate(20px,-20px);
}
}		
@keyframes object_three{
50% {
-ms-transform: translate(20px,-20px); 
-webkit-transform: translate(20px,-20px);
transform: translate(20px,-20px);
}
}
@-webkit-keyframes object_four{
50% {
-ms-transform: translate(-20px,-20px); 
-webkit-transform: translate(-20px,-20px);
transform: translate(-20px,-20px);
}
}		
@keyframes object_four{
50% {
-ms-transform: translate(-20px,-20px); 
-webkit-transform: translate(-20px,-20px);
transform: translate(-20px,-20px);
}
}.job-detail{
padding:60px 0;}
.about_vacantion { 
position: relative;
display: table; 
table-layout: fixed;
width: 100%; 
background: #007dc6 ;
padding: 23px 32px;
margin: 0 0 40px; 
color: #fff;}
.about_vacantion .info {
display: table-cell;
line-height: 26px; 
padding: 0 10px;
font-size: 13px;
}
.about_vacantion .info .icon {
float: left; 
width: 30px;
}
.about_vacantion .info .text {
overflow: hidden;
}
.about_vacantion .info .text strong {
display: block;
color: #fff; 
font-size: 14px; 
font-weight: 700;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
padding: 10px 18px;
line-height: 0!important;
}.wpcf7 .personal-statement textarea{
height:208px !important;
}
@media screen and (max-width: 767px){
.about_vacantion { 
display: block;
}
.about_vacantion .info {
display: block;
padding: 0; 
margin: 0 0 20px;
}
.vacantion .info {
display: block; 
padding: 0; 
margin: 0 0 20px;
}
.about_vacantion .info .icon {
float: left; 
width: 30px;
}
}@font-face {
font-family: 'GESSTwoBold-Bold';
src: url(//www.almoayyedcg.com/wp-content/themes/hepta-child/fonts/GE_SS_Two_Bold.otf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GE SS Text Light';
src: url(//www.almoayyedcg.com/wp-content/themes/hepta-child/fonts/stc.otf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GE SS Two Medium';
src: url(//www.almoayyedcg.com/wp-content/themes/hepta-child/fonts/GE_SS_Two_Medium.otf);
font-weight: normal;
font-style: normal;
}
body, body p, body input,body textarea, body small, body span, body button,li, body .address-text, .footer-address a, .team-gird .team-style3 .team-wrapper .team_desc .name .designation, .blog-desc, body .navbar a, body .navbar li,  body h3, .services-desc, .blog-button a, td, th, .about_vacantion .info .text, .post-desc, #rs-cta .vc_btn3, .rs-layer{
font-family: 'GE SS Text Light' !important;
direction: rtl;
unicode-bidi: embed;
letter-spacing:0 !important;
}
body .navbar a, body .navbar li {
font-size: 15px;
}
body h1, body h2, body rs-slide h1.rs-layer, body rs-slide h2{
font-family: 'GESSTwoBold-Bold' !important;
letter-spacing:0 !important;
}
body h4,body h5, body h6, .name a{
font-family: 'GE SS Two Medium' !important;
letter-spacing:0 !important;
}
.ps-navigation ul .next {
display: inline-block;
text-align: left;
}
#rs-header.header-style6 .nav-link-container {
left: 15px;
right:auto;
}
.rs-services1 .services-item {
min-height: auto;
}
#icon_wrapper{
left:auto;
right:0!important;
}
.bs-sidebar .widget_archive ul li:after{
content: "\f104";
font-family: FontAwesome;
}
#content .quick-contact .vc_column-inner:after{
transform: skewY(174deg);
-webkit-transform: skewY(174deg);
-o-transform: skewY(174deg);
-moz-transform: skewY(174deg);
}
#rs-header .logo-area{
float:right;
margin-left:20px;
margin-right:0;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link{
line-height:49px;
}
.ps-navigation ul li:nth-child(2) {
text-align: left;
}
.ps-navigation ul .prev {
display: inline-block;
text-align: right;
}
th, .rs-breadcrumbs .breadcrumbs, .form-button {
text-align: right;
}
.rs-blog .blog-meta .blog-title{
min-height:70px;
}
.rs-breadcrumbs ul li.trail-begin a{
padding-right:20px!important;
padding-left:8!important;
}
.rs-breadcrumbs ul li.trail-end{
padding-right:8px!important;
}
#rs-header .menu-area .navbar ul li .sub-menu li.menu-item-has-children > a:before {
left: 8px;
right:auto;
}
.rs-breadcrumbs ul li.trail-begin a:before{
left:auto;
right:0;
}
td {
direction: ltr;
text-align: right;
}
body, p {
font-size:16px;
font-weight:normal;
letter-spacing:0 !important;
}
#rs-header .menu-area nav.navbar ul > li.mega > ul > li > a { }
#rs-header .menu-area nav.navbar ul li.mega ul > li {
float: right!important;
}
body .rs-footer .widget.widget_nav_menu ul li.current-menu-item:before{
display: initial!important;
}
.rs-porfolio-details .ps-informations ul, .rs-services1 .services-desc{
text-align:right!important;
}
.footer-bottom .footer-menu-right {
float: left;
}
.rs-services1 .services-icon{
float:right!important;
}
.footer-bottom .copyright {
text-align: right;
}
.footer-bottom #footer-menu {
text-align: left;
}
.rs-blog .blog-item .date-post, .rs-blog-details .single-page-info .p-date, .rs-blog-details .single-page-info .author-name, .rs-blog-details .single-page-info .p-cname{
font-size:14px;
}
.rs-heading.style1 h2{
padding-left: 125px;
padding-right: 0px;
}.counter-top-area.left .count-icon {
float: right;
margin-left: 15px;
margin-right:0;
}
.counter-top-area.left .count-desc, .single-teams .ps-informations ul li.social-icon {
float: right;
}
.team-gird .team-style3 .team-wrapper .team_desc .team-social a{
font-size:15px;
}
.team-gird .team-style3 .team-wrapper .team_desc .name .designation{
font-size:13px;
}
.rs-heading.style1 h2:after {
left: 0;
right:auto;
margin-right: -95px;
margin-left:0;
}
.rs-heading.style2 h2:after{
right: 0;
left:auto;
}
.rs-footer .widget.widget_nav_menu ul li:before{
content:"\f100";
right: 0;
left:auto;
}
.rs-footer .widget.widget_nav_menu ul li{
padding: 4px 15px 4px 0px;
}
.rs-footer .widget ul li .fa {
padding-left: 10px;
padding-right: 0px;
}
.rs-footer .footer-top h3.footer-title:after{
right:0;
left:auto;
}
div#sb_instagram {
float: right;
}
.plus-icon h2.rs-counter:before {
content: "+";
position: absolute;
background: none!important;
left: 0;
right: 51px!important;
top: -2px!important;
}
.contact-address.style2 .address-item:after, #rs-header .menu-area .navbar ul li.menu-item-has-children > a:before{
left:-5px;
right:auto;
}
#rs-header.header-style6 .menu-area .navbar ul li ul li .sub-menu {
left: 100% !important;
right: auto !important;
}
.menu-area .navbar ul li .sub-menu{
left:auto;
right:0;
}
.menu-area .navbar ul li ul.sub-menu li a{
text-align:right;
}
.menu-area nav.navbar ul li.mega ul.sub-menu {
min-width: 248px;
}
ul, ol {
margin: 0 3em 1.5em 0;
}
#home-testimonial .cl-testimonial1 .slick-prev {
left: 47px;
right: auto;
z-index: 99;
}
#home-testimonial .cl-testimonial1 .slick-next {
left: 10px;
right: auto;
}
.slick-prev:after{
content: "\f105";
left: 17px;
}
.slick-next:after{
content: "\f104";
right: 10px;
}
.slick-prev {
border-radius: 0 4px 4px 0;
}
.slick-next {
border-radius: 4px 0 0 4px;
}
.fa-chain:before, .fa-link:before {
content: "\f0c1";
font-family: fontAwesome;
top: 3px;
position: relative;
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-prev {
right: -2px;
border-radius: 0 4px 4px 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-next {
left: 0;
right: auto;
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-next {
border-radius: 4px 0 0 4px;
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-prev:before{
content: "\f105";
}
.owl-navigation-yes .owl-nav {
left: 0;
right: auto;
}
.btm-cate li {
float: right;
margin-left: 25px;
margin-right: 0;
}
.owl-navigation-yes .owl-nav [class*="owl-"].owl-next:before {
content: "\f104";
margin-right: 2px;
margin-left: 0;
}
.show-featured .post-img {
float: right;
padding-right: 0;
padding-left: 10px;
}.rs-footer .recent-post-widget .show-featured .post-desc i{margin-right:0;margin-left:3px;} 
.pp_nav .pp_pause, .pp_nav .pp_play, a.pp_arrow_next, a.pp_arrow_previous, a.pp_close,a.pp_contract, a.pp_expand, a.pp_previous, a.pp_next{text-indent:10000px!important;}
.vc_images_carousel{
direction:ltr;
}
.contact-address.style2.text-center .address-item:after {
left: calc(-50% + 1px);
right:auto;
}
#cl-testimonial ul{
text-align:center;
}
.text-right {
text-align:right !important;
}
.phone-text span, .phone-text a{
direction: ltr;
display: inline-block;
}
ul.footer-address li {
float: right;
width: 100%;
}
ul.footer-address li .no-icon {
padding-right: 23px;
padding-left: 0;
}
ul.footer-address .phone-text span {
float: none;
}
.email a, .arabic-email, td.email{
font-family: Muli !important;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control:focus{
outline:none;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control{
padding-left:0;
padding-right:20px;
}
.contact-address .address-item .address-text a, .rs-contact-phone a {
direction: ltr;
display: inline-block;
}
h4, h5, .site-footer .footer-columns .footer-column .widget .widget-title{
font-size:22px;
}
#calendar_wrap caption {
font-size: 20px!important;
}
#video-section .counter-top-area h3 {
font-size: 12px;
}
#rs-header.header-style6 .toolbar-area .toolbar-contact ul.rs-contact-info li i, #rs-header.header-style6 .toolbar-area .toolbar-sl-share li{
float:right;
}
#rs-header .toolbar-area .toolbar-contact ul li i{
margin-left:6px;
margin-right:0;
}
.testimonial .testimonial-content{
font-size:18px
}
.site-info-wrapper .site-info .copy_text, .site-info-wrapper .site-info .footer-menu ul li a, .site-footer .widget{
font-size:16px;
}
a.eg-wpc_projects-element-1{
font-size:16px!important;
}
#rs-header.header-style6 .toolbar-area .toolbar-sl-share li{
border-left: 1px solid #eee;
border-right:none;
padding: 11px;
}
#rs-header.header-style6 .toolbar-area .toolbar-sl-share li:first-child {
border-right: 1px solid #eee;
}
.rs-blog .blog-item .blog-meta .blog-date i{
margin-left:3px;
margin-right:0;
}
span.phone-text {
margin-right: 4px;
} .btn{
font-size:16px;
}
.bs-sidebar .widget_archive ul li {
padding: 6px 14px 6px 0px;
}
.contact-address.style2 .address-item{
padding-left:50px;
padding-right:0;
}
.dynamic-sidebar section.widget, .dynamic-sidebar .recent-widget {
padding: 0 25px 0 0px;
}
.bs-sidebar .widget-title:before, .bs-sidebar .widget_archive ul li:after{
right:0;
left:auto;
}
.featured-box .video_icon{
left: 20px;
right:auto;
}
.featured-box .video_icon i {
top: -5px;
position: relative;
}
.wpc-menu a{
font-size:18px;
}
.featured-box .featured-box-button a{
font-size:17px;
}
.arabic-bg .wpc_parallax_bg {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.site-header .header-right-wrap .header-social a{
font-size:14px;
}
.site-footer .footer-columns .widget_nav_menu #menu-footer-widget-menu-arabic li {
float: right;
margin-bottom: 0;
width: 50%;
padding: 8px 0px;
}
#rs-header .menu-area .navbar {
float: left;
}
.menu-area .navbar ul li.three-col .sub-menu {
right: -70px;
left:auto;
}
#rs-header .menu-area nav.navbar ul > li.mega > ul {
width: 129%;
}
#rs-header.header-style6 .toolbar-area .toolbar-sl-share {
float: left;
}
#rs-header.header-style6 .toolbar-area .toolbar-contact ul.rs-contact-info li{
border-left: 1px solid #eee;
border-right: none;
padding: 9px 12px;
}
#rs-header.header-style6 .toolbar-area .toolbar-contact ul.rs-contact-info li:first-child {
border-right: 1px solid #eee;
}
.rs-breadcrumbs .page-title{
text-align:right;
}
.wpc-menu > li {
float: right;
}
footer .edgtf-footer-top.edgtf-footer-top-aligment-left, .edgtf-iwt.edgtf-iwt-icon-left, .edgtf-iwt.edgtf-iwt-icon-left-from-title,#respond input[type=text], #respond textarea, .post-password-form input[type=password], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
text-align:right;
font-size:16px;
}
@media (min-width: 1200px){
.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9 {
float: right;
}
.footer-bottom #footer-menu {
padding-left: 90px;
padding-right: 0;
}
.vc_col-lg-offset-2 {
margin-right: 16.66666667%;
margin-left: 0%;
}
}
@media screen and (min-width: 1100px){
.footer-4-columns .footer-column {
width: 21.9512195122%;
float: right;
margin-left: 3%;
margin-right: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;
}
}
@media (min-width: 768px){
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-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  {
float: right;
}
.vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5 {
float: right;
}
}
.edgtf-iwt.edgtf-iwt-icon-left .edgtf-iwt-icon-holder, .edgtf-blog-list-holder.edgtf-boxes>ul>li {
float: right;
}
.edgtf-iwt.edgtf-iwt-icon-left.edgtf-iwt-icon-tiny .edgtf-iwt-content-holder{
padding-right:50px !important;
padding-left:0 !important;
}
.edgtf-two-columns-66-33 .edgtf-column1 {
float: right;
}
.edgtf-two-columns-66-33 .edgtf-column2 .edgtf-column-inner {
padding: 0 20px 0 0;
}
.edgtf-two-columns-66-33 .edgtf-column1 .edgtf-column-inner {
padding: 0 0 0 20px;
} .langsel span.edgtf-item-outer {
border-left: 1px solid;
border-right:none;
}
#rs-header .menu-area .sidenav .nav-link-container .nav-menu-link {
padding: 13px 11px 0 0px;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
text-align: right;
float: right;
}
.edgtf-icon-list-item .edgtf-icon-list-text{
padding-left: 0;
padding-right: 14px;
}
.grid-item {
margin-bottom: 40px;
float: right;
}
.box-process .box-text2{
padding-bottom: 21px !important;
}
#video-section .counter-top-area h2 {
float: right;
}
ul, ol {
text-align: right;
}
@media  screen and (max-width: 1199px) and (min-width: 768px)  {
.box-process .box-text2{
padding-bottom: 43px !important;
}
.margin-manage{
}
}
@media  screen and (max-width: 992px) and (min-width: 768px)  {
.rs-heading h2 {
font-size: 25px;
}
.rs-contact{font-size:12px;}
.margin-manage.style2 .address-item{
width: 30%;
}
body .text-center.margin-manage.style2 {
margin-right: 0px !important;
justify-content: center;
}
.rs-services1 .services-item {
min-height: auto!important;
}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
#rs-header .logo-area a img {
max-height: 75px!important;
max-width: 310px;
}
}
@media screen and (max-width:991px){
.footer-bottom #footer-menu {
text-align: center;
}
#rs-cta .vc_btn3 {
font-size: 14px;
}
.footer-bottom .copyright {
text-align: center;
margin-top: 10px;
}
.footer-bottom .footer-menu-right {
float: none;
}
.mobile-menu-link {
left: 0;
right: auto;
}
ul.sidenav .menu > li.menu-item-has-children:before{
left: 14px;
right:auto;
}
.mobile-menu-container ul li a{
text-align:right;
}
.recent-post-widget .show-featured .post-img {
width: 90px;
float: right;
padding-left: 10px;
}
.rs-services1 .services-desc {
text-align: center!important;
}
.rs-services1 .services-title {
text-align: center!important;
}
}
@media screen and (max-width:767px){
.vc_empty_space.custm_space {
height: 0!important;
}
body .text-center.margin-manage.style2 {
margin-right: 0 !important;
}
.wpb_single_image.vc_align_left {
text-align: right;
}
header.header-style6 .sidenav .nav-link-container {
left: auto;
right: 8px !important;
}
#rs-header.header-style6 .col-sm-3.header-logo {
float: right;
}
#rs-header.header-style6 .menu-responsive {
float: left;
}
}
@media screen and (max-width:640px){	
.rs-heading.h2_top {
margin-top: 30px !important;
}
}
@media screen and (max-width: 500px){
body.parent-pageid-9857 .main-contain #content {
padding-top: 0px !important;
}
.contact-address.style2 .address-item {
padding-left: 10px;
padding-right: 0;
}
}
@media screen and (max-width:400px){	
.rs-porfolio-details .ps-informations ul li span {
width: 110px; 
}
div#business-services img {
max-width: 70px;
}
}
@media screen and (max-width:380px){
#rs-header .logo-area a img {
max-height: 52px!important;
}
}
@media screen and (max-width:330px){
#rs-header .logo-area a img {
max-height: 43px!important;
}
}
.about_vacantion .info .icon {
float: right;
}
.job-heading, .arabic-cv, .form-field{
text-align:right;
}