
 html { scroll-behavior: smooth; }
body {
    font-family: 'Lato', sans-serif;
    /*  font-family: lato;*/
    color: #828282;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden !important;
    zoom: unset;
    max-width: 100vw;
    letter-spacing: 0.3px;
}

.bold-italic {
    font-weight: 700;
    font-style: italic;
}
h1, h2, h4, h5 {
    font-weight: 700;
    color: #000;
}

.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

    .reveal-left.visible {
        opacity: 1;
        transform: translateX(0);
    }

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

    .reveal-right.visible {
        opacity: 1;
        transform: translateX(0);
    }
/* stagger children */
.stagger > *:nth-child(1) {
    transition-delay: 0s;
}

.stagger > *:nth-child(2) {
    transition-delay: 0.1s;
}

.stagger > *:nth-child(3) {
    transition-delay: 0.2s;
}

.stagger > *:nth-child(4) {
    transition-delay: 0.3s;
}

.stagger > *:nth-child(5) {
    transition-delay: 0.4s;
}

.stagger > *:nth-child(6) {
    transition-delay: 0.5s;
}
.bg-primary {
    background-color: #10325A !important;
}
.bg-dark {
    background-color: #000 !important;
}


.close-button{
    position:fixed;
    right:220px;
   
}
.close-img {
    width: 50px;
}


/*::-webkit-scrollbar {
    width: 0;*/ /* Remove scrollbar space */
/*background: transparent;*/ /* Optional: just make scrollbar invisible */
/*display: none;
}*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    /*background:#000;*/
    z-index: 999;
    height: 62px;
}

.logoImg {
    height: 60px;
    /* padding-bottom:10px;*/
}
#moretxt {
    display: none;
}
.btnsubText {
    font-size: 10px;
    text-align: left;
    line-height: 1.3;
}

.btnText {
    font-size: 16px;
    padding-top: 2px;
}


.paddt10 {
    padding-top: 10px;
}

.paddt20 {
    padding-top: 20px;
}

.paddt30 {
    padding-top: 30px;
}
.paddr50 {
    padding-right: 50px;
}
.paddr30 {
    padding-right: 30px;
}
.paddt50 {
    padding-top: 50px;
}
.paddt70 {
    padding-top: 70px;
}
.paddt80 {
    padding-top: 80px;
}
.imgp60 {
    padding:0 60px 0 0;
}
.imgpr50 {
    padding: 0 50px 0 0;
}
.imgpl60 {
    padding: 0 0 0 60px;
}
.imgpl30 {
    padding: 0 0 0 30px;
}
.paddb10 {
    padding-bottom: 10px;
}
.paddb20 {
    padding-bottom: 20px;
}
.paddb30 {
    padding-bottom: 30px;
}
.paddb40 {
    padding-bottom: 40px;
}
.paddb60 {
    padding-bottom:60px;
}
.paddb100{
    padding-bottom:100px;
}
.paddb80 {
    padding-bottom: 80px;
}
.paddt70{
    padding-top:70px;
}
.font-50{
    font-size:50px;
}
.scroll-container {
    overflow: scroll;
    white-space: nowrap;
}
.col1 {
    display: inline-block;
   /* width:315px;*/
    text-align:center;

}
.colmnreverse {
    flex-direction:unset;
}	

.nowrap {
    white-space: nowrap;
}

.graysmall {
    color: #828282;
    font-weight: 300;
    font-size: 12px;
    line-height: 0px;
}
.graysmall-m {
    color: #828282;
    font-weight: 300;
    font-size: 11px;
    line-height: 16px;
    padding-top:10px;
}


@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateY(80px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes dropHeader {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    padding-left: 0px !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-right:60px;
}
.navbar-light .navbar-nav .nav-link {
    color: #F8F8F8;
    font-size: 15px;
    padding: 20px 25px;
}
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .nav-link.active {
        color: #FFF;
        text-decoration: none;
        font-weight: 400;
       /* border-bottom: 3px solid #fff;*/
    }
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: #1F7ACB;
    }
.dropdown-menu.show {
    display: inline-flex;
   /* margin-top:25px;*/
   
}
.dropdown-item {
    /*text-align: center;*/
    padding: 50px;
    white-space:unset;
}
.dropdown-item:focus, .dropdown-item:hover {
  color:#000;
    background: unset;
}
#secios{
    position:fixed;
    bottom:0;
    z-index:999;
}
#secandro {
    position: fixed;
    bottom: 0;
    z-index: 999;
}
#top-strip span {
    font-size: 13px;
}
    

.lg-btn {
    color: #fff;
    padding: 5px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    display: inline-block;
 /*   border: 1px solid #fff;*/
    border-radius: 8px;
}
   /* .lg-btn:hover {
        color: #fff;
        padding: 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
      
        display: inline-block;
    }*/
.btn-blue-top {
    margin-right: 20px;
    border-radius: 25px;
    background: #318AF2;
    color: #fff;
    padding: 8px 18px 6px;
    font-weight: 500;
    transition: 0.3s;
    font-size: 15px;
}
    .btn-blue-top:hover {
        background: #FFF;
        color: #0C0C0C;
       
    }
.btn-blue-bottom {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 50px;
    transition: 0.5s;
    background: #318AF2;
    color: #fff;
    width: 90%;
    /*    border: 2px solid #fff;*/
}
.btn-blue {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    background: #318AF2;
    color: #fff;
    width:auto;
    text-align:center;
    /*    border: 2px solid #fff;*/
}
.btn-transparent {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    background:transparent;
    color: #fff;
        border: 2px solid #fff;
}
.btn-dark {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 30px;
    transition: 0.5s;
    background: #10325A;
    color: #fff;
    width: auto;
    /*    border: 2px solid #fff;*/
}
.wrap-content {
    display: flex;
    align-items: center;
   text-align:center;
    gap: 16px;
    flex-wrap: wrap;
}
a {
    color: #318AF2;
    text-decoration: none;
}

a:hover {
  color: #ccc;
  
}

.black {
    color: #0C0C0C;
}
.blue {
    color: #318AF2;
}

.yellow {
    color: #FFE720;
}

.gray {
    color: #828282;
}
.light-gray {
    color: #ccc;
}
.white {
    color: #ffffff;
}

.desktp{
    display:block;
}
.mobile {
    display: none;
}

/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #fff000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}


.back-to-top i {
    font-size: 28px;
    color: #000;
    line-height: 0;
}

.back-to-top:hover {
  background: #fff000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}











sup {
    color: #0084EC;
    font-size: 26px;
    top: -1em;
    font-weight: 700;
}


sub {
    color: #d546fc;
    font-size: 26px;
    bottom: -0.1em;
    font-weight: 700;
}


.scrollnav {
    background: rgba(0,0,0,.6) none repeat scroll 0 0;
    padding-top:0px;
    padding-bottom: 0
}

    .scrollnav .altlog {
        width: 52px
    }

.section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 0.01em;
}

    .section-label .bar {
        width: 3px;
        height: 16px;
        background: #FFE720;
        border-radius: 2px;
        flex-shrink: 0;
    }

.full-width {
    width: 100%;
}

.bold {
    font-weight: 700;
}

.nopadding{
    padding:0;
}


.font10 {
    font-size: 10px;
    
}
.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 12px;
}

.vertical-center {
    display: table-cell;
    float: none;
    vertical-align: middle;
    margin: auto;
}

.vertical-center-float {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
}
.right {
    float: right;
}

.left {
    float: left;
}
.text-right {
  text-align: right;
}
.touchleft {  
    text-align: left;
    padding-bottom: 10px;
    padding-right: 0;
}

   
.icondiv {
    border-radius: 20px;
    padding: 30px 20px;
    width: 100%;
    background: #E8ECF4;
    margin-bottom: 30px;
    min-height: 280px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    transition: transform .25s, box-shadow .25s;
   
}
        .icondiv:hover {
            transform: translateY(-4px);
            box-shadow: 0 5px 15px rgba(0,0,0,.1);
        }
.icondiv-transparent {
    border-radius: 20px;
    padding: 30px 20px;
    width: 100%;
  /*  border: 1px solid #4A6A8F;*/
    background: #1C4471;
    min-height: 240px;
    box-shadow: 0 0 0 0.7px #4A6A8F;
    transition: transform .25s, box-shadow .25s;
}

    .icondiv-transparent:hover {
        transform: translateY(-4px);
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
    }





.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238A8A8A'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238A8A8A'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.carousel-control-next-icon, .carousel-control-prev-icon {  
    width: 1.5rem;
    height: 1.5rem;
}
button.carousel-control-prev, button.carousel-control-next {
    background: #fff;
    height: 50px;
    top: 48%;
    width: 50px;
    border-radius: 30px;
    opacity: 1;
}
.stroke-box {
    /*outline: 1px solid #E2F4FF;*/
    box-shadow: 0 0 0 1px #E2F4FF;
    border-radius: 10px;
    padding: 8px;
    transition: .3s;
}
.feature-box {
    background: #fff;
    /* border: 1px solid #ececec;*/
    border-radius: 14px;
    padding: 12px;
    transition: .3s;
 
}

    .feature-box:hover {
        /*  box-shadow: 0 15px 35px rgba(0,0,0,.08);*/
        transform: translateY(-4px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    }
.feature-box-border {
    background: #fff;
    box-shadow: 0 2px 5px #ccc;
    border-radius: 14px;
    padding: 12px;
    transition: .3s;
    margin-bottom: 20px;
}
   
.commercial-box {
    background: #fff;
    /* border: 1px solid #ececec;*/
    border-radius: 14px;
    padding: 20px 15px;
    transition: .3s;
    box-shadow: 0 0 5px 0 #ccc;
    min-height: 260px;
}

    .commercial-box:hover {
        /*  box-shadow: 0 15px 35px rgba(0,0,0,.08);*/
        transform: translateY(-4px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    }
.feature-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: #F2F7FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-border-box {    
    padding:40px 10px 0px;
     border-bottom: 1px solid #ccc;   
    transition: .3s;
    min-height:180px;
}

.sky-box {
    background: #E2F4FF;
    padding: 50px 20px;
    text-align: center;
    margin-top: 50px;
    border-radius: 20px;
}

.carousel-control-next {
    right: -70px;
}

.carousel-control-prev {
    left: -70px;
}
  


.img-radius {
    border-radius: 15px;
}

.paddt100{
    padding-top:100px;
}
.paddt70 {
    padding-top: 70px;
}
.paddtb50 {
    padding: 30PX 0 30px 0;
}


.paddb50 {
    padding-bottom: 50px;
}
    .text-center {
        text-align: center;
    }

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 39px;
    display: none;
    color: rgb(255, 255, 255);
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    text-align: center;
    font-size: 18px;
    background: rgb(0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 100%;
}

#footer {
    background: #303030;
    color: #fff;
    font-size: 14px;
    padding-top: 30px;
}

    #footer h3 {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
    }

    #footer h4 {
        font-size: 16px;
        font-weight: 300;
    }

.pax {
    padding: 20px 0;
}

footer ul {
    padding-left: 0;
}

footer li {
    list-style: none;
    text-align: left;
    line-height: 25px
}

footer a {
    color: #fff;
}

    footer a:hover {
        color: #ccc;
    }

#myBtn {
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
}

.modal-content {
    border: none;
}



#registerpop .modal-dialog {
    max-width: 420px;
}

#registerpop .modal-content {
    border-radius: 0;
    height: 500px;
}

#registerpop .modal-header {
    border-bottom: none;
    background: #fff;
    color: #000;
    padding: 1rem;
    border-radius: 0;
}

    #registerpop .modal-header h2 {
        font-size: 26px;
        line-height: 1.3;
        letter-spacing: 0px;
        font-weight: 900;
    }

#registerpop .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 1rem 2rem;
}

#registerpop .modal-footer {
    background: linear-gradient(11deg,#835ABA, #1F7ACB);
    margin: 0 !important;
    padding: 20px !important;
    border-radius: unset;
    color: #fff;
    justify-content: center;
    font-size: 13px;
    border: none;
}

#registerpop label {
    font-size: 12px;
    color: #151515;
    font-weight: 300;
}

#registerpop input, select, textarea {
    background: #fff;
    border: 1px solid #cac7c3;
    border-radius: 12px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    outline: none;
    padding: 0.75rem 1rem;
    margin-bottom: 8px;
    transition: all .2s ease;
    width: 100%;
}

.btn-dark-login, .btn-dark-login:focus, .btn-dark-login:hover, .btn-dark-login.active {
    PADDING: 13PX 15PX;
    font-weight: 700;
    border-radius: 50px;
    height: 55px;
    font-size: 18px;
    background: #000;
    color: #fff;
}




dl, ol, ul {
    margin-top: 0px;
    margin-bottom: 1rem;
}

#myBtns {
    display: none;
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
}   

#section-footer {
    width: 100%;
    padding: 80px 0;
    z-index: 999;
    background: #f2f2f2;
}

    #section-footer h2 {
        font-size: 44px;
        margin-bottom: 20px;
    }

    #section-footer h3 {
        font-size: 22px;
        margin-bottom: 50px;
    }









@media (max-width:1024px) {

    
    .btn-blue {
        border-radius: 50px;
        padding: 8px 24px;
        font-size: 16px;
        font-weight: 700;
    }

    .btnText {
        font-size: 15px;
        padding-top: 2px;
    }
    .imgp60 {
        padding: 0 10px;
    }
}
    @media (max-width:540px) {
        /*.container, .container-sm {
        width: 100%;
    }*/
    }

    @media (max-width:767px) {
        .pdlr20 {
            padding: 30px 20px;
        }
        .paddr50 {
            padding-right: 20px;
        }
        /*.container, .container-sm {
            max-width: 650px;
        }*/

        .top-strip {
            width: 100%;
        }

      

       

       

        .icondiv {
            border-radius: 15px;
            padding:30px 20px;
            /* text-align: center; */
            width: 100%;
            margin: 0 0 20PX;
        }

        .icondiv-transparent {
            border-radius: 15px;
            padding:30px 20px;
            /* text-align: center; */

            margin: 0 0PX 20PX;
        }

        .commercial-box {
            border-radius: 15px;
            padding: 30px 20px;
           min-height:250px;

            margin: 0 0PX 20PX;
        }

        

        .carousel-indicators [data-bs-target] {
            box-sizing: content-box;
            flex: 0 1 auto;
            width: 20px;
            height: 3px;
            padding: 0;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #828282;
            background-clip: padding-box;
            border: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            opacity: .5;
            transition: opacity .6s ease;
        }

        .carousel-indicators .active {
            background-color: #000;
        }
        .container {
            padding: 0 20px;
        }
               
        hr {
            color: #E0E0E0;
        }
        .navbar-toggler {
            font-size: 1.7rem !important;
            position: absolute;
            padding: .25rem 0rem;
        }

        .navbar-brand {
            padding-left: 40px !important;
        }

        .navbar-light .navbar-nav .nav-link {
            color: #f8f8f8;
            padding: 10px 5px;
            font-size: 15px;
            
        }

        .logoImg {
            height: 45px;
        }

        .navbar-collapse {
            position: fixed;
            top: 59px;
            left: 0;
            padding-left: 20px;
            padding-right: 30px;
            padding-bottom: 15px;
            height: 100%;
        }

            .navbar-collapse.collapsing {
                height: 100%;
                left: -75%;
                transition: height 0s ease;
            }

            .navbar-collapse.show {
                height: 100%;
                left: 0;
                transition: left 400ms ease-in-out;
                background: #000;
                opacity:0.9;
                width:60%;
            }

        .navbar-toggler.collapsed ~ .navbar-collapse {
            transition: left 400ms ease-in;
        }

        .desktp {
            display: none !important;
        }

        .mobile {
            display: block;
        }

        .sticky {
            position: fixed;
            top: 0;
            width: 100%;
            background: #000;
            z-index: 999;
            height: 60px;
        }

        .paddr30{
            padding-right:5px;
        }






        .imgp60 {
            padding: 0px 10px;
        }

        .imgpl60 {
            padding: 0px 10px;
        }


        .form-controls {
            padding: 10px;
            font-size: 15px;
            font-weight: 300;
            line-height: 1;
            color: #212529;
            background-color: #000;
            border: 1px solid #e0e0e0;
            border-radius: 10px;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }
        
     


        .btn-blue {
            border-radius: 50px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 700;
            width: 100%;
        }

        .btn-transparent {
            border-radius: 50px;
            padding: 12px 30px;
            font-size: 14px;
            font-weight: 700;
        }

        .btn-dark {
            border-radius: 50px;
            padding: 12px 38px;
            font-size: 14px;
            font-weight: 700;
        }

        .textd span {
            color: #5e5e5e;
            font-size: 24px;
            font-weight: 300;
        }

        .row.texticonm {
            padding: 40px 20px 0;
        }

       
        .crousalbox1 {
            background: #Fff;
            color: #000;
            padding: 20px 0 0;
            border-radius: 15px;
            text-align: center;
            width: 280px;
            white-space: normal;
            margin: 0 10px;
        }

            .crousalbox1 h4 {
                font-size: 16px;
            }

            .crousalbox1 span {
                font-size: 12px;
            }


        .paddtb2010 {
            padding: 20px 20px 10px;
        }

       

        
        .close-button {
            position: fixed;
            right: 25px;
            z-index: 9999;
        }

        .close-img {
            width: 35px;
        }

        .form-control {
            padding: 12px 20px;
            border-radius: 10px;
            background: #f2f2f2;
            border: none;
        }

        .scrollnav {
            background: rgba(0,0,0,.6) none repeat scroll 0 0;
            padding-top: 5px;
            padding-bottom: 0
        }

        .navbar {
            padding-top: 5px;
            padding-bottom: 0;
        }

        .btn-transparent {
          /*  margin-top: 30px;*/
            width: 100%;
            text-align: center;
        }

        .lg-btn {
            padding:0 5px;
        }
        .bottom-border-box {
            padding: 40px 0px 0px;
           
        }
        .card-testonimial {
            background: #FFF;
            padding: 1.5rem;
            border-radius: 1.2rem;
            font-weight: 500;
            min-height: 320px;
            /*  align-items: center;*/
        }

        .testonimial-name {
            font-weight: 800;
            margin-top: 20px;
        }
        .icondiv-transparent {
           
            background: #1C4471;
            min-height: 180px;
            box-shadow: 0 0 0 0.7px #4A6A8F;
            transition: transform .25s, box-shadow .25s;
        }
        .btnsubText {
            font-size: 12px;
            text-align: left;
            line-height: 1.5;
        }

        .btnText {
            font-size: 18px;
            padding-top: 2px;
        }

        .btn-blue-bottom {
            padding: 18px 40px;
            width: 90%;
            /*    border: 2px solid #fff;*/
        }
        dl, ol, ul {
            margin-top: 20px;
            margin-bottom: 1rem;
        }

        #registerpop .modal-dialog {
            margin: auto auto;
            min-height: 100vh;
            background: #fff;
        }

        #registerpop .modal-footer {
            background: linear-gradient(11deg,#835ABA, #1F7ACB);
            margin: 0 !important;
            padding: 20px !important;
            border-radius: 0;
            color: #fff;
            justify-content: center;
            font-size: 12px;
            border: none;
            bottom: 0;
            position: fixed;
            width: 100%;
        }

        #footer {
            background: #303030;
            color: #fff;
            font-size: 16px;
            padding-top: 20px;
        }

        #section-footer {
            padding: 80px 0 110px;
        }

            #section-footer h2 {
                font-size: 28px;
            }

            #section-footer h3 {
                font-weight: 500;
                font-size: 18px;
            }
    }

