.icon-box-services-img {
    position: absolute;
    left: -100%;
    top: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.projects-two-info-textContent {
    min-height: 180px;
}

@media (max-width: 636px) {
    .projects-two-info-textContent {
        min-height: auto;
    }
}

.projects-two-info-textContent ul {
    list-style: square;
    padding-left: 20px;
}

.projects-two-info-textContent ul li {
    padding: 2px 0;
}


/* Career Apply */

.job-manager-form fieldset label {
    width: auto;
    float: none;
    display: block;
    margin-bottom: 3px;
}

.job-manager-form fieldset {
    border-bottom: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.job-manager-form fieldset label {
    width: auto;
    float: none;
    display: block;
    margin-bottom: 3px;
}

.job-manager-form fieldset label .required {
    color: #e74c3c;
    line-height: 2em;
    font-size: 15px;
}

.job-manager-form fieldset div.field {
    float: none;
    width: auto;
    display: block;
}

.job-manager-form .form-control {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 4px;
}


/* Career Section */

.career-page-main h4.title {
    margin-bottom: 7px;
}

.career-page-main p.description {
    color: #114366;
    margin: 0;
}

.career-page-main .card {
    border: 0;
    border-bottom: 1px solid #ccc;
    background-color: rgba(172, 160, 136, 0.2);
    padding: 30px;
    border-radius: 0;
}

.career-page-main .card:last-child {
    border-bottom: 0;
}

.career-page-main .card-header {
    border: 0;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    cursor: pointer;
}

.career-page-main b {
    color: #3a3636;
    padding-right: 4px;
}

.career-page-main .card-body {
    padding: 0;
}

.career-page-main .des-c {
    color: #698591 !important;
    padding: 15px 0;
    margin-bottom: 0;
}

.career-page-main .listing {
    list-style: none;
    padding-bottom: 0;
    margin: 0;
}

.career-page-main .listing li {
    position: relative;
    line-height: 30px;
    padding-left: 28px;
    margin: 7px 0;
    color: #698591;
    font-weight: 400;
    font-size: 16px;
}

.career-page-main .listing li:before {
    content: "›";
    position: absolute;
    font-size: 28px;
    color: #2c3192;
    left: 0;
    top: -1px;
}

.projectsGallery .project-img-effect-1 h4 {
    margin: 0;
    letter-spacing: 1px;
}

.projectsGallery .project-img-effect-1 img {
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    opacity: 0.8;
    /*-webkit-transform: translateX(-40px);*/
    /*transform: translateX(-40px);*/
}

.projectsGallery .project-img-effect-1:hover img {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    opacity: 1;
}

.projectsGallery .project-img-effect-1 .wt-info {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.sx-box {
    position: relative;
}

.sx-box-effect {
    position: relative;
    overflow: hidden;
    display: block;
    max-height: 270px;
}


/* Project Details CSS */

.project-overview .img-main img {
    width: 100%;
}

.project-features {
    background: #f7f7f7;
}

.project-features .section-head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.project-features ul.nav-tabs {
    border-bottom: 0;
    padding-left: 0;
}

.project-features ul.nav-tabs .nav-item {
    padding: 0;
}

.project-features ul.nav-tabs li a {
    color: #1e292f;
    text-transform: capitalize;
    cursor: pointer;
    padding: 3px 15px;
    position: relative;
    line-height: 34px;
    border: 0;
    font-weight: 400;
    border-radius: 0;
    margin-right: 5px;
}

.project-features .nav-tabs .nav-link:hover,
.project-features .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #7a715f;
}

.project-features ul,
.project-features ol {
    padding-left: 20px;
}

.project-features ul li,
.project-features ol li {
    padding: 3px 0;
    padding-left: 5px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 400;
}

.project-features ul::last-child,
.project-features ol::last-child {
    margin: 0 !important;
}

.project-features .featuresContent .contentInn {
    margin-top: 50px;
}

.project-features .featuresContent .contentInn img {
    margin-bottom: 10px;
}

.project-features .featuresContent .contentInn h5 {
    letter-spacing: 0.4px;
    word-spacing: 1px;
}

.project-features .featuresAmenities {
    margin-top: 20px;
}

.project-features .amenitiesContent {
    margin-top: 25px;
}

.project-features .featuresAmenities p,
.project-features .amenitiesContent p {
    margin-bottom: 10px;
}

.project-features .amenitiesContent h5 {
    letter-spacing: 0.4px;
    word-spacing: 1px;
    margin-bottom: 6px;
}

.locationContent {
    /* margin-top: 50px; */
}

.project-features .featuresAmenities {
    margin-top: 20px;
}

.project-features .project-gallery-content .title {
    margin-top: 10px;
    text-align: center;
}

.wt-bnr-inr {
    position: relative;
}

.wt-bnr-inr::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #141b1f;
}

.text-center {
    text-align: center;
}

.projects-two-info-textContent p {
    margin-bottom: 15px;
}

.projectSection {
    background-color: #1e292f;
}

.projectSection-Dark .projects-two-info {
    border: 1px solid rgba(30, 41, 47, 0.8);
}

.projectSection-Dark .projects-two-info-textContent .text-white,
.projectSection-Dark .projects-two-info-textContent ul li,
.projectSection-Dark .projects-two-info-textContent p {
    color: #1e292f !important;
}

.projectSection-Dark .projects-two-info:hover .projects-two-info-textContent .text-white,
.projectSection-Dark .projects-two-info:hover .projects-two-info-textContent ul li,
.projectSection-Dark .projects-two-info:hover .projects-two-info-textContent p {
    color: #fff !important;
}

.about-page .arc-home-left-content {
    padding: 0;
    margin: 0;
}

.about-page .arc-home-about-left:before,
.about-page .arc-home-about-left:after {
    display: none;
}

.about-page p {
    text-align: justify;
}

.about-page p:not(:last-child) {
    margin-bottom: 15px;
}

.about-page p:last-child {
    margin-bottom: 0;
}

.eventsMain .eventContent {
    padding: 25px;
    margin: 30px 0;
}

.event-detailsMain blockquote {
    padding: 30px 20px 30px 50px;
    background-color: #7a715f;
    color: #fff;
    border-left: 6px solid #000;
    text-align: left;
}

.project-overview p {
    margin-bottom: 10px;
}

.testimonial-slider .testimonials-quote {
    font-size: 70px;
    color: #9f947e;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .wt-tilte-main {
        padding-right: 40px;
    }
    .title-right-detail {
        padding-left: 40px;
    }
    .project-features ul.nav-tabs li a {
        font-size: 14px;
    }
    .project-features .wt-tilte-main {
        width: 30%;
    }
}

@media (max-width: 991px) {
    .widget {
        margin-bottom: 30px;
    }
    .project-features .section-head {
        display: block;
    }
    .section-head .title-right-detail {
        padding-top: 15px;
        padding-left: 0;
    }
    .project-features .featuresAmenities {
        margin-top: 0;
    }
    .project-features ul.nav-tabs li a {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 2px 15px;
        background: #fff;
    }
    .project-features .wt-tilte-main {
        width: 100%;
    }
    .home-about .arc-home-about-right {
        margin: 0;
        height: auto !important;
        margin-bottom: 15px;
    }
    .home-about .arc-home-about-right img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .testimonial-slider .testimonials-quote {
        font-size: 50px;
    }
    .testimonial-slider-outer .section-head {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .contact-form .g-recaptcha>div {
        width: 100% !important;
        overflow: auto;
    }
    .career-page-main .card {
        padding: 25px;
    }
    .career-page-main .card-header {
        display: block;
    }
    .career-page-main .card-header .site-button {
        margin-top: 15px;
        font-size: 14px;
    }
    .project-features ul.nav-tabs {
        display: block;
    }
    .project-features ul.nav-tabs .nav-item {
        text-align: center;
    }
    .project-features .featuresAmenities p,
    .project-features .amenitiesContent p {
        margin-bottom: 10px;
        text-align: justify;
    }
    .testimonial-slider-outer .owl-carousel .owl-stage {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}