/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

  html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
  }
  
  body {
    font-family: soleil,"Noto Naskh Arabic", "Helvetica Neue", Arial, sans-serif;
    color: #181828;
    line-height: 1.5;
    font-weight: 400;
  }
  
  .container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl { 
    padding-right: 1rem; padding-left: 1rem; }
  
  img { max-width: 100%; }
  
  /*------------------------------------------*/
  /*  PAGE CONTENT
  /*------------------------------------------*/
  
  #page { overflow: hidden; }
  .w-15 { width: 15% !important; }
  .w-70 { width: 70% !important; }
  
  /*------------------------------------------*/
  /*  SPACING & INDENTS
  /*------------------------------------------*/
  
  .wide-100 { padding-top: 100px; padding-bottom: 100px; }
  .wide-90 { padding-top: 90px; padding-bottom: 90px; }
  .wide-80 { padding-top: 80px; padding-bottom: 80px; }
  .wide-70 { padding-top: 70px; padding-bottom: 70px; }
  .wide-60 { padding-top: 60px; padding-bottom: 60px; }
  .wide-50 { padding-top: 50px; padding-bottom: 50px; }
  .wide-40 { padding-top: 40px; padding-bottom: 40px; }
  .wide-30 { padding-top: 30px; padding-bottom: 30px; }
  .wide-20 { padding-top: 20px; padding-bottom: 20px; }
  
  /*------------------------------------------*/
  /*  Margin Top
  /*------------------------------------------*/
  
  .mt-100 { margin-top: 100px; }
  .mt-95 { margin-top: 95px; }
  .mt-90 { margin-top: 90px; }
  .mt-85 { margin-top: 85px; }
  .mt-80 { margin-top: 80px; }
  .mt-75 { margin-top: 75px; }
  .mt-70 { margin-top: 70px; }
  .mt-65 { margin-top: 65px; }
  .mt-60 { margin-top: 60px; }
  .mt-55 { margin-top: 55px; }
  .mt-50 { margin-top: 50px; }
  .mt-45 { margin-top: 45px; }
  .mt-40 { margin-top: 40px; }
  .mt-35 { margin-top: 35px; }
  .mt-30 { margin-top: 30px; }
  .mt-25 { margin-top: 25px; }
  .mt-20 { margin-top: 20px; }
  .mt-15 { margin-top: 15px; }
  .mt-10 { margin-top: 10px; }
  .mt-5  { margin-top: 5px; }
  .mt-0  { margin-top: 0; }
  
  /*------------------------------------------*/
  /*  Margin Top Inverse
  /*------------------------------------------*/
  
  .mt-inverse-150 { margin-top: -150px; }
  .mt-inverse-140 { margin-top: -140px; }
  .mt-inverse-130 { margin-top: -130px; }
  .mt-inverse-120 { margin-top: -120px; }
  .mt-inverse-110 { margin-top: -110px; }
  .mt-inverse-100 { margin-top: -100px; }
  .mt-inverse-90 { margin-top: -90px; }
  .mt-inverse-80 { margin-top: -80px; }
  .mt-inverse-70 { margin-top: -70px; }
  .mt-inverse-60 { margin-top: -60px; }
  .mt-inverse-50 { margin-top: -50px; }
  .mt-inverse-40 { margin-top: -40px; }
  .mt-inverse-30 { margin-top: -30px; }
  .mt-inverse-20 { margin-top: -20px; }
  
  /*------------------------------------------*/
  /*  Margin Bottom
  /*------------------------------------------*/
  
  .mb-100 { margin-bottom: 100px; }
  .mb-95 { margin-bottom: 95px; }
  .mb-90 { margin-bottom: 90px; }
  .mb-85 { margin-bottom: 85px; }
  .mb-80 { margin-bottom: 80px; }
  .mb-75 { margin-bottom: 75px; }
  .mb-70 { margin-bottom: 70px; }
  .mb-65 { margin-bottom: 65px; }
  .mb-60 { margin-bottom: 60px; }
  .mb-55 { margin-bottom: 55px; }
  .mb-50 { margin-bottom: 50px; }
  .mb-45 { margin-bottom: 45px; }
  .mb-40 { margin-bottom: 40px !important; }
  .mb-35 { margin-bottom: 35px; }
  .mb-30 { margin-bottom: 30px; }
  .mb-25 { margin-bottom: 25px; }
  .mb-20 { margin-bottom: 20px; }
  .mb-15 { margin-bottom: 15px; }
  .mb-10 { margin-bottom: 10px; }
  .mb-5 { margin-bottom: 5px; }
  .mb-0 { margin-bottom: 0; }
  
  /*------------------------------------------*/
  /*  Margin Left
  /*------------------------------------------*/
  
  .ms-100 { margin-left: 100px; }
  .ms-95 { margin-left: 95px; }
  .ms-90 { margin-left: 90px; }
  .ms-85 { margin-left: 85px; }
  .ms-80 { margin-left: 80px; }
  .ms-75 { margin-left: 75px; }
  .ms-70 { margin-left: 70px; }
  .ms-60 { margin-left: 60px; }
  .ms-55 { margin-left: 55px; }
  .ms-50 { margin-left: 50px; }
  .ms-45 { margin-left: 45px; }
  .ms-40 { margin-left: 40px; }
  .ms-35 { margin-left: 35px; }
  .ms-30 { margin-left: 30px; }
  .ms-25 { margin-left: 25px; }
  .ms-20 { margin-left: 20px; }
  .ms-15 { margin-left: 15px; }
  .ms-10 { margin-left: 10px; }
  .ms-5 { margin-left: 5px; }
  
  /*------------------------------------------*/
  /*  Margin Right
  /*------------------------------------------*/
  
  .me-100 { margin-right: 100px; }
  .me-95 { margin-right: 95px; }
  .me-90 { margin-right: 90px; }
  .me-85 { margin-right: 85px; }
  .me-80 { margin-right: 80px; }
  .me-75 { margin-right: 75px; }
  .me-70 { margin-right: 70px; }
  .me-65 { margin-right: 65px; }
  .me-60 { margin-right: 60px; }
  .me-55 { margin-right: 55px; }
  .me-50 { margin-right: 50px; }
  .me-45 { margin-right: 45px; }
  .me-40 { margin-right: 40px; }
  .me-35 { margin-right: 35px; }
  .me-30 { margin-right: 30px; }
  .me-25 { margin-right: 25px; }
  .me-20 { margin-right: 20px; }
  .me-15 { margin-right: 15px; }
  .me-10 { margin-right: 10px; }
  .me-5 { margin-right: 5px; }
  
  /*------------------------------------------*/
  /*  Padding Top
  /*------------------------------------------*/
  
  .pt-100 { padding-top: 100px; }
  .pt-95 { padding-top: 95px; }
  .pt-90 { padding-top: 90px; }
  .pt-85 { padding-top: 85px; }
  .pt-80 { padding-top: 80px; }
  .pt-75 { padding-top: 75px; }
  .pt-70 { padding-top: 70px; }
  .pt-65 { padding-top: 65px; }
  .pt-60 { padding-top: 60px; }
  .pt-55 { padding-top: 55px; }
  .pt-50 { padding-top: 50px; }
  .pt-45 { padding-top: 45px; }
  .pt-40 { padding-top: 40px; }
  .pt-35 { padding-top: 35px; }
  .pt-30 { padding-top: 30px; }
  .pt-25 { padding-top: 25px; }
  .pt-20 { padding-top: 20px; }
  .pt-15 { padding-top: 15px; }
  .pt-10 { padding-top: 10px; }
  .pt-5 { padding-top: 5px; }
  
  /*------------------------------------------*/
  /*  Padding Bottom
  /*------------------------------------------*/
  
  .pb-200 { padding-bottom: 200px; }
  .pb-190 { padding-bottom: 190px; }
  .pb-180 { padding-bottom: 180px; }
  .pb-170 { padding-bottom: 170px; }
  .pb-160 { padding-bottom: 160px; }
  .pb-150 { padding-bottom: 150px; }
  .pb-100 { padding-bottom: 100px; }
  .pb-95 { padding-bottom: 95px; }
  .pb-90 { padding-bottom: 90px; }
  .pb-85 { padding-bottom: 85px; }
  .pb-80 { padding-bottom: 80px; }
  .pb-75 { padding-bottom: 75px; }
  .pb-70 { padding-bottom: 70px; }
  .pb-65 { padding-bottom: 65px; }
  .pb-60 { padding-bottom: 60px; }
  .pb-55 { padding-bottom: 55px; }
  .pb-50 { padding-bottom: 50px; }
  .pb-45 { padding-bottom: 45px; }
  .pb-40 { padding-bottom: 40px; }
  .pb-35 { padding-bottom: 35px; }
  .pb-30 { padding-bottom: 30px; }
  .pb-25 { padding-bottom: 25px; }
  .pb-20 { padding-bottom: 20px; }
  .pb-15 { padding-bottom: 15px; }
  .pb-10 { padding-bottom: 10px; }
  .pb-5 { padding-bottom: 5px; }
  
  /*------------------------------------------*/
  /*  Padding Left
  /*------------------------------------------*/
  
  .pl-100 { padding-left: 100px; }
  .pl-95 { padding-left: 95px; }
  .pl-90 { padding-left: 90px; }
  .pl-85 { padding-left: 85px; }
  .pl-80 { padding-left: 80px; }
  .pl-75 { padding-left: 75px; }
  .pl-70 { padding-left: 70px; }
  .pl-65 { padding-left: 65px; }
  .pl-60 { padding-left: 60px; }
  .pl-55 { padding-left: 55px; }
  .pl-50 { padding-left: 50px; }
  .pl-45 { padding-left: 45px; }
  .pl-40 { padding-left: 40px; }
  .pl-35 { padding-left: 35px; }
  .pl-30 { padding-left: 30px; }
  .pl-25 { padding-left: 25px; }
  .pl-20 { padding-left: 20px; }
  .pl-15 { padding-left: 15px; }
  .pl-10 { padding-left: 10px; }
  .pl-5 { padding-left: 5px; }
  
  /*------------------------------------------*/
  /*  Padding Right
  /*------------------------------------------*/
  
  .pr-100 { padding-right: 100px; }
  .pr-95 { padding-right: 95px; }
  .pr-90 { padding-right: 90px; }
  .pr-85 { padding-right: 85px; }
  .pr-80 { padding-right: 80px; }
  .pr-75 { padding-right: 75px; }
  .pr-70 { padding-right: 70px; }
  .pr-65 { padding-right: 65px; }
  .pr-60 { padding-right: 60px; }
  .pr-55 { padding-right: 55px; }
  .pr-50 { padding-right: 50px; }
  .pr-45 { padding-right: 45px; }
  .pr-40 { padding-right: 40px; }
  .pr-35 { padding-right: 35px; }
  .pr-30 { padding-right: 30px; }
  .pr-25 { padding-right: 25px; }
  .pr-20 { padding-right: 20px; }
  .pr-15 { padding-right: 15px; }
  .pr-10 { padding-right: 10px; }
  .pr-5 { padding-right: 5px; }
  
  /*------------------------------------------*/
  /*  Padding Centered
  /*------------------------------------------*/
  
  .pc-70 { padding-right: 70px; padding-left: 70px; }
  .pc-65 { padding-right: 65px; padding-left: 65px; }
  .pc-60 { padding-right: 60px; padding-left: 60px; }
  .pc-55 { padding-right: 55px; padding-left: 55px; }
  .pc-50 { padding-right: 50px; padding-left: 50px; }
  .pc-45 { padding-right: 45px; padding-left: 45px; }
  .pc-40 { padding-right: 40px; padding-left: 40px; }
  .pc-35 { padding-right: 35px; padding-left: 35px; }
  .pc-30 { padding-right: 30px; padding-left: 30px; }
  .pc-25 { padding-right: 25px; padding-left: 25px; }
  .pc-20 { padding-right: 20px; padding-left: 20px; }
  .pc-15 { padding-right: 15px; padding-left: 15px; }
  .pc-10 { padding-right: 10px; padding-left: 10px; }
  
  /*------------------------------------------*/
  /*  BACKGROUND SETTINGS
  /*------------------------------------------*/
  
  .rel {
    position: relative !important;
    z-index: 3; }
  .bg-fixed,
  .bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  
  .bg-fixed { background-attachment: fixed !important; }
  .bg-scroll { background-attachment: fixed !important; }
  
  /*------------------------------------------*/
  /*  Background Colors
  /*------------------------------------------*/
  
  .bg-dark { background-color: #23233a !important; }
  .bg-deepdark { background-color: #181828; }
  .bg-white { background-color: #ffffff !important; }
  .bg-lightgrey { background-color: #f6f7f8; }
  .bg-grey { background-color: #8898AA; }
  .bg-smoke { background-color: #8898aa; }
  .bg-blue, .bg-primary { background-color: #6772e5 !important; }
  .bg-unblue { background-color: #6772e5; }
  .bg-green { background-color: #06b27d; }
  .bg-orange { background-color: #ffa27b; }
  .bg-plum { background-color: #32325d; }
  .bg-red { background-color: #9e2146; }
  .bg-violet { background-color: #9251ac; }
  .bg-yellow { background-color: #f5be58; }
  .bg-cloud { background-color: #f0f2f9;
  }
  
  /*------------------------------------------*/
  /*  Transparent Background Colors
  /*------------------------------------------*/
  
  .bg-tra { background-color: transparent; border: 1px solid #aaa; }
  .bg-tra-dark { background-color: rgba(10, 10, 10, 0.15); }
  .bg-tra-white { background-color: rgba(255, 255, 255, 0.15); }
  .bg-tra-grey { background-color: rgba(17, 36, 70, 0.04); }
  .bg-tra-blue { background-color: rgba(37, 138, 255, 0.08); }
  .bg-tra-unblue { background: rgba(13, 135, 231, 0.08); }
  .bg-tra-green { background-color: rgba(15, 188, 73, 0.08); }
  .bg-tra-orange { background: rgba(255, 107, 15, 0.08); }
  .bg-tra-purple { background-color: rgba(106, 38, 218, 0.08); }
  .bg-tra-teal { background: rgba(0, 128, 128, 0.08); }
  .bg-tra-red { background-color: rgba(240, 64, 55, 0.08); }
  .bg-tra-paleviolet { background: rgba(199, 62, 155, 0.08); }
  .bg-tra-plum { background-color: rgba(50, 50, 93, 0.8); }
  .bg-tra-violet { background: rgba(148, 0, 211, 0.08); }
  .bg-tra-yellow { background: rgba(255, 179, 12, 0.08);
  }
  
  /*------------------------------------------*/
  /*  Gradient Background Colors
  /*------------------------------------------*/
  
  .bg-dark-gradient { background-image: linear-gradient(180deg, #181828, #282b38); }
  .bg-whitesmoke-gradient { background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%); }
  .bg-lavender-gradient { background-image: linear-gradient(180deg, rgba(236, 241, 244, 0.5) 50%, rgba(236, 241, 244, 0.05) 100%); }
  .bg-plum-gradient { background-image: linear-gradient(180deg, rgba(232, 218, 245, 0.5) 50%, rgba(236, 241, 244, 0.05) 100%); }
  .bg-unblue-gradient { background: linear-gradient(140deg, #6772e5, #004899); }
  .bg-purple-gradient { background-image: linear-gradient(50deg, rgba(84, 84, 212, 1) 40%, rgba(98, 98, 222, 1) 100%); }
  
  /*------------------------------------------*/
  /*  Text Colors
  /*------------------------------------------*/
  
  .text-dark { color: #23233a !important; }
  .text-deepdark { color: #181828; }
  .text-white { color: #ffffff !important; }
  .text-lightgrey { color: #f6f7f8; }
  .text-grey { color: #8898AA; }
  .text-smoke, .text-muted { color: #8898aa; }
  .text-blue, .text-primary { color: #6772e5; }
  .text-unblue { color: #6772e5; }
  .text-green { color: #06b27d; }
  .text-orange { color: #ffa27b; }
  .text-plum { color: #32325d; }
  .text-red { color: #9e2146; }
  .text-violet { color: #9251ac; }
  .text-yellow { color: #f5be58; }
  .text-cloud { color: #f0f2f9; }
  
  
  /* ==========================================================================
        02. TYPOGRAPHY
  =========================================================================== */
  
  /*------------------------------------------*/
  /*  HEADERS
  /*------------------------------------------*/
  
  h1,h2,h3,h4,h5,h6 { color: #181828;
    font-family: soleil,"Noto Kufi Arabic", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600 !important;
    letter-spacing: -0.5px;
  }
  
  h4,h5,h6 {
    line-height: 1.3;
  }
  
  /* Header H6 */
  h6.h6-xs,.h6-xs { font-size: 1rem; } /* 16px */
  h6.h6-sm,.h6-sm { font-size: 1.0625rem; } /* 17px */
  h6.h6-md,.h6-md { font-size: 1.125rem; } /* 18px */
  h6.h6-lg,.h6-lg { font-size: 1.1875rem; } /* 19px */
  h6.h6-xl,.h6-xl { font-size: 1.25rem; } /* 20px */
  
  /* Header H5 */
  h5.h5-xs,.h5-xs { font-size: 1.3125rem; } /* 21px */
  h5.h5-sm,.h5-sm { font-size: 1.375rem; } /* 22px */
  h5.h5-md,.h5-md { font-size: 1.5rem; } /* 24px */
  h5.h5-lg,.h5-lg { font-size: 1.625rem; } /* 26px */
  h5.h5-xl,.h5-xl { font-size: 1.75rem; } /* 28px */
  
  /* Header H4 */
  h4.h4-xs,.h4-xs { font-size: 1.875rem; } /* 30px */
  h4.h4-sm,.h4-sm { font-size: 2rem; } /* 32px */
  h4.h4-md,.h4-md { font-size: 2.125rem; } /* 34px */
  h4.h4-lg,.h4-lg { font-size: 2.25rem; } /* 36px */
  h4.h4-xl,.h4-xl { font-size: 2.375rem; } /* 38px */
  
  h3.h3-xs,.h3-xs { font-size: 2.5rem; } /* 40px */
  h3.h3-sm,.h3-sm { font-size: 2.625rem; } /* 42px */
  h3.h3-md,.h3-md { font-size: 2.75rem; } /* 44px */
  h3.h3-lg,.h3-lg { font-size: 2.875rem; } /* 46px */
  h3.h3-xl,.h3-xl { font-size: 3rem; } /* 48px */
  
  /* Header H2 */
  h2.h2-xs,.h2-xs { font-size: 3.125rem; } /* 50px */
  h2.h2-sm,.h2-sm { font-size: 3.25rem; } /* 52px */
  h2.h2-md,.h2-md { font-size: 3.375rem; } /* 54px */
  h2.h2-lg,.h2-lg { font-size: 3.5rem; } /* 56px */
  h2.h2-xl,.h2-xl { font-size: 3.75rem; } /* 60px */
  
  h2.h2-title-xs { font-size: 4.0625rem; letter-spacing: -1.5px; } /* 65px */
  h2.h2-title-sm { font-size: 4.375rem; letter-spacing: -1.5px; } /* 70px */
  h2.h2-title-md { font-size: 4.6875rem; letter-spacing: -1.5px; } /* 75px */
  h2.h2-title-lg { font-size: 5rem; letter-spacing: -1.5px; } /* 80px */
  h2.h2-title-xl { font-size: 5.3125rem; letter-spacing: -1.5px; } /* 85px */
  
  /*------------------------------------------*/
  /*  PARAGRAPHS
  /*------------------------------------------*/
  
  ul.p-lg,p.p-lg { font-size: 1.1875rem; } /* 19px */
  ul.p-xl,p.p-xl { font-size: 1.5rem; }
  
  p.p-title-lg { font-size: 1.5rem; } /* 24px */
  
  .small,small { font-size: 0.875rem; letter-spacing: 0px;
  }
  
  .col-display {
    column-count: 2;
    column-gap: 4rem;
  }
  .col-display-3 {
    column-count: 3;
    column-gap: 4rem;
  }
  @media (max-width: 767.95px){
    .col-display, .col-display-3 {
      column-count: 1;
    }
  }
  
  .ln-1 {
    line-height: 1rem;
  }
  
  
  /*------------------------------------------*/
  /*  LINK SETTINGS
  /*------------------------------------------*/
  
  a { color: #181828;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  a:hover { color: #6772e5;
    text-decoration: none;
  }
  
  .cadetblue-color a:hover { color: #f2f3f4;
  }
  
  a:focus {
    outline: none;
    text-decoration: none;
  }
  
  /*------------------------------------------*/
  /*  LISTS
  /*------------------------------------------*/
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  /*------------------------------------------*/
  /*  TEXT LIST
  /*------------------------------------------*/
  
  .txt-list li i {
    position: relative;
    font-size: 1.05rem;
    line-height: 1.5rem;
    float: left;
    margin-right: 10px;
    top: 2px;
  }
  
  .txt-list li p {
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .txt-block ul,
  ul.simple-list {
    list-style: disc;
    margin-left: 15px;
  }

  /* === Arabic === */
  [dir="rtl"] .txt-block ul, [dir="rtl"] ul.simple-list {
    margin-right: 15px!important;
    margin-left: unset!important;
}


  
  .rtl-direction .txt-block ul,
  .rtl-direction ul.simple-list {
    margin-left: 38px;
  }
  
  /*------------------------------------------*/
  /*  NUMBER LIST
  /*------------------------------------------*/
  
  ol.num-list {
    margin-left: -20px;
  }
  
  ol.num-list li p { padding-left: 5px;
    margin-bottom: 5px;
  }
  
  ol.digit-list {
    padding: 0;
    margin-left: 15px;
  }
  
  ol.digit-list p {
    margin-bottom: 8px;
  }
  
  /*------------------------------------------*/
  /*  BOX LIST
  /*------------------------------------------*/
  
  .box-list p {
    position: relative;
    font-weight: 400;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ddd; }
  .bg-dark .box-list p {
    border-bottom: 1px dashed #777;
  }
  
  .box-list p:last-child {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .box-list p span {
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 15px; }
  
  .bg-dark .box-list p span { color: #fff; }
  
  /*------------------------------------------*/
  /*  BUTTON SETTINGS
  /*------------------------------------------*/
  
  .btn, .btn:focus { 
    background-color: #6772e5;
    color: inherit;
    font-size: 1rem;
    /*line-height: 1;*/
    font-weight: 400;
    padding: 16px 32px;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .btn:hover { 
    background-color: #8898aa;
    border-color: #8898aa;
    color: #fff;
  }
  
  /*------------------------------------------*/
  /*  Button Size
  /*------------------------------------------*/
  
  .btn.btn-xs { font-size: 0.825rem; padding: 5px 20px; line-height: 15px; border: 0; }
  .btn.btn-sm { font-size: 0.8rem; padding: 10px 16px; }
  .btn.btn-md { font-size: 1rem; padding: 18px 25px; }
  .btn.btn-lg { font-size: 1.15rem; padding: 20px 30px; }
  .btn.btn-md.btn-transparent { padding: 18px 6px; }
  .btn.btn-lg.btn-transparent { padding: 20px 6px; }
  
  /*------------------------------------------*/
  /*  Button Icon
  /*------------------------------------------*/
  
  .btn.ico-left span {
    position: relative;
    top: 1px;
    right: 3px;
  }
  
  .btn.ico-right span {
    position: relative;
    top: 1px;
    left: 3px;
  }
  
  .btn.ico-20.ico-left span {
    top: 4px;
    right: 6px;
  }
  
  /*------------------------------------------*/
  /*  Button Color
  /*------------------------------------------*/
  
  .btn-transparent {
    padding: 16px 6px;
    background-color: transparent;
    border-color: transparent;
  }
  
  .white-color .btn-transparent:hover { color: #fff; }
  
  /* .dark-color.btn.btn-transparent:focus { color: #181828 !important; } */
  
  .btn-white, .white-color .btn-white { color: #181828;
    background-color: #fff !important;
    border-color: #fff !important;
  }
  
  .btn-tra-white { color: #fff;
    background-color: transparent !important;
    border-color: #fff !important;
  }
  
  .scroll .btn-tra-white { color: #181828 !important;
    background-color: transparent !important;
    border-color: #181828 !important;
  }
  
  .btn-grey, .white-color .btn-grey { color: #fff;
    background-color: #8898AA !important;
    border-color: #8898AA !important;
  }
  
  .btn-tra-grey, .white-color .btn-tra-grey { color: #181828;
    background-color: transparent !important;
    border-color: #8898AA !important;
  }
  
  .btn-black, .white-color .btn-black { color: #fff;
    background-color: #181828 !important;
    border-color: #181828;
  }

  .btn-tra-black, .white-color .btn-tra-black { color: #181828;
    background-color: transparent !important;
    border-color: #181828;
  }

  .btn-dark, .dark-hover:hover{
    background-color: #32325d !important;
    color: #fff !important;
    border-color: #32325d !important;
  }

  .btn-tra-dark, .tra-dark-hover:hover{
    background-color: transparent !important;
    color: #32325d !important;
    border-color: #32325d !important;
  }
  
  .btn-green,
  .scroll .btn-green, .white-color .btn-green, .green-hover:hover,
  .scroll .green-hover:hover, .white-color .green-hover:hover { color: #fff !important;
    background-color: #06b27d !important;
    border-color: #06b27d !important;
  }
  
  .btn-tra-green,
  .scroll .btn-tra-green, .white-color .btn-tra-green,
  .tra-green-hover:hover,
  .scroll .tra-green-hover:hover, .white-color .tra-green-hover:hover { color: #06b27d !important;
    background-color: transparent !important;
    border-color: #06b27d !important;
  }
  
  .btn-blue,
  .scroll .btn-blue, .white-color .btn-blue, .blue-hover:hover,
  .scroll .blue-hover:hover, .white-color .blue-hover:hover { color: #fff !important;
    background-color: #6a26da !important;
    border-color: #6a26da !important;
  }
  
  .btn-tra-blue,
  .scroll .btn-tra-blue, .white-color .btn-tra-blue,
  .tra-blue-hover:hover,
  .scroll .tra-blue-hover:hover, .white-color .tra-blue-hover:hover { color: #6a26da !important;
    background-color: transparent !important;
    border-color: #6a26da !important;
  }
  
  .btn-red,
  .scroll .btn-red, .white-color .btn-red, .red-hover:hover,
  .scroll .red-hover:hover, .white-color .red-hover:hover { color: #fff !important;
    background-color: #9e2146 !important;
    border-color: #9e2146 !important;
  }
  
  .btn-tra-red,
  .scroll .btn-tra-red, .white-color .btn-tra-red,
  .tra-red-hover:hover,
  .scroll .tra-red-hover:hover, .white-color .tra-red-hover:hover { color: #9e2146 !important;
    background-color: transparent !important;
    border-color: #9e2146 !important;
  }
  
  .btn-unblue, .btn-primary,
  .scroll .btn-unblue, .white-color .btn-unblue, .unblue-hover:hover,
  .scroll .unblue-hover:hover, .white-color .unblue-hover:hover { color: #fff !important;
    background-color: #6772e5 !important;
    border-color: #6772e5 !important;
  }
  
  .btn-tra-unblue,
  .scroll .btn-tra-unblue, .white-color .btn-tra-unblue,
  .tra-unblue-hover:hover,
  .scroll .tra-unblue-hover:hover, .white-color .tra-unblue-hover:hover { color: #6772e5 !important;
    background-color: transparent !important;
    border-color: #6772e5 !important;
  }
  
  .btn-violet,
  .scroll .btn-violet, .white-color .btn-violet, .violet-hover:hover,
  .scroll .violet-hover:hover, .white-color .violet-hover:hover { color: #fff !important;
    background-color: #9251ac !important;
    border-color: #9251ac !important;
  }
  
  .btn-tra-violet,
  .scroll .btn-tra-violet, .white-color .btn-tra-violet,
  .tra-violet-hover:hover,
  .scroll .tra-violet-hover:hover, .white-color .tra-violet-hover:hover { color: #9251ac !important;
    background-color: transparent !important;
    border-color: #9251ac !important;
  }
  
  .btn-yellow,
  .scroll .btn-yellow, .white-color .btn-yellow, .yellow-hover:hover,
  .scroll .yellow-hover:hover, .white-color .yellow-hover:hover { color: #fff !important;
    background-color: #f5be58 !important;
    border-color: #f5be58 !important;
  }
  
  .btn-tra-yellow,
  .scroll .btn-tra-yellow, .white-color .btn-tra-yellow,
  .tra-yellow-hover:hover,
  .scroll .tra-yellow-hover:hover, .white-color .tra-yellow-hover:hover { color: #f5be58 !important;
    background-color: transparent !important;
    border-color: #f5be58 !important;
  }
  
  /*------------------------------------------*/
  /*  Button Hover
  /*------------------------------------------*/
  
  .white-hover:hover,
  .scroll .white-hover:hover { color: #181828 !important;
    background-color: #fff !important;
    border-color: #fff !important;
  }
  
  .tra-white-hover:hover, .white-color .tra-white-hover:hover { color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
  }
  
  .scroll .tra-white-hover:hover { color: #181828 !important;
    background-color: transparent !important;
    border-color: #181828 !important;
  }
  
  .dark-menu .scroll .tra-white-hover:hover { color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
  }
  
  .black-hover:hover,
  .scroll .black-hover:hover, .white-color .black-hover:hover { color: #fff !important;
    background-color: #181828 !important;
    border-color: #181828 !important;
  }
  
  .tra-black-hover:hover,
  .scroll .tra-black-hover:hover .white-color .tra-black-hover:hover { color: #181828 !important;
    background-color: transparent !important;
    border-color: #181828 !important;
  }
  
  .grey-hover:hover,
  .scroll .grey-hover:hover { color: #181828 !important;
    background-color: rgba(17, 36, 70, 0.04) !important;
    border-color: rgba(17, 36, 70, 0.02) !important;
  }
  
  .tra-grey-hover:hover,
  .scroll .tra-grey-hover:hover { color: #181828 !important;
    background-color: transparent !important;
    border-color: #8898AA !important;
  }
  
  /*------------------------------------------*/
  /*  Button Focus
  /*------------------------------------------*/
  
  /* .btn:focus { color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn.btn-black:focus { color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn-grey:focus { color: #8898aa;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn-tra-black:focus,
  .btn.btn-tra-grey:focus { color: #8898aa;
    -webkit-box-shadow: none;
    box-shadow: none;
  } */
  
  /*------------------------------------------*/
  /*  WATCH VIDEO LINK
  /*------------------------------------------*/
  
  .watch-video {
    display: inline-block;
    position: relative;
  }
  
  .watch-video-link {
    display: inline-block;
    position: relative;
    text-align: center;
    float: left;
    width: 56px; height: 56px;
    color: #fff;
    border: 2px solid transparent;
    margin-right: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  
  .watch-video-link:before {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .watch-video-link:hover:before {
    opacity: 0.75;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
  }
  
  .watch-video-link.bg-tra-white { background-color: rgba(255, 255, 255, 0.15);
    border: 2px solid transparent;
  }
  
  .watch-video-link.ico-35 [class^="flaticon-"]:before,
  .watch-video-link.ico-35 [class^="flaticon-"]:after {
    line-height: 54px !important;
    margin-left: 5px;
  }
  
  .watch-video-txt {
    display: inline-block;
  }
  
  p.video-txt-lg {
    line-height: 1;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  p.video-txt-sm {
    line-height: 1;
    padding-left: 2px;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  VIDEO LINK
  /*------------------------------------------*/
  
  .btn-md.btn-video-link { color: #8898aa;
    font-size: 18px;
    padding: 10px 8px;
  }
  
  .btn-md.btn-video-link span {
    position: relative;
    top: 5px;
    right: 6px;
  }
  
  .btn-md.btn-video-link {
    line-height: 30px !important;
  }
  
  /*------------------------------------------*/
  /*  VIDEO POPUP ICON
  /*------------------------------------------*/
  
  .video-preview {
    position: relative;
    text-align: center;
  }
  
  .video-btn {
    position: absolute !important;
    top: 50%;
    left: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  
  .video-btn-xl {
    width: 120px; height: 120px;
    margin-top: -60px;
    margin-left: -60px;
  }
  
  .video-btn-lg {
    width: 100px; height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }
  
  .video-btn-md {
    width: 80px; height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
  
  .video-btn-sm {
    width: 60px; height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  
  .video-block-wrapper {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .video-btn.video-btn-xl [class^="flaticon-"]:before,
  .video-btn.video-btn-xl [class^="flaticon-"]:after {
    line-height: 120px !important;
    margin-left: 10px;
  }
  
  .video-btn.video-btn-lg [class^="flaticon-"]:before,
  .video-btn.video-btn-lg [class^="flaticon-"]:after {
    line-height: 100px !important;
    margin-left: 8px;
  }
  
  .video-btn.video-btn-md [class^="flaticon-"]:before,
  .video-btn.video-btn-md [class^="flaticon-"]:after {
    line-height: 80px !important;
    margin-left: 7px;
  }
  
  .video-btn.video-btn-sm [class^="flaticon-"]:before,
  .video-btn.video-btn-sm [class^="flaticon-"]:after {
    line-height: 60px !important;
    margin-left: 6px;
  }
  
  .video-btn:hover .video-block-wrapper {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  
  .video-btn:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .video-btn.video-btn-xl:hover:before {
    opacity: 0.75;
    left: -32px;
    right: -32px;
    top: -32px;
    bottom: -32px;
  }
  
  .video-btn.video-btn-lg:hover:before {
    opacity: 0.75;
    left: -25px;
    right: -25px;
    top: -25px;
    bottom: -25px;
  }
  
  .video-btn.video-btn-md:hover:before {
    opacity: 0.75;
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
  }
  
  .video-btn.video-btn-sm:hover:before {
    opacity: 0.75;
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
  }
  
  /*------------------------------------------*/
  /*  VECTOR ICONS
  /*------------------------------------------*/
  
  .ico-10 [class*="flaticon-"]:before,
  .ico-10 [class*="flaticon-"]:after { font-size: 0.75rem; } /* 15px */
  .ico-15 [class*="flaticon-"]:before,
  .ico-15 [class*="flaticon-"]:after { font-size: 0.9375rem; } /* 15px */
  .ico-20 [class*="flaticon-"]:before,
  .ico-20 [class*="flaticon-"]:after { font-size: 1.1rem; } /* 20px */
  .ico-25 [class*="flaticon-"]:before,
  .ico-25 [class*="flaticon-"]:after { font-size: 1.5625rem; } /* 25px */
  .ico-30 [class*="flaticon-"]:before,
  .ico-30 [class*="flaticon-"]:after { font-size: 1.875rem; } /* 30px */
  .ico-35 [class*="flaticon-"]:before,
  .ico-35 [class*="flaticon-"]:after { font-size: 2.1875rem; } /* 35px */
  .ico-40 [class*="flaticon-"]:before,
  .ico-40 [class*="flaticon-"]:after { font-size: 2.5rem; } /* 40px */
  .ico-45 [class*="flaticon-"]:before,
  .ico-45 [class*="flaticon-"]:after { font-size: 2.8125rem; } /* 45px */
  .ico-50 [class*="flaticon-"]:before,
  .ico-50 [class*="flaticon-"]:after { font-size: 3.125rem; } /* 50px */
  .ico-55 [class*="flaticon-"]:before,
  .ico-55 [class*="flaticon-"]:after { font-size: 3.4375rem; } /* 55px */
  .ico-60 [class*="flaticon-"]:before,
  .ico-60 [class*="flaticon-"]:after { font-size: 3.75rem; } /* 60px */
  .ico-65 [class*="flaticon-"]:before,
  .ico-65 [class*="flaticon-"]:after { font-size: 4.0625rem; } /* 65px */
  .ico-70 [class*="flaticon-"]:before,
  .ico-70 [class*="flaticon-"]:after { font-size: 4.375rem; } /* 70px */
  .ico-75 [class*="flaticon-"]:before,
  .ico-75 [class*="flaticon-"]:after { font-size: 4.6875rem; } /* 75px */
  .ico-80 [class*="flaticon-"]:before,
  .ico-80 [class*="flaticon-"]:after { font-size: 5rem; } /* 80px */
  .ico-85 [class*="flaticon-"]:before,
  .ico-85 [class*="flaticon-"]:after { font-size: 5.3125rem; } /* 85px */
  .ico-90 [class*="flaticon-"]:before,
  .ico-90 [class*="flaticon-"]:after { font-size: 5.625rem; } /* 90px */
  .ico-95 [class*="flaticon-"]:before,
  .ico-95 [class*="flaticon-"]:after { font-size: 5.9375rem; } /* 95px */
  .ico-100 [class*="flaticon-"]:before,
  .ico-100 [class*="flaticon-"]:after { font-size: 6.25rem; } /* 100px */
  .ico-105 [class*="flaticon-"]:before,
  .ico-105 [class*="flaticon-"]:after { font-size: 6.5625rem; } /* 105px */
  .ico-110 [class*="flaticon-"]:before,
  .ico-110 [class*="flaticon-"]:after { font-size: 6.875rem; } /* 110px */
  .ico-115 [class*="flaticon-"]:before,
  .ico-115 [class*="flaticon-"]:after { font-size: 7.1875rem; } /* 115px */
  .ico-120 [class*="flaticon-"]:before,
  .ico-120 [class*="flaticon-"]:after { font-size: 7.5rem; } /* 120px */
  .ico-125 [class*="flaticon-"]:before,
  .ico-125 [class*="flaticon-"]:after { font-size: 7.8125rem; } /* 125px */
  
  /*------------------------------------------*/
  /*  VECTOR ROUNDED ICONS
  /*------------------------------------------*/
  
  .ico-rounded-xs,
  .ico-rounded-sm,
  .ico-rounded-md,
  .ico-rounded-lg,
  .ico-rounded-xl {
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  
  .ico-rounded-xs {
    width: 70px; height: 70px; }
  .ico-rounded-sm {
    width: 80px; height: 80px; }
  .ico-rounded-md {
    width: 90px; height: 90px; }
  .ico-rounded-lg {
    width: 95px; height: 95px; }
  .ico-rounded-xl {
    width: 110px; height: 110px; }
  .ico-rounded-xs [class*="flaticon-"]:before,
  .ico-rounded-xs [class*="flaticon-"]:after {
    line-height: 70px !important;
  }
  
  .ico-rounded-sm [class*="flaticon-"]:before,
  .ico-rounded-sm [class*="flaticon-"]:after {
    line-height: 80px !important;
  }
  
  .ico-rounded-md [class*="flaticon-"]:before,
  .ico-rounded-md [class*="flaticon-"]:after {
    line-height: 90px !important;
  }
  
  .ico-rounded-lg [class*="flaticon-"]:before,
  .ico-rounded-lg [class*="flaticon-"]:after {
    line-height: 95px !important;
  }
  
  .ico-rounded-xl [class*="flaticon-"]:before,
  .ico-rounded-xl [class*="flaticon-"]:after {
    line-height: 110px !important;
  }
  
  /*------------------------------------------*/
  /*   PNG ICONS SETTINGS
  /*------------------------------------------*/
  
  .ico-125 img { width: 125px; height: 125px; }
  .ico-120 img { width: 120px; height: 120px; }
  .ico-115 img { width: 115px; height: 115px; }
  .ico-110 img { width: 110px; height: 110px; }
  .ico-105 img { width: 105px; height: 105px; }
  .ico-100 img { width: 100px; height: 100px; }
  .ico-95 img { width: 95px; height: 95px; }
  .ico-90 img { width: 90px; height: 90px; }
  .ico-85 img { width: 85px; height: 85px; }
  .ico-80 img { width: 80px; height: 80px; }
  .ico-75 img { width: 75px; height: 75px; }
  .ico-70 img { width: 70px; height: 70px; }
  .ico-65 img { width: 65px; height: 65px; }
  .ico-60 img { width: 60px; height: 60px; }
  .ico-55 img { width: 55px; height: 55px; }
  .ico-50 img { width: 50px; height: 50px; }
  .ico-45 img { width: 45px; height: 45px; }
  .ico-40 img { width: 40px; height: 40px; }
  .ico-35 img { width: 35px; height: 35px; }
  .ico-30 img { width: 30px; height: 30px; }
  .ico-25 img { width: 25px; height: 25px; }
  .ico-20 img { width: 20px; height: 20px;
  }
  
  /*------------------------------------------*/
  /*   SECTION ID
  /*------------------------------------------*/
  
  .section-id {
    display: block;
    font-size: .825rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: .5rem;
    color: #8898aa;
    text-transform: uppercase;
  }
  
  .section-title .section-id,
  .section-title-left .section-id {
    margin-bottom: 15px;
  }
  
  
  .section-id.rounded-id {
    display: inline-block;
    padding: 6px 24px;
    font-size: 1.05rem;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
  
  
  /*------------------------------------------*/
  /*  FONT SETTINGS
  /*------------------------------------------*/
  
  .txt-300 { font-weight: 300; }
  .txt-400 { font-weight: 400; }
  .txt-600 { font-weight: 600; }
  
  .txt-upcase { text-transform: uppercase; }
  
  /*------------------------------------------*/
  /*  TEXT COLORS
  /*------------------------------------------*/
  
  .white-color, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, 
  .white-color p, .white-color a, .white-color li, .white-color i, .white-color span { 
    color: #fff;
  }
  
  .dark-color, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6, 
  .dark-color p, .dark-color a, .dark-color li, .dark-color i, .dark-color span, .white-color .dark-color { 
    color: #181828;
  }
  
  .blue-color, .blue-color h2, .blue-color h3, .blue-color h4, .blue-color h5, .blue-color h6, 
  .blue-color p, .blue-color a, .blue-color li, .blue-color i, .blue-color span, .white-color .blue-color { 
    color: #6a26da;
  }
  
  .unblue-color, .unblue-color h2, .unblue-color h3, .unblue-color h4, .unblue-color h5, .unblue-color h6, 
  .unblue-color p, .unblue-color a, .unblue-color li, .unblue-color i, .unblue-color span, .white-color .unblue-color { 
    color: #6772e5;
  }
  
  .green-color, .green-color h2, .green-color h3, .green-color h4, .green-color h5, .green-color h6, 
  .green-color p, .green-color a, .green-color li, .green-color i, .green-color span, .white-color .green-color { 
    color: #06b27d;
  }
  
  .orange-color, .green-color h2, .green-color h3, .green-color h4, .green-color h5, .green-color h6, 
  .green-color p, .green-color a, .green-color li, .green-color i, .green-color span, .white-color .orange-color { 
    color: #ff6b0f;
  }
  
  .red-color, .red-color h2, .red-color h3, .red-color h4, .red-color h5, .red-color h6, 
  .red-color p, .red-color a, .red-color li, .red-color i, .red-color span, .white-color .red-color { 
    color: #9e2146;
  }
  
  .violet-color, .violet-color h2, .violet-color h3, .violet-color h4, .violet-color h5, .violet-color h6, 
  .violet-color p, .violet-color a, .violet-color li, .violet-color i, .violet-color span, .white-color .violet-color { 
    color: #9251ac;
  }
  
  .yellow-color, .yellow-color h2, .yellow-color h3, .yellow-color h4, .yellow-color h5, .yellow-color h6, 
  .yellow-color p, .yellow-color a, .yellow-color li, .yellow-color i, .yellow-color span, .white-color .yellow-color { 
    color: #f5be58;
  }
  
  /*------------------------------------------*/
  /*  TEXT BLOCK
  /*------------------------------------------*/
  
  .tabs-section .img-block.left-column,
  .tabs-section .txt-block.left-column,
  .content-section .img-block.left-column,
  .content-section .txt-block.left-column { padding-left: 5px;
    padding-right: 20px;
    /* margin-bottom: 40px; */
  }
  
  .tabs-section .img-block.right-column,
  .tabs-section .txt-block.right-column,
  .content-section .img-block.right-column,
  .content-section .txt-block.right-column { padding-left: 20px;
    padding-right: 5px;
    /* margin-bottom: 40px; */
  }
  
  
  /*------------------------------------------*/
  /*  TEXT BLOCK TYPOGRAPHY
  /*------------------------------------------*/
  
  .txt-block h3,
  .txt-block h2 {
    margin-bottom: 24px;
  }
  
  .txt-block h5 {
    margin-bottom: 20px;
  }
  
  h5.sm-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .txt-block .btn,
  .txt-block .stores-badge {
    margin-top: 20px;
  }
  
  .txt-block hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  ADVANTAGES LIST
  /*------------------------------------------*/
  
  .advantages li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding-left: 5px;
  }
  
  .advantages li.first-li { padding-left: 0;
  }
  
  .advantages li:after {
    content: "|";
    padding-left: 7px;
    position: relative;
    top: 1px;
  }
  
  .advantages li.last-li:after {
    content: " ";
    padding-left: 0;
  }
  
  .advantages li p {
    display: inline-block;
    float: left;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  TERMS TEXT
  /*------------------------------------------*/
  
  p.terms-txt {
    margin-bottom: 0;
  }
  
  p.terms-txt a,
  .advantages li p a {
    text-decoration: underline;
  }
  
  /*------------------------------------------*/
  /*  TOOLS LIST
  /*------------------------------------------*/
  
  .tools-list h6 {
    margin-bottom: 25px;
  }
  
  .tools-list span {
    line-height: 1;
    padding-right: 6px;
  }
  
  /*------------------------------------------*/
  /*  RATING STARS
  /*------------------------------------------*/
  
  .txt-block-rating {
    margin-top: 20px;
  }
  
  .stars-rating,
  .stars-rating p { font-size: 1.05rem;
    margin-bottom: 0;
  }
  
  .txt-block-rating [class*="flaticon-"]:before,
  .txt-block-rating [class*="flaticon-"]:after { font-size: 0.95rem;
    line-height: 1;
    margin-left: 1px;
  }
  
  .txt-block-rating.ico-15 [class*="flaticon-"]:before,
  .txt-block-rating.ico-15 [class*="flaticon-"]:after { font-size: 1.05rem; }
  
  .stars-rating span { color: #ffc832;
  }
  
  .stars-rating.grey-stars span { color: #757575;
  }
  
  /*------------------------------------------*/
  /*  QUOTE
  /*------------------------------------------*/
  
  .quote p.p-xl { color: #8898aa;
    border-left: 3px solid #6772e5;
    font-style: italic;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  /*------------------------------------------*/
  /*  Quote Avatar 
  /*------------------------------------------*/
  
  .quote-avatar {
    display: inline-block;
    margin: 0 auto;
  }
  
  .quote-avatar img { width: 60px; height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  
  /*------------------------------------------*/
  /*  Quote Author 
  /*------------------------------------------*/
  
  .quote-author {
    display: inline-block;
    padding: 0 0 0 15px;
    text-align: left;
    position: relative;
    top: 14px;
  }
  
  .quote-author h5,
  .quote-author p {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  IMG BLOCK IMAGE
  /*------------------------------------------*/
  
  .img-block {
    text-align: center;
  }
  
  /* ==========================================================================
  03. PRELOAD ANIMATION
  ========================================================================== */

  /* NEW LOADER */
  /* Common Loader CSS */

@keyframes hideLoader{
  0%{ width: 100%; height: 100%; }
  100%{ width: 0; height: 0; }
}
body > div.loader{
      position: fixed;
      background: white;
      width: 100%;
      height: 100%;
      z-index: 1071;
      opacity: 0;
      transition: opacity .5s ease;
      overflow: hidden;
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  body:not(.loaded) > div.loader{
      opacity: 1;
  }
  body:not(.loaded){
      overflow: hidden;
  }
body.loaded > div.loader{
  animation: hideLoader .5s linear .5s forwards;
}

/* Typing Animation */
.loading-animation {
width: 6px;
height: 6px;
border-radius: 50%;
animation: typing 1s linear infinite alternate;
position: relative;
left: -12px;
}

@keyframes typing {
0% {
  background-color: rgba(100,100,100, 1);
  box-shadow: 12px 0px 0px 0px rgba(100,100,100, 0.2),
    24px 0px 0px 0px rgba(100,100,100, 0.2);
}

25% {
  background-color: rgba(100,100,100, 0.4);
  box-shadow: 12px 0px 0px 0px rgba(100,100,100, 2),
    24px 0px 0px 0px rgba(100,100,100, 0.2);
}

75% {
  background-color: rgba(100,100,100, 0.4);
  box-shadow: 12px 0px 0px 0px rgba(100,100,100, 0.2),
    24px 0px 0px 0px rgba(100,100,100, 1);
}
}

/* OLD LOADER */
  #loading { background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 99999999;
  }
  
  #loading-center {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;
  }
  
  .object {
    width: 20px; height: 20px;
    background-color: #6772e5;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  
  .object:nth-child(2n + 0) {
    margin-right: 0px;
  }
  
  #object_one {
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
  }
  
  #object_two {
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
  }
  
  #object_three {
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
  }
  
  #object_four {
    -webkit-animation: object_four 1s infinite;
    animation: object_four 1s infinite;
  }
  
  @-webkit-keyframes loading-center-absolute {
    100% {
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes loading-center-absolute {
    100% {
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes object_one {
    50% {
      -ms-transform: translate(20px, 20px);
      -webkit-transform: translate(20px, 20px);
      transform: translate(20px, 20px);
    }
  }
  
  @keyframes object_one {
    50% {
      -ms-transform: translate(20px, 20px);
      -webkit-transform: translate(20px, 20px);
      transform: translate(20px, 20px);
    }
  }
  
  @-webkit-keyframes object_two {
    50% {
      -ms-transform: translate(-20px, 20px);
      -webkit-transform: translate(-20px, 20px);
      transform: translate(-20px, 20px);
    }
  }
  
  @keyframes object_two {
    50% {
      -ms-transform: translate(-20px, 20px);
      -webkit-transform: translate(-20px, 20px);
      transform: translate(-20px, 20px);
    }
  }
  
  @-webkit-keyframes object_three {
    50% {
      -ms-transform: translate(20px, -20px);
      -webkit-transform: translate(20px, -20px);
      transform: translate(20px, -20px);
    }
  }
  
  @keyframes object_three {
    50% {
      -ms-transform: translate(20px, -20px);
      -webkit-transform: translate(20px, -20px);
      transform: translate(20px, -20px);
    }
  }
  
  @-webkit-keyframes object_four {
    50% {
      -ms-transform: translate(-20px, -20px);
      -webkit-transform: translate(-20px, -20px);
      transform: translate(-20px, -20px);
    }
  }
  
  @keyframes object_four {
    50% {
      -ms-transform: translate(-20px, -20px);
      -webkit-transform: translate(-20px, -20px);
      transform: translate(-20px, -20px);
    }
  }
  
  /* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */
  
  #header {
    width: 100%;
    display: block;
    padding-top: 0px;
  }
  
  .header-wrapper {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /* margin-bottom: -124px; */
  }
  
  .headerwp {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
  }
  
  .posrlt {
    position: relative;
  }
  
  #header.hiddden-header {
    display: none;
  }
  
  .hidden-nav .tmmainfull {
    margin-top: -100px;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .hidden-nav .tmmainfull.scroll {
    margin-top: 0;
  }
  
  /*------------------------------------------*/
  /*  HEADER LOGO
  /*------------------------------------------*/
  
  .desktoplogo img { width: auto;
    max-width: inherit;
    max-height: 38px;
  }
  
  .desktoplogo .logo-escwa img {
    height: 6rem;
    max-height: 6rem; }
  
  .desktoplogo .logo-project img {
    height: 4rem;
    max-height: 4rem; }
  
  .desktoplogo .logo-project {
    margin-left: 15px;
    position: relative;
  }
  .logo-project.logo-MIF img {
    margin-bottom: -4px;
  }

  .desktoplogo .logo-project.logo-desa {
    height: 6rem;
    max-height: 6rem;
    align-items: end;
    display: flex;
  }

  .desktoplogo .logo-project.logo-desa img {
    height: 3.8rem;
    max-height: 6rem;
  }
  
  .scroll .desktoplogo .logo-project {
    margin-left: 15px;
  }
  
  .scroll .desktoplogo .logo-escwa img {
    height: 4rem;
    max-height: 4rem; }
  
  .scroll .desktoplogo .logo-project img {
    height: 4rem;
    max-height: 4rem; }
  
  /*------------------------------------------*/
  /*   NAVIGATION MENU
  /*------------------------------------------*/
  
  .tmmainfull {
    width: 100%;
    height: auto;
    z-index: 1031;
    transition: none;
  }
  
  .tmmainfull.menu.clearfix.scroll {
    position: fixed;
    top: -90px;
    transform: translateY(89px);
    -webkit-transition: transform 300ms ease-in-out;
    -moz-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    -ms-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
  }
  
  .tra-menu .tmmainfull { background-color: transparent !important;
    padding: 10px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 10;
    position: relative;
  }
  
  .white-menu .tmmainfull { background-color: #fff !important;
    padding: 5px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  }
  
  .dark-menu .tmmainfull { background-color: #222227 !important;
    padding: 5px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  }
  
  .tmmainwp {
    position: relative;
  }
  
  
  .header01 .tmmainwp{
    background-color: rgba(255, 255, 255, 0.75);
    margin-top: 6px;
    border-radius: 3px;
  }
  .header01.navbar-dark .tmmainwp{
    padding-bottom: 5px;
  }
  .header01 .scroll .tmmainwp{
    margin-top: auto;
  }
  
  @media (min-width: 576px) {
    .tmmainwp {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .tmmainwp {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .tmmainwp {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .tmmainwp {
      max-width: 1140px;
    }
  }
  
  @media (min-width: 1400px) {
    .tmmainwp {
      max-width: 1320px;
    }
  }
  
  @media (max-width: 991.98px) {
    .no-topbar .header01 .tmmainwp{
      background-color: transparent;
    }
    .logo-project.logo-MIF img {
      margin-bottom: -2px;
    }
  }
  
  
  /*------------------------------------------*/
  /*  TOP BAR
  /*------------------------------------------*/
  
  .top-bar {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
  }
  
  .top-bar a {
    line-height: 25px;
  }
  
  .top-bar a.language-link { color: #ffffff;
    font-size: 0.825rem;
    font-weight: 400;
    font-family: "Noto Kufi Arabic", serif;
    padding-right: 17px;
    position: relative;
  }
  .navbar-dark .top-bar a.language-link{
    color: #181828;
  }
  .top-bar a.language-link:hover { color: #6772e5;
  }
  
  .scroll .top-bar {
    display: none;
  }
  
  .language-link::before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    font-size: 12px;
    line-height: 25px !important;
    content: "\f17d";
    position: absolute;
    right: 0;
    top: 0;
  }
  
  
  
  /*------------------------------------------*/
  /*  NAVBAR SCROLL
  /*------------------------------------------*/
  
  .tra-menu .tmmainfull.scroll, .white-menu .tmmainfull.scroll, .dark-menu.dark-scroll .tmmainfull.scroll, .header01 .tmmainfull.scroll { background-color: #fff !important;
    padding: 5px;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  }
  
  .scroll .white-color.header-socials span { color: #32325d !important; }
  
  
  
  .menuscroll .navbar.sticky-top,
  .menuscrolled .navbar.sticky-top {
    transform: translateY(89px);
    transition: transform 300ms ease-in-out;
  }
  
  .navbar.sticky-top.hidden {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    transform: translateY(-60px);
    transition: transform 300ms ease-in-out;
  }
  
  .no-sticky.tmmainfull.menu.clearfix.scroll {
    position: relative !important;
  }
  .menuscrolled.no-sticky .navbar.sticky-top {
    transform: none;
    transition: transform 300ms ease-in-out;
  }
  
  /*------------------------------------------*/
  /*  Logo Image
  /*------------------------------------------*/
  
  .logo-white,
  .logo-black {
    display: block;
  }
  
  .navbar-light .logo-black,
  .navbar-dark .logo-white,
  .tra-menu.navbar-light .scroll .logo-white,
  .tra-menu.navbar-light.dark-scroll .scroll .logo-black,
  .tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
    display: none;
  }
  
  .tra-menu.navbar-light .scroll .logo-black,
  .tra-menu.navbar-light.dark-scroll .scroll .logo-white,
  .tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
    display: block;
  }
  
  
  @media only screen and (max-width: 991.95px) {
    
    .wsmobileheader .container-fluid {
      height: 80px;
    }
    .wsmobileheader .smllogo {
      display: block;
      margin-top: 0px;
      padding-left: 0;
    }
    .smllogo img {
      width: auto;
      max-width: inherit;
      max-height: 70px;
      height: 70px;
    }
    .smllogo .logo-project img {
      max-height: 65px;
      height: 65px;
    }
    .smllogo .logo-project {
      margin-left: 15px;
      position: relative;
      top: 3px;
    }
    .smllogo .logo-project.logo-project.logo-desa img {
      max-height: 65px;
      height: 43px;
    }
    .smllogo .logo-project.logo-desa {
      top: unset!important;
    }
  
    .top-bar {
      background-color: #f0f2f9;
      position: fixed !important;
      width: 100%;
      display: block !important;
    }
    
    .top-bar a.language-link {
      color: #32325D;
    }
  
    .wsmobileheader {
      top: 41px;
    }
    .tmmainfull {
      top: 0 !important;
      transform: none !important;
    }
    .tra-menu .tmmainfull {
      padding: 0px;
    }
    .tmmainfull.menu.clearfix.scroll+.wsmobileheader.clearfix {
      position: fixed;
      top: 0px;
    }
    .tra-menu .tmmainfull.scroll, .white-menu .tmmainfull.scroll, .dark-menu.dark-scroll .tmmainfull.scroll {
      padding: 0px;
    }
    .wsmenu-list.nav-skyblue-hover {
      position: fixed;
      right: 0px;
      top: 0px;
    }
  
    /**** no top bar ****/
    .no-topbar .wsmobileheader{
      top: 0;
    }
    .no-topbar #pageContent {
      margin-top: 80px;
    }
    .no-topbar .tmmainfull.menu.clearfix.scroll{
      position: relative;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .wsmenu>.wsmenu-list>li>.wsmegamenu {
      top: 126px;
    }
    .scroll .wsmenu>.wsmenu-list>li>.wsmegamenu {
      top: 86px;
    }
  }
  
  
  
  /* ==========================================================================
    06. ABOUT
    =========================================================================== */
  
  #about-2 {
    margin-bottom: 150px;
  }
  
  #about-2 .bg-inner { padding-bottom: 2px;
  }
  
  /*------------------------------------------*/
  /*  ABOUT TITLE
  /*------------------------------------------*/
  
  .about-2-title { padding-right: 10%;
  }
  
  #about-1 .txt-block p {
    margin-bottom: 0;
  }
  
  .about-2-title p {
    margin-top: 25px;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  ABOUT IMAGES
  /*------------------------------------------*/
  
  .about-2-images {
    position: relative;
    margin-top: 50px;
    margin-bottom: -150px;
  }
  
  .about-2-images img { width: auto;
    max-width: inherit;
    max-height: 400px;
  }
  
  /* ==========================================================================
        07. FEATURES
  =========================================================================== */
  
  /*------------------------------------------*/
  /*  FEATURE BOX
  /*------------------------------------------*/
  
  .fbox-5 {
    padding: 55px 40px;
  }
  
  .fbox-6 {
    padding: 40px 50px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
    -moz-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
  }
  
  #fb-6-2 {
    margin-bottom: 40px;
  }
  
  .fbox-7,
  .fbox-5.bg-white { background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
    -moz-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
  }
  
  .fbox-7 {
    padding: 40px;
  }
  
  /*------------------------------------------*/
  /*  FEATURE BOX TEXT
  /*------------------------------------------*/
  
  .fbox-txt {
    width: 82%;
    display: inline-block !important;
  }
  
  /*------------------------------------------*/
  /*  FEATURE BOX TYPOGRAPHY
  /*------------------------------------------*/
  
  .fbox-txt-center h6,
  .fbox-txt-center h5 {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  
  .fbox-txt h5 {
    margin-bottom: 10px;
  }
  
  .fbox-txt p,
  .fbox-txt-center p {
    margin-bottom: 0;
  }
  
  .fbox-ico {
    width: 18%;
    display: inline-block !important;
    float: left;
    margin-top: 4px;
    text-align: left;
  }
  
  [dir="rtl"] .fbox-ico {
    float: right;
    text-align: right;
  }
  
  .fbox-img {
    padding: 40px 18% 50px;
    margin-bottom: 70px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
  }
  
  .fbox-img img {
    margin-bottom: -80px;
  }
  
  
  
  
  
  /* ==========================================================================
        08. CONTENT
  =========================================================================== */
  
  
  
  .content-box-wrapper {
    /* padding: 80px 80px; */
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  
  
  .content-box-wrapper.sm {
    padding: 40px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  
  
  
  
  
  /* ==========================================================================
        09. TABS
  =========================================================================== */
  
  #tabs-1 .tabs-nav {
    text-align: center;
  }
  
  .tabs-1 {
    display: inline-block;
    margin: 0 auto 60px;
  }
  
  #tabs-1 .tab-content,
  #tabs-2 .tab-content {
    display: none;
  }
  
  #tabs-1 .tab-content.current,
  #tabs-2 .tab-content.current {
    display: inherit;
  }
  
  .tabs-1 li {
    display: inline-block;
    margin: 0 8px;
    color: #888;
    padding: 10px 32px;
    background-color: transparent;
    border: 2px solid #eee;
    cursor: pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  #tabs-2 .tabs-1 li {
    margin-bottom: 15px;
    background-color: transparent;
    border: 1px solid #f3f3f3;
    padding: 30px 40px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
  }
  
  .tabs-1 li span { font-size: 1.1rem;
    line-height: 1;
    font-weight: 600;
  }
  
  .tabs-1 li p {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  TAB LINK HOVER
  /*------------------------------------------*/
  
  .tabs-1 li:hover { color: #333 !important;
    background-color: #eee;
    border-color: #eee !important;
  }
  
  #tabs-2 .tabs-1 li:hover { color: #333 !important;
    background-color: transparent;
    border-color: #e3e3e3 !important;
  }
  
  /*------------------------------------------*/
  /*  TAB LINK CURRENT
  /*------------------------------------------*/
  
  #tabs-1 .tabs-1 li.current,
  #tabs-1 .tabs-1 li.current:hover { color: #fff !important;
    background-color: #00b871;
    border-color: #00b871 !important;
  }
  
  #tabs-2 .tabs-1 li.current,
  #tabs-2 .tabs-1 li.current:hover { background-color: #fff;
    border-color: #efefef !important;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
    -moz-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
  }
  
  
  
  
  /* ==========================================================================
  15. FAQs
  =========================================================================== */
  
  #faqs-2 .question {
    margin-bottom: 40px;
  }
  
  /*------------------------------------------*/
  /*  FAQs TYPOGRAPHY
  /*------------------------------------------*/
  
  #faqs-2 .question h5 {
    margin-bottom: 15px;
  }
  
  /*------------------------------------------*/
  /*  FAQS ACCORDION  
  /*------------------------------------------*/
  
  .accordion-item { background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .accordion-item.acc-last-item {
    border-bottom: none;
  }
  
  /*------------------------------------------*/
  /*  Question
  /*------------------------------------------*/
  
  .accordion-thumb {
    margin: 0;
    padding: 25px 0;
    cursor: pointer;
    position: relative;
  }
  
  .accordion-item .accordion-thumb:after,
  .accordion-item.is-active .accordion-thumb:after {
    font-family: Flaticon;
    font-weight: 300;
    content: "\f1c0";
    position: absolute;
    font-size: 0.85rem;
    top: 29px;
    right: 5px;
  }
  
  .accordion-item.is-active .accordion-thumb:after {
    content: "\f1c1";
  }
  
  /*------------------------------------------*/
  /*  Answer
  /*------------------------------------------*/
  
  .accordion-panel {
    margin: 0;
    padding: 0 0 15px 0;
    display: none;
  }
  
  .accordion-thumb h5 {
    line-height: 1;
    margin-bottom: 0;
  }
  
  .question h5 span,
  .accordion-thumb h5 span {
    margin-right: 3px;
  }
  
  /*------------------------------------------*/
  /*  MORE QUESTIONS BUTTON
  /*------------------------------------------*/
  
  .more-questions {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  #faqs-1 .more-questions {
    margin-top: 50px;
  }
  
  .more-questions a {
    text-decoration: underline;
  }
  
  /* ==========================================================================
  16. CALL TO ACTION
  =========================================================================== */
  
  #cta-2 { padding-top: 50px;
    padding-bottom: 50px;
  }
  
  #cta-3 {
    position: relative;
    margin-top: 90px;
  }
  
  #cta-4 {
    position: relative;
    margin-bottom: 90px;
  }
  
  .cta-3-holder { padding-top: 10px;
  }
  
  .cta-4-holder { padding-bottom: 10px;
  }
  
  .cta-box,
  .cta-1-wrapper,
  .cta-3-wrapper,
  .cta-4-wrapper,
  .cta-5-wrapper,
  .cta-7-wrapper,
  .cta-11-wrapper {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
    -moz-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
  }
  
  .cta-1-wrapper {
    padding: 55px 50px;
  }
  
  .cta-3-wrapper,
  .cta-4-wrapper,
  .cta-11-wrapper {
    position: relative;
    border: 1px solid #efefef;
    padding: 55px 60px;
  }
  
  .cta-3-wrapper {
    margin-top: -100px;
  }
  
  .cta-4-wrapper {
    margin-bottom: -100px;
  }
  
  .cta-5-wrapper {
    padding: 55px 30px;
  }
  
  .cta-5-wrapper.bg-white {
    border: 1px solid #efefef;
  }
  
  .cta-7-wrapper {
    padding: 50px 60px;
    margin: 0 8%;
    border: 1px solid #efefef;
  }
  
  .cta-11-wrapper {
    padding: 55px 70px;
  }
  
  .cta-box-wrapper {
    padding: 0 10px 20px;
    margin-top: -100px;
  }
  
  .cta-box {
    border: 1px solid #efefef;
    padding: 35px 20px 40px;
  }
  
  .cta-txt {
    width: 80%;
    display: inline-block !important;
    padding-left: 5px;
  }
  
  .cta-ico {
    width: 20%;
    display: inline-block !important;
    float: left;
    margin-top: 2px;
    text-align: center;
  }
  
  .rtl-direction .cta-11-txt { padding-right: 20px;
  }
  
  /*------------------------------------------*/
  /*  DOWNLOAD BUTTON
  /*------------------------------------------*/
  
  .os-btn {
    margin: 0 auto 20px;
    text-align: left;
    width: 310px;
    min-width: 310px;
    border: 1px solid #dbe4f1;
    padding: 25px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .os-btn-txt {
    display: inline-block !important;
    padding-left: 20px;
  }
  
  .mac-os-btn .os-btn-txt { padding-top: 7px;
  }
  
  .os-btn-ico {
    display: inline-block !important;
    float: left;
    text-align: center;
  }
  
  .os-btn-txt h6,
  .os-btn-txt h5 {
    line-height: 1;
    margin-bottom: 0;
  }
  
  .os-btn-txt p {
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  CALL TO ACTION TYPOGRAPHY
  /*------------------------------------------*/
  
  .cta-1-txt h4,
  .cta-1-txt h3 {
    margin-bottom: 0;
  }
  
  .cta-2-txt h4,
  .cta-2-txt h3 {
    margin-bottom: 12px;
  }
  
  .cta-3-txt h5,
  .cta-3-txt h4,
  .cta-4-txt h5,
  .cta-4-txt h4 {
    line-height: 1.35;
    margin-bottom: 0;
  }
  
  .cta-5-txt h4,
  .cta-5-txt h3,
  .cta-5-txt h2 {
    margin-bottom: 20px;
  }
  
  .cta-6-txt h4,
  .cta-6-txt h3,
  .cta-6-txt h2 {
    margin-bottom: 30px;
  }
  
  .cta-9-txt h4,
  .cta-9-txt h3 {
    margin-bottom: 12px;
  }
  
  .cta-box h5 {
    margin-bottom: 10px;
  }
  
  .cta-box p,
  .cta-2-txt p {
    margin-bottom: 0;
  }
  
  .cta-3-txt p,
  .cta-4-txt p {
    margin-top: 5px;
    margin-bottom: 0;
  }
  
  .cta-5-txt p {
    margin-bottom: 25px;
  }
  
  .cta-7-txt p {
    margin-bottom: 0;
  }
  
  .cta-10-txt p,
  .cta-11-txt p {
    margin-top: 15px;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  CALL TO ACTION BUTTON
  /*------------------------------------------*/
  
  .cta-1-btn,
  .cta-2-btn,
  .cta-3-btn,
  .cta-4-btn {
    display: inline-block;
    margin: 0 auto;
  }
  
  .cta-1-btn {
    margin: 10px auto 0;
  }
  
  .cta-10-txt .btn,
  .cta-11-txt .btn {
    margin-top: 20px;
  }
  
  .cta-1-btn p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .cta-2-btn p,
  .cta-3-btn p,
  .cta-4-btn p {
    margin-top: 15px;
    margin-bottom: 0;
  }
  
  .cta-1-btn p a,
  .cta-2-btn p a,
  .cta-3-btn p a,
  .cta-4-btn p a {
    text-decoration: underline;
  }
  
  /* ==========================================================================
  17. DOWNLOAD
  =========================================================================== */
  
  .version-release {
    margin-bottom: 60px;
  }
  
  .release-data { padding-bottom: 30px;
    border-bottom: 1px dashed #8898AA;
    margin-bottom: 30px;
  }
  
  .release-data h4 {
    margin-bottom: 40px;
  }
  
  span.version-data { font-size: 2.25rem;
    line-height: 1;
    margin-right: 20px;
    margin-bottom: 0;
  }
  
  span.release-date { color: #999;
    font-size: 1.175rem;
    line-height: 1;
    margin-bottom: 0;
  }
  
  span.release-date span { color: #8898aa;
    font-weight: 600;
    margin-left: 20px;
  }
  
  .release-download {
    position: absolute;
    right: 5px;
    bottom: 0;
  }
  
  .release-highlights .simple-list p {
    margin-bottom: 2px;
  }
  
  /* ==========================================================================
        23. FOOTER
  =========================================================================== */
  
  .footer { 
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #32325d;
    color: #fff;
  }
  
  .footer-light {
    background-color: #f0f2f9;
    color: #32325D;
  }
  
  .footer-info p { padding-right: 5%;
  }
  
  #footer-1 .footer-links { padding-left: 10%;
  }
  
  .rtl-direction .footer-links { padding-right: 20px;
  }
  
  .rtl-direction .footer-copyright {
    text-align: left;
  }
  
  /*------------------------------------------*/
  /*  FOOTER LOGO
  /*------------------------------------------*/
  
  img.footer-logo {
    width: 100%;
    max-width: inherit;
    height: 130px;
  }
  
  /*------------------------------------------*/
  /*  FOOTER TYPOGRAPHY
  /*------------------------------------------*/
  
  .footer h6,
  .footer h5 {
    line-height: 1;
    margin-bottom: 25px;
  }
  
  /*------------------------------------------*/
  /*  FOOTER LINKS
  /*------------------------------------------*/
  
  .footer-links li {
    width: auto !important;
    display: block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0;
    padding: 0;
  }
  
  .footer-links li p {
    margin-bottom: 8px; }
  .bg-dark .footer-links li a:hover,
  .bg-dark .footer-socials li span:hover,
  .bg-deepdark .footer-links li a:hover,
  .bg-deepdark .footer-socials li span:hover { color: #f2f3f4;
  }
  
  /*------------------------------------------*/
  /*  FOOTER SOCIAL LINKS
  /*------------------------------------------*/
  
  .footer-socials {
    margin: 0;
    display: inline-block;
  }
  
  .footer-socials li {
    float: left;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0;
  }
  
  .footer-socials a {
    display: block;
    margin-right: 20px;
  }
  
  
  footer a { color: #fff;
    font-size: 0.825rem; }
  
  .footer-socials a span { color: #ffffff;
  }
  footer a:hover,
  .footer-socials a:hover span { color: #8898AA;
  }
  footer.footer-light a { color: #32325d;
    font-size: 0.825rem; }
  
  .footer-light .footer-socials a span { color: #32325d;
  }
  footer.footer-light a:hover,
  .footer-light .footer-socials a:hover span { color: #8898AA;
  }
  
  .footer-socials span {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .footer-socials.ico-25 a {
    margin-right: 16px;
  }
  
  /*------------------------------------------*/
  /*  BOTTOM FOOTER
  /*------------------------------------------*/
  
  .bottom-footer {
    padding-top: 1rem;
  }
  
  .footer hr { background-color: transparent;
    background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0,
      #bbb 38%,
      #bbb 64%, rgba(206, 211, 246, 0) 99%);
    opacity: 0.3;
    margin: 30px 0 0;
    border: 0;
    height: 1px;
  }
  
  
  
  .footer.bg-dark hr { background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0,
      #ced3f6 38%,
      #ced3f6 64%, rgba(206, 211, 246, 0) 99%);
  }
  
  /*------------------------------------------*/
  /*  BOTTOM FOOTER LINKS
  /*------------------------------------------*/
  
  .bottom-footer-list li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding-left: 10px;
  }
  
  .bottom-footer-list li.first-li { padding-left: 0;
  }
  
  .bottom-footer-list li:after {
    content: "|";
    padding-left: 11px;
    position: relative;
    top: 2px;
  }
  
  .bottom-footer-list li.last-li:after {
    content: " ";
    padding-left: 0;
  }
  
  .bottom-footer-list li p {
    display: inline-block;
    float: left;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  FOOTER COPYRIGHT
  /*------------------------------------------*/
  
  .footer-copyright p {
    margin-bottom: 0;
    font-size: 0.825rem; }
  
  /* ==========================================================================
        24. INNER PAGE WRAPPER
  =========================================================================== */
  
  .inner-page-hero { padding-top: 180px;
  }
  
  .page-hero-section {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll !important;
    padding-top: 150px;
    padding-bottom: 110px;
  }
  
  
  /*------------------------------------------*/
  /*  INNER PAGE HERO TYPOGRAPHY
  /*------------------------------------------*/
  
  .page-hero-section h3,
  .page-hero-section h2 {
    margin-bottom: 0;
  }
  
  .page-hero-section p {
    padding: 0 10%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  
  
  /* ==========================================================================
        26. PAGE PAGINATION
  =========================================================================== */
  
  .page-link { color: #6c757d;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 2px 10px;
    margin: 0 8px;
    background-color: transparent;
    border: 2px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .pagination.ico-20 [class*="flaticon-"]:before,
  .pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.9rem; }
  
  .page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  
  .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  
  .page-item.active .page-link { color: #fff;
    background-color: #6772e5;
    border: 2px solid #6772e5;
  }
  
  .page-item.disabled .page-link { color: #6c757d;
    background-color: transparent;
    border: 2px solid transparent;
  }
  
  .page-link:hover { color: #6c757d;
    background-color: transparent;
    border: 2px solid #8898AA;
  }
  
  .page-link:focus { background-color: transparent;
    color: #6c757d;
    border: 2px solid transparent;
    box-shadow: 0 0;
  }
  
  /* ==========================================================================
  27. SCROLL TO TOP
  ========================================================================== */
  
  #scrollUp {
    display: none;
    width: 36px; height: 36px;
    position: fixed;
    bottom: 30px;
    right: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-image: url(../images/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: rgba(136, 152, 170, 0.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  #scrollUp:hover { background-color: #6772ed;
  }
  
  nav a#pull {
    display: none;
  }
  
  /* ==========================================================================
        28. EVENTS 
  =========================================================================== */
  
  .event { background-color: #fff;
    border: 1px solid #dedede;
    display: block;
    padding: 1rem;
    height: 100%;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    transition: all 0.3s;
    display: flex;
    flex-flow: column;
  }
  
  .event:hover { background-color: #6772e5;
    border: 1px solid #6772e5;
    color: #fff;
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(5, 5, 5, 0.05);
    -moz-box-shadow: 0px 10px 15px 0px rgba(5, 5, 5, 0.05);
    box-shadow: 0px 10px 15px 0px rgba(5, 5, 5, 0.05);
  }
  
  .event::before {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    content: "\f11c";
    font-family: "flaticon";
    color: #8898AA;
    font-size: 13px;
  }
  
  .event .date {
    line-height: 1;
    color: #6772e5;
    transition: all 0.3s;
  }
  
  .event:hover .date { color: #fff;
  }
  
  .event .meta {
    display: block;
    margin-top: auto;
    color: #8898aa;
    transition: all 0.3s;
  }
  
  .event:hover .meta { color: #fff;
  }
  
  /* ==========================================================================
        28. PUBLICATIONS 
  =========================================================================== */
  
  .publication { background-color: #fff;
    border: 1px solid #dedede;
    display: block;
    padding: 0.5rem;
    height: 100%;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    transition: all 0.3s;
  }
  
  .publication:hover {
    border: 1px solid #6772e5;
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(5, 5, 5, 0.05);
    -moz-box-shadow: 0px 10px 15px 0px rgba(5, 5, 5, 0.05);
    box-shadow: 0px 10px 15px 0px rgba(5, 5, 5, 0.05);
  }
  
  .publication:hover h4 {
    transition: all 0.3s;
  }
  
  .publication:hover h4 { color: #6772e5;
  }
  
  .publication::before {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    content: "\f11c";
    font-family: "flaticon";
    color: #8898AA;
    font-size: 13px;
  }
  
  .publication .img { width: 20%;
  }
  
  .publication .txt {
    width: 80%;
    padding-left: 1rem; }
  
  @media (max-width: 767px) {
    .publication .img {
      width: 20%;
    }
  
    .publication .txt {
      width: 80%;
    }
  }
  
  /* ==========================================================================
  28. HERO 
  =========================================================================== */
  
  .hero-section {
    margin-top: -124px;
    padding-top: 124px;
    position: relative;
    height: 600px;
  }
  .hero-section .container-fluid {
    position: relative;
    z-index: 3;
  }
  
  .hero-section.overlay::before, .hero-title .overlay::before {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(50, 50, 93, 0.8);
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .no-topbar .hero-section {
    margin-top: -140px;
    padding-top: 140px;
  }
  
  #hero01 { background-repeat: no-repeat; background-size: cover; }
  #hero02.hero-section {
    height: auto;
    margin-bottom: 3rem; }
  #hero02 .hero02-img {
    margin-top: 2rem;
    margin-left: 2rem;	
    text-align: center;
    position: relative;
    margin-bottom: -3rem; }
  
  #hero03 video.overlay,
  #hero04 video.overlay {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  
  #hero04.hero-section {
    height: 480px;
  }
  #hero04 .carousel { 
    height: 100%; 
    z-index: 50;
  }
  #hero04 .carousel .flickity-viewport {
    height: 100% !important;
  }
  #hero04 .carousel .carousel-cell {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  #hero04 .flickity-prev-next-button {
    background-color: transparent;
    color: #8898AA;
  }
  #hero04 .flickity-page-dots{
    bottom: 10px;
  }
  #hero04 .flickity-page-dots .dot {
    width: 25px;
    height: 4px;
    margin: 0 3px;
    border-radius: 0;
    background: #8898AA;
  }
  
  
  .hero-title .container-fluid {
    padding-right: 0.8rem;
  }
  .no-topbar .hero-title{
    height: 450px;
    padding-top: 0;
  }
  .hero-title .overlay{
    position: relative;
  }
  .hero-title .txt-block{
    height: 100%;
    padding-top: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 100; */
  }
  
  .hero-title .overlay .txt-block h2{
    z-index: 2;
  }
  
  @media (min-width: 768px) and (max-width: 991.95px) {
    .hero-section {
      height: 450px;
    }
    .hero-title {
      height: 250px;
    }
  }
  
  @media (max-width: 767px) {
    .hero-section {
      height: 450px;
    }
    .hero-title {
      height: 250px;
    }
  }
  
  [dir="rtl"] #hero02 .hero02-img {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  
  
  /* ==========================================================================
  29. EVENTS CAROUSEL 
  =========================================================================== */
  
  .carousel-events .carousel-cell{
    width: 30%;
    margin-right: 10px;
    height: 500px;
  }
  .carousel-events .flickity-page-dots{
    bottom: -40px;
  }
  .carousel-events .flickity-prev-next-button.next {
    right: -70px;
  }
  .carousel-events .flickity-prev-next-button.previous {
    left: -70px;
  }
  .carousel-events .flickity-prev-next-button {
    background-color: transparent;
    color: #8898AA;
  }
  .carousel-events .flickity-page-dots .dot {
    background: #8898AA;
  }
  @media (max-width: 992px) {
    .carousel-events .carousel-cell{
      width: 50%;
      height: 550px;
    }
    .carousel-events .flickity-page-dots{
      bottom: -30px;
    }
  }
  @media (max-width: 767.9px) {
    .carousel-events .carousel-cell{
      width: 100%;
      height: 650px;
      
    }  
  }
  
  /* ==========================================================================
      30. LOGIN FORM
  =========================================================================== */
  .form-control::placeholder {
    color: #8898AA;
    opacity: 1;
  }
  
  .form-control, .form-select {
    border: 1px solid #8898AA;
    color: #181828;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 22px;
    border-radius: 2px;
    /* margin: 10px 0 22px 0; */
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  
  .form-control:focus {
    color: #181828;
    background-color: #fff;
    border-color: #d9dcff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(103, 114, 229, .25);
  }
  
  .error {
    color: #9e2146;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  
  
  .options-holder{
    margin: 10px 0 22px 0;
  }
  
  
  /**************** SELECT 2 *********************/
  
  .select2 { width: 100%; }
  
  
  .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection,
  .select2-container--bootstrap-5 .select2-selection {
    color: #23233A;
    border: 1px solid #8898AA;
    border-radius: 2px;
    width: 100%;
  }
  
  .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
    color: #fff !important;
    background-color: #6772e5 !important;
  }
  
  .select2-container--bootstrap-5 .select2-selection {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    box-shadow: none !important;
    height: auto;
    outline: 0 !important;
    min-height: calc(38px - 8px);
    padding: 3px 3rem 3px .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
  }
  
  .select2-container--bootstrap-5.select2-container--focus .select2-selection,
  .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #8898AA;
  }
  
  .select2-container--bootstrap-5
    .select2-search.select2-search--inline
    .select2-search__field {
    color: #8898AA;
    font-weight: 500;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
    margin: 0;
    padding: 0;
  }
  .select2-container--bootstrap-5
    .select2-search.select2-search--inline
    .select2-search__field::placeholder {
    color: #f0f2f9;
  }
  .select2-container--bootstrap-5
    .select2-search.select2-search--inline
    .select2-search__field::-moz-placeholder {
    color: #8898AA;
    opacity: 1;
  }
  
  .select2-container--bootstrap-5 .select2-selection--single {
    display: flex;
    align-items: center;
  }
  .select2-container--bootstrap-5
    .select2-selection--single
    .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #23233A;  
    height: 30px;
    line-height: 30px;
  }
  .select2-container--bootstrap-5
    .select2-selection--single
    .select2-selection__placeholder {
    color: #f0f2f9;
  }
  
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
  }
  
  .select2-container--bootstrap-5
    .select2-selection--multiple
    .select2-search.select2-search--inline {
    display: inline;
  }
  .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    flex-wrap: nowrap;
    overflow: hidden;
    margin-right: 1rem;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    display: inline-flex;
    align-items: center;
    position: relative;
    background-color: #f0f2f9;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    .select2-selection__choice__remove {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238898AA'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    opacity: 0.5;
    border: 0;
    transition: color 0.2s ease, background-color 0.2s ease;
    top: 50%;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    .select2-selection__choice__remove
    span {
    display: none;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    .select2-selection__choice__remove:hover {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236772e5'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    .select2-selection__choice__display {
    font-weight: 500;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
    height: 38px;
  }
  .select2-container--bootstrap-5 
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) 
    .select2-selection__choice {
    border-radius: 0.4rem;
    padding: 0.2rem 0.4rem;
    margin: 0 0.4rem 0 0;
    height: 30px;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg)
    .select2-selection__choice
    .select2-selection__choice__remove {
    height: 0.6rem;
    width: 0.6rem;
    margin-right: 0.5rem;
  }
  .select2-container--bootstrap-5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
    margin-left: 1.2rem;
    font-size: 0.8rem;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    max-width: 140px;
  }
  .select2-container--bootstrap-5 
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) 
    .select2-search.select2-search--inline .select2-search__field {
    height: 30px;
    line-height: 30px;
  }
  .select2-container--bootstrap-5 .select2-selection--multiple.form-select-lg {
    padding-top: calc((1.65rem + 2px - 0.8rem) / 2);
    padding-bottom: calc((1.65rem + 2px - 0.8rem) / 2);
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple.form-select-lg
    .select2-selection__choice {
    border-radius: 0.4rem;
    padding: 0.2rem 0.4rem;
    margin: 0.2rem 0.4rem 0.2rem 0;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple.form-select-lg
    .select2-selection__choice
    .select2-selection__choice__remove {
    height: 0.6rem;
    width: 0.6rem;
    margin-right: 0.5rem;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple.form-select-lg
    .select2-selection__choice
    .select2-selection__choice__display {
    margin-left: 1.2rem;
    font-size: 1rem;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple.form-select-lg
    .select2-search.select2-search--inline
    .select2-search__field {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: calc(0.825rem - (1.65rem + 2px - 0.8rem) / 2);
    margin-bottom: calc(0.825rem - (1.65rem + 2px - 0.8rem) / 2);
  }
  .select2-container--bootstrap-5 .select2-selection--multiple.form-select-sm {
    padding-top: calc((1.1rem + 2px - 0.6rem) / 2);
    padding-bottom: calc((1.1rem + 2px - 0.6rem) / 2);
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple.form-select-sm
    .select2-selection__choice {
    border-radius: 0.4rem;
    padding: 0.15rem 0.4rem;
    margin: 0.15rem 0.4rem 0.15rem 0;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple.form-select-sm
    .select2-selection__choice
    .select2-selection__choice__remove {
    height: 0.5rem;
    width: 0.5rem;
    margin-right: 0.5rem;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple.form-select-sm
    .select2-selection__choice
    .select2-selection__choice__display {
    margin-left: 1rem;
    font-size: 0.8rem;
  }
  .select2-container--bootstrap-5
    .select2-selection--multiple.form-select-sm
    .select2-search.select2-search--inline
    .select2-search__field {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: calc(0.55rem - (1.1rem + 2px - 0.6rem) / 2);
    margin-bottom: calc(0.55rem - (1.1rem + 2px - 0.6rem) / 2);
  }
  .select2-container--bootstrap-5 .select2-dropdown {
    border: 0;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    border-radius: 0.475rem;
    padding: 1rem 0;
    background-color: #fff;
  }
  .modal-open .select2-container--bootstrap-5 .select2-dropdown {
    z-index: 1056;
  }
  .select2-container--bootstrap-5 .select2-dropdown .select2-search {
    padding: 0.5rem 1.25rem;
    margin: 0 0 0.5rem 0;
  }
  .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    background-color: #fff;
    padding: 0.25rem 0.75rem;
    color: #23233A;
    font-size: 0.875rem;
    border: 1px solid #8898AA !important;
    border-radius: 2px;
    outline: 0 !important;
  }
  .select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field:active,
  .select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field:focus {
    border-color: 1px solid #8898AA;
  }
  
  .select2-container--bootstrap-5 .select2-dropdown .select2-results__option {
    color: #8898AA;
    transition: color 0.2s ease, background-color 0.2s ease;
    padding: 0.75rem 1.25rem;
    margin: 0 0;
  }
  .select2-container--bootstrap-5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: #f0f2f9 !important;
    color: #6772e5 !important;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__option.select2-results__option--selected {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='%23FFFFFF' d='M4.89557 6.49823L2.79487 4.26513C2.26967 3.70683 1.38251 3.70683 0.857309 4.26513C0.375593 4.77721 0.375593 5.57574 0.857309 6.08781L4.74989 10.2257C5.14476 10.6455 5.81176 10.6455 6.20663 10.2257L13.1427 2.85252C13.6244 2.34044 13.6244 1.54191 13.1427 1.02984C12.6175 0.471537 11.7303 0.471536 11.2051 1.02984L6.06096 6.49823C5.74506 6.83403 5.21146 6.83403 4.89557 6.49823Z'/%3e%3c/svg%3e");
    background-size: 0.8rem;
    background-position: center right 1.25rem;
    background-color: #009ef7;
    color: #fff;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  [dir="rtl"]
    .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__option.select2-results__option--selected {
    background-position: center left 1.25rem;
  }
  .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__option.select2-results__option--disabled {
    color: #b5b5c3;
  }
  .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__option.select2-results__message {
    color: #7e8299;
  }
  .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__option.select2-results__option--group {
    padding-left: 0;
    padding-right: 0;
  }
  .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__option.select2-results__option--group
    .select2-results__group {
    display: block;
    color: #23233A;
    font-weight: 400;
    font-size: 1rem;
    padding: 0 1.25rem 0 1.25rem;
    margin: 0 0 0.25rem 0;
  }
  .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__option.select2-results__option--group
    .select2-results__option {
    padding: 0.75rem 1.25rem;
    margin: 0 0;
  }
  .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
  .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
  .select2-container--bootstrap-5 .select2-selection__clear {
    display: block;
    height: 0.5rem;
    width: 0.5rem;
    top: 50%;
    right: 3rem;
    position: absolute;
    background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat;
    transform:translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    right: 2.5rem !important;
  }
  
  
  
  [dir="rtl"] .select2-container--bootstrap-5 .select2-selection__clear {
    left: 3rem;
    right: auto;
  }
  .select2-container--bootstrap-5 .select2-selection__clear span {
    display: none;
  }
  .select2-container--bootstrap-5 .select2-selection__clear:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009EF7'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  }
  
  
  .select2-container--bootstrap-5 .select2-dropdown {
    border: 0;
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    border-radius: .475rem !important;
    padding: 1rem 0;
    background-color: #fff;
  }
  
  .select2-container--bootstrap-5 .select2-dropdown .select2-search {
    padding: .5rem 1.25rem;
    margin: 0 0 .5rem 0;
  }
  
  .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group{
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  Multiple Select 2
  /*------------------------------------------*/
  .bootstrap-select .dropdown-toggle .caret{
    display: none;
  }
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
  }
  .bootstrap-select>.dropdown-toggle {
    padding: 0.85rem 0.5rem 0.9rem 0.25rem;
    border-color: #f0f2f9;
    background: #f0f2f9;
    color: #181828;
    border-bottom: 1px solid #8898AA !important;
  }
  .bootstrap-select .dropdown-toggle .filter-option{
    line-height: 24px;
  }
  
  /* ==========================================================================
      32. TABLES
  =========================================================================== */
  .table th { vertical-align: middle; }
  
  .table-responsive {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .green-color span{
    color: #06b27d;
  }
  .disabled-option{
    color: #8898AA;
  }
  .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg:  #f0f2f9;
  }
  .table-hover>tbody>tr:hover{
    --bs-table-accent-bg: #8898AA;
    color: #fff;
  }
  /*------------------------------------------*/
  /*  STICKY TABLE HEADER
  /*------------------------------------------*/
  .sticky-header-container.fixed-table-container.fix-sticky{
    margin-top: 88px;
  }
  .fixed-table-loading.table.table-bordered.table-hover {
    display: none;
  }
  .fix-sticky table thead{
    background: #32325d !important;
  }
  @media (max-width: 991.8px) {
    .sticky-header-container.fixed-table-container.fix-sticky{
      margin-top: 120px;
    }
  }



  /* ========================================== FANCYBOX CSS ============================================== */
  .fancybox-active {
    height: auto;
  }
  
  .fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
  }
  
  .fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
  }
  
  .fancybox-container * {
    box-sizing: border-box;
  }
  
  .fancybox-bg,
  .fancybox-inner,
  .fancybox-outer,
  .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  
  .fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  }
  
  .fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  
  .fancybox-caption,
  .fancybox-infobar,
  .fancybox-navigation .fancybox-button,
  .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
  }
  
  .fancybox-show-caption .fancybox-caption,
  .fancybox-show-infobar .fancybox-infobar,
  .fancybox-show-nav .fancybox-navigation .fancybox-button,
  .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
  }
  
  .fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .fancybox-toolbar {
    right: 0;
    top: 0;
  }
  
  .fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
  }
  
  .fancybox-is-open .fancybox-stage {
    overflow: hidden;
  }
  
  .fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
  }
  
  .fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
  }
  
  .fancybox-is-sliding .fancybox-slide,
  .fancybox-slide--current,
  .fancybox-slide--next,
  .fancybox-slide--previous {
    display: block;
  }
  
  .fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
  }
  
  .fancybox-slide--image:before {
    display: none;
  }
  
  .fancybox-slide--html {
    padding: 6px;
  }
  
  .fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
  }
  
  .fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
  }
  
  .fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
  }
  
  .fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
  }
  
  .fancybox-can-pan .fancybox-content,
  .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  
  .fancybox-container [data-selectable="true"] {
    cursor: text;
  }
  
  .fancybox-image,
  .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
  }
  
  .fancybox-spaceball {
    z-index: 1;
  }
  
  .fancybox-slide--iframe .fancybox-content,
  .fancybox-slide--map .fancybox-content,
  .fancybox-slide--pdf .fancybox-content,
  .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
  }
  
  .fancybox-slide--video .fancybox-content {
    background: #000;
  }
  
  .fancybox-slide--map .fancybox-content {
    background: #e5e3df;
  }
  
  .fancybox-slide--iframe .fancybox-content {
    background: #fff;
  }
  
  .fancybox-iframe,
  .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  
  .fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
  }
  
  .fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
  }
  
  .fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }
  
  .fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
  }
  
  .fancybox-button,
  .fancybox-button:link,
  .fancybox-button:visited {
    color: #ccc;
  }
  
  .fancybox-button:hover {
    color: #fff;
  }
  
  .fancybox-button:focus {
    outline: none;
  }
  
  .fancybox-button.fancybox-focus {
    outline: 1px dotted;
  }
  
  .fancybox-button[disabled],
  .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
  }
  
  .fancybox-button div {
    height: 100%;
  }
  
  .fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
  }
  
  .fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
  }
  
  .fancybox-button--fsenter svg:nth-child(2),
  .fancybox-button--fsexit svg:nth-child(1),
  .fancybox-button--pause svg:nth-child(1),
  .fancybox-button--play svg:nth-child(2) {
    display: none;
  }
  
  .fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
  }
  
  .fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
  }
  
  .fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
  }
  
  .fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
  }
  
  .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
  }
  
  .fancybox-is-scaling .fancybox-close-small,
  .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
  }
  
  .fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
  }
  
  .fancybox-navigation .fancybox-button div {
    padding: 7px;
  }
  
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
  }
  
  .fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
  }
  
  .fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996;
  }
  
  .fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1;
  }
  
  .fancybox-caption a,
  .fancybox-caption a:link,
  .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
  }
  
  .fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  .fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
  }
  
  @-webkit-keyframes a {
    to {
      transform: rotate(1turn);
    }
  }
  
  @keyframes a {
    to {
      transform: rotate(1turn);
    }
  }
  
  .fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  }
  
  .fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  
  .fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  
  .fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
  }
  
  .fancybox-fx-fade.fancybox-slide--next,
  .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  
  .fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
  }
  
  .fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
  }
  
  .fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  
  .fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
  }
  
  .fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
  }
  
  .fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
  }
  
  .fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
  }
  
  .fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  }
  
  .fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  }
  
  .fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
  }
  
  .fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  }
  
  .fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  }
  
  .fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
  }
  
  @media (max-height: 576px) {
    .fancybox-caption {
      padding: 12px;
    }
    .fancybox-slide {
      padding-left: 6px;
      padding-right: 6px;
    }
    .fancybox-slide--image {
      padding: 6px 0;
    }
    .fancybox-close-small {
      right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px;
    }
  }
  
  .fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
  }
  
  .fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
  }
  
  .fancybox-share p {
    margin: 0;
    padding: 0;
  }
  
  .fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
  }
  
  .fancybox-share__button:link,
  .fancybox-share__button:visited {
    color: #fff;
  }
  
  .fancybox-share__button:hover {
    text-decoration: none;
  }
  
  .fancybox-share__button--fb {
    background: #3b5998;
  }
  
  .fancybox-share__button--fb:hover {
    background: #344e86;
  }
  
  .fancybox-share__button--pt {
    background: #bd081d;
  }
  
  .fancybox-share__button--pt:hover {
    background: #aa0719;
  }
  
  .fancybox-share__button--tw {
    background: #1da1f2;
  }
  
  .fancybox-share__button--tw:hover {
    background: #0d95e8;
  }
  
  .fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
  }
  
  .fancybox-share__button svg path {
    fill: #fff;
  }
  
  .fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
  }
  
  .fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
  }
  
  .fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 212px;
  }
  
  .fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
  }
  
  .fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
  }
  
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
  }
  
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
  }
  
  .fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
  }
  
  .fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
  }
  
  .fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
  }
  
  .fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
  }
  
  @media (max-width: 576px) {
    .fancybox-thumbs {
      width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
      right: 110px;
    }
    .fancybox-thumbs__list a {
      max-width: calc(100% - 10px);
    }
  }



  /************************************** RTL **************************************/
  
  /* ==========================================================================
    01. GENERAL & BASIC STYLES RTL
    =========================================================================== */
  
  [dir="rtl"] body,
  [dir="rtl"] html {
    direction: rtl;
  }
  
  [dir="rtl"] body {
    font-family: "Noto Naskh Arabic", soleil, Tahoma, serif;
    text-align: right;
  }
  
  /*------------------------------------------*/
  /*  Margin right RTL
  /*------------------------------------------*/
  
  [dir="rtl"] .ms-100 { margin-right: 100px; }
  [dir="rtl"] .ms-95 { margin-right: 95px; }
  [dir="rtl"] .ms-90 { margin-right: 90px; }
  [dir="rtl"] .ms-85 { margin-right: 85px; }
  [dir="rtl"] .ms-80 { margin-right: 80px; }
  [dir="rtl"] .ms-75 { margin-right: 75px; }
  [dir="rtl"] .ms-70 { margin-right: 70px; }
  [dir="rtl"] .ms-60 { margin-right: 60px; }
  [dir="rtl"] .ms-55 { margin-right: 55px; }
  [dir="rtl"] .ms-50 { margin-right: 50px; }
  [dir="rtl"] .ms-45 { margin-right: 45px; }
  [dir="rtl"] .ms-40 { margin-right: 40px; }
  [dir="rtl"] .ms-35 { margin-right: 35px; }
  [dir="rtl"] .ms-30 { margin-right: 30px; }
  [dir="rtl"] .ms-25 { margin-right: 25px; }
  [dir="rtl"] .ms-20 { margin-right: 20px; }
  [dir="rtl"] .ms-15 { margin-right: 15px; }
  [dir="rtl"] .ms-10 { margin-right: 10px; }
  [dir="rtl"] .ms-5 { margin-right: 5px; }
  
  /*------------------------------------------*/
  /*  Margin left RTL
  /*------------------------------------------*/
  
  [dir="rtl"] .me-100 { margin-left: 100px; }
  [dir="rtl"] .me-95 { margin-left: 95px; }
  [dir="rtl"] .me-90 { margin-left: 90px; }
  [dir="rtl"] .me-85 { margin-left: 85px; }
  [dir="rtl"] .me-80 { margin-left: 80px; }
  [dir="rtl"] .me-75 { margin-left: 75px; }
  [dir="rtl"] .me-70 { margin-left: 70px; }
  [dir="rtl"] .me-65 { margin-left: 65px; }
  [dir="rtl"] .me-60 { margin-left: 60px; }
  [dir="rtl"] .me-55 { margin-left: 55px; }
  [dir="rtl"] .me-50 { margin-left: 50px; }
  [dir="rtl"] .me-45 { margin-left: 45px; }
  [dir="rtl"] .me-40 { margin-left: 40px; }
  [dir="rtl"] .me-35 { margin-left: 35px; }
  [dir="rtl"] .me-30 { margin-left: 30px; }
  [dir="rtl"] .me-25 { margin-left: 25px; }
  [dir="rtl"] .me-20 { margin-left: 20px; }
  [dir="rtl"] .me-15 { margin-left: 15px; }
  [dir="rtl"] .me-10 { margin-left: 10px; }
  [dir="rtl"] .me-5 { margin-left: 5px; }
  
  /*------------------------------------------*/
  /*  Padding right RTL
  /*------------------------------------------*/
  
  [dir="rtl"] .pl-100 { padding-right: 100px; }
  [dir="rtl"] .pl-95 { padding-right: 95px; }
  [dir="rtl"] .pl-90 { padding-right: 90px; }
  [dir="rtl"] .pl-85 { padding-right: 85px; }
  [dir="rtl"] .pl-80 { padding-right: 80px; }
  [dir="rtl"] .pl-75 { padding-right: 75px; }
  [dir="rtl"] .pl-70 { padding-right: 70px; }
  [dir="rtl"] .pl-65 { padding-right: 65px; }
  [dir="rtl"] .pl-60 { padding-right: 60px; }
  [dir="rtl"] .pl-55 { padding-right: 55px; }
  [dir="rtl"] .pl-50 { padding-right: 50px; }
  [dir="rtl"] .pl-45 { padding-right: 45px; }
  [dir="rtl"] .pl-40 { padding-right: 40px; }
  [dir="rtl"] .pl-35 { padding-right: 35px; }
  [dir="rtl"] .pl-30 { padding-right: 30px; }
  [dir="rtl"] .pl-25 { padding-right: 25px; }
  [dir="rtl"] .pl-20 { padding-right: 20px; }
  [dir="rtl"] .pl-15 { padding-right: 15px; }
  [dir="rtl"] .pl-10 { padding-right: 10px; }
  [dir="rtl"] .pl-5 { padding-right: 5px; }
  
  /*------------------------------------------*/
  /*  Padding left RTL
  /*------------------------------------------*/
  
  [dir="rtl"] .pr-100 { padding-left: 100px; }
  [dir="rtl"] .pr-95 { padding-left: 95px; }
  [dir="rtl"] .pr-90 { padding-left: 90px; }
  [dir="rtl"] .pr-85 { padding-left: 85px; }
  [dir="rtl"] .pr-80 { padding-left: 80px; }
  [dir="rtl"] .pr-75 { padding-left: 75px; }
  [dir="rtl"] .pr-70 { padding-left: 70px; }
  [dir="rtl"] .pr-65 { padding-left: 65px; }
  [dir="rtl"] .pr-60 { padding-left: 60px; }
  [dir="rtl"] .pr-55 { padding-left: 55px; }
  [dir="rtl"] .pr-50 { padding-left: 50px; }
  [dir="rtl"] .pr-45 { padding-left: 45px; }
  [dir="rtl"] .pr-40 { padding-left: 40px; }
  [dir="rtl"] .pr-35 { padding-left: 35px; }
  [dir="rtl"] .pr-30 { padding-left: 30px; }
  [dir="rtl"] .pr-25 { padding-left: 25px; }
  [dir="rtl"] .pr-20 { padding-left: 20px; }
  [dir="rtl"] .pr-15 { padding-left: 15px; }
  [dir="rtl"] .pr-10 { padding-left: 10px; }
  [dir="rtl"] .pr-5 { padding-left: 5px; }
  
  
  /* ==========================================================================
        02. TYPOGRAPHY RTL
  =========================================================================== */
  
  /*------------------------------------------*/
  /*  HEADERS RTL
  /*------------------------------------------*/
  
  [dir="rtl"] h1,[dir="rtl"] h2,[dir="rtl"] h3,[dir="rtl"] h4,[dir="rtl"] h5,[dir="rtl"] h6,
  [dir="rtl"] .h1,[dir="rtl"] .h2,[dir="rtl"] .h3,[dir="rtl"] .h4,[dir="rtl"] .h5,[dir="rtl"] .h6 {
    font-family: "Noto Kufi Arabic", soleil, "Roboto", sans-serif !important;
  }
  
  /*------------------------------------------*/
  /*  TEXT BLOCK RTL
  /*------------------------------------------*/
  
  [dir="rtl"] .tabs-section .img-block.left-column,
  [dir="rtl"] .tabs-section .txt-block.left-column,
  [dir="rtl"] .content-section .img-block.left-column,
  [dir="rtl"] .content-section .txt-block.left-column { padding-right: 5px;
    padding-left: 20px;
  }
  
  /* ==========================================================================
        04. HEADER & NAVIGATION RTL
  =========================================================================== */
  
  /*------------------------------------------*/
  /*  TOP BAR RTL
  /*------------------------------------------*/
  
  [dir="rtl"] .top-bar {
    left: 0;
    right: auto;
  }
  
  [dir="rtl"] .top-bar a.language-link {
    font-family: soleil, serif;
    padding-left: 17px;
    padding-right: 0;
  }
  
  [dir="rtl"] .language-link::before {
    left: 0;
    right: auto;
    margin-left: auto;
    margin-right: 5px;
  }
  
  /*------------------------------------------*/
  /*  HEADER LOGO RTL
  /*------------------------------------------*/
  
  [dir="rtl"] .desktoplogo .logo-project {
    margin-right: 15px;
    margin-left: auto;
  }
  
  [dir="rtl"] .header-menu-wrapper {
    margin-right: auto;
    margin-left: 0;
  }
  
  /*------------------------------------------*/
  /*  MENU RTL
  /*------------------------------------------*/
  
  @media (max-width: 991.98px) {
    [dir="rtl"] .smllogo .logo-project {
      margin-left: auto;
      margin-right: 15px;
    }
  
    [dir="rtl"] .header-menu-wrapper {
      left: auto;
      right: -295px;
    }
  
    [dir="rtl"] .header-menu-wrapper.header-menu-wrapper-on {
      left: auto;
      right: 0;
    }
  
    /*********mobile menu close *********/
    [dir="rtl"] .header-menu-wrapper #btn_mobile_menu_close{
      left: auto;
      right: -50px;
    }
  
    [dir="rtl"] .header-menu-wrapper.header-menu-wrapper-on #btn_mobile_menu_close {
      left: auto;
      right: 275px;
    } 
  }
  
  /*------------------------------------------*/
  /*  INNER PAGE HERO TYPOGRAPHY
  /*------------------------------------------*/
  [dir="rtl"] #hero02 .hero02-img{
    margin-left: auto;
    margin-right: 0;
  }
  
  /* ==========================================================================
        23. FOOTER RTL
  =========================================================================== */
  
  [dir="rtl"] #footer-1 .footer-links { padding-right: 0%;
    padding-left: 0;
  }
  
  [dir="rtl"] .bottom-footer-list li:after { padding-right: 11px;
    padding-left: 0;
  }
  
  [dir="rtl"] .bottom-footer-list li.first-li { padding-left: 10px;
  }
  
  [dir="rtl"] .bottom-footer-list li.last-li { padding-left: 0;
  }
  
  [dir="rtl"] .bottom-footer-list li.last-li:after {
    content: none;
    padding-left: 0;
  }
  
  
  /* ==========================================================================
        27. SCROLL TO TOP RTL
  ========================================================================== */
  
  [dir="rtl"] #scrollUp {
    right: auto;
    left: 25px;
  }

  /* ==========================================================================
        SELECT2 RTL
  ========================================================================== */
  [dir="rtl"] .select2-container--bootstrap-5 .select2-selection{
    background-position: left 1rem center;
    padding: 3px .75rem 3px 3rem;
  }
  [dir="rtl"] #fillters_holder select + .select2-container--bootstrap-5{
    margin-right: 0;
    margin-left: 10px;
  }

   /* ==========================================================================
        DATA TABLES RTL
  ========================================================================== */
  [dir="rtl"] table.dataTable thead>tr>th.sorting{
    padding-right: inherit;
    padding-left: 26px;
  }
  [dir="rtl"] table.dataTable thead .sorting:before, [dir="rtl"] table.dataTable thead .sorting:after{
    right: auto;
    left: 10px;
  }

  /* ================================================================================== 
     FLATICONS RTL 
  ========================================================================== */
  [dir="rtl"] .flaticon-reload:before {
    margin-left: 5px;
    margin-right: auto;
  }

  /*** external link icon RTL ***/
  [dir="rtl"] .ext::after{
    right: auto;
    left: 0.25rem;
    transform: rotate(270deg);
  }
