/*header css*/

.headermain {
    padding: 0px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    width: 100%;
    height: 85px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    padding: 15px 0;
}

.banner, .innerbanner {
    margin-top: 0px;
}

.header-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.header-show {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.header-hide {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.menuicon.header-sticky.header-show {
    width: 24px;
    height: 18px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    cursor: pointer;
    z-index: 9999;
    left: 45px;
    top: 33px;
}
.menuicon.header-sticky.header-hide {
    transition: unset !important;
}
header.headermain.headermainA {
    z-index: 99;
    background: transparent;
    box-shadow: unset;
}

    header.headermain.headermainA .logo {
        display: none;
    }

    header.headermain.headermainA .header_right {
        display: none;
    }
.menupart a:hover span span.menusecondname {
    background: unset !important;
}

span.menusecondname {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "ProximaNova";
    letter-spacing: 1px;
}
.mobile__nav nav ul.second-level li a {
    flex-direction: column;
    align-items: flex-start;
    font-size: 24px;
}
.mobile__nav nav ul.second-level li:first-child a {
    flex-direction: row-reverse;
    align-items: flex-start;
}
@media screen and (max-width:991px){
    .mobile__nav nav ul.second-level li a {
        flex-direction: column;
        align-items: flex-start;
        font-size: 18px;
    }
    .mobile__nav span.menusecondname {
        font-size: 16px;
    }

    .mobile__nav nav ul.second-level li:first-child a {
        flex-direction: row-reverse;
        align-items: flex-start;
    }
}
/*header css*/

/*Home page css*/
    .businesses_main span.newstitle span {
        margin: 0;
        display: block;
        min-height: auto !important;
    }

    .businesses_main span.newstitle {
        margin: 30px 0 0 0;
    }

    .businesses_main span.newstext {
        margin-top: 10px;
    }

        .businesses_main span.newstext span {
            min-height: auto;
            margin-bottom: 20px;
        }
    .businesses_main a.newsbox:hover {
        opacity: .5;
        transition: all ease 500ms;
    }

    .businesses_main a.newsbox {
        transition: all ease 500ms;
    }
.businesses_main span.newsimg img {
    height: 400px;
}
.innerbannertext p {
    font-size: 28px;
}

.innerbannertext h1 {
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .innerbannertext p {
        font-size: 20px;
    }
}
/*Home page css*/

/*small News CSS*/
.newsbox {
    display: block;
}
.newstext {
    margin-bottom: 10px;
    display: block;
}

span.newstitle span {
    color: #000;
    font-family: "ProximaNova-Light";
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    word-wrap: break-word;
    word-break: break-word;
    min-height: 36px;
}

span.newstext span {
    color: #000;
    font-family: "ProximaNova-Light";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    word-wrap: break-word;
    word-break: break-word;
    min-height: 36px;
}
/*small News CSS*/

.collagemainview {
    padding: 60px 0 0;
}
section.collagemainview h2.subheading, section.news h2.subheading {
    margin: 0;
}

section.collagemainview .wrapper, section.news .wrapper {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
}
.aboutright {
    max-width: 850px;
    margin: 0 auto;
}
    .aboutright p {
        font-size: 24px;
    }
.foundationsubheading {
    width: 850px;
    margin: 0 auto;
    font-size: 24px;
    color: #4c4a47;
    line-height: 1.67;
}

@media screen and (max-width:1200px) {
    .aboutright {
        max-width:100%;
    }
    .foundationsubheading {
        width: 100%;
    }
}

/*About Pathways CSS*/
.welcomepwsview-left div p {
    font-size: 18px;
    color: #000;
    font-family: "ProximaNova-Light";
}

.welcomepwsview-left .aboutbtn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.video-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .video-container video {
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 10px 1px #f2f2f2;
    }

@media screen and (max-width:1448px) {
    .fullmenu {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:1124px) {
    .welcomepwsview-right {
        padding: 0;
    }

    .welcomepwsview {
        align-items: center;
    }
}

@media screen and (max-width:991px) {
    .welcomepwsview {
        grid-gap: 24px;
    }
}
/*About Pathways CSS*/

/*our Team CSS*/
.ourteam_members {
    width: 1370px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    grid-gap: 24px;
    position: relative;
}

.team_member {
    width: 50%;
    flex: 1;
}


.founderpage_new {
    background: #f0ece9;
    position: relative;
    width: 100%;
    padding: 24px;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

    .founderpage_new img {
        width: 60%;
        position: absolute;
        bottom: 0;
        right: -12%;
    }

.founderpage_content {
    width: 62%;
    padding: 15px;
    background: rgb(255 255 255 / 35%);
    border-radius: 7px;
    position: relative;
}

span.founderpage_name {
    display: block;
    color: #000;
    position: relative;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: TiemposFine;
}

span.founderpage_desination {
    font-family: TiemposFine;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
}

.founderpage_content p {
    color: #000;
    font-family: "ProximaNova-Light";
    font-weight: 300;
    line-height: 24px;
}

    .founderpage_content p:last-child {
        margin: 0;
    }
.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

@media screen and (max-width:1530px) {
    .ourteam_members {
        width: 100%;
    }
}

@media screen and (max-width:1124px) {
    .ourteam_members {
        flex-direction: column;
    }

    .team_member {
        width: 100%;
    }

    .founderpage_new img {
        width: 35%;
        right: 0;
    }
}

@media screen and (max-width:991px) {
    .founderpage_new img {
        width: 45%;
    }
    .contactus_main {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .form-group {
        max-width: 100%;
    }

    .contactus_left {
        margin-bottom: 24px;
    }
}

@media screen and (max-width:767px) {
    .contactus_left {
        margin-bottom: 0;
    }
    .founderpage_new {
        background: #f0ece9;
        position: relative;
        width: 100%;
        padding: 24px;
        border-radius: 15px;
        overflow: hidden;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 20px;
    }

        .founderpage_new img {
            width: 100%;
            position: relative;
            bottom: 0;
            right: 0;
            width: 200px;
            height: 200px;
            border: 2px solid #212121;
            border-radius: 50%;
            object-position: right 10px;
        }

    .founderpage_content {
        width: 100%;
        padding: 0;
        background: transparent;
        border-radius: 7px;
        position: relative;
    }
    .aboutright p {
        font-size: 20px;
    }
    .foundationsubheading {
        font-size: 20px;
    }
    .innerbanner_ourteam {
        height: 100%;
    }

    .desktop-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}
/*our Team CSS*/

/*content use CSS*/
.addressmap iframe {
    height: 460px;
}

.detailsbox {
    margin-bottom: 16px;
}

.contactus_main {
    justify-content: unset;
    column-gap: 24px;
    display: grid;
    grid-template-columns: auto 332px;
}

.contactus_left {
    width: 100%;
    padding: 16px 16px 20px;
    background: #f0ece9;
    border-radius: 5px;
}

.form-label {
    margin: 0 0 6px 0;
}

.form-control {
    border: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

    .form-control:focus {
        border: 1px solid #000;
    }

textarea.form-control.textarea {
    height: 75px;
}

select.form-control {
    -webkit-appearance: initial;
    background: url(https://cdn-icons-png.flaticon.com/512/2985/2985150.png) no-repeat right 13px top 13px;
    background-size: 15px;
    background-color: #fff;
    padding-top: 7px;
}

.contactus_right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .contactus_right .detailsbox:nth-child(1) {
        width: 100%;
    }

    .contactus_right .detailsbox:nth-child(2) {
        width: 50%;
    }

    .contactus_right .detailsbox:nth-child(3) {
        width: 50%;
    }

    .contactus_right .detailsbox:nth-child(4) {
        width: 100%;
        margin: 0;
    }

.detailsbox .addressmap {
    margin: 0;
}

.form-group {
    margin-bottom: 12px;
}

    .form-group:last-child {
        margin: 0;
    }

button.buttonrpj {
    border-radius: 5px;
}

.contactus_left h3 {
    font-family: ProximaNova;
    font-size: 18px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
}

.subtext {
    margin-bottom: 16px;
}
/*content use CSS*/
