h2{
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
}

.banner-con img{
    width: 100%;
}

.strength{
    max-width: 1400px;
    margin: 3.5vw auto;
    text-align: center;
}
.strength h2{
    color: #dd1c1c;
}
.strength h3{
    font-size: 18px;
    margin: 20px 0;
}
.strength .desc{
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
.strength ul{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin: 160px 0;
    position: relative;
    padding: 0 27px;
}
.strength ul:before{
    content: "";
    background: url(../img/strength-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 294px;
    position:absolute;
    left: 0;
    top: -50px;
}
.strength ul li{
    width: 20%;
    padding: 0 2.25vw;
}
.strength ul li p:first-child{
    font-family: "Impact";
    font-size: 54px;
    color: #dd1c1c;
}
.strength ul li p:last-child{
    font-size: 18px;
} 
.strength ul li:nth-child(2n){
    margin-top: -30px;
}
.strength ul li:nth-child(2n+1){
    margin-top: 30px;
}
.global-con{
    background: #f4f6f8;
    padding: 3.5vw 0;
    text-align: center;
}
.global-con .global{
    max-width: 1400px;
    margin: 0 auto;
}
.global-con .global h3{
    font-size: 18px;
    margin: 20px 0;
}
.global-con .global .desc{
    line-height: 2;
}
.services-con{
    background: #f4f6f8;
    padding-bottom: 3.5vw;
    text-align: center;
}
.services-con .services{
    max-width: 1400px;
    margin: 0 auto;
}

.services-con .services h2{
    color: #dd1c1c;
}
.services-con .services .desc{
    margin: 30px 0 50px;
}
.nav-pills{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex: 1;
}
.d-flex{
    justify-content: flex-end;  
}
.nav-pills .nav-link{
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid #4d4d4d;
    text-align: left;
    margin-left: 2.35vw;
}
.nav-pills .nav-link.active{
    font-size: 24px;
    margin-left: 0;
    background-color: #dd1c1c;
    border: none;
}
.tab-content{
    max-width: 60%;
}
.ourstrength-con{
    background: url(../img/strength-bg.jpg) no-repeat;
    background-size: cover;
    padding: 3.5vw 0;
}
.ourstrength-con .top-con{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.ourstrength-con .top-con .left-con{
     margin-left: calc((100% - 1400px) / 2);
     color: #ffffff;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}
.ourstrength-con .top-con .left-con h2{
    margin-bottom: 30px;
    line-height: 1.5;
}
.ourstrength-con .top-con .right-con{
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}
.ourstrength-con .top-con .right-con:before{
    content: "";
    width: calc(100% - (100vw - 1400px) / 2);
    height: 80%;
    background: #dd1c1c;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ourstrength-con .top-con .right-con img{
    position: relative;
    z-index: 1;
}
.ourstrength-con .bottom-con{
    max-width: 1400px;
    margin: 30px auto 0;
   
}
.ourstrength-con .bottom-con ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width:1400px){
.strength,.global-con,.services-con,.ourstrength-con{
    padding-left: 15px;
    padding-right: 15px;
}
.ourstrength-con .top-con .left-con{
    margin-left: 0;
}
.ourstrength-con .top-con .right-con:before{
    width: 50%;
}
.strength ul:before{
    height: 21.3vw;
}
.strength ul li p:first-child{
    font-size: clamp(30px,3.86vw,54px);
}
h2{
    font-size: clamp(40px,2.25vw,48px);
}
}

@media (max-width:1080px){
    .strength ul{
        padding: 0;
        margin: 50px 0;
        gap: 20px;
        /* justify-content: flex-start; */
    }
    .strength ul:before{
        display: none;
    }
    .strength ul li{
        width: auto;
        padding: 0;
    }
    .strength ul li:nth-child(2n+1),.strength ul li:nth-child(2n){
        margin-top: 0;
    }
    .d-flex{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .tab-content{
        max-width: 100%;
        margin-top: 30px;
    }
    .me-3{
        margin-right: 0!important;
    }
     .nav-pills{
        flex-direction: row!important;
        flex-wrap: wrap;
     }
    .nav-pills .nav-link{
        margin-left: 0;
        width: calc((100% - 20px) / 2);
    }
    .ourstrength-con .top-con .right-con{
        padding: 0;
    }
    .ourstrength-con .top-con .right-con:before{
        display: none;
    }
    
    
   
}

@media (max-width:768px){
    .strength .desc{
        max-width: 100%;
    }
.strength ul{
    flex-wrap: wrap;
}
.strength ul li{
   width: calc((100% - 20px) / 2);
}
h2{
    font-size: clamp(32px,2.25vw,48px);
}
.ourstrength-con .top-con{
    flex-wrap: wrap;
}
.nav-pills .nav-link{
    font-size: 16px;
}
.nav-pills .nav-link.active{
    font-size: 18px;
}
}
@media (max-width:500px){
    .ourstrength-con .bottom-con ul{
        flex-wrap: wrap;
    }
}
