body > br {
    display: none;
}


#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

/*career page*/
#main_career .title{
    margin-bottom:1rem;
}

#main_career .col-12.col-md-6.col-lg-8 .sub_title,
#main_career .col-12.col-md-6.col-lg-8 .req,
#main_career .col-12.col-md-6.col-lg-8 .qfn{
    display:none;
}

/*product detail page*/
/*.product-detail-tab .tab-pane .video_frame{*/
/*    transform:translate(0);*/
/*    left:0;*/
/*    width:50%;*/
/*}*/

@media screen and (max-width: 767.5px){
    /*.product-detail-tab .tab-pane .video_frame{*/
    /*    left: 50%;*/
    /*    transform: translate(-50%);*/
    /*    width:100%;*/
    /*}*/
}

/*top space*/
.top_space {
    background-color: #f5dc00;
  padding: 5px 8vw;
}

.top_space_box {
    display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_space_left {
    display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
}

.top_space_left img {
    max-width: 22px;
  margin-right: 8px;
}

.top_space_left a:hover img {
    animation: 1s tada;
}

.top_space_left span {
    font-size: 13.5px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.top_space_left a, .top_space_left a:hover {
    color: #1a4b6c;
    text-decoration: none;
}

.top_space_right img {
    max-width: 30px;
}

.top_space_right img:hover {
    animation: 1s tada;
}

/*navigation bar*/

.navbar_type8 {
    background-color: #fff;
  height: 100px;
  padding: 0 7vw;
    border-bottom: 1px solid rgb(0,0,0,0.1);
}

.navbar_type8 .logo {
    margin-left: 0;
}

.navbar_type8 .nav_tab {
    padding-right: 0;
}

.navbar_type8 .logo {
    flex: 0 1 15%;
}

.navbar_type8 .logo img {
    padding: 12px 0;
  width: 100%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 85%;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 5px;
  transition: all 0.4s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #1a4b6c;
}

.navbar_type8 .nav_tab .nav_item::before {
  width: 0;
  border-bottom: none;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  height: 3px;
  background-color: #f5dc00;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item {
    margin: 0 12px;
}

.dark_nav {
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgb(0,0,0,0.1) !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    top: 20px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
  color: #fff !important;
  background-color: #1a4b6c;
}

/*footer*/

.footer_type6 {
  background-color: #eefaff;
  color: #000;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 14px;
  line-height: 1.8;
}

.footer_type6 .container {
    max-width: 100%;
    padding: 0 6%;
}

.footer_type6 a {
    color: #000;
}

.footer_type6 a:hover {
    color: #1a4b6c;
}

.footer_type6 .title h5 {
    color: #1a4b6c;
}

.footer_type6 .logo img {
    max-height: 100px;
}

.footer_type6 .logo {
    padding-top: 100px;
}

.footer_type6 .input-container input, .footer_type6 .input-container label, .footer_type6 .input-container .moveUp {
    color: #000;
}

.footer_type6 .input-container input {
    border-bottom: 1px solid #000;
    caret-color: #000;
}



.footer_type6 .input-container .submit {
    color: #000;
  z-index: 10;
  padding: 7px;
  font-size: 18px;
}

.footer_type6 .social_media {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer_type6 .social_media a {
  margin-left: 0;
  width: 30px;
  display: block;
  height: 30px;
  background-color: #1a4b6c;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_type6 .social_media a:hover {
    color: #fff;
    animation: 1s tada;
}

@media (min-width: 768px) {
  .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(3) {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(4) {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.footer_type6 .social_media {
    padding-top: 5px;
}

@media (min-width: 768px) {
  .footer_type6 .col-12.col-md-1.order-1.order-md-1 {
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }
}

/*homepage banner*/

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner_button {
    width: 100%;
  height: 100%;
  background-color: transparent;
  color: transparent;
  border: none;
  padding: 0;
}

.slider_banner .slick-arrow {
  z-index: 5;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
}

.slider_banner .slick-prev {
    left: 10px;
}

/*homepage about*/

.hp_about {
  padding: 5rem 6%;
  position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    background-image: url('https://cdn1.npcdn.net/userfiles/26643/image/B_BG.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.hp_about_right {
    display: flex;
  justify-content: center;
  align-items: center;
}

.hp_about_img {
    width: 90%;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
}

.hp_big_title {
    font-size: 2.8vw;
  color: #1a4b6c;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}

.hp_small_title {
    font-size: 17px;
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hp_small_title::before {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #f5dc00;
  content: "";
  margin: auto 0;
}

.hp_small_title::after {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #f5dc00;
  content: "";
  margin: auto 0;
}

.hp_about .hp_small_title::before {
    display: none;
}

.hp_about .hp_small_title {
    justify-content: flex-start;
}

.hp_about_keyword {
    font-size: 17px;
  color: #555;
  margin-bottom: 0;
  line-height: 1.7;
}

.hp_about_button {
    display: flex;
  margin-top: 20px;
}

.hp_button {
    color: #1a4b6c;
  background-color: #f5dc00;
  border: none;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.hp_button:hover {
    margin-left: 0;
    color: #fff;
  background-color: transparent;
}

.hp_button::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #1a4b6c;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.hp_button:hover::before {
    width: 100%;
    left: 0;
}

.hp_button:active {
    transform: scale(0.7);
}

.hp_button:focus {
    outline: none;
}

/*homepage gallery*/

#main_index .index_wrapper_4 {
    position: relative;
    padding: 0 6.5%;
}

#main_index .index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 39%;
    background-color: #1a4b6c;
}

#main_index .hp_photoGallerySlider_type3 {
  background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
    padding-top: 55%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
  padding: 0;
    transition: all 0.4s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover .gallery_box img {
    transform: translate(-50%, -50%) scale(1.1);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px;
    transition: all 0.4s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
  padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
  content: '→';
  background-image: unset;
  width: unset;
  height: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: unset;
  background-color: #f5dc00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
  content: '←';
  background-image: unset;
  width: unset;
  height: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5dc00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next.slick-disabled::before, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev.slick-disabled::before {
  opacity: 1;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
  text-shadow: none;
  color: #1a4b6c;
  opacity: 1;
  font-size: 15px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f5dc00;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
  right: -40px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -40px;
}

#main_index #index_4 {
    padding: 0 5px;
}

/*homepage course*/

.hp_course {
  padding: 5rem calc(6% + 5px);
  background-color: #1a4b6c;
}

.hp_course .hp_big_title {
    color: #f5dc00;
}

.hp_course .hp_small_title {
    color: #fff;
}

.hp_course_ebox {
  margin: 10px 0;
  padding: 0 10px;
}

.hp_course_box {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.hp_course_box:hover {
    transform: translateY(-10px);
}

.hp_course_img {
    overflow: hidden;
}

.hp_course_img img {
    transition: all 0.4s ease-in-out;
}

.hp_course_box:hover .hp_course_img img {
    transform: scale(1.1);
}

.hp_course_button {
    width: 100%;
  text-align: left;
  background-color: #fff;
  border: none;
  padding: 8px 1vw;
  font-size: 1.1vw;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #1a4b6c;
}

.hp_course_button:focus {
    outline: none;
}

.hp_course_front {
    position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.hp_course_box:hover .hp_course_front {
    transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.hp_course_img, .hp_course_content {
    transition: all 0.4s ease-in-out;
}

.hp_course_box:hover .hp_course_img {
    filter: brightness(0.5);
}

.hp_course_box:hover .hp_course_content {
    filter: brightness(0.5);
}

.hp_course_button_front {
    background-color: #f5dc00;
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease-in-out;
}

.hp_course_button_front:active {
    transform: scale(0.5);
}

.hp_course_button_front:focus {
    outline: none;
}


/*homepage testimonial*/

#main_index .index_wrapper_6 {
    padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/26643/image/E_BG.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#main_index .hp_testimonial_type3 .slick-dots {
    display: none !important;
}

#main_index .hp_testimonial_type3 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .img {
    display: none;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area {
    margin-top: 0;
  margin-bottom: 20px !important;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area > .col-12.text-center > i {
    display: none;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .name h6 {
    display: none;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text {
    font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0;
}

#main_index .hp_testimonial_type3 .testimonial_box {
    margin-top: 0 !important;
}

/*#main_index .hp_testimonial_type3 .slick-arrow {*/
/*    display: none !important;*/
/*}*/

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card {
    min-height: 140px;
    max-width: 75%;
}

#main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .name .all_font_sm {
  font-size: 18px !important;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #555;
}

#main_index .hp_testimonial_type3 .fa-chevron-right::before {
  content: '→' !important;
  font-size: 25px !important;
}

#main_index .hp_testimonial_type3 .fa-chevron-left::before {
  content: '←' !important;
  font-size: 25px !important;
}

#main_index .hp_testimonial_type3 .slick-arrow {
   color: #fff;
  background-color: #1a4b6c;
  border-radius: 50%;
  display: flex;
  padding: 6px 6px 5px;
  transition: all 0.2s ease-in-out;
}

#main_index .hp_testimonial_type3 .slick-arrow:hover {
    background-color: #f5dc00;
    color: #1a4b6c;
}

.hp_testimonial_bottom_box {
    display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

/*homepage video*/

.hp_video {
  padding: 5rem 6%;
  background-color: #eefaff;
}

.hp_video_ebox {
    margin: 15px 0;
}

.hp_video_box {
  position: relative;
  height: 100%;
  transition: all 0.4s ease-in-out;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hp_video_box:hover {
    transform: translateY(-10px);
}

.hp_video_box video {
    width: 100%;
    height: 100%;
}

.hp_video_box iframe{
    width: 100%;
  height: 100%;
  min-height: 350px;
}

.hp_video_box .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.hp_video_box .play-button:focus {
    outline: none;
}

/*homepage news*/

#main_index .index_wrapper_8 {
  padding: 5rem calc(6% + 15px);
}

#main_index .latest_new_type6 {
  margin-bottom: 0;
  padding-top: 0;
}

.latest_new_type6 .news_box .news_box_content {
  background-color: #eefaff;
  border: none;
  display: flex;
  flex-direction: column;
}

.latest_new_type6 .news_box .date {
    display: none;
}

.latest_new_type6 .news_box .news_box_content p:first-child {
    order: 2;
    margin-bottom: 0;
}

.latest_new_type6 .news_box .title {
  order: 1;
  margin-bottom: 10px;
}

.latest_new_type6 .news_box {
  padding: 15px;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

.latest_new_type6 .news_box:hover {
    transform: translateY(-10px);
}

/*homepage contact*/

#main_index .index_wrapper_9 {
    background-color: #1a4b6c;
  padding: 5rem 5% 5rem 6%;
}

.hp_contact .hp_big_title {
    color: #fff;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4 {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  text-align: left !important;
  margin: 7px 0 !important;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4 i {
    width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4 a, #main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4 a:hover {
    color: #fff;
    text-decoration: none;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4 > br {
    display: none;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4:hover i {
    animation: 1s tada;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4:first-child {
    order: 2;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4:nth-child(2) {
    order: 1;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4:nth-child(3) {
    order: 3;
}

#main_index .contact_us_type3 .hpform .form-group h3 {
    display: none;
}

#main_index .contact_us_type3 .hpform .form-group .form-control {
    border-radius: 0;
}

#main_index .contact_us_type3 .hpform .form-group .btn-success {
  background-color: #f5dc00;
  color: #1a4b6c;
  border-radius: 0;
  border: none;
  padding: 7px 25px;
  font-size: 15px !important;
  font-weight: 700;
}

#main_index .contact_us_type3 .hpform .form-group {
    padding-top: 0 !important;
}



@media (min-width: 768px) {
  #main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #main_index .contact_us_type3 .col-md-6.google_map {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }
  #main_index .contact_us_type3 .col-md-6.hpform {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
  }
}


/*other pages*/

.toggle_btn {
    right: 60px;
}

.breadcrumb_b {
    font-size: 110%;
}

.product-detail-tab .tab-pane .video_frame .video {
    width: 50%;
  padding-bottom: 28.125%;
}

/*homepage responsive*/


@media (max-width: 1200px) {
    .top_space_left span {
        font-size: 12px;
    }
    .top_space_left img {
      max-width: 18px;
      margin-right: 6px;
    }
    .top_space_right img {
      max-width: 25px;
    }
    .top_space {
        padding: 5px 2vw;
    }
    .navbar_type8 {
        padding: 0 5px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 12px;
    }
    .slider_banner .slick-next::before, .slider_banner .slick-prev::before {
        width: 25px;
        height: 25px;
    }
    .breadcrumb_b {
      font-size: 100%;
    }
    .slider_banner .slick-next {
      right: 10px;
    }
    .hp_about, .hp_course, #main_index .index_wrapper_6, .hp_video, #main_index .index_wrapper_8, #main_index .index_wrapper_9 {
        padding: 3rem 3vw;
    }
    #main_index .index_wrapper_4 {
        padding: 0 3.5vw;
    }
    .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_small_title {
        font-size: 15px;
    }
    .hp_about_keyword {
        font-size: 15px;
    }
    .hp_about_right {
        padding-left: 0;
    }
    .hp_about_button {
      margin-top: 15px;
    }
    .hp_button {
        padding: 6px 15px;
        font-size: 13px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots {
        display: none !important;
    }
    .hp_small_title::after, .hp_small_title::before {
        width: 30px;
        height: 1.5px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
      right: -20px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
      left: -20px;
    }
    #main_index #index_4 {
      padding: 0 15px;
    }
    .hp_course_button {
        font-size: 14px;
    }
    #main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area .text {
        font-size: 14px;
    }
    #main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .name .all_font_sm {
        font-size: 16px !important;
    }
    #main_index .hp_testimonial_type3 .testimonial_box .testimonial_card .text_area {
        margin-bottom: 15px !important;
    }
    #main_index .hp_testimonial_type3 .testimonial_box .testimonial_card {
        min-height: 135px;
    }
    .latest_new_type6 .news_box .img_frame {
        height: 230px;
    }
    #main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4 {
        gap: 10px;
        font-size: 13px;
        margin: 5px 0 !important;
    }
    #main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4 i {
        width: 25px;
        height: 25px;
        font-size: 11px;
    }
    .footer_type6 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .footer_type6 .logo img {
      max-height: 85px;
    }
    .footer_type6 .logo {
      padding-top: 85px;
    }
    .hp_about_left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #main_index .hp_testimonial_type3 .fa-chevron-right::before, #main_index .hp_testimonial_type3 .fa-chevron-left::before {
        font-size: 19px !important;
    }
    .toggle_btn {
        right: 30px;
    }
}

.side_menu {
    background-color: #1a4b6c;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991px) {
    .hp_about_keyword {
        font-size: 14px;
    }
    .hp_about_img {
      width: 95%;
    }
}


@media (max-width: 767px) {
    /*.index_wrapper_2 .item.slick-slide > img {*/
    /*    min-height: 190px !important;*/
    /*    object-fit: cover;*/
    /*}*/
    .hp_about_right {
        padding-left: 15px;
        margin-top: 2rem;
    }
    .hp_big_title {
        font-size: 30px;
    }
    .hp_about_keyword {
        font-size: 15px;
    }
    .hp_small_title {
        font-size: 16px;
    }
    .hp_button {
        font-size: 14px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
        padding: 10px 20px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
        font-size: 13px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        width: 20px;
        height: 20px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: -5px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: -5px;
    }
    .hp_course_button {
        font-size: 13px;
        padding: 6px 10px;
    }
    #main_index .hp_testimonial_type3 .testimonial_box .testimonial_card {
        max-width: 95%;
    }
    #main_index .hp_testimonial_type3 .slick-arrow {
        font-size: 15px !important;
    }
    #main_index .contact_us_type3 .google_map {
      min-height: 320px;
    }
    #main_index .contact_us_type3 .hpform {
        padding: 0;
    }
    #main_index .contact_us_type3 .hpform .contactus-fa-icon .col-md-4 {
        padding: 0;
        font-size: 14px;
    }
    #main_index .contact_us_type3 .hpform .form-group {
        padding: 0 !important;
    }
    #main_index .index_wrapper_4::before {
        height: 35.5%;
    }
    .hp_about::before {
        height: 110%;
        background-size: 130%;
    }
    #main_index .index_wrapper_6 {
        background-position: 30% 50%;
    }
    .hp_about, #main_index .index_wrapper_6, .hp_video {
        padding: 3rem 0;
    }
    #main_index .index_wrapper_8, #main_index .index_wrapper_9 {
        padding: 3rem 15px;
    }
    .hp_course {
        padding: 3rem 5px;
    }
    #main_index .hp_testimonial_type3 .fa-chevron-right::before, #main_index .hp_testimonial_type3 .fa-chevron-left::before {
        font-size: 13px !important;
    }
    .hp_about_img {
        width: 100%;
    }
    #main_index .hp_testimonial_type3 .fa-chevron-right {
        right: -10px !important;
    }
    #main_index .hp_testimonial_type3 .fa-chevron-left {
        left: -10px !important;
    }
    .footer_type6 .social_media {
      padding-top: 10px;
      justify-content: flex-start;
      margin-bottom: 10px;
    }
    .slider_banner .slick-next {
        right: 5px;
    }
    .slider_banner .slick-prev {
      left: 0;
    }
    .hp_course_front {
        width: 90%;
        display: flex;
        justify-content: center;
    }
    .product-detail-tab .tab-pane .video_frame .video {
      width: 100%;
      padding-bottom: 56.25%;
    }
}

