*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a.active,
a:active,
a:visited,
a:focus {
    color: #fefefe;
    text-decoration: none;
}

.footer-top {
    background-color: #eee;
    margin-top: 10px !important;
}

.footer-middle {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
    /* background-color: #ff0000; */
    margin-top: 0px !important;
    /* color: #fff !important; */
}

.footer-bottom {
    background-color: #e61b33;
}


.footer-bottom .inner-content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.footer-top .inner-content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.content {
    margin: 10px 10px 0px 10px;
}

.exo-menu {
    width: 100%;
    float: left;
    /* left: 50%; */
    right: auto;
    /* text-align: center; */
    list-style: none;
    position: relative;
    background: #e61b33;

    /* background: #23364B; */
    /* height: 10px !important; */
}

.exo-menu>li {
    /* display: block; */
    display: inline-block;
    float: left;
    /* overflow-y: scroll !important; */
    /* justify-content: center; */
}

.exo-menu>li>a {
    color: #fff;
    text-decoration: none;
    /* text-transform: uppercase; */
    border-right: 1px #e5e8eb dotted;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    height: 40px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #e61b33;
}

.sub-mega-menu {
    background-color: #cf0812;
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {
    /* background: #009FE1; */
    background: #830110;
    color: #fff;
}

.exo-menu i {
    float: left;
    font-size: 14px;
    margin-right: 6px;
    line-height: 20px !important;
}

.breadcrumbs {
    padding: 10px 0 !important;
    /* margin-right: 20px;
    margin-left: 20px; */
    /* width: 100%; */
    padding-right: var(--bs-gutter-x, .75rem) !important;
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.item-details.section {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.flyout-right>ul,
.flyout-left>ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a,
.flyout-left ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul>li>a,
.flyout-left ul>li>a {
    border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;

}

/* h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 12px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
} */

.flyout-mega ul>li>a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

.flyout-mega ul>li>a:hover,
.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #ccc !important
}

/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;

}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 12px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #c7cbcc;
    padding-top: 15px;
    background-color: #830110
}
@media screen and (max-height: 400px){
    .mega-menu {
        max-height:240px ;
        overflow-y: scroll !important;
    }

}

.mega-menu ul {
    max-height: 130px !important;
    overflow: auto !important;


}

.mega-menu ul li a {
    line-height: 20px;
    font-size: 90%;
    display: block;

}


ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

a.view-more:hover {
    color: #fff;
    background: #0DADEF;
}



/*common*/
.flyout-right ul>li>a,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu {
    background-color: transparent;
    /*#547787;*/
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover+ul,
li.flyout-right a:hover+ul,
.blog-drop-down>a:hover+.Blog,
li.drop-down>a:hover+.drop-down-ul,
.images-drop-down>a:hover+.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover+.flyout-mega-wrap {
    display: block;
}

.mn-sticky {
    /* width: 50%; */
    position: fixed;
    z-index: 99;
    top: 0px;
    /* max-width: 1100px; */
    /* margin-left: auto !important; */
    /* margin: auto !important;
    display:list-item !important; */
    /* padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: 50%; */
    margin-right: 10px !important;
}

.container {
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 2300px !important;
}

.mega-drop-down {
    height: fit-content !important;
}

/*responsive*/
@media (min-width:991px) {

    /* .exo-menu {
        display: none;
    } */
    .exo-menu>li>a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu,
    .flyout-mega-wrap,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: absolute;
        /* width: 75%; */
    }

    .flyout-right>ul {
        left: 100%;
    }

    .flyout-left>ul {
        right: 100%;
    }

    .sticky {
        background-color: transparent !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        top: 20px !important;

    }
}

@media (max-width:991px) {

    .navbar {
        /* background-color: transparent; */
        /* #e61b33*;*/
        /* opacity: 0.5; */
        /* margin-top: 10px !important; */
        background-color: #e61b33;
    }

    .exo-menu {
        /* min-height: 58px; */
        background-color: #e61b33;
        /*#23364B;*/
        width: 100%;
    }

    .exo-menu>li>a {
        width: 100%;
        display: none;

    }

    .exo-menu>li {
        width: 100%;
    }

    .display.exo-menu>li>a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: relative;
        width: 100%;
    }

    .sticky {
        background-color: transparent !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        top: 140px !important;

    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 8px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 8px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(62, 115, 230, 0.5);
        border-radius: 5px;
        border: 1px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #ffffff;
    }

    /* .display.exo-menu {
        position: fixed !important;
       

    } */

}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

/* Floating Contact Us */
.float {
    position: fixed;
    bottom: 92px;
    right: 24px;
    text-align: center;
    z-index: 1000;
}

.float .trigger {
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    background: var(--bs-info);
    /*#b83434;*/
    color: #fff;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    animation: 1.5s linear 0s infinite normal pulse;
    transition: ease-in-out 0.2s;
    cursor: pointer;
}

.float .trigger:hover {
    transform: scale(1.1);
}

.float.open .trigger .bi::before {
    content: "\F62A";
}

.float .trigger .bi::after {
    transition: ease-in-out 1s;
}

.fab.open .trigger i {
    transition: all 0.4s ease;
    transform: translateY(5px) rotate(360deg);
}

.float i {
    font-size: 28px;
    line-height: 40px;
}

.float .actions {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.float.open .actions {
    opacity: 1;
}

.float .p-info {
    position: absolute;
    opacity: 0;
    transition: transform 0.4s ease;
    transition: all 0.4s ease;
    transform: translateY(-156px);
    right: 60px;
    width: 100%;
    height: auto;
}

.float.open .p-info {
    opacity: 1;
    position: absolute;
    transition: transform 0.4s ease;
    transition: all 0.4s ease;
    transform: translateY(-186px);
    right: 60px;
    width: 40px;
    height: 40px;

}

.float .p-phone a {
    position: absolute;
    top: 0;
    /* background:#fff; */
    /*#25d366;*/
    /*var(--bs-warning);*/
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    transition: transform 0.4s ease;
    transform: translateY(50px);
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    right: -58px;
    /* right: -65px; */
    opacity: 0 transition-delay 0.2s;
}

.float.open .p-phone a {
    position: absolute;
    top: 0;
    /* background:#25d366;#fff; */
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    transition: transform 0.4s ease;
    transform: translateY(50px);
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    right: 22 px !important;
    /* 3px ;*/
    /*10px;*/
    /* transition-delay: 0.2s; */
    text-align: center;
}

.float.open .p-phone a:hover {
    /* transition: all 2s ease; */
    /* opacity: 0.8; */
    height: 45px;
    width: 45px;
    background: var(--bs-info);
    /* background: #25fa66; */
    /* color: #fff; */
}

.float .p-whatsapp a {
    position: absolute;
    opacity: 0;
    background: #fff;
    color: #333;
    height: 40px;
    width: 40px;
    line-height: 40px;
    transition: transform 0.4s ease;
    right: 80px;
    transform: translateY(50px);
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    right: -50px;
    transition-delay: 0.3s;
    transform-origin: right center 0;
}

.float.open .p-whatsapp a {
    position: absolute;
    top: 0;
    opacity: 1;
    background: #fff;
    color: #333;
    height: 40px;
    width: 40px;
    line-height: 40px;
    transition: transform 0.4s ease;
    right: 80px;
    transform: translateY(50px);
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    transition-delay: 0.2s;
}

.float.open .p-whatsapp a:hover {
    background: #25d366;
    color: white;

}

.float .p-image {
    top: 100px;
    position: absolute;
    right: -65px;
    transition: all 0.4s ease;
    transition: transform 0.4s ease;
    border-radius: 50%;
}

/* .float.open .p-image {} */

.float .p-image img {
    top: 0;
    position: absolute;
    right: 24px;
    transition: all 0.4s ease;
    border-radius: 50%;
    transform: translateY(20px);
}

.float.open .p-image img {
    top: 0;
    position: absolute;
    right: 24px;
    transition: all 0.4s ease;
    border-radius: 50%;
    transform: translateY(-50px);
}

.float .p-tooltip {
    position: absolute;
    right: 0;
    transition-delay: 0.3s;
    transform-origin: right center 0;
    transition: all 0.8s ease;
    transform: translateY(50%) scale(0);
    top: 0;
    right: -50px;
    width: 25vw;
    line-height: 5px;
    border-radius: 25px;
    color: #0DADEF;
}

@media (max-width: 767px) {
    .float .p-tooltip {
        width: 70vw !important;
    }

    .float.open .p-tooltip {
        width: 70vw !important;
    }
}

.float.open .p-tooltip {
    right: 0px;
    font-size: 14px;
    line-height: 5px;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    width: 25vw;
    height: 55px;
    border-radius: 25px;
    transform: translateY(52px);
    transition-delay: 0.3s;
}

.float .p-tooltip p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px !important;
}

.float.open .p-tooltip p {
    font-size: 14px;
    font-weight: bold;
}

.float .actions .p-info:nth-child(1) {
    transform: translateY(-190px)
}

.float .actions .p-info:nth-child(2) {
    transform: translateY(-260px)
}

.float .actions .p-info:nth-child(3) {
    transform: translateY(-330px)
}

.float .actions .p-info:nth-child(4) {
    transform: translateY(-400px)
}

.float .actions .p-info:nth-child(5) {
    transform: translateY(-470px)
}

.float .actions .p-info:nth-child(6) {
    transform: translateY(-540px)
}

/* Animations */
@keyframes pulse {
    0% {
        box-shadow: 0px 1px 0px 3px #ab1a1a30, 0px 0px 0px 0px #ef242450;
    }

    30% {
        box-shadow: 0px 1px 0px 3px #ab1a1a30, 0px 0px 0px 5px #ef242450;
    }

    70% {
        box-shadow: 0px 1px 0px 3px #ab1a1a30, 0px 0px 0px 15px #ef242410;
    }

    100% {
        box-shadow: 1px 1px 2px 1px #ab1a1a30, 0px 0px 0px 20px transparent;
    }
}

.header {
    /* text-align: center; */
    margin-top: 10px;
    /* padding: 65px 0; */
    /* border: 1px red dashed; */
}

.navbar {
    /* border-radius: 20px !important; */
    margin-top: 10px !important;
}

.mega-menu-wrap {
    position: relative !important;
    z-index: 99 !important;
}