p {
    color: #343434;
}
li {
    color: #050505;
}
.mt-35 {
    margin-top: 35px;
}
.color-light-blue {
    color: #63c4ff !important;
}
.height-70 {
    min-height: 70vh;
}
.height-49 {
    min-height: 49vh;
}
.right {
    float: right;
}
.bg-orange {
    background-color: #f9a03f;
}
.bg-dark {
    background-color: #131313;
}
.bg-black {
    background-color: #000;
}
.p-20 {
    padding: 20px !important;
}
.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.color-blue {
    color: #274c77 !important;
}
.btn__solid {
    background-color: #fff;
    color: #000 !important;
}
.btn-header.btn__border {
    border: 1px solid #fff !important;
}
.btn-header.btn__border:hover {
    border: 1px solid #fff !important;
    background-color: #fff;
}
.btn__bordered.btn__white {
    color: #fff;
    border-color: #fff;
}

/* .btn-header.btn__bordered.btn__border {
    color: #fff;
} */
/* .header__topbar-dark .social__icons a, .social__icons a span {
    color: #F9A03F;
} */

.social__icons a span {
    margin-right: 5px !important;
    margin-left: 5px;
}
.social__icons a span:hover {
    color: #fff;
}
.header__topbar span {
    color: #f7f0f5;
}
.header__topbar .logo-dark {
    display: none;
}
.navbar a.navbar-brand {
    display: none;
}
.social__icons a.btn-header {
    line-height: 33px !important;
    font-size: 14px;
}
.btn-header {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    width: 100px;
    height: 35px;
    line-height: 38px;
    border-radius: 0px;
    text-align: center;
    padding: 0;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.landing-page-1 {
    height: 50vh;
}

.slider-search {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    transform: translate(0%, 0%);
    z-index: 1;
}
.search_icon .search__input {
    padding: 5px 15px;
    border-radius: 0px;
    border: none;
    width: 39%;
    opacity: 0.8;
}
/* .slider-search .search_title span {
    border: none;
    padding: 10px;
    background-color: #8B8C89;
    color: #E7ECEF;
    text-align: left;
    margin-bottom: 10px;
} */
.slider-search h3 {
    margin-bottom: 13px;
}
.search_icon select {
    background-color: #f7f0f5;
    margin-left: 10px;
}
/* .navbar-brand {
    padding-top: 17px;
} */
.navbar-brand img {
    height: 80px;
}
.navbar-brand h3 {
    margin-bottom: 0;
}
.search__slider {
    background-color: #27282970;
    padding: 25px 40px;
    border: none;
    text-align: left;
}
.search__slider .search_form {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.search__slider button {
    font-size: 35px;
    margin-left: 10px;
}
.footer-list {
    display: flex;
    justify-content: space-between;
}
.footer a,
.footer-bottom span {
    color: #000;
}
.footer a:hover {
    color: #a9a9a9;
}
.student-recruit h3 {
    font-size: 20px;
    font-weight: 500;
}
.volunteer h4 {
    font-size: 25px;
    color: #000000;
}
.volunteer ul {
    list-style-type: disc;
    padding-left: 15px;
}
.volunteer-single ul {
    list-style-type: none;
    margin-top: 15px;
    font-size: 18px;
}
.volunteer-single ul li {
    line-height: 1.8;
    position: relative;
}
.volunteer-single ul li:before {
    content: "\f046";
    position: absolute;
    top: 7px;
    left: -18px;
    right: auto;
    color: #000;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 12px;
}
.heading__title {
    color: #000;
}
.heading__subtitle {
    color: #f9a03f;
}
.footer-center {
    display: flex;
    justify-content: space-around;
}
.footer-center .left-footer,
.footer-center .right-footer {
    width: 40%;
}
ul.footer-list {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
}
.right-footer {
    display: flex;
    flex-direction: row;
    text-align: right !important;
}
.logo-center {
    width: 200px;
    margin: 0 35px;
}
.footer-center ul li {
    margin-right: 25px;
    line-height: 75px;
    font-size: 18px;
    color: #f7f0f5 !important;
}
.footer-top .social__icons a {
    color: #fff !important;
}
.bg-blue {
    background-color: #274c77;
}
.cta-2 h3.cta__title {
    color: #000;
}
p.cta__desc {
    color: #050505;
}
.about .heading__title {
    margin-bottom: 43px;
}
.contact-info h2.heading__title {
    margin-bottom: 15px;
}
.contact-info p.heading__desc {
    margin-bottom: 35px;
}
.landing-page {
    height: calc(100vh - 150px);
}
#section03 a {
    padding-top: 60px;
}
#section03 a span {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}
#section03 a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#section03 a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}
.search__job {
    padding: 25px 40px;
    border: none;
    text-align: left;
}
.search_icon.search__job .search__input {
    padding: 14px 15px;
    border-radius: 0px;
    border: none;
    width: 39%;
    opacity: 0.8;
}
h5.modal-title {
    font-size: 16px;
    font-weight: 400;
}
@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.landing-content {
    position: absolute;
    left: 0%;
    bottom: 2%;
    width: 100%;
    transform: translate(0%, 0%);
    z-index: 1;
}
.title-breadcrumb {
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.line-clamp .job__desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp .blog__desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.job-link {
    color: #000;
}
.job-img {
    margin-right: 20px;
    width: 90px;
    height: 90px;
}
.job-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.job-card:before {
    content: "\f005";
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 15px;
    width: 30px;
    right: 0px;
    top: 10px;
    z-index: 3;
    font-family: fontawesome;
}
.job-card:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 75px solid #f9a03f !important;
    border-left: 75px solid transparent;
}
.job-card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.job__meta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.job-content {
    width: 75%;
}
.job-content h4,
.job-content p,
.job-desc p {
    margin-bottom: 0;
}
.job-content .job__date {
    margin-left: 15px;
}
.job-link .hover-box {
    transition: 0.45s all ease-in-out;
}
a.job-link:hover .hover-box {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 25px;
}
.border-style {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #eaeaea;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    padding-left: 15px;
    width: 100%;
    text-align: left;
}
.connect-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.486);
    padding: 15px;
}
.project-item .hover__img {
    transition: 0.45s all ease-in-out;
}
.project-item .hover__img:hover {
    transform: translateY(-27px);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 25px -25px;
}
.filter-main {
    padding: 10px;
    background-color: #fff;
}

.filter-main .filter-head {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    margin-left: 15px;
}

.filter-main .filter-wrapper {
    padding: 20px 10px 0 10px;
}

.filter-main .filter-wrapper .filter-title {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 8px;
    background-color: #f5f5f5;
    margin-bottom: 4px;
}

.filter-main .filter-wrapper .filter-title:hover {
    cursor: pointer;
}

.filter-main .filter-wrapper .filter-title.is-hidden i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filter-main .filter-wrapper .filter-title i {
    font-size: 15px;
    color: #f9a03f;
}

.filter-main .filter-wrapper .check-mark {
    padding-left: 16px;
}

.filter-main .filter-wrapper .check-mark.is-hidden {
    display: none;
}
.filter-main .filter-wrapper .check-mark li {
    padding-left: 16px;
    position: relative;
    font-size: 14px;
}

.filter-main .filter-wrapper .check-mark li.selected:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 8px;
    background-color: #f9a03f;
}

.filter-main .filter-wrapper .check-mark li:hover {
    cursor: pointer;
    /* -webkit-transform: translateX(4px);
    transform: translateX(4px); */
}

.filter-main .filter-wrapper .check-mark li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border: 1px solid #274c77;
}
.apply-process {
    background-color: #f9f9f9;
    padding: 20px 40px;
}
.apply-process h3.steps {
    font-size: 25px;
    color: #f9a03f;
    text-align: center;
}
.apply-process h3 .step {
    content: "";
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #282828;
    border-radius: 50%;
    padding: 5px 10px;
    z-index: 1;
    color: #fff;
}
.apply-process h3 .title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 15px;
}
.register-form {
    margin-left: 25px;
    padding: 20px 30px;
    align-items: center;
    text-align: center;
}
.register-form .form__title {
    font-size: 35px;
}
#register-form input,
#login-form input {
    margin-bottom: 15px;
    font-size: 18px;
}

.user-detail label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.user-detail p {
    margin-bottom: 5px;
}
.user-detail .detail {
    height: 40px;
    line-height: 50px;
    border: none;
    /* border-bottom: 2px solid #e6e6e6;
    border-radius: 0; */
    padding: 0;
    font-size: 16px;
    margin-bottom: 15px;
}
.user-detail .form-control {
    height: 40px;
    line-height: 50px;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 15px;
}
.account-info {
    padding: 20px;
    background-color: #fff;
}
.address-detail {
    padding: 20px;
    background-color: #fff;
    margin-left: 25px;
}
.detail-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.update-password {
    padding: 20px;
    background-color: #fff;
    margin-top: 30px;
    display: none;
}
.password {
    padding: 20px;
}
.password p {
    font-size: 600;
    color: #f9a03f;
    cursor: pointer;
    font-size: 20px;
}
.show {
    display: block !important;
}
table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
table thead .half {
    width: 30%;
}
.job-single {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 25px;
}
.job-title .title__header {
    font-size: 28px;
    color: #000c62;
}

.title__header {
    font-size: 26px;
    font-weight: 600;
}
.title__desc {
    font-size: 17px;
}
p.title__desc {
    margin-bottom: 7px;
}
.job-date .title__desc {
    line-height: 1.5;
    margin-bottom: 0px;
}
.title__desc.title-end {
    text-align: right;
}
.job-desc .desc__title h4,
.job-desc .desc__desc h4 {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.desc__desc p,
.desc__desc ul,
.desc__desc ol {
    padding: 10px 5px;
}
.desc__desc ul {
    list-style-type: disc;
    margin-left: 35px;
}
.job-desc {
    margin-bottom: 35px;
}
.desc__desc ol {
    list-style-type: decimal;
    margin-left: 35px;
}
.desc__desc ul li,
.desc__desc ol li {
    line-height: 1.8;
}
/* .landing-btn {
    position: absolute;
    display: flex;
    justify-content: space-around;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, -50%);
} */
textarea.form-control {
    line-height: 1.8;
}
.volunteer-projects .blog-item .blog__title {
    font-size: 18px;
    line-height: 25px;
}
.volunteer-projects .blog-item .blog__img {
    margin-bottom: 20px;
}
.about-icon img {
    width: 70px;
    height: 70px;
}
#filter {
    display: none;
}
@media (max-width: 1024px) {
    .banner-4 .inner-padding {
        padding-bottom: 50px;
    }
    .heading__title {
        font-size: 35px;
    }
    .banner__img {
        height: 100%;
    }
    .page-title-layout2 {
        padding: 210px 0 168px;
    }
    .navbar .nav__item {
        margin-right: 15px;
    }
    .landing-page {
        height: 60vh;
    }
    .footer a {
        font-size: 16px !important;
    }
}
@media (max-width: 992px) {
    .banner__img {
        height: 720px;
    }
    .search_icon.search__job .search__input {
        width: 33%;
        margin-right: 10px;
    }
    .navbar .nav__item:last-child {
        margin-right: 15px;
    }
    .footer-center .left-footer,
    .footer-center .right-footer {
        width: 100%;
    }
    .footer-center .right-footer {
        text-align: center;
    }
    .right-footer {
        justify-content: center;
    }
    .footer a {
        font-size: 20px !important;
    }
    .member .member__info {
        padding-top: 0;
    }
    .team-2 .member .member__hover {
        position: relative;
        bottom: 0;
        padding: 0;
    }
    .team-2 .member .member__content {
        transform: translateY(0px);
        opacity: 1;
    }
    .team-2 .member .member__content .member__content-inner {
        position: relative;
        bottom: 0px;
    }
    .job-img {
        float: none;
        margin-bottom: 20px;
    }
    .job-content {
        width: 100%;
    }
    #filter {
        display: block;
    }
    .filter-main {
        display: none;
        margin-top: 25px;
        margin-left: -15px;
    }
    #filter span.hide-filter {
        display: none;
    }
    .navbar-brand img {
        filter: invert(0);
    }
}
@media (max-width: 768px) {
    .footer-center {
        flex-direction: column;
        align-items: center;
    }
    ul.footer-list {
        flex-direction: column !important;
    }
    .left-footer {
        text-align: center !important;
    }
    .right-footer {
        text-align: center !important;
    }
    .contact-info {
        text-align: center;
    }
    .volunteer {
        text-align: center;
    }
    .volunteer .heading {
        text-align: center !important;
    }
    .apply-center {
        text-align: center !important;
    }
    .left.divider__line:before {
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% - 10px);
        width: 40px;
        height: 2px;
        background-color: #f9a03f;
    }

    .left.divider__line:after {
        content: "";
        position: absolute;
        top: 4px;
        right: calc(50% - 15px);
        width: 40px;
        height: 2px;
        background-color: #f9a03f;
    }
    ul.text-align {
        text-align: center !important;
    }
    .search__slider .search_form {
        flex-direction: column;
        align-items: center;
    }
    .search__slider h5 {
        text-align: center !important;
    }
    .search_icon .search__input {
        width: 100%;
        margin-bottom: 15px;
    }
    .search_form select {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
    .project-item .project__hover {
        position: relative;
    }
    .project-item .hover__content {
        overflow: visible;
        opacity: 1;
        padding: 15px;
    }
    .project-item .hover__content-inner {
        position: relative;
    }
    .banner__img {
        height: 400px;
    }
    .register-form {
        margin-left: 0;
    }
    .mobile-none {
        display: none;
    }
    .height-70 {
        min-height: auto;
    }
}
@media (max-width: 767px) {
    .search_icon.search__job .search__input {
        width: 100%;
        margin-right: 10px;
    }
    .search__job .search_form {
        text-align: center;
    }

    .job-card {
        display: block;
    }

    .job__meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .job-content {
        width: 100%;
    }
    .job-content .job__date {
        margin-left: 0px;
    }
    .apply-process {
        margin-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .title__desc.title-end {
        text-align: left;
    }
    .company-logo {
        margin-bottom: 25px;
    }
    .job-date .title__desc {
        line-height: 1.8;
        margin-bottom: 0px;
    }
    .job-single {
        box-shadow: none;
        padding: 0px;
    }
    .landing-btn {
        flex-direction: column;
        bottom: 0px;
    }
    .landing-btn .detail-btn {
        margin-bottom: 20px;
    }
    .user-detail .right {
        float: none;
    }
    .user-detail .detail-heading {
        flex-direction: column;
        margin-bottom: 25px;
    }
    .address-detail {
        margin-left: -15px !important;
        margin-top: 25px;
    }
}
@media (max-width: 426px) {
    .social__icons {
        flex-wrap: nowrap;
        padding-top: 7px;
        justify-content: space-between !important;
    }
    .header__topbar {
        height: 50px;
    }
    .social__icons a {
        display: none;
    }
    .social__icons .btn-header {
        display: block;
    }
    .social__icons.user__login a {
        display: block;
    }
    .social__icons.user__login a.user-icon {
        min-height: 25px;
        line-height: 33px;
    }
    .project-item .project__title {
        text-align: center;
        font-size: 18px;
    }
    .logo-center {
        margin: 20px 0;
    }
    .footer-center ul li {
        line-height: 55px;
    }
}
@media (max-width: 350px) {
    .landing-btn {
        bottom: -30px;
    }
}
.social-login {
    position: relative;
}
.social-login .line-break:before {
    content: "";
    position: absolute;
    width: 40%;
    top: 10px;
    left: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.4881302862942052) 19%,
        rgba(255, 255, 255, 0.2752451322325805) 19%,
        rgba(230, 230, 230, 1) 66%
    );
}
.social-login .line-break {
    color: #f9a03f;
}
.social-login .line-break:after {
    content: "";
    position: absolute;
    width: 40%;
    top: 10px;
    right: 0;
    height: 1px;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.4881302862942052) 19%,
        rgba(255, 255, 255, 0.2752451322325805) 19%,
        rgba(230, 230, 230, 1) 66%
    );
}
.fb-btn {
    position: relative;
    min-width: 200px;
    max-width: 400px;
    height: 40px;
    background-color: #4267b2;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 0 4.5px;
    margin-top: 15px;
    padding-right: 15px;
}

.fb-btn span {
    display: inline-block;
    font-size: 20px;
    padding: 5px;
}
.terms h3 {
    font-size: 26px;
    font-weight: 700;
    color: #274c77;
    margin-bottom: 5px;
    margin-top: 30px;
}
.terms .terms-content {
    margin-bottom: 30px;
}

.terms p {
    margin-bottom: 5px;
    margin-top: 18px;
}

.terms-overview {
    padding-bottom: 35px;
}
.terms p {
    font-size: 17px;
}
.terms ul {
    padding-left: 30px;
    font-size: 17px;
    padding-bottom: 20px;
}
.terms ul li {
    line-height: 1.8;
    position: relative;
}
.terms ul li:before {
    content: "\f046";
    position: absolute;
    top: 7px;
    left: -18px;
    right: auto;
    color: #000;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 12px;
}

.slider .carousel-arrows .owl-nav .owl-prev,
.slider .carousel-arrows .owl-nav .owl-next {
    border-color: #f9a03f;
    color: #f9a03f;
}
@media only screen and (max-width: 576px) {
    .terms ul {
        padding-bottom: 8px;
    }
}

@media only screen and (max-width: 992px) {
    .header .logo-light,
    .header-transparent .logo-light {
        display: none;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    .navbar a.navbar-brand {
        display: block;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .footer-center ul li {
        margin-right: 14px;
    }
    .footer a {
        font-size: 16px !important;
    }
    .logo-center {
        width: 255px;
        margin: 0 10px;
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media only screen and (max-width: 768px) {
    .footer a {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 700px) {
    .title-breadcrumb {
        left: 0;
        bottom: 12%;
        transform: translate(0, 0);
        text-align: center;
        padding: 35px 0;
    }
}
