.majorcity{
    width: 100%;
    margin:0;
    padding:0;
    overflow: hidden;
    position: relative;
}
.majorcity img{
    width: 100%;
}
.majorcity::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
}
.majorcity .customtextbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.majorcity .container{
    position: relative;
    height: 100%;
    z-index: 1;
}
.majorcity .customtext{
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    display: block;
    text-align: center;
}
.majorcity .customtext .title{
    display: block;
    font-size: 4.0rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--whitecolor);
    font-weight: 600;
    font-family: var(--font-oswald);
}
.majorcity .customtext .title span{
    color: #fff;
    font-size: 6.85rem;
}
.majorcity .customtext p{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #ddd;
    width: 767px;
    max-width: 100%;
    margin:0 auto;
}
.enquirenow{
    width: 100%;
    margin-top: 25px;
    overflow:hidden;
}
.enquirenow a{
    padding: 0 30px;
    background: #121f32;
    color: var(--whitecolor);
    border-radius: 5px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 50px;
    border: none;
    text-shadow: none;
    display: inline-block;
    font-weight: 500;
}
.whoaretriumfo{
    width: 100%;
    margin:0;
    padding:80px 0;
    overflow: hidden;
    background: #f1f1f1;
}
.whoaretriumfo .title{
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.whoaretriumfo .titlesmall{
    display: block;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #777;
}
.whoaretriumfo .shrtdesc{
    width: 767px;
    max-width: 100%;
    margin:0 auto;
    text-align: center;
}
.whoaretriumfo .shrtdesc p{
    color: #000;
    font-size: 1rem;
}
.whoaretriumfo .columnbx{
    width: 100%;
    margin:0;
    padding:0;
    overflow: hidden;
    height: 100%;
    text-align: center;
}
.whoaretriumfo .columnbx .icon{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    box-sizing: border-box;
    padding:10px;
    text-align: center;
    margin:0 auto;
    background: #121f32;
}
.whoaretriumfo .columnbx .icon img{
    width: 100%;
    height: auto;
}
.whoaretriumfo .columnbx .titlebx{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--primary-color);
    font-weight: 600;
    margin: 1rem 0 .8rem;
}
.whoaretriumfo .columnbx p{
    display: block;
    font-size: 1rem;
    color: #414141;
    line-height: 1.8;
    font-weight:500;
}
.whmargin{
    width: 100%;
    margin:0;
    clear: both;
    height: 80px;
}
.meetcompany{
    width: 100%;
    margin:0;
    padding:80px 0;
    overflow: hidden;
}
.meetcompany .contentpart{
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}
.meetcompany .contentpart .title{
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    /*margin-bottom: 1rem;*/
    color: var(--primary-color);
    font-weight: 700;
}
.meetcompany .figure{
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    border-radius: 6px;
    overflow: hidden;
}
.meetcompany .figure img{
    width: 100%;
    border-radius: 6px;
    position: relative;
}
.awardbg{
    width: 100%;
    margin:0;
    padding:70px 0;
    overflow: hidden;
    background: url(../images/row-bgimage.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
.awardbg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33,33,33,0.95);
}
.awardbg .container{
    position: relative;
    z-index: 1;
}
.awardbg .awrdbx{
    width: 100%;
    margin:0;
    padding:0;
    height: 100%;
    text-align: center;
}
.awardbg .awrdbx .icon{
    width: 80px;
    height: 80px;
    text-align: center;
    margin:0 auto;
    display: inline-block;
    border-radius: 5px;
    background: #2D4A8A;
}
.awardbg .awrdbx .icon img{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.awardbg .awrdbx .awnumber{
    display: block;
    margin:1rem 0;
    line-height: 1.5;
    font-size: 2.1rem;
    font-weight:700;
    color: var(--whitecolor);
    font-family: var(--font-oswald);
    text-transform: uppercase;
}
.awardbg .awrdbx p{
    display: block;
    font-size:1rem;
    line-height: 1.2;
    margin-bottom: 0;
    color: var(--whitecolor);
    font-weight: 700;
}
.majorcitywork{
    width: 100%;
    margin:0;
    padding:0 7.5px;
    box-sizing:border-box;
    overflow: hidden;
    position: relative;
}
.majorcitywork .citywrokbx{
    width: 33.33%;
    height: 100%;
    position: relative;
    float: left;
    margin:7.5px 0;
    padding:0 7.5px;
    box-sizing:border-box;
}
.majorcitywork .citywrokbx img{
    width: 100%;
}
.triumofportfoliobg{
    width: 100%;
    margin:0;
    padding:0px 0;
    overflow: hidden;
}
.seosection ul, .seosection ol{}
.seosection  ul li, .seosection ol li{
    display: block;
    padding-left: 30px;
    color: #414141;
    position: relative;
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    font-weight: 500;
}
.seosection  ul li::after, .seosection ol li::after{
    content: '\f10c';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.0rem;
    line-height: 1.5;
    color: #5a7fbb;
     font-family: 'FontAwesome';
}
.bulletbg{
    display:block;
}
.bulletbg ul li{
    display: block;
    padding-left: 30px;
    color: #414141;
    position: relative;
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    font-weight: 500;
}
.bulletbg ul li::after{
    content: '\f10c';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.0rem;
    line-height: 1.5;
    color: #5a7fbb;
    font-family: 'FontAwesome';
}


@media screen and (max-width: 991px){
    .majorcity .customtextbg {
        position: relative;
    }
    .majorcity .customtext {
        top: 0;
        transform: translate(0,0);
    }
    .majorcity .customtext .title {
        font-size: 2rem;
    }
    .enquirenow {
        text-align: center;
    }
    .majorcity .customtext .title span {
        color: #adc4e9;
        font-size: 2.05rem;
    }
    .majorcitywork .citywrokbx{
        width:50%;
    }
    .majorcity{
        padding:25px 0;
    }
    .majorcity img{
        width: 100%;
        height:100%;
        object-fit:cover;
        position:absolute;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 767px){
    
    .whoaretriumfo{
        padding:40px 0;
    }
    .meetcompany{
        padding:40px 0;
    }
    .meetcompany .contentpart{
        padding-bottom:30px;
    }
    .awardbg .awrdbx p{
        margin-bottom:1rem;
    }
    .majorcitywork{
        margin-top: 38px;
    }
    .majorcitywork .citywrokbx{
        width:100%;
    }
    
}
@media screen and (max-width: 600px){
    
    
}