
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #f6f6f6;
}
a{
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
ul{
    margin: 0;
    padding: 0;

}
li{
    list-style: none;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Fjalla One', sans-serif;
}
a:hover{
    text-decoration: underline;
    transition: all 0.5s ease 0s;
}
.mb-x{
    margin-bottom: 10px;
}
.mb-2x{
    margin-bottom: 20px;
}
.mb-4x{
    margin-bottom: 40px;
}
.padding-2x{
    padding: 20px;
}
.mt_20{
    margin-top: 20px;
}
.relative{
    position: relative;
}
/*------- transitions -------*/
.transition{
    transition: 0.2s all;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}


/*----------- header style---------*/
.header{
    padding: 20px 0;
}
.menu {
    text-align: right;
    margin-top: 19px;
}
.menu li {
    display: inline-block;
}
.menu a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    display: block;
    padding: 10px;
    font-size: 18px;
}


/*#banner*/
#banner{
    text-align: center;
}
.intro_heading {
    font-size: 40px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
    color: #000;
    line-height: 51px;
    margin-top: 110px;
}
.home_intro p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 40px;
    padding: 0px 19%;
    font-family: 'Fjalla One', sans-serif;
}

.home_intro {
    position: absolute;
}
#banner img{
    border-radius: 10px;
    width: 100%;
}
.box_img img{
    width: 100%;
}
.box_img {
    position: relative;
}
.text {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 35px;
    width: 100%;

}
.text h3 {
    margin-top: 10px;
    font-size: 25px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 30px;
}
.box_text {
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.two_box{
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    border-radius: 15px;
}
.tr{
    text-align: right;
}
.text span {
    text-transform: uppercase;
    font-size: 16px;
}
.box_text {
    padding: 30px;
}
.box_text h4{
    margin-top: 0;
}
.serach_input {
    border-radius: 30px;
    height: 47px;
    width: 100%;
}
.serc_btn{
    width: 100%;
}
.bg_blk{
    background-color: #000;
}
.box_text.bg_blk {
    padding: 20px;
}
.talent_acquisition {
    display: flex;
    width: 100%;
}
.talent_acquisition span {
    width: 25%;
    text-align: center;
    border-right: 2px dotted #fff;
}
.talent_acquisition span:last-child {
    border-right: 0;
}
.talent_acquisition span h6{
    color: #fff;
    font-size: 15px!important;
    letter-spacing: 1px;
    font-family: 'Fjalla One', sans-serif;
}

#banner_top img{
    width: 100%;
}
#banner_top h1 {
    position: absolute;
    color: #fff;
    font-size: 50px;
    margin-left: 50px;
    margin-top: 50px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
}
.bg_grey{
    background-color: #f8f9f9;
}

#helping_you img{
    width: 100%;
}
#helping_you .bg_grey{
    padding: 50px;
}
#helping_you {    
    margin:50px 0; 
}
#helping_you h3, #double_your_job h3, #double_your_job h4{
    font-size: 30px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
}
#double_your_job h4{
    font-size: 20px;
}
#helping_you p, #double_your_job p {
    font-size: 19px;
}
#double_your_job .col-md-12 p {
    margin-bottom: 50px;
}
#double_your_job{
    text-align: center;
}
#double_your_job .img-circle{
    width: 150px;
}

.processSectionTitle {
    letter-spacing: .5em;
    font-weight: 500;
    text-transform: uppercase;
}
.processSectionHeading {
    font-size: 3.5em;
    font-weight: 600;
    color: #283149;
    text-transform: capitalize;
    line-height: 1.2em;
    margin-top: .5em;
    margin-bottom: .5em;
    font-weight: bold;

}
.processSectionHeading {
    font-size: 3.5em;
    font-weight: 600;
    color: #283149;
    text-transform: capitalize;
    line-height: 1.2em;
    margin-top: .5em;
    margin-bottom: .5em;
    font-weight: bold;
}
.processSectionDescription {
    color: #868596;
    width: 80%;
    line-height: 25px;
    font-size: 16px;
}
.how_it_block:nth-child(1) {
    padding: 25% 0 10px 10px;
}
.how_it_block {
    width: 50%;
    float: left;
}
.processBlockCard {
    border: 1px solid #868596;
    border-radius: .3em;
    padding: 10px;
    text-align: center;
    position: relative;
    height: 100%;
    transition: .4s;
    float: left;
    width: 48%;
    margin-right: 1%;
    height: 350px;
    margin-bottom: 1%;
    background-color:#fff;
}
.processBlockDescription {
    width: 100%;
    text-align: left;
    letter-spacing: .08em;
    color: #868596;
    padding: .25em;
}
.processBlockHeading {
    float: left;
    color: #283149;
    font-weight: 600;
    font-size: 1.1em;
    width: 100%;
    text-align: left;
    letter-spacing: .05em;
    padding: .25em;
    font-family: 'Fjalla One', sans-serif;
}
.processNumber {
    position: absolute;
    top: 1em;
    left: 1em;
    font-weight: 600;
    font-size: 1.4;
}
.fr{
    float: right;
}
.how_it_area.how_two {
    padding: 30px;
}
.processBlockCard:hover {
    background: linear-gradient(to right,#00a789,#00959b);
    border: 1px solid #00a88a;
    color: #fff;
    transition: .4s;
}
.processBlockCard:hover .processBlockDescription, .processBlockCard:hover .processBlockHeading {
    color: #fff;
}
#banner_top.business_banner{
    overflow: hidden;
}
#banner_top.business_banner img{ 
    height: 350px;  
    width: auto;
    vertical-align: middle;
    justify-content: center;
}
#banner_top.business_banner  {
    width: 100%;
    display: flex;
    justify-content: center;
}

.three_box {
    background-color: #FFFFFF;
    border: 1.2px solid #C2C0C0;
    border-radius: 5px;
    box-shadow: 2px -6px 15px 4px rgba(124,117,116,0.1);
    color: #382E2C;
    display: flex;
    flex-direction: column;
    margin: 120px auto 0 auto;
    max-width: 380px;
    padding: 50px 25px 50px 25px;
    position: relative;
    width: 100%;
    height: 260px;
}
.rh-cta-tile__single-tile img {
    border-radius: 50% 50% 0% 0%;
    margin-bottom: 0 !important;
    position: relative;
    width: 100px;
    z-index: 100 !important;
}
.rh-cta-tile__single-tile {
    left: 50%;
    width: 102px;
    position: absolute;
    top: -3%;
    transform: translate(-50%,-50%);
    z-index: 0;
    border: 1.2px solid #C2C0C0;
    border-radius: 50%;
    box-shadow: 2px -6px 15px 4px rgba(124,117,116,0.1);
}

.three_box h5 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: -15px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.three_box p {
    font-size: 16px !important;
}
.three_box a {
    display: inline-block;
    color: #FFFFFF !important;
    margin: 15px auto;
    font-weight: normal;
    text-align: center;
    line-height: 1.25;
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
    background-color: #9F1C35;
    border: 1px solid #9F1C35;
    padding: 10px 20px;
    font-size: 17px;
}
#your_choice h1 {
    font-size: 40px !important;
    line-height: 50px !important;
    font-family: 'Fjalla One', sans-serif;
}
#your_choice .col-md-12 p {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}
#your_choice {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
}
.mt180{
    margin-top: 180px;
}
#candidates {
    text-align: center;
}
#candidates h5{
    font-size: 48px !important;
    line-height: 64px !important;
    color: #797979
}
#candidates p{
    font-size: 16px !important;
}
.mtb50{
    margin: 50px 0;
}
.contact_us_area button{
    min-width: 100%!important;
    border-radius: 0!important;
    margin-top: 20px;
}
#double_your_job h1{
    font-family: 'Fjalla One', sans-serif;
}
#slides{
    margin: 50px 0;
    text-align: center;
}
.banner-li h6{
    font-size: 18px;
    font-family: 'Fjalla One', sans-serif;
}
.flex-control-nav.flex-control-paging {
    display: none;
}
.flex-direction-nav a::before {
    font-size: 30px;
}
#footer_area {
    border-top: 1px solid #000;
    text-align: center;
    margin-top: 30px;
}
#footer_area span{
    padding: 10px 10px 20px;
    color: #000;
}
#footer_area p{
    color: #000;
}
.slider_area{
     box-shadow: 2px 5px 15px 4px rgba(124,117,116,0.1);
     padding: 50px 0;
     border-radius: 20px;
}
.contact_heading {
    background: #0078d7;
    color: #fff;
    text-align: center;
    padding: 18px 0;
}
.contact_heading h2{
    margin: 0;
    padding: 0;
}
.mtb50{
    margin: 50px 0;
}
.choose_the_best {
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
    border: solid 1px #c2c0c0;
    padding: 20px;
    margin: 0px;
    position: relative;
    cursor: pointer;
    height: 100%;
    background: #FFFFFF;
    padding-left: 35%;
    height: 250px;
    position: relative;
}
#double_your_job.choose_the_best_area h4{
    margin: 0 0 8px;
    font-family: "RH Futura Book",OpenSansRegular,"Open Sans Regular",sans-serif;
    font-size: 20px;
    line-height: 1.375;
    color: #9F1C35;
    text-align: left!important;
}
#double_your_job.choose_the_best_area p{
    text-align: left!important;
}
.choose_the_best img {
    position: absolute;
    left: 18px;
    top: 14px;
}
.menu_bar {
    background: #3172aa;
    padding: 6px 12px;
    color: #fff;
    font-size: 27px;
    float: right;
    cursor: pointer;
    display: none;
}
.business_banner{
    position: relative;
}
/*#banner_top .business_banner_text h1 {
    color: red !important;
    left: 56px;
    font-size: 40px !important;
    line-height: 50px !important;
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
}
#banner_top .business_banner_text p{
    color: red !important;
    left: 56px;
    font-size: 40px !important;
    line-height: 50px !important;
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
}*/

.business_banner_text {
    position: absolute;
    top: 0;
    z-index: 999;
    left:8.3%;
    display: none;
}
.business_banner_text h3{
    font-size: 40px !important;
    line-height: 50px !important;
    font-family: 'Fjalla One', sans-serif;
}
.business_banner_text p{
    font-size: 19px;
}

.bg_wht{
    background-color: #fff;
}
.choose_the_way img{
    border-radius: 100%;
    width: 100%;
}
.choose_the_way p, .choose_the_way li {
    font-size: 19px;
}
.choose_the_way ul {
   float: left;
   width: 100%
}
.choose_the_way li {
    width: 48%;
    float: left;
    list-style-type: disc;
    margin-left: 2%;
}
.choose_the_way button {
    background: transparent;
    border: 1px solid #9F1C35;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 4px;
    margin-top: 10px;
    color: #9F1C35;
      transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.choose_the_way button:hover {
    background: #9F1C35;
    color: #fff;
      transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
@media (max-width: 1199px) {
    .intro_heading {
        font-size: 33px;
        line-height: 44px;
        margin-top: 50px;
    }
    .home_intro p {
        font-size: 16px;
    }
    .text h3 {
        font-size: 25px;
    }
    #double_your_job .col-md-12 p {
        padding: 10px 0;
    }
}   

@media (max-width: 991px) {
    .box_text.bg_blk {
        padding: 11px;
    }
    .intro_heading {
        font-size: 24px;
        line-height: 38px;
        margin-top: 39px;
    }
    .home_intro p {
        line-height: 32px;
        margin-top: 10px;
        padding: 0px 5%;
    }
    .text h3 {
        font-size: 20px;
    }
    .text {
        padding: 17px;
    }
    #banner_top h1 {
        font-size: 30px;
    }
    #banner_top img {
        width: 100%;
        height: 200px;
    }
    #double_your_job .col-md-12 p {
        padding: 10px 0;
    }
    .how_it_block {
        width: 100%;
        float: left;
    }
    .how_it_block:nth-child(1) {
        padding: 20px 0;
    }
    .mt_30{
        margin-top: 30px;
    }
    #your_choice {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }
    .mt180 {
        margin-top: 0;
    }
    #your_choice h1, #your_choice .col-md-12 p {
        display: none;
    }
    .business_banner_text {
        display: block;
    }
}

@media (max-width: 767px) {
   .menu_bar {
        display: block;
    } 
    .menu {
        display: none;
        position: absolute;
        background: #3172aa;
        top: 45px;
        right: 15px;
        width: 300px;
        z-index: 999;
    }
    .menu_bar {
        display: block;
        margin-top: 13px;
    }
    .menu li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .menu li a{
        color: #fff;
        font-size: 16px;
    }
    .menu li a:hover{
        text-decoration: none;
        background-color: #012a4e;
    }
    .serc_btn {
        width: 100%;
        margin-top: 20px;
    }
    .text {
        padding: 30px;
    }
    .text h3 {
        font-size: 32px;
    }
    .home_intro {
        position: absolute;
        width: 96%;
    }
    .intro_heading br {
        display: none;
    }
    .intro_heading {
        font-size: 18px;
        line-height: 38px;
        margin-top: 14px;
    }
    .home_intro p {
        line-height: 25px;
        margin-top: 10px;
        padding: 0px 5%;
        font-size: 14px;
    }
    .two_box:last-child{
        margin-top: 30px;
    }
    .choose_the_best_area .col-md-3.col-sm-6 {
        margin-top: 30px !important;
    }
    #candidates h5 {
        font-size: 28px !important;
        line-height: 34px !important;
    }
    .choose_the_way img {
        width: 300px;
    }
    #banner_top.business_banner img {
        height: 210.4px;
    }
}

@media (max-width: 600px) {
    .home_intro {
        position: absolute;
        width: 94%;
    }
    #banner img {
        display: none;
    }
    .home_intro {
        position: relative;
        width: 100%;
        background: #c0e9fd;
        padding: 15px;
    }
    .intro_heading {
        font-size: 18px;
        line-height: 24px;
        margin-top: 14px;
    }
    .text h3 {
        font-size: 23px;
    }
    

}
@media (max-width: 500px) {
    .box_img img {
        width: 100%;
        height: 180px;
    }
    .processBlockCard {
        width: 100%;
        height: auto;
    }
    .how_it_area.how_two{
        padding: 0;
    }
    #banner_top h1 {
        font-size: 25px;
    }
}
@media(max-width:450px){
    .get_text{
        font-size:20px !important; 
        line-height:1.5em !important;
    }
    .choose_the_best {
    height: 160px;
}
.three_box {
   
    height: 210px;
}
.footer-widgetized .section-container:before {
    background-color: cadetblue;
   }
#kt-header.type4_5_6 .menubgcolor{
background-color: cadetblue;
}


#helping_you h3, #double_your_job h3, #double_your_job h4 {
    font-size: 21px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
}
.processSectionHeading {
    font-size: 2.5em;
    font-weight: 600;
    color: #283149;
    text-transform: capitalize;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
}
h1, .h1 {
    font-size: 31px;
}
}
