body{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.top-haeader h3 {
    text-align: center;
    font-size: 15px;
    color: #3e3d3d;
    font-weight: 400;
    padding: 10px 0px;
}

.logo-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.logo a img {
    height: 160px;
    width: 100%;
}
.phone-no a{
    text-decoration: none;
    color: black;
    font-size: 22px;
    font-weight: 600;

}
.phone-no {
    display: flex;
    align-items: center;
}
.phone-no span{
    width: 30px;
    margin-right: 10px;
}
.phone-no:hover, a:hover{
    color: #492f92;
    cursor: pointer;
    text-decoration: underline;
}


.navbar {
    background-color: #ee2d24;
}

.nav-link {
    color: #fff !important;
}
.nav-link {
    font-size: 23px !important;
    padding: 15px 15px !important;
    text-decoration: none;
} 
.navbar {
    --bs-navbar-padding-y: 0rem !important;
}
nav a{
    text-decoration: none !important;
}
.nav-link:hover{
    background-color: #492f92;
    color: #fff;
}
.navbar>.container-fluid{
    display: flex;
    align-items: center;
    justify-content: center;

}


.vegasicon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}
.vegasicon span svg {
    width: 20px;
    padding: 2px 2px 2px 2px;
    margin-top: -8px;
}
.vegasicon span svg:hover, .vegasicon a:hover{
    text-decoration: underline;
    cursor: pointer;
}

.vegasicon a{
    font-size: 17px;
    text-decoration: none;
    color: #492f92;
    font-weight: 500;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: calc(var(--bs-gutter-x) * .0) !important;
    padding-left: calc(var(--bs-gutter-x) * .0) !important;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center !important;
}



/* foooter */

.site-footer {
    background-color: #363636;
}
.site-footer .footer-title {
    color: #fff;
    font-size: 1.09375rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
}
.footer-menu .list-container {
    display: flex;
    width: 100%;
}
.footer-menu .list-container .list-group {
    width: 50%;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.site-footer .footer-menu .list-group a.list-group-item {
    background-color: transparent;
    padding-left: 0;
    border: none;
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0.5rem;
}
.site-footer .footer-menu .list-group a.list-group-item:hover {
    color: #795ccb;
}
.site-footer .disclaimer {
    color: #6c757d;
    margin-top: 1rem;
    text-align: center;
}
.site-footer .footer-brand a .fa-facebook {
    color: #3b5998;
}
.site-footer .footer-brand a {
    color: #fff;
    font-size: 1.640625rem;
    transition: all .2s ease-in-out;
}
footer .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.svg-inline--fa {
    transition: all .2s ease-in-out;
}
.site-footer .footer-brand a .fa-twitter {
    color: #1da1f2;
}
.site-footer .footer-brand a .fa-instagram {
    color: #e1306c;
}
.site-footer .footer-brand a .fa-rss {
    color: #f2792e;
}
.site-footer .footer-brand a .fa-rss:hover,.site-footer .footer-brand a .fa-instagram:hover,.site-footer .footer-brand a .fa-twitter:hover,.site-footer .footer-brand a .fa-facebook:hover{
    scale: 1.5;
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}
.footer-seals .seal {
    margin-bottom: 1rem;
    max-width: 115px;
}