@media screen and (max-width: 1040px) {	
	.toggle-nav {
		display: block;
		text-align: right;
	}
	.toggle-nav i {
		font-size: 29px;
		color: #fff !important;
	}
	.sidenav .close-sidebar {
		position: relative;
		font-size: 32px;
		display: block;
		padding-right: 7%;
		color: #ffffff;
		cursor: pointer;
		cursor: pointer;
    	text-align: right;
	}
	.main-navigation ul li.current-menu-item a{
		border-top: none !important;
	}
	.main-navigation ul li>ul {
		opacity: 1;
		display: block !important;
		visibility: visible !important;
		transform: none;
		box-shadow: unset;
		padding: 0;
		margin: 0;
	}
	.main-navigation ul li a:before,
	.main-navigation ul li a:before {
		background-color: transparent;
	}
	.main-navigation ul li:hover>ul {
		display: block !important;
		padding: 0;
		color: #000000;
	}
	.main-navigation ul li {
    	height: 100%;
	}
	.main-navigation ul li ul li ul {
		position: unset;
	}
	.main-navigation ul li ul{
		display: none;
		position: relative !important;
	}
	.main-navigation ul ul li a:hover{
		transition: unset;
		padding: 12px 12px;
	}
	.headerbar {
		display: block !important;
		margin: 0;
	}
	.main-navigation ul ul li{
		padding: 0px 12px;
  		margin: 0px 0 0px 0;
	}
	.main-navigation ul ul li a {
		padding-left: 16px;
		color: #ffff !important;
	}
	.main-navigation ul li.current_page_item:after,.main-navigation ul li a:hover:after,.section-left-image {
		display: none;
	}
	.main-header .main-navigation,#slider .icon_img img {
		display: none
	}
	.main-navigation,.main-navigation li {
		padding: 0;
		display: block;
		width: 250px;
	}
	.main-navigation ul li a {
		padding: 12px 19px 12px 8px;
		display: block;
		border-bottom: 1px solid #e2e2e2;
		background: 0 0!important;
		text-align: left;
		margin: 0;
	}
	#sidebar1 {
		height: 100%;
		width: 0;
		position: fixed !important;
		z-index: 9999999;
		top: 0;
		right: 0;
		background: #000;
		overflow-x: hidden;
    	transition: .9s;
		padding-top: 8px !important;
	}
	#sidebar1 ul li a{
		color: #fff;
		border-bottom: none;
	}
	#sidebar1 ul li:hover>ul {
	  visibility: visible;
	  opacity: 1;
	  height: auto;
	  z-index: 11111;
	  transform: scale(1) !important;
	}
	#sidebar1 ul li:hover>ul {
    	display: block !important;
    	transition: all .4s ease;
	}
	#sidebar1 ul ul {
    	background: #fff;
    	border-top: 4px solid var(--color-red);
    	visibility: hidden;
    	display: none !important;
    	opacity: 0;
    	animation-name: fadeOutUp;
  		transform: scale(0) !important;
  		transform-origin: top left;
  		transition: all 0.3s ease-out;
	}
	@keyframes fadeOutUp {
	  from {
	    opacity: 1;
	  }

	  to {
	    opacity: 0;
	    transform: translate3d(0, -100%, 0);
	  }
	}
	#sidebar1 ul ul li a:after{
		content: '' !important;
		background: #283891 !important;
		padding: 10px 0px;
		height: 85%;
		width: 92%;
		border-radius: 0 50% 50% 50%;
		transform: scale(0);
		transform-origin: top left;
		position: absolute !important;
		top: 0;
		left: 0;
		z-index: -1;
		transition: all 0.3s ease;
	}
	#sidebar1 ul ul li a:hover:after{
	  border-radius: 0;
	  transform: scale(1);
	}
	#sidebar1 .main-navigation ul ul li a:hover:after {
		content: "";
	}
	.main-navigation ul ul{
		width: 100%;
	}
	.main-navigation ul ul,.main-navigation ul ul li {
		background: transparent !important;
	}
	.main-navigation ul ul li {
		display: block;
		padding-left: 1px;
		border-bottom: none;
	}
	.main-navigation ul ul ul li {
		padding-left: 15px;
	}
	.main-navigation ul.sub-menu li a:before {
		content: none;
	}
	.social-icons, .wrapper{
		margin-top: 10%;
	}
	.sticky .toggle-nav {
	    position: relative;
	    top: 8px;
	}	
}
@media screen and (max-width: 575px) {
	#slider h1.headtwo{
		font: normal 17px/26px var(--font-berkshire);
	}	
	p.slider-text,.event-party-content img,.footer-right-image{
		display: none;
	}	
	#slider .carousel-caption {
	    top: 8%;
	}
	#slider a.section-button{
		font: bold 14px/20px var(--font-grotesk);
		padding: 13px 25px;
	}
	img.about-second-image {
	    bottom: -3em;
	    left: -2em;
	    width: 60%;
	}
	.about-right-box h2.section-heading,#slider h1.headtwo,p.about-sec-text,.event-party-content p,.newsletter-left-box h2.section-heading,p.newsletter-text.mb-0{
		width: 100%;
	}
	#about_us {
	    padding-bottom: 2em;
	    padding-top: 3em;
	}
	h2.section-heading{
		font: normal 28px/42px var(--font-berkshire);
	}
	.event-party-content{
		bottom: 4px;
		left: 0;
	}
	h3.event_name a{
		font: 600 20px/10px var(--font-grotesk);
	}
	h3.abt-feature-title{
		font-size: 20px;
	}
	h3.host-title a{
		font-size: 18px;
	}
	span.event-date,.event-party-content p{
		font-size: 13px;
	}
	#vw-footer_box ul li{
		list-style-type: none;
	}	
	html body,html{
		overflow-x: hidden;
	}
}
@media screen and (max-width: 767px) {
	.slide_nav .carousel-control-next-icon {
	    right: 1em;
	}
	.slide_nav .carousel-control-prev-icon {
	    left: 1em;
	}
	.slide_nav i{
		padding: 15px;
	}
	.newsletter-code input[type="email"]{
		width: 100%;
	}
	.newsletter-code input[type="submit"]{
		padding: 14px 0px;
	}
	#return-to-top{
		bottom: 20px;
	}
}
@media screen and (max-width: 767px) and (min-width: 576px) {	
	.footer-right-image{
		right: -50px;
	}
	.footer-right-image img{
		width: 75%;
	}
	#slider h1.headtwo{
		font: normal 26px/28px var(--font-berkshire);
	}
	#slider h1.headtwo,p.slider-text,.about-right-box h2.section-heading,p.about-sec-text{
		width: 100%;
	}
	p.slider-text{
		font-size: 13px;
	}
	#slider .carousel-caption {
	    top: 5%;
	}
	img.about-second-image{
		bottom: -2em;
		left: -2em;
		width: 54%;
	}
	#about_us {
	    padding-bottom: 2em;
	    padding-top: 3em;
	}
	h3.host-title a{
		font-size: 15px;
	}
	.event-party-content p{
		width: 80%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.slide_nav .carousel-control-prev-icon{
		left: 2em;
	}
	.slide_nav .carousel-control-next-icon{
		right: 2em;
	}
	#slider h1.headtwo{
		font: normal 35px/38px var(--font-berkshire);
		width: 95%;
	}
	p.slider-text{
		width: 100%;
	}
	#slider .carousel-caption {
	    top: 7%;
	}
	h2.section-heading{
		font: normal 22px/30px var(--font-berkshire);
	}
	p.about-sec-text{
		padding: 0;
	}
	h3.abt-feature-title{
		font-size: 20px;
	}
	img.about-second-image{
		left: -3em;
		bottom: -3em;
    	width: 60%;
	}
	.about-right-box {
	    padding-top: 1em;
	}
	#about_us {
	    padding-bottom: 2em;
	    padding-top: 3em;
	}
	h3.gallery-title a{
		font: 600 15px/10px var(--font-grotesk);
	}
	.event-party-content p{
		width: 80%;
	}
	.footer-right-image{
		width: 28%;
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
	h3.host-title a{
		font: 600 18px/30px var(--font-grotesk);
	}
	span.event-date,.apply-button a{
		font-size: 13px;
	}
	#vw-footer_box iframe{
		width: 195px;
    	height: 195px;
	}
	.footer-right-image{
		width: 18%;
	}
	#slider h1.headtwo{
		font: normal 43px/54px var(--font-berkshire);
		width: 75%;
	}
	p.slider-text{
		width: 91%;
	}
	#slider .carousel-caption {
	    top: 20%;
	}
	.slide_nav .carousel-control-prev-icon {
	    left: 5em;
	}
	.slide_nav .carousel-control-next-icon{
		right: 5em;
	}
	img.about-first-image {
	    width: 92%;
	    margin-left: 19px;
	}
	img.about-second-image{
		bottom: -3em;
	    left: -4em;
	    width: 60%;
	}
	.about-right-box {
	    padding-top: 2em;
	}
	#about_us {
	    padding-bottom: 3em;
	    padding-top: 5em;
	}
	.contact_me p{
		margin-left: 10px;
	}
}
@media screen and (max-width: 1199px) and (min-width: 1025px){
	.main-navigation li{
		padding: 0 6px;
	}
}
@media screen and (max-width: 1399px) and (min-width: 1200px){
	
}
@media screen and (max-width: 1440px) and (min-width: 1200px){
	#slider h1.headtwo{
		font: normal 48px/70px var(--font-berkshire);
		width: 75%;
	}
	p.slider-text{
		width: 78%;
	}
	.slide_nav .carousel-control-prev-icon {
	    left: 7em;
	}
	.slide_nav .carousel-control-next-icon {
	    right: 7em;
	}
	img.about-first-image {
	    width: 92%;
	    margin-left: 20px;
	}
	img.about-second-image {
	    bottom: -2em;
	    left: -4em;
	    width: 50%;
	}
	.footer-right-image{
		width: 18%;
	}
}
@media screen and (max-width: 1650px) and (min-width: 1441px){
	.slide_nav .carousel-control-prev-icon {
	    left: 10em;
	}
	.slide_nav .carousel-control-next-icon {
	    right: 10em;
	}
	#slider h1.headtwo{
		font: normal 58px/70px var(--font-berkshire);
	}
}
