/**** START GLOBAL STYLES *****/
html, body, *{ font-family: 'Montserrat', sans-serif; }
.section-default-padding{ padding: 60px 0px; }
@media only screen and (min-width: 960px) { .section-default-padding{ padding: 80px 0px; } }
@media only screen and (min-width: 1200px) { .section-default-padding{ padding: 100px 0px; } }
.logo-red1{ color: #f23845; }
.logo-red2{ color: #c42635; }
.logo-black{ color: #2f3e42; }
.logo-gray{ color: #555555; }
.light-bg{ background-color: #FFFFFF; }
.gray-bg{ background-color: #f6f6f6; }
.parsley-errors-list{ list-style: none; margin-top: 3px; color: #ff0000; padding-left: 2px; margin-bottom: 0px; font-size: 1.25em; }
.section-default-heading{ position: relative; margin: auto; max-width: 650px; font-size: 7px; }
@media only screen and (min-width: 768px) { .section-default-heading{ font-size: 8px; } }
@media only screen and (min-width: 1024px) { .section-default-heading{ font-size: 9px; } }
@media only screen and (min-width: 1200px) { .section-default-heading{ font-size: 10px; } }
.section-default-heading h3{ font-size: 3.2em; }
.section-default-shadow{ box-shadow: -1px -1px 5px #d2d2d2; }
.light-bg .section-default-heading h3,
.gray-bg .section-default-heading h3{ color: #505050; }
.light-bg .section-default-heading span,
.gray-bg .section-default-heading span{ color: #ed1c25; }
.section-default-heading p{ font-size: 1.6em; letter-spacing: .12em; line-height: 1.2; }
.section-default-heading:after{ content: ""; position: absolute; bottom: 0; left: 50%; width: 250px; height: 0.2em; border-radius: 5px; min-width: 30px; transform: translateX(-50%); }
.light-bg .section-default-heading:after,
.gray-bg .section-default-heading:after{ background: #ececec; }
.light-bg .section-default-btn,
.gray-bg .section-default-btn{ box-shadow: 1px 1px 5px #e4e4e4; border-radius: 3px; color: #ec1d23; border: 1px solid #ed1c25; }
.logo-custom{ font-size: 10px; }
.logo-custom img{ width: 100%; min-width: 2em; max-width: 4.5em; margin-right: 0.6em; }
.logo-custom .logo-content h4{ font-size: 2em; margin-bottom: 0.1em; letter-spacing: 0.05em; }
.logo-custom .logo-content p{ font-size: 1.4em; letter-spacing: .68em; margin: auto; margin-left: 0.06em; }
/*INNERPAGE SLIDER STYLES*/
.innerpage-slider { background-image: linear-gradient(45deg, rgb(255 255 255 / 70%), rgb(255 255 255 / 90%), rgb(255 255 255 / 70%)), url(../images/homepage-slider/bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; position: relative; overflow: hidden; box-shadow: 1px 1px 5px #d3d3d3; font-size: 6px; }
@media only screen and (min-width: 400px) { .innerpage-slider { font-size: 7px; } }
@media only screen and (min-width: 600px) { .innerpage-slider { font-size: 8px; } }
@media only screen and (min-width: 800px) { .innerpage-slider { font-size: 9px; } }
@media only screen and (min-width: 1200px) { .innerpage-slider { font-size: 10px; } }
.innerpage-slider .slider-content { color: #2f3e41; width: 100%; max-width: 70em; text-align: center; }
.innerpage-slider .slider-content .tag { font-size: 2.4em; text-transform: uppercase; font-weight: 100; line-height: 1; margin-bottom: .3em; color: #2f3e41; letter-spacing: .05em; text-shadow: 0.06em 0.06em 0.15em #a1a1a1; }
.innerpage-slider .slider-content .head { font-size: 3.6em; text-transform: uppercase; font-weight: 900; line-height: 1; color: #f23945;margin-bottom: .4em; text-shadow: 0.06em 0.06em 0.15em #a1a1a1; }
.innerpage-slider .slider-content .desc { opacity: .8; font-size: 1.8em; }
.innerpage-slider .slider-content .btns .btn:first-child {
    background: #f23945;
    border-radius: 7em;
    color: white;
    text-transform: uppercase;
    padding: 0.3em 0.6em;
    width: 11em;
    box-shadow: 0.05em 0.05em 0.12em #a1a1a1;
    font-size: 1.8em;
    margin-right: 0.6em;
}
.innerpage-slider .slider-content .btns .btn:last-child {
    background: #FFFFFF;
    border-radius: 7em;
    text-transform: uppercase;
    padding: 0.3em 0.6em;
    border: .13em solid #f23945;
    color: #f23945;
    font-weight: 600;
    box-shadow: .05em .05em .12em #a1a1a1;
    width: 11em;
    font-size: 1.8em;
}
/**** END GLOBAL STYLES *****/


/**** END STICKY SOCIAL STYLES *****/
.sticky-social { z-index: 99; }
.sticky-social .social .fb { background-color: #3c5a98; }
.sticky-social .social i { color: #fff; }
.sticky-social .social .twitter { background-color: #1ea1f2; }
.sticky-social .social .youtube { background-color: #c4302b; }
.sticky-social .social .insta { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.sticky-social .social .link { background-color: #0e76a8; }
.sticky-social .social li {
    padding: 5px 10px;
    font-size: 20px;
    transition: all 0.8s ease-in-out;
    margin-bottom: 0px;
    text-align: center;
}
.sticky-social .social li:hover {
    margin-right: -30px;
    box-shadow: 2px 5px 10px grey;
}
/**** END STICKY SOCIAL STYLES *****/

/**** START NAVBAR STYLES *****/
section.main-menu{
    box-shadow: 1px 1px 4px #d7d7d7;
    font-size: 10px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #FFF;
}
section.main-menu a.nav-link {
    font-size: 1.4em;
    letter-spacing: .02em;
    position: relative;
}
section.main-menu a.nav-link.active {
    color: #f23945;
    font-weight: 600;
}
section.main-menu .nav-item a.nav-link:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #e0e0e0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
section.main-menu .nav-item:last-child a.nav-link::after { display: none; }
/**** END NAVBAR STYLES *****/


/**** START HOMEPAGE STYLES *****/
.home-slider {
    background-image: linear-gradient(45deg, rgb(255 255 255 / 70%), rgb(255 255 255 / 90%), rgb(255 255 255 / 70%)), url(../images/homepage-slider/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 5px #d3d3d3;
    font-size: 6px;
}
@media only screen and (min-width: 400px) { .home-slider { font-size: 7px; } }
@media only screen and (min-width: 600px) { .home-slider { font-size: 8px; } }
@media only screen and (min-width: 800px) { .home-slider { font-size: 9px; } }
@media only screen and (min-width: 1200px) { .home-slider { font-size: 10px; } }
.home-slider .slider-content {
    color: #2f3e41;
    width: 100%;
    max-width: 70em;
    text-align: center;
}
.home-slider .slider-content .tag {
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1;
    margin-bottom: .3em;
    color: #2f3e41;
    letter-spacing: .05em;
    text-shadow: 0.06em 0.06em 0.15em #a1a1a1;
}
.home-slider .slider-content .head {
    font-size: 3.6em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    color: #f23945;
    margin-bottom: .4em;
    text-shadow: 0.06em 0.06em 0.15em #a1a1a1;
}
.home-slider .slider-content .desc {
    opacity: .8;
    font-size: 1.8em;
}
.home-slider .slider-content .btns .btn:first-child {
    background: #f23945;
    border-radius: 7em;
    color: white;
    text-transform: uppercase;
    padding: 0.3em 0.6em;
    width: 11em;
    box-shadow: 0.05em 0.05em 0.12em #a1a1a1;
    font-size: 1.8em;
    margin-right: 0.6em;
}
.home-slider .slider-content .btns .btn:last-child {
    background: #FFFFFF;
    border-radius: 7em;
    text-transform: uppercase;
    padding: 0.3em 0.6em;
    border: .13em solid #f23945;
    color: #f23945;
    font-weight: 600;
    box-shadow: .05em .05em .12em #a1a1a1;
    width: 11em;
    font-size: 1.8em;
}
.home-slider .arrow-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
    cursor: pointer;
}
/* HOME ABOUT */
section.home-about{ font-size: 8px; }
@media only screen and (min-width: 768px) { section.home-about{ font-size: 8.5px; } }
@media only screen and (min-width: 1024px) { section.home-about{ font-size: 9px; } }
@media only screen and (min-width: 1200px) { section.home-about{ font-size: 10px; } }
section.home-about .home-about-creative{
    width: 100%;
    min-width: 300px;
    max-width: 500px;
    height: 50vh;
    min-height: 250px;
    max-height: 320px;
}
section.home-about .content .home-about-creative .img{
    background-image: url('https://images.pexels.com/photos/3184405/pexels-photo-3184405.jpeg?auto=compress&cs=tinysrgb&w=800');
    background-size: cover;
    background-position: center center;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 60%);
    width: 90%;
    height: 90%;
    margin: auto;
    top: 5%;
}
section.home-about .content .home-about-creative .bdr{
    position: absolute;
    width: 90%;
    height: 90%;
    top: 10%;
    left: 10%;
    background: #FFF;
    border: 0.8em solid #f23946;
    min-width: 150px;
    border-radius: 2px;
}
section.home-about .home-about-desc{ font-size: 1.5em; color: #7e7e7e; }
/* HOME CANDIDATE MATCHING PROCESS */
section.home-candidate-matching-process{ font-size: 8px; }
@media only screen and (min-width: 768px) { section.home-candidate-matching-process{ font-size: 8.5px; } }
@media only screen and (min-width: 1024px) { section.home-candidate-matching-process{ font-size: 9px; } }
@media only screen and (min-width: 1200px) { section.home-candidate-matching-process{ font-size: 10px; } }
@media only screen and (min-width: 576px) {
    section.home-candidate-matching-process::after {
        content: "";
        position: absolute;
        width: 18%;
        height: 100%;
        top: 0;
        right: 0;
        background: linear-gradient(45deg, rgb(0 0 0 / 85%), rgb(0 0 0 / 30%), rgb(0 0 0 / 85%)), url(https://images.pexels.com/photos/1595385/pexels-photo-1595385.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
        background-size: cover;
        background-position: center center;
    }
    section.home-candidate-matching-process.two::after {
        left: 0;
        background: linear-gradient(45deg, rgb(0 0 0 / 85%), rgb(0 0 0 / 30%), rgb(0 0 0 / 85%)), url(https://images.pexels.com/photos/7438102/pexels-photo-7438102.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
        background-size: cover;
        background-position: center center;
    }
}
@media only screen and (min-width: 768px) { section.home-candidate-matching-process::after { width: 30%;} }
@media only screen and (min-width: 992px) { section.home-candidate-matching-process::after { width: 46%;} }
section.home-candidate-matching-process .home-candidate-matching-process-content .heading{
    font-size: 2.8em;
    line-height: 1.2;
    color: #2f3e43;
}
section.home-candidate-matching-process .home-candidate-matching-process-content .heading span{
    color: #f23945;
}
section.home-candidate-matching-process .home-candidate-matching-process-content .desc{
    font-size: 1.5em;
    color: #7e7e7e;
}
/* HOME CLIENT SAYS */
section.home-client-says{ font-size: 8px; }
.home-client-says-item {
    width: 100%;
    max-width: 650px;
}
.home-client-says-item .bg-light{
    box-shadow: 1px 1px 5px #d3d3d3;
}
section.home-client-says .message {
    font-size: 1.8em;
    color: #7e7e7e;
}
section.home-client-says .heading {
    font-size: 1.8em;
    line-height: 1.1;
    color: rgb(47 62 67 / 65%);
}
section.home-client-says .heading span{
    color: #f23945;
}
/**** END HOMEPAGE STYLES *****/


/**** START ABOUT PAGE STYLES *****/
section.about-page{ font-size: 8px; }
@media only screen and (min-width: 768px) { section.about-page{ font-size: 8.5px; } }
@media only screen and (min-width: 1024px) { section.about-page{ font-size: 9px; } }
@media only screen and (min-width: 1200px) { section.about-page{ font-size: 10px; } }
section.about-page .about-history-desc,
section.about-page .about-mission-vission-desc{
    font-size: 1.5em;
    color: #7e7e7e;
}
section.about-page .features .feature .feature-icon{
    width: 80px;
    height: 80px;
    border-radius: 6px;
}
section.about-page .features .feature p{
    font-size: 1.5em;
    color: #7e7e7e;
}
/**** END ABOUT PAGE STYLES *****/


/**** START CONTACT US PAGE STYLES *****/
section.contact-page{ font-size: 8px; }
@media only screen and (min-width: 768px) { section.contact-page{ font-size: 8.5px; } }
@media only screen and (min-width: 1024px) { section.contact-page{ font-size: 9px; } }
@media only screen and (min-width: 1200px) { section.contact-page{ font-size: 10px; } }
section.contact-page .send-request .contact-form .heading{
    font-size: 2em;
    color: #2f3e43;
}
section.contact-page .send-request .contact-form .desc{
    font-size: 1.4em;
    color: rgb(47 62 67 / 80%);
}
section.contact-page .reach_us{
    width: 100%;
    background: #2f3e41;
    border-radius: 3px;
    padding: 3em;
    color: #FFF;
}
section.contact-page .reach_us .heading{
    font-size: 2em;
    color: #FFFFFF;
}
section.contact-page .reach_us .desc{
    font-size: 1.4em;
    color: rgb(255 255 255 / 80%);
}
section.contact-page .reach_us .contact_item{
    font-size: 1.6em;
}
/**** END CONTACT US PAGE STYLES *****/


/**** START HIRE TALENT PAGE STYLES *****/
section.hire-talent-page{ font-size: 8px; }
@media only screen and (min-width: 768px) { section.hire-talent-page{ font-size: 8.5px; } }
@media only screen and (min-width: 1024px) { section.hire-talent-page{ font-size: 9px; } }
@media only screen and (min-width: 1200px) { section.hire-talent-page{ font-size: 10px; } }
section.hire-talent-page .hire-placements-include .img{
    width: 100%;
    height: 50vh;
    min-height: 300px;
    max-height: 420px;
    background-image: linear-gradient(45deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 25%)), url(https://images.pexels.com/photos/3184360/pexels-photo-3184360.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
    margin: auto;
}
section.hire-talent-page .hire-placements-include .heading{
    font-size: 2em;
    color: #2f3e43;
}
section.hire-talent-page .hire-placements-include .desc{
    font-size: 1.4em;
    color: rgb(47 62 67 / 80%);
}
section.hire-talent-page .hire-placements-include .list{
    font-size: 1.6em;
    color: rgb(47 62 67 / 80%);
}
section.hire-talent-page .hire-placements-include .list ul{
    list-style: none;
    padding-left: 10px;
}
section.hire-talent-page .hire-placements-include .list ul li{
    line-height: 1;
    margin-bottom: 8px;
}
section.hire-talent-page .hire-items .hire-item{
    font-size: 1.5em;
    margin-bottom: 15px;
    background-color: #FFF;
}
/**** END HIRE TALENT PAGE STYLES *****/


/**** START JOB FINDER PAGE STYLES *****/
section.job-finder-page{ font-size: 8px; }
@media only screen and (min-width: 768px) { section.job-finder-page{ font-size: 8.5px; } }
@media only screen and (min-width: 1024px) { section.job-finder-page{ font-size: 9px; } }
@media only screen and (min-width: 1200px) { section.job-finder-page{ font-size: 10px; } }
section.job-finder-page .job-finder-desc{
    font-size: 1.5em;
    color: #7e7e7e;
}
section.job-finder-page .jobFinderDiv{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
section.job-finder-page .jobFinderTable thead tr th{
    border-bottom: 20px solid transparent;
    padding: 0;
}
section.job-finder-page .jobFinderTable thead tr th .heading{
    color: #2f3e41;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #dcdcdc;
    padding: 10px;
    background: rgb(47 62 65 / 5%);
    margin-top: 10px;
}
section.job-finder-page .jobFinderTable .job_details .title{
    color: #2f3e43;
    font-size: 1.3em;
}
section.job-finder-page .jobFinderTable .job_details .location{
    color: #9ea3a8;
    letter-spacing: .5px;
}
section.job-finder-page .jobFinderTable .job_details .desc{
    color: #7e7e7e;
    display: block;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.job-finder-page .jobFinderTable .job_details .job_apply a{
    min-width: 120px;
}
section.job-finder-page .job-details-heading{
    font-size: 2em;
    color: #2f3e43;
}
section.job-finder-page .job-details-heading span{
    color: #f23945;
}
section.job-finder-page .job-details-desc{
    font-size: 1.5em;
    color: #7e7e7e;
}
/**** END JOB FINDER PAGE STYLES *****/