*,
html,
body {
    margin: 0;
    padding: 0;
    font-family: poppins;
}

a {
    text-decoration: none;
    font-family: inherit;
    color: #222;
}

ul,
li {
    list-style: none;
}

section {
    position: relative;
    width: 100%;
    height: 500px;
    box-sizing: border-box;
}

._navcover {
    z-index: 99999;
    opacity: 0;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    pointer-events: none;
}

body.navcovered ._navcover {
    opacity: 1;
    display: block;
    pointer-events: all;
}

.body_main {
    height: 100vh;
    background: transparent;
}

.ovhidden {
    overflow: hidden;
}

.overflownone {
    overflow: hidden;
}

.avoidover {
    overflow: hidden;
}

.mt-50 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-30 {
    margin-left: 30px;
}

.phs_header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 2px 20px 0 #22222240;
}

.phs_logo {
    float: left;
}

.logo_bright {
    width: 140px;
}

.phs_navigation {
    float: right;
}

.menu_nav {
    margin: 0;
    padding: 0;
    display: flex;
}

._set {
    list-style: none;
}

.thisactive {
    color: #fe513e;
}

.btn-spcl {
    height: 50px;
    line-height: 90px;
    border-radius: 500px;
    background: #fd5a3f;
    padding: 4px 20px;
    color: #fff;
    font-size: 14px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.btn-spcl:hover {
    background: #d3472e;
}

._linknext {
    height: 50px;
    line-height: 90px;
    padding: 0 20px;
    color: #222222a8;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

._set:hover ._linknext {
    color: #222;
}

.logo_mob {
    display: none;
}

.main_content {
    padding: 6em 0 0 0; 
    width: 95%;
    padding-left : 1%;
    padding-right : 1%;
    
}

.main_content500 {
    padding: 6em 0 0 0;
    height: 500px;
    width: 100%;
}

._flex {
    display: flex;
    width: 100%;
    height: 100%;
}

.phs_title {
    font-family: montserrat;
    font-size: 40px;
    font-weight: 500;
    color: #fe493d;
}

.shortdesc {
    color: rgba(34, 34, 34, 0.781);
}

.noticeshort {
    color: rgba(34, 34, 34, 0.842);
}

.fa-angle-right {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.not-btnlink {
    color: #fe493d;
}

.not-btnlink:hover .fa-angle-right {
    transform: translateX(6px);
}

.footer_full {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #c5c9e0a6;
}

._footericon {
    position: relative;
    top: 7px;
}

.cpyrts {
    display: -webkit-inline-box;
    display: inline-flex;
    color: #222222c4;
    font-size: 14px;
}

.floatrightcover {
    width: 50%;
    height: 100%;
    background: url('./images/savings.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.s2 {
    background: blue;
}

.js-toggle {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    height: 60px;
    width: 60px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

._menuham {
    position: relative;
    top: 16px;
    width: 40px;
    height: 40px;
    margin: 10px 10px;
}

._menuham>span {
    display: block;
    margin: 8px 0;
    width: 2.2rem;
    height: 1px;
/*    background-color: #060606b0; */
background-color: green;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.anim1 {
    transform: translate(0, 0.6rem);
    -webkit-transform: translate(0, 0.6rem);
    -moz-transform: translate(0, 0.6rem);
    -o-transform: translate(0, 0.6rem);
    -ms-transform: translate(0, 0.6rem);
    opacity: 0;
}

.anim3 {
    transform: translate(0, -0.6rem);
    -webkit-transform: translate(0, -0.6rem);
    -moz-transform: translate(0, -0.6rem);
    -o-transform: translate(0, -0.6rem);
    -ms-transform: translate(0, -0.6rem);
    opacity: 0;
}


/* ABOUT US PAGE */

.mt-50small {
    margin-top: 50px;
}

.flex_automar {
    height: 100%;
    width: 90%;
    margin: 50px auto;
    display: flex;
}

.noflex_w86 {
    height: 100%;
    width: 86%;
    margin: 50px auto;
}

.fs-50-ff-pop {
    color: #fd5a3f;
    text-transform: uppercase;
    font-family: poppins;
    text-align: center;
    font-size: 50px;
}

.moto {
    color: #848ab8;
}

.txt-center {
    text-align: center;
}

.mission {
    margin: 10px auto;
    width: 44%;
}

.ismaintitle {
    cursor: pointer;
    position: relative;
    font-family: montserrat;
    font-weight: 500;
    font-size: 30px;
    color: #3a416f;
}

.ismaintitle::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 18px;
    height: 1px;
    width: 14px;
    background: #5468ff;
    -webkit-transition: width 0.15s ease-out;
    transition: width 0.15s ease-out;
}

.ismaintitle:hover::before {
    width: 22px;
}

.phs_mission {
    color: #58619e;
    font-family: poppins;
    font-weight: 500;
}

.anintro {
    margin: 10px auto;
    width: 44%;
}

.phs_intro {
    color: #58619e;
    font-family: poppins;
    font-weight: 500;
}


/* {END ABOUT US} */


/* CONTACT US PAGE */

.floatleftforcontact {
    width: 50%;
    height: 100%;
    background: transparent;
}

.floatrightcovercontact {
    width: 50%;
    height: 100%;
    background: url('./images/contactus.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}


/* {END CONTACT US} */


/* SIGN IN STYLES */

.login_wrapper {
    margin: 0 auto;
    width: 100%;
    margin-top: 75px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 400px;
}

.login_user {
    background: transparent;
    padding: 40px 0px;
}

.login_title {
    font-family: montserrat;
    font-size: 24px;
    letter-spacing: .4px;
    margin-bottom: 26px;
    text-align: center;
    color: #373c46;
}

.inputs_wrapper {
    margin-bottom: 6px;
    width: 100%;
}

.textfield_light {
    outline: none;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    padding: 20px 16px 6px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #58619e;
    background: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.textfield_light:hover,
.textfield_light:focus {
   /* background: #373c4626; */
background: red;
}

.txtmb-40 {
    margin-bottom: 40px;
}

.input-label-float {
    color: #373c46;
    font-family: poppins;
    font-size: 14px;
    font-weight: 600;
}

.login-formbtn {
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 500px;
    border: none;
    outline: none;
    background: #848ab8c9;
    color: #fff;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.login-formbtn:hover {
    background: #848ab8;
}


/* {END SIGNIN} */


/* SIGNUP STYLES */

.txtmb-20 {
    margin-bottom: 20px;
}

.select_box14 {
    font-size: 14px;
}

.captcha-text {
    display: inline-block;
    font-family: montserrat;
    font-size: XX-Large;
    font-style: italic;
    text-decoration: none;
    height: 61px;
    width: 151px;
}


/* {END SIGNUP */

@media(max-width: 768px) {
    .phs_header {
        padding: 0 10px;
    }
    .js-toggle {
        display: block;
    }
    ._flex {
        display: block;
    }
    .phs_navigation {
        z-index: 99999999;
        position: absolute;
        width: 200px;
        height: 100vh;
        background: #fff;
        top: 0;
        left: -100%;
        transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
    }
    .isactive {
        left: 0;
    }
    .menu_nav {
        display: block;
    }
    ._linknext {
        font-family: montserrat;
        font-weight: 700;
    }
    ._set {
        margin: -10px 0 6px 0;
    }
    .btn-spcl {
        padding: 6px 16px;
        margin: 0 18px;
    }
    .mt-minus20sm {
        margin: -20px 0 0 0;
    }
    .logo_bright {
        width: 110px;
    }
    .logo_mob {
        display: block;
        margin: 10px 0px 10px 4px;
    }
    .floatleft {
        width: 100%;
        height: 100%;
    }
    .ml-30 {
        margin-left: 10px;
    }
    .floatrightcover {
        display: none;
    }
    .hidden_small {
        display: none;
    }
    .cpyrts {
        font-size: 11.2px;
    }
    .mt-14sm {
        margin-top: 14px;
    }
    .flex_automar {
        display: block;
        width: 100%;
        margin: 50px 0;
    }
    .noflex_w86 {
        width: 100%;
        margin: 50px 0;
    }
    .mission {
        margin: 10px auto;
        width: 90%;
    }
    .anintro {
        margin: 30px auto;
        width: 90%;
    }
    .contributions {
        margin: 30px auto;
        width: 90%;
    }
    .ismaintitle::before {
        left: -16px;
        top: 18px;
    }
    .ismaintitle:hover::before {
        width: 14px;
    }
    .footer_full {
        text-align: center;
    }
    .contactcover {
        width: 100%;
    }
    .w44small {
        width: 100%;
        margin: 10px 20px;
    }
    .floatleftforcontact {
        width: 100%;
        height: 60%;
    }
    .floatrightcovercontact {
        width: 100%;
        height: 50%;
    }
}

@media(max-width:520px) {
    .login_wrapper {
        margin: 0 0;
        max-width: 210px;
    }
    .login_user {
        margin: 0 0px 0 -30px;
    }
}

@media(max-width:450px) {
    .aboutus_large {
        height: 980px;
    }
}