@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500&family=Kufam:ital@1&family=Lalezar&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Source+Sans+Pro&family=Ubuntu&display=swap');
/* start section spinner */


.loading-section{
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
      }
    .spinner {
      width: 45px;
    height: 45px;
    position: relative;
    margin: 329px auto;
    }
    .double-bounce1, .double-bounce2 {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color:black;
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      
      -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
      animation: sk-bounce 2.0s infinite ease-in-out;
    }
    
    .double-bounce2 {
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s;
    }
    
    @-webkit-keyframes sk-bounce {
      0%, 100% { -webkit-transform: scale(0.0) }
      50% { -webkit-transform: scale(1.0) }
    }
    
    @keyframes sk-bounce {
      0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
      } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
    }
    
    .spinner-border{
        margin-bottom: 2px;
        width: 20px!important;
        height: 20px!important;
        border-width: 3px!important;
      }
    
    
    /* end section spinner */

.smart-scroll{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .scrolled-down{
     transform:translateY(-100%); transition: all 0.3s ease-in-out;
  }
  .scrolled-up{
     transform:translateY(0); transition: all 0.3s ease-in-out;
  }
  .style-text{
  color: black;
  text-transform: capitalize;
  font-family: 'El Messiri', sans-serif;
  font-weight: bold!important;
  }
  .style-text-1{
  color: white;
  text-transform: capitalize;
  font-family: 'El Messiri', sans-serif;
  font-weight:bold;
  /* letter-spacing: 1px; */
  }
  .style-text-2{
    text-transform: capitalize;
    font-family: 'El Messiri', sans-serif;
  font-weight:bold;
  /* letter-spacing: 1px; */
  }
  
  .style-btn{
    border: 1px solid #dadce0!important;
    background-color: white!important;
    font-family: 'El Messiri', sans-serif;
    font-size: 18px!important;
    color: #1a73e8!important;
    padding:8px 19px!important;
    font-weight: bold!important;
    border-radius: 4px;
    text-transform: capitalize;
  }
  .style-btn-h:hover{
    border-color: #1a73e8!important;
    background-color: #f4f8fe!important;
    }
    input:focus{
      border-color: #1a73e8 !important;
  background-color: #f4f8fe !important;
  box-shadow: none!important;
  
    }
    input{
      padding: 8px 14px!important;
    }
    
    textarea:focus{
      border-color: #1a73e8 !important;
  background-color: #f4f8fe !important;
  box-shadow: none!important;
    }
    a{
      text-decoration: none!important;
    }




    /* start section footer */
#footer .footer{
  border-top: 1px solid #00000017;
  margin-top: 65px;
}
#footer .footer p{
  font-size:14px;
}
/* end section footer */

