/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@300;400;500;600;700&display=swap');*/

html, body {
/*    font-family: kalpurush;*/
    font-size: 16px;
    background: #fff;
    overflow-x: hidden;
    margin-top: 0;
}
body {
    padding-top: 70px;
}
header#top_header {
    background-color: #fff;
    height: 70px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
header#top_header > div > div.d-flex {
    place-content: space-between;
}
::-webkit-scrollbar {
    width: 5px;
    z-index: 1001;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 1001;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    z-index: 1001;
}
.header_logo_wrap {
    height: 54px;
    padding-top: 2px;
    display: flex;
}
.header_logo_wrap > a > img {
    height: 56px;
    margin-top: -3px;
}
.form-control, select, input, textarea, option, optgroup, .btn {
    font-family: Ubuntu,Kalpurush,Helvetica,"sans-serif";
    font-size: 16px !important;
}
.logo_title_wrap {
    margin-left: 5px;
}
.logo_title_heading {
    height: 26px;
    padding: 5px;
    color: #683091;
    font-weight: 600;
}
.btn-success {
    color: #fff;
    background-color: #683091;
    border-color: #683091;
}
.btn-success:hover {
    color: #fff;
    background-color: #683091;
    border-color: #683091;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #683091;
    border-color: #13653f;
}
.btn-success:focus {
    color: #fff;
    background-color: #683091;
    border-color: #683091;
    box-shadow: 0 0 0 0.25rem rgba(100,60, 153,.5);
}
.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}
.btn-outline-success {
    color: #683091;
    background-color: transparent;
    border-color: #683091;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #683091;
    border-color: #683091;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #683091;
    border-color: #13653f;
}
.btn-outline-success:focus {
    color: #fff;
    background-color: #683091;
    border-color: #683091;
    box-shadow: 0 0 0 .25rem rgba(100,60,153,.5);
}
.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}
.reg_btn {
    height: 48px;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px!important;
    border-radius: 5px;
    padding-left: 22px;
    padding-right: 22px;
}
.header_menu_wrap {
    display: flex;
    align-items: center;
}
.help_desk_wrap {
    background: #fff!important;
    border-radius: 5px;
}
.help_desk_icon {
    width: 37px;
    height: 37px;
    color: #fff!important;
    background: #683091!important;
    border-radius: 5px;
    font-size: 30px;
    display: grid;
    place-content: center;
}
a.help_desk_btn:hover {
    color: #000!important;
}
a.help_desk_btn:hover i {
    color: #fff!important;
}
.help_desk_text {
    font-weight: bold;
    padding: 0 10px;
    font-size: 20px;
    line-height: 36px;
}
.switch {
    height: 25px;
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input.check-toggle-round-flat + label {
    width: 60px;
    height: 25px;
    background-color: #683091;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}
input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #683091;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
    top: -3px;
    left: -3px;
    bottom: 4px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 52px;
    transition: margin 0.2s;
}
.switch > span {
    position: absolute;
    top: 4px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
    margin-top: 1px;
}
.switch > span.on {
    left: -2px;
    color: #683091;
}
.switch > span.off {
    right: -2px;
    color: #fff;
}
input.check-toggle-round-flat:checked + label:after {
    margin-left: 34px;
}
input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
}
input.check-toggle-round-flat:checked ~ .off {
    color: #683091;
}
@media only screen and (max-width: 575px) {
    body {
        padding-top: 60px;
    }
    header#top_header {
        height: 60px;
    }
    .header_logo_wrap {
        height: 43px;
        padding-top: 0px;
    }
    .reg_btn {
        height: 30px;
        line-height: 21px;
        font-weight: 400;
        font-size: 10px!important;
        padding-left: 5px;
        padding-right: 5px;
    }
    .header_menu_wrap > .ml-3 {
        margin-left: 5px!important;
    }
}
@media only screen and (max-width: 767px) {
    .small_none {
        display: none;
    }
}
section#services_section {
    background: url(../../images/pa_bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
section#services_section > .container,
section#counter > .container {
    padding: 0 33px;
}
.services_item_wrap {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 15px;
}
.services_item_logo {
    padding: 8px;
    margin-bottom: 8px;
    text-align: center;
}
.services_item_logo img {
    height: 50px;
}
.services_item_text h3 {
    font-size: 1rem;
    height: 45px;
    font-weight: bold;
    font-family: 'Noto Sans Bengali', sans-serif;
    text-align: center;
}
.services_item_text > div {
    text-align: center;
    font-family: 'Noto Sans Bengali', sans-serif;
}
section#services_section .col-md-3.col-6,
section#counter .col-6.col-md-3.col-lg-2 {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 768px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .services_item_logo img {
        height: 30px;
    }
    .services_item_text h3 {
        height: auto;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .services_item_text > div {
        text-align: center;
    }
}


section#counter {
    background-color: #fff;
    padding: 50px 0;
}
.counter_wrap {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    margin: 15px 0;
}
.couter_head {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.couter_text {
    color: #606268;
    font-size: 16px;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .couter_head {
        font-size: 25px;
    }
    .couter_text {
        font-size: 14px;
    }
}




section#tutorial_section {
    padding: 30px 0;
    background-color: #eff8f3;
}
.tutorial_title {
    font-size: 36px;
    font-weight: 600 !important;
    margin-bottom: 30px;
    color: #1D4943 !important;
    text-align: center;
    font-family: 'Noto Sans Bengali', sans-serif;
}
.video_wrap {
    margin-bottom: 25px;
}
.video_title {
    font-size: 17px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bolder;
}
.video_player > * {
    width: 100%;
    height: 240px;
    border-radius: 10px;
}
.video_date {
    color: #868990;
    font-size: 17px;
}
@media only screen and (max-width: 575px) {
    .tutorial_title {
        font-size: 20px;
    }
    .video_player > * {
        height: 180px;
    }
}



section#contact_section {
    padding: 30px 0;
    padding-bottom: 70px;
}
.contact_wrap {
    width: 70%;
    margin: 0 auto;
}
.contact_title {
    font-size: 36px;
    font-weight: 600 !important;
    margin-bottom: 30px;
    color: #1D4943 !important;
    text-align: center;
    font-family: 'Noto Sans Bengali', sans-serif;
}
.contact_img {
    width: 100%;
}
@media only screen and (max-width: 575px) {
    .contact_title {
        font-size: 20px;
    }
    .contact_wrap {
        width: 100%;
        margin: 0 auto;
    }
}


.contact_btn_heading {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}
.contact_btn_heading img {
    flex-grow: 0;
    width: 42px;
    height: 42px;
    margin: 15px 20px;
}
.contact_btn_heading div.contact_btn_text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.contact_btn_ind {
    color: #A7AAB1;
    width: 45px;
    display: grid;
    place-content: center;
}
.collapse_item {
    display: flex;
    border-color: #ddd;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
}
.collapse_item_info {
    flex-grow: 1;
}
.collapse_item_icon {
    color: #A7AAB1;
    flex-grow: 0;
    display: flex;
    width: 30px;
    font-size: 30px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collapse_item_info h3 {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 4px;
}
.collapse_item_info {
    flex-grow: 1;
    padding: 15px 20px;
    padding-bottom: 10px;
}
.collapse_item:hover {
    background: #f3f3f3;
}
.collapse_item_info div {
    color: #828282;
    font-size: 15px;
}


section#footer_area {
    border-top: 10px solid #F4F5F7;
    padding: 40px 0;
}
.footer_widget {
    margin: 10px 0;
    text-align: center;
}
.widget_title,
.app_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.app_download img {
    max-width: 195px;
    margin-bottom: 25px;
}
.widget_list_item {
    color: #333;
    font-weight: 400;
    margin: 12px 0;
    font-size: 14px;
}
.footer_social {
    text-align: center;
}
.footer_social a {
    font-size: 30px;
    display: inline-block;
    margin: 5px 12px;
}
@media (max-width: 575px) {
    .app_title,
    .app_download {
        text-align: center;
    }
}
.footer_left {
    display: flex;
}
.footer_item_text {
    display: flex;
    align-items: center;
    margin-right: 8px;
    font-size: 14px;
}
.footer_center {
    font-size: 14px;
    text-align: center;
}
.footer_right {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}
.footer_right img {
    height: 50px;
}
.footer_right_text {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
}
@media (max-width: 767px) {
    .footer_left,
    .footer_center {
        margin-bottom: 10px;
    }
}
.modal {
    padding-top: 0px;
    background-color: rgb(0 0 0 / 30%);
    z-index: 1050;
}
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    animation: none!important;
}
.modal-header {
    height: 50px;
}
h5#loginModalLabel {
    font-size: 0.9rem;
    font-family: 'Noto Sans Bengali';
}
button.close {
    padding: 0;
    margin: 0;
    top: 15px;
    right: 15px;
    left: auto;
    color: #000;
    font-size: 25px;
    opacity: 1!important;
    outline: none;
}
.modal-header .close:hover {
    color: #000!important;
}
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 500px;
}
.login_btn {
    font-size: 13px!important;
    font-weight: bold;
    padding: 7px;
    padding-top: 10px;
}
.bn_or {
    font-size: 14px;
    margin: 10px;
    margin-top: 12px;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(148 72 180 / 50%);
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(106 40 167 / 50%);
}