.hero-heading{
    margin-bottom:35px;
    letter-spacing: 1px;
}
.hero-subheading{
    font-size:23px;
    margin-bottom:30px;
}
.hero-desc{
    font-size:16px;
    margin-bottom:0;
}
.section-padding{
    padding:150px 0px;
}
.recent-blog{
    display: none;
}

/* .quick-easy-hire .section-heading, .job-postings .section-heading { font-weight:500;  } */

.section-heading{
    margin-bottom: 60px;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    padding: 0;
}
.section-desc {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin-bottom: 45px;
}

.wrapper {padding-top: 0px;}
p.fs-18,
div.fs-18 { font-size: 18px; }
.container.mw-1100 { max-width: 1100px; }
.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }

@media(max-width:1650px){
    .section-padding{
        padding:100px 0px;
    }
    .section-heading{
        margin-bottom:40px;
        font-size: 35px;
    }
    .section-desc {
        margin-bottom: 40px;
    }

    .hero-heading{
        font-size: 42px;
        margin-bottom: 32px;
    }
    
}
@media(max-width:1440px){
    .section-title{
        margin-bottom: 20px;
        font-size:36px;
    }
    .section-desc {
        margin-bottom: 40px;
        font-size:20px;
    }

    .section-heading{
        margin-bottom:30px;
        font-size: 28px;
    }

    .hero-heading{
        font-size: 38px;
        margin-bottom: 25px;
    }
    
    .hero-subheading{
        font-size: 20px;
    }
    
}
@media(max-width:1280px){
    .section-padding{
        padding:60px 0px;
    }
    .section-desc {
        margin-bottom: 35px;
        font-size: 18px;
    }

    .section-heading{
        margin-bottom:20px;
        font-size: 24px;
    }

    .hero-subheading {
        margin-bottom: 25px;
    }
}

@media(max-width:1200px){
    .hero-heading {
        font-size: 36px;
    }
}
@media(max-width: 991px){
    .section-padding{
        padding:60px 0px;
    }
    .section-title {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .section-desc {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .section-heading {
        margin-bottom: 28px;
        font-size: 25px;
    }

    .hero-heading{
        font-size: 33px;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
    }

    .hero-subheading{
        font-size: 18px;
    }
    
}
@media(max-width: 767px){
    .section-padding{
        padding:50px 0px;
    }
    .section-heading , .section-heading.talent-get {
        margin-bottom:25px;
        font-size: 22px;
    }
    .section-desc {
        margin-bottom: 30px;
        font-size: 16px;
    }


    .hero-heading{
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .hero-subheading{
        font-size: 16px;
        margin-bottom: 20px;
    }

    .hero-desc{
        font-size:14px;
    }
    
}
@media(max-width: 575px){
    .section-title {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .section-desc {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .hero-heading{
        font-size: 28px;
    }
    
    .hero-subheading{
        font-size: 16px;
    }
    
}

@media(max-width:480px){
    .section-title {
        font-size: 26px;
    }
}

.read-more{
    margin-top:50px;
    text-align: center;
}
.read-more a{
    color:#fff;
    background: #000;
    min-height: auto;
    line-height: 1;
    padding: 18px 35px;
}
.read-more a:hover{
    color:#000;
    background: #ffda30;
}

@media(max-width:1650px){
    .read-more {
        margin-top: 42px;
    }
    .read-more a {
        padding: 16px 30px;
        font-size: 16px;
    }
}
@media(max-width:1280px){
    .read-more a {
        padding: 15px 25px;
        font-size: 14px;
    }
}

@media(max-width: 767px){
    .read-more {
        margin-top: 35px;
    }

    .read-more a {
        padding: 12px 22px;
        font-size: 12px;
    }
}

.form-section {
    margin-top: 50px;
}
.form-section input[type="text"], .form-section input[type="number"]{
    border:1px solid #c4c4c4;
    padding:15px;
    font-size:13px;
    border-radius: 10px;
}
.form-section input[type="text"]:focus, .form-section input[type="number"]:focus{
    border:1px solid #ffda30;
    box-shadow: none;
}
.form-section textarea{
    border-bottom:1px solid #c4c4c4;
    font-size:13px;
}
.form-section label{
    font-weight: 600;
    margin-bottom:20px;
}
.form-section .other-box{
    margin-top:35px;
}
.form-section .submit-btn{
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.form-section .form-loader {
    right: -30px;
}
.form-section .submit-btn input{
    width:auto;
}
.form-section .form-group {
    margin-bottom: 1.5rem;
}
@media(max-width:1440px){
    .form-section {
        margin-top: 40px;
    }

    .form-section .other-box {
        margin-top: 25px;
    }
}

@media(max-width:991px){
    .form-section input[type="text"], .form-section input[type="number"] {
        padding: 12px;
        font-size: 12px;
    }
    .form-section textarea {
        border-bottom: 1px solid #c4c4c4;
        font-size: 12px;
    }
    .form-section label {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .form-section .other-box {
        margin-top: 15px;
    }
}

@media(max-width:767px){
    .form-section .form-group {
        margin-bottom: 1rem;
    }
}

@media(max-width:575px){
    .form-section {
        margin-top: 20px;
    }

    .form-section .form-loader {
        height: 20px;
        width: 20px;
    }
}