.btn {
  background-color: #ffc800;
  color: #673500;
  transition: all .5s;
  padding: 5px 15px !important;
  font-weight: 600;
  overflow: hidden;
  border-radius: 5px;
  font-size: 18px; }
  .btn .rs-icon {
    margin-right: 6px;
    float: left;
    font-size: 23px; }

.btn:hover {
  opacity: .7; }

body {
  background-color: #F9F9F9;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Bengali", sans-serif;
  font-size: 18px;
  padding-top: 80px; }

p {
  font-family: "Noto Sans Bengali", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 20px 0;
  color: #3f3f3f;
  font-weight: 300; }

img {
  display: block;
  margin: 0;
  max-width: 100%; }

.primary_light_color {
  color: #149777; }

.secondary_color {
  color: #ffc800; }

.hilight_color {
  color: #ff284f; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans Bengali", sans-serif;
  color: #3f3f3f;
  font-weight: 600;
  margin: 20px 0 10px 0; }

h1 {
  font-size: 40; }

h2 {
  font-size: 30; }

h3 {
  font-size: 25; }

h4 {
  font-size: 20; }

h5 {
  font-size: 18; }

h2 {
  font-size: 20px; }

.header_section {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .header_section .logo img {
    display: block;
    margin: 0;
    padding: 0;
    height: 30px;
    width: auto; }

.report_menu,
.main_menu ul {
  margin: 0 auto;
  background-color: #F1F4FA;
  padding: 5px;
  border-radius: 5px; }

.report_menu li + li,
.main_menu li + li {
  margin-left: 5px; }

.report_menu li a,
.main_menu li a {
  color: #3f3f3f;
  font-family: "Noto Sans Bengali", sans-serif;
  font-size: 18px;
  padding: 5px 15px !important;
  display: block;
  border-radius: 5px;
  font-weight: 400;
  transition: all .5s;
  overflow: hidden; }
  .report_menu li a .rs-icon,
  .main_menu li a .rs-icon {
    margin-right: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 0px;
    float: left; }

.report_menu li a.active,
.report_menu li a:hover,
.main_menu_ul_li_a_hover,
.main_menu li a:hover,
.main_menu li a.active {
  color: #fff;
  background: #149777; }

.main_section {
  min-height: 60vh; }

.icon_box {
  gap: 15px;
  flex-wrap: wrap;
  width: 100%; }
  .icon_box a {
    display: block;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-decoration: none;
    color: #3f3f3f;
    flex: 1 1 180px;
    text-align: center;
    cursor: pointer;
    transition: all .5s; }
    .icon_box a img {
      display: block;
      width: 80px;
      margin: 0 auto; }
    .icon_box a h2 {
      display: block;
      font-size: 18px;
      font-weight: 400;
      margin: 15px 0 0 0;
      text-align: center; }
  .icon_box :hover {
    color: #fff;
    background-color: #3f3f3f; }
    .icon_box :hover img {
      background-color: transparent; }
    .icon_box :hover h2 {
      color: #fff;
      background-color: transparent; }

.home_banner_section {
  padding: 90px 0;
  border-radius: 15px;
  text-align: center; }
  .home_banner_section .banner_image_1 {
    width: 497px;
    margin: 0 auto; }
  .home_banner_section h2 {
    margin-top: 0; }
  .home_banner_section .icon_box {
    margin-bottom: 15px; }

.title_subtitle {
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0; }
  .title_subtitle h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0; }
  .title_subtitle p {
    margin: 5px 0 0 0;
    font-size: 20px; }

.bg_primary_light {
  background-color: #149777; }

.bg_gray {
  background-color: #EDEEF0; }

.default_section,
.course_list_section {
  padding: 50px 0;
  margin: 0; }

.footer_section .main_footer {
  padding: 30px 0; }
  .footer_section .main_footer .footer_app_links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; }
    .footer_section .main_footer .footer_app_links a {
      text-decoration: none;
      width: 100px; }
      .footer_section .main_footer .footer_app_links a img {
        display: block; }
  .footer_section .main_footer .footer_widget h2 {
    display: block;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #3f3f3f; }
  .footer_section .main_footer .footer_widget .links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block; }
  .footer_section .main_footer .footer_widget .links li {
    display: block; }
  .footer_section .main_footer .footer_widget .links li a {
    color: #3f3f3f;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    transition: all .5s; }
  .footer_section .main_footer .footer_widget .links li a:hover {
    display: block;
    color: #149777; }
  .footer_section .main_footer .footer_contacts p {
    display: block;
    overflow: hidden;
    margin: 0 0 5px 0;
    font-size: 16px; }
  .footer_section .main_footer .footer_contacts p strong {
    font-weight: 500; }
  .footer_section .main_footer .footer_contacts p a {
    text-decoration: none;
    margin-left: 10px;
    color: #3f3f3f; }
  .footer_section .main_footer .social_lins {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 20px 0 0 0; }
  .footer_section .main_footer .social_lins a {
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    background: #333;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 43px;
    cursor: pointer;
    transition: all .5s; }
  .footer_section .main_footer .social_lins a:hover {
    background-color: #149777; }
.footer_section .footer_copyright {
  background-color: #fff;
  margin: 0;
  padding: 15px 0; }
.footer_section .footer_copyright p {
  display: block;
  margin: 0;
  padding: 0;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 300;
  text-align: center; }

.rs_tabs {
  display: block; }
  .rs_tabs .rs_tab {
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden; }
    .rs_tabs .rs_tab .rs_tab_title {
      margin: 0;
      padding: 15px 0;
      display: flex;
      justify-content: space-between;
      width: 100%;
      font-size: 16px;
      column-gap: 5px;
      cursor: pointer;
      font-weight: 700; }
    .rs_tabs .rs_tab .rs_tab_title .rs_icon {
      font-size: 14px; }
    .rs_tabs .rs_tab .rs_tab_content {
      display: none;
      padding: 0 0 15px 0; }
      .rs_tabs .rs_tab .rs_tab_content ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0; }
        .rs_tabs .rs_tab .rs_tab_content ul li {
          display: block;
          list-style: none; }
          .rs_tabs .rs_tab .rs_tab_content ul li a {
            display: flex;
            justify-content: flex-start;
            font-size: 16px;
            text-decoration: none;
            color: #3f3f3f;
            font-weight: 300;
            padding: 7px 0;
            cursor: pointer;
            column-gap: 10px;
            align-items: center;
            position: relative;
            padding-right: 15px; }
            .rs_tabs .rs_tab .rs_tab_content ul li a .rs_icon {
              display: block; }
            .rs_tabs .rs_tab .rs_tab_content ul li a span {
              font-size: 18px; }
            .rs_tabs .rs_tab .rs_tab_content ul li a strong {
              display: block; }
            .rs_tabs .rs_tab .rs_tab_content ul li a .ti-rocket {
              color: #149777; }
            .rs_tabs .rs_tab .rs_tab_content ul li a .ti-video-camera {
              color: #ff284f; }
            .rs_tabs .rs_tab .rs_tab_content ul li a .lock_unlock {
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              font-size: 14px;
              display: flex;
              align-items: center; }
          .rs_tabs .rs_tab .rs_tab_content ul li :hover {
            color: #149777; }
  .rs_tabs .active .rs_tab_content {
    display: block; }
  .rs_tabs .rs_tab + .rs_tab {
    border-top: 1px solid #ccc; }

.video_conteiner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .video_conteiner iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.course_single_page {
  padding: 30px 0; }

.single_course_sidebar {
  display: block;
  background: #fff;
  padding: 5px 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }

.input_group {
  display: block;
  margin-bottom: 15px; }
  .input_group label {
    display: block;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: 0 0 5px 0; }
  .input_group textarea,
  .input_group input {
    height: 45px;
    color: #3f3f3f;
    background: #EDEEF0;
    border: 0 none;
    display: block;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    border: 1px solid #dedede;
    box-shadow: none !important;
    outline: none !important; }
  .input_group textarea {
    height: 200px; }

.form_submit_btn, .auth_page .auth_form .btn {
  background-color: #149777;
  color: #fff;
  display: block;
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: 45px;
  overflow: hidden;
  position: relative; }

.form_submit_btn:hover, .auth_page .auth_form .btn:hover {
  color: #fff; }

.form_submit_btn_icon, .auth_page .auth_form .btn .rs_icon {
  font-size: 12px;
  width: 30px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  line-height: 27px;
  margin: auto;
  bottom: 0; }

.auth_page {
  padding: 100px 0; }
  .auth_page h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    margin: 0 0 25px 0; }
  .auth_page .auth_form {
    display: block;
    width: 320px;
    margin: 0 auto; }
    .auth_page .auth_form form {
      display: block; }

.registration .auth_form {
  display: block;
  width: 700px;
  margin: 0 auto; }

.my_account_page {
  padding: 50px 0; }
  .my_account_page .my_account_sidebar {
    margin-bottom: 30px; }
    .my_account_page .my_account_sidebar ul {
      margin: 0 auto;
      background-color: #F1F4FA;
      padding: 5px;
      border-radius: 5px; }
      .my_account_page .my_account_sidebar ul li {
        display: block;
        list-style: none; }
        .my_account_page .my_account_sidebar ul li a {
          color: #3f3f3f;
          font-family: "Noto Sans Bengali", sans-serif;
          font-size: 18px;
          padding: 10px 15px !important;
          display: block;
          border-radius: 5px;
          font-weight: 400;
          transition: all .5s;
          text-decoration: none;
          display: block; }
        .my_account_page .my_account_sidebar ul li a.active,
        .my_account_page .my_account_sidebar ul li a:hover {
          color: #fff;
          background: #149777; }
  .my_account_page .my_account_contents {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px; }

.academic_page {
  padding: 50px 0; }
  .academic_page .academic_sidebar {
    margin-bottom: 30px; }
    .academic_page .academic_sidebar ul {
      margin: 0 auto;
      background-color: #F1F4FA;
      padding: 5px;
      border-radius: 5px; }
      .academic_page .academic_sidebar ul li {
        display: block;
        list-style: none; }
        .academic_page .academic_sidebar ul li img {
          width: 30px;
          margin: 0;
          padding: 0; }
        .academic_page .academic_sidebar ul li a {
          color: #3f3f3f;
          font-family: "Noto Sans Bengali", sans-serif;
          font-size: 18px;
          padding: 10px 15px;
          border-radius: 5px;
          font-weight: 400;
          transition: all .5s;
          text-decoration: none;
          display: flex;
          gap: 10px;
          align-items: center; }
        .academic_page .academic_sidebar ul li a.active,
        .academic_page .academic_sidebar ul li a:hover {
          color: #fff;
          background: #149777; }
  .academic_page .academic_contents {
    padding: 15px; }
    .academic_page .academic_contents .class_groups {
      display: block;
      margin-bottom: 30px; }
      .academic_page .academic_contents .class_groups .class_groups_inner {
        margin: 0 auto;
        background-color: #F1F4FA;
        padding: 5px;
        border-radius: 5px;
        display: inline-flex;
        flex-wrap: wrap;
        gap: 5px; }
        .academic_page .academic_contents .class_groups .class_groups_inner a {
          color: #3f3f3f;
          font-family: "Noto Sans Bengali", sans-serif;
          font-size: 18px;
          padding: 5px 15px;
          display: block;
          border-radius: 5px;
          font-weight: 400;
          transition: all .5s;
          text-decoration: none;
          display: block; }
        .academic_page .academic_contents .class_groups .class_groups_inner a.active,
        .academic_page .academic_contents .class_groups .class_groups_inner a:hover {
          color: #fff;
          background: #149777; }
  .academic_page .class_subjects .title_subtitle {
    text-align: left; }
  .academic_page .class_subjects .icon_box a {
    display: flex;
    align-items: center;
    gap: 10px; }
  .academic_page .class_subjects .icon_box img {
    display: block;
    margin: 0;
    padding: 0;
    width: 50px; }
  .academic_page .class_subjects .icon_box h2 {
    margin: 0; }

.course_layout_2 a {
  display: block;
  margin-bottom: 15px; }

.class_related_online_couse,
.class_related_courses {
  margin-top: 30px; }
  .class_related_online_couse .title_subtitle,
  .class_related_courses .title_subtitle {
    text-align: left; }

.xm_test_items {
  display: block;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px; }
  .xm_test_items .xm_test_item {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .xm_test_items .xm_test_item .q_title {
      display: flex;
      align-items: center;
      margin: 0 0 15px 0; }
      .xm_test_items .xm_test_item .q_title p {
        display: block;
        margin: 0 15px 0 0;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 40px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        font-weight: 400;
        cursor: pointer; }
      .xm_test_items .xm_test_item .q_title h2 {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 16px; }
    .xm_test_items .xm_test_item .q_options {
      display: block; }
      .xm_test_items .xm_test_item .q_options label {
        display: block;
        padding: 10px 15px 10px 38px;
        margin: 10px 0;
        border-radius: 5px;
        cursor: pointer;
        background: #F3F3F3;
        background-color: #f3f3f3;
        font-size: 15px;
        font-weight: 400;
        position: relative; }
        .xm_test_items .xm_test_item .q_options label span {
          width: 15px;
          height: 15px;
          display: block;
          border: 1px solid;
          position: absolute;
          left: 8px;
          border-radius: 15px;
          bottom: 0;
          top: 0;
          margin: auto; }
      .xm_test_items .xm_test_item .q_options .active {
        background-color: #3F3F3F;
        color: #fff; }
      .xm_test_items .xm_test_item .q_options .success {
        color: #fff;
        background-color: green; }
      .xm_test_items .xm_test_item .q_options .danger {
        background-color: #ff284f;
        color: #fff; }
      .xm_test_items .xm_test_item .q_options .active span:after, .xm_test_items .xm_test_item .q_options .success span:after, .xm_test_items .xm_test_item .q_options .danger span:after {
        border: 0 none;
        background-color: #fff;
        width: 7px;
        height: 7px;
        position: absolute;
        top: 3px;
        left: 3px;
        content: "";
        border-radius: 50%;
        margin: auto;
        display: block; }

.search_box {
  display: block;
  text-align: center; }
  .search_box .input_group {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto; }
    .search_box .input_group input {
      float: left;
      width: auto;
      border-radius: 0;
      border-right: 0;
      width: 300px; }
    .search_box .input_group button {
      float: left;
      width: auto;
      border-radius: 0;
      border-left: 0; }

.fraud_user_card {
  background: #f9d2d2;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #f45a5a;
  box-shadow: 0 0 6px #d7393975;
  margin: 20px 0;
  color: #673500;
  font-size: 18px;
  font-weight: 400; }

.search_page_result .single_comment {
  background: #fff;
  position: relative;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #f2dcdc;
  box-shadow: 0 0 6px #ecd6d675;
  margin: 20px 0;
  color: #673500;
  font-size: 18px;
  font-weight: 400; }
  .search_page_result .single_comment h3 {
    margin: 10px 0;
    font-size: 16px; }
  .search_page_result .single_comment .comments_text {
    font-size: 14px; }
.search_page_result .single_comment:before {
  content: "";
  border-style: solid;
  display: block;
  position: absolute;
  bottom: 100%;
  border-width: 13px;
  border-color: transparent transparent #f2dcdc transparent; }
.search_page_result .date {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  color: #353535;
  margin-top: 5px; }

.search_page {
  padding: 70px 0; }

.green_result {
  display: block;
  text-align: center;
  margin: 30px 0;
  border: 2px dashed #2b9d2b;
  background: #2b9d2b08;
  color: #076807;
  font-size: 40px;
  padding: 30px 15px;
  border-radius: 15px; }
  .green_result a {
    color: #ffc800;
    text-decoration: none; }

.new_report_page {
  padding: 30px 0 50px 0;
  width: 900px;
  max-width: 100%;
  margin: 0 auto; }
  .new_report_page .report_form_box {
    background-color: #fff;
    padding: 30px;
    margin: 0 auto; }

.my_report_page {
  padding-top: 30px;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .my_report_page .single_comment:before {
    display: none; }

.counter_section {
  display: block;
  background-color: #fff;
  padding: 70px 0; }
  .counter_section .counters_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center; }
  .counter_section .counter_box {
    display: block;
    border: 2px dashed #149777;
    text-align: center;
    padding: 20px;
    width: 300px;
    max-width: 100%;
    border-radius: 5px;
    background: #1497770d; }
    .counter_section .counter_box strong {
      font-size: 40px;
      display: block;
      text-align: center;
      margin: 0;
      padding: 0;
      color: #149777;
      font-weight: 400; }
    .counter_section .counter_box h2 {
      display: block;
      margin: 20px 0 0 0;
      font-size: 20px;
      font-weight: 300;
      color: #333; }

.proyojoniyota {
  padding: 70px 0; }

.order_counter_table {
  text-align: left;
  margin: 20px 0; }
  .order_counter_table th {
    font-size: 20px;
    font-weight: 500;
    border: 0; }
  .order_counter_table td {
    font-size: 20px;
    font-weight: 300; }
  .order_counter_table tfoot td {
    font-weight: 800;
    color: red; }

.order_counter_box .progress {
  height: 30px; }

.aone_devs_ads {
  text-align: center;
  padding: 70px 0;
  background: #F6F2F7; }
  .aone_devs_ads h2 {
    margin-bottom: 40px;
    font-size: 30px; }
  .aone_devs_ads iframe {
    max-width: 100%; }
  .aone_devs_ads .ads_details {
    text-align: left; }
    .aone_devs_ads .ads_details a {
      text-decoration: none;
      color: #673500; }

.my_profile_form {
  padding: 0; }
  .my_profile_form form {
    display: block;
    background-color: #fff;
    margin: 0;
    padding: 30px; }
    .my_profile_form form .input_group label {
      font-size: 14px; }
  .my_profile_form form + form {
    border-top: 1px solid #ccc; }

.report_menu {
  margin-right: 0; }

.wp_plugin_widget {
  text-align: center;
  background: #333;
  padding: 40px 0; }
  .wp_plugin_widget h2 {
    color: #fff; }
  .wp_plugin_widget .btn {
    margin-top: 10px; }
  .wp_plugin_widget p {
    color: #fff;
    font-size: 15px;
    margin: 10px 0 0 0; }
    .wp_plugin_widget p a {
      color: #ffc800;
      text-decoration: none;
      font-weight: 600; }

@media (max-width: 767px) {
  .header_section .navbar-collapse {
    align-items: center;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0; }
  .header_section .navbar-toggler {
    border: 1px solid #ccc; }
  .header_section .btn {
    padding: 7px 7px !important;
    float: left;
    margin-right: 5px;
    font-size: 14px; }
    .header_section .btn span {
      font-size: 18px; }

  .search_box .input_group input {
    width: 180px; }

  .order_counter_table th {
    font-size: 15px; }

  .counters_item {
    width: calc(50% - 30px); } }
@media (max-width: 480px) {
  .header_section .logo img {
    height: 20px; }

  .header_section .btn span {
    display: none; }

  .header_section .btn {
    padding: 10px 5px !important;
    font-size: 10px; } }

/*# sourceMappingURL=main.css.map */
