@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,700;1,900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

.social-icons a {
    display: inline-block;
    font-size: 16px;
    height: 35px;
    width: 35px;
    margin-right: 15px;
}

body .social-icons.circle a {
    background-color: #c7262c !important;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

body .social-icons.circle a i {
    color: #fff !important;
}

.social-icons.circle a.facebook {
    background-color: #4867aa !important;
}

.social-icons.circle a.twitter {
    background-color: #55acee!important
}

.social-icons.circle a.linkedin {
    background-color: #c536a4!important;
}

.social-icons.circle a.instagram {
    background-color: #dd4b39!important;
}

.social-icons.circle a:hover {
    background-color: #c7262c !important;
}

.nav-logo {
    width: 40px;
}

.top_bar_wrapper {
    background: #9e0105;
}

.top_bar {
    width: 100%;
    padding: 10px 20px;
    height: auto;
    overflow: hidden;
    display: flex;
}

.left_container {
    flex: 1;
}

.logo_container {
    display: inline-block;
}

.navbar-nav a {
    color: #333333;
    font-weight: 700;
}

.sticky_nav {
    background-color: #fff !important;
    box-shadow: 0px 1px 6px 0px #666;
    position: fixed!important;
    width: 100%;
    left: 0;
    top: 0px;
    /* height: 60px; */
    z-index: 701;
    background: #fff;
    opacity: .97;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
}

.sticky_nav li a {
    color: #2c2734 !important;
}

.navbar-collapse {
    justify-content: right;
}

button[type=submit] {
    background-color: transparent;
    color: #000;
    border: none;
}

ul.list-link {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0rem;
    display: inline-flex;
    padding-top: 5px;
}

.list-link li {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-right: 15px;
}

.list-link a {
    color: #fff;
    text-decoration: none;
}

.pad-60 {
    padding: 60px 0 0;
}

.main-footer.footer {
    background: #9e0105;
}

.footer_title {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer a {
    color: inherit;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer a:hover {
    color: #fff;
}

.address_info {
    display: inline-flex;
}

.list-style-two .fa {
    margin-right: 10px;
}

ul.list-style-two,
.list-link {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.list-style-two li {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

ul.widget-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.widget-list a:hover {
    color: #fff;
    margin-left: 8px;
}

.widget-list li {
    margin-bottom: 15px;
}

.widget-list li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.widget-list:not(.no-arrow) li a:before {
    position: absolute;
    content: "\f105";
    left: 0px;
    top: -3px;
    font-family: "FontAwesome";
}

.social-icons {
    list-style: none;
    display: flex;
}

.social-icons li {
    margin-left: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0;
    font-size: 12px !important;
}

.footer-bottom a {
    color: #f5c33c;
}

.footer-bottom p a {
    text-decoration: none;
}

.copyright_txt {
    display: inline-block;
    color: #fff;
}

.footer-menu {
    list-style: none;
    float: right;
    color: #fff;
    padding: 0;
    margin: 0 0 1.5rem;
    /* display: inline-flex; */
}

.list-link .icon-list-text {
    margin-left: 5px;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#navbarScroll {
    flex-grow: initial;
}

.social-icons>a:last-child {
    margin-right: 0px;
}

li.nav-item {
    padding: 10px 10px;
}

li.nav-item i {
    vertical-align: bottom;
}

.search-form {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.search-form.visually-hidden {
    opacity: 0;
    transition-delay: 0.5s;
}

.search-form .btn.btn-custom {
    background: #9e0105;
    border: 1px solid #9e0105;
    color: #fff;
    border-radius: 0px;
    padding: 5px 20px;
}

.search-form .btn.btn-custom:hover {
    background: #fff;
    color: #9e0105;
    border: 1px solid #9e0105;
    border-radius: 0px;
    padding: 5px 20px;
}

.search-form input.form-control {
    border-radius: 0px;
}

.nav-item.search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.nav-item.search-icon .icon-wrapper:hover {
    color: #fff;
    background: #ae0105;
}

.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.form-open .icon-wrapper {
    color: #fff;
    background: #ae0105;
}

input.form-control:focus,
input.form-control:active {
    border-color: #ae0105;
}

footer .icon-list-text {
    margin-left: 5px;
}

.sub-menu-indicator {
    display: none;
}

.footer-icon i {
    font-size: 40px;
    color: #fff
}

.footer-bottom .copyright_txt,
.footer-bottom .footer-menu {
    margin-bottom: 0px !important;
}

.footer-bottom {
    background-color: #272727;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    header .navbar-nav {
        min-height: 350px;
    }
    header li.nav-item {
        padding: 10px 10px;
        border-top: 1px solid #ae0108;
    }
    header li.nav-item:last-child {
        border-bottom: 1px solid #ae0108;
    }
    header .nav-item.search-icon {
        justify-content: flex-start;
    }
    .navbar-toggler {
        border-color: #ae0108;
        border-radius: 0px;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ae0108' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler.btn-clicked {
        background-color: #ae0108;
    }
    .navbar-toggler.btn-clicked .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .top_bar {
        flex-wrap: wrap;
    }
    header .list-link {
        flex-wrap: wrap;
    }
    header .list-link li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    header .right_container {
        padding: 10px 0px;
    }
    footer .widget-list.no-arrow li a {
        padding-left: 0;
    }
    /*** menu for drop down in mobile*****/
    .sub-menu.dropdown-menu {
        width: 100%;
    }
    .sub-menu.dropdown-menu li .nav-link {
        padding: 10px 15px !important;
        border-bottom: none;
    }
    .dropdown-menu .nav-link {
        background-color: #c7ba244d;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .sub-menu-indicator {
        display: block;
    }
    .menu-item-has-children {
        display: flex;
        flex-wrap: wrap;
    }
    .dropdown-toggle.nav-link {
        order: 1;
        flex-basis: 90%;
    }
    .sub-menu-indicator {
        order: 2;
        background: #ae0108;
        flex-basis: 10%;
        text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sub-menu.dropdown-menu {
        order: 3;
        flex-basis: 100%;
    }
    .sub-menu-indicator .fa {
        font-size: 18px;
        color: #fff;
    }
    header .navbar-nav .menu-item a.dropdown-toggle.nav-link {
        padding-bottom: 0px !important;
    }
    .sub-menu {
        display: none !important;
    }
    .show_sub {
        display: block !important;
    }
    .dropdown-menu.show_sub {
        border: none;
    }
}

@media screen and (min-width: 768px) {
    .dropdown-menu .nav-item {
        padding: 0;
    }
    .dropdown-hover:hover .dropdown-menu {
        display: block;
        border-radius: 0;
    }
    .dropdown-hover .dropdown-menu .nav-item:hover {
        background: #ae0108;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .dropdown-hover .dropdown-menu .nav-item:hover a {
        color: #fff;
    }
}