body {
    background-color: #fff;
    color: #212529;
    font-family: Noto Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.document {
    overflow-x: hidden;
}

.container {
    position: relative;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.topbar {
    background-color: #0a233b !important;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.topbar .nav {
    display: flex;
    justify-content: flex-end !important;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 3%;
}

.topbar .nav-item {
    list-style: none !important;
    color: #fff;
}

    .topbar .nav-item a {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: 0 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 20px;
        text-decoration: none;
    }

.btn-primary {
    background-color: #53b747;
    color: #fff;
}

header {
    background-color: #fff;
}

.main-nav {
    z-index: 1020;
    background-color: #fff !important;
}

    .main-nav .navbar-collapse {
        border-top: none;
        display: block;
        height: auto;
        margin-top: 0;
        max-height: 100%;
        min-width: 260px;
        padding: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        z-index: 5551;
    }

.navigation-container {
    width: 100%;
    display: flex;
    position: relative;
    right: 0;
}

.navbar-brand {
    margin-left: 50px;
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    white-space: nowrap;
}

.main-nav .navbar-brand img {
    max-width: 90px;
}

#myTopnav {
    margin-left: 30%;
    margin-top: 2%;
}

.navigation-container ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: inline-flex;
    /*position: absolute;
    right: 50px;
    top: 75px;*/
    height: auto;
    min-width: 600px;
    /*vertical-align:top;*/
}

    .navigation-container ul li {
        padding: 0px 15px;
        list-style: none;
    }

        .navigation-container ul li a {
            color: #222;
            display: block;
            font-size: 14px;
            font-weight: 700;
            position: relative;
            text-transform: uppercase;
            text-decoration: none;
        }

.slider-caption {
    display: flex;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.caption-content {
    text-align: center;
    width: 100%;
}

    .caption-content h1 {
        color: #fff;
        font-size: 40px;
        line-height: 55px;
    }

.caption-button {
    margin-top: 1rem !important;
    justify-content: space-evenly;
    display: flex;
}

.bg-holder {
    background-image: url("images/bg-slider.png");
}

.caption-button-col {
    display: inline-block;
    border: 1px solid #dedede;
    padding: 0 10px;
}

    .caption-button-col a {
        background-color: transparent;
        color: #fff;
        font-weight: 700;
    }

.section-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 75%;
}

.sectionTitle {
    position: relative;
    padding-bottom: 1rem !important;
    text-align: center;
}

    .sectionTitle h2 {
        color: #222;
        margin: 0;
        padding-bottom: 8px;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 2rem;
        font-family: Noto Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
        font-weight: 400;
        line-height: 1.2;
    }

.heading-v1-title {
    background-color: #fff;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 18px;
    position: relative;
    z-index: 2;
}

.section-heading {
    position: relative;
    text-align: center;
}

    .section-heading::before {
        border-top-style: solid;
        top: 48%;
        border-color: #001f5f;
        border-top-width: 1.2px;
        content: "";
        height: 0;
        left: auto;
        position: absolute;
        right: 0;
        width: 100%;
    }

    .section-heading::after {
        border-top-style: solid;
        top: 58%;
        border-color: #001f5f;
        border-top-width: 1.2px;
        content: "";
        height: 0;
        left: auto;
        position: absolute;
        right: 0;
        width: 100%;
    }

.section-para {
    font-size: 1.25rem;
    font-weight: 300;
    opacity: .7;
    margin-bottom: 2rem;
    margin-top: 0;
}

.feature-icon {
    margin-bottom: 0;
    position: absolute;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    color: #53b747;
    display: inline-block;
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    margin-bottom: 20px;
    text-align: center;
    width: 75px;
}

.feature-details {
    display: inline-block;
    padding-left: 100px;
    text-align: left;
}

    .feature-details h4 {
        color: inherit;
        font-size: 1.5rem;
        font-family: Noto Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 10px;
    }

.feature-para {
    line-height: 26px;
    margin-top: -25px;
    color: #848484;
}

.customer-details {
    background-color: #0a233b !important;
    padding-bottom: 3rem !important;
}

.details-section {
    max-width: 33.3333333333%;
}

.details-icon {
    height: 3rem;
    margin: 0 auto;
    width: 3rem;
}

    .details-icon svg {
        height: 100%;
        width: 100%;
        color: #fff;
    }

.bgimgholder {
    background: #f5f5f5;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #0a233b;
    padding: 50px 25px 50px;
    opacity: 1;
}

    .bgimgholder::before {
        background-color: rgba(10,35,59,.85);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.bgrow {
    max-width: 100%;
    text-align: center;
}

.bgheading {
    color: #fff;
    font-size: 2rem;
    font-family: Noto Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.pagecontent-with-sidebar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pagecontent-inner {
    position: relative;
    width: 100%;
    flex: 60%;
    max-width: 60%;
}

.pagecontent-sidebar {
    flex: 35%;
    max-width: 35%;
    padding-left: 3%;
    position: relative;
    width: 100%;
    word-break: break-word;
}

.alignleft {
    margin-bottom: 0.5rem;
    max-width: 500px;
}

.sidebarhead {
    font-size: 1.75rem;
    color: inherit;
    font-family: Noto Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.h2head {
    font-size: 2rem;
    color: inherit;
    font-family: Noto Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.pagecontent-sidebar a {
    background-color: transparent;
    color: #6c757d;
    text-decoration: none;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

.footer {
    background-color: #0a233b !important;
    padding-top: 3rem !important;
    display: block;
}

.rowfooter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.rowfooterleft {
    position: relative;
    width: 100%;
    flex: 75%;
    max-width: 75%;
    padding-left: 0%;
}

.footersubhead {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    font-family: Noto Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 28%;
}

.rowfooterright {
    flex: 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    word-break: break-word;
}

    .rowfooterright h3 {
        color: #fff;
        font-size: 1.75rem;
        font-family: Noto Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
        font-weight: 400;
        line-height: 1.2;
    }

.list-unstyled {
    margin-top: 25px;
}

    .list-unstyled li {
        color: #fff;
        font-size: 14px;
        margin-top: 15px;
        padding-left: 25px;
        list-style: none;
    }

        .list-unstyled li svg {
            display: inline-block;
            left: 15px;
            margin-top: 4px;
            position: absolute;
            width: 0.875rem;
        }

        .list-unstyled li a {
            color: #fff;
            text-decoration: none;
        }

.btn-social {
    height: 25px;
    width: 25px;
    border-radius: 0;
    color: #fff;
    line-height: 32px;
    padding-left: 5%;
    text-align: center;
    font-size: 14px;
}

.btn-socialnext {
    height: 25px;
    width: 25px;
    border-radius: 0;
    color: #fff;
    line-height: 32px;
    padding-left: 2%;
    text-align: center;
    font-size: 14px;
}

.social-icons {
    margin-bottom: 1.5rem;
}

    .social-icons a {
        display: block;
        float: left;
    }

.btn-social svg path, .btn-socialnext svg path {
    fill: #fff;
}

.sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.footersub {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footersubdiv {
    position: relative;
    width: 100%;
    flex: 40%;
    max-width: 40%;
    padding-left: 20%;
}

.footersubdivright {
    position: relative;
    width: 100%;
    flex: 40%;
    max-width: 40%;
}

.footer-links-row {
    border-bottom: 1px solid #adb5bd;
    border-top: 1px solid #adb5bd;
    margin-top: 1rem;
    margin-left: 5%;
}

.list-inline {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    align-items: stretch;
    display: flex;
    justify-content: space-between;
}

    .list-inline li {
        display: inline-block;
    }

.footer-links-row a {
    padding: 1.5rem 1rem;
    position: relative;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: none;
}

.copyright {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.text-primary {
    color: #53b747 !important;
    text-decoration: none;
}

.copyright p a {
    background-color: transparent;
    color: #6c757d;
    text-decoration: none;
}

.contentdiv {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contentdivleft {
    position: relative;
    width: 100%;
    flex: 40%;
    max-width: 40%;
}

.contentdivright {
    position: relative;
    width: 100%;
    flex: 40%;
    max-width: 40%;
    padding-left: 15%;
    padding-top: 2%;
}

.contentdivp {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
}

.jobh3 {
    font-size: 1.75rem;
    font-family: Noto Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.jobp a {
    background-color: transparent;
    color: #6c757d;
    text-decoration: none;
}

.jobp :hover {
    background-color: transparent;
    color: #53b747;
    text-decoration: none;
}

.pagecontentdiv {
    position: relative;
}

.mswcontentdiv {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.mswcontentdivleft {
    position: relative;
    width: 100%;
    flex: 30%;
    max-width: 30%;
}

.mswcontentdivright {
    position: relative;
    width: 100%;
    flex: 20%;
    max-width: 20%;
    padding-left: 5%;
    padding-top: 2%;
}

.mswcontractdiv {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

.mswcontractdivleft {
    position: relative;
    width: 100%;
    flex: 50%;
    max-width: 50%;
}

.mswcontractdivright {
    position: relative;
    width: 100%;
    flex: 50%;
    max-width: 50%;
}

.mswcontracth3 {
    color: inherit;
    font-size: 1.75rem;
    font-family: Noto Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.mswcontracth2 {
    color: inherit;
    font-size: 2rem;
    font-family: Noto Sans,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.mswcontractdivleft a {
    text-decoration: none;
    color: #6c757d;
}

.mswlist a {
    text-decoration: none;
    color: #6c757d;
}

.footerdevimg {
    padding-left: 15px;
    position: relative;
    width: 100%;
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}

.img-fluid {
    height: auto;
    max-width: 225px;
    max-width: 80% !important;
}

.img-fluidseal {
    height: auto;
    max-width: 100px;
}

.spnstyle {
    font-size: 1rem;
}

.rowfooterleftinnerdiv {
    text-align: left;
    max-width: 58%;
    padding-left: 10%;
}

.rowfooterleftinnerdivimg {
    max-width: 60%;
    height: auto;
}

.footersubheaddiv {
    max-width: 50%;
}

.rowfooterrightdiv {
    width: 100%;
}

.copyrightspan {
    color: #fff !important;
}

.copyrightspanone {
    color: #fff !important;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

#pagecontent {
    margin-top: 3rem;
}

#containerdiv {
    margin: auto;
}


.dropdown {
    position: relative;
}

.main-nav .nav-item .nav-link {
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}

.navbar-toggler.clicked {
    position: fixed;
    right: 160px;
}

.mobile-sticky-header-overlay {
    background-color: hsla(0,0%,7%,.4);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    width: 100%;
}

.main-nav .navbar-collapse.show {
    overflow-y: auto;
    right: 0;
}

.navbar-toggler {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 5550;
}

#closechar {
    display: none;
}

@media (min-width: 992px) {
    .main-nav a img {
        max-height: 75px;
        width: auto;
    }

    .main-nav .nav-item .nav-link {
        font-size: 14px;
        margin: 0 15px;
        padding: 40px 0;
    }

    .main-nav img {
        max-height: 75px;
        width: auto;
    }

    .bg-holder {
        height: 450px;
    }

    .caption-button-col {
        max-width: 33.3333333333%;
    }

    .pagecontentdiv {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .topbar {
        display: none !important;
    }

    #myTopnav {
        display: none;
    }

    #verticalnav {
        display: block;
    }

    .main-nav {
        padding: 0;
        position: relative;
    }

        .main-nav .navbar-collapse {
            border-top: none;
            height: auto;
            min-width: 160px;
            max-width: 160px;
            background: #fff;
            position: fixed !important;
            top: 10px;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            z-index: 5551;
        }

    .navigation-container ul {
        display: block;
        background: #fff;
        z-index: 5551;
        position: relative;
        list-style: none;
        right: 0 !important;
        top: 0 !important;
        min-width: 160px;
        margin-bottom: 0;
        padding-left: 0;
    }

        .navigation-container ul li a {
            color: #222;
            display: block;
            font-size: 14px;
            font-weight: 700;
            position: relative;
            text-transform: uppercase;
            text-decoration: none;
            margin: 10px 0;
        }

    .main-nav .navbar-nav {
        background: transparent;
        padding: 0;
        position: static;
    }

    .main-nav .nav-item .nav-link {
        font-size: 12px;
        margin: 0 10px;
        padding: 20px 0;
    }

    .slider-caption {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bg-image-holder {
        height: 350px;
    }

    .pagecontentdiv {
        max-width: 720px;
    }

    .row {
        margin: 0;
        padding: 0;
        background-color: #fff !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .navbar-toggler .burger-menu {
        background: #53b747;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        position: relative;
        text-align: center;
        width: 40px;
    }

        .navbar-toggler .burger-menu .fa-bars, .navbar-toggler .burger-menu .fa-times {
            height: 30px;
            left: 5px;
            position: absolute;
            top: 5px;
            -webkit-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;
            width: 30px;
        }

    .svg-inline--fa {
        display: inline-block;
        font-size: inherit;
        height: 1em;
        overflow: visible;
        vertical-align: -0.125em;
    }

    .contentdiv {
        display: inline;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .contentdivleft {
        position: relative;
        width: 100%;
        max-width: 40%;
    }

    .contentdivright {
        position: relative;
        width: 100%;
        max-width: 40%;
        padding-left: 3%;
        padding-top: 2%;
    }

    .rowfooterleft {
        position: relative;
        width: 100%;
        flex: 55%;
        max-width: 55%;
        padding-left: 0%;
    }

    .rowfooterright {
        flex: 45%;
        max-width: 45%;
        position: relative;
        width: 100%;
        word-break: break-word;
    }

    .list-inline {
        list-style: none;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0 !important;
        display: block;
    }

    .copyright {
        margin-top: 3rem;
        margin-left: 1rem;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }

    .caption-button-col a {
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }

    .pagecontentdiv {
        max-width: 1140px;
    }

    .navigation-container {
        /* margin-left: 10%; */
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        display: flex;
    }

        .navigation-container ul {
            text-align: center;
            display: flex;
            justify-content: flex-end;
            position: static;
            height: auto;
            min-width: 600px;
            /*vertical-align:top;*/
        }

    #myTopnav {
        margin-left: 48%;
        margin-top: 2%;
    }

    .topbar .nav {
        margin-right: 13%;
    }
}
    @media (max-width: 500px) {
        .pagecontent-inner {
            float: left;
            width: 100%;
            flex: 100%;
            max-width: 100%;
        }

        .pagecontent-sidebar {
            float: left;
            width: 100%;
            flex: 100%;
            max-width: 100%;
        }

        .alignleft {
            margin-bottom: 0.5rem;
            max-width: 400px;
        }
    }

@media (max-width: 1500px) {
    header {
        margin-left: 10%;
    }

    #pagecontent {
        margin-top: 3rem;
        margin-left: 10%;
    }

    .topbar .nav {
        margin-right: 11%;
    }

    #myTopnav {
        margin-left: 25% !important;
        margin-top: 2%;
    }
}

@media (min-width: 1800px) {
    #myTopnav {
        margin-left: 55%;
        margin-top: 2%;
    }

    .topbar .nav {
        margin-right: 8%;
    }
}
