html,
body {
    height: 100%;
    font: sans-serif;
}

body {}

h1 {
    margin-top: 10px;
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}









/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}









/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}









/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.navbar {
    background-color: #FFFFFF;
    font-size: 18px;
    vertical-align: middle;
    border-bottom: 3px solid #ff3d6a;
}

.navbar-header {
    margin-top: -10px;
}

#bs-example-navbar-collapse-2 {
    padding-top: 27px;
}

.controls {
    padding-top: 0px;
}


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

.navbar-default .navbar-nav > li > a:hover {
    border-bottom: 5px solid #ff3d6a;
}

.navbar-default .navbar-nav > li > a:active {
    border-bottom: 5px solid #ff3d6a;
}

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

.page-header {
    text-align: center;
    margin-top: 20px;
    border-bottom: 2px solid #ff3d6a;
}

.other-header {
    border-bottom: 2px solid #ff3d6a;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 0px;
}

.page-header1 {
    text-align: center;
    margin-top: 0px;
    border-bottom: 2px solid #ff3d6a;
}

.contact-page-header {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 2px solid #ff3d6a;
}

.about-header {
    text-align: center;
    margin-top: -15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ff3d6a;
}

#map {
    width: 100%;
    height: 400px;
    border: 2px solid #ff3d6a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.aboutBorder {
    width: 100%;
    height: 100%;
    border: 2px solid #ff3d6a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.aboutBorderMD {
    width: 100%;
    height: 270px;
    border: 2px solid #ff3d6a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.aboutBorderLG {
    width: 100%;
    height: 240px;
    border: 2px solid #ff3d6a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.smallMap {
    width: 100%;
    height: 200px;
    border: 2px solid #ff3d6a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.xsmallMap {
    width: 100%;
    height: 100px;
    border: 2px solid #ff3d6a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.banner-image {
    padding-bottom: 10px;
    border-bottom: 2px solid #ff3d6a;
    margin-bottom: 20px;
}

.active-page {
    border-bottom: 5px solid #ff3d6a;
}

ul {
    list-style: none;
}

.bullets {
    list-style: disc;
}









/* List styling */

.featureList,
.featureList ul {
    margin-top: 0;
    padding-left: 2em;
    list-style-type: none;
}

.featureList li:before {
    position: absolute;
    margin-left: -1.3em;
    font-weight: bold;
}

.featureList li.tick:before {
    content: "\2713";
    color: darkgreen;
}

.contactInfo {
    font-size: 16px;
}


.media {
    margin-left: 10px;
}

.media-object {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border: 2px solid #ff3d6a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline;
}

.media-object2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: 2px solid #ff3d6a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline;
}

.aboutPic {
    margin-top: 8px;
}

.accreditation {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.footer-distributed {
    border-top: 5px solid #ff3d6a;
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: 16px sans-serif;

    padding: 55px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}









/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
}









/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    margin: 0;
}

.footer-distributed h3 span {
    color: #5383d3;
}









/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}









/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.contactInfo i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #5383d3;
    text-decoration: none;
    ;
}









/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}









/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}
