*a:hover {
    text-decoration: none !important;

  }

  :root {
    --color1: #5E2C6B;
    --color2: #D11E61;
    --color3: #FEE0EC;
    --bg1: #F8F9FA;
    

   

}

  .main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 150px 0px 120px 0px;
    position: relative;
    overflow: hidden;
    background-color: var(--color1);
  }

  /* .main-banner:after {
    content: '';
    background-image: url(../assets/img/baner-dec-left.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 100px;
    width: 193px;
    height: 467px;
  }

  .main-banner:before {
    content: '';
    background-image: url(../assets/img/baner-dec-right.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 100px;
    width: 98px;
    height: 290px;
  } */

  .main-banner .left-content {
    margin-right: 45px;
  }

  /* .main-banner .left-content h6 {
      text-transform: uppercase;
      font-size: 18px;
      color: #5E2C6B;
      margin-bottom: 15px;
    } */
  .main-banner .left-content h2 {
    font-size: 40px;
    font-weight: 600;
    color: white;
    line-height: 72px;
  }

  .main-banner .left-content h2 em {
    color: white;
    font-style: normal;
  }

  .main-banner .left-content h2 span {
    color: white;
  }

  .main-banner .left-content p {
    margin: 20px 0px;
    color: white;
  }

  .main-banner .left-content form {
    margin-top: 30px;
    width: 470px;
    height: 66px;
    position: relative;
  }

  .main-banner .left-content form button {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    background-color: var(--color1);
    font-size: 15px;
    font-weight: 500;
    color: white;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    outline: none;
    border: none;
  }
.page-footer a{
  color: white !important;
}
.want_job{
  padding-bottom: 0px !important;
}
  .main-banner .left-content form input {
    border: 1px solid black !important;
    width: 470px;
    height: 66px;
    background-color: white;
    border-radius: 33px;
    border: none;
    outline: none;
    padding: 0px 25px;
    color: black;
    letter-spacing: 0.25px;
    font-size: 15px;
    font-weight: 300;
  }

  .main-banner .left-content form input::placeholder {
    color: black;
    font-weight: 500;
  }

  .job_category {
    padding-bottom: 25px !important;
  }
  @media (max-width: 1645px) {
    form#contact .contact-dec {
      display: none;
    }
  }

  @media (max-width: 992px) {
    .main-banner {
      padding-top: 50px;
    }

    .main-banner .left-content {
      margin-right: 0px;
      text-align: center;
      margin-bottom: 45px;
    }

    .main-banner:after {
      top: 76px;
      z-index: -1;
    }

    .main-banner .left-content form,
    .main-banner .left-content form input {
      width: 100% !important;
    }
  }

  /* main banner End  */

  /* category  */
  #about {
    /* margin-top: 120px; */
  }

  .job_category .services a {
    text-decoration: none !important;
  }

  .job_category {
    /* background-image: url(..//assets/img/about-bg.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 140px 0px 120px 0px;
    background-color: rgb(255, 235, 236, 0.3);
  }

  .job_category .left-image {
    margin-right: 45px;
  }

  .job_category .services .item {
    margin-bottom: 30px;
    border: 1px solid rgb(94, 44, 107, 0.5);
    padding: 10px;
    width: 365px;
    height: 120px;
  }

  .job_category .services .item .icon {
    float: left;
    margin-right: 25px;
  }

  .job_category .services .item .icon img {
    max-width: 70px;
  }

  .job_category .services .item h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .job_category .services .item p {
    color: #2a2a2a;
  }

  .btn_category {
    border: 1px solid var(--color1);
    background-color: white;
    padding: 7px 15px;
    border-radius: 30px;
  }

  .btn_category:hover {
    background-color: var(--color1);
    color: white;
  }

  @media (max-width: 992px) {

    .job_category {
      position: relative;
      background-image: none;
      padding: 0px;
    }

    .job_category .left-image {
      margin-right: 0px;
      /* position: absolute; */
      bottom: -220px;
      right: 0;
    }

    .job_category .services {
      text-align: center;
    }

    .job_category .services .item {
      /* background: rgb(33, 130, 196); */
      /* background: linear-gradient(105deg, rgba(33, 130, 196, 1) 0%, rgba(33, 130, 109, 1) 100%); */

      background: var(--color2);
      background: linear-gradient(105deg, rgba(215, 73, 127, 1) 0%, rgba(215, 73, 90, 1) 100%);
      padding: 30px;
      border-radius: 20px;
      display: inline-block;
    }

    .job_category .services .item .right-text {
      text-align: left;
    }
  }

  @media (max-width: 767px) {
    .job_category .left-image {
      bottom: -280px;
    }

    .section-heading {
      padding-top: 50px;
    }
  }

  /* category header  */
  .section-heading {
    position: relative;
    z-index: 1;
    /* margin-bottom: 5rem; */
  }

  .section-heading h6 {
    text-transform: capitalize;
    border-radius: 6px;
    padding: .5rem 1rem;
    display: inline-block;
    border: 0 !important;
  }

  .section-heading h3 {
    /* margin-bottom: 1rem; */
    font-size: 3.125rem;
    letter-spacing: -1px;
    color: #151e2e;
    font-weight: 600;
  }

  .section-heading .line {
    width: 120px;
    height: 5px;
    margin: 30px auto 0 !important;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background: linear-gradient(to right, #e24997, #2d2ed4);
  }

  /* How We Work  */
  .main-features-area {
    position: relative;
    z-index: 1;
  }

  .section-padding-130 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-gray {
    background-color: #fff;
  }

  /* .section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 5rem;
  } */

  .section-heading h6 {
    text-transform: capitalize;
    border-radius: 6px;
    padding: .5rem 1rem;
    display: inline-block;
    border: 0 !important;
  }

  .section-heading h3 {
    margin-bottom: 1rem;
    font-size: 3.125rem;
    letter-spacing: -1px;
    color: #151e2e;
    font-weight: 600;
  }

  .section-heading h3 span {
    color:  var(--color1);
  }

  .section-heading .line {
    width: 120px;
    height: 5px;
    margin: 30px auto 0;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background: linear-gradient(to right, #e24997, #2d2ed4);
  }

  .single-benifits {
    position: relative;
    z-index: 1;
  }

 .icon-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
    font-size: 2.25rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-right: 1.5rem;
    background-color:  var(--color1);
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-top: 2px;
  }

  .search_now {
    background-color:  var(--color1);
    color: #fff;
  }

  /* .bg-danger {
    background-color: #f4284a !important;
  } */

  .single-benifits .icon-box i {
    line-height: 80px;
  }

  .single-benifits .single-benifits-text h5 {
    color: #151e2e;
  }

  .single-benifits p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.65);
  }

  img {
    height: auto;
    max-width: 100%;
  }

  /* how we work  */
  @media (min-width: 992px) {
    .section {
      padding-top: 100px ;
      padding-bottom: 50px;
    }
  }

  .section {
    /* background-color: rgb(255, 235, 236, 0.3); */
  }

  .lead {
    font-size: 1.1rem;
    font-weight: 400;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .list-type-02 {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .list-type-02 li {
    position: relative;
    padding: 9px 0 9px 35px;
  }

  .list-type-02 li:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 8px;
    left: 0;
    color:  var(--color1);
    background: rgba(33, 130, 196, 0.2);
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
  }



  /* mobile app */
  about-app-area {
    position: relative;
    z-index: 1;
  }

  .section-padding-130-0 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-image {
    display: block;
    position: relative;
    z-index: 1;
  }

  .about-image .circle-shape {
    position: absolute;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: rgba(33, 130, 196, 0.2);
    bottom: -3rem;
    left: -3rem;
    z-index: -10;
  }

  img {
    height: auto;
    max-width: 100%;
  }

  .about-image .small-thumb {
    bottom: 0;
    height: auto;
    left: 170px;
    position: absolute;
    width: auto;
    z-index: -5;
  }

  .section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 5rem;
  }

  .section-heading h3 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    letter-spacing: -1px;
    color: #151e2e;
    font-weight: 600;
  }

  .section-heading .line {
    width: 120px;
    height: 5px;
    /* margin: 30px auto 0; */
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background: linear-gradient(to right, #e24997, #2d2ed4);
  }



  .contact-form {
    background-color: #5E2C6B;
    padding: 50px 0px;
  }

  /* upload resume  */

  @media (min-width: 992px) {
    .img-lg-120 {
      max-width: 120%;
    }
  }

  @media (min-width: 992px) {
    .float-lg-end {
      float: right !important;
    }
  }

  .pb-3 {
    padding-bottom: 1rem !important;
  }

  .lead {
    font-size: 1.1rem;
    font-weight: 400;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .media {
    display: flex;
  }

  .mb-4 {
    margin-bottom: 1.5rem !important;
  }

  .icon-primary {
    color: #ffffff;
    background-color:  var(--color1);
  }

  .icon-sm {
    width: 2rem;
    height: 2rem;
  }

  .media .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.375rem;
    width: 2rem;
    height: 2rem;
    margin-right: 10px;
  }

  .rounded-circle {
    border-radius: 50% !important;
  }

  .icon-sm svg,
  .icon-sm i {
    font-size: .75rem;
  }

  /* post job */

  /* find latest job  */
  .search_now{
    border: 1px solid #5E2C6B !important;
  }

  /* end  */
  .contact_button{
    border: 1px solid wheat !important;
    padding: 8px 40px !important;
    color: blanchedalmond !important;
  }

  .contact_button:hover{
    border: 1px solid black !important;
    background-color: #D1ECF1 !important;
    color: black !important;
  }
  .button1 {

    border: 1px solid  var(--color1) !important;
    padding: 8px 30px;
  }

  .button1:hover {
    background-color:  var(--color1) !important;
    color: #fff !important;
  }

  .button2 {

    border: 1px solid var(--color2) !important;
    padding: 8px 30px;
}

.button2:hover {
    background-color: var(--color2) !important;
    color: #fff !important;
}

.page-footer{
  background-color: var(--color1) !important;
  color: white !important;
}

  .page-footer .ul1 li{
      list-style: none !important;
    display: inline;
    margin: 0px 12px;
    transition: 0.5s;
  }
  .page-footer .ul .li a{
    color: white !important;
  }
  .page-footer .ul1 li  .yt{
    /* color: gray;
border: 1px solid lightgray; */
border: 1px solid wheat !important;
   
    color: blanchedalmond !important;
border-radius: 25px;
padding: 12px 13px;
transition: 0.5s; 
  }
  .page-footer .ul1 li  .ft{
    /* color: gray;
border: 1px solid lightgray; */
border: 1px solid wheat !important;
   
    color: blanchedalmond !important;
border-radius: 25px;
padding: 12px 16px;
transition: 0.5s; 
  }

  .page-footer .ul1 li  .yt:hover{
      /* background: var(--color1) ;
    color: #fff; */
    border: 1px solid black !important;
    background-color: #D1ECF1 !important;
    color: black !important;
  

  }
  .page-footer .ul1 li  .ft:hover{
      /* background: var(--color1) ;
    color: #fff; */
    border: 1px solid black !important;
    background-color: #D1ECF1 !important;
    color: black !important;
  

  }



  /* emp home page */

  .emp_banner{
    background: var(--color1) !important;
    padding-top: 150px !important;
    color: white !important;
  }

  .talent{
    margin:100px 0px;
  }
  .effect-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--bg1);
}

.overflow-hidden {
    overflow: hidden !important;
}

.effect-section .svg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

img,
svg {
    vertical-align: middle;
}

.effect-section .svg-style-top-right {
    position: absolute;
    top: -5vw;
    right: -5vw;
    width: 30vw;
    height: 30vw;
}

.opacity-1 {
    opacity: 0.1;
}

.effect-section .svg-style-bottom-left {
    position: absolute;
    bottom: -5vw;
    left: -5vw;
    width: 25vw;
    height: 25vw;
    pointer-events: none;
    z-index: -1;
}

.opacity-1 {
    opacity: 0.1;
}

.min-vh-100 {
    min-height: 100vh !important;
}


.display-4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.ms-3 {
    margin-left: 1rem !important;
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .img-lg-140 {
        /* max-width: 140%; */
    }
}
.emp_card{
background-color: var(--bg1);
}
.testi{
background-color: var(--bg1);
}
.avatar-lg {
height: 4rem;
width: 4rem;
}
.avatar-circle {
border-radius: 50%;
}
.avatar {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: middle;
font-weight: 600;
height: 3.125rem;
width: 3.125rem;
}
img {
max-width: 100%;
}
.icon-lg {
    width: 4rem;
    height: 4rem;
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.375rem;
    width: 3rem;
    height: 3rem;
}


.hover-top {
transition: ease-in-out all 0.35s;
position: relative;
top: 0;
}
.card {
box-shadow: 0 0 1.25rem rgb(1 22 39 / 5%);
border: 1px solid var(--color1);
}
.hover-top:hover {
top: -10px;
}



.effect-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden !important;
}

.effect-section .svg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

img,
svg {
  vertical-align: middle;
}

.effect-section .svg-style-top-right {
  position: absolute;
  top: -5vw;
  right: -5vw;
  width: 30vw;
  height: 30vw;
}

.opacity-1 {
  opacity: 0.1;
}

.effect-section .svg-style-bottom-left {
  position: absolute;
  bottom: -5vw;
  left: -5vw;
  width: 25vw;
  height: 25vw;
  pointer-events: none;
  z-index: -1;
}

.opacity-1 {
  opacity: 0.1;
}

.min-vh-100 {
  min-height: 100vh !important;
}


.display-4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.ms-3 {
  margin-left: 1rem !important;
}

@media (min-width: 992px) {
  .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
  }
}

@media (min-width: 992px) {
  .img-lg-140 {
      /* max-width: 140%; */
  }
}
.emp_card{
background-color: var(--bg1);
}
.testi{
background-color: var(--bg1);
}
.avatar-lg {
height: 4rem;
width: 4rem;
}
.avatar-circle {
border-radius: 50%;
}
.avatar {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: middle;
font-weight: 600;
height: 3.125rem;
width: 3.125rem;
}
img {
max-width: 100%;
}
.icon-lg {
  width: 4rem;
  height: 4rem;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.375rem;
  width: 3rem;
  height: 3rem;
}

.text-danger {
  color: var(--color2) !important;
}
.hover-top {
transition: ease-in-out all 0.35s;
position: relative;
top: 0;
}
.card {
box-shadow: 0 0 1.25rem rgb(1 22 39 / 5%);
border: 1px solid var(--color1);
}
.hover-top:hover {
top: -10px;
}

#mysearch{
  background-color: #151e2e !;
}