nav .navbar-nav li a {
    color: white !important;
   }

   .nav-pills .nav-link.active,
     .nav-pills .show >.nav-link {
       color: #fff !important;
       background-color: #F36C22;
     }
     input[type=checkbox],input[type=radio]
     {
       width:20px!important;
       height:20px!important;
     }

     .btn {
       border-radius : 2px;
       cursor : pointer
     }

     .bg-primary
     {

       background-color: #243C7F !important;
       border-color:  #243C7F !important ;
     }


     .bg-warning
     {
      background-color: #F36C22 !important;
      border-color:  #F36C22 !important ;
      color: #ffffff;
     }
       .btn-primary
       {

         background-color: #243C7F !important;
         border-color:  #243C7F !important ;
       }

       .btn-default
       {
         background-color: #fff !important;
         border-color:  #ccc !important ;
         color: #000000;
       }

      .btn-warning
      {
       background-color: #F36C22 !important;
       border-color:  #F36C22 !important ;
       color: #ffffff;
      }

      .btn-success
      {
       background-color: #69F0AE  !important;
       border-color:  #4cae4c !important ;
       color: #000000;
      }

      .text-dark
      {

        color: #000000 !important;
      }


      .text-warning
      {

        color: #F36C22 !important;
      }


      .text-primary
      {

        color: #243C7F !important;
      }




      .dt-button {
    color: #ffffff !important;
    padding: 7px 20px !important;
    background-color: #ffffff !important;
    border-color: #4cae4c !important;
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.428571429 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -o-user-select: none !important;
   }

   .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #243C7F;
    width: 150px;
    height: 150px;
    margin : auto;
    margin-top:3%;
    margin-bottom:3%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}


    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

.pagination .page-item.active .page-link {
    background-color: #F36C22;
    border-color: #F36C22;
    color: #ffffff
}




.pagination .page-item .page-link {
    color: #000000
}


a {
    cursor: pointer;
}

.nav-item .dropdown-menu .dropdown-item{

    color : black !important;
}


.dropdown-item.active{
    color: #fff !important;
    background-color: #F36C22;

}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;

    background-color: #F36C22;
  }


  .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .carousel-caption {
    position: absolute;
    bottom: 50px;
    left: 15%;
    right: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }

  .carousel-caption h3 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .carousel-caption p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    font-size: 36px;
    color: #
    fff;
  opacity: 0.9;
  top: 50%;
  transform: translateY(-50%);
  }

  .carousel-control-prev:hover,
  .carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
  font-size: 50px;
  }

  .carousel-indicators li {
  background-color: #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  }

  .carousel-indicators .active {
  background-color: #F36C22;
  }


  .image_fit {
    object-fit: cover !important;
    background-position: center !important;
    background-size: cover !important;
  }
