﻿/* Sigi Perez */
/****************************************************************
    Telerik Metro Colors 
    Alternating data row    - #ededed
    Selected data row       - #25a0da
    Hovered data row        - #e6e6e6
 
    ISS Colors:
    Blue        #0a7abf     RGB: 10, 122, 191
    Red         #d9183b     RGB: 217, 24, 59
    Purple      #8c1f85     RGB: 140, 31, 133
    Maroon      #a6175a     RGB: 166, 23, 90
    Black       #1e1a1a     RGB: 30, 26, 26

****************************************************************/


/*--------------------------------------------------------------
#heroRotator Section
--------------------------------------------------------------*/
#heroRotator {
    width: 100%;
    height: 80vh;
    background: #f9f9f9;
    overflow: hidden;
    position: relative;
}

@media (max-height: 500px) {
    #heroRotator {
        height: 100vh;
    }
}

#heroRotator .carousel,
#heroRotator .carousel-inner,
#heroRotator .carousel-item,
#heroRotator .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#heroRotator .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #heroRotator .carousel-item::before {
        content: "";
        background-color: rgba(73, 181, 231, 0.3); 
    }

#heroRotator .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}

#heroRotator .container {
    text-align: center;
}

#heroRotator h2 {
    color: #ffffff; 
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 768px) {
    #heroRotator h2 {
        font-size: 20px;
        line-height: 1.2;
    }
}

#heroRotator p {
    width: 80%;
    font-size: 38px;
    line-height: 1.2;
    margin: 0 auto 30px auto;
    color: #ffffff; 
}

@media (min-width: 1024px) {
    #heroRotator p {
        width: 60%;
    }
}

@media (max-width: 768px) {
    #heroRotator p {
        font-size: 28px;
        line-height: 1.2;
    }
}

#heroRotator .carousel-fade {
    overflow: hidden;
}

    #heroRotator .carousel-fade .carousel-inner .carousel-item {
        transition-property: opacity;
    }

    #heroRotator .carousel-fade .carousel-inner .carousel-item,
    #heroRotator .carousel-fade .carousel-inner .active.carousel-item-start,
    #heroRotator .carousel-fade .carousel-inner .active.carousel-item-end {
        opacity: 0;
    }

    #heroRotator .carousel-fade .carousel-inner .active,
    #heroRotator .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
    #heroRotator .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s;
    }

        #heroRotator .carousel-fade .carousel-inner .carousel-item-next,
        #heroRotator .carousel-fade .carousel-inner .carousel-item-prev,
        #heroRotator .carousel-fade .carousel-inner .active.carousel-item-start,
        #heroRotator .carousel-fade .carousel-inner .active.carousel-item-end {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

#heroRotator .carousel-control-prev,
#heroRotator .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {

    #heroRotator .carousel-control-prev,
    #heroRotator .carousel-control-next {
        width: 5%;
    }
}

#heroRotator .carousel-control-next-icon,
#heroRotator .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#heroRotator .carousel-indicators li {
    cursor: pointer;
    list-style-type: none;
}

#heroRotator .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #0a7abf;
}

    #heroRotator .btn-get-started:hover {
        background: #49b5e7;
        color: #fff;
    }





/*--------------------------------------------------------------
# CMS Content Page Details
--------------------------------------------------------------*/
.cms-details {
    padding-bottom: 10px;
}

    .cms-details .card {
        border: 0;
        margin-bottom: 30px;
        position: relative;
    }

    .cms-details .card-img {
        width: 100%;
        height: 250px;
        overflow: hidden;
        z-index: 9;
        border-radius: 0;
    }

        .cms-details .card-img img {
            max-width: 100%;
            transition: all 0.3s ease-in-out;
        }

    .cms-details .card-body {
        z-index: 10;
        background: #fff;
        border-top: 4px solid #fff;
        padding: 30px;
        box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.1);
        margin-top: -60px;
        transition: 0.3s;
    }

    .cms-details .card-title {
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }

        .cms-details .card-title a {
            color: #333333;
            transition: 0.3s;
        }

    .cms-details .card-text {
        color: #5e5e5e;
    }

    .cms-details .read-more a {
        color: #0a7abf;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        transition: 0.3s;
    }

        .cms-details .read-more a:hover {
            color: #0a7abf;
        }

    /*    .cms-details .card:hover img {
        transform: scale(1.1);
    }*/

    .cms-details .card:hover .card-body {
        border-color: #0a7abf;
    }

        .cms-details .card:hover .card-body .card-title a {
            color: #0a7abf;
        }





/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    padding-bottom: 10px;
}

    .service-details .card {
        border: 0;
        margin-bottom: 30px;
        position: relative;
    }

    .service-details .card-img {
        width: 100%;
        overflow: hidden;
        z-index: 9;
        border-radius: 0;
    }

        .service-details .card-img img {
            max-width: 100%;
            transition: all 0.3s ease-in-out;
        }

    .service-details .card-body {
        z-index: 10;
        background: #fff;
        border-top: 4px solid #fff;
        padding: 30px;
        box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.1);
        margin-top: -60px;
        transition: 0.3s;
    }

    .service-details .card-title {
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }

        .service-details .card-title a {
            color: #333333;
            transition: 0.3s;
        }

    .service-details .card-text {
        color: #5e5e5e;
    }

    .service-details .read-more a {
        color: #0a7abf;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        transition: 0.3s;
    }

        .service-details .read-more a:hover {
            color: #0a7abf;
        }

    .service-details .card:hover img {
        transform: scale(1.1);
    }

    .service-details .card:hover .card-body {
        border-color: #0a7abf;
    }

        .service-details .card:hover .card-body .card-title a {
            color: #0a7abf;
        }



/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    padding: 60px 0;
}

    .faq .faq-list {
        padding: 0;
        list-style: none;
    }

        .faq .faq-list li {
            border-bottom: 1px solid #e9e9e9;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        .faq .faq-list .question {
            display: block;
            position: relative;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            padding-left: 25px;
            cursor: pointer;
            color: #0a7abf;
            transition: 0.3s;
        }

        .faq .faq-list i {
            font-size: 16px;
            position: absolute;
            left: 0;
            top: -2px;
        }

        .faq .faq-list p {
            margin-bottom: 0;
            padding: 10px 0 0 25px;
        }

        .faq .faq-list .icon-show {
            display: none;
        }

        .faq .faq-list .collapsed {
            color: black;
        }

            .faq .faq-list .collapsed:hover {
                color: #0a7abf;
            }

            .faq .faq-list .collapsed .icon-show {
                display: inline-block;
                transition: 0.6s;
            }

            .faq .faq-list .collapsed .icon-close {
                display: none;
                transition: 0.6s;
            }


/*--------------------------------------------------------------
# ISS Misc classes
--------------------------------------------------------------*/

.issButton[type=submit] {
    background: #0a7abf;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

    .issButton[type=submit]:hover {
        background: #49b5e7;
    }


.bg-LightGray {
    background-color: #f9f9f9;
}

.bg-LightBlue {
    background-color: #f0f9fd;
}



.bg-issBlue {
    background-color: #0a7abf;
}

.bg-issRed {
    background-color: #d9183b;
}

.bg-issPurple {
    background-color: #8c1f85;
}

.bg-issMaroon {
    background-color: #a6175a;
}


.bg-issBlue-rgba {
    background: rgba(10, 122, 191, 0.25);
}

.bg-issRed-rgba {
    background: rgba(217, 24, 59, 0.25);
}

.bg-issPurple-rgba {
    background: rgba(140, 31, 133, 0.25);
}

.bg-issMaroon-rgba {
    background: rgba(166, 23, 90, 0.25);
}



.issCardStyle {
    box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.1), 0 6px 25px 0 rgba(51, 51, 51, 0.1);
    padding: 1rem 4rem 1rem 4rem;
}

.iss-ul {
    list-style-image: url('../Images/Icons/iss-chevron-right.svg');
}

.rfv {
    color: #d9183b;
    font-style: italic !important;
}

.message {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 30px;
    color: #d9183b;
}



/*--------------------------------------------------------------
# Service Details TOI (Text Over Image)
--------------------------------------------------------------*/
.service-details-toi {
    padding-bottom: 10px;
}


    .service-details-toi .card {
        border: 0;
        margin-bottom: 30px;
        position: relative;
    }

    .service-details-toi .card-img {
        width: 100%;
        height: 150px;
        background: url("../Images/PresidentsPlaza.jpg") top left;
        background-size: cover;
        position: relative;
    }

        .service-details-toi .card-img:before {
            content: "";
            background: rgba(255, 255, 255, 0.7);
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }


    .service-details-toi h3 {
        margin: 0;
        color: #0a7abf;
        font-family: "Dosis", sans-serif;
        padding: 30px 0 0 30px;
    }

        .service-details-toi h3 span {
            color: #000;
        }



    .service-details-toi .card-body {
        z-index: 10;
        background: #fff;
        border-top: 4px solid #fff;
        padding: 30px;
        box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.1);
        margin-top: -60px;
        transition: 0.3s;
    }

    .service-details-toi .card-title {
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }

        .service-details-toi .card-title a {
            color: #333333;
            transition: 0.3s;
        }

    .service-details-toi .card-text {
        color: #5e5e5e;
    }

    .service-details-toi .read-more a {
        color: #0a7abf;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        transition: 0.3s;
    }

        .service-details-toi .read-more a:hover {
            color: #0a7abf;
        }

     .service-details-toi .card:hover img {
        transform: scale(1.1);
    }

    .service-details-toi .card:hover .card-body {
        border-color: #0a7abf;
    }

        .service-details-toi .card:hover .card-body .card-title a {
            color: #0a7abf;
        }




/*--------------------------------------------------------------
# iss-achivements - What We Have Achived
--------------------------------------------------------------*/

.iss-achivements {
    background: url("../images/PresidentsPlaza.jpg") center center no-repeat;
    background-size: cover; 
    padding: 50px 0 25px 0;
    position: relative;
}

    .iss-achivements::before {
        content: "";
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


    .iss-achivements .header {
        position: relative;
        color: #333333;
        margin-bottom: 40px;
    }

        .iss-achivements .header h3 {
            font-size: 36px;
            font-weight: 700;
        }


    .iss-achivements .icon-box {
        padding: 30px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 10px 40px 10px;
        background: #fff;
        box-shadow: 0 10px 29px 0 rgba(51, 51, 51, 0.1);
        transition: all 0.3s ease-in-out;
    }

        .iss-achivements .icon-box:hover {
            transform: translateY(-5px);
        }

    .iss-achivements .icon {
        position: absolute;
        left: -20px;
        top: calc(50% - 30px);
    }

        .iss-achivements .icon i {
            font-size: 64px;
            line-height: 1;
            transition: 0.5s;
        }

        .iss-achivements .icon em {
            font-size: 64px;
            line-height: 1;
            transition: 0.5s;
        }


    .iss-achivements .title {
        margin-left: 40px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 38px;
        color: #0a7abf;
    }

        .iss-achivements .title a {
            color: #0a7abf;
        }

    .iss-achivements .icon-box:hover .title a {
        color: #49b5e7;
    }

    .iss-achivements .description {
        font-size: 14px;
        margin-left: 40px;
        line-height: 24px;
        margin-bottom: 0;
    }

@media (min-width: 1200px) {
    .iss-achivements {
        background-attachment: fixed;
    }
}


