@font-face {
    font-family: Gotham-Black;
    src: url(fonts/Gotham-Black.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(fonts/GothamBold.ttf);
}

@font-face {
    font-family: GothamBook;
    src: url(fonts/GothamBook.ttf);
}

body {
    font-family: GothamBook !important;
    font-size: 18px;
    color: #959595;
}

h1, h2, h3, h4 {
    font-family: GothamBook !important;
    margin: 0 !important;
}

h1 b, h2 b, h3 b, h4 b {
    font-family: Gotham-Black;
}

footer {
    font-family: GothamBook !important;
}

img {
    max-width: 100%;
}

b {
    font-family: GothamBold !important;
}

.in-red {
    color: #e71c27;
}

.in-black {
    color: #363636;
}

.in-blue {
    color: #287d9a;
}

.testimonial-container h3 {
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.testimonial-container .testimonial {
    padding-left: 100px;
    background-image: url(images/quote_05.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.we-are-qualified {
    color: #fff;
    background-image: url(images/About-Us_08.jpg);
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.we-are-qualified h1 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}

.navbar-default {
    background-color: #287d9a;
    border: none;
}

.navbar-nav>li>a {
    padding-bottom: 25px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

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

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0;
}

.header-phone {
    text-align: right;
    margin-top: 12px;
}

.header-phone img {
    margin-right: 15px;
}

.header-phone a {
    color: #fff;
}

.navbar-default {
    background-color: #287d9a;
    border: none;
    padding-top: 20px;
    padding-bottom: 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #287d9a;
}

.dropdown-menu {
    border-top: 8px solid #ea1b21;
}

.dropdown-menu>li>a {
    font-weight: bold;
}

.dropdown-menu>li>a:hover {
    color: #337ab7;
}

.dropdown-toggle {
    text-align: center;
}

.dropdown-toggle .caret {
    margin-top: 5px;
}

.banner {
    background-position: 50% 50%;
    background-size: cover;
    padding: 50px 15px;
}

.home-banner {
    background-image: url(images/Home_06.jpg);
    color: #fff;
}

.home-banner h1 {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 400px;
}

.home-banner .afiliated-icons {
    margin-top: 30px;
}

.galleries {
    background-image: url(images/Home_08.jpg);
    color: #fff;
}

.galleries-items {
    text-align: center;
}

.galleries-items img {
    margin-bottom: 30px;
}

.full-width-title {
    background-color: #e8e7e7;
    padding: 50px;
    text-align: center;
}

.page-banner h1{
    text-transform: uppercase;
    color: #fff;
    margin-top: 50px !important;
    font-weight: bold;
}

.divider {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    height: 1px;
}

.cetificate-box {
    margin-top: 50px;
}

.cetificate-box h3 {
    text-transform: uppercase;
}

.btn-default {
    color: #fff;
    background-color: #287d9a;
    border-color: #287d9a;
    padding: 10px 29px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 1px;
}

.form-control {
    background-color: #eeeeee;
    border: #eeeeee;
}

.carousel-indicators .active, .carousel-indicators li {
    width: 80px;
    height: 80px;
}

.carousel-indicators li img {
    opacity: 0.5;
}

.carousel-indicators .active img {
    opacity: 1;
}

.carousel-indicators {
    position: relative;
    width: 100%;
    margin: 60px 0 0 0;
    left: 0;
}

.carousel-indicators li {
    text-indent: 0;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 40%;
}

#carousel-generic img { 
    width: 100%;
}

footer {
    background-color: #052c3a;
    padding: 50px 15px;
    color: #cecece;
    font-size: 16px;
}

footer b, footer a {
    color: #fff !important;
}

footer b {
    margin-right: 15px;
}

footer .footer-copyright {
    text-align: right;
    margin-top: 50px;
}

footer .afiliated-icons {
    text-align: right;
}


@media (max-width: 767px) {
    .carousel-indicators .active, .carousel-indicators li {
        width: 50px;
        height: 50px;
    }

    .home-banner h1 {
        padding-bottom: 100px;
        font-size: 23px;
    }

    .home-banner .logo img {
        width: 85% !important;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #246880;
    }

    .navbar-header {
        text-align: center;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 5px;
        width: 30px;
    }

    .home-banner {
        text-align: center;
    }

    .home-banner .afiliated-icons img {
        width: 80px;
    }

    .navbar-toggle {
        float: none !important;
    }

    .full-width-title {
        padding: 30px;
    }

    .dropdown-toggle {
        text-align: left;
    }

    .dropdown-menu {
        background-color: #1f6f8a !important;
    }

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

    button.navbar-toggle.collapsed {
        float: none;
        border-color: #fff !important;
    }

    footer .afiliated-icons {
        text-align: center;
    }

    footer .footer-copyright {
        text-align: center;
    }

    footer .container {
        width: 351px;
    }
}

@media (max-width: 351px) {
    footer .container {
        width: 100%;
    }
}