body {
    background-color: #335F66;
    font-family: tahoma;
    text-align: justify;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: 183px;
    width: 100%;
}

.shadow-2D {
    -moz-box-shadow: -1px 1px 15px #5a809e;
    -webkit-box-shadow: -1px 1px 15px #5a809e;
    box-shadow: -1px 1px 15px #5a809e;
}

.page-title {
    margin: 0px auto;
    text-align: center;
    position: relative;
    top: -24px;
    background-color: rgba(255, 255, 250, 0.6);
    padding: 8px;
}

.page-title .heading {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shadow-3D {
   moz-box-shadow: -1px 10px 15px #000000;
    -webkit-box-shadow: -1px 10px 15px #000000;
    box-shadow: -1px 10px 15px #000000;
}

.slideshow {
    margin-top: 122px;
    background-color:rgba(255, 255, 255, 0.29);
}

.hs-slider img {
    min-width: 100%;
    height: 400px;
    border: 2px solid #fff;
}

.main-content {
    margin-top: 40px;
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
}

.page-header {
    color: #35474E;;
    text-shadow:5px 5px 5px #000000;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #334;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default {
    background-image: none;
    background-color: rgba(41, 115, 135, 0.92);
}

.container {
    position: absolute;
    top: 0;
    background-color: rgba(101, 192, 207, 0.36);
    padding-right: 0;
    padding-left: 0;
}

.bg-header {
    height: 100px; 
    background-image:url(../images/2.jpg);
}

.bottom-radius {
    border:none;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright:0px;
    -moz-border-radius-bottomleft:28px;
    -moz-border-radius-bottomright:28px;
    -webkit-border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-left-radius:28px;
    -webkit-border-bottom-right-radius:28px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:28px;
    border-bottom-right-radius:28px; 
}

.top-radius {
    border:groove 3px #838e96;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-topright:14px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-top-left-radius:14px;
    -webkit-border-top-right-radius:14px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    border-top-left-radius:14px;
    border-top-right-radius:14px;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;   
}



.inner-page .main-content {
    margin-top: 147px;
    padding: 10px 15px;
    background-color: #FFF;
}

.inner-page .slideshow {
    margin-top: -33px;
    background-color:rgba(255, 255, 255);
}


.contact-eye-catch {
    background-image: url(../images/contact6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    height: 296px;
    border: 1px solid #408482;
}
/** inner-pages styling */

.contact-note {
    padding: 0;
}


.contact-note li {
    padding: 5px;
    list-style:none;
    border: 1px solid lightgray;
    margin: 0;
}

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

.contact-form {
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 5px;
}



.our-location {
    padding: 10px;
}

.navbar-brand > img {
    margin-top: -16px;
    margin-left: -13px;
}
     
@media (max-width: 767px) {
    .container {
        top: 10px;
        width: 100%;
    }
    .hs-slider img {
        height: 220px;
    }
    
    .inner-page .slideshow {
        margin-top: -40px;
        background-color:rgba(255, 255, 255);
    }
    
    .dashboard img {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .page-title {
        width: 70%;
    }
    .bg-header {
        height: 200px; 
    }

    .container {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .navbar-right {
        margin-right: 125px;
    }
    
    navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 125px;
    }
    .v-line {
        border-left: 1px dotted lightgray;   
    }
}
@media (min-width: 992px) {
    .page-title {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1065px;
    }
}


.left-indent-img {
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.footer {
    text-align: center;
}

.footer ul {
    margin: 0;   
}

.footer ul li {
    list-style-type:none;
    display:inline;
}


.footer li a {
    color: #fff;
    padding: 5px;
}

.footer .copyright {
    margin-top: 5px;
}

.hrule {
    margin-top: 2px;
    border-top: 2px solid #fff;
}


