/* firstsection */
body {
    overflow-x: hidden;
}

p {
    line-height: 25px;
    word-spacing: 3px;
}

.hr1 {
    width: 50%;
}

.hr2 {
    width: 60%;
}

.hr3 {
    width: 80%;
}

.hr4 {
    width: 100%;
}

.container-fluid {
    overflow-x: hidden;
}

.itfirstsection {
    background-color: #859277;
    min-height: 88vh;
    padding: 140px 100px;
    color: white;
}

.itfirstsection h5 {
    text-transform: uppercase;
}

.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: 400px;
}

/* .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: 400px; */
    }
}

@media screen and (max-width:992px) {
    .ithero img {
        position: absolute;
        /* bottom: auto; */
        height: auto;
        /* width: 400px; */
    }

    .itfirstsection {

        min-height: 85vh;
        padding: 100px 50px;
        color: white;

    }

}

@media screen and (max-width:775px) {
    .ithero img {
        /* bottom: -60px; */
        width: 350px;
    }

}

@media screen and (max-width:575px) {
    .ithero img {
        /* bottom: -40px; */
        width: 250px;
    }

    .itfirstsection {
        height: 86vh;
        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 {
        margin-top: 8vh;
        padding: 0 20px;
    }

    .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: 20px 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 */


.EXPERTISE {
    padding: 30px 100px;
    /* background-color: #e5e8f0; */
}

#EXPERTISEtab {
    padding: 0 100px;
    
}

#EXPERTISEtab hr {
    width: 300px;
}


.EXPERTISE img {
    height: auto;
    width: 300px;
}

@media screen and (max-width:992px) {
    .EXPERTISE {
        padding: 30px 50px;
    }
    #EXPERTISEtab {
        padding: 0 10px;
    }
    
    #EXPERTISEtab hr {
        width: 300px;
    }
   
}

@media screen and (max-width:665px) {
    .EXPERTISE {
        padding: 30px 20px;
    }

   
} 

/* .tab .expohrhover1 button,
.expohrhover2 button,
.expohrhover3 button,
.expohrhover4 button,
.expohrhover5 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,
.expohrhover5:hover .tab_link_hr5 {

    height: 1px;
    opacity: 1;
    color: black;
    font-weight: 600;
}



.tab button.active {
    font-weight: 700;
    padding: 0;
}

@media screen and (max-width:992px) {
    .EXPERTISE {
        padding: 30px 50px;
    }

    .EXPERTISEBOX {
        width: 90%;
    }
}

@media screen and (max-width:665px) {
    .EXPERTISE {
        padding: 30px 20px;
    }

    .EXPERTISEBOX {
        width: 100%;
    }
} */



/* WHYCHOOSEUS */
.WHYCHOOSEUS {
    padding: 30px 100px;
}

.WCROW1, .WCROW2 {
    text-align: center;
}

.WCROW1 P, .WCROW2 P {
    font-weight: 600;
}

.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;
    }

}

/* STAGESOFDEVELOPMENT */
.STAGESOFDEVELOPMENT {
    /* background-color: #f6edef; */
    padding: 30px 100px;
}

.STAGESOFDEVELOPMENT img {
    height: auto;
    width: 70%;
    margin: 0 0 0 30px;
}

@media screen and (max-width:991px) {
    .STAGESOFDEVELOPMENT {
        padding: 30px 50px;
    }

    .STAGESOFDEVELOPMENT img {

        margin: 0 0 0 0px;
    }
}

@media screen and (max-width:575px) {
    .STAGESOFDEVELOPMENT {
        padding: 30px 20px;
    }

    .STAGESOFDEVELOPMENT img {
        height: auto;
        width: 100%;
    }

}

 


/* FOOTER */


.shape::before {
    border-radius: 100%;
    position: absolute;
    background: #859277;
    right: -200px;
    left: -200px;
    top: -200px;
    content: '';
    bottom: 0;
    z-index: -1;
}