/* CUSTOM CSS*/


/*FONT*/


        @font-face {
          font-family: "Shurjo";
          font-display: swap;
          font-style: normal;
          font-weight: 400;
          src: url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v5_1.woff2) format('woff2'),
               url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v5_1.woff) format("woff");
        }
        @font-face {
          font-family: "Shurjo";
          font-display: swap;
          font-style: normal;
          font-weight: 700;
          src: url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v5_1.woff2) format('woff2'),
               url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v5_1.woff) format("woff");
        }

        @font-face {
          font-family: 'Roboto';
          font-style: normal;
          font-weight: 400;
          font-display: swap;
          src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxM.woff) format('woff');
        }

        :root {
          --ratio: 1.112;
          --fallback: "Siyam Rupali","Roboto","Arial","Helvetica", "Monospace";
          --font-1: "Shurjo", var(--fallback);
          --font-2: "Shurjo", var(--fallback);
          --font-3: "Roboto", var(--fallback);
        }
        .fonts-loaded {
          --font-1: "Shurjo", var(--fallback);
          --font-2: "Shurjo", var(--fallback);
          --font-3: "Roboto", var(--fallback);
        }
        
        
*:not(i) {
    font-family: Shurjo !important;
}        


/*header*/

.logo2 img {
    width: 65% !important;
    height: auto;
    margin-top: -5px !important;
}







/*body*/

.top-scroll-section3 {
    margin: 30px 0px 20px 0px !important;
}






/*footer*/

.footerMenu-wrpp ul li {
    padding-bottom: 0px !important;
    display: inline-block;
    border-radius: 13px !important;
    border: 1px solid white !important;
    padding-top: 10px !important;
    margin-bottom: 15px !important;
}

.footer-area {
    background: #000 !important;
   
}






@media only screen and (max-width: 767px) {
    .mobile_logo img {
        width: 35% !important;
        height: auto;
        position: absolute;
        left: 11px !important;
        margin-top: -10px !important;
    }
    
    .menu-section {
    padding: 20px 20px !important;
}
    
    .top-scroll-section3 {
    margin-top: 25px;
}
    
    .stellarnav.mobile {
	margin-left: -30px !important;
}

.footerMenu-wrpp ul li {
    padding-bottom: 0px !important;
    width: auto !important;
    display: inline-block;
    border-radius: 13px !important;
    border: 1px solid white !important;
    padding-top: 10px !important;
    margin-bottom: 15px !important;
}
    
}


