/**
 * ======================================
 * VARIABLES 
 * ======================================
 */
@media (max-width: 767px) {
  /**
	 * =============================
	 * Header Navbar Style
	 * =============================
	 */
  .header-nav ul {
    margin: 0 -15px !important;
  }
  .header-nav ul li a {
    margin-left: -135px;
  }
  /**
	 * =============================
	 * Schedule Style
	 * =============================
	 */
  .schedule-hall .line-h {
    right: 25px;
  }
  .schedule-hall .panel-collapse .panel-body {
    margin-left: 0px;
  }
  .schedule-hall .panel-collapse .panel-body h4 {
    margin-top: 25px;
  }
  /**
	 * =============================
	 * Pricing Table Style
	 * =============================
	 */
  .pricing-table {
    margin-bottom: 10px;
  }
  .pricing-table:last-child {
    margin-bottom: 0px;
  }
  .pricing-table .meta-price {
    padding: 25px 0;
    font-family: "Montserrat", sans-serif;
    position: relative;
  }
  .pricing-table .meta-price .meta-price-inner {
    position: relative;
    top: 0px;
  }
  .pricing-table .pricing-right {
    text-align: center;
  }
  .pricing-table .pricing-right .meta-heading,
  .pricing-table .pricing-right ul li {
    text-align: center;
  }
  /**
	 * =============================
	 * Speakers Style
	 * =============================
	 */
  .speakers-body .owl-carousel .owl-item {
    text-align: center;
    justify-content: center;
  }
  /**
	 * ==============================
	 * Our Work Style
	 * ==============================
	 */
  #our-work .grid figure {
    display: block;
    margin: 0px auto;
  }
  /**
	 * ===============================
	 * Sponsore Style
	 * ===============================
	 */
  #sponsore ul li a img {
    max-width: 100% !important ;
    margin: auto;
  }
  /**
	 * ===============================
	 * Subscribe Form Style
	 * ===============================
	 */
  .news_letter_body form button {
    padding: 20px 6px;
  }
  /**
	 * ===============================
	 * Two Cols Description with Image Style
	 * ===============================
	 */
  .description-info-inner {
    padding: 75px 0 !important;
  }
  /**
	 * ==============================
	 * Footer Section Style
	 * ==============================\*/
  footer .section-separator {
    padding: 30px 0;
  }
  /**
	 * ==================================
	 * =========================================
	 * Blog Style
	 * =========================================
	 */
  .blog-message-form .padding-left,
  .blog-message-form .padding-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  /**
	 * ===================================
	 * ===========================================
	 * Style 2
	 * ===========================================
	 * ===================================
	 */
  /**
	 * ================================
	 * Navbar Style 2
	 * ================================
	 */
  .header-nav-2 {
    /* After Fixed In Top */
  }
  .header-nav-2 .navbar-collapse {
    margin: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-nav-2 .navbar-collapse.in {
    border-top-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.15) !important;
  }
  .header-nav-2 .navbar-header a img {
    width: 285px;
    padding: 10px;
    position: relative;
    z-index: 3;
  }
  .header-nav-2 .navbar-header a span {
    padding: 0px 10px 10px 10px;
  }
  .header-nav-2 .nav {
    overflow: hidden;
    margin-top: 20px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .header-nav-2 .nav li {
    float: left;
    overflow: hidden;
  }
  .header-nav-2 .nav li a {
    padding: 12px 22px !important;
  }
  .header-nav-2.navbar-home {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  .header-nav-2.navbar-home .navbar-header a {
    padding-top: 0px;
  }
  .header-nav-2.navbar-home .navbar-header a img {
    padding: 10px 10px 10px 10px;
  }
  .header-nav-2.navbar-home .nav {
    margin-top: 20px !important;
  }
  .header-nav-2.navbar-home .nav .new-page {
    color: #fff;
  }
  .header-nav-2.navbar-home .nav .new-page::after {
    -webkit-transform: translate3d(0, 150%, 0) !important;
    transform: translate3d(0, 150%, 0) !important;
  }
  .header-nav-2.navbar-home .nav .new-page:hover::after {
    -webkit-transform: translate3d(0, 95%, 0) !important;
    transform: translate3d(0, 95%, 0) !important;
  }
  .header-nav-2.navbar-home .navbar-collapse {
    background-color: transparent;
  }
  /* Hader Contant 2 */
  .header-content-2 h1 .heading-tag-1,
  .header-content-2 h1 .heading-tag-2,
  .header-content-2 h1 .heading-tag-3 {
    display: inline-block;
    margin-bottom: 6px;
    padding: 0 15px;
  }
  .header-content-2 h1 .heading-tag-1 {
    background-color: #FF6868;
  }
  .header-content-2 h1 .heading-tag-2 {
    background-color: #924992;
  }
  .header-content-2 h1 .heading-tag-3 {
    background-color: #504077;
  }
  .btn-down-chack {
    padding: 0px 44px !important;
  }
}
@media (max-width: 991px) {
.header-registor-form{
margin-top:1px
}
  /* Defult button Style */
  .btn {
    padding: 13px 35px;
  }
  /* Download Button Style */
  .defult-use-btn .btn {
    padding: 13px 12px;
  }
  /**
	 * =============================
	 * Pricing Table Style
	 * =============================
	 */
  /**
	 * ===============================
	 * Map and Contact Form Style
	 * ===============================
	 */
  #map-btn {
    display: none;
  }
  .map-map {
    position: relative;
    width: 100%;
    height: 350px;
    z-index: 1;
  }
  .contact-maps-box {
    position: relative;
    padding: 50px 5px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  }
  #map_contact #map-btn-tab {
    position: relative;
    left: 0%;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0, 0);
  }
  /**
	 * ===============================
	 * Subscribe Form Style
	 * ===============================
	 */
	 .header-registor-form form {
    margin-top: 56px;
    padding-top: 16px;
}
.section-heading {
    
    font-size: 18px;}
	.footer p {
    color: #FFFFFF;
    font-size: 12px;
	text-align:center !important
}
  .news_letter_body form {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* Hader Contant 2 */
  .header-content-2 h1,
  .header-content-2 p {
    text-align: center;
  }
  .header-content-2 .buy-tricket {
    text-align: left;
  }
  .header-content-2 h1 {
    text-align: center;
    font-size: 20px;
  }
  /**
	 * ===============================
	 * Two Cols Description with Image Style
	 * ===============================
	 */
  .two-cols-description-with-image .description-info,
  .two-cols-description-with-image .two-cols-description-image {
    display: block !important;
    float: none !important;
  }
  .two-cols-description-with-image .two-cols-description-image {
    padding: 0 !important;
  }
  .two-cols-description-with-image .two-cols-description-image img {
    height: auto;
    width: 100% !important;
    position: relative;
    max-width: 100%;
    min-height: 1px;
  }
  /**
	 * ===============================
	 * Two Cols Description with Slider Style
	 * ===============================
	 */
  .two-cols-description-with-slider-body img {
    height: auto;
    width: 100% !important;
    position: relative;
    max-width: 100%;
    min-height: 1px;
  }
}
