@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&family=Noto+Sans&display=swap');
      .header{
            width: 100%;
            height: 500px;
            background-image: linear-gradient(rgba(85, 83, 83, 0.783), #d21e2ac5),
                    url("image/articles.jpg");
            
            background-size: cover;
            background-repeat: no-repeat;
            font-family: 'Noto Sans', sans-serif;
            background-attachment: fixed;
        }
        .header .container .col-md-12 h1{
            font-family: 'Noto Sans', sans-serif;
            font-weight: 300 !important;
            font-size: 40px;
            color: white;
            margin-top: 100px;
        }
        .header .container .col-md-12  p{
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 20px;
            color: white;
        }
        #hr{
            background-color: #fefefe !important;
            border: 0;
            opacity: 15;
            height: 1px;
            color: #fefefe !important;
        }
        
        /*sect1*/
       
        .section .container .col-lefte .card .card-header{
            background-color: #D21E2B;
            color: white;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 17px;
            text-align: center;
            
        }
        .section .container .col-lefte .card .card-header1{
            background-color: rgba(0, 0, 0, 0.842);
            color: white;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 16px;
            text-align: center;
            
        }
        .section .container .col-lefte .card ul li{
            list-style-type: none;
            text-align: center;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 15px;
        }
        .section .container .col-lefte .card h5{
            text-align: center;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 16px;
        }
        .section .container .col-lefte .card .btn-primary{
            text-align: center;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 300 !important;
            font-size: 15px;
            border-color: #D21E2B;
            border-radius: 0px;
            background-color: #D21E2B !important;
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .section .container .col-lefte .card .btn-primary:hover{
            background-color: rgba(0, 0, 0, 0.842) !important;
            border-color: rgba(0, 0, 0, 0.842);
        }
        .section .container .col-centre .card .card-header{
            background-color: #D21E2B !important;
            color: white;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 17px;
            text-align: center;
            
        }
        .section .container .col-centre .card ul li{
            list-style-type: none;
            text-align: center;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 15px;
        }
        .section .container .col-centre .card .card-header1{
            background-color: rgba(0, 0, 0, 0.842) !important;
            color: white;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 16px;
            text-align: center;
            
        }
        .section .container .col-centre .card h5{
            text-align: center;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 16px;
        }
        .section .container .col-lefte .card h5{
            text-align: center;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 16px;
        }
        .section .container .col-centre .card .btn-primary{
            text-align: center;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 300 !important;
            font-size: 15px;
            border-color: #D21E2B;
            border-radius: 0px;
            background-color: #D21E2B !important;
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .section .container .col-centre .card .btn-primary:hover{
            background-color: rgba(0, 0, 0, 0.842) !important;
            border-color: rgba(0, 0, 0, 0.842);
        }
        .section .container .col-righte .card .card-header{
            background-color: #D21E2B;
            color: white;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 17px;
            text-align: center;
            
        }
        .section .container .col-righte .card .card-header1{
            background-color: rgba(0, 0, 0, 0.842);
            color: white;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 16px;
            text-align: center;
            
        }
        .section .container .col-righte .card h5{
            text-align: center;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 16px;
        }
        .section .container .col-righte .card .btn-primary{
            text-align: center;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 300 !important;
            font-size: 15px;
            border-color: #D21E2B;
            border-radius: 0px;
            background-color: #D21E2B !important;
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .section .container .col-righte .card .btn-primary:hover{
            background-color: rgba(0, 0, 0, 0.842) !important;
            border-color: rgba(0, 0, 0, 0.842);
        }
        .section .container .col-md-3{
            margin-bottom: 25px;
        }
        .section .container .col-righte .card p{
            text-align: center;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 15px;
        }
        @media screen and (max-width: 767px) and (min-width: 470px){
            .header{
                width: 100%;
                height: 450px;
                background-image: linear-gradient(rgba(85, 83, 83, 0.783), #d21e2ac5),
                        url("image/articles.jpg");
                
                background-size: cover;
                background-repeat: no-repeat;
                font-family: 'Noto Sans', sans-serif;
                background-attachment: fixed;
            }
        .header .container .col-md-12 h1{
            font-family: 'Poppins', sans-serif;
            font-size: 45px;
            color: white;
            margin-top: 100px;
        }
        .header .container .col-md-12  p{
            font-family: 'Poppins', sans-serif;
            font-size: 22px;
            color: white;
        }

        }
        @media screen and (max-width: 469px){
            .header{
            width: 100%;
            height: 350px;
            background-image: linear-gradient(rgba(85, 83, 83, 0.783), #d21e2ac5),
                        url("image/articles.jpg");
            
            background-size: cover;
            background-repeat: no-repeat;
            font-family: 'Fira Sans', sans-serif;
            background-attachment: fixed;
        }
        .header .container .col-md-12 h1{
            font-family: 'Poppins', sans-serif;
            font-size: 30px;
            color: white;
            margin-top: 90px;
        }
        .header .container .col-md-12  p{
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            color: white;
        }

        }