@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Nunito:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@400;500;600;700&family=Roboto:wght@100;300;400;500;700&family=Ubuntu:wght@400;500;700&display=swap');
@import url('https://fonts.maateen.me/kalpurush/font.css');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.7rem;
    font-family: "kalpurush", sans-serif;
}

html {
    font-size: 62.5%;
}
body {
    background: #F7F8FA;
    font-family: ANSI;
}
h1,h2,h3,h4,h5,h6,a,p {
    font-family: 500;
}
a {
    color: inherit;
    text-decoration: none;
}
ul, ol {
    list-style-type: none;
}


:root {
    ---color---: #ed143d;
}
.container {
    max-width: 1170px;
}
table, th, td {
    border:1px solid black;
}
select {
    font-size: 1.5rem;
}
.Red {
    background: red !important;
}
.Black {
    background: black !important;
}





 /* ================================ 1page start ======================================= */
 /* ============== allcontainers =============== */
.allcontainers {
    /*background-image: url(../img/background.jpg);*/
    height: auto;
    background-attachment: fixed;
    margin: 0px auto;
    display: block;
    max-width: 100%;
}




 /* ============== heading_top =============== */
 .heading_top {
    margin-bottom: 0;
    background-color: #099f19;
    color: #fff;
}
.heading_text {
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading_top .heading_text .text-left,
.heading_top .heading_text .text-right {
    font-size: 1.5rem;
    letter-spacing: 1px;
}
.header {
    background-color: #eefbea;
    padding: 1rem;
}
.header_items {
    display: flex;
    align-items: flex-end;
}
.header .left-logo {
    float: left;
}
.header .right_logo {
    width: 100%;
}
.header .right_logo a {
    float: right;
}
.header .search {
    width: 100%;
}
.header .search form {
    border: 1px solid #57596c;
    border-radius: 2rem;
    align-items: center;
}
input.form-control.me-2 {
    background: #eefbea;
    border-radius: 2rem 0 0 2rem;
    font-size: 1.5rem;
    border: none;
    border-right: 0;
}
.header .search .fa-magnifying-glass {
    font-size: 1.7rem;
    padding: 0.7rem;
    cursor: pointer;
}

.main-navbar .Menu_nirmbcon label {
    display: none;
}
.main-navbar {
    background: #fff;
    padding: 0 1rem;
}
.main-navbar .nav {
    margin-left: 4rem;
}
.main-navbar .nav .nav-item {
    border-right: 1px solid #c6ddf1;
    transition: .3s ease;
}
.main-navbar .nav .nav-item:hover {
    background: rgb(9 159 25);
}
.main-navbar .nav .nav-item .nav-link {
    color: #099f19;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.main-navbar .nav .nav-item:hover .nav-link {
    color: #fff;
}
.main-navbar .nav .nav-item .dropdown-top {
    padding: 1rem;
    color: rgb(9 159 25);
    font-weight: 600;
    font-size: 1.8rem;
}
.main-navbar .nav .nav-item .dropdown-menu {
    background: #fff;
    border-top: 5px solid rgb(9 159 25);
    border-radius: inherit;
    transition: .3s ease;
    min-width: 30rem;
}
.main-navbar .nav .nav-item:hover .dropdown-menu {
    display: block;
}

 /* ============== body_box =============== */
 .body_box {
    background: rgba(255,255,255,0.3);
    padding: 2rem;
}
.body_box .marquee_scolling {
    display: flex;
    background: #ebf8e7;
    margin-bottom: 2px;
    align-items: center;
    height: 4rem;
}
.body_box .marquee_scolling .marquee_heading {
    padding-right: 2.5rem;
    padding-left: 0.5rem;
    margin-top: 0.5rem;
    font-size: 2rem;
    font-weight: 600;
}
.body_box .marquee_scolling marquee {
    margin-top: 1rem;
}
.body_box .left_side {
    background-color: #8dc642;
    padding: 3rem 4.8rem;
    min-height: 80rem;
    margin-right: 1.5rem;
}
.body_box .left_side .left_side_logos {
    background-color: #296d3b;
    margin-bottom: 10px;
    border-radius: 10px;
}
.body_box .left_side .left_side_logos .img_1 {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 10px 20px;
    width: 100%;
}
.body_box .left_side .left_side_logos .left_side_text {
    padding-bottom: 1rem;
}
.body_box .left_side .left_side_logos .card-title {
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

.bodyBoxLeftSide {
    min-width: 85%;
}
.bodyBoxLeftSide .modal-body {
    margin: 3rem 0;
    background: #ebf3eb;
}
.bodyBoxLeftSide .modal-header,
.bodyBoxLeftSide .modal-footer {
    background: #50b33e;
}
.bodyBoxLeftImg {
    background: #ebf3eb;
    text-align: center;
}
.bodyBoxLeftImg img {
    width: 13rem;
    box-shadow: rgb(129 213 114) 0px 20px 30px -10px;
}
.bodyBoxLeftImg-text {
    padding: 2rem 0 0 0;
}
.bodyBoxLeftImg-text h2 {
    font-size: 2.5rem;
    color: #3cab3c;
    font-weight: 600;
}
.bodyBoxLeftImg-text h4 {
    color: #3cab3c;
    font-weight: 600;
}
.bodyBoxLeftSide .Title {
    width: 10rem;
    height: 6.5rem;
}
.bodyBoxLeftSide .Name {
    width: 19rem;
    overflow: hidden;
    height: 6.5rem;
}
.bodyBoxLeftSide .modal-footer button {
    background: #fff;
    color: #000;
}
.body_box .left_side .left-menu {
    margin: 0;
    padding: 0;
}
.body_box .left_side .left-menu .left_side_img {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
}
.side_image {
    background: #8dc642;
    border: none;
    color: #fff;
    cursor: pointer;
}
.body_box .left_side .left_side_logos_2 img {
    padding: 1rem;
    width: 100%;
    background: #746699;
}


 /* ============== services =============== */
.home_services {
    background: #fff;
    margin-top: 10px;
    padding: 1rem 2rem;
}
.services_navber .nav-item {
    margin: 0 0.5rem 0.5rem 0.5rem;
}
.services_navber .nav-item .services_nav {
    background: #6f4283;
    color: #fff;
    cursor: pointer;
}

.services_navber .nav-item .services_nav:hover {
    background: #eee;
    color: #000;
}
.home_services .services_box {
    text-align: center;
    min-height: 10rem;
    border-radius: 1rem;
    background: #EFFBD4;
    transition: .3s ease;
}
.services_navber {
    border-bottom: 1px solid rgb(224, 211, 214);
}
.home_services .services_box img {
    display: block;
    margin: 12px auto;
    width: 60px;
}
.home_services a:hover .services_box {
    background: #099f19;
    color: #fff;
}
.remove {
    display: none;
}
.active {
    background: #8dc642;
    color: #fff;
    cursor: pointer;
}




 /* ============== landline =============== */

.landline {
    background: #6f4283;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}
.landline .media_div {
    justify-content: space-evenly;
    align-items: center;
}
.landline .media {
    padding-top: 1rem;
    display: inline-block;
    max-width: 285px;
}
.landline .media .media-body {
    text-align: center;
    padding-top: 0.5rem;
}
.landline .media .media-body .media-heading {
    font-size: 1.7rem;
}
.landline .media .media-body p {
    font-size: 2.3rem;
}



.level_video {
    padding-bottom: 1.5rem;
}
.level_video  .level_video_card{
    display: flex;
    justify-content: space-between;
}
.level_video .card {
    background: none;
    border: none;
    height: 20rem;
    width: 38rem;
}
.level_video .card .card-img {
    width: 100%;
    height: 100%;
}
.level_video .card .card-img-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}
.level_video .card .card-img-overlay button {
    background: none;
    border: none;
    width: 6rem;
    height: 6rem;
    transition: .3s ease;
}
.level_video .card .card-img-overlay button:hover {
    background: #40262696;
    border-radius: 50%;
    display: block;
}
.level_video .card .card-img-overlay button .img-responsive {
    width: 80%;
}

.text_center {
    background: #ffffff;
    margin-bottom: 2rem;
}
.text_center h5 {
    padding: 15px;
    text-align: center;
    color: #E74C3C;
    font-size: 13px;
    line-height: 22px;
}








 /* ============== footer =============== */

.footer_top_bg {
    background: #fff;
    padding-top: 1rem;
    text-align: center;
    position: relative;
    height: 10.3rem;
}
.footer_top_bg a {
    color: #000;
    text-align: center;
    display: inline-block;
    padding: 10px 0px;
    font-size: 25px;
    position: relative;
    top: 8px;
    z-index: 1;
}
.footer_top_bg a:hover {
    text-decoration: underline;
}
.footer_top_bg .footer-img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer {
    background-color: #acecb6;
    padding: 15px 0px;
}
.footer-contents {
    padding: 0px 15px;
}
.footer-contents h2 {
    font-size: 18px;
    color: #592e80;
    text-align: center;
    font-weight: 600;
    padding-bottom: 7px;
    margin: 10px 0;
}
.footer-contents ul li {
    display: block;
    text-align: center;
}

.footer-contents .fa-facebook {
    font-size: 3rem;
    color: #2e3192;
    padding: 0 0.5rem;
}
.footer-contents .fa-youtube {
    font-size: 3rem;
    color: red;
    padding: 0 0.5rem;
}
.footer-contents .fa-youtube:hover,
.footer-contents .fa-facebook:hover {
    font-size: 3rem;
    color: green;
    padding: 0 0.5rem;
}
.footer-contents .footer_logo img {
    width: 6.5rem;
}
.footer-contents .footer_band img {
    width: 13rem;
    height: auto;
}

.footer_bottom {
    background-color: #22d233;
    line-height: 2rem;
    padding: 14px 0px 2px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.footer_bottom a{
    font-size: 1.5rem;
    color: #3175af;

}
.footer_bottom a:hover {
    text-decoration: underline;
}







@media (min-width: 576px) {
    .container {
        min-width: 576px;
    }

    .header .right_logo,
    .header .left_logo {
        max-width: 100%;
    }
    .header .right_logo img {
        float: right;
    }
    .header .right_logo img,
    .header .left_logo img {
        width: 80%;
    }

}

 /* ================================ 1page end ======================================= */





 /* ================================ notice css start ======================================= */
 .right_side .right_side-header {
    background: #8dc642;
    font-size: 2.5rem;
    font-weight: 600;
}
 /* ================================ notice css End ======================================= */



 /* ================================ eknojore css start ======================================= */
 .eknojore_para {
    border: 2px dashed #071f44;
    padding: 1rem;
}
.eknojore_para p {
    line-height: 3rem;
}
 /* ================================ eknojore css End ======================================= */


 /* ================================ onnoyon css start ======================================= */
 .page_onnoyon_body {
    min-height: 68rem;
    display: flex;
    justify-content: space-around;
}
 .page_onnoyon_body .card {
    padding: 0 1rem;
    background: none;
    border: none;
}
.page_onnoyon_body .card-img-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000073;
    opacity: 0;
    transition: .3s ease;
}
.page_onnoyon_body .card-img-overlay:hover {
    opacity: 1;
}
.page_onnoyon_body .card-img-overlay button {
    background: red;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.page_onnoyon_body .card-img-overlay button .img-responsive {
    width: 5rem;
}


.onnoyon_img_modal .modal-header {
    display: flex;
    justify-content: flex-end;
}
.onnoyon_img_modal .closes {
    width: 5rem;
    background: #ffffff63;
}
.onnoyon_img_modal .closes .fa-xmark {
    font-size: 2.5rem;
}
.page_onnoyon_footer {
    padding-right: 2rem;
}
.page_onnoyon_footer .page-item a.page-link {
    font-size: 2rem;
}
 /* ================================ onnoyon css End ======================================= */



 /* ================================ protinidhi css start ======================================= */
 .page_protinidhi_body .card-header {
    background: #099f19;
    color: #fff;
    font-size: 1.5rem;
}
.page_protinidhi_body {
    /*height: 73rem;*/
}
.page_protinidhi_body .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4D5C7D;
}
.page_protinidhi_body .card-text {
    font-size: 1rem;
    font-weight: 600;
    color: #4D5C7D;
}
 /* ================================ protinidhi css End ======================================= */


  /* ================================ kormokorta css start ======================================= */
  .page_kormokorta_body .card-header {
    background: #099f19;
    color: #fff;
    font-size: 1.5rem;
}

.page_kormokorta_body .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4D5C7D;
}
.page_kormokorta_body .card-text {
    font-size: 1rem;
    font-weight: 600;
    color: #4D5C7D;
}
 /* ================================ kormokorta css End ======================================= */



/* ================================ kormokorta css start ======================================= */

.actives {
    background: #8dc642;
    font-size: 1.5rem;
    border: 2px solid #8dc642;
}
.page_nagorik_abedon_body {
    display: flex;
    justify-content: center;
}
.page_nagorik_abedon_body .card-header .btn {
    border: none;
    font-size: 1.5rem;
    border-radius: 0;
}
.page_nagorik_abedon_body .card-body {
    height: 68.3rem;
    overflow: auto;
}
.required {
    color: red;
}
.page_nagorik_abedon_body .inputs .icons {
    padding: 0 1rem;
    background: #8dc642;
    display: flex;
    align-items: center;
    color: #fff;
}
.page_nagorik_abedon_body .inputs input,
.page_nagorik_abedon_body .inputs textarea {
    font-size: 1.5rem;
}
.Menu_bivag,
.Menu_bivag2,
.Menu_bivag3,
.Menu_bivag4 {
    display: none;
}
.Menu_bivag .Dropdown_menu,
.Menu_bivag2 .Dropdown_menu,
.Menu_bivag3 .Dropdown_menu,
.Menu_bivag4 .Dropdown_menu {
    display: none;
}
.Menu_bivag li,
.Menu_bivag2 li,
.Menu_bivag3 li,
.Menu_bivag4 li {
    padding-left: 1rem;
    cursor: pointer;
}
.Menu_bivag li:hover {
    color: #22d233;
}
.None {
    display: none;
}
.Block {
    display: block !important;
}
.page_nagorik_abedon_body .form-select, .form-select option {
    font-size: 1.5rem;
}
.page_nagorik_abedon_body .card-footer button {
    font-size: 1.7rem;
    background: #8dc642;
}
.page_nagorik_abedon_body .text-center.present {
    background: #f7f7f7;
}
.page_nagorik_abedon_body .text-center.present h2 {
    font-size: 2.5rem;
    padding-top: 1.5rem;
}
.nagorig-log .password-vul {
    cursor: pointer;
}
.nagorig-log .password-vul:hover {
    color: blue;
    text-decoration: underline;
}
.feedback {
    display: block;
}
.card-footer.text-end.text-muted {
    border-radius: 5px;
}
 /* ================================ kormokorta css End ======================================= */


/* ================================ character css start ======================================= */
.character_sonod {
    background: #fff;
    height: auto;
    padding: 0 2rem;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #cecece;
    margin-top: 2rem;
}
.character_sonod .right_side-header {
    background: #fff;
}
.character_sonod .body_text {
    margin: 3rem 6rem 3rem;
    color: teal;
    font-weight: bold;
}
.character_sonod .form-group {
    padding-bottom: 3rem;
}
.character_sonod label {
    display: flex;
    font-size: 2rem;
}
.character_sonod label {
    display: flex;
    font-size: 2rem;
    align-items: center;
}
.inputs input {
    font-size: 1.5rem;
}
.inputs .icons {
    padding: 0 1rem;
    background: #8dc642;
    display: flex;
    align-items: center;
    color: #fff;
}
.character_sonod button {
    font-size: 2rem;
    color: #fff;
    background-color: #3b9c96;
    border-color: #307f7a;
}
.character_sonod select {
    font-size: 1.5rem;
}
.body_texts.text-start {
    color: #000;
    font-weight: bold;
}
.character_sonod .col-form-label span {
    padding: 0.5rem;
    font-size: 2rem;
}
.varifai input {
    font-size: 1.5rem;
}



 /* =========== poroborti_pod ============ */
.poroborti_pod .img_1 {
    width: 13rem;
    margin-bottom: 1rem;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    cursor: pointer;
}
.character_sonod .img_upload .img_text {
    position: relative;
}
.character_sonod .img_upload .img_text p {
    position: absolute;
    text-align: center;
    justify-content: center;
}
.character_sonod .img_upload .img_text img {
    opacity: .5;
}
.character_sonod .img_upload label {
    display: flex;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
}
.character_sonod .img_upload input[type="file"] {
    display: none;
}
.poroborti_pod .tbody_input {
    border: none;
    font-size: 1.5rem;
}
.poroborti_pod .tbody_input:focus {
    border: none;
    box-shadow: none;
}
.poroborti_pod table,
.poroborti_pod th,
.poroborti_pod td {
    border: 1px solid rgb(228, 211, 211);
}
.poroborti_pod .nutis-text {
    border: 1px solid red;
    margin-bottom: 1rem;
}
.poroborti_pod .nutis-text .nutis-header {
    color: red;
}
.poroborti_pod .nutis-text a {
    color: #3175af;
    transition: .3s ease;
}
.poroborti_pod .nutis-text a:hover {
    text-decoration: underline;
}

.characterPage3 blockquote a {
    color: #3175af;
}
.characterPage3 blockquote a:hover {
    text-decoration: underline;
}
.characterPage3 form label {
    font-size: 1.7rem;
}

.taxAday {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.paidSuccess .card_body_text .card-header {
    background: none;
    font-size: 2.7rem;
    font-weight: 600;
    color: #4bae4f;
    border-bottom: 2px dashed #d5d0d0;
}

.paidSuccess .language_select {
    display: flex;
    justify-content: space-between;
}
 /* ================================ character css End ======================================= */

/* ================================ tradeLicence css start ======================================= */

.tdLicence_bivag1 {
    display: none;
}
.tdLicence_bivag .Dropdown_menu {
    display: none;
}
.tdLicence_bivag li {
    padding-left: 1rem;
    cursor: pointer;
}
.TLicnce_img {
    position: relative;
}
.TLicnce_img label {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 40%;
    right: 40%;
    font-weight: 700;
    font-size: 2rem;
}
.TLicnce_img img {
    width: 170px;
    height: 170px;
    opacity: 0.2;
}

/* ================================ tradeLicence css End ======================================= */









 /* =========== Popup icon  ============ */
 .icon {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    stroke: #50E38E;
    margin: 50px auto;
    -webkit-animation: bounceIcon .17s ease-in-out;
    animation: bounceIcon .17s ease-in-out;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
  }

  .circle {
    stroke-dasharray: 190;
    stroke-dashoffset: 190;
    stroke-width: 9;
    stroke: #ECE8E8;
    fill: none;
    -webkit-animation: drawCircle .2s linear;
    animation: drawCircle .2s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .check {
    stroke-width: 7;
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
    -webkit-animation: drawCheckmark .2s cubic-bezier(.89,.09,.91,.67);
    animation: drawCheckmark .2s cubic-bezier(.89,.09,.91,.67) forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;

  }

  @keyframes drawCircle {
   100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes drawCheckmark {
    100% {
      opacity: 1;
      stroke-dashoffset: 0;
    }
  }

  @keyframes bounceIcon {
    0% {
      transform: none;
    }
    50% {
      transform: scale3D(.9, .9, 1);
    }
    100% {
      transform: none;
    }
  }
 /* =========== Popup icon  ============ */













 @media only screen and (max-width: 767px) {

    /* ============= head start ============= */

    .header .left_logo a img,
    .header .right_logo a img {
        width: 100%;
    }

    .main-navbar .navbar-nav {
    width: 100%;
    }

    .main-navbar .Menu_nirmbcon {
        display: flex;
        justify-content: flex-start;
    }
    .main-navbar .Menu_nirmbcon label {
        padding-left: 1rem;
        display: block;
    }
    /* ============= head End ============= */



    /* ============= Index start ============= */
    .body_box .left_side {
        background-color: #8dc642;
        padding: 3rem 4.8rem;
        min-height: 0;
        margin-right: 0;
        margin-bottom: 1rem;
      }
      .services_navber .nav-item a {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .level_video .card .card-img {
        padding-bottom: 1rem;
      }

      .body_box .Main_box {
        display: flex;
        flex-direction: column-reverse;
    }
    .services_navber .navbar-nav {
        display: flex;
        flex-direction: row;
    }

    /* ============= Index End ============= */

    /* ============= character_sonod Start ============= */
    .character_sonod .body_text {
        margin: 1rem 0rem 1rem;
    }
    /* ============= Incharacter_sonoddex End ============= */

    /* ============= nagorik_abedon Start ============= */
    .page_nagorik_abedon_body .card {
        width: auto !important;
    }
    /* ============= nagorik_abedon End ============= */

    /* ============= protinidhi Start ============= */

    .page_protinidhi_body {
        height: auto;
      }
    /* ============= protinidhi End ============= */

  }
