/*----additional css for header--*/
#header-wrapper {
    padding: 1rem 0 !important;
}
#branding {
    margin-bottom: 15px;
}
/*----additional css for footer--*/
.visible-mobile, .visible-tablet {
    display: none !important;
}
.bg-darkblue {
    background-color: #002854;
}
.text-white {
    color: #fff !important;
}
.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.px-0{
    padding-left: 0!important;
    padding-right: 0!important;
}
.pt-1, .py-1 {
    padding-top: .25rem !important;
}
.pt-2{
    padding-top: 0.6rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
@media (min-width: 576px){
    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important;
    }
    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }
}
@media (min-width: 768px){
    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }
    .pb-md-3{
        padding-bottom: 1rem !important;
    }
    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }
    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }
    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }
}

@media (min-width: 992px){
    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }
    .ml-md-3{
        margin-left: 1.5em !important;
    }
}
@media (min-width: 576px){
.d-sm-block {
    display: block !important;
}
}
@media (min-width: 768px){
.d-md-inline-block {
    display: inline-block !important;
 }
}
@media (min-width: 576px){
.mt-sm-3, .my-sm-3 {
    margin-top: 1.5rem !important;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
}
}
@media (max-width: 991px){
    .flex-center-sm{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 575px){
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
}
.mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
}
.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
}
}
.footer *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media ( min-width :576px) {
    .container {
        max-width: 540px
    }
}

@media ( min-width :768px) {
    .container {
        max-width: 720px
    }
}

@media ( min-width :992px) {
    .container {
        max-width: 960px
    }
}

@media ( min-width :1200px) {
    .container {
        max-width: 1140px
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media ( min-width :576px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media ( min-width :768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}
@media ( min-width :992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.666667%;
        flex: 0 0 37.666667%;
        max-width: 37.666667%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60.666667%;
        flex: 0 0 60.666667%;
        max-width: 60.666667%;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.primary-menu li a, .nav-link, .nav-item {
    font-size: 1.1rem;
    line-height: 1.5;
}
#custom-footer {
    border-top: none;
}
/* ---- [ footer ] ---- */

#custom-footer {
    background-color: #363636;
}
#custom-footer.blue-bg {
    background-color: #002854;
}
.footer {
    width: 100%;
}

.footer-copyright {
    font-size: 0.9rem;
    font-weight: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #999999;
}
.custom-footer-logo{
}
img.custom-footer-logo {
    max-width: 233px;
    margin-bottom: 1rem;
}

.footer-logos {
    text-align: right;
}
.custom-footer-logo a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
}
@media ( min-width :769px) {
	.custom-footer-logo a{
		-webkit-box-pack: start;
	    -ms-flex-pack: start;
	}
}

.footer-logos img {
    margin-left: 10px;
    margin-bottom: 10px;
    height: 40px;
    width: auto;
}

.footer-logos a:first-child img {
    margin-left: 0;
}

.footer .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer .contact-tel {
    font-size: 1.4rem;
    color: #FFF;
    font-weight: 100;
    border-right: 1px solid #FFF;
    margin-right: 15px;
    padding-right: 15px;
}

.footer .contact-email a {
    font-size: 1.5rem;
    color: #FFF !important;
    font-weight: 100;
    cursor: pointer;
    text-decoration: none;
}

.footer .contact-email a:hover {
    text-decoration: none;
    padding-bottom: 3px;
}

.footer-links .nav {
    /* float: right; */
    padding: 1rem 0;
}

.footer-links .nav-link {
    font-size: 0.9rem;
    font-weight: 100;
    text-decoration: none;
}

.footer-links .nav .nav-item a {
    padding: .5rem 1.3rem .5rem 0;
    font-weight: 500;
    font-size: 1.1rem;
}
.footer-links .nav .nav-item:last-child a {
    padding-right: 0;
}
@media screen and (min-width: 1021px){
    #custom-footer-text {
        width: 1024px;
		margin: 0 auto;
    }
}
@media screen and (max-width: 1199px) and (min-width: 991px){
    .footer-links .nav .nav-item a {
        padding: .5rem 1rem .5rem 0;
        font-size: 1rem;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40.666667%;
        flex: 0 0 40.666667%;
        max-width: 40.666667%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55.666667%;
        flex: 0 0 57.666667%;
        max-width: 57.666667%;
    }
}
@media screen and (max-width: 1020px) and (min-width: 750px){
#custom-footer-text {
    width: 100%;
    margin: 0;
    padding: 0;
}
}
@media only screen and (max-width: 991px){
.footer-links .nav {
    float: none;
}
.footer-copyright {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .footer-copyright.text-white {
        padding-bottom: 1rem;
    }
    .pt-1{
        padding-top: 1rem !important;
    }
    img.custom-footer-logo {
        max-height: 128px;
    }
}

@media screen and (max-width: 749px){
#custom-footer-text {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
}
@media only screen and (max-width: 768px){
	.visible-tablet{
	   display: flex !important;
    }
    .hidden-tablet {
        display: none !important;
    }
}
@media only screen and (max-width: 767px){
    .footer .footer-contact {
        text-align: left;
    }
    .hidden-mobile {
        display: none !important;
    }
    .visible-mobile {
        display: block !important;
    }
    .footer .contact-tel {
        font-size: 1.6rem;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
    .footer-links .nav {
        float: none;
        display: block;
    }
    .footer-links .nav .nav-item {
        display: block;
        padding: 0.2rem 0;
        border-bottom: 2px solid #0040a1;
    }
    .footer-links .nav .nav-link {
        padding: .5rem 0.8rem .5rem 0;
        font-size: 1.3rem;
    }
    .primary-menu li a, .nav-link, .nav-item {
        line-height: 2;
    }
}