﻿.section-title-s2 H2 {
    text-align: left;
    TEXT-TRANSFORM: uppercase;
}

.text-white {
    color: #fff;
}

.text-justify {
    text-align: justify;
    font-size: 16px;
}

.mt-10 {
    margin-top: 20px;
}

.service-details {
    padding: 0px 5px 3px 15px;
}

.text-blue {
    color: #000000;
}

    .text-blue:hover {
        color: #012f5c;
    }

.select {
    background-color: #fff;
    /*height: 44px !important;*/
    border-radius: 5px !important;
    border: 0;
    border: 1px solid #7f7f7f !important;
    border-radius: 10px !important;
    padding: 6px 15px !important;
}

.bg-box {
    margin: 9px;
    padding: 6px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
}

.footer-social ul li {
    display: inline;
    margin: 10px;
    font-size: 24px;
}

.yellow {
    color: #ffffff;
}

/*carousel*/
carousel-caption {
    padding-bottom: 150px;
}

.carousel-caption h2 {
    text-transform: uppercase;
    background-color: #012f5c;
    color: #fff;
    font-size: 50px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}


@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 137px !important;
        /* font-size: 64px; */
    }
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-transform: uppercase;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #012f5c;
}

.carousel-indicators li {
    border: 1px solid #ecc91a;
}

@media screen and (min-width:300px) and (max-width:600px) {
    .carousel-caption h2 {
        text-transform: uppercase;
        background-color: #012f5c;
        color: #fff;
        font-size: 17px !important;
    }
}



/*slider logo*/

/*end slider logo*/
