@media only screen and (max-width: 768px) {
  .content-lines-wrapper,
  .psudo_content::after,
  .circle-out {
    display: none !important;
  }
  .feature_grid,
  .about_bg,
  .services_wrapper,
  .footer_grid {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .feature_grid .about_video,
  .feature_grid .about_detail,
  .feature_grid .slider_card,
  .feature_grid .footer_list,
  .about_bg .about_video,
  .about_bg .about_detail,
  .about_bg .slider_card,
  .about_bg .footer_list,
  .services_wrapper .about_video,
  .services_wrapper .about_detail,
  .services_wrapper .slider_card,
  .services_wrapper .footer_list,
  .footer_grid .about_video,
  .footer_grid .about_detail,
  .footer_grid .slider_card,
  .footer_grid .footer_list {
    width: 100% !important;
  }
  .cot {
    width: 100% !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 20px;
  }
  .cot .cot_right,
  .cot .cot_left {
    width: 100% !important;
  }
  .cot .cot_right img,
  .cot .cot_left img {
    display: none !important;
  }
  .cot .cot_right h4,
  .cot .cot_left h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px auto;
  }
  .about_detail {
    padding: 0 !important;
  }
  .about_detail h4 {
    font-size: 30px !important;
  }
  .about_video {
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .about_video img {
    -webkit-box-shadow: inherit !important;
            box-shadow: inherit !important;
    background: #fff !important;
  }
  .hero_sliders_sec {
    overflow-y: hidden !important;
    height: 400px !important;
  }
  .hero_sliders_sec h4 {
    width: 100%;
    font-size: 30px !important;
  }
  .about_bg {
    height: auto !important;
    overflow-y: hidden !important;
  }
  .about_bg h4 {
    width: 100%;
    font-size: 30px !important;
    margin-top: 20px !important;
  }
  .common_parent_wrapper {
    padding: 0 !important;
  }
  .services_wrapper .slider_card_img {
    height: auto !important;
  }
  .services_wrapper .slider_card {
    width: 100% !important;
    height: auto !important;
  }
  .top_header {
    display: none !important;
  }
  .bottom_header .container .d_flex {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .bottom_header .container .d_flex .logo {
    width: 40% !important;
    padding: 10px 0;
  }
  .hero_sec {
    position: fixed;
    width: 100% !important;
    background: #607d8ba6;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    left: -100%;
    height: 100%;
    top: 85px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .hero_sec ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    position: relative;
    width: 87%;
    background: #fff;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 20px 0 !important;
    overflow: hidden !important;
    height: 100%;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .hero_sec ul li {
    width: 100% !important;
  }
  .hero_sec ul li .sub_drop_down {
    position: relative !important;
  }
  .hero_sec ul li .sub_drop_down ul {
    background: #ee8031 !important;
    width: 96% !important;
  }
  .hero_sec ul li .sub_drop_down ul li a {
    color: #fff !important;
  }
  .hero_sec ul li a {
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .corporate_counter {
    display: none !important;
  }
  .bread_crumb {
    padding: 50px 0 !important;
    height: 300px !important;
  }
  .bread_crumb h4 {
    width: 100% !important;
    font-size: 25px !important;
  }
  .active-menu {
    left: 0 !important;
  }
  .active-bar span {
    background: transparent !important;
  }
  .active-bar span::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .active-bar span::before {
    top: 10px !important;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mice {
    padding: 20px 0px !important;
    overflow-y: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .mice .d_flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .mice .d_flex .left_sec,
  .mice .d_flex .right_sec {
    width: 100% !important;
  }
  .mice .d_flex .left_sec h4,
  .mice .d_flex .right_sec h4 {
    text-align: left !important;
  }
  .events_detail {
    overflow-y: hidden !important;
  }
  .events_detail .d_flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .events_detail .d_flex .second_grid,
  .events_detail .d_flex .first_grid {
    width: 100% !important;
  }
  .upskilling_sec {
    padding: 0 !important;
  }
  .upskilling_sec .upskilling_wrapper .left_sec {
    display: none !important;
  }
  .upskilling_sec .upskilling_wrapper .right_sec {
    width: 100% !important;
    margin: 0 !important;
  }
  .corporate_flex_inner h4 {
    font-size: 20px !important;
  }
  .videos_wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .videos_wrapper .videos_card {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  .common_parent_wrapper .common_heading h4,
  .left_sec .common_heading h4 {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    line-height: 35px !important;
  }
  .common_parent_wrapper .common_heading p,
  .left_sec .common_heading p {
    width: 100% !important;
  }
  .service_content .common_heading {
    padding: 0 !important;
    width: 100% !important;
  }
  .service_content .common_heading h4 {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    text-align: left;
  }
  .service_content .common_heading p {
    margin: 10px auto;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 26px;
    width: 100% !important;
    text-align: left;
  }
  .footer_sec {
    z-index: 1 !important;
  }
  .service_cards {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .service_cards .service_cards_inner {
    margin: 10px 0 !important;
    min-height: auto !important;
    width: 100% !important;
  }
  .feature_wrapper {
    width: 100% !important;
  }
  .package_step_wrapper .package_step {
    width: 100%  !important;
  }
  .package_step_wrapper .package_step::after {
    display: none !important;
  }
  #padding0 {
    padding: 0 !important;
  }
  .service_cards_inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .service_cards_inner .service_card_img, .service_cards_inner .service_card_inner_content {
    width: 100% !important;
  }
  #tour .common_heading h4 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .contact_detail_wrapper, .contact_forms {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin: 0 !important;
    padding: 0;
    top: 0;
    width: 100% !important;
  }
  .contact_detail_wrapper .left, .contact_detail_wrapper .right, .contact_forms .left, .contact_forms .right {
    width: 100% !important;
    margin: auto !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    width: 90% !important;
  }
  .contact_detail_wrapper .right, .contact_forms .right {
    padding: 0 !important;
  }
  .contact_detail_wrapper .right img, .contact_forms .right img {
    margin: 20px 0;
  }
  .contact_detail_wrapper .contact_inner, .contact_forms .contact_inner {
    width: 90% !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center !important;
    margin: 20px 0 !important;
  }
}
/*# sourceMappingURL=media.css.map */