body {

    line-height: 1.8;
    font-size: 15px;

    color: #000;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-fluid.bg-1.text-center {

    background-color: #f5f5f5;
}
a:hover{
    text-decoration: none;
}
.alm-btn-wrap{

float:left;
width:100%;
}
.bg-3 {
    background-image: url("../images/back.png");
    background-position: bottom;
    background-repeat: no-repeat;
    height: 500px;
}

.content_area {
    padding: 30px 0 20px 0;
}

.content_area img {
    margin-bottom: 15px;
}

.navigation {
    padding: 10px 0 0 0;
}

.navigation a {
    color: rgb(0, 10, 127);
}

/*Blogs*/
.ourblogs {
    padding: 30px 0 10px 0;
}

.ourblogs p {
    line-height: 1.8;
    font-size: 15px;
    color: #000;
}
.bg-8{
    border-bottom: 1px solid #21336b;
}
.bg-4 {

    background-color: rgb(0, 10, 127);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 53px;
    color: white;
    text-shadow: 0 0 10px #21336b;
    font-family: oswald;
}

.bg-6 {
    background-color: #21336b;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 53px;
    color: white;
    text-shadow: 0 0 10px #21336b;
    font-family: oswald;
}

.bg-7 {
    background-color: black;
    padding-top: 30px;
    padding-bottom: 30px;

    color: white;
}

.image.inner > a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(98, 126, 192, 1) 0%, rgba(13, 61, 164, 1) 24%, rgba(13, 61, 164, 1) 67%, rgba(98, 126, 192, 1) 100%) repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 3px 3px 10px #000;
    color: #fff;
    display: inline-block;
    font-family: MensaW01-Medium;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding: 11px 30px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

div#deign {
    padding-top: 15%;
}

.image.inner {
    background: rgba(68, 82, 122, 0.55);
    padding-top: 28px;
    padding-bottom: 10px;
}

.number {
    background: #ff9000;
    border-radius: 25px;
    float: left;
    height: 50px;
    margin-right: 15px;
    width: 50px;
}

.about, h2 {
    color: #fff;
    font-size: 1.8em;
    padding-top: 12px;
    text-align: center;
}

.copy {
    float: left;
    padding-top: 23px;
}

h3 {
    color: #000;
    font-size: 1.2em;
    margin: .4em auto;
}

div#removepad {
    padding-top: 50px;
    padding-bottom: 40px;
}

.bg-10 {
    background: #2e3435;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
}

@media only screen and (max-width: 736px) {
    .copy {
        float: none;
        padding-top: 23px;
    }

    @media only screen and (max-width: 736px) {
        div#deign {
            padding-top: 37%;
        }
    }

    @media only screen and (max-width: 736px) {
        .bg-4 {
            background-color: rgba(0, 126, 255, 0.85);
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 33px;
            color: white;
            text-shadow: 0 0 10px #21336b;
            font-family: oswald;
        }
    }
    @media only screen and (max-width: 736px) {
        .bg-6 {
            background-color: #21336b;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 33px;
            color: white;
            text-shadow: 0 0 10px #21336b;
            font-family: oswald;
        }
    }
}

