﻿@import url(../style.css);

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    height: 60vh;
    position: relative;
    background: none;
    background-size: cover;
    margin-top: 60px;
}

    #intro .intro-background {
        text-align: left;
        padding: 1.5% 3% 2% 3%;
        /*background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.0));*/
        background-color: rgba(255, 255, 255, 1);
        width: 40%;
        height: 60vh;
        box-shadow: 0px 10px 16px 0px rgb(0 0 0 / 30%);
    }

    #intro .intro-content {
        position: relative !important;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

        /*#intro .intro-content h2 {
            color: #000;
            margin-bottom: 30px;*/
        /*font-size: 50px;*/
        /*font-size:xx-large;
            font-weight: 700;
        }

            #intro .intro-content h2 span {
                color: #000;
                font-size: 35px;
                font-weight: 500;
            }*/

        #intro .intro-content .btn-get-started,
        #intro .intro-content .btn-projects {
            font-family: "Raleway", sans-serif;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px;
            display: inline-block;
            padding: 10px 32px;
            border-radius: 2px;
            transition: 0.5s;
            margin: 10px;
            color: #fff;
        }

        #intro .intro-content .btn-get-started {
            background: #0c2e8a;
            border: 2px solid #0c2e8a;
        }

            #intro .intro-content .btn-get-started:hover {
                background: none;
                color: #0c2e8a;
            }

        #intro .intro-content .btn-projects {
            background: #0059f3;
            border: 2px solid #0059f3;
        }

            #intro .intro-content .btn-projects:hover {
                background: none;
                color: #0059f3;
            }

    #intro .intro-text {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    #intro .item {
        height: 60vh !important;
    }

#intro-carousel {
    position: relative !important;
    bottom: 60vh;
    margin-left: 40%;
    width: 60%;
    box-shadow: 0px 10px 16px 0px rgb(0 0 0 / 30%);
}

#intro-content-smallscreen {
    margin-bottom: 20px;
}

@media screen and (max-width: 943px) and (max-height: 943px) {
    #intro-carousel {
        bottom: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    #intro .intro-content div {
        display: none;
    }

    #main section#about div.container div.section-header div#intro-content-smallscreen {
        margin-bottom: 20px;
        display: block !important;
    }
}

#intro #intro-carousel {
    z-index: 8;
}

    #intro #intro-carousel::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 7;
    }

    #intro #intro-carousel .item {
        width: 100%;
        height: 60vh;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition-property: opacity;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
    margin-bottom: 30px;
}

    /*.section-header h2 {
            font-size: 30px !important;
            color: #000;
            font-weight: bold;
            position: relative;
            line-height: 38px
        }*/


    .section-header p {
        padding: 0;
        margin: 0;
    }

/* About Section
--------------------------------*/

#about {
    padding: 60px 0 0 0;
}

    #about .about-img {
        overflow: hidden;
    }

        #about .about-img img {
            margin-left: -15px;
            max-width: 100%;
        }

    #about .content h2 {
        color: #0c2e8a;
        font-weight: 700;
        font-size: 36px;
        font-family: "Raleway", sans-serif;
    }

    #about .content h3 {
        color: #555;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        font-style: italic;
    }

    #about .content p {
        line-height: 26px;
    }

        #about .content p:last-child {
            margin-bottom: 0;
        }

    #about .content i {
        font-size: 20px;
        padding-right: 4px;
        color: #0059f3;
    }

    #about .content ul {
        list-style: none;
        padding: 0;
    }

        #about .content ul li {
            padding-bottom: 10px;
        }

/* Timeline */
#timeline-pchx-logo {
    background: url('https://paychexindiawebsite.blob.core.windows.net/images/about-us-timeline/Paychex_logo_scalable.svg');
    background-size: contain;
    background-position-y: 40px;
    background-repeat: no-repeat;
    margin: 0;
}

/* Our Portfolio Section */
#portfolio {
    background: #fff;
    padding: 0;
}

    #portfolio .portfolio-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: all ease-in-out 0.4s;
    }

    #portfolio .portfolio-item {
        overflow: hidden;
        position: relative;
        padding: 0;
        vertical-align: middle;
        text-align: center;
    }

        /*#portfolio .portfolio-item h2 {
                color: #ffffff;
                font-size: 24px;
                margin: 0;
                text-transform: capitalize;
                font-weight: 700;
            }*/

        #portfolio .portfolio-item img {
            transition: all ease-in-out 0.4s;
            width: 95% !important;
        }

        #portfolio .portfolio-item:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        #portfolio .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
            background: rgba(0, 0, 0, 0.7);
        }

    #portfolio .portfolio-info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }


/* Career Section*/
#careers {
    padding-top: 40px;
}

@media (min-width: 62em) {

    .pchx-CareerStory-LocationsAndRoles {
        padding: 0;
    }

    .pchx-CareerStory-careerList {
        display: flex;
        flex-wrap: wrap;
        margin-right: -4px;
        margin-bottom: 12px;
    }

    .pchx-CareerStory-career {
        flex-basis: calc(33% - 4px);
        margin-bottom: .25rem;
        margin-right: .25rem;
    }

    .pchx-CareerItem-item {
        border: 2px solid #ececec;
        padding: 24px;
    }
}

.pchx-CareerStory-career :hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    border-color: #00A1CA;
}

.pchx-CareerItem-item {
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.careerSvg {
    height: 25px;
    width: 40px;
    pointer-events: none;
}

.pchx-CareerItem-content {
    flex-grow: 1;
    pointer-events: none;
}

.pchx-CareerItem-title {
    text-decoration: underline;
}

.pchx-CareerItem-title {
    /*font-family: Helvetica Neue,Helvetica,Arial,Liberation Sans,Roboto,Noto,sans-serif;*/
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.43;
}

.pchx-CareerItem-subTitle {
    font-weight: 400;
    color: #4b4b4b;
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.43;
}

/*Mobile Careers*/
@media screen and (max-device-width: 768px) {
    .pchx-CareerStory-career:not(:first-child) {
        padding-top: 15px;
    }

    #pchx-career-findmore {
        margin-top: 10% !important;
        margin-bottom: 0px !important;
    }
}

/* Gallery Section
--------------------------------*/
#gallery img {
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.gallery-preview {
    display: flex;
    flex-wrap: wrap;
}

.gallery-preview-images {
    max-height: 100%;
    min-width: 100%;
    padding: 15px;
}

    .gallery-preview-images img {
        height: 160px;
        width: auto;
    }

/* Contact Section
--------------------------------*/

#contact {
    padding: 30px 0;
}

    #contact .contact-info {
        margin-bottom: 20px;
        text-align: center;
    }

        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 10px;
            color: #0059f3;
        }

        #contact .contact-info address,
        #contact .contact-info p {
            margin-bottom: 0;
            color: #000;
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            color: #000;
        }

        #contact .contact-info a {
            color: #000;
        }

            #contact .contact-info a:hover {
                color: #0059f3;
            }

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px;
    }

    /*#contact .contact-phone {
        padding: 15% 0% 20% 0% !important;
    }

    #contact .contact-email {
        padding: 15% 0% 20% 0% !important;
    }

    #contact .contact-address {
        padding: 0% 0% 15% 0% !important;
    }
*/
    #contact #google-map {
        height: 290px;
        margin-bottom: 20px;
    }

    #contact .form #sendmessage {
        color: #0059f3;
        border: 1px solid #0059f3;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        #contact .form #sendmessage.show,
        #contact .form #errormessage.show,
        #contact .form .show {
            display: block;
        }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .form input,
    #contact .form textarea {
        padding: 10px 14px;
        border-radius: 0;
        box-shadow: none;
        font-size: 15px;
    }
