/* ================================================== */


/* ELAXO
/* created by designesia

* body
* header
	* subheader
* navigation
* content
* section
* footer
* sidebar
* blog
* products
* contact
* coming soon page
* elements
	* address
	* border
	* box icon
	* breadcrumb
	* button and link
	* columns
	* counter
	* divider
	* dropcap
	* heading
	* icon font
	* list
	* map
	* package
	* page heading
	* pagination
	* pricing
	* preloader
	* progress bar
	* social icons
	* spacer
	* tabs
	* team
	* testimonial
* plugin
* media query
*/

@charset "utf-8";

/* ================================================== */


/* import custom fonts */


/* ================================================== */


/* ================================================== */




/* ================================================== */


/* ================================================== */


/* body */


/* ================================================== */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }



/* ================================================== */


/*  header	*/


/* ================================================== */

.new_img {
    animation: blink 1s linear infinite;
}
header {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 1001;
	background: #2b313f;
	margin:0;	
	height:90px;
	/*border-bottom:solid 1px rgba(255,255,255,0);*/
}
header.smaller.has-topbar{
	height:105px;
}
header.header-s1{
	/*border-bottom:solid 1px rgba(255,255,255,.2);*/
	top:0;
}
header .info {
	display: none;
	color: #fff;
	padding: 10px 0 10px 0;
	width: 100%;
	z-index: 100;
	background: #242424;
}
header .info .col {
	display: inline-block;
	font-size: 12px;
}
header .info .col {
	padding-right: 30px;
}
header .info .col:last-child {
	padding-right: 0px;
}
header .info i {
	font-size: 14px;
	margin-right: 15px;
}
header .info .social.col {
	border: none;
}
header .info .social i {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	float: none;
	padding: 0 10px 0 10px;
	margin: 0;
}
header .info strong {
	font-size: 12px;
}
header.header-bg {
	background: rgba(0, 0, 0, 0.5);
}
header.transparent {
	background: none;
}
body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light.transparent {
	background: rgba(255, 255, 255, 0.0);
}
header.autoshow {
	top: -120px;
	height: 70px !important;
}
header.autoshow.scrollOn, header.autoshow.scrollOff {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	outline: none;
}
header.autoshow.scrollOn {
	top: 0;
}
header.autoshow.scrollOff {
	top: -120px;
}
header div#logo {
	font-family: "Oswald", sans-serif;
	color: white;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .logo-2 {
	display: none;
}
header .logo-scroll {
	display: none;
}
header .logo, header .logo-2{
	font-family:"Inter";
	color:#fff;
	font-size:40px;
	font-weight:300;
}
header .logo-2{
	color:#333;
}
header.header-full nav{
	float: left;
}
header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header nav a:hover {
	color: #555;
}
header.smaller #mainmenu ul ul {
	top: 0px;
}
header.smaller {
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0px;
	padding:0;
	-webkit-box-shadow: 0 4px 6px 0 rgba(10,10,10, 0.05);
	-moz-box-shadow: 0 4px 6px 0 rgba(10,10,10, 0.05);
	box-shadow: 0 4px 6px 0 rgba(10,10,10, 0.05);
	border:0;
}
header.smaller .btn-rsvp {
	height: 100px;
	padding-top: 55px;
}
.boxed header.smaller {
	margin-top: 0px;
}

header.smaller.scroll-light {
	background: #ffffff;
}
header:not(.header-light).smaller.scroll-light div#logo .logo {
	display: none;
}
header.smaller.scroll-light div#logo .logo-2 {
	display: inline-block;
}
header.smaller.scroll-light div#logo .logo-scroll {
	display: inline-block;
}
header.smaller.header-light div#logo .logo {
	display: none;
}
header.smaller.scroll-light .social-icons i{
	color:#333;
}
header.smaller.scroll-light #mainmenu a{
	color:#071c39;
}
header.smaller.scroll-light #mainmenu li li a:hover{
	color:#ffffff;
}
.logo-smaller div#logo {
	width: 150px;
	height: 30px;
	line-height: 65px;
	font-size: 30px;
}
.logo-smaller div#logo img {
	font-size: 30px;
}
.logo-smaller div#logo .logo-1 {
	display: none;
}
.logo-smaller div#logo .logo-2 {
	display: inline-block;
}
.logo-small {
	margin-bottom: 20px;
}
header.de_header_2 {
	height: 125px;
}
header.de_header_2.smaller {
	height: 70px;
}
header.de_header_2.smaller .info {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
header.header-full{
	padding-left:40px;
	padding-right:40px;
}

header .header-row{
	text-align:center;
}

header .header-col{
	position: relative;
	height:100%;
}

/* left col header */
header .header-col.left{
	float:left;
	padding:0 30px 0 0;
}
/* middle col header */
header .header-col.mid{
	float:right;
}

header .header-col.mid .social-icons{
	float:right;
	padding:0 30px 0 30px;
}


.header-col-right{
	text-align:right;
}


.de-navbar-left {
	background: #151618;
}
.de-navbar-left #logo {
	padding: 40px;
	text-align: center;
	width: 100%;
}
.de-navbar-left header {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	background: none;
	padding: 30px;
	padding-right: 20px;
}
.de-navbar-left header #mainmenu {
	float: none;
	margin: 0;
	padding: 0;
}
.de-navbar-left header #mainmenu>li {
	display: block;
	margin: 0;
	float: none;
	text-align: center;
	font-family: "Inter";
	letter-spacing: 5px;
	font-size: 14px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(255, 255, 255, .1);
}
.de_light.de-navbar-left header #mainmenu>li {
	border-bottom: solid 1px rgba(0, 0, 0, .05);
}
.de-navbar-left header #mainmenu>li>a {
	padding: 0;
	opacity: .5;
}
.de_light.de-navbar-left header #mainmenu>li>a {
	color: #222;
}
.de-navbar-left header #mainmenu>li a:hover {
	opacity: 1;
}
.de-navbar-left header #mainmenu>li>a:after {
	content: none;
}
.de-navbar-left header nav {
	float: none;
}

/* subheader */

#subheader {
	text-align: center;
	overflow: hidden;
	padding: 100px 0 100px 0;	
}
#subheader h1 {
	margin-top: 50px;
	margin-bottom:10px;
}
#subheader.dark{
	background-color:#1A1C26;
}
#subheader.dark h1{
	color:#fff;
}
.de-navbar-left #subheader {
	padding-bottom: 120px;
}
#subheader span {
	letter-spacing: 2px;
	display: inline-block;
	font-size: 15px;
	margin-top: 88px;
	color: #fff;
}
#subheader .crumb {
	font-size: 10px;
	letter-spacing: 3px;
	margin-top: 20px;
}
#subheader.dark .crumb {
	color: #fff;
}
#subheader .small-border-deco {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .1);
}
#subheader .small-border-deco span {
	display: block;
	margin: 0 auto;
	height: 2px;
	width: 100px;
}
#subheader.dark h2, #subheader.dark h4 {
	color: #fff;
}
#subheader.dark h2 {
	font-size: 48px;
}
#subheader.s2{
	background:#f0f4fd;
	text-align:left;
	padding:120px 0 60px;
	border:solid 1px #eee;
	border-left:none;
	border-right:none;
}

#subheader.s2 h1,#subheader.s2 .crumb{
	margin:0;
	padding:0;
}

#subheader.s2 .crumb{
	float:right;
	margin-top:15px;
}

.de-navbar-left.de_light #subheader h1 {
	color: #222;
}

/* ================================================== */


/* navigation */


/* ================================================== */

#mainmenu {
	font-family: "Inter";
	font-size: 13px;
	margin:0 auto;
	float:none;
	text-transform: uppercase;
}
#mainmenu ul {
	margin: 0px 0px;
	padding: 0px;
	height: 30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;	
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 30px 0px rgba(20,20,20, 0.1);
	-moz-box-shadow: 2px 2px 30px 0px rgba(20,20,20, 0.1);
	box-shadow: 2px 2px 30px 0px rgba(20,20,20, 0.1);
}
#mainmenu li {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
}
#mainmenu > li{	
	letter-spacing: 1px;
	font-weight:500;
}
#mainmenu a {
	position: relative;
	display: inline-block;
	padding:30px 18px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	outline: none;
}
#mainmenu a span{
	position: relative;
	width:0%;
	color:#ffffff;
	display:block;
	font-size:10px;
	text-transform:uppercase;
	line-height:14px;
	border-bottom: solid 1px #ffffff;
}
#mainmenu li:hover a span{
	width:100%;
}
#mainmenu li li a span{
	float:right;
	margin-top:5px;
}
#mainmenu a.active span{
	width:100%;
	margin-left:0%;
}
.header-light #mainmenu>li>a {
	color: #222;
	font-weight:600;
}
#mainmenu li li{
	font-size:14px;
}
#mainmenu li li:last-child {
	border-bottom: none;
}
#mainmenu li li a {
	padding: 5px 15px;
	border-top: none;
	color: #071c39;
	width: 100%;
	border-left: none;
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px rgba(255,255,255,.1);
}
.rtl #mainmenu li li a{
	text-align: right;
}
#mainmenu li li a:hover {
	color: #111;
}
#mainmenu li li a:after {
	content: none;
}
#mainmenu li li li a {
	padding: 2px 15px 2px 15px;
	background: #171A21;
}
#mainmenu li li a:hover, #mainmenu ul li:hover>a {
	color: #fff;
	background: #8167e6;
}
#mainmenu li ul {
	width: 210px;
	height: auto;
	position: absolute;
	left: 0px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
}
#mainmenu li li {
	display: block;
	float: none;
	text-transform: none;
}
#mainmenu li:hover>ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0px;
}
#mainmenu li ul ul {
	left: 100%;
	top: 0px;
}
#mainmenu li ul ul li a {
	background: #202020;
}
#mainmenu li:hover>ul {
	color: #1a8b49;
}
#mainmenu select {
	padding: 10px;
	height: 36px;
	font-size: 14px;
	border: none;
	background: #ff4200;
	color: #eceff3;
}
#mainmenu select option {
	padding: 10px;
}
#mainmenu .btn-type {
	padding: 0;
	margin: 0;
}
#mainmenu .btn-type a {
	background: #eee;
	padding: 0;
	margin: 0;
}

#mainmenu > li ul.mega{
	position:fixed;
	left:0;
	height:0%;
	width:100%;
	visibility: hidden;
	opacity: 0;
	overflow:hidden;
	padding-left:40px;
	padding-right:40px;
	}
	#mainmenu li:hover ul.mega{
	visibility: visible;
	opacity: 1;
	}
	#mainmenu li ul.mega > li,
	#mainmenu li ul.mega > li a{
		width:100%;
	}
	#mainmenu li ul.mega li.title{
		padding:0px 10px 15px 10px;
		text-align:left;
		color:#fff;
		font-weight:bold;
	}
	#mainmenu li ul.mega > li ul{
		position:static;
		visibility: visible;
		opacity: 1;
		left:0;
		float:none;		
		width:100%;
	}
	#mainmenu ul.mega > li ul li{
		margin:0;
		padding:0;
	}
	
	#mainmenu ul.mega > li ul li:last-child{
		border-bottom:solid 1px #333333;
	}

	#mainmenu li ul.mega .menu-content{
		background:#171A21;
		padding:30px;
	}
	header.header-mobile #mainmenu > li ul.mega{
	visibility: visible;
	opacity: 1;
}
	header:not(.header-mobile) #mainmenu > li:hover ul.mega{
		height:auto;
	}

/* menu toggle for mobile */

#menu-btn {
	display: none;
	float: right;
	margin-top: -3px;
	width: 32px;
	height: 32px;
	padding: 4px;
	text-align: center;
	cursor: pointer;
	color:#fff;
	margin-left:20px;
}
#menu-btn:before {
	font-family: FontAwesome;
	content: "\f0c9";
	font-size: 20px;
}
#menu-btn:hover {
	background: #fff;
}
#menu-btn:hover:before {
	color: #222;
}

.rtl #menu-btn{
	float: left;
}

header.header-mobile.header-light, header.header-mobile.header-light #menu-btn, header.header-mobile.header-light #menu-btn:hover {
	background: none;
}
header.header-mobile.header-light #menu-btn {
	color: #222;
}


header.side-header {
	border-bottom: none;
	margin: 0;
}
header.side-header .social-icons-2 {
	margin: 0 auto;
	margin-top: 50px;
	float: none;
	text-align: center;
}
header.side-header .social-icons-2 a {
	display: inline-block;
	margin: 0 2px 0 2px;
	background: #555;
	width: 36px;
	height: 36px;
	padding-top: 5px;
	display: inline-block;
	text-align: center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	opacity: .2;
}
.de_light header.side-header .social-icons-2 a {
	background: #fff;
	color: #333;
}
header.side-header .social-icons-2 a:hover {
	opacity: 1;
}
.de-navbar-left.de_light header, .de-navbar-left.de_light {
	background: #f0f4fd;
}
header.header-light-transparent {
	background: rgba(255, 255, 255, .5);
}
header.header-solid.header-light #mainmenu>li>a {
	color: #555;
}
header.header-solid.header-light .info {
	background: #eee;
	color: #555;
}
header.header-solid.header-light .info .social i {
	color: #222;
}
header.header-solid {
	background: #fff;
}
header.header-light {
	background: rgba(255, 255, 255, .8);
}
header.smaller.header-dark {
	background:#fff;
	border:none;
}
header.smaller.header-dark #mainmenu a {
	color:#000;
}
header.s2{
	background:#ffffff !important;
	border-bottom:solid 1px #eee;
	top:0;
}
header.s2 #mainmenu > li > a{
	padding-top:18px;
	padding-bottom:18px;
}
.side-layout header.smaller.header-dark #mainmenu > li {
	border-bottom: solid 1px rgba(255,255,255,.1);
}
.side-layout header.smaller.header-dark #mainmenu > li:last-child {
	border-bottom: none;
}
header.header-mobile {
	position:absolute;
	background:#fff;
	top:0;
	height:90px;
}

header.header-mobile nav{
	float:none;
}
header.header-mobile .logo {
	display: none;
}
header.header-mobile .btn-rsvp {
	padding-top: 40px;
	height: 90px;
}
header.header-mobile .logo-2 {
	display: inline-block;
}
header.header-mobile.header-light {
	background: #fff;
}
header.header-mobile #mainmenu ul{
	padding:0;
}
header.header-solid.header-light {
	background: #fff;
}
header.header-light .logo{
	display:none;
}
header.header-light .logo-2{
	display:inline-block;
}

/* topbar start here */


/* topbar end here */

#de-sidebar {
	padding: 0px;
}


/* ================================================== */


/* gallery */


/* ================================================== */



/* ================================================== */


/* widget */


/* ================================================== */



/* ================================================== */


/* misc */


/* ================================================== */

.de-flex{
	display: flex;
	justify-content: space-between;
}

.de-flex > .de-flex-col{
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-light .card{
	color:#ffffff;
	background: rgba(0,0,0,.1);
}


/* ================================================== */


/* R E S P O N S I V E */


/* ================================================== */
	
@media only screen and (min-width: 1280px) {
	.container{
		min-width:1200px;
	}
}

@media(min-width:980px) and (max-width: 1199px) {
	#mainmenu li a:after {
		margin-left: 15px;
	}
	.pf_full_width.gallery_border .item, .pf_full_width.gallery_border.pf_2_cols .item, .pf_full_width.gallery_border.pf_3_cols .item {
		float: left;
		width: 23.95%;
	}
}

/* -------------------------------------------------- 
	design for 768px
	/* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
	.slider_text {
		padding-top: 0px;
	}
}
@media only screen and (max-width: 992px) {	
	
	.col-right{
	position:absolute;
	top:-82px;
	right:60px;
	width:140px;
	}
	
	.mb-sm-30{
		margin-bottom:30px;
	}
	
	.p-sm-30{
		padding:40px;
	}
	
	.pb-sm-0{
		padding-bottom:0;
	}
	
	.mb-sm-0{
		margin-bottom:0;
	}
	
	header .header-col{
		position:absolute;
		top:0;
	}
	header .header-col.mid{
		position:absolute;
		top:70px;
		width:100%;
		padding:0 0 0 0;
	}
	
	.text-center-sm {
		text-align: center;
	}
	.sm-pt10{
		padding-top: 10px;
	}
	#menu-btn {
		display: block;
		position: relative;
		float: right;
	}
	.header-col-left,.header-col-right{
		padding-top:16px;
	}
	.header-col-mid{
		position:absolute;
		top:90px;
		width:100%;
		padding:0 0 0 0;
	}
	header div#logo {
		line-height:32px;
	}
	header {
		display: none;
	}
	header .info {
		display: none;
	}
	header.header-bg {
		background: rgba(0, 0, 0, 1);
	}
	header, header.fixed {
		display: block;
		position: inherit;
		margin: 0;
		padding: 0;
		margin-top: 0;
		height: auto;
		background: #111111;
		padding: 15px 0 15px 0;
	}
	#de-sidebar {
		position: absolute;
		width: 100%;
		right: 1px;
	}
	header.side-header, .de_light header.side-header {
		position: absolute;
		display: block;
		height: 60px;
		top: 0;
		background: #000;
	}
	header.side-header #mainmenu {
		position: absolute;
		background: #000;
		margin: 0;
		top: 60px;
		left: 0;
		width: 100%;
	}
	header.side-header #logo .logo {
		display: none;
	}
	header.side-header #logo .logo-2 {
		display: inline-block;
		position: absolute;
		height: 30px;
		top: 15px;
		left: 40px;
	}
	header.side-header #menu-btn {
		position: absolute;
		top: 8px;
		right: 30px;
		height: 0;
		z-index: 2000;
		height: 35px;
	}
	header.side-header #mainmenu li {
		display: block;
	}
	header.side-header #mainmenu a, .de_light.de-navbar-left header #mainmenu>li>a {
		display: block;
		text-align: center;
		color: #fff;
	}
	.de_light.de-navbar-left header #mainmenu>li {
		border-bottom: solid 1px rgba(255, 255, 255, .1);
	}
	header.side-header #mainmenu a:hover {
		background: none;
	}
	header.side-header #mainmenu a:hover {
		background: none;
	}
	header.side-header .social-icons-2 {
		display: none;
	}
	header.autoshow {
		height: auto;
		top: 0;
	}
	header.autoshow #mainmenu li a {
		background: none;
	}
	header.header-mobile-sticky {
		position: fixed;
	}
	#subheader, {
		padding: 0 0 0 0;
	}
	.de-navbar-left #subheader {
		padding: 0;
		margin: 0;
	}
	#subheader h1 {
		margin-top:0;
	}
	#subheader span {
		display: none;
	}
	#subheader .crumb {
		display: none;
	}
	.de-navbar-left #subheader {
		padding-top: 70px;
	}
	.slider_text h1 {
		font-size: 32px;
	}
	.slider_text .description {
		display: none;
	}

	#logo, #logo .inner {
		vertical-align: middle;
		height: auto;
	}
	#domain-check .text, #domain-check .button {
		width: 100%;
	}
	.container-4 .de-team-list {
		width: 49.9%;
		float: left;
		position: relative;
	}
	#testimonial-full blockquote {
		padding: 20px;
	}
	
	nav {
		height:0;
	}
	#mainmenu {
		float: none;
		z-index: 200;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#mainmenu a {
		text-align: left;
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#mainmenu li li a, #mainmenu li li li a {
		padding-left: 0;
	}
	#mainmenu a:hover {
		background: #111;
	}
	#mainmenu a:hover {
		background: #111;
	}
	#mainmenu li ul {
		display: block;
		position: inherit;
		margin: 0;
		width: 100%;
	}
	#mainmenu li {
		border-bottom: solid 1px #eee;
		margin: 0;
		width: 100%;
		display: block;
	}
	#mainmenu li a:after {
		display: none;
	}
	#mainmenu li:last-child {
		margin-bottom: 30px;
	}
	#mainmenu li ul {
		border-top: solid 1px #eee;
		top: auto;
		width: auto;
		height: auto;
		position: inherit;
		visibility: visible;
		opacity: 1;
	}
	#mainmenu li ul a {
		width: 100%;
		background: none;
		border: none;
	}
	#mainmenu li ul li {
		border: none;
		padding-left: 40px;
	}
	#mainmenu li ul li a {
		display: block;
	}
	#mainmenu li ul li:last-child {
		border-bottom: none;
		margin: 0;
	}
	#mainmenu li ul li:last-child a {
		border-bottom: none;
	}
	#mainmenu li a {
		color: #eceff3;
	}
	#mainmenu li li a:hover {
		color: #fff;
	}
	header.header-mobile{
		overflow:hidden;
		position:fixed;
		margin-bottom: 20px;
	}
	header.header-mobile #mainmenu {
		float: none;
		z-index: 200;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align:left;
		padding-right:30px;
	}
	header.header-mobile #mainmenu a {
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header.header-mobile #mainmenu a:hover {
		background: none;
	}mt-2
	header.header-mobile #mainmenu li ul {
		display: block;
		position: inherit;
		margin: 0;
		width: 100%;
	}
	header.header-mobile #mainmenu li {
		border-bottom: solid 1px #eee;;
		margin: 0;
		width: 100%;
		display: block;
	}
	header.header-mobile #mainmenu li ul.mega ul {
		height: auto;
	}
	header.header-mobile #mainmenu li ul.mega .menu-content{
		background:#000;
	}
	header.header-light.header-mobile #mainmenu li, header.header-light.header-mobile #mainmenu li ul li a {
		border-color: #000;
	}
	header.header-dark.header-mobile{
		background:#fff;
	}
	header.header-dark.header-mobile #mainmenu li{
		border-color: #333;
	}
	header.header-dark.header-mobile #mainmenu li a{
		color:#000;
	}
	header.header-mobile #mainmenu li a:after {
		display: none;
	}
	header.header-mobile #mainmenu li:last-child {
		margin-bottom: 30px;
	}
	header.header-mobile #mainmenu li ul {
		border-top: none;
		top: auto;
	}
	header.header-mobile #mainmenu li ul a {
		width: 100%;
		background: none;
		border: none;
	}
	header.header-mobile #mainmenu li ul li {
		border: none;
		padding-left: 40px;
	}
	header #mainmenu li ul li:first-child {
		border-top: solid 1px #eee;
	}
	header.header-mobile #mainmenu li ul li a {
		display: block;
		border-bottom: solid 1px #eee;
	}
	header.header-mobile #mainmenu li ul li:last-child {
		border-bottom: none;
		margin: 0;
	}
	header.header-mobile #mainmenu li ul li:last-child a {
		border-bottom: none;
	}
	header.header-mobile #mainmenu li a {
		color: #888;
	}
	header.header-mobile #mainmenu li a:hover {
		color: #333;
	}
	header.header-mobile #mainmenu li li a:hover {
		color: #888;
	}
	header.header-mobile #mainmenu li ul {
		height: 0;
		overflow: hidden;
		position: relative;
		left: 0;
	}
	header.header-mobile #mainmenu li ul li ul li:last-child {
		border-bottom: solid 1px #eee;
	}
	header.header-mobile #mainmenu li ul li ul {
		margin-bottom: 10px;
	}
	header.header-mobile #mainmenu>li>span {
		width: 36px;
		height: 36px;
		background: url(../images/ui/arrow-down.png) center no-repeat;
		position: absolute;
		right: 0;
		margin-top: 10px;
		z-index: 1000;
		cursor: pointer;
	}
	header.header-mobile #mainmenu li span.active {
		background: url(../images/ui/arrow-up.png) center no-repeat;
	}
	header.header-mobile #mainmenu li>ul>li>span {
		width: 36px;
		height: 36px;
		background: url(../images/ui/arrow-down.png) center no-repeat;
		position: absolute;
		right: 0;
		margin-top: -45px;
		z-index: 1000;
		cursor: pointer;
	}
	header.header-mobile #mainmenu>li>ul>li>span.active {
		background: url(../images/ui/arrow-up.png) center no-repeat;
	}
	header.header-mobile #mainmenu li ul li a {
		border-bottom: solid 1px #eee;
	}
	header.header-mobile #mainmenu li ul li:last-child>a {
		border-bottom: none;
	}
	header.header-light.header-mobile #mainmenu>li>span, header.header-light.header-mobile #mainmenu li>ul>li>span {
		background: url(../images/ui/arrow-down.png) center no-repeat;
	}
	header.header-light.header-mobile #mainmenu>li>span.active, header.header-light.header-mobile #mainmenu li>ul>li>span.active {
		background: url(../images/ui/arrow-up.png) center no-repeat;
	}
	
	#mainmenu li ul.mega{
	position:fixed;
	left:0;
	width:100%;
	margin-top:30px;
	display:block;
}
#mainmenu li ul.mega > li{
	width:100%;
}
#mainmenu li ul.mega > li ul{
	position:static;
	visibility: visible;
	opacity: 1;
	left:0;
	float:none;		
	width:100%;
}
#mainmenu li ul.mega .inner{
	background:#1A1C26;
}
#mainmenu ul.mega > li ul li{
	margin:0;
	padding:0;
}

#mainmenu li ul.mega .menu-content{
	background:#202020;
	padding:30px;
}
	
	/* header light */
	.header-light #mainmenu ul li a, .header-light #mainmenu ul li a:hover {
		color: #333;
	}
	.de_tab.tab_steps .de_nav {
		text-align: center;
	}
	.de_tab.tab_steps .de_nav li {
		display: block;
		margin: 0;
		padding: 0;
	}
	.de_tab.tab_steps .de_nav li span {
		margin: 0;
		margin-bottom: 40px;
		display: inline-block;
	}
	.de_tab.tab_steps .de_nav li .v-border {
		border: none;
	}
	.hidden-phone {
		display: none;
	}
	.grid_gallery .item {
		width: 100%;
	}
	.table [class*="col-"] {
		float: none;
		display: block;
		vertical-align: top;
	}
	

	.sm-hide {
		display: none;
	}
	.btn-rsvp {
		position: absolute;
	}
	.btn-close {
		position: relative;
	}
	.schedule-item .sc-info {
		padding-top: 20px;
	}
	
	.de_tab.tab_style_4 .de_nav li {
		min-width:100px;
	}
	
	#mainmenu a span{
		display:none;
	}
	
	.pf_full_width.grid{
		margin-left:1.5%;
	}
	
	.de_tab.tab_steps.style-2 .de_nav li.active .arrow{
		margin-top:-40px;
		margin-bottom:40px;

	}
	
	.table-custom-1{
		position:relative;
		height:auto;
	}	
	
	h1.very-big{
		font-size:9vw;
		letter-spacing:0;
	}
	
	.timeline > li > .timeline-panel {
		width:100%;
	}
	
	.timeline-badge{
		display:none;
	}
	
	.timeline:before{
		background:none;
	}
	.cta_section{
		min-height: 450px !important;
	}
	
}

/* -------------------------------------------------- 
	custom for 320px & 480px 
	/* -------------------------------------------------- */

@media only screen and (max-width: 767px) {
	header .container{
		min-width:100%;
	}
	
	.container-4 .de-team-list {
		width: 100%;
		float: left;
		position: relative;
	}
	.countdown-section {
		font-size: 12px;
	}
	.countdown-amount {
		font-size: 36px;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.feature-box-image {
		margin-bottom: 30px;
	}
	#filters li.pull-right {
		float: none;
	}
	.de_tab .de_nav li {
		display: block;
		width: 100%;
	}
	.pf_full_width .item {
		float: left;
		width: 49.9%;
	}
	.text-item {
		font-size: 48px;
		line-height: 48px;
	}
	.text-item i {
		font-size: 36px;
	}
	#de-sidebar {
		width: 100%;
		display: block;
		position: relative;
	}
	.gallery_border {
		margin-left: 0px;
	}
	.pf_full_width.gallery_border .item {
		width: 48.9%;
	}
	body.boxed {
		margin: 0px;
	}
	.schedule-item .sc-time {
		width: 100%;
		padding-bottom: 20px;
		float: none;
	}
	.schedule-item .sc-pic {
		width: 80px;
	}
	.schedule-item .sc-pic img {
		width: 60px;
	}
	.schedule-item .sc-name {
		padding-top: 5px;
	}
	.schedule-item .sc-info {
		float: none;
		display: block;
		width: 100%;
		clear: both;
		padding-top: 30px;
	}
	.schedule-item .sc-info h4 {
		margin-bottom: 10px;
	}
	.de_tab.tab_style_4 .de_nav {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.de_tab.tab_style_4 .de_nav li {
		min-width: 33.3%;
		width: 33.3%;
		border: none;
	}
	.de_tab.tab_style_4 .de_nav li:first-child, .de_tab.tab_style_4 .de_nav li:last-child {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	
	.pf_full_width.grid{
		margin-left:.2%;
	}
	.pf_full_width.grid .item{
		width: 48.5%;
	}
	
	.display-table [class*="col-"] {
	display: block;
	}
	
	h1.big, h1_big{
	font-size:8vw;
	line-height:10vw;
	}
	.img-fluid1{
		display: none !important;
	}
	
}

/* -------------------------------------------------- 
	design for 480px
	/* -------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.feature-box-image {
		margin-bottom: 30px;
	}
	header div#logo img {
		max-width: 200px;
		height: auto;
	}
	
	.timeline-panel{
		margin-bottom:30px;
	}
	
	.timeline-pic{
		height:300px;
	}
}

/* -------------------------------------------------- 
	design for 320px
	/* -------------------------------------------------- */

@media only screen and (max-width: 480px) {
	
	.pf_full_width .item {
		float: left;
		width: 100%;
	}
	.text-item {
		font-size: 32px;
		line-height: 32px;
	}
	.text-item i {
		font-size: 24px;
	}
	header div#logo img {
		max-width: 200px;
		height: auto;
	}
	.pf_full_width.gallery_border .item {
		width: 100%;
	}
	h4.s2 span {
		display: block;
		margin: 0;
		padding: 0;
	}
	a.btn-custom{
		text-transform: none;
	}
	.logo-2{
		height: 60px;
		width: 120px;
	}
	a.btn-custom{
		letter-spacing: 0.5px !important;
	}
	.custom_h1{
		font-size: 24px !important;
	}
	a.btn-border{
		text-transform: lowercase !important;
	}
}



 
  