@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/* 
*   abstracts
*/
/* Colorers */
/* System Media Queries Breakpoints */
/* Colorers */
/* System Media Queries Breakpoints */
/* System Media Queries */
.table {
  border-collapse: collapse;
  width: 100%;
  height: auto;
  text-align: center;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}
.table th {
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 0.7rem;
  font-weight: 900;
}
.table td {
  padding: 10px;
  font-size: 13px;
  border-top: 1px solid #f2f2f2;
}
@media only screen and (max-width: 768px) {
  .table td {
    font-size: 12px;
  }
}
.table thead {
  background-color: #f2f2f2 !important;
}
@media only screen and (max-width: 1400px) {
  .table .td-xxxl {
    display: none !important;
  }
}
@media only screen and (max-width: 997px) {
  .table .td-xxxl {
    display: block !important;
  }
}

.bg-dark {
  background-color: #212529;
}
.bg-dark th {
  color: #fff;
}

.bg-secondary {
  background-color: #f2f2f2;
}
.bg-secondary th {
  color: #212529;
}

.bg-light {
  background-color: #f2f2f2;
  color: #F8A725;
}

.table-bordered tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive::-webkit-scrollbar {
  height: 3px;
  background-color: #fff;
  color: #212529;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #212529;
  height: 3px !important;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #212529;
  height: 3px !important;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 997px) {
  .table thead th {
    font-size: 10px;
    min-width: 10px;
  }
  .table tbody td {
    font-size: 11px;
    min-width: 180px;
  }
}
/* Grid System */
.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 0 auto;
}
.row .col-1 {
  grid-column: span 1;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-1 {
    grid-column: span 12;
    padding: 0px;
  }
}
.row .col-2 {
  grid-column: span 2;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-2 {
    grid-column: span 12;
    padding: 0px;
  }
}
.row .col-3 {
  grid-column: span 3;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-3 {
    grid-column: span 12;
    padding: 0px;
  }
}
.row .col-4 {
  grid-column: span 4;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-4 {
    grid-column: span 12;
    padding: 0px;
  }
}
.row .col-5 {
  grid-column: span 5;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-5 {
    grid-column: span 12;
    padding: 0px;
  }
}
.row .col-6 {
  grid-column: span 6;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-6 {
    grid-column: span 12;
    padding: 0px;
  }
}
.row .col-7 {
  grid-column: span 7;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-7 {
    grid-column: span 12;
    padding: 0px;
  }
}
.row .col-8 {
  grid-column: span 8;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-8 {
    grid-column: span 12;
    padding: 0px;
  }
}
.row .col-9 {
  grid-column: span 9;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-9 {
    grid-column: span 12;
    padding: 0px;
  }
}
.row .col-10 {
  grid-column: span 10;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-10 {
    grid-column: span 12;
    padding: 0px;
  }
}
.row .col-11 {
  grid-column: span 11;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-11 {
    grid-column: span 12;
    padding: 0px;
  }
}
.row .col-12 {
  grid-column: span 12;
  padding: 10px;
  margin: 5px;
}
@media only screen and (max-width: 997px) {
  .row .col-12 {
    grid-column: span 12;
    padding: 0px;
  }
}

/* 
*   base
*/
.img-fluid {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  overflow: hidden;
}

@media only screen and (max-width: 997px) {
  .container,
  .container-fluid {
    max-width: 100%;
  }
}
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09) !important;
}

.invalid-feedback {
  color: #dc3545;
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #212529;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background-color: #f2f2f2;
  box-sizing: border-box;
}
body.active {
  overflow: hidden !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  opacity: 0.25;
}

li, ul, ol {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color, inherit);
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 
*   theme
*/
/* 
*   tools
*/
/*
// Usage example:
.example {
  width: units(200, 'px'); // Converts 200px to rem
}
*/
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
  font-family: "Noto Nastaliq Urdu";
  font-style: normal;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3SvoMC9Y.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin-ext */
@font-face {
  font-family: "Noto Nastaliq Urdu";
  font-style: normal;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3QfoMC9Y.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Noto Nastaliq Urdu";
  font-style: normal;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3T_oM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: MRT_Nil1;
  src: url("../Scss/fonts/MRT_Nil1.ttf");
}
/* 
*   Pages && layouts
*/
#home-page {
  width: 100%;
  height: auto;
  position: relative;
}
#home-page .canva {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: -1 !important;
}
#home-page section {
  padding: 20px 0;
}
@media only screen and (max-width: 997px) {
  #home-page section {
    padding: 10px 0;
  }
}
#home-page section #about {
  width: 100%;
  height: auto;
}
#home-page section #about .cards-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
#home-page section #about .cards-section .card {
  width: 380px;
  height: 240px;
  margin: 0 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
#home-page section #about .cards-section .card.fr {
  height: 310px;
}
@media only screen and (max-width: 1200px) {
  #home-page section #about .cards-section .card {
    margin: 20px 15px;
  }
}
@media only screen and (max-width: 768px) {
  #home-page section #about .cards-section .card {
    width: 320px;
    height: 220px;
  }
}
@media only screen and (max-width: 600px) {
  #home-page section #about .cards-section .card {
    width: 90%;
    height: 230px;
  }
}
#home-page section #about .cards-section .card:hover .card-content a {
  color: #9E1C20;
  text-decoration: none;
}
#home-page section #about .cards-section .card .card-icon {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home-page section #about .cards-section .card .card-icon i {
  font-size: 40px;
  color: #9E1C20;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #home-page section #about .cards-section .card .card-icon i {
    font-size: 35px;
  }
}
#home-page section #about .cards-section .card .card-content {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #home-page section #about .cards-section .card .card-content {
    margin-top: 15px;
  }
}
#home-page section #about .cards-section .card .card-content h1 {
  color: #9E1C20;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #home-page section #about .cards-section .card .card-content h1 {
    font-size: 20px;
  }
}
#home-page section #about .cards-section .card .card-content .p {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #6e6e6e;
}
@media only screen and (max-width: 768px) {
  #home-page section #about .cards-section .card .card-content .p {
    font-size: 14px;
  }
}
#home-page section #about .cards-section .card .card-content .p b {
  color: #9E1C20;
}
#home-page section #about .cards-section .card .card-content a {
  margin-bottom: 10px;
  font-size: 15px;
  color: #212529;
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #home-page section #about .cards-section .card .card-content a {
    margin-bottom: 7px;
    font-size: 15px;
  }
}
#home-page section #partener {
  width: 100%;
  height: auto;
}
#home-page section #partener .slider-card, #home-page section #partener .slider-card-ar {
  width: 100%;
  height: 100%;
}
#home-page section #partener .slider-card .slider, #home-page section #partener .slider-card-ar .slider {
  height: 100px;
  width: auto;
  padding: 0 30px;
  cursor: grab;
}
#home-page section #partener .slider-card .slider img, #home-page section #partener .slider-card-ar .slider img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 997px) {
  #home-page section #partener .slider-card .slider, #home-page section #partener .slider-card-ar .slider {
    height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  #home-page section #partener .slider-card .slider, #home-page section #partener .slider-card-ar .slider {
    height: 110px;
  }
}
@media only screen and (max-width: 600px) {
  #home-page section #partener .slider-card .slider, #home-page section #partener .slider-card-ar .slider {
    height: 90px;
  }
}
#home-page section #video,
#home-page section #analyse {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 997px) {
  #home-page section #video,
  #home-page section #analyse {
    width: 95%;
    margin: 0 auto;
  }
}
#home-page section #video .video-field,
#home-page section #analyse .video-field {
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #home-page section #video .video-field,
  #home-page section #analyse .video-field {
    max-width: 100%;
  }
}
#home-page section #video .video-field video,
#home-page section #analyse .video-field video {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 997px) {
  #home-page section #video .video-field video,
  #home-page section #analyse .video-field video {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  #home-page section #video .video-field video,
  #home-page section #analyse .video-field video {
    width: 100% !important;
    height: auto !important;
  }
}
#home-page section #video .text-image-field,
#home-page section #analyse .text-image-field {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #home-page section #video .text-image-field,
  #home-page section #analyse .text-image-field {
    margin-top: 20px;
  }
}
#home-page section #video .text-image-field .col-6,
#home-page section #analyse .text-image-field .col-6 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 997px) {
  #home-page section #video .text-image-field .content-text,
  #home-page section #analyse .text-image-field .content-text {
    margin-top: 35px;
  }
}
#home-page section #video .text-image-field .img-field,
#home-page section #analyse .text-image-field .img-field {
  max-width: 100%;
  width: 100%;
  height: 400px;
  border-radius: 30px 0 0 0;
}
@media only screen and (max-width: 997px) {
  #home-page section #video .text-image-field .img-field,
  #home-page section #analyse .text-image-field .img-field {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  #home-page section #video .text-image-field .img-field,
  #home-page section #analyse .text-image-field .img-field {
    height: auto;
  }
}
#home-page section #video .text-image-field .img-field.r-raduis,
#home-page section #analyse .text-image-field .img-field.r-raduis {
  border-radius: 0 0 30px 0;
}
#home-page section #video .text-image-field .img-field.r-raduis img,
#home-page section #analyse .text-image-field .img-field.r-raduis img {
  border-radius: 0 0 30px 0;
}
#home-page section #video .text-image-field .img-field img,
#home-page section #analyse .text-image-field .img-field img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 30px 0 0 0;
}
#home-page section #video .text-image-field .content-text h1,
#home-page section #analyse .text-image-field .content-text h1 {
  color: #9E1C20;
  font-size: 30px;
  letter-spacing: normal;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #home-page section #video .text-image-field .content-text h1,
  #home-page section #analyse .text-image-field .content-text h1 {
    font-size: 26px;
    text-align: center;
  }
}
#home-page section #video .text-image-field .content-text .gr-text,
#home-page section #analyse .text-image-field .content-text .gr-text {
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 400;
}
#home-page section #video .text-image-field .content-text .gr-text b,
#home-page section #analyse .text-image-field .content-text .gr-text b {
  text-decoration: underline;
}
#home-page section #video .text-image-field .content-text .gr-text.main b,
#home-page section #analyse .text-image-field .content-text .gr-text.main b {
  color: #9E1C20 !important;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #home-page section #video .text-image-field .content-text .gr-text.main b,
  #home-page section #analyse .text-image-field .content-text .gr-text.main b {
    font-size: 14px;
  }
}
#home-page section #video .text-image-field .content-text .gr-text span,
#home-page section #analyse .text-image-field .content-text .gr-text span {
  font-size: 28px;
  line-height: 1px;
}
#home-page section #video .text-image-field .content-text .chart-canvas,
#home-page section #analyse .text-image-field .content-text .chart-canvas {
  min-height: 360px;
}
@media only screen and (max-width: 997px) {
  #home-page section #video .text-image-field .content-text .chart-canvas,
  #home-page section #analyse .text-image-field .content-text .chart-canvas {
    min-height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  #home-page section #video .text-image-field .content-text .chart-canvas,
  #home-page section #analyse .text-image-field .content-text .chart-canvas {
    min-height: 260px;
  }
}
#home-page section #video .group-progress,
#home-page section #analyse .group-progress {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home-page section #video .group-progress,
  #home-page section #analyse .group-progress {
    flex-direction: column;
  }
}
#home-page section #video .group-progress .progress-field,
#home-page section #analyse .group-progress .progress-field {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 8px;
}
@media only screen and (max-width: 768px) {
  #home-page section #video .group-progress .progress-field,
  #home-page section #analyse .group-progress .progress-field {
    margin: 12px 0;
  }
}
#home-page section #video .group-progress .progress-field .text,
#home-page section #analyse .group-progress .progress-field .text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
  color: #9E1C20;
}
@media only screen and (max-width: 768px) {
  #home-page section #video .group-progress .progress-field .text,
  #home-page section #analyse .group-progress .progress-field .text {
    font-size: 16px;
  }
}
#home-page section #video .group-progress .progress-field .progress-bar,
#home-page section #analyse .group-progress .progress-field .progress-bar {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
#home-page section #video .group-progress .progress-field .progress-bar.active1,
#home-page section #analyse .group-progress .progress-field .progress-bar.active1 {
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#9E1C20 100%, #b6babe 0);
}
#home-page section #video .group-progress .progress-field .progress-bar.active2,
#home-page section #analyse .group-progress .progress-field .progress-bar.active2 {
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#F8A725 100%, #b6babe 0);
}
#home-page section #video .group-progress .progress-field .progress-bar.active3,
#home-page section #analyse .group-progress .progress-field .progress-bar.active3 {
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#056839 100%, #b6babe 0);
}
@media only screen and (max-width: 768px) {
  #home-page section #video .group-progress .progress-field .progress-bar,
  #home-page section #analyse .group-progress .progress-field .progress-bar {
    width: 150px;
    height: 150px;
  }
}
#home-page section #video .group-progress .progress-field .progress-bar span,
#home-page section #analyse .group-progress .progress-field .progress-bar span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #212529;
}
@media only screen and (max-width: 768px) {
  #home-page section #video .group-progress .progress-field .progress-bar span,
  #home-page section #analyse .group-progress .progress-field .progress-bar span {
    font-size: 20px;
  }
}
#home-page section .charts-cards {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
@media only screen and (max-width: 997px) {
  #home-page section .charts-cards {
    flex-wrap: wrap;
  }
}
#home-page section .charts-cards .card {
  width: 180px;
  height: 180px;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: #fff;
  margin: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
  cursor: pointer;
  color: #9E1C20;
}
#home-page section .charts-cards .card:hover {
  transform: scale(1.07);
}
#home-page section .charts-cards .card .card-icon {
  width: 40px;
  height: auto;
  margin: 8px 0;
}
@media only screen and (max-width: 768px) {
  #home-page section .charts-cards .card .card-icon {
    width: 30px;
  }
}
#home-page section .charts-cards .card .card-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
#home-page section .charts-cards .card .card-body {
  text-align: center;
}
#home-page section .charts-cards .card .card-body h6 {
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 500;
}
#home-page section .charts-cards .card .card-body p {
  font-size: 16px;
  font-weight: 600;
}
#home-page section .charts-cards h1 {
  text-align: center;
  color: #9E1C20;
  font-size: 25px;
  letter-spacing: normal;
  font-weight: 600;
}
#home-page section .charts-cards p {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
#home-page section .charts-cards .card-icon {
  height: 250px;
  width: auto;
}
#home-page section .charts-cards .card-icon img {
  height: 100%;
  width: auto;
}
#home-page section .img-gotta2 {
  margin: 0 auto;
  max-width: 700px;
  overflow: hidden;
  height: auto;
}
@media only screen and (max-width: 997px) {
  #home-page section .img-gotta2 {
    max-width: 100%;
  }
}
#home-page section .img-gotta2 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#contact-page {
  width: 100%;
  height: auto;
  overflow: hidden !important;
  margin: 30px 0;
}
@media only screen and (max-width: 1000px) {
  #contact-page {
    margin: 0;
    background-color: #fff !important;
  }
}
#contact-page .content {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  border-radius: 50px 20px;
  padding: 20px;
  overflow: hidden !important;
  background-color: #fff !important;
}
@media only screen and (max-width: 997px) {
  #contact-page .content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #contact-page .content {
    border-radius: 0;
  }
}
#contact-page .content .row .col-1 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-1 {
    padding: 0 0 0 15px;
  }
}
#contact-page .content .row .col-2 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-2 {
    padding: 0 0 0 15px;
  }
}
#contact-page .content .row .col-3 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-3 {
    padding: 0 0 0 15px;
  }
}
#contact-page .content .row .col-4 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-4 {
    padding: 0 0 0 15px;
  }
}
#contact-page .content .row .col-5 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-5 {
    padding: 0 0 0 15px;
  }
}
#contact-page .content .row .col-6 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-6 {
    padding: 0 0 0 15px;
  }
}
#contact-page .content .row .col-7 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-7 {
    padding: 0 0 0 15px;
  }
}
#contact-page .content .row .col-8 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-8 {
    padding: 0 0 0 15px;
  }
}
#contact-page .content .row .col-9 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-9 {
    padding: 0 0 0 15px;
  }
}
#contact-page .content .row .col-10 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-10 {
    padding: 0 0 0 15px;
  }
}
#contact-page .content .row .col-11 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-11 {
    padding: 0 0 0 15px;
  }
}
#contact-page .content .row .col-12 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-12 {
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 997px) {
  #contact-page .content .row .col-12 {
    padding: 0 0 0 10px !important;
  }
}
#contact-page .content .invalid-feedback {
  color: #dc3545;
  font-size: 14px;
}
#contact-page .content textarea {
  padding: 7px !important;
  resize: none !important;
}
#contact-page .content textarea::-moz-placeholder {
  font-size: 14px;
  color: #adb5bd;
  pointer-events: none;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
#contact-page .content textarea::placeholder {
  font-size: 14px;
  color: #adb5bd;
  pointer-events: none;
  transition: 0.4s;
}

#errors {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 30px 0;
}
#errors .page-content {
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #errors .page-content {
    max-width: 100%;
  }
}
#errors .page-content .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#errors .page-content .content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#errors .page-content .content .bug-error {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#errors .page-content .content .bug-error .image-field {
  margin: 0 auto;
  max-width: 500px;
  overflow: hidden;
  padding: 10px;
}
@media only screen and (max-width: 997px) {
  #errors .page-content .content .bug-error .image-field {
    max-width: 100%;
  }
}
#errors .page-content .content .bug-error .image-field img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#errors .page-content .content .bug-error h1 {
  text-align: center;
  width: 100%;
  height: auto;
  color: #9E1C20;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 997px) {
  #errors .page-content .content .bug-error h1 {
    margin: 20px 0;
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #errors .page-content .content .bug-error h1 {
    margin: 15px 0;
    font-size: 20px;
  }
}
#errors .page-content .content .bug-error .error {
  width: 100%;
  text-align: center;
}
#errors .page-content .content .bug-error .error div {
  font-size: 16px;
  font-weight: 500;
  color: #6e6e6e;
}
@media only screen and (max-width: 997px) {
  #errors .page-content .content .bug-error .error div {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #errors .page-content .content .bug-error .error div {
    font-size: 13px;
  }
}

#inhd {
  height: auto;
  width: 100%;
}
#inhd .inhd-header {
  width: 100%;
  height: 100vh;
  max-width: 100vw;
  position: relative;
}
#inhd .inhd-header .canva {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: -1 !important;
}
#inhd .inhd-header img {
  width: 100%;
  height: auto;
}
#inhd .inhd-header .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
#inhd .inhd-header .content h1 {
  font-family: MRT_Nil1 !important;
  color: #9E1C20;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: normal;
  font-style: italic;
}
@media only screen and (max-width: 997px) {
  #inhd .inhd-header .content h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #inhd .inhd-header .content h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  #inhd .inhd-header .content h1 {
    font-size: 28px;
  }
}
#inhd section {
  padding: 20px 0;
}
@media only screen and (max-width: 997px) {
  #inhd section {
    padding: 10px 0;
  }
}
#inhd section.inhd-definition .new .main-text {
  font-size: 17px;
}
#inhd section.inhd-definition .new .main-title {
  font-size: 26px;
}
#inhd section.inhd-definition .title {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  text-align: center;
}
#inhd section.inhd-definition .main-slider-gallery {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #inhd section.inhd-definition .main-slider-gallery {
    max-width: 100%;
  }
}
#inhd section.inhd-definition .main-slider-gallery .card {
  cursor: pointer;
  width: 300px;
  height: 290px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.5s all;
  margin: 10px;
}
#inhd section.inhd-definition .main-slider-gallery .card:hover {
  cursor: pointer;
  transform: scale(1.03);
}
#inhd section.inhd-definition .main-slider-gallery .card.main .card-header {
  background-color: #9E1C20;
}
#inhd section.inhd-definition .main-slider-gallery .card.main .card-header .icon-field i {
  color: #9E1C20;
}
#inhd section.inhd-definition .main-slider-gallery .card.primary .card-header {
  background-color: #F8A725;
}
#inhd section.inhd-definition .main-slider-gallery .card.primary .card-header .icon-field i {
  color: #F8A725;
}
#inhd section.inhd-definition .main-slider-gallery .card.green .card-header {
  background-color: #056839;
}
#inhd section.inhd-definition .main-slider-gallery .card.green .card-header .icon-field i {
  color: #056839;
}
#inhd section.inhd-definition .main-slider-gallery .card .card-header {
  position: relative;
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  background-color: #9E1C20;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#inhd section.inhd-definition .main-slider-gallery .card .card-header .icon-field {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.18) !important;
}
#inhd section.inhd-definition .main-slider-gallery .card .card-header .icon-field i {
  color: #9E1C20;
  font-size: 40px;
  font-weight: 100 !important;
}
#inhd section.inhd-definition .main-slider-gallery .card .card-body {
  padding: 10px 0;
}
#inhd section.inhd-definition .main-slider-gallery .card .card-body h1 {
  font-size: 16px;
  color: #212529;
  font-weight: 500;
  text-align: center;
}
#inhd section.inhd-definition .main-slider-gallery .card .card-body ul {
  margin-top: 10px;
}
#inhd section.inhd-definition .main-slider-gallery .card .card-body ul li {
  position: relative;
  font-size: 14px;
  color: #212529;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 500;
}
#inhd section.inhd-definition .main-slider-gallery .card .card-body ul li::after {
  content: "";
  position: absolute;
  right: -3%;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #6e6e6e;
  border-radius: 50%;
}
#inhd section.inhd-definition .main-slider-gallery .card .card-body ul.fr li {
  font-size: 12px;
}
#inhd section.inhd-definition .main-slider-gallery .card .card-body ul.fr li::after {
  left: -3% !important;
  right: unset !important;
  top: 50%;
}

#document-page {
  width: 100%;
  height: auto;
  padding: 30px 0;
}
@media only screen and (max-width: 997px) {
  #document-page {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #document-page {
    padding: 15px 0;
  }
}
#document-page .title-doc {
  font-family: MRT_Nil1 !important;
  text-align: center;
  position: relative;
  width: 100%;
  height: auto;
  color: #9E1C20;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  font-style: italic;
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 997px) {
  #document-page .title-doc {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #document-page .title-doc {
    margin: 15px 0;
  }
}
#document-page .canva {
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: -1 !important;
}
#document-page .row {
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #document-page .row {
    max-width: 100%;
  }
}
@media only screen and (max-width: 997px) {
  #document-page .row {
    padding: 20px !important;
  }
}
#document-page .row .col-4,
#document-page .row .col-6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin: 10px 15px;
}
#document-page .row .col-4 img,
#document-page .row .col-6 img {
  border-radius: 15px;
  height: 600px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09) !important;
}
@media only screen and (max-width: 997px) {
  #document-page .row .col-4 img,
  #document-page .row .col-6 img {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  #document-page .row .col-4 img,
  #document-page .row .col-6 img {
    max-width: 100% !important;
    width: 100%;
    height: auto !important;
  }
}
#document-page .container-image {
  max-width: 1250px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#document-page .container-image .d-flex-image {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 997px) {
  #document-page .container-image .d-flex-image {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
#document-page .container-image .d-flex-image .slider-doc-vertical-ar,
#document-page .container-image .d-flex-image .slider-doc-vertical {
  max-width: 500px !important;
  width: 100%;
  height: auto !important;
}
@media only screen and (max-width: 997px) {
  #document-page .container-image .d-flex-image .slider-doc-vertical-ar,
  #document-page .container-image .d-flex-image .slider-doc-vertical {
    max-width: 96% !important;
    margin: 0 auto;
  }
}
#document-page .container-image .d-flex-image .slider-doc-vertical-ar .slider,
#document-page .container-image .d-flex-image .slider-doc-vertical .slider {
  width: 100%;
  height: 350px !important;
}
@media only screen and (max-width: 768px) {
  #document-page .container-image .d-flex-image .slider-doc-vertical-ar .slider,
  #document-page .container-image .d-flex-image .slider-doc-vertical .slider {
    height: auto !important;
  }
}
#document-page .container-image .d-flex-image .slider-doc-vertical-ar .slider img,
#document-page .container-image .d-flex-image .slider-doc-vertical .slider img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
#document-page .container-image .section-w-auto {
  width: 740px;
}
@media only screen and (max-width: 997px) {
  #document-page .container-image .section-w-auto {
    width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  #document-page .container-image .section-w-auto {
    width: 98%;
  }
}
#document-page .container-image .section-w-auto h1 {
  color: #9E1C20;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 997px) {
  #document-page .container-image .section-w-auto h1 {
    text-align: start;
  }
}
@media only screen and (max-width: 768px) {
  #document-page .container-image .section-w-auto h1 {
    text-align: center;
    font-size: 20px;
  }
}
#document-page .container-image .section-w-auto h2 {
  color: #212529;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 997px) {
  #document-page .container-image .section-w-auto h2 {
    text-align: start;
  }
}
@media only screen and (max-width: 768px) {
  #document-page .container-image .section-w-auto h2 {
    text-align: center;
    font-size: 18px;
  }
}
#document-page .container-image .section-w-auto p {
  font-weight: 600;
  color: #6e6e6e;
}
#document-page .container-image .d-flex-video .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  #document-page .container-image .d-flex-video .item {
    flex-direction: column;
  }
}
#document-page .container-image .d-flex-video .item .block-video {
  border-radius: 10px;
}
#document-page .container-image .d-flex-video .item .block-video img {
  max-width: 300px;
  width: 300px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 997px) {
  #document-page .container-image .d-flex-video .item .block-video img {
    max-width: 280px;
    width: 280px;
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  #document-page .container-image .d-flex-video .item .block-video img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
#document-page .container-image .d-flex-video .item .block-information {
  padding: 0 15px;
}
@media only screen and (max-width: 997px) {
  #document-page .container-image .d-flex-video .item .block-information {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #document-page .container-image .d-flex-video .item .block-information {
    text-align: center;
  }
}
#document-page .container-image .d-flex-video .item .block-information .title {
  color: #9E1C20;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
}
@media only screen and (max-width: 997px) {
  #document-page .container-image .d-flex-video .item .block-information .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #document-page .container-image .d-flex-video .item .block-information .title {
    font-size: 18px;
  }
}
#document-page .container-image .d-flex-video .item .block-information p {
  font-size: 18px;
  font-weight: 600;
  color: #6e6e6e;
}
@media only screen and (max-width: 997px) {
  #document-page .container-image .d-flex-video .item .block-information p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #document-page .container-image .d-flex-video .item .block-information p {
    font-size: 14px;
  }
}
#document-page .container-image .d-flex-video .item .block-information .play-button {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 8px;
  background-color: white;
  outline: none;
  border: 1px solid #9E1C20;
  color: #9E1C20;
  border-radius: 30px;
  padding: 8px 18px;
  cursor: pointer;
}
#document-page .container-image .d-flex-video .item .block-information .play-button .icon {
  font-size: 18px;
}
#document-page .container-image .d-flex-video .item .block-information .play-button .text {
  font-size: 16px;
  font-weight: 500;
}

#project-page {
  height: auto;
  width: 100%;
}
#project-page .project-header {
  width: 100%;
  height: 100vh;
  max-width: 100vw;
  position: relative;
}
#project-page .project-header .canva {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: -1 !important;
}
#project-page .project-header .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
#project-page .project-header .content h1 {
  position: relative;
  font-family: MRT_Nil1 !important;
  color: #9E1C20;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: normal;
  font-style: italic;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #project-page .project-header .content h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  #project-page .project-header .content h1 {
    font-size: 28px;
  }
}
#project-page .project-header .content h6 {
  position: relative;
  color: #212529;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #project-page .project-header .content h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  #project-page .project-header .content h6 {
    font-size: 19px;
  }
}
#project-page .project-header .content h6:after {
  content: "";
  display: block;
  height: 0.25rem;
  width: 120px;
  background-color: #9E1C20;
  transform: translateX(-50%);
  position: relative;
  top: 10px;
  left: 50%;
  z-index: 2;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  #project-page .project-header .content h6:after {
    width: 100px;
  }
}
#project-page .project-header .content h6.ar:after {
  right: 50% !important;
  transform: translate(50%, 50%) !important;
}
#project-page .project-header .content p {
  margin-top: 15px;
  color: #212529;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #project-page .project-header .content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  #project-page .project-header .content p {
    font-size: 16px;
  }
}
#project-page .project-group-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 15px 0;
}
@media only screen and (max-width: 1200px) {
  #project-page .project-group-cards {
    flex-wrap: wrap;
  }
}
#project-page .project-group-cards .card {
  width: 33%;
  height: 250px;
  padding: 20px 15px;
  border-radius: 30px 50px;
  background-color: #fff;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.9s ease-in-out;
}
#project-page .project-group-cards .card.fr {
  height: 300px;
}
@media only screen and (max-width: 1200px) {
  #project-page .project-group-cards .card {
    width: 45%;
    height: 280px;
  }
  #project-page .project-group-cards .card.fr {
    height: 330px;
  }
}
@media only screen and (max-width: 768px) {
  #project-page .project-group-cards .card {
    width: 80%;
    margin: 10px 0;
    height: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  #project-page .project-group-cards .card {
    width: 88%;
  }
}
#project-page .project-group-cards .card:hover {
  background-color: #9E1C20;
  transform: scale(1.02);
}
#project-page .project-group-cards .card:hover h1, #project-page .project-group-cards .card:hover p {
  color: #fff !important;
}
#project-page .project-group-cards .card:hover .image-content i {
  color: #fff;
}
#project-page .project-group-cards .card h1 {
  position: relative;
  color: #9E1C20;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: center;
}
#project-page .project-group-cards .card h1.fr {
  font-size: 18px !important;
}
@media only screen and (max-width: 997px) {
  #project-page .project-group-cards .card h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #project-page .project-group-cards .card h1 {
    font-size: 18px;
  }
}
#project-page .project-group-cards .card .image-content {
  padding: 15px 0;
  font-size: 40px;
}
@media only screen and (max-width: 997px) {
  #project-page .project-group-cards .card .image-content {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  #project-page .project-group-cards .card .image-content {
    font-size: 28px;
  }
}
#project-page .project-group-cards .card .image-content i {
  color: #212529;
}
#project-page .project-group-cards .card p {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 997px) {
  #project-page .project-group-cards .card p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #project-page .project-group-cards .card p {
    font-size: 15px;
  }
}
#project-page .project-group-cards .card p.fr {
  font-size: 13px;
}

#login-page {
  width: 100%;
  height: auto;
  overflow: hidden !important;
  margin: 30px 0;
}
@media only screen and (max-width: 1000px) {
  #login-page {
    margin: 0;
    background-color: #fff !important;
  }
}
#login-page .content {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  border-radius: 50px 20px;
  padding: 20px;
  overflow: hidden !important;
  background-color: #fff !important;
}
@media only screen and (max-width: 997px) {
  #login-page .content {
    max-width: 100%;
  }
}
#login-page .content.fluid {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #login-page .content.fluid {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #login-page .content {
    border-radius: 0;
  }
}
#login-page .content .row {
  margin: 0 auto;
  max-width: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row {
    max-width: 100%;
  }
}
#login-page .content .row.fluid {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row.fluid {
    max-width: 100%;
  }
}
#login-page .content .row .col-1 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-1 {
    padding: 0 0 0 15px;
  }
}
#login-page .content .row .col-2 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-2 {
    padding: 0 0 0 15px;
  }
}
#login-page .content .row .col-3 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-3 {
    padding: 0 0 0 15px;
  }
}
#login-page .content .row .col-4 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-4 {
    padding: 0 0 0 15px;
  }
}
#login-page .content .row .col-5 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-5 {
    padding: 0 0 0 15px;
  }
}
#login-page .content .row .col-6 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-6 {
    padding: 0 0 0 15px;
  }
}
#login-page .content .row .col-7 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-7 {
    padding: 0 0 0 15px;
  }
}
#login-page .content .row .col-8 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-8 {
    padding: 0 0 0 15px;
  }
}
#login-page .content .row .col-9 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-9 {
    padding: 0 0 0 15px;
  }
}
#login-page .content .row .col-10 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-10 {
    padding: 0 0 0 15px;
  }
}
#login-page .content .row .col-11 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-11 {
    padding: 0 0 0 15px;
  }
}
#login-page .content .row .col-12 {
  padding: 2px;
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-12 {
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 997px) {
  #login-page .content .row .col-12 {
    padding: 0 20px 0 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  #login-page .content .row .col-12 {
    padding: 0 10px 0 5px !important;
  }
}
#login-page .content .invalid-feedback {
  color: #dc3545;
  font-size: 14px;
}
#login-page .content textarea {
  padding: 7px !important;
  resize: none !important;
}
#login-page .content textarea::-moz-placeholder {
  font-size: 14px;
  color: #adb5bd;
  pointer-events: none;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
#login-page .content textarea::placeholder {
  font-size: 14px;
  color: #adb5bd;
  pointer-events: none;
  transition: 0.4s;
}

#clients-page {
  width: 100%;
  height: auto;
}
#clients-page .content {
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #clients-page .content {
    max-width: 100%;
  }
}
#clients-page .content h1 {
  font-size: 22px;
  transition: 0.4s;
  font-weight: 600;
  text-transform: uppercase;
  color: #9E1C20;
  padding: 0 10px;
}
@media only screen and (max-width: 1200px) {
  #clients-page .content h1 {
    font-size: 20px;
  }
}
#clients-page .content h2 {
  font-size: 20px;
  transition: 0.4s;
  font-weight: 700;
  color: #212529;
  line-height: 0px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #clients-page .content h2 {
    font-size: 18px;
  }
}
#clients-page .content .show-information .row {
  padding: 0 !important;
  margin: 0 !important;
}
#clients-page .content .show-information .row .col-1 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-2 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-3 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-4 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-5 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-6 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-7 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-8 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-9 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-10 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-11 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-12 {
  padding: 7px;
  margin: 3px;
}
#clients-page .content .show-information .row .col-12 {
  padding: 7px;
  margin: 10px 0;
}
#clients-page .content .show-information .row label {
  font-size: 16px;
  font-weight: 500;
  color: #212529;
  display: block;
}
#clients-page .content .show-information .row .data {
  font-size: 16px;
  color: #6e6e6e;
  font-weight: 400;
}
#clients-page .content .show-information .row .image-client {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f2f2f2;
  overflow: hidden;
}
#clients-page .content .show-information .row .image-client img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 50%;
  border-radius: 50%;
}
#clients-page .content .show-information .user-information {
  position: relative;
}
#clients-page .content .show-information .user-information .image-icon {
  max-width: 150px;
  height: 150px;
  background-color: #f2f2f2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
#clients-page .content .show-information .user-information .image-icon i {
  font-size: 40px;
}
#clients-page .content .show-information .user-information .user-name {
  text-align: center;
}
#clients-page .content .show-information .user-information .user-name h6 {
  font-size: 15px;
  font-weight: 600;
  color: #212529;
}
#clients-page .content .show-information .user-information .user-name div {
  font-size: 14px;
  font-weight: 400;
  color: #6e6e6e;
}
#clients-page .content .show-information .user-information .user-name p {
  color: #6e6e6e;
  font-weight: 400;
}
#clients-page .content .status-INSCRIT {
  color: #dc3545 !important;
}
#clients-page .content .status-COMPAGNENT.PRÉ-CRÉATION {
  color: #0d6efd !important;
}
#clients-page .content .status-VALIDÉ.COMMISSIONS {
  color: #ffc107 !important;
}
#clients-page .content .status-COMPAGNENT.POST.CRÉATION {
  color: #198754 !important;
}

#platforms-page {
  width: 100%;
  height: auto;
}
#platforms-page .platform-header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
}
#platforms-page .platform-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: -1;
}
#platforms-page .platform-header .header-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  #platforms-page .platform-header .header-content {
    width: 90%;
  }
}
@media only screen and (max-width: 997px) {
  #platforms-page .platform-header .header-content {
    width: 96%;
  }
}
#platforms-page .platform-header .header-content h1 {
  font-family: MRT_Nil1 !important;
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: normal;
  font-style: italic;
}
@media only screen and (max-width: 997px) {
  #platforms-page .platform-header .header-content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #platforms-page .platform-header .header-content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #platforms-page .platform-header .header-content h1 {
    font-size: 30px;
  }
}
#platforms-page .platform-header .header-content p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 997px) {
  #platforms-page .platform-header .header-content p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  #platforms-page .platform-header .header-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #platforms-page .platform-header .header-content p {
    font-size: 15px;
  }
}
#platforms-page .platform-header .header-content .btn.yellow {
  border: 1px solid #F8A725 !important;
  color: #fff !important;
  background-image: linear-gradient(115deg, #F8A725 0%, #F8A725 100%) !important;
}
#platforms-page .platform-header .header-content .btn.yellow:hover {
  background-color: transparent !important;
  color: #F8A725;
}
#platforms-page .platform-header .header-content .btn.turquoise {
  border: 1px solid #30D5C8 !important;
  color: #fff !important;
  background-image: linear-gradient(115deg, #30D5C8 0%, #30D5C8 100%) !important;
}
#platforms-page .platform-header .header-content .btn.turquoise:hover {
  background-color: transparent !important;
  color: #30D5C8;
}
#platforms-page .platform-header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #212529;
  opacity: 0.4;
}
#platforms-page .content .container.turquoise .main-title {
  color: #30D5C8 !important;
}
#platforms-page .content .container.turquoise .main-title::after {
  background-color: #30D5C8 !important;
}
#platforms-page .content .container.turquoise .main-text {
  color: #30D5C8 !important;
}
#platforms-page .content .container.yellow .main-title {
  color: #F8A725 !important;
}
#platforms-page .content .container.yellow .main-title::after {
  background-color: #F8A725 !important;
}
#platforms-page .content .container.yellow .main-text {
  color: #F8A725 !important;
}
#platforms-page .content section {
  padding: 20px 0;
}
@media only screen and (max-width: 997px) {
  #platforms-page .content section {
    padding: 10px 0;
    margin: 30px 0;
  }
}
#platforms-page .content section.none {
  margin: 0 !important;
}
#platforms-page .content section.unique {
  background-color: #9E1C20;
}
#platforms-page .content section.unique.yellow {
  background-color: #F8A725 !important;
}
#platforms-page .content section.unique.turquoise {
  background-color: #30D5C8 !important;
}
#platforms-page .content section.unique .main .main-title {
  color: #fff !important;
}
#platforms-page .content section.unique .main .main-title::after {
  background-color: #fff !important;
}
#platforms-page .content section.unique .main .main-text {
  color: #fff !important;
}
#platforms-page .content section.unique .cards-espaces {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
}
#platforms-page .content section.unique .cards-espaces .card {
  width: 400px;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09) !important;
}
#platforms-page .content section.unique .cards-espaces .card .image-field {
  height: 230px;
  width: 100%;
  border-radius: 15px;
}
#platforms-page .content section.unique .cards-espaces .card .image-field img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
#platforms-page .content section.unique .cards-espaces .card .information {
  text-align: center;
  margin-block: 20px;
}
#platforms-page .content section.unique .cards-espaces .card .information h1 {
  font-size: 22px;
  color: #9E1C20;
  font-weight: 500;
}
#platforms-page .content section.unique .cards-espaces .card .information h1.yellow {
  color: #F8A725 !important;
}
#platforms-page .content section.unique .cards-espaces .card .information h1.turquoise {
  color: #30D5C8 !important;
}
@media only screen and (max-width: 1400px) {
  #platforms-page .content section.unique .cards-espaces .card .information h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #platforms-page .content section.unique .cards-espaces .card .information h1 {
    font-size: 16px;
  }
}
#platforms-page .content section .section-one {
  margin: 0 auto;
  max-width: 1100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media only screen and (max-width: 997px) {
  #platforms-page .content section .section-one {
    max-width: 100%;
  }
}
@media only screen and (max-width: 997px) {
  #platforms-page .content section .section-one {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
}
#platforms-page .content section .section-one .item {
  max-width: 50%;
  width: 100%;
  height: auto;
  margin: 0 20px;
}
@media only screen and (max-width: 997px) {
  #platforms-page .content section .section-one .item {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
#platforms-page .content section .section-one .item img {
  max-width: 100%;
  width: 100%;
  height: 320px;
  border-radius: 50px 0;
}
@media only screen and (max-width: 997px) {
  #platforms-page .content section .section-one .item img {
    height: auto;
  }
}
#platforms-page .content section .section-one .item h1 {
  font-size: 24px;
  font-weight: 600;
  color: #9E1C20;
}
@media only screen and (max-width: 768px) {
  #platforms-page .content section .section-one .item h1 {
    font-size: 20px;
  }
}
#platforms-page .content section .section-one .item p {
  font-size: 17px;
  font-weight: 500;
  color: #6e6e6e;
}
@media only screen and (max-width: 768px) {
  #platforms-page .content section .section-one .item p {
    font-size: 16px;
  }
}
#platforms-page .content section .gallery-conatiner {
  height: auto;
}
#platforms-page .content section .gallery-conatiner .content {
  padding: 10px;
}
#platforms-page .content section .gallery-conatiner .content .card {
  width: 400px;
  height: auto;
  margin: 10px;
  cursor: pointer;
  border-radius: 15px;
}
#platforms-page .content section .gallery-conatiner .content .card img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#platforms-page .content section .gallery-conatiner .content.turquoise .slick-dots li.slick-active {
  background-color: #30D5C8;
}
#platforms-page .content section .gallery-conatiner .content.yellow .slick-dots li.slick-active {
  background-color: #F8A725;
}
#platforms-page .content section .gallery-conatiner .content .slick-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 20px 0 0 0;
}
#platforms-page .content section .gallery-conatiner .content .slick-dots li {
  margin: 2px !important;
  width: 20px;
  height: 4px;
  background-color: #6c757d;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
#platforms-page .content section .gallery-conatiner .content .slick-dots li button {
  display: none;
}
#platforms-page .content section .gallery-conatiner .content .slick-dots li.slick-active {
  background-color: #9E1C20;
}
#platforms-page .video-container {
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #platforms-page .video-container {
    max-width: 100%;
  }
}
#platforms-page .video-container video {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 30px !important;
}

#activite-page {
  width: 100%;
  height: auto;
}
#activite-page .header-page {
  max-width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#activite-page .header-page::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
}
#activite-page .header-page img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
#activite-page .header-page .content-header {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
#activite-page .header-page .content-header .content {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
}
@media only screen and (max-width: 997px) {
  #activite-page .header-page .content-header .content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 997px) {
  #activite-page .header-page .content-header .content {
    align-items: center;
    padding: 0px;
  }
}
#activite-page .header-page .content-header .content img {
  position: absolute;
  left: 5%;
  top: 10%;
  width: auto;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 997px) {
  #activite-page .header-page .content-header .content img {
    position: relative;
    left: 0%;
    top: 0%;
    height: 100px;
  }
}
#activite-page .header-page .content-header .content h2,
#activite-page .header-page .content-header .content h1 {
  color: #fff;
}
@media only screen and (max-width: 997px) {
  #activite-page .header-page .content-header .content h2,
  #activite-page .header-page .content-header .content h1 {
    text-align: center;
  }
}
#activite-page .header-page .content-header .content h2 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
}
#activite-page .header-page .content-header .content h2.fr {
  font-size: 22px;
}
@media only screen and (max-width: 997px) {
  #activite-page .header-page .content-header .content h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #activite-page .header-page .content-header .content h2 {
    font-size: 18px;
  }
}
#activite-page .header-page .content-header .content h2::before {
  content: "";
  display: block;
  height: 0.15rem;
  width: 15.25rem;
  background-color: #fff;
  transform: translateX(-50%);
  position: absolute;
  bottom: -35%;
  left: 76%;
  z-index: 2;
}
@media only screen and (max-width: 997px) {
  #activite-page .header-page .content-header .content h2::before {
    bottom: -20px;
    left: 50%;
    width: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  #activite-page .header-page .content-header .content h2::before {
    bottom: -10px;
    width: 30%;
  }
}
#activite-page .header-page .content-header .content h1 {
  font-size: 70px;
}
#activite-page .header-page .content-header .content h1.fr {
  font-size: 50px;
}
@media only screen and (max-width: 997px) {
  #activite-page .header-page .content-header .content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #activite-page .header-page .content-header .content h1 {
    font-size: 24px;
  }
}
#activite-page .video-block {
  margin: 0 auto;
  max-width: 1300px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #activite-page .video-block {
    max-width: 100%;
  }
}
#activite-page .video-block .cards {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 997px) {
  #activite-page .video-block .cards {
    flex-direction: column;
    box-sizing: border-box !important;
    padding: 10px;
  }
}
#activite-page .video-block .cards .card-video {
  text-align: center;
  position: relative;
  padding: 0;
  height: 300px;
  width: 400px;
  margin: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 997px) {
  #activite-page .video-block .cards .card-video {
    width: 100%;
  }
}
#activite-page .video-block .cards .card-video img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#activite-page .video-block .cards .card-video .content {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#activite-page .video-block .cards .card-video .content .play-button {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #6c757d;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 997px) {
  #activite-page .video-block .cards .card-video .content .play-button {
    font-size: 14px;
  }
}
#activite-page .video-block .cards .card-video .content .play-button .icon {
  width: 40px;
  height: 40px;
  background-color: #d9534f;
  margin-left: 10px;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
@media only screen and (max-width: 997px) {
  #activite-page .video-block .cards .card-video .content .play-button .icon {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}
#activite-page .video-block .cards .card-video .content .play-button .text {
  display: inline-block;
  padding-left: 14px;
}
#activite-page .video-content {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box !important;
}
#activite-page .video-content h2 {
  font-size: 16px;
  transition: 0.4s;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #212529;
}
@media only screen and (max-width: 768px) {
  #activite-page .video-content h2 {
    font-size: 14px;
  }
}
#activite-page .video-content p {
  font-size: 14px;
  font-weight: 400;
  color: #6e6e6e;
}
@media only screen and (max-width: 768px) {
  #activite-page .video-content p {
    font-size: 12px;
  }
}
#activite-page .video-content video {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#activite-page .slider-image {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #activite-page .slider-image {
    max-width: 100%;
  }
}
@media only screen and (max-width: 997px) {
  #activite-page .slider-image {
    padding: 10px;
    box-sizing: border-box !important;
  }
}
#activite-page .slider-image .slider {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#activite-page .slider-image .slider img {
  max-width: 100%;
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 997px) {
  #activite-page .slider-image .slider img {
    height: auto;
  }
}
#activite-page .slider-image .slider-activite,
#activite-page .slider-image .slider-activite-ar {
  position: relative;
  padding: 50px;
  box-sizing: border-box !important;
}
@media only screen and (max-width: 997px) {
  #activite-page .slider-image .slider-activite,
  #activite-page .slider-image .slider-activite-ar {
    padding: 0px;
  }
}
#activite-page .slider-image .slider-activite .slick-next,
#activite-page .slider-image .slider-activite .slick-prev,
#activite-page .slider-image .slider-activite-ar .slick-next,
#activite-page .slider-image .slider-activite-ar .slick-prev {
  background-color: #6e6e6e;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%, -50%);
}
@media only screen and (max-width: 997px) {
  #activite-page .slider-image .slider-activite .slick-next,
  #activite-page .slider-image .slider-activite .slick-prev,
  #activite-page .slider-image .slider-activite-ar .slick-next,
  #activite-page .slider-image .slider-activite-ar .slick-prev {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 997px) {
  #activite-page .slider-image .slider-activite .slick-next,
  #activite-page .slider-image .slider-activite .slick-prev,
  #activite-page .slider-image .slider-activite-ar .slick-next,
  #activite-page .slider-image .slider-activite-ar .slick-prev {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
}
#activite-page .slider-image .slider-activite .slick-prev,
#activite-page .slider-image .slider-activite-ar .slick-prev {
  left: 0%;
}
#activite-page .slider-image .slider-activite .slick-next,
#activite-page .slider-image .slider-activite-ar .slick-next {
  right: 0%;
}
#activite-page .cours-header {
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
}
@media only screen and (max-width: 997px) {
  #activite-page .cours-header {
    max-width: 100%;
  }
}
#activite-page .cours-header .col-4 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

#booking-facture {
  height: 100%;
  width: 100%;
}
#booking-facture* {
  box-sizing: content-box;
}
#booking-facture .content {
  padding: 20px;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  background-color: #fff !important;
  border-radius: 10px;
}
@media only screen and (max-width: 997px) {
  #booking-facture .content {
    max-width: 100%;
  }
}
#booking-facture .content .title {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
}
@media only screen and (max-width: 1400px) {
  #booking-facture .content .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #booking-facture .content .title {
    font-size: 14px;
  }
}
#booking-facture .content h2 {
  font-size: 25px;
  transition: 0.4s;
  font-weight: 700;
  color: #9E1C20;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  #booking-facture .content h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #booking-facture .content h2 {
    font-size: 14px;
  }
}
#booking-facture .content .data {
  font-size: 18px;
  font-weight: 500;
  color: #212529;
}
@media only screen and (max-width: 1200px) {
  #booking-facture .content .data {
    font-size: 15px;
  }
}
@media only screen and (max-width: 997px) {
  #booking-facture .content .data {
    font-size: 14px;
  }
}
#booking-facture .content .logo {
  height: 90px;
  width: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  #booking-facture .content .logo {
    height: 80px;
  }
}
@media only screen and (max-width: 997px) {
  #booking-facture .content .logo {
    height: 70px;
  }
}
#booking-facture .content .logo img {
  height: 100%;
  width: auto;
}
#booking-facture .content .information .menu-items {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 997px) {
  #booking-facture .content .information .menu-items {
    align-items: center;
    justify-content: center;
  }
}
#booking-facture .content .information .menu-items li {
  padding: 0px;
  margin: 0px;
}
@media only screen and (max-width: 997px) {
  #booking-facture .content .information .menu-items li {
    text-align: center;
  }
}
#booking-facture .content .information .menu-items li a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  color: #212529;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  #booking-facture .content .information .menu-items li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 997px) {
  #booking-facture .content .information .menu-items li a {
    margin: 0 5px;
    font-size: 16px;
    font-weight: 500;
  }
}
#booking-facture .content .information .menu-items li a:hover {
  color: #9E1C20;
}
#booking-facture .content .information .menu-items li a:hover i {
  color: #212529;
}
#booking-facture .content .information .menu-items li a i {
  font-size: 14px;
}
#booking-facture .content .footer {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #212529;
}
@media only screen and (max-width: 997px) {
  #booking-facture .content .footer {
    font-size: 12px;
  }
}
#booking-facture .content .footer span {
  color: #9E1C20;
  font-size: 13px;
  font-weight: 600;
}
#booking-facture .content span.main {
  color: #9E1C20;
  font-weight: 600;
  font-size: 16px;
}
#booking-facture .content .body-in {
  min-height: 64vh;
}
#booking-facture .btn-upload {
  position: fixed;
  right: 5%;
  top: 5%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #198754;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border-radius: 50%;
}
#booking-facture .btn-upload:hover {
  opacity: 0.9;
}
#booking-facture .btn-upload.active {
  display: none !important;
}

@media print {
  @page {
    margin-top: 0;
    margin-bottom: 0;
  }
  .no-print {
    display: none !important;
  }
}
/* 
*   Components 
*/
.btn {
  position: relative;
  padding: 10px 20px;
  color: #9E1C20;
  background-color: #f2f2f2;
  border: 1px solid #9E1C20;
  margin-block: 10px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: uppercase;
  transition: 0.5s;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 30px;
  opacity: 0.9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease-in-out;
}
.btn:hover {
  color: #fff !important;
  background-image: linear-gradient(115deg, #7F1313 0%, #f2295b 100%) !important;
  transform: scale(1.1);
}
.btn.shad {
  color: #fff !important;
  background-image: linear-gradient(115deg, #7F1313 0%, #f2295b 100%) !important;
}
.btn.shad:hover {
  background-color: transparent !important;
  color: #9E1C20;
}
@media only screen and (max-width: 997px) {
  .btn {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 400;
  }
}

.btn-rounded {
  border-radius: 5px;
}

.btn-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9E1C20;
  background-color: #9E1C20;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  margin: 0 5px;
}
.btn-icon:hover {
  opacity: 0.9;
  color: #9E1C20;
  background-color: #fff;
}
@media only screen and (max-width: 997px) {
  .btn-icon {
    font-size: 12px;
    font-weight: 400;
    width: 35px;
    height: 35px;
  }
}

.input-floating {
  position: relative;
  width: auto;
  margin-bottom: 10px;
}
.input-floating * {
  box-sizing: border-box !important;
}
.input-floating.ar i {
  position: absolute;
  left: 0%;
  top: 50%;
  right: inherit !important;
}
.input-floating.ar .input-floating input:valid ~ span,
.input-floating.ar .input-floating select:valid ~ span,
.input-floating.ar .input-floating select:focus ~ span,
.input-floating.ar .input-floating input:focus ~ span,
.input-floating.ar span {
  right: 0px !important;
  left: auto;
  transform: translateX(-7px) translateY(-7px) !important;
}
.input-floating.ar span {
  padding: 15px;
}
.input-floating.checkbox-input {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.input-floating.checkbox-input input {
  width: auto;
  border: 1px solid #adb5bd;
  background-color: #fff;
  margin-right: 5px;
}
.input-floating.checkbox-input label {
  font-size: 13px;
  font-weight: 400;
}
.input-floating input, .input-floating select {
  height: 38px;
}
.input-floating input, .input-floating select, .input-floating textarea {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #adb5bd;
  border-radius: 5px;
  outline: none;
  font-size: 13px;
  transition: 0.4s;
  background-color: #fff;
  color: #212529;
}
.input-floating textarea::-moz-placeholder {
  font-size: 14px;
}
.input-floating textarea::placeholder {
  font-size: 14px;
}
.input-floating select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.input-floating select option {
  font-size: 15px;
}
.input-floating label {
  color: #adb5bd;
  letter-spacing: normal;
  font-weight: 500;
}
.input-floating span {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px;
  font-size: 15px;
  color: #adb5bd;
  pointer-events: none;
  transition: 0.4s;
}
.input-floating i {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(50%, -50%);
  left: inherit;
  font-size: 20px;
  color: #adb5bd;
  transition: 0.3s ease;
}
.input-floating div#iconPassword {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(50%, -50%);
  left: inherit;
  font-size: 20px;
  color: #212529;
  transition: 0.3s ease;
}
.input-floating div#iconPassword.ar {
  position: absolute;
  left: 0%;
  top: 50%;
  right: inherit !important;
}

.input-floating input:valid ~ span,
.input-floating select:valid ~ span,
.input-floating select:focus ~ span,
.input-floating textarea:valid ~ span,
.input-floating textarea:focus ~ span,
.input-floating input:focus ~ span {
  color: #212529;
  transform: translateX(10px) translateY(-7px);
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0 10px;
  background: #fff;
  letter-spacing: normal;
}

.input-floating select:valid ~ i,
.input-floating select:focus ~ i,
.input-floating input:valid ~ i,
.input-floating input:focus ~ i,
.input-floating textarea:valid ~ i,
.input-floating textarea:focus ~ i {
  color: #212529;
  font-size: 21px;
}

.input-floating select:valid,
.input-floating select:focus,
.input-floating textarea:valid,
.input-floating textarea:focus,
.input-floating input:valid,
.input-floating input:focus {
  border: 1px solid #212529;
  color: #212529;
  background-color: #fff;
}

section._splash-screen {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100vh;
  z-index: 100 !important;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
section._splash-screen .logo {
  transition: transform 0.5s ease-in-out;
  animation: growShrink 2s infinite;
  cursor: pointer;
  width: 290px;
}
@media only screen and (max-width: 997px) {
  section._splash-screen .logo {
    width: 230px;
  }
}
@media only screen and (max-width: 600px) {
  section._splash-screen .logo {
    width: 200px;
  }
}
section._splash-screen .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
section._splash-screen .ease {
  animation: zoom-in-zoom-out 1s ease;
}
section.is-active {
  display: none !important;
}

@keyframes growShrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/* Example CSS for the modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.modal.active {
  display: block !important;
}
.modal .modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .modal .modal-content {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.modal .modal-content .content {
  background-color: #fff;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  animation: zoomIn 0.3s ease-in-out;
}
@media only screen and (max-width: 997px) {
  .modal .modal-content .content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 997px) {
  .modal .modal-content .content {
    max-width: 768px !important;
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal-content .content {
    width: 100% !important;
    border-radius: 0%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px;
    animation: slideUp 0.3s ease-in-out;
  }
}
.modal .modal-content .content .section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
}
.modal .modal-content .content .section-header h2 {
  font-size: 20px;
  transition: 0.4s;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #9E1C20;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .modal .modal-content .content .section-header h2 {
    font-size: 18px;
    margin-top: 13px;
  }
}
.modal .modal-content .content .section-header button {
  position: absolute;
  top: 0%;
  right: 0%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 25px;
  color: #9E1C20;
  font-weight: 900;
  cursor: pointer;
  animation: 0.3s all;
}
.modal .modal-content .content .section-header button:hover {
  color: #212529;
}
@media only screen and (max-width: 768px) {
  .modal .modal-content .content .section-header button {
    font-size: 20px;
  }
}
.modal .modal-content .content .section-body {
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .modal .modal-content .content .section-body {
    padding: 0 0 10px 0;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#lang p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  color: #212529;
}
@media only screen and (max-width: 768px) {
  #lang p {
    margin-bottom: 0 !important;
  }
}
#lang .lang-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #lang .lang-list {
    justify-content: space-between;
  }
}
#lang .lang-list.ar .lang-item {
  flex-direction: row-reverse;
}
#lang .lang-list a {
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  #lang .lang-list a {
    margin: 0;
  }
}
#lang .lang-list .lang-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}
#lang .lang-list .lang-item img {
  width: 34px;
  height: 26px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  #lang .lang-list .lang-item img {
    width: 30px;
    height: 23px;
    margin: 0 7px;
  }
}

nav .navbar {
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 100 !important;
}
nav .navbar.nav-stick {
  position: fixed;
  top: 0;
  width: 100%;
  animation: onScroll 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  z-index: 100 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09) !important;
}
nav .navbar .navbar-content {
  margin: 0 auto;
  max-width: 1500px;
  overflow: hidden;
  overflow: initial !important;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 997px) {
  nav .navbar .navbar-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1500px) {
  nav .navbar .navbar-content {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 997px) {
  nav .navbar .navbar-content {
    padding: 12px;
  }
}
nav .navbar .navbar-content .logo {
  height: 70px;
  width: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  nav .navbar .navbar-content .logo {
    height: 65px;
  }
}
@media only screen and (max-width: 997px) {
  nav .navbar .navbar-content .logo {
    height: 50px;
  }
}
nav .navbar .navbar-content .logo img {
  height: 100%;
  width: auto;
}
nav .navbar .navbar-content .menu-items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  nav .navbar .navbar-content .menu-items {
    display: none !important;
  }
}
nav .navbar .navbar-content .menu-items li {
  position: relative;
  padding: 0;
  margin: 0;
}
nav .navbar .navbar-content .menu-items li a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  margin: 0 15px;
  letter-spacing: normal;
}
@media only screen and (max-width: 1400px) {
  nav .navbar .navbar-content .menu-items li a {
    font-size: 16px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 997px) {
  nav .navbar .navbar-content .menu-items li a {
    font-size: 13px;
    margin: 0 5px;
  }
}
nav .navbar .navbar-content .menu-items li a:hover {
  color: #9E1C20;
}
nav .navbar .navbar-content .menu-items li a:after {
  content: "";
  position: absolute;
  background-color: #9E1C20;
  height: 1.5px;
  width: 0;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}
nav .navbar .navbar-content .menu-items li a:hover::after {
  width: 100%;
}
nav .navbar .navbar-content .menu-items li a.active {
  color: #9E1C20;
}
nav .navbar .navbar-content .menu-items .drop-active {
  z-index: 1 !important;
}
nav .navbar .navbar-content .menu-items .drop-active:hover .dropdown {
  display: block !important;
}
nav .navbar .navbar-content .menu-items .drop-active .dropdown {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, 0) !important;
  display: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
nav .navbar .navbar-content .menu-items .drop-active .dropdown .content {
  padding: 31px 10px;
}
nav .navbar .navbar-content .menu-items .drop-active .dropdown .content ul {
  background-color: #fff;
  border-radius: 10px;
  width: 200px;
  height: auto;
  text-align: center;
  padding: 8px 0;
}
nav .navbar .navbar-content .menu-items .drop-active .dropdown .content ul li {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  padding: 10px;
  cursor: pointer;
}
nav .navbar .navbar-content .menu-items .drop-active .dropdown .content ul li:hover {
  color: #9E1C20;
}
nav .navbar .navbar-content .menu-items .drop-active .dropdown .content ul li:last-child {
  border: none !important;
}
nav .navbar .navbar-content .menu-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .navbar .navbar-content .menu-icons a {
  margin: 0 10px;
  font-size: 25px;
  font-weight: 900;
  color: #212529;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  nav .navbar .navbar-content .menu-icons a {
    font-size: 20px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 997px) {
  nav .navbar .navbar-content .menu-icons a {
    font-size: 15px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  nav .navbar .navbar-content .menu-icons a {
    font-size: 25px;
    margin: 0 8px;
  }
}
nav .navbar .navbar-content .menu-icons a:hover {
  color: #9E1C20;
}
nav .navbar .navbar-content .menu-icons a.btn-menu {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  nav .navbar .navbar-content .menu-icons a.btn-menu {
    display: block !important;
  }
}
nav .navbar .navbar-content .menu-icons a.active {
  color: #9E1C20;
}
nav .mobile-menu {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f2f2f2;
  z-index: 101 !important;
  animation: slideMenu 0.3s ease forwards;
  overflow: auto;
}
nav .mobile-menu.active {
  display: block !important;
}
nav .mobile-menu .section-header {
  display: flex;
  flex-direction: row-reverse;
  padding: 0px 15px;
}
nav .mobile-menu .section-header a {
  font-size: 25px;
  margin: 0 8px;
  font-weight: 900;
  color: #212529;
  cursor: pointer;
}
nav .mobile-menu .section-header a:hover {
  color: #9E1C20;
}
nav .mobile-menu .menu-mobile-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
nav .mobile-menu .menu-mobile-items li {
  margin: 10px 0;
  text-align: center;
}
nav .mobile-menu .menu-mobile-items li a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  color: #212529;
}
nav .mobile-menu .menu-mobile-items li a:hover {
  color: #9E1C20;
}
nav .mobile-menu .menu-mobile-items li a.active {
  color: #9E1C20;
}
nav .mobile-menu .mobile-logo {
  height: 80px;
  width: auto;
}
nav .mobile-menu .mobile-logo img {
  width: auto;
  height: 100%;
}
nav .mobile-menu .drop-active-mobile {
  text-align: center;
}
nav .mobile-menu .drop-active-mobile .dropdown-mobile {
  display: block;
}
nav .mobile-menu .drop-active-mobile .dropdown-mobile.is-active {
  display: block !important;
}
nav .mobile-menu .drop-active-mobile .dropdown-mobile ul {
  text-align: center;
}
nav .mobile-menu .drop-active-mobile .dropdown-mobile ul li {
  font-size: 14px;
  font-weight: 500;
  color: #6e6e6e;
  cursor: pointer;
}

@keyframes slideMenu {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes onScroll {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
footer {
  width: 100%;
  height: auto;
  margin-top: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 997px) {
  footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    margin-top: 0px;
  }
}
footer .footer-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media only screen and (max-width: 997px) {
  footer .footer-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
footer .footer-content .content {
  margin: 0 auto;
  max-width: 1300px;
  overflow: hidden;
  width: 100%;
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 997px) {
  footer .footer-content .content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer-content .content {
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-content .content {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 997px) {
  footer .footer-content .content .items {
    margin: 10px 0;
  }
}
footer .footer-content .content .logo {
  height: 60px;
  width: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  footer .footer-content .content .logo {
    height: 58px;
  }
}
@media only screen and (max-width: 997px) {
  footer .footer-content .content .logo {
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-content .content .logo img {
  height: 100%;
  width: auto;
}
footer .footer-content .content .menu-items {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
footer .footer-content .content .menu-items.ar-contact {
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 997px) {
  footer .footer-content .content .menu-items.ar-contact {
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 997px) {
  footer .footer-content .content .menu-items {
    align-items: center;
    justify-content: center;
  }
}
footer .footer-content .content .menu-items li {
  padding: 0;
  margin: 5px 0;
}
@media only screen and (max-width: 997px) {
  footer .footer-content .content .menu-items li {
    text-align: center;
  }
}
footer .footer-content .content .menu-items li.list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
footer .footer-content .content .menu-items li.list i {
  font-size: 20px;
  margin: 0 10px;
}
footer .footer-content .content .menu-items li.list i:hover {
  color: #9E1C20;
}
@media only screen and (max-width: 600px) {
  footer .footer-content .content .menu-items li.list i {
    font-size: 25px;
  }
}
footer .footer-content .content .menu-items li.ar a li {
  margin-right: 0;
  margin-left: 10px;
}
footer .footer-content .content .menu-items li a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  color: #212529;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  footer .footer-content .content .menu-items li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 997px) {
  footer .footer-content .content .menu-items li a {
    margin: 0 5px;
    font-size: 16px;
    font-weight: 500;
  }
}
footer .footer-content .content .menu-items li a:hover {
  color: #9E1C20;
}
footer .footer-content .content .menu-items li a:hover i {
  color: #212529;
}
footer .footer-content .content .menu-items li a i {
  font-size: 14px;
}
footer .footer-content .content h6 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  color: #9E1C20;
  text-transform: uppercase;
}
@media only screen and (max-width: 997px) {
  footer .footer-content .content h6 {
    text-align: center;
    font-size: 20px;
  }
}
footer .footer-content .content p {
  color: #212529;
  font-size: 13px;
  font-weight: 400;
}
@media only screen and (max-width: 997px) {
  footer .footer-content .content p {
    text-align: center;
  }
}
footer .footer-content .content .text {
  color: #212529;
  font-size: 12px;
  font-weight: 400;
  max-width: 500px;
  margin-top: 15px;
}
@media only screen and (max-width: 997px) {
  footer .footer-content .content .text {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-content .content .text {
    display: none !important;
  }
}
footer .footer-content .content-bottom {
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 13px;
  transition: 0.4s;
  font-weight: 400;
  color: #212529;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  footer .footer-content .content-bottom {
    font-size: 14px;
  }
}
footer .map-section {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 997px) {
  footer .map-section {
    max-width: 100%;
  }
}
@media only screen and (max-width: 997px) {
  footer .map-section {
    margin-bottom: 0;
  }
}
footer .map-section h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  color: #9E1C20;
  font-style: italic;
  text-transform: uppercase;
}
footer .map-section p {
  color: #6e6e6e;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
footer .map-section #map {
  border-radius: 15px;
  z-index: 0;
  height: 400px;
}
@media only screen and (max-width: 997px) {
  footer .map-section #map {
    height: 350px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  footer .map-section #map {
    border-radius: 0;
    height: 270px;
  }
}

#header {
  max-width: 100vw;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  overflow: hidden !important;
  position: relative;
}
#header .hedaer-content {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .hedaer-content .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 997px) {
  #header .hedaer-content .content {
    flex-direction: column-reverse;
  }
}
#header .hedaer-content .content .section {
  min-height: 100vh;
  height: 100%;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 997px) {
  #header .hedaer-content .content .section {
    max-width: 100%;
    min-height: auto !important;
  }
}
#header .hedaer-content .content .section.content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
#header .hedaer-content .content .section .logo-indh {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .hedaer-content .content .section .logo-indh img {
  width: 90%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #header .hedaer-content .content .section .logo-indh img {
    height: 100px;
    width: auto;
  }
}
#header .hedaer-content .content .section .img-bg {
  width: 100%;
  height: 100%;
}
#header .hedaer-content .content .section .img-bg video, #header .hedaer-content .content .section .img-bg img {
  min-height: 100vh;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 997px) {
  #header .hedaer-content .content .section .img-bg video, #header .hedaer-content .content .section .img-bg img {
    min-height: auto;
  }
}
#header .hedaer-content .content .section h1 {
  font-family: MRT_Nil1 !important;
  text-align: center;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: normal;
  font-style: italic;
  color: #9E1C20;
  margin: 20px 0;
}
@media only screen and (max-width: 1400px) {
  #header .hedaer-content .content .section h1 {
    font-size: 38px;
    letter-spacing: normal;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 997px) {
  #header .hedaer-content .content .section h1 {
    font-size: 30px;
    padding: 8px;
  }
}
#header .hedaer-content .content .section p {
  text-align: center;
  color: #6e6e6e;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 600;
  padding: 10px;
}
@media only screen and (max-width: 1400px) {
  #header .hedaer-content .content .section p {
    font-size: 16px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 768px) {
  #header .hedaer-content .content .section p {
    font-size: 14px;
    padding: 10px;
  }
}

.main .main-title {
  font-family: MRT_Nil1 !important;
  position: relative;
  width: 100%;
  height: auto;
  color: #9E1C20;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 997px) {
  .main .main-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main .main-title {
    font-size: 22px;
    margin: 20px 0;
  }
}
.main .main-title:after {
  content: "";
  display: block;
  height: 0.25rem;
  width: 120px;
  background-color: #9E1C20;
  transform: translateX(-50%);
  position: relative;
  top: 10px;
  left: 50%;
  z-index: 2;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .main .main-title:after {
    width: 100px;
  }
}
.main .main-title.ar:after {
  right: 50% !important;
  transform: translate(50%, 50%) !important;
}
.main .main-text {
  margin: 0 auto;
  max-width: 700px;
  overflow: hidden;
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 997px) {
  .main .main-text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .main .main-text {
    font-size: 16px;
    font-weight: 500;
  }
}

#alerts {
  position: fixed;
  top: 2%;
  right: 2%;
  z-index: 100 !important;
  background-color: transparent;
  max-width: 450px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #alerts {
    max-width: 350px;
  }
}
@media only screen and (max-width: 400px) {
  #alerts {
    max-width: 280px;
  }
}
#alerts .content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
#alerts .content.ar {
  align-items: flex-start !important;
}
#alerts .content .alert {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 8px;
  border-radius: 5px;
  border: none;
  margin: 5px 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  -webkit-animation-name: popupAlert;
  -webkit-animation-duration: 0.9s;
  animation-name: popupAlert;
  animation-duration: 0.9s;
  width: 94%;
}
@media only screen and (max-width: 400px) {
  #alerts .content .alert {
    padding: 10px;
  }
}
#alerts .content .alert.hide {
  display: none !important;
}
#alerts .content .alert .alert-information {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#alerts .content .alert .alert-information .icon {
  margin: 2px 18px 0 18px;
  font-size: 20px;
  font-weight: 900;
}
@media only screen and (max-width: 400px) {
  #alerts .content .alert .alert-information .icon {
    margin: 1px 10px 0 2px;
    font-size: 16px;
  }
}
#alerts .content .alert .alert-information .information .title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 2px;
}
@media only screen and (max-width: 400px) {
  #alerts .content .alert .alert-information .information .title {
    font-size: 12px;
  }
}
#alerts .content .alert .alert-information .information .message {
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: normal;
}
@media only screen and (max-width: 400px) {
  #alerts .content .alert .alert-information .information .message {
    font-size: 10px;
  }
}
#alerts .content .alert .alert-closer button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #212529;
  font-weight: 900;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (max-width: 400px) {
  #alerts .content .alert .alert-closer button {
    font-size: 14px;
  }
}
#alerts .content .alert.success {
  border-left: 4px solid #198754;
  background-color: #d4edda;
}
#alerts .content .alert.success .alert-information .icon {
  color: #198754 !important;
}
#alerts .content .alert.success .alert-information .information .title {
  color: #198754 !important;
}
#alerts .content .alert.danger {
  border-left: 4px solid #dc3545;
  background-color: #f8d7da;
}
#alerts .content .alert.danger .alert-information .icon {
  color: #dc3545 !important;
}
#alerts .content .alert.danger .alert-information .information .title {
  color: #dc3545 !important;
}
#alerts .content .alert.warning {
  border-left: 4px solid #ffc107;
  background-color: #fff3cd;
}
#alerts .content .alert.warning .alert-information .icon {
  color: #ffc107 !important;
}
#alerts .content .alert.warning .alert-information .information .title {
  color: #ffc107 !important;
}
@keyframes popupAlert {
  from {
    transform: translateX(calc(100% + 30px));
  }
  to {
    transform: translateX(0%);
  }
}
.agnecies-list {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.agnecies-list .agence-card {
  position: relative;
  max-width: 255px;
  width: 100%;
  height: 213px;
  padding: 10px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(38, 107, 52, 0.74) 0%, rgba(158, 28, 32, 0.74) 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .agnecies-list .agence-card {
    max-width: 90%;
  }
}
.agnecies-list .agence-card .icon-url-btn {
  position: absolute;
  left: 15px;
  top: 15px;
}
.agnecies-list .agence-card .icon-url-btn i {
  font-weight: 200;
  color: white;
  font-size: 18px;
}
.agnecies-list .agence-card .btn-status {
  position: absolute;
  right: 15px;
  top: 15px;
  background: linear-gradient(180deg, #00AE23 0%, #266B34 100%);
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  border-radius: 15px;
}
.agnecies-list .agence-card .btn-status img {
  max-width: 21px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.agnecies-list .agence-card .btn-status span {
  color: #fff;
  font-size: 18px;
  margin: 0 5px;
}
.agnecies-list .agence-card h1 {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Noto Nastaliq Urdu";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0%;
}
.agnecies-list .agence-card h1 span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}/*# sourceMappingURL=style.css.map */