/* ======================================================= How it Works -============================= */

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
@font-face {
font-family: national;
src: url("{{asset('assets/web_assets/fonts/national-regular.ttf')}}");
}

@font-face {
font-family: National-Light;
src: url("{{asset('assets/web_assets/fonts/National-Light.otf')}}");
}

@font-face {
font-family: National-Bold;
src: url("{{asset('assets/web_assets/fonts/National-Bold.otf')}}");
}

* {}

.hows_Work_Section {
width: 100%;
height: 85vh;
min-height: 85vh;
background: linear-gradient(to right, rgb(13 13 13 / 68%), transparent), url(../images/workbg.jpg);
/*   background-image: url("../images/workbg.jpg");*/
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

.hows_Work_Section .subtitle {
font-size: 18px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
}

.hows_Work_Section h2 {
font-size: 4rem;
font-weight: bold;
color: white;
}

.hows_Work_Section .bottom_title {
color: white;
line-height: 1.5;
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 20px !important;
padding-bottom: 10px;
}

.hows_Work_Section a {
margin-top: 15px;
}

.hows_Work_Section .project_Btn {
margin-top: 15px;
color: #fff;
background: orange;
padding: 10px 20px;
border-radius: 10px;
text-decoration: none;
color: #fff;
background-image: linear-gradient( 
45deg , #f48d82, #fbdc89);
border-color: #f6f6f6;
}

.work_info {
background: #f5f5f2;
padding: 50px 0px;
}

.work_info .work_subtitle {
    font-size: 18px;
    color: #7fd858;
    font-weight: 600;
    text-transform: uppercase;
}

.work_info h2 {
    font-size: 3rem;
    font-weight: bold;
    color: black;
}

.work_info .bottom_title {
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
}

.work_info .card_text {
    font-size: 1.2rem;
}

.work_info .icon_box i {
    color: #7fd858;
    font-size: 33px;
}

.work_info .browse_Btn {
    background: orange;
    color: #fff;
    background-image: linear-gradient( 
45deg , #f48d82, #fbdc89);
    border-color: #f6f6f6;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}

.review_work {
    padding: 50px 0px 200px;
    width: 100%;
}

.review_work h2 {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    text-align: center;
}

.review_work .bottom_title {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}

.review_work .work_subtitle {
    font-size: 18px;
    color: #7fd858;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.review_work .mainImgFrame {
    position: relative;
}

.review_work .contentBox_review {
    position: absolute;
    left: -72px;
    bottom: -91px;
    width: 300px;
    max-width: 300px;
    min-height: 160px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 31px 46px rgb(70 60 51 / 19%);
}

.review_work .blockquote {
    font-size: 0.9rem;
}
/* ======================================================= Grantee  -============================= */

.grantee_Work {
    padding: 80px 0px;
    background: #e8fdf2;
}

.grantee_Work h2 {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    text-align: center;
}

.grantee_Work .bottom_title {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}

.grantee_Work .subtitle {
    font-size: 18px;
    color: #7fd858;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.grantee_Work .media_heading {
    font-weight: bold;
}

.grantee_Work .IconBox i {
    font-size: 26px;
    color: gray;
}

.faqs_work {
    padding: 80px 0px;
}

.faqs_work h2 {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    text-align: center;
}

.faqs_work .accordion-header button {
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
    text-align: center;
}
/* ======================================================= FAqs  -============================= */

.Faqs_main {
    padding: 50px 0px;
}

.Faqs_main h2 {
    font-size: 2rem;
    font-weight: bold;
    color: black;
}

.Faqs_main .bottom_title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}

.Faqs_main ul {
    margin-top: 20px;
}

.Faqs_main ul li {
    margin-top: 10px;
    color: #005f99;
}

.Faqs_main ul li a {
    text-decoration: none;
    font-size: 18px;
}
/* ======================================================= Footer  -============================= */

footer .social ul li a {
    color: #fff !important;
    text-decoration: none;
}
footer .social ul li a i {
color: #fff !important;
text-decoration: none;
font-size: 18px!important;
margin: 0px;
}
footer .social ul li:hover a i {
color: #f59283 !important;
text-decoration: none;
}

footer {
    padding-bottom: 0px !important;
    display: inline-block;
    width: 100%;
    float: left;
}

footer .social {
    
}
/* ======================================================= Career Section Start  -============================= */

.career_Hero_Section {
    width: 100%;
    height: 85vh;
    min-height: 85vh;
    background: linear-gradient(to right, rgb(13 13 13 / 68%), transparent), url(../images/workbg.jpg);
    /*   background-image: url("../images/workbg.jpg");*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.career_Hero_Section .hero_content {
    background: #fff;
    border-radius: 5px;
    padding: 100px 20px;
    text-align: center;
}

.career_Hero_Section .hero_content .subtitle {
    text-transform: uppercase;
    color: #005f99;
}

.career_Hero_Section .hero_content .hero-title {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    text-align: center;
}

.career_Hero_Section .hero_content .hero_desc {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
    padding: 20px 90px;
}

.career_Hero_Section .hero_content .view_btn {
    background: #f59b83;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}
/* ---------Section-2------------------------------ */

.career_section_two {
    padding: 100px 0px;
}

.career_section_two .career_desc {
    ine-height: 1.5;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 20px;
    padding: 20px 0px;
}

.career_section_two .career_home_Img {
    width: 100px;
    height: 100px;
    background: #8bf98b;
    border-radius: 50%;
    padding: 10px;
    margin: auto;
}

.career_section_two .career_home_Img img {
    width: 100%;
}

.career_slide_client {
    padding: 100px 0px;
    background: #f5f5f2;
}

.career_slide_client .slide_content {
    margin: 20px 10px;
}

.career_slide_client .slide_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.career_slide_client .slide_content p {
    padding: 10px 20px;
}

.career_slide_client .slide_content .client_title {
    display: block;
    color: gray;
}

.career_slide_client .carousel-indicators {
    bottom: -75px;
}

.career_slide_client .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background-color: #8bf98b;
    border-radius: 50%;
}
/* ======================================================= career_location -============================= */

.career_location {
    padding: 80px 0px;
}

.career_location .career_subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 20px;
    padding: 20px 150px;
}

.career_location .career_title {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    text-align: center;
}

.career_location .career_location_Box {
    position: relative;
    margin-top: 15px;
}

.career_location .text_overlay_career {
    position: position;
    background-color: black;
    color: #fff;
    padding: 10px;
    font-size: 21px;
    font-weight: 800;
}
/* ======================================================= Career Section End  -============================= */
/* ======================================================= Call to action Start -============================= */

.call_to_career {
    padding: 80px 0px;
    background: #e8fdf2;
}

.call_to_career .cta_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: black;
    text-align: center;
}

.call_to_career .cta_desc {
    font-size: 1.1rem;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    text-align: center;
    padding: 20px 150px;
}

.call_to_career .view_btn {
    background: #f59b83;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
}
/* ======================================================= Press  Section Start -============================= */

.press_section_hero {
    width: 100%;
    height: 55vh;
    min-height: 55vh;
    background: linear-gradient(to right, rgb(13 13 13 / 68%), transparent);
    /*   background-image: url("../images/workbg.jpg");*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.press_section_hero .press_title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.press_section_hero .press_subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    color: #fff;
    margin-top: 20px;
}

.press_light_content {
    padding: 0px 0px;
/*       background: light;*/
}

.press_light_content .press_subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    color: black;
    margin-top: 20px;
}

.press_light_content .press_title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 30px;
}
/* =======================================================Login Section Start  -============================= */

.login_hero {
    width: 100%;
    height: 80vh;
    min-height: 55vh;
    background: linear-gradient(to right, rgb(13 13 13 / 68%), transparent);
    background-image: url("../images/blur.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login_hero .content_login {
    padding: 10px;
    border-radius: 10px;
}

.login_hero .form_content {
    margin-top: 100px;
    padding: 20px;
}

.login_hero .form_content {
    padding-top: 30px;
    margin-top: 15px;
}

.login_hero .form_content h2 span {
    font-size: 18px;
    text-decoration: none;
    
}

.login_hero .form_content h2 span a {
    padding-left: 6px;
    color: #005f99;
    text-decoration: none;
    
}

.login_hero .btn-login {
    opacity: 1;
    background-image: linear-gradient( 
        45deg
         , #f48d82, #fbdc89);
    border: none;
    width: 100%;
    color: #000;
    font-weight: bold;
    
}

.login_hero .sign_text {
    text-decoration: none;
    margin-top: 20px;
    width: 100%;
    display: block;
}

.form-control {
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #f6a484;
    box-shadow: none;
}

.press_title {
    font-weight: 600;
    font-size: 32px;
}

.login_hero .login_content_box {
    padding-top: 50px;
    padding-left: 43px;
    padding-right: 23px;
    padding-bottom: 50px;
}

.row_control {
    border-radius: 3px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-text {
    color: #191919;
    
    letter-spacing: 0.2px;
}

.form-label {
    font-weight: 500;
    margin-top: 10px;
    color: gray;
}

.mdall {
    
    margin-bottom: 10px;
}

.border-half {
    border-left: 1px solid #ebebeb;
    border-width: thin;
}

.login_hero .login_right_txt {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f48f82;
    text-align: center;
    margin-bottom: 30px;
    
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.login_hero ::placeholder {
    
}

.login_hero .check_icon i {
    color: #f48f82;
    margin-left: -25px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f6a4841c;
    opacity: 1;
}

.login_hero ul li {
    font-size: 20px;
    margin-top: 24px;
    
}

.login_hero select {
    
}

.login_hero select option {
    
}

.login_hero .form_content p {
    
}

.login_hero .form_content p a {
    
    color: #005f99;
    font-weight: 600;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}
/* ====================================Profestional Dashboard=========================== */

.bg-orangish {
    background: #e1e1e157;
    ;
}

.form-row {
    /* display: -ms-flexbox; */
    display: block;
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    margin-right: -5px;
    margin-left: -5px;
}

.form-group {
    margin-bottom: 1.7rem;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    
}

.sidebar-inner {
background: #fff;
/* padding: 17px;*/
color: #fff;
border-radius: 3px;
border: 1px solid #f3f3f3;
margin-bottom: 34px;
}
.filter_List_Sidebar .sidebar-inner{
 padding: 17px;
}

ul.sidebar-category * {
font-family: 'Roboto' !important;
font-size: 14px;
}
.sidebar-inner .sidebar-heading {
color: black;
font-size: 18px;
font-weight: 500;
}

.sidebar-category li {
    width: 100%;
    padding: 5px 0px;
    font-family: national;
}

.sidebar-category li span {
float: right;
background: #fb917514;
padding: 4px 6px;
border-radius: 3px;
margin-top: -5px;
color: #ef7e62;
}

.get_vlue {
margin-left: auto;
text-align: right;
font-size: 14px;
font-family: 'Roboto';
padding-top: 5px;
font-weight: 400;
color: #505050;
}  
.prc_sec {
display: flex;
}
.prc_sec div {
flex: 1;
}
.sidebar-block {
margin-bottom: 0px;
padding-bottom: 0;
}
input#formControlRange {
width: 100%;
}
.Price-range p {
margin-bottom: 0;
font-family: 'Roboto' !important;
font-size: 14px;
}
.Price-range .form-group {
margin-bottom: 0;
}

.heading-3 {
    
}
/* ============================================== page search === Detail==================== */

.page-search {
    background: url(../images/gd2.jpg);
    padding: 0px 0px 60px 0px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.page-search .container {
    position: relative;
    z-index: 1000;
}

.page-search .pb-5 {
    padding-bottom: 0px!important;
}

.page-search:after {
position: absolute;
content: "";
top: 0;
right: 0;
left: 0;
bottom: 0;
background: #000;
opacity: 0.5;
}
.page-search h4 {
text-align: center;
color: #fff;
font-weight: 300;
}

.page-search .search-inner {
    padding: 0px;
    padding: 50px 70px;
}

.page-search .search-form {
    margin-top: 30px;
    margin-bottom: 0px;
}

.date-field,
.form-control-range::-webkit-slider-thumb {
    background: #6cb2e5;
    color: #fff;
    border: 0px;
}

.detail-profile .listing-details p {
    width: auto;
    padding: 5px 15px;
    
    letter-spacing: 0.5;
}

.detail-link a {
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 10px;
    display: inline-block;
    background: #f59b83;
    color: #fff;
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 8px;
    font-weight: 600;
}

.detail-link li {
    margin-right: 10px;
}

.cat_link a {
    background-color: transparent!important;
    color: #f59b83!important;
}

.detail-card {
    padding: 23px;
    margin-bottom: 30px;
}

.detail-card .heading-2 {
    padding: 0px;
    margin-bottom: 15px;
    
    font-size: 20px;
}

.sidebar-inner .sidebar-block:last-child {
border-bottom: none;
}
.detail-card .heading-2 strong {
    
    font-size: 20px;
}

.card-inner {
   
    font-size: 14px;
    color: #4b4b4b;
}

.detail-video .card-inner {
    overflow: inherit;
}

.opinion-block {
    padding-right: 20px;
}

.opinion-block p {
    font-style: italic;
    
    font-size: 13px;
    width: 70%;
}

.opinion-block .rating-star {
    text-align: right;
    color: #fbb40a;
}

.detail-profile {
    margin-bottom: 0px;
}

.detail-sidebar {
    margin-top: 0;
}

.sidebar-gallery .gallery-img {
    width: calc(100% / 3 - 8px);
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
    border: 2px solid transparent;
    border-radius: 3px;
}

.sidebar-gallery .gallery-img:hover {
    border: 2px solid #fb557b;
}

.sidebar-gallery .gallery-img:nth-child(3n+0) {
    margin-right: 0px;
}

.sidebar-gallery {
    display: inline-block;
}

.dashboard-form {
    margin: 20px 0px;
}

.sidebar-profile img {
height: 100px;
width: 100px;
border-radius: 10px;
margin: 20px auto;
box-shadow: 1px 6px 12px #00000012;
}

.sidebar-profile .profile-name {
    font-size: 16px;
    text-transform: uppercase;
    
    color: black;
    margin: 0;
}

.sidebar-profile .profile-status {
    position: initial;
    float: revert;
    display: inline-block;
    
}

.update-link,
.switch-link {
    border-radius: 25px;
    padding: 5px 15px;
    background: #7fd858;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    
}

.update-link:hover {
    color: #f48f82;
}

input[type="file"] {
    color: transparent;
}

.switch-link {
    background: #fbb40a;
}

.sidebar-link .list-group .list-group-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin: 0px;
    
}

.sidebar-link .list-group .list-group-item.active {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    background: #f48f82;
}

.sidebar-link .list-group .list-group-item:hover {
    background: #f48f82;
    color: #fff;
}

.dash-booking {
    margin: 20px 0px;
    padding: 15px;
}

.dash-booking table .btn {
    border-radius: 3px;
    padding: 0px 9px;
    color: #fff;
}

.dash-sidebar {
    background: #e3dddd;
}

.dash-sidebar .sidebar-inner {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.my-profile .nav-tabs .nav-link {
    background: #b6b6b6;
    
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    padding: 11px 0px;
}

.my-profile .nav-tabs .nav-item {
    flex: auto;
}

.my-profile .nav-tabs {
    border: 0px;
}

.dash-right-inner {
    padding: 30px;
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}
.dash-right-inner .supimg {
    max-width: 100%;
    position: relative;
    top: 55px;
}
.dash-right-inner input,
 ::placeholder {
    
    color: gray;
}

.my-profile .nav-tabs .nav-link.active {
    border: 0px;
    border-radius: 0px;
    background-image: linear-gradient( 
        45deg
         , #fd8b75, #e8c574) !important;
        }
    
}

.dash-right-inner ::placeholder {
    
}

.dash-right-inner select,
option {
    
    color: gray;
    text-align: left;
}

.pro_text {
    
    color: black;
}

.dash-right-inner .form-control ::placeholder {
    
}

.dash-sidebar .form-check {
    padding-left: 40px!important;
}

.filelabel {
    width: 100%;
    border: 2px dashed grey;
    border-radius: 5px;
    display: block;
    padding: 15px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: auto;
    background: #f6f6f6;
}

.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}

.filelabel i,
.filelabel .title {
    color: grey;
    transition: 200ms color;
}

.filelabel:hover {
    border: 2px solid #1665c4;
}

.filelabel:hover i,
.filelabel:hover .title {
    color: #1665c4;
}

#FileInput {
    display: none;
}

.profile-file {
    border-radius: 4px;
    border: 2px;
    overflow: hidden;
    height: 150px;
    border: 2px solid #fb557b;
    background: #f8f9fa;
    padding: 5px;
    margin-bottom: 30px;
}

.profile-file img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}

.feature-name a {
    color: #489fdf;
}

.upload-btn {
    padding-top: 30px;
}

.dash-search .search-form {
    margin: 0px;
    margin: 20px 5px;
}

.dash-right-inner .btn-login {
    opacity: 1;
    border-color: #f48f82;
    background-color: #f48f82;
    width: 100%;
    color: #000;
    font-weight: bold;
    
}
/* .submitComment {
opacity: 1;
border-color: #f48f82;
background-color: #f48f82;
width: 100%;
color: #000;
font-weight: bold;

} */
/* ======================================================= Career Section End  -============================= */
/* ======================================================= Booking Section Start  -============================= */

.Booking_Card_detail {
    font-family: national;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 25px;
}

.Booking_Card_detail .client_name a {
    text-decoration: none;
    color: #131313;
    font-family: national;
}

.Card-detail {
    padding: 20px 0px;
}

.Card-detail:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.user-detls {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-detls li {
    padding: 5px 0px;
    
    color: gray;
}

.user-detls li b {
    padding: 5px 0px;
    color: #f48f82;
    
    margin-right: 5px;
}

.bkg-id-style {
color: #f48f82;
padding: 3px 0px 0px 0px;
margin-top: 0px;
display: block;
}

.bkg-id-style a {
    color: #f48f82;
    text-decoration: none;
    font-weight: 800;
    
}

.Status_dropwdown {
    
    margin-top: 15px;
}

.dashboard_booking {
    padding: 10px 0px;
}

.changeStatus {
padding: 0.2rem .5rem;
font-size: 1.0rem;
font-weight: 400;
text-align: center;
line-height: 1.5;
color: #f48f82;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
 -webkit-appearance: none; 
-moz-appearance: none;
 appearance: none; 
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    
}

.Status_dropwdown b {
    
}

select {
    
}
/* ================================logo container================= */

.logoContainer {
    width: 124px;
}

.testimonialSection .sliderBox .AvatarImage {
    width: 100px;
}

.languageChange {
    color: #fff;
    /* position: absolute;
right: 89px;
top: 13px;
display: flex; */
}

header .navbar-nav {
    z-index: 99;
    right: 0;
    float: right;
}

header.black {
background: #000!important;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10000;
height: 80px;
backdrop-filter: blur(32px);
}
}

.languageChange .goog-logo-link {
    display: none;
}

.languageChange .goog-te-gadget {
    color: #000;
}

.languageChange .goog-te-combo {
    outline: none;
    margin-left: 10px;
    padding: 3px;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 16px!important;
    margin: 8px 0!important;
}

.goog-te-combo option {
    font-size: 14px;
}

select option:hover {
    color: #000;
    box-shadow: inset 20px 20px #00f;
    background-color: #8bf98b!important;
}

.languageChange .lag_text {
    font-size: 15px;
    color: #8bf98b;
    padding-top: 5px;
}

.btnCTA {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonialSection .carousel-control-next,
.carousel-control-prev {
    top: 63px;
}
/* ===========================home page select ============================= */

.banner-Section select {
    /*padding-left: 10px!important;*/
    color: #828282;
    color: #343a40;
}

.banner-Section select option {}

.banner-Section .pac-target-input::placeholder {
    font-size: 16px!important;
    color: #343a40;
}
/* ===========================All Servicess List  ============================= */

.list_services_wrapper {
    /* display: flex;
justify-content: center;
align-items: center; */
    position: relative;
}

.list_services_wrapper a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list_services_wrapper a {
    text-decoration: none;
    color: #131313;
    font-weight: 800;
}

.list_services_wrapper a {
    padding-top: 8px;
    position: relative;
}

.list_services_wrapper a:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    color: #F49182;
}
/* ====================================================================List page Search ======================================== */

.Detail_top_box {
    padding-top: 14px;
}

.feature-list {
    padding-left: 0px;
    padding-right: 0px;
}

.feature-list {
    background: #7fd858a6;
    padding-bottom: 90px;
}

.feature-inner {
padding: 15px;
border-radius: 0;
font-size: 14px;
margin-top: 0;
border-bottom: 1px solid #eaeaea;
}



.feature-inner img {
    width: 100%;
    margin-bottom: 10px;
}

.feature-inner img {
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.feature-profile {
    position: relative;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.profile-status {
    position: relative;
}

.profile-status::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    border: 2px solid #7fd858;
    border-radius: 100%;
    background: #fff;
    margin-left: -19px;
}

.profile-status.online {
    border-color: #3cf219;
    animation: pulse 1s infinite;
}

.feature-category a {
    text-decoration: none;
    /**/
}

.feature-category {
    /*border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
    padding: 8px 0px;*/
}

.feature-name h2 {
    font-size: 18px;
}

.feature-name .share {
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 2px 7px;
    float: right;
    font-size: 12px;
    color: #4b4b4b;
}

.feature-name .share i {
    color: #f59c83;
}

.feature-name a {
    color: #000;
}

.feature-details i {
color: #e0e0e0;
font-size: 20px;
width: 25px;
}

.socialShare li {
    padding-right: 10px;
    font-size: 23px;
}

.socialShare .share {
    font-size: 14px;
}

.list_detail_wrap {
    display: flex;
  
}
.list_detail_wrap p {
margin-right: 16px;
}

.list_detail_wrap .feature-details {
font-weight: 300;
font-size: 13px;
color: #c1c1c1;
}

.feature-details {
    padding: 4px 0px;
    height: 30px;
    font-weight: 600;
}

.feature-contact .phone {
    float: left;
    text-align: center;
    background: #f7f7f7;
    height: 32px;
    border-radius: 3px;
    line-height: 32px;
    width: calc(100% - 40px);
    color: #aaa;
}

.feature-contact {
    margin-top: 10px;
}

.feature-contact .wishlist {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
    color: red;
    float: right;
    margin-right: 15px;
    font-size: 26px;
}

.feature-contact .wishlist:hover {
    opacity: 0.9;
}

.feature-contact .wishlist .fa-heart,
.feature-contact .wishlist.checked .fa-heart-o {
    display: none;
}

.feature-contact .wishlist.checked .fa-heart {
    display: block;
}

.rating {
    color: #ffc107;
        margin-right: 10px;
    float: right;
}

.rating .rating-count,
.rating .rating-star {
    float: left;
}

.rating .rating-count {
    /*transform: skew(0deg);*/
    position: relative;
    z-index: 0;
}

.rating .rating-count p {
background: #fbb40a0d;
color: #fbb40a;
font-weight: 600;
height: 46px;
font-size: 18px;
width: 46px;
line-height: 46px;
text-align: center;
z-index: 10;
border-radius: 4px;
}

.rating .rating-count:before {
  /*  position: absolute;
    top: 0;
    right: -10px;
    content: '';
    background: #f36c14;
    width: 12px;
    height: 12px;
    z-index: 0;*/
}

.rating .rating-star {
color: #fbb40a;
padding: 0px 15px;
height: 32px;
line-height: 32px;
margin-top: 7px;
}
.rating .rating-star span {
margin-left: 3px;
}
.rating .rating-star i {
    transform: skew(1deg);
}

.heading,
.heading-2,
.heading-3 {
    font-size: 28px;
}

.listing {
    padding-top: 39px;
}
/* ==========================================.page-search ================================= */

.page-search .form-control {
    border: none;
    outline: none;
    border-color: transparent!important;
}

.page-search .input-group-text {
    background-color: #fff;
    border-color: #fff;
}

.page-search .bannerBtn {
    background: #000;
    border: none;
    color: #fff;
    border-radius: 0 !important;
}

.page-search .page_filter_sidebar {
    margin-top: 30px!important;
    padding-top: 30px;
    background: #e3dddd;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
}

.page-search .sidebar-inner {
    background-color: #fff!important;
}

.sidebar-category li a {
    text-decoration: none;
        color: #5a5a5a;
}

.listing-page {
    /*background: #e1e1e157;*/
}

.sidebar-inner .bannerBtn {
    background: #000;
    border: none;
    color: #fff;
    border-radius: 4px !important;
    width: 100%;
}

.date-field,
.form-control-range::-webkit-slider-thumb {
    background: #f48f82;
}

.sidebar-inner .sidebar-heading {
    color: black;
}

.filter_List_Sidebar .sidebar-inner .sidebar-block p {
       color: #5a5a5a !important;
}

.page-search .feature-inner h2 a {
    
    text-decoration: none;
}
form.search-form .sidebar-block:last-child {
border-bottom: none;
}

.page-search .feature-category .list-name a.link-blue {
    text-decoration: none;
    color: black;
}

.page-search #formControlRange {
    background: linear-gradient(to right, #82CFD0 0%, #82CFD0 50%, #fff 50%, #fff 100%)!important;
    border: solid 1px #82CFD0;
    border-radius: 8px;
    height: 7px;
    width: 356px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.filter_List_Sidebar {
    margin-top: 30px;
}

.user_name_list {
        margin-bottom: -2px;
    /*font-size: 16px;
    font-weight: 700;
    margin: 0;*/
}

.user_name_list a {
color: black;
font-size: 23px;
}

.list-name h6 a {
    color: #f48f82!important;
    font-weight: 400;
}

.card_desc {
       font-size: 13px;
color: #686565;
}

.pagi_wrap .page-item {
    padding: 10px;
}

.pagi_wrap .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #78cc53;
    border-color: #7fd858;
}

.pagi_wrap .page-link {
    color: #7fd858;
}

.list-name h6 span {
    color: #f48f82;
}

.list-name h6 span i {
    font-size: 14px;
}

.list-name h6 {
    margin-top: 5px;
        margin-bottom: 18px;
}
/* =============================================== Professional details============================================== */

.page-title {
    padding: 60px 0px;
    background-color: #f48f82;
    color: #fff;
    text-align: center;
}

.detail-profile {
    width: 100%;
}

.detail-profile {
    width: 100%;
    padding: 10px 0px;
}
html .fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome !important;
font-size: inherit;
text-rendering: auto !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
}
.detail-sidebar i {
margin-right: 9px;
}

.details-listing {
    padding:  0px 0 10px;
}

.achieve_list {
    list-style: none;
}

.achieve_list li {
    
}

.achieve_list li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    color: #f48f82;
}
.detail-profile .listing-details p {
padding-left: 0;
}
.details-cover h2.user_name_list a {
font-size: 34px;
font-weight: 500;
margin-bottom: 3px;
display: inline-block;
}
.rating-count p {
margin: auto;
}
.feature-profile1 {
border-radius: 6px;
overflow: hidden;
}
.star_none .rating-star {
float: none;
padding-right: 0;
}
.star_none .rating-count {
float: none;
}
.rating.star_none {
text-align: center;
}

.page-search p {
font-size: 14px;
}
.star_none .rating-star {
padding-left: 0;
margin-top: 13px;
}
.rating.star_none .fa-star:before {
display: none;
}
.detail_main {
padding-top: 3rem;
}
.avt-conetnt h5 {
    
    font-weight: 300;
    font-size: 16px;
}

.feature-profile1 {
    position: relative;
}

.detail_main .sidebar-heading {
    font-size: 17px;
}

.detail_main ul.sidebar-category.nav {
    font-size: 12px;
}
ul.sidebar-category.nav li i {
color: #fc8e75;
width: 24px;
background: #fc8e7512;
height: 24px;
border-radius: 3px;
padding-top: 4px;
padding-left: 5px;
}

.book_wrap li a {
border-radius: 4px !important;
color: #fff;
padding: 10px 20px;
    display: block;
font-weight: 600;
background-image: linear-gradient( 
45deg
, #fd8b75, #e8c574) !important;
}
/* ==================================================================Service List ========================================= */

.achieve-heading {
    
}

.achieveBtn {
    background-image: linear-gradient( 
        45deg
         , #fd8b75, #e8c574) !important;
    color: #fff;
    
    border: none;
    outline: none;
}

.achieveTable thead,
th,
td {
    font-family: "Roboto Condensed", sans-serif!important;
}

.ac_label_pad {
    margin-top: 10px;
}

.doc_heading strong {
    font-family: "Roboto Condensed", sans-serif!important;
}

.docBtn {
    background-image: linear-gradient(45deg, #fd8b75, #e8c574) !important;
    color: #fff;
    border: none;
    margin-top: -20px;
}

.doc_h2 {
    
}

.user_list_link li {
    font-size: 20px;
}

/* ================================================= Popular Services ============================== */

.popularServices .mainContainerService a{
    text-decoration: none;
    color: #000;

}
/* ================================================= Pricing plan ============================== */

.pricing-plan .pricingMainBox a{
    text-decoration: none;
    color: #000;

}
footer ul li:hover, footer ul li:hover a{
    color:#3cf219;
}



/* ============ Contact Us CSS =============== */

.breadcrumb{
padding: 0px 0px 0px 0px;
background-color: transparent;
margin-bottom: 0;
}
.breadcrumb-bg {
padding: 0px 0px 10px 0px;
text-align: center;
}
.bread-content {
padding: 120px 0px 0px 0px;
width: 100%;
display: inline-block;
text-align: center;
}
.breadcrumb .section-headline h3 {
font-size: 40px;
letter-spacing: 2px;
line-height: 50px;
text-transform: inherit;
position: relative;
top: auto;
margin-bottom: 0px;
color: #fff;
text-align: center;
}
.breadcrumb .section-headline{
margin-bottom: 0px;
display: inline-block;
}
.breadcrumb .section-headline h3::after {
display: none;
}
.breadcrumb ul li {
display: inline-block;
color: #fff;
padding: 0px 0px 0px 20px;
position: relative;
font-size: 16px;
}
.breadcrumb ul li a {
display: inline-block;
color: #000;
padding: 0px 10px 0px 20px;
position: relative;
font-size: 16px;
text-decoration: none;
}
.breadcrumb ul li a:hover {
display: inline-block;
color: #3cf219;
padding: 0px 10px 0px 20px;
position: relative;
font-size: 16px;
text-decoration: none;
}
.breadcrumb ul li.home-bread{
padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
position: absolute;
content: "\f105";
font-family: fontAwesome;
right: -10px;
top: 0;
}
.breadcrumb .section-headline::after {
display: none;
}

.address-icon {
width: 100%;
height: auto;
float: left;
padding: 0px 30px 0px 30px;
margin: 80px 0px 40px 0px;
display: block;
overflow: hidden;
}
.address-icon .address-contact  {
display: inline-block;
margin-bottom: 30px;
position: relative;
color: #000;
text-decoration: none;
width: 100%;
}
.address-icon h3 {
background: -webkit-linear-gradient(#f7d287, #f59683);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: left;
margin-bottom: 30px;
}
.address-icon .address-contact .fa {
float: left;
color: #fff;
font-size: 24px!important;
margin-right: 20px;
line-height: 50px!important;
width: 50px;
height: 50px;
background: #f48982;
text-align: center;
border-radius: 50px;
box-shadow: 6px 4px 3px #fbcf89;
}
.address-icon .address-contact i .fa {
float: left;
color: #000;
font-size: 24px;
margin-right: 10px;
line-height: 50px!important;
width: 50px;
height: 50px;
background: #f48982;
text-align: center;
border-radius: 50px;
}
.address-icon .address-contact i .fa:after {
content: "";
position: absolute;
top:0px;
}
.address-icon .address-contact .fa-envelope:before {
content: "\f0e0";
font-size: 16px!important;
line-height: 40px!important;
margin-top: -10px;
}
.address-icon .address-contact span {
color: #000;
margin-left: 10px;
overflow: hidden;
display: block;
font-size: 17px;
margin-top: 10px;
position: relative;
}

.contact_form {
width: 100%;
height: auto;
float: left;
padding: 40px;
margin: 40px 0px;
background: #f6f6f6;
background: #fffcf7;
border: 1px solid #f3f0ec;
}

.contact_form h3 {
background: -webkit-linear-gradient(#f7d287, #f59683);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: left;
margin-bottom: 20px;
}

.contact_form .form-group {
margin-top: 20px;
margin-bottom: 0px !important;
}

.btn-submit {
color: #fff;
background-image: linear-gradient(45deg , #f48d82, #fbdc89);
border-color: #f6f6f6;
}
.btn-submit:hover {
color: #fff;
background-image: linear-gradient(45deg , #f48d82, #f48d82);
}








@media (max-width: 767px) {
    .review_work .contentBox_review {
        position: absolute;
        left: -10px;
        bottom: -91px;
        width: 294px;
        max-width: 261px;
        min-height: 99px;
    }
    .faqs_work .accordion-header button {
        text-align: left;
    }
    footer .social {
        margin-top: 0px;
    }
    .address-icon {
        padding: 0px 30px 0px 30px;
        margin: 40px 0px 0px 0px;
    }        
}

@media (max-width: 411px) {
.review_work .contentBox_review {
    position: absolute;
    left: -10px;
    bottom: -91px;
    width: 294px;
    max-width: 261px;
    min-height: 99px;
}
.faqs_work .accordion-header button {
    font-size: 0.89rem;
    text-align: left;
}
}

.date-field, .form-control-range::-webkit-slider-thumb {
    background-image: linear-gradient( 
    45deg
    , #fd8b75, #e8c574) !important;
    border-radius: 4px!important;
    font-family: 'Roboto'!important;
    font-size: 14px!important;
    color: #464646!important;
}
.sidebar-block .form-group {
    margin-bottom: 0;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
header {
    background: #000!important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    height: 80px;
    backdrop-filter: blur(32px);
}


#password-strength .short{
color:#FF0000;
}

#password-strength .weak{
color:#E66C2C;
}

#password-strength .good{
color:#2D98F3;
}

#password-strength .strong {
color:#006400;
}

.password-eye {
position: absolute;
right: 32%;
margin-top: -38px;
cursor: pointer;
}

@media screen and (max-width: 767px){
    .password-eye {
        right: 50px;
    }
}

.input-pwd{
position: relative;
}


#customers-testimonials {

  }
  .item {
      text-align: center;
       /*padding: 20px;*/
      margin-bottom:20px;
  }
}
.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  font-size: 20px;
  background: #ddd
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}
.owl-carousel .owl-prev {
  left: -50px;
}
.owl-carousel .owl-prev .fa {
    font-size: 34px!important;
    color: #f59c83;
}

.owl-carousel .owl-next {
  right: -50px;
}
.owl-carousel .owl-next .fa {
    font-size: 34px!important;
    color: #f59c83;
}




@media screen and (max-width: 768px) {
.dash-right-inner .supimg {
    top: 0px;
}
.ps-5 {
    padding-left: 0rem!important;
    margin: 0px;
    padding: 0px;
}
.logoContainer {
    margin-top: 5px;
    width: 200px !important;
}
.navbar-toggler {
    padding: 0rem;
}
header.black {
    height: 80px;
}
.navbar {
    padding-top: 0.2rem;
    padding-bottom: 0.0rem;
}

header {
    height: 80px;
}
.OurWorkSection {
    width: 100%;
    padding: 0rem 0 0rem 0;
}
.howit {
    margin-bottom: 0px !important;
}

.popularServices {
    padding: 2rem 0px 2rem 0px;
}
.owl-carousel .owl-prev {
  left: -30px;
}

.owl-carousel .owl-next {
  right: -30px;
}
.openbusiness .open-right {
    margin-top: 0%;
}

footer {
    padding: 40px 0px 20px;
}
.menu-vertical .toggled_menu {
    right: 10px;
    background: #fff;
    width: 200px;
}

}

