a.hover{
    text-decoration: none;
}
#topbar .topbar-section{
    padding:0;
    margin:0;
    background-color:#f4f4f4;
}
#topbar .topbar-section .social-widgets ul>li a i{
    color:#A3C10B;
}
#topbar-section .topbar-section .header-sec{

    color:#FFFFFF;
    height:80px;
    padding-top:4px;
}
#topbar .topbar-section .company-info ul li a{
    text-decoration: none;
    color:#FFFFFF;
}
#topbar .topbar-section .company-info ul li {
    list-style: none;
    text-decoration: none!important;
    color: #A3C10B;
}
#topbar .topbar-section .company-info ul{
    display:flex;
    justify-content: space-evenly;
}

#topbar-section .topbar-section .company-info ul{
    list-style: none;
    display:flex;
    flex-direction: row;
    justify-content: space-between;

}
#topbar .topbar-section .social-widgets ul{
    list-style: none;
    display:flex;
    flex-direction: row;
    justify-content: center;
    padding:5px 0;
}
#topbar .topbar-section .social-widgets ul li{
    padding-right:5px;
}
#topbar .topbar-section .untitled{
    display: flex;
    justify-content: space-evenly;
}
#topbar .topbar-section .untitled li{
    padding: 5px 10px;
}
#topbar .topbar-section .untitled li{
    list-style: none;
    color:#a3c10b;
}
#topbar .topbar-section .untitled li i{
    padding-right:5px;
}
#topbar .topbar-section .untitled li:hover{
    color:#ffffff;
    background-color:#a3c10b;
    list-style: none;
    padding:5px 10px;
}
@media(max-width:426px){
    .navbar-toggle{
        width:45px;
    }
    #topbar .topbar-section .company-info ul li{
        padding:0;
    }
}
#cta-employer-recruiter  .cta-block{
    background-color:#FFFFFF;
    background-image: url("../images/CTA.png");
    width: 100%;
    height:250px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}
#cta-employer-recruiter .cta-block .cta-title-wrapper {
    display: flex;
    justify-content: center;
}
#cta-employer-recruiter .cta-block .cta-title-wrapper .cta-title{
    padding-top:100px;
}
#cta-employer-recruiter .cta-block .cta-title-wrapper .cta-title span{
    font-size:40px;
    font-weight:700;
    color:#FFFFFF;
    position:relative;
}
#cta-employer-recruiter .cta-block .cta-description{
    display:flex;
    justify-content: center;
}
#cta-employer-recruiter .cta-block .cta-description a>p {
    color: #FFFFFF;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    padding-top:40px;

}
#cta-employer-recruiter .cta-block .cta-description a{
text-decoration: none;
}
#cta-employer-recruiter .employer-block{
    background-color:#FFFFFF;
    background-image: url("../images/our-objectives.jpg");
    width: 100%;
    height:300px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    padding:0;
}
#cta-employer-recruiter .employer-block:before{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#cta-employer-recruiter .col-md-4{
    padding-right:0;
    padding-left:0;
}
#cta-employer-recruiter .employer-block .employer-title{
    padding-top:70px;
    position:relative;
    display: flex;
    justify-content: center;
}
#cta-employer-recruiter .employer-block .employer-title span{
    font-size:40px;
    font-weight:700;
    color:#FFFFFF;
    font-family: 'Patua One', cursive;
    /*position:relative;*/
}
#cta-employer-recruiter .employer-block .employer-btn{
    display:flex;
    justify-content: space-evenly;
    padding-top:30px;
    position:relative;
}
#cta-employer-recruiter .employer-block .employer-title-wrapper .description{
    color: #FFFFFF;
    position: relative;
    text-align: center;
    padding: 0 55px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}
#cta-employer-recruiter .employer-block .employer-title-wrapper .description span{
    font-family: 'Patua One', cursive;
    line-height:1.5em;
}
#cta-employer-recruiter .jobseeker-block{
    background-color:#FFFFFF;
    background-image: url("../images/job-seeker.jpg");
    width: 100%;
    height:300px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    padding:0;
}
#cta-employer-recruiter .jobseeker-block .job-seeker-wrapper .job-seeker{
    padding-top:70px;
}
@media(max-width:426px){
    #cta-employer-recruiter .jobseeker-block .job-seeker-wrapper .description{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    #cta-employer-recruiter .employer-block .employer-title-wrapper .description{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
#cta-employer-recruiter .jobseeker-block .job-seeker-wrapper .description{
    color:#FFFFFF;
    position:relative;
    margin-top: 20px;
    padding:0 55px;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#cta-employer-recruiter .jobseeker-block .job-seeker-wrapper .description span{
    line-height:1.5em;
    font-family: 'Patua One', cursive;
}
#cta-employer-recruiter .jobseeker-block .job-seeker-wrapper .job-seeker span{
    font-size:40px;
    font-weight:700;
    color:#FFFFFF;
    position:relative;
    display:flex;
    justify-content: center;
    font-family: 'Patua One', cursive;
}
#cta-employer-recruiter .jobseeker-block .jobseeker-btn{
    display:flex;
    justify-content: space-evenly;
    padding-top:10px;
    position:relative;
}
@media (max-width:426px){
    #cta-employer-recruiter .jobseeker-block .jobseeker-btn {
        padding: 0;
    }
    #cta-employer-recruiter .employer-block .employer-btn{
        padding:0;
    }
    .company-info{
        padding-left:5px;
        padding-right:5px;
    }
}
#cta-employer-recruiter .cta-block{
    position:relative;
}
#cta-employer-recruiter .cta-block:before{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#cta-employer-recruiter .jobseeker-block{
    position:relative;
}
#cta-employer-recruiter .jobseeker-block:before{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#cta-employer-recruiter .cta-block .cta-description a>p{
    animation-duration:3s;
    animation-delay:1s;
    animation-name: fadeInLeft;
    position:relative;
}
.overall-about-wrapper{
    margin-bottom:20px;
}
.about-us-section{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
/*.about-us-section .about-us-wrapper{*/
/*    display: flex;*/
/*    justify-content: center;*/

/*}*/
.about-us-section .about-us-wrapper .custom-title h5{
    font-size:30px;
    font-weight:700;
    margin-bottom:0;
    position: relative;
    /*margin-right:390px;*/
    color:#0b78bc;
    text-align: left;
    font-family: 'Patua One', cursive;
}
.about-us-section .about-us-wrapper .custom-title h5:before{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fec400;
    transition: 0.2s;
}

.about-us-section .about-description .description-custom p{
    margin-top:20px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-height:2rem;
}
.about-us-section .about-description .description-custom p:first-child:first-letter {
    float: left;
    color: #903;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
.about-us-section .custom-button{
    display:flex;
    justify-content:center;
}
.multi-purpose-section .image-section img {
    margin-top:35px;
}
.my-button{
    padding:10px;
    background-color:#245a7b;
    text-decoration: none;
    margin-top:20px;
    color:#FFFFFF;
}
.about-us-section .custom-button .my-button:hover{
    -webkit-box-shadow: 8px 6px 4px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 6px 4px -4px rgba(0,0,0,0.75);
    box-shadow: 8px 6px 4px -4px rgba(0,0,0,0.75);
    position: relative; /* For positioning the pseudo-element */
}
.about-us-section .custom-button .my-button a{
    text-decoration: none;
    color:#FFFFFF;
}
.about-us-section .multi-purpose-section .image-section figure img{
    width:100%;
    max-height:209px;
}
.about-us-section .custom-button{
    padding-bottom:50px;
}
#benefits{
    background-image: url("../images/benefits.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
}#benefits:before{
     position: absolute;
     content: "";
     background: rgba(0,0,0,0.3);
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
 }
#benefits .benefits-block .benefits-section-wrapper{
    display:flex;
    justify-content: center;
    margin:45px 0;
}
#benefits .benefits-block .benefits-section-wrapper .benefits-section span{
    font-size: 30px;
    font-weight:700;
    font-family: 'Patua One', cursive;
}
#benefits .benefits-block .recruiter-block-wrapper{
    display:flex;
    justify-content: center
}
#benefits .benefits-block .recruiter-block-wrapper .recruiter-block span{
    font-size:25px;
    font-weight:700;
    font-family: 'Patua One', cursive;
}
#benefits .benefits-block .recruiter-block-wrapper .recruiter-block ul, #benefits .benefits-block .recruiter-block-wrapper .recruiter-block ol{
    PADDING:20PX 0;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-flow: column;
}
#benefits .benefits-block .recruiter-block-wrapper .recruiter-block ul li, #benefits .benefits-block .recruiter-block-wrapper .recruiter-block ol li{
    list-style:decimal;
    font-size:16px;
    padding:10px;
}
#benefits .benefits-block .job-seeker-section-wrapper{
    display:flex;
    justify-content: center;
}
#benefits .benefits-block .job-seeker-section-wrapper .job-seeker-section span{
    font-size:25px;
    font-weight:700;
    font-family: 'Patua One', cursive;
}
#benefits .benefits-block .job-seeker-section-wrapper .job-seeker-section ul, #benefits .benefits-block .job-seeker-section-wrapper .job-seeker-section ol{
    padding:20px 0;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-flow: column;
}
#benefits .benefits-block .job-seeker-section-wrapper .job-seeker-section ul li, #benefits .benefits-block .job-seeker-section-wrapper .job-seeker-section ol li{
    list-style: decimal;
    font-size:16px;
    padding:10px;
}
#benefits .benefits-block{
    background-color:rgba(38,97,156,0.7);
    padding-bottom:25px;
}
#benefits .benefits-section-wrapper .benefits-section{
    color:#FFFFFF;
    text-align: center;
}
#benefits .benefits-block .recruiter-block-wrapper .recruiter-block{
    color:#FFFFFF;
    text-align: start;
}
#benefits .benefits-block .recruiter-block-wrapper .recruiter-block ul li{
    padding:2px;
    list-style-position: outside;
    margin-left: 15px;
}
#benefits .benefits-block .job-seeker-section-wrapper .job-seeker-section{
    color:#FFFFFF;
    text-align: start;
}
#benefits .benefits-block .job-seeker-section-wrapper .job-seeker-section ul li{
    padding:2px;
    
}
.popular-hr{
    margin-top:30px;
    margin-bottom:50px;
}
.popular-hr .popular-title-wrapper{
    display:flex;
    justify-content: center;
    padding-top:30px;
}
.popular-hr .popular-title-wrapper .popular-title span{
    font-size:30px;
    font-weight:700;
    color:#0b78bc;
    font-family: 'Patua One', cursive;
}
@media(max-width:426px){
    .popular-hr .popular-title-wrapper .popular-title{
        text-align: center;
    }
}
.popular-hr .carousel-section .service-carousel .single-item .text-wrapper{
    display:flex;
    justify-content: center;
    margin-top: -35px;
    margin-bottom:7px;
}
.popular-hr .carousel-section .service-carousel .single-item .text-wrapper h3 strong{
    text-decoration:none;
    background-color:#245a7b;
    border:thin solid #dddddd;
    border-radius:10px;
    padding:5px;
    color:#FFFFFF;
    font-size:16px;
    font-family: 'Patua One', cursive;
    display: inline-block;
    text-align: center;
}
.popular-hr .carousel-section .service-carousel .single-item .text-description span{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top:12px;
    border-top:thin solid #DDDDDD;
    color:#000000;
}
.popular-hr .carousel-section .service-carousel .single-item .text-description span:hover{
    text-decoration: none!important;
}
.popular-hr .carousel-section .service-carousel .single-item .button{
    display:flex;
    justify-content: center;
    margin-top:10px;
margin-bottom:10px;
}
.popular-hr .carousel-section .service-carousel .single-item .button-default{
    background-color:#245a7b;
    padding:5px;
    border:thin solid #dddddd;
    border-radius:5px;
    text-decoration: none;
    color:#FFFFFF;
}
.popular-hr .carousel-section .service-carousel .single-item .whole-item-wrapper:hover{
    -webkit-box-shadow: 8px 9px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 9px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 8px 9px 5px -8px rgba(0,0,0,0.75);
}
.popular-hr .carousel-section .service-carousel .single-item .whole-item-wrapper{
    border:thin solid #dddddd;
}
.popular-hr .carousel-section .service-carousel .single-item .whole-item-wrapper .image-wrapper figure img{
    min-height:170px;
}
.popular-hr .carousel-section .service-carousel .single-item .whole-item-wrapper a:hover{
    text-decoration: none;
}
.popular-hr .carousel-section{
    padding-top:35px;
}
.job-apply-section .job-apply-wrapper{
    display:flex;
    justify-content: center;
    padding-top:5px;
}
.job-apply-section .job-apply-wrapper .job-apply span{
    font-size:30px;
    font-weight:700;
    color:#0b78bc;
    font-family: 'Patua One', cursive;
 }
 .job-apply-section{
     margin-top:50px;
 }
.job-apply-section .carousel-section{
    position:relative;
    padding-bottom:40px;
}
.job-apply-section .carousel-section .single-item .job-block-wrapper{
    display:flex;
    margin-top:30px;
    text-decoration: none;
    border: solid 1px #a2ab58;
    border-radius: 90px;
    background: rgb(18,0,119);
    background: linear-gradient(90deg, rgba(18,0,119,1) 0%, rgba(186,232,230,1) 100%);
}
.job-apply-section .carousel-section .single-item .job-block-wrapper .job-image-block figure img{
    width:50%!important;
    padding:5px;
    border:solid 1px #636363;
    border-radius:90px;
    margin-right:20px;
}
.job-apply-section .carousel-section .single-item .job-title h4{
    display:flex;
    justify-content:center;
    text-decoration: none!important;
}
.job-apply-section .carousel-section .single-item{
    margin:2px;
}
.job-apply-section .carousel-section .single-item .job-block-wrapper .info-details{
    margin-left:-125px;
    padding:10px 0;

}
.job-apply-section .carousel-section .single-item .job-block-wrapper .info-details a{
    text-decoration: none;
}
.job-apply-section .carousel-section .single-item a{
    text-decoration: none;
    color:#000000;
    font-family: 'Patua One', cursive;
}
.job-apply-section .carousel-section .single-item .info-details a h6{
    font-size:15px;
    color:#FFFFFF;
}
.process-block .process-title{
    display:flex;
    justify-content: center;
    font-size:30px;
    font-weight:700;
    color:#0b78bc;
}
.process-of-worker{
    padding:50px 0;
    /*background-image: url("../images/fancy-sprites.png");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position-y: center;*/
    background: rgb(18,0,119);
    background: linear-gradient(90deg, rgba(18,0,119,1) 0%, rgba(186,232,230,1) 100%);
}
.process-of-worker .wrapper-processes .blocks-worker ul:first-child{
    display:flex;
    justify-content: space-evenly;
    padding:30px 0;
}
.process-of-worker .wrapper-processes .blocks-worker ul a{
    text-decoration:none;
    color:#FFFFFF;
}
.process-of-worker .wrapper-processes .blocks-worker ul a li{
    color:#000000;
    list-style:square;
}
.process-of-worker .wrapper-processes .blocks-worker ul li::marker{
    color:#FFFFFF;
}

.process-of-worker .wrapper-processes .blocks-worker ul a li:hover{
    color:#6e6b69;
}
.wrapper-processes .blocks-another-worker ul a{
    text-decoration: none;
}
.wrapper-processes .blocks-another-worker ul a li{
    color:#000000;
    list-style:square;
}
.wrapper-processes .blocks-another-worker ul a li:hover{
    color:#6e6b69;
}
.wrapper-processes .blocks-another-worker ul{
    display:flex;
    justify-content: space-evenly;
}
.sliding-recruitments{
    padding:50px 0;
    background-color: #FFFFFF;
}
.sliding-recruitments .carousel-recruitments{
    padding:30px 0;
}
.sliding-recruitments .wrapper-sliding-title .title-slide{
    display:flex;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Patua One', cursive;
}
.sliding-recruitments {
    border:solid 2px #dddddd;
    border-radius:100%;
    margin-top:40px;
}

.sliding-recruitments .carousel-recruitment .recruitment-carousel .item figure img{
    /*max-height: 200px;*/
    padding:40px 0;
    max-width:200px;
    height:165px;
}
.review-enquiry .review-wrapper .review-title{
    display:flex;
    justify-content: center;
}
.review-enquiry .review-wrapper .review-title span{
    font-size: 30px;
    font-weight: 700;
    color:#0b78bc;
    font-family: 'Patua One', cursive;
}
.enquiry-form-wrapper .enquiry-title-wrapper{
    display:flex;
    justify-content:center;
}
@media(max-width:426px){
    .enquiry-form-wrapper .enquiry-title-wrapper{
        margin-top:50px;
    }
}
.enquiry-form-wrapper .enquiry-title-wrapper .enquiry-title span{
    font-size: 30px;
    font-weight: 700;
    color:#0b78bc;
    font-family: 'Patua One', cursive;
}
.review-enquiry .carousel-section-wrapper .review-carousel .item-wrapper .image-section figure img{
    padding:5px 5px;
    border: solid 0.2px #FFF;
    border-radius: 20px;
    width: 100%;
    max-height:200px;
}
.review-enquiry .carousel-section-wrapper .review-carousel .item-wrapper .title-wrapper{
    display: flex;
    justify-content: center;
}
.review-enquiry .carousel-section-wrapper .review-carousel .item-wrapper .title-wrapper span{
    font-size: 20px;
    padding: 5px 10px;
    background-color: rgba(158,181,29,0.5);
    margin-bottom:5px;
    border: solid 1px #ddd;
    border-radius: 10px;
}
/*.review-enquiry .carousel-section-wrapper .review-carousel .item-wrapper:hover{*/
/*    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);*/
/*    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);*/
/*    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);*/
/*}*/
.review-enquiry .carousel-section-wrapper .review-carousel .item-wrapper{
    border:solid 0.5px #dddddd;

}
.review-enquiry .carousel-section-wrapper .review-carousel{
    padding-top:40px;
}
.review-enquiry .carousel-section-wrapper .review-carousel .item-wrapper .review-description p{
    text-align: center;
    padding:4px;
    border-top: solid 1px beige;
    background-color:aliceblue;
    margin:0;
}
.review-enquiry .carousel-section-wrapper .review-carousel .item-wrapper{
   padding:10px;
    margin:15px;
    /*background-color: aliceblue;*/
}
.review-enquiry .carousel-section-wrapper .review-carousel .item-wrapper .button-default{
    display:flex;
    justify-content: center;
}
.review-enquiry .carousel-section-wrapper .review-carousel .item-wrapper .button-default a{
    background-color: #245a7b;
    padding: 5px;
    border: thin solid #dddddd;
    border-radius: 5px;
    text-decoration: none;
    color: #FFFFFF;
}
.review-enquiry .carousel-section-wrapper .button-default{
    display: flex;
    justify-content: center;
    padding:20px;
}
.review-enquiry .carousel-section-wrapper .button-default a{
    background-color: #245a7b;
    padding: 5px;
    border: thin solid #dddddd;
    border-radius: 5px;
    text-decoration: none;
    color: #FFFFFF;
}
.review-enquiry .carousel-section-wrapper .button-default a:hover{
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
}
.review-enquiry {
    margin-top:50px;
}
.enquiry-form-wrapper .form-row .holder{
    padding:10px;
}
.enquiry-form-wrapper .form-row .holder:first-child{
    padding-top:45px;
}
.text-area-field{
    padding:10px;
}
.text-area-field #textarea{
    min-height:153px;
}
@media(max-width:767px){
    .text-area-field #textarea{
        min-height:153px;
    }
}
.enquiry-form-wrapper .button-custom{
    display:flex;
    justify-content:center;
    padding:25px;
}
#footer-menus{
    padding-bottom: 30px;
    background-image:url('../images/unnamed.png');
    background-position: top;
    background-size: cover ;
    margin-top: 40px;
    position:relative;
}
#footer-menus:before{
    position:absolute;
    content:"";
    top:0;
    bottom:0;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.2);
}
#footer-menus .faq-title-wapper{
    display:flex;
    justify-content: center;
    border-radius: 10px;
    padding-top:25px;
}
#footer-menus .faq-title-wapper .faq-wrapper span{
    font-size:30px;
    font-weight: 700;
    color:#FFFFFF;
}
#footer-menus .faq-title-wapper .faq-wrapper{
    padding:20px 0;
}
#footer-menus .top-places-wrapper{
    display:flex;
    justify-content:center;
    border-radius: 10px;
    padding-top:25px;
}
#footer-menus .top-places-wrapper .top-places-title span {
    font-size: 30px;
    font-weight: 700;
    color:#FFFFFF;
}

#footer-menus .top-places-wrapper .top-places-title{
    padding:20px 0;
    text-align: center;
}
#footer-menus .facebook-wrapper{
    display:flex;
    justify-content: center;
    border-radius: 10px;
    padding-top:25px;
}
@media(max-width:426px){
    #footer-menus .facebook-wrapper{
        margin-top:25px;
    }
}
#footer-menus .facebook-wrapper .facebook-page span{
    font-size:30px;
    font-weight: 700;
    color:#FFFFFF;
}
#footer-menus .facebook-wrapper .facebook-page{
    padding:20px 0;
 }
#footer-menus .facebook-areas .facebook-page-display{
    display:flex;
    justify-content: center;
    /*min-height: 133px;*/
    /*border-right: solid 1px #FFF;*/
    /*padding-right:10px;*/
}
#footer-menus .faq-helper-wrapper ul>li{
    color:#FFFFFF;
}
/*#footer-menus .facebook-areas .facebook-page-display .facebook-page{*/
/*     background-color: rgba(255,255,255,0.3);*/
/*     min-height: 133px;*/
/* }*/
#footer-menus .contact-us-title-wrapper{
    display:flex;
    justify-content: center;
    border-radius: 10px;
    padding-top:25px;
}
@media(max-width:426px){
    #footer-menus .contact-us-title-wrapper{
        margin-top:25px;
    }
}
#footer-menus .contact-us-title-wrapper .contact-us-title span{
    font-size:30px;
    font-weight: 700;
    color:#FFFFFF;
}
#footer-menus .contact-us-title-wrapper .contact-us-title{
    padding:20px 0;
}
#footer-menus .faq-wrapper .faq-helper-wrapper ul li{
    list-style:none;
    padding: 5px;
    text-align: center;
}
#footer-menus .faq-wrapper .faq-helper-wrapper ul li a{
    text-decoration: none;
    color:#FFFFFF;
}
#footer-menus .faq-wrapper .faq-helper-wrapper ul li a:hover{
    color:#dddddd;
}
#footer-menus .faq-wrapper .faq-helper-wrapper{
    /*min-height: 133px;*/
    /*border-right: solid 1px #FFF;*/
    /*padding-right:15px;*/
}
#footer-menus .top-places-we .top-place-wrapper .top-place .top-places-we-serve{
    /*min-height: 133px;*/
}
#footer-menus .top-places-we .top-place-wrapper .top-place .top-places-we-serve ul li{
    list-style:none;
}
#footer-menus .top-places-we .top-place-wrapper .top-place .top-places-we-serve ul li a{
    text-decoration: none;
    color:#FFF;
    padding:10px;
}
#footer-menus .top-places-we .top-place-wrapper .top-place .top-places-we-serve ul li a:hover{
    color:chocolate;
}
#footer-menus .top-places-we .top-place-wrapper .top-place .top-places-we-serve .block1 li{
    /*background-color:#dddddd;*/
    margin:10px;
}
#footer-menus .top-places-we .top-place-wrapper .top-place .top-places-we-serve .block1 li:hover{
    -webkit-box-shadow: 4px 5px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 5px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 4px 5px 5px -3px rgba(0,0,0,0.75);
}
#footer-menus .top-places-we .top-place-wrapper .top-place .top-places-we-serve .block2 li:hover{
    -webkit-box-shadow: 4px 5px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 5px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 4px 5px 5px -3px rgba(0,0,0,0.75);
}
#footer-menus .top-places-we .top-place-wrapper .top-place .top-places-we-serve .block3 li:hover{
    -webkit-box-shadow: 4px 5px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 5px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 4px 5px 5px -3px rgba(0,0,0,0.75);
}
#footer-menus .top-places-we .top-place-wrapper .top-place .top-places-we-serve .block2 li{
    background-color:#dddddd;
    margin:10px;
}
#footer-menus .top-places-we .top-place-wrapper .top-place .top-places-we-serve .block3 li{
    background-color:#dddddd;
    margin:10px;
}
#footer-menus .contact-us-ready .contact-details-wrapper{
    display:flex;
    justify-content:center;
    /*text-align: center;*/
}
#footer-menus .contact-us-ready .contact-details-wrapper .contact-details ul li{
    list-style:none;
    color:#000000;
    padding: 5px;
}
#footer-menus .contact-us-ready .contact-details-wrapper .contact-details ul li:hover{

}
#footer-menus .contact-us-ready .contact-details-wrapper .contact-details ul li a{
    text-decoration: none;
    color:#FFFFFF;
}
#footer-menus .contact-us-ready .contact-details-wrapper {
    /*min-height:133px;*/
}
.enquiry-form-wrapper form{
    -webkit-box-shadow: -5px 6px 2px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 6px 2px -4px rgba(0,0,0,0.75);
    box-shadow: -5px 6px 2px -4px rgba(0,0,0,0.75);
}
#footer-menus .contact-us-ready .contact-details-wrapper .contact-details ul li i{
    padding-right:5px;
    color:#FFFFFF;
}
#footer-menus .contact-us-ready .contact-details-wrapper .contact-details ul li span{
    color:#FFFFFF;
}
#footer-menus .contact-us-ready .contact-details-wrapper .contact-details ul li span:hover{
    color:#dddddd;
}
#footer-menus .contact-us-ready .contact-details-wrapper .contact-details ul li i:hover{
    color:#dddddd;
}
#cta-employer-recruiter .conatiner-fluid .row .col-md-6{
    padding:0;
    margin-top:-2px
}
#cta-employer-recruiter{
    position:relative;
}
#cta-employer-recruiter .call-to-action{
    position:absolute;
    top:4%;
    left:5%;
}
#cta-employer-recruiter .call-to-action .call-wrapper-title .call-title span{
    font-size:20px;
    color:#FFFFFF;
    font-weight:700;
}
#cta-employer-recruiter .call-to-action .description p{
    color:#FFFFFF;
    font-weight:600;
    font-size:16px;
}
#cta-employer-recruiter .call-to-action .description p a{
    text-decoration: none;
    color:#FFFFFF;
}
#cta-employer-recruiter .call-to-action .description p a:hover{
    color:chocolate;
}
.modal-header .close {
    margin-top: -25px;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 20px;
}
.modal-footer {
    padding: 35px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color:#9eb51d;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #0b78bc;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #FFF;
}
nav#nav-main {
    background-color: #9EB51D;
    padding: 5px 0;
    display: flex;
    justify-content: space-evenly;
}
#nav-main button.btn{
    margin-top:0;
}
#loginForm .error {
    position: absolute;
    right: 150px;
    top: 5px;
}
#topbar .header-sec .social-widgets ul li{
    padding-right:10px;
}
nav#nav-main ul {

    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-right: 0px;
    text-align: center;
    padding-right: 170px;

}
/*demo css*/
/* Timeline */
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

.timeline .timeline-item {
    margin-bottom: 20px;
    position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}
.timeline .timeline-item:after {
    clear: both;
}
.timeline .timeline-item .timeline-badge {
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -25px;
    background-color: #333;
    border: 3px solid #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
    top: 2px;
    left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
    background-color: #1f9eba;
}
.timeline .timeline-item .timeline-badge.info {
    background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
    background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
    background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
    background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border: 1px solid #777;
    background: #ffffff;
    border-radius: 2px;
    padding: 14px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -16px;
    display: inline-block;
    border-top: 16px solid transparent;
    border-left: 16px solid #777;
    border-right: 0 solid #777;
    border-bottom: 16px solid transparent;
    content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
    margin-top: 0;
    color: inherit;
    font-family: 'Patua One', cursive;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
    margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
    margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
    float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
    float: right;
    left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0 0 0;
    display: flex;
    flex-flow: wrap;
}

.timeline-horizontal .timeline-item {
    display: table-cell;
    /*height: 200px;*/
    width: 20%;
    min-width: 340px;
    float: none !important;
    padding-left: 0;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
    margin-bottom: 100px;
}
.timeline-horizontal .timeline-item .timeline-panel {
    /*top: auto;*/
    /*bottom: 53px;*/
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
    height: 210px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #FFFFFF !important;
    border-bottom: 0 solid #FFFFFF !important;
    border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
    display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
    top: auto;
    bottom: -50px;
    left: 43px;
}
.timeline-horizontal .timeline-item .timeline-badge span{
    font-weight:700;
    font-size:20px;
}
.page-header {
    padding-bottom: 0px;
    margin: 16px 0 16px;
    border-bottom: none;
    display: flex;
    justify-content: center;
    color:#FFFFFF;
    text-align: center;

}
.page-header h1{
    font-family: 'Patua One', cursive;
}
@media (max-width:426px) {
    .sliding-recruitments .wrapper-sliding-title .title-slide{
        text-align: center;
        font-size:28px;
        line-height:30px;
    }
    #cta-employer-recruiter .button-wrapper button {

        position: relative;
        margin: 0;
        padding: 5px 12px;
        height: 60px;
        width: 140px;
        outline: none;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        text-transform: uppercase;
        background-color: #0b78bc;
        border: 1px solid rgba(22, 76, 167, 0.6);
        border-radius: 10px;
        color:

                #245a7b;
        font-weight: 400;
        font-size: 20px;
        font-family: inherit;
        z-index: 0;
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);

    }
    #cta-employer-recruiter .employer-block .employer-title span{
        font-size:30px;
    }
}
@media all{
    #footer-menus .contact-us-ready .contact-details-wrapper{
        /*min-height:0;*/
    }
}
.whole-scheme-wrapper{
    margin-top:40px;
    background: rgb(18,0,119);
    background: linear-gradient(90deg, rgba(18,0,119,1) 0%, rgba(186,232,230,1) 100%);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    border-top:none;
}
.navbar{
    margin:0;
    display:flex;
    background-color: #FFFFFF;
    border-radius: 0;
}
.navbar .container{
    /*display:flex;*/
    /*justify-content: start;*/
}
.navbar #bs-example-navbar-collapse-1 button.sign-btn{
    margin-top:10px;
}
.navbar-form .button-custom{
    margin-top:0;
}
button {
    margin-top: 9px;
    margin-right: 15px;
    display: flex;

    justify-content: center;

    flex-flow: column;
}
.navbar ul.nav li>a:hover{
    background-color:#FFFFFF;
    color:#000000;
}
.navbar ul.nav li>a{
    color:#000000;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #a4be1d;
}
.bs-example-navbar-collapse-1 .navbar-nav li ul.dropdown-menu li{
    background-color:#a4be1d;
    color:#FFFFFF;
}
.bs-example-navbar-collapse-1 .navbar-nav li.open ul.dropdown-menu{
    background-color:#000000;
}
.bs-example-navbar-collapse-1 .navbar-nav li.open ul.dropdown-menu li:hover{
    color:#000000;
    background-color:#FFFFFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000000;
    background-color: #FFFFFF;
}
.navbar-default {
    border-color: #dddddd;
}
/*device-responsive*/
@media only screen and (min-width: 0px) and (max-width: 576px){

    #topbar .topbar-section .header-sec .logo-image{
        display:flex;
        justify-content: center;
    }

    #topbar .topbar-section .company-info ul li{
        padding-left:5px;
    }
    #topbar .topbar-section .social-widgets ul {

        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 15px;
        padding-bottom:15px;

    }
    .about-us-section .about-us-wrapper .custom-title h5{
        margin-right:0;
        display:flex;
        justify-content: center;
    }
    .about-us-section .multi-purpose-section .image-section figure img{
        margin-top:40px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    #topbar .topbar-section .social-widgets ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 15px;
        padding-bottom:15px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    #topbar .topbar-section .social-widgets ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 15px;
        padding-bottom:15px;
    }
}

button {
    position: relative;
    margin: 0;
    padding: 5px 12px;
    height: 60px;
    width: 191px;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid rgba(22, 76, 167, 0.6);
    border-radius: 10px;
    color: #245a7b;
    font-weight: 400;
    font-size: 20px;
    font-family: inherit;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
button span {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.7px;
}
button:hover {
    animation: rotate 0.7s ease-in-out both;
}
button:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}
@keyframes storm {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
    25% {
        transform: translate3d(4px, 0, 0) translateZ(0);
    }
    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0);
    }
    75% {
        transform: translate3d(2px, 0, 0) translateZ(0);
    }
    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        transform: rotate(3deg) translate3d(0, 0, 0);
    }
    50% {
        transform: rotate(-3deg) translate3d(0, 0, 0);
    }
    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
.btn-shine {
    border: 1px solid;
    overflow: hidden;
    position: relative;
    margin:10px 0;
    background-color:#0b78bc;
}
.btn-shine span {
    z-index: 20;
}
.btn-shine:after {
    background: #38ef7d;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}
.btn-shine:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.button-wrapper{
    display:flex;
    justify-content: center;
    margin:10px 0;
    text-decoration: none;
}
.button-wrapper span a{
    text-decoration: none;
    color: #fff;
}
.navbar-header button {
    width: auto;
}

@media(max-width:426px){
    .button-wrapper span{
        text-decoration: none;
        line-height: 1em;
    }
}
@media(max-width:769px){
    .popular-hr .carousel-section .service-carousel .single-item .text-wrapper h3 strong{
        font-size: 14px;
    }
}
.single-item a{
    text-decoration: none;
}
.navbar-header .navbar-default .navbar-toggle{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: column;
    flex-flow: column;
}
.recruitment-carousel .item a figure{
    display:flex;
    justify-content: center;

}
@media (max-width:426px){
    .about-us-section .about-us-wrapper .custom-title h5{
        margin:0;
        display:flex;
        justify-content: center;
    }
}
@media(max-width:458px){
    #footer-menus .facebook-areas .facebook-page-display{
        border:none;
    }
}
@media(max-width:992px){
    #cta-employer-recruiter .employer-block .employer-btn{
        padding:0;


    }


    #cta-employer-recruiter .jobseeker-block .jobseeker-btn{
        padding:0;

    }

}
@media only screen and (min-width: 575px) and (max-width: 992px){
    #cta-employer-recruiter .jobseeker-block .jobseeker-btn span{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    #cta-employer-recruiter .employer-block .employer-btn span{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

}

.top-places-we .top-place-wrapper .top-places-we-serve ul{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.faq-helper-wrapper ul{
    display: flex;
    justify-content: center;
    /*text-align: center;*/
    align-content: center;
    flex-flow: column;

}

.review-enquiry .carousel-section-wrapper .review-carousel .item-wrapper .review-description{
    border:solid 1px #dddddd;
}

/* accordion css */
#accordion .card-header button.collapsed {
    background: antiquewhite;
    color: #000;
}
#accordion .card-header button, #accordion .card-header button:active {
    background: antiquewhite;
    width: 100%;
    border-left: 5px solid;
    border-radius: 0;
    border: 0;
    border-left: 8px solid #1378bc;
    color: #000;
    font-size: 17px;
    text-transform: none;
    background: #1378bc;
    color: #fff;
    text-decoration: none;
    height: unset!important;
    padding: 10px!important;
    align-items: flex-start;
}


/* our team css */
table.our-team {
    border-collapse: separate;
    border-spacing: 0 10px;
}
table.our-team tr:nth-child(2n) td {
    background: #eee;
    padding: 10px;
}
table.our-team tr:nth-child(2n+1) td {
    background: #f0f8ff;
    padding: 10px;
}
table.our-team img {
    margin: 10px;
}


.right-bar, .left-block {
    position: sticky;
    top: 0;
}

a.submit-review {
    background: #eee;
    padding: 20px 40px;
    border-radius: 40px;
    font-size: 20px;
    text-decoration: none;
    color: #a3c10a;
    display: inline-block;
    margin-top: 40px;
}
a.submit-review:hover {
    color: #095185;
}

.right-menu .title {
    display: block;
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 18px;
    padding: 10px 15px;
}
.right-menu ul {
    list-style: none;
}
.right-menu li {
    background: #eee;
    margin-bottom: 1px;
    padding: 6px 10px;
    border-left: 5px solid transparent;
}
.right-menu li a{
    text-decoration: none;
}
.right-menu li:hover {
    background: #ccc;
    color: #004986;
}
.right-menu li.selected {
    border-left: 5px solid #ccc;
    background: #ccc;
}
.right-menu li.selected a{
    color: #004986;
}