@font-face {
    font-family: Poppins;
    src: url(../../../fonts/Poppins/Poppins-Light.otf) format('opentype');
    font-weight: lighter;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url(../../../fonts/Poppins/Poppins-Regular.otf) format('opentype');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url(../../../fonts/Poppins/Poppins-Bold.otf) format('opentype');
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url(../../../fonts/Poppins/Poppins-Black.otf) format('opentype');
    font-weight: 1000;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins' !important;
    overflow-x: hidden !important;
}
body.noscroll {
    position: fixed;
    overflow: hidden !important;
}

h1 {
    font-size: calc(18px + 1.5vw);
}

h2 {
    font-size: calc(16px + 1.25vw);
}

h3 {
    font-size: calc(14px + 1vw);
}

h4 {
    font-size: calc(12px + .9vw);
}

h5 {
    font-size: calc(12px + .7vw);
}

label {
    font-size: calc(12px + .7vw);
}

p, li {
    font-size: calc(10px + .5vw);
}

a {
    text-decoration: none !important;
    font-size: calc(8px + .75vw);
    color: rgb(0, 142, 214);
}
a:hover {
    color: rgb(1, 34, 101);
}

.custom-text-white {
    color: rgba(255, 255, 255, 0.5) !important;
}
.custom-text-white:hover {
    color: rgba(255,255,255, .75) !important;
}
.custom-text-white.active {
    color: rgba(255,255,255, 1) !important;
}
.custom-text-white-yellow {
    color: white !important;
}
.custom-text-white-yellow:hover {
    color: rgb(255, 242, 0) !important;
}
.custom-text-white-lightblue {
    color: white !important;
}
.custom-text-white-lightblue:hover {
    color: rgb(0, 142, 214) !important;
}
.custom-text-white-darkblue {
    color: white !important;
}
.custom-text-white-darkblue:hover {
    color: rgb(1, 34, 101) !important;
}

.form-control {
    font-size: calc(10px + .7vw) !important;
}

.text-white {
    color: white;
}
.text-black {
    color: black;
}

.custom-text-red {
    color: #dc3545 !important;
}
.custom-text-gray {
    color: #807e7e !important;
}
.custom-text-1 {
    color: rgb(255, 242, 0) !important;
}
.custom-text-2 {
    color: rgb(193, 39, 45) !important;
}
.custom-text-3 {
    color: rgb(0, 142, 214) !important;
}
.custom-text-4 {
    color: rgb(1, 34, 101) !important;
}
.custom-text-44{
    color: rgb(15, 54, 133) !important;
}
.custom-text-5 {
    color: rgb(204, 204, 204) !important;
}
.custom-text-6 {
    color: rgb(128, 128, 128) !important;
}

.bg-white {
    background-color: white;
}
.bg-black {
    background-color: black;
}
.custom-bg-gray {
    background-color: #807e7e !important;
}
.custom-bg-1 {
    background-color: rgb(255, 242, 0) !important;
}
.custom-bg-2 {
    background-color: rgb(193, 39, 45) !important;
}
.custom-bg-3 {
    background-color: rgb(0, 142, 214) !important;
}
.custom-bg-4 {
    background-color: rgb(1, 34, 101) !important;
}
.custom-bg-44{
    background-color: rgb(15, 54, 133) !important;
}
.custom-bg-5 {
    background-color: rgb(204, 204, 204) !important;
}
.custom-bg-55 {
    background-color: rgb(226, 226, 226) !important;
}
.custom-bg-6 {
    background-color: rgb(128, 128, 128) !important;
}
.custom-bg-orange {
    background-color: #f8770e !important;
}
.custom-bg-green {
    background-color: #48ad53 !important;
}
.custom-pills {
    text-align: center;
    padding: .25rem 2rem;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.custom-btn {
    color: rgb(1,34,101) !important;
    background-color: rgb(255, 242, 0) !important;
    padding: .25rem 1.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.custom-btn-fixedpadding {
    padding: .25rem 2rem !important;
}
.custom-btn:hover {
    background-color: rgb(1,34,101) !important;
    color: white !important;
}
.custom-btn.disabled {
    background-color: rgb(1,34,101) !important;
    color: white !important;
    opacity: .5 !important;
}
.custom-btn.hover-border:hover {
    border: 1px solid white !important;
    background: transparent !important;
}

.custom-btn-alt {
    background-color: white !important;
    color: rgb(1,34,101) !important;
    padding: 0 2.25rem !important;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
}
.custom-btn-alt:hover {
    background-color: rgb(255, 242, 0) !important;
}

.custom-btn-alt-2 {
    color: white !important;
    background-color: rgb(1,34,101) !important;
    display: flex !important;
    align-items: center;
}
.custom-btn-alt-2:hover {
    background-color: rgb(255, 242, 0) !important;
    color: rgb(1,34,101) !important;
}

.custom-btn-alt-3 {
    background-color: rgb(0, 142, 214) !important;
    color: white !important;
    padding: 0 2.25rem !important;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
}
.custom-btn-alt-3:hover {
    color: rgb(1,34,101) !important;
    background-color: rgb(255, 242, 0) !important;
}

.custom-input {
    color: rgb(128, 128, 128) !important;
    font-size: calc(8px + .8vw) !important;
    padding: .25rem 2rem;
}
.custom-select, .select2.select2-container .select2-selection--single {
    border: 1px solid #ced4da;
    color: rgb(128, 128, 128) !important;
    font-size: calc(8px + .8vw) !important;
    padding: .25rem 2rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.select2 {
    display: block !important;
    width: 100% !important;
}
.select2.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
    display: flex;
    align-items: center;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: rgb(128, 128, 128) !important;
    padding: 0 !important;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.select2.select2-container .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0px !important;
    right: 15px !important;
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgb(1, 34, 101) !important;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
    color: rgb(128, 128, 128) !important;
}
.select2-container .select2-results__group {
    font-size: calc(10px + .7vw) !important;
}
.select2-container .select2-results__option {
    font-size: calc(10px + .5vw) !important;
}

.list-style-none {
    list-style: none;
}

li ul {
    margin-bottom: .5rem;
}

.t-0 {
    top: 0;
}
.r-0 {
    right: 0;
}
.b-0 {
    bottom: 0;
}
.l-0 {
    left: 0;
}

.font-weight-1000 {
    font-weight: 1000 !important;
}

.fs-inherit {
    font-size: inherit !important;
}

.fs-icon {
    font-size: 1.75rem;
}

.color-inherit {
    color: inherit !important;
}

.line-height-0 {
    line-height: 0 !important;
}
.line-height-1 {
    line-height: 1 !important;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-grab {
    cursor: grab;
}

.mw-50px {
    width: 100%;
    max-width: 50px;
}
.mw-75px {
    width: 100%;
    max-width: 75px;
}
.mw-100px {
    width: 100%;
    max-width: 100px;
}
.mw-125px {
    width: 100%;
    max-width: 125px;
}
.mw-150px {
    width: 100%;
    max-width: 150px;
}
.mw-175px {
    width: 100%;
    max-width: 175px;
}
.mw-200px {
    width: 100%;
    max-width: 200px;
}
.mw-250px {
    width: 100%;
    max-width: 250px;
}
.mw-300px {
    width: 100%;
    max-width: 300px;
}
.mw-350px {
    width: 100%;
    max-width: 350px;
}
.mw-400px {
    width: 100%;
    max-width: 400px;
}

.opacity-75 {
    opacity: .75;
}

.banner {
    position: relative;
}

.banner .background {
    background-repeat: no-repeat;
    object-fit: cover !important;
    width: 100%;
    min-height: 350px;
    max-height: 100vh;
}
.banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
}
.handle-overflow {
    overflow-x: scroll;
    overflow-y: hidden;
}
.handle-overflow::-webkit-scrollbar {
    display: none;
}

.calculator {
    background-color: white;
    padding: 2rem 3rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    position: relative;
}
.calculator hr {
    border-top: 3px solid rgb(1,34,101) !important;
}
hr.customed {
    border-top: 3px solid rgb(1,34,101) !important;
}
.d-none-customed {
    display: none;
}

.border-left {
    border-left: 5px solid rgb(1, 34, 101) !important;
}

.border-left-alt {
    border-left: 5px solid white !important;
}

.rounded-custom {
    border-radius: 1rem;
}
.shadow-custom {
    box-shadow: 0 0 .7rem rgba(0,0,0,.3)!important;
}
.shadow-custom:hover {
    box-shadow: 0 0 2rem rgba(0,0,0,.3)!important;
}

.zoom-hover {
    transition: all .1s ease-in-out;
}
.zoom-hover:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
.zoom-hover-sm {
    transition: all .1s ease-in-out;
}
.zoom-hover-sm:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
}
.zoom-hover-xs {
    transition: all .1s ease-in-out;
}
.zoom-hover-xs:hover {
    -ms-transform: scale(1.025); /* IE 9 */
    -webkit-transform: scale(1.025); /* Safari 3-8 */
    transform: scale(1.025);
}

.box {
    background-color: white;
    padding: 2rem 3rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.spinner-border.customed {
    width: 1.35rem;
    height: 1.35rem;
}

.custom-text-highlight {
    display: inline-block;
    color: white !important;
    background-color: rgb(1, 34, 101) !important;
}

.custom-text-highlight-alt {
    display: inline-block;
    color: white !important;
    background-color: rgb(193, 39, 45) !important;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

body::-webkit-scrollbar, 
.select2-container .select2-results>.select2-results__options::-webkit-scrollbar {
    background-color:#fff;
    width:16px;
}
body::-webkit-scrollbar-track, 
.select2-container .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color:#fff;
}
body::-webkit-scrollbar-track:hover, 
.select2-container .select2-results>.select2-results__options::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4;
}
body::-webkit-scrollbar-thumb, 
.select2-container .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
body::-webkit-scrollbar-thumb:hover, 
.select2-container .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4;
}
body::-webkit-scrollbar-button, 
.select2-container .select2-results>.select2-results__options::-webkit-scrollbar-button {
    display:none;
}

textarea::-webkit-scrollbar {
    background-color: transparent;
    width:16px;
}
textarea::-webkit-scrollbar-track {
    background-color: transparent;
}
textarea::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
textarea::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4;
}
textarea::-webkit-scrollbar-button {
    display:none;
}

.swiper-container-overflow {
    overflow: visible !important;
}

.custom-line-left-right {
	text-shadow: 0 0 10px rgba(0,0,0,0);
	overflow: hidden;
}

.custom-line-left-right:before,
.custom-line-left-right:after {
	background-color: rgb(204, 204, 204);
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 40%;
}

.custom-line-left-right:before {
	right: 1em;
	margin-left: -50%;
}

.custom-line-left-right:after {
	left: 1em;
	margin-right: -50%;
}



.custom-line-right {
	text-shadow: 0 0 10px rgba(0,0,0,0);
	overflow: hidden;
}

.custom-line-right:after {
	background-color: rgb(204, 204, 204);
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 80%;
}

.custom-line-right:after {
	left: 1em;
	margin-right: -50%;
}

.silhouette-background {
    background-image: url('../../../images/logo/natindocargo-white-square-notext.png'); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center
}
.background-overlay-main {
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center
}
.background-overlay-blue {
    background-color: rgba(1, 34, 101, 0.9);
}
.background-overlay-red {
    background-color: rgba(161, 30, 46, 0.9)
}

/* Extra small devices (phones, 600px and down) */
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .custom-input, .custom-select, .select2.select2-container .select2-selection--single {
        padding: .25rem .75rem;
    }
    .spinner-border.customed {
        width: 1.05rem;
        height: 1.05rem;
    }
    .select2.select2-container .select2-selection--single .select2-selection__arrow {
        right: 5px !important;
    }
    .swiper-container-sm-overflow {
        overflow: visible !important;
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .spinner-border.customed {
        width: 1.15rem;
        height: 1.15rem;
    } 
    .select2.select2-container .select2-selection--single .select2-selection__arrow {
        right: 10px !important;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .spinner-border.customed {
        width: 1.2rem;
        height: 1.2rem;
    } 
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}  
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/* ========================= Whatsapp Icon ========================= */
#contact-now .contact-whatsapp-container {
    display: inline-block;
    line-height: 0;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.25) !important;
    
    animation: shake_logo 1s;
    animation-iteration-count: infinite;
}
#contact-now .contact-whatsapp-container:hover {
    animation-play-state: paused;
}
#contact-now .contact-whatsapp-container i {
    font-size: 70px;
    color: #25d366;
}
#contact-now .contact-message {
    font-size: 18px;
    color: white;
    position: fixed;
    bottom: 45px;
    right: 85px;
    z-index: 10;

    animation: shake_text 5s;
    animation-iteration-count: infinite;
}
#contact-now .chat-bubble {
    white-space: nowrap;
    color: white;
    padding: 10px 30px !important;
    background: #25d366;
    margin-right: 30px !important;
    border-radius: 9px;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.25) !important;
}
#contact-now .chat-bubble:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 0;
    margin-top: -10px;
}
#contact-now .chat-bubble--right:after {
    content: "";
    right: 0;
    border-left-color: #25d366;
    border-right: 0;
    margin-right: -20px !important;
}

@keyframes shake_logo {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -1px) rotate(-1deg); }
    20% { transform: translate(-2px, 0px) rotate(1deg); }
    30% { transform: translate(2px, 1px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 1px) rotate(-1deg); }
    60% { transform: translate(-2px, 1px) rotate(0deg); }
    70% { transform: translate(2px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 1px) rotate(0deg); }
    100% { transform: translate(1px, -1px) rotate(-1deg); }
}

@keyframes shake_text {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/* Extra small devices (phones, 600px and down) */
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 440px) {
    #contact-now .contact-whatsapp-container {
        bottom: 10px;
        right: 10px !important;
    }
    #contact-now .contact-whatsapp-container i {
        font-size: 50px;
    }
    #contact-now .contact-message {
        font-size: 14px;
        bottom: 35px;
        right: 55px;
    }
    #contact-now .chat-bubble--right:after {
        margin-right: -16px !important;
        top: 1rem !important;
    }
    #contact-now .chat-bubble {
        padding: 10px 20px !important;
    }
    .form-group {
        margin-bottom: 0.5rem !important;
    }
    .box {
        padding: 1.5rem 1.25rem;
    }
}

@media (min-width: 441px) and (max-width: 575px) {
    #contact-now .contact-whatsapp-container {
        bottom: 15px;
        right: 15px;
    }
    #contact-now .contact-whatsapp-container i {
        font-size: 60px;
    }
    #contact-now .contact-message {
        font-size: 16px;
        bottom: 40px;
        right: 72px;
    }
    #contact-now .chat-bubble--right:after {
        margin-right: -18px !important;
    }
    .form-group {
        margin-bottom: 0.5rem !important;
    }
    .box {
        padding: 1.5rem 1.25rem;
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .form-group {
        margin-bottom: 0.75rem !important;
    }
    .box {
        padding: 1.25rem 1.75rem;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}  
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/* ========================= End of Whatsapp Icon ========================= */


/* ========================= Header ========================= */
header {
    position: fixed;
    top: 0;
    transition: all .25s ease-in-out;
    width: 100%;
    z-index: 50;
}
header:hover {
    background-color: rgb(1, 34, 101, .75);
}
header.nav-up {
    top: -150px;
    background-color: rgb(1, 34, 101) !important;
}
header.active {
    background-color: rgb(1, 34, 101) !important;
}

header a {
    font-size: calc(6px + .75vw);
}
header .form-control {
    font-size: calc(9px + .7vw) !important
}
header nav {
    background: transparent;
    transition: background-color .5s ease;
}
header nav .navbar-collapse {
    padding: 0 1.5rem;
}
header nav.navbar img.logo {
    width: 150px;
}
header .navbar .navbar-nav .nav-item {
    padding: 0 .75rem;
    white-space: nowrap;
}
header .navbar .navbar-nav .nav-item a.nav-link {
    padding: .25rem 0;
    text-shadow: 0 0 15px rgba(0,0,0, .2);
    /*text-shadow: 0px 4px 10px rgba(0, 0, 0, .25);*/
}
header .navbar .navbar-nav .nav-item.active a.nav-link {
    border-bottom: 3px solid white;
}
header .navbar .navbar-nav .nav-item a.nav-link.custom-btn {
    padding: 0rem 1.75rem !important;
}
header .overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(1, 34, 101, .98);
    overflow-y: hidden;
    transition: 0.5s;
    animation-direction: reverse;
}
header .overlay img.logo {
    width: 175px;
    margin-bottom: 1.5rem;
}
header .overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
header .overlay a {
    padding: .5rem;
    text-decoration: none;
    font-size: 1.5rem !important;
    color: rgba(255,255,255,.5);
    display: block;
    transition: 0.3s;
}
header .overlay a:hover {
    color: rgba(255,255,255,.75) !important;
}

header .overlay a.active {
    color: white !important;
}
header .overlay .closebtn {
    position: absolute;
    top: 12px;
    right: 30px;
    font-size: 4rem !important;
    line-height: .75 !important;
    z-index: 1;
}
header .overlay .login-box {
    padding: 1rem 0;
}
header .navbar-toggler {
    border: none;
    background: transparent !important;
}
header .navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}
header .navbar-toggler .icon-bar {
    background-color: #fff;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}
header .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
header .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
header .icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all .2s;
}
header .navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}
header .navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}
header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}
header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}
header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}
@media (max-height: 400px) {
    header .overlay img.logo {
        display: none;
    }
    header .overlay a {
        font-size: 1rem !important;
        padding: .25rem;
    }
    header .overlay .closebtn {
        font-size: 3.5rem !important;
    }
}
@media (min-height: 401px) and (max-height: 575px) {
    header .overlay {
        overflow-y: auto;
    }
    header .overlay a {
        font-size: 1rem !important;
        padding: .25rem;
    }
    header .overlay .closebtn {
        font-size: 3.5rem !important;
    }
    header .overlay img.logo {
        width: 125px;
        margin-bottom: .75rem;
    }
}
@media (max-width: 575px) {
    header nav.navbar img.logo {
        width: 185px;
    }
    header .overlay a {
        font-size: 1rem !important;
    }
    header .overlay .closebtn {
        font-size: 3.5rem !important;
    }
    header .overlay img.logo {
        width: 125px;
        margin-bottom: 1rem;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    header nav.navbar img.logo {
        width: 225px;
    }
    header .overlay img.logo {
        width: 150px;
        margin-bottom: 1.25rem;
    }
}
/* ========================= End of Header ========================= */


/* ========================= Footer ========================= */
footer { 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    /*background-attachment: fixed;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;*/
}
footer .logo-container {
    display: flex;
    justify-content: flex-start;
}
footer .overlay {
    background: rgba(1, 34, 101, 0.9);
}
footer .container {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
}
footer hr {
    background-color: white;
    margin: 2rem 0;
}
footer a {
    color: white;
}
footer .a-block a {
    display: block;
    font-weight: lighter;
}
footer p {
    font-weight: lighter;
}
footer .icon-container i.icon {
    font-size: 40px;
}
@media (max-width: 575px) {
    footer .container {
        padding-bottom: 3rem !important;
    }
    footer .logo-container {
        justify-content: center;
    }
    footer .icon-container {
        padding-top: 1.5rem;
    }
    footer .icon-container i.icon {
        font-size: 30px;
    }
    footer hr {
        margin: 1rem 0;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    footer .container {
        padding-bottom: 3.5rem !important;
    }
}

/* ========================= End of Footer ========================= */