body{
    direction: rtl;
}
a{
    text-decoration: none;
}
.layer{
    background-color: rgb(0, 0, 0 , 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
ul{
    text-align: justify;
}
p{
    text-align: justify;
}
.footer-style-1 {
    background: #F3F3F3;
    padding-top: 80px;
  }
  
  .footer-style-1 .widget-wrapper .footer-widget {
    margin-bottom: 50px;
  }
  
  .footer-style-1 .widget-wrapper .footer-widget .logo {
    margin-bottom: 30px;
  }
  
  .footer-style-1 .widget-wrapper .footer-widget p.desc {
    margin-bottom: 30px;
  }
  
  .footer-style-1 .widget-wrapper .footer-widget .socials {
    justify-content: flex-start;
  }
  
  .footer-style-1 .widget-wrapper .footer-widget .socials li a {
    background: rgba(47, 128, 237, 0.4);
    margin: 0;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  
  .footer-style-1 .widget-wrapper .footer-widget .socials li a:hover {
    background: #2F80ED;
  }
  
  .footer-style-1 .widget-wrapper .footer-widget h6 {
    font-weight: 600;
    color: #585978;
    margin-bottom: 35px;
    margin-top: 10px;
  }
  
  .footer-style-1 .widget-wrapper .footer-widget .links li a {
    font-size: 16px;
    line-height: 32px;
    color: #585978;
  }
  
  .footer-style-1 .widget-wrapper .footer-widget .links li a:hover {
    color: #2F80ED;
  }
  
  .footer-style-1 .copyright-wrapper {
    border-top: 1px solid rgba(88, 89, 120, 0.4);
    padding: 20px 0;
  }
  
  .footer-style-1 .copyright-wrapper p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: rgba(88, 89, 120, 0.6);
  }
  
  .footer-style-1 .copyright-wrapper p a {
    color: white;
  }
  
  .footer-style-1 .copyright-wrapper p a:hover {
    color: #2F80ED;
  }
  
  .footer-style-1.footer-dark {
    background: #323450;
  }
  
  .footer-style-1.footer-dark .widget-wrapper .footer-widget p {
    color: #ffffff;
  }
  
  .footer-style-1.footer-dark .widget-wrapper .footer-widget h6 {
    color: #ffffff ;
  }
  
  .footer-style-1.footer-dark .widget-wrapper .footer-widget .socials li a {
    background: rgba(255, 255, 255, 0.1);
  }
  
  .footer-style-1.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
    background: #2F80ED;
  }
  
  .footer-style-1.footer-dark .widget-wrapper .footer-widget .links li a {
    color: #ffffff;
  }
  
  .footer-style-1.footer-dark .widget-wrapper .footer-widget .links li a:hover {
    color: #2F80ED;
  }
  
  .footer-style-1.footer-dark .copyright-wrapper p {
    color: rgba(255, 255, 255, 0.8);
  }
img{
    width: 100%;
}