/* ---------------------Header---------------- */
*{
    margin: 0px;
}
body{
    margin: 0px;
    background-color: #f5f5f5;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}
#headerHome{
    height: 66px;
    width: 100%;
    background-color: #ffffff;
    padding: 4px 0px 0px;
    z-index: 3;
    position: fixed;
}
.navFlex{
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    border-bottom:#f26521 solid 5px;
}
.logo{
    height: 29.22px;
    width: 190px;
    margin: 12px 40px 13px 0px;
}
.navbar{
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 4px 0px 0px 160px;
    font-family: 'Khand', sans-serif;
    letter-spacing: 1px;
    font-stretch: wider;
}
.navbar li{
    margin: 0px 1px;
    padding: 12px 12px 13px;
    font-size: 18px;
    font-weight: 200;
}
.navbar li a{
    text-decoration: none;
    color: #1e1e1e;
}
.navbar li:nth-child(4){
    background-color: #f26521;
}
.navbar li:hover {
    background-color:#3d4146;
    color: #f7f7f7;
}
.navbar li:hover a{
    color: #f7f7f7;
}
.navIcon{
    display: flex;
}
.searchIcon{
    margin: 12px 0px 0px 20px;
    padding-top: 5px;
    font-size: 22px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    /* body{
        display: contents;
    } */
    #headerHome{
        height: 488px;
        width: 100%;
        display: block;
        align-content: center;
        position: absolute;
        /* display: flex;
        justify-content: center; */
        background-color: transparent;
    }
    .navFlex{
        /* height: ; */
        position: relative;
        width: 100%;
        flex-direction: column;
        border: none;
        display: block;
    }
    /* .mediaDiv{

    } */
    .logo{
        width: 50%;
        margin: 0px;
    }
    .navbar{
        position: absolute;
        /* display: flex; */
        top: 70px;
        right: 10px;
        /* margin-top: 80px; */
        padding: 4px 0px 0px;
        flex-direction: column;
    }
    .navbar li{
        font-size: 10px;
        padding: 6px 5px 6px;
        background-color: #1e1e1ee6;
        border-radius: 20px;
        margin-bottom: 14px;
        box-shadow: 1px;
    }
    .navbar li a{
        color: white;
        font-weight: bold;
    }
    .searchIcon{
        display: none;
    }
}
/* -----------------Image Section------------------------------------------------------------------ */
#bigImgSec{
    height: 558px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.bigImgDiv{
    width: 1349px;
    height: 558px;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
}
.bigImgDiv img{
    width: 1349px;
    height: 558px;
}
.textBox{
    width: 760px;
    position: absolute;
    bottom: 200px;
    left: 50px;
    color: #ffffff;
    font-size: 36px;
    padding: 20px 20px 20px 60px;
    font-family: 'Khand', sans-serif;
    text-align: left;
}
.textBox p{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.3px;
}
.textBox h1{
    margin: 0px;
    letter-spacing: 2px;
    font-weight: 100;
}
.emptyDiv{
    height: 108px;
    width: 30px;
    background-color: #fC4C02;
    position: absolute;
    bottom: 250px;
    left: 50px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #bigImgSec{
        height: 488px;
        width: 100%;
    }
    .bigImgDiv{
        height: 488px;
        width: 100%;
    }
    .bigImgDiv img{
        height: 488px;
        width: 100%;
    }
    .imgContainer{
        display: none;
    }
    .textBox{
        left: 20px;
        bottom: 220px;
        font-size: 20px;
        width: 220px;
        padding: 5px 5px 5px 10px;
        line-height: 1;
    }
    .textBox button{
        padding: 8px 18px;
    }
    .emptyDiv{
        height: 120px;
        width: 10px;
        left: 0px;
        bottom: 240px;
    }
}
/* ---------------------Text Section---------------- */
#Sec{
    display: flex;
    justify-content: center;
    /* background-color: #ffffff; */
}
.onlyText{
    width: 1318px;
    text-align: center;
    font-size: 28px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-weight: 100;
    color: #3d4146;
    padding: 20px 15px;
    background-color: #ffffff;
}
.onlyText p{
    padding: 20px 0px 29px 0px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #Sec{
        width: 100%;
        height: fit-content;
    }
    .onlyText{
        height: fit-content;
        width: fit-content;
    }
}
/* ---------------------Approach Section---------------- */
#approachSec{
    width: 100%;
    height: 488px;
    padding: 84px 0px;
    display: flex;
    justify-content: center;
}
.position{
    width: 1348px;
    height: 488px;
    position: relative;
}
.approachImg{
    width: 1348px;
    height: 488px;
}
.approachDiv{
    position: absolute;
    bottom: 35%;
    right: 50px;
    width: 310px;
    padding: 30px;
    background-color: #ffffff;
    text-align: left;
}
.approachDiv h3{
    font-family: 'Ubuntu','Jura', sans-serif;
    font-size: 28px;
    font-weight: 100;
    line-height: 1;
    margin: 15px 0px;
}
.approachDiv p{
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1;
    line-height: 1.3;
}
.approachBlankDiv{
    position: absolute;
    bottom:48%;
    right: 415px;
    height: 60px;
    width: 5px;
    background-color: #D0D3D4;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #approachSec{
        padding: 0px;
    }
    .position{
        width: 100%;
        height: 300px;
        background-image: url(../image/MainProject/1434667423261.jpg);
        background-size: cover;
        background-position: center;
    }
    .approachImg{
        width: 100%;
        height: 300px;
        display: none;
    }
    .approachDiv{
        width: 70%;
        /* height: 100px; */
        /* top:80%; */
        bottom: -40%;
        right: 6%;
        border-top: #f26521 solid 3px;
    }
    #onlyVideo{
        width: 80%;
        /* top:50%; */
    }
    .approachBlankDiv{
        display: none;
    }
}
/* ---------------------Environment Section---------------- */
#envSec{
    width: 100%;
    height: 306.19px;
    display: flex;
    justify-content: center;
}
.envImgDiv{
    background-image: url(../image/MainProject/1434667284186.jpg);
    background-size: cover;
    width: 1349px;
    height: 306.19px;
    display: flex;
    justify-content: center;
    position: relative;
}
.envContainer{
    height: 266.19px;
    width: 1170px;
    padding: 20px 15px;
    /* position: relative; */
}
.envEmptyDiv{
    width: 1349px;
    height: 306.19px;
    position: absolute;
    background-color: #1e1e1e;
    opacity: 0.2;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.indexing{
    height: 246.19px;
    width: 1170px;
    padding: 20px 0px 0px;
    z-index: 2;
}
.envContainer h1{
    /* padding: 20px 0px 0px; */
    color: #ffffff;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-weight: 100;
}
.envContainer hr{
    width: 1168px;
    border-style: dotted;
    color: #ffffff;
    margin: 16px 0px;
}
.envContainer h4{
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    margin: 0px 0px 24px;
    color: #ffffff;
    font-weight: 100;
    font-size: 18px;
}
.envContainer button{
    display: inline-flex;
    margin: 20px 0px 0px;
    padding: 9.6px 16px;
    background-color: transparent;
    border: solid 1px #f7f7f7;
    color: #f7f7f7;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size: 16px;
}
.envContainer button p{
    margin: 3px 0px 0px;
}
.envContainer button i{
    margin: 0px 0px 2px 5px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #envSec{
        height: 450px;
    }
    .envImgDiv{
        width: 100%;
        height: 450px;
    }
    .envContainer{
        width: 100%;
        height: 450px;
        padding: 0px;
    }
    .indexing{
        width: 96%;
        margin: 2%;
    }
    .envContainer hr{
        width: 100%;
    }
}
/* ---------------------Social Section---------------- */
#socialSec{
    height: 786.38px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.socialDiv{
    width: 1319px;
    height: 786.38px;
    padding: 0px 15px;
    background-color: #b3aeeb;
}
.socialDiv h1{
    margin: 50px 0px 24px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    color: #f7f7f7;
}
.socialFolio{
    height: 644.38px;
    width: 1319px;
    padding: 15px 0px 15px;
}
.socialMainContainer{
    height:327.19px;
    width: 1319px;
    /* padding: 15px 0px 0px; */
    display: flex;
}
.socialContainer{
    height: 297.19px;
    width: 629.5px;
    margin: 15px;
    background-color: white;
    display: flex;
}
.socialImg{
    width: 338.81px;
    height: 237.16px;
    padding: 20px 0px 20px 20px;
}
.socialTxtContainer{
    width: 232.28px;
    height: 257.19px;
    padding: 20px 15px;
    text-align: left;
}
.socialTxtContainer h1{
    color: #fC4C02;
    margin: 0px;
}
.socialTxtContainer p{
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size: 15px;
    padding: 20px 0px 0px;
}
.socialTxtContainer button{
    display: inline-flex;
    margin: 20px 0px 0px;
    padding: 9.6px 16px;
    background-color: transparent;
    border: solid 1px #1b1b1b;
    color: #1b1b1b;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size: 16px;
}
.socialTxtContainer button p{
    padding: 0px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #socialSec{
        height: 2350px;
    }
    .socialDiv{
        width: 100%;
        height: 2350px;
        padding: 0px;
    }
    .socialFolio{
        height: 2200px;
        width: 100%;
    }
    .socialMainContainer{
        flex-direction: column;
        width: 90%;
        height: 1100px;
        margin: 0% auto;
    }
    .socialContainer{
        width: 90%;
        height: 520px;
        flex-direction: column;
    }
    .socialImg{
        width: 90%;
        margin: 5% 5% 0px;
        padding: 0%;
    }
}
/* ---------------------Investment in R&D Section---------------- */
#invImgDiv{
    background-image: url(../image/MainProject/1434667267103.jpg);
}
/* ---------------------Governance Section---------------- */
#GovSec{
    height: 463.19px;
    margin: 0px 0px 80px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.GovDiv{
    height: 463.19px;
}
.GovFolio{
    height: 325.19px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #GovSec{
        height: 1240px;
        margin: 0%;
    }
    .GovDiv{
        height: 1240px;
    }
    .GovFolio{
        height: 1100px;
    }
}
/* ---------------------Reporting Section---------------- */
.reportSec{
    margin: 0px 0px 80px;
    display: flex;
    justify-content: center;
}
#reportImgDiv{
    background-color: white;
    background-image: none;
}
#reportHeadColor{
    color: #fC4C02;
}
#reportColor{
    color: #1b1b1b;
}
#reportColor button{
    border: solid 1px #1b1b1b;
}
/* ---------------------Video Section---------------- */
#videoSec{
    width: 100%;
    height: 346.22px;
    display: flex;
    justify-content: center;
}
.videoDiv{
    height: 308.76px;
    width: 560px;
    display: flex;
    justify-content: center;
    margin-left: 15px;
    /* margin: 0px auto; */
    position: relative;
    overflow: hidden;
}
#onlyVideo{
    width: 250.03px;
    top: 30%;
}
#onlyVideo h3{
    font-size: 26px;
}
#blankOnlyDiv{
    bottom: 50%;
}
.videoImg{
    width: 549px;
    height: 308.76px;
    padding-left: 15px;
    overflow: hidden;
    transition: transform 2s;
}
.videoImg:hover{
    transform: scale(1.1,1.1);
}
.videoTxtDiv{
    width: 310px;
    padding: 20px;
    position: absolute;
    top: 15%;
    left: 0px;
    background-color: #ffffff;
    text-align: left;
}
.videoTxtDiv h6{
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size: 16px;
    font-weight: 100;
}
.videoTxtDiv h3{
    font-family: 'Ubuntu','Jura', sans-serif;
    font-size: 28px;
    font-weight: 100;
    line-height: 1;
    margin: 15px 0px;
}
.videoTxtDiv p{
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1;
    line-height: 1.3;
}
#extDiv{
    height: 189.19px;
    top: 15%;
}
.videoTxtDiv2{
    height: 173.19px;
}
.videoTxtDiv2 button{
    border: none;
    width: 144.55px;
    height: 45.19px;
    display: flex;
    padding: 9.6px 16px 9.6px 16px;
    margin: 20px 0px 0px;
    font: 16px 'Khand', sans-serif;
    background-color: #fC4C02;
}
.videoTxtDiv2 button p{
    font: 16px 'Khand', sans-serif;
    font-size: 16px;    
    color: #ffffff;
}
#smallDiv{
    height: 157.19px;
}
.icon{
    color: #ffffff;
}
.SmallmainSec{
    /* height: 346.22px; */
    width: 100%;
    display: flex;
    justify-content: center;
}
.blankDiv{
    position: absolute;
    bottom: 45%;
    left: 0px;
    height: 30px;
    width: 8px;
    background-color: #e9e4e1;
}
.blankDiv2{
    bottom: 65%;
}
@media screen and (min-width:320px) and (max-width:480px) {
    .singleVideoSec{
        height: 400px;
        margin-top: 10px;
    }
    #videoSec{
        flex-direction: column;
        height: 900px;
    }
    #onlyDiv{
        height: 400px;
        /* padding: 5px; */
        margin-top: 10px;
    }
    .videoDiv{
        height:400px;
        margin: 5% 0% 5%;
        width: 100%;    
        flex-direction: column;
    }
    .onlyVideoImg{
        margin-top: 20px;
    }
    .videoImg{
        width: 90%;
        margin: 0px auto 200px;
        height: 200px;
        padding: 0%;
    }
    #onlyVideo{
        width: 60%;
        height: 160px;
        left: 13.5%;
        top: 40%;
        border-top: #f26521 solid 3px;
    }
    #extDiv{
        height: 280px;
        top: 22%;
        border-top: #f26521 solid 3px;
    }
    .videoTxtDiv{
        width: 70%;
        left: 8.5%;
        top: 28%;
        height: 230px;
        border-top: #f26521 solid 3px;
    }
    #smallDiv{
        top: 28%;
        height: 210px;
    }
    #SmallmainSec{
        height: 500px;
    }
    #blankOnlyDiv{
        display: none;
    }
    .blankDiv{
        display: none;
    }
}
/* ---------------------Future Section---------------- */
#futureSec{
    width: 100%;
    height: 1000.19px;
    display: flex;
    justify-content: center;
}
.futureDiv{
    width: 1318px;
    height: 1000.19px;
    padding: 0px 15px;
    background-color: #82c8e4;
}
.futureDiv h1{
    color: #ffffff;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size: 24px;
    margin: 50px 0px 24px;
}
.futurePolio{
    height: 868.19px;
    width: 1250px;
    padding: 15px 0px;
}
.futureMainContainer{
    height: 186px;
    display: flex;
}
#futureMainContainer1{
    height: 238px;
}
#futureMainContainer2{
    height: 210px;
}
.futureContainer{
    height: 156px;
    width: 386.66px;
    margin: 15px;
    display: flex;
    background-color: #f7f7f7;
}
#futureContainer1{
    height: 208px;
}
#futureContainer2{
    height: 180px;
}
.futureImgDiv{
    height: 112.7px;
    width: 200.4px;
    margin: 20px 0px 20px 20px;
    /* padding: 20px 0px 20px 20px; */
    overflow: hidden;
}
.futureImg{
    height: 112.7px;
    width: 200.4px;
    /* margin: 20px 0px 20px 20px; */
    transition: transform 2s;
    /* opacity: 1; */
}
.futurePolio:hover .futureImg{
    opacity: 0.6;
}
.futureImgDiv:hover .futureImg{
    opacity: 1;
    /* transform: scale(1.2,1.2); */
}
.futureImg:hover {
    /* opacity: 1; */
    transform: scale(1.2,1.2);
}
.futureTxtContainer{
    padding: 20px 15px;
    text-align: left;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
}
.futureContainer:hover .futureTxtContainer{
    text-decoration: underline;
}
.futureTxtContainer h4{
    font-size: 18px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    line-height: 1.2;
}
.futureTxtContainer p{
    font-size: 16px;
    padding: 18px 0px 0px;
    color: #fc4c02;
    line-height: 1.2;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #futureSec{
        height: 4100px;
    }
    .futureDiv{
        width: 100%;
        height: 4100px;
    }
    .futurePolio{
        width: 96%;
        margin: 0% auto;
    }
    .futureMainContainer{
        width: 100%;
        height: 976px;
        margin: 0px auto;
        flex-direction: column;
    }
    .futureContainer{
        width: 100%;
        height: 295px;
        margin: 15px auto;
        flex-direction: column;
    }
    .futureImgDiv{
        width: 90%;
        height: 200px;
        margin: 20px auto;
    }
    .futureImg{
        width: 100%;
        height: 200px;
    }
    #futureMainContainer1{
        width: 100%;
        height: 976px;
        margin: 0% auto;
        flex-direction: column;
    }
    #futureMainContainer2{
        width: 100%;
        height: 976px;
        margin: 0% auto;
        flex-direction: column;
    }
    #futureContainer1{
        width: 100%;
        height: 295px;
        flex-direction: column;
    }
    #futureContainer2{
        height: 295px;
        width: 100%;
        flex-direction: column;
    }
    .futureTxtContainer br{
        display: none;
    }
    .futureTxtContainer h4{
        font-weight: 100;
    }
}
/* ---------------------Proud of Section---------------- */
#proudofSec{
    height: 383.72px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.proudofDiv{
    height: 243.72px;
    width: 1170px;
    padding: 70px 15px;
}
.proudofDiv h1{
    color: #fc4c02;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size:24px;
}
.proudofImgDiv{
    display: flex;
    padding: 20px 0px 0px;
}
.proudofImgDiv div{
    padding: 10px;
}
.proudofImgDiv div p{
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size: 15px;
}
.proudofImg{
    height: 104.72px;
    width: 178.88px;
    margin: 0px 0px 15px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #proudofSec{
        height: 1400px;
    }
    .proudofDiv{
        width: 98%;
        margin: 0px auto;
    }
    .proudofImgDiv{
        flex-direction: column;
    }
    .proudofImgDiv div{
        padding: 2%;
    }
    .proudofImg{
        width: 100%;
        height: 150px;
        margin: 0px 0px 5% 0px;
    }
}
/* ---------------------content Section---------------- */
#contentSec{
    height: 301.69px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.lowerContentDiv{
    /* height: 301.7px;
    width: 1349px; */
    display: flex;
    justify-content: center;
}
.lowerInnerDiv{
    width: 644.5px;
    height: 261.7px;
    padding: 20px 15px;
    background-color: black;
    color: #ffffff;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
}
.lowerLeftImg{
    height:121.7px;
    width:275px;
    margin: 24px 0px;
}
.lowerInnerDiv h6{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
}
.lowerInnerDiv p{
    margin-bottom: 24px;
    font-size: 15px;
}
.lowerRightImg{
    margin: 24px 0px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #contentSec{
        width: 100%;
        height: 608px;
    }
    /* .upperContentDiv{
        width: 100%;
        margin: 0px 1%;
        flex-direction: column;
    } */
    /* .uppermainDiv1{
        width: 100%;
        margin: 0% 2%;
    } */
    /* .upperInnerDiv{
        width: 100%;
        padding: 70px 0px;
    } */
    /* .upperInnerDiv button{
        margin: 20px auto 0px;
    } */
    /* .upperInnerDiv h4{
        margin: 0px;
        margin-block-start: 0%;
        margin-block-end: 0%; 
    } */
    .opacDiv{
        width: 100%;
        /* margin: 0% 2%; */
    }
    .lowerContentDiv{
        width: 100%;
        background-color: black;
        flex-direction: column;
    }
    .lowerInnerDiv{
        width: 98%;
        margin: 0px 1%;
        height: 309px;
        padding: 20px 0px;
        /* padding: 5% 8%; */
    }
    .sizeClass{
        height: 220px;
    }
}
/* ------------------------Footer Section---------------------------- */
#footerSec{
    width: 100%;
    height: 528.75px;
    color: #f7f7f7;
    background-color: #1e1e1e;
    display: flex;
    justify-content: center;
    text-align: left;
    position: relative;
}
.footMainDiv{
    height: 480.75px;
    padding: 48px 16px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footTxtDiv{
    display: flex;
    justify-content: center;
    width:1200px;
    height:388.75px;
    margin-bottom: 92px;
}
.logoFootDiv{
    width: 369.98px;
    height: 339.28px;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size: 14px;
}
.logoFootDiv img{
    width: 190px;
    height: 29.22px;
    padding: 3.2px 0px;
}
.boxDivFoot{
    height:57.49px ;
    width: 337.98px;
    border: solid 1px #575858;
    padding: 8px 16px 3.2px;
    margin-top: 32px;
    color: #f7f7f7;
    background-color: black;
    text-align: left;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
}
.boxDivFoot p{
    font-size: 37px;
}
.boxDivFoot span{
    font-size: 18.5px;
}
.divBoxInvest{
    padding: 16px;
    color: #D0D3D4;
    background-color: #1b1b1b;
    font-size: 14px;
}
.divBoxInvest:hover{
    text-decoration: underline;
}
.footIconDiv{
    padding: 26px 0px;
    font-size: 14px;
}
.footIcons{
    width: 66px;
    opacity: 0.6;
    font-size: 30px;
    padding: 3.2px 0px;
}
.whatWeDoDiv{
    width: 170px;
    height: 270.38px;
    padding: 0px 15px;
}
.footPara{
    padding: 3.2px 0px;
    color: #D0D3D4;
    font-size: 14px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
}
.footPara:hover{
    text-decoration: underline;
}
.ourCompanyDiv{
    height: 321.75px;
}
.newsDiv{
    height: 388.75px;
}
.investMargin{
    margin: 32px 0px 0px;
}
.colorFootTitle{
    color: #8d8d8d;
    font-size: 13px;
}
.careersFootDiv{
    height: 194.63px;
}
.footFootDiv{
    width: 100%;
    height: 42px;
    background-color: black;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
}
.footFootDiv ul{
    color: #f7f7f7;
    font-size: 14px;
    padding: 12px 0px;
    list-style: none;
    display: flex;
    margin-right: 30%;
}
.footFootDiv ul li{
    color: #D0D3D4;
    font-size: 12px;
    padding: 0px 10px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
}
.rightBorder{
    border-right: solid 1px #f7f7f7;
}
.footFootDiv ul li:hover{
    text-decoration: underline;
}
.footFootDiv p{
    color: #D0D3D4;
    font-size: 12px;
    padding: 12px 0px 0px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
}
#designPara{
    margin-left: 20px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #footerSec{
        width: 100%;
        height: 1700px;
    }
    .footMainDiv{
        width: 100%;
        /* height: 1000px; */
    }
    .footTxtDiv{
        width: 100%;
        display: block;
    }
    .logoFootDiv{
        width: 100%;
        padding: 0%;
        display: block;
    }
    .boxDivFoot{
        width: 100%;
        padding: 8px 0px 3.2px;
    }
    /* .whatWeDoDiv{
        display: inline-flex;
        flex-direction: column;
        display:block;
    } */
    .newsDiv{
        display: inline-block !important;
    }
    /* .careersFootDiv{
        display: inline-block !important;
    } */
    .footFootDiv{
        width: 100%;
        height: 100px;
        flex-direction: column;
        align-items: center;
    }
    .footFootDiv ul{
        margin: 0%;
    }
    .footFootDiv ul li{
        font-size: 10px;
    }
    .footFootDiv p{
        font-size: 10px;
        text-align: center;
    }
    .footTxtDiv br{
        display: none;
    }
    .footIcons{
        width: 15%;
    }
    #designPara{
        margin: 0px;
        padding: 0px;
    }
}