:root {
  --primary-color: #8f50a2;
  --secondary-color: #643272;
  --third-color:#d398b9;
  --forth-color: #fb246a;
  --fifth-color: #1b0b20;
}

.nav-secondary-color{
  color: var(--secondary-color) !important;
}

.footer-bg {
    background: #1b0c20;
}

#scrollUp {
    background: var(--third-color);
} 

.preloader {
    .preloader-circle {
        border-top-color: var(--primary-color);
    }
}

.section-tittle {
    span{
        color: var(--secondary-color);
    }
}

.apply-process-area{
    .single-process{
        background: #230556;
    }
}

.testimonial-area {
  .dot-style {
    .slick-dots {
      .slick-active {
        button {
          background: var(--primary-color);
        }
      }
    }
  }
}

.border-btn2 {
    border: 1px solid var(--third-color);
    color: var(--third-color);
    &::before{
        background: var(--third-color);
    }
}

.job-listing-area {
  .count-job {
    .select-job-items {
      .nice-select {
        width: auto;
      }
    }
  }
}

.job-category-listing {
  .single-listing {
    .select-Categories {
      .container {
        input:checked ~ .checkmark {
          background-color: #642d72;
          border: 2px solid transparent;
        }
      }
    }
  }
}

.single-job-items {
    width: 100%;
    &:hover{
        box-shadow: 0px 0px 10px 2px #ccc;
    }
    .job-items{
        .job-tittle{
            a{
                h4{
                    &:hover {
                        color: var(--secondary-color);
                    }
                }
            }
        }
    }
    .items-link {
        a{
            color: var(--secondary-color);
            border: 1px solid var(--secondary-color);
            &:hover {
                background: var(--secondary-color);
                border: 1px solid var(--secondary-color);  
                color: #FFF;
            } 
        }
    }
}


.support-company-area {
  .support-location-img {
    .support-img-cap {
      background: var(--fifth-color);
    }
  }
}

.section-overly {
    &::before{
        background-color: rgb(56 23 66 / 72%);
    }
}    

.home-blog-area {
  .home-blog-single {
    .blog-img-cap {
      .blog-img {
        .blog-date {
          background: var(--primary-color);
        }
      }
    }
  }
}

.our-services {
  .single-services {
    border: 1px solid #642d722b;
    &:hover {
      .services-ion {
        span {
          color: var(--primary-color);
        }
      }
      .services-cap{
        h5{
            a{
                color: var(--primary-color);
            }
        }
        span{
            color: var(--primary-color);
        }
      }
    }
  }
}


.btn {
    background: var(--secondary-color);
    
    &:hover {
        background: var(--secondary-color);
    }

    &::before {
        background: var(--third-color);
    }
}   

.head-btn1{
  border-radius:40px;
}

.head-btn2 {
    background: none !important;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius:40px;
    
    &:hover{
       background: var(--secondary-color) !important; 
    }

    &::before {
        background: var(--third-color);
    }
}

.header-area {
  .main-menu {
    ul {
      li {
        &:hover {
          > a {
            color: var(--third-color);
          }
        }
      }
      li.active{
        a{
          color: var(--primary-color);
        }
      }

      ul.submenu {
        border-top: 5px solid var(--third-color);
        li {
            &:hover {
            > a {
                color: var(--third-color);
            }
            }
        }
      }
    }
  }
}

form.search-box {
  .search-form {
    a {
      width: 100%;
      height: 70px;
      background: var(--secondary-color);
    }
  }
}

.contact_form{
  .form-group{
      label{
        color: red;
      }
  }
}

.breadcrumb {
    background-color: transparent;
      .breadcrumb-item{
          & + .breadcrumb-item::before {
            display: inline-block;
            padding-right: .5rem;
            color: #ffffff;
            content: "/";
          }

          &::before {
            color: #fff;
          }
        a{

        }
    }
}

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color) ; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b360ff; 
}

.sticky-bar {
  z-index: 1023;
}

.navbar_item{
  a{
    color: #252b60;
    border: 1px solid #252b60;
  }
  .dropdown-menu{
    a{
        border: none;
        background-color: #fff;
        color: black !important;
        &:hover{
          background-color: #cccccc;
        }
    }
  }
}

.btn-info {
    padding: 12px;
    color: #8f50a2;
    background-color: #fff;
    font-weight: 900;
}

.job-category-listing {
  .single-listing {
    .select-job-items2{ 
      .nice-select {
        margin-bottom: 20px;
      }
    } 
  }
}     

.job-category-listing .single-listing .select-job-items2 .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0;
    position: absolute;
    overflow-y: scroll;
    height: 200px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #ced4da;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 26px;
    outline: none;
    padding-left: 18px;
    padding-right: 26px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.rounded-lg{
  border-radius: 40px;
}

.parsley-errors-list {
    margin: 10px 0 3px;
}
.line-height-14{
  line-height: 1.4;
}
.line-height-15{
  line-height: 1.5;
}
.line-height-16{
  line-height: 1.6;
}
.line-height-17{
  line-height: 1.7;
}
.line-height-18{
  line-height: 1.8;
}


#loading_response {
    display: inline-block;
    width: 200px;
    height: 200px;
    position: fixed;
    z-index: 99999999;
    text-align: center;
    align-content: space-between;
    /* left: 50%; */
    top: 0%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
}

#loading_response:after {
    content: " ";
    display: inline-block;
    width: 180px;
    height: 180px;
    align-items: center;
    position: relative;
    margin: 15% 0;
    border-radius: 50%;
    border: 5px solid #cef;
    border-color: #cef transparent #cef transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

#loading_response .textloading {
    width: 100%;
    position: fixed;
    z-index: 999999999999;
    font-size: 35px;
    text-align: center;
    color: rgb(204 238 255 / 0.6);
    margin-top: 10%;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}