﻿/*Advertise page css here*/
body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 18px;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 48px;
    font-weight: bold;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 30px;
    font-weight: bold;
}

h3 {
    font-family: 'Source Sans Pro', sans-serif !important;
}

img {
    max-width: 100%
}

p {
    line-height: 30px !important;
}

header {
    background: url(../images/header-background-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.icon {
    text-align: right;
    margin: 30px 0;
    color: #fff;
}

    .icon img {
        padding: 0 30px;
    }

    .icon a i {
        color: #fff;
        font-weight: 600;
    }

        .icon a i:hover {
            color: #0b3982;
        }

.nav-section .navbar.navbar-inverse {
    background: none;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
}

.nav-section .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.nav-section .nav.navbar-nav .navbar-nav > li > a {
    color: #333333;
    padding: 15px 25px;
    font-weight: 600;
}

.navbar-nav > li > a {
    color: #333 !important;
    padding: 15px 29px;
    font-weight: 600;
    color: #333;
}

.nav-section .nav.navbar-nav li:first-child a {
    padding-left: 0;
}

.nav-section .navbar-nav ul li:last-child a {
    padding: 15px 43px;
}

.nav-section .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #727167;
    font-weight: bold;
}

.nav-section .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #0b3982 !important;
}

/*banner section css here*/

.banner {
    background: url(../images/jaschasc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 137px 0;
    background-position: top center;
}

.heading {
    width: 80%;
}

    .heading h1 {
        margin: 0;
        line-height: 60px;
    }

    .heading p {
        font-size: 30px;
        line-height: 36px !important;
        margin: 25px 0 50px;
        width: 90%;
    }

    .heading .btn-default {
        background: none;
        color: #fff;
        font-size: 18px;
        width: 140px;
        font-weight: bold;
        border: 2px solid #fff;
        padding: 10px 0;
        transition: 1s;
    }

        .heading .btn-default:hover {
            box-shadow: -576px 0 0 #898989 inset;
            transition: 1s;
        }
/*banner section closed here*/

/*content-section start here*/
.content-section {
    margin: 90px 0;
}

    .content-section h2 {
        padding: 90px 0 0;
        margin: 0 auto;
        width: 80%;
        text-align: center;
        line-height: 48px;
    }

    .content-section img {
        display: inline-block;
        margin-top: 10px;
    }

    .content-section h3 {
        margin: 0;
        color: #0b3982;
        font-weight: bold;
        line-height: 36px;
        float: right;
        display: inline-block;
        width: 75%;
    }
/*content-section closed here*/
/*footer section start here*/
.footer-menu1 {
    margin: 0;
    padding: 35px 0;
    background: #727167;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}

.nav2 ul {
    margin: 0;
    padding: 0;
}

    .nav2 ul li a {
        color: #fff !important;
        padding: 0 19px;
        font-weight: 600;
        color: #333;
        border-right: 2px solid #fff;
        display: block;
        text-decoration: none;
        margin: 0 0 15px;
    }

    .nav2 ul li {
        float: left;
        list-style: none;
        line-height: 1 !important;
    }

.footer-menu1 .nav2 ul li:last-child a {
    border: none;
    padding-right: 0;
}

.footer-menu1 span {
    color: #fff;
    margin-bottom: 10px;
}

.footer-menu1 b {
    padding: 0 10px;
    border-left: 2px solid #fff;
    height: 20px;
    margin-left: 10px;
    font-weight: 600;
}

    .footer-menu1 b a {
        color: #fff;
    }

.clear {
    clear: both;
}
/*responsive css here*/
@media all and (max-width:1200px) {
    .navbar-nav > li > a {
        padding: 15px 10px;
    }

    .content-section h2 {
        width: 90%;
    }

    .content-section h3 {
        width: 65%;
    }

    .footer-menu1 .navbar-nav > li > a {
        padding: 0 12px;
        font-size: 16px;
    }

    footer span b {
        font-size: 21px;
    }

    .nav2 ul li a {
        padding: 0 14px;
        font-size: 16px;
    }

    .heading {
        width: 100%;
    }
}

@media all and (max-width:992px) {
    .navbar-nav > li > a {
        padding: 15px 7px;
        font-size: 14px;
    }

    .footer-menu1 .navbar-nav > li > a {
        padding: 0 9px;
        font-size: 12px;
        margin: 0;
    }

    .content-section h3 {
        width: 62%;
        font-size: 19px;
    }

    footer span {
        font-size: 14px;
        margin-left: 5px;
    }

        footer span b {
            font-size: 18px;
        }

    .footer-menu1 {
        margin-top: 20px;
    }

    .nav2 ul li a {
        font-size: 13px;
    }

    .nav2 ul li a {
        padding: 0 7px;
    }

    .heading p {
        font-size: 24px;
        width: 100%;
    }
}

@media all and (max-width:800px) {

    .navbar-nav > li > a {
        padding: 15px 7px;
        font-size: 14px;
    }
}

@media all and (max-width:767px) {
    header {
        background-image: none;
    }

    .logo {
        text-align: center;
    }

    .icon {
        text-align: center;
        margin: 40px 0 0;
    }

        .icon img {
            padding: 0 10px 0;
        }

        .icon a i {
            color: #333;
        }

    #myNavbar {
        border: none;
        margin-bottom: 20px;
    }

    .navbar {
        min-height: 0 !important;
    }

    .navbar-toggle {
        margin-top: -30px;
        margin-bottom: 15px;
    }

    .nav.navbar-nav li:first-child a {
        padding-left: 30px;
    }

    .navbar-inverse .navbar-toggle {
        background: #000;
    }

    .nav-section .nav.navbar-nav li:first-child a {
        padding-left: 0;
    }

    .nav2 ul li a {
        border: none;
        padding: 0 10px;
        font-size: 18px;
    }

    .navbar-inverse .navbar-toggle {
        background: #333;
    }

    .navbar-nav > li > a {
        padding: 15px 0;
        font-size: 18px;
        text-align: center;
        margin: 5px 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-toggle span {
        color: #fff;
        margin-bottom: 5px;
    }

    .banner {
        padding: 100px 0;
    }

    .heading {
        text-align: center;
    }

    .content-section {
        text-align: center;
    }

        .content-section h3 {
            width: 100%;
            margin: 15px 0 50px;
        }

        .content-section img {
            margin-top: 10px;
        }

        .content-section h2 {
            width: 100%;
            padding: 0;
            margin: 0;
            font-size: 23px;
        }

    .footer-menu1 b {
        padding: 0;
        margin: 0;
        border: none;
        display: block;
    }
}

@media all and (max-width:500px) {

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 23px;
    }

    .heading p {
        font-size: 24px;
    }
}

@media all and (max-width:360px) {
    .icon {
        text-align: left;
    }

    .nav2 ul li a {
        font-size: 16px;
    }
}
