@charset "UTF-8";
/*---------------------------------------------"
// Template Name: Educate
// Template URL: https://techpedia.co.uk/template/Educate
// Description: Educate Html 5 Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Courgette&amp;family=Inter:wght@300;400;500;600;700;800&amp;display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Shadows */
/*-------------------------
  Basic Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #006cb5;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.wrap-timer h3{
    display: inline-block;
    font-size: 14px; 
    color: #ff0028; margin-left:70px;
}
.wrap-end-exam{
    color: #fff;
    background: #ff4260;
    border-radius: 15px;
    padding: 8px 18px;
    text-align: center;
    display: inline-block;
    margin-top: -12px;
    margin-bottom: 14px;
}

.blog-dtl{
    padding:50px 0px 50px;
    margin-top: 90px;
}
.blog-dtl .content{
    padding-top:25px;
}
.frdd{
    padding:10px 0px 20px;
}
.dtszn .thumb img{
    border-radius:25px;
}
.side-blg{
    border-radius: 20px;
    background:#fff;
}
.side-blg h5{
    font-weight:600;
    padding-bottom:18px;
    border-bottom:1px solid #d7d7d7;
    margin-bottom:25px;
}
.side-blg a{
    margin-bottom:25px;
}
.side-blg a img{
    width:70px;
    border-radius:5px;
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

.main-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  transition: filter 0.5s ease;
}

body {
    font-family: "Inter", sans-serif;
    color: #2a322d;
    background-color: #f4f5f5;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    height: 100%;
    /* vertical-align: baseline; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #006cb5;
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}
body .locked {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
@media (max-width: 575px) {
  h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

h1,
.h1 {
  font-weight: 500;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: -1.22px;
}
@media (max-width: 992px) {
  h1,
.h1 {
    font-size: 56px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 48px;
    letter-spacing: -0.76px;
  }
}
@media (max-width: 575px) {
  h1,
.h1 {
    font-size: 42px;
    letter-spacing: -0.54px;
  }
}

h2,
.h2 {
  font-weight: 500;
  font-size: 47px;
  line-height: 125%;
  letter-spacing: -0.47px;
}
@media (max-width: 992px) {
  h2,
.h2 {
    font-size: 42px;
    letter-spacing: -0.42px;
  }
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 36px;
    letter-spacing: -0.36px;
  }
}
@media (max-width: 575px) {
  h2,
.h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}

h3,
.h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.36px;
}
@media (max-width: 992px) {
  h3,
.h3 {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 30px;
    letter-spacing: -0.3px;
  }
}
@media (max-width: 575px) {
  h3,
.h3 {
    font-size: 26px;
    letter-spacing: -0.26px;
  }
}

h4,
.h4 {
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.27%;
}
@media (max-width: 992px) {
  h4,
.h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h4,
.h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 992px) {
  h5,
.h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5,
.h5 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  h5,
.h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  color: #3c3c3c;
}
@media (max-width: 992px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease;
}
a:hover {
  color: #006cb5;
  transition: all 0.5s ease;
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Inter", sans-serif;
}




.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 111111111;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 0px;
    right: -20px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    z-index: 11111;
    background: #000;
    width: 30px;
    padding: 6px;
}
.popup .close:hover {
    color: #0097ff;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}


.wrap-exam-unlock {
      background-color: white;
      max-width: 100%;
      width: 100%;
      padding: 30px 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      border-radius: 12px;
      text-align: center;
      margin:30px 0px 30px;
    }

    .lock-icon {
      background-color: #ffe6e6;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .lock-icon i{
        color: #ee0000;
        font-size: 26px;
    }
    
    .wrap-exam-unlock h2 {
      margin: 10px 0 5px;
      color: #2c2c2c;
    }

    .subtitle {
      color: #333;
      font-size: 16px;
      margin-bottom: 20px;
    }

    .error-box {
      background-color: #ffe6e6;
      color: #a33;
      border-left: 4px solid #e00;
      padding: 15px;
      margin-bottom: 20px;
      font-size: 14px;
      border-radius: 6px;
      text-align: left;
    }

    .wrap-exam-unlock .button {
      background-color: #6b7280;
      color: white;
      padding: 10px 30px;
      border: none;
      border-radius: 26px;
      font-size: 14px;
      cursor: pointer;
      margin-bottom: 15px;
      transition: background-color 0.2s ease;
    }

    .wrap-exam-unlock .button:hover {
      background-color: #3b4cb2;
    }

    .assistance-eml {
      font-size: 16px;
      color: #333;
    }

    .assistance-eml a {
      color: #4c5fd5;
      text-decoration: none;
    }

    .assistance-eml a:hover {
      text-decoration: underline;
    }
    
    
    
    
.screen-1{
    padding:50px 0px 50px;
}
.scn-ctn {
      background: #fff;
      width: 100%;
      padding: 30px 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      border-radius: 12px;
      text-align: center;
    }

    .scn-ctn h2 {
      margin-bottom: 10px;
      color: #2c2c2c;
    }

    .scn-ctn .status-icon {
      width: 60px;
      height: 60px;
      background-color: #ffe6e6;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px auto;
    }

    /*.scn-ctn .status-icon:before {
      content: "❌";
      font-size: 28px;
    }*/
    .scn-ctn .status-icon i{
        color: #ee0000;
        font-size: 26px;
    }

    .scn-ctn .status-text {
      color: #d22;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .scn-ctn .score {
      font-size: 32px;
      font-weight: bold;
      color: #2c2c2c;
    }

    .scn-ctn .percentage {
      font-size: 18px;
      color: #555;
      padding: 12px 0px 8px;
    }

    .scn-ctn .time {
      font-size: 13px;
      color: #777;
      margin-bottom: 25px;
    }

    .scn-ctn .breakdown {
      background-color: #f0f4f8;
      border-radius: 10px;
      padding: 15px;
      text-align: left;
      margin-bottom: 25px;
    }

    .scn-ctn .breakdown h4 {
      margin: 0 0 10px 0;
      font-size: 15px;
      color: #333;
    }

    .scn-ctn .breakdown-row {
      display: flex;
      justify-content: space-between;
      padding: 6px 0;
      font-size: 14px;
      border-bottom: 1px solid #ddd;
    }

    .scn-ctn .breakdown-row:last-child {
      border-bottom: none;
    }

    .scn-ctn .buttons {
      display: inline;
      flex-direction: column;
      gap: 10px;
    }

    .scn-ctn .button {
      padding: 12px;
      font-size: 14px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      transition: background-color 0.2s ease;
      width: 30%;
    }

    .scn-ctn .review {
      background-color: #007bff;
      color: white;
    }

    .scn-ctn .review:hover {
      background-color: #0062cc;
    }

    .scn-ctn .retake {
      background-color: #6c757d;
      color: white;
    }

    .scn-ctn .retake:hover {
      background-color: #5a6268;
    }

    .scn-ctn .dashboard {
      background-color: #adb5bd;
      color: white;
    }

    .scn-ctn .dashboard:hover {
      background-color: #999fa5;
    }
    
    
    
    

.screen-2{
    padding:50px 0px 50px;
}
.pass-rlt {
      background: #fff;
      width: 100%;
      padding: 30px 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      border-radius: 12px;
      text-align: center;
    }

    .pass-rlt h2 {
      margin-bottom: 10px;
      color: #2c2c2c;
    }

    .pass-rlt .status-icon {
      width: 60px;
      height: 60px;
      background-color: #4fbb84;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px auto;
    }

    /*.pass-rlt .status-icon:before {
      content: "✅";
      font-size: 28px;
    }*/
    
    .pass-rlt .status-icon i{
        color: #fff;
        font-size: 26px;
    }

    .pass-rlt .status-text {
      color: #4fbb84;
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 18px;
    }

    .pass-rlt .score {
      font-size: 32px;
      font-weight: bold;
      color: #2c2c2c;
    }

    .pass-rlt .percentage {
      font-size: 18px;
      color: #555;
      padding: 12px 0px 8px;
    }

    .pass-rlt .time {
      font-size: 13px;
      color: #777;
      margin-bottom: 25px;
    }

    .pass-rlt .breakdown {
      text-align: left;
      margin-top: 10px;
    }

    .pass-rlt .breakdown h4 {
      margin: 0 0 10px 0;
      font-size: 15px;
      color: #333;
    }

    .pass-rlt .breakdown-row {
      display: flex;
      justify-content: space-between;
      padding: 6px 0;
      font-size: 14px;
      border-bottom: 1px solid #eee;
    }

    .pass-rlt .breakdown-row:last-child {
      border-bottom: none;
    }
    
    
    

.screen-3{
    padding:50px 0px 50px;
}
.screen-3 .card {
      background: white;
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 30px;
    }

    .screen-3 .trophy-1 {
    font-size: 30px;
    color: #28c76f;
    margin-bottom: 10px !important;
    background: #dcfce7;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 45px;
    margin: 0 auto;
    }

    .screen-3 h2 {
      margin: 5px 0;
      color: #333;
    }

    .screen-3 p {
      color: #777;
      font-size: 14px;
      margin-bottom: 25px;
    }

    .screen-3 .stats {
      display: flex;
      justify-content: space-around;
      margin-bottom: 25px;
    }

    .screen-3 .stat {
      width: 32%;
      padding: 10px;
      border-radius: 10px;
      color: white;
    }

    .screen-3 .score {
      background-color: #cfe8ff;
      color: #1877f2;
    }
    
    .screen-3 .score p{
        margin-bottom: 5px !important;
    }
    .screen-3 .correct p{
        margin-bottom: 5px !important;
    }
    .screen-3 .incorrect p{
        margin-bottom: 5px !important;
    }

    .screen-3 .correct {
      background-color: #d4edda;
      color: #28a745;
    }

    .screen-3 .incorrect {
      background-color: #f8d7da;
      color: #dc3545;
    }

    .screen-3 .message {
      color: #28a745;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .screen-3 .buttons {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }

    .screen-3 button {
      flex: 1;
      padding: 10px;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .screen-3 .dashboard {
      background-color: #fff;
      border: 2px solid #ddd;
      color: #333;
    }

    .screen-3 .try-again {
      background-color: #4b4bff;
      color: white;
    }

    .screen-3 .review {
      background-color: #34c759;
      color: white;
    }

    .screen-3 button:hover {
      opacity: 0.9;
    }
    
    
    
.screen-4{
    padding:50px 0px 50px;
}
.screen-4 .card {
      background: white;
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 30px;
    }

    .screen-4 .trophy-1 {
    font-size: 30px;
    color: #1c7af2;
    margin-bottom: 10px !important;
    background: #cfe8ff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 45px;
    margin: 0 auto;
    }

    .screen-4 h2 {
      margin: 5px 0;
      color: #333;
    }

    .screen-4 p {
      color: #777;
      font-size: 14px;
      margin-bottom: 25px;
    }

    .screen-4 .stats {
      display: flex;
      justify-content: space-around;
      margin-bottom: 25px;
    }

    .screen-4 .stat {
      width: 32%;
      padding: 10px;
      border-radius: 10px;
      color: white;
    }

    .screen-4 .score {
      background-color: #cfe8ff;
      color: #1877f2;
    }
    
    .screen-4 .score p{
        margin-bottom: 5px !important;
    }
    .screen-4 .correct p{
        margin-bottom: 5px !important;
    }
    .screen-4 .incorrect p{
        margin-bottom: 5px !important;
    }

    .screen-4 .correct {
      background-color: #d4edda;
      color: #28a745;
    }

    .screen-4 .incorrect {
      background-color: #f8d7da;
      color: #dc3545;
    }

    .screen-4 .message {
      color: #1f7bf3;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .screen-4 .buttons {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }

    .screen-4 button {
      flex: 1;
      padding: 10px;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .screen-4 .dashboard {
      background-color: #fff;
      border: 2px solid #ddd;
      color: #333;
    }

    .screen-4 .try-again {
      background-color: #4b4bff;
      color: white;
    }

    .screen-3 .review {
      background-color: #34c759;
      color: white;
    }

    .screen-4 button:hover {
      opacity: 0.9;
    }
    

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.inner-login{
   padding: 70px 0px 40px;
}
.stude-dlt{
    background: #ebe9e9;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 25px;
}
.stude-dlt span{
    width:32%;
    padding-left:15px;
}
.stu-1{
   border-right: 1px solid #b3b3b3;
}
.stu-2{
   border-right: 1px solid #b3b3b3;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #006cb5;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #006cb5;
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: #006cb5;
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*-------------------------
  Helpers
-------------------------*/
.color-primary {
  color: #006cb5 !important;
}

.bg-primary {
  background-color: #006cb5 !important;
}

.color-primary-2 {
  color: #bfacf9 !important;
}

.bg-primary-2 {
  background-color: #bfacf9 !important;
}

.color-primary-3 {
  color: #bfacf9 !important;
}

.bg-primary-3 {
  background-color: #bfacf9 !important;
}

.color-white {
  color: #fefcfb !important;
}

.bg-white {
  background-color: #fefcfb !important;
}

.color-black {
  color: #2a322d !important;
}

.bg-black {
  background-color: #2a322d !important;
}

.medium-black {
  color: #1a1e1d !important;
}

.bg-medium-black {
  background-color: #1a1e1d !important;
}

.dark-black {
  color: #141515 !important;
}

.bg-dark-black {
  background-color: #141515 !important;
}

.lightest-gray {
  color: #f4f5f5 !important;
}

.bg-lightest-gray {
  background-color: #f4f5f5 !important;
}

.light-gray {
  color: #c9cfce !important;
}

.bg-light-gray {
  background-color: #c9cfce !important;
}

.bg-medium-gray {
  background-color: #b7bdbb !important;
}

.medium-gray {
  color: #b7bdbb !important;
}

.dark-gray {
  color: #7a8582 !important;
}

.bg-dark-gray {
  background-color: #7a8582 !important;
}

.br-30 {
  border-radius: 30px;
}

.br-25 {
  border-radius: 25px;
}

.br-20 {
  border-radius: 20px;
}

.br-15 {
  border-radius: 15px;
}

.br-10 {
  border-radius: 10px;
}

.br-5 {
  border-radius: 5px;
}

.b-unstyle {
  border: 0;
  background: transparent;
}

.shadow {
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0) !important;
}

.fm-sec {
  font-family: "Courgette", cursive !important;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .my-80 {
    margin: 64px 0;
  }
}
@media (max-width: 991px) {
  .my-80 {
    margin: 54px 0;
  }
}
@media (max-width: 767px) {
  .my-80 {
    margin: 42px 0;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 42px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 42px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.my-60 {
  margin: 60px 0;
}
@media (max-width: 1199px) {
  .my-60 {
    margin: 54px 0;
  }
}
@media (max-width: 991px) {
  .my-60 {
    margin: 48px 0;
  }
}
@media (max-width: 767px) {
  .my-60 {
    margin: 42px 0;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .mt-60 {
    margin-top: 54px;
  }
}
@media (max-width: 991px) {
  .mt-60 {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 42px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 54px;
  }
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 42px;
  }
}

.my-48 {
  margin: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .my-48 {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .my-48 {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .my-48 {
    margin: 24px 0;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

.my-40 {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .my-40 {
    margin: 32px 0;
  }
}
@media (max-width: 991px) {
  .my-40 {
    margin: 28px 0;
  }
}
@media (max-width: 767px) {
  .my-40 {
    margin: 22px 0;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .mt-40 {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 22px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .mb-30 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-4p {
  margin-bottom: 4px;
}

.py-80 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .py-80 {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  .py-80 {
    padding: 54px 0;
  }
}
@media (max-width: 767px) {
  .py-80 {
    padding: 42px 0;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 42px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 42px;
  }
}

.py-64 {
  padding: 64px 0;
}
@media (max-width: 1199px) {
  .py-64 {
    padding: 56px 0;
  }
}
@media (max-width: 991px) {
  .py-64 {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .py-64 {
    padding: 42px 0;
  }
}

.py-60 {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .py-60 {
    padding: 54px 0;
  }
}
@media (max-width: 991px) {
  .py-60 {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .py-60 {
    padding: 42px 0;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .pt-60 {
    padding-top: 54px;
  }
}
@media (max-width: 991px) {
  .pt-60 {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .pt-60 {
    padding-top: 42px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .pb-60 {
    padding-bottom: 54px;
  }
}
@media (max-width: 991px) {
  .pb-60 {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .pb-60 {
    padding-bottom: 42px;
  }
}

.py-48 {
  padding: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .py-48 {
    padding: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .py-48 {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .py-48 {
    padding: 26px 0;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-48 {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-48 {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 26px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-48 {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-48 {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 26px;
  }
}

.py-40 {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .py-40 {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .py-40 {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .py-40 {
    padding: 22px 0;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 22px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 22px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 28px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

/*-------------------------
  Elements
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  justify-content: center;
  display: grid;
  align-content: center;
  z-index: 9999999;
  background: #006cb5;
}
#preloader .book {
  color: #fefcfb;
  width: 32px;
  height: 12px;
  position: relative;
  margin: 32px 0 0 0;
  zoom: 1.5;
}
#preloader .book .inner {
  width: 32px;
  height: 12px;
  position: relative;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  -webkit-animation: book 6.8s ease infinite;
  animation: book 6.8s ease infinite;
}
#preloader .book .inner .left,
#preloader .book .inner .right {
  width: 60px;
  height: 4px;
  top: 0;
  border-radius: 2px;
  background: #fefcfb;
  position: absolute;
}
#preloader .book .inner .left:before,
#preloader .book .inner .right:before {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: inherit;
  position: absolute;
  top: -10px;
  left: 6px;
}
#preloader .book .inner .left {
  right: 28px;
  transform-origin: 58px 2px;
  transform: rotateZ(90deg);
  -webkit-animation: left 6.8s ease infinite;
  animation: left 6.8s ease infinite;
}
#preloader .book .inner .right {
  left: 28px;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  -webkit-animation: right 6.8s ease infinite;
  animation: right 6.8s ease infinite;
}
#preloader .book .inner .middle {
  width: 32px;
  height: 12px;
  border: 4px solid #fefcfb;
  border-top: 0;
  border-radius: 0 0 9px 9px;
  transform: translateY(2px);
}
#preloader .book ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 0;
}
#preloader .book ul li {
  height: 4px;
  border-radius: 2px;
  transform-origin: 100% 2px;
  width: 48px;
  right: 0;
  top: -10px;
  position: absolute;
  background: #fefcfb;
  transform: rotateZ(0deg) translateX(-18px);
  -webkit-animation-duration: 6.8s;
  animation-duration: 6.8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#preloader .book ul li:nth-child(0) {
  -webkit-animation-name: page-0;
  animation-name: page-0;
}
#preloader .book ul li:nth-child(1) {
  -webkit-animation-name: page-1;
  animation-name: page-1;
}
#preloader .book ul li:nth-child(2) {
  -webkit-animation-name: page-2;
  animation-name: page-2;
}
#preloader .book ul li:nth-child(3) {
  -webkit-animation-name: page-3;
  animation-name: page-3;
}
#preloader .book ul li:nth-child(4) {
  -webkit-animation-name: page-4;
  animation-name: page-4;
}
#preloader .book ul li:nth-child(5) {
  -webkit-animation-name: page-5;
  animation-name: page-5;
}
#preloader .book ul li:nth-child(6) {
  -webkit-animation-name: page-6;
  animation-name: page-6;
}
#preloader .book ul li:nth-child(7) {
  -webkit-animation-name: page-7;
  animation-name: page-7;
}
#preloader .book ul li:nth-child(8) {
  -webkit-animation-name: page-8;
  animation-name: page-8;
}
#preloader .book ul li:nth-child(9) {
  -webkit-animation-name: page-9;
  animation-name: page-9;
}
#preloader .book ul li:nth-child(10) {
  -webkit-animation-name: page-10;
  animation-name: page-10;
}
#preloader .book ul li:nth-child(11) {
  -webkit-animation-name: page-11;
  animation-name: page-11;
}
#preloader .book ul li:nth-child(12) {
  -webkit-animation-name: page-12;
  animation-name: page-12;
}
#preloader .book ul li:nth-child(13) {
  -webkit-animation-name: page-13;
  animation-name: page-13;
}
#preloader .book ul li:nth-child(14) {
  -webkit-animation-name: page-14;
  animation-name: page-14;
}
#preloader .book ul li:nth-child(15) {
  -webkit-animation-name: page-15;
  animation-name: page-15;
}
#preloader .book ul li:nth-child(16) {
  -webkit-animation-name: page-16;
  animation-name: page-16;
}
#preloader .book ul li:nth-child(17) {
  -webkit-animation-name: page-17;
  animation-name: page-17;
}
#preloader .book ul li:nth-child(18) {
  -webkit-animation-name: page-18;
  animation-name: page-18;
}

@-webkit-keyframes page-0 {
  4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  13%, 54% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  63% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-0 {
  4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  13%, 54% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  63% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-1 {
  5.86% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  14.74%, 55.86% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  64.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-1 {
  5.86% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  14.74%, 55.86% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  64.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-2 {
  7.72% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  16.48%, 57.72% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  66.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-2 {
  7.72% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  16.48%, 57.72% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  66.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-3 {
  9.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  18.22%, 59.58% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  68.22% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-3 {
  9.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  18.22%, 59.58% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  68.22% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-4 {
  11.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  19.96%, 61.44% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  69.96% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-4 {
  11.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  19.96%, 61.44% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  69.96% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-5 {
  13.3% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  21.7%, 63.3% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  71.7% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-5 {
  13.3% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  21.7%, 63.3% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  71.7% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-6 {
  15.16% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  23.44%, 65.16% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  73.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-6 {
  15.16% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  23.44%, 65.16% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  73.44% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-7 {
  17.02% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  25.18%, 67.02% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  75.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-7 {
  17.02% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  25.18%, 67.02% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  75.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-8 {
  18.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  26.92%, 68.88% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  76.92% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-8 {
  18.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  26.92%, 68.88% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  76.92% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-9 {
  20.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  28.66%, 70.74% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  78.66% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-9 {
  20.74% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  28.66%, 70.74% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  78.66% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-10 {
  22.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  30.4%, 72.6% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  80.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-10 {
  22.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  30.4%, 72.6% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  80.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-11 {
  24.46% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  32.14%, 74.46% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  82.14% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-11 {
  24.46% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  32.14%, 74.46% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  82.14% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-12 {
  26.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  33.88%, 76.32% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  83.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-12 {
  26.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  33.88%, 76.32% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  83.88% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-13 {
  28.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  35.62%, 78.18% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  85.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-13 {
  28.18% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  35.62%, 78.18% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  85.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-14 {
  30.04% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  37.36%, 80.04% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  87.36% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-14 {
  30.04% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  37.36%, 80.04% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  87.36% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-15 {
  31.9% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  39.1%, 81.9% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  89.1% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-15 {
  31.9% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  39.1%, 81.9% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  89.1% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-16 {
  33.76% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  40.84%, 83.76% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  90.84% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-16 {
  33.76% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  40.84%, 83.76% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  90.84% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-17 {
  35.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  42.58%, 85.62% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  92.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-17 {
  35.62% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  42.58%, 85.62% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  92.58% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes page-18 {
  37.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  44.32%, 87.48% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  94.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page-18 {
  37.48% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  44.32%, 87.48% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  94.32% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@-webkit-keyframes left {
  4% {
    transform: rotateZ(90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(90deg);
  }
}
@keyframes left {
  4% {
    transform: rotateZ(90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(90deg);
  }
}
@-webkit-keyframes right {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(-90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(-90deg);
  }
}
@keyframes right {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(-90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  96% {
    transform: rotateZ(-90deg);
  }
}
@-webkit-keyframes book {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  40.01%, 59.99% {
    transform-origin: 30px 2px;
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  96% {
    transform: rotateZ(-90deg);
  }
}
@keyframes book {
  4% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  40.01%, 59.99% {
    transform-origin: 30px 2px;
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
    transform-origin: 2px 2px;
  }
  96% {
    transform: rotateZ(-90deg);
  }
}

/* scroll to top */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px RGBA(0, 0, 0, 0.2);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display:none !important;
}
.scroll-top::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro" !important;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #006cb5;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top .scroll-top__circle path {
  stroke: #006cb5;
  stroke-width: 4;
  fill: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.educate-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #006cb5;
  color: #fefcfb;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-transform: capitalize;
  padding: 12px 24px;
  overflow: hidden;
  width: fit-content;
  z-index: 2;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.educate-btn .educate-btn__curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 33px;
  height: 100%;
 
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display:none;
}
.educate-btn:hover {
  color: #fefcfb;
}
.educate-btn:hover .educate-btn__curve {
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}
.educate-btn.sec {
  background-color: #fefcfb;
  color: #2a322d;
  border: 2px solid #fefcfb;
}
.educate-btn.sec:hover {
  color: #fefcfb !important;
  background-color: #006cb5;
  border: 2px solid #006cb5;
}
.educate-btn.sec-2 {
  background-color: transparent;
  color: #2a322d;
  border: 2px solid #006cb5;
}
.educate-btn.sec-2:hover {
  color: #fefcfb !important;
  background: #006cb5;
}
.educate-btn.sm {
  padding: 8px 16px;
}

.educate_link_btn {
  display: flex;
  align-items: center;
  gap: 8px;
}


.educate-btns1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #ffffff;
    color: #006cb5;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: capitalize;
    padding: 12px 24px;
    overflow: hidden;
    width: fit-content;
    z-index: 2;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/*-------------------------
  Form Styling
-------------------------*/
.form-control, input {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
    background: #ffffff !important;
    border: 1px solid #b7bdbb;
    padding: 7px 12px;
    color: #006cb5;
    border-radius: 5px;
}
.form-control.p_lg,
input.p_lg {
  padding: 12px;
  color:#000;
}
select.form-control{
    -webkit-appearance: none !important;
    background-image: url(../images/down.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: center right 15px !important;
}
.form-control::placeholder,
input::placeholder {
  color: #b7bdbb;
}
.form-control:focus,
input:focus {
  color: #7a8582;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: 1px solid #006cb5;
}
.form-control:focus-visible,
input:focus-visible {
  background: transparent;
  border: 1px solid #006cb5;
  outline: none;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

input[type=range]::-webkit-slider-thumb {
  background: #006cb5;
}

input[type=radio] {
  height: auto;
  width: auto;
}

input[type=radio]:checked {
  accent-color: #006cb5;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.alert-message {
  color: #006cb5;
  background-color: #fefcfb;
}

.newsletter {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .newsletter {
    width: auto;
  }
}
.wrap-sadh-1{
    padding:100px 0px 30px;
}
.newsletter button {
  border: none;
  flex-shrink: 0;
  margin-left: -5px;
}

.search_bar {
  position: relative;
}
.search_bar input {
  padding-left: 42px;
}
.search_bar button {
  position: absolute;
  background: transparent !important;
  border: none;
  color: #2a322d;
  left: 12px;
  top: 8px;
  font-size: 20px;
  padding: 0;
}

.countdown {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media (max-width: 1399px) {
  .countdown {
    gap: 24px;
  }
}
@media (max-width: 492px) {
  .countdown {
    padding-right: 24px;
  }
}
.countdown li {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1399px) {
  .countdown li {
    gap: 12px;
  }
}
@media (max-width: 492px) {
  .countdown li {
    gap: 6px;
    flex-direction: column;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup .search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #CAE9F0;
  opacity: 0.8;
  cursor: url(../media/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup .search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup .search-popup__content .search-popup__form {
  position: relative;
}
.search-popup .search-popup__content .search-popup__form input[type=search],
.search-popup .search-popup__content .search-popup__form input[type=text] {
  width: 100%;
  background-color: #ffffff !important;
  font-size: 15px;
  color: #697585;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup .search-popup__content .search-popup__form button {
  padding: 0;
  width: 66px;
  height: 66px;
  border: 0;
  background: #006cb5;
  color: #fefcfb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-popup .search-popup__content .search-popup__form button i {
  margin: 0;
  font-size: 24px;
}
.search-popup .search-popup__content .search-popup__form button::after {
  background-color: #9b59b6;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
.footer_widget p{
    color:#ffffffbd;
}
.debug-bar-ndisplay{
    display:none !important;
}
@media (max-width: 767px) {
.mobile-nav__wrapper .mobile-nav__content .logo-box {
    margin-bottom: 20px;
    display: flex;
    background: #fff;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
}
.user-profile-box{
    height:inherit !important;
    padding-bottom:10px;
}
.wrap-user-nm {
    font-size: 20px !important;
    margin-top: 30px !important;
}
.grettings-box__content{
    padding: 10px 10px 25px 10px !important;
}
.grettings-box__content p{
    font-size:12px !important;
}
.card{
    margin-bottom:5px !important;
}
.py-30 {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}
.wrap-pay-ic{
    padding-top:10px;
    text-align:center !important;
}
.scroll-top--active{
    display:none !important;
}
.hero-banner-2 .text_block {
    padding: 0px 0px 0px !important;
    margin-top:150px;
}
.news_letter_banner {
    padding: 20px 16px 18px !important;
}
footer .footer_main .bottom-row{
     margin-top: 30px !important;
}
footer .footer_main .footer_widget {
    padding-left: 25px;
}
footer .copyright_row P {
    font-size: 12px !important;
    text-align: center !important;
}
footer .copyright_row .wrap-pay-ic img{
    max-width:201px;
    width:100%;
}
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.pagination {
  margin: 16px 0 0;
  justify-content: center;
  display: flex;
  text-align: center;
  gap: 8px;
}
.pagination li a {
  width: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  padding: 8px 0;
  border: 1px solid #b7bdbb;
  color: #2a322d;
  background: transparent;
  border-radius: 5px;
}
.pagination li a.arrow {
  font-size: 24px;
  height: 42px;
  border: 1px solid #b7bdbb;
  box-shadow: none;
  padding: 3px 8px 0;
  border-radius: 5px;
}
.pagination li a.arrow:hover {
  background: #006cb5;
  border: 1px solid #006cb5;
  color: #fefcfb;
  transition: all 0.5s ease;
}
.pagination li a.current {
  background: #006cb5;
  color: #fefcfb;
  border: 1px solid #006cb5;
}
.pagination li a:hover {
  background: #006cb5;
  color: #fefcfb;
  border: 1px solid #006cb5;
  transition: all 0.5s ease;
}
.pagination li a:focus {
  box-shadow: none;
  color: #fefcfb;
}
.pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
  border-radius: 5px;
}

/*-------------------------
  layouts
-------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.wrap-hd-one{
    text-align:center;
}
.wrap-hd-one h3{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #383838;
    padding-top: 45px;
    text-transform: capitalize;
}
.main-menu {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 120;
    padding: 12px 0 16px;
}
.main-menu .main-menu__block {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.main-menu .main-menu__left {
  display: flex;
  align-items: center;
  gap: 0px;
}
.main-menu .main-menu__left .main-menu__logo {
  align-items: center;
  position: relative;
}
.main-menu .main-menu__left .main-menu__nav {
  margin-left: 125px;
  margin-right: auto;
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list,
.main-menu .main-menu__left .main-menu__nav .main-menu__list ul,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .main-menu .main-menu__left .main-menu__nav .main-menu__list,
.main-menu .main-menu__left .main-menu__nav .main-menu__list ul,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: 35px;
  }
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list > li,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list > li {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list > li > a,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  letter-spacing: 0.32px;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list > li > a.active,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #000;
}

.main-menu .main-menu__left .main-menu__nav .main-menu__list > li > a:hover,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #006cb5;
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list > li.current, .main-menu .main-menu__left .main-menu__nav .main-menu__list > li:hover,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list > li.current,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #006cb5;
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list li ul,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  z-index: 99;
  transition: 0.3s cubic-bezier(0.18, 0.55, 1, 1);
  background-color: #fefcfb;
  box-shadow: 0px 10px 60px 0px rgba(255, 255, 255, 0.07);
  padding: 15px 20px 10px;
  border-radius: 15px;
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list li ul li,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list li ul li > a,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: 16px;
  line-height: 26px;
  color: black;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  margin-bottom: 4px;
  border-radius: 5px;
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list li ul li > a:after,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li ul li > a:after {
  position: absolute;
  right: 15px;
  top: 7px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #fefcfb;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list li ul li.current > a, .main-menu .main-menu__left .main-menu__nav .main-menu__list li ul li:hover > a,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #006cb5;
  color: #fefcfb;
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list li ul li.current > a::after, .main-menu .main-menu__left .main-menu__nav .main-menu__list li ul li:hover > a::after,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list li ul li > ul,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list li ul li > ul.right-align,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list li ul li > ul ul,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}
.main-menu .main-menu__left .main-menu__nav .main-menu__list li:hover > ul,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  gap: 6px;
  transform: scaleY(1) translateZ(0px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .main-menu__left .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .main-menu .main-menu__left .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
.main-menu .main-menu__left .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

.main-menu__right {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 575px) {
  .main-menu__right {
    gap: 24px;
  }
}
.main-menu__right .main-menu__login,
.main-menu__right .main-menu__search {
  position: relative;
  font-size: 24px;
  color: #2a322d;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
.main-menu__right .main-menu__login:hover,
.main-menu__right .main-menu__search:hover {
  color: #006cb5;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fefcfb;
  box-shadow: 0px 10px 60px 0px RGBA(0, 0, 0, 0.07);
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 300;
  color: #2a322d;
  cursor: pointer;
  transition: 500ms;
}
@media screen and (min-width: 1200px) {
  .mobile-nav__toggler {
    display: none;
  }
}
.mobile-nav__toggler:hover {
  color: #006cb5;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2a322d;
  opacity: 0.3;
  cursor: url(../images/close.html), auto;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #2a322d;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #fefcfb;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  height: 46px;
  letter-spacing: 0.48px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #006cb5;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #006cb5;
  border: none;
  outline: none;
  color: #fefcfb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fefcfb;
  color: #2a322d;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #fefcfb;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #fefcfb;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #006cb5;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #fefcfb;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #006cb5;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #006cb5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fefcfb;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

footer .footer_main {
    /* background: url(../media/backgrounds/footer-bg.png) no-repeat; */
    background-size: cover;
    position: relative;
    background: #006cb5;
    padding-bottom: 0px;
}
footer .footer_main .vector_shape {
  position: absolute;
  top: 7px;
  right: 266px;
  z-index: 1;
}
@media (max-width: 1699px) {
  footer .footer_main .vector_shape {
    right: 66px;
  }
}
@media (max-width: 575px) {
  footer .footer_main .vector_shape {
    display: none;
  }
}
footer .footer_main .dots {
  position: absolute;
  bottom: 18px;
  left: 0px;
  opacity: 0.8;
  z-index: 1;
  -webkit-animation: leftRight-1 4.5s linear 0s infinite alternate;
  animation: leftRight-1 4.5s linear 0s infinite alternate;
}
@media (max-width: 991px) {
  footer .footer_main .dots {
    display: none;
  }
}
footer .footer_main .footer_widget {
  position: relative;
  z-index: 5;
  margin-bottom: 32px;
}
footer .footer_main .footer_widget .description_text {
  max-width: 270px;
}
@media (max-width: 1199px) {
  footer .footer_main .footer_widget .description_text {
    max-width: 500px;
  }
}

.footer_widget h5{
    color:#fff!important;
    font-weight:600;
}


footer .footer_main .footer_widget .list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
  color:#fff;
}
footer .footer_main .footer_widget .list li:last-child {
  margin-bottom: 0;
}
footer .footer_main .footer_widget .list li i {
  color: #fff;
  margin-top: 4px;
}
footer .footer_main .footer_widget .list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
  color:#ffffffbd;
}
footer .footer_main .footer_widget .list li a i {
  color: #fff;
  margin-top: 0px;
}
footer .footer_main .footer_widget .list li a:hover {
  color: #fff;
  transition: all 0.5s ease;
}
footer .footer_main .bottom-row {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
  margin-top: 16px;
}
footer .footer_main .bottom-row p{
    margin:0 0 10px;
    font-size:14px;
    color:#333;
    display:flex;
    align-items:center;
    line-height:22px;
}
footer .footer_main .bottom-row p i{
    margin:0 5px 0 0;
}
footer .footer_main .bottom-row .newsletter_block {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
footer .copyright_row {
    padding: 10px 0;
    background: #ffffff;
    text-align: center;
}
footer .copyright_row P {
    color: #000000;
    font-size: 14px;
    text-align: justify;
    padding-top: 5px;
}
footer .copyright_row .wrap-pay-ic img{
    max-width:201px;
    width:100%;
}

.hero-banner-1 {
  position: relative;
  height: 855px;
  background: url(../media/banners/hero-banner-1/hero-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .hero-banner-1 {
    height: 900px;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 {
    background-position: bottom;
    height: 850px;
  }
}
.hero-banner-1 .content {
  position: relative;
}
.hero-banner-1 .content .text_block {
  padding-top: 192px;
}
@media (max-width: 991px) {
  .hero-banner-1 .content .text_block {
    padding-top: 140px;
  }
}
.hero-banner-1 .content .text_block .tag {
  -webkit-animation: animation-upDown-2 3s linear 0s infinite alternate;
  animation: animation-upDown-2 3s linear 0s infinite alternate;
}
@media (max-width: 991px) {
  .hero-banner-1 .content .text_block .tag {
    width: 50px;
  }
}
.hero-banner-1 .content .text_block .title span {
  position: relative;
}
.hero-banner-1 .content .text_block .title span .rocket {
  position: absolute;
  right: -95px;
  top: -12px;
}
@media (max-width: 991px) {
  .hero-banner-1 .content .text_block .title span .rocket {
    width: 60px;
    right: -70px;
    top: 0px;
  }
}
.hero-banner-1 .content .text_block .btn_block {
  position: relative;
}
.hero-banner-1 .content .text_block .btn_block .arrow {
  transform: rotate(-13.309deg);
  mix-blend-mode: overlay;
  position: absolute;
  bottom: -120px;
  left: -115px;
}
@media (max-width: 575px) {
  .hero-banner-1 .content .text_block .btn_block .arrow {
    display: none;
  }
}
.hero-banner-1 .content .text_block .video-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-banner-1 .content .text_block .video-btn {
    width: 300px;
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .hero-banner-1 .content .text_block .video-btn {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 .content .text_block .video-btn {
    width: 120px;
    margin-top: 32px;
  }
}
.hero-banner-1 .content .text_block .video-btn .text-vector {
  animation: rotating 8s infinite linear;
}
@media (max-width: 575px) {
  .hero-banner-1 .content .text_block .video-btn .text-vector {
    width: 100px;
  }
}
.hero-banner-1 .content .text_block .video-btn .play-btn {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 3200px;
  border: 3.2px solid rgba(10, 166, 215, 0.2);
  background: #fefcfb;
  display: grid;
  justify-content: center;
  align-content: center;
}
@media (max-width: 575px) {
  .hero-banner-1 .content .text_block .video-btn .play-btn {
    width: 48px;
    height: 48px;
  }
}
.hero-banner-1 .content .text_block .video-btn .play-btn i {
  color: #006cb5;
  font-size: 20px;
}
@media (max-width: 575px) {
  .hero-banner-1 .content .text_block .video-btn .play-btn i {
    font-size: 16px;
  }
}
.hero-banner-1 .main-img {
  position: absolute;
  bottom: 0;
  right: 13%;
  z-index: 20;
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .main-img {
    right: 7%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .main-img {
    right: 3%;
  }
}
@media (max-width: 991px) {
  .hero-banner-1 .main-img {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 .main-img {
    right: 3%;
    width: 250px;
  }
}
@media (max-width: 400px) {
  .hero-banner-1 .main-img {
    width: 200px;
  }
}
.hero-banner-1 .banner_feature_card {
  position: absolute;
  right: 25%;
  z-index: 999;
  bottom: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .banner_feature_card {
    right: 22%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .banner_feature_card {
    right: 19%;
  }
}
@media (max-width: 991px) {
  .hero-banner-1 .banner_feature_card {
    right: 25%;
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero-banner-1 .banner_feature_card {
    right: 30%;
  }
}
@media (max-width: 450px) {
  .hero-banner-1 .banner_feature_card {
    display: none;
  }
}
.hero-banner-1 .banner_feature_card .card_block {
  padding: 12px 24px;
  padding-left: 44px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
  background-color: #fefcfb;
  position: relative;
}
.hero-banner-1 .banner_feature_card .card_block .target_icon {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .hero-banner-1 .icons {
    display: none;
  }
}
.hero-banner-1 .icons img {
  position: absolute;
  z-index: 30;
}
.hero-banner-1 .icons img:nth-child(1) {
  top: 88px;
  right: 615px;
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .icons img:nth-child(1) {
    right: 505px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .icons img:nth-child(1) {
    right: 377px;
    top: 120px;
    width: 40px;
  }
}
.hero-banner-1 .icons img:nth-child(2) {
  top: 120px;
  right: 778px;
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .icons img:nth-child(2) {
    right: 668px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .icons img:nth-child(2) {
    right: 516px;
    top: 115px;
    width: 46px;
  }
}
.hero-banner-1 .icons img:nth-child(3) {
  top: 195px;
  right: 534px;
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .icons img:nth-child(3) {
    right: 424px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .icons img:nth-child(3) {
    right: 327px;
    top: 216px;
    width: 32px;
  }
}
.hero-banner-1 .icons img:nth-child(4) {
  top: 215px;
  right: 671px;
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .hero-banner-1 .icons img:nth-child(4) {
    right: 561px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hero-banner-1 .icons img:nth-child(4) {
    right: 454px;
    top: 211px;
    width: 40px;
  }
}

.hero-banner-2 {
  position: relative;
  background: url(../media/banners/hero-banner-2/banner-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom right;
  padding: 150px 0 10px;
}
.hero-banner-2 .text_block {
  position: relative;
  
  z-index: 99;
}
.member-banner{
    padding:100px 0 100px;
}


.wrap-pnt{
    position:relative;
}
.mju {
    /* position: absolute; */
    /* margin-top: -80px; */
    /* width: 100%; */
    padding-bottom:60px;
}
.color-row {
    /* padding: 10px 30px 50px; */
    /* border-radius: 20px; */
    /* box-shadow: 10px 10px 10px #cfcfcf; */
}

.ab-listing-wrp .about__card{
    width:32%;
}
.ab-listing-wrp .about__card .about__card__content{
    padding:12px 24px 12px 24px;
    margin:0;
}





@media (max-width: 1399px) {
  .hero-banner-2 {
    padding: 150px 0 10px;
  }
  .bnr-ctn h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #383838;
    padding-bottom: 25px;
}
}
@media (max-width: 1199px) {
  .hero-banner-2 .text_block {
    padding: 150px 0 0;
  }
}
.hero-banner-2 .text_block .hero_title span {
  position: relative;
  z-index: 20;
}
.hero-banner-2 .text_block .hero_title span .line_vector {
  position: absolute;
  left: 0px;
  bottom: -16px;
  z-index: -1;
  -webkit-animation: title-animation 5s linear 0s infinite;
  animation: title-animation 5s linear 0s infinite;
}
.hero-banner-2 .text_block .btn-block {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-banner-2 .features_row div:nth-child(1) .feature__card {
  margin-top: -110px;
}
@media (max-width: 767px) {
  .hero-banner-2 .features_row div:nth-child(1) .feature__card {
    margin-top: -55px;
  }
}
@media (max-width: 575px) {
  .hero-banner-2 .features_row div:nth-child(1) .feature__card {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.hero-banner-2 .features_row div:nth-child(2) .feature__card {
  margin-top: -55px;
}
@media (max-width: 767px) {
  .hero-banner-2 .features_row div:nth-child(2) .feature__card {
    margin-top: 0;
  }
}
.hero-banner-2 .img_block {
  text-align: right;
}
@media (max-width: 1199px) {
  .hero-banner-2 .img_block {
    position: relative;
    margin-top: -80px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .hero-banner-2 .img_block {
    margin: 0 0 50px 0;
  }
}
.hero-banner-2 .img_block .banner_main_img {
  position: absolute;
  top: 82px;
  right: 4%;
  z-index: 10;
}
@media (max-width: 1799px) {
  .hero-banner-2 .img_block .banner_main_img {
    width: 720px;
    height: 545px;
    top: 120px;
  }
}
@media (max-width: 1599px) {
  .hero-banner-2 .img_block .banner_main_img {
    width: 624px;
    height: 472px;
    top: 110px;
  }
}
@media (max-width: 1199px) {
  .hero-banner-2 .img_block .banner_main_img {
    position: relative;
    inset: auto;
  }
}
@media (max-width: 991px) {
  .hero-banner-2 .img_block .banner_main_img {
    width: 520px;
    height: 393px;
  }
}
@media (max-width: 575px) {
  .hero-banner-2 .img_block .banner_main_img {
    width: auto;
    height: auto;
  }
}
.hero-banner-2 .img_block .play-btn {
  position: absolute;
  z-index: 20;
  top: 313px;
  right: 334px;
  width: 64px;
  height: 64px;
  border-radius: 3200px;
  border: 3.2px solid rgba(10, 166, 215, 0.2);
  background: #fefcfb;
  display: grid;
  justify-content: center;
  align-content: center;
  animation: shadows2 1s linear infinite;
  -moz-animation: shadows2 1s linear infinite;
  -webkit-animation: shadows2 1s linear infinite;
}
@media (max-width: 1799px) {
  .hero-banner-2 .img_block .play-btn {
    right: 14%;
  }
}
@media (max-width: 1199px) {
  .hero-banner-2 .img_block .play-btn {
    top: 170px;
  }
}
@media (max-width: 991px) {
  .hero-banner-2 .img_block .play-btn {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .hero-banner-2 .img_block .play-btn {
    top: 90px;
    width: 48px;
    height: 48px;
  }
}
.hero-banner-2 .img_block .play-btn i {
  color: #006cb5;
  font-size: 20px;
}
@media (max-width: 575px) {
  .hero-banner-2 .img_block .play-btn i {
    font-size: 16px;
  }
}
.hero-banner-2 .img_block .banner_feature_card {
  position: absolute;
  right: 35.5%;
  z-index: 30;
  top: 605px;
}
@media (max-width: 1799px) {
  .hero-banner-2 .img_block .banner_feature_card {
    top: 500px;
    right: 27%;
  }
}
@media (max-width: 1199px) {
  .hero-banner-2 .img_block .banner_feature_card {
    display: none;
  }
}
.hero-banner-2 .img_block .banner_feature_card .card_block {
  padding: 12px 24px 12px 44px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
  background-color: #fefcfb;
  position: relative;
  text-align: left;
}
@media (max-width: 1799px) {
  .hero-banner-2 .img_block .banner_feature_card .card_block {
    padding: 8px 12px 8px 32px;
  }
}
.hero-banner-2 .img_block .banner_feature_card .card_block .user_placeholder {
  border-radius: 50%;
  border: 5px solid #006cb5;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-70%, -50%);
}
@media (max-width: 1799px) {
  .hero-banner-2 .img_block .banner_feature_card .card_block .user_placeholder {
    width: 80px;
    height: 80px;
    transform: translate(-60%, -50%);
  }
}

.feature__card {
  position: relative;
  top: -18px;
}

@media (max-width: 575px) {
  .feature__card {
    max-width: 300px;
    margin: 0 auto;
  }
}
.feature__card .feature__icon {
  top: 65px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefcfb;
  border-radius: 50%;
  width: fit-content;
  padding: 25px;
  border: 5px solid rgb(0 108 181 / 54%);
  margin: 0 auto;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  transition: all 0.5s ease;
}
.feature__card:hover .feature__icon {
  border: 5px solid rgba(10, 166, 215, 0.4);
  transition: all 0.5s ease;
}
.feature__card .feature__content {
    border-bottom: 5px solid #006cb5;
    position: relative;
    z-index: 5;
    margin-top: -50px;
    padding: 145px 16px 40px;
    background-color: #fefcfb;
    box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
    text-align: center;
    box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
    border-radius: 15px;
    height: 250px;
}
.feature__card .feature__content .feature-bg-shape {
  position: absolute;
  width: 100%;
  height: 64px;
  bottom: 0;
  right: 0;
  border-radius: 0 0 15px 15px;
  display:none;
}

.section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.social_icons_list {
    display: flex;
    align-items: center;
    gap: 16px;
    margin:0 auto;
}
.social_icons_list li a {
  flex-shrink: 0;
  padding: 9px;
  background: #006cb5;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.social_icons_list li:hover a {
  background: #1a1e1d;
}

.social_icons_list_2 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social_icons_list_2 li {
  flex-shrink: 0;
}
.social_icons_list_2 li a {
  padding: 9px;
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  transition: all 0.5s ease;
  border-radius: 50%;
}
.social_icons_list_2 li a svg path {
  fill: #2a322d;
  transition: all 0.5s ease;
}
.social_icons_list_2 li a:hover {
  background: #006cb5;
  transition: all 0.5s ease;
}
.social_icons_list_2 li a:hover svg path {
  fill: #fefcfb;
  transition: all 0.5s ease;
}

.filter_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 32px;
}
.filter_row .left_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 575px) {
  .filter_row .left_block {
    gap: 16px;
  }
}
.filter_row .left_block .select_filter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter_row .right_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.second-abt{
    margin-top: 0;
    background: #fff;
}

.about__card {
    position: relative;
    padding-top: 11px;
    width: 49%;
    display: inline-block;
    margin-right: 8px;
}
.about__card .about__card__icon {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
  background-color: #fefcfb;
  border-radius: 50%;
  border: 5px solid rgba(10, 166, 215, 0.2);
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  display: grid;
  align-content: center;
  justify-content: center;
  height: 100px;
  width: 100px;
}
.about__card .about__card__content {
    position: relative;
    z-index: 5;
    margin-left: 50px;
    padding: 12px 24px 12px 64px;
    background-color: #fefcfb;
    /* box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0); */
    border-radius: 15px;
    border: 3px dotted #006cb5;
}
.about__card .about__card__content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.counter_item {
  text-align: center;
}
.counter_item .counter_item_info_block {
  position: relative;
}
.counter_item .counter_item_info_block .counter_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.counter_item .counter_item_info_block .counter_info span {
  color: #006cb5;
}

.blog_card {
  background-color: #006cb5;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
  overflow: hidden;
}
.blog_card .blog_card_img_block {
  position: relative;
  z-index: 5;
}
.blog_card .blog_card_img_block img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog_card .blog_card_img_block .date {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0px 8px;
  color: #fff;
  background-color: #006cb5;
  border-radius: 5px;
}
.blog_card:hover .blog_card_img_block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog_card .blog_card_text_block {
  position: relative;
  z-index: 10;
  background: url(../media/backgrounds/blog_card_bg.png) no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: -88px;
  box-shadow: drop-shadow(-2px -1px 5px rgba(2, 69, 122, 0.04)) drop-shadow(-9px -4px 10px rgba(2, 69, 122, 0.03)) drop-shadow(-19px -10px 13px rgba(2, 69, 122, 0.02)) drop-shadow(-35px -17px 15px rgba(2, 69, 122, 0.01)) drop-shadow(-54px 27px 17px rgba(2, 69, 122, 0));
  border-radius: 0 0 15px 15px;
  padding: 67px 24px 24px;
  height: 240px;
}
.head-80{
    height:80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_card .blog_card_text_block {
    padding: 48px 16px 16px;
  }
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
  .blog_card .blog_card_text_block {
    background-size: cover;
  }
}
.blog_card .blog_card_text_block .blog_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_card .blog_card_text_block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.blog_card .blog_card_text_block .author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog_card .blog_card_text_block .author img {
  border-radius: 50%;
  border: 1px solid #006cb5;
}

.blog_list_card {
  background-color: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 767px) {
  .blog_list_card {
    flex-direction: column;
  }
}
.blog_list_card .blog_list_card_img_block {
  position: relative;
  z-index: 5;
}
.blog_list_card .blog_list_card_img_block img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog_list_card:hover .blog_list_card_img_block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog_list_card .blog_card_text_block {
  position: relative;
  z-index: 10;
  background: url(../media/backgrounds/blog_card_list_bg.png) no-repeat;
  background-size: cover;
  background-position: left;
  margin-left: -80px;
  border-radius: 0 15px 15px 0;
  padding: 24px 24px 24px 64px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog_list_card .blog_card_text_block {
    padding: 24px;
    margin-left: 0;
    border-radius: 15px;
    margin-top: -50px;
    background: #fefcfb;
  }
}
@media (max-width: 400px) {
  .blog_list_card .blog_card_text_block {
    margin-top: -30px;
    padding: 16px;
  }
}
.blog_list_card .blog_card_text_block .date {
    padding: 0px 8px;
    color: #fefcfb;
    background-color: #006cb5;
    border-radius: 5px;
    width: fit-content;
}
.blog_list_card .blog_card_text_block .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog_list_card .blog_card_text_block .blog_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_list_card .blog_card_text_block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_list_card .blog_card_text_block .author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog_list_card .blog_card_text_block .author img {
  border-radius: 50%;
  border: 1px solid #006cb5;
}

.blog_detail .about_blog_row {
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 20px;
  padding: 24px;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blog_detail .about_blog_row .author_block {
  display: flex;
  gap: 8px;
}
.blog_detail .about_blog_row .author_block img {
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #006cb5;
}
.blog_detail .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.blog_detail .tags span {
  color: #7a8582;
}

.team {
  position: relative;
}
.team .tag {
  position: absolute;
  top: 82px;
  left: 175px;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 1899px) {
  .team .tag {
    left: 75px;
  }
}
@media (max-width: 1699px) {
  .team .tag {
    top: 50px;
    left: 55px;
  }
}
@media (max-width: 1399px) {
  .team .tag {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .team .tag {
    display: none;
  }
}
.team .dots {
  position: absolute;
  bottom: 142px;
  left: 222px;
  -webkit-animation: leftRight-1 4.5s linear 0s infinite alternate;
  animation: leftRight-1 4.5s linear 0s infinite alternate;
}
@media (max-width: 1199px) {
  .team .dots {
    display: none;
  }
}

.team-slider {
  border-radius: 15px 0 0 15px;
  background: rgba(10, 166, 215, 0.1);
  background: url(../media/backgrounds/team-slider-bg.png) no-repeat;
  background-size: cover;
  background-position: 109px;
}
.team-slider .team__card {
  width: 330px;
  height: 444px;
}

.team_one__content {
  position: relative;
  background: url(../media/shapes/paint-shape.png) no-repeat;
  background-position: center right;
  background-size: contain;
  padding-left: 96px;
}
@media screen and (min-width: 1400px) {
  .team_one__content {
    width: 470px;
    margin-left: auto;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .team_one__content {
    margin-left: auto;
    padding-left: 12px;
    background-position: center left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team_one__content {
    max-width: 960px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team_one__content {
    max-width: 720px;
  }
}
@media (max-width: 575px) {
  .team_one__content {
    max-width: 540px;
  }
}

.team__card {
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
}
@media (max-width: 575px) {
  .team__card {
    max-width: 330px;
    margin: 0 auto;
  }
}
.team__card .team__img_block {
  position: relative;
  overflow: hidden;
}
.team__card .team__img_block .team_img {
  border-radius: 15px;
}
.team__card .team__img_block .team__content_block {
  margin: 16px;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  height: 91px;
  transition: all 0.3s cubic-bezier(0.18, 0.55, 1, 1);
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4.5px);
  align-content: start;
  justify-content: center;
  text-align: center;
  display: grid;
}
.team__card .team__img_block .team__content_block .team__text_block {
  padding: 16px 8px;
  overflow: hidden;
}
.team__card .team__img_block .team__content_block .team__text_block .team__info {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.team__card .team__img_block .team__content_block .team__text_block .team__info li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #7a8582;
}
.team__card .team__img_block .team__content_block .team__text_block .team__info li i {
  color: #006cb5;
}
.team__card .team__img_block .team__content_block .team__text_block .team_info_text {
  padding-top: 8px;
}
.team__card .team__img_block .team__content_block .team__text_block .text_block_bg_shape {
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: -100%;
  right: 0;
  border-radius: 0 0 10px 10px;
  transition: all 0.4s ease-in-out;
}
.team__card:hover .team__img_block .team__content_block {
  bottom: 0px;
  height: 92%;
  align-content: center;
  transition: all 0.3s cubic-bezier(0.18, 0.55, 1, 1);
}
.team__card:hover .team__img_block .team__content_block .team__text_block {
  align-content: center;
}
.team__card:hover .team__img_block .team__content_block .team__text_block .text_block_bg_shape {
  bottom: 0%;
  transition: all 0.4s ease-in-out;
}
.team__card:hover .team__img_block .team__content_block .team__text_block .text_block_bg_shape {
  height: 70px;
}

.team_detail .teacher_stats .stats_block {
  padding: 16px 0;
  border-bottom: 1px solid #b7bdbb;
}
.team_detail .teacher_stats .stats_block .skill_box {
  background: #c9cfce;
  height: 8px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.team_detail .teacher_stats .stats_block .skill_box .progress_bar {
  height: 100%;
  border-radius: 5px;
  background: radial-gradient(220.2% 70.12% at 30.24% 45.37%, #8ee3f9 0%, #d5aefc 100%);
}
.team_detail .teacher_stats .stats_block .title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}
.team_detail .teacher_stats .stats_block .title i {
  color: #006cb5;
}

.join_team .block {
  border-bottom: 1px solid #b7bdbb;
}
.join_team .block:last-child {
  border: none;
}
.join_team .block .rules li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.join_team .block .rules li i {
  color: #fefcfb;
  background: #006cb5;
  padding: 4px;
  border-radius: 50%;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
}
.join_team .join_form_block {
  margin-top: 32px;
  background: #fefcfb;
  border-radius: 15px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  padding: 24px;
}

.slick-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.slick-dots li {
  position: relative;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 5px;
  outline: none;
  background: #006cb5;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button::before, .slick-dots li button::after {
  opacity: 1;
}
.slick-dots li button::before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  width: 32px;
}

.courses-slider .course__card {
  margin: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .courses-slider .course__card {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .courses-slider .course__card {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .courses-slider .course__card {
    margin-bottom: 20px;
  }
}

.team-slider .team__card {
  margin: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .team-slider .team__card {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .team-slider .team__card {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .team-slider .team__card {
    margin-bottom: 20px;
  }
}

.sidebar .sidebar_block {
  position: relative;
}
.sidebar .sidebar_block .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.sidebar .sidebar_block .tags span {
  color: #7a8582;
}
.sidebar .sidebar_block .categories_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.sidebar .sidebar_block .categories_tags a {
  color: #fefcfb;
  padding: 4px 8px;
  background: #006cb5;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.sidebar .sidebar_block .categories_tags a:hover {
  background: #1a1e1d;
}
.sidebar .sidebar_block .sidebar_blog_card {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 10px;
  padding: 16px;
}
.sidebar .sidebar_block .sidebar_blog_card .img_block {
  overflow: hidden;
  flex-shrink: 0;
}
.sidebar .sidebar_block .sidebar_blog_card .img_block img {
  border-radius: 5px;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.sidebar .sidebar_block .sidebar_blog_card .blog_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar .sidebar_block .sidebar_blog_card:hover .img_block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

@media (max-width: 575px) {
  .g_c {
    max-width: 294px;
    margin: 0 auto;
  }
}
.g_c .gallery_card {
  padding: 32px;
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 10px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.g_c:nth-child(odd) .gallery_card {
  transform: rotate(-2deg);
}
.g_c:nth-child(even) .gallery_card {
  transform: rotate(2deg);
}
.g_c:hover .gallery_card {
  transform: rotate(0);
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.gallery-2 .img-block {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.gallery-2 .img-block img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.gallery-2 .img-block:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.form_page {
  background: url(../media/backgrounds/login.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.form_page .row{
    align-items:center;
}
@media (max-width: 1199px) {
  .form_page {
    background: #fefcfb;
  }
}
.form_page .form_block {
  height: 80vh;
  display: grid;
  align-content: center;
  position: relative;
}
@media (max-width: 575px) {
  .form_page .form_block {
    margin-top: 0px;
    height: 65vh;
  }
}
.form_page .form_block .text_block {
  position: relative;
  z-index: 25;
}
.form_page .form_block .text_block .title {
  position: relative;
  width: fit-content;
}
.form_page .form_block .text_block .title .speaker_icon {
  position: absolute;
  width: 73px;
  height: 73px;
  right: -75px;
  top: -30px;
}
.form_page .form_block .text_block .link-btn {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: center;
  width: 100%;
  padding: 8px 12px;
  transition: all 0.5s ease;
  border-radius: 5px;
  border: 1px solid #b7bdbb;
}
.form_page .form_block .text_block .link-btn:hover {
  border-color: #006cb5;
  transition: all 0.5s ease;
}
.form_page .form_block .text_block .or {
  position: relative;
  text-align: center;
}
.form_page .form_block .text_block .or::after, .form_page .form_block .text_block .or::before {
  content: "";
  height: 1px;
  width: 46%;
  position: absolute;
  top: 14px;
  background: #c9cfce;
}
@media (max-width: 575px) {
  .form_page .form_block .text_block .or::after, .form_page .form_block .text_block .or::before {
    top: 12px;
  }
}
.form_page .form_block .text_block .or::after {
  right: 0;
}
.form_page .form_block .text_block .or::before {
  left: 0;
}
.form_page .form_block .text_block .bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.form_page .form_block .text_block .bottom-row figure{
    margin:0;
    text-align: left;
}
@media (max-width: 575px) {
  .form_page .form_block .text_block .bottom-row {
    justify-content: center;
  }
}
.form_page .form_block .shapes img {
  position: absolute;
}
.form_page .form_block .shapes img:nth-child(1) {
  right: 50px;
  top: 98px;
}
@media (max-width: 575px) {
  .form_page .form_block .shapes img:nth-child(1) {
    display: none;
  }
}
.form_page .form_block .shapes img:nth-child(2) {
  top: 46%;
  left: -150px;
}
@media (max-width: 1399px) {
  .form_page .form_block .shapes img:nth-child(2) {
    display: none;
  }
}
.form_page .form_block .shapes img:nth-child(3) {
  bottom: -94px;
  right: 0;
}
.form_page .form_block .shapes img:nth-child(4) {
  right: 70px;
  bottom: 30px;
}

.log-row{
    display:flex;
    align-items:center;
    margin:0 0 15px;
}
.custome-chack .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.custome-chack .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 30px;
    margin:0;
    font-size:14px;
    font-weight:400;
    color:#333;
}
.custome-chack .styled-checkbox + label:before {
    position: absolute;
    content: "";
    vertical-align: text-top;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: #fff;
    display:block !important;
    top:0;
    left:0;
    border:none;
}
.custome-chack .styled-checkbox:checked + label:after {
    content: "\f00c";
    position: absolute;
    font-family:"Font Awesome 5 Pro";
    left: 0;
    top: 0;
    background: #006cb5;
    width: 20px;
    height: 20px;
    line-height:20px;
    text-align:center;
    font-size:14px;
    color:#fff;
    display:block;
}
.log-row a.btn-forgot{
    margin:0 0 0 auto;   
    font-size:14px;
    font-weight:500;
    color:#006cb5;
    line-height:22px;
}
.log-row a.btn-forgot:hover{
    color:#333;
}

.cusrd-rws h6{
    font-size:14px;
    font-weight:400;
    color:#333;
    margin:0 0 10px;
}
.cus-rw{
    display:flex;
    gap:50px;
}
.radbx [type="radio"]:checked,
.radbx [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radbx [type="radio"]:checked + label,
.radbx [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 22px;
    font-size:14px;
    font-weight:400;
    display: inline-block;
    color: #333;
}
.radbx [type="radio"]:checked + label:before,
.radbx [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radbx [type="radio"]:checked + label:after,
.radbx [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #006CB5;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radbx [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radbx [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*------------------------------------*/
/*------ 54. INNER PAGE DASHBOARD ----*/
/*------------------------------------*/
.user-page.section-padding {
    /* padding: 1rem 0; */
    margin-top: 0px;
    padding-top: 18px;
	padding-bottom:35px;
}

.user-page.section-padding.pt-55 {
  padding-top: 10rem !important;
}

.user-profile-box {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgb(38 38 38 / 20%);
    box-shadow: 0 0 20px rgb(38 38 38 / 20%);
    margin: 0 auto 50px;
    top: 70px;
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
    padding: 0px;
}




.sticky-panel {
  position: fixed;
  top: 100px;
}
.sidebar {
  max-width: 350px;
}

.user-profile-box .detail ul li a i .active {
    margin-right: 10px;
    color: #ffffff;
}




.pr {
    color: #4CAF50;
    font-weight: 700;
    font-size: 18px;
}

.pen{
	background:#000;
	color:#fff;
	border-radius:5px;
	padding:5px;
}



.user-profile-box .header {
  padding: 5px 20px 120px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  background: #fff;
  background-size: cover;
  color: #ffffff;
  z-index: 1;
}

.user-profile-box .header h2 {
  margin: 0 0 8px;
  color: #aeb7c2;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}

.user-profile-box .header h4 {
  font-size: 14px;
  color: #aeb7c2;
  margin-top: 15px;
  font-weight: 400;
}

.user-profile-box .profile-img {
  border-radius: 50%;
  background-clip: padding-box;
  border: 5px solid #fff;
  bottom: 5px;
  float: left;
  height: 100px;
  width: 100px;
  left: 59.5%;
  margin-left: -75px;
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.wrap-user-nm{
    font-size: 30px;
    margin-top: 50px;
    text-transform: capitalize;
}

.user-profile-box .detail {
  padding-top: 0px;
}
.user-profile-box .detail ul li{
     display: block;
}
.user-profile-box .detail ul li a {
    color: #000000;
    padding: 8px 10px;
   
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    width:100%;
}
.user-profile-box .detail ul li a img{
    width:25px;
}

.bg-main-600 {
    background-color: #006cb5 !important;
    border-radius: 20px;
}

.my-address.pro label {
  color: #222;
  font-weight: 500;
}

.my-address.pro .form-group {
  margin-bottom: 1.5rem;
}

.user-profile-box .detail ul {
  list-style: none;
  padding-left: 0px;
}

.user-profile-box .detail ul li a i {
  margin-right: 10px;
  color: #006cb5;
}

.user-profile-box .detail ul li a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.user-profile-box .detail ul li a span{
	color: #070707;
    float: right;
}

.user-profile-box .detail ul li .active {
    background: #006cb5;
    color: #fff;
    font-weight: 500;
}
.user-profile-box .detail ul li i .active {
    color: #fff;
    font-weight: 500;
}


.user-profile-box .detail ul li a:hover {
      padding-left: 5px;
    box-shadow: 0 0 10px #ddd;
}

.dashborad-box {
    /* background: #fff; */
    padding: 30px;
    margin-bottom: 10px;
    box-shadow: 3px 6px 20px 1px #5c5c5c;
}

.dashborad-box.stat {
  background: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.db-top-header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.db-top-header #header.cloned.sticky {
  visibility: hidden;
}

.dashboard-bd.maxw1600 {
  max-width: 100%;
}

.dashboard-bd .left-side {
  margin-left: 80px;
}

.dashboard-bd.hd-white .left-side {
  float: left;
  width: 820px;
  display: inline-block;
  margin-left: 0px;
}

.dashboard-bd #logo {
  margin-right: 0px;
}

.dashboard-bd .sidebar-header {
  background-color: #24324a;
  padding: 28px 0 28px 0;
}

.dashboard-bd .left-side {
  width: 55%;
}

.dashboard-bd .right-side {
  width: auto;
  margin-right: 55px;
}

.dashboard-bd.hd-white .right-side {
  float: right;
  width: 120px;
  margin-left: 30px;
  display: inline-block;
  margin-right: 0px;
}

.dashboard-bd .my-address {
  background: #fff;
  padding: 30px;
}

.dashboard-bd a.button.border, a.button {
  background: #1ec38b;
  padding: 9px 20px;
  border-radius: 50px;
  border: 1px solid transparent;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.dashboard-bd.hd-white a.button.border,
.dashboard-bd.hd-white a.button {
  background-color: #FF385C;
  width: 150px;
  top: 0;
  padding: 10px 20px;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
}

.dashboard-bd .active-user h2 {
  text-transform: capitalize;
  font-weight: 400;
  padding-top: 15px;
  font-size: 16px;
  margin-bottom: 30px;
  color: #aeb7c2;
  text-align: center;
}

body.dashboard-bd {
  background: #f5f7fb;
}

.dashboard-bd .sidebar-header img {
  width: 340px;
  height: 47px;
}
.active-user h2 {
    font-size: 18px;
    text-align: center;
    padding-top: 7px;
    color: #5c5b5b;
    padding-bottom: 15px;
    background: #e9e9e9;
    font-weight: 600;
    line-height: 27px;
}
.wt-10{
	width: 10% !important;
    display: inline-block;
    margin: 0px 17px;
}

.mrg-30{
	margin-bottom:30px !important;
}

.dts{
	text-align:center !important;
}
.dts .art-1{
	 margin: 0 auto !important;
}
.dts h3{
	padding-bottom: 15px;
    padding-top: 10px;
}
.bt3 {
    background: #ff3cf6;
    padding: 7px 41px 7px;
    font-size: 12px;
    color: #fff !important;
    width: 150px;
    font-weight: 700;
	border-radius: 15px;
}
.bt4 {
    background: #3c73ff;
    padding: 7px 41px 7px;
    font-size: 12px;
    color: #fff !important;
    width: 150px;
    font-weight: 700;
	border-radius: 15px;
}
.bt5 {
    background: #0098ff;
    padding: 7px 41px 7px;
    font-size: 12px;
    color: #fff !important;
    width: 150px;
    font-weight: 700;
	border-radius: 15px;
}
.bt6 {
    background: #f91942;
    padding: 7px 41px 7px;
    font-size: 12px;
    color: #fff !important;
    width: 150px;
    font-weight: 700;
	border-radius: 15px;
}

.st-100{
	width:100%;
	color:#000 !important;
}

.mgd {
    width: 75%;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
}
.flag{
	width:40px;
	display: inline-block;
	padding-right:10px;
}
.tick{
	width:27px;
	display: inline-block;
	padding-right:10px;
}
.mgd p {
    width: 140px;
    display: inline-block;
    font-weight: 500;
    color: #000;
}

.brt{
	background: #0098ff;
    padding: 7px 30px 7px;
    font-size: 12px;
    color: #fff !important;
    width: 123px;
    font-weight: 700;
    border-radius: 6px;
    margin-top: 0px;
    float: right;
}



.das_title{
	    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bg-secondary {
    background-color: #006cb5 !important;
}


.info {
    justify-content: space-between;
    align-items: center;
    padding: 19px 24px;
    background: #fff;
    box-shadow: 6px 4px 9px 1px rgb(118 121 122 / 29%), 9px 10px 10px 20px rgb(77 80 82 / 3%), 19px 10px 26px 5px rgba(2, 69, 122, 0.02), 35px 17px 26px 5px rgba(2, 69, 122, 0.01), 54px 27px 25px 7px rgba(2, 69, 122, 0);
    border-radius: 10px;
}



.card {
    margin-bottom: 0px;
    background-color: var(--card);
    transition: all .5s ease-in-out;
    position: relative;
    border: 0rem solid transparent;
    border-radius: 0.625rem;
    height: auto;
    border: 1px solid var(--border);
	background:#fff;
    box-shadow: 6px 4px 9px 1px rgb(118 121 122 / 29%), 9px 10px 10px 20px rgb(77 80 82 / 3%), 19px 10px 26px 5px rgba(2, 69, 122, 0.02), 35px 17px 26px 5px rgba(2, 69, 122, 0.01), 54px 27px 25px 7px rgba(2, 69, 122, 0);
    border-radius: 10px;
	    margin-bottom: 20px;
    margin-top: 20px;
}
	
	
}
  @media only screen and (max-width: 35.9375rem) {
    .card {
      margin-bottom: 0.938rem;
      height: calc(100% - 0.938rem); } }
  .card-body {
    padding: 1.25rem; }
    @media only screen and (max-width: 35.9375rem) {
      .card-body {
        padding: 1rem; } }
  .card-title {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark);
    text-transform: capitalize; }
    .card-title--large {
      font-size: 1.5rem; }
    .card-title--medium {
      font-size: 1rem; }
    .card-title--small {
      font-size: 0.875rem; }
  .card-header {
    border-color: #dad8d4;
    position: relative;
    background: transparent;
    padding: 1.5rem 1.25rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 35.9375rem) {
      .card-header {
        padding: 1.25rem 1rem 1.25rem; } }
    [data-theme-version="dark"] .card-header {
      border-color: rgba(255, 255, 255, 0.1); }
    .card-header .card-title {
      margin-bottom: 0rem; }
    .card-header .subtitle {
      padding-top: 0.3125rem;
      font-size: 0.875rem;
      line-height: 1.5; }
  .card-footer {
    border-color: #dad8d4;
    background: transparent;
    padding: 1rem 1.25rem 1rem; }
    [data-theme-version="dark"] .card-footer {
      border-color: rgba(255, 255, 255, 0.1); }
    @media only screen and (max-width: 35.9375rem) {
      .card-footer {
        padding: 1.25rem 1rem 1.25rem; } }

.transparent-card.card {
  background: transparent;
  border: 0.0625rem solid transparent;
  box-shadow: none; }

.card-action > a {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 0.3125rem;
  border-color: transparent;
  text-align: center;
  background: var(--primary-dark);
  color: #fff;
  margin-right: 0.5rem; }
  [data-theme-version="dark"] .card-action > a {
    background: #151C2C; }
  .card-action > a:last-child {
    margin-right: 0; }
  .card-action > a:hover, .card-action > a:focus {
    background: var(--primary-dark); }
    [data-theme-version="dark"] .card-action > a:hover, [data-theme-version="dark"] .card-action > a:focus {
      background: #151C2C; }
  .card-action > a i, .card-action > a span {
    font-size: 1rem; }

.card-action .dropdown {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.3125rem;
  border-color: transparent;
  text-align: center;
  margin-right: 0.5rem;
  top: -0.125rem;
  position: relative;
  display: inline-block;
  background: var(--primary-dark);
  color: var(--primary); }
  [data-theme-version="dark"] .card-action .dropdown {
    background: #151C2C; }
  .card-action .dropdown:hover, .card-action .dropdown:focus {
    background: var(--primary-dark); }
    [data-theme-version="dark"] .card-action .dropdown:hover, [data-theme-version="dark"] .card-action .dropdown:focus {
      background: #151C2C; }
  .card-action .dropdown .btn {
    padding: 0;
    line-height: 1.6875rem;
    color: #fff; }
    .card-action .dropdown .btn:focus {
      box-shadow: none; }

.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: auto; }

.card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999; }

.card-loader i {
  margin: 0 auto;
  background: var(--primary-dark);
  padding: 0.625rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem; }

.rotate-refresh {
  -webkit-animation: mymove 0.8s infinite linear;
  animation: mymove 0.8s infinite linear;
  display: inline-block; }

.card-header .date_picker {
  display: inline-block;
  padding: 0.5rem;
  border: 0.0625rem solid #dad8d4;
  cursor: pointer;
  border-radius: .375rem; }

.card-header .border-0 {
  padding-bottom: 0; }

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

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

.card-text {
  color: var(--text-dark); }

.card-link:hover {
  color: var(--primary); }

.carousel-custom-prev, .carousel-custom-next {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  text-align: center; }
  .carousel-custom-prev i, .carousel-custom-next i {
    font-size: 1rem; }
  .carousel-custom-prev:hover, .carousel-custom-next:hover {
    background: linear-gradient(to right, rgba(245, 60, 121, 0.99) 0%, rgba(246, 104, 47, 0.99) 100%);
    color: #fff; }

.carousel-custom-next {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%); }

.carousel-custom-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%); }

.carousel-caption {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78);
  z-index: 1;
  background: rgba(0, 0, 0, 0.6); }
  .carousel-caption h5, .carousel-caption .h5 {
    color: #fff;
    font-size: 1.8rem; }
  .carousel-caption p {
    margin-bottom: 0; }

.carousel-indicators {
  z-index: 1; }

.owl-nav.disabled {
  display: none; }

.dropdown-toggle:focus {
  box-shadow: none !important; }

.dropdown-outline {
  border: 0.1rem solid var(--primary); }

.dropdown-menu {
  font-size: inherit;
  border: 0;
  z-index: 4;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: var(--card);
  box-shadow: 0 0 3.125rem 0 rgba(82, 63, 105, 0.15);
  margin-top: 0; }
  .dropdown-menu.show {
    right: 0;
    left: auto; }
  .dropdown-menu .dropdown-item {
    font-size: 0.813rem;
    color: #888888;
    padding: 0.5rem 1.25rem;
    text-align: left; }
    @media only screen and (max-width: 87.5rem) {
      .dropdown-menu .dropdown-item {
        padding: 0.375rem 1rem;
        font-size: 0.875rem; } }
    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
      color: var(--primary); }
    .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
      color: var(--primary);
      background: var(--rgba-primary-1); }

.dropstart .dropdown-menu {
  z-index: 6; }

.dropdown-toggle-split {
  padding: 0 0.625rem;
  opacity: 0.85; }
  .dropdown-toggle-split:after {
    margin-left: 0 !important; }
  .dropdown-toggle-split:active, .dropdown-toggle-split:focus, .dropdown-toggle-split:hover {
    opacity: 1; }

.dropright .dropdown-toggle::after {
  content: none; }

.custom-dropdown {
  display: inline-block;
  margin-bottom: 1rem; }
  .custom-dropdown .dropdown-menu {
    border: 0rem;
    min-width: 10rem; }

.card-action .custom-dropdown {
  margin: 0rem;
  background: var(--rgba-primary-1); }
  .card-action .custom-dropdown.show, .card-action .custom-dropdown:focus, .card-action .custom-dropdown:hover {
    background: var(--primary);
    color: #fff; }
  .card-action .custom-dropdown i {
    display: inline-block;
    padding-top: 0.5625rem; }

.dropdown .dropdown-dots {
  position: relative;
  height: 0.3125rem;
  width: 0.3125rem;
  background: rgba(110, 110, 110, 0.4);
  border-radius: 0.3125rem;
  display: block; }
  .dropdown .dropdown-dots:after, .dropdown .dropdown-dots:before {
    content: "";
    height: 0.3125rem;
    width: 0.3125rem;
    background: rgba(110, 110, 110, 0.4);
    position: absolute;
    border-radius: 0.3125rem; }
  .dropdown .dropdown-dots:after {
    right: -0.5rem; }
  .dropdown .dropdown-dots:before {
    left: -0.5rem; }
  .dropdown .dropdown-dots.text-white {
    background: rgba(255, 255, 255, 0.7); }
    .dropdown .dropdown-dots.text-white:after, .dropdown .dropdown-dots.text-white:before {
      background: rgba(255, 255, 255, 0.7); }

.header-profile2 .dropdown-menu {
  width: 240px;
  border-radius: 0.375rem;
  margin: 0; }
  .header-profile2 .dropdown-menu .dropdown-item {
    padding: 0.6rem 1.25rem; }

.dropdown-toggle::after {
  left: 0.255em;
  position: relative; }

.grid-col {
  padding: 0.5rem !important;
  background: var(--rgba-primary-1); }

.row.grid {
  margin-bottom: 1.5rem;
  text-align: center; }

.row.grid .grid-col:first-child {
  text-align: left; }

.label {
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  padding: .2rem .8rem;
  border-radius: 0.5rem; }
  .label-fixed {
    width: 7.5rem;
    padding: .6rem 0; }
    .label-fixed-lg {
      width: 9.5rem;
      padding: .6rem 0; }
  .label-big {
    width: 16.8rem;
    font-size: 1.4rem;
    padding: 1.1rem 0; }
  .label-xl {
    width: 10.5rem;
    padding: 1.1rem 0;
    font-size: 1.5rem; }
  .label-lg {
    width: 9.5rem;
    padding: 1.1rem 0; }
  .label-md {
    width: 8.5rem;
    padding: 1.1rem 0; }
  .label-sm {
    width: 7.5rem;
    padding: 1.1rem 0; }

.label-default {
  background: #ADB6C7; }

.label-primary {
  background: var(--primary);
  color: #fff; }

.label-secondary {
  background: #F8B940;
  color: #fff; }

.label-info {
  background: #58bad7;
  color: #fff; }

.label-success {
  background: #3A9B94;
  color: #fff; }

.label-warning {
  background: #FF9F00;
  color: #fff; }

.label-danger {
  background: #FF5E5E;
  color: #fff; }

.label-light {
  background: #e7e7e7;
  color: #000; }

.label-dark {
  background: #6e6e6e;
  color: #fff; }

code {
  word-break: break-word;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.1875rem;
  background: white;
  color: #FF5E5E; }
  [data-theme-version="dark"] code {
    background: rgba(255, 94, 94, 0.1); }

.heading-labels {
  color: #333333; }
  .heading-labels > * {
    margin-bottom: .8rem; }
  .heading-labels h1 .label, .heading-labels .h1 .label {
    font-size: 1.125rem;
    font-weight: normal;
    padding: .4rem .9rem; }
  .heading-labels h2 .label, .heading-labels .h2 .label {
    font-size: 1rem;
    font-weight: normal;
    padding: 0.3rem .9rem; }
  .heading-labels h3 .label, .heading-labels .h3 .label {
    font-size: 0.875rem;
    font-weight: normal; }
  .heading-labels h4 .label, .heading-labels .h4 .label {
    font-size: 0.75rem;
    font-weight: normal; }
  .heading-labels h5 .label, .heading-labels .h5 .label {
    font-size: 0.75rem;
    font-weight: normal; }
  .heading-labels h6 .label, .heading-labels .h6 .label {
    font-size: 0.75rem;
    font-weight: normal; }

.list-group-item {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid var(--border);
  padding: 1rem 1.5rem; }
  .list-group-item.active {
    background-color: var(--primary) !important;
    border-color: var(--primary);
    color: #fff; }
    .list-group-item.active:focus {
      color: #fff; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #fff;
  background-color: #F8B940;
  border-color: #F8B940; }

[class*="bg-"] .list-group-item {
  border-color: rgba(255, 255, 255, 0.05);
  color: #fff; }

.bg-warning .list-group-item {
  border-color: rgba(0, 0, 0, 0.05); }

.list-group-item-action:active {
  background-color: var(--card); }

.list-group-item-action:focus {
  color: var(--text-dark); }

.list-group-item-action:hover, .list-group-item-action:focus {
  color: var(--text-dark); }

.vertical-card__menu:hover {
  box-shadow: none; }

.vertical-card__menu--image {
  text-align: center; }
  .vertical-card__menu--image img {
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }

.vertical-card__menu--status.closed {
  background: #FF5E5E; }
  .vertical-card__menu--status.closed:after {
    border-top: 0.625rem solid #FF5E5E; }
  .vertical-card__menu--status.closed .ribbon-curve {
    border-top: 0.6875rem solid #FF5E5E;
    border-bottom: 0.625rem solid #FF5E5E; }

.vertical-card__menu--desc p {
  margin-bottom: 0.625rem; }

.vertical-card__menu--price {
  font-size: 1.25rem;
  margin: 0;
  font-weight: 700; }
.vertical-card__menu--rating {
  font-size: 0.75rem; }

.vertical-card__menu--title {
  font-weight: 700; }

.vertical-card__menu--button button {
  font-size: 0.75rem; }

.vertical-card__menu .card-footer {
  padding: 0.9375rem 1.25rem;
  background-color: #dad8d4;
  border-top: none; }
  @media only screen and (min-width: 75rem) and (max-width: 90rem) {
    .vertical-card__menu .card-footer {
      padding: 0.9375rem; } }
  .vertical-card__menu .card-footer span {
    color: #6e6e6e;
    margin-right: 0.3125rem; }

.horizontal-card__menu {
  box-shadow: 0 0 0.4375rem rgba(173, 173, 173, 0.32);
  display: flex;
  flex-direction: row;
  display: block; }
  .horizontal-card__menu .card-body {
    padding: 0;
    padding: 1.25rem 1.875rem; }
  .horizontal-card__menu--image {
    flex-basis: 30%;
    max-width: 30%;
    max-width: unset;
    flex-basis: 100%; }
    .horizontal-card__menu--image img {
      height: 100%;
      width: 100%; }
  .horizontal-card__menu--title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.3125rem; }
  .horizontal-card__menu--fav {
    margin-right: 0.5rem; }
  .horizontal-card__menu--price {
    margin: 0;
    font-size: 1rem;
    font-weight: 700; }
  .horizontal-card__menu--rating {
    font-size: 0.625rem; }
  .horizontal-card__menu--footer {
    margin-top: 0.625rem; }

.prev_price {
  text-decoration: line-through;
  font-size: 80%;
  opacity: 0.5; }

.modal-header {
  padding: 1rem 1.875rem; }
  .modal-header .close {
    padding: 0.875rem 1.815rem;
    margin: 0;
    position: absolute;
    right: 0;
    float: none;
    top: 0;
    font-size: 1.875rem;
    font-weight: 100; }

.modal-body {
  padding: 1.875rem; }

.modal-footer {
  padding: 1rem 1.875rem; }

.modal-content {
  border-radius: 0.5rem;
  background-color: var(--card); }

.modal-backdrop {
  z-index: 10 !important; }

.modal-dialog-center {
  min-height: calc(100% - 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center; }

.navbar_content .navbar {
  padding: 0;
  margin: 8px 0; }
  .navbar_content .navbar .container-fluid, .navbar_content .navbar .container-sm, .navbar_content .navbar .container-md, .navbar_content .navbar .container-lg, .navbar_content .navbar .container-xl, .navbar_content .navbar .container-xxl {
    padding: 10px; }
  .navbar_content .navbar.fixed-top {
    position: static;
    margin: 1rem -1rem 0rem -1rem; }
  .navbar_content .navbar.fixed-bottom {
    position: static;
    margin: 1rem 0rem 1rem -1rem; }

.navbar_content .container {
  margin: 0; }

.navbar-page .nav-link.disabled,
.navbar-page .navbar-nav .nav-link.active, .navbar-page .navbar-nav .nav-link.show {
  color: var(--text-dark); }

.navbar-page .bg-body-tertiary {
  background-color: var(--body-bg) !important; }

.pagination .page-item .page-link:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff; }

.pagination .page-item.active .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff; }

.pagination {
  margin-bottom: 1.25rem; }
  .pagination .page-item:first-child .page-link {
    border-radius: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
  .pagination .page-item:last-child .page-link {
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .pagination .page-item.page-indicator .page-link {
    padding: .65rem .8rem;
    font-size: 0.875rem; }
  .pagination .page-item.page-indicator:hover .page-link {
    color: #6e6e6e; }
  .pagination .page-item .page-link {
    text-align: center;
    z-index: 1;
    padding: 0.55rem 1rem;
    font-size: 1rem;
    background: var(--card);
    color: #6e6e6e;
    border: 0.0625rem solid var(--border); }
    .pagination .page-item .page-link:hover i, .pagination .page-item .page-link span {
      color: #fff; }
    .pagination .page-item .page-link:focus {
      outline: 0;
      box-shadow: none; }
    .pagination .page-item .page-link:hover {
      background: var(--primary);
      color: #fff;
      border-color: var(--primary); }
  .pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 0.625rem 1.25rem 0rem var(--rgba-primary-2); }
  .pagination .page-item .page-link {
    color: var(--text);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .pagination .page-item:last-child .page-link {
    margin-right: 0; }
  .pagination.no-bg li:not(.page-indicator):not(.active) .page-link {
    background: transparent;
    border-color: transparent; }
  .pagination.no-bg.pagination-primary li:not(.page-indicator):not(.active):hover .page-link {
    background: var(--primary);
    border-color: var(--primary); }
  .pagination.no-bg.pagination-danger li:not(.page-indicator):not(.active):hover .page-link {
    background: #FF5E5E;
    border-color: #FF5E5E; }
  .pagination.no-bg.pagination-info li:not(.page-indicator):not(.active):hover .page-link {
    background: #58bad7;
    border-color: #58bad7; }
  .pagination.no-bg.pagination-warning li:not(.page-indicator):not(.active):hover .page-link {
    background: #FF9F00;
    border-color: #FF9F00; }
  .pagination-primary .page-item .page-link {
    background: var(--rgba-primary-1);
    border-color: var(--rgba-primary-1);
    color: var(--primary); }
  .pagination-primary .page-item:hover .page-link, .pagination-primary .page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 0.625rem 1.25rem 0rem var(--rgba-primary-2); }
  .pagination-danger .page-item .page-link {
    background: rgba(255, 94, 94, 0.2);
    border-color: rgba(255, 94, 94, 0.2);
    color: #FF5E5E; }
  .pagination-danger .page-item:hover .page-link, .pagination-danger .page-item.active .page-link {
    background: #FF5E5E;
    border-color: #FF5E5E;
    box-shadow: 0 0.625rem 1.25rem 0rem rgba(255, 94, 94, 0.2); }
  .pagination-info .page-item .page-link {
    background: rgba(88, 186, 215, 0.2);
    border-color: rgba(88, 186, 215, 0.2);
    color: #58bad7; }
  .pagination-info .page-item:hover .page-link, .pagination-info .page-item.active .page-link {
    background: #58bad7;
    border-color: #58bad7;
    box-shadow: 0 0.625rem 1.25rem 0rem rgba(88, 186, 215, 0.2); }
  .pagination-warning .page-item .page-link {
    background: rgba(255, 159, 0, 0.2);
    border-color: rgba(255, 159, 0, 0.2);
    color: #FF9F00; }
  .pagination-warning .page-item:hover .page-link, .pagination-warning .page-item.active .page-link {
    background: #FF9F00;
    border-color: #FF9F00;
    box-shadow: 0 0.625rem 1.25rem 0rem rgba(255, 159, 0, 0.2); }
  .pagination-gutter .page-item {
    margin-right: 0.4375rem; }
    .pagination-gutter .page-item .page-link {
      border-radius: 0.5rem !important; }
  .pagination-circle .page-item {
    margin-right: 0.4375rem; }
    .pagination-circle .page-item .page-link, .pagination-circle .page-item .page-link {
      width: 2.5rem;
      height: 2.5rem;
      padding: 0;
      line-height: 2.5rem;
      border-radius: 50% !important;
      padding: 0; }
    .pagination-circle .page-item.page-indicator .page-link {
      width: 2.5rem;
      border: 1px solid var(--primary);
      border-radius: 22px !important;
      line-height: 1.3rem;
      height: 2.5rem;
      background: var(--rgba-primary-1);
      color: var(--primary); }
      .pagination-circle .page-item.page-indicator .page-link:hover {
        color: #fff;
        background: var(--primary); }
  .pagination.pagination-md .page-item .page-link {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.875rem; }
  .pagination.pagination-sm .page-item.page-indicator .page-link {
    font-size: 0.75rem; }
  .pagination.pagination-sm .page-item .page-link {
    padding: 0;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.875rem; }
  .pagination.pagination-xs .page-item.page-indicator .page-link {
    font-size: 0.625rem; }
  .pagination.pagination-xs .page-item .page-link {
    padding: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    line-height: 1.5625rem;
    font-size: 0.75rem; }

.popover {
  border: 0.125rem solid #F8B940;
  min-width: 13.125rem;
  box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1); }
  [data-theme-version="dark"] .popover {
    background-color: #151C2C; }
  .popover-header {
    background: #F8B940;
    color: #fff;
    font-weight: 300; }
    .popover-header::before {
      border-bottom: 0 !important; }
  .popover-body {
    font-size: 0.75rem;
    background-color: var(--card); }
  [data-theme-version="dark"] .popover .popover-header {
    border-color: #182237; }
  @media only screen and (max-width: 47.9375rem) {
    .popover {
      z-index: 1; } }

.bootstrap-popover-wrapper .bootstrap-popover:not(:last-child) {
  margin-right: 0.5rem; }

.bootstrap-popover-wrapper .bootstrap-popover {
  margin-bottom: .5rem; }
  .bootstrap-popover-wrapper .bootstrap-popover button:hover, .bootstrap-popover-wrapper .bootstrap-popover button:focus {
    background: var(--primary);
    color: #fff;
    box-shadow: none; }

.bs-popover-top .arrow::after, .bs-popover-auto[data-popper-placement^="top"] .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 0rem;
  border-top-color: #F8B940; }

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 0rem;
  border-left-color: #F8B940; }

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 0rem;
  border-right-color: #F8B940; }

.bs-popover-bottom .arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 0rem;
  border-bottom-color: #F8B940; }

.note-popover {
  display: none; }

.progress-bar {
  background-color: var(--primary); }

.progress-bar-primary {
  background-color: var(--primary); }

.progress-bar-secondary {
  background-color: var(--secondary); }

.progress-bar-success {
  background-color: #3A9B94; }

.progress-bar-info {
  background-color: #58bad7; }

.progress-bar-danger {
  background-color: #FF5E5E; }

.progress-bar-warning {
  background-color: #FF9F00; }

.progress-bar-pink {
  background-color: #e83e8c; }

.progress {
  height: 5px;
  background-color: #f6f6f6;
  overflow: hidden; }
  [data-theme-version="dark"] .progress {
    background-color: #151C2C; }
  .progress-bar {
    border-radius: 0.5rem; }

.progress-vertical {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 17rem;
  position: relative; }
  @media (max-width: 767.98px) {
    .progress-vertical {
      margin-right: 1rem; } }

.progress-vertical-bottom {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 17rem;
  position: relative;
  transform: rotate(180deg); }
  @media (max-width: 767.98px) {
    .progress-vertical-bottom {
      margin-right: 1rem; } }

.progress-animated {
  animation-duration: 5s;
  animation-name: myanimation;
  transition: all 5s ease 0s; }

@keyframes myanimation {
  0% {
    width: 0; } }

@keyframes myanimation {
  0% {
    width: 0; } }

.ribbon {
  position: absolute;
  z-index: 1;
  text-transform: uppercase; }
  .ribbon__one {
    top: 0.9375rem;
    left: -0.6875rem;
    min-height: 1.25rem;
    min-width: 3.25rem;
    text-align: center;
    padding: 0.1875rem 0.625rem;
    background: #3AB54B;
    color: #fff;
    font-size: 0.625rem; }
    .ribbon__one::after {
      position: absolute;
      width: 0;
      height: 0;
      border-top: 0.625rem solid #239132;
      border-left: 0.6875rem solid transparent;
      left: 0;
      content: "";
      bottom: -0.625rem; }
  .ribbon__two {
    width: 3.125rem;
    height: 3.125rem;
    display: inline-block;
    background: #FF9F00;
    line-height: 3.125rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    right: 0.9375rem;
    top: 0.9375rem;
    border-radius: 0.1875rem; }
  .ribbon__three {
    left: -1.875rem;
    top: 0.875rem;
    width: 6.875rem;
    height: 1.5625rem;
    background-color: #FF5E5E;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    transform: rotate(-45deg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem; }
  .ribbon__four {
    left: 0.5rem;
    top: -0.5rem;
    width: 6.875rem;
    height: 3.125rem;
    background-color: var(--primary);
    z-index: auto;
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .ribbon__four:after {
      right: -0.3125rem; }
    .ribbon__four:before {
      left: -0.3125rem; }
    .ribbon__four:after, .ribbon__four:before {
      z-index: -1;
      background-color: var(--rgba-primary-1);
      top: 0.1875rem;
      transform: rotate(45deg);
      content: "";
      height: 0.625rem;
      width: 0.625rem;
      position: absolute; }
  .ribbon__five {
    left: -1.875rem;
    top: 0.625rem;
    width: 6.875rem;
    height: 1.875rem;
    background-color: var(--primary);
    transform: rotate(-45deg);
    font-size: 0.75rem;
    color: #fff;
    padding-bottom: 0.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem; }
    .ribbon__five::before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 3.125rem 3.125rem 3.125rem;
      border-color: transparent transparent var(--primary) transparent;
      left: 0.25rem;
      top: -2.8125rem; }
  .ribbon__six {
    left: 0;
    top: 1.125rem;
    width: 6.875rem;
    height: 2.375rem;
    background-color: var(--primary);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 85% 50%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 0, 85% 50%, 100% 100%, 100% 100%, 0 100%);
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    justify-content: center;
    color: #fff; }
  .ribbon-curve {
    position: absolute;
    top: 0;
    right: -0.375rem;
    width: 0.625rem;
    height: 0.6875rem;
    border-top: 0.6875rem solid #3AB54B;
    border-bottom: 0.625rem solid #3AB54B;
    border-right: 0.3125rem solid transparent; }

.jsgrid-grid-body::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 0.5rem;
  height: 0.5rem; }

.jsgrid-grid-body::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #f5f5f5; }

.jsgrid-grid-body::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: var(--primary); }

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 400; }

.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #dad8d4; }

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: var(--primary);
    font-size: 0.75rem; }
    .multi-steps > li:before {
      content: '\2713';
      display: block;
      margin: 0 auto 0.25rem;
      background-color: #fff;
      width: 1.5625rem;
      height: 1.5625rem;
      line-height: 1.375rem;
      text-align: center;
      font-weight: bold;
      position: relative;
      z-index: 1;
      width: 1.5625rem;
      height: 1.5625rem;
      line-height: 1.3125rem;
      border-width: 0.125rem;
      border-style: solid;
      border-color: var(--primary);
      border-radius: 0.3125rem; }
    .multi-steps > li:after {
      content: '';
      height: 0.125rem;
      width: 100%;
      background-color: var(--primary);
      position: absolute;
      top: 0.75rem;
      left: 50%;
      top: 0.75rem; }
    .multi-steps > li:last-child:after {
      display: none; }
    .multi-steps > li.is-active:before {
      background-color: #fff;
      border-color: var(--primary); }
    .multi-steps > li.is-active ~ li {
      color: #888888; }
      .multi-steps > li.is-active ~ li:before {
        background-color: #dad8d4;
        border-color: #dad8d4; }

.nav-pills .nav-link {
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 13px;
  color: var(--primary); }
  .nav-pills .nav-link:hover {
    color: var(--primary); }
  .nav-pills .nav-link.active:hover {
    color: #fff; }

.default-tab .nav-link {
  background: transparent;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  font-weight: 500; }
  .default-tab .nav-link i {
    display: inline-block;
    transform: scale(1.5);
    color: var(--primary); }
  .default-tab .nav-link:focus, .default-tab .nav-link:hover, .default-tab .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff #ebeef6;
    border-radius: 0.5rem 0.5rem 0 0;
    color: var(--primary); }
    [data-theme-version="dark"] .default-tab .nav-link:focus, [data-theme-version="dark"] .default-tab .nav-link:hover, [data-theme-version="dark"] .default-tab .nav-link.active {
      background-color: var(--rgba-primary-1);
      border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent; }

.custom-tab-1 .nav-link {
  background: transparent;
  border-radius: 0rem;
  font-weight: 500;
  border-bottom: 0.1875rem solid transparent;
  border-width: 0 0rem 0.1875rem 0; }
  .custom-tab-1 .nav-link i {
    display: inline-block;
    transform: scale(1.5);
    color: var(--primary); }
  .custom-tab-1 .nav-link:focus, .custom-tab-1 .nav-link:hover, .custom-tab-1 .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary);
    border-radius: 0;
    color: var(--primary);
    border-width: 0 0rem 0.1875rem 0; }
    [data-theme-version="dark"] .custom-tab-1 .nav-link:focus, [data-theme-version="dark"] .custom-tab-1 .nav-link:hover, [data-theme-version="dark"] .custom-tab-1 .nav-link.active {
      background-color: var(--rgba-primary-1); }

.nav-pills.light .nav-link.active,
.nav-pills.light .show > .nav-link {
  background: var(--rgba-primary-1);
  color: var(--primary);
  box-shadow: none; }
  [data-theme-version="dark"] .nav-pills.light .nav-link.active, [data-theme-version="dark"]
  .nav-pills.light .show > .nav-link {
    background: var(--rgba-primary-1); }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--primary);
  box-shadow: 0 0 1.25rem 0 var(--rgba-primary-2); }

.tab-icon .nav-link:hover {
  border-color: var(--border); }
  .tab-icon .nav-link:hover i {
    color: var(--primary); }

.tab-icon .nav-link.active {
  background-color: var(--body-bg);
  border-color: var(--border); }
  .tab-icon .nav-link.active i {
    color: var(--text-dark); }

.tooltip-wrapper button:not(:last-child) {
  margin-right: 0.5rem; }

.tooltip-wrapper button:hover {
  background: var(--primary);
  color: #fff; }

.tooltip-wrapper button {
  margin-bottom: .5rem; }
  .tooltip-wrapper button:focus {
    box-shadow: none; }

.tooltip-inner {
  border-radius: 0;
  background: #333333;
  font-size: 0.75rem;
  font-weight: 300;
  padding: 0.35rem 0.7rem; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #333333; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #333333; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #333333; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #333333; }

.widget-timeline .timeline {
  list-style: none;
  position: relative; }
  .widget-timeline .timeline:before {
    top: 1.25rem;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 0.188rem;
    left: 0.5625rem;
    margin-right: -0.0938rem;
    background: #dad8d4; }
    [data-theme-version="dark"] .widget-timeline .timeline:before {
      background: rgba(255, 255, 255, 0.1); }
  .widget-timeline .timeline > li {
    margin-bottom: 0.9375rem;
    position: relative; }
    .widget-timeline .timeline > li:before {
      content: " ";
      display: table; }
    .widget-timeline .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .widget-timeline .timeline > li > .timeline-panel {
      border-radius: 0.5rem;
      padding: 0.9375rem 1.25rem;
      position: relative;
      display: block;
      margin-left: 2.5rem;
      border-width: 0.0625rem;
      border-style: solid; }
      .widget-timeline .timeline > li > .timeline-panel span {
        font-size: 0.75rem;
        display: block;
        margin-bottom: 0.3125rem;
        opacity: 0.8;
        letter-spacing: 0.0625rem; }
      .widget-timeline .timeline > li > .timeline-panel p {
        font-size: 0.75rem;
        line-height: 1.125rem; }
      .widget-timeline .timeline > li > .timeline-panel h6, .widget-timeline .timeline > li > .timeline-panel .h6 {
        font-size: 13px; }
      .widget-timeline .timeline > li > .timeline-panel:after {
        content: "";
        width: 0.625rem;
        height: 0.625rem;
        background: inherit;
        border-color: inherit;
        border-style: solid;
        border-width: 0rem 0rem 0.0625rem 0.0625rem;
        display: block;
        position: absolute;
        left: -0.3125rem;
        transform: rotate(45deg);
        top: 0.9375rem; }
    .widget-timeline .timeline > li > .timeline-badge {
      border-radius: 50%;
      height: 1.275rem;
      left: 0;
      position: absolute;
      top: 0.625rem;
      width: 1.275rem;
      border-width: 0.125rem;
      border-style: solid;
      background: #fff;
      padding: 0.25rem; }
      [data-theme-version="dark"] .widget-timeline .timeline > li > .timeline-badge {
        background-color: #182237; }
      .widget-timeline .timeline > li > .timeline-badge:after {
        content: "";
        width: 0.525rem;
        height: 0.525rem;
        border-radius: 100%;
        display: block; }

.widget-timeline .timeline-body > p {
  font-size: 0.75rem; }

.widget-timeline .timeline-badge.primary {
  border-color: var(--rgba-primary-1); }
  [data-theme-version="dark"] .widget-timeline .timeline-badge.primary {
    border-color: var(--rgba-primary-1); }
  .widget-timeline .timeline-badge.primary:after {
    background-color: var(--primary);
    box-shadow: 0 0.3125rem 0.625rem 0 var(--rgba-primary-2); }
  .widget-timeline .timeline-badge.primary + .timeline-panel {
    background: var(--rgba-primary-1);
    border-color: var(--rgba-primary-1); }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.primary + .timeline-panel {
      border-color: transparent;
      background-color: var(--rgba-primary-1); }

.widget-timeline .timeline-badge.success {
  border-color: #bbe6e3; }
  [data-theme-version="dark"] .widget-timeline .timeline-badge.success {
    border-color: rgba(58, 155, 148, 0.1); }
  .widget-timeline .timeline-badge.success:after {
    background-color: #3A9B94 !important;
    box-shadow: 0 0.3125rem 0.625rem 0 rgba(58, 155, 148, 0.2); }
  .widget-timeline .timeline-badge.success + .timeline-panel {
    background: #bbe6e3;
    border-color: #bbe6e3; }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.success + .timeline-panel {
      background-color: rgba(58, 155, 148, 0.1);
      border-color: transparent; }

.widget-timeline .timeline-badge.warning {
  border-color: #ffeccc; }
  [data-theme-version="dark"] .widget-timeline .timeline-badge.warning {
    border-color: rgba(255, 159, 0, 0.1); }
  .widget-timeline .timeline-badge.warning:after {
    background-color: #FF9F00 !important;
    box-shadow: 0 0.3125rem 0.625rem 0 rgba(255, 159, 0, 0.2); }
  .widget-timeline .timeline-badge.warning + .timeline-panel {
    background: #ffeccc;
    border-color: #ffeccc; }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.warning + .timeline-panel {
      background-color: rgba(255, 159, 0, 0.1);
      border-color: transparent; }

.widget-timeline .timeline-badge.danger {
  border-color: #ffdede; }
  [data-theme-version="dark"] .widget-timeline .timeline-badge.danger {
    border-color: rgba(255, 94, 94, 0.15); }
  .widget-timeline .timeline-badge.danger:after {
    background-color: #FF5E5E !important;
    box-shadow: 0 0.3125rem 0.625rem 0 rgba(255, 94, 94, 0.2); }
  .widget-timeline .timeline-badge.danger + .timeline-panel {
    background: #ffdede;
    border-color: #ffdede; }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.danger + .timeline-panel {
      background-color: rgba(255, 94, 94, 0.15);
      border-color: transparent; }

.widget-timeline .timeline-badge.info {
  border-color: #d3edf5; }
  [data-theme-version="dark"] .widget-timeline .timeline-badge.info {
    border-color: rgba(88, 186, 215, 0.1); }
  .widget-timeline .timeline-badge.info:after {
    background-color: #58bad7 !important;
    box-shadow: 0 0.3125rem 0.625rem 0 rgba(88, 186, 215, 0.2); }
  .widget-timeline .timeline-badge.info + .timeline-panel {
    background: #d3edf5;
    border-color: #d3edf5; }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.info + .timeline-panel {
      background-color: rgba(88, 186, 215, 0.1);
      border-color: transparent; }

.widget-timeline .timeline-badge.dark {
  border-color: #eeeeee; }
  [data-theme-version="dark"] .widget-timeline .timeline-badge.dark {
    border-color: rgba(110, 110, 110, 0.35); }
  .widget-timeline .timeline-badge.dark:after {
    background-color: #6e6e6e !important;
    box-shadow: 0 0.3125rem 0.625rem 0 rgba(110, 110, 110, 0.2); }
  .widget-timeline .timeline-badge.dark + .timeline-panel {
    background: #eeeeee;
    border-color: #eeeeee; }
    [data-theme-version="dark"] .widget-timeline .timeline-badge.dark + .timeline-panel {
      background-color: rgba(110, 110, 110, 0.35);
      border-color: transparent; }

.widget-timeline.style-1 .timeline-panel {
  background: transparent; }

.widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel {
  background: transparent !important;
  border-style: solid;
  border-width: 0 0 0 0.2125rem;
  border-radius: 0;
  padding: 0.3125rem 0.625rem 0.3125rem 0.9375rem; }
  .widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel:after {
    border: 0;
    left: -0.3625rem;
    width: 0.3375rem;
    height: 0.3375rem; }

.widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel {
  border-color: var(--primary); }
  .widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel:after {
    background: var(--primary); }

.widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel {
  border-color: #3A9B94; }
  .widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel:after {
    background: #3A9B94; }

.widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel {
  border-color: #FF9F00; }
  .widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel:after {
    background: #FF9F00; }

.widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel {
  border-color: #FF5E5E; }
  .widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel:after {
    background: #FF5E5E; }

.widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel {
  border-color: #58bad7; }
  .widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel:after {
    background: #58bad7; }

.widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel {
  border-color: #6e6e6e; }
  .widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel:after {
    background: #6e6e6e; }

.widget-timeline-status .timeline-status {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  position: absolute;
  left: 0; }

.widget-timeline-status .timeline > li {
  padding-left: 60px;
  position: relative; }
  .widget-timeline-status .timeline > li:not(:last-child) {
    margin-bottom: 30px; }
    .widget-timeline-status .timeline > li:not(:last-child):after {
      content: "";
      width: 3px;
      position: absolute;
      background-color: #000;
      height: 100%;
      top: 25px;
      border-radius: 20px;
      opacity: 0.05; }

.widget-timeline-status .timeline-badge {
  border-width: 3px;
  border-style: solid;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  left: 55px;
  top: 4px; }

.widget-timeline-status .timeline-panel {
  padding-left: 20px;
  position: relative; }

.widget-timeline-icons .timeline-media {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  position: absolute;
  left: 0;
  top: 2px; }

.widget-timeline-icons .timeline > li {
  padding-left: 50px;
  position: relative;
  min-height: 36px; }
  .widget-timeline-icons .timeline > li:not(:last-child) {
    padding-bottom: 40px; }
    .widget-timeline-icons .timeline > li:not(:last-child):before {
      content: "";
      height: calc(100% - 2px);
      position: absolute;
      left: 18px;
      width: 1px;
      border-left: 1px dashed #c1c1c1;
      top: 3px; }

.timeline-vr-badge {
  width: 4px;
  min-width: 4px;
  align-self: normal; }

.object-fit-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .object-fit-container img {
    width: 18rem;
    height: 18rem; }
  .object-fit-container video {
    width: 18rem;
    height: 18rem; }

.offcanvas {
  background-color: var(--card); }

.custom-toast .toast {
  background-color: var(--card); }
  .custom-toast .toast .toast-body {
    background-color: var(--card); }

.scrollspy-example {
  height: 17rem;
  overflow: auto; }

.scrollspy-example-2 {
  height: 23rem;
  overflow: auto; }

.simple-list-example-scrollspy a.active {
  color: var(--primary); }

[data-theme-version="dark"] .scrollspy .bg-body-tertiary {
  background-color: var(--body-bg) !important; }

#chart_widget_4 {
  height: 15.9375rem !important; }

#chart_widget_1 {
  margin-top: -5px; }

#chart_widget_5 .ct-series-a .ct-line,
#chart_widget_5 .ct-series-a .ct-point {
  stroke: #46ffc8; }

#chart_widget_5 .ct-line {
  stroke-width: 0.0625rem; }

#chart_widget_5 .ct-point {
  stroke-width: 0.125rem; }

#chart_widget_5 .ct-series-a .ct-area {
  fill: #20dea6; }

#chart_widget_5 .ct-area {
  fill-opacity: 1; }

#chart_widget_6 .ct-series-a .ct-line,
#chart_widget_6 .ct-series-a .ct-point {
  stroke: #58bad7; }

#chart_widget_6 .ct-line {
  stroke-width: 0.125rem; }

#chart_widget_6 .ct-point {
  stroke-width: 0.3125rem; }

#chart_widget_6 .ct-series-a .ct-area {
  fill: #58bad7; }

#chart_widget_6 .ct-area {
  fill-opacity: .5; }

#chart_widget_8 {
  height: 15.9375rem; }
  #chart_widget_8 .ct-series-a .ct-line,
  #chart_widget_8 .ct-series-a .ct-point {
    stroke: #58bad7; }
  #chart_widget_8 .ct-line {
    stroke-width: 0.125rem; }
  #chart_widget_8 .ct-point {
    stroke-width: 0.3125rem; }
  #chart_widget_8 .ct-series-a .ct-area {
    fill: #58bad7; }
  #chart_widget_8 .ct-area {
    fill-opacity: .5; }

#chart_widget_9, #chart_widget_10 {
  height: 15.625rem !important; }

#chart_widget_11 .ct-slice-donut, #chart_widget_12 .ct-slice-donut, #chart_widget_13 .ct-slice-donut {
  stroke-width: 1.5625rem !important; }

#chart_widget_11 {
  height: 16.875rem !important; }

#chart_widget_17 {
  height: 9.375rem !important; }

.chart_widget_tab_one .nav-link {
  border: 0.0625rem solid #ddd; }
  .chart_widget_tab_one .nav-link.active {
    background-color: var(--primary);
    border: 0.0625rem solid var(--primary);
    color: #fff; }
    .chart_widget_tab_one .nav-link.active:hover {
      border: 0.0625rem solid var(--primary); }
  .chart_widget_tab_one .nav-link:hover {
    border: 0.0625rem solid #ddd; }

[data-theme-version="dark"] .ccc-widget > div {
  background: #182237 !important;
  border-color: rgba(255, 255, 255, 0.1) !important; }

.list-group-flush .list-group-item {
  border: 0; }

.social-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.25rem;
  text-align: center;
  background: #F3F0EC;
  margin-bottom: 0.5rem;
  font-size: 1.25rem; }
  .social-icon i {
    color: #fff; }
  .social-icon.youtube {
    background: #FF0000; }
  .social-icon.facebook {
    background: #3b5998; }
  .social-icon.twitter {
    background: #1da1f2; }

.social-graph-wrapper {
  text-align: center;
  padding: 1.25rem;
  position: relative;
  color: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
  .social-graph-wrapper.widget-facebook {
    background-color: #3b5998; }
  .social-graph-wrapper.widget-twitter {
    background-color: #1da1f2; }
  .social-graph-wrapper.widget-linkedin {
    background-color: #007bb6; }
  .social-graph-wrapper.widget-googleplus {
    background-color: #db4439; }
  .social-graph-wrapper .s-icon {
    font-size: 1.5rem;
    position: relative;
    padding: 0 0.625rem; }

.social-icon2 a {
  border: 0.1rem solid var(--primary);
  display: block;
  padding: 1rem;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  border-radius: .3rem;
  font-size: 1.6rem; }

.social-icon2 i {
  font-size: 0.75rem;
  color: var(--primary); }

.social-icon3 ul li {
  display: inline-block; }
  .social-icon3 ul li a {
    display: block; }
    .social-icon3 ul li a i {
      font-size: 1.4rem;
      padding: 1rem .7rem;
      color: #464a53; }
    .social-icon3 ul li a:hover i {
      color: var(--primary); }

.social-icons-muted ul li a i {
  color: #89879f; }

.social-links a {
  padding: .5rem; }

.widget-stat .media {
  padding: 0rem 0;
  align-items: center; }
  .widget-stat .media > span {
    height: 5.3125rem;
    width: 5.3125rem;
    border-radius: 3.125rem;
    padding: 0.625rem 0.75rem;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #464a53;
    min-width: 5.3125rem; }
  .widget-stat .media .media-body p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem; }
    [data-theme-version="dark"] .widget-stat .media .media-body p {
      color: #fff; }
  .widget-stat .media .media-body h3, .widget-stat .media .media-body .h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.2; }
  .widget-stat .media .media-body h4, .widget-stat .media .media-body .h4 {
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle; }
  .widget-stat .media .media-body span {
    margin-left: 0.3125rem; }

.widget-stat[class*="bg-"] .media > span {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff; }

.widget-stat[class*="bg-"] .progress {
  background-color: rgba(255, 255, 255, 0.25) !important; }

.dez-widget-1 .card {
  background: #FFE7DB; }
  .dez-widget-1 .card .card-body p {
    color: #f87533; }
	
	
	
	
	

.dez-widget-1 .icon {
  float: right;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-size: 1.75rem; }

.bgl-primary {
  background: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1); }
  [data-theme-version="dark"] .bgl-primary {
    background-color: var(--rgba-primary-1);
    border-color: var(--rgba-primary-1); }

.bgl-secondary {
  background: #fdefd4;
  border-color: #fdefd4; }
  [data-theme-version="dark"] .bgl-secondary {
    background-color: rgba(248, 185, 64, 0.5);
    border-color: rgba(248, 185, 64, 0.5); }

.bgl-success {
  background: #bbe6e3;
  border-color: #bbe6e3; }
  [data-theme-version="dark"] .bgl-success {
    background-color: rgba(58, 155, 148, 0.1);
    border-color: rgba(58, 155, 148, 0.1); }

.bgl-warning {
  background: #ffeccc;
  border-color: #ffeccc; }
  [data-theme-version="dark"] .bgl-warning {
    background-color: rgba(255, 159, 0, 0.1);
    border-color: rgba(255, 159, 0, 0.1); }

.bgl-danger {
  background: #ffdede;
  border-color: #ffdede; }
  [data-theme-version="dark"] .bgl-danger {
    background-color: rgba(255, 94, 94, 0.15);
    border-color: rgba(255, 94, 94, 0.15); }

.bgl-info {
  background: #d3edf5;
  border-color: #d3edf5; }
  [data-theme-version="dark"] .bgl-info {
    background-color: rgba(88, 186, 215, 0.1);
    border-color: rgba(88, 186, 215, 0.1); }

.bg-primary-light {
  background: var(--rgba-primary-1); }
  [data-theme-version="dark"] .bg-primary-light {
    background-color: var(--rgba-primary-1); }

.bg-secondary-light {
  background: rgba(253, 239, 212, 0.5); }
  [data-theme-version="dark"] .bg-secondary-light {
    background-color: rgba(248, 185, 64, 0.05); }

.bg-success-light {
  background: rgba(187, 230, 227, 0.5); }
  [data-theme-version="dark"] .bg-success-light {
    background-color: rgba(58, 155, 148, 0.05); }

.bg-warning-light {
  background: rgba(255, 236, 204, 0.5); }
  [data-theme-version="dark"] .bg-warning-light {
    background-color: rgba(255, 159, 0, 0.05); }

.bg-danger-light {
  background: rgba(255, 222, 222, 0.4); }
  [data-theme-version="dark"] .bg-danger-light {
    background-color: rgba(255, 94, 94, 0.05); }

.bg-info-light {
  background: rgba(211, 237, 245, 0.5); }
  [data-theme-version="dark"] .bg-info-light {
    background-color: rgba(88, 186, 215, 0.05); }

.bgl-dark {
  background: #eeeeee;
  border-color: #eeeeee; }

.bgl-light {
  background: #e7e7e7;
  border-color: #e7e7e7; }

.overlay-box {
  position: relative;
  z-index: 1; }
  .overlay-box:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.85;
    background: var(--primary);
    z-index: -1; }

.rating-bar {
  font-size: 0.8125rem; }

.tdl-holder {
  margin: 0 auto; }
  .tdl-holder ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .tdl-holder li {
    background-color: #fff;
    border-bottom: 0.0625rem solid #dad8d4;
    list-style: none none;
    margin: 0;
    padding: 0; }
    .tdl-holder li span {
      margin-left: 2.1875rem;
      font-size: 1rem;
      vertical-align: middle;
      transition: all 0.2s linear; }
  .tdl-holder label {
    cursor: pointer;
    display: block;
    line-height: 3.125rem;
    padding-left: 1.5rem;
    position: relative;
    margin: 0 !important; }
    .tdl-holder label:hover {
      background-color: #eef1f6;
      color: #6e6e6e; }
      .tdl-holder label:hover a {
        color: #FF5E5E; }
    .tdl-holder label a {
      color: #fff;
      display: inline-block;
      line-height: normal;
      height: 100%;
      text-align: center;
      text-decoration: none;
      width: 3.125rem;
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all 0.2s linear;
      padding: 1.125rem 0rem;
      font-size: 1.125rem;
      position: absolute;
      right: 0; }
  .tdl-holder input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    position: absolute; }
    .tdl-holder input[type=checkbox] + i {
      background-color: #fff;
      border: 0.0625rem solid #e7e7e7;
      display: block;
      height: 1.25rem;
      position: absolute;
      top: 0.9375rem;
      width: 1.25rem;
      z-index: 1;
      border-radius: 0rem;
      font-size: 0.6875rem;
      border-radius: 0.25rem; }
    .tdl-holder input[type=checkbox]:checked + i {
      background: var(--primary);
      border-color: transparent; }
    .tdl-holder input[type=checkbox]:checked + i::after {
      content: "\f00c";
      font-family: 'fontAwesome';
      display: block;
      left: 0.125rem;
      position: absolute;
      top: -0.875rem;
      z-index: 2;
      color: #fff; }
    .tdl-holder input[type=checkbox]:checked ~ span {
      text-decoration: line-through;
      position: relative; }
  .tdl-holder input[type=text] {
    background-color: #fff;
    height: 3.125rem;
    margin-top: 1.8125rem;
    border-radius: 0.1875rem; }
    .tdl-holder input[type=text]::placeholder {
      color: #6e6e6e; }

.widget-message p {
  font-size: 0.875rem;
  line-height: 1.5; }

.picker .picker__frame {
  min-width: 28.125rem;
  max-width: 28.125rem;
  height: 100%;
  top: 0;
  max-height: 100%;
  align-items: center;
  display: flex; }
  .picker .picker__frame .picker__box {
    padding: 1.25rem;
    border: 0;
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
    background-color: var(--card);
    color: var(--text-dark); }
    .picker .picker__frame .picker__box .picker__header {
      margin-top: 0; }
      .picker .picker__frame .picker__box .picker__header .picker__year {
        color: var(--primary);
        font-style: inherit;
        font-size: 1.25rem; }
      .picker .picker__frame .picker__box .picker__header .picker__nav--prev,
      .picker .picker__frame .picker__box .picker__header .picker__nav--next {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        line-height: 2.5rem;
        border-radius: 0.125rem; }
        .picker .picker__frame .picker__box .picker__header .picker__nav--prev:before,
        .picker .picker__frame .picker__box .picker__header .picker__nav--next:before {
          content: none !important; }
        .picker .picker__frame .picker__box .picker__header .picker__nav--prev:after,
        .picker .picker__frame .picker__box .picker__header .picker__nav--next:after {
          font-family: 'Font Awesome 5 Free';
          border: 0;
          margin: 0 auto;
          font-size: 1.375rem;
          font-weight: 900; }
        .picker .picker__frame .picker__box .picker__header .picker__nav--prev:hover,
        .picker .picker__frame .picker__box .picker__header .picker__nav--next:hover {
          background-color: var(--primary);
          color: #fff; }
      .picker .picker__frame .picker__box .picker__header .picker__nav--prev {
        left: 0; }
        .picker .picker__frame .picker__box .picker__header .picker__nav--prev:after {
          content: "\f0d9"; }
      .picker .picker__frame .picker__box .picker__header .picker__nav--next {
        right: 0; }
        .picker .picker__frame .picker__box .picker__header .picker__nav--next:after {
          content: "\f0da"; }
    .picker .picker__frame .picker__box .picker__table .picker__weekday {
      padding: 0.625rem 0;
      font-size: 1rem; }
    .picker .picker__frame .picker__box .picker__table .picker__day {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 3.125rem;
      padding: 0 !important;
      font-size: 1rem;
      line-height: 2.5rem;
      margin: auto;
      border: 0 !important; }
      .picker .picker__frame .picker__box .picker__table .picker__day.picker__day--today:before {
        content: none !important; }
      .picker .picker__frame .picker__box .picker__table .picker__day.picker__day--highlighted {
        border: 0 !important;
        padding: 0;
        background-color: var(--primary);
        color: #fff !important; }
      .picker .picker__frame .picker__box .picker__table .picker__day:hover {
        background-color: var(--primary);
        color: #fff !important; }
    .picker .picker__frame .picker__box .picker__footer .picker__button--today {
      background-color: var(--primary);
      color: #fff !important; }
      .picker .picker__frame .picker__box .picker__footer .picker__button--today:before {
        content: none !important; }
    .picker .picker__frame .picker__box .picker__footer .picker__button--clear,
    .picker .picker__frame .picker__box .picker__footer .picker__button--close,
    .picker .picker__frame .picker__box .picker__footer .picker__button--today {
      border: 0;
      border-radius: 0.125rem;
      font-size: 1rem; }
      .picker .picker__frame .picker__box .picker__footer .picker__button--clear:hover,
      .picker .picker__frame .picker__box .picker__footer .picker__button--close:hover,
      .picker .picker__frame .picker__box .picker__footer .picker__button--today:hover {
        background-color: var(--primary);
        color: #fff !important; }
  @media only screen and (max-width: 35.9375rem) {
    .picker .picker__frame {
      min-width: 100% !important;
      max-width: 100% !important; }
      .picker .picker__frame .picker__box {
        padding: 0.9375rem;
        margin: 0 0.625rem; } }

.picker .picker__button--clear, .picker .picker__button--close, .picker .picker__button--today {
  background-color: var(--light);
  color: var(--text-dark); }

.picker .picker__frame .picker__wrap {
  height: auto; }

.card-list {
  overflow: unset;
  height: calc(100% - 50px); }
  .card-list .card-header {
    padding-top: 0;
    padding-bottom: 0; }
    .card-list .card-header .photo {
      overflow: hidden;
      border-radius: 0.3125rem;
      width: 100%; }
  @media only screen and (max-width: 74.9375rem) {
    .card-list {
      height: calc(100% - 40px); } }
  .card-list.list-left {
    margin-top: 0.9375rem;
    margin-left: 0.9375rem; }
    .card-list.list-left .card-header {
      padding-left: 0; }
      .card-list.list-left .card-header .photo {
        margin: -0.9375rem 0.9375rem 0 -0.9375rem; }
  .card-list.list-right {
    margin-top: 0.9375rem;
    margin-right: 0.9375rem;
    text-align: right; }
    .card-list.list-right .card-header {
      padding-right: 0; }
      .card-list.list-right .card-header .photo {
        margin: -0.9375rem -0.9375rem 0 0.9375rem; }
        .card-list.list-right .card-header .photo img {
          width: 100%; }
  .card-list.list-center {
    margin-top: 0.9375rem; }
    .card-list.list-center .card-header .photo {
      margin: -0.9375rem 0 0 0; }
  .card-list .photo img {
    width: 100%; }

.card-profile .profile-photo {
  margin-top: -1.25rem; }

.widget-media .timeline .timeline-panel {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0.8rem 0.75rem;
  margin: 0 -5px;
  border-radius: 0.5rem;
  position: relative;
  transition: all 0.5s; }
  .widget-media .timeline .timeline-panel:hover {
    background-color: rgba(13, 153, 255, 0.05);
    cursor: pointer; }
  .widget-media .timeline .timeline-panel .media {
    width: 2.188rem;
    height: 2.188rem;
    background: #eee;
    border-radius: 100%;
    overflow: hidden;
    font-size: 0.813rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    align-self: start; }
    .widget-media .timeline .timeline-panel .media-primary {
      background: var(--rgba-primary-1);
      color: var(--primary); }
      [data-theme-version="dark"] .widget-media .timeline .timeline-panel .media-primary {
        background-color: var(--rgba-primary-1); }
    .widget-media .timeline .timeline-panel .media-info {
      background: #d3edf5;
      color: #58bad7; }
      [data-theme-version="dark"] .widget-media .timeline .timeline-panel .media-info {
        background-color: rgba(88, 186, 215, 0.1); }
    .widget-media .timeline .timeline-panel .media-warning {
      background: #ffeccc;
      color: #FF9F00; }
      [data-theme-version="dark"] .widget-media .timeline .timeline-panel .media-warning {
        background-color: rgba(255, 159, 0, 0.1); }
    .widget-media .timeline .timeline-panel .media-danger {
      background: #ffdede;
      color: #FF5E5E; }
      [data-theme-version="dark"] .widget-media .timeline .timeline-panel .media-danger {
        background-color: rgba(255, 94, 94, 0.15); }
    .widget-media .timeline .timeline-panel .media-success {
      background: #bbe6e3;
      color: #3A9B94; }
      [data-theme-version="dark"] .widget-media .timeline .timeline-panel .media-success {
        background-color: rgba(58, 155, 148, 0.1); }
  .widget-media .timeline .timeline-panel .media-body span {
    border: 1px solid var(--border);
    font-size: 0.75rem;
    border-radius: 0.5rem;
    padding: 0.313rem 0.625rem; }
  .widget-media .timeline .timeline-panel .media-body h6, .widget-media .timeline .timeline-panel .media-body .h6 {
    font-size: 0.813rem;
    line-height: 1rem; }
  .widget-media .timeline .timeline-panel .media-body p {
    font-size: 0.75rem; }
  .widget-media .timeline .timeline-panel .media-body .attc {
    display: flex;
    align-items: flex-start;
    border: 1px solid #f1f1f1;
    border-radius: 0.5rem;
    padding: 0.313rem 0.625rem; }
    .widget-media .timeline .timeline-panel .media-body .attc .media.style-1 {
      border-radius: 0.5rem;
      border: 1px solid #dad8d4; }
  .widget-media .timeline .timeline-panel .dropdown {
    align-self: self-end;
    margin-top: 0.3125rem; }

.widget-media .timeline li:last-child .timeline-panel {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0; }

.card[class*="bg-"] .timeline .timeline-panel {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.donut-chart-sale small, .donut-chart-sale .small, .donut-chart-sale .small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: 600; }

.students h4, .students .h4, .students h5, .students .h5, .students span {
  color: #fff; }

.table {
  --bs-table-bg: var(--card); }
  .table strong {
    color: #6e6e6e; }
  .table th, .table td {
    border-color: #dad8d4;
    padding: 0.9375rem 0.625rem; }
    [data-theme-version="dark"] .table th, [data-theme-version="dark"] .table td {
      border-color: rgba(255, 255, 255, 0.1);
      color: #fff !important; }
  .table.table-striped tbody tr:nth-of-type(odd),
  .table.table-hover tr:hover {
    background-color: #F3F0EC; }
    [data-theme-version="dark"] .table.table-striped tbody tr:nth-of-type(odd), [data-theme-version="dark"]
    .table.table-hover tr:hover {
      background-color: #151C2C; }
  .table.shadow-hover tbody tr:hover {
    background-color: #fff;
    box-shadow: 0 0rem 1.875rem var(--rgba-primary-2); }
    [data-theme-version="dark"] .table.shadow-hover tbody tr:hover {
      background-color: #151C2C; }
  .table.tr-rounded tr td:first-child, .table.tr-rounded tr th:first-child {
    border-radius: 2.8125rem 0 0 2.8125rem; }
  .table.tr-rounded tr td:last-child, .table.tr-rounded tr th:last-child {
    border-radius: 0 2.8125rem 2.8125rem 0; }
  .table.border-hover tr td {
    border-width: 0.0625rem 0 0.0625rem 0;
    border-bottom: 0.0625rem solid transparent;
    border-color: transparent; }
    .table.border-hover tr td:first-child {
      border-width: 0.0625rem 0 0.0625rem 0.0625rem; }
    .table.border-hover tr td:last-child {
      border-width: 0.0625rem 0.0625rem 0.0625rem 0; }
  .table.border-hover tr:hover td {
    border-color: #CCCCCC; }
  .table.bg-primary-hover th, .table.bg-primary-hover td {
    border: none;
    font-weight: 500; }
  .table.bg-primary-hover td {
    color: #000; }
    [data-theme-version="dark"] .table.bg-primary-hover td {
      color: #fff; }
  .table.bg-primary-hover th {
    color: #6C6C6C; }
  .table.bg-primary-hover tr:hover td, .table.bg-primary-hover tr:hover th {
    background: var(--primary);
    color: #fff; }
  .table.bg-secondary-hover th, .table.bg-secondary-hover td {
    border: none;
    font-weight: 500; }
  .table.bg-secondary-hover td {
    color: #000; }
    [data-theme-version="dark"] .table.bg-secondary-hover td {
      color: #fff; }
  .table.bg-secondary-hover th {
    color: #6C6C6C; }
  .table.bg-secondary-hover tr:hover td, .table.bg-secondary-hover tr:hover th {
    background: #F8B940;
    color: #fff !important; }
  .table.bg-info-hover th, .table.bg-info-hover td {
    border: none;
    font-weight: 500; }
  .table.bg-info-hover td {
    color: #000; }
  .table.bg-info-hover th {
    color: #6C6C6C; }
  .table.bg-info-hover tr:hover td, .table.bg-info-hover tr:hover th {
    background: #58bad7;
    color: #fff !important; }
  .table.bg-warning-hover th, .table.bg-warning-hover td {
    border: none;
    font-weight: 500; }
  .table.bg-warning-hover td {
    color: #000; }
    [data-theme-version="dark"] .table.bg-warning-hover td {
      color: #fff; }
  .table.bg-warning-hover th {
    color: #6C6C6C; }
  .table.bg-warning-hover tr:hover td, .table.bg-warning-hover tr:hover th {
    background: #FF9F00;
    color: #fff !important; }
  .table.border-no td {
    border: 0; }
  .table.short-one tr td:first-child, .table.short-one tr th:first-child {
    width: 3.75rem; }
  .table thead th {
    border-bottom: 0.0625rem solid var(--border);
    text-transform: capitalize;
    font-size: 1rem;
    color: var(--text-dark);
    white-space: nowrap;
    font-weight: 500;
    border-color: #dad8d4 !important; }
    [data-theme-version="dark"] .table thead th {
      border-color: rgba(255, 255, 255, 0.1) !important; }
  .table tbody tr td {
    vertical-align: middle;
    border-color: #dad8d4;
    white-space: nowrap; }
  .table:not(.table-bordered) thead th {
    border-top: none; }
  .table .thead-primary th {
    background-color: var(--primary);
    color: #fff; }
  .table .thead-info th {
    background-color: #58bad7;
    color: #fff; }
  .table .thead-warning th {
    background-color: #FF9F00;
    color: #fff; }
  .table .thead-danger th {
    background-color: #FF5E5E;
    color: #fff; }
  .table .thead-success th {
    background-color: #3A9B94;
    color: #fff; }
  .table.primary-table-bordered {
    border: 0.0625rem solid #dad8d4; }
    [data-theme-version="dark"] .table.primary-table-bordered {
      border-color: rgba(255, 255, 255, 0.1); }
  .table.primary-table-bg-hover tbody {
    border-color: var(--primary-dark); }
  .table.primary-table-bg-hover thead th {
    background-color: var(--primary-dark);
    color: #fff;
    border-bottom: none;
    border-color: var(--primary-dark); }
  .table.primary-table-bg-hover tbody tr {
    background-color: var(--primary);
    color: #fff;
    transition: all .1s ease; }
    .table.primary-table-bg-hover tbody tr th, .table.primary-table-bg-hover tbody tr td {
      border-color: var(--primary-dark) !important;
      background-color: transparent;
      color: #fff; }
    .table.primary-table-bg-hover tbody tr:hover {
      background-color: var(--rgba-primary-8); }
    .table.primary-table-bg-hover tbody tr:not(:last-child) td, .table.primary-table-bg-hover tbody tr:not(:last-child) th {
      border-bottom: 0.0625rem solid var(--primary-dark);
      border-color: #fff; }
  .table-responsive-tiny {
    min-width: 18.75rem; }
  .table-responsive-sm {
    min-width: 30rem !important; }
  .table-responsive-md {
    min-width: 36rem !important; }
  .table-responsive-lg {
    min-width: 60.9375rem !important; }
  .table-responsive-xl {
    min-width: 70.9375rem !important; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: var(--rgba-primary-1);
  color: var(--primary); }
  [data-theme-version="dark"] .table-primary, [data-theme-version="dark"]
  .table-primary > th, [data-theme-version="dark"]
  .table-primary > td {
    background-color: var(--rgba-primary-1); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bbe6e3;
  color: #3A9B94; }
  [data-theme-version="dark"] .table-success, [data-theme-version="dark"]
  .table-success > th, [data-theme-version="dark"]
  .table-success > td {
    background-color: rgba(58, 155, 148, 0.1); }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d3edf5;
  color: #58bad7; }
  [data-theme-version="dark"] .table-info, [data-theme-version="dark"]
  .table-info > th, [data-theme-version="dark"]
  .table-info > td {
    background-color: rgba(88, 186, 215, 0.1); }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeccc;
  color: #FF9F00; }
  [data-theme-version="dark"] .table-warning, [data-theme-version="dark"]
  .table-warning > th, [data-theme-version="dark"]
  .table-warning > td {
    background-color: rgba(255, 159, 0, 0.1); }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffdede;
  color: #FF5E5E; }
  [data-theme-version="dark"] .table-danger, [data-theme-version="dark"]
  .table-danger > th, [data-theme-version="dark"]
  .table-danger > td {
    background-color: rgba(255, 94, 94, 0.15); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f2f4fa; }
  [data-theme-version="dark"] .table-active, [data-theme-version="dark"]
  .table-active > th, [data-theme-version="dark"]
  .table-active > td {
    background-color: #151C2C; }

.card-table th:first-child, .card-table td:first-child {
  padding-left: 1.275rem; }
  @media only screen and (max-width: 35.9375rem) {
    .card-table th:first-child, .card-table td:first-child {
      padding-left: 0.9375rem; } }

.card-table th:last-child, .card-table td:last-child {
  padding-right: 1.875rem; }
  @media only screen and (max-width: 35.9375rem) {
    .card-table th:last-child, .card-table td:last-child {
      padding-right: 0.9375rem; } }

.table-sell tbody tr td {
  border-color: #ffffff66; }

.table-sell thead th {
  border-color: #ffffff66 !important; }

.table-sell tr td {
  padding: 0.670rem 0.625rem; }

.table-sell tr th {
  padding: 0.670rem 0.625rem;
  font-size: 1rem; }

.order-tbl tbody tr:hover {
  border-radius: 0.5rem; }

.dataTablemarket tbody tr td {
  text-align: center; }

[data-theme-version="dark"] .table-sell tbody tr td {
  border-color: #ffffff66 !important; }

[data-theme-version="dark"] .table-sell thead th {
  border-color: #ffffff66 !important; }

.dark-logo {
  display: none; }

.light-logo {
  display: block; }

.table tbody tr td:last-child {
  text-align: left; }

.table thead tr th:last-child {
  text-align: left !important; }

.bootgrid-header {
  padding: 0 !important;
  margin: 0; }
  @media only screen and (max-width: 35.9375rem) {
    .bootgrid-header .actionBar {
      padding: 0; }
    .bootgrid-header .search {
      margin: 0 0 0.625rem 0; } }

table#example {
  padding: 0rem 0 2rem 0; }

table.dataTable {
  font-size: 0.875rem;
  color: var(--text-gray); }
  table.dataTable .form-check {
    display: inline-block; }

#example2_wrapper .dataTables_scrollBody {
  max-height: 33.25rem !important; }

#employees, #custommers {
  padding: .5rem 0 1rem 0; }

.dataTables_wrapper .dataTables_paginate {
  padding-top: 0.75em;
  padding-bottom: 0.75em; }
  @media only screen and (max-width: 35.9375rem) {
    .dataTables_wrapper .dataTables_paginate {
      justify-content: start !important; } }

table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  margin-left: 5px;
  font-size: calc(100% - 2px);
  opacity: 0.5; }

table.dataTable thead > tr > th.sorting::after {
  content: "\f0dc"; }

table.dataTable thead > tr > th.sorting.sorting_desc::after {
  content: "\f0dd";
  opacity: 0.5; }

table.dataTable thead > tr > th.sorting.sorting_asc::after {
  content: "\f0de";
  opacity: 0.5; }

table.dataTable thead > tr > th.sorting::before {
  content: none; }

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 0.125rem solid #CCCCCC;
  border-top: 0; }

table.dataTable tfoot th, table.dataTable tfoot td {
  border-top: 0; }

table.dataTable tbody tr.selected > * {
  color: var(--text-dark);
  background: var(--light) !important;
  border-color: var(--border) !important; }

table.dataTable tbody tr, table.dataTable tbody td {
  background: transparent !important; }

table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: unset !important; }

table.dataTable thead th {
  color: var(--text-dark);
  white-space: nowrap;
  font-size: .9375rem;
  text-transform: capitalize;
  font-weight: 500;
  padding: 1.25rem 0.9375rem; }

table.dataTable > thead > tr > th {
  padding: 1rem 0.9375rem;
  padding-right: 26px;
  padding-left: 0.9375rem !important;
  text-align: left;
  background-color: transparent; }
  @media only screen and (max-width: 35.9375rem) {
    table.dataTable > thead > tr > th {
      padding-left: 0.4rem !important; } }

.dataTables_wrapper .dataTables_info {
  padding-top: 0.5rem; }
  @media only screen and (max-width: 35.9375rem) {
    .dataTables_wrapper .dataTables_info {
      text-align: left; } }

table.dataTable tbody td {
  padding: .85rem 0.9375rem;
  font-size: .875rem;
  font-weight: 400;
  border-bottom: 0; }
  @media only screen and (max-width: 35.9375rem) {
    table.dataTable tbody td {
      padding: 0.5rem 0.3125rem; } }

table.dataTable tr.selected {
  color: var(--primary); }

table.dataTable tfoot th {
  color: var(--text-dark);
  font-weight: 500;
  font-size: .9375rem;
  text-transform: capitalize; }

table.dataTable > tfoot > tr > th, table.dataTable > tfoot > tr > td {
  padding: 1rem 0.9375rem; }
  @media only screen and (max-width: 35.9375rem) {
    table.dataTable > tfoot > tr > th, table.dataTable > tfoot > tr > td {
      padding: 0.5rem 0.3125rem; } }

td.text-ov {
  white-space: nowrap; }

.dataTables_wrapper .dataTables_paginate {
  align-items: center;
  display: flex;
  flex-flow: wrap; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    font-size: 13px;
    height: 24px;
    width: 24px;
    background: transparent;
    border-radius: 0.375rem;
    padding: 0 0.45rem;
    line-height: 25px;
    margin: 0 0.625rem;
    display: inline-block;
    color: var(--primary) !important;
    box-shadow: none !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next.next:hover {
      color: var(--primary) !important;
      background: var(--rgba-primary-1) !important;
      border-color: transparent; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
      color: var(--primary) !important; }
    @media only screen and (max-width: 35.9375rem) {
      .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        height: 2.125rem;
        width: fit-content;
        line-height: 2.125rem;
        padding: 0 0.45rem; } }
  .dataTables_wrapper .dataTables_paginate span .paginate_button {
    height: 24px;
    width: 24px;
    padding: 0;
    margin-left: 0rem;
    margin: 0 0.125rem;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    border-radius: 0.375rem;
    border: 0 !important;
    color: var(--primary) !important;
    cursor: pointer;
    box-shadow: none !important; }
    .dataTables_wrapper .dataTables_paginate span .paginate_button.current {
      color: #fff !important;
      background: var(--primary) !important; }
      .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
        color: #fff !important;
        background: var(--primary) !important; }
    .dataTables_wrapper .dataTables_paginate span .paginate_button:hover, .dataTables_wrapper .dataTables_paginate span .paginate_button:active {
      color: var(--primary) !important;
      background: var(--rgba-primary-1) !important; }

.dataTables_wrapper input[type="search"], .dataTables_wrapper input[type="text"], .dataTables_wrapper select {
  border: 1px solid var(--border);
  padding: .3rem 0.5rem;
  height: 2.5rem;
  color: var(--text-dark);
  border-radius: 0.5rem; }

.dataTables_wrapper .dataTables_length {
  margin-bottom: 0.9375rem; }
  .dataTables_wrapper .dataTables_length .bootstrap-select {
    width: 5rem !important;
    margin: 0 0.3125rem; }

table.dataTable.no-footer {
  border-bottom: 0; }

.rounded-lg {
  min-width: 1.875rem; }

.dataTables_scroll {
  padding: 1rem 0; }

.dataTablesCard {
  background-color: #fff;
  border-radius: 0.5rem; }
  .dataTablesCard.border-no td {
    border-top: 0 !important; }

@media (max-width: 767.98px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    text-align: left; } }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #888888 !important; }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #888888;
  border-radius: 1rem;
  padding: 0.125rem 0;
  margin-bottom: 1.25rem; }
  [data-theme-version="dark"] .dataTables_wrapper .dataTables_length, [data-theme-version="dark"]
  .dataTables_wrapper .dataTables_filter, [data-theme-version="dark"]
  .dataTables_wrapper .dataTables_processing, [data-theme-version="dark"]
  .dataTables_wrapper .dataTables_paginate {
    color: #828690; }

.paging_simple_numbers.dataTables_paginate {
  padding: 0.3125rem 0.3125rem; }
  @media only screen and (max-width: 35.9375rem) {
    .paging_simple_numbers.dataTables_paginate {
      margin: 10px -10px; } }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #888888 !important; }

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-color: #CCCCCC;
  box-shadow: none !important; }
  [data-theme-version="dark"] table.dataTable.row-border tbody th, [data-theme-version="dark"]
  table.dataTable.row-border tbody td, [data-theme-version="dark"]
  table.dataTable.display tbody th, [data-theme-version="dark"]
  table.dataTable.display tbody td {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }

.dataTables_wrapper .dataTables_length .bootstrap-select .dropdown-toggle {
  font-size: 0.813rem !important;
  padding: 0.625rem 1rem; }

[data-theme-version="dark"] .dataTables_wrapper .dataTables_length {
  color: #828690; }

@media only screen and (max-width: 35.9375rem) {
  .dataTables_paginate.paging_simple_numbers span {
    display: flex; } }

table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td,
table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-color: var(--border); }

table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_asc_disabled::after, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_asc_disabled::after, table.dataTable thead > tr > td.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::after {
  position: relative;
  display: inline-block;
  right: 0; }

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td,
table.dataTable > tfoot > tr > th, table.dataTable > tfoot > tr > td {
  border-color: var(--border); }

table.dataTable thead > tr > th.sorting_disabled::before {
  content: none; }

@media only screen and (max-width: 35.9375rem) {
  .dataTables_scrollHead,
  .dataTables_scrollFoot {
    overflow: auto !important; } }

.fooicon {
  font-size: 1.25rem;
  color: #6e6e6e; }

.jsgrid-table .jsgrid-header-row > .jsgrid-header-cell {
  color: #6e6e6e; }

.jsgrid-table > tbody > tr > td {
  padding: 1.2em; }

.jsgrid-table .jsgrid-insert-row input, .jsgrid-table .jsgrid-insert-row select, .jsgrid-table .jsgrid-edit-row input, .jsgrid-table .jsgrid-edit-row select {
  border: 0.0625rem solid #DDDFE1; }

.jsgrid .jsgrid-button {
  border: 0 !important;
  margin-left: 0.625rem; }

.error-page {
  height: 100vh;
  padding: 50px;
  position: relative;
  background-blend-mode: luminosity;
  background-size: cover; }
  .error-page:before {
    content: "";
    position: absolute;
    opacity: 0.8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .error-page .error-inner {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 600px;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 100%; }
    @media only screen and (max-width: 35.9375rem) {
      .error-page .error-inner {
        width: 100%; } }
  .error-page .error-head {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500; }
    @media only screen and (max-width: 35.9375rem) {
      .error-page .error-head {
        font-size: 20px;
        margin-bottom: 30px; } }
  .error-page .dz-error {
    position: relative;
    color: var(--secondary);
    font-size: 200px;
    letter-spacing: 0px;
    animation: dzError 1s infinite linear alternate-reverse;
    font-weight: 900;
    line-height: 200px;
    margin: auto; }
    @media only screen and (max-width: 61.9375rem) {
      .error-page .dz-error {
        font-size: 150px;
        line-height: 150px; } }
    @media only screen and (max-width: 35.9375rem) {
      .error-page .dz-error {
        font-size: 80px;
        line-height: 80px;
        letter-spacing: 5px; } }
    .error-page .dz-error::before, .error-page .dz-error::after {
      content: attr(data-text);
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .error-page .dz-error::before {
      left: 2px;
      text-shadow: -2px 0 #f7cf47;
      clip: rect(44px, 450px, 56px, 0);
      animation: dzError1 5s infinite linear alternate-reverse; }
    .error-page .dz-error::after {
      left: -2px;
      text-shadow: -2px 0 #f7cf47, 2px 2px #f7cf47;
      clip: rect(44px, 450px, 56px, 0);
      animation: dzError2 5s infinite linear alternate-reverse; }

.flex-row-fluid {
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1 0 0rem;
  min-width: 0; }

.authincation {
  background: var(--rgba-primary-1);
  display: flex;
  min-height: 100vh; }
  .authincation .login-aside {
    background: #fff;
    padding-top: 5rem;
    max-width: 35rem;
    width: 100%;
    z-index: 1;
    position: relative; }
    .authincation .login-aside:after {
      content: "";
      clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
      width: 8.75rem;
      height: 100%;
      position: absolute;
      right: -8.75rem;
      z-index: -1;
      top: 0;
      background: #fff;
      box-shadow: 0.125rem 0rem 1.875rem rgba(0, 0, 0, 0.15); }
    .authincation .login-aside .aside-image {
      min-height: 28.125rem;
      margin: auto 0;
      min-width: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  @media only screen and (max-width: 87.5rem) {
    .authincation .login-aside {
      max-width: 22.5rem; } }
  @media only screen and (max-width: 61.9375rem) {
    .authincation .login-aside {
      max-width: 100%;
      padding-top: 0; }
      .authincation .login-aside:after {
        content: none; } }
  @media only screen and (max-width: 35.9375rem) {
    .authincation .login-aside .aside-image {
      min-height: 18.75rem; } }

.authincation-content {
  background: #fff;
  box-shadow: 0 0 2.1875rem 0 rgba(154, 161, 171, 0.15);
  border-radius: 0.3125rem; }
  [data-theme-version="dark"] .authincation-content {
    background: #182237;
    box-shadow: none; }
  .authincation-content.style-1 {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1.25rem); }
    .authincation-content.style-1 .form-control {
      background: rgba(255, 255, 255, 0.6);
      border-radius: 0.3125rem; }
    .authincation-content.style-1 .user-icon {
      height: 6.25rem;
      background: var(--primary);
      width: 6.25rem;
      text-align: center;
      border-radius: 6.25rem;
      line-height: 6.25rem;
      margin-left: auto;
      font-size: 3.75rem;
      text-align: center;
      color: white;
      margin-right: auto;
      margin-top: -6.25rem;
      margin-bottom: 1.25rem; }
  .authincation-content.style-2 {
    background: transparent;
    box-shadow: none;
    max-width: 33.125rem;
    width: 100%; }
    .authincation-content.style-2 .form-control {
      border: 0;
      border-radius: 0.3125rem;
      box-shadow: 0rem 0rem 0.9375rem rgba(0, 0, 0, 0.08); }
    @media only screen and (max-width: 35.9375rem) {
      .authincation-content.style-2 .auth-form {
        padding: 1.875rem 0rem; } }

.auth-form img {
  width: 160px; }

.welcome-content {
  background: url("../page-error-404.html");
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 4.6875rem 3.125rem;
  position: relative;
  z-index: 1;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem; }
  .welcome-content::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--primary);
    opacity: 0.75;
    z-index: -1;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem; }
  .welcome-content .welcome-title {
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem; }
  .welcome-content p {
    color: #fff; }
  .welcome-content .brand-logo a {
    display: inline-block;
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: #fff;
    font-size: 1.25rem; }
    .welcome-content .brand-logo a img {
      width: 6.25rem; }
  .welcome-content .intro-social {
    position: absolute;
    bottom: 4.6875rem; }
    .welcome-content .intro-social ul {
      margin-bottom: 0; }
      .welcome-content .intro-social ul li {
        display: inline-block; }
        .welcome-content .intro-social ul li a {
          color: #fff;
          font-size: 0.875rem;
          padding: 0rem 0.4375rem; }

.auth-form {
  padding: 3.125rem 3.125rem; }
  @media only screen and (max-width: 35.9375rem) {
    .auth-form {
      padding: 1.875rem; } }
  .auth-form .btn {
    height: 3.125rem;
    font-weight: 700; }
  .auth-form .page-back {
    display: inline-block;
    margin-bottom: 0.9375rem; }

.login-form {
  margin: 0 58px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px; }
  @media only screen and (max-width: 35.9375rem) {
    .login-form {
      margin: 0 10px; } }

.forget-main .forget-tab {
  border-radius: 0.5rem; }
  .forget-main .forget-tab:active {
    color: var(--primary) !important; }

.fix-wrapper {
  min-height: 100vh;
  display: flex;
  padding: 30px 0;
  align-items: center; }

.eye {
  position: absolute;
  right: 20px;
  bottom: 12px; }

.heart {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(../images/like.png);
  cursor: pointer;
  margin: -25px -15px; }

.heart-blast {
  background-position: -1680px 0 !important;
  transition: background 1s steps(28); }

.logo-abbr path {
  fill: var(--primary); }

.brand-title .yesh {
  fill: black; }

.brand-title .admin1 {
  fill: #fff; }

.brand-title .admin2 {
  fill: var(--text-dark); }

.revenue-date h4, .revenue-date .h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0; }

.chartBar {
  margin-top: -40px;
  margin-left: -21px; }

.input-group .search-area .form-control {
  height: 3rem; }
  .input-group .search-area .form-control::placeholder {
    color: var(--bs-card-color); }

.finance h4, .finance .h4 {
  font-size: 24px;
  color: #fff; }
  @media only screen and (max-width: 106.25rem) {
    .finance h4, .finance .h4 {
      font-size: 20px; } }

.finance p {
  color: #fff; }

.ratting-data {
  margin-left: 20px; }
  .ratting-data h4, .ratting-data .h4 {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin-bottom: 0; }
  .ratting-data span {
    color: white;
    font-size: 12px; }

.right-sign {
  position: absolute;
  top: 7rem;
  left: 6rem; }
  @media only screen and (max-width: 74.9375rem) {
    .right-sign {
      left: 13rem; } }
  @media only screen and (max-width: 47.9375rem) {
    .right-sign {
      left: 9rem; } }

.redia-date {
  margin-top: 0px; }
  .redia-date h4, .redia-date .h4 {
    font-size: 20px;
    font-weight: 600; }

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  z-index: -1; }

/* new-scss-start */
.heading {
  font-size: 1rem; }

.dz-scroll {
  overflow-y: scroll;
  overflow-x: hidden; }

.same-card .depostit-card-media {
  padding: 18px 20px; }

.depostit-card {
  overflow: hidden;
  z-index: 1; }
  .depostit-card .depostit-card-media {
    position: relative;
    z-index: 2; }
.depostit-card .depostit-card-media h3, .depostit-card .depostit-card-media .h3 {
    font-weight: 600;
    margin: 0;
    line-height: 49px;
    font-size: 29px;
}

.progress-box p{
	color:#888;
	font-size:14px;
	margin-top:0px;
	
}


.quiz_img{
	    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}



.as_pro{
	border: 1px solid #d3d1d1;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;

}

.py-30 {
    padding-top: 30px;
    padding-bottom: 100px;
}
#timer {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #ff0000;
    letter-spacing: -1px;
    float: right;
    margin-top: -3px;
    font-weight: 700;
}
#timer span {
  font-size: 18px;
  color: #ff4260;
  margin: 0 3px 0 15px;
}
#timer span:first-child {
  margin-left: 0;
}
  

.quiz_img img{
	    width:70%;
}


.question {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
}
.question p {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.question label {
    display: block;
    padding: 8px;
    margin: 5px 0;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-weight: normal;
}

.question label input {
    margin-right: 10px;
}









.depostit-card-medias h6 {
    color: #222B40;
    font-size: 14px;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}



    .depostit-card .depostit-card-media h6, .depostit-card .depostit-card-media .h6 {
      font-weight: 400;
      margin: 0; }
    .depostit-card .depostit-card-media.style-1 {
      padding: unset; }
  .depostit-card .progress-box {
    margin-top: 0.625rem; }
    .depostit-card .progress-box .progress {
      height: 0.313rem;
      margin-top: 0.188rem;
      background-color: #E6EAEE; }

.chart-grd {
  position: relative; }
  .chart-grd:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 5rem;
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none; }

#AllProject {
  margin-left: -2.063rem; }

.project-list li {
  font-size: 0.813rem;
  white-space: nowrap;
  padding: 1px 0; }

.project-list h6, .project-list .h6 {
  font-size: 0.938rem;
  margin: 0;
  margin-bottom: 2px;
  white-space: nowrap; }

.icon-box {
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 2.375rem;
  border-radius: 0.625rem; }
  .icon-box.icon-box-lg {
    height: 4.375rem;
    width: 4.375rem;
    line-height: 4.375rem; }
  .icon-box.icon-box-md {
    height: 3.75rem;
    width: 3.75rem;
    line-height: 3.55rem;
    border-radius: 6px; }
  .icon-box.icon-box-sm {
    height: 1.75rem;
    width: 1.75rem;
    line-height: 2.075;
    border-radius: 0.25rem; }
    .icon-box.icon-box-sm i {
      transform: scale(1.4);
      line-height: 30px; }
      @media only screen and (max-width: 47.9375rem) {
        .icon-box.icon-box-sm i {
          transform: scale(0.9);
          line-height: 25px; } }
  .icon-box.icon-box-xs {
    height: 1.55rem;
    width: 1.55rem;
    line-height: 0.275;
    border-radius: 0.25rem; }
    .icon-box.icon-box-xs i {
      transform: scale(0.9);
      line-height: 26px; }
  .icon-box.task-tab {
    background-color: var(--secondary); }
  .icon-box i {
    transform: scale(2.1); }

.avatar {
  height: 2.375rem;
  width: 2.375rem;
  display: inline-block;
  position: relative;
  object-fit: cover;
  border-radius: 0.375rem;
  line-height: 1.975rem; }
  .avatar.avatar-md {
    height: 1.875rem;
    width: 1.875rem; }
  .avatar.avatar-lg {
    height: 2.25rem;
    width: 2.25rem; }
  .avatar.avatar-xl {
    height: 45px;
    width: 45px; }

.avatar-list.avatar-list-stacked .avatar {
  margin-inline-end: -13px;
  border: 2px solid var(--card);
  background-color: #fff; }
  .avatar-list.avatar-list-stacked .avatar:hover {
    z-index: 1; }

.avatar-list span {
  color: #222B40;
  font-size: 12px;
  display: inline-flex;
  justify-content: center; }
  .avatar-list span svg {
    margin-top: 4px; }

.ttl-project {
  display: flex;
  justify-content: space-around;
  text-align: center;
  border-top: 1px solid var(--border);
  padding: 15px 0;
  overflow: hidden; }
  .ttl-project .pr-data {
    position: relative; }
    .ttl-project .pr-data h5, .ttl-project .pr-data .h5 {
      margin-bottom: 0; }
    .ttl-project .pr-data:after {
      content: "";
      position: absolute;
      top: -20px;
      right: -50px;
      width: 1px;
      height: 85px;
      background: var(--border); }
    .ttl-project .pr-data:last-child:after {
      display: none; }
  @media only screen and (max-width: 35.9375rem) {
    .ttl-project {
      display: none; } }

.cs-settiong .custome-select {
  padding-left: 6px; }

.custome-select {
  width: auto;
  border: 0;
  color: var(--primary);
  font-size: 13px; }
  .custome-select:focus {
    box-shadow: none; }
  .custome-select:after {
    border-color: var(--secondary);
    height: 8px;
    margin-top: -7px;
    right: 3px;
    top: 51%;
    width: 8px;
    border-width: 1px; }

.dang svg {
  margin-top: -2px; }

.total-earning h2, .total-earning .h2 {
  font-size: 38px;
  font-weight: 600; }

.to-dodroup {
  height: 362px; }
  .to-dodroup .sub-card {
    border-bottom: 1px solid var(--border); }
    .to-dodroup .sub-card .d-items {
      padding: 15px 20px; }
      .to-dodroup .sub-card .d-items .icon-box {
        cursor: pointer; }
    .to-dodroup .sub-card:last-child {
      border-bottom: 0; }
      .to-dodroup .sub-card:last-child .d-items {
        padding-bottom: 0; }

.d-items-2 {
  position: relative;
  padding-left: 20px; }
  .d-items-2 .svg-icon {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px; }
  .d-items-2 label {
    font-size: 14px;
    font-weight: 400; }

.earning-tab {
  justify-content: center; }
  .earning-tab .nav-item .nav-link {
    color: #888888;
    box-shadow: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    margin: 6px 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400; }
    .earning-tab .nav-item .nav-link.active {
      background-color: transparent;
      border-color: var(--primary);
      color: var(--primary);
      font-weight: 500; }

.total-earning {
  text-align: center; }

#earningChart {
  margin-top: 20px;
  direction: ltr; }

.active-projects thead tr th {
  font-size: 13px;
  padding: 0.625rem 1.25rem !important;
  font-weight: 500;
  background-color: var(--rgba-primary-1) !important;
  border: 0;
  vertical-align: middle;
  color: var(--primary); }
  .active-projects thead tr th:last-child {
    text-align: right; }
  .active-projects thead tr th:first-child {
    padding-right: 0; }
    @media only screen and (max-width: 35.9375rem) {
      .active-projects thead tr th:first-child {
        padding-left: 1.3rem !important; } }

.active-projects tbody tr td {
  font-size: 13px;
  font-weight: 400;
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .active-projects tbody tr td:last-child {
    text-align: right; }
  .active-projects tbody tr td:first-child {
    padding-right: 0;
    padding-left: 1rem; }
    @media only screen and (max-width: 35.9375rem) {
      .active-projects tbody tr td:first-child {
        padding-left: 1.4rem; } }

.active-projects .tbl-caption {
  padding: 20px 16px; }

.active-projects .dt-buttons {
  float: unset; }
  .active-projects .dt-buttons .dt-button {
    position: absolute;
    top: -44px;
    right: 14px;
    font-size: 13px !important;
    color: var(--primary);
    font-weight: 400;
    padding: 6px 12px;
    border-radius: 0.25rem;
    background: var(--rgba-primary-1) !important; }
    @media only screen and (max-width: 35.9375rem) {
      .active-projects .dt-buttons .dt-button {
        right: -26rem; } }
    .active-projects .dt-buttons .dt-button:hover {
      background: var(--primary) !important;
      color: #fff; }

.active-projects .dataTables_info {
  padding-left: 20px;
  font-size: 12px;
  padding-top: 1rem;
  color: var(--text-dark); }
  @media only screen and (max-width: 35.9375rem) {
    .active-projects .dataTables_info {
      text-align: center; } }

.active-projects .dataTables_wrapper .dataTables_paginate {
  padding-top: 1rem;
  padding-bottom: 0; }
  @media only screen and (max-width: 35.9375rem) {
    .active-projects .dataTables_wrapper .dataTables_paginate {
      justify-content: center !important; } }

.active-projects.selling-product tbody tr td {
  border-bottom: 1px solid var(--border); }

.active-projects.style-1 .tbl-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap; }

.active-projects.style-1 .dt-buttons .dt-button {
  top: -52px;
  right: 320px; }

@media only screen and (max-width: 47.9375rem) {
  .active-projects.style-1 .dt-buttons {
    display: none; } }

.active-projects.style-1 tbody tr td {
  border-bottom: 1px solid var(--border); }

@media only screen and (max-width: 35.9375rem) {
  .active-projects.style-1 .heading {
    margin-bottom: 10px !important; } }

.active-projects.attendance-tbl .dt-buttons .dt-button {
  right: 180px; }

.active-projects.attendance-tbl thead span {
  font-size: 13px;
  margin-bottom: 0;
  color: var(--secondary); }

.active-projects.attendance-tbl thead p {
  font-size: 10px;
  color: var(--primary);
  margin-bottom: 0; }

.active-projects.attendance-tbl thead tr th {
  vertical-align: middle; }
  .active-projects.attendance-tbl thead tr th:not(:first-child) {
    padding: 15px 5px; }
  .active-projects.attendance-tbl thead tr th:last-child {
    padding-left: 25px; }

.active-projects.attendance-tbl tbody tr td {
  color: var(--secondary);
  padding: 0.375rem 1.25rem; }
  .active-projects.attendance-tbl tbody tr td:not(:first-child) {
    padding: 15px 7px; }
  .active-projects.attendance-tbl tbody tr td i {
    font-weight: 900; }
  .active-projects.attendance-tbl tbody tr td:last-child {
    padding-left: 25px; }

.active-projects.task-table tbody td {
  border-bottom: 1px solid var(--border); }

.active-projects.manage-client tbody tr td {
  border-bottom: 1px solid var(--border);
  padding: 1.125rem 1.25rem; }
  .active-projects.manage-client tbody tr td:last-child {
    text-align: right; }

.active-projects.manage-client thead tr th:last-child {
  text-align: right; }

.box-hover:hover {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; }

.products {
  display: flex;
  align-items: center; }
  .products h6, .products .h6 {
    font-size: 14px;
    margin-bottom: 0;
    white-space: nowrap; }
    .products h6 a, .products .h6 a {
      color: var(--text-dark); }
  .products span {
    font-size: 12px; }
  .products img {
    margin-right: 10px; }
  .products.style-1 h6, .products.style-1 .h6 {
    font-size: 15px; }
  .products.style-1 span {
    font-size: 13px; }

.bg-purple {
  background: #BB6BD9; }

.tbl-progress-box {
  display: flex;
  align-items: center; }
  .tbl-progress-box .progress {
    flex: 1;
    margin-right: 5px; }

.active-map-main {
  position: relative; }
  .active-map-main:after {
    content: "";
    position: absolute;
    top: -91px;
    right: 0;
    height: 417px;
    background: #E6E6E6;
    width: 1px; }
  .active-map-main .active-map {
    height: 19rem !important; }

.active-country {
  margin-top: -65px;
  position: relative;
  height: 350px;
  padding-right: 1.25rem; }
  .active-country .country-list {
    padding: 9px 0;
    display: flex;
    border-bottom: 1px solid var(--border); }
    .active-country .country-list .progress-box {
      flex: 1; }
      .active-country .country-list .progress-box .c-name {
        color: var(--secondary); }
    .active-country .country-list img {
      margin-right: 12px;
      border-radius: 50%; }
    .active-country .country-list:last-child {
      border-bottom: 0; }
  .active-country:after {
    content: "";
    position: absolute;
    top: -50px;
    left: -10px;
    height: 500px;
    background: var(--border);
    width: 1px; }
  @media only screen and (max-width: 74.9375rem) {
    .active-country {
      margin-top: 0; } }
  @media only screen and (max-width: 35.9375rem) {
    .active-country {
      padding-right: 1rem; } }

.chat-box-area .message-received p {
  background: var(--rgba-primary-1);
  padding: 10px 15px;
  border-radius: 0px 10px 10px 10px;
  color: var(--primary);
  font-size: 13px; }

.chat-box-area .message-received span {
  font-size: 11px; }

.chat-box-area .message-received .text {
  display: flex;
  flex-direction: column;
  align-items: self-start; }

.chat-box-area .message-sent {
  display: flex;
  flex-direction: column;
  align-items: end; }
  .chat-box-area .message-sent p {
    background: var(--body-bg);
    padding: 10px 15px;
    border-radius: 10px 10px 0px 10px;
    color: var(--primary);
    text-align: right;
    font-size: 13px; }

.chat-box-area.style-1 {
  height: 29.7rem; }

.chat-box-area p {
  line-height: 1.6; }

.type-massage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%; }
  .type-massage .form-control {
    border: 0;
    resize: none;
    overflow: hidden;
    background: var(--body-bg);
    line-height: 1.6;
    padding: 8px; }
    .type-massage .form-control::placeholder {
      font-size: 14px;
      color: #888888; }
  .type-massage .btn {
    position: absolute;
    right: 34px;
    font-size: 13px;
    font-weight: 500; }
    .type-massage .btn svg {
      margin-top: -3px; }

.message-send {
  background: var(--body-bg);
  padding: 7px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem; }

.custome-tooltip .apexcharts-tooltip.apexcharts-theme-light {
  font-size: 1.125rem;
  background-color: var(--primary);
  border-radius: 0.375rem;
  border: none;
  overflow: unset; }
  .custome-tooltip .apexcharts-tooltip.apexcharts-theme-light::before {
    content: '';
    display: none;
    background-color: var(--primary);
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    z-index: -1; }

.custome-tooltip .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  display: none; }

.custome-tooltip .apexcharts-tooltip-series-group.apexcharts-active {
  justify-content: center;
  font-size: 1.125rem;
  color: #fff;
  font-family: 'poppins', sans-serif;
  height: 30px;
  padding: 8px 12px; }

.custome-tooltip .apexcharts-tooltip-text {
  font-size: 0.875rem !important;
  font-family: 'poppins', sans-serif; }

.custome-tooltip .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1;
  display: none;
  font-family: 'poppins', sans-serif; }

.mySwiper .card {
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  margin-bottom: 0; }
  .mySwiper .card .card-body {
    padding: 16px; }
  .mySwiper .card .avatar-md {
    height: 28px;
    width: 28px; }

.media-data h4, .media-data .h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0; }
  .media-data h4 a, .media-data .h4 a {
    color: var(--text-dark); }

.media-data span {
  font-weight: 500;
  color: var(--text-dark);
  margin-left: 25px;
  font-size: 13px; }
  @media only screen and (max-width: 74.9375rem) {
    .media-data span {
      margin-left: 20px; } }

.dateformat {
  margin-top: 10px; }
  .dateformat p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-dark); }
  .dateformat span {
    margin-left: 0;
    font-size: 13px;
    color: var(--primary); }
    @media only screen and (max-width: 74.9375rem) {
      .dateformat span {
        font-size: 12px; } }

.card-media img {
  width: 214px;
  height: 140px;
  width: 100%;
  border-radius: 0.5rem; }

.rainbow-box {
  position: relative;
  z-index: 1; }
  .rainbow-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3A9B94;
    z-index: -1;
    border-radius: inherit;
    opacity: 0.7; }

.schedules-cal .datepicker-days .picker-switch {
  font-size: 15px;
  font-weight: 500;
  color: #FFF; }

.schedules-cal .datepicker-days .prev i,
.schedules-cal .datepicker-days .next i {
  height: 32px;
  width: 32px;
  border-radius: 0.5rem;
  background: var(--rgba-primary-1);
  color: #fff;
  line-height: 32px; }

.schedules-cal .datepicker-days .prev:hover,
.schedules-cal .datepicker-days .next:hover {
  background: transparent; }

.schedules-cal .datepicker-days .dow {
  font-weight: 400;
  border-radius: 0; }

.schedules-cal .datepicker-days tr .day.weekend:first-child {
  color: var(--bs-body-color); }

.schedules-cal .datepicker-days .day {
  color: #fff;
  height: 46px;
  width: 34px;
  line-height: 20px;
  position: relative; }

.schedules-cal .datepicker-days .active,
.schedules-cal .datepicker-days .today {
  background: transparent !important;
  color: #fff !important;
  position: relative;
  z-index: 1; }
  .schedules-cal .datepicker-days .active:before,
  .schedules-cal .datepicker-days .today:before {
    content: "";
    background: var(--secondary);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 40px;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px; }

.schedules-cal .datepicker-days table tr td.selected:hover, .schedules-cal .datepicker-days table tr td.active.active:hover {
  background: transparent !important;
  color: #fff; }

.schedules-cal .bootstrap-datetimepicker-widget a[data-action] {
  display: none; }

.events {
  position: relative; }
  .events h6, .events .h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .events .event-box {
    height: 55px;
    width: 55px;
    line-height: 9px;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 4px 0; }
    .events .event-box h5, .events .event-box .h5 {
      color: var(--secondary);
      font-weight: 600;
      font-size: 20px; }
    .events .event-box span {
      color: white; }
  .events .event-data h5, .events .event-data .h5 {
    font-size: 15px; }
    .events .event-data h5 a, .events .event-data .h5 a {
      color: #fff; }
  .events .event-data span {
    font-size: 13px; }
  @media only screen and (max-width: 74.9375rem) {
    .events .event-data h5, .events .event-data .h5 {
      font-size: 12px; } }
  .events .event-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .events:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(168.91deg, rgba(34, 43, 64, 0) 8.2%, #222B40 50.99%); }

.event-scroll {
  height: 276px;
  padding: 0 1.25rem; }
  @media only screen and (max-width: 74.9375rem) {
    .event-scroll {
      height: 130px; } }

.project-chart {
  display: flex;
  justify-content: center; }

.project-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0; }
  .project-media p {
    color: var(--secondary); }

.my-calendar {
  background-color: #222B40;
  overflow: hidden; }

.form-control .dropdown-toggle::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f078";
  border: 0;
  font-size: 0.7rem; }

.form-control.custom-image-select-1 {
  width: auto !important; }
  .form-control.custom-image-select-1 img {
    width: 1.625rem;
    margin-right: 0.625rem; }
  .form-control.custom-image-select-1 .dropdown-toggle {
    padding: 7px 10px; }
    @media only screen and (max-width: 87.5rem) {
      .form-control.custom-image-select-1 .dropdown-toggle {
        padding: 6px 10px; } }
    @media only screen and (max-width: 47.9375rem) {
      .form-control.custom-image-select-1 .dropdown-toggle {
        padding: 5px 10px; } }
  .form-control.custom-image-select-1 .filter-option-inner-inner {
    margin-right: 1.5625rem;
    color: #000;
    font-size: 14px; }
  .form-control.custom-image-select-1 .dropdown-menu .dropdown-item {
    padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
    text-align: left; }
  .form-control.custom-image-select-1 .form-control {
    width: 0 !important; }
    .form-control.custom-image-select-1 .form-control .dropdown-toggle::after {
      color: #F8B940; }

.form-control.custom-image-select-2 {
  background: var(--rgba-primary-1);
  border-radius: 0.5rem;
  margin-bottom: 0.625rem;
  margin-left: 0.375rem; }
  .form-control.custom-image-select-2 .dropdown-toggle::after {
    color: var(--primary); }
  .form-control.custom-image-select-2 img {
    margin-right: 0.525rem;
    width: 1.5rem; }
  .form-control.custom-image-select-2 .dropdown-toggle {
    border: 0 !important;
    padding: 0.5625rem 1rem 0.5625rem 0.85rem; }
  .form-control.custom-image-select-2 .filter-option-inner-inner {
    margin-right: 1.25rem;
    color: black;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center; }
  .form-control.custom-image-select-2 .dropdown-menu .dropdown-item {
    padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
    text-align: left; }
  .form-control.custom-image-select-2.bit {
    background: #ffeccc; }
  .form-control.custom-image-select-2.eth {
    background: #d3edf5; }
  .form-control.custom-image-select-2.dash {
    background: var(--rgba-primary-1); }
  .form-control.custom-image-select-2.lit {
    background: #fdefd4; }
  .form-control.custom-image-select-2.ripp {
    background: rgba(35, 41, 47, 0.1); }
  .form-control.custom-image-select-2.pink-light {
    background: rgba(172, 76, 188, 0.1); }
    .form-control.custom-image-select-2.pink-light .dropdown-toggle::after {
      color: #e83e8c; }

@media only screen and (max-width: 87.5rem) {
  .form-control.custom-image-select-1 {
    height: 3rem; }
    .form-control.custom-image-select-1 img {
      width: 1.75rem;
      margin-right: 1.125rem; } }

.element-area {
  display: flex; }
  .element-area .demo-view {
    width: calc(100% - 270px); }
    @media only screen and (max-width: 100rem) {
      .element-area .demo-view {
        width: calc(100% - 236px); } }
    @media only screen and (max-width: 74.9375rem) {
      .element-area .demo-view {
        width: calc(100% - 224px); } }
    @media only screen and (max-width: 61.9375rem) {
      .element-area .demo-view {
        width: 100%; } }
    @media only screen and (max-width: 47.9375rem) {
      .element-area .demo-view {
        width: 100%; }
        .element-area .demo-view .container-sm {
          padding: 0; } }
  .element-area .demo-right {
    width: 16.875rem;
    position: sticky;
    top: 5rem;
    height: 100%;
    z-index: 2; }
    @media only screen and (max-width: 74.9375rem) {
      .element-area .demo-right {
        width: 15.875rem; } }
    @media only screen and (max-width: 61.9375rem) {
      .element-area .demo-right {
        display: none; } }
    @media only screen and (max-width: 47.9375rem) {
      .element-area .demo-right {
        display: none; } }
  .element-area .demo-right.sticky {
    top: 100px;
    transition: 0.5s; }

.demo-right-inner {
  padding: 0;
  background-color: var(--card);
  border-radius: 0.5rem;
  overflow: hidden; }
  .demo-right-inner h4, .demo-right-inner .h4 {
    padding: 1rem 1rem;
    font-size: 1rem; }
  .demo-right-inner li {
    font-size: 1rem;
    position: relative; }
    .demo-right-inner li a {
      display: block;
      padding: 0.5rem 1rem;
      font-size: 14px;
      line-height: 1.5; }
    .demo-right-inner li:after {
      content: "";
      position: absolute;
      background-color: #e7e7e7;
      width: 5px;
      height: 5px;
      border-radius: 100%;
      top: 18px;
      left: -10px; }

.demo-right-tabs {
  margin: 0 -1.625rem;
  padding: 0 1.625rem; }

.navbar-nav .active .scroll {
  background: var(--primary);
  font-weight: 500;
  color: #fff; }

.navbar-nav .active:after {
  background-color: var(--primary); }

.recent-app li {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  border-bottom: 1px solid var(--border); }
  .recent-app li h5, .recent-app li .h5 {
    margin-bottom: 0;
    font-size: 14px; }
  .recent-app li img {
    margin-right: 10px; }

label {
  font-size: 13px;
  font-weight: 500; }

.input-group-lg .form-control {
  height: 3.8rem; }

.table-responsive-md thead th strong {
  font-weight: 500;
  font-size: 15px; }

.inovice-logo .logo-abbr .react-w {
  fill: #000;
  stroke: #000; }

.customeoff .btn-close {
  background: none;
  height: 24px;
  width: 24px;
  background-color: #ffdede;
  border-radius: 6px;
  color: red;
  font-size: 18px;
  margin-right: 1rem; }

.customeoff .offcanvas-header {
  margin-left: 1rem; }

.customeoff .offcanvas-backdrop.show {
  opacity: 0.7;
  background-color: var(--secondary); }

.sweet-image {
  width: 20%; }

.clockpicker-popover {
  position: absolute;
  left: 1263px;
  top: 560.688px; }
  .clockpicker-popover.left {
    left: 1263px;
    top: 560.688px; }
  .clockpicker-popover.popover {
    border-color: transparent; }
    .clockpicker-popover.popover .popover-title {
      background-color: var(--card); }
    .clockpicker-popover.popover .popover-content {
      background-color: var(--body-bg); }

.clockpicker-plate {
  background-color: var(--card);
  border-color: var(--border); }

.upload-img .dropzone {
  border: 0.0625rem dashed var(--border);
  min-height: 6.325rem;
  position: relative;
  border-radius: 0.375rem;
  text-align: center;
  padding: 14px 0; }

.upload-img .dlab-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

.upload-img .dlab-success-mark,
.upload-img .dlab-error-mark {
  display: none; }

.finance-hr .form-control::placeholder {
  font-size: 13px;
  color: #888888; }

.mix-profile-tab .nav-link,
.mix-chart-tab .nav-link {
  background: var(--body-bg);
  margin: 0 4px;
  color: var(--primary); }
  .mix-profile-tab .nav-link svg path,
  .mix-chart-tab .nav-link svg path {
    fill: var(--text-dark); }

@media only screen and (max-width: 35.9375rem) {
  .mix-profile-tab,
  .mix-chart-tab {
    margin-top: 10px; } }

input.form-control {
  position: relative; }

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

.front-menu a {
  color: #222B40;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 30px; }
  @media only screen and (max-width: 61.9375rem) {
    .front-menu a {
      font-size: 13px; } }

@media only screen and (max-width: 47.9375rem) {
  .front-menu {
    display: none; } }

.sales-chart {
  margin-top: -30px; }

.best-sellar {
  padding: 15px 0;
  margin-bottom: 4rem; }
  .best-sellar h4, .best-sellar .h4 {
    color: white;
    font-size: 30px; }
    @media only screen and (max-width: 35.9375rem) {
      .best-sellar h4, .best-sellar .h4 {
        font-size: 20px; } }

.trophy {
  position: absolute;
  top: -77px;
  transform: scale(0.5);
  right: -11rem; }

.mess img {
  transform: scale(1.7);
  width: 11%; }

.markting li {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.spring i {
  transform: scale(1.5);
  color: var(--primary); }

.online {
  align-items: center; }
  .online i {
    font-size: 9px;
    margin-right: 8px;
    color: #3A9B94;
    border-radius: 50%; }

@media only screen and (min-width: 1199px) and (max-width: 1600px) {
  .respo {
    order: 1; }
  .event-scroll {
    height: 114px; }
  .chart-chart {
    display: none; } }

@media only screen and (max-width: 74.9375rem) {
  .respo {
    order: 1; }
  .chart-chart {
    display: none; } }

@media only screen and (max-width: 35.9375rem) {
  .chart-chart {
    display: block; } }

.card-seller .best-sellar span {
  color: #fff; }

.tooltip-inner {
  background-color: var(--rgba-primary-1);
  box-shadow: rgba(149, 157, 165, 0.2) 0rem 0.5rem 1.5rem;
  color: var(--primary);
  font-weight: 400;
  width: auto;
  border-radius: 0.5rem; }
  .tooltip-inner:before {
    background-color: #fff !important; }

.tooltip .arrow {
  border-top-color: #008ec3 !important;
  background-color: #fff !important; }

.tooltip.bs-tooltip-top .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: var(--primary);
  /* Set arrow color to red */
  box-shadow: rgba(149, 157, 165, 0.2) 0rem 0.5rem 1.5rem; }

.tooltip.bs-tooltip-bottom .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: var(--primary);
  /* Set arrow color to red */
  box-shadow: rgba(149, 157, 165, 0.2) 0rem 0.5rem 1.5rem; }

.tooltip.bs-tooltip-start .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: var(--primary);
  /* Set arrow color to red */
  box-shadow: rgba(149, 157, 165, 0.2) 0rem 0.5rem 1.5rem; }

.tooltip.bs-tooltip-end .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: var(--primary);
  /* Set arrow color to red */
  box-shadow: rgba(149, 157, 165, 0.2) 0rem 0.5rem 1.5rem; }

.metismenu .mm-collapse {
  display: block; }

#salesFigures {
  direction: ltr; }

.bg-purple {
  background: #BB6BD9; }

.profile-overview-wide {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  margin-top: -1.875rem;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  height: auto;
  border-bottom: 1px solid var(--border); }
  .profile-overview-wide .card-header,
  .profile-overview-wide .card-footer {
    margin-left: 1.875rem;
    margin-right: 1.875rem; }
  .profile-overview-wide .card-body {
    padding: 1.875rem; }
  .profile-overview-wide .card-header,
  .profile-overview-wide .card-footer {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
	
	

/**
* Pricing Table
*/

.tc-pricing-style-1 {
  align-items: center;
}

.tc-pricing-style-1 .tc-pricing-plan {
    position: relative;
    background-color: #fff;
    padding: 25px 10px;
    border-radius: 10px;
    box-shadow: 0 20px 40px -5px rgba(9, 30, 66, .3);
    margin: 30px 0 60px;
    z-index: 10;
    transition: 0.3s;
}

.tc-pricing-style-1 .tc-pricing-plan:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    background-color: #fff;
    height: calc(100% + 1px);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 0px;
}

.tc-pricing-style-1 .tc-pricing-plan:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 60px);
    background-image: linear-gradient(-30deg, #c7e8ff 11%, #006cb5 83.4%);
    height: calc(100% + 59px);
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: 0px;
}

.tc-pricing-style-1 .pricing-head {
    text-align: center;
}

.tc-pricing-style-1 .pricing-head .price {
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
.tc-pricing-style-1 .pricing-head .price b{
    font-size:28px;
    font-weight:600;
    line-height: 1;
    margin:0 0 0;
    display:block;
}

.tc-pricing-style-1 .pricing-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.tc-pricing-style-1 .pricing-duration {
    position: relative;
    z-index: 10;
    padding: 13px;
    line-height: 1;
    background-color: #1f75ae;
    margin: 0 -30px 30px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(30deg, #2177b1 11%, #0d466d 83.4%);
}

.tc-pricing-style-1 .pricing-duration:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #2177b1;
    background-image: linear-gradient(30deg, #2177b1 11%, #0d466d 83.4%);
    opacity: 0;
    width: 0;
    transition: 0.4s;
}

.tc-pricing-style-1 .tc-pricing-plan:hover .pricing-duration:before {
    width: 100%;
    opacity: 1;
}

.tc-pricing-style-1 .pricing-content {
    position: relative;
    padding:0 30px;
}
.tc-pricing-style-1 .pricing-content p{
    margin:0 0 25px;
    font-size:16px;
    line-height:24px;
    color:#333;
    font-weight:500;
}

.tc-pricing-style-1 .pricing-content .pricing-icon {
    margin-right: 10px;
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: -10px;
}

.tc-pricing-style-1 .pricing-content .pricing-icon > i {
    font-size: 150px;
    color: rgba(19, 19, 19, 0.09);
}

.tc-pricing-style-1 .pricing-content ul {
    margin:0 0 30px;
    padding:0 !important;
}

.tc-pricing-style-1 .pricing-content > ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 7px 0;
    font-weight:500;
}
.tc-pricing-style-1 .pricing-content > ul li::before{
    content: url(../images/tik.png);
    position: absolute;
    top:0;
    left:0;
    width:25px;
    height:15px;
}

.tc-pricing-style-1 .pricing-content > ul li.not-in {
    text-decoration: line-through;
    color: #bbb;
}

.tc-pricing-style-1 .pricing-content > ul li.not-in:before {
    content:"\e082";
    background-color: #006cb5;
}

.tc-pricing-style-1 .pricing-footer {
    text-align: center;
}

.tc-pricing-style-1 .pricing-footer > a {
    padding: 14px 17px;
    line-height: 1;
    text-align: center;
    background-color: #006cb5;
    color: #fff;
    min-width: 120px;
    display: inline-block;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}


.as_mem li i {
    color: #fefcfb;
    background: #0aa6d7;
    padding: 4px;
    border-radius: 50%;
    box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
    font-size: 11px;
}


.res {
	text-align:center;
}


.member-wrp .row{
    justify-content: center;
}
.member-card.feature__card{
    top:0;
    margin: 0 0 30px;
    height: calc(100% - 30px);
}
.member-card.feature__card .feature__content{
    margin: 0;
    padding:30px;
    height:100%;
    display:flex;
    flex-flow:column;
}

.cover-study-wrp{
    padding:60px 0;
}
.cover-study-wrp .row{
    align-items:center;    
}
.study-data{
    padding:0 0 0 30px;
}
.study-data ul{
    margin:0 0 30px;
    padding:0;
}
.study-data ul li{
    margin: 0 0 10px;
    padding:0 0 0 30px;
    position:relative;
    font-size: 16px;
    font-weight:500;
    list-style-type:none;
    color:#333;
}
.study-data ul li:last-child{
    margin:0;
}
.study-data ul li::before{
    position: absolute;
    content:"\f061";
    font-family:"Font Awesome 5 Pro";
    top:0;
    left:0;
    font-size: 16px;
    color:#333;
}

.membership-price-wrp .row{
    justify-content: center;
}
.membership-price-wrp .heading h2{
    text-align:center;
}

.tc-pricing-style-1 .pb-row {
    -ms-flex-align: center;
    align-items: center;
}

.tc-pricing-style-1 .tc-pricing-plan.is-featured {
    padding: 90px 30px;
}

.as_15{
	margin-bottom:20px;
}

.tc-pricing-style-1 .tc-pricing-plan.is-featured .pricing-duration {
    padding: 18px;
}

.tc-pricing-style-1 .pricing-footer > a:hover, .tc-pricing-style-1 .pricing-footer > a:focus {
    box-shadow: 0 10px 30px #ddd;
    background-color: #2176af;
}

.tc-pricing-style-1 .tc-pricing-plan.is-featured:before {
    background-color: #3e028c;
}
.tc-pricing-style-1 .is-featured .pricing-head .price,
.tc-pricing-style-1 .is-featured .pricing-content > ul,
.tc-pricing-style-1 .is-featured .pricing-title {
    color: #fff;
}

.tc-pricing-style-1 .is-featured .pricing-content .pricing-icon > i {
    color: rgba(255, 255, 255, 0.1);
}

.tc-pricing-style-1 .is-featured .pricing-footer > a:hover {
    box-shadow: 0 10px 30px #131313;
}	
	
	
	
	
	
	
  @media only screen and (max-width: 47.9375rem) {
    .profile-overview-wide {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      margin-top: -1.25rem; }
      .profile-overview-wide .card-header,
      .profile-overview-wide .card-footer {
        margin-left: 1.25rem;
        margin-right: 1.25rem; }
      .profile-overview-wide .card-body {
        padding: 1.25rem; }
      .profile-overview-wide .card-header,
      .profile-overview-wide .card-footer {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  @media only screen and (max-width: 35.9375rem) {
    .profile-overview-wide {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
      margin-top: -0.9375rem; }
      .profile-overview-wide .card-header,
      .profile-overview-wide .card-footer {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; }
      .profile-overview-wide .card-body {
        padding: 0.9375rem; }
      .profile-overview-wide .card-header,
      .profile-overview-wide .card-footer {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }

.gallery-grid {
  width: 100%;
  height: 600px;
  display: grid;
  grid-gap: 5px;
  margin: 0 0 15px; }
  @media only screen and (max-width: 47.9375rem) {
    .gallery-grid {
      height: 480px; } }
  @media only screen and (max-width: 35.9375rem) {
    .gallery-grid {
      height: 300px; } }
  .gallery-grid.rows-3 {
    grid-template-columns: repeat(3, 1fr); }
  .gallery-grid .rowspan-2 {
    grid-row: span 2 / auto; }
  .gallery-grid .grid-item {
    position: relative;
    overflow: hidden;
    grid-column: span 1;
    grid-row: span 1; }
  .gallery-grid img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .gallery-grid .colspan-3 {
    grid-column: span 3 / auto; }
  .gallery-grid .colspan-2 {
    grid-column: span 2 / auto; }
  .gallery-grid .rowspan-3 {
    grid-row: span 3 / auto; }
  .gallery-grid .gallery-more:after {
    content: attr(data-more);
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 200%; }

.avtr-115{
	height: 118px !important;
    width: 115px !important;
}
.avtr-115 img{
	border-radius: 10px;
}

.wrap-slt-ad{
	width: 80px;
    height: 32px;
}
.act-mng{
	margin-bottom: 0px;
    background: #fff;
    border: 1px solid #cdcdcd;
    text-align: center;
    width: 80px;
    height: 32px;
    line-height: 30px;
    border-radius: 6px;
}
.dea-mng{
	margin-bottom: 0px;
    background: #fff;
    border: 1px solid #cdcdcd;
    text-align: center;
    width: 80px;
    height: 32px;
    line-height: 30px;
    border-radius: 6px;
}
.px-all-0{
	padding: 5px 0px 10px !important;
}
.wrap-coin{
	text-align: end;
}
.coin-mg{
	width: 50px;
    display: inline-block;
}
.coin-mg img{
	width: 40px;
}
.coin-ctn{
	width: 125px;
    display: inline-block;
}
.coin-ctn p span{
	font-weight:600;
}

.avatar {
  height: 1.875rem;
  width: 1.875rem;
  display: inline-block;
  position: relative;
  object-fit: cover;
  border-radius: 0.5rem; }
  .avatar.avatar-sm {
    height: 35px;
    width: 35px;
    font-size: 15px;
    font-weight: 500; }
  .avatar.style-1.avatar-md {
    height: 2.813rem;
    width: 2.813rem;
    font-size: 20px;
    font-weight: 500; }
  .avatar.style-1.avatar-lg {
    height: 65px;
    width: 65px;
    font-size: 24px;
    font-weight: 500; }

.avatar-list.avatar-list-stacked .avatar {
  margin-inline-end: -13px;
  border: 2px solid #fff; }
  .avatar-list.avatar-list-stacked .avatar:hover {
    z-index: 1; }

.profile-overview .profile-avatar {
  width: 160px;
  min-width: 160px;
  height: 160px; }
  @media only screen and (max-width: 61.9375rem) {
    .profile-overview .profile-avatar {
      width: 100px;
      min-width: 100px;
      height: 100px; } }
  @media only screen and (max-width: 35.9375rem) {
    .profile-overview .profile-avatar {
      width: 80px;
      min-width: 80px;
      height: 80px; } }

.profile-overview .nav#tabMyProfileBottom {
  margin-bottom: -4px; }

.profile-overview .card-footer .btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0; }

.icon-box {
    height: 50px;
    width: 50px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 2rem;
    /* border: 1px solid #006cb5; */
}
  .icon-box.icon-box-lg {
    height: 4.375rem;
    width: 4.375rem;
    line-height: 4.375rem; }
  .icon-box.icon-box-md {
    height: 1.75rem;
    width: 1.75rem;
    line-height: 1.55rem;
    border-radius: 6px; }
  .icon-box.icon-box-sm {
    height: 1.875rem;
    width: 1.875rem;
    line-height: 2.075; }
  .icon-box.task-tab {
    background-color: var(--secondary); }
  .icon-box.icon-danger {
    background: rgba(255, 46, 46, 0.2); }

.card-carousel-dots .owl-dots {
  position: absolute;
  right: 0;
  top: 0; }
  .card-carousel-dots .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--text-dark);
    opacity: 0.2;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    margin: 0 4px; }
    .card-carousel-dots .owl-dots .owl-dot.active {
      transform: scale(1.3);
      opacity: 1; }

.rtl .card-carousel {
  direction: ltr; }

.card-video iframe,
.card-audio iframe {
  height: 425px; }
  @media only screen and (max-width: 87.5rem) {
    .card-video iframe,
    .card-audio iframe {
      height: 310px; } }
  @media only screen and (max-width: 35.9375rem) {
    .card-video iframe,
    .card-audio iframe {
      height: 265px; } }

.to-dodroup {
  height: 362px; }
  .to-dodroup .sub-card {
    border-bottom: 1px solid var(--border);
    margin-bottom: 2px; }
    .to-dodroup .sub-card .d-items {
      padding: 15px 20px;
      background-color: #fff; }
      [data-theme-version="dark"] .to-dodroup .sub-card .d-items {
        background: var(--card); }
      @media only screen and (max-width: 61.9375rem) {
        .to-dodroup .sub-card .d-items {
          padding: 15px 18px; } }
      .to-dodroup .sub-card .d-items .d-items-2 {
        display: flex;
        align-items: baseline; }
        .to-dodroup .sub-card .d-items .d-items-2 svg {
          margin-right: 10px; }
        .to-dodroup .sub-card .d-items .d-items-2 label {
          font-size: 14px;
          font-weight: 400;
          color: var(--text-dark); }
      .to-dodroup .sub-card .d-items.style-1 {
        padding: 14px 15px; }
    .to-dodroup .sub-card:last-child {
      border-bottom: 0; }
      .to-dodroup .sub-card:last-child .d-items {
        padding-bottom: 0; }

.post-quote {
  min-height: 280px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  position: relative; }
  .post-quote .quote-inner {
    z-index: 1;
    position: relative; }

.post-quote-img {
  position: relative;
  overflow: hidden; }
  .post-quote-img:after {
    content: "";
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3; }

.account-profile .avatar-preview {
  width: 160px;
  height: 160px;
  position: relative; }
  .account-profile .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.account-profile .upload-link {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: var(--primary);
  bottom: 0;
  right: 0px;
  border-radius: 6px;
  color: #fff;
  overflow: hidden; }
  .account-profile .upload-link .update-flie {
    position: absolute;
    opacity: 0;
    z-index: 0;
    width: 100%;
    cursor: pointer;
    left: 0;
    height: 100%; }

.photo-content {
  position: relative; }
  .photo-content .cover-photo {
    background: url(../images/profile/12.jpg);
    background-size: cover;
    background-position: center;
    min-height: 15.625rem;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }

.user .user-info {
  display: flex;
  padding: 0.9375rem 1.25rem 1.5rem; }
  @media only screen and (max-width: 47.9375rem) {
    .user .user-info {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 35.9375rem) {
    .user .user-info {
      display: block; } }
  .user .user-info .user-details {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media only screen and (max-width: 35.9375rem) {
      .user .user-info .user-details {
        display: block; } }
    .user .user-info .user-details .user-contact {
      display: flex;
      align-items: center;
      padding-top: 1.125rem;
      flex-wrap: wrap; }
      .user .user-info .user-details .user-contact .user-number {
        display: flex;
        align-items: center;
        margin-right: 1.5rem;
        margin-bottom: 0.625rem; }
        @media only screen and (max-width: 35.9375rem) {
          .user .user-info .user-details .user-contact .user-number {
            margin-bottom: 0.875rem; } }
      .user .user-info .user-details .user-contact .user-email {
        display: flex;
        align-items: center;
        margin-bottom: 0.625rem; }
        @media only screen and (max-width: 35.9375rem) {
          .user .user-info .user-details .user-contact .user-email {
            margin-bottom: 0.875rem; } }
      .user .user-info .user-details .user-contact h4, .user .user-info .user-details .user-contact .h4 {
        margin: 0; }

.user-photo {
  min-width: 150px;
  height: 150px;
  position: relative;
  z-index: 1;
  margin-top: -4.5rem;
  margin-right: 0.625rem; }
  .user-photo img {
    border: 4px solid #fff;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media only screen and (max-width: 35.9375rem) {
    .user-photo {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.25rem;
      margin-top: -6.5rem;
      width: 150px; } }

.profile-interest .row {
  margin: 0 -0.0437rem; }
  .profile-interest .row .int-col {
    padding: 0 0.0437rem; }
    .profile-interest .row .int-col .interest-cat {
      margin-bottom: 0.0875rem;
      position: relative;
      display: block; }
      .profile-interest .row .int-col .interest-cat:after {
        background: #000;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.5;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0; }
      .profile-interest .row .int-col .interest-cat p {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0.3125rem;
        left: 0;
        margin: 0;
        z-index: 1;
        color: white;
        font-size: 0.075rem; }

.profile-tab .nav-item .nav-link {
  font-size: 1rem;
  margin-right: 1.875rem;
  transition: all 0.5s ease-in-out;
  border: none;
  border-bottom: 0.0125rem solid transparent;
  color: #828690; }
  .profile-tab .nav-item .nav-link:hover, .profile-tab .nav-item .nav-link.active {
    border: 0;
    background: transparent;
    background: transparent;
    border-bottom: 0.0125rem solid var(--primary);
    color: var(--primary); }
  @media only screen and (max-width: 35.9375rem) {
    .profile-tab .nav-item .nav-link {
      margin-right: 0rem; } }

.side-detail {
  display: flex; }
  .side-detail .edit-profiil {
    margin-right: 0.625rem; }

.post-input {
  margin-bottom: 1.875rem; }
  .post-input .form-control {
    height: 47px;
    font-weight: 400;
    margin: 0.9375rem 0; }
  .post-input .btn-social {
    font-size: 1.25rem;
    height: 3.4375rem;
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0.5rem;
    color: #fff;
    width: 3.4375rem;
    line-height: 3.375rem; }
    .post-input .btn-social.facebook {
      background-color: #3B5998; }
    .post-input .btn-social.google-plus {
      background-color: #DE4E43; }
    .post-input .btn-social.linkedin {
      background-color: #007BB6; }
    .post-input .btn-social.instagram {
      background-color: #8A5A4E; }
    .post-input .btn-social.twitter {
      background-color: #1EA1F3; }
    .post-input .btn-social.youtube {
      background-color: #CE201F; }
    .post-input .btn-social.whatsapp {
      background-color: #01C854; }
    .post-input .btn-social i {
      margin: 0 !important; }

.profile-uoloaded-post img {
  margin-bottom: 1.25rem; }

.profile-uoloaded-post a h4, .profile-uoloaded-post a .h4 {
  margin-bottom: 0.625rem;
  color: #464a53; }

.prot-blog {
  padding: 30px 20px;
  background-color: var(--primary);
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 0.5rem; }
  .prot-blog .post .text {
    font-size: 18px;
    font-weight: 400;
    color: white; }
  .prot-blog .fill .text {
    font-size: 20px;
    font-weight: 600;
    color: white; }
  .prot-blog .fill a {
    background-color: white;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0.5rem;
    color: #2A353A; }
    @media only screen and (max-width: 78.125rem) {
      .prot-blog .fill a {
        padding: 5px 5px; } }
    @media only screen and (max-width: 35.9375rem) {
      .prot-blog .fill a {
        padding: 8px 17px; } }
  .prot-blog .text-bla {
    color: white !important;
    font-size: 14px;
    font-weight: 500; }
  .prot-blog p {
    color: white;
    font-weight: 400; }
  .prot-blog .shape {
    position: absolute;
    bottom: -70px;
    right: -50px;
    z-index: -1; }
    .prot-blog .shape svg path {
      fill: #3ab5ff; }

.messages .input-group.search-area {
  flex-direction: row-reverse;
  margin-right: 0.625rem; }
  .messages .input-group.search-area input.form-control {
    border-left: none;
    background-color: #f3f3f3;
    border: 0;
    overflow: hidden;
    height: 3rem;
    padding-left: 0; }
  .messages .input-group.search-area .input-group-text {
    border-right: none;
    background-color: #f3f3f3;
    border: 0;
    height: 3rem;
    padding: 0; }

.messages .add {
  background-color: var(--primary);
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.messages .student {
  border-bottom: 1px solid #dad8d4; }

.pie-chart2 .chart-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 85.375rem) {
    .pie-chart2 .chart-group .radius-bar {
      width: 50%; } }
  @media only screen and (max-width: 74.9375rem) {
    .pie-chart2 .chart-group .radius-bar {
      flex: 0 0 50%;
      margin-bottom: 0.875rem; } }
  @media only screen and (max-width: 35.9375rem) {
    .pie-chart2 .chart-group .radius-bar {
      flex: 0 0 100%; } }
  .pie-chart2 .chart-group .donut-chart-sale {
    margin-bottom: 0.625rem; }
    .pie-chart2 .chart-group .donut-chart-sale small, .pie-chart2 .chart-group .donut-chart-sale .small {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1.125rem;
      font-weight: 600; }

.pie-chart2 .chart-info {
  margin-top: 1rem;
  padding-top: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px dashed #6666663d; }
  @media only screen and (max-width: 35.9375rem) {
    .pie-chart2 .chart-info {
      flex-wrap: wrap; }
      .pie-chart2 .chart-info .btn {
        margin-top: 0.625rem; } }
  .pie-chart2 .chart-info p {
    margin-bottom: 0; }

.profile-form .bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  padding: 12px 14px; }
  @media only screen and (max-width: 35.9375rem) {
    .profile-form .bootstrap-select > .dropdown-toggle {
      padding: 16px 14px; } }
  .profile-form .bootstrap-select > .dropdown-toggle:after {
    font-size: 0.7rem; }

.profile-form .btn-light:hover, .profile-form .btn-light:focus {
  color: #888888; }

.profile-card {
  border-radius: 0.5rem; }
  .profile-card .card-header {
    border-color: var(--border);
    padding: 30px; }
    .profile-card .card-header .title {
      position: relative;
      margin-bottom: 0;
      color: #6e6e6e; }
      .profile-card .card-header .title:after {
        content: "";
        height: 3px;
        width: 100%;
        background-color: var(--primary);
        position: absolute;
        bottom: -31px;
        left: 0; }
  .profile-card .m-b30 {
    margin-bottom: 15px; }
  .profile-card .card-body {
    padding: 40px 40px 10px; }
  .profile-card .card-footer {
    padding: 35px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-color: var(--border); }
    .profile-card .card-footer .btn-lg, .profile-card .card-footer .btn-group-lg > .btn {
      padding: 18px 50px;
      font-size: 15px; }
    .profile-card .card-footer .btn-link {
      font-size: 15px; }
      .profile-card .card-footer .btn-link:hover {
        color: var(--primary); }
  @media only screen and (max-width: 35.9375rem) {
    .profile-card .card-header {
      padding: 25px; }
      .profile-card .card-header .title:after {
        bottom: -26px; }
    .profile-card .card-body {
      padding: 25px 25px 0; }
    .profile-card .card-footer {
      padding: 25px 25px 25px; }
      .profile-card .card-footer .btn-lg, .profile-card .card-footer .btn-group-lg > .btn {
        padding: 18px 30px; } }

.author-profile {
  text-align: center; }
  .author-profile .card-body {
    padding: 0; }
  .author-profile .author-media {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: inline-block; }
    .author-profile .author-media img {
      width: 130px;
      border-radius: 100%; }
  .author-profile .author-info .title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0; }
  .author-profile .author-info span {
    display: block;
    color: #888888; }
  .author-profile .info-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    border-top: 1px solid var(--border);
    padding: 18px 30px;
    color: #6e6e6e; }
    .author-profile .info-list li a {
      color: #6e6e6e; }
    .author-profile .info-list li span {
      color: #888888;
      font-weight: 500; }
  .author-profile .card-footer {
    padding: 30px;
    display: block; }
    .author-profile .card-footer .form-control {
      height: 45px;
      border-color: var(--border);
      overflow: hidden;
      line-height: 34px; }
  .author-profile .upload-link {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 32px;
    background: #395ee2;
    bottom: 0;
    right: 0px;
    box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    border-radius: 100%;
    color: #fff;
    overflow: hidden;
    border: 2px solid #fff; }
    .author-profile .upload-link .update-flie {
      position: absolute;
      opacity: 0;
      z-index: 0;
      width: 100%;
      cursor: pointer;
      left: 0;
      height: 100%; }

.draggable-mirror {
  padding: 0.938rem 0.938rem !important; }

.logo-header {
  margin-bottom: 2rem; }
  .logo-header .logo-white {
    margin-left: 0.625rem; }

.login-form .forget-pass {
  display: block;
  margin-top: 20px;
  text-align: center; }

.dz-social {
  display: flex;
  justify-content: space-between; }

.dz-social-icon {
  display: inline-flex;
  margin: 0 -3px;
  padding: 0;
  text-align: center; }
  .dz-social-icon li {
    font-size: 12px;
    margin-right: 0.2rem; }
    .dz-social-icon li a {
      color: #ffffff;
      font-size: 14px;
      height: 35px;
      line-height: 34px;
      padding: 0;
      width: 35px;
      border-radius: 4px; }

div#mCSB_1 {
  margin-top: 100px; }

.task .task-summary {
  border-right: 1px solid var(--border); }
  .task .task-summary h2, .task .task-summary .h2 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 600;
    margin-right: 9px; }
    .task .task-summary h2.text-purple, .task .task-summary .text-purple.h2 {
      color: #BB6BD9; }
  .task .task-summary span {
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 500; }
  .task .task-summary p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 0.7; }
  @media only screen and (max-width: 74.9375rem) {
    .task .task-summary {
      margin: 24px 0;
      margin-top: 0; } }

@media only screen and (min-width: 575px) and (max-width: 1200px) {
  .task > div:nth-child(3n - 0) .task-summary {
    border-right: 0; } }

@media only screen and (max-width: 35.9375rem) {
  .task > div:nth-child(2n - 0) .task-summary {
    border-right: 0; } }

.task > div:last-child .task-summary {
  border-right: 0; }

.status-select {
  width: auto !important; }
  .status-select .btn {
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 500;
    border: 0 !important;
    border-radius: 0.25rem; }
  .status-select [title="Testing"] {
    background-color: rgba(255, 159, 0, 0.2) !important;
    color: #FF9F00 !important; }
  .status-select [title="Pending"], .status-select [title="Low"] {
    background-color: rgba(255, 94, 94, 0.2) !important;
    color: #FF5E5E !important; }
  .status-select [title="In Progress"] {
    background-color: rgba(187, 107, 217, 0.2) !important;
    color: #BB6BD9 !important; }
  .status-select [title="Complete"], .status-select [title="High"] {
    background-color: rgba(58, 155, 148, 0.2) !important;
    color: #3A9B94 !important; }
  .status-select [title="Medium"] {
    background-color: rgba(44, 44, 44, 0.1) !important;
    color: #888888 !important; }

.normal-select .btn {
  font-size: 13px;
  color: var(--primary) !important; }

.normal-select .dropdown-toggle::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f078";
  border: 0;
  font-size: 0.7rem; }

.border-purple {
  border-color: #BB6BD9 !important; }

.bg-purple-light {
  background: rgba(187, 107, 217, 0.1); }

.kanban-bx {
  display: flex;
  width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap; }
  .kanban-bx .col {
    width: 304px;
    min-width: 304px; }
    .kanban-bx .col .card {
      height: auto;
      border: 0; }
  .kanban-bx::-webkit-scrollbar {
    background-color: #ECECEC;
    width: 8px;
    height: 8px; }
  .kanban-bx::-webkit-scrollbar-thumb {
    background-color: #7e7e7e;
    border-radius: 10px; }
  @media only screen and (max-width: 47.9375rem) {
    .kanban-bx {
      display: block;
      width: auto; }
      .kanban-bx .col {
        width: 100%;
        min-width: 100%;
        flex-basis: 0;
        flex-grow: 1; } }

.sub-card-2 {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .sub-card-2 .icon-box h5, .sub-card-2 .icon-box .h5 {
    line-height: 2.6;
    font-weight: 600; }

.kanbanPreview-bx {
  background-color: transparent;
  box-shadow: none; }
  .kanbanPreview-bx .card-body {
    padding: 0; }
    .kanbanPreview-bx .card-body .sub-card {
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 0.5rem;
      padding: 0.938rem 0.938rem;
      box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
      border: 1px solid #dad8d4; }
      .kanbanPreview-bx .card-body .sub-card > .sub-title {
        margin-bottom: 10px;
        display: block;
        font-weight: 600;
        font-size: 14px; }
      @media only screen and (max-width: 35.9375rem) {
        .kanbanPreview-bx .card-body .sub-card {
          padding: 1rem;
          margin-bottom: 10px; }
          .kanbanPreview-bx .card-body .sub-card > .sub-title {
            margin-bottom: 2px; } }
      .kanbanPreview-bx .card-body .sub-card .dropzone {
        min-height: 70px;
        border-radius: 0.5rem;
        height: 70px;
        background: transparent;
        border-style: dashed; }
        .kanbanPreview-bx .card-body .sub-card .dropzone .dz-message {
          margin: 0; }
      .kanbanPreview-bx .card-body .sub-card .task-card-data {
        padding: 0.938rem 0.938rem; }
      .kanbanPreview-bx .card-body .sub-card .footer-data span {
        font-size: 12px;
        color: var(--primary); }
      .kanbanPreview-bx .card-body .sub-card .footer-data p {
        margin: 0;
        font-size: 13px; }
    .kanbanPreview-bx .card-body .card-footer {
      padding: 0.938rem 0.938rem; }

.draggable {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  outline: 0 !important; }

.draggable.draggable-mirror {
  opacity: .8;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 0.5rem;
  padding: 1.3rem 1.6rem;
  background: #fff;
  border: 2px dashed #e4e6ef !important; }

.draggable.draggable--original {
  opacity: 0 !important; }

.draggable.draggable-source--is-dragging.draggable--over {
  opacity: 0 !important; }

.draggable-handle {
  cursor: all-scroll; }

.draggable-zone {
  outline: 0 !important; }

.total-projects h3, .total-projects .h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0; }
  @media only screen and (max-width: 35.9375rem) {
    .total-projects h3, .total-projects .h3 {
      font-size: 20px;
      text-align: initial; } }

.total-projects span {
  font-size: 13px;
  font-weight: 400; }

@media only screen and (min-width: 1199px) and (max-width: 1300px) {
  .total-projects h3, .total-projects .h3 {
    font-size: 20px; }
  .total-projects span {
    font-size: 12px; } }

.box-hover:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }

.due-progress p {
  font-weight: 500; }
  .due-progress p span {
    font-weight: 400; }

.ds-2 {
  background-color: var(--primary);
  background-blend-mode: hue; }
  .ds-2 h3, .ds-2 .h3 {
    color: white;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600; }
  .ds-2 h6, .ds-2 .h6, .ds-2 p {
    color: rgba(255, 255, 255, 0.6); }
  .ds-2 .progress-box {
    margin-top: 68px; }
    .ds-2 .progress-box .progress {
      background-color: rgba(255, 255, 255, 0.6); }

.ds-head h3, .ds-head .h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0; }

.ds-head img {
  width: 71px; }

#AllProject_rate {
  margin-left: -36px; }

.ds-prise {
  margin-top: 28px; }
  .ds-prise li {
    font-size: 0.938rem;
    font-weight: 400;
    color: var(--text-dark); }

.d-team {
  margin-top: 75px; }

.upgrade {
  position: relative;
  overflow: hidden; }
  .upgrade:after {
    position: absolute;
    content: "";
    height: 200px;
    width: 200px;
    background-color: var(--rgba-primary-1);
    border-radius: 50%;
    bottom: -44px;
    right: -44px; }
  @media only screen and (max-width: 100rem) {
    .upgrade img {
      width: 100%; } }

.m-prise {
  justify-content: center;
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
  margin-bottom: 20px; }
  .m-prise h4, .m-prise .h4 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--primary); }

.prise-list li {
  padding: 10px 10px;
  text-align: start; }

.upgrad-plan {
  min-height: 530px; }
  .upgrad-plan:hover {
    box-shadow: 0px 12px 56px 0px #061C3D1F; }
    .upgrad-plan:hover a {
      background-color: var(--primary);
      color: #fff; }

.success-tab {
  padding: 0 20px;
  margin-bottom: 20px; }
  .success-tab .nav-item {
    margin-right: 15px; }
    .success-tab .nav-item .nav-link {
      height: 60px;
      width: 70px;
      border: 2px dotted var(--border);
      box-shadow: none; }
      .success-tab .nav-item .nav-link span {
        color: #888888;
        white-space: nowrap;
        font-weight: 500;
        display: block; }
      .success-tab .nav-item .nav-link i {
        font-size: 20px;
        color: #888888; }
      .success-tab .nav-item .nav-link img {
        width: 100%; }
      .success-tab .nav-item .nav-link.active {
        background-color: transparent;
        border-style: solid;
        border-color: var(--primary); }
        .success-tab .nav-item .nav-link.active svg path {
          fill: var(--primary); }
        .success-tab .nav-item .nav-link.active span {
          color: var(--primary); }
    @media only screen and (max-width: 35.9375rem) {
      .success-tab .nav-item {
        margin-right: 12px;
        margin-bottom: 12px; } }

.success-tbl thead {
  background-color: var(--rgba-primary-1); }
  .success-tbl thead th {
    color: var(--primary);
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0.4375rem 0.625rem; }
    .success-tbl thead th:last-child {
      text-align: end; }

.success-tbl tbody tr td {
  padding: 0.7375rem 0.625rem; }
  .success-tbl tbody tr td:last-child {
    text-align: end; }

.success-tbl tbody tr .avg {
  font-weight: 500;
  color: black; }

.success-tbl .cat-name p {
  font-weight: 500;
  color: var(--text-dark);
  font-size: 12px; }

.success-tbl .cat-name span {
  font-size: 12px; }

.space-image img {
  height: 350px;
  width: 100%;
  border-radius: 0.5rem; }
  @media only screen and (max-width: 100rem) {
    .space-image img {
      height: 260px; } }

.s-date {
  border: 1px solid var(--border);
  padding: 5px 10px;
  border-radius: 0.25rem;
  margin-top: 20px;
  min-width: 110px;
  text-align: center; }
  @media only screen and (max-width: 112.5rem) {
    .s-date {
      min-width: 100px; } }
  @media only screen and (max-width: 105rem) {
    .s-date {
      min-width: 66px; } }
  @media only screen and (max-width: 100rem) {
    .s-date {
      min-width: 110px; } }
  @media only screen and (max-width: 100rem) {
    .s-date {
      min-width: 60px; } }
  @media only screen and (max-width: 80rem) {
    .s-date {
      padding: 5px 5px; } }
  @media only screen and (max-width: 74.9375rem) {
    .s-date {
      width: 100px;
      margin-right: 10px; } }
  .s-date p {
    color: var(--text-dark); }
  .s-date span {
    font-size: 12px; }

.para {
  padding: 10px 0;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5; }

.p-bd p {
  color: var(--text-dark);
  line-height: 1.3; }

.shorting thead tr th.sorting_asc:after, .shorting thead tr th.sorting_desc:after {
  content: none; }

.exports .dt-buttons .dt-button {
  top: 0px !important;
  right: 0 !important; }

.exports .tbl-caption {
  padding: 10px; }

.active-projects.style-1 .dt-buttons .dt-button {
  top: -50px;
  right: 320px; }
  
.second-testiom{
    padding:50px 0px 30px;
}  
.wht-box{
    background:#fff;
    padding:30px 30px 30px;
    border-radius: 15px;
}
.wht-box h3{
    font-size:40px;
    font-weight:bold;
    color:#006cb5;
}

.wht-box h3 span{
    font-size: 20px;
    line-height: 22px;
    color:#222;
}
.wht-box p{
    font-size: 20px;
    font-weight:bold;
}

.blu-box{
    background: #006cb5;
    padding: 15px 15px 15px;
    border-radius: 15px;
    height:165px;
}
.blu-box ul{
    width:55%;
    display:inline-block;
    padding-left: 0px;
}
.blu-box ul li{
    color:#fff;
    display:inline-block;
    list-style:none;
}
.blu-box ul li i{
    color:#ffa532;
}
.blu-box p{
    color:#fff;
}
.blu-box h3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 40%;
    display: inline-block;
    text-align: end;
}
.wht-2-box{
    background:#006cb5;
    padding: 33px 20px 33px;
    border-radius: 15px;
    height:165px;
}
.wht-2-box h3{
    font-size:40px;
    font-weight:bold;
    color:#fff;
}

.wht-2-box h3 span{
    font-size: 16px;
    line-height: 22px;
}
.wht-2-box p{
    font-size: 17px;
    font-weight:bold;
    color:#fff;
}


.bene-btn{
    width: 50%;
    margin: 0px auto;
    background: #00a04a;
    text-align: center;
    margin-top: 50px;
    padding: 10px 0px;
    border-radius: 45px;
}
.bene-btn h3{
    color:#fff;
    font-size: 30px;
}
.btn-m2 a{
    text-align: center;
    margin: 0px auto;
    margin-top: 30px;
}

.bnr-ctn ul li{
    list-style: none;
    display: inline-block;
    background: #e6f1f7;
    border-radius: 25px;
    margin-right: 3px;
    padding: 0px 15px;
    text-align: center;
} 
  
.bnr-ctn h1{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #383838;
    padding-bottom: 25px;
}
.bnr-ctn p{
    font-size: 22px;
    margin-bottom: 25px;
}
.btn-m1{
    background-color: #00a04a;
    color: #fff;
    border: 2px solid #00a04a;
    font-size: 20px;
    padding: 12px 36px;
}
.btn-m1:hover {
    color: #fff !important;
    background: #006cb5;
    border: 2px solid #006cb5;
}
.btn-m2{
    background-color: #00a04a00;
    color: #33527c;
    border: 2px solid #00a04a00;
    font-size: 20px;
    font-weight: 400;
}
.btn-m2:hover{
    color: #222 !important;
    background: #00a04a00;
}
.banner_pay{
    width: 80%;
    padding-top: 0px;
}

@media only screen and (min-width: 1199px) and (max-width: 1920px) {
  .customeoff {
    width: 800px !important;
    background-color: var(--card); } }

.total-projects {
  text-align: right; }

.edit-action .icon-box.icon-box-sm i {
  transform: scale(0.8); }

.add-visit h6, .add-visit .h6 {
  font-size: 14px;
  font-weight: 400; }

.heading-data {
  background: #fffef8; }
  .heading-data td {
    background: var(--rgba-secondary-1) !important;
    color: var(--primary); }
    .heading-data td svg path {
      fill: var(--primary); }

.dr-data {
  text-align: initial; }

.market-update tbody tr:last-child td {
  border-bottom: 0; }

.sale-card .card-footer .tag {
  border-bottom-right-radius: 20px;
  border-top-left-radius: 80px;
  bottom: 0;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  width: 40px; }
  .sale-card .card-footer .tag svg {
    color: #fff;
    height: 22px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 11px;
    width: 22px; }

.chart-card img {
  width: 40px; }

.chart-card h4, .chart-card .h4 {
  font-size: 15px; }

.blog-card {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .blog-card h4, .blog-card .h4 {
    font-size: 14px; }
  .blog-card img {
    margin-bottom: 10px; }
    @media only screen and (max-width: 35.9375rem) {
      .blog-card img {
        width: 45px; } }
  .blog-card:hover {
    transform: translate(0, -10px); }

@media only screen and (max-width: 35.9375rem) {
  .c-busiess {
    margin-bottom: 10px; } }

.blog-img {
  position: relative; }
  .blog-img .blk-img {
    width: 100%;
    height: 575px;
    object-fit: cover;
    border-radius: 0.5rem; }
    @media only screen and (max-width: 35.9375rem) {
      .blog-img .blk-img {
        height: 350px; } }
  .blog-img .blk-img2 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0.5rem; }
    @media only screen and (max-width: 35.9375rem) {
      .blog-img .blk-img2 {
        height: 300px; } }
  .blog-img .blog-text {
    position: absolute;
    bottom: 0;
    padding: 20px 15px; }
    .blog-img .blog-text h2, .blog-img .blog-text .h2 {
      font-size: 30px;
      line-height: 1.1;
      color: white;
      font-weight: 600; }
      @media only screen and (max-width: 74.9375rem) {
        .blog-img .blog-text h2, .blog-img .blog-text .h2 {
          font-size: 20px; } }
    .blog-img .blog-text span {
      color: white; }
  .blog-img.style-1 .blk-img {
    height: 275px; }
  .blog-img.style-1 .blog-text h2, .blog-img.style-1 .blog-text .h2 {
    font-size: 16px;
    font-weight: 500; }

.blog-post .post-1 {
  display: flex;
  align-items: center;
  margin-bottom: 21px; }
  .blog-post .post-1 .custome-avatar {
    height: 90px;
    width: 90px;
    border-radius: 50%; }
    @media only screen and (max-width: 74.9375rem) {
      .blog-post .post-1 .custome-avatar {
        height: 70px;
        width: 70px; } }
  .blog-post .post-1 .post-data h4, .blog-post .post-1 .post-data .h4 {
    font-size: 15px;
    margin-top: 5px; }
    @media only screen and (max-width: 35.9375rem) {
      .blog-post .post-1 .post-data h4, .blog-post .post-1 .post-data .h4 {
        font-size: 14px; } }
  .blog-post .post-1 .post-data span {
    font-size: 12px; }

@media only screen and (max-width: 74.9375rem) {
  .blog-post {
    margin-top: 10px; } }

.small-post {
  height: 1.275rem !important;
  width: 1.275rem !important; }

.seconday-post {
  margin-top: 25px;
  display: flex; }
  @media only screen and (max-width: 35.9375rem) {
    .seconday-post {
      flex-flow: wrap; } }
  .seconday-post img {
    width: 160px;
    height: 130px;
    border-radius: 0.5rem;
    margin-right: 18px;
    object-fit: cover; }
    @media only screen and (max-width: 35.9375rem) {
      .seconday-post img {
        width: 100%;
        height: 200px; } }
  .seconday-post h4, .seconday-post .h4 {
    font-size: 13px;
    margin-top: 6px; }
  .seconday-post span {
    font-size: 12px; }
  @media only screen and (max-width: 35.9375rem) {
    .seconday-post .post-data {
      margin-top: 15px; } }

.third-post {
  display: flex;
  align-items: center;
  margin-bottom: 21px; }
  @media only screen and (max-width: 74.9375rem) {
    .third-post {
      flex-flow: wrap; } }
  .third-post img {
    width: 300px;
    height: 180px;
    border-radius: 0.375rem;
    margin-right: 18px;
    object-fit: cover; }
    @media only screen and (max-width: 74.9375rem) {
      .third-post img {
        width: 100%;
        height: 220px; } }
  .third-post h4, .third-post .h4 {
    font-size: 15px;
    margin-top: 6px; }
  .third-post span {
    font-size: 12px; }
  .third-post.style-1 {
    margin-top: 20px; }
    .third-post.style-1 img {
      width: 90px;
      height: 80px; }
    .third-post.style-1 h4, .third-post.style-1 .h4 {
      margin-top: 0;
      margin-bottom: 0; }
  .third-post.style-2 {
    margin-bottom: 0;
    border-bottom: 1px solid #CCCCCC; }
    .third-post.style-2 .av-post {
      height: 40px;
      width: 40px; }
    .third-post.style-2 .post-data {
      margin-bottom: 14px; }
  @media only screen and (max-width: 74.9375rem) {
    .third-post .post-data {
      margin-top: 15px; } }

.notifiy {
  background-color: var(--rgba-primary-1);
  position: relative;
  margin-top: 40px; }
  .notifiy .icon-box {
    position: absolute;
    top: -12px;
    left: 46%; }
  .notifiy .notify-data {
    text-align: center;
    padding: 20px 0;
    padding-bottom: 0; }
    .notifiy .notify-data span {
      font-size: 12px; }

.c-social {
  display: flex;
  margin-top: 15px; }
  .c-social li a {
    padding: 5px 10px;
    margin: 0 7px;
    border-radius: 0.25rem; }
    .c-social li a:first-child {
      margin-left: 0; }

.c-card-details ul li {
  display: flex;
  padding: 6px 0px; }
  .c-card-details ul li h6, .c-card-details ul li .h6 {
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 13px; }

.bg-facebook {
  background: #4867aa;
  color: white !important; }
  .bg-facebook:hover {
    background: #4867aa;
    color: white !important; }

.bg-whatsapp {
  background: #1ad03f;
  color: white !important; }
  .bg-whatsapp:hover {
    background: #1ad03f;
    color: white !important; }

.bg-skype {
  background: #0194d7;
  color: white !important; }
  .bg-skype:hover {
    background: #0194d7;
    color: white !important; }

.bg-linkedin {
  background: #0a66c2;
  color: white !important; }
  .bg-linkedin:hover {
    background: #0a66c2;
    color: white !important; }

.mix-chart-tab .nav-link.active svg path {
  fill: white; }

.dt-filter .dataTables_filter {
  float: left; }
  .dt-filter .dataTables_filter input[type="search"] {
    border: 0;
    border: 0;
    background: var(--body-bg); }
  .dt-filter .dataTables_filter label {
    background: var(--body-bg);
    padding: 0 8px;
    margin: 1px 17px;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    margin-right: 0;
    padding-right: 0; }

@media only screen and (max-width: 87.5rem) {
  .tg-base {
    padding-right: 0; } }

@media only screen and (max-width: 74.9375rem) {
  .ds-chart {
    display: none; }
  .tg-base {
    padding-right: 15px; } }

@media only screen and (max-width: 1070px) {
  .tg-base {
    padding-right: 5px; } }

@media only screen and (max-width: 35.9375rem) {
  .or-series {
    padding-right: 7px; } }

#Statistics {
  direction: ltr; }

.c-con h4 img, .c-con .h4 img {
  width: 22px;
  margin-left: 8px; }

.c-con-prise {
  margin-top: 18px; }
  .c-con-prise h3, .c-con-prise .h3 {
    font-weight: 600; }

.c-con-3d {
  position: relative; }
  .c-con-3d img {
    position: absolute;
    right: 0px;
    top: -28px;
    width: 172px; }
    @media only screen and (max-width: 1600px) {
      .c-con-3d img {
        right: -7px;
        top: -10px;
        width: 150px; } }
    @media only screen and (max-width: 1500px) {
      .c-con-3d img {
        width: 111px; } }
    @media only screen and (max-width: 87.5rem) {
      .c-con-3d img {
        width: 73px; } }
    @media only screen and (max-width: 74.9375rem) {
      .c-con-3d img {
        width: 145px; } }
    @media only screen and (max-width: 626px) {
      .c-con-3d img {
        width: 100px; } }

.crm-cart {
  height: 200px;
  overflow: hidden; }
  .crm-cart .card-header svg path {
    fill: var(--primary); }
  .crm-cart .card-header span i {
    transform: scale(0.8); }
  .crm-cart .crm-cart-data p {
    font-size: 24px;
    margin-bottom: 0;
    color: black;
    font-weight: 600; }
  .crm-cart #columnChart {
    margin-top: -61px; }
  .crm-cart h4, .crm-cart .h4 {
    font-size: 24px;
    font-weight: 600; }
    .crm-cart h4 small, .crm-cart .h4 small, .crm-cart h4 .small, .crm-cart .h4 .small {
      font-size: 13px; }

.lang-chart {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem; }
  .lang-chart li {
    font-weight: 400;
    color: var(--text-dark); }
    .lang-chart li i {
      color: var(--secondary);
      margin-right: 10px; }

.crm-p-list {
  display: flex;
  justify-content: space-between;
  margin-top: -66px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 47.9375rem) {
    .crm-p-list {
      margin-top: 0; } }

.c-line {
  position: relative; }
  .c-line:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    background: var(--border);
    height: 141%;
    top: -89px;
    width: 1px; }
  @media only screen and (max-width: 47.9375rem) {
    .c-line {
      margin-bottom: 25px; } }

.p-list {
  display: flex;
  margin-bottom: 14px; }
  .p-list .icon-box i {
    transform: scale(1.4); }
  .p-list h6, .p-list .h6 {
    font-size: 14px;
    font-weight: 400; }
  .p-list span {
    font-size: 12px; }

.project-scroll {
  height: 250px; }

.sociallinks li {
  margin-bottom: 20px; }
  .sociallinks li:last-child {
    margin-bottom: 0; }

.crm-ads-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  .crm-ads-list li h6, .crm-ads-list li .h6 {
    margin-bottom: 0; }
  .crm-ads-list li span {
    font-weight: 500; }

.dots-crm {
  display: flex;
  align-items: center; }
  .dots-crm .dots {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px; }

#ExtraData {
  margin-top: -43px; }

.payment-tbl thead tr th {
  font-size: 13px;
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  background-color: var(--rgba-primary-1);
  border: 0;
  vertical-align: middle; }

.payment-tbl tbody tr td {
  font-size: 13px;
  font-weight: 400;
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .payment-tbl tbody tr td h6, .payment-tbl tbody tr td .h6 {
    margin-bottom: 0; }

@media only screen and (min-width: 1199px) and (max-width: 1600px) {
  .clm-chart {
    display: none; } }

#ProjectChart {
  direction: ltr; }

.any-card {
  display: flex;
  justify-content: space-between; }
  .any-card .harry-img {
    height: 200px;
    transform: scale(1.1);
    position: absolute;
    right: 32px;
    bottom: 0; }
    @media only screen and (max-width: 1600px) {
      .any-card .harry-img {
        height: 165px; } }
    @media only screen and (max-width: 1326px) {
      .any-card .harry-img {
        height: 140px; } }
    @media only screen and (max-width: 35.9375rem) {
      .any-card .harry-img {
        height: 97px;
        right: 25px;
        bottom: 11px; } }
  .any-card .c-con {
    width: 50%; }
    .any-card .c-con p {
      margin-bottom: 44px;
      position: relative;
      z-index: 1; }
    @media only screen and (max-width: 1326px) {
      .any-card .c-con p {
        margin-bottom: 12px; } }
    @media only screen and (max-width: 35.9375rem) {
      .any-card .c-con {
        width: 64%; } }

.sales-bx {
  padding: 10px 40px;
  text-align: center;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  min-width: 164px; }
  @media only screen and (max-width: 1880px) {
    .sales-bx {
      min-width: 120px;
      padding: 9px 30px; } }
  @media only screen and (max-width: 1670px) {
    .sales-bx {
      padding: 9px 20px; } }
  .sales-bx img {
    width: 45px; }
  .sales-bx h4, .sales-bx .h4 {
    margin-bottom: 0;
    margin-top: 6px;
    font-weight: 600;
    color: #fff; }
  .sales-bx span {
    color: #fff; }
  @media only screen and (max-width: 1500px) {
    .sales-bx {
      padding: 9px 10px;
      min-width: 106px; }
      .sales-bx img {
        width: 30px; } }
  @media only screen and (max-width: 87.5rem) {
    .sales-bx {
      min-width: 106px; } }
  @media only screen and (max-width: 74.9375rem) {
    .sales-bx {
      padding: 9px 32px;
      min-width: 160px; } }
  @media only screen and (max-width: 61.9375rem) {
    .sales-bx {
      min-width: 132px; } }
  @media only screen and (max-width: 35.9375rem) {
    .sales-bx {
      min-width: 144px; } }

.analytics-card .ic-n-bx {
  text-align: center;
  margin-top: -38px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 35.9375rem) {
    .analytics-card .ic-n-bx {
      margin-top: -24px;
      margin-bottom: 6px; } }
  .analytics-card .ic-n-bx .icon-box {
    line-height: 2.575rem; }
    .analytics-card .ic-n-bx .icon-box i {
      transform: scale(1.3); }

.analytics-card .ana-box {
  text-align: center; }
  .analytics-card .ana-box .anta-data h3, .analytics-card .ana-box .anta-data .h3 {
    margin-top: 24px;
    margin-bottom: 0; }

.ov-card {
  cursor: pointer; }
  .ov-card:hover {
    background: var(--primary);
    border-color: var(--primary); }
    .ov-card:hover h5, .ov-card:hover .h5, .ov-card:hover span, .ov-card:hover h3, .ov-card:hover .h3 {
      color: #fff; }
    .ov-card:hover .icon-box {
      background-color: #fff !important; }
      .ov-card:hover .icon-box i {
        color: var(--primary) !important; }

.country-sale {
  height: 325px; }
  .country-sale .country-flag img {
    width: 40px; }
  .country-sale li {
    margin-bottom: 12px;
    padding: 0 1.25rem; }

.recent-activity .active-data h5, .recent-activity .active-data .h5 {
  font-size: 14px; }

.recent-activity .active-data span {
  font-size: 12px; }

.activity-sale {
  height: 325px;
  padding: 0 20px; }
  .activity-sale .recent-activity {
    margin-bottom: 12px;
    position: relative;
    align-items: center; }
    .activity-sale .recent-activity:after {
      position: absolute;
      content: "";
      top: 1.888rem;
      left: 0.3rem;
      width: 0.063rem;
      height: 100%;
      background: var(--border); }
    .activity-sale .recent-activity:last-child:after {
      content: none; }

.chartBar1 {
  margin-top: -31px;
  margin-left: -21px; }

.cm-content-box {
  background: var(--card);
  border-radius: 0.5rem;
  margin-bottom: 1rem; }
  .cm-content-box.filter {
    border-top: 0; }
  .cm-content-box .content-title {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center; }
    .cm-content-box .content-title .cpa {
      color: var(--text-dark);
      font-weight: 600;
      font-size: 1rem; }
      .cm-content-box .content-title .cpa i {
        color: var(--text); }
    @media only screen and (max-width: 35.9375rem) {
      .cm-content-box .content-title {
        padding: 1rem 1.2rem; } }
  .cm-content-box .content-title {
    border-top-left-radius: 0.425rem;
    border-top-right-radius: 0.425rem; }
  .cm-content-box.style-1 .content-title {
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid var(--border); }
  .cm-content-box .tools a {
    display: inline-block; }
    .cm-content-box .tools a:hover i {
      opacity: 0.5; }
    .cm-content-box .tools a i {
      font-family: 'Font Awesome 6 Free';
      font-weight: 600;
      color: #c2c2c2;
      font-size: 1.25rem; }
    .cm-content-box .tools a.expand {
      transform: rotate(-180deg); }
  .cm-content-box .cm-content-body {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top: 1px solid var(--border); }
    .cm-content-box .cm-content-body .table thead tr th .custm-select {
      height: 45px;
      background-color: transparent;
      border-radius: 0.5rem; }
      .cm-content-box .cm-content-body .table thead tr th .custm-select.input-small {
        width: 9.063rem !important; }
    .cm-content-box .cm-content-body .table thead tr th .form-control {
      border-radius: 0.5rem; }
      .cm-content-box .cm-content-body .table thead tr th .form-control.input-large {
        width: 20rem !important; }
    .cm-content-box .cm-content-body .table thead tr:nth-child(2) {
      background-color: #000;
      box-shadow: 10px 10px 8px #888888; }
    .cm-content-box .cm-content-body .table.table-striped th {
      padding: 1rem;
      color: #888888; }
    .cm-content-box .cm-content-body .table.table-striped td {
      padding: 1rem;
      color: #504f4f;
      white-space: nowrap; }
      .cm-content-box .cm-content-body .table.table-striped td:first-child {
        padding-left: 2rem; }
    .cm-content-box .cm-content-body .table.table-bordered thead {
      background-color: unset; }
    .cm-content-box .cm-content-body .table .btn {
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0.313rem; }
    .cm-content-box .cm-content-body.excerpt .textarea {
      padding: 0.438rem 0.25rem; }
    .cm-content-box .cm-content-body.custom-fields .name-value {
      line-height: 2.375rem;
      font-size: 1rem;
      text-align: center; }
    .cm-content-box .cm-content-body .contact {
      border-radius: 0.5rem !important; }
    .cm-content-box .cm-content-body .collapse.show {
      margin-bottom: 0.625rem; }

.contents-list .btn-icon-only {
  height: 2.25rem;
  width: 2.25rem;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  line-height: 1; }
  .contents-list .btn-icon-only i {
    font-size: 1rem; }

.contents-list .table tbody tr td {
  padding: 0.4375rem 0.625rem; }

.fatch-date {
  display: block; }

.new-scroll {
  background-color: var(--body-bg);
  padding: 0.625rem;
  height: 9.375rem;
  overflow-y: auto;
  border-radius: 0.5rem; }

.content-icon {
  width: 2.188rem;
  height: 2.188rem;
  display: inline-block;
  text-align: center;
  line-height: 2.125rem;
  font-size: 0.625rem;
  padding: 0px; }

.dd-handle.move-media {
  padding: 0.5rem 1rem;
  display: flex;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
  border: 0;
  z-index: 2;
  background: none;
  position: absolute;
  background-color: var(--primary);
  top: 0;
  font-size: 1.25rem;
  left: 0;
  align-items: center; }
  .dd-handle.move-media + .accordion-button {
    padding-left: 4.063rem;
    background: var(--card);
    color: var(--text-dark);
    position: relative;
    z-index: 1; }
  .dd-handle.move-media i {
    color: #fff; }

.cm-content-box .dd-list {
  margin-top: 20px; }

.dd-dragel .accordion-item.dd-item.menu-ac-item {
  background-color: var(--card);
  border-radius: 0.5rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
  .dd-dragel .accordion-item.dd-item.menu-ac-item .dd-list {
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px; }

.text-hover:hover {
  color: var(--primary); }

.accordion-item.dd-item.menu-ac-item .dd-list {
  margin-top: 10px; }

.menu-ac-item {
  position: relative; }
  .menu-ac-item .dd-collapse {
    height: 2.8rem;
    width: 3.338rem;
    border: 1px solid #d3d3d3;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 1.75rem;
    color: black;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
    .menu-ac-item .dd-collapse + .accordion {
      margin-left: 3.25rem; }
    @media only screen and (max-width: 1600px) {
      .menu-ac-item .dd-collapse {
        height: 3rem;
        width: 3rem; } }
  .menu-ac-item .dd-expand {
    display: none; }

.dz-menu-btn {
  margin-top: 0.625rem; }
  @media only screen and (max-width: 1600px) {
    .dz-menu-btn {
      margin-top: 0;
      margin-left: 0.313rem; } }
  @media only screen and (max-width: 1480px) {
    .dz-menu-btn {
      margin-top: 0.625rem;
      margin-left: 0; } }

.dz-terms {
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  padding: 0.625rem; }

/* menu-scss */
.tab-my.nav-tabs {
  border-bottom: unset; }
  .tab-my.nav-tabs .nav-link {
    background-color: var(--light);
    border-radius: 0.5rem;
    border: 1px solid transparent;
    margin: 8px 2px;
    color: var(--text-dark); }
    .tab-my.nav-tabs .nav-link.active {
      background-color: var(--primary);
      color: #fff; }

.menu-tabs {
  border: 1px solid var(--border);
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.5rem; }

.avatar-upload .avatar-edit {
  position: absolute;
  right: 0.75rem;
  z-index: 1;
  top: 0.625rem; }

.avatar-upload .avatar-preview {
  border: 1px solid var(--border);
  padding: 0.5rem;
  margin-bottom: 0.625rem;
  border-radius: 0.5rem; }
  .avatar-upload .avatar-preview > div {
    display: block;
    width: 100%;
    height: 7.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.main-check {
  background-color: var(--card);
  border: 1px solid var(--rgba-primary-5);
  padding: 1.5rem 1.5rem 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem; }
  @media only screen and (max-width: 35.9375rem) {
    .main-check {
      padding: 1rem 1rem .5rem; } }

/* view-content */
.view-bottom {
  flex-direction: column;
  justify-content: end;
  height: 88%;
  display: flex; }

/* add-email */
.dd .accordion-button:not(.collapsed) {
  box-shadow: unset; }

.dd .accordion-body {
  border: 1px solid var(--border);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top: 0; }

@media only screen and (max-width: 35.9375rem) {
  .dd .dd-list {
    padding-left: 0; } }

.collapse {
  border-radius: 0.5rem; }

.publish-drop ul:hover {
  background-color: unset; }

input.form-control {
  position: relative; }

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

.right-sidebar-sticky {
  position: sticky;
  top: 7.5rem; }

.content-title.box-primary, .content-title.box-secondary, .content-title.box-success, .content-title.box-danger, .content-title.box-warning, .content-title.box-info, .content-title.box-dark, .content-title.box-light {
  background-color: var(--primary); }
  .content-title.box-primary .cpa,
  .content-title.box-primary i, .content-title.box-secondary .cpa,
  .content-title.box-secondary i, .content-title.box-success .cpa,
  .content-title.box-success i, .content-title.box-danger .cpa,
  .content-title.box-danger i, .content-title.box-warning .cpa,
  .content-title.box-warning i, .content-title.box-info .cpa,
  .content-title.box-info i, .content-title.box-dark .cpa,
  .content-title.box-dark i, .content-title.box-light .cpa,
  .content-title.box-light i {
    color: #fff !important; }

.content-title.box-secondary {
  background-color: var(--secondary); }

.content-title.box-success {
  background-color: #3A9B94; }

.content-title.box-danger {
  background-color: #FF5E5E; }

.content-title.box-warning {
  background-color: #FF9F00; }

.content-title.box-info {
  background-color: #58bad7; }

.content-title.box-dark {
  background-color: #6e6e6e; }

.content-title.box-light {
  background-color: #e7e7e7; }

.list-style-1.block > li {
  display: block; }

.list-style-1 > li {
  border-bottom: 1px dashed var(--border);
  padding: 0.75rem 0;
  display: flex;
  align-items: center; }

.remove:hover {
  color: #FF5E5E; }

.card-use-box {
  text-align: center; }
  .card-use-box .crd-bx-img {
    position: relative;
    width: 100px;
    margin: auto; }
    .card-use-box .crd-bx-img .active {
      width: 15px;
      height: 15px;
      background: #3A9B94;
      border-radius: 50%;
      left: 6rem;
      position: absolute;
      bottom: 0.4rem; }
      .card-use-box .crd-bx-img .active.deactive {
        background: #FF5E5E; }
    .card-use-box .crd-bx-img img {
      border: 7px solid rgba(62, 95, 206, 0.08); }

.card__info {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .card__info li .card__info__stats {
    display: block;
    color: var(--primary);
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 40px; }
    @media only screen and (max-width: 87.5rem) {
      .card__info li .card__info__stats {
        padding: 0 25px; } }

.post-pos {
  text-align: center;
  margin: 18px; }
  .post-pos .card__info__stats {
    color: var(--primary); }
  .post-pos li {
    margin-bottom: 10px; }

.user-m-tabe {
  margin-top: 0px; }
  .user-m-tabe .nav-link {
    padding: 3px 8px; }

.personal-info li {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 12px 20px; }
  .personal-info li:hover {
    background: var(--rgba-primary-1); }

.action-button .btn.btn-icon-xxs {
  padding: 0.075rem 0.2375rem; }
  .action-button .btn.btn-icon-xxs i {
    transform: scale(0.8); }

.all_user {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 20px;
  background: var(--rgba-primary-1); }

.all_user1 {
  display: flex;
  justify-content: space-between;
  padding: 9px 30px; }
  .all_user1 .member {
    margin-right: 4rem; }
    .all_user1 .member .heading {
      padding: 0 10px; }

.right-check .custom-checkbox {
  margin-right: 5rem; }
  @media only screen and (max-width: 35.9375rem) {
    .right-check .custom-checkbox {
      margin-right: 1rem; } }

.manage {
  padding: 0 30px;
  margin-top: -10px; }

.role-tble tbody tr td:not(:first-child) .custom-checkbox {
  display: flex;
  justify-content: end; }

.role-tble.table tbody tr td {
  padding: 0.4375rem 0.625rem;
  border: 0; }

.role-tble.table thead tr th {
  padding: 0.4375rem 0.625rem; }

.c-details ul li {
  border-bottom: 1px solid #dad8d4;
  padding: 10px 0; }
  .c-details ul li p {
    color: black;
    margin: 0; }

.c-social {
  display: flex;
  margin-top: 15px; }
  .c-social li a {
    padding: 5px 10px;
    margin: 0 7px;
    border-radius: 0.25rem; }
    .c-social li a:first-child {
      margin-left: 0; }

.c-busiess .avatar {
  height: 60px;
  width: 60px;
  margin-right: 10px; }

.c-card-details ul li {
  display: flex;
  padding: 6px 0px; }
  .c-card-details ul li h6, .c-card-details ul li .h6 {
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 13px; }

.c-work {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .c-work .c-task {
    padding: 7px 20px;
    border-radius: 0.25rem;
    margin: 0 6px; }
    .c-work .c-task p {
      margin-bottom: 0;
      color: white;
      display: flex;
      align-items: center; }
    .c-work .c-task span {
      color: white; }
    @media only screen and (max-width: 35.9375rem) {
      .c-work .c-task {
        padding: 7px 12px; } }
    .c-work .c-task:first-child {
      margin-left: 0; }

.c-primium li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0px; }
  .c-primium li h6, .c-primium li .h6 {
    margin-bottom: 0;
    font-size: 13px; }

.c-status i {
  transform: scale(0.5);
  margin-right: 5px; }

.blog-card {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .blog-card h4, .blog-card .h4 {
    font-size: 14px; }
  .blog-card img {
    margin-bottom: 10px; }
    @media only screen and (max-width: 35.9375rem) {
      .blog-card img {
        width: 45px; } }
  .blog-card:hover {
    transform: translate(0, -10px); }

@media only screen and (max-width: 35.9375rem) {
  .c-busiess {
    margin-bottom: 10px; } }

.blog-img {
  position: relative; }
  .blog-img .blk-img {
    width: 100%;
    height: 575px;
    object-fit: cover;
    border-radius: 0.5rem; }
    @media only screen and (max-width: 35.9375rem) {
      .blog-img .blk-img {
        height: 350px; } }
  .blog-img .blk-img2 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0.5rem; }
    @media only screen and (max-width: 35.9375rem) {
      .blog-img .blk-img2 {
        height: 300px; } }
  .blog-img .blog-text {
    position: absolute;
    bottom: 0;
    padding: 20px 15px; }
    .blog-img .blog-text h2, .blog-img .blog-text .h2 {
      font-size: 30px;
      line-height: 1.1;
      color: white;
      font-weight: 600; }
      @media only screen and (max-width: 74.9375rem) {
        .blog-img .blog-text h2, .blog-img .blog-text .h2 {
          font-size: 20px; } }
    .blog-img .blog-text span {
      color: white; }
  .blog-img.style-1 .blk-img {
    height: 275px; }
  .blog-img.style-1 .blog-text h2, .blog-img.style-1 .blog-text .h2 {
    font-size: 16px;
    font-weight: 500; }

.blog-post .post-1 {
  display: flex;
  align-items: center;
  margin-bottom: 21px; }
  .blog-post .post-1 .custome-avatar {
    height: 90px;
    width: 90px;
    border-radius: 50%; }
    @media only screen and (max-width: 74.9375rem) {
      .blog-post .post-1 .custome-avatar {
        height: 70px;
        width: 70px; } }
  .blog-post .post-1 .post-data h4, .blog-post .post-1 .post-data .h4 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0; }
    @media only screen and (max-width: 35.9375rem) {
      .blog-post .post-1 .post-data h4, .blog-post .post-1 .post-data .h4 {
        font-size: 14px; } }
  .blog-post .post-1 .post-data span {
    font-size: 12px; }

@media only screen and (max-width: 74.9375rem) {
  .blog-post {
    margin-top: 10px; } }

.small-post {
  height: 1.275rem !important;
  width: 1.275rem !important; }

.seconday-post {
  margin-top: 25px;
  display: flex; }
  @media only screen and (max-width: 35.9375rem) {
    .seconday-post {
      flex-flow: wrap; } }
  .seconday-post img {
    width: 160px;
    height: 130px;
    border-radius: 0.5rem;
    margin-right: 18px;
    object-fit: cover; }
    @media only screen and (max-width: 35.9375rem) {
      .seconday-post img {
        width: 100%;
        height: 200px; } }
  .seconday-post h4, .seconday-post .h4 {
    font-size: 13px;
    margin-top: 6px; }
  .seconday-post span {
    font-size: 12px; }
  @media only screen and (max-width: 35.9375rem) {
    .seconday-post .post-data {
      margin-top: 15px; } }

.third-post {
  display: flex;
  align-items: center;
  margin-bottom: 21px; }
  @media only screen and (max-width: 74.9375rem) {
    .third-post {
      flex-flow: wrap; } }
  .third-post img {
    width: 300px;
    height: 180px;
    border-radius: 0.375rem;
    margin-right: 12px;
    object-fit: cover; }
    @media only screen and (max-width: 74.9375rem) {
      .third-post img {
        width: 100%;
        height: 220px; } }
  .third-post h4, .third-post .h4 {
    font-size: 15px;
    margin-top: 6px; }
  .third-post span {
    font-size: 12px; }
  .third-post.style-1 {
    margin-top: 20px; }
    .third-post.style-1 img {
      width: 90px;
      height: 80px; }
    .third-post.style-1 h4, .third-post.style-1 .h4 {
      margin-top: 0;
      margin-bottom: 0; }
  .third-post.style-2 {
    margin-bottom: 0;
    border-bottom: 1px solid var(--border); }
    .third-post.style-2 .av-post {
      height: 40px;
      width: 40px; }
    .third-post.style-2 .post-data {
      margin-bottom: 14px; }
  @media only screen and (max-width: 74.9375rem) {
    .third-post .post-data {
      margin-top: 15px; } }

.notifiy {
  background-color: var(--rgba-primary-1);
  position: relative;
  margin-top: 40px; }
  .notifiy .icon-box {
    position: absolute;
    top: -12px;
    left: 46%; }
  .notifiy .notify-data {
    text-align: center;
    padding: 20px 0;
    padding-bottom: 0; }
    .notifiy .notify-data span {
      font-size: 12px; }

/*
===================================
    Product detail
===================================*/
.produtct-detail-tag {
  display: inline-block; }
  .produtct-detail-tag a {
    font-style: 0.8125rem;
    color: #6e6e6e; }

.product-detail-content .item-tag {
  background: #828690;
  border-radius: 0.375rem;
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 0.25rem;
  padding: 0.125rem 0.75rem;
  color: #fff; }

.filtaring-area h4, .filtaring-area .h4 {
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 400;
  text-transform: lowercase; }

.plus-minus-input .input-icon {
  font-size: 0.8125rem;
  color: #6e6e6e; }

.plus-minus-input {
  display: flex;
  width: 7.5rem; }
  .plus-minus-input .custom-btn {
    border-radius: 0;
    height: 2.5rem;
    padding: 0.75rem 0.5rem;
    background: #fff;
    border: 0.0625rem solid #dad8d4; }
  .plus-minus-input .form-control:hover, .plus-minus-input .form-control:focus, .plus-minus-input .form-control:active {
    border: 0.0625rem solid #dad8d4; }

.btn-reveal-trigger .avatar-xl {
  min-width: 1.875rem; }

.share-view {
  display: inline-block; }
  .share-view ul li {
    display: inline-block; }
  .share-view .share-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    border: 0.0625rem solid #dad8d4;
    text-align: center;
    line-height: 2.5rem;
    font-style: 1rem;
    color: #dad8d4;
    margin-right: 0.5rem; }

/*--------tab----------*/
.veritical-line {
  padding: 1.25rem 1.875rem;
  border-top: 0.0625rem solid #dad8d4;
  border-right: 0.0625rem solid #dad8d4;
  border-bottom: 0.0625rem solid #dad8d4;
  position: relative; }
  .veritical-line:before {
    background: #dad8d4;
    bottom: 0;
    content: "";
    height: 100%;
    left: -0.0625rem;
    max-height: 40%;
    position: absolute;
    width: 0.0625rem; }

.tab-content-text p {
  color: #6e6e6e;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.5625rem; }

.tab-item-list li a {
  background: #fff;
  border-top: 0.0625rem solid #dad8d4;
  border-left: 0.0625rem solid #dad8d4;
  border-right: 0.0625rem solid #dad8d4;
  color: #6e6e6e;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  text-transform: uppercase; }
  .tab-item-list li a:hover, .tab-item-list li a:focus {
    background: #fff;
    color: #6e6e6e;
    border-right: 0rem; }

.tab-item-list li:last-child {
  border-bottom: 0.0625rem solid #dad8d4; }

.tab-list li {
  margin-bottom: 0.4375rem;
  font-size: 0.8125rem; }
  .tab-list li i {
    font-size: 0.8125rem;
    margin-right: 0.875rem; }

.slide-item-list {
  text-align: center;
  margin: 0 -0.3125rem;
  border: 0; }
  .slide-item-list li {
    display: inline-block;
    flex: 0 0 25%;
    width: 25%;
    padding: 0 0.3125rem; }
    .slide-item-list li a {
      display: inline-block;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      background: transparent;
      padding-bottom: 0rem; }
      .slide-item-list li a:hover, .slide-item-list li a:focus {
        background: transparent; }
      .slide-item-list li a img {
        width: 100%;
        border-radius: 0.5rem; }
  .slide-item-list .nav-link {
    border: 0;
    border-radius: 0.5rem; }
    .slide-item-list .nav-link.active {
      border: 0;
      border-radius: 0.5rem; }

.product-detail-text {
  padding-top: 1.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 4.375rem; }

.star-rating .product-review {
  font-style: 0.8125rem;
  color: #6e6e6e;
  font-weight: 400;
  text-decoration: underline !important; }

.product-detail .tab-content img {
  display: inline-block;
  width: 100%; }

.popular-tag ul {
  margin: 0rem;
  padding: 0rem; }
  .popular-tag ul li {
    display: inline-block;
    padding: 0.5rem 0.9375rem;
    background: #f8f8f8;
    font-size: 0.8125rem;
    color: #fff;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem; }

.size-filter ul li {
  display: inline-block; }

.intro {
  border: 0.0625rem solid red;
  color: #1d1d1d; }

#listResults .slider {
  margin: 1.5625rem 0; }

#listResults .slider-box {
  width: 90%;
  margin: 1.5625rem auto; }

#listResults input {
  width: 10%; }

#listResults label {
  border: none;
  display: inline-block;
  margin-right: -0.25rem;
  vertical-align: top;
  width: 30%; }

.plus-minus-input .input-icon {
  font-size: 0.8125rem;
  color: #aaaaaa; }

.plus-minus-input .custom-btn {
  border-radius: 0;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  background: #ffffff;
  border: 0.0625rem solid #c8c8c8; }
  .plus-minus-input .custom-btn:hover, .plus-minus-input .custom-btn:focus, .plus-minus-input .custom-btn.active {
    box-shadow: none;
    outline: none; }

.plus-minus-input .form-control {
  height: 2.5rem;
  border-top: 0.0625rem solid #c8c8c8;
  border-bottom: 0.0625rem solid #c8c8c8;
  border-left: 0rem solid #c8c8c8;
  border-right: 0.0625rem solid #c8c8c8; }
  .plus-minus-input .form-control:hover, .plus-minus-input .form-control:focus, .plus-minus-input .form-control:active {
    border-top: 0.0625rem solid #c8c8c8;
    border-bottom: 0.0625rem solid #c8c8c8;
    border-left: 0rem solid #c8c8c8;
    border-right: 0rem solid #c8c8c8; }

.new-arrival-product .new-arrivals-img-contnent {
  overflow: hidden;
  position: relative; }
  .new-arrival-product .new-arrivals-img-contnent img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .new-arrival-product .new-arrivals-img-contnent:after {
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }

.new-arrival-product:hover .new-arrivals-img-contnent:after {
  webkit-animation: shine .75s;
  animation: shine .75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.input-number {
  line-height: 1.8; }

.star-rating {
  margin-bottom: 0.625rem; }

.select-size .btn:not(:first-child), .select-size .btn:not(last-child) {
  margin: 0 5px;
  box-shadow: none; }

/*
===================================
    list view
===================================*/
.new-arrival-content .item {
  font-size: 0.75rem;
  color: #6e6e6e; }

.new-arrival-content h4, .new-arrival-content .h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem; }
  .new-arrival-content h4 a, .new-arrival-content .h4 a {
    color: var(--text-dark); }

.new-arrival-content .price {
  font-weight: 600;
  color: var(--primary);
  font-size: 1.5rem;
  margin-bottom: 0;
  float: right; }
  @media only screen and (max-width: 35.9375rem) {
    .new-arrival-content .price {
      float: none;
      margin-top: 0.625rem; } }

.new-arrival-content p {
  font-size: 0.875rem;
  color: #828690;
  margin-bottom: 0.375rem;
  line-height: 1.5rem; }

.new-arrival-content .text-content {
  margin-top: 1.125rem; }

.new-arrival-content.text-center .price {
  float: unset !important; }

.success-icon {
  color: #3A9B94;
  font-size: 1rem; }

.comment-review {
  margin-bottom: 0.9375rem;
  display: table;
  width: 100%; }
  .comment-review .client-review {
    color: #828690;
    padding-right: 1.25rem;
    text-decoration: underline !important;
    font-size: 0.875rem; }
  .comment-review .span {
    color: #828690;
    font-size: 0.875rem; }
  @media only screen and (max-width: 35.9375rem) {
    .comment-review {
      margin-bottom: 0; } }

.star-rating li {
  display: inline-block; }
  .star-rating li i {
    color: gold; }

.order {
  font-weight: 500; }

.ai-tabs-1 .nav-tabs {
  border: 0;
  position: relative; }
  .ai-tabs-1 .nav-tabs .nav-link {
    border: 0;
    background-color: transparent;
    color: #888888;
    position: relative; }
    .ai-tabs-1 .nav-tabs .nav-link.active {
      color: var(--primary); }
      .ai-tabs-1 .nav-tabs .nav-link.active:after {
        content: "";
        position: absolute;
        background-color: var(--primary);
        height: 5px;
        width: 100%;
        bottom: -7px;
        left: 0;
        border-radius: 0.5rem 0.5rem 0 0; }

.alert-ai {
  background-color: var(--card);
  border-left: 3px solid #FF9F00; }

.ai-tab {
  border-color: var(--primary); }
  .ai-tab .nav-link {
    background-color: var(--card);
    color: var(--primary);
    border-radius: 0;
    border-color: var(--primary); }
    .ai-tab .nav-link.active {
      color: var(--primary);
      border-color: var(--primary);
      border-bottom: 0; }

.bootstrap-select.ai-select {
  width: auto !important;
  background-color: transparent; }
  .bootstrap-select.ai-select .btn {
    border: 0 !important;
    color: #fff !important; }

.bootstrap-select.custom-image-select .btn {
  border: 0 !important;
  color: #888888 !important; }

.form-control.custom-image-select img {
  width: 24px;
  margin-right: 5px; }

.example.style-1 .asColorPicker-trigger {
  position: unset;
  width: 45px;
  height: 45px; }
  .example.style-1 .asColorPicker-trigger span {
    border-radius: 0.5rem !important; }

@media only screen and (max-width: 87.5rem) {
  .example.style-1 p {
    font-size: 0.8rem; } }

@media only screen and (max-width: 74.9375rem) {
  .example.style-1 {
    margin-bottom: 10px; } }

.ai-radio-prompt {
  width: 250px;
  height: 250px;
  border: 1px solid #dad8d4;
  border-radius: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0; }

.check-ai .form-check {
  position: relative;
  padding: 0; }
  .check-ai .form-check .form-check-input {
    position: absolute;
    left: 18px;
    margin: 0;
    top: 20px; }
    .check-ai .form-check .form-check-input:checked {
      left: 18px;
      top: 20px; }

.check-ai .form-check-input:checked + .form-check-label,
.check-ai .form-check-input + .form-check-label {
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background-color: var(--rgba-primary-1);
  padding: 20px;
  margin: 0; }

.check-ai .form-check-input + .form-check-label {
  background-color: var(--body-bg); }

.ai-slider .noUi-connects {
  background-color: var(--rgba-primary-1);
  height: 5px; }

.ai-slider .noUi-handle {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 30px rgba(70, 49, 125, 0.5);
  top: -7px; }
  @media only screen and (max-width: 87.5rem) {
    .ai-slider .noUi-handle {
      top: -8px; } }

.ai-slider.noUi-target {
  box-shadow: none !important; }

.promt-langauage {
  display: flex;
  flex-wrap: wrap; }
  .promt-langauage li a {
    margin-right: 5px; }

.ai-header-alert {
  border-left: 5px solid #FF9F00;
  background-color: var(--card);
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.75rem 1rem; }
  @media only screen and (max-width: 47.9375rem) {
    .ai-header-alert.alert {
      padding: 0.75rem 0.7rem; } }
  @media only screen and (max-width: 35.9375rem) {
    .ai-header-alert.alert {
      font-size: 10px; } }
  .ai-header-alert .btn-close::before {
    content: none; }
  .ai-header-alert .remove-prompt {
    position: absolute;
    content: "";
    top: 50%;
    right: 12px;
    transform: translateY(-50%); }
  @media only screen and (max-width: 35.9375rem) {
    .ai-header-alert .btn-close {
      display: none; } }

.ai-tabs.nav-tabs .nav-link {
  background-color: var(--card);
  color: #000;
  border-radius: 0;
  padding: 8px 25px; }
  .ai-tabs.nav-tabs .nav-link.active {
    background-color: transparent;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 0;
    padding: 12px 25px; }

.ai-check {
  border: 1px solid var(--border);
  padding: 10px;
  border-radius: 0.5rem; }

.back-theme-ai {
  display: flex;
  align-items: center; }
  .back-theme-ai .form-check {
    font-size: 0.875rem; }
    .back-theme-ai .form-check .form-check-input {
      cursor: pointer; }
    .back-theme-ai .form-check span {
      display: block; }
      .back-theme-ai .form-check span:after {
        content: "";
        position: absolute;
        content: "";
        border: 0.125rem solid var(--primary);
        width: 1.875rem;
        height: 1.875rem;
        border-radius: 50%;
        opacity: 0; }
  .back-theme-ai .form-check .form-check-input:checked + span:after {
    top: -0.105rem;
    left: -0.313rem;
    opacity: 1;
    cursor: pointer; }
  .back-theme-ai .form-check-input:checked[type="radio"] {
    background-image: none; }
  .back-theme-ai .cross-svg {
    width: 20px;
    height: 20px;
    border: 1px solid var(--border);
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 19px; }
    @media only screen and (max-width: 100rem) {
      .back-theme-ai .cross-svg {
        line-height: 17px; } }
    @media only screen and (max-width: 74.9375rem) {
      .back-theme-ai .cross-svg {
        line-height: 18px; } }

.bg-grey {
  background-color: #9F93C0 !important; }

.nav-tabs.style-2 {
  margin-bottom: 0;
  align-items: flex-end;
  padding: 0 30px;
  margin: 0 -30px; }
  @media only screen and (max-width: 100rem) {
    .nav-tabs.style-2 {
      padding: 0 25px;
      margin: 0 -25px; } }
  @media only screen and (max-width: 35.9375rem) {
    .nav-tabs.style-2 {
      padding: 0 15px;
      margin: 0 -13px; } }
  .nav-tabs.style-2 li {
    display: inline-block; }
    .nav-tabs.style-2 li a.nav-link {
      background-color: var(--card);
      border-radius: 0;
      border: 1px solid var(--border);
      padding: 10px 25px;
      margin-left: -1px;
      color: var(--primary); }
      .nav-tabs.style-2 li a.nav-link.active {
        background-color: var(--body-bg);
        border-bottom: 0 !important;
        padding: 15px 25px;
        border-radius: 0.5rem 0.5rem 0 0;
        color: var(--text-dark); }

.border-s-1 {
  border-radius: 0.5rem 0 0 0 !important; }

.border-s-2 {
  border-radius: 0 0.5rem 0 0 !important; }

.card-length {
  margin-left: auto;
  margin-right: auto;
  max-width: 414px; }

.ai-table {
  border-radius: 0.5rem; }

.tooltip-inner {
  background-color: var(--primary);
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  max-width: 500px;
  width: auto;
  border-radius: 0.5rem; }

.upload-img .dlab-message {
  margin: 0 !important; }

.upload-img.dropzone {
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  min-height: 0;
  background: var(--card); }

.prompt-header {
  padding: 0.7rem 0.75rem;
  position: relative;
  background-color: var(--card);
  color: var(--text-dark); }
  .prompt-header:not(.collapsed) .accordion-header-indicator::before {
    content: "\e622"; }
  .prompt-header.collapsed .accordion-header-indicator::before {
    content: "\e61a"; }
  .prompt-header .accordion-header-indicator {
    font-family: 'themify';
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%); }
    .prompt-header .accordion-header-indicator::before {
      font-family: 'themify'; }

[data-theme-version="dark"] {
  --nav-headbg: #182237;
  --sidebar-bg: #182237;
  --headerbg: #182237;
  --card: #182237;
  --text-dark: #fff;
  --text-gray: #b3b3b3;
  --text: #828690;
  --body-bg: #151C2C;
  --light: #151C2C;
  --border: rgba(255, 255, 255, 0.1);
  --bs-border-color: rgba(255, 255, 255, 0.1);
  --bs-tertiary-bg: #151C2C; }
  [data-theme-version="dark"] h1, [data-theme-version="dark"] .h1, [data-theme-version="dark"] h2, [data-theme-version="dark"] .h2, [data-theme-version="dark"] h3, [data-theme-version="dark"] .h3, [data-theme-version="dark"] h4, [data-theme-version="dark"] .h4, [data-theme-version="dark"] h5, [data-theme-version="dark"] .h5, [data-theme-version="dark"] h6, [data-theme-version="dark"] .h6, [data-theme-version="dark"] a {
    color: #fff; }
  [data-theme-version="dark"][data-primary="color_1"], [data-theme-version="dark"][data-primary="color_3"] {
    --primary:#F8B940;
    --rgba-primary-1: rgba(248, 185, 64, 0.1);
    --rgba-primary-2: rgba(248, 185, 64, 0.2);
    --rgba-primary-3: rgba(248, 185, 64, 0.3);
    --rgba-primary-4: rgba(248, 185, 64, 0.4);
    --rgba-primary-5: rgba(248, 185, 64, 0.5);
    --rgba-primary-6: rgba(248, 185, 64, 0.6);
    --rgba-primary-7: rgba(248, 185, 64, 0.7);
    --rgba-primary-8: rgba(248, 185, 64, 0.8);
    --rgba-primary-9: rgba(248, 185, 64, 0.9); }

[data-theme-version="dark"] .bg-white {
  background-color: #151C2C !important; }

[data-theme-version="dark"] #ExtraData .apexcharts-series path,
[data-theme-version="dark"] .apexcharts-heatmap rect {
  stroke: transparent; }

[data-theme-version="dark"] .ds-2 {
  background-color: #452b90; }

[data-theme-version="dark"] #activity1 line,
[data-theme-version="dark"] #Statistics line {
  fill: rgba(255, 255, 255, 0.1);
  stroke: rgba(255, 255, 255, 0.1); }

[data-theme-version="dark"] .morris_chart_height text tspan {
  fill: #fff; }

[data-theme-version="dark"] #redial .apexcharts-datalabels-group text {
  fill: #fff; }

[data-theme-version="dark"] #overiewChart line {
  stroke: rgba(255, 255, 255, 0.1); }

[data-theme-version="dark"] .ct-grid {
  stroke: rgba(255, 255, 255, 0.1); }

[data-theme-version="dark"] .list-group-item a:hover {
  color: #fff; }

[data-theme-version="dark"] .apexcharts-legend-text {
  color: #fff !important; }

[data-theme-version="dark"] .apexcharts-gridlines-vertical line {
  stroke: rgba(255, 255, 255, 0.1); }

[data-theme-version="dark"] #AllProject.apexcharts-series path {
  stroke: rgba(255, 255, 255, 0.1); }

[data-theme-version="dark"] .apexcharts-datalabels-group {
  stroke: #fff; }

[data-theme-version="dark"] #columnChart .apexcharts-bar-series path {
  stroke: #182237; }

[data-theme-version="dark"] #TotalEarning .apexcharts-series path {
  stroke: transparent; }

[data-theme-version="dark"] .apexcharts-text tspan {
  fill: #fff; }

[data-theme-version="dark"] .heading-data td {
  background-color: #151C2C !important; }

[data-theme-version="dark"][data-layout="vertical"][data-sidebar-position="fixed"] .header {
  border-color: rgba(255, 255, 255, 0.1); }

[data-theme-version="dark"] .header {
  border-color: rgba(255, 255, 255, 0.1); }

[data-theme-version="dark"] .header-left .dashboard_bar {
  color: #fff; }

[data-theme-version="dark"] .search-area .form-control {
  background: #4C659F; }
  [data-theme-version="dark"] .search-area .form-control::placeholder {
    color: #fff; }

[data-theme-version="dark"] .search-area .input-group-text {
  border: 0;
  background: #4C659F; }
  [data-theme-version="dark"] .search-area .input-group-text a {
    color: white; }
  [data-theme-version="dark"] .search-area .input-group-text svg path {
    fill: #fff; }

[data-theme-version="dark"] .header-right .notification_dropdown .nav-link .badge {
  border-color: #182237; }

[data-theme-version="dark"] .header-right .dropdown .nav-link {
  background: #4C659F;
  color: #fff; }
  [data-theme-version="dark"] .header-right .dropdown .nav-link:hover {
    color: #fff; }
  [data-theme-version="dark"] .header-right .dropdown .nav-link svg path {
    fill: #fff; }

[data-theme-version="dark"] .nav-header .hamburger .line {
  background: #fff !important; }

[data-theme-version="dark"] .menu-toggle .nav-header .nav-control .hamburger .line {
  background-color: #fff !important; }

[data-theme-version="dark"] .header-left .search-area .input-group-text {
  background-color: #151C2C; }

[data-theme-version="dark"] .header-left .search-area .form-control {
  background-color: #151C2C; }

[data-theme-version="dark"] .nav-header {
  border-color: rgba(255, 255, 255, 0.1); }

[data-theme-version="dark"] .nav-control svg rect {
  fill: #fff; }

[data-theme-version="dark"] .brand-logo {
  color: #fff; }
  [data-theme-version="dark"] .brand-logo:hover {
    color: #fff; }

[data-theme-version="dark"] .svg-title-path {
  fill: #fff; }

[data-theme-version="dark"] .nav-header {
  border-color: rgba(255, 255, 255, 0.1); }

[data-theme-version="dark"] .nav-control svg rect {
  fill: #fff; }

[data-theme-version="dark"] .brand-logo {
  color: #fff; }
  [data-theme-version="dark"] .brand-logo:hover {
    color: #fff; }

[data-theme-version="dark"] .svg-title-path {
  fill: #fff; }

[data-theme-version="dark"][data-sidebar-style="mini"] .deznav .metismenu li > ul {
  background-color: #182237; }

[data-theme-version="dark"] .fixed-content-box {
  background-color: #182237; }
  [data-theme-version="dark"] .fixed-content-box .head-name {
    background: #182237;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1); }
  [data-theme-version="dark"] .fixed-content-box + .header + .deznav {
    background-color: #151C2C; }

[data-theme-version="dark"][data-layout="vertical"][data-sidebar-position="fixed"] .deznav {
  border-color: rgba(255, 255, 255, 0.1); }

[data-theme-version="dark"][data-layout="vertical"][data-sidebar-style="compact"] .deznav .metismenu > li.mm-active > a, [data-theme-version="dark"][data-layout="vertical"][data-sidebar-style="compact"] .deznav .metismenu > li:hover > a {
  background: transparent; }
  [data-theme-version="dark"][data-layout="vertical"][data-sidebar-style="compact"] .deznav .metismenu > li.mm-active > a i, [data-theme-version="dark"][data-layout="vertical"][data-sidebar-style="compact"] .deznav .metismenu > li:hover > a i {
    color: var(--primary);
    background: var(--rgba-primary-1); }

[data-theme-version="dark"][data-layout="vertical"][data-sidebar-style="compact"] .deznav .metismenu > li a > i {
  color: rgba(255, 255, 255, 0.3); }

[data-theme-version="dark"] .deznav .header-profile > a.nav-link {
  border-color: rgba(255, 255, 255, 0.1); }
  [data-theme-version="dark"] .deznav .header-profile > a.nav-link .header-info span {
    color: #fff; }

[data-theme-version="dark"] .deznav .metismenu > li > a {
  color: #b3b3b3; }

[data-theme-version="dark"] .deznav .metismenu > li:hover > a, [data-theme-version="dark"] .deznav .metismenu > li:focus > a, [data-theme-version="dark"] .deznav .metismenu > li.mm-active > a {
  color: #fff; }
  [data-theme-version="dark"] .deznav .metismenu > li:hover > a i, [data-theme-version="dark"] .deznav .metismenu > li:focus > a i, [data-theme-version="dark"] .deznav .metismenu > li.mm-active > a i {
    color: #fff; }

[data-theme-version="dark"] .deznav .metismenu > li.mm-active ul ul {
  background-color: transparent; }

[data-theme-version="dark"] .deznav .metismenu ul:after {
  background-color: rgba(255, 255, 255, 0.1); }

[data-theme-version="dark"] .deznav .metismenu ul a:before {
  background-color: #fff; }

[data-theme-version="dark"] .sidebar-right .card-tabs .nav-tabs {
  border-color: var(--rgba-primary-1) !important; }
  [data-theme-version="dark"] .sidebar-right .card-tabs .nav-tabs .nav-item .nav-link {
    color: #000 !important; }

[data-theme-version="dark"] .sidebar-right .form-control {
  background: #fff;
  color: #000;
  border-color: #CCCCCC; }

[data-theme-version="dark"] .sidebar-right .default-select .list {
  background: #fff; }
  [data-theme-version="dark"] .sidebar-right .default-select .list .option.selected, [data-theme-version="dark"] .sidebar-right .default-select .list .option.focus, [data-theme-version="dark"] .sidebar-right .default-select .list .option:hover {
    background: rgba(0, 0, 0, 0.05) !important; }

[data-theme-version="dark"] .sidebar-right .sidebar-right-inner > h4, [data-theme-version="dark"] .sidebar-right .sidebar-right-inner > .h4 {
  color: #000 !important; }

[data-theme-version="dark"] .sidebar-right .nice-select .option {
  background: #fff; }

[data-theme-version="dark"] .footer {
  background-color: #182237; }
  [data-theme-version="dark"] .footer .copyright {
    background-color: transparent; }
    [data-theme-version="dark"] .footer .copyright p {
      color: #fff; }

/*# sourceMappingURL=style.css.map */





/*# Dashboard Sponsored ads */
.row-pd-15{
	 padding: 0px 15px 15px;
}
.ttl-1{
	border-bottom: 1px solid #bdbdbd66;
    padding-bottom: 12px;
	font-weight: 400;
}
.ttl-1 span{
	color: #666;
    float: right;
}
.spn-mn{
	height: 100px;
    padding: 8px 10px 10px 10px;
    background: #f5f5f5;
    display: flex;
    border-radius: 5px;
	border: 1px solid #dad8d4;
}
.spn-ico{
    width: 70px;
    border: 1px solid #e3e3e3;
    text-align: center;
    padding: 5px;
    height: 70px;
    display: inline-block;
	border-radius: 10px;
	background: #fff;
}
.spn-ico img{
	width:100%;
	margin: 0px;
}
.spn-ctn{
	padding-left: 10px;
    display: inline-block;
    width: 150px;
}
.spn-ctn h5 {
    font-weight: 400;
    font-family: sans-serif;
    font-size: 13px;
    color: #1e1936;
    margin: 7px 0 3px -1px;
    display: inline-block;
}
.spn-ctn h5 a {
    color: #1f5d84;
}
.spn-ctn p {
    font-size: 13px;
    line-height: 18px;
    color: #222;
}
.spn-ctn p i {
    color: #7d7d7d;
}
.ord-1 h4{
	margin-bottom: 0px;
	padding-top: 5px;
}
.ord-1 span{
	color: #9d9e9f;
}
.hgth-215{
	height: 215px;
}
.pi-15{
	padding: 25px 20px 0px;
}
.upd-1{
	float: right;
    margin-top: 5px;
}
.upd-1 a{
	color: #4566e7;
}
.wab-pnt{
	padding: 0.375rem 0.75rem;
	border: 1px solid #dad8d4;
    border-radius: 0.5rem;
}
.wab-pnt li{
	display: inline-block;
    margin-right: 5px;
    background: #e5e5e5;
    padding: 5px 10px;
    border-radius: 5px;
}


/*# Connection Requests */
.row-pd-16{
	 padding: 20px 15px 10px;
}
.req-mn{
    padding: 8px 10px 10px 10px;
    border-radius: 5px;
    border: 1px solid #dad8d4;
	text-align: center;
	background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px 0px;
	margin-bottom: 22px;
}
.req-ico{
	width: 70px;
    text-align: center;
    margin: 0 auto;
}
.req-ctn h5{
	margin-bottom:3px;
}
.req-ctn h5 a{
	color:#222;
}
.req-ctn p{
	    margin-bottom: 5px;
}
.req-ctn .acpt{
	border: 1px solid #4CAF50;
    color: #ffffff;
    padding: 5px;
    width: 44%;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 10px;
    background: #4CAF50;
    display: inline-block;
}
.req-ctn .dlc{
	border: 1px solid #F44336;
    color: #ffffff;
    padding: 5px;
    width: 44%;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    background: #F44336;
}
.srh-fil-1{
	border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.req-btnz{
	 margin: 12px 0px 7px;
}
.req-msg{
	background: #fff;
    border: 1px solid #a5a5a5;
    color: #747474;
    padding: 5px 15px;
    width: 50%;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.crep-user-1{
	padding-right:10px;
}
.wrap-vulp .acpt {
    border: 1px solid #4CAF50;
    color: #ffffff;
    padding: 5px;
    width: 18%;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 14px;
    background: #4CAF50;
    display: inline-block;
}
.wrap-vulp .dlc {
    border: 1px solid #F44336;
    color: #ffffff;
    padding: 5px;
    width: 18%;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    background: #F44336;
}
.wrap-adip p{
	padding-bottom:10px;
}
.wrap-adip a{
	background: #e9e9e9;
    border: 1px solid #a5a5a5;
    color: #747474;
    padding: 5px 15px;
    width: 50%;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.wrap-impe button{
	width: 18% !important;
	font-size: 14px !important;
	padding: 5px 10px !important;
}
.flw-event-mn{
	padding: 8px 10px 10px 10px;
    border-radius: 5px;
    border: 1px solid #dad8d4;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px 0px;
    margin-bottom: 22px;  
}


.page_title_banner {
    background: url(../images/brad.png);
    background-position: center;
    height: 150px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
@media (max-width: 992px) {
  .page_title_banner {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .page_title_banner {
    height: 400px;
  }
}
@media (max-width: 575px) {
    .page_title_banner {
        /* background: url(../media/banners/page-title-bg.png); */
        height: 150px;
    }
}
.page_title_banner .content {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: 110px 0 0px;
    /* float: right; */
    text-align: center;
}
.usez-1{
    width: 45px;
    padding-right: 5px;
    padding-bottom: 5px;
}
@media (max-width: 767px) {
  .page_title_banner .content {
    gap: 24px;
    padding: 135px 0 46px;
  }
}
@media (max-width: 575px) {
  .page_title_banner .content {
    padding-top: 100px;
  }
}
.page_title_banner .content .title {
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .page_title_banner .content .title {
    text-align: center;
  }
}
.page_title_banner .content .title .tag {
  width: 58.087px;
  height: 58.087px;
  position: absolute;
  top: -90px;
  left: 190px;
  -webkit-animation: animation-upDown-2 3s linear 0s infinite alternate;
  animation: animation-upDown-2 3s linear 0s infinite alternate;
}
@media (max-width: 575px) {
  .page_title_banner .content .title .tag {
    top: -80px;
    left: 160px;
  }
}
@media (max-width: 992px) {
  .page_title_banner .content .main_img {
    width: 367px;
  }
}
@media (max-width: 575px) {
  .page_title_banner .content .main_img {
    display: none;
  }
}
.page_title_banner .circle_vector {
  position: absolute;
  left: -72px;
  bottom: -101px;
  -webkit-animation: animation-popup-1 4s linear 0s infinite alternate;
  animation: animation-popup-1 4s linear 0s infinite alternate;
}
@media (max-width: 1799px) {
  .page_title_banner .circle_vector {
    width: 215px;
  }
}
@media (max-width: 575px) {
  .page_title_banner .circle_vector {
    left: auto;
    right: -70px;
    transform: rotate(90deg);
  }
}

.course__category__card_1 {
  position: relative;
  background-color: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 20px;
  overflow: hidden;
}
.course__category__card_1 .course__category__card_text {
  padding: 24px;
  padding-bottom: 0;
}
.course__category__card_1 .course__category__card_text .course__category__card_title {
  position: relative;
}
.course__category__card_1 .course__category__card_text .course__category__card_title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 120px;
  height: 2px;
  background: #7a8582;
}
.course__category__card_1 .course__category__card_text .category__info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.course__category__card_1 .course__category__card_text .category__info li {
  color: #7a8582;
}
.course__category__card_1 .course__category__card_text .category__info li:first-child {
  list-style: none;
}
.course__category__card_1 .course__category__card_text .category__info li i {
  margin-right: 8px;
}
.course__category__card_1 .image {
  border-radius: 0 0 20px 20px;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.course__category__card_1:hover .image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.course__category__card_2 {
  position: relative;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
  overflow: hidden;
}
.course__category__card_2 .image {
  border-radius: 15px;
}
.course__category__card_2 .course__category__card_text {
  position: absolute;
  bottom: -78px;
  padding: 24px;
  transition: all 0.5s ease;
}
.course__category__card_2 .course__category__card_text .course__category__card_title {
  position: relative;
  color: #fefcfb;
}
.course__category__card_2 .course__category__card_text .course__category__card_title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 120px;
  height: 2px;
  background: #fefcfb;
}
.course__category__card_2 .course__category__card_text .category_info_text {
  color: #fefcfb;
  margin-bottom: 64px;
  transition: all 0.5s ease;
}
.course__category__card_2 .course__category__card_text .category__info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.course__category__card_2 .course__category__card_text .category__info li {
  color: #fefcfb;
}
.course__category__card_2 .course__category__card_text .category__info li:first-child {
  list-style: none;
}
.course__category__card_2 .course__category__card_text .category__info li i {
  margin-right: 8px;
}
.course__category__card_2:hover .course__category__card_text {
  bottom: 0;
  transition: all 0.5s ease;
}
.course__category__card_2:hover .course__category__card_text .category_info_text {
  margin-bottom: 40px;
  transition: all 0.5s ease;
}
.course__category__card_2:hover .course__category__card_text .category__info {
  transition: all 0.5s ease;
  margin-bottom: 20px;
}

.courses-1 {
  background: url(../media/backgrounds/courses-1.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
}

.courses-2 {
  background: url(../media/backgrounds/courses-2.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
}

.course__card {
  position: relative;
  padding-top: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .course__card {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .course__card {
    padding-top: 16px;
  }
}
.course__card .course__card__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .course__card .course__card__icon {
    width: 55px;
  }
}
@media (max-width: 767px) {
  .course__card .course__card__icon {
    width: 55px;
  }
}
.course__card:hover .course__card__icon {
  transform: rotate(10deg);
  transition: all 0.5s ease;
}
.course__card .course__card__content {
  margin: 0px 0 0 52px;
  position: relative;
  z-index: 5;
  background-color: #fefcfb;
  border-radius: 10px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1199px) and (max-width: 1400px) {
  .course__card .course__card__content {
    margin-left: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .course__card .course__card__content {
    flex-direction: column;
    margin-left: 26px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .course__card .course__card__content {
    flex-direction: column;
    margin-left: 26px;
    padding-right: 16px;
  }
}
.course__card .course__card__content .left__block {
  position: relative;
  width: 100%;
  padding: 20px 0 39px 82px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .course__card .course__card__content .left__block {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .course__card .course__card__content .left__block {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .course__card .course__card__content .left__block {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
.course__card .course__card__content .left__block .course_tag {
  position: absolute;
  right: 8px;
  top: 32px;
}
@media (max-width: 360px) {
  .course__card .course__card__content .left__block .course_tag {
    display: none;
  }
}
.course__card .course__card__content .left__block .course_info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.course__card .course__card__content .left__block .course_info li {
  color: #7a8582;
  margin-left: 12px;
}
.course__card .course__card__content .left__block .course_info li:first-child {
  list-style: none;
  margin-left: 0;
}
.course__card .course__card__content .left__block .course_info li i {
  color: #006cb5;
  margin-right: 8px;
}
.course__card .course__card__content .left__block .author_card {
  position: relative;
}
.course__card .course__card__content .left__block .author_card .author_img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid #006cb5;
}
@media (max-width: 767px) {
  .course__card .course__card__content .left__block .author_card .author_img {
    width: 50px;
  }
}
.course__card .course__card__content .left__block .author_card .author_text_block {
  margin-left: 22px;
  padding: 12px 24px 12px 64px;
  border-radius: 15px;
  max-width: 260px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
}
@media (max-width: 767px) {
  .course__card .course__card__content .left__block .author_card .author_text_block {
    width: fit-content;
    padding: 8px 16px 8px 40px;
  }
}
.course__card .course__card__content .right__block {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .course__card .course__card__content .right__block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .course__card .course__card__content .right__block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.course__card .course__card__content .right__block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 175px;
  width: 1px;
  background: #b7bdbb;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .course__card .course__card__content .right__block::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .course__card .course__card__content .right__block::before {
    display: none;
  }
}
.course__card .course__card__content .right__block .price_block {
  position: relative;
  width: 165px;
  height: 165px;
}
@media only screen and (min-width: 1199px) and (max-width: 1400px) {
  .course__card .course__card__content .right__block .price_block {
    width: 140px;
    height: 150px;
  }
}
.course__card .course__card__content .right__block .price_block .price_vector {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.course__card .course__card__content .right__block .price_block span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.course__card .course__card__content .bottom_vector {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 10px 0;
}

.course_detail .author_block_card {
  display: flex;
  align-items: center;
}
.course_detail .author_block_card .author_img {
  position: relative;
  z-index: 20;
  flex-shrink: 0;
}
.course_detail .author_block_card .author_img img {
  border: 3px solid #006cb5;
  border-radius: 50%;
  width: 74px;
  height: 74px;
}
.course_detail .author_block_card .author_detail {
  position: relative;
  z-index: 10;
  background: #fefcfb;
  width: 100%;
  padding: 12px 24px 12px 64px;
  margin-left: -50px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
}
.course_detail .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 24px;
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .course_detail .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.course_detail .info .info_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 1399px) {
  .course_detail .info .info_left {
    gap: 48px;
  }
}
@media (max-width: 1199px) {
  .course_detail .info .info_left {
    gap: 24px;
  }
}
.course_detail .info .info_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 64px;
  padding-left: 64px;
  margin-left: 64px;
  border-left: 1px solid #b7bdbb;
}
@media (max-width: 1399px) {
  .course_detail .info .info_right {
    gap: 48px;
    padding-left: 48px;
    margin-left: 48px;
  }
}
@media (max-width: 1199px) {
  .course_detail .info .info_right {
    gap: 24px;
    padding-left: 24px;
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .course_detail .info .info_right {
    padding-left: 0;
    margin-left: 0;
    border: none;
    justify-content: flex-start;
  }
}
.course_detail .nav-tabs {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px;
  border: none;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .course_detail .nav-tabs {
    flex-direction: row;
    gap: 24px;
  }
}
.course_detail .nav-tabs .nav-item .nav-link {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  transition: all 0.5s ease;
  border-radius: 0;
}
.course_detail .nav-tabs .nav-item .nav-link.active {
  border-left: 4px solid #006cb5;
  padding-left: 15px;
  color: #2a322d;
  transition: all 0.5s ease;
}
.course_detail .nav-tabs .nav-item .nav-link:hover {
  color: #006cb5;
  transition: all 0.5s ease;
}
.course_detail .tab-content .overview .points li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.course_detail .tab-content .overview .points li i {
  color: #fefcfb;
  background: #006cb5;
  padding: 4px;
  border-radius: 50%;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
}
.course_detail .tab-content .curriculum .curriculum_detail li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #b7bdbb;
}
.course_detail .tab-content .curriculum .curriculum_detail li .title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.course_detail .tab-content .curriculum .curriculum_detail li:last-child {
  border: none;
  padding-bottom: 0;
}
.course_detail .tab-content .reviews .review_block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.course_detail .tab-content .reviews .review_block img {
  border-radius: 15px;
}
.course_detail .tab-content .reviews .review_block span {
  display: flex;
  gap: 4px;
  font-size: 20px;
  color: #006cb5;
}
.course_detail .tab-content .instructor .instructor_block {
  display: flex;
  gap: 11px;
  align-items: center;
}
.course_detail .tab-content .instructor .instructor_block .instructor_img {
  flex-shrink: 0;
}
.course_detail .tab-content .instructor .instructor_block .instructor_img img {
  border: 3px solid #006cb5;
  border-radius: 50%;
  width: 74px;
  height: 74px;
}
.course_detail .tab-content .instructor .instructor_achievements {
  display: flex;
  align-items: center;
  gap: 30px;
}
.course_detail .tab-content .instructor .instructor_achievements li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.course_detail .tab-content .instructor .instructor_achievements li span,
.course_detail .tab-content .instructor .instructor_achievements li i {
  color: #006cb5;
}

.testimonials_text_block {
  padding: 74px 0 100px;
  position: relative;
}
.testimonials_text_block .quote_icon {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 80px;
}
@media (max-width: 575px) {
  .testimonials_text_block .quote_icon {
    width: 80px;
    height: 80px;
  }
}
.testimonials_text_block .vector_hol {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  right: 132px;
}
@media (max-width: 575px) {
  .testimonials_text_block .vector_hol {
    width: 64px;
    height: 60px;
  }
}
.testimonials_text_block .dots_group {
  position: absolute;
  z-index: 5;
  bottom: -20px;
  right: 60px;
  -webkit-animation: leftRight-2 4.5s linear 0s infinite alternate;
  animation: leftRight-2 4.5s linear 0s infinite alternate;
}
@media (max-width: 575px) {
  .testimonials_text_block .dots_group {
    width: 81px;
    height: 38px;
  }
}
.testimonials_text_block.st_2 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .testimonials_text_block.st_2 {
    padding: 70px 0px;
  }
}

.testimonials_slider_1_block {
  position: relative;
}
.testimonials_slider_1_block .bg_elements {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonials_slider_1_block .card-block {
  height: 442px;
  display: grid !important;
}
@media (max-width: 575px) {
  .testimonials_slider_1_block .card-block {
    height: auto;
    margin: 0 16px;
  }
}

.testimonial_card {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 665px;
  margin-left: auto;
}
@media (max-width: 575px) {
  .testimonial_card {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.testimonial_card .testimonial_card_img_block {
  position: relative;
  flex-shrink: 0;
  margin-left: 30px;
}
@media (max-width: 575px) {
  .testimonial_card .testimonial_card_img_block {
    margin: 24px 30px 16px 0px;
  }
}
.testimonial_card .testimonial_card_img_block .user_img {
  border-radius: 15px;
  flex-shrink: 0;
}
.testimonial_card .testimonial_card_img_block .quote_block {
  width: 145px;
  height: 145px;
  border-radius: 145px 0 15px 0;
  background: rgba(10, 166, 215, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial_card .testimonial_card_img_block .quote_mark {
  position: absolute;
  bottom: 30px;
  right: 16px;
  fill: #fefcfb;
  width: 78px;
  height: 64px;
}
.testimonial_card .testimonial_card_img_block::after {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #006cb5;
  border-radius: 15px;
  transition: all 500ms ease;
  z-index: -1;
}
@media (max-width: 575px) {
  .testimonial_card .testimonial_card_img_block::after {
    left: auto;
    top: auto;
    right: -10px;
    bottom: -10px;
  }
}
.testimonial_card:hover .testimonial_card_img_block::after {
  left: 0;
  top: 0;
}
.testimonial_card .testimonial_card_content_block {
  position: relative;
  padding: 24px 24px 64px 20px;
  background: #fefcfb;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 575px) {
  .testimonial_card .testimonial_card_content_block {
    padding: 24px 24px 48px;
    border-radius: 15px;
  }
}
.testimonial_card .testimonial_card_content_block .testimonial {
  position: relative;
  z-index: 5;
}
.testimonial_card .testimonial_card_content_block .testimonial span i {
  margin-right: 8px;
  color: #006cb5;
  font-size: 16px;
}
.testimonial_card .testimonial_card_content_block .testimonial .review_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.testimonial_card .testimonial_card_content_block .bottom_shape {
  height: 116px;
  width: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  border-radius: 0 0 15px 0;
}
@media (max-width: 575px) {
  .testimonial_card .testimonial_card_content_block .bottom_shape {
    height: 64px;
  }
}

.testimonial_card_2 {
  width: 277px;
  position: relative;
  z-index: 99;
  background: #fefcfb;
  border-radius: 15px;
  box-shadow:2px 1px 5px 0px rgb(165 166 167 / 25%), 9px 4px 10px 0px rgb(2 69 122 / 28%), 19px 10px 13px 0px rgb(191 191 191 / 30%), 35px 17px 15px 0px rgb(200 200 200 / 25%), 54px 27px 17px 0px rgb(2 69 122 / 0%);
  z-index: 10;
  padding: 10px 10px 30px;
  transition: all 0.5s ease;
}
@media (max-width: 575px) {
  .testimonial_card_2 {
    padding: 24px 16px 120px;
  }
}
.testimonial_card_2 .quote_block {
    width: 135px;
    height: 110px;
    border-radius: 145px 0 15px 0;
    background: rgba(10, 166, 215, 0.3);
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 575px) {
  .testimonial_card_2 .quote_block {
    width: 120px;
    height: 120px;
    border-radius: 120px 0 15px 0;
  }
}
.testimonial_card_2 .quote_mark {
  position: absolute;
  bottom: 30px;
  right: 16px;
  fill: #fefcfb;
  width: 78px;
  height: 64px;
}
@media (max-width: 575px) {
  .testimonial_card_2 .quote_mark {
    width: 58.5px;
    height: 48px;
  }
}
.testimonial_card_2 .testimonial_card_img_block {
  position: relative;
  margin: 0 auto;
  text-align: center;
  height: 115px;
}
.testimonial_card_2 .testimonial_card_img_block .user_img {
  width: 83px;
  height: 83px;
  border-radius: 83px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  transform: translate(-50%, -38%);
}
.testimonial_card_2 .testimonial_card_img_block .bg_vector {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0%);
}
.testimonial_card_2 .testimonial {
  text-align: center;
  margin-top: 24px;
}
.testimonial_card_2 .testimonial h4 {
  font-size: 22.462px;
}
.testimonial_card_2 .testimonial span i {
  margin-right: 8px;
  color: #006cb5;
  font-size: 16px;
}
.testimonial_card_2 .testimonial .review_text {
  font-size: 14px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.testimonial_card_2.slick-center {
  transform: scale(1.3, 1.2);
  z-index: 99;
}
@media (max-width: 450px) {
  .testimonial_card_2.slick-center {
    transform: scale(1, 1);
    margin: 0 16px;
  }
}

.testimonials_slider_2 .slick-track {
  padding: 70px 0;
}

.discount_banner {
  background: url(../media/backgrounds/coming-soon-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .discount_banner {
    background-position: right;
  }
}
.discount_banner .banner_text_block {
  height: 600px;
  display: grid;
  align-content: center;
}
@media (max-width: 992px) {
  .discount_banner .banner_text_block {
    height: auto;
    padding: 70px 0 0;
  }
}
.discount_banner .banner_text_block .title_block {
  position: relative;
}
.discount_banner .banner_text_block .title_block .mic_speaker {
  position: absolute;
  right: 0;
  top: -30px;
}
.discount_banner .banner_text_block .title_block .title span {
  position: relative;
}
.discount_banner .banner_text_block .title_block .title span .line_shape {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: calc(100% - 25px);
  margin-left: 10px;
  -webkit-animation: title-animation 5s linear 0s infinite;
  animation: title-animation 5s linear 0s infinite;
}
.discount_banner .banner_text_block .title_block .title span .mic_speaker {
  position: absolute;
  right: -120px;
  top: -78px;
  -webkit-animation: animation-popup-1 1.2s linear 0s infinite alternate;
  animation: animation-popup-1 1.2s linear 0s infinite alternate;
}
.discount_banner .discount_countdown {
  position: relative;
  height: 600px;
  display: grid;
  align-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .discount_banner .discount_countdown {
    height: 300px;
  }
}
.discount_banner .discount_countdown .dial {
  background: url(../media/shapes/exclude.png);
  position: absolute;
  right: 31px;
  top: 0;
  width: 512px;
  height: 100%;
}
@media (max-width: 992px) {
  .discount_banner .discount_countdown .dial {
    display: none;
  }
}
.discount_banner .discount_countdown .dial .top-remain {
  display: flex;
  padding-top: 32px;
  justify-content: end;
  gap: 64px;
  flex-direction: column;
}
.discount_banner .discount_countdown .dial .top-remain li {
  list-style: none;
  text-align: right;
  color: #fefcfb;
  font-size: 32px;
  margin-bottom: 0;
}
.discount_banner .discount_countdown .dial .top-remain li:nth-child(1) {
  opacity: 0.3;
  padding-right: 28%;
  font-size: 24px;
}
.discount_banner .discount_countdown .dial .top-remain li:nth-child(2) {
  opacity: 0.6;
  font-size: 28px;
  padding-right: 17%;
}
.discount_banner .discount_countdown .dial .top-remain li:nth-child(3) {
  opacity: 0.8;
  padding-right: 8%;
}
.discount_banner .discount_countdown .dial .top-coming {
  display: flex;
  padding-top: 122px;
  justify-content: end;
  gap: 64px;
  flex-direction: column;
}
.discount_banner .discount_countdown .dial .top-coming li {
  list-style: none;
  text-align: right;
  color: #fefcfb;
  font-size: 28px;
  margin-bottom: 0;
}
.discount_banner .discount_countdown .dial .top-coming li:nth-child(1) {
  opacity: 0.8;
  padding-right: 8%;
}
.discount_banner .discount_countdown .dial .top-coming li:nth-child(2) {
  opacity: 0.6;
  font-size: 28px;
  padding-right: 17%;
}
.discount_banner .discount_countdown .dial .top-coming li:nth-child(3) {
  opacity: 0.3;
  padding-right: 28%;
  font-size: 24px;
}
.discount_banner .discount_countdown .paint_shape {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .discount_banner .discount_countdown .paint_shape {
    width: 345px;
    height: 255px;
  }
}
.discount_banner .discount_countdown .exclude {
  position: absolute;
  right: 45px;
  top: 0;
  animation: rotating 60s infinite linear;
}
.discount_banner .discount_countdown .countdown {
  position: relative;
  z-index: 45;
  justify-content: end;
  align-content: center;
}
.discount_banner .discount_countdown .countdown li:last-child h2 {
  position: relative;
  z-index: 9;
}
.discount_banner .discount_countdown .countdown li:last-child h2 span {
  position: relative;
  z-index: 999;
  width: 80px;
  text-align: center;
  color: #fefcfb;
  padding: 0 0 0 23px;
}
@media (max-width: 992px) {
  .discount_banner .discount_countdown .countdown li:last-child h2 span {
    width: auto;
    color: #2a322d;
  }
}
@media (max-width: 1399px) {
  .discount_banner .discount_countdown .countdown li:last-child h2 span {
    padding-left: 14px;
  }
}
@media (max-width: 992px) {
  .discount_banner .discount_countdown .countdown li:last-child h2 span {
    padding-left: 0px;
  }
}

.contact_banner {
  background: url(../media/backgrounds/banner-bg.png) no-repeat;
  background-size: cover;
  height: 344px;
  display: grid;
  justify-content: center;
  text-align: center;
  align-content: center;
  padding: 57px 24px 64px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact_banner {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .contact_banner {
    height: 500px;
  }
}
.contact_banner .phone_number {
  width: 316px;
  text-align: center;
  padding: 12px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  color: #006cb5;
  background-color: #fefcfb;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .contact_banner .phone_number {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .contact_banner .phone_number {
    width: auto;
  }
}
.contact_banner .icons img {
  position: absolute;
}
.contact_banner .icons img:nth-child(1) {
  top: 4px;
  left: 127px;
  width: 80.653px;
  height: 37.067px;
  z-index: 5;
  -webkit-animation: leftRight-2 4.5s linear 0s infinite alternate;
  animation: leftRight-2 4.5s linear 0s infinite alternate;
  opacity: 0.4;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(1) {
    left: 77px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(1) {
    left: 27px;
  }
}
.contact_banner .icons img:nth-child(2) {
  top: 20px;
  left: 111px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(2) {
    left: 61px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(2) {
    left: 11px;
  }
}
@media (max-width: 767px) {
  .contact_banner .icons img:nth-child(2) {
    display: none;
  }
}
.contact_banner .icons img:nth-child(3) {
  top: 3px;
  left: 148px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(3) {
    left: 98px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(3) {
    left: 48px;
  }
}
@media (max-width: 767px) {
  .contact_banner .icons img:nth-child(3) {
    left: 18px;
  }
}
.contact_banner .icons img:nth-child(4) {
  bottom: 53px;
  left: 221px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(4) {
    left: 171px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(4) {
    left: 71px;
  }
}
@media (max-width: 767px) {
  .contact_banner .icons img:nth-child(4) {
    display: none;
  }
}
.contact_banner .icons img:nth-child(5) {
  bottom: -20px;
  left: 460px;
  z-index: 5;
  -webkit-animation: leftRight-1 4.5s linear 0s infinite alternate;
  animation: leftRight-1 4.5s linear 0s infinite alternate;
  opacity: 0.4;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(5) {
    left: 310px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(5) {
    left: 210px;
  }
}
@media (max-width: 767px) {
  .contact_banner .icons img:nth-child(5) {
    left: 50px;
  }
}
.contact_banner .icons img:nth-child(6) {
  top: 21px;
  right: 168px;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(6) {
    right: 118px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(6) {
    right: 68px;
  }
}
@media (max-width: 767px) {
  .contact_banner .icons img:nth-child(6) {
    right: 18px;
    width: 50px;
  }
}
.contact_banner .icons img:nth-child(7) {
  bottom: 38px;
  z-index: 10;
  right: 111px;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(7) {
    right: 61px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(7) {
    right: 11px;
  }
}
.contact_banner .icons img:nth-child(8) {
  bottom: -70px;
  right: 132px;
  z-index: 5;
  -webkit-animation: animation-popup-1 4s linear 0s infinite alternate;
  animation: animation-popup-1 4s linear 0s infinite alternate;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(8) {
    right: 62px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(8) {
    bottom: 0px;
    width: 140px;
    height: 140px;
  }
}
.contact_banner .icons img:nth-child(9) {
  bottom: 26px;
  right: 198px;
  z-index: 15;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .contact_banner .icons img:nth-child(9) {
    right: 148px;
  }
}
@media (max-width: 991px) {
  .contact_banner .icons img:nth-child(9) {
    right: 90px;
  }
}

.contact_links .contact_link_block {
  width: 100%;
  position: relative;
  padding: 12px;
  padding-left: 72px;
  border-radius: 25px 15px 15px 25px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  background-color: #fefcfb;
  margin:0 0 30px !important;
  transition: all 0.5s ease;
}
.contact_links .contact_link_block .icon {
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 10;
  background-color: #fefcfb;
  border-radius: 50%;
  border: 3.2px solid rgba(10, 166, 215, 0.2);
  display: grid;
  align-content: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  box-shadow: 1.28px 0.64px 3.2px 0px rgba(2, 69, 122, 0.04), 5.76px 2.56px 6.4px 0px rgba(2, 69, 122, 0.03), 12.16px 6.4px 8.32px 0px rgba(2, 69, 122, 0.02), 22.4px 10.88px 9.6px 0px rgba(2, 69, 122, 0.01), 34.56px 17.28px 10.88px 0px rgba(2, 69, 122, 0);
}
.contact_links .contact_link_block .icon i {
  color: #006cb5;
  transition: all 0.5s ease;
  font-size: 24px;
}
.contact_links .contact_link_block span {
  color: #7a8582;
  transition: all 0.5s ease;
}
.contact_links .contact_link_block:hover {
  transition: all 0.5s ease;
}
.contact_links .contact_link_block:hover .icon i {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.contact_links .contact_link_block:hover span {
  transition: all 0.5s ease;
  color: #006cb5;
}

.news_letter_banner {
  padding: 50px 16px 105px;
  background: url(../media/backgrounds/banner-bg-2.png) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 15px;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
}
.news_letter_banner .icon {
  width: 100px;
  height: 100px;
  border: 5px solid rgba(254, 252, 251, 0.5);
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
  border-radius: 100px;
  margin: 0 auto;
  margin-bottom: 24px;
  display: grid;
  justify-content: center;
  align-content: center;
}
.news_letter_banner .icon i {
  color: #fefcfb;
  font-size: 40px;
}
.news_letter_banner .newsletter {
  width: auto;
}
.news_letter_banner .newsletter input {
  color: #fefcfb;
  border-color: #fefcfb;
  padding: 9px 12px;
}
.news_letter_banner .newsletter input:focus {
  border-color: #fefcfb;
  color: #fefcfb;
}
.news_letter_banner .newsletter input::placeholder {
  color: #fefcfb;
}
.news_letter_banner .shapes img {
  position: absolute;
}
.news_letter_banner .shapes img:nth-child(1) {
  top: 47px;
  left: 44px;
  width: 80.653px;
  height: 37.067px;
  opacity: 0.4;
  z-index: 10;
  -webkit-animation: leftRight-1 4.5s linear 0s infinite alternate;
  animation: leftRight-1 4.5s linear 0s infinite alternate;
}
.news_letter_banner .shapes img:nth-child(2) {
  top: 63px;
  left: 28px;
  opacity: 0.5;
  z-index: 5;
}
.news_letter_banner .shapes img:nth-child(3) {
  top: 24px;
  right: 16px;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.news_letter_banner .shapes img:nth-child(4) {
  left: 84px;
  bottom: 181px;
  z-index: 20;
}
.news_letter_banner .shapes img:nth-child(5) {
  left: 19px;
  bottom: 74px;
  z-index: 10;
}
.news_letter_banner .shapes img:nth-child(6) {
  left: 16px;
  bottom: 32px;
  z-index: 5;
  -webkit-animation: animation-popup-1 4s linear 0s infinite alternate;
  animation: animation-popup-1 4s linear 0s infinite alternate;
}
.news_letter_banner .shapes img:nth-child(7) {
  right: 80px;
  bottom: 45px;
  opacity: 0.4;
  -webkit-animation: leftRight-1 4.5s linear 0s infinite alternate;
  animation: leftRight-1 4.5s linear 0s infinite alternate;
}
.news_letter_banner .shapes img:nth-child(8) {
  right: -30px;
  bottom: 146px;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.news_letter_banner .shapes img:nth-child(9) {
  right: 73px;
  bottom: 130px;
  z-index: 40;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.faq .faq-block {
  padding: 24px;
  padding-right: 48px;
  margin-bottom: 24px;
  border-radius: 10px;
  background: #fefcfb;
  box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
}
.faq .faq-block .accordion-button {
  margin: 0;
  position: relative;
  padding: 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .faq .faq-block .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq .faq-block .accordion-button {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .faq .faq-block .accordion-button {
    font-size: 18px;
  }
}
.faq .faq-block .accordion-button.collapsed {
  border-radius: 0px;
  padding: 0;
  background: none;
  margin: 0;
}
.faq .faq-block .accordion-button.collapsed::after {
  background-image: none !important;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.faq .faq-block .accordion-button:not(.collapsed) {
  color: #2a322d;
  background: transparent;
  border: none;
  box-shadow: none;
}
.faq .faq-block .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faq .faq-block .accordion-button::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  background-image: none !important;
  position: absolute;
  right: -24px;
  font-weight: 300;
  color: #006cb5;
  font-size: 30px;
  cursor: pointer;
}
.faq .faq-block .accordion-collapse p {
  margin: 16px 0 0;
}

.benefits {
  position: relative;
  background: url(../media/backgrounds/benefits-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}


.design-btn{
    text-align:center;
    margin-bottom:35px;
}
.educate-btn-3{
    background-color: #00a04a;
    border-radius: 42px;
    text-decoration: none;
    position: relative;
    width: 330px;
    margin: 0px auto;
    box-shadow: 10px 10px 10px #c9c9c9;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 20px;
}
.pwd-show{
    position: relative;
}
.pwd-show i{
    position: absolute;
    right: 15px;
    bottom: 40px;
}
.cusrd-rws{
    padding-top:20px;
}
.kail{
    color: #00a04a;
    font-weight: 500;
}
.del-price{
    color:#9d9d9d;
}
.special-button {
    background-color: #00a04a;
    border-radius: 12px;
    text-decoration: none;
    position: relative;
    width: 510px;
    margin: 0px auto;
    box-shadow: 10px 10px 10px #c9c9c9;
}
.special-button h6{
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    width: 55%;
    position: relative;
    top: -13px;
}
.special-button .regular-price {
    background-color: #fff;
    color: #333;
    font-weight: 700;
    padding: 15px 8px;
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 35%;
    right: -19px;
    border-radius: 0px 12px 12px 0px;
    top: 0px;
}
.regular-price:before {
    left: -10px;
    border-color: transparent #ffffff;
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 90px 10px 0 0;
    top: 0px;
}

@media (max-width: 992px) {
  .benefits {
    background-position: left bottom;
  }
}
.benefits .heading_block {
  margin-bottom: 55px;
}
.benefits .card_block:nth-child(2) {
  margin-top: -40px;
}
.benefits .card_block:nth-child(3) {
  margin-top: -80px;
}
.benefits .card_block:nth-child(4) {
  margin-top: -120px;
}
.benefits .card_block:nth-child(5) {
  margin-top: -160px;
}
@media (max-width: 992px) {
  .benefits .card_block:nth-child(odd) {
    margin-top: 0;
  }
  .benefits .card_block:nth-child(even) {
    margin-top: -40px;
  }
}
@media (max-width: 575px) {
  .benefits .card_block:nth-child(even) {
    margin-top: 0px;
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes leftRight-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
}
@keyframes leftRight-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
}
@-webkit-keyframes leftRight-2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}
@keyframes leftRight-2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}
@-webkit-keyframes animation-popup-1 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animation-popup-1 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes title-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes title-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotating2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes animation-upDown-2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes animation-upDown-2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes shadows2 {
  0% {
    box-shadow: 0 0 0 0 rgba(10, 166, 215, 0.09), 0 0 0 30px rgba(10, 166, 215, 0.09), 0 0 0 50px rgba(10, 166, 215, 0.09);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(10, 166, 215, 0.09), 0 0 0 50px rgba(10, 166, 215, 0.09), 0 0 0 70px rgba(10, 166, 215, 0);
  }
}




.tf-page-cart-checkout{
    padding: 30px;
    background-color: var(--bg-11);
    border-radius: 2.5px;
    .shipping-calculator{
        padding-bottom: 18px;
        border-bottom: 1px solid var(--line);
        .shipping-calculator-title{
            font-size: 16px;
            font-weight: 600;
            line-height: 19.2px;
        }
        .shipping-calculator_accordion-icon{
            width: 20px;
            height: 20px;
            flex: 0 0 auto;
            margin-inline-start: 5px;
            position: relative;
            &::after,&::before{
                position: absolute;
                content: "";
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) rotate(-90deg);
                background-color: currentColor;
                transition: transform .35s ease-in-out, opacity .35s ease-in-out;
                width: 12px;
                height: 2px;
                opacity: 1;
                border-radius: 9999px;
            }
            &::after{
                height: 12px;
                width: 2px;
            }
        }
        .accordion-shipping-header{
            &:not(.collapsed){
                .shipping-calculator_accordion-icon{
                    &::after,&::before{
                        transform: translate(-50%, -50%) rotate(90deg);
                    }
                    &::before{
                        opacity: 0;
    
                    }
                }
            }
        }
        .accordion-shipping-content{
            margin-top: 20px;
            .tf-select{
                height: 50px;
            }
            .field{
                margin-bottom: 15px;
                .label{
                    margin-bottom: 8px;
                    font-weight: 400;
                }
                .tf-select,input {
                    border-color: transparent;

                }
            }
            .tf-btn{
                font-weight: 600;
                min-width: 199px;
            }
        }
        
    }
    .cart-checkbox{
        margin-top: 18px;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        .tf-check{
            width: 16px;
            height: 16px;
            border-color: var(--line);
            background-color: var(--white);
            border-radius: 999px;
            overflow: hidden;
            &:checked{
                border-color: var(--primary);
                background-color: var(--primary);
            }
            &::before{
                font-size: 6px;
            }
        }
        a{
            text-decoration: underline;
            text-underline-offset: 2px;
            font-weight: 600;
        }
    }
    .tf-cart-totals-discounts{
        margin-top: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        h3{
            font-size: 20px;
            line-height: 24px;
        }
        .total-value{
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
        }
    }
    .tf-cart-tax{
        margin-top: 18px;
        color: var(--text);
        a{
            color: rgba(0, 0, 0, 0.85);
            text-underline-offset: 3px;
            text-decoration-thickness: 1px;
            text-decoration-line: underline;
            transition: text-decoration-thickness 1s ease;
            &:hover{
                color: var(--main);
                text-decoration-thickness: 2px;

            }
        }
    }
    .cart-checkout-btn{
        margin-top: 18px;
        .tf-btn{
            font-weight: 400;
        }
    }
    .tf-page-cart_imgtrust{
        margin-top: 18px;
        p{
            margin-bottom: 10px;
        }
        .cart-list-social{
            @include flex(center, center);
            gap: 8px;
        }
    }
}
.tf-page-cart-note{
    label{
        margin-bottom: 20px;
        display: block;
    }
    
}
#cart-note{
    min-height: 126px;
    border: 1px solid var(--line);
    padding: 15px 20px;
    width: 100%;
    max-width: 460px;
    resize: none;
    border-radius: 3px;
    outline: none;
}


/* Preload 
------------------------------------------- */

.preload-wrapper{
    .preload-container{
        display: flex;
    }
}
.preload-container {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999999;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  
  
  
  }
 
  .spinner {
    width: 60px;
    height: 60px;
    border: 3px solid transparent;
    border-top: 3px solid var(--line);
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear;
  }
  
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
  
    to {
      transform: rotate(360deg);
    }
  }
  
  .flat-alert{
    margin-bottom: 10px;
    &.msg-success{
        font-weight: 500;
        color: var(--bs-success);
    }
    &.msg-error{
        font-weight: 500;
        color: var(--bs-danger);
    }
  }
  #subscribe-msg{
    color: var(--bs-success);
    .notification_ok{
        font-weight: 500;
        color: var(--bs-success);
        
    }
    .notification_error{
        font-weight: 500;
        color: var(--bs-danger);

    }
  }
  .flat-wrap-iconbox{
    padding: 51px 15px 85px;
}
.flat-wrap-countdown {
    &.countdown-black{
        color: var(--white);
        .heading,.description,.tf-btn{
            color: var(--white);

        }
        .tf-btn{
            &::after{
                background-color: var(--white);
            }
            &:hover{
                color: var(--primary);
                &::after{
                    background-color: var(--primary);
                }
            }
        }
        .countdown__item{
            border-color: var(--white);
        }
    }
}
.tf-flash-sale{
    border: 2px solid var(--primary);
    padding: 75px 20px 20px;
    border-radius: 10px;
    position: relative;
    .heading-flash-sale{
        position: absolute;
        left: 0;
        top: -4%;
        display: flex;
        align-items: center;
        gap: 10px;
        background-color: var(--white);
        padding: 4px 16px;
        margin-left: 15px;
        color: var(--primary);
        font-weight: 400;
        font-size: 22px;
        line-height: 26.4px;
    }
}
.wrap-mobile{
    .collection-item-v2 {
        .collection-content{
            inset: 7%;
        }
    }
}

// checkout
.form-checkout{
    .box{
        &:not(:last-child){
            margin-bottom: 15px;
        }
    }
    .grid-2{
        gap: 15px;
    }
    label{
        margin-bottom: 10px;
        position: relative;
        &::after{
            content: "*";
            position: absolute;
            color: var(--primary);
        }
    }
    .tf-select{
        height: 50px;
        color: var(--main);
    }
    .select-custom{
        &::after{
            right: 15px;
        }
    }
    input,textarea{
        color: var(--main);
        @include transition3;
        &:focus{
            border-color: var(--main);
        }
    }
}
.widget-wrap-checkout{
    display: grid;
    gap: 20px;
    background-color: #fbfbfc;
    border: 10px;
    .checkout-product-item{
        &:not(:last-child){
            margin-bottom: 15px;
        }
        @include flex(center,space-between);
        gap: 15px;
        .img-product{
            width: 64px;
            height: 64px;
            border: 1px solid var(--line);
            border-radius: 3px;
            position: relative;
            .quantity{
                position: absolute;
                right: -8px;
                top: -8px;
                width: 20px;
                height: 20px;
                border-radius: 999px;
                background-color: #666;
                color: var(--white);
                @include flex(center,center);
                font-size: 12px;
            }
            img{
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
        .content{
            flex-grow: 1;
            @include flex(center,space-between);
            .variant{
                font-size: 12px;
                line-height: 18px;
                color: var(--text);
            }
        }

    }
    .coupon-box{
        display: flex;
        gap: 10px;
        .tf-btn{
            flex-shrink: 0;
        }
    }

/*# sourceMappingURL=app.css.map */
