html,
body {
    height: 100%
}

body {
    color: #424141;	
    font-size: 15px;
    background-color:#fff;
    font-family: 'Poppins', sans-serif;
}
h1 {
font-family: 'Calistoga', cursive;
    
}

.color-lines {
    background-image: url("../images/color-lines.jpg");
    height:4px;
}

.top-bar {
    background: #294b8a;
    color: #fff;
    padding:10px;
    font-size:14px;
    text-align: right;
}

.navbar-img img {
    width:230px;
}

.navbar {
    background:#fff;
    border:0;
    border-radius:0;
    margin-top:20px;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'Poppins', sans-serif;
    color: #000;
    padding:15px 15px 15px 5px;
   
}

.navbar-inverse  .navbar-nav > li.active a {
    color: #000;	
    background: #fff;
}

.navbar-inverse  .navbar-nav > li:hover a,
.navbar-inverse .navbar-nav > li:focus a {
    color: #000;
    background: #fff;
}

.dropdown-menu > li > a {
    font-family: 'Poppins', sans-serif;
    color: #000;
    padding:10px;
    border-bottom: 1px solid #e0e1e2;
}

.navbar-inverse  .navbar-nav > li .dropdown-toggle {
    background: #fff !important;
    color: #000 !important;
}

.navbar-toggle {
    margin-top:50px;
}

.icon-bar {
    background-color:#FF0000 !important;
}

.carousel-inner > .item > img {
    width:100%;
}

.middle_area {
    margin-bottom:20px;
    margin-right:0;
    margin-left:0;
}

.middle_area h3 {
    color: #df0003;
    font-family: 'Calistoga', cursive;
    margin-bottom: 10px;
    padding-left: 10px;
}

.middle_area h4 {
    color: #df0003;
    font-family: 'Calistoga', cursive;
    margin-bottom: 10px;
}

.middle_area i {
    color: #294b8a;
    font-size:25px;
}

.middle_area p {
    font-size: 16px;
    text-align: justify;
}

.middle_area  li {
    list-style-image: url('../images/bullet.png');
    line-height: 2;
    padding-left: 10px;
    color: #000;
    text-align: justify;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
.title h2 {
    font-size: 35px;
    color:#ec1f25;
    margin-bottom:10px;
    font-family: 'Caladea', serif;    
    padding-bottom: 5px;
    text-align: center;
}

.title span {
    font-family: 'Calistoga', cursive;
    color:#294b8a;
}

.mb {
    margin-bottom: 15px;
}

.mt {
    margin-top: 15px;
}

.example {
    margin:auto;
    max-width:350px
}

form.example input[type=text] {
    padding:10px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

form.example button:hover {
    background: #000;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}


input {
    border: 1px solid grey;
    font-size:15px;
    color:#000;
    padding:10px;
    width:100%;	
    margin-bottom:10px;
}

textarea {
    border: 1px solid grey;
    font-size:15px;
    color:#000;
    margin-bottom:10px;
    padding:10px;
    width:100%;
}

.mainbutton {	
    margin-bottom:15px;
    border: 1px solid #f34334;
    font-size:15px;
    background-color:#f34334;
    padding:10px;
    width:120px;
    color: #fff;
}

.footer_area {
    letter-spacing: 1px;
    padding-top:40px;
    padding-bottom:40px;
    background: #2d3e50 none repeat scroll 0 0;
}

.footer_area h3 {
    font-family: 'Caladea', cursive;
    color: #fff;
}

.footer_area p{
    color: #fff;
    font-size:14px;
}

.footer_bottom_area {
    background: #1a1a1a none repeat scroll 0 0;
}

.footer_bottom_area p {
    text-align:center;
    color: #fff;
    padding: 10px;
    font-size:14px;
}

.modal-content {
    border:10px solid #eee;
    background-color: #2396f1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}

.close {
    color: #fff; 
    opacity: 1;
}

.close1 {
    line-height: 12px;
    width: 18px;
    font-size: 30px;
    margin-top: 10px;
    margin-right: 25px;
    position:absolute;
    top:0;
    right:0;
    color: red;
    background-color: transparent; 
    border: none;
    z-index: 999;
}

.carousel-control.left, .carousel-control.right {
    background-image:none !important;
    filter:none !important;
    color: #023491;
}

.carousel-indicators li {
    background-color: #294b8a;
}

.carousel-indicators .active {
    background-color: #ec1f25;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Calistoga', cursive;  
    font-size: 32px;
}

.light-box li {
    list-style:none;
    margin-bottom:25px;
    margin-left:0;
   
}

.light-box img {
    margin:0;
    padding-left:0;
    cursor: pointer;
}

#myModal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border:none !important;
}

#myModal .modal-body {
    background-color: #fff !important;
    padding:0 !important;
}

#successmodal .modal-content {
    background-color: #fff;
    color: #000;
}

.modal-dialog img {
    text-align:center;
    margin:0 auto;
}

.controls {
    width:50px;
    display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;
}

.next {
    float:right;
    text-align:right;
}

@media only screen and (max-width: 600px) {
    .navbar-img img {
        width:310px;
    }
    .top-bar { 
        background: #294b8a;
        color: #fff;
        padding:8px;
        font-size:14px;
        text-align: center;
    }
}
.img-responsive{
    
    width:100%;
    height:  150px;    
    object-fit: cover;
}