/*!
* Start Bootstrap - Modern Business (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

img {
    max-width: 100%;
}

nav .container {
    max-width: 1280px;
}

a.navbar-brand {
    max-width: 340px;
}

ul.nav.navbar-nav {
    padding-top: 13px;
    padding-bottom: 5px;
}

nav.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.37);
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
}

.navbar-nav>li>a:hover {
    background: transparent;
    text-decoration: underline;
}

.scroll_bar {
    background: #19314e;
}

.hero_banner {
    background: url(../img/header_banner.jpg) no-repeat;
    background-size: cover;
    margin-top: -50px;
    padding-top: 110px;
    padding-bottom: 90px;
    color: #fff;
}

.flex_display {
    display: flex;
    align-items: center;
}

.hero_banner h1 {
    font-size: 40px;
    margin-bottom: 50px;
}

.header {
    margin-top: -50px;
    height: 380px !important;
}

.def_btn {
    background: #ff9031;
    font-size: 18px;
    color: #fff;
    padding: 15px 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.def_btn:hover {
    color: rgba(255, 255, 255, 0.822);
    background: #f88622;
    text-decoration: none;
}

.def_btn:focus {
    color: rgba(255, 255, 255, 0.822);
    background: #f88622;
    text-decoration: none;
}

.sec_1 {
    padding-top: 50px;
}

.subheading {
    color: #2690f4;
    font-size: 16px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
}

.blue_heading {
    margin-top: 0;
    color: #093469;
}

.heading_img {
    float: left;
    margin-right: 20px;
}

.sec_1 p {
    font-size: 14px;
}

.sec_2 {
    background: #19314e;
    position: relative;
    margin-top: 150px;
    color: #fff;
    padding-bottom: 100px;
}

.sec_2 ul li {
    height: 115px;
    border-bottom: 1px solid #b4d7a6;
    display: grid;
    align-items: center;
}

.simple_box {
    padding-right: 0;
    border-top: 5px solid transparent;
}

.simple_box ul li p {
    padding-left: 30px;
}

.green_box {
    margin-top: -90px;
    text-align: center;
    padding-left: 0px;
}

.green_box .def_btn {
    max-width: 250px;
    margin: 0 auto;
}

.gray_box {
    margin-top: -90px;
    text-align: center;
    padding-left: 0px;
}

.green_box ul {
    padding-left: 0;
    list-style: none;
    color: #fff;
    background: #5faa41;
    text-align: center;
    padding-top: 20px;
    border-top: 5px solid #4f9633;
    margin-top: 70px;
    position: relative;
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
}

.green_box ul::after {
    content: '';
    position: absolute;
    bottom: -19px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #5faa41 transparent transparent transparent;
    line-height: 0px;
    _border-color: #5faa41 #000000 #000000 #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}

.gray_box ul {
    padding-left: 0;
    list-style: none;
    color: #888a8b;
    background: #eceff2;
    text-align: center;
    border-top: 5px solid #eceff2;
    padding-top: 20px;
    margin-top: 70px;
}

.gray_box ul li {
    height: 115px;
    border-bottom: 1px solid #828385;
    display: grid;
    align-items: center;
}

.sec_2 ul li:last-child {
    border-bottom: none;
}

.box_company_logo {
    height: 70px;
    max-width: 290px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.box_company_logo img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.sec_2 ul li p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
}

.winner {
    background: #fff;
    padding: 100px 30px 50px;
    margin-top: -50px;
    color: #252525;
    font-size: 18px;
}

.winner img {
    max-height: 70px;
}

.winner h4 {
    font-weight: normal;
    font-size: 28px;
    color: #093469;
    margin-top: 20px;
    margin-bottom: 20px;
}

.winner .def_btn {
    margin-top: 20px;
}

.testimonial {
    background: url(../img/testimonial_bg.jpg) no-repeat center center;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-size: cover;
}

blockquote {
    border-left: 0;
    margin: 0 auto;
    font-style: italic;
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
}

.testimonial h2 {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 40px;
}

blockquote::before {
    content: '';
    position: absolute;
    top: -40px;
    background: url(../img/quot_icon.png) no-repeat;
    left: -40px;
    width: 44px;
    height: 35px;
}

.testimonial h6 {
    color: #ff9031;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

section.blog_post {
    padding: 80px 0;
}

section.blog_post .subheading_text {
    margin-top: 30px;
    font-size: 21px;
    margin-bottom: 30px;
}

section.blog_post figure {
    margin: 0;
    max-width: 277px;
    width: 100%;
    height: 209px;
    overflow: hidden;
    display: grid;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

section.blog_post h4 {
    color: #093469;
    font-size: 21px;
    margin-bottom: 20px;
}

div.post_text {
    font-size: 16px;
    height: 155px;
    overflow: hidden;
}

section.blog_post a {
    color: #5faa41;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

section.blog_post a i {
    color: #5faa41;
    font-size: 14px;
    margin-left: 5px;
}

.article_btn {
    background: #5faa41;
    color: #fff !important;
    margin-top: 50px;
    cursor: pointer;
}
/* Footer Styles */

footer {
    margin-top: 50px;
    padding: 20px 0;
    background: #232835;
    color: #fff;
}

.footer_links {
    list-style: none;
    text-align: right;
    padding-left: 0;
    padding-top: 10px;
}

.footer_links li {
    display: inline;
}

.footer_links li a {
    padding: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.bottom-footer {
    margin-top: 80px;
    font-size: 12px;
}

.bottom-footer a {
    color: #fff;
}

.bottom-footer p {
    color: #fff;
    font-size: 10px;
}

.desktop-hide {
    display: none;
}
/* Responsive Styles */

@media(max-width:1024px) {
    section.blog_post figure img {
        max-width: 100%;
    }
    .heading_img {
        width: 100%;
        margin-bottom: 30px;
    }
    blockquote::before {
        left: -20px;
    }
    section.blog_post figure {
        height: 190px;
        margin-bottom: 0;
    }
}

@media(max-width:1000px) {
    .flex_display {
        display: block;
        align-items: center;
    }
    .container {
        max-width: 95% !important;
        width: 100% !important;
    }
    .defbtn-container {
        text-align: center;
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media(max-width:991px) {
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }
    .hero_banner {
        text-align: center;
    }
    .header_logo {
        margin-top: 30px;
    }
    a.navbar-brand {
        max-width: 300px;
        padding-top: 20px;
    }
    .heading_img {
        width: auto;
        margin-bottom: 0px;
    }
    .sec_2 {
        margin-top: 50px;
        color: #fff;
        padding-bottom: 50px;
    }
    .simple_box {
        padding-right: 15px;
        text-align: center;
    }
    .simple_box ul {
        padding-left: 0;
    }
    .simple_box ul li p {
        padding-left: 0;
    }
    .green_box {
        margin-top: 0;
        padding-left: 15px;
    }
    .box_company_logo {
        position: relative;
        bottom: 0;
        background: #fff;
        max-width: 100%;
    }
    .green_box ul {
        margin-top: 0;
    }
    .gray_box ul {
        margin-top: 0;
    }
    .gray_box {
        margin-top: 40px;
        text-align: center;
        padding-left: 15px;
    }
    .winner {
        margin-top: 50px;
        padding: 50px 15px 50px
    }
    .winner .blue_heading {
        margin-bottom: 30px;
    }
    blockquote::before {
        left: 0;
    }
    section.blog_post {
        text-align: center;
    }
    section.blog_post .col-md-3 {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    section.blog_post figure {
        height: 190px;
        margin: 0 auto;
    }
    .article_btn {
        margin-top: 0;
    }
    footer {
        text-align: center;
    }
    .footer_links {
        text-align: center;
        padding-top: 30px;
    }
    .bottom-footer {
        margin-top: 20px;
    }
    .mobile-hide {
        display: none;
    }
    .desktop-hide {
        display: block;
        font-weight: bold;
    }
}

@media(max-width:767px) {
    .navbar-toggle {
        border: 1px solid #fff;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    a.navbar-brand {
        max-width: 250px;
        padding-top: 12px;
    }
    .hero_banner h1 {
        font-size: 28px;
        margin-bottom: 50px;
    }
    .navbar-fixed-top .navbar-collapse {
        background: #19314e;
    }
    .blue_heading {
        font-size: 34px;
    }
    .hero_banner {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 50px;
    }
    section.blog_post {
        padding-bottom: 0;
    }
    .footer_links li a {
        padding: 5px;
    }
    .testimonial h2 {
        font-weight: 500;
        font-size: 32px;
        margin-bottom: 50px;
    }
    .testimonial {
        padding: 50px 0;
    }
    blockquote {
        font-size: 22px;
        padding-left: 0;
        padding-right: 0;
    }
}
