.banner,
.banner-bg {
    height: 638px;
    width: 100%
}

.banner,
.parallax-sec {
    margin-left: auto;
    margin-right: auto
}

body {
    font-family: arial
}

a:hover {
    text-decoration: none
}

ul li {
    list-style-type: none
}

.main-menu {
    background: #0a3d5d;
    padding: 4px
}

.main-menu a.c-name {
    float: right;
    color: #fff;
    font-size: 16px;
    padding-top: 18px
}

.main-menu a.c-name i {
    font-size: 22px
}

.banner {
    background: rgba(77, 131, 215, .19);
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-style: none;
    margin-bottom: 0;
    border-radius: 0;
    position: relative
}

.banner-bg {
    position: absolute;
    background: rgba(77, 131, 215, .19)
}

.banner-bg .left-side {
    margin-top: 40px
}

.banner-bg .right-side {
    margin-top: 50px
}

.banner-bg .right-side form {
    padding-left: 37px
}

.banner-bg .right-side h4 {
    color: #0a3d5d;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px
}

.banner-bg .right-side label {
    font-size: 14px;
    line-height: 15px;
    color: #0a3d5d;
    font-weight: 600;
    margin-bottom: 0
}

.banner-bg span.head1 {
    color: #d63e4b;
    font-family: 'PT Sans', sans-serif;
    font-weight: 900;
    font-size: 70px
}

.banner-bg span.head2,
.banner-bg span.head3,
.home-sections3 h1,
.home-sections3 h2 {
    color: #0a3d5d;
    font-family: 'PT Sans', sans-serif
}

.banner-bg span.head2,
.banner-bg span.head3 {
    font-weight: 600;
    font-size: 48px
}

.banner-bg .form-control {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: inset 0 2px 3px #ddd;
    -webkit-box-shadow: inset 0 2px 3px #ddd;
    -moz-box-shadow: inset 0 2px 3px #ddd;
    height: 26px
}

.banner-bg select.form-control {
    height: 30px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 13px
}

footer.footer-sec .left-side,
footer.footer-sec .right-side {
    color: #919191;
    font-weight: 600;
    font-size: 15px
}

.banner-bg .btn1 {
    background: #d63e4b;
    border: 1px solid #d63e4b;
    width: 100%;
    border-radius: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600
}

.parallax-sec,
.parallax-sec .parallax-bg {
    background: rgba(10, 61, 93, .72);
    height: 310px;
    width: 100%
}

.banner-bg .btn1:active,
.banner-bg .btn1:focus,
.banner-bg .btn1:hover,
.parallax-sec .btn2:active,
.parallax-sec .btn2:focus,
.parallax-sec .btn2:hover {
    background: #d63e4b !important;
    border: 1px solid #d63e4b !important
}

.clients {
    border-bottom: 1px solid #f7f7f7;
    padding: 90px 0 24px
}

.clientList {
    margin-bottom: 0
}

.clientList li {
    display: inline-block;
    margin-right: 17px
}

.home-sections3 {
    padding: 30px 0;
    text-align: center
}

.home-sections3 h1 {
    font-size: 36px;
    font-weight: 600
}

.home-sections3 h2 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px
}

.home-sections3 p {
    color: #666;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    padding: 20px 0 30px;
    font-family: 'PT Sans', sans-serif
}

.parallax-sec {
    display: block;
    background-image: url(../img/parallex.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    border-style: none;
    margin-bottom: 1px;
    border-radius: 0;
    position: relative
}

.parallax-sec h1 {
    color: #fff;
    font-size: 36px;
    padding: 50px 0;
    text-align: center;
    font-family: 'PT Sans', sans-serif
}

.parallax-sec .parallax-bg {
    position: absolute;
    text-align: center
}

.parallax-sec .btn2 {
    background: #d63e4b;
    border: 1px solid #d63e4b;
    border-radius: 2px;
    padding: 8px 9px;
    font-size: 27px
}

footer.footer-sec {
    padding: 20px
}

footer.footer-sec .right-side {
    float: right
}

@media only screen and (max-width:600px) {
    .banner {
        background-color: #c4e6f5;
        background-image: none;
        width: 100%;
        height: 980px
    }
    .banner-bg {
        background: 0 0
    }
    .banner-bg .right-side form {
        padding-left: 0
    }
    footer.footer-sec {
        padding: 20px
    }
    .parallax-bg,
    .parallax-sec {
        height: 370px;
        background-size: cover
    }
    .parallax-bg {
        height: 370px !important
    }
    .parallax-sec h1 {
        padding: 50px 0 10px;
        margin-bottom: 1.5rem
    }
}