@font-face {
    font-family: Cairo;
    src: url(../Cairo-Regular.ttf);
  }
  body{
      font-family: Cairo;
    font-size: 24px;
  }
  .text{
    font-family: Cairo;
    text-align: right;
    direction: rtl;
    
  }
  .text2{
    font-family: Cairo;
    text-align: right;
    direction: rtl;
    text-align: justify;
    font-size: 15px;
  }
  .header{
    direction: rtl;
  }
     

      .footer_container {
        background-image: url(../images/footer-bg.png);
        background-size: 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top;
        padding-top: 245px;
        margin-top: -175px;
      }

      /* footer section*/

      .footer_container {
  
        background-size: 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top;
        padding-top: 245px;
        margin-top: -175px;
      }
      
      .info_section {
        color: #ffffff;
        padding: 5px 0;
        background-color: #070e6a;
      }
      
      .info_section .contact_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 350px;
        margin: auto;
      }
      
      .info_section .contact_box a {
        margin: 0 10px;
        font-size: 24px;
        color: #ffffff;
      }
      
      .info_section .contact_box a:hover {
        color: #ffe537;
      }
      
      .info_section .social_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
      
      .info_section .social_box a {
        margin: 0 20px;
        font-size: 18px;
        color: #ffffff;
      }
      
      .info_section .social_box a:hover {
        color: #ffe537;
      }
      
      .info_section .info_links {
        margin: 25px 0;
      }
      
      .info_section .info_links ul {
        padding-left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
      
      .info_section .info_links ul li {
        list-style-type: none;
        position: relative;
        margin: 0 15px;
      }
      
      .info_section .info_links ul li a {
        color: #ffffff;
      }
      
      .info_section .info_links ul li a:hover {
        color: #ffe537;
      }
      
      /* footer section*/
      .footer_section {
        position: relative;
        text-align: center;
        background-color: #7a1d1d;
      }
      
      .footer_section p {
        color: #ffffff;
        padding-bottom: 2px;
        margin: 0;
      }
      
      .footer_section p a {
        color: inherit;
      }

      .info_section {
        color: #ffffff;
        padding: 45px 0;
        background-color: #7a1d1d;
    }
/** ADD YOUR AWESOME CODES HERE **/