:root {
    --herofooter:#E5AE39;
    --middelsec:#FAEFD7;
}
/* firstsection */
body {
    overflow-x: hidden;
}

p {
    line-height: 25px;
    word-spacing: 3px;
}

.container-fluid {
    overflow-x: hidden;
}

.itfirstsection {
    background-color: var(--herofooter) ;
    min-height: 87.5vh;
    padding: 140px 100px;
    color: white;
}
.itfirstsection h5{
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF;
}

.itfirstsection button {
    background-color: #ffffff;
    color: #134043;
    border: none;
    border-radius: 5px;
    padding: 10px;
    width: 180px;
    font-size: 16px;
    transition: 0.2s;
}

.itfirstsection button:hover {
    transform: scale(1.03);
}

.itarrownexthero .itarrownext {
    height: auto;
    width: 1em;
    margin-left: 8px;
}

.ithero img {
    position: absolute;
    bottom: 15px;
    height: auto;
    width: 450px;
}

/* .ithero img:hover {
    transform: scale(1.05);
} */


@media screen and (max-width:1400px) {

    .ithero img {
        bottom: 10px;
    }
}

@media screen and (max-width:1200px) {
    .ithero img {
        position: absolute;
        /* bottom: auto; */
        height: auto;
        /* width: 500px; */
    }
}

@media screen and (max-width:992px) {
    .ithero img {
        position: absolute;
        /* bottom: auto; */
        height: auto;
        width: 300px;
    }

    .itfirstsection {

        min-height: 85vh;
        padding: 100px 50px;
        color: white;

    }

}

@media screen and (max-width:775px) {
    .ithero img {
        /* bottom: -60px; */
        width: 250px;
    }

}

@media screen and (max-width:575px) {
    .ithero img {
        bottom: 10px;
        width: 200px;
    }

    .itfirstsection {
        height: 85vh;
        padding: 140px 20px;

    }
}



/* itsecondsection */
.itsecondsection {
    margin-top: 20vh;
    padding: 0 100px;
    /* text-align: center; */
}

.itsecondsection a {
    padding-right: 70px;
    line-height: 3;
    font-weight: 600;
    transition: 0.2s;
    text-decoration: none;
    color: black;
}

/* .itsecondsection a:hover {
    transform: scale(1.05);
  
} */

.itsecondsection button {
    border: 0.1px solid black;
    border-radius: 5px;
    padding: 3px 0;
    width: 150px;
    font-weight: 600;
    transition: 0.2s;
}

.itsecondsection button:hover {
    transform: scale(1.03);
    box-shadow: 2px 2px rgba(0, 0, 0, 0.274);
}

@media screen and (max-width:1100px) {
    .itsecondsection {
        margin-top: 20vh;
        padding: 0 50px;
    }

    .itsecondsection a {
        padding-right: 60px;
        font-weight: 600;
    }
}

@media screen and (max-width:775px) {
    .itsecondsection a {
        margin-top: 20px;
        padding-right: 30px;
        font-weight: 600;
    }

}

@media screen and (max-width:675px) {

    .itsecondsection {
        padding: 0 20px;
        margin-top: 8vh;

    }

    .itsecondsection a {

        padding-right: 15px;
        font-weight: 600;
        white-space: nowrap;
    }
}

@media screen and (max-width:450px) {

    .itsecondsection {
        padding: 0 20px;
        display: grid;
        text-align: start;
    }

    .itsecondsection a {
        line-height: 1.5;
    }

    .itsecondsection button {
        margin-top: 10px;
    }
}

/* overviewbox */
.overview {
    padding: 40px 150px;
}

.overviewbox img {
    height: auto;
    width: 320px;
}

.overview h2 {
    font-weight: 600;
}

@media screen and (max-width:992px) {
    .overview {
        padding: 20px 50px;
    }

    .overviewbox img {
        height: auto;
        width: 280px;
        margin-bottom: 5vh;
    }
}

@media screen and (max-width:575px) {
    .overview {
        padding: 20px 20px;
    }

    .overviewbox img {
        height: auto;
        width: 200px;
        margin-bottom: 5vh;
    }
}

/* SERVICES */
#EXPERTISEtab{
    /* padding: 0 130px 0 200px; */
}
#EXPERTISEtab2{
    /* padding: 0 300px 0 0px; */
}
.EXPERTISE {
    padding: 30px 100px;
    background-color: var(--middelsec);
}

.EXPERTISEBOX {
    min-height: 30vh;
    width: 50vw;
    background-color: white;
    padding: 30px;
}

.EXPERTISE hr {
    width: 90%;
}

.tab .expohrhover1 button,
.expohrhover2 button,
.expohrhover3 button,
.expohrhover4 button {
    border: none;
    background-color: transparent;
    text-align: inherit;
    padding: 0;
}

.tab button:hover,
.expohrhover1:hover .tab_link_hr1,
.expohrhover2:hover .tab_link_hr2,
.expohrhover3:hover .tab_link_hr3,
.expohrhover4:hover .tab_link_hr4 {

    height: 1px;
    opacity: 1;
    color: black;
    font-weight: 600;
}



.tab button.active {
    font-weight: 700;
    padding: 0;
}

@media screen and (max-width:992px) {
    #EXPERTISEtab{
        padding: 0 0px 0 0px;
    }
    #EXPERTISEtab2{
        padding: 0 0px 0 0px;
    }
    .EXPERTISE {
        padding: 30px 50px;
    }

    .EXPERTISEBOX {
        width: 90%;
    }
}

@media screen and (max-width:665px) {
    #EXPERTISEtab{
        padding: 0 0px 0 10px;
    }
    #EXPERTISEtab2{
        padding: 0 0px 0 10px;
    }
    .EXPERTISE {
        padding: 30px 20px;
    }

    .EXPERTISEBOX {
        width: 100%;
    }
}






/* WHYCHOOSEUS */
.WHYCHOOSEUS {
    padding: 30px 100px;
}

.WCROW1, .WCROW2 {
    text-align: center;

}

.WCROW1 P, .WCROW2 P {
    font-weight: 600;
    text-transform: uppercase;
}

.WCROW1 img, .WCROW2 img {
    height: auto;
    width: 130px;

}

@media screen and (max-width:991px) {
    .WHYCHOOSEUS {
        padding: 30px 50px;
    }

}

@media screen and (max-width:575px) {
    .WHYCHOOSEUS {
        padding: 30px 20px;
    }

}




/* FAQs */

.FAQs {
    /* background-color: var(--middelsec); */
    background-color:white;

}

/* FOOTER */


.shape::before {
    border-radius: 100%;
    position: absolute;
    background: var(--herofooter);
    right: -200px;
    left: -200px;
    top: -200px;
    content: '';
    bottom: 0;
    z-index: -1;
}