
/*===========================
  header
============================ */
.nav-link {
    color: #fff;
}



/*===========================
  slider
============================ */
.slider {
    position: relative;
    margin-top: -20px;
}

    .slider img {
        width: 100%;
    }

#carousel-slider {
    position: relative;
}

    #carousel-slider .carousel-indicators {
        bottom: -40px;
    }

        #carousel-slider .carousel-indicators li {
            border: 1px solid #ffbd20;
        }

    #carousel-slider a i {
        border-radius: 50%;
        font-size: 30px;
        height: 50px;
        padding: 10px;
        position: absolute;
        top: 50%;
        width: 50px;
        color: #1A305A;
        background: #1A305A;
        color: #fff;
    }

        #carousel-slider a i:hover {
            background: #1A305A;
            color: #fff;
            border: 1px solid #1A305A;
        }

    #carousel-slider
    .carousel-control {
        width: inherit;
    }

        #carousel-slider .carousel-control.left i {
            left: 50px;
            top: calc(50% - 50px);
        }

        #carousel-slider .carousel-control.right i {
            right: 50px;
            top: calc(50% - 50px);
        }

.carousel-caption {
    position: absolute;
    right: 15%;
    top: calc(50% - 150px);
    font-size: 40px;
    left: 15%;
    z-index: 10;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}

    .carousel-caption h2 {
        font-size: 60px;
        color: #fff;
    }

        .carousel-caption h2 span {
            font-size: 60px;
            color: #fff;
        }

    .carousel-caption p {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
        color: #fff;
        padding: 10px;
        background: #1A305A;
    }

@media (max-width: 767px) {
    .carousel-caption {
        font-size: 18px;
    }

        .carousel-caption h2, .carousel-caption h2 span, .carousel-caption p {
            font-size: 18px;
        }
}

.carousel-inner .form-inline .form-group button[type="livedemo"] {
    padding: 20px 60px;
    font-size: 20px;
    background: #1A305A;
    color: #fff;
    border-radius: 0;
    border-color: #fff;
    text-transform: uppercase;
}

    .carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
        color: #31a8e0;
        opacity: 0.8;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

.carousel-inner .form-inline .form-group button[type="getnow"] {
    padding: 20px 60px;
    font-size: 20px;
    background: #fff;
    color: #31a8e0;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #fff;
}

    .carousel-inner .form-inline .form-group button[type="getnow"]:hover {
        color: #fff;
        border-color: #fff;
        background: #1A305A;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

.form-inline {
    margin-top: 50px;
}




/* Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 60px 0;
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
        /*background: #26335c;*/
        background:#fff;
        position: relative;
    }

        #team .member .member-info {
            opacity: 0;
            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: center;
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            transition: 0.2s;
        }

        #team .member .member-info-content {
            margin-top: -50px;
            transition: margin 0.2s;
        }

        #team .member:hover .member-info {
            background: rgba(0, 0, 0, 0.7);
            background: rgba(231, 187, 33, 0.80);
            opacity: 1;
            transition: 0.4s;
        }

        #team .member:hover .member-info-content {
            margin-top: 0;
            transition: margin 0.4s;
        }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
            color: #fff;
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
            color: #fff;
        }

        #team .member .social {
            margin-top: 15px;
        }

            #team .member .social a {
                transition: none;
                color: #fff;
            }

                #team .member .social a:hover {
                    color: #0099d8;
                }

            #team .member .social i {
                font-size: 18px;
                margin: 0 2px;
            }

/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 60px 0;
}

    #testimonials .section-header {
        margin-bottom: 40px;
    }

    #testimonials .testimonial-item {
        text-align: center;
    }

        #testimonials .testimonial-item .testimonial-img {
            width: 250px;
            border-radius: 50%;
            border: 8px solid #26335C;
            /*margin: 0 auto;*/
        }

        #testimonials .testimonial-item h3 {
            font-size: 30px;
            font-weight: 600;
            margin: 10px 0 5px 0;
            color: #FFF;
        }

        #testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #999;
            margin: 0 0 15px 0;
        }

        #testimonials .testimonial-item .quote-sign-left {
            margin-top: -15px;
            padding-right: 10px;
            display: inline-block;
            width: 37px;
        }

        #testimonials .testimonial-item .quote-sign-right {
            margin-bottom: -15px;
            padding-left: 10px;
            display: inline-block;
            max-width: 100%;
            width: 37px;
        }

        #testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
            color:#fff;
            font-weight:400;
            font-size:22px;
        }

    #testimonials .owl-nav,
    #testimonials .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #testimonials .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #testimonials .owl-dot.active {
            background-color: #0099d8;
        }


/* Team Section
--------------------------------*/

#portfolio {
    background: #fff;
    padding: 60px 0;
}

    #portfolio .member {
        text-align: center;
        margin-bottom: 20px;
        /*background: #26335c;*/
        background: #fff;
        position: relative;
    }

        #portfolio .member .member-info {
            opacity: 0;
            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: center;
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            transition: 0.2s;
        }

        #portfolio .member .member-info-content {
            margin-top: -50px;
            transition: margin 0.2s;
        }

        #portfolio .member:hover .member-info {
            background: rgba(0, 0, 0, 0.7);
            background: rgba(231, 187, 33, 0.80);
            opacity: 1;
            transition: 0.4s;
        }

        #portfolio .member:hover .member-info-content {
            margin-top: 0;
            transition: margin 0.4s;
        }

        #portfolio .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
            color: #fff;
        }

        #portfolio .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
            color: #fff;
        }

        #portfolio .member .social {
            margin-top: 15px;
        }

            #portfolio .member .social a {
                transition: none;
                color: #fff;
            }

                #portfolio .member .social a:hover {
                    color: #0099d8;
                }

            #portfolio .member .social i {
                font-size: 18px;
                margin: 0 2px;
            }
