@import url("../css/common.css");

.btn-primary-bt{
    background-color: var(--secondaryBlue);
    color: #fff;
}
.btn-primary-bt:hover, .btn-primary-bt:active, .btn-primary-bt:focus{
    background-color: var(--primaryBlue);
    color: #fff;
}
.btn-secondary-bt{
    background-color: var(--primaryBlue);
    color: #fff;
}
.btn-secondary-bt:hover, .btn-secondary-bt:active, .btn-secondary-bt:focus{
    background-color: var(--secondaryBlue);
    color: #fff;
}
/*===========================
          HEADER
============================== */
.mobile_nav{
    display: none;
}
.desktop_head{
    display: block;
}
.main_header_wrapper{
    background-color: var(--bgColor);
    padding: 0px 0px 30px 0px;
    box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, .25);
    -moz-box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 1;

}
.main_header_wrapper .navbar>.container-fluid{
    align-items: self-end;
}
.sub_header_wrapper{
    display: flex;
    align-items: normal;
    justify-content: end;
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    border-bottom: 0.5px solid rgb(222 226 230 / 17%);
}

.langauge_slector{
    margin-right: 40px;
}
.header_contact .d-flex span :nth-child(1){
    margin-left: 30px;
    margin-right: 10px;
}
.navbar-toggler{
    background-color: #fff;
}
.navbar-nav{
    margin-right: 20px;
    
}
.navbar .btn-primary-bt{
    padding: 15px 25px;
    border-radius: 2.5em;
}
.navbar-expand-lg .navbar-collapse{
    margin-left: 40px;
    padding: unset;
}
.navbar-nav .nav-item.dropdown .nav-link:hover{
    color: var(--secondaryBlue);
}
.navbar-nav .nav-item.dropdown .nav-link{
    color: #fff;
}
.dropdown-menu.show{
background-color: var(--bgColor);
}
.dropdown-menu.show .dropdown-item{
    color: #fff; 
}
.dropdown-menu.show .dropdown-item:hover{
    background-color: var(--secondaryBlue);
    color:#fff;
}
.main_header_wrapper.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    width: 100%;
    z-index: 9;
    padding-bottom: 10px;
    top: 0;
  }
  .main_header_wrapper.is-sticky .sub_header_wrapper{
    display: none;
  }
  .main_header_wrapper.is-sticky .navbar-brand img{
    width: 100px;
  }
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }

/*===========================
          HEADER END
============================== */


/*===========================
          HERO-SECTION
============================== */

.hero_section_wrapper{
    position: relative;

}
.bg-emerald-900 {
    position: absolute !important;
    background-color: rgb(4 30 80 / 76%);
    
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.banner_heading {
    text-align: center;
    color: #fff;
    padding: 150px 0px 80px 0px;
}
.banner_heading h1 {
    font-size: 60px;
}
.banner_heading p {
    font-size: 24px;
    padding: 40px 150px 0px 150px;
}
.job_search_form{
    width: 890px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}
.job_search_form .btn-primary-bt{
    background-color: var(--secondaryBlue);
    color: #fff;
    border-radius: 4px;
    outline: none;
    padding: 15px 30px;
    line-height: 1.5;
    border: 1px solid var(--secondaryBlue);
    font-size: 14px;
    width: 100%;
}
.job_search_form .form-control{
    padding: 15px 15px;
}
.job_search_form .btn-primary-bt:hover, .job_search_form .btn-primary-bt:active, .job_search_form .btn-primary-bt:focus{
    background-color: var(--primaryBlue);
    color: #fff;
}
/*===========================
          HERO-SECTION-END
============================== */


/*===========================
          BODY-CONTENT-SECTION-
============================== */
.feature_idl_wrapper{
    padding: 100px 0px;
    
}
.feture_heading_title h2{
    display: block;
    font-family: 'Brush Script MT', cursive;
    font-size: 56px;
    color: var(--secondaryBlue);

}
.feture_heading_title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 600;
}
.feature_idl_wrapper .card_wrapper{
padding-top: 80px;
}
.feature_idl_wrapper .card_wrapper .card{
    padding: 25px 0px;
    }
.feature_idl_wrapper .card_wrapper .card:hover{
    border-radius: 16px;
    box-shadow: 3px 2px 7px 2px #eaeaea;
    transition: 0.3s;
}
.feature_idl_wrapper .card_wrapper .card:hover > .header_icon{
    box-shadow: 0px 1px 20px 3px #0494dc63;
    border: 0.7px solid var(--secondaryBlue);
    color: var(--secondaryBlue);
    transition: 0.3s;
    
}
/* .feature_idl_wrapper .card_wrapper .card:hover > .header_icon.gr{
    box-shadow: 0px 1px 20px 3px #00B5B8;
    border: 0.7px solid #00B5B8;
    color: #00B5B8;
    transition: 0.3s;
    
}
.feature_idl_wrapper .card_wrapper .card:hover > .header_icon.or{
    box-shadow: 0px 1px 20px 3px #FFA87D;
    border: 0.7px solid #FFA87D;
    color: #FFA87D;
    transition: 0.3s;
}
.feature_idl_wrapper .card_wrapper .card:hover > .header_icon.rd{
    box-shadow: 0px 1px 20px 3px #FF7588;
    border: 0.7px solid #FF7588;
    color: #FF7588;
    transition: 0.3s;
} */

.feature_idl_wrapper .card_wrapper .card .card-body h5, .feature_idl_wrapper .card_wrapper .card .card-body p {
    padding-top: 20px;
}
.feature_idl_wrapper .card_wrapper .card .card-body{
    padding: 30px 15px 30px 15px;
}
.feature_idl_wrapper .card_wrapper .card .card-body .btn-primary-bt{
    background-color: unset;
    color: var(--textPrimary);
    border: 2px solid var(--secondaryBlue);
    border-radius: 30px;
    padding: 15px 30px;
}
.feature_idl_wrapper .card_wrapper .card .card-body .btn-primary-bt:hover{
    background-color: var(--secondaryBlue);
    color: #fff;
    transition: 0.3s;
}
.feature_idl_wrapper .card_wrapper .header_icon{
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #d1d1d1;
}
.feature_idl_wrapper .card_wrapper .header_icon svg{
    height: 30px;
    width: 30px;

}

.widget_mid_cover_wrapper{
    background-image: url('../images/job-interview.jpg');
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;

}
.overlay_emlemnator{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(70deg, var(--primaryBlue) 25%, #0e699d8c 100%);
    height: 100%;
    width: 100%;
}
.widget_content_wrapper{
    /* padding: 200px 360px 50px 53px; */
    width: 60%;
    margin: 100px 30px 0px 70px
}
.widget_content_wrapper h2{
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 700;
}
.widget_content_wrapper .btn-primary-bt{
    margin: 30px 0px;
    padding: 15px 50px;
}
.about_lt_wrapper{
    background-color: #f6f9fc;
}
.lf_content_wrapper{
    padding: 50px 0px;
}
.categories_ltr_wrapper.company_lt{
    background-color:#f6f9fc;
}
.categories_ltr_wrapper .sub_heading_line{
    font-size: 14px;
    color: #94a3b8;
    font-weight: 400;
}
.categories_ltr_wrapper .sub_heading_line a{
    color: #94a3b8;
    font-weight: 500;    
}
.categories_ltr_wrapper .sub_heading_line a:hover, .explore_btn a:hover{
    color: var(--secondaryBlue);
}
.grid.categories_card_box{
    display:grid ;
    grid-template-columns: auto auto auto auto auto;
    gap: 20px;
    padding-top: 50px;
}
.grid.categories_card_box .card{
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.grid.categories_card_box .card:hover{
    border-radius: 8px;
    transition: 0.3s;
    /* border: 1px solid var(--secondaryBlue); */

}
.grid.categories_card_box .card .card_title h3{
    font-size: 18px;
    font-weight: 500;
    z-index: 2;
    position: relative;
}
.grid.categories_card_box .card .card_content p{
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0px;
    margin: 0;
    z-index: 2;
    position: relative;
}
.explore_btn a{
    color: #94a3b8;
    font-size: 14px;
    z-index: 2;
    position: relative;
}
.leaf_side{
    height: 115px;
    width: 115px;
    background-color: #f9b234;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.grid.categories_card_box .card:hover .leaf_side {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
  }
  .grid.categories_card_box .card:hover h3, .grid.categories_card_box .card:hover p, .grid.categories_card_box .card:hover a{
    color: #fff;
  }
.grid.categories_card_box .card .card_body:hover{
    z-index: 2;
}
.grid.categories_card_box .card:nth-child(2n) .leaf_side {
    background-color: #3ecd5e;
  }
   .grid.categories_card_box .card:nth-child(3n) .leaf_side {
    background-color: #e44002;
  }
 .grid.categories_card_box .card:nth-child(4n) .leaf_side {
    background-color: #952aff;
  }
   .grid.categories_card_box .card:nth-child(5n) .leaf_side {
    background-color: var(--secondaryBlue);
  }
.grid.categories_card_box .card:nth-child(6n) .leaf_side {
    background-color: #4c49ea;
  }
  .grid.categories_card_box .card:nth-child(7n) .leaf_side {
    background-color: #f96d00;
  }
  .grid.categories_card_box .card:nth-child(8n) .leaf_side {
    background-color: #cd3e94;
  }

  .categories_ltr_wrapper.company_lt{
    background-color:#f6f9fc;
}
.categories_ltr_wrapper.company_lt .grid{
    display:grid ;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    padding-top: 50px;
}
.categories_ltr_wrapper.company_lt .icon_bar_job img{
    height: 32px;
    width: 32px;
}
.categories_ltr_wrapper.company_lt .icon_bar_job{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 13px #3c485833;
    position: absolute;
    top: -30px;
    left: 20px;
    z-index: 1;
    height: 50px;
    width: 50px;
    /* padding: 2px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories_ltr_wrapper.company_lt .card{
    padding: 30px 20px 0px 20px;
    margin-bottom: 40px;
}
.categories_ltr_wrapper.company_lt .card:hover{
    box-shadow: 3px 2px 7px 2px #eaeaea;
    transition: 0.3s;
}
.categories_ltr_wrapper.company_lt .card:hover .icon_bar_job {
    box-shadow: 0px 1px 20px 3px #0494dc63;
    border: 0.7px solid var(--secondaryBlue);
    transition: 0.3s;
}
.categories_ltr_wrapper.company_lt .card-body{
    padding: unset;
}
.categories_ltr_wrapper.company_lt .card .card_title{
    padding: 15px 0px;
}
.categories_ltr_wrapper.company_lt .card .card_title h3{
    font-size: 24px;
    font-weight: 500;
}
.categories_ltr_wrapper.company_lt .card .card_sub_heading p{
    font-size: 14px;
    font-weight: 400;
    color: #94a3b8;

}
.card_footer_wrapper .icon_bar{
    color: #94a3b8;
}
.card_footer_wrapper{
    position: relative;
    /* bottom: -10px; */
    border-top: 1px solid #eaecec;
    /* padding-top: 15px; */
    padding: 15px 0px;
}
.job_position_ltr{
    color: var(--secondaryBlue);
    font-weight: 500;
}

.service_wrapper_bottom_ltr{
    background-color: var(--bgColor);
    color: #fff !important;
}
.service_wrapper_bottom_ltr h2{
    font-size: 32px;
    font-weight: 600;
}
.service_wrapper_bottom_ltr .btn_service .btn{
    background-color: unset;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 15px 30px;
}
.service_wrapper_bottom_ltr .btn_service .btn:hover{
    background-color: var(--secondaryBlue);
    transition: 0.3s;
}
/*===========================

          BODY-CONTENT-SECTION-END
============================== */

/*==============================
        FOOTER 
============================*/
.footer_wrapper{
    border-top:1px solid #fff ;
}
.copywrite_footer {
    border-top: 1px solid #484848;
    margin-top: 40px;
    padding: 20px 0px;
    font-size: 14px;
    color: #868686;
}
.social_media_contact_link a{
    margin-left: 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 6px 11.5px;
    /* height: 30px; */
    /* width: 34px; */
    font-size: 16px;
}
/*==============================
        FOOTER-END
============================*/
.about_lt_wrapper {
    padding: 100px 0px;
  }
  
  .shape {
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    animation: morph 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 400px;
    transition: all 1s ease-in-out;
    width: 400px;
    z-index: 5;
    position: relative;
  }
  .heading_title{
    font-size: 38px;
    font-weight: 700;
  }
  
  @keyframes morph {
    0% {
        border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
        background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    } 
    
    50% {
        border-radius:  30% 60% 70% 40% / 50% 60% 30% 60%;
        background: linear-gradient(45deg, var(--third) 0%, var(--secondary) 100%);
    }
    
    100% {
      border-radius:  60% 40% 30% 70% / 60% 30% 70% 40%;
      background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    } 
  }


  /*=============================
            Login
  ==========================*/
.login-form-bx{
    padding-bottom: 0;
    background-color: #fbfbfb;
    overflow: hidden;
}
.login-form-bx .box-skew .authincation-content {
    box-shadow: none;
    position: absolute;
    z-index: 1;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px;
    width: 500px;
    background-color: #fff;
}

.login-form-bx .box-skew .authincation-content:after {
    box-shadow: 0 12px 23px #3e495414;
    background-color: #fff;
    content: "";
    height: 100%;
    width: 200%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.login-form-bx .box-skew1 {
    z-index: 1;
    background-color: var(--white);
}
.login-form-bx .box-skew, .login-form-bx .box-skew1 {
    height: 100vh;
    min-height: 100vh;
    position: relative;
}
.login-form-bx .inner-content {
    max-width: 500px;
    padding-left: 50px;
    padding-right: 30px;
}
.login-form-bx .inner-content h2, .login-form-bx .inner-content p {
 margin-bottom: 20px;
}
.align-self-center {
    align-self: center !important;
}

.login-form-bx .login-logo {
    margin-bottom: 30px;
    display: block;
}
.login-form-bx .social-icons {
    margin-left: unset;
    padding-left: unset;
}
.login-form-bx .social-icons li {
    display: inline-block;
    margin-right: 10px;
}
.login-form-bx .social-icons li a {
    display: block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    color: #40189d;
}
.login-form-bx .box-skew1:after {
    content: "";
    background-image: url(../images/bg-login.png);
    height: 100%;
    position: absolute;
    width: 120%;
    left: -30px;
    top: 0;
    background-size: cover;
    z-index: -1;
    transform: skew(-5deg);
}


/*=============================
            Login-End
  ==========================*/


  /*==============================
        ABOUT US
  ============================*/
.about_wrapper_cantainer{

}
.about_wrapper_cantainer .my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.about_wrapper_cantainer .my-auto h1{
    font-size: 51.87px;
    color: var(--secondaryBlue);
}

.about_wrapper_cantainer .my-auto h{
    font-size: 41.23px;
    color: var(--primaryBlue);
}
.about_wrapper_cantainer .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.about_wrapper_cantainer i.fa.fa-search {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #7e7373;
}

.about_wrapper_cantainer input.form-control {
    background: transparent;
    border: 1px solid transparent;
    margin-right: 34px;
    padding-left: 35px;
    box-shadow: none;
    color: #7e7373 !important;
}
.about_wrapper_cantainer  input.btn.btn-dark {
    padding: 8px 40px;
    font-size: 15.96px;
    background-color: var(--secondaryBlue);
}
.overview{

}
.overview .overImg {
    box-shadow: -28px 34px 0 5px var(--secondaryBlue);
    border-radius: 50px;
    width: 100%;
    overflow: hidden;
    height: auto;
}
.overview h1 span{
    color: var(--secondaryBlue);
}
.overview p, .readmores {
    line-height: 25px;
    margin: 60px 0 30px;
    color: #7e7373 !important;
}
.interJob{
    padding: 180px 0 80px;
    text-align: center;
}
.interJob h1 {
    font-weight: 700;
    font-size: 51.87px 
}
.interJob h1 span{
    color: var(--secondaryBlue)
}
.interinner {
    padding: 50px 15px 60px;
    border-radius: 30px;
    transition: .5s ease;
}
.interinner:hover {
    background: var(--secondaryBlue);
    color: #fff;
}
.daimond-bg {
    height: 55px;
    width: 55px;
    background-color: var(--secondaryBlue);
    transform: rotate(45deg);
    margin: 0px auto;
    transition: .5s ease;
}

.daimond-bg i {
    transform: rotate(-45deg);
    color: #fff;
    font-size: 25px;
    padding: 15px;
}

.interinner:hover .daimond-bg {
    background: #fff;
}

.interinner:hover .daimond-bg i {
    color: var(--secondaryBlue);
}
.interinner h4 {
    margin-bottom: 40px;
    font-size: 15.62px;
    font-weight: 600 !important;
    color: #7e7373;
    line-height: 25px;
}
.interJob a {
    color: #7e7373 !important;
    border-bottom: 1px solid #7e7373;
    padding-bottom: 2px;
    font-size: 15.96px;
    text-decoration: none !important;
    font-weight: 600;
}
.interinner:hover a {
    color: #fff !important;
    border-bottom: 1px solid #fff;
}
.interinner h2 {
    font-size: 21.28px ;
    margin: 40px 0 25px;
}
.interinner:hover h2, .interinner:hover h4 {
    color: #fff !important;
}
.valPart {
    text-align: center;
    padding: 180px 0;
    position: relative;
}
.valinner {
    background: #fff;
    box-shadow: 4px -3px 2px 0 #9e9e9e54;
    border-radius: 20px;
    padding: 50px 20px;
    position: absolute;
    transform: translate(4%, -35%);
    left: auto;
    width: 21%;
}
.valinner i {
    background: var(--primaryBlue);
    color: #fff;
    width: 60px;
    padding: 18px 0;
    border-radius: 50px;
    font-size: 25px;
    margin-bottom: 25px;
}
.valinner h1 {
    font-size: 51.87px !important;
    color: var(--secondaryBlue);
}
.valinner h4 {
    font-size: 15.96px;
    color: #7e7373;
}
.bgnumber {
    /* background-image: url('../images/about-us/bg.png'); */
     background: var(--secondaryBlue);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     height: auto;
     padding: 90px;
     width: 100%;
     margin-top: 60px;
 }
 
 /* ==== meetTeam ==== */
.meetTeam {
    text-align: center;
    padding: 0 0 180px;
}

.meetTeam h1 {
    font-size: 51.87px !important;
    color: #282b4a !important;
}
.meetTeam h1 span{
    color: var(--secondaryBlue);
}
.meetTeam h4 {
    margin: 30px 0 70px;
	color: #7e7373;
	font-size: 15.96px;
	font-weight: 600 !important;
}

.meetTeam .row h4 {
    color: #4b4b4b;
    margin: 5px 0 0;
}
.meetTeam h3 a {
    color: var(--secondaryBlue);
}
.teams {
	position: relative;
	width: 50%;
	margin: 0px auto;
	margin-bottom: 30px;
}
.ptMeet {
    margin-top: 100px ;
}

.teams:before {
	content:"";
	width:100%;
	height:100%;
	border-radius: 100%;
	background: var(--secondaryBlue);
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:all .35s ease 0s;
}

.teams:hover:before {
	opacity:0.6;
}

.teams img {
	width:100%;
	height:auto;
}

.teams .overlay {
	width:90%;
	height:90%;
	position:absolute;
	top:5%;
	left:5%;
}

.teams .overlay:after, .teams .overlay:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	transition:all .7s ease 0s;
}

.teams:hover .overlay:after,.teams:hover .overlay:before {
	opacity:1;
	transform:scale(1);
	transition-delay:.15s;
}

.teams .icons {
	padding:0;
	list-style:none;
}

.teams .icons {
	width:100%;
	margin:0;
	position:absolute;
	bottom:-10px;
	left:0;
	opacity:0;
	z-index:1;
	transition:all .7s ease 0s;
}

.teams:hover .icons {
	bottom: 55px;
	opacity: 1;
	transition-delay:.15s;
}

.teams .icons li a {
	display: block;
	width: 20px;
	height: 20px;
	line-height:40px;
	font-size:20px;
	color:#fff;
	transition:all .4s ease 0s;
}


    /*==============================
        ABOUT US END
  ============================*/


  /*===============================
        CONTACT_US
  ===============================*/


    /*===============================
        CONTACT_US
  ===============================*/
.contact_wrapper_cantainer{

}
.contact-section .upper-box {
    position: relative;
    padding: 90px 200px 70px;
    margin-top: -150px;
    z-index: 1;
    background: #fff;
}
.contact-block, .contact-block .inner-box {
    position: relative;
}
.contact-block {
    margin-bottom: 30px;
}
.contact-block, .contact-block .inner-box {
    position: relative;
}
.contact-block .icon {
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.contact-block .h4, .contact-block h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 20px;
}
.contact-block p {
    font-size: 15px;
    line-height: 26px;
    color: dimgray;
}
.contact-block p .phone {
    font-size: 18px;
    color: var(--secondaryBlue);
}

.contact-block p a {
    color: dimgray;
}
  
.contact-section .contact-form {
    max-width: 850px;
    margin: 0 auto;
    border: 1px solid #ecedf2;
    border-radius: 8px;
    padding: 50px 50px 70px;
}
.contact-section .contact-form .h3, .contact-section .contact-form h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 15px;
}
.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.default-form .form-group>label {
    font-size: 15px;
    line-height: 20px;
    color: #202124;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;

}
.default-form .form-group input[type=email], .default-form .form-group input[type=number], .default-form .form-group input[type=password], .default-form .form-group input[type=text], .default-form .form-group input[type=url] {
    position: relative;
    width: 100%;
    display: block;
    height: 60px;
    line-height: 30px;
    padding: 15px 20px;
    font-size: 15px;
    color: dimgray;
    background-color: #f0f5f7;
    border: 1px solid #f0f5f7;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all .3s ease;
}
.default-form .form-group textarea {
    position: relative;
    width: 100%;
    display: block;
    height: 60px;
    line-height: 30px;
    font-size: 15px;
    color: dimgray;
    background-color: #f0f5f7;
    border: 1px solid #f0f5f7;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all .3s ease;
    height: 160px;
    resize: none;
    padding: 15px 20px;
}
.btn-style-one {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: var(--secondaryBlue);
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 18px 35px 15px;
    transition: all .3s ease;
    width: 100%;
    outline: unset;
    border: unset;
}
.btn-style-one:hover{
    background-color: var(--primaryBlue);
}
    /*===============================
        CONTACT_US-END
  ===============================*/


  /*==============================
        FIND JOB
  ================================*/
.jobList_wrapper_cantainer{
/*    padding: 100px 0px;
    background-image: url(../images/bg-job.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    content: "";
*/
}
  
.job-search-form {
    position: relative;
    background: #fff;
    border: 1px solid #ecedf2;
    box-shadow: 0 7px 18px rgba(64,79,104,.05);
    border-radius: 10px;
    min-width: 740px;
    margin-bottom: 22px;
    padding: 20px 20px 20px 30px
}

.job-search-form .form-group {
    position: relative;
    text-align: left;
    margin-bottom: 0
}



.job-search-form .form-group.category {
    border-left: 1px solid #e6e6e6
}
.job-search-form .form-group:first-child {
    border-right: 1px solid #e6e6e6;
}
.job-search-form .chosen-container-single .chosen-single,.job-search-form .form-group input,.job-search-form .form-group select,.job-search-form .form-group textarea,.job-search-form .ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 15px;
    color: dimgray;
    line-height: 30px;
    font-weight: 400;
    background-color: #fff;
    padding: 15px 0 15px 40px;
    border: 0;
    border-radius: 0;
    transition: all .3s ease
}
.job-search-form .form-group input:focus,.job-search-form .form-group select:focus,.job-search-form .form-group textarea:focus{
    border: unset;
    outline: unset;
}
.job-search-form .form-group .icon {

        position: absolute;
        top: 18px;
        z-index: 2;
}
.ls-section{
    padding: 100px 0px;
}
.ls-section ul{
    padding-left: unset;
}
.ls-section ul li {
    list-style: none;
}
.ls-section .filters-outer {
    position: relative;
    background: #f5f7fc;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px 30px 10px;
}
.ls-section .switchbox-outer {
    position: relative;
    margin-bottom: 30px;
}
.ls-section h4 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 16px;
}

.switchbox, .switchbox li {
    position: relative;
}
.switchbox li {
    margin-bottom: 20px;
}
.switchbox-outer .switch {
    position: relative;
    display: flex;
    margin: 0;
    align-items: center;
    cursor: pointer;
}
.switchbox-outer .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switchbox .title {
    position: relative;
    margin-left: 10px;
    font-size: 15px;
    color: #5c6770;
    line-height: 20px;
}
.checkbox-outer {
    position: relative;
    margin-bottom: 30px;
}
.ui-checkbox li:first-child label {
    padding-top: 0;
}
.ui-checkbox label {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--primaryBlue);
    border-color: var(--primaryBlue);
}
.ui-checkbox, label {
    font-size: 15px;
    color: dimgray;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.ui-checkbox .form-check{
    display: flex;
    align-items: center;
    padding-left: unset;
}
.ui-checkbox .form-check-input{
    margin: 0;
}

.ls-section .filter-block {
    position: relative;
    margin-bottom: 30px;
}
/*======RANGE========*/
/* Styles for the price input container */
.price-input-container {
    width: 100%;
}

.price-input .price-field {
    display: flex;
    margin-top: 22px;
}

.price-field span {
    margin-right: 10px;
    margin-top: 6px;
    font-size: 17px;
}

.price-field input {
    font-size: 15px;
    text-align: center;
    border: 0px;
    background: transparent;
    justify-content: center;
    width: 90px;
}
.price-field input:focus{
    outline: unset;
    cursor: pointer;
}

.price-input {
    width: 100%;
    font-size: 19px;
    color: #555;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider-container {
    width: 100%;
}

.slider-container {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.slider-container .price-slider {
    height: 100%;
    left: 25%;
    right: 15%;
    position: absolute;
    border-radius: 5px;
    background: var(--primaryBlue);
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #555;
    pointer-events: auto;
    -webkit-appearance: none;
}

.rangeValue{
display: flex;
align-items: center;
justify-content: center;
}
/*======RANGE========*/

.tags-style-one {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tags-style-one li {
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: dimgray;
    padding: 5px 20px;
    cursor: pointer;
    transition: .3s;
}
.call-to-action-four {
    position: relative;
    background-color: rgba(25, 103, 210, .07);
    padding: 30px 140px 30px 30px;
    border-radius: 10px;
    overflow: hidden;
}
.call-to-action-four .h5, .call-to-action-four h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 17px;
}
.call-to-action-four p {
    font-size: 14px;
    line-height: 24px;
    color: dimgray;
    margin-bottom: 25px;
}
.call-to-action-four .image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 140px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
}
.btn-style-one {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: var(--secondaryBlue);
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
}
.ls-switcher {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ls-switcher .sort-by {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.ls-switcher .sort-by .chosen-single {
    position: relative;
    height: 45px;
    padding: 10px 28px;
    font-size: 14px;
    color: dimgray;
    line-height: 25px;
    background-color: #f0f5f7;
    min-width: 146px;
    margin-left: 10px;
    margin-bottom: 15px;
}
.job_content{
    cursor: pointer;
}
.job_content .card:hover{
    box-shadow: 0 5px 13px #3c485833;
    margin-top: -5px;
    transition: all 0.5s ease-out;

}

.job_details_patch .label_Job_type{
    background-color: #c1e0d7ed;
    padding: 4px 10px;
    border-radius: 16px;
    color: #059669;
}
.job_content .company_logo img{
    width: 32px;
}
.job_content .company_logo{
    box-shadow: 0 0 3px #3c485826;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
}
.job_content .job_type .badge{
    background-color: #0596691a;
    color: var(--secondaryBlue);
    font-size: 14px;
    font-weight: normal;
    border-radius: 16px;
    text-shadow: 0px 1px 15px #0da2ec78;

}
.job_content .badge{
    background-color: #0596691a;
    color: var(--primaryBlue);
    font-size: 14px;
    font-weight: normal;
    border-radius: 16px;

}
.job_content .verified img{
    width: 16px;
}
.job_content .verified{
    background-color: unset !important;
    border: 1px solid var(--secondaryBlue);

}
.job_card_footer{
    background-color: #f2f7fa;
    padding: 10px 0px;

}
  /*==============================
        FIND JOB END
  ================================*/


  /*============================
            Job_details
 ==============================*/       
.relatd_job_summary{
    width: 60%;
    margin: 60px auto;


}
.relatd_job_summary span{
    color: rgb(148 163 184/ 1);
    font-size: 16px;
}
.lenevo_logo_img{
    width: 7rem;
    height: 7rem;
    padding: 1rem;
    box-shadow: 0 0 #0000,  0 0 #0000, 0 0 3px #3c485826;
 }     
 .text_green{
    color: var(--secondaryBlue);
 }
  /*============================
            Job_details-End
 ==============================*/    
 
 /*===============================
            Job Apply
 ==================================*/ 
 .job_apply_wrapper{
 }
 .job_apply_wrapper .job_apply_breadcrum{
    padding: 120px 0px;
    background-color: #dfedf3;
    text-align: center;
 }
 .job_apply_wrapper .job_apply_breadcrum h5{
    margin: 20px 0px;
    color: #282b4a;
 }
.job_apply_wrapper .form-control {
    margin-bottom: 20px; /* Space between form fields */
}


  
 /*===============================
            Job Apply End
 ==================================*/ 

 