@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body{

    font-family: 'Open Sans', sans-serif;

}



#Successmsg {

    margin-top: 150px;

   }



/* width */

::-webkit-scrollbar {

    width: 6px;

  }

  

  /* Track */

  ::-webkit-scrollbar-track {

    background: #f1f1f1; 

  }

   

  /* Handle */

  ::-webkit-scrollbar-thumb {

    background: #888; 

  }

  

  /* Handle on hover */

  ::-webkit-scrollbar-thumb:hover {

    background: #555; 

  }



.navbar{

    padding: 0;

}

.navbar-light .navbar-nav .nav-link{

    padding: 25px 10px 21px 10px;

    text-transform: uppercase;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    font-weight: 600;

    color: #2a2828;

    transition: all 0.2s;

}

.navbar-light .navbar-nav .nav-item{

    margin-left: 30px;

}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{

    color: #29b2fe;

    border-bottom: 4px solid #29b2fe;

}

.navbar-light .navbar-nav .nav-link:hover{

    color: #29b2fe;

    border-bottom: 4px solid #29b2fe;

}

.navbar>.container-fluid{

    padding: 0;

}

.banner-section{

    position: relative;

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

    /* margin-top: -116px; */

    margin-bottom: 0px;

    background: url(../images/1.webp) 50% 50%;

    background-size: cover;

}

.video-container{

    height: 100%;

    width: 100%;

    top: 0;

    left: 0;

    position: absolute;

    overflow: hidden;

    z-index: 0;

    direction: ltr;

}

.video-container video{

    max-width: 100%;

    width: 100%;

    margin: 0;

    line-height: 1;

    border: none;

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%,-50%);

    -ms-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

}

.banner-content{

    min-height: 65vh !important;

    height: 65vh !important;

    position: relative;

    z-index: 1;

    background-color: rgb(14 28 36 / 48%);

    /* background-color:rgba(0, 0, 0, 0.6); */

}

.navbar-brand{

    position: relative;

}

.logo-main::before{

    content: '';

    position: absolute;

    display: block;

    width: 84%;

    background-color: #29b2fe;

    height: 74px;

    top: 50%;

    transform: translateY(-50%);

    z-index: 0;

    border-top-right-radius: 35px;

    border-bottom-right-radius: 35px;

}

.header-section{

    position: relative;

    box-shadow: 0px -1px 6px 2px rgba(92,80,80,0.44);

    -webkit-box-shadow: 0px -1px 6px 2px rgba(92,80,80,0.44);

    -moz-box-shadow: 0px -1px 6px 2px rgba(92,80,80,0.44);

}

.header-section::before{

    content: '';

    position: absolute;

    left: 0;

    height: 100%;

    width: 50%;

    background-color: #29b2fe;

    z-index: 0;

}

.navbar-light{

    background-color: #fafbfd;

}

.navbar-brand img{

    position: relative;

    z-index: 1;

}

.banner-mid-con{

    position: relative;

}

.height-100{

    height: 100%;

}

.position-relative{

    position: relative;

}

.banner-text-content{

    position: absolute;

    width: 100%;

    top: 50%;

    transform: translateY(-50%);

    color: #fff;

}

.banner-text-content h1{

    font-family: 'Raleway', sans-serif;

    font-size: 40px;

    font-weight: 600;

    margin-bottom: 25px;

}

.banner-text-content h2{
    font-style: italic;
}

.banner-text-content p{

    font-size: 15px;

    font-weight: 300;

    letter-spacing: 0.5px;

}

.line-animation{

    display: block;

    width: 190px;

    height: 4px;

    background-color: #29b2fe;

    margin-bottom: 20px;

    position: relative;

    transition: all 1s;

}

/* .line-animation::before{

    content: '';

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 14px;

    height: 14px;

    background-color: #ffc000;

    border-radius: 50%;

    animation: dotmove 5s infinite;

} */

/* @keyframes dotmove {

    0% {left: 0%;}

    50% {left: 100%;}

    100% {left: 0%;}

} */

.btn-warning, .btn-outline-warning{

    font-family: 'Raleway', sans-serif;

    font-weight: 700;

    letter-spacing: 0.5px;

    border-radius: 12px;

}

.banner-text-content .btn-outline-warning{

    padding: 15px 30px;

    font-size: 15px;

    margin-top: 20px;

}

.banner-text-content .btn-warning{

    padding: 15px 30px;

    font-size: 15px;

    margin-top: 20px;

}

.margin-lr-auto{

    margin: 0 auto;

}

.backpackers-content h1{

    color: #232627;

    font-weight: 800;

    font-size: 30px;

    font-family: 'Raleway', sans-serif;

    margin-bottom: 20px;

}

.backpackers-header{

    background-color: #29b2fe;

    padding: 50px 0;

    margin-bottom: 60px;

    border-bottom-left-radius: 25px;

    border-bottom-right-radius: 25px;

}

.search-form-container{

    background-color: #fff;

    padding: 35px 30px;

    margin: 50px 60px 0 60px;

    border-radius: 15px;

}

.search-form-container .btn-warning{

    width: 100%;

    padding: 15px 0px;

}

.search-form-container .form-control, .search-form-container .form-select{

    display: inline-block;

    width: 94%;

    color: #686c6e;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    font-size: 20px;

    letter-spacing: 0.5px;

    border: none;

}

.search-form-container .form-control:focus, .search-form-container .form-select:focus{

    box-shadow: none; 

}

.form-icon{

    color: #686c6e;

    display: block;

    width: 6%;

}

.backpackers-image{

    /* height: 184px; */

    width: 100%;

    /* border-left: 4px solid #29b2fe; */

    overflow: hidden;

    text-align: center;

}

.backpackers-image img{

    width: auto;

    height: 100%;

}

.backpackers-main{

    padding-bottom: 40px;

    margin-bottom: 40px;

    border-bottom: 1px solid #cccccc;

}

.backpackers-details h2, .backpackers-details h2 a{

    font-size: 25px;

    color: #111213;

    margin-bottom: 20px;

    text-transform: uppercase;

    font-weight: 600;

    text-decoration: none;

}

.backpackers-details h2 a:hover{

    color: #ffc000;

}

.backpackers-details ul{

    display: block;

    list-style: none;

    margin: 0;

    padding: 0;

}

.backpackers-details ul li{

    display: block;

    margin-bottom: 20px;

    font-size: 15px;

    color: #5a5f62;

    margin-right: 20px;

}

.backpackers-details ul li i{

    color: #29b2fe;

    margin-right: 10px;

}

.backpackers-details p{

    font-size: 15px;

    color: #757b7e;

    margin-bottom: 0;

}

.backpackers-btn a{

    width: 100%;

    padding: 10px;

}

footer{

    background-color: #202324;

    padding: 0 58px;

    margin-top: 70px;

    color: #d8d8d8;

}

footer .top-footer-section{

    padding: 90px 0;

    border-bottom: 1px solid #a6a7a7;

}

footer .copyright-section{

    padding: 40px 0;

}

ul{

    list-style: none;

    margin: 0;

    padding: 0;

}

.footer-logo{

    margin-bottom: 30px;

}

.footer-logo img{

    width: 70%;

    height: auto;

}

.footer-des p{

    font-size: 14px;

    font-weight: 200;

    letter-spacing: 0.5px;

    margin-bottom: 30px;

}

.footer-des ul li{

    margin-bottom: 15px;

    font-size: 14px;

    font-weight: 200;

    letter-spacing: 0.5px;

}

.footer-des ul li span{

    display: inline-block;

    margin-right: 10px;

}

.footer-menu-title{

    color: #fefefe;

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 40px;

}

.popular-jobs{

    margin-bottom: 15px;

}

.popular-jobs-img{

    overflow: hidden;

    height: 57px;

}

.popular-jobs-text h4, .popular-jobs-text h4 a{

    font-size: 16px;

    font-weight: 200;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.popular-jobs-text span{

    font-size: 12px;

    font-weight: 200;

    color: #a7a7a7;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.newsletter-text{

    font-size: 14px;

    font-weight: 200;

    letter-spacing: 0.5px;

    margin-bottom: 30px;

}

.pl-4{

    padding-left: 40px;

}

.copyright-section p{

    margin-bottom: 0;

    color: #fff;

    font-size: 16px;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    font-weight: 200;

    letter-spacing: 0.5px;

}

.copyright-section p a{

    color: #ffc000;

}

.copyright-section ul{

    text-align: right;

}

.copyright-section ul li a{

    color: #ffc000;

    font-size: 20px;

}

.footer-menu-link li a{

    color: #eeeded;

    font-size: 15px;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    font-weight: 200;

    letter-spacing: 0.5px;

    text-decoration: none;

    position: relative;

    padding-left: 20px;

}

.footer-menu-link li a:hover, .footer-menu-link li a.active{

    color: #ffc000;

}

.footer-menu-link li{

    margin-bottom: 10px;

    position: relative;

}

.footer-menu-link li a::before{

    content: '';

    position: absolute;

    width: 15px;

    height: 1px;

    display: block;

    background-color: #eeeded;

    top: 50%;

    transform: translateY(-50%);

}

.footer-menu-link li a:hover::before, .footer-menu-link li a.active::before{

    background-color: #ffc000;

}

.newsletter-form .form-control{

    display: inline-block;

    width: 66%;

    border-radius: 0;

    background-color: #6c6c6c;

    border-color: #6c6c6c;

    color: #ffffff !important;

    font-size: 15px;

    padding: 10px;

    border-top-left-radius: 10px;

    border-bottom-left-radius: 10px;

}

.newsletter-form .form-control::placeholder{

    color: #dadada;

    font-size: 15px;

}

.newsletter-form .btn-warning{

    font-size: 15px;

    margin-left: -4px;

    padding: 10px;

    vertical-align: bottom;

    border-radius: 0;

    border-top-right-radius: 10px;

    border-bottom-right-radius: 10px;

}

.dropdown-toggle::after{

    font-family: "Font Awesome 5 Free"; 

    font-weight: 900;

    content: "\f078";

    border: none;

    vertical-align: middle;

    font-size: 12px;

}

.dropdown-item{

    text-transform: uppercase;

    font-size: 16px;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    padding: 10px 12px;

}

.dropdown-item:hover, .dropdown-item.active{

    color: #29b2fe;

    background-color: #e9ecef73;

}

.right-0{

    right: 0;

    left: auto !important;

}

.login-section{

    margin-top: -70px;

    position: relative;

    z-index: 1;

}

.registration-section{

    margin-top: -70px;

    position: relative;

    z-index: 1;

}

.login-content{

    max-width: 500px;

    width: 100%;

    margin: 0 auto;

    box-shadow: 0px -1px 6px 2px rgba(92,80,80,0.44);

    -webkit-box-shadow: 0px -1px 6px 2px rgba(92,80,80,0.44);

    -moz-box-shadow: 0px -1px 6px 2px rgba(92,80,80,0.44);

    padding-top: 20px;

    padding-bottom: 10px;

    background-color: #fff;

}

.registration-container{

    max-width: 700px;

    width: 100%;

    margin: 0 auto;

    box-shadow: 0px -1px 6px 2px rgba(92,80,80,0.44);

    -webkit-box-shadow: 0px -1px 6px 2px rgba(92,80,80,0.44);

    -moz-box-shadow: 0px -1px 6px 2px rgba(92,80,80,0.44);

    padding-top: 25px;

    padding-bottom: 10px;

    background-color: #fff;

    min-height: 680px;

}

.registration-container .nav-tabs{

    margin-bottom: 20px;

}



.site-title{

    font-family: 'Raleway', sans-serif;

    font-weight: 600;

    font-size: 20px;

    font-size: 25px;

    /* text-transform: uppercase; */

    margin-bottom: 0;

}

.login-content .site-title, .registration-container .site-title{

    text-align: center;

    margin-bottom: 20px;

}

.login-content .login-form{

    /* border-top: 1px solid rgba(0,0,0,.15); */

}

.login-content .line-animation, .registration-container .line-animation{

    margin-left: auto;

    margin-right: auto;

    width: 100px;

}

.login-content .login-form .dropdown-item{

    text-align: center;

    padding: 6px 12px;

    color: #737678;

}

.login-form .btn-warning{

    width: 100%;

    border-radius: 0px;

    padding: 10px 0;

}

.registration-container .btn-warning{

    padding: 12px 18px;

    border-radius: 0px;

    margin-top: 10px;

    margin-left: auto;

    margin-right: auto;

}

.login-form .form-select, .login-form .form-control, .registration-container .form-select, .registration-container .form-control{

    background-color: #f8f8f8;

    border-color: #e8e8e8;

    border-radius: 0;

    font-size: 15px;

    padding: 12px;

    color: #626060;

}

.login-form .form-label, .login-form .form-check-label, .registration-container .form-label, .registration-container .form-check-label{

    font-size: 14px;

    color: #656161;

    letter-spacing: 0.5px;

}

.top-pages-banner{

    background-color: #2a2828;

    height: 300px;

    width: 100%;

    position: relative;

}

.banner-image-con{

    width: 100%;

    height: 100%;

    overflow: hidden;

    position: relative;

}

.banner-image-con img{

    width: 100%;

    height: auto;

    position: relative;

    top: 50%;

    transform: translateY(-50%);

}

.banner-text-con{

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: #090909a1;

    top: 0;

    left: 0;

}

.banner-text{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    text-align: center;

}

.banner-text h1{

    color: #e8e8e8;

    text-transform: uppercase;

    font-family: 'Raleway', sans-serif;

}

.banner-text ul{

    color: #e8e8e8;

    font-size: 15px;

}

.banner-text ul li{

    margin-right: 20px;

}

.banner-text ul li:last-child {

    margin-right: 0px;

}

.banner-text ul li a{

    text-decoration: none;

    color: #ffc000;

}

.registration-container .nav-tabs .nav-link{

    color: #232627;

}

.registration-container .nav-tabs .nav-item.show .nav-link, .registration-container .nav-tabs .nav-link.active {

    color: #000;

    background-color: #ffc000;

    border-color: transparent;

}

.backpackers-tabs{

    display: none;

}

.backpackers-tabs.active{

    display: block;

}

.subscription-card{

    /* width: 32%; */

    height: 280px;

    padding: 0 8px;

    transition: all 0.5s;

}

.subscription-card:hover{

    height: 300px;

}

.subscription-card .card{

    background-color: #fafbfd;

    height: 100%;

    text-align: center;

    -webkit-box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 8%);

    box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 8%);

    border: 1px solid rgb(85 85 85 / 10%);

}

.subscription-card.active{

    padding: 0 0px;

    height: 300px;

}

.subscription-card.active .card{

    /* width: 36%; */

    /* height: 300px; */

    -webkit-box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 12%);

    box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 12%);

}

.pl-0{

    padding-left: 0;

}

.pr-0{

    padding-right: 0;

}

.body-main{

    background-color: #fafbfd;

}

.subscription-card .card .btn-warning{

    position: absolute;

    width: 80%;

    bottom: 25px;

    left: 50%;

    transform: translateX(-50%);

    padding: 8px 8px;

    background-color: transparent;

    font-size: 12px;

}

.subscription-card .card .btn-warning:hover, .subscription-card.active .card .btn-warning{

    background-color: #ffc000;

}

.subscription-card .card-title{

    font-family: 'Raleway', sans-serif;

    font-size: 18px;

    margin-bottom: 15px;

    color: #596272;

}

.subscription-card .card-subtitle{

    color: #29b2fe;

    font-weight: 700;

    font-size: 20px;

}

.subscription-card .card-subtitle span{

    font-size: 14px;

}

.subscription-card .card-body ul{

    margin-top: 25px;

}

.subscription-card .card-body{

    padding: 25px 16px;

}

.subscription-card .card-body ul li{

    text-align: left;

    margin-bottom: 10px;

    color: #626060;

    font-size: 12px;

}

.subscription-card .card-body ul li i{

    margin-right: 5px;

}

.subscription-title{

    font-family: 'Raleway', sans-serif;

    color: #596272;

    font-size: 24px;

    font-weight: 600;

    text-align: center;

    margin-top: 30px;

    margin-bottom: 10px;

}

.subscription-paragraph{

    font-size: 15px;

    text-align: center;

    margin-bottom: 40px;

    color: #98999a;

}

.backpackers-image {

    width: 80%;

}

.backpackers-image img{

    width: 100%;

    height: auto;

}

.backpacker-main{

    padding-bottom: 20px;

    margin-bottom: 20px;

    border-bottom: 1px solid #cccccc;

}

.backpackers-data h3{

    font-size: 20px;

    color: #111213;

    margin-bottom: 15px;

    text-transform: uppercase;

    font-weight: 600;

    text-decoration: none;

}

.backpackers-data ul li{

    display: block;

    margin-bottom: 10px;

    font-size: 15px;

    color: #5a5f62;

    margin-right: 20px;

}

.backpackers-data ul li i{

    color: #29b2fe;

    margin-right: 10px;

}

.backpacker-check-con .btn-primary {

    color: #fff;

    background-color: #29b2fe;

    border-color: #29b2fe;

}

.backpackers-message-btn{

    text-align: center;

}

.backpackers-message-btn a{

    padding-left: 50px !important;

    padding-right: 50px !important;

}

.backpacker-check-con .btn-check:active+.btn-primary, .backpacker-check-con .btn-check:checked+.btn-primary, .backpacker-check-con .btn-primary.active, .backpacker-check-con .btn-primary:active{

    color: #fff;

    background-color: #0089d3;

    border-color: #0089d3;

}

.profile-detail{

    background-color: #fff;

    padding: 25px 25px;

    -webkit-box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 12%);

    box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 12%);

    border-radius: 20px;

    margin-bottom: 55px;

    margin-top: -50px;

    position: relative;

}

.dashboard-backpackers-title h1{

    color: #232627;

    font-weight: 800;

    font-size: 30px;

    font-family: 'Raleway', sans-serif;

    margin-bottom: 20px;

    text-align: center;

}

.profile-detail .profile-data ul li{

    margin-bottom: 10px;

    text-align: left;

    color: #626060;

    font-size: 14px;

}

.profile-detail .profile-data ul li:last-child{

    margin-bottom: 0;

}

.profile-detail .profile-data ul li span{

    color: #202324;

    font-weight: 600;

    font-size: 16px;

    margin-right: 10px;

    display: inline-block;

    min-width: 140px;

}

.searching-staff-btn .form-check-label{

    color: #202324;

    font-weight: 600;

    font-size: 16px;

}

.searching-staff-btn .form-switch{

    padding-left: 0;

    text-align: right;

}

.searching-staff-btn .form-check-input{

    margin-left: 10px;

    float: none;

}

.backpackers-date p{

    margin-bottom: 0;

    font-weight: 600;

    color: #ffc000;

}

.dashboard-backpackers .page-link{

    color: #0089d3;

}

.popular-job-con{

    padding-top: 8px;

}

.backpacker-image-main{

    width: 70%;

    border-radius: 50%;

    margin: 0 auto;

    border: 5px solid #29b2fe;

    overflow: hidden;

}

.backpacker-image-main img{

    width: 100%;

}

.backpacker-details-section{

    padding-top: 60px;

}

.backpacker-map{

    margin-top: 50px;

    margin-bottom: 50px;

}

.message-backpacker h1{

    color: #232627;

    font-weight: 800;

    font-size: 30px;

    font-family: 'Raleway', sans-serif;

    margin-bottom: 20px;

    text-align: center;

}

.msg{

    background-color: #f8f8f8;

    border-radius: 25px;

    padding: 20px;

    -webkit-box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 12%);

    box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 12%);

    margin-bottom: 20px;

    max-width: 80%;

    font-size: 15px;

    line-height: 25px;

    color: #596272;

}

.message-show-con .msg-img{

    width: 50px;

    height: 50px;

    border-radius: 50%;

    overflow: hidden;

    position: relative;

    margin-right: 10px;

    text-align: center;

    background-color: #29b2fe;

    line-height: 48px;

}

.message-show-con .msg-img img{

    width: 110%;

    height: auto;

    position: relative;

    left: 50%;

    transform: translateX(-50%);

}

.employer-msg .msg-img{

    margin-right: 0px;

    margin-left: 10px;

}

.message-send-con .btn-warning{

    width: 100%;

    height: 100%;

    padding: 16px;

}

.message-send-con{

    margin-top: 30px;

}

.backpacker-msg .msg{

    border-top-left-radius: 0;

}

.employer-msg .msg{

    border-top-right-radius: 0;

}

.message-section{

    padding: 60px 50px;

    border: 1px solid #dbdbdb;

}

.backpacker-details-text{

    background-color: #fff;

    -webkit-box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 12%);

    box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 12%);

    border-radius: 15px;

    padding: 20px;

}

.backpacker-details-text ul li{

    font-size: 15px;

    margin-bottom: 10px;

    color: #737678;

}

.backpacker-details-text ul li i{

    margin-right: 10px;

    color: #0089d3;

}

.backpacker-details-text ul li span{

    margin-right: 10px;

    font-weight: 600;

    color: #0089d3;

}

.backpacker-details-btn .btn-warning{

    padding: 5px 30px;

    font-size: 15px;

    margin: 5px 0 15px 0;

}

.backpacker-details-btn p{

    font-size: 15px;

    margin-bottom: 0;

    text-align: center;

    background-color: #e9e9e985;

    padding: 10px;

}

#messageModal .btn-warning{

    border-radius: 0;

    padding: 10px 50px;

}

.modal-title{

    color: #232627;

    font-weight: 800;

    font-size: 20px;

    font-family: 'Raleway', sans-serif;

}

#messageModal .form-label, #messageModal label{

    font-size: 14px;

    color: #656161;

    letter-spacing: 0.5px;

}



#messageModal .form-select, #messageModal .form-control{

    background-color: #f8f8f8;

    border-color: #e8e8e8;

    border-radius: 0;

    font-size: 15px;

    padding: 12px;

    color: #626060;

}

.btn-outline-primary {

    color: #29b2fe;

    border-color: #29b2fe;

}

.btn-outline-primary:hover {

    color: #fff;

    background-color: #29b2fe;

    border-color: #29b2fe;

}

#backpackerDetailsTab .backpacker-image-main {

    width: 100%;

}

#backpackerDetailsTab .backpacker-details-text{

    box-shadow: none;

    border-radius: 0px;

    padding: 0px;

}

.backpacker-brief p, .backpacker-primary-skill p{

    font-size: 15px;

    margin-bottom: 10px;

    color: #737678;

}

.backpacker-label{

    margin-right: 10px;

    font-weight: 600;

    color: #0089d3;

}

.skills-section{

    margin-bottom: 20px;

}

.skills-section h4{

    font-family: 'Raleway', sans-serif;

    font-weight: 700;

    letter-spacing: 0.5px;

    font-size: 16px;

}

.badge-group .bg-primary{

    background-color: #4472c4 !important;

}

.form-floating>label{

    font-size: 14px;

    color: #656161;

    letter-spacing: 0.5px;

}

.form-floating>.form-control, .form-floating>.form-select{

    min-height: 80px;

}

.requerd{

    color: red;

}

.small-text{

    font-size: 12px;

}

.backpacker-registration .accordion-button{

    padding: 10px;

    background-color: #f7f7f7;

    font-size: 14px;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

label{

    font-family: 'Raleway', sans-serif;

}

.backpacker-registration .accordion-button:not(.collapsed) {

    color: #0089d3;

    background-color: #e7f1ff;

    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);

}

.backpacker-registration .accordion-button::after{

    background: none;

    content: '\f067';

    font-family: "Font Awesome 5 Free"; 

    font-weight: 900;

}

.backpacker-registration .accordion-button:not(.collapsed)::after {

    content: '\f068';

    transform: rotate(-180deg);

}

.backpacker-registration .accordion-body span, .licenses-check span{

    display: inline-block;

    margin-bottom: 10px;

    margin-left: 5px;

}

#saveBackpackersdata{

    min-width: 150px;

}

.form-file{

    padding: 6px !important;

    width: auto;

}



.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {

    color: #fff;

    background-color: #0089d3;

    border-color: #0089d3;

}

.othr-skill-con{

    position: relative;

    

}

.othr-skill-exp{

    position: absolute;

    width: 180px;

    background-color: #fff;

    border: 1px solid #e2e2e2;

    padding: 10px;

    left: 50%;

    transform: translateX(-50%);

    -webkit-box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 12%);

    box-shadow: 0px 1px 6px 1px rgb(53 53 53 / 12%);

    bottom: -80px;

    z-index: 3;

    display: none;

}

.othr-skill-exp::before{

    content: '';

    width: 10px;

    height: 10px;

    display: block;

    position: absolute;

    top: -6px;

    left: 50%;

    transform: translateX(-50%) rotate(45deg);

    background-color: #fff;

    border-top: 1px solid #e2e2e2;

    border-left: 1px solid #e2e2e2;

}

.othr-skill-exp.active{

    display: block;

}

.mt-m30{

    margin-top: -30px;

}

.message-send-con .form-floating>.form-control{

    min-height: 50px;

}

small{

    font-size: 14px;

    color: #656161;

    letter-spacing: 0.5px;

}

.edit-profile-section .nav{

    height: 100%;

    border-right: 1px solid #b3b4b54f;

}

.edit-profile-section .nav-pills .nav-link{

    color: #737678;

    background-color: #fff;

    border-bottom: 1px solid #b3b4b54f;

    border-radius: 0;

    text-align: left;

    padding: 15px 0 15px 10px;

    position: relative;

}

.edit-profile-section .nav-pills .nav-link i{

    margin-right: 10px;

}

.edit-profile-section .nav-pills .nav-link.active, .edit-profile-section .nav-pills .show>.nav-link {

    color: #0089d3;

    background-color: #cccccc25;

}

.edit-profile-section .nav-pills .nav-link:hover{

    background-color: #cccccc25;

}

.edit-profile-section .nav-pills .nav-link.active::after{

    content: '\f054';

    position: absolute;

    display: inline-block;

    font-family: "Font Awesome 5 Free"; 

    font-weight: 900;

    right: 10px;

}

.profile-img-edit-section{

    position: relative;

    max-width: 200px;

    margin: 0 auto;

    margin-bottom: 20px;

}

.profile-img-edit{

    max-width: 200px;

    max-height: 200px;

    height: auto;

    width: 100%;

    border-radius: 50%;

    border: 5px solid #29b2fe;

    position: relative;

    overflow: hidden;

}

.profile-img-edit img{

    position: relative;

    left: 50%;

    transform: translateX(-50%);

}

.profile-img-input{

    position: absolute;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    overflow: hidden;

    background-color: #ffc000;

    right: 5px;

    bottom: 10px;

}

.profile-img-input label{

    width: 100%;

    height: 100%;

    text-align: center;

    color: #232627;

    line-height: 50px;

    position: relative;

}

.profile-img-input input{

    opacity: 0;

    position: absolute;

    top: 0;

    left: 0;

}

.edit-profile-section .form-control, .edit-profile-section .form-select{

    background-color: #f8f8f8;

    border-color: #e8e8e8;

    border-radius: 0;

    font-size: 15px;

    padding: 12px;

    color: #626060;

}

.edit-profile-section .form-label{

    font-size: 14px;

    color: #656161;

    letter-spacing: 0.5px;

}

.edit-profile-section .btn-warning{

    border-radius: 0;

    padding: 10px;

    width: 150px;

    margin-top: 20px;

}

section#contact {

    background: #f0f0f0;

    position: relative;

}

.ptb80 {

    padding: 80px 0;

}

section#contact p {

    color: #999;

}

.mt30 {

    margin-top: 30px;

}

.form-group {

    margin-top: 20px;

}

a, button, input {

    outline: none !important;

}

.btn-blue {

    background: #29b1fd;

}

.btn-effect {

    overflow: hidden;

}

button.btn.btn-blue.btn-effect {

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    outline: none;

    padding: 0 15px;

    position: relative;

    line-height: 35px;

    font-size: 14px;

    font-weight: 600;

    color: #f6f6f6 !important;

    text-transform: uppercase;

    -webkit-transition: all .5s ease;

    -moz-transition: all .5s ease;

    -ms-transition: all .5s ease;

    -o-transition: all .5s ease;

    transition: all .5s ease;

}

.ptb20 {

    padding: 20px 0;

}

p {

    font-size: 16px;

}

.h4, h4 {

    font-size: 18px;

}



.ExpCard {

    align-items: center;

    margin: 0px auto;

    background-color: #29b2fe;

}



.ExpCardBody {

    width: 15rem;

    height: 15rem;

    text-align: center;

    margin: 0px auto;

}

.cardText {

    top: 38%;

    position: relative;

    color: white;

    font-weight: bold;

}



.error-msg{

    color: red;

}

#nav-tabContent-emp .upload-file-btn {

    position: relative;

    overflow: hidden;

    background: #ffc000;

    color: #f6f6f6;

    padding: 10px 20px;

    font-size: 14px;

    font-weight: 700;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

    text-align: center;

    display: inline-block;

}

#nav-tabContent-emp .upload-file-btn input[type=file] {

    position: absolute;

    width: 100%;

    height: 165%;

    top: -25px;

    left: 0;

    opacity: 0;

    cursor: pointer;

}

#nav-tabContent .upload-file-btn {

    position: relative;

    overflow: hidden;

    background: #ffc000;

    color: #f6f6f6;

    padding: 10px 20px;

    font-size: 14px;

    font-weight: 700;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

    text-align: center;

    display: inline-block;

}

#nav-tabContent .upload-file-btn input[type=file] {

    position: absolute;

    width: 100%;

    height: 165%;

    top: -25px;

    left: 0;

    opacity: 0;

    cursor: pointer;

}

#cmodal .btn-blue {

    background: #ffc000;

}
/*---search section--*/
.bg-primary{
    background-color: #1c87c7!important;
}
.bg-success{
    background-color: #00a651!important;
}
.bg-light-gray {
    background-color: #eee;
}
.rounded-30{
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.search-icon-wrap {
    border-radius: 50%!important;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 32px;
    height: 32px;
    z-index: 9;
    padding: 8px;
}
.search-input-item{
    border-radius: 0;
    border-top-right-radius: 16px!important;
    border-bottom-right-radius: 16px!important;
    z-index: 0;
}
.search-icon-wrap i{
    font-size: 16px;
}
.icon-card-circle{
    width: 125px;
    height: 125px;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #464646;
    margin: 0 5px;
}
.nav-link.icon-card-circle{
     background-color: #464646;
}
.searchOption .card {
    border: none;
}
section.search-info-block {
    border-top: 15px solid #1c87c7;
}
.search-info-carousel {
    border-bottom: 1px solid #d8d8d8!important;
    margin-bottom: 15px;
}

.search-section .btn-link {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.searchOption {
    padding-left: 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #1c87c7;
}
/*---slider fix---*/
.slick-list .slick-track .slide-card:first-child, .slick-list .slick-track .slide-card:last-child{
    
    width: 100px!important;
}
.slick-prev:before, .slick-next:before{
    color:#cccccc!important;
}
button.slick-next.slick-arrow{
    right: -20px!important;
}
button.slick-prev.slick-arrow{
    left: -20px!important;
}
.img-md{
    width: 150px!important;
}
.img-xs {
    width: 75px;
}
.slick-slide img.img-md{
    width: 150px!important;
}
.cta-box{
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cta-box.first:before{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    position: absolute;
    right: 0;
}
.cta-box.last:before{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    left: 0;
}
.cta-box .card-title{
    font-size: 20px;
    font-weight: 800;
}
.slick-arrow.slick-prev:before{
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 600;
    content: "\f104";
    border: none;
    vertical-align: middle;
    font-size: 30px;
}
 .slick-arrow.slick-next:before{
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 600;
    content: "\f105";
    border: none;
    vertical-align: middle;
    font-size: 30px;
}
/* ----checkbox btn----- */

.btn-outline-primary {
    color: #1c87c7;
    border-color: #1c87c7;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #29b2fe;
    border-color: #29b2fe;
}
.text-primary{
    color: #1c87c7!important;
}
.btn-primary {
    color: #fff;
    background-color: #1c87c7;
    border-color: #1c87c7;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1c87c7;
    border-color: #1c87c7;
    outline: none;
}

/*--- dashboard fix---*/
.dashboard-item-group, .db-search-item {
    margin: 12px 10px 12px 10px;
}
.dashboard-item-group .btn:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 0.275rem 1.3rem;
    border-top: none!important;
    border-left: none!important;
    border-bottom: none!important;
}
.dashboard-item-group .btn:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0.275rem 1.3rem;
    border-top: none!important;
    border-right: none!important;
    border-bottom: none!important;
}
.db-search-item .search-input-item {
    min-width: 280px;
    height: 42px;
    border: 1px solid #1c87c7;
    border-radius: 30px!important;
    z-index: 0;
}
.db-search-item .search-icon-wrap {
    right: 6px;
    top: 5px;
}
.dashboard-item-group .db-btn{
    border-top: none!important;
    border-bottom: none!important;
    border-left: 1px solid #fff!important;
    border-color: #fff!important;
     min-width: 80px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.275rem 1.2rem;
}
.dashboard-item-group .btn-primary.db-btn.active{
    color: #1c87c7;
    background-color: #fafbfd;
    border-color: #fafbfd;
}
.dashboard-item-group .db-btn:focus{
    outline: none!important;
    box-shadow: none!important;
}
.dashboard-item-group{
    border-radius: 30px;
    background-color: #1c87c7!important;
    padding: 4px;
}
.dashboard-item-group .db-btn .small{
    font-size: .65em;
    font-weight: 600;
    margin-top: 2px;
}
.search_bar .input-group.db-search-item {
    margin-top: 18px;
}
.dashboard-item-group .db-btn .db-icon{
    line-height: 12px;
}
.dashboard-item-group .db-btn .db-icon i{
    font-size: 0.8em;
    vertical-align: middle;
}
.card-scroll {
    height: 800px !important;
    overflow-y: auto !important;
}
/* ---dashboard profile img--- */
.db-profile-img .profile-card {
    position: absolute;
    top: 5px;
    border: 1px solid #000;
    width: 125px;
    height: 125px;
    right: -50px;
}
.db-profile-img .profile-card .status {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.nav-item.db-profile-img {
    margin-left: 0!important;
}
/* ---option-info-bar--- */
.option-info-bar{
    padding-left: 80px!important;
}
.option-info-bar.bg-secondary{
    background-color: #464646!important;
}
.option-info-bar .form-switch .form-check-input{
    width: 2.5em;
    height: 1.5em;
}
.form-switch-primary .form-check-input:checked {
    background-color: #1c87c7;
    border-color: #1c87c7;
}
.form-switch-danger .form-check-input:checked {
    background-color: #ff0000;
    border-color: #ff0000;
}
.form-switch-success .form-check-input:checked {
    background-color: #00a651;
    border-color: #00a651;
}
.option-info-bar .icon-card-circle.icon-xs {
    width: 36px!important;
    height: 36px!important;
    background-color: #1c87c7;
}
.option-info-bar .card-img-center.img-xs{
    width: 20px!important;
}
.border-bottom-1 {
    border-bottom: 1px solid #fff;
}
.option-info-bar .badge.bg-warning{
    color: #000!important;
}
.fs-xs{
    font-size: 12px!important;
}
.option-info-bar.add-job-list{
    padding-left: 0!important;
}
/* ---profile page design--- */
.jobProfile-container .profile-img-circle{
    width: 300px!important;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    margin-top: -80px;
    border-radius: 50%;
}
/* ---switch-- */
.form-switch .form-check-input {
    width: 2.5em;
    height: 1.5em;
}
.profileDetailsGroup .profileStatus{
    margin: 3px 10px;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #1c87c7;
    border-color: #1c87c7;
}
.profileDetailsGroup .btn{
    border-radius: 10px;
}
.slide-card-section .profile-img img.img-fluid.img-md {
    object-fit: cover;
    height: 150px;
    object-position: center;
}
/* ---job listing card----- */
.card-body-border{
    border: 1px solid #6c757d;
    border-top: none;
}
.jobs-profile-img .icon-card-circle{
    width: 105px;
    height: 105px;
    margin: 0 auto!important;
}
.jobs-profile-img .icon-card-circle .img-xs {
    width: 60px;
}
.jobs-profile-img .icon-card-circle.active{
    background-color: #1c87c7;
}
.jobs-profile-img  .edit-option{
    position: relative;
    top: -10px;
}
.add-job-list .btn-add-job{
    border-radius: 0;
}
.slide-card-section.border-0 {
    border-bottom: none!important;
}
/*--Emp profile--*/
.top-pages-banner .banner-image-con img{
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.additional-licenses-block .profileDetailsGroup {
    border: 2px solid #1c87c7;
    border-radius: 0 0 20px 20px;
    border-top: none;
}
.additional-licenses-block .custom-btn-group-title{
    font-style: normal!important;
    font-size: 24px!important;
    font-weight: 700!important;
}
.rounded-corner{
    border-radius: 10px!important;
}
.btn-block{
    width: 100%;
    max-width: 100%;
}
.profile-top-section .profile-status {
    position: relative;
    top: -10px;
}
* ----msgbox modal--- */
.msgbox-popup .border{
    border: 2px solid #ffffff!important;
}
.useful-width {
    width: 180px !important;
}

.useful-pad {
    padding:0px !important;
}