.sect_mt {
    margin-top: 6rem;
}

.sect_mt_sm {
    margin-top: 4rem;
}

.sect_mb {
    margin-bottom: 6rem;
}

.sect_mt_lg {
    margin-top: 12rem;
}
.sect_mt_lg2 {
    margin-top: 13rem;
}

.sect_mt_md {
    margin-top: 9rem;
}

.sect_mb_lg {
    margin-bottom: 12rem;
}
.sect_mb_md {
    margin-bottom: 9rem;
}

.sect_mt_xl {
    margin-top: 16rem;
}

.sect_mb_xl {
    margin-bottom: 16rem;
}

.sect_mt_xl {
    margin-top: 14rem;
}

.sect_mt_xxl {
    margin-top: 16rem;
}

@media (max-width: 991px) {
    .sect_mt {
        margin-top: 7rem;
    }
    .sect_mb {
        margin-bottom: 7rem;
    }
    .sect_mt_lg {
        margin-top: 13rem;
    }
    .sect_mt_md {
        margin-top: 9rem;
    }
    .sect_mb_lg {
        margin-bottom: 13rem;
    }
    .sect_mb_md {
        margin-bottom: 9rem;
    }
    .sect_mt_xl {
        margin-top: 17rem;
    }
    .sect_mb_xl {
        margin-bottom: 17rem;
    }
}

.hide {
    display: none !important;
}
.show {
    display: inline-block !important;
}

.fluid_img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    min-height: auto;
}
.fluid_img2 {
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
}

.list_unstyled {
    padding-left: 0 !important;
    list-style: none !important;
}
.text_primary {
    color: #071c31 !important;
}
.text_tertiary {
    color: #af8145 !important;
}
.text_sm{
    font-size: 0.6rem !important; 
}
.text_md{
    font-size: 0.8rem !important; 
}
.text_underline {
    text-decoration: underline !important;
}
.text_hover_underline:hover {
    text-decoration: underline !important;
}

.btn__primary{
     background-color: rgb(18,18,18);
     border-color: rgb(18,18,18);
     color: #d6d6d6;
}
.btn__primary:hover,
.btn__primary:focus {
    background-color: #05101b;
    border-color: #091828;
    color: #fff;
}
.btn__primary2{
    background-color: rgb(18,18,18);
    border-color: rgb(18,18,18);
    color: #d6d6d6;
    border-radius: 0.3rem;
}
.btn__primary2:hover,
.btn__primary2:focus{
    background-color: #af8145;
    border-color: #916a38;
    color: #fff;
    border-radius: 0.3rem;
}


/*Other styles*/
 .text_shadow {
     box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05) !important;
}
 .clean_shadow {
     box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05) !important;
}
.center_div_parent {
    display: grid;
    grid-template-columns: 1 3;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.validationErrorMsg{
    color: #ed3838;
    padding-bottom: .25rem;
    font-weight: 700;
}
.validationSuccessMsg{
    color: #409c3d;
    padding-bottom: .25rem;
    font-weight: 600;
}

/* disable selection */
.noselect {
     -webkit-touch-callout: none;
    /* iOS Safari */
     -webkit-user-select: none;
    /* Safari */
     -khtml-user-select: none;
    /* Konqueror HTML */
     -moz-user-select: none;
    /* Old versions of Firefox */
     -ms-user-select: none;
    /* Internet Explorer/Edge */
     user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.swal2-styled.swal2-confirm{
     background-color: #000 !important;
}

.overflow_wrap {
     overflow-wrap: break-word !important;
     text-align: left !important;
}
.scrollable_h_250 {
    min-height: 250px;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollable_h_300 {
    min-height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollable_h_350 {
    min-height: 350px;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollable_h_400 {
    min-height: 400px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollable_h_450 {
    min-height: 450px;
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollable_h_500 {
    min-height: 500px;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollable_h_550 {
    min-height: 550px;
    max-height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollable_h_600 {
    min-height: 600px;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollable_h_650 {
    min-height: 650px;
    max-height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Auto scrollable height */
.scrollable_auto_h_250 {
    min-height: auto;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollable_auto_h_300 {
    min-height: auto;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollable_auto_h_350 {
    min-height: auto;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollable_auto_h_400 {
    min-height: auto;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollable_auto_h_450 {
    min-height: auto;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollable_auto_h_500 {
    min-height: auto;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollable_auto_h_550 {
    min-height: auto;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollable_auto_h_600 {
    min-height: auto;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scrollable_auto_h_650 {
    min-height: auto;
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
}


 .clamp_1{
     display: -webkit-box !important;
     -webkit-box-orient: vertical !important;
     -webkit-line-clamp: 1 !important;
     overflow: hidden !important;
}
.clamp_2{
     display: -webkit-box !important;
     -webkit-box-orient: vertical !important;
     -webkit-line-clamp: 2 !important;
     overflow: hidden !important;
}
.clamp_3{
     display: -webkit-box !important;
     -webkit-box-orient: vertical !important;
     -webkit-line-clamp: 3 !important;
     overflow: hidden !important;
}
.clamp_4{
     display: -webkit-box !important;
     -webkit-box-orient: vertical !important;
     -webkit-line-clamp: 4 !important;
     overflow: hidden !important;
}
.clamp_5{
     display: -webkit-box !important;
     -webkit-box-orient: vertical !important;
     -webkit-line-clamp: 5 !important;
     overflow: hidden !important;
}

/* sroll bar */
    ::-webkit-scrollbar {
      width: 0.5rem;
    }
    ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey; 
      border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb {
      background: grey; 
      border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb:hover {
      background: rgb(18,18,18); 
    }


  /*logout modal style*/
  .modal_logout_button a{
      background-color: #05101b;
      border-color: #05101b;
      color: white;
  }
  .modal_logout_button a:hover{
      color: white;
  }
  .fcc-btn{
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    border: 1px solid transparent;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
  }
  .logout_modal_body h3 span{
      font-size: 1.2rem;
      color: #888;
      padding-left: 0.5rem;
  }
  .logout_modal_body h3 i{
      font-size: 1.5rem;
  }
  .logout_modal_body h3 span{
      font-size: 1.2rem;
      color: #888;
      padding-left: 0.5rem;
  }
  .logout_modal_body h3 i{
      font-size: 1.5rem;
  }




/*   Media queries */
@media (max-width: 768px) {
     .clamp_1_sm{
         display: -webkit-box !important;
         -webkit-box-orient: vertical !important;
         -webkit-line-clamp: 1 !important;
         overflow: hidden !important;
    }
     .clamp_2_sm{
         display: -webkit-box !important;
         -webkit-box-orient: vertical !important;
         -webkit-line-clamp: 2 !important;
         overflow: hidden !important;
    }
     .clamp_3_sm{
         display: -webkit-box !important;
         -webkit-box-orient: vertical !important;
         -webkit-line-clamp: 3 !important;
         overflow: hidden !important;
    }
     .clamp_4_sm{
         display: -webkit-box !important;
         -webkit-box-orient: vertical !important;
         -webkit-line-clamp: 4 !important;
         overflow: hidden !important;
    }
     .clamp_5_sm{
         display: -webkit-box !important;
         -webkit-box-orient: vertical !important;
         -webkit-line-clamp: 5 !important;
         overflow: hidden !important;
    }
}


/*--- Preloader ---*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid rgb(18,18,18);
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  #preloader2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #ffffff82;
  }
  #preloader2:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid rgb(18,18,18);
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/*===== Text Preloader Text General =======*/
.preloader-fountain_txtG {
  width: 300px;
  margin: auto;
}
.preloader-fountain_txtG .fountain_txtG {
    color: black;
    font-family: Arial;
    font-size: 31px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountain_txtG;
    -o-animation-name: bounce_fountain_txtG;
    -ms-animation-name: bounce_fountain_txtG;
    -webkit-animation-name: bounce_fountain_txtG;
    -moz-animation-name: bounce_fountain_txtG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
}
.preloader-fountain_txtG #fountain_txtG_1 {
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}
.preloader-fountain_txtG #fountain_txtG_2 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
.preloader-fountain_txtG #fountain_txtG_3 {
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}
.preloader-fountain_txtG #fountain_txtG_4 {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}
.preloader-fountain_txtG #fountain_txtG_5 {
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}
.preloader-fountain_txtG #fountain_txtG_6 {
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
.preloader-fountain_txtG #fountain_txtG_7 {
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountain_txtG {
  0% {
    transform: scale(1);
    color: black;
  }
  100% {
    transform: scale(0.5);
    color: white;
  }
}
@-webkit-keyframes bounce_fountain_txtG {
  0% {
    -webkit-transform: scale(1);
    color: black;
  }
  100% {
    -webkit-transform: scale(0.5);
    color: white;
  }
}
 
/*===== Text Preloader Text For Buttons =======*/
.preloader-fountain_txt_btn {
  width: 300px;
  margin: auto;
}
.preloader-fountain_txt_btn .fountain_txt_btn {
    color: #05101b;
    font-family: Arial;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountain_txt_btn;
    -o-animation-name: bounce_fountain_txt_btn;
    -ms-animation-name: bounce_fountain_txt_btn;
    -webkit-animation-name: bounce_fountain_txt_btn;
    -moz-animation-name: bounce_fountain_txt_btn;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
}
.preloader-fountain_txt_btn #fountain_txt_btn_1 {
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}
.preloader-fountain_txt_btn #fountain_txt_btn_2 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
.preloader-fountain_txt_btn #fountain_txt_btn_3 {
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}
.preloader-fountain_txt_btn #fountain_txt_btn_4 {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}
.preloader-fountain_txt_btn #fountain_txt_btn_5 {
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}
.preloader-fountain_txt_btn #fountain_txt_btn_6 {
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
.preloader-fountain_txt_btn #fountain_txt_btn_7 {
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountain_txt_btn {
  0% {
    transform: scale(1);
    color: #05101b;
  }
  100% {
    transform: scale(0.5);
    color: white;
  }
}
@-webkit-keyframes bounce_fountain_txt_btn {
  0% {
    -webkit-transform: scale(1);
    color: #05101b;
  }
  100% {
    -webkit-transform: scale(0.5);
    color: white;
  }
}


/*== <div class="preloader-double-torus"></div> ==*/
.preloader-double-torus-md {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent rgba(8, 24, 40, 0.9) rgba(8, 24, 40, 0.9);
  animation: cssload-spin 960ms infinite linear;
  -o-animation: cssload-spin 960ms infinite linear;
  -ms-animation: cssload-spin 960ms infinite linear;
  -webkit-animation: cssload-spin 960ms infinite linear;
  -moz-animation: cssload-spin 960ms infinite linear;
}
.preloader-double-torus-sm {
    width: 1rem;
    height: 1rem;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent rgba(8, 24, 40, 0.9) rgba(8, 24, 40, 0.9);
  animation: cssload-spin 960ms infinite linear;
  -o-animation: cssload-spin 960ms infinite linear;
  -ms-animation: cssload-spin 960ms infinite linear;
  -webkit-animation: cssload-spin 960ms infinite linear;
  -moz-animation: cssload-spin 960ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
 