@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s; }

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0; }
  to {
    bottom: 0px;
    opacity: 1; } }
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
#myDiv {
  display: none; }

.scrollToTop {
  z-index: 100;
  width: 100px;
  height: 130px;
  padding: 10px;
  text-align: center;
  background: transparent;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: none; }
  .scrollToTop:hover {
    text-decoration: none; }
  .scrollToTop i {
    color: #005b52; }

.header {
  padding: 15px 0; }
  .header .logo {
    text-align: right; }
    .header .logo img {
      max-width: 190px; }
  .header a {
    color: #005b52; }
  .header .language {
    padding-top: 40px;
    font-family: "Cairo", sans-serif; }
    .header .language ul {
      display: flex;
      color: #005b52;
      font-size: 13px; }
      .header .language ul li {
        padding: 0 10px; }

.navbar {
  padding: 0px; }

.menu {
  background-color: #1b273d; }
  .menu .dropdown-menu {
    background: #1b273d;
    margin: 0;
    border-radius: 0;
    min-width: 200px;
    transition: .25s; }
    .menu .dropdown-menu a:hover {
      background: #005b52;
      color: #ffffff; }
  .menu li {
    padding: 0 20px;
    line-height: 35px;
    transition: .25s; }
    .menu li:hover {
      background: #005b52; }
  .menu i {
    font-size: 35px;
    padding: 0; }
  .menu a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase; }

.who-are-we {
  padding: 70px 0; }
  .who-are-we h1 {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 600; }
    .who-are-we h1 .small-border {
      margin-top: 30px; }
    .who-are-we h1 .small-border {
      height: 1px;
      width: 120px;
      background: #005b52;
      display: block;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 30px; }
  .who-are-we p {
    color: #555;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 23px;
    padding: 35px 0 20px; }
  .who-are-we button {
    width: 16%;
    margin: auto;
    background: #1b273d;
    border-radius: 0px;
    font-size: 16px;
    transition: .25s; }
    .who-are-we button:hover {
      background: #005b52; }
    .who-are-we button a {
      color: #ffffff; }

.about {
  background: #1b273d;
  text-align: center;
  padding: 60px 0 60px 0;
  position: relative; }
  .about i {
    color: #ffffff; }
  .about p {
    color: #ffffff;
    line-height: 30px;
    font-family: "Raleway", sans-serif; }
  .about h3 {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: .5px;
    color: #ffffff; }
  .about .vision, .about .mission, .about .message, .about .values {
    padding: 35px 0 50px;
    border-bottom: solid 2px #005b52; }
    .about .vision a, .about .mission a, .about .message a, .about .values a {
      color: #ffffff; }
      .about .vision a:hover, .about .mission a:hover, .about .message a:hover, .about .values a:hover {
        color: #1b273d; }
  .about .vision .box-vision {
    background: #005b52;
    padding: 25px 20px;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 90%;
    transition: .25s;
    opacity: 0;
    height: 0%; }
  .about .vision:hover .box-vision {
    opacity: 1;
    top: 0px;
    height: 100%; }
  .about .mission .box-mission {
    background: #005b52;
    padding: 25px 20px;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 90%;
    transition: .25s;
    opacity: 0;
    height: 0%; }
  .about .mission:hover .box-mission {
    opacity: 1;
    top: 0px;
    height: 100%; }
  .about .message .box-message {
    background: #005b52;
    padding: 25px 20px;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 90%;
    transition: .25s;
    opacity: 0;
    height: 0%; }
  .about .message:hover .box-message {
    opacity: 1;
    top: 0px;
    height: 100%; }
  .about .values .box-values {
    background: #005b52;
    padding: 25px 20px;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 90%;
    transition: .25s;
    opacity: 0;
    height: 0%; }
  .about .values:hover .box-values {
    opacity: 1;
    top: 0px;
    height: 100%; }
  .about button {
    width: 76%;
    margin: auto;
    background: #1b273d;
    border-radius: 0px;
    font-size: 16px;
    border: none;
    transition: .25s; }
    .about button:hover {
      background: #ffffff;
      color: #1b273d; }
      .about button:hover i {
        color: #1b273d; }

.business-lines {
  padding: 70px 0; }
  .business-lines h1 {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase; }
    .business-lines h1 .small-border {
      margin-top: 30px; }
    .business-lines h1 .small-border {
      height: 1px;
      width: 120px;
      background: #005b52;
      display: block;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 30px; }
  .business-lines p {
    color: #555;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 23px;
    padding: 35px 0 20px; }
  .business-lines img {
    width: 100%;
    border-radius: 20px 0 20px 0; }
  .business-lines h3 {
    font-size: 22px;
    color: #005b52;
    text-align: center;
    padding: 15px 0;
    text-transform: capitalize; }
  .business-lines a:hover {
    text-decoration: none; }

.latest-news {
  padding: 70px 0;
  background: #1b273d; }
  .latest-news h1 {
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif; }
    .latest-news h1 .small-border {
      margin-top: 30px; }
    .latest-news h1 .small-border {
      height: 1px;
      width: 120px;
      background: #005b52;
      display: block;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 30px; }
  .latest-news p {
    color: #ffffff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400; }

.news {
  padding: 70px 0; }
  .news h4 {
    font-size: 18px;
    color: #005b52;
    line-height: 25px;
    text-transform: capitalize;
    padding-left: 10px;
    max-height: 50px;
    min-height: 50px;
    border-left: 10px solid #005b52;
    overflow: hidden; }
  .news a {
    color: #005b52; }
  .news .box {
    border-left: solid 10px #005b52; }
  .news p {
    color: #555;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 23px;
    padding-left: 20px;
    margin-bottom: 5px; }
  .news button {
    padding: 10px 0;
    color: #1b273d;
    font-weight: bold; }
  .news .button-all-news button {
    width: 16%;
    margin: auto;
    background: #1b273d;
    border-radius: 0px;
    font-size: 16px;
    transition: .25s;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 50px; }
    .news .button-all-news button a {
      color: #ffffff; }
    .news .button-all-news button:hover {
      background: #005b52; }

.footer-top {
  background: #1b273d;
  padding: 50px 0;
  margin-top: 50px; }
  .footer-top .small-border {
    border-bottom: 2px solid #005b52;
    height: 2px;
    width: 230px;
    display: block;
    margin: 12px 0; }
  .footer-top img {
    max-width: 170px; }
  .footer-top ul {
    display: flex;
    padding: 0; }
    .footer-top ul li {
      margin: 10px 20px 0 0; }
  .footer-top a {
    color: #ffffff; }
  .footer-top .site-links i {
    margin-right: 9px; }
  .footer-top .site-links ul {
    display: inline-block;
    padding: 0;
    color: #ffffff; }
    .footer-top .site-links ul li:before {
      content: "";
      margin-right: 10px; }
  .footer-top .site-links h4 {
    color: #ffffff;
    font-family: "Cairo", sans-serif;
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 600; }
  .footer-top .site-links a {
    font-family: "Raleway", sans-serif; }
  .footer-top .Contact h4 {
    color: #ffffff;
    font-family: "Cairo", sans-serif;
    font-size: 20px;
    letter-spacing: .5px; }
  .footer-top .Contact ul {
    display: inline-block;
    font-size: 13px; }
    .footer-top .Contact ul i {
      margin-right: 9px; }

.copy-right {
  padding: 20px 0;
  background: #005b52;
  font-family: "Raleway", sans-serif; }
  .copy-right a {
    color: #ffffff; }
  .copy-right p {
    margin: auto;
    text-align: center;
    padding: 0;
    color: #ffffff; }

.title-page {
  background-image: url("../img/Classic-1.jpg");
  color: #ffffff;
  padding: 20px 0;
  overflow: hidden;
  margin-bottom: 80px; }
  .title-page h1 {
    font-size: 25px;
    letter-spacing: 2px;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif; }
  .title-page ul {
    display: flex;
    float: right;
    padding: 13px 0;
    margin: 0;
    font-family: "Raleway", sans-serif; }
    .title-page ul li {
      margin-right: 10px;
      font-size: 12px; }

.history-page {
  padding: 50px 0; }
  .history-page .row {
    padding: 20px 0; }
  .history-page .carousel {
    margin-bottom: 30px; }
  .history-page .figure {
    max-width: 370px; }
    .history-page .figure p {
      padding: 7px;
      line-height: 20px;
      font-size: 13px;
      background: #f7f7f7;
      text-align: left;
      font-family: "Raleway", sans-serif; }
  .history-page p {
    text-align: justify;
    line-height: 25px;
    color: #555;
    font-family: "Raleway", sans-serif; }

.who-we-are-page {
  text-align: center;
  margin: auto; }
  .who-we-are-page h1 {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase; }
    .who-we-are-page h1 .small-border {
      margin-top: 30px; }
    .who-we-are-page h1 .small-border {
      height: 1px;
      width: 120px;
      background: #005b52;
      display: block;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 30px; }
  .who-we-are-page .figure img {
    border-radius: 0 !important; }
  .who-we-are-page .figure p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    padding: 20px 10%;
    line-height: 30px;
    margin-bottom: 50px; }
  .who-we-are-page .figure ul {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 30px; }

.growth-diversification-page {
  padding: 50px 0; }
  .growth-diversification-page .row {
    padding: 20px 0; }
  .growth-diversification-page .carousel {
    margin-bottom: 30px; }
  .growth-diversification-page .figure {
    max-width: 370px; }
    .growth-diversification-page .figure p {
      padding: 7px;
      line-height: 20px;
      font-size: 13px;
      background: #f7f7f7;
      text-align: left;
      font-family: "Raleway", sans-serif; }
    .growth-diversification-page .figure img {
      width: 320px; }
  .growth-diversification-page p {
    text-align: justify;
    line-height: 25px;
    color: #555;
    font-family: "Raleway", sans-serif; }

.business-lines-page {
  text-align: center;
  margin: auto; }
  .business-lines-page h1 {
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase; }
    .business-lines-page h1 .small-border {
      margin-top: 30px; }
    .business-lines-page h1 .small-border {
      height: 1px;
      width: 120px;
      background: #005b52;
      display: block;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 30px; }
  .business-lines-page .figure img {
    border-radius: 0 !important; }
  .business-lines-page .figure p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    padding: 20px 10%;
    line-height: 23px;
    margin-bottom: 50px;
    text-align: justify; }
  .business-lines-page .figure ul {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 30px; }

.investment-page .figure {
  margin: auto; }
  .investment-page .figure img {
    border-radius: 0 !important;
    padding: 0 14%; }
  .investment-page .figure p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    padding: 20px 10%;
    line-height: 25px;
    margin-bottom: 50px;
    text-align: justify; }
  .investment-page .figure ul {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 30px; }
.investment-page ul li {
  background: #005b52;
  color: #FFF;
  margin: 8px 0;
  padding: 10px; }

.news-page ul {
  display: flex;
  padding: 0; }
.news-page .boxs {
  margin-right: 20px; }
  .news-page .boxs .box-01 {
    background: #005b52;
    width: 60px;
    height: 70px; }
  .news-page .boxs .box-02 {
    background: #333;
    width: 60px;
    height: 70px; }
.news-page .figure h5 {
  color: #005b52;
  height: 60px;
  overflow: hidden;
  line-height: 30px;
  font-family: "Raleway", sans-serif; }
.news-page .figure a {
  color: #005b52; }
  .news-page .figure a:hover {
    text-decoration: none; }
.news-page .figure p {
  font-size: 16px;
  line-height: 1.7;
  max-height: 80px;
  overflow: hidden;
  font-family: "Raleway", sans-serif; }

.news-01-page p {
  font-size: 16px;
  line-height: 1.7; }
  .news-01-page p img {
    float: right;
    width: 380px;
    margin: 30px 0px 30px 30px; }
.news-01-page ul {
  display: flex;
  padding: 0; }
.news-01-page .boxs {
  margin-right: 20px; }
  .news-01-page .boxs .box-01 {
    background: #005b52;
    width: 60px;
    height: 70px; }
  .news-01-page .boxs .box-02 {
    background: #333;
    width: 60px;
    height: 70px; }
.news-01-page .figure h5 {
  color: #005b52;
  height: 60px;
  overflow: hidden;
  line-height: 30px; }
.news-01-page .figure p {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Raleway", sans-serif; }

.contact-us-page img {
  width: 100%; }
.contact-us-page h6 {
  background: #1b273d;
  margin-bottom: 20px;
  padding: 10px;
  color: #ffffff; }
.contact-us-page .btn-primary {
  color: #fff;
  background-color: #1b273d;
  border-color: transparent;
  padding: 6px 12px;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 0; }
.contact-us-page form {
  width: 103%;
  padding: 35px 0; }
  .contact-us-page form ul {
    padding: 0;
    margin: 0;
    display: flex; }
    .contact-us-page form ul li {
      width: 100%;
      margin: 0 10px; }
.contact-us-page .details {
  font-family: "Raleway", sans-serif;
  padding-bottom: 80px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: #333; }
  .contact-us-page .details img {
    height: 230px;
    width: 100%; }
  .contact-us-page .details ul {
    padding: 0px;
    color: #333; }
    .contact-us-page .details ul a {
      color: #333; }
    .contact-us-page .details ul span {
      font-weight: 600;
      margin-right: 10px; }

.companies-page img {
  width: 100%; }
.companies-page p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: 20px 0;
  line-height: 25px;
  margin-bottom: 50px;
  text-align: justify; }
  .companies-page p img {
    border-radius: 0 !important;
    margin-bottom: 40px; }
.companies-page figure {
  border: 1px solid #ddd;
  padding: 5px 5px 20px 5px;
  border-radius: 4px; }
  .companies-page figure img {
    border-radius: 0 !important; }
  .companies-page figure h6 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 10px 0 10px; }
  .companies-page figure p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    padding: 20px 5px;
    text-align: left;
    margin: 0;
    overflow: hidden;
    max-height: 80px; }
  .companies-page figure .btn-block {
    display: block;
    width: 50%;
    text-align: center;
    margin: auto;
    font-size: 14px;
    padding: 6px 0px;
    background: #005b52;
    border: transparent;
    transition: .25s; }
    .companies-page figure .btn-block:hover {
      background: #1b273d;
      border: transparent; }
    .companies-page figure .btn-block a {
      color: #ffffff; }

.carousel .carousel-control-next-icon {
  cursor: pointer;
  background: rgba(201, 201, 201, 0.75);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid white; }
.carousel .carousel-control-prev-icon {
  cursor: pointer;
  background: rgba(201, 201, 201, 0.75);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid white; }
.carousel i {
  line-height: 40px; }

.single-company-page table {
  font-family: "Raleway", sans-serif; }
.single-company-page .m-left {
  margin-left: 40px; }
.single-company-page ul {
  list-style: disc;
  padding: 0;
  margin-bottom: 10px; }
  .single-company-page ul li {
    padding: 5px 0; }
.single-company-page ol {
  padding: 0 0 0 16px;
  list-style: decimal; }
  .single-company-page ol li {
    padding: 5px 0; }
.single-company-page p {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  line-height: 30px;
  padding: 30px 0; }
  .single-company-page p img {
    float: left;
    margin: 0px 20px 20px 0px;
    max-width: 200px; }
.single-company-page .sidebar {
  padding-left: 40px; }
  .single-company-page .sidebar ul {
    padding: 0px;
    margin-bottom: 80px;
    list-style: none; }
    .single-company-page .sidebar ul a {
      color: #ffffff; }
    .single-company-page .sidebar ul li {
      background: #1b273d;
      margin: 10px 0;
      padding: 10px 30px;
      color: #ffffff;
      font-family: "Raleway", sans-serif;
      border-left: solid 5px #005b52; }
  .single-company-page .sidebar #accordion h6 {
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 0;
    color: #333 !important;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: .8; }
  .single-company-page .sidebar #accordion .card-header {
    padding: 5px; }
  .single-company-page .sidebar #accordion ul {
    margin-bottom: 20px; }
    .single-company-page .sidebar #accordion ul a {
      color: #005b52; }
    .single-company-page .sidebar #accordion ul li {
      color: #333;
      background: none;
      margin: 10px 0;
      padding: 0;
      font-family: "Raleway", sans-serif;
      border-left: transparent; }
.single-company-page .carousel ol li {
  padding: 0; }

.message-page img {
  margin: auto; }
.message-page p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: 20px 10%;
  line-height: 25px;
  margin-bottom: 50px;
  text-align: justify; }
  .message-page p img {
    border-radius: 0 !important;
    margin: 0 0 40px 0;
    display: flex; }

.slider-box {
  position: absolute;
  top: 60%;
  left: 10%;
  width: 440px;
  padding: 10px;
  background-color: rgba(0, 91, 82, 0.6);
  font-size: 25px;
  line-height: 30px;
  font-weight: 600; }
  .slider-box p {
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0; }

.slider-box-history {
  position: absolute;
  top: 80%;
  left: 10%;
  width: 630px;
  padding: 10px;
  background-color: rgba(0, 91, 82, 0.6);
  font-size: 25px;
  line-height: 30px;
  font-weight: 600; }
  .slider-box-history p {
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin: 0; }
[dir="rtl"] .slider-box {
  position: absolute;
  top: 60%;
  right: 10%;
  width: 440px;
  padding: 10px;
  font-family: "Cairo", sans-serif;
  text-align: right;
  background-color: rgba(0, 91, 82, 0.6);
  font-size: 25px;
  line-height: 30px;
  font-weight: 600; }
[dir="rtl"] .header {
  direction: ltr; }
[dir="rtl"] .menu {
  font-family: "Cairo", sans-serif; }
  [dir="rtl"] .menu a {
    text-align: right; }
  [dir="rtl"] .menu li {
    padding: 0 30px; }
  [dir="rtl"] .menu .dropdown-menu {
    right: 0; }
  [dir="rtl"] .menu .dropdown-toggle::after {
    margin-right: 10px; }
[dir="rtl"] .who-are-we h1 {
  font-family: "Cairo", sans-serif;
  font-weight: 500; }
[dir="rtl"] .who-are-we p {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  line-height: 35px; }
[dir="rtl"] .who-are-we button {
  font-family: "Cairo", sans-serif; }
[dir="rtl"] .about {
  font-family: "Cairo", sans-serif; }
  [dir="rtl"] .about p {
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    line-height: 35px; }
  [dir="rtl"] .about button {
    font-family: "Cairo", sans-serif; }
[dir="rtl"] .business-lines h1 {
  font-family: "Cairo", sans-serif;
  font-weight: 500; }
[dir="rtl"] .business-lines h3 {
  font-family: "Cairo", sans-serif; }
[dir="rtl"] .business-lines p {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  line-height: 35px; }
[dir="rtl"] .business-lines button {
  font-family: "Cairo", sans-serif; }
[dir="rtl"] .latest-news h1 {
  font-family: "Cairo", sans-serif;
  font-weight: 500; }
[dir="rtl"] .latest-news p {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  line-height: 35px; }
[dir="rtl"] .news button {
  font-family: "Cairo", sans-serif; }
[dir="rtl"] .news h4 {
  font-family: "Cairo", sans-serif;
  text-align: right; }
[dir="rtl"] .news p {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  line-height: 35px;
  text-align: right;
  overflow: hidden;
  height: 110px; }
[dir="rtl"] .footer-top .logo-footer {
  text-align: right; }
  [dir="rtl"] .footer-top .logo-footer ul li i {
    margin-left: 25px; }
[dir="rtl"] .footer-top .Contact {
  text-align: right;
  font-weight: 200;
  font-size: 13px;
  font-family: "Cairo", sans-serif; }
[dir="rtl"] .footer-top .small-border {
  margin: 12px 0px 12px 120px; }
[dir="rtl"] .footer-top ul li {
  margin: 10px 0px 0 0; }
[dir="rtl"] .footer-top ul i {
  margin-left: 10px; }
[dir="rtl"] .footer-top .site-links {
  text-align: right; }
  [dir="rtl"] .footer-top .site-links h4 {
    font-family: "Cairo", sans-serif;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: .5px; }
  [dir="rtl"] .footer-top .site-links i {
    margin-right: 0px; }
  [dir="rtl"] .footer-top .site-links ul {
    margin-left: 15px; }
    [dir="rtl"] .footer-top .site-links ul li::before {
      margin-right: 0px; }
    [dir="rtl"] .footer-top .site-links ul li a {
      font-family: "Cairo", sans-serif;
      font-weight: 200;
      font-size: 13px; }
[dir="rtl"] .copy-right {
  direction: ltr; }
[dir="rtl"] .title-page h1 {
  letter-spacing: 0px;
  float: right;
  font-family: "Cairo", sans-serif;
  padding-right: 0px;
  margin-right: 0px; }
[dir="rtl"] .title-page ul {
  float: left;
  font-family: "Cairo", sans-serif; }
[dir="rtl"] .history-page p {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: #555; }
[dir="rtl"] .history-page .figure p {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-align: right; }
[dir="rtl"] .who-we-are-page h1 {
  font-family: "Cairo", sans-serif;
  font-size: 30px;
  font-weight: 500; }
[dir="rtl"] .who-we-are-page p {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: #555; }
[dir="rtl"] .who-we-are-page ul {
  font-family: "Cairo", sans-serif;
  font-size: 20px; }
  [dir="rtl"] .who-we-are-page ul li {
    padding: 10px 0; }
[dir="rtl"] .growth-diversification-page p {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: #555; }
[dir="rtl"] .message-page p {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: #555; }
[dir="rtl"] .business-lines-page h1 {
  font-family: "Cairo", sans-serif;
  font-size: 30px;
  font-weight: 500; }
[dir="rtl"] .business-lines-page p {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: #555; }
[dir="rtl"] .companies-page h1 {
  font-family: "Cairo", sans-serif;
  font-size: 30px;
  font-weight: 500; }
[dir="rtl"] .companies-page h6 {
  font-size: 14px;
  font-family: "Cairo", sans-serif;
  text-align: right; }
[dir="rtl"] .companies-page p {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: #555; }
[dir="rtl"] .companies-page figure p {
  font-family: "Cairo", sans-serif;
  text-align: right;
  overflow: hidden;
  max-height: 150px;
  font-size: 19px; }
[dir="rtl"] .companies-page .btn {
  font-family: "Cairo", sans-serif; }
[dir="rtl"] .investment-page .figure p {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: #555; }
[dir="rtl"] .news-page .figure p {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: #555;
  text-align: right; }
[dir="rtl"] .news-page .figure h5 {
  font-family: "Cairo", sans-serif;
  text-align: right; }
[dir="rtl"] .news-page .boxs {
  margin-left: 20px; }
[dir="rtl"] .contact-us-page {
  font-family: "Cairo", sans-serif; }
  [dir="rtl"] .contact-us-page h6 {
    font-family: "Cairo", sans-serif;
    text-align: right; }
  [dir="rtl"] .contact-us-page .details ul {
    text-align: right; }
    [dir="rtl"] .contact-us-page .details ul li {
      font-family: "Cairo", sans-serif;
      font-size: 20px;
      font-weight: 200;
      line-height: 35px;
      color: #555;
      text-align: right; }
    [dir="rtl"] .contact-us-page .details ul span {
      margin-left: 10px;
      margin-right: 0px;
      font-family: "Cairo", sans-serif;
      font-weight: 400; }
[dir="rtl"] .news-01-page .boxs {
  margin-left: 20px; }
[dir="rtl"] .news-01-page .figure h5 {
  font-family: "Cairo", sans-serif;
  text-align: right; }
[dir="rtl"] .news-01-page .figure p {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: #555;
  text-align: right; }
[dir="rtl"] .single-company-page p {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: #555;
  text-align: justify; }
[dir="rtl"] .single-company-page h6 {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: #555;
  text-align: justify; }
[dir="rtl"] .single-company-page .m-right {
  margin-right: 40px; }
[dir="rtl"] .single-company-page ul {
  text-align: right;
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  color: #555;
  line-height: 20px; }
[dir="rtl"] .single-company-page ol {
  padding: 0 40px 0 16px;
  list-style: decimal;
  text-align: right;
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 20px;
  color: #555; }
[dir="rtl"] .single-company-page .table td {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
  color: #555;
  text-align: right; }
[dir="rtl"] .single-company-page .sidebar h6 {
  font-family: "Cairo", sans-serif;
  font-weight: normal;
  text-align: right;
  font-size: 20px;
  margin-bottom: 20px; }
[dir="rtl"] .single-company-page .sidebar .carousel ol li {
  padding: 0;
  list-style: none; }
[dir="rtl"] .single-company-page .sidebar ul {
  list-style: none; }
  [dir="rtl"] .single-company-page .sidebar ul li {
    font-family: "Cairo", sans-serif;
    border-right: solid 5px #005b52;
    border-left: solid 5px transparent;
    text-align: right;
    padding: 10px 20px;
    border-right: transparent; }

/*# sourceMappingURL=style.css.map */
