@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

/*
font-family: 'Roboto Condensed', sans-serif;
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

/*
font-family: 'Open Sans', sans-serif;
*/

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600');

/*
font-family: 'Crimson Text', serif;
*/

body {
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

a {
    color: #243972;
}

p {
    font-size: 16px;
}

b {
    font-weight: 700;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #feffff;
}

.navbar {
    position: relative;
    min-height: 70px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-brand {
    float: left;
    height: 40px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 14px;
}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #243972;
}

.contact-hero-area {
    background: url("../img/contact.jpg");
    background-size: cover;
    color: #ecf0f1;
    padding-top: 70px;
    padding-bottom: 70px;
}

.contact-hero-area h1 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.contact-hero-area p {
    font-family: 'Crimson Text', serif;
    font-size: 22px;
}

.about-hero-area {
    background: url("../img/about.jpg");
    background-size: cover;
    color: #ecf0f1;
    padding-top: 70px;
    padding-bottom: 70px;
}

.about-hero-area h1 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.about-hero-area p {
    font-family: 'Crimson Text', serif;
    font-size: 22px;
}

.about-main-content h2,
.contact-main-content h2 {
    color: #243972;
}

.about-image,
.about-details,
.contact-details {
    padding: 40px 0px;
}

.contact-details h3 {
    font-weight: 700;
    color: #243972;
    font-family: 'Roboto Condensed', sans-serif;
}

.area-contact {
    padding: 15px 0px 40px 0px;
    background: #f9f8f8;
}

.contact-form,
.map {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-form h2,
.map h2 {
    margin-bottom: 20px;
}

.map ifmap {
    border: 1px solid #000000;
}

.form-horizontal .control-label {
    text-align: left;
    color: #243972;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
    width: 8%;
}

.hero-area {
    background: url("../img/bg.jpg");
    background-size: cover;
    padding: 170px 0px 140px 0px;
    color: #ecf0f1;
}

.hero-area h1 {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 85px;
}

.hero-area h4 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Crimson Text', serif;
}

.hero-area .btn-lg {
    padding: 15px 25px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px;
}

.home-para {
    padding: 40px 0px 50px 0px;
}

.home-para-left h2 {
    color: #243972;
}

.home-para-right {
    background: #243972;
    color: #ecf0f1;
    padding: 3px 20px 40px 20px;
}

ul {
    margin-left: -15px;
}

ul li {
    font-size: 16px;
    margin-bottom: 8px;
}

.home-para h3 {
    font-size: 20px;
}

.home-why {
    background: #f9f8f8;
    padding: 50px 0px 40px 0px;
}

.home-why-right,
.home-why-left {
    padding-left: 30px;
    padding-right: 30px;
}

.home-why-right img,
.home-why-left img {
    border-radius: 5px;
}

.home-why-right h3,
.home-why-left h3 {
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.owl-pagination {
    display: none;
}

.partner {
    padding: 45px 0px 40px 0px;
}

.sub-footer {
    color: #ecf0f1;
    background: #243972;
    padding: 20px 0px;
}

.sub-footer h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.sub-footer p {
    font-size: 13px;
}

.social ul li a {
    color: #fff;
}

.social ul li a:hover {
    color: #bdc3c7;
}

footer {
    background: #000000;
    color: #bdc3c7;
    padding: 20px 0px 10px 0px;
}

footer p {
    font-size: 14px;
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .navbar-brand {
        width: 65%;
    }
    .navbar-brand img {
        width: 85%;
    }
    .hero-area h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .hero-area h4 {
        font-size: 20px;
        line-height: 28px;
        font-family: 'Crimson Text', serif;
    }
    .hero-area .btn-lg {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 1.3333333;
        border-radius: 3px;
    }
    .hero-area {
        background: url(../img/bg.jpg);
        background-position: center;
        padding: 50px 0px 90px 0px;
        color: #ecf0f1;
    }
    .home-para-right {
        margin-top: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .home-why-right,
    .home-why-left {
        padding-left: 0px;
        padding-right: 0px;
    }
    .home-why-right {
        margin-top: 30px;
    }
    .cl {
        margin-top: 10px;
    }
    .cl a:hover {
        text-decoration: none;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-area h1 {
        font-size: 38px;
        line-height: 45px;
    }
    .navbar-brand {
        width: 64%;
    }
    .navbar-brand img {
        width: 78%;
    }
    .cl {
        margin-top: 10px;
    }
    .cl a:hover {
        text-decoration: none;
    }
}