@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

body {
    background: #f5f5f5;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #212529;
    text-align: left;
    position: relative;
}
.mtt-5 {
    margin-top: 5px;
}

.ptt-5 {
    padding-top: 5px;
}

.mbt-5 {
    margin-bottom: 5px;
}

.pbt-5 {
    padding-bottom: 5px;
}

.mtt-10 {
    margin-top: 10px;
}

.ptt-10 {
    padding-top: 10px;
}

.mbt-10 {
    margin-bottom: 10px;
}

.pbt-10 {
    padding-bottom: 10px;
}

.mtt-15 {
    margin-top: 15px;
}

.ptt-15 {
    padding-top: 15px;
}

.mbt-15 {
    margin-bottom: 15px;
}

.pbt-15 {
    padding-bottom: 15px;
}

.mtt-20 {
    margin-top: 20px;
}

.ptt-20 {
    padding-top: 20px;
}

.mbt-20 {
    margin-bottom: 20px;
}

.pbt-20 {
    padding-bottom: 20px;
}

.mtt-25 {
    margin-top: 25px;
}

.ptt-25 {
    padding-top: 25px;
}

.mbt-25 {
    margin-bottom: 25px;
}

.pbt-25 {
    padding-bottom: 25px;
}

.mtt-30 {
    margin-top: 30px;
}

.ptt-30 {
    padding-top: 30px;
}

.mbt-30 {
    margin-bottom: 30px;
}

.pbt-30 {
    padding-bottom: 30px;
}

.mtt-35 {
    margin-top: 35px;
}

.ptt-35 {
    padding-top: 35px;
}

.mbt-35 {
    margin-bottom: 35px;
}

.pbt-35 {
    padding-bottom: 35px;
}

.mtt-40 {
    margin-top: 40px;
}

.ptt-40 {
    padding-top: 40px;
}

.mbt-40 {
    margin-bottom: 40px;
}

.pbt-40 {
    padding-bottom: 40px;
}

.mtt-45 {
    margin-top: 45px;
}

.ptt-45 {
    padding-top: 45px;
}

.mbt-45 {
    margin-bottom: 45px;
}

.pbt-45 {
    padding-bottom: 45px;
}

.mtt-50 {
    margin-top: 50px;
}

.ptt-50 {
    padding-top: 50px;
}

.mbt-50 {
    margin-bottom: 50px;
}

.pbt-50 {
    padding-bottom: 50px;
}

.mtt-55 {
    margin-top: 55px;
}

.ptt-55 {
    padding-top: 55px;
}

.mbt-55 {
    margin-bottom: 55px;
}

.pbt-55 {
    padding-bottom: 55px;
}

.mtt-60 {
    margin-top: 60px;
}

.ptt-60 {
    padding-top: 60px;
}

.mbt-60 {
    margin-bottom: 60px;
}

.pbt-60 {
    padding-bottom: 60px;
}
@media (max-width: 575.98px) {
    .pro-page .table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .pro-page .table {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .pro-page .table {
        display: block;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        min-height: auto;
        overflow-y: none;
        -webkit-overflow-scrolling: touch;
    }
}

.container-custom {
    float: left;
    width: 94%;
    margin: 0 3%;
}
.m-he-s {
    min-height: 500px;
}
@media screen and (max-width: 760px) {
    .container-custom {
        float: left;
        width: 90%;
        margin: 0 5%;
    }
}

section {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

* {
    outline: none;
}

* a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

div[class|="col"] {
    padding-left: 8px;
    padding-right: 8px;
}
.invs-link {
    position: absolute;
    left: 48%;
    width: 229px;
    top: 25px;
    border-radius: 4px;

    overflow: hidden;
}

header:before {
    content: "";
    height: 4px;
    width: 50%;
    background: #0056b3;
    position: absolute;
    left: 0;
}

header:after {
    content: "";
    background: #db3c48;
    position: absolute;
    left: 50%;
    width: 50%;
    top: 0;
    z-index: 9;
    height: 4px;
}

.invs-link:hover {
    box-shadow: 0 5px 7px -4px #333;
}
.main-header {
    float: left;
    width: 100%;
    padding: 15px 0 5px;
    background: white;
}

.business-area {
    float: left;
    width: 45%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 120px;
}

a.itsmis {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    background: red;
    color: white;
    padding: 10px 20px;
    margin-top: -10px;
    border-radius: 5px;
    margin-bottom: 10px;
    animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground {
    0% {
        background-color: #10c018;
    }
    25% {
        background-color: #1056c0;
    }
    50% {
        background-color: #ef0a1a;
    }
    75% {
        background-color: #254878;
    }
    100% {
        background-color: #04a1d5;
    }
}

.logo-img {
    width: 120px;
    float: left;
    /* margin-top: 25px; */
}

.logo-text {
    float: left;
    line-height: 1;
    /* padding: 12px 0 0; */
    margin-left: 10px;
}

#centerHeaderText {
    position: absolute;
    left: 40%;
    top: 8px;
    /* border: 1px solid blue; */
}

@media screen and (max-width: 760px) {
    .logo-img img {
        transform: scale(2);
        margin-left: 20px;
    }

    #centerHeaderText {
        left: 30%;
        top: 12px;
    }
}

p.small-title {
    margin: 0;
    margin-bottom: 5px;
}

.logo-text span {
    font-weight: bold;
    color: #c41118;
    font-size: 16px;
}

.r-side-bar {
    float: left;
    width: calc(100% - 50%);
}

.right-section {
    text-align: right;
    margin: 4px 0;
    float: right;
}

.right-section ul {
    margin: 5px 0;
}

.follow-us {
    font-size: 1.3rem;
}
.follow-us a.facebook {
    color: #3146ad;
}

.follow-us a.twitter {
    color: #17cece;
}

.follow-us a.youtube {
    color: #c42020;
}
.follow-us a.facebook:hover {
    color: #ccc;
}

.follow-us a.twitter:hover {
    color: #ccc;
}

.follow-us a.youtube:hover {
    color: #ccc;
}

footer .follow-us a * {
    color: #fff !important;
}
footer .follow-us a *:hover {
    color: #ccc !important;
}

a#contrast-on {
    background: black;
    color: yellow;
}

.contrast {
    margin-bottom: -7px;
    float: left;
}

.contrast a {
    padding: 4px;
    margin: 0;
    float: left;
    line-height: 1;
}

a#contrast-off {
    background: #dddddd;
    color: black;
}

@media screen and (max-width: 760px) {
    .business-area,
    .r-side-bar {
        width: 100%;
        margin: 0;
    }

    .right-section {
        display: none;
        float: left;
        text-align: left;
    }

    .logo-img {
        width: 50px;
    }

    .logo-text {
        padding-top: 5px;
    }

    .logo-text span {
        font-size: 12px;
    }
}

div#main-nav {
    background: #114184;
    float: left;
    width: 100%;
}

.navbar {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    float: left;
    padding: 15px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.dropdown-menu .dropdown-item {
    padding: 10px;
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
}

.dropdown-menu.show {
    padding: 0;
    border-radius: 0;
    line-height: 1;
    border-top: 2px solid #c41118;
    margin: 0;
}
.navbar-expand-lg .navbar-nav .nav-item a:hover {
    background: #3146ad;
    color: white !important;
}
.h-right {
    float: right;
    color: white;
}

.h-right span {
    padding: 15px;
    float: left;
}

.search-section {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 15px;
    background: #ffffff;
    height: 100%;
    top: 0;
    display: none;
}

input#search {
    background: #e7e7e7;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #333;
}
form.search-form {
    margin: 22% 6% 0;
}
.nav-tabs .nav-link {
    padding: 10px 15px;
    font-weight: 700;
    font-size: 15px;
}

.carousel-inner {
    height: 560px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.carousel-inner img {
    width: 100%;
    height: 560px;
}

.carousel-inner:after {
    content: "";
    height: 560px;
    width: 100%;
    background: rgba(0, 0, 0, 0.33);
    position: absolute;
    z-index: 1;
}

.top-slider {
    position: relative;
    z-index: 9;
    margin-top: -38px;
    float: left;
    width: 100%;
    margin-bottom: 43px;
}

.carousel-caption.d-none.d-md-block {
    top: 55%;
    left: 12%;
    width: 80%;
    text-align: left;
    line-height: 1.6;
    font-size: 15px;
    bottom: auto;
    padding: 10px;
    height: auto;
}

@media screen and (max-width: 1366px) {
    .carousel-caption.d-none.d-md-block {
        top: 52%;
        left: 5%;
        width: 90%;
        line-height: 1.4;
    }
}

.carousel-caption.d-none.d-md-block p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}
.carousel-caption.d-none.d-md-block a {
    color: white;
    padding: 8px 10px;
    line-height: 1;
    background: #357ae8;
    margin-top: 10px;
    float: left;
    border-radius: 4px;
}
.banner-desc {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.mo-section {
    padding: 20px;
    width: 31.6%;
    margin: 0 1.3%;
    float: left;
    background: white;
    box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.52);
    font-size: 15px;
    font-weight: bold;
}

.mult-mo-section .mo-section {
    width: 23%;
}

.mo-section:first-child {
    margin-left: 0;
}

.mo-section:last-child {
    margin-right: 0;
}

.mo-section:hover {
    background: #114184;
    color: white;
}

@media (max-width: 720px) {
    .carousel-inner {
        height: 320px;
    }

    .carousel-inner img {
        height: 320px;
    }

    .carousel-inner:after {
        height: 320px;
    }

    .my-height {
        height: 300px !important;
    }
}

@media screen and (max-width: 760px) {
    .mo-section,
    .mult-mo-section .mo-section {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
}

.m-icon-area {
    float: left;
    width: 50px;
    margin-right: 10px;
}

.m-icon-area {
    text-align: center;
    font-size: 19px;
    color: #ff5757;
    background: rgb(223, 223, 223);
    padding: 15px 5px;
    border-radius: 50%;
    transition: all 250.01ms ease 0ms;
}

.mo-section:hover {
    cursor: pointer;
    box-shadow: 0 7px 10px -3px rgba(0, 0, 0, 0.52);
}

.mo-section:hover .m-icon-area {
    background: white;
    color: #114184;
}

.mo-section.has_content:hover .m-icon-area {
    font-size: 17px;
    height: 40px;
    width: 40px;
    padding: 13px;
}

.mo-section.has_content:hover {
    height: 150px;
    margin-top: -36px;
    margin-bottom: -29px;
    padding: 15px;
}

.mo-section.has_content:hover .m-text-area span {
    border-bottom: 1px solid #ffffff3b;
    padding-bottom: 8px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.mo-section.has_content:hover .m-text-area {
    padding-top: 12px;
}
.mo-section:hover a:hover,
.mo-section:hover {
    color: white;
}
.m-text-area a {
    color: #333333;
}
.hc_list {
    display: none;
    list-style: none;
    margin: 0;
}

.hc_list ul {
    margin: 0;
    padding: 0;
}

.hc_list li {
    list-style: none;
    padding: 5px 10px;
}

.mo-section.has_content:hover .hc_list {
    display: block;
}

.m-text-area {
    float: left;
    width: calc(100% - 60px);
}

.m-text-area {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-flow: row;
    height: 47px;
    color: #333333;
}
.mo-section:hover .m-text-area {
    color: white;
}
span.c-calendar {
    display: block;
    margin-bottom: 5px;
    color: #949494;
    font-weight: 400;
}

.tab-container {
    padding-top: 10px;
    float: left;
    width: 100%;
}

.tab-pane p {
    margin: 0;
}

.nav-tabs .nav-link {
    color: #6f6f6f;
    border: none;
    border-bottom: 2px solid transparent !important;
    /* border-top-left-radius: 0.25rem; */
    /* border-top-right-radius: 0.25rem; */
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    color: #0056b3;
    border: none;
    border-bottom: 2px solid #0056b3 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: transparent;
    border: none;
    color: #0056b3;
    border-bottom: 2px solid #0056b3 !important;
}

.tab-pane li {
    background: white;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.tab-pane li:hover {
    box-shadow: 0 7px 10px -6px #8e8e8e;
}

.tab-pane li a {
    float: left;
    width: 100%;
    padding: 15px;
}

.tab-pane li a:hover * {
    color: #0056b3;
}

.nav-tabs li.nav-item {
    float: left;
    width: 50%;
}

.tab-pane p.new-txitle {
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px;
    color: #333;
}

.tab-pane a.view {
    padding: 10px 20px;
    background: #357ae8;
    color: white;
    float: right;
    border-radius: 4px;
    margin-top: 5px;
}

.small-gap {
    margin-top: 30px;
}

.s-title-section,
.s-ser-title,
.imp-links-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #0a2a82;
    position: relative;
    float: left;
    width: 100%;
}
.s-title-section {
    line-height: 1.35;
}
.s-title-section:after,
.s-ser-title:after,
.imp-links-title:after {
    content: "";
    height: 3px;
    width: 56px;
    background: #c41118;
    position: absolute;
    bottom: -7px;
    left: 0;
    border-radius: 10px;
}

.s-title-section span a {
    font-size: 12px;
    text-transform: none;
    margin-left: 17px;
    color: #ff5757;
}

.ar-section {
    /* max-height: 300px; */
    background: white;
    float: left;
    width: 100%;
    /* min-height: 215px; */
    margin-bottom: 15px;
    box-shadow: 0 0 15px -9px #333;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #357ae8;
}

.ar-section.news-section {
    min-height: auto;
    border-radius: 0;
}

.ar-section.news-section .sno-content {
    min-height: auto;
    /* border-radius: 0; */
}

.ar-section.news-section span.d-pub {
    margin-bottom: 10px;
}

.img-section-sno {
    min-height: 122px;
    overflow: hidden;
    text-align: center;
    background: #3146ad;
    max-height: 122px;
    position: relative;
}
.cata-in {
    position: absolute;
    top: 10px;
    z-index: 9;
    right: 10px;
    background: #4267b2;
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    line-height: 1;
}
.sno-content {
    padding: 10px;
    min-height: 106px;
}

.r-more a,
.sidebar .blog a {
    color: red;
    margin-top: 10px;
    float: left;
    transition: all 300ms;
}
.r-more a:hover,
.sidebar .blog a:hover {
    margin-left: 10px;
}

@media screen and (max-width: 760px) {
    .sno-content {
        min-height: auto;
    }
}

span.d-pub {
    font-weight: bold;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    color: #2176d4;
}

h3.sno-title-text {
    font-size: 13px;
    font-weight: bold;
    /* text-align: justify; */
    line-height: 1.4;
    color: #696969;
}

.ar-section:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px -6px #333;
}

.ar-section:hover h3 {
    color: #1e5fba;
}

/* siderbar */
.sec-list-area ul {
    margin: 0;
}

.sec-list-area li {
    float: left;
    width: 100%;
}

.sec-lm-area {
    float: left;
    width: 100%;
    padding: 10px;
    background: #3c7ef8;
    margin-bottom: 10px;
    font-size: 0.8rem;
    color: white;
    font-weight: 400;
    position: relative;
}

.right-icon {
    display: none;
    position: absolute;
    right: 4px;
    top: 15px;
    font-size: 16px;
}

.sec-lm-area:hover .right-icon {
    display: block;
    /* position: absolute; */
    /* font-family: 'Line Awesome Free'; */
}

.sec-icon {
    width: 20%;
    text-align: center;
    float: left;
    font-size: 1.7rem;
}

.sec-text {
    float: left;
    width: calc(100% - 20%);
    padding-top: 7px;
    font-weight: bold;
    font-size: 15px;
}

/* .breadcrumb */
.b-crum-section {
    background: #1e5fba;
    padding: 15px;
    float: left;
    width: 100%;
}

.breadcrumb {
    margin: 0;
    background: none;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrumb .breadcrumb-item.active {
    color: #cccccc;
}

/* page content */
.newsdetails-content {
    padding: 24px 0;
    float: left;
}

.page-detail-content {
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    color: #6e6e6e;
}

.page-detail-content.listing-page {
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
}

.page-detail-content p,
.ev-c-a p,
.page-detail-content ol,
.page-detail-content ul {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.page-detail-content ul,
.ev-c-a ul {
    margin: 0;
    padding: 0;
}

.page-detail-content ul li,
.ev-c-a ul li {
    padding: 6px;
    font-size: 15px;
    float: left;
    list-style: none;
    margin-left: 20px;
    position: relative;
    float: left;
    width: 98%;
    text-align: left !important;
}

.page-detail-content ul li:before,
.ev-c-a ul li::before {
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #1e5fba;
    position: absolute;
    top: 9px;
    left: -10px;
}

ul.row.no-mar {
    margin-left: -10px;
    margin-right: -10px;
}

.page-detail-content .no-mar li::before {
    display: none;
}

.page-detail-content .no-mar .img-section-sno {
    max-height: 150px;
}

.page-detail-content .sno-content {
    background: #fff;
    height: 140px;
    margin-bottom: 15px;
}

.c-co-content {
    float: left;
    width: 100%;
    background: white;
    padding: 15px;
}

.c-co-content .page-detail-content {
    padding: 0;
    margin: 0;
}

.c-c-img {
    float: left;
    width: 30%;

    height: 100%;
    text-align: center;
    background: #cccccc;
    padding: 10px;
}

.c-c-p {
    width: calc(100% - 33%);
    float: left;
    padding-left: 20px;
    height: 100%;
}

.file-btn {
    margin-top: 10px;
    background: #1e5fba;
    width: 150px;
    float: left;
    text-align: center;
    padding: 10px;
    color: white;
    border-radius: 4px;
    box-shadow: 0 0 7px -5px #333;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
}

.file-btn:hover {
    color: #ffffff;
    box-shadow: 0 4px 7px -5px #333;
}

.sidebar h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.blog {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px -2px #333333;
    float: left;
    width: 100%;
    border: 1px solid #357ae8;
    border-radius: 4px;
}

.blog h4 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #1e5fba;
    text-align: justify;
    font-weight: bold;
    margin-top: 10px;
}
.blog-content * {
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
    float: left;
    width: 100%;
}
.sidebar.product-psli .blog {
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.sidebar.product-psli a {
    margin: 0;
    padding: 0;
}

.sidebar.product-psli .blog a:hover {
    margin-left: 0;
}

.sidebar.product-psli .blog a:hover img {
    transform: scale(1.2);
    transition: all 300ms;
}
/* profile */
.single-profile {
    box-shadow: 0 0 5px -2px #333333;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 13px;
    background: white;
    float: left;
    width: 100%;
    min-height: 119px;
}

.profile-img {
    width: 90px;
    float: left;
    margin: 10px;
    border-radius: 50%;
    height: 90px;
    overflow: hidden;
    border: 2px solid #ccc;
}

.profile-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.profile-content {
    padding: 15px 10px 0;
    width: calc(100% - 110px);
    float: left;
    text-align: left;
    height: 100%;
}
.single-profile.iins.s-first {
    border: 1px solid #1e5fba;
    border-radius: 4px;
}
.m-top-s .single-profile:first-child .profile-img,
.s-first .profile-img {
    width: 110px;
    height: 110px;
}

.m-top-s .single-profile:first-child .profile-content,
.s-first .profile-content {
    width: calc(100% - 130px);
}

.profile-content p {
    margin: 0;
    padding: 0;
}

.profile-content .name {
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 15px;
}

.profile-content .position {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 7px;
    float: left;
    width: 100%;
}

.s-first .profile-content .name {
    font-size: 17px;
}
.profile-content .position.email-s {
    text-transform: lowercase;
}

.position i {
    margin-right: 2px;
    display: none;
}
.ischildof {
    margin-left: 30px;
    width: calc(100% - 30px);
}
.single-profile.iins.s-first {
    margin-bottom: 36px;
    position: relative;
    overflow: visible;
}
.single-profile.iins.s-first:after {
    content: "";
    background: #b7c8ff;
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: -22px;
    left: 0;
    z-index: 99;
}
.innner-tabs {
    padding: 10px;
    background: white;
}
@media screen and (max-width: 760px) {
    .profile-img {
        height: 90px;
    }

    .profile-img img {
        width: auto;
        margin: 0;
    }
}

a.view-detail {
    margin-top: 15px;
    float: left;
    margin-bottom: 9px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

/* ticker */
.news {
    background: #293274;
    color: white;
    float: left;
    width: 100%;
}

.jctkr-label {
    padding: 15px;
    float: left;
    width: 200px;
    text-align: right;
    font-size: 15px;
    line-height: 1;
    background: #dc3545;
    margin-right: 10px;
}

.jctkr-wrapper {
    float: left;
    width: calc(100% - 210px);
    height: 43px;
}

.jctkr-wrapper ul li {
    font-size: 13px;
    padding: 15px 15px 0;
}
.carousel-item {
    background: #dddddd;
    float: left;
    width: 100%;
    min-height: 400px;
}

@media screen and (max-width: 760px) {
    .carousel-inner {
        max-height: auto;
    }

    .carousel-inner img,
    .carousel-item {
        min-height: auto;
    }
    .invs-link {
        position: absolute;
        width: 150px;
        top: 76px;
        border-radius: 4px;
        overflow: hidden;
        background: white;
        z-index: 9;
        right: 0;
        left: auto;
    }
}
/* services slider */
.s-ser-title {
    margin-bottom: 10px;
}

.navigation-area {
    float: right;
    padding-top: 5px;
}

.navigation-area span {
    padding: 4px 8px;
    margin-left: 0px;
}

.navigation-area span:hover {
    cursor: pointer;
}

.services-list-area.slick-initialized.slick-slider {
    margin-left: -10px;
}

.services-list-area {
    float: left;
    margin: 0 -10px;
}

.m-top-15,
.m-top-30 {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.m-top-30 {
    margin-top: 30px;
}

.single.single-article {
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0px #e0e0e0;
    margin: 10px;
    background: white;
    float: left;
    width: 31.1%;
    min-height: 65px;
}

@media screen and (max-width: 760px) {
    .single.single-article {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
}

.single.single-article a {
    float: left;
    width: 100%;
}

.slick-slide {
    float: left;
    margin: 0 10px 10px;
}

.slick-slide:first-child {
    margin-left: 0;
}

.s-text {
    float: left;
    width: 80%;
    font-size: 15px;
    font-weight: bold;
}

.s-text span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
    color: #6f6f6f;
}

.s-icon {
    float: left;
    width: calc(100% - 80%);
}

.s-icon {
    font-size: 2.5rem;
    text-align: center;
}

.single.one i {
    color: #ff8b8b;
}

.single.two i {
    color: #9fa114;
}

.single.three i {
    color: #71f883;
}

.single.four i {
    color: #67f3f8;
}

.single.five i {
    color: #7b79ff;
}

.single.six i {
    color: #d865fc;
}

/* switch */

.switch {
    position: relative;
    display: inline-block;
    top: 1px;
    width: 40px;
    height: 12px;
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider::after {
    display: block;
    clear: both;
    content: "";
}

.switch .slider.round::before {
    border-radius: 50%;
}

.switch .slider::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 0px;
    bottom: -1px;
    background-color: #2196f3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:checked + .slider::before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.v-gallos {
    margin-top: 40px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
/* social */

.f-box {
    background: #f3f3f3;
    text-align: center;
    padding: 20px 7%;
    border-radius: 10px;
    margin: 0 auto;
    /* width: 96%; */
    /* margin-right: -1%; */
    box-shadow: 0 3px 12px -2px #ccc;
}

.f-box._not-right-margin {
    margin: 0;
    width: 100%;
    padding-bottom: 0;
}

@media screen and (max-width: 760px) {
    .f-box {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
}

.f-box iframe {
    width: 340px;
    height: 500px;
    margin: 0 auto;
}

.gallery-page iframe {
    width: 100%;
}

.gallery-page .img-gallery {
    margin-bottom: 15px;
}

.gal-list {
    /* padding: 15px; */
    padding-left: 0;
    padding-top: 0;
    float: left;
    width: 100%;
}

.img-gallery {
    position: relative;
    overflow: hidden;
}

.img-gallery img {
    min-height: 255px;
    object-fit: cover;
    max-height: 200px;
    width: 100%;
}
.g-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-weight: 500;
    width: 100%;
    background: #1e5fba;
    padding: 10px;
    z-index: 10;
    line-height: 19px;
}

.img-gallery iframe {
    width: 100%;
    height: 255px;
}

.im-icon {
    background: rgba(0, 123, 255, 0.4);
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 4rem;
    text-align: center;
    padding-top: 16%;
    display: none;
}
.img-gallery:hover .im-icon {
    display: block;
}
.vp-title {
    margin-bottom: 20px;
    background: #2e50ae;
    color: white;
    padding: 10px;
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 1;
}
/* innerpage  */
.filter-tabs .nav-tabs {
    border-bottom: none;
}

.filter-tabs .nav-tabs li.nav-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.filter-tabs .nav-tabs .nav-link {
    padding: 15px;
    background: #c1e0ff;
    color: #0582fe;
    border-radius: 4px;
    transition: all 300ms ease-in-out;
}

.filter-tabs .nav-tabs .nav-link.active,
.filter-tabs .nav-tabs .nav-item.show .nav-link,
.filter-tabs .nav-tabs .nav-link:hover,
.filter-tabs .nav-tabs .nav-link:focus {
    background: #1f5cb2;
    border: none;
    color: white;
    border-radius: 4px;
    padding-left: 25px;
}

.tabs-herdr {
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    background: #1f5cb2;
    color: white;
}

.tabs-body-content thead {
    background: #1f5cb2;
    color: #fff;
}

.tabs-body-content tbody {
    font-size: 15px;
}

.tabs-body-content tbody td,
.tabs-body-content thead th {
    padding: 15px;
}

.tabs-body-content td:first-child,
.tabs-body-content th:first-child {
    text-align: center;
    width: 8%;
}

.tabs-body-content td:last-child,
.tabs-body-content th:last-child {
    width: 15%;
    text-align: center;
}

.tabs-body-content table {
    border-collapse: collapse;
}

.tabs-body-content table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.tabs-body-content tbody tr {
    box-shadow: 0px 0 6px -3px #333333;
}

.tabs-body-content tbody tr:nth-child(even) {
    background: #e7efff;
}

.tabs-body-content tbody tr:hover {
    background: #c1e0ff;
    cursor: pointer;
    box-shadow: none;
}

.tabs-body-content tr td {
    border-top: none;
    position: relative;
    line-height: 1.4;
    font-size: 13px;
    font-weight: bold;
}

.tabs-body-content .tb-sbra td:last-child,
.tabs-body-content .tb-sbra th:last-child {
    text-align: left;
}
.tabs-body-content .ts-div td:last-child,
.tabs-body-content .ts-div th:last-child {
    text-align: left;
}
/* social share */
.social-share {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
.lable-share {
    float: left;
    padding-top: 6px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}
.share-list li {
    display: inline-block;
    margin-right: 10px;
}
.share-list a {
    font-size: 1.6rem;
}
/* footer */
footer {
    background: #2e50ae;
    padding-top: 20px;
    color: white;
    float: left;
    width: 100%;
}

.footer-header {
    background: transparent;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 0;
}

.footer-header .logo-text span {
    color: #ffffff;
}

footer h3 {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.address-section {
    margin-left: 82px;
}

.address-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.address-section li {
    padding-bottom: 10px;
    float: left;
    width: 100%;
    color: white;
}
.address-section li a {
    color: white;
}
.f-m-left {
    margin-left: 84px;
    font-size: 12px;
}

.address-section li span {
    font-size: 11px;
    display: block;
    margin-top: 6px;
}
.address-section li span.fa,
.address-section li span.fas {
    float: left;
    width: 20px;
    margin: 0;
}
.f-list-area {
    list-style: none;
    margin: 0;
    padding: 0;
}

.f-list-area li a,
.address-section li span a {
    font-size: 13px;
    float: left;
    width: 100%;
    padding-bottom: 7px;
    color: #fff;
}

.inline-p {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.inline-p ul li {
    width: auto !important;
    float: left;
    padding: 3px 10px;
    /* display: inline; */
}

.inline-p ul li:first-child {
    padding-left: 0;
}

.two-col li {
    float: left;
    width: 33%;
}

.copyright {
    padding: 10px 0;
    background: #0a2a82;
    float: left;
    width: 100%;
    color: #ccc;
}

.copyright p {
    margin: 0;
}

.address-wrap * {
    color: white;
    font-size: 13px;
}

.address-wrap p {
    margin: 0;
}

.m-view {
    position: fixed;
    background: #1868d8;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    right: -100%;
    padding-top: 50px;
    will-change: transform;
    transition: all 300ms;
}

.mobile-nav ul {
    margin: 0;
    padding: 0;
}

.m-view li {
    list-style: none;
}

.m-view li a {
    color: white;
}

.s-m-bar {
    padding: 10px 20px;
    position: fixed;
    bottom: 0;
    z-index: 13;
    background: #e3e3e3;
    width: 100%;
    display: none;
}

.s-m-bar li {
    float: left;
    font-size: 29px;
    width: 24%;
    text-align: center;
}
input#clang {
    display: none;
}
.s-m-bar li,
.s-m-bar li a {
    color: #6f6f6f;
}

.s-m-bar li:hover {
    cursor: pointer;
    color: #23097f;
}

.s-m-bar li:hover a {
    color: #23097f;
}

.s-m-bar li:first-child {
    text-align: left;
}

.s-m-bar li:last-child {
    text-align: right;
}

.m-view.show {
    display: block;
    right: 0;
}

@media screen and (max-width: 1040px) {
    .b-top-menu {
        display: none;
    }

    .s-m-bar {
        display: block;
    }

    /* footer boxes uncomment border and see outut for clearity */
    .mybox {
        /* border: 2px solid black; */
        margin-bottom: 40px;
        margin-left: 0px !important;
    }

    footer {
        padding-bottom: 50px;
    }

    .search-section.show {
        display: block;
        position: fixed;
        bottom: 50px;
    }

    .dropdown-menu.show {
        position: relative !important;
        width: 100%;
        transform: none !important;
        background: transparent;
        height: 100%;
        float: none;
        left: 17px !important;
        box-shadow: none !important;
    }
}

.uer-mig {
    width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    height: 200px;
    border: 6px solid #ccc;
}

.uer-mig img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.n-title,
.n-phone {
    font-size: 15px;
    font-weight: bold;
    margin: 10px;
}

.n-phone,
.pos-s {
    font-weight: normal;
}

.page-mi {
    min-height: 300px;
    padding: 20px;
    overflow: hidden;
    background: #f5f5f5;
}

.page-mi:before {
    content: "";
    background: #333;
    width: 10px;
    height: 100%;
    position: absolute;
    filter: blur(7px);
    z-index: -1;
    left: 2px;
    opacity: 0.07;
    top: 17px;
}

.info-detail {
    padding-left: 10px;
}

.info-detail p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
}

.date {
    float: right;
    margin-bottom: 2px;
}

.s-tabs .nav-tabs li.nav-item {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.sub-cat {
    display: none;
}

.s-tabs .nav-tabs .nav-link {
    padding: 13px;
    background: #c1e0ff;
    color: #0582fe;
    border-radius: 4px;
    transition: all 300ms ease-in-out;
    line-height: 1;
    font-size: 13px;
}

.s-tabs .nav-tabs .nav-link.active,
.s-tabs .nav-tabs .nav-link:hover {
    background: #1f5cb2;
    border: none;
    color: white;
    border-radius: 4px;
    padding-left: 25px;
}

.s-ss.active + .sub-cat {
    display: block;
}

.s-tabs .nav-tabs .sub-cat .nav-link {
    padding: 10px;
    margin: 10px 0 0px 15px;
    font-size: 12px;
}

.s-segment {
    background: white;
    padding: 0 15px;
    margin-bottom: 10px;
}

.s-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1e5fba;
    background: white;
    padding: 10px 0;
}

/* .gallery-page */

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (max-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (max-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

.is-view {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    padding: 2% 10%;
    background: white;
    height: 100%;
    width: 100%;
}

.overlay-content {
    width: 56%;
    margin: 0 auto;
    margin-top: 72px;
    /* position: fixed !important; */
    box-shadow: none;
    top: 10px;
}
.overlay-bg {
    background: rgb(51 51 51);
    opacity: 0.4;
}
.overlay-content .close-btn {
    cursor: pointer;
    border: 1px solid #fff;
    background: #c4161c;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    position: absolute;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    top: -26px;
    right: 15px;
}

table .collapse {
    margin-top: 15px;
    float: left;
    width: 100%;
}

table .collapse .card {
    padding: 10px;
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
.has_child[aria-expanded="false"]:after,
.has_child[aria-expanded="true"]:after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    content: "\f106";
}
.has_child[aria-expanded="false"]:after {
    content: "\f107";
}
a.has_child {
    position: relative;
    float: left;
    width: 100%;
}

/* form  */
.container-custom.s-co {
    margin-bottom: 30px;
}
.cb-m-area {
    height: 300px;
    background: #e9ecef;
    margin-bottom: -185px;
    float: left;
    width: 100%;
    margin-top: -30px;
}
.form-row.has_error input,
.form-row.has_error textarea {
    border-color: red;
}
.form-row {
    position: relative;
}
.form-row .text-danger {
    position: absolute;
    right: 17px;
    bottom: 9px;
}
.c-from {
    width: 50%;
    padding: 2%;
    background: white;
    box-shadow: 0 0 17px -7px #1e5fba;
    border-radius: 8px;
    position: relative;
    z-index: 9;
    margin: 30px auto;
    border: 2px solid #1e5fba;
}
.form-row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row nowrap;
    margin-bottom: 8px;
}

.form-row label {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 32%;
    /* padding: 15px 0 0; */
    font-weight: bold;
    color: #737373;
    margin-right: 10px;
    align-items: center;
}

.form-row input,
.form-row textarea,
.form-row select {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 66%;
    padding: 5px 20px 8px 13px;
    border: 1px solid transparent;
    background: #f6f9fc;
    line-height: 26px;
    font-size: 15px;
    font-weight: 500;
    /* height: 30px; */
    color: #82a7ea;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
    border-radius: 4px;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
    color: #333333;
    border-color: #9cbfff;
    background: #ffffff;
    box-shadow: 0 0 0 1px #e4effa;
}

.s-btn-a {
    background: #6487d6;
    padding: 10px;
    float: right;
    width: 150px;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.c-info {
    /* width: 50%; */
    padding-left: 71px;
    padding-top: 30px;
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding-right: 39px;
}

.c-info p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}

.phone-c {
    margin: 20px 0;
}

.phone-c span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 18px;
}

@media screen and (max-width: 729px) {
    .c-from {
        width: 100%;
        padding: 20px;
        margin-left: 0;
    }

    .form-row {
        display: block;
    }

    .form-row label,
    .form-row input,
    .form-row textarea,
    .form-row select {
        width: 100%;
    }

    .address-section,
    .f-m-left {
        margin-left: 0;
    }
}
@media screen and (max-width: 960px) {
    .overlay-content {
        width: 80%;
        margin-left: 10%;
        /* position: fixed !important; */
    }
    .overlay-content .close-btn {
        top: -35px;
    }
}

#rvfs-controllers .btn {
    padding: 0;
    padding-left: 9px;
    font-size: 13px;
    border: none;
    box-shadow: none;
}

.rvfs-1 * {
    font-size: 97% !important;
}
.rvfs-2 * {
    font-size: 98% !important;
}
.rvfs-3 * {
    font-size: 99% !important;
}
.rvfs-4 * {
    /* font-size: 100% !important; */
}
.rvfs-5 * {
    font-size: 101% !important;
}
.rvfs-6 * {
    font-size: 102% !important;
}
.rvfs-7 * {
    font-size: 103% !important;
}
html.pagina-acessivel {
    background: black;
}
body.pagina-acessivel * {
    background: black !important;
    color: yellow !important;
}
.colorswap a {
    background: black;
    color: yellow;
    padding: 3px 4px;
    /* position: absolute; */
    margin-left: -10px;
    margin-top: -13px;
    font-weight: bold;
}
.colorswap.pagina-acessivel a {
    background: white !important;
    color: black !important;
}
/* .menu-area{background: #d61a5e} */
.mainmenu .collapse a {
    /* padding: 15px; */
    /* font-weight: bold; */
    color: #fff;
}

.mainmenu a,
.navbar-default .navbar-nav > li > a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    /* color: #fff; */
    /* font-size: 16px; */
    text-transform: capitalize;
    padding: 16px 15px;
    /* font-family: 'Roboto', sans-serif; */
    display: block !important;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
    color: #fff;
    background: #3146ad;
    outline: 0;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li > a {
    font-weight: bold;
}
.mainmenu .collapse ul > li:hover > a {
    background: #3146ad;
    color: #fff;
}
.mainmenu .collapse ul ul > li > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
.mainmenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
    background: #3146ad;
    font-size: 13px;
}

.mainmenu .collapse ul ul ul > li:hover > a {
    background: #3146ad;
}

.mainmenu .collapse .dropdown-menu {
    background: #fff;
    border: 1px solid #357ae8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 4px solid #c41118;
    box-shadow: 0 8px 11px -7px #060606;
    /* float: left; */
    /* overflow: hidden; */
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #fff;
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #fff;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    /* border: 1px solid red !important; */
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    /* -webkit-box-shadow: none!important; */
    /* box-shadow: none !important; */
}
/******************************Drop-down menu work on hover**********************************/

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover > ul {
        display: block;
    }
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none;
    }
    /*******/
    .mainmenu .collapse ul ul li {
        position: relative;
    }
    .mainmenu .collapse ul ul li:hover > ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none;
    }
    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative;
    }
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 35px;
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 45px;
    }
}
.m-view.show {
    overflow: auto;
}
.s-m-view {
    display: none;
}
@media screen and (max-width: 720px) {
    .s-m-view {
        display: block;
    }

    .n-m-view {
        display: none;
    }
}

/* eventpage */

.event-img {
    width: 40%;
    float: left;
    height: 250px;
    background: #ececec;
    position: relative;
    overflow: hidden;
}

.event-img img {
    object-fit: fill;
    height: 100%;
    width: 100%;
}

.event-item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background: white;
}

.c-ev-list {
    width: 70%;
    margin: 0 auto;
}
.event-details-page {
    float: left;
    background: white;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
}
.ev-c-a {
    margin: 15px 0;
}
.event-tag {
    position: absolute;
    z-index: 9;
    top: 23px;
    left: 0;
    background: #f9f9f9;
    padding: 5px 10px;
    color: blue;
    font-size: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-weight: bold;
}
.event-content {
    float: left;
    width: calc(100% - 40%);
    padding: 20px;
}
.event-location {
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
}
.event-title {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
}
.event-desc {
    min-height: 80px;
    min-height: 100px;
    overflow: hidden;
}
.event-sidebar {
    padding: 10px;
    background: white;
    float: left;
    width: 100%;
}

.e-s-title {
    padding: 11px 0;
    font-size: 16px;
    font-weight: bold;
    color: #a7a7a7;
}

.sl-info {
    padding: 5px 0;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 1.3;
}

span.sl-t {
    font-weight: bold;
    width: 86px;
    float: left;
}

span.sl-conet {
    float: left;
    width: calc(100% - 86px);
}
.event-view a {
    font-size: 16px;
    font-weight: bold;
}
.video-section {
    padding: 15px 0;
    float: left;
    width: 100%;
}

.video-section iframe {
    width: 100%;
    height: 700px;
}

/* chat box */
.chat-box {
    background: white;
    float: left;
    width: 100%;
    padding: 10px 20px 0;
    overflow: hidden;
    max-height: 350px;
    overflow-y: auto;
    min-height: 300px;
}
.user-area {
    float: left;
    width: 100%;
}

.reply {
    float: right;
    width: 100%;
    text-align: right;
}
.user-msg {
    background: #e1e1e1;
    color: #333;
    margin-bottom: 7px;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 14px;
}
.reply .user-msg {
    background: #3e59dd;
    color: #fff;
}
.user-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.user-img img {
    object-fit: cover;
    height: 100%;
}
.user-img {
    float: left;
}
.replay .user-img {
    float: right;
    width: 40px;
}

.reply .mesg-p {
    float: left;
    width: 100%;
}

.reply .user-img {
    float: right;
    margin-left: 10px;
    margin-top: -4px;
}
.user-area .user-img {
    margin-right: 10px;
}
.user-area.not-viewed:last-child .user-img img {
    display: block;
}

.user-area.not-viewed .user-img img {
    display: none;
}
.from-80 {
    width: 86%;
    float: left;
    margin-right: 17px;
    border-radius: 4px;
    overflow: hidden;
    height: 55px;
}
.from-80 {
    border: 1px solid #0056b3;
}
.from-80 .form-control {
    width: 100%;
    border-radius: 4px;
}
.chat-mes-i {
    float: left;
    width: 100%;
    background: #cfe7f1;
    padding: 20px 20px 10px;
}
.user-title-s {
    padding: 10px;
    background: #0056b3;
    color: white;
}
.r-s-user-s {
    float: right;
}

.r-s-user-s a {
    color: white;
    font-weight: bold;
    margin-right: 10px;
}
.user-msg {
    position: relative;
}
.checked {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 9;
    right: -20px;
    top: 7px;
}
span.checked.non-doble {
    color: gray;
}

span.checked.double {
    color: #4195fe;
}
button.submit.s-btn-a.btnChatPage {
    float: left;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 22px;
}
/* .checked::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  .double::before {
    font-family: 'Line Awesome Brands'; font-weight: 900; content: "\f560";
    color: #0056b3;
  } */
/* .tps::before {
    font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f1ea";
  } */
.login-area-s {
    background: white;
}

.login-area-s #myDIV,
.login-area-s #myDIVRegister {
    padding: 20px;
}

/* for product-page */

.img-secton img {
    object-fit: cover;
    height: 86px;
    width: 100%;
}

.p-item {
    padding: 10px;
    background: white;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    min-height: 85px;
}
.v-a {
    margin-left: 13px;
    font-size: 14px;
    text-transform: none;
}

.v-a a {
    color: white;
    font-weight: normal;
}

/* chat css position */
.chat-s-div {
    position: fixed;
    bottom: 38px;
    right: 100px;
}

.chat-s {
    background: #2196f3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px 0 0;
    text-align: center;
    color: white;
    font-size: 1.7rem;
    z-index: 9;
    float: left;
}
.chat-s:hover {
    background: #0056b3;
    color: #fff;
}
.chat-ma {
    position: fixed;
    right: 100px;
    width: 500px;
    bottom: 100px;
    z-index: 999;
}
@media screen and (max-width: 720px) {
    .chat-ma {
        right: 21px;
        width: 80%;
        bottom: 150px;
    }
    .chat-s-div {
        position: fixed;
        bottom: 78px;
        right: 23px;
    }
}

.investor-detail-page {
    float: left;
    width: 100%;
    min-height: 300px;
}

.c-soon {
    float: left;
    width: 100%;
    background: white;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #1c1c81;
    text-align: left;
}
.inver-nav {
    margin: 30px 0 0;
}

.inver-nav .bg-light {
    background: white !important;
}
.inver-nav .dropdown-menu {
    overflow-y: scroll;
    max-height: 300px;
}

.contact-page- {
    margin-top: -200px;
}

.i-d-contents {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.i-d-icon-holder {
    float: left;
    width: 30px;
    font-size: 1rem;
    margin-top: 3px;
    color: #c41118;
}
.i-d-content {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: time;
    color: #c41118;
}

.i-d-content span {
    font-size: 15px;
    font-weight: normal;
    display: block;
    font-family: "Quicksand", sans-serif;
    margin-left: 30px;
    color: #333;
    text-transform: none;
    line-height: 1.5;
}

.i-d-content span:first-child {
    margin-top: 13px;
}

.i-d-content span a {
    font-weight: bold;
    color: #1e5fba;
}

.c-map:after {
    transition: all 300ms;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(2, 17, 44, 0.47);
    top: 0;
    left: 0;
    position: absolute;
}

.c-map {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -30px;
}
.c-map:hover:after {
    top: 500px;
    display: none;
}

.blink {
    background: red;
    padding: 5px 10px;
    color: white;
    float: left;
    font-size: 12px;
    position: absolute;
    top: 7px;
    right: 14px;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}
.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}
td .blink {
    padding: 3px 20px;
    top: 10px;
    border-radius: 4px;
}
.pagination .page-item {
    padding: 0;
    width: auto;
    margin: 0;
}
.pagination li::before {
    display: none;
}

.demo li {
    margin-bottom: 15px !important;
}
.demo-footer {
    float: left;
    width: 100%;
    padding: 10px;
    background: white;
    margin-bottom: 10px;
}
.nes-btns a {
    font-size: 1.2rem;
    color: white;
    padding: 6px 15px;
    background: #357ae8;
    float: left;
    margin: 4px;
    border-radius: 4px;
    line-height: 1;
}
.news-ticker {
    float: left;
    width: 100%;
}
.news-ticker.s-m-view {
    margin: 10px 0;
}
.newticker-label {
    float: left;
    padding: 10px;
    width: 150px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    background: #db3c48;
}

.newticker-contet {
    float: left;
    width: calc(100% - 150px);
}

.new-ticker {
    float: left;
    width: 100%;
    background: white;
}

.newticker-contet a {
    padding: 10px;
    line-height: 1;
    font-weight: bold;
    color: #333;
}

marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    height: 40px;
}

span.news-tick-date {
    padding: 10px;
    color: red;
}
