#main_header {

    width: 100%;

    position: relative;

    height: 100vh;

    overflow: auto;

}

#main_header .header_left {

    width: 16.666667%;

    position: fixed;

    overflow: hidden;

    height: 100%;

    background: #191919;

    z-index: 9999; 

}



#main_header .header_flex {

    width: 100%;

}

.menu {

/*    padding-top: 20px;*/

/*    position: absolute;*/

    width: 100%;

/*    margin-bottom: 120px;*/

/*    bottom: 150px;*/

}



.menu ul {

    text-align: center;

    width: 70%;

    margin: 0 auto;

    padding: 0;

}



.menu ul li {



    list-style: none;

    width: 80%;

    margin: 0 auto;



}



.menu ul li a {

    display: block;

    border-top: 1px solid #5C5C5C;

    color: #898989;

    text-transform: uppercase;

    

    padding: 10px 0px; 

     font-family: 'Montserrat', sans-serif;

    font-weight: 300;

    font-size: 14px;

}



.menu ul li .active {

     font-family: 'Montserrat', sans-serif;

    font-weight: 600;

    color: #fff;

}



#main_header .header_flex .logo_box {

/*    padding-top: 10px;*/

    text-align: center;

    padding: 40px 0;

    background: #fff;

    margin-bottom: 120px;

    margin-top: 120px;

}



#main_header .header_flex .logo_box img {

    max-width: 160px;

}



.download_box {

    padding-bottom: 80px;

}



.download_title {}



.download_title h2 {

    text-align: center;
    
    font-family: 'Montserrat', sans-serif; 

    font-weight: 700;

    font-size: 18px;

    color: #fff;

    margin-bottom: 10px;

}



.download_box .download_action {

    margin-top: 10px; 

    text-align: center;

}



.download_box .download_action img {

    max-width: 150px;

}

.socially-home-rgt-cont {

/*    background-color: #262525;*/

    height: 100vh;

    padding-top: 15px;

}



.socially-home-rgt-cont h4 {

    color: #fff;

    font-size: 22px;

    font-family: 'Nothing You Could Do';

    text-align: center;

}



.soc-hm-rgt-ctg,

.soc-hm-rgt-action {

    width: 100%;

    padding: 0px;

}





.soc-hm-rgt-ctg {

        width: 100%;

        background: #000;

        margin: 0 auto;

/*        padding-top: 20px;*/

    }

    .soc-hm-rgt-ctg ul{

        padding-bottom: 20px;

        text-align: center;

    }

.soc-hm-rgt-ctg ul li {

/*    width: 10%;*/

    background: #fff;

    border-radius: 40px;

    padding: 7px 15px;

    list-style: none;

    text-align: center;

    display: inline-block;

    margin: 0 2px;

}



.soc-hm-rgt-ctg ul .red-active p{

    color: #fff;

}

.soc-hm-rgt-ctg ul .red-active {

    background: #E15A55;

}

.soc-hm-rgt-ctg ul li p {

    color: #fff;

    text-transform: uppercase;

    font-size: 10px;

    font-weight: normal;

    font-family: 'Montserrat', sans-serif;

    font-weight: 400;

/*    margin-bottom: 5px;*/

    color: #000;

    text-align: center;

}



.soc-hm-rgt-ctg ul li img {

    width: 100px;

    text-align: center;

    border-radius: 20px;

}

@media (max-width:1366px){

    .menu ul li a{

        padding: 5px 0;

    }

    .menu ul li{

        width: 90%;

    }

    #main_header .header_flex .logo_box{

        margin-top: 40px;

        margin-bottom: 40px;

    }

}