﻿body {
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif
    line-height: 1.8;
    color: #808080;
}

/*Navigation Bar Start*/
.navbar {
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif
    margin-bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
    border: 0;
    font-size: 13px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 3px;
    border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif
    color: #808080 !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif
    color: #0000ff !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.logo-small {
    color: #0000ff;
    font-size: 50px;
}

.logo {
    color: #0000ff;
    font-size: 150px;
    
}
/*Navigation Bar End*/

.promise-bullet li {
    display: block;
}

/*Promise Section Start*/
.promise-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e125";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}

.promise-bullet span {
    font-weight:bold; 
    font-size:larger
}
/*Promise Section End*/

/*Resq Section Start*/
.panel {
    border: 1px solid #0000ff; 
    border-radius:0;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-heading {
    color: #fff !important;
    background-color: #0000ff !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


/*Resq Section End*/

/*FAQ Section Start*/
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #0000ff;
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    text-align:center;
}

.item p {
    font-style: normal;
    margin:0px 100px 0px 100px;
}
/*FAQ Section End*/

/*Footer Start*/
footer {
    background-color: #0000ff;
    color: #fff !important;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.footerlink {
    color: #fff;
     }

/*Footer End*/

/*Other Start*/

.container-fluid {
    padding: 1px 150px;
}

/*Other End*/


/*----------- For small screens -------------*/
    @media screen and (max-width: 768px) {
        .col-sm-4 {
            text-align: center;
            margin: 25px 0;
        }
        .container-fluid {
            padding: 1px 25px;
        }
        .item p {
            margin:0px 2px 0px 2px;
        }
        #myCarousel .carousel-inner {
            height:auto;
        }
        .whyq {
            padding-left:10px;
        }
    }



