body, html {
    scroll-behavior: smooth;
    background-color: #F5F8FE;
    overflow-x: hidden;
}
header nav {
    background: #FFFFFF;    
}
header .nav-item a {
    color: #66667C;
    font-size: 18px;
    line-height: 35px;
    font-family: Poppins-SemiBold;
    padding: 0 !important;
    margin-right: 50px;
    position: relative;
}
header .nav-item:not(.btn) a:before {
    content: '';
	position: absolute;
	left: 0; 
    bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #003184;
    transition: width 0.35s;
    width: 0;
}
header > .navbar {
    min-height: 98px;
}
header .navbar {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    background-color: #FFFFFF;
}
header .nav-item:not(.btn):hover a:before,
header .nav-item:not(.btn):focus a:before,
header .nav-item.active a:before {
    width: 100%;
}
header .nav-item.btn {
    background: #003184;
    border-radius: 10px;
    padding: 8px 24px;
    transition: all 0.3s;
}
header .nav-item.btn:hover,
header .nav-item.btn:focus {
    background-color: #66667C;
}
header .nav-item.btn .nav-link {
    color: #FFFFFF;
    margin: 0;
}
footer {
    background-color: #020226;
    padding-top: 130px;
    padding-bottom: 40px;
}
footer * {
    color: #FFFFFF;
}
footer .footer-heading {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 16px;
    line-height: 35px;
    text-transform: uppercase;
}
footer .footer-details {
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 32px;
}
footer .footer-address {
    margin-top: 30px;
    margin-bottom: 30px;
}
footer .main-links a {
    position: relative;
    text-decoration: none;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 53px;
}
footer .main-links a:before {
    content: '';
	position: absolute;
	left: 0; 
    bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
    transition: width 0.35s;
    width: 0;
}
footer .main-links a:hover,
footer .main-links a:focus {
    text-decoration: none;
    color: #FFFFFF;
}
footer .col-lg-8 a, footer .col-lg-8 a:focus,
footer .col-lg-8 a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
footer .main-links a:hover:before,
footer .main-links a:focus:before {
    width: 100%;
}
footer .row .row {
    margin-top: 70px;
}
footer .col-lg-8 {
    position: relative;
}
footer .col-lg-8:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #FFFFFF;
    top: 0;
    left: -1%;
}
.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
}
@media only screen and (max-width: 1199px) {
    .main > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
    }
    .desktop {
        display: none;
    }
    footer a {
        width: 100%;
        margin-right: 0;
    }
    header .mobile-friendly .nav-item.btn {
        max-width: 400px;
        margin-top: 18px;
    }
    header .close-container {
        justify-content: flex-end !important;
    }
    header .nav-item a {
        margin-right: 0;
    }
    header .nav-item a {
        font-size: 16px;
    }
    header li.nav-item:not(.btn) {        
        min-height: 60px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;             
    }
    header li.nav-item a, header li.nav-item.btn {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100%;
        height: 100%;
    }
    header .nav-item.btn {
        background: transparent;
    }
    header .nav-item.btn a {
        background: #003184;
        border-radius: 10px;
    }
    header li.nav-item.active, header li.nav-item:hover, heder li.nav-item:focus {
        background-color: rgba(0, 49, 132, 0.13);
    }
    header li.nav-item:not(.btn):not(:nth-child(5)) {
        border-bottom: 1px solid #808b80;  
    }
    header .nav-item:not(.btn) a:before {
        display: none;
    }
    .navbar-nav {
        width: 100%;
        margin-top: 24px;
    }
    header .nav-item.btn {
        padding: 0;
        max-width: 412px;
        margin: 0 auto;
        width: 100%;
    }
    header .nav-item.btn a {
        padding: 8px !important;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .mobile {
        display: none;
    }
}


.heading-container.inner-container {
    left: 8%;
    top: 50%;
}
header .header-container {
    background: #FFFFFF;
    min-height: 72px;
    padding-bottom: 16px;
    padding-top: 18px;
    z-index: 9;
}
header .header-container:after {
    border-top: 0.5px solid #FFFFFF;
    content: "";
    display: block;
    margin-top: 16px;
    position: absolute;
    width: 100%;
}
header .menu {
    -webkit-box-shadow: 0 0 0 0 #F5F8FE, 0 0 0 0 #F5F8FE;
    -webkit-transition: .3s ease-in-out;
    background: #F5F8FE;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 0 0 #F5F8FE, 0 0 0 0 #F5F8FE;
    cursor: pointer;
    height: 68px;
    right: 0;
    top: -100px;
    transition: .3s ease-in-out;
    width: 200px;
}

header .header-input {    
    right: 0;
    top: 0;
    visibility: hidden;   
    width: 104px;
}

header .hamburger {
    -webkit-transform-origin: center;
    -webkit-transition: .5s ease-in-out;
    background: #020226;
    height: 2px;
    top: 150px;
    transform-origin: center;
    transition: .3s ease-in-out;
    width: 32px;
    right: 15px;
}

header .hamburger:after,
header .hamburger:before {
    -webkit-transition: .5s ease-in-out;
    background: #020226;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: .5s ease-in-out;
    width: 100%;
}

header .hamburger:before {
    top: -5px;
}

header .hamburger:after {
    bottom: -5px;
}
header .menu-container {
    cursor: pointer;
    height: 32px;
    margin: 0;
    width: 32px;
}
header .menu-container input:checked+.menu {
    -webkit-box-shadow: 0 0 0 100vw #F5F8FE, 0 0 0 120vh #F5F8FE;
    border-radius: 0;
    box-shadow: 0 0 0 100vw #F5F8FE, 0 0 0 120vh #F5F8FE;
    z-index: -1;
}

header .menu-container input:checked+.menu .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

header .menu-container input:checked+.menu .hamburger:after {
    -webkit-transform: rotate(90deg);
    bottom: 0;
    transform: rotate(90deg);
}

header .menu-container input:checked+.menu .hamburger:before {
    -webkit-transform: rotate(90deg);
    top: 0;
    transform: rotate(90deg);
}

header .menu-container input:checked+.menu+ul {
    opacity: 1;
    visibility: visible;
}

header .menu-container ul {
    -webkit-transition: .25s 0s ease-in-out;
    left: 0;
    opacity: 0;
    top: 126px;
    transition: .25s 0s ease-in-out;
    visibility: hidden;
    min-width: 320px;
    width: 100%;
}
header .logo {
    z-index: 9;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}