body {
    margin: 0;
    font-family: "Poppins", serif !important;
    background: #ffffff;
}

.container {
    max-width: 1140px !important;
    width: 100% !important;
}

.header-top-link ul li:hover,
.header-top-link ul li.active {
    color: #00a0e3;
    border-bottom: 2px solid rgb(0 160 227 / 0%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.header-top-link ul li a:hover {
    color: #00a0e3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.top-links li:last-child {
    margin-right: 0;
}

.header-top-link.mobile-top {
    display: none;
}

.link-list li:first-child::after {
    display: none;
}

.banner-text {
    padding: 35px 25px 0;
    background: #ffffff;
    margin: 25px 0;
    text-align: center;
}

.banner-text h1 {
    color: #009de3;
    font-size: 48px;
    text-align: center;
}

.banner-text p {
    margin: 0;
}

.main-navigation>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
    margin-top: 13px;
}

.main-navigation>ul li {
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.main-navigation>ul li span {
    display: none;
}

.main-navigation>ul>li:hover {
    text-align: center;
}

.main-navigation>ul>li:hover:after {
    content: '';
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #00a0e4;
    bottom: 0;
    margin-left: 0px;
}


.main-navigation>ul>li>ul>li:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.main-navigation>ul>li:last-child>a {
    padding-right: 0;
}

.main-navigation>ul>li>a:hover,
.main-navigation>ul>li.btns-active>a {
    color: #00a0e4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.main-navigation>ul li ul li a:hover {
    color: #ffffff;
}

.main-navigation>ul li ul li a:before {
    content: '';
    position: absolute;
    height: 0px;
    left: 0;
    right: 0;
    width: 100%;
    top: -7px;
    bottom: 0;
    margin: 0 auto;
    background: #008cc7;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.main-navigation>ul li ul li a:hover:before,
.main-navigation>ul>li>ul>li.btns-active>a:before {
    content: '';
    position: absolute;
    height: 35px;
    left: 0;
    right: 0;
    width: 100%;
    top: -7px;
    bottom: 0;
    background: #008cc7;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.main-navigation>ul li:hover ul {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

header#header {
    height: auto !important;
    position: fixed;
    width: 100%;
    box-shadow: none;
    z-index: 3;
    top: 0;
}

.home-header header#header {
    background: #0e3753;
}

.scrolled header#header {
    background: #0e3753;
}

div#headerLogo {
    max-width: 260px;
    float: left;
    background: #ffffff;
    padding: 8px 15px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    margin-bottom: -25px;
    box-shadow: 0px 2px 15px #74747480;
    width: 17vw;
}

div#headerLogo img {
    bottom: 0;
    width: 118%;
}

.header-right {
    width: 75%;
    float: right;
    height: 52px;
}

header .logo {
    padding-bottom: 0px !important;
}

.header-top-link {
    background: #1c567b;
    padding: 15px 0;
    margin: 0;
    text-align: right;
}

header .header-top-link .link-list {
    margin-bottom: 0 !important;
}

ul.top-links li {
    margin: 0 10px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 700;
    color: #00a0e3;
}

ul.link-list.top-links a {
    color: #ffffff;
    margin-left: 6px;
    font-family: "Poppins", serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

.main-navigation>ul li a {
    color: #ffffff;
    position: relative;
    font-family: "Poppins", serif;
    font-size: 15px;
    text-decoration: none !important;
    padding: 0px 15px;
    display: block;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.main-navigation>ul>li>a:after {
    content: '';
    background: url(/siteassets/img/down-arrow.webp);
    position: absolute;
    width: 7px;
    height: 4px;
    background-repeat: no-repeat;
    right: 2px;
    top: 10px;
}

.main-navigation>ul li ul {
    position: absolute;
    display: none;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    /* top: 90px; */
    padding-top: 12px !important;
    left: unset;
    right: unset;
    margin: 0;
    padding: 0;
}

.main-navigation>ul>li>ul>li {
    display: inline-block;
    padding: 8px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: block;
    background: rgb(3 107 191);
    text-align: left;
}

.main-navigation>ul li ul li a {
    color: #ffffff;
    font-family: "Poppins", serif;
    font-size: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.main-navigation>ul>li:hover:after {
    bottom: 0px;
    border-bottom: 7px solid #036bbf;
}

.main-navigation>ul>li>ul>li:hover {
    background: rgb(2 91 163);
}

.main-navigation>ul>li:last-child>a {
    padding-right: 15px;
}

.Reusable-blk-home .col-lg-3.col-md-4.col-sm-6.col-xs-12 {
    margin: 15px 0;
}

.blk-link-sec {
    background: white;
    padding: 15px;
    margin: 12px 0;
    border: 1px solid #efefef;
    border-radius: 5px;
    overflow: hidden;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 6px 0px #00000017;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    height: 100%;
    align-items: flex-start;
}

.blk-link-sec:hover {
    box-shadow: 0px 5px 6px 2px #00000017;
    margin-top: 8px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.blk-details h2 {
    font-size: 17px;
    color: #4a4e51;
    font-weight: 700;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 0;
}

.blk-details p {
    font-size: 13px;
}

.blk-link a {
    background: #00a0e3;
    color: #ffffff;
    padding: 5px 11px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 3px;
}

.blk-link a:hover {
    background: #067eb1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

footer {
    background-color: #2b445d;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

#footer .footer {
    display: table;
    width: 100%;
    padding: 55px 0px 0px;
}

.footer .footer-logo {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}

.footer .footer-logo img {
    width: 270px;
}

.footer .footer-contents {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
    float: right;
}

.footer .footer-contents ul {
    display: inline-block;
    margin: 0;
    margin-bottom: 16px;
    float: right;
}

.footer .footer-contents ul li {
    float: left;
    list-style-type: none;
    margin: 0px 10px 0px
}

.footer .footer-contents ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
}

.footer .footer-contents ul li a:hover {
    color: #eee;
}

.footer .footer-contents ul li:last-child {
    margin-right: 0;
}

.footer .footer-contents .copy {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.185em;
    margin-top: 10px;
    opacity: 0.8;
    text-align: right;
    margin-bottom: 0;
    line-height: 1.6;
    float: right;
    margin: 25px 0;
}

.footer .footer-logo .address {
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 0;
    line-height: 1.6;
    margin-top: 25px !important;
}

footer p,
footer ul li a {
    font-family: "Poppins", serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
}

.bg-card-header {
    padding: 0 15px !important;
}

.bg-card-foot-img a img {
    margin: 0 !important;
    height: 50px;
    width: 49px;
}

.see-prod-info.close-flip {
    top: 7px !important;
    right: 11px !important;
    font-size: 15px !important;
}

.block-discrip h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px;
    text-align: left;
    color: #4a4e51;
    border-bottom: 2px solid #009ee2;
}

.btn_livedemo a {
    text-align: center;
    border: 2px solid #009ee2;
    color: #009ee2;
    padding: 10px;
    display: block;
    width: 100%;
    margin-top: 100px;
    float: right;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 13px;
}

.btn_livedemo a:hover {
    background: #009ee2;
    color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.error-page {
    margin: 150px 0;
}

.rep-details.rep-dtl-1:hover {
    box-shadow: 0px 5px 6px 2px #00000017;
    margin-top: -8px;
    -webkit-transition: all .5s;
    -moz-transition: all .3s;
    transition: all .5s;
}

.rep-details.rep-dtl-1 {
    -webkit-transition: all .5s;
    -moz-transition: all .3s;
    transition: all .5s;
}

.rep-details.full-detail {
    -webkit-transition: all .5s;
    -moz-transition: all .3s;
    transition: all .5s;
}


#pdfPopup {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-content {
    background: #fff;
    padding: 1px;
    border-radius: 5px;
    /* min-height: 1103px;
    height: 100%; */
}

.popup-content iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

#closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.right-pdf-view {
    position: relative;
    min-height: 500px;
}

.loolkit-pdf-sec {
    /* position: absolute; */
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 100%;
}

.loolkit-link-sec ul {
    margin: 0;
    padding: 0;
}

.loolkit-link-sec ul li {
    cursor: pointer;
}

.loolkit-link-sec ul li {
    cursor: pointer;
    display: block;
    background: #00a1e4;
    color: #ffffff;
    margin: 1px 0;
    padding: 12px 15px;
    font-size: 15px;
}

.toolkit-docs {
    margin: 0px 0 25px;
}

.toolkit-docs .container {
    padding: 15px;
}

li.showPdfBtn.active {
    background: #0776a5;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    top: 3.25rem;
    bottom: 3.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    max-width: 40vw;
}

.home-header div#bannerPane {
    padding-top: 102px;
}

.carousel-indicators {
    justify-content: flex-start;
    z-index: 2;
}

.carousel-caption h5 {
    font-size: 2.7vw;
    font-weight: 600;
}

.carousel-caption ul {
    padding: 0px;
    min-height: 100px;
    position: relative;
}

.carousel-caption ul li {
    list-style: none;
    margin-left: 23px;
    position: relative;
    margin-bottom: 8px;
    font-size: 1vw;
}

.carousel-caption ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #036bbf;
    left: -22px;
    top: 9px;
}

.carousel-indicators [data-bs-target] {
    background-color: #47b6ea;
    opacity: 1;
}

.carousel-indicators button.active {
    background-color: #FFFFFF !important;
}

.homepage-block-sec .row {
    row-gap: 30px;
}

.homepage-block-sec h2 {
    border-bottom: 1px solid #ebebeb;
    color: #009de3;
    font-size: 35px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-top: 60px;
}

.card-home {
    box-shadow: 0px 9px 12px 6px rgb(0 0 0 / 10%);
    padding: 30px 25px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-home:hover {
    box-shadow: 0px 15px 23px 3px rgb(0 42 197 / 32%);
    margin-top: -3px;
    margin-bottom: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.card-home h3 {
    color: #303030;
    font-size: 24px;
}

.card-home p {
    font-size: 16px;
    margin-top: 16px;
}

.card-links-sec {
    display: flex;
    flex-direction: row;
    gap: 6px;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

.card-links-sec img {
    margin-bottom: 30px;
}

.card-links-sec a {
    color: #009de3;
    font-weight: 600;
    border: 1px solid #47b6ea;
    padding: 12px 4.3%;
    border-radius: 5px;
    width: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: transparent;
    position: relative;
    font-size: 14px;
}

.card-links-sec a:hover {
    color: #ffffff;
    background:#009de3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.card-links-sec a:hover:before {
    background: #1e9fdb;
    color: #ffffff;
    width: 100%;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}







/* Inner Page Banner CSS */

ul.link-list.top-links.left {
    padding: 0;
    margin: 0;
    text-align: left;
}

ul.link-list.top-links.right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 30px;
}

.banner-sec.block-page-detail {
    background: url(/siteassets/img/banner-bg-3.webp);
    padding-top: 76px;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    min-height: 715px;
    display: flex;
    align-items: center;
}

.banner-2 {
    background: url(/siteassets/img/banner-bg-4.webp) !important;
}
.banner-3 {
    background: url(/siteassets/img/banner-bg-5.webp) !important;
}
.banner-4 {
    background: url(/siteassets/img/banner-bg-6.webp) !important;
}
.banner-5 {
    background: url(/siteassets/img/banner-bg-7.webp) !important;
}
.main-blk-sec {
    text-align: center;
    color: #ffffff;
    font-family: "Poppins", serif;
    margin: 60px 0 50px;
}

.main-blk-sec .main-blk-details {
    max-width: 660px;
    text-align: left;
}

.main-blk-details h1 {
    font-size: 44px;
    font-weight: 600;
}

.main-blk-details p {
    font-size: 15px;
}
.main-blk-details p a {
    color: #07a4e4;
}
.main-blk-details h4 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 11px;
}

.main-blk-details ul {
    padding: 0px;
    min-height: 100px;
    position: relative;
}

.main-blk-details ul li {
    list-style: none;
    margin-left: 23px;
    position: relative;
    font-size: 15px;
}

.main-blk-details ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #036bbf;
    left: -22px;
    top: 9px;
}

.btn_livedemo {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    max-width: 500px;
    width: 100%;
    font-family: "Poppins", serif;
    margin-bottom: 15px;
    flex-direction: row;
}

.btn_livedemo a {
    margin-top: 0px !important;
    font-size: 18px;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 15px 20px;
    display: block;
    font-weight: 400;
}

div#menuIcon {
    display: none;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
/* Inner Page Banner CSS */

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .carousel-caption {
        top: 0rem;
    }
}

@media(max-width: 911px) {
    div#headerLogo {
        width: 170px;
        margin-bottom: -3px;
    }

    .header-right {
        width: calc(100% - 170px);
    }

    .main-navigation>ul li a {
        font-size: 14px;
        padding: 0px 12px;
    }
}


@media(max-width: 768px) {
    .main-navigation>ul>li>a:after {
        display: none;
    }

    .header-top-link.mobile-top {
        display: inline-block;
        margin: 0px 0px;
        padding: 9px;
    }

    ul.top-links li:last-child {
        margin-right: 15px;
    }

    div#headerLogo {
        max-width: 270px;
        width: 100%;
        float: left;
        padding: 0px 15px 0px;
        margin: 0;
    }

    .header-top-link.mobile-top ul {
        display: flex;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .footer {
        display: flex;
        flex-direction: column;
    }

    .footer .footer-logo {
        width: 100%;
    }

    .footer .footer-contents {
        width: 100%;
    }

    .footer .footer-contents ul {
        margin: 0;
        padding: 0;
        float: left;
        margin-bottom: 10px;
    }

    ul.footer-links li {
        display: block;
        width: 100%;
        margin: 15px 0 0px !important;
    }

    .footer .footer-contents ul li a {
        font-size: 15px;
    }

    .footer .footer-contents .copy {
        text-align: center;
        margin-top: 15px;
        float: left;
        width: 100%;
    }

    .burger {
        width: 36px;
        height: 41px;
        border-radius: 4px;
        /* background: rgb(56 56 56); */
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        transition: all .5s ease;
        margin: 0 0px 0px 0;
        float: right;
    }


    .burger:hover {
        background: transparent;
    }

    .burger-strip.burger-strip-tgl {
        transition: all .5s ease;
    }

    .strip div {
        height: 3px;
        border-radius: 2px;
        background: rgb(255 255 255);
        margin: 5px;
        transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
        width: 28px;
    }

    div#menuIcon {
        background: #1b4a70;
        padding: 0 10px 0px 0;
        display: block;
    }

    /* BURGER 1 */
    .burger-strip.burger-strip-tgl div:first-child {
        width: 11px;
    }

    .burger-strip.burger-strip-tgl div:last-child {
        width: 18px;
    }

    .burger-strip.burger-strip-tgl div:first-child {
        transform: rotate(49deg) translateY(-1px) translateX(3px);
    }

    .burger-strip.burger-strip-tgl div:nth-child(2) {
        transform: rotate(-45deg);
    }

    .burger-strip.burger-strip-tgl div:last-child {
        transform: rotate(47deg) translateY(-9px) translateX(2px);
    }

    /* BURGER 1 */
    div#topLinks {
        display: none;
    }

    header#header .col-12 {
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .header-right {
        width: 100%;
        float: left;
        height: 0;
    }

    .main-navigation {
        display: none;
    }

    .main-navigation>ul {
        background: #13a7e6;
        width: 100%;
        margin-top: 0;
    }

    .main-navigation>ul>li {
        display: block;
        padding: 0px 0;
        border-bottom: 1px solid #cccccc;
        position: relative;
    }


    .main-navigation>ul li a {
        width: 80%;
        color: #ffffff;
        padding: 10px 15px;
    }

    .main-navigation>ul>li>a:hover,
    .main-navigation>ul>li.btns-active>a {
        color: #ffffff;
    }

    .main-navigation>ul>li>span {
        width: 14%;
        float: right;
        height: 41px;
        margin-top: -33px;
        font-size: 30px;
        position: absolute;
        right: 0;
        top: 33px;
        color: #ffffff;
        display: block;
        text-align: center;
        padding: 0px 10px 0px;
    }

    .main-navigation>ul>li>span.plus-menu::before {
        content: '+';
        position: absolute;
        top: -2px;
        right: 10px;
    }

    .main-navigation>ul>li>span.plus-menu.showicon::before {
        content: '-';
        position: absolute;
        top: -4px;
        right: 12px;
    }

    .main-navigation>ul>li:hover:after {
        display: none;
    }

    .main-navigation>ul li:hover ul {
        display: none;
    }

    .main-navigation>ul>li:hover {
        text-align: left;
    }

    .menu-bg::before {
        display: none;
    }

    .main-navigation>ul>li>ul {
        position: static;
        padding-top: 0px !important;
        padding-left: 0px !important;
        background: #018cc7;
    }

    .main-navigation>ul>li>ul>li {
        display: block;
        text-align: left;
        padding: 0px 0;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .carousel-caption h5 {
        font-size: 40px;
    }
    .carousel-caption ul li {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .carousel-caption {
        max-width: 100%;
    }
    .carousel-caption ul li:before {
        border: 2px solid #56b3fe;
    }
}

@media screen and (max-width: 600px) {
    .btn_livedemo a {
        margin-top: 0px;
        margin-bottom: 8px;
        float: left;
        background: rgb(5 52 79 / 68%);
    }
}

/*------Block List-----------*/

.loolkit-block-list-sec select {
    background: #009de3;
    color: #ffffff;
    height: 50px;
    padding: 0 20px;
    border: 0;
    border-radius: 6px;
    outline: none;
    width: 100%;
}

.livesite-demo-links {
    padding: 15px 20px;
    border: 1px solid #009de3;
    border-radius: 6px;
}
.livesite-demo-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.livesite-demo-links ul li {
    padding: 0px 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    
}
.livesite-demo-links ul li:last-child {
    padding: 0px 0 0px;
}
.livesite-demo-links ul li a {
    color: #009de3;
}
.toolkit-block-list {
    padding-top: 80px;
    padding-bottom: 80px;
}
.toolkit-block-list .banner-text {
    margin-bottom: 80px;
}

@media screen and (max-width: 575px) {
    .livesite-demo-links {
        margin-top: 10px;
    }
    .carousel-caption {
        right: 5%;
        left: 5%;
        top: 0;
    }
    .carousel-caption h5 {
        font-size: 20px;
    }
    div#headerLogo {
        max-width: 100%;
        width: 100%;
        float: left;
        padding: 0px 65px 0px;
        margin: 0;
        border-radius: 0;
    }
    .main-blk-details h1 {
        font-size: 25px;
    }
    .banner-sec.block-page-detail {
        background-position: 80% 100% !important;
        min-height: auto;
        background-size: cover !important;
    }
    .main-blk-sec {
        text-align: center;
        color: #ffffff;
        font-family: "Poppins", serif;
        margin: 60px 0 50px;
        background: rgb(5 52 79 / 86%);
        padding: 15px;
    }
    
}