body{
    font-family: 'Poppins', sans-serif !important;
    scroll-behavior: smooth !important;
    color: #212529 !important;
 }
 html{
   scroll-behavior: smooth !important;
 }
 Head{
   scroll-behavior: smooth !important;
 }
 .fs10{
   font-size: 10px;
 }
 .fs12{
   font-size: 12px;
 }
 .fs14{
   font-size: 14px;
 }
 .fs16{
   font-size: 16px !important;
 }
 .fs18{
   font-size: 18px;
 }
 .fs20{
   font-size: 20px;
 }
 .fs22{
   font-size: 22px;
 }
 .fs24{
   font-size: 24px;
 }
 .fs26{
   font-size: 26px;
 }
 *{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    color: #212529 !important;
 }
 .row{
    padding: 0;
    margin: 0;
 }
 hr{
   margin: 0;
 }
 .shahdow{
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }
 .light-shahdow{
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }
 a{
    text-decoration: none;
 }
 p{
   font-size: 14px;
   font-weight: 300;
 }
  @media only screen and (max-width: 425px) {
   p{
    font-size: 11px;
   }
 }
 .view-all-btn{
   background: #f1f1f1;
   border-radius: 25px;
 }
 .view-all-btn:hover{
   background-color: #1FB970;
   color: #ffffff !important;
 }
 .fcwhite{
   color: #fff;
 }
 /* EdiT Custom Scrool Bar  */
 ::-webkit-scrollbar {
    width: 2px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

 /* Theme color */
 .theme-colors{
    color: #1FB970 !important;
 }
 .theme-background{
   background-color: #1FB970;
 }
 
 /* preloader */
 .preloader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1FB970;
    z-index: 1400000;
    pointer-events: none;
    animation: fadeout .5s linear forwards;
    animation-delay: 8.5s;
    position: fixed;
  }
  @keyframes fadeout{
    0%{
      opacity: 0.3;
    }
    100%{
      opacity: 0.3;
    }
  }
  .loader{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ffffff;
  }
  .count{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: rgba(0, 0, 0, 0.747) !important ;
    font-weight: 800;
    /* mix-blend-mode: difference; */
    width: 550x;
    text-align: right;
  }
 /* preloader End*/
 
 /* Navigation Bar Section A, Navigation Bar Section A, Navigation Bar Section A */
 .navbar{
   background-color: #ffffff;
   width: 100%;
   z-index: 1000;
 }
 .nav-li-link{
   font-weight: 300;
 }
 .nav-li-link:hover{
   color: #1FB970 !important;
 }
 .nav-list:hover{
   background-color: #f1f1f1;
  
 
 }
 .nav-logo-edit{
   width: 200px;
 }
 @media only screen and (max-width: 991px) {
   .nav-logo-edit{
      width: 155px;
   }
 }
 .navbar-light .navbar-toggler {
   border: none !important;
 }
 .navbar-toggler:focus{
   box-shadow: none !important;
 }
 .navbar-light .navbar-nav .nav-link{
   font-weight: 300;
 }
 .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
   font-weight: 400;
   color: #1FB970 !important;
 }

 /* Section B Login Form , Section B Login Form , Section B Login Form ,Section B Login Form */
.login-img{
    width: 100%;
    object-fit: cover;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 14px !important;
    border: none !important;
    border-bottom: 1px solid #aaaaaa !important;
    border-radius: 0 !important;
}
 input:focus-visible{
    border: none;
    border-bottom: 1px solid #aaaaaa;
    box-shadow: none !important;
    outline: 0 !important;
}
.form-check-input{
    margin-top: 0 !important;
}
.login-column-edit{
    border-top: 5px solid black;
    border-right: 5px solid black;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-column-edit:hover{
    border-top: 5px solid #1FB970;
    border-right: 5px solid #1FB970;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-check-input:checked {
    background-color: #1FB970 !important;
}
.form-check-input:focus{
    box-shadow: none !important;
}
.btn-success{
    background-color: #1FB970 !important;
    color: #f1f1f1 !important;
    border: none !important;
}
.btn-success:hover{
    background-color: #24915d  !important;
}


/* Section C Foooter,  Section C Foooter,  Section C Foooter,  Section C Foooter, */

.footer-heading{
    margin-top: 9px;
 }
 .list-style{
    list-style: none;
    padding-left: 0 !important;
 }
 .footer-li{
    font-size: 14px;
    font-weight: 300;
 }
 .Footer-links{
    position: relative;
    width: 100px;
    
 }
 .Footer-links:hover{
    color: #1FB970 !important;
    transition: 0.2s !important;
    border-bottom: 1px solid rgb(202, 202, 202);
 }