/* ---------------------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(7){
    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: 150px;
    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;
}
.textBox br{
    display: none;
}
.emptyDiv{
    height: 108px;
    width: 30px;
    background-color: #fC4C02;
    position: absolute;
    bottom: 275px;
    left: 150px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #bigImgSec{
        height: 488px;
        width: 100%;
    }
    .bigImgDiv{
        height: 488px;
        width: 100%;
        background-image: url(../image/MainProject/career/1434663709236.jpg);
        background-position: center;
    }
    .bigImgDiv img{
        height: 488px;
        width: 100%;
        display: none;
    }
    .imgContainer{
        display: none;
    }
    .textBox{
        left: 20px;
        bottom: 220px;
        font-size: 20px;
        width: 220px;
        padding: 5px 5px 5px 10px;
        line-height: 1;
    }
    .textBox p{
        font-size: 18px;
        font-weight: 100;
    }
    .textBox h1{
        font-size: 28px;
    }
    .textBox button{
        padding: 8px 18px;
    }
    .emptyDiv{
        height: 120px;
        width: 10px;
        left: 0px;
        bottom: 225px;
    }
}
/* ---------------------Text Section---------------- */
#Sec{
    background-image: linear-gradient(#f5f5f5 10%,#d8dcdb);
    display: flex;
    justify-content: center;
    /* background-color: #ffffff; */
}
.onlyText{
    width: 600px;
    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 h3{
    margin: 10px 0px 40px;
    font-weight: 100;
}
.onlyText p{
    padding: 20px 0px 29px 0px;
    font-weight: 100;
    font-size: 16px;
}
.paratop{
    border-top: #3d4146 dotted 2px;
}
.paraBottom{
    margin: 0px auto;
    width: 500px;
    border-bottom: #3d4146 dotted 2px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #Sec{
        width: 100%;
        height: fit-content;
    }
    .onlyText{
        height: fit-content;
        width: 100%;
    }
    .paraBottom{
        width: 100%;
    }

}
/* ---------------------Investors Section---------------- */
#investorSec{
    height: 182.11px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(#d8dcdb 10% ,#9fa4af);
}
.investorMainDiv{
    height: 182.11px;
    width: 1599.98px;
    display: flex;
    justify-content: center;
}
.investorDiv{
    width: 1170px;
    height: 142.11px;
    padding: 20px 15px;
}
.investorDiv h6{
    color: #fC4C02;
    margin: 27px 0px 0px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size: 24px;
}
.investorDivButton{
    font-size: 15px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    padding: 20px 0px 0px;
    display: flex;
    justify-content: center;
    color: #3D4146;
}
.investorDivButton button{
    display: flex;
    padding: 9.6px 16px 9.6px 16px;
    margin: 20px 0px 0px 5px;
    background-color: #474c55 ;
    color: white;
    border: none;
}
.investorDivButton p{
    margin: 5px 0px 0px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-size: 16px;
}
.investorDivButton button i{
    color: white;
    font-weight: 100;
    margin-left: 5px;
}
/* .investorDivButton button:hover i{
    margin-left: 8px;
} */
@media screen and (min-width:320px) and (max-width:480px) {
    #investorSec{
        /* height: max-content; */
        /* height: 533px; */
        height: 460px;
        width: 100%;
        /* display: block; */
        /* margin-bottom: 5%; */
    }
    .investorMainDiv{
        width: 96%;
        /* height: 533px; */
        height: fit-content;
        flex-direction: column;
        margin: 0% 2%;
    }
    .investorDiv{
        width: 96%;
        height: fit-content;
        padding: 20px 0px 0px;
        margin: 0% 2%;
    }
    .investorDivButton{
        flex-direction: column;
        width: 80%;
        margin: auto;
        padding: 0px;
    }
    .investorDivButton button{
        width: 100%;
        height: 50px;
        margin: 20px 0px 0px;
        justify-content: space-between;
    }
    .investorDivButton .button p{
        width: 80%;
    }
}











/* ---------------------Twitts Section---------------- */
#twitSec{
    width: 100%;
    height: 240px;
    /* margin-bottom: 25px; */
    display: flex;
    justify-content: center;
}
.twitDiv{
    /* height: 167px; */
    height: 240px;
    width: 1349px;
    /* padding: 15px 0px; */
    background-image: linear-gradient(#f5f5f5 10%,#d8dcdb ,#9fa4af);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.twitContainer{
    width: 1200px;
    height: 167px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}
.smallContainerTwit{
    height: 147px;
    width: 268px;
    background-color: white;
    padding: 12px 20px 10px;
    margin: 0px 5px 0px;
    text-align: left;
}
.smallContainerTwit h4{
    color: #fC4C02;
    font-size: 15px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    margin: 0px 0px 5px;
    font-weight: 100;
}
.smallContainerTwit p{
    color: #474c55;
    height: 83px;
    font-size: 17px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    margin: 0px 0px 5px;
    font-weight: 100;
}
.h1class{
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    margin-bottom: 5px;
    margin-top: 15px ;
}
.spanColor{
    color: #f26521;
}
.twitBottom{
    display: inline-flex;
    margin-top: 14px;
}
.twitIcons{
    width: 20px;
    height: 20px;
    color: #8d8d8d;
}
.twitBottom p{
    font-size: 14px;
    margin-left: 4px;
    height: 18px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #twitSec{
        height: 500px;
        margin: 0px;
    }
    .twitDiv{
        padding: 0%;
        width: 100%;
        margin: 0px;
        height: 500px;
    }
    .twitContainer{
        width: 90%;
        height: 500px;
        margin: 0px 5%;
        flex-direction: column;
    }
    .smallContainerTwit{
        width: 90%;
        padding: 5%;
        margin: 5% auto;
    }
}
/* ------------------------Plain text Section---------------------------- */
.plainSec{
    width: 100%;
    height: 200px;
}
.plainDiv{
    width:70%;
    height: 100px;
    margin: 0px auto;
    padding: 40px 0px 0px;
    text-align: left;
}
.plainDiv h1{
    margin: 0px;
    font-size: 40px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    font-weight: 100;
}
.plainDiv span{
color: #f26521;
}
@media screen and (min-width:320px) and (max-width:480px) {
    .plainDiv{
        width: 80%;
    }
    .plainDiv h1{
        font-size: 32px;
    }
}
/* ------------------------Footer Section---------------------------- */
#footerSec{
    width: 100%;
    height: 138px;
    color: #f7f7f7;
    background-color: #1e1e1e;
    display: flex;
    justify-content: center;
    text-align: left;
    position: relative;
}
.footMainDiv{
    /* width: 1317px; */
    width: 960px;
    height: 46px;
    margin: 28px 16px 0px;
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
}
.footTxtDiv{
    display: flex;
    justify-content: center;
    width:1200px;
    height:96px;
    margin-bottom: 92px;
}
.footMainDiv img{
    width: 190px;
    height: 29.22px;
    padding: 3.2px 0px;
}
.footIconDiv{
    padding: 0px 0px;
    font-size: 14px;
    display: flex;
}
.footOverIcon{
    width: 44px;
    height: 44px;
    margin: 0px 10px 0px 0px;
    border-radius: 5px;
    text-align: center;
    background-color: #3d4146;
}
.footIcons{
    opacity: 0.6;
    font-size: 30px;
    margin-top: 8px;
}
.footFootDiv{
    width: 1349px;
    /* height: 339.28px; */
    height: 42px;
    background-color: black;
    /* margin-top: 50px; */
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content:space-between;
    /* text-align: center; */
}
.footFootDiv ul{
    color: #f7f7f7;
    font-size: 14px;
    padding: 12px 0px;
    list-style: none;
    display: flex;
    margin-left: 50px;
}
.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;
}
#designPara{
    margin-left: 20px;
}
.footFootDiv p{
    color: #D0D3D4;
    font-size: 12px;
    padding: 12px 0px 0px;
    font-family: 'Ubuntu','Khand','Jura', sans-serif;
    margin-right: 50px;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #footerSec{
        height: 300px;
    }
    .footMainDiv{
        width: 100%;
        /* height: ; */
        flex-direction: column;
        /* align-content: center; */
    }
    .footMainDiv img{
        margin: auto;
    }
    .footIconDiv{
        padding: 26px 0px;
        justify-content: center;
        /* flex-direction: column; */
    }
    .footFootDiv{
        width: 100%;
        height: 100px;
        flex-direction: column;
        align-items: center;
    }
    .footFootDiv ul li{
        /* display: inline-flex; */
        /* flex-direction: column; */
        /* float: left; */
        font-size: 10px;
    }
    .footFootDiv ul{
        margin: 0px ; 
    }
    .footFootDiv p{
        /* text-align: center; */
        margin: 0px;
        font-size: 10px;
    }
    #designPara{
        margin: 0px;
        padding: 0px;
    }
}