<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* last section begin */
#last-section {
    color: #eee;
    font-size: 22px;
    
}

#last-section #black-text-section {
    text-align: center;
    background: #111;
    /* background: linear-gradient(to top, #000000ff, #111111aa) !important; */
    background: #000;
    padding: 50px 0 40px;
    display: none;
}
#last-section #yellow-text-section {
    text-align: right;
    background: #FCD04A;
    /* background: linear-gradient(to right, #FCD04Aff, #FCD04Aff) !important; */
    color: #222; 
    padding: 50px 30px;
    display: none;
}
#last-section #black-text-section,
#last-section #yellow-text-section {
    display: block;
    /* animation: last-section-animation 5s ; */
    text-align: right;
    /* padding-right: 231px; */
}

#last-section #black-text-section,
#last-section #yellow-text-section,
.button-right-padding {
    padding-right: 231px;
}
#last-section #yellow-text-section i {
    font-size: 28px;
    /* vertical-align: sub; */
    vertical-align: middle;
    color: #444;
}

#black-text-section &gt; div {
    margin-bottom: 10px;
}


@media (max-width: 1024px) {
    #last-section #black-text-section,
    #last-section #yellow-text-section,
    .button-right-padding {
        padding-right: unset;
        text-align: center;
    }

  
    #last-section {
        font-size: 18px;
    }

    #last-section #black-text-section,
    #last-section #yellow-text-section { 
        padding-left: 20px;
        padding-right: 20px;
    }
    #last-section #yellow-text-section a,
    #last-section #yellow-text-section i  {
        font-size: 18px !important;
        vertical-align: middle ;
    }



}
  
/* @keyframes last-section-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */

#last-section #yellow-text-section a {
    font-size: 22px;
    color: #222; 
}
#last-section .page-name {
    font-weight: bold;
}
/* last section end */




/* fixed mobile menu start */
@media (max-width: 991px) {
    #header-wrap {
        position: fixed;
        z-index: 999;
        background: #111111aa;
        /* height: 95px; */
    }

    .svg-trigger path {
        stroke: white;
    }
    #primary-menu-trigger {
        background: #00000000;
    }
    #logo {
        height: 65px;
    }
}
/* fixed mobile menu start */


/* fixed container width begin */ 
@media (min-width: 1400px) {
    .container {
        max-width: 98%;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 98%;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 98%;
    }
}


/* fixed container width end */ 


/* page-title */
#page-title p {
    margin-bottom: 15px !important;
}

@media (max-width: 991px) {
    #page-title p {
        font-size: 20px !important;
    }
    #page-title h2 {
        font-size: 28px !important;
    }
}</pre></body></html>