/* firstsection */
body{
    overflow-x: hidden;
}
p {
    line-height: 25px;
    word-spacing: 3px;
}
.itfirstsection {
    background-color: #134043;
    min-height: 83vh;
    padding: 100px 100px;
    color: white;
}

.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: 10px;
    height: auto;
    width: 600px;
}

/* .ithero img:hover {
    transform: scale(1.05);
} */
@media screen and (min-width:1550px) {
    .itfirstsection {
        min-height: 55vh;
    }
    .ithero img {
        bottom: 300px;
    }
}
@media screen and (max-width:1450px) {
    .itfirstsection {
        min-height: 81vh;
        padding: 100px 100px 50px;
    }
 
}
@media screen and (max-width:1400px) {
    .itfirstsection {
        padding: 100px 100px 50px;
    }
    .ithero img {
        bottom: 10px;
    }
}
 

@media screen and (max-width:992px) {
    .ithero img {
        position: absolute;
        /* bottom: -60px; */
        height: auto;
        width: 500px;
    }

    .itfirstsection {
        min-height: 85vh;
        padding: 100px 50px;
        color: white;
 
    }

}

@media screen and (max-width:775px) {
    .ithero img {
        /* bottom: -60px; */
        width: 450px;
    }

}

@media screen and (max-width:575px) {
    .ithero img {
        /* bottom: -40px; */
        width: 350px;
    }

    .itfirstsection {
   
        height: 88vh;
        padding: 100px 20px;
 
    }
}



/* itsecondsection */
.itsecondsection {
    margin-top: 20vh;
    padding: 0 100px;
}

.itsecondsection a {
    padding-right: 130px;
    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;
    }
    .itsecondsection a {
  
        padding-right: 15px;
        font-weight: 600;
        white-space: nowrap;
    }
}
@media screen and (max-width:573px) {
    
    .itsecondsection button {
         margin-top: 20px;
    }
}
@media screen and (max-width:450px) {
    
    .itsecondsection {
        padding: 0 20px;
        display: grid;
    }
    .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:665px) {
    .overview {
        padding: 20px 20px;
    }
    .overviewbox img{
        height: auto;
        width: 200px;
        margin-bottom: 5vh;
   }
}

/* EXPERTISE */
.EXPERTISE {
    padding: 30px 100px;
    background-color: #e9f5f2;
}

.EXPERTISEBOX {
    min-height: 30vh;
    width: 40vw;
    background-color: white;
    padding: 30px;
}
.EXPERTISE hr{
    width: 90%;
}

.tab .expohrhover1 button,
.expohrhover2 button,
.expohrhover3 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 {
    /* border:1px solid black; */
    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%;
    }
}

/* OURWORKAPPROACH */
.OURWORKAPPROACH {
    padding: 30px 100px;
}

.OURWORKAPPROACH h4 {
    font-weight: 600;
}

.itarrownextour .itourarrownext {
    height: auto;
    width: 1em;
    margin-left: 8px;
}

.OURWORKAPPROACH button {
    border: 0.1px solid;
    transition: 0.2s;
}
.OURWORKAPPROACH button:hover {
     transform: scale(1.03);
     box-shadow: 2px 2px  rgba(0, 0, 0, 0.274);
}

.OURWORKAPPROACHBOX img {
    height: auto;
    width: 320px;
}
@media screen and (max-width:992px) {
    .OURWORKAPPROACH {
        padding: 30px 50px;
    }
    .OURWORKAPPROACHBOX img {
        height: auto;
        width: 280px;
        padding: 20px;
    }
}
@media screen and (max-width:665px) {
    .OURWORKAPPROACH {
        padding: 20px;
    }
    .OURWORKAPPROACHBOX img {
        height: auto;
        width: 240px;
    }
}
/* FAQs */

.FAQs {
    background-color: #E7ECEC;
}

/* FooterFirstHrLine Hiding */

.FooterFirstHrLine{
    display: none;
  }