/*-- Use For Custom Styling --*/
/* ===================================
Google font
====================================== */
@import url('http://fonts.googleapis.com/css?family=Lato:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,400,500,600,700');
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;display=swap);

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    color: #424242;
}

main{
    margin-top: 16px;
    margin-bottom: 0px;
}

.page-wrapper {
    min-height: 400px;
    height: auto;
}

hr.primary {
    max-width: 80px;
    border: 2px solid #005da8;
}

hr.secondary {
    max-width: 80px;
    border: 2px solid #f29b00;
}

hr.white {
    max-width: 80px;
    border: 2px solid #ffffff;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.margin-10 {
    margin: 10px;
}

section.padding {
    padding-top: 1rem;
    padding-bottom: 2rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

a {
    color: #565656;
    text-decoration: none;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #005da8;
}

p {
    font-size: 13px;
    line-height: 1.5;
}

.head_part {
    margin-top: 10px;
    padding-left: 1em;
    border-left: 6px solid #005da8;
}

h2.heading,
h3.heading {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

p.heading-bottom {
    color: #424242;
    font-weight: 400;
    font-style: oblique;
    font-size: 14px;
}

.head_part_small {
    margin-top: 10px;
    padding-left: 1em;
    border-left: 4px solid #005da8;
}

.head_part_small h6.heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.head_part_small p.heading-bottom {
    color: #424242;
    font-weight: 400;
    font-style: oblique;
    font-size: 12px;
}

h6 {
    font-size: 16px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

/*========================================
Navigation Menu
 =========================================*/
.navbar {
    background-color: #022859;
    min-height: 72px !important;
    border-bottom: 1px solid transparent;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-header .navbar-brand {
    color: #ffffff;
}

.navbar-nav li.nav-item a.nav-link,
.navbar-nav li.nav-item a:focus.nav-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
    margin: 0 15px;
}

.navbar-nav li.nav-item a.active,
.navbar-nav li.nav-item a:hover.nav-link,
.navbar-nav li.nav-item a:focus:hover.nav-link {
    color: #f29b00;
}

@media (min-width: 768px) {
    .navbar {
        background-color: #022859;
    }

    .navbar .nav-title {
        text-transform: uppercase;
    }

    .navbar-nav li.nav-item a.nav-link,
    .navbar-nav li.nav-item a:focus.nav-link {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        padding: 10px 0;
        margin: 0 15px;
    }

    .navbar-nav li.nav-item a.active,
    .navbar-nav li.nav-item a:hover.nav-link,
    .navbar-nav li.nav-item a:focus:hover.nav-link {
        color: #f29b00;
    }

}

/*===============================================
team members
 ============================================== */
.team-member {
    margin-bottom: 20px;
    text-align: center
}

.team-member img {
    width: 160px;
    height: 160px;
    border: 2px solid #eeeeee;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: none
}

.team-member p {
    margin-top: 0
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.service-box {
    border: 0;
}

.service-box img{
    width: 120px;
    height: 120px;
}

.product-box {
    border: 0;
}

/*===============================================
Background colors
===============================================*/
.bg-primary {
    color: #ffffff;
    background-color: #022859 !important;
}

.bg-primary-light {
    color: #ffffff;
    background-color: #005da8;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.bg-black {
    color: #fff;
    background-color: #000000;
}

.bg-light-dark {
    color: #ffffff;
    background-color: #2c3e50;
    ;
}

.bg-white {
    background-color: #ffffff;
}

.bg-grey {
    background-color: #eeeeee;
}

.bg-light-grey {
    background-color: #fafafa;
}

.bg-light-grey-400 {
    background-color: #bdbdbd;
}

.bg-light-grey-300 {
    background-color: #e0e0e0;
}

.bg-light-grey-200 {
    background-color: #eeeeee;
}

.bg-light-grey-100 {
    background-color: #f5f5f5;
}

.bg-light-grey-50 {
    background-color: #fafafa;
}

/*==================================
 Button color
 =================================*/
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: #022859 !important;
    border: 1px solid #022859;
    color: #ffffff;
}

.btn-light-primary,
.btn-light-primary:hover,
.btn-light-primary:active,
.btn-light-primary:visited {
    background-color: #005da8 !important;
    color: #ffffff;
    border: 1px solid #005da8;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited {
    background-color: #f29b00 !important;
    border: 1px solid #f29b00;
    color: #ffffff;
}

/*==================================
 Text color
 =================================*/
.text-primary {
    color: #022859 !important;
}

.text-light-primary {
    color: #005da8 !important;
}

.text-secondary {
    color: #f29b00 !important;
}

/*=====================================
Features icons
==================================== */
.features-icons {
    padding-top: 1rem;
    padding-bottom: 2rem
}

.features-icons i.features-icons-icon {
    height: 5rem;
    font-size: 4.5rem
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}



/*==================================================
Footer
===================================================*/
.footer {
    padding-top: 3rem;
    padding-bottom: 2rem;
    color: #fff
}

.footer ul li a {
    font-size: 14px;
    line-height: 2.0;
    color: #ffffff;
}

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

.copyright {
    padding: 1.0rem;
    color: #ffffff;
}

.copyright p {
    font-size: 13px;
}

.copyright a {
    color: #ffffff;
}