@charset "UTF-8";

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.dropdown-toggle-arrow,
.dropdown-submenu-toggle.icon-left::before,
.dropdown-submenu-toggle::after,
.dropdown-toggle::after {
    display: inline-block;
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    font-size: inherit;
    margin: 0;
    border: none;
    vertical-align: inherit;
    /* color: #8db3d3; */
    width: 1.28571429em;
}

.dropdown-toggle::after {
    content: "";
    width: auto;
    padding-left: 0.2rem;
}

.dropdown-submenu-toggle::after {
    text-align: center;
    content: "";
}

.dropdown-submenu-toggle.icon-left::after {
    content: "";
}

.dropdown-submenu-toggle.icon-left::before {
    text-align: center;
    content: "";
}

.dropdown-item {
    font-size: x-large;
}

.dropdown-submenu {
    position: relative;
    font-size: x-large;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu .dropdown-menu-right {
    left: auto;
    right: 100%;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #0E3892;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

.icons {
    display: inline-flex;
    margin-left: auto;
}

.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}

.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}

.navbar-brand {
    position: absolute;
    top: 0;
    margin-top: 4px;
    left: 47%;
    /* text-align: center; */
    /* margin: auto; */
    /* font-size: 36px; */
    font-size: 2.2rem;
    color: #fff;
    font-weight: 700;
}

@media only screen and (max-width: 990px) {
    .navbar-brand {
        left: 43%;
    }
}



.nav-link {
    /* color: #fff !important; */
    /* color: #0E3892 !important; */
}

.nav-img {
    /* background: #2E3092 !important; */
    background: rgb(221, 141, 7);
    background: linear-gradient(90deg, rgba(221, 141, 7, 1) 0%, rgba(255, 183, 52, 1) 43%, rgba(221, 141, 7, 1) 100%) !important;
    color: #333 !important;
    min-height: 70px;
}

.nav-img-footer {
    /* background: #2E3092 !important; */
    background: rgb(221, 141, 7);
    background: linear-gradient(90deg, rgba(221, 141, 7, 1) 0%, rgba(255, 183, 52, 1) 43%, rgba(221, 141, 7, 1) 100%) !important;
    /* color: #fff !important; */
    color: #0E3892 !important;
    min-height: 50px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.radio-tile-group .input-container {
    position: relative;
    height: 7rem;
    width: 7rem;
    margin: 0.5rem;
}

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #0E3892;
    border-radius: 5px;
    padding: 1rem;
    transition: transform 300ms ease;
}

.radio-tile-group .input-container .icon svg {
    fill: #0E3892;
    width: 3rem;
    height: 3rem;
}

.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0E3892;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile {
    background-color: #0E3892;
    border: 2px solid #0E3892;
    color: white;
    transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .icon svg {
    fill: white;
    background-color: #0E3892;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
    color: white;
    background-color: #0E3892;
}

.bg-img {
    /* background: #2E3092 !important; */
    /* color: #fff !important; */
    background: rgb(221, 141, 7);
    background: linear-gradient(90deg, rgba(221, 141, 7, 1) 0%, rgba(255, 183, 52, 1) 43%, rgba(221, 141, 7, 1) 100%);
    color: #2E3092 !important;
}

.text-img {
    color: #2E3091;
}

.auto-benefit>li {
    margin-bottom: 20px;
    color: #444;
}

.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

/*footer*/
/*footer*/
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    /* background-color: #263238; */
    background-color: #0E3892;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #CCC;
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #CCC;
    border: 1px solid #CCC;
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.social_header_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

.social_header_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.social_header_ul li a {
    color: #CCC;
    border: 1px solid #CCC;
    padding: 8px;
    border-radius: 50%;
}

.social_header_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.carousel {
    margin-bottom: 2rem;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

@media only screen and (max-width: 600px) {
    .carousel-caption {
        top: 0rem;
    }
}

.carousel-item {
    max-height: 32rem;
    /* min-height: 18rem; */
}

/* .carousel-item>img {
    position: absolute;
    right: 0;
    bottom: 0;
} */

.carousel-item img {
    width: 100%;
    /* height: 100%; */
}

.text-shadow {
    /* text-shadow: 2px 2px 8px black; */
    /* text-shadow: 0 0 3px black; */
    text-shadow: 0 0 3px black;
}

.div-quote {
    max-width: 600px;
    margin: auto;
}

.btn-primary {
    background-color: #0E3892 !important;
    border-color: #0E3892 !important;
}

.text-blue {
    color: #0E3892;
}

.text-blue a {
    color: #0E3892;
}

/* .row {
    --bs-gutter-x: 0rem;
} */

.homebtns a:link {
    text-decoration: none;
    color: inherit;
}


.homebtns a:visited {
    text-decoration: none;
    color: inherit;
}


.homebtns a:hover {
    text-decoration: none;
    color: inherit;
}


.homebtns a:active {
    text-decoration: none;
    color: inherit;
}

.badge-info {
    color: #fff;
    background-color: #16aaff;
}