/*=========== :: MAIN STYLE :: *********
: WEB FONTS
: GLOBAL VARIABLE
: COMMON CSS
: HEADER CSS
: HOME CSS
: FEATURES
: FOOTER CSS
: CONTACT CSS
: SCROLL TOP CSS
===========*/

/*----------WEB FONT----------*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins: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);
@import url(https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);

/*===========GLOBAL VARIABLE CSS===========*/

* {
    margin:0;
    padding:0;
}

:root {
    --bg-white:#ffffff;
    --blue-col:#14284B;
    --skyblue-col: #006599;
    --bg-card-shadow: 0 0.188rem 1.25rem 0px rgba(0, 0, 0, 0.6);
    --bg-card-shadow: 0 2rem 5rem rgb(0,0,0,0.06);
    --bg-ligth-gray-1:#eee;
    --bg-yellow-color: #F5C701;

    /*===========TEXT===========*/

    --primary-fonts:"poppins", sans-serif;
    --heading-fonts:"Bai Jamjuree", sans-serif;
    --text-black:#000000;
    --text-white: #ffffff;
    --text-blue:#14284B;
    --text-skyblue:#006599;
    --text-red: #df331b;


}

/*===========COMMON CSS===========*/

body{
    font-family: var(--primary-fonts);
    font-size: 1rem;
    color: var(--text-black);
    line-height: 1.75rem;
    background-color: transparent;
    overflow-x: hidden;
}

h1{
    color: var(--text-blue);
    font-size: 3.5rem;
    line-height: 4.563rem;
    letter-spacing: 0.125rem;
    font-weight: 500;
    font-family: var(--heading-fonts);
}

h2{
    color: var(--text-blue);
    font-size: 2.875rem;
    line-height: 3.75rem;
    font-weight: 500;
    font-family: var(--heading-fonts);
}

h3{
    color: var(--text-blue);
    font-size: 1.563rem;
    font-weight: 400;
    font-family: var(--heading-fonts);
}

h4{
    color: var(--text-blue);
    font-size: 1.125rem;
    font-weight: 400;
    font-family: var(--heading-fonts);
}

section,
.section{
    position: relative;
}

.container{
    width:100%;
    margin: 0 auto;

}

p {
    margin-bottom: 0;
}

a {
    color: var(--text-blue);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus{
    columns: var(--skyblue-col);
}

a,
a:hover,
a:focus,
.btn:focus{
    text-decoration: none;
    outline:none;
    -webkit-bo-shadow:none;
    box-shadow: none;
}

ol,
li {
    margin: 0;
    padding: 0;
}

ol, li{
    list-style: none;
}

button,
button:focus{
    outline: none;
    box-shadow:none;
}

img{
    height: auto;
    width: 100%;
}

.btn{
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--text-white);
    line-height: 1;
    text-align: center;
    padding: 0.125rem 1.875rem;
    border: none;
    border-radius: 0.375rem;
    outline: 0 none;
    position: relative;
    z-index: 1;
}

.btn
.btn:active,
.btn.sApp-btn:before,
.bg-overlay::after{
    background: var(--blue-col);
}

.btn:hover{
    color: var(--text-white);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

/*SECTION PADDING*/
.ptb_100{
    padding: 100px 0;
}

/*===========HEADER CSS===========*/

.navbar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: var(--bg-white);
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 20px;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 20px;
}

.navbar .navbar-nav .nav-link{
    padding: 22px;
    color: var(--text-blue);
    text-transform: capitalize;
    transition: .3s;
}

.navbar-brand>img{
    max-width: 70%;
}

/*===========SCROLL FIXED NAVBAR===========*/

.navbar-nav .nav-link:hover
.navbar-nav .nav-link.active{
    color: var(--text-skyblue) !important;
}

.navbar-nav .nav-link{
    color: var(--text-blue);
    font-family: var(--heading-fonts);
    font-weight: 500;
}


.img_navbar_brand {
    width: 12%;
    height: 100%;
    padding: 10px 0;
  }



.cta_navbar{
padding: 1rem 2rem;
    margin-left:1.5rem ;
    color:var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue-col);
    
}

.cta_navbar:hover{
    background-color: var(--skyblue-col);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    transform: translateY(-0.313rem);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition:all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}
/*===========HOME CSS===========*/

#home{
    min-height: 740px;
    margin-top: 70px;
    height: 100%;
    background: url("../../media/home_banner.jpg") no-repeat scroll left center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#home .home_text .home_sub{
    font-size: 16px;
    line-height: 1.5rem;
    color: var(--text-white);
}

#home .home_text h2{
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 4rem;
    color: var(--text-white);
    padding: 1.063rem 0;
}

#home .home_text p{
    font-size: 1.2rem;
    color: var(--text-white);
    padding: 1rem 0;
}

#home .home-serv-btn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#home .home-serv-btn .btn{
    padding: 1.2rem 3rem;
    margin-left:1.5rem ;
    color:var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--skyblue-col);
}

#home .home-serv-btn .btn:first-child{
    margin-left: 0;
}

#home .home-serv-btn .btn:hover{
    transform: translateY(-0.313rem);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition:all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.btn_icon{
    margin-right: 10px;
}

.custom_icon{
    font-size: 2.5rem;
}

.features_tittle{
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 20px;
}

/*===========COUNTER SECTION===========*/

.counter_area{
    padding: 50px 0;
    background-color: var(--blue-col);
}

.single_counter{
    position: relative;
}

.single_counter span{
    font-size: 3rem;
    background: var(--bg-white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single_counter h3{
    color: var(--text-white);
}

.single_counter::after{
    position: absolute;
    content: '';
    height: 70%;
    width: 0.063rem;
    background-color: var(--bg-white);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0.10;
}

.single_counter:last-child::after{
    display: none;
}

/*===========HOME ABOUT SECTION===========*/

#about_us_section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

#about_us_section .about_text h2{
    font-size: 2.875rem;
    line-height: 2.80rem;
    font-weight: 500;
    color: var(--text-blue);
    padding: 1.063rem 0;

}

#about_us_section .about_text p{
    font-size: 1rem;
    text-align: justify;
}

/*===========BRANDS SECTION===========*/

#brands_section{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 150px;
    overflow: hidden;
}

.partrners_brand{
    height: 100%;
    width: 70%;
}
/*===========FEATURES SECTION===========*/

.features-section{
    padding: 6.25rem 0;
    background: #f7f7f7;
}

 .section_heading{
    margin-bottom: 2.813rem;
 }

 .recruitment_heading > h3{
    position: relative;
    font-size: 2.875rem;
    line-height: 3.75rem;
    font-weight: 500;
    color: var(--text-blue);
    padding-bottom: 1rem;
 }

 .single_promo{
    padding: 20px 0;
    margin-bottom: 20px;
    
   
 }

 .custon_features_home_row{
    margin-top: 30px;
 }

 .custon_features_home{
    background: transparent;
    border: none;
 }

 .custon_features_home_tittle >h5{
    color: var(--text-blue);
    font-weight: 500;
    font-size: 1.6rem;
    padding: 5px 0;
    
 }

 .custon_features_home_tittle >p{
    color: var(--text-black);
    text-align: justify;
 }

 .custon_features_img{
    width: 100%;
    height: auto;
 }
/*===========GENERAL SERVICES HOME SECTION===========*/

.general_services{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background:  var(--bg-white);
}


.service_heading >h3{
    color: var(--text-blue);
    font-size:  2.875rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.service_heading >p{
    color: var(--text-white);
}

.card_box{
    background: var(--bg-white);
    border: 1px solid var(--bg-ligth-gray-1);
    border-radius: 25px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    
}

.card_box .card-img-top{
    border-radius: 25px;
}

.card_box:hover{

    transform: translateY(-0.313rem);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.card-title{
    color: var(--text-blue);
    padding: 20px 0;
    font-family: var(--heading-fonts);
    font-size: 1.3rem;
    font-weight: 500;
 
}

.card-text{
    color: var(--text-black);
}

.custom_card_btn{
    color: var(--text-skyblue);
    margin-top: 30px;
    font-family: var(--primary-fonts);
}

.custom_card_btn:hover{
    color: var(--text-red);
    background: transparent;
    box-shadow: none;
}



/*===========CUSTOM CTA HOME===========*/

.custom_cta_home{
    background:url("../../media/cta-home-bg.jpg") no-repeat scroll top center;
    padding: 50px 0;
    background-size: cover;
}

.custom_cta_home .row{
    display: flex;
    justify-content: center;
    padding: 0;
}

.cta_section_heading >h3{
    color: var(--text-white);
    font-size: 2.5rem;
}

.cta_section_heading >p{
    color: var(--text-white);
}

.custom_cta_btn{
    padding: 22px;
    color: var(--text-black);
    background: var(--bg-yellow-color);
    margin-top: 30px;
    font-family: var(--primary-fonts);
}

.custom_cta_btn:hover{
    color: var(--text-black);
    transform: translateY(-0.313rem);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.map_section .container-fluid{
    padding: 0;
    margin: 0;
}

/*===========DUAL BANNER SECTION===========*/
#dual_banners_section{
    display: flex;
    justify-content: center;
    align-items: center;

}

.banner_for_job{
    max-height: 450px;
    padding: 150px 50px;
    background: url("../../media/bg-banner1.jpg") no-repeat scroll center center;
    background-size: cover;
}

.banner_for_job>p{
    color: var(--text-white);
}

.banner_for_job>h5{
    color: var(--text-white);
    font-size: 2.875rem;
    line-height: 3rem;
    font-weight: 400;
}

.banner_for_hire{
    max-height: 450px;
    padding: 150px 50px;
    background: url("../../media/bg-banner2.jpg") no-repeat scroll center center;
    background-size: cover;
}

.banner_for_hire>p{
    color: var(--text-white);
}

.banner_for_hire>h5{
    color: var(--text-white);
    font-size: 2.875rem;
    line-height: 3rem;
    font-weight: 400;
}

/*===========CUSTOM FOOTERS===========*/

.custom_footer{
    display: flex;
    width: 100%;
    overflow: hidden;
    background: var(--blue-col);
    color: var(--text-white);
}
/*===========GENERAL SERVICES HOME SECTION===========*/

#about_us_page{
    min-height: 440px;
    margin-top: 100px;
    height: 100%;
    background: url("../../media/bg-header-about.jpg") no-repeat scroll left center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#about_us_page .home_text >h2{
    color: var(--text-white);
}

#about_us_page .home_text >p{
    padding-left: 90px;
    padding-right: 90px;
    color: var(--text-white);
}

.custom_list_group{
    background: transparent;
    margin-top: 20px;
}

.custom_list_group .custom_list_group_item{
    border: none;
    padding-left: 0;
}

.custom_about_btn{
    padding: 22px;
    color: var(--text-black);
    background: var(--bg-yellow-color);
    margin-top: 30px;
    font-family: var(--primary-fonts);
}

.custom_about_btn:hover{
    color: var(--text-black);
    background: var(--bg-yellow-color);
    transform: translateY(-0.313rem);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.custom_about_features_section{
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about_features >h3{
    color: var(--text-blue);
    font-size: 2.875rem;
    line-height: 3.75rem;
    font-weight: 500;
    margin-bottom: 30px;

}

.corporate_values>h3{
    padding-top: 20px;
}

.custom_card_about{
    background:var(--bg-white);
    align-items: center;
    border: none;
    padding: 20px;
    margin-bottom: 10px;
    
}

.custom_card_about:hover{
    transform: translateY(-0.313rem);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition:all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    
}

.custon_service_img{
    width: 20%;
    height: 10%;
}

.custom_card_about_tittle{
    color: var(--blue-col);
    font-size: 1.6rem;
    font-weight: 500;
}

.custom_card_about_text{
    color: var(--text-black);
}

.custom_cta_about{
    background:url("../../media/cta-about-bg.jpg") no-repeat scroll center center;
    padding: 80px 0;
    background-size: cover;

}


/*===========CUSTOM SERVICES PAGE===========*/

#our_services_page{
    min-height: 440px;
    margin-top: 100px;
    height: 100%;
    background: url("../../media/bg-header-services.jpg") no-repeat scroll left center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

#our_services_page .home_text >h2{
    color: var(--text-white);
    font-size: 2.875rem;
    line-height: 2.6rem;
}

#our_services_page .home_text >p{
    padding-left: 90px;
    padding-right: 90px;
    color: var(--text-white);
}

.services_cards{
    background: var(--bg-white);
    padding-top: 50px;
    padding-bottom: 50px;
}

.custom_services_cards{
    background: var(--bg-white);
    border: 1px solid var(--blue-col);
}


.custom_services_cards:hover{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    transform: translateY(-0.313rem);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition:all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.custom_services_cards_tittle{
    color: var(--text-blue);
    font-size: 1.5rem;
    font-weight: 500;
}

.custom_services_cards_text{
    color: var(--text-black);
    text-align: justify;
}

.custon_cta_services{
    background: url("../../media/bg_cta_services.jpg") no-repeat scroll center center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
}

.custon_cta_services_text >h4{
    color: var(--text-white);
    font-size: 2.65rem;
}

.custon_cta_services_text >p{
    color: var(--text-white);
}

.custom_service_btn{
    padding: 22px;
    color: var(--text-black);
    background: var(--bg-yellow-color);
    margin-top: 30px;
    font-family: var(--primary-fonts);

}

.custom_service_btn:hover{
    color: var(--text-blue);
    transform: translateY(-0.313rem);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/*===========JOB SEEKERS PAGE===========*/

#job_seekers_page{
    min-height: 440px;
    margin-top: 100px;
    height: 100%;
    background: url("../../media/bg-header-job-seekers.jpg") no-repeat scroll center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.job_seekers_text >h1{
    color: var(--text-white);
    
}

.job_seekers_text >p{
    color: var(--text-white);
}

.cards_job_seekers{
    padding-bottom: 50px;
}

.custom_card_job_seekers{
    background: var(--bg-white);
    border: none;
    padding: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    transform: translateY(-0.313rem);
}

.custom_card_job_seekers>img{
    width: 20%;
    height: 10%;
}


.custom_card_job_text >h4{
    color: var(--text-blue);
    font-size: 1.6rem;
    font-weight: 500;
}

.custom_card_job_text >p{
    color: var(--text-black);
    text-align: justify;
}

.land_your_dream_section{
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.land_your_dream_text>h3{
    font-size: 2.65rem;
    color: var(--text-blue);
    font-weight: 500;
}

.land_your_dream_text>p{
    text-align: justify;
}

.job_seekers_cta{
    width: 100%;
    background: var(--blue-col);
    padding-top: 50px;
    padding-bottom: 50px;
}

.job_seekers_text>h4{
    color: var(--text-white);
    font-size: 2.6rem;
    font-weight: 500;
}

.job_seekers_btn{
    padding: 22px;
    background: var(--bg-yellow-color);
    color: var(--text-black);
    margin-top: 30px;
}

.job_seekers_btn:hover{
    color: var(--text-blue);
    transform: translateY(-0.313rem);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.perfec_fit_section{
    background: var(--bg-white);
    padding-top: 80px;
    padding-bottom: 80px;
}

.perfec_fit_text>h4{
font-size: 2.6rem;
font-weight: 500;
color: var(--text-blue);
}

.perfec_fit_card{
    background: var(--bg-white);
    border: none;

}

.perfec_fit_text>h5{
    color: var(--text-blue);
    line-height: 0rem;
    font-weight: 500;
}

.perfec_fit_text>p{
    color: var(--text-black);
    text-align: justify;
}

.perfec_fit_card>img{
    width: 100%;
    height: auto;
}

/*===========BUSINESS SOLUTIONS FOR EMPLOYERS PAGE===========*/
#solutions_for_employers_page{
    min-height: 440px;
    margin-top: 100px;
    height: 100%;
    background: url("../../media/bg-header-employers.jpg") no-repeat scroll center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.employers_text>h1{
    color: var(--text-white);
}

.employers_main_section{
    padding: 50px 0;
    display: flex;
    justify-content: center;
    background: var(--bg-white);
}

.employers_text_section>h2{
    font-size: 2.875rem;
    line-height: 2.90rem;
    font-weight: 500;
    color: var(--text-blue);
    padding: 1.063rem 0;
    
}

.employers_text_section>p{
    text-align: justify;
}

.how_it_work_section{
    padding: 80px 0;
    background: #f7f7f7;
}

.how_it_work_heading>h3{
    font-size: 2.875rem;
    font-weight: 500;
    color: var(--text-blue);
}

.custom_card_how_it_work{
    border: none;
    padding: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.custom_card_how_it_work:hover{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    transform: translateY(-0.313rem);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition:all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.card_how_it_work_text>h5{
    text-align: center;
    color: var(--text-blue);
    font-size: 1.6rem;
    font-weight: 500;
}

.card_how_it_work_text>p{
    color: var(--text-black);
    text-align: center;
}

.custom_card_how_it_work>img{
    width: 30%;
    height: auto;
}

.strategic_hiring_section{
    padding: 50px 0;
    background: var(--bg-white);
    display: flex;
    justify-content: center;
}

.strategic_hiring_section_text>h3{
    font-size: 2.875rem;
    color: var(--text-blue);
    font-weight: 500;
}

.strategic_hiring_section_text>p{
    text-align: justify;
}

.direct_sourcing{
    background: var(--bg-white);
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.direct_sourcing_text>h4{
    font-size: 2.875rem;
    color: var(--text-blue);
    font-weight: 500;
}

.direct_sourcing_text>p{
    text-align: justify;
}

.promo_video>video{
    border-radius: 10px;
}

.counter_item{padding: 30px 0;}

#our_services_page { 
    min-height: 440px;
    margin-top: 100px;
    height: 86%;
    background: url("../../media/bg-header-services.jpg") no-repeat scroll center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;}


.recruitment_heading >h3{
    text-align: center;
}

.recruitment_heading >p{
    text-align: center;
}

.custom_services_cards {
    background: var(--bg-white);
    border: 1px solid var(--bg-ligth-gray-1);
    border-radius: 25px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}



#our_services_page {
    min-height: 440px;
    margin-top: 86px;
    height: 100%;
    background: url(../../media/bg-header-services.jpg) no-repeat scroll center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#job_seekers_page {
    min-height: 440px;
    margin-top: 86px;
    height: 100%;
    background: url(../../media/bg-header-job-seekers.jpg) no-repeat scroll center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.job_seekers_text>h1{
    font-size: 2.876rem;
    line-height: 1.6rem;
}

.custom_card_job_seekers {
    background: var(--bg-white);
    border: none;
    padding: 0px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    transform: translateY(-0.313rem);
}

.land_your_dream_section {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    text-align: center;
}

.job_seekers_text>h4{
    font-size: 30px;
}

.land_your_dream_text>h3{
    font-size: 30px;
}

.perfec_fit_text>h4 {
    font-size: 30px;
    font-weight: 500;
    color: var(--text-blue);
}

#contact_home_section{
    display: flex;
    align-content: center;
    justify-content: center;
    background: var(--blue-col);
    padding: 100px 0;
    overflow: hidden;
}

.card_details_area_tittle>h5{
    font-size: 2.875rem;
    line-height: 1.5em;
    color: var(--text-white);
    font-weight: 500;
    padding-bottom: 50px;
}

.card_details_area{
    display: flex;
    align-items: center;
    justify-content: center;
}


.card_details_area>img{
    width: 30%;
    height: auto;
}
/*===========CUSTOM FORM===========*/

#contact_form_section{
    display: flex;
    background: url(../../media/contact_bg.jpg) no-repeat scroll center center;
    background-size: cover;
    align-items: center;
    padding: 50px 0;
}

.contact_tittle{
    padding: 50px;
    background: var(--blue-col);
    margin-right: 90px;
    border-radius: 5px;
}

.contact_tittle>h5{
    color: var(--text-white);
    font-size: 2.875rem;
}

.contact_tittle>p{
    color: var(--text-white);
}

.custom_form{
    padding: 44px;
    border-radius: 15px;
    background: var(--bg-white);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.form_custom_btn {
    padding: 22px;
    color: var(--text-black);
    background: var(--bg-yellow-color);
    margin-top: 30px;
    font-family: var(--primary-fonts);
    width: 100%;
}

.form_custom_btn:hover {
    color: var(--text-black);
    background: var(--bg-yellow-color);
    transform: translateY(-0.313rem);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/*===========JOB AREAS===========*/

#job_areas{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 50px 0;
    background:var(--bg-white);
}

.job_areas_tittle >h4{
    font-size: 2.876rem;
    line-height: 3rem;
    margin-bottom: 50px;
}

.row_custom_cards{
    margin: 10px 0;
}


.job_area_card{
    display: flex;
    align-items: center;
    border: none;
    background: var(--bg-white);
    padding-top: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.job_area_card_tittle>h5{
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}

.custom_job_img{
    width: 40%;
    height: auto;
}

.job_area_card:hover{
    transform: translateY(-0.313rem);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/*===========OUR WORK PROCESS===========*/

#our_work_process{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 90px 0;
    background: url("../../media/how-it-works-bg.jpg") no-repeat scroll top center;
    background-size: cover;
}

.our_work_process_tittle>p{
    color: var(--text-white);
}

.our_work_process_tittle>h5{
    color: var(--text-white);
    font-size: 2.876rem;
    line-height: 3.5rem;
    font-weight: 400;
}

.cta_work_process{
    padding: 20px;
    margin-top: 30px;
    color: var(--text-black);
    background: #F5C701;
}

.cta_work_process:hover{
    color: var(--text-black);
    background: #F5C701;
    transform: translateY(-0.313rem);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


/*===========APPLICATION LANDING===========*/

#application_page{
    min-height: 440px;
    margin-top: 100px;
    height: 100%;
    background: url("../../media/app-bg-header.jpg") no-repeat scroll left center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.application_text>h2{
    color: var(--text-white);
}

.application_text>p{
    color: var(--text-white);
}


/*===========MEDIA QUERIES===========*/

@media (max-width: 576px){
    #home{
    min-height: 740px;
    margin-top: 86px;
    height: 100%;
    background: url("../../media/home_banner.jpg") no-repeat scroll left center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.custon_features_home {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#about_us_section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    text-align: center;
}

.perfec_fit_section {
    background: var(--bg-white);
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    text-align: center;
}

#solutions_for_employers_page {
    min-height: 440px;
    margin-top: 86px;
    height: 100%;
    background: url(../../media/bg-header-employers.jpg) no-repeat scroll center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.employers_text>h1{
    font-size: 30px;
    line-height: 1.6rem;
}

.employers_main_section{
    display: flex;
    text-align: center;
}

.how_it_work_heading>h3{
    font-size: 30px;
    line-height: 1.7rem;
    padding: 10px 0;
}

.how_it_work_heading>p{
    font-size: 16px;
}

.how_it_work_heading{
    font-size: 30px;
    line-height: 1.6rem;
}

.strategic_hiring_section {
    padding: 30px 0;
    background: var(--bg-white);
    display: flex;
    justify-content: center;
    text-align: center;
}

.strategic_hiring_section_text>h3 {
    font-size: 30px;
    color: var(--text-blue);
    font-weight: 500;
}

.direct_sourcing {
    background: var(--bg-white);
    padding: 50px 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.direct_sourcing_text>h4 {
    font-size: 30px;
    color: var(--text-blue);
    font-weight: 500;
    margin-top: 20px;
}

.employers_text_section>h2 {
    font-size: 30px;
    line-height: 1.6rem;
    font-weight: 500;
    color: var(--text-blue);
    padding: 1.063rem 0;
}

#our_services_page .home_text >h2 {
    color: var(--text-white);
    font-size: 30px;
    line-height: 1.8rem;
}

}

/*===========404 SECTION===========*/

.error_message {
    font-size: 2.875rem !important;
}


/*===========CONTACT SECTION===========*/

#section_contact{
    min-height: 440px;
    margin-top: 86px;
    height: 100%;
    background: url(../../media/contact-header-bg.png) no-repeat scroll center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#contact_form_section{
    display: flex;
    justify-content: center;
}


/*===========FOOTER SECTION===========*/

#contact_details_section{
    padding: 50px 0;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_details_contact{
    background: var(--bg-white);
    border: none;
}

.card_details_contact_text>h5{
    color: var(--text-blue);
    font-size: 1rem;
    font-weight: 600;
}

.card_details_contact_text>p{
    color: var(--text-black);
}

a.nav-link.text-body-secondary.py-1 {
    color: #ffffff;
}

a.nav-link.text-body-secondary.py-1:hover {
    color: var(--bg-yellow-color)
}

.quick_link_tittle>h4{
    font-size: 1.3rem;
    font-weight: 500;
}

.img_footer_brand{
    width: 60%;
    height: auto;
    padding-bottom: 10px;
}

.custom_footer_item{
    background: transparent;
    border: none;
}

.custom_link_svg_footer{
    margin-right: 10px;
    color: var(--text-white);
}

.main_tittle_footer>h4{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 20px;
    padding-left: 20px;
}

.quick_links_paragra{
    font-size: 15px;
}

#custom_values_carousell{
    background: #f7f7f7;
    padding: 50px 0;
}

.corporate_values>h3{
    font-size: 2.875rem;
    line-height: 2.80rem;
    font-weight: 500;
    color: var(--text-blue);
    padding-bottom: 30px;
}

.custom_card_value_tittle{
    font-size: 20px;
    color: var(--text-blue);
    font-weight: 500;
}

.custon_value_img{
    width: 30%;
    height: auto;
}

.custom_footer_svg{
    color: var(--skyblue-col);
    
}

.custom_location{
    margin-bottom: 20px;
}

#custom_links_footer{
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue-col);
    align-items: center;
    border-bottom: 2px solid var(--skyblue-col);

}

.custom_links_footer_items{
    border: none;
    background: transparent;
}

.custom_links_footer_text{
    color: var(--text-white);
}

/*===========MEDIA QUERIES SECTION===========*/
@media (max-width:768px){

    .img_navbar_brand {
        width: 40%;
        height: 100%;
        padding: 10px 0;
      }

      .navbar-toggler-icon {
        color: var(--text-blue);
        width: 1em;
        height: 1em;
    }

    .mobile_px_20{
        padding: 0 1.25rem;
    }


    .perfec_fit_card_img{
        height: auto;
        width: 30%;
        
    }

    .employers_main_section {
        padding: 50px 0;
        display: flex;
        justify-content: center;
        background: var(--bg-white);
        text-align: center;
    }

    .strategic_hiring_section {
        padding: 50px 0;
        background: var(--bg-white);
        display: flex;
        justify-content: center;
        text-align: center;
    }  
    
    .strategic_hiring_section_text>h3 {
        font-size: 30px;
        color: var(--text-blue);
        font-weight: 500;
    }

    .direct_sourcing {
        background: var(--bg-white);
        padding: 50px 0;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .direct_sourcing_text>h4 {
        font-size: 30px;
        color: var(--text-blue);
        font-weight: 500;
        margin-top: 30px;
    }

    #home .home_text h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.8rem;
        color: var(--text-white);
        padding: 1.063rem 0;
    }

    .navbar-toggler{
        background: transparent;
        padding: 0.25rem 0.75rem;
        font-size: 2.25rem;
        line-height: 1;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: box-shadow .15s ease-in-out;
        }
    

    .navbar-toggler:focus{
        box-shadow: none;
    }

    .navbar-toggler-icon{
        color: var(--text-blue);
        width: 1em;
        height: 1em;
    }

    .navbar-sticky-on .navbar-toggler-icon{
        color:var(--text-black);
    }
    #brands_section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 0;
        overflow: hidden;
    }

    .partrners_brand {
        height: 100%;
        width: 100%;
    }

    .custom_list_group {
        background: transparent;
        margin-top: 20px;
        align-items: flex-start;
    }

    /*===========FEATURES CSS===========*/

    .mobile_px_20{
        padding: 0 1.25rem;
    }

    .margin_top_up{
        margin-top: 0rem;
    }
    .custom_services_cards {
        margin: 10px 0;
        background: var(--bg-white);
        border: 1px solid var(--bg-ligth-gray-1);
        border-radius: 25px;
        box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    }

    .quick_links_container{
        margin: 20px 0;
    }

    .main_tittle_footer>h4 {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--text-white);
        margin-bottom: 20px;
        padding-left: 20px;
        text-align: left;
    }

    .error_message {
        font-size: 30px !important;
    }
    


}