﻿body {
}
/*Landing Page Css Start*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%!important;
    margin: auto;
}
.carousel-inner
{
max-height:800px;
}
.thumbnail {
    position: relative;
    background-color: #0066DF!important;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
    border: 0px solid;
    /* transform: scale(0.9); */
}

.fa {
    font-size: 33px!important;
    padding-left: 3px;
    padding-top: 7px;
    color: White;
    text-shadow: 5px 4px 6px #333;
    position: relative;
    top: 12px;
}

.caption h3 {
    background-color: #00489D;
    padding: 4px;
    margin-bottom: 0px;
    text-align: center;
    color: white;
    margin-top: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 12px;
}

.thumbnail .caption {
    padding: 0px!important;
}

.text_align_middle {
    top: 50%;
    position: absolute;
    display: inline-block;
    width: 100%;
    /* background-color: pink; */
    /* height: 127px; */
}

.shadow {
    background-image: url('../images/shadow.png');
    background-repeat: no-repeat;
    background-position: 0px 99px;
    background-size: 100%;
}

.spacing {
    height: 100px;
}



.right {
    text-align: right;
}

.footer-text {
    background-color: #0080FF;
    color: white;
    text-align: center;
    padding: 10px;
    padding-left: 17%;
    padding-right: 17%;
    margin-top: 20px;
    padding-bottom: 0px;
    font-size: 11px;
}

.blue_bar {
    height: 5px;
    background-color: #0080FF;
    margin-top: 5px;
}

.footer .left img {
    position: relative;
    top: 42px;
}

.footer .col-md-2.left {
    height: 83px;
}

.col-md-12.selection {
    position: relative;
    top: -60px;
}

.carousel-indicators {
    bottom: 90px;
}

.carousel-caption {
    width: 100%;
    left: 0%;
    background: rgb(54, 25, 25);
    background: rgba(2, 2, 2, 0.24);
bottom: -70px;
}

@font-face {
    font-family: calibri;
    src: url(../fonts/Colored_Crayons.html);
}

.carousel-caption p {
    font-family: 'Century Gothic';
    font-size: 52px;
}

.carousel-caption {
    padding-bottom: 0px;
    padding-top: 0px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    margin-top: -5px!important;
}

.carousel-caption h3 {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: -8px!important;
}

/*.thumbnail {
    margin-bottom: -80px;
}*/

.images_with_text {
    width: 76%;
    margin: 0 auto;
    height: 2px;
    padding-left: 65px;
    /* position: absolute; */
    /* width: auto; */
    /* left: 0; */
    /* right:0; */
    /* margin-left:auto; */
    /* margin-right:auto; */
}

    .images_with_text .shadow {
        width: 16%;
        float: left;
        margin: 0 auto;
        padding-left: 7px;
        padding-right: 7px;
        /* left: 0; */
        /* right:0; */
        /* margin-left:auto; */
        /* margin-right:auto; */
    }

.landing_footer .footer {
    background-color: white;
    color: white;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    bottom: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 98%;
    float: left;
}

.landing_footer .footer-text {
    background-color: #0080FF;
    color: white;
    text-align: center;
    padding: 10px;
    padding-left: 17%;
    padding-right: 17%;
    margin-top: 30px;
    padding-bottom: 0px;
    font-size: 11px;
}

.landing_footer .blue_bar {
    height: 5px;
    background-color: #0080FF;
    margin-top: 5px;
}
/*Landing page Css ends*/


/*Responsive*/
@media screen and (min-width: 320px) and (max-width:1024px) {
    .col-md-12.selection {
        position: relative!important;
        top: 60px;
    }
    .images_with_text {
 
        padding-left: 21px!important;
    }
        .images_with_text .shadow {
            width:48%!important;
            padding-left:0px!important;
         

        }
        /*.thumbnail {
    margin-bottom: 20px!important;
}*/
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
            margin-top: 12px!important;
    }
    .carousel-caption p {
    font-size: 35px!important;
}
}
