/*responive max width to min width*/

/*@media 
(min-width: 992px) 
 and (max-width: 1200px){
	
}*/

/* iPads (landscape) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {

}*/

/* iPads (portrait) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {

}*/

/* iPads (landscape) ———– */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* iPads (portrait) ———– */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}

@media (max-width: 1200px) {
}

@media (max-width: 1199px) {
  .menu li a.nav-link {
    font-size: 1.2rem;
  }
  .logo img {
    max-height: 85px;
  }
  .logo h2 {
    font-size: calc(1rem + 0.9vw);
  }
  .comitee-box-outr h6{
	  font-size: 0.89rem;
  }
}

/*responsinator screen size*/
@media (max-width: 1024px) {
}
@media (min-width: 992px) {
}
/*  min width new way  (min-width: 992px) */
@media (width >= 992px) {
}
/*  min width new way*/

@media (max-width: 992px) {
}

/*  max width new way  (max-width: 991px)*/
@media (width <= 992px) {
}
/*  max width new way*/

@media (max-width: 991.98px) {
  .navbar-toggler {
    border-color: var(--text-red);
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28237, 84, 27, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-toggler:focus{
	  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) var(--text-red);
  }
  .topbar-logo{
	  margin-right: 75px;
	  top: 12px !important;
  }
  .header-outr .navbar-brand img {
	height: 65px;
	
}
.menu > li > .nav-link {
 text-align:center;
}
.header-outr.fixed .topbar-inr ul {
	right: 280px;
	top: 26px;
}
.navbar .btn-close{
	background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ed541b'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	opacity: 1;
}
.navbar   .btn-close:focus{
	box-shadow: 0 0 0 0.25rem #57ad33;
}
.lattest-event-txt-col{
	margin-block-start: 1.5rem;
	text-align: center;
}
.footer-bottom-inr{
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.footer-bottom-inr .mb-2:last-child{
	margin-block-end: 0px !important;
}
.offcanvas-header{
	border-bottom: 1px solid #000;
}
.navbar-nav li a{
	border-bottom:1px solid #ddd;
}
.comitee-box-outr{
	max-width: 350px;
	margin:0 auto;
}
.organiser-sec-outr .col-lg-4.mt-4:not(:first-child){
	margin-block-start: 4rem !important;
}
.event-detail-header .d-flex{
	flex-direction: column;
	align-items: flex-start !important;
}
   
}

@media (max-width: 768px) {
}

@media (max-width: 767.98px) {
	.topbar-logo {
	margin-right: 0;
	top: -66px !important;
	right: auto !important;
}
.topbar-inr {
	position: relative;
	height: 65px;
}
.header-outr.fixed .topbar-inr ul {
	right: 60px;
	top: 26px;
}
.swiper-slide-caption h2 {
	font-size: calc(1.1rem + 1.5vw);
}
.page-banner-outr img{
	min-height: 160px;
}
.upi-col{
	margin-block-start: 1rem;
}
.event-detail-about-outr .gallery-slidr-outr .owl-nav .owl-prev {
	left: -30px;
}
.event-detail-about-outr .gallery-slidr-outr .owl-nav .owl-next {
	right: -30px;
}
.event-detail-header h4{
	font-size: calc(1rem + 0.3vw);
}
.event-detail-header h5{
	font-size: 1rem;
}
	
}

@media (max-width: 736px) {
}

@media (max-width: 667px) {
}

@media (max-width: 600px) {
}

@media (max-width: 575.98px) {
	.swiper-slide-caption{
		position: relative !important;
		top:0px !important;
		transform: none !important;
		margin-block-start: 1rem
	}
	.page-banner-caption{
		position: relative !important;
		top:0 !important;
		left:0 !important;
		transform: none !important;
	}
	.page-banner-caption::before {
	
	inset-block-end: 8px;
	
}
	.swiper-slide-caption h2, .swiper-slide-caption h4{
		color: inherit;
	}
	.swiper-button-prev, .swiper-button-next{
		height: auto;
		width: auto;
	}
	.section-heading h2 {
	font-size: calc(1.1rem + 1vw);
	margin-inline: 1rem !important;
}
.header-outr.fixed .navbar-brand img {
	height: 50px;
}
.about-photo-outr .col-lg-3{
	width: 50%;
}
.page-banner-caption h2 {
	
	font-size: calc(1.2rem + 1.5vw);
}

}

@media (max-width: 480px) {
	.about-photo-outr .col-lg-3{
	width: 100%;
}
}

@media (max-width: 414px) {
	.header-outr.fixed .topbar-inr ul {
	display: none !important;
}
.header-outr.fixed .navbar-brand h2 {
	font-size: 1rem;
}
.section-heading h2 {
	font-size: calc(1.1rem + 1vw);
	margin-inline: 0.8rem !important;
}
.heading-dash {
	width: 20px;
	
}
}

@media (max-width: 384px) {
	.topbar-logo a img {
	height: 38px;
}
.topbar-logo {
	top: -55px !important;
}
.topbar-inr {
	position: relative;
	height: 55px;
}
}
@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}
/*responsinator screen size*/
