.about li {
	list-style-type: disc !important;
}

.main-btn-link {

	background-color: #b10c1b;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 20px;

}

.backgroundImg.bigImg {
	background-size: 100% 100% !important;
}

.collapsible-body ul li {

	width: 100%;
}


.collapsible-body ul li::before {
	width: auto !important;
	padding-right: 7px;
}


.history-item {
	position: relative;
}
@media (max-width: 768px) {
    .history-item {
        margin-bottom: 10%;
    }
}

/*hover*/

.hs-wrapper {
	width: 100%;
	min-height: 410px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.hs-wrapper img {
	top: 0px;
	left: 0px;
	position: absolute;

}

.hs-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 500;
	background: rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3) inset;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: flex;
	text-align: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.hs-overlay .main-hover {
	display: block;
	position: absolute;
	/* width: 293px; */
	left: 0;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	right: 0;
}

.hs-wrapper:hover .hs-overlay {
	opacity: 1;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3) inset;
}

@-webkit-keyframes showMe {
	0% {
		visibility: visible;
		z-index: 100;
	}

	12.5% {
		visibility: visible;
		z-index: 100;
	}

	25% {
		visibility: hidden;
		z-index: 0;
	}

	100% {
		visibility: hidden;
		z-index: 0;
	}
}

@-moz-keyframes showMe {
	0% {
		visibility: visible;
		z-index: 100;
	}

	12.5% {
		visibility: visible;
		z-index: 100;
	}

	25% {
		visibility: hidden;
		z-index: 0;
	}

	100% {
		visibility: hidden;
		z-index: 0;
	}
}

@-o-keyframes showMe {
	0% {
		visibility: visible;
		z-index: 100;
	}

	12.5% {
		visibility: visible;
		z-index: 100;
	}

	25% {
		visibility: hidden;
		z-index: 0;
	}

	100% {
		visibility: hidden;
		z-index: 0;
	}
}

@-ms-keyframes showMe {
	0% {
		visibility: visible;
		z-index: 100;
	}

	12.5% {
		visibility: visible;
		z-index: 100;
	}

	25% {
		visibility: hidden;
		z-index: 0;
	}

	100% {
		visibility: hidden;
		z-index: 0;
	}
}

@keyframes showMe {
	0% {
		visibility: visible;
		z-index: 100;
	}

	12.5% {
		visibility: visible;
		z-index: 100;
	}

	25% {
		visibility: hidden;
		z-index: 0;
	}

	100% {
		visibility: hidden;
		z-index: 0;
	}
}


td,
th {

	border: 1px solid rgba(0, 0, 0, 0.12);
}

.main-p {
	width: 100%;
	overflow: hidden;
}

/* override flexslider default style */
.flexslider {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	max-height: 100vh;
	max-height: 70vh;
	margin: 0;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flexslider img {
	max-height: 70vh;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 9;
}

.flex-control-paging li a {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 2px solid #fff;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background-color: #fff;
}

.flex-direction-nav {
	height: 90px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -50px 0 0;
	z-index: 100;
	display: none;
}

.flex-direction-nav li {
	overflow: visible;
}

.flex-direction-nav a {
	overflow: visible;
	width: 90px;
	height: 90px;
	margin: 0;
	opacity: 1;
	top: 0;
	color: rgba(0, 0, 0, 0.8);
	text-indent: -9999em;
	text-shadow: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flex-direction-nav .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	background: transparent url('/img/nav.png') no-repeat 5px 5px;
	z-index: 200;
}

.flex-direction-nav a.flex-next .arrow {
	background-position: -75px 5px;
}

.flex-direction-nav .flex-prev {
	left: 0px;
}

.flex-direction-nav .flex-next {
	right: 0px;
	text-align: left;
}

.flexslider:hover .flex-prev {
	left: 0;
	opacity: 1
}

.flexslider:hover .flex-next {
	right: 0;
	opacity: 1
}

.flexslider:hover .flex-prev:hover .arrow {
	left: 0;
	background-position: 5px -95px;
	background-color: #fff;
}

.flexslider:hover .flex-next:hover .arrow {
	right: 0;
	background-position: -75px -95px;
	opacity: 1;
	background-color: #fff;
}

.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
	background-color: #fff;
	opacity: 1;
}

.slider-content {
	position: absolute;
	padding-top: 7%;
	max-height: 70vh;
	display: flex;
	align-items: center;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .25);
	height: 100%;
	top: 0;
}

.slider-content:hover {
	background-color: rgba(0, 0, 0, 0);
}

.slider-content p {
	font-family: gothamlight;
	letter-spacing: 11px;
	font-size: 32px;
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 55px;
}

.darkHeader {
	background-color: #000;
	position: fixed;
	width: 100%;
	top: 0;
	-webkit-transition: background .5s;
	/* For Safari 3.1 to 6.0 */
	transition: background .5s;
	/* box-shadow: 0px 2px 5px rgba(128, 128, 124, 0.65);*/
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.darkHeader a {
	/*color:#5d5d5d!important;*/
}

.darkHeader a:hover {
	color: #fff !important;
}

.darkHeader .logo img {
	/* filter: brightness(1) invert(0);
	width: 144px;*/
}

.owl-carousel4 .owl-stage {
	/*display:block!important;*/
}

.owl-dots {
	margin-top: 40px !important;
	display: none;
}

/*menu*/

.header .info {
	margin-top: 8px;
}

.header .info-item {
	display: inline-table;
	margin-right: 30px;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}

.header .info-item .fa {
	margin-right: 5px;
	color: #fff;
	font-size: 18px;
}

#header,
.header {}

#header {
	background: #fff;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
}

.logo,
.nav-bg {
	position: relative;
	z-index: 9;
}

.logo a {
	display: inline-block;
	padding: 26px 0;
}

.logo a {
	display: inline-block;
	padding: 15px 0 7px;
}



@media (min-width: 992px) {
	.logo a {
		padding: 6px 0 0;
	}
}

.menu {
	border: none;
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
	height: 29px;
	position: absolute;
	right: 29px;
	top: 13px;
	width: 44px;
	background: none;
	z-index: 10;
}

.menu:after {
	position: absolute;
	top: 9px;
	right: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #fff;
}

.header ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}



.header ul li:nth-child(2) {

	order: 1;

}

.header ul li:nth-child(3) {

	order: 2;

}

.header ul li:nth-child(4) {

	order: 3;

}

.header ul li:nth-child(5) {

	order: 5;

}

.header ul li:nth-child(6) {

	order: 6;

}

.header ul li:nth-child(7) {

	order: 7;

}

.logo-container {
	order: 4;
	margin-left: 0 !important;
}

.logo-mobile {
	display: none;
}

.header ul li {
	float: left;
	position: relative;
}

.navigation ul li a {
	font-size: 12px;

	font-weight: 200;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation>ul>li>a {
	display: block;
	padding-left: 22px;
	padding-right: 23px !important;
	line-height: 30px;
	color: #fff;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	outline: none;

	font-family: gothamlight;
	text-transform: uppercase;
	font-size: 15px;

}

.navigation>ul>li:last-child a {
	padding-right: 0;
}

.navigation .sub-nav {
	display: inline-block;
	left: 23px;
	position: absolute;
	top: 175%;
	width: 200px;
	z-index: 3;
	background-clip: padding-box;
	padding: 0;
	transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	opacity: 0;
	visibility: hidden;
	background-color: #000;
	/*-webkit-backface-visibility: hidden;*/

	@media only screen and (min-width: 768px) {
		display: none;
	}
}

.navigation .sub-nav li {
	display: block;
	float: none;
	margin: 0;
	border-bottom: 1px solid #6f6f6f;
	padding-bottom: 0;
	position: relative;
}

.navigation li:hover .sub-nav {
	opacity: 1;
	top: 100%;
	transition: top 0.3s ease 0s;
	-webkit-transition: top 0.3s ease 0s;
	visibility: visible;
	margin-top: -1px;
	z-index: 9999;

	@media only screen and (min-width: 768px) {
		display: none;
	}

}

.navigation li.sub-menu .sub-nav {
	border: none;
	opacity: 0;
	top: 0;
	visibility: visible;
	left: auto;
	right: 110%;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.navigation li.sub-menu:hover .sub-nav {
	visibility: visible;
	opacity: 1;
	right: 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) {
	.navigation {
		display: block !important;
	}

	.hidden-md-up {
		display: none !important;
	}

	.navigation .sub-nav li:hover {
		/*background: #fff;*/
	}

	.navigation .sub-nav li:hover a {
		color: #fff;
	}
}

.navigation .sub-nav li:last-child {
	border-bottom: 0;
}

.navigation .sub-nav li a {
	padding: 8px 20px;
	display: block;
	color: #fff;
}




.link-hover-black>a:last-child {
	margin-left: 10px;
}

.icons-hover-black i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 5px 1px 5px 0;
	display: inline-block;
	background: #314555;
	color: #fff;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	border-radius: 5px;
}

.icons-hover-black i:hover {
	background: #006c9e;
}

.mailing-icon {
	margin-right: 7px;
}

.icons-hover-black .mailing-icon i {
	background: none;
	width: 17px;
}

.header-2 .top-bar-section {
	background: #F7F7F7;
	border-bottom: 1px solid #364f63;
	padding-top: 4px;
	padding-bottom: 4px;
}

.header-2 .top-bar-section.top-bar-bg-color a,
.header-2 .top-social-icon li {
	color: #909090;
}

.header-2 .top-bar-section.top-bar-bg-color a:hover,
.call-us ul li a:hover {
	color: #0c90ce;
}

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

.col-right .opening {
	float: right;
	text-align: left;
	padding: 25px 0 0 33px
}

.header .col-right ul,
.header .col-right ul li {
	float: none;
	position: relative;
	color: #2c3740 !important;
	font-weight: bold;
}

.header .col-right ul li span,
.header .col-right ul li * {
	color: #2c3740 !important;
}

.col-right .call-us {
	display: inline-block;
	text-align: right;
	float: none;
}

.col-right .opening ul:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	left: -15px;
	top: -9px;
	width: 1px;
	height: 67px;
}

.header-style {
	/*box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1);*/
}

.header-style,
.nav-wrap {
	/*box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1);*/
}

.nav-wrap {
	position: relative;
	padding: 6px 0 0;
	padding-bottom: 25px;
}

.navigation>ul>li>a {
		/* padding: 30px 16px; */
}

.navigation>ul>li>a:hover {

	/*color: #da2127;
		    border-bottom: 1px solid white;*/
}



.navigation>ul>li>a:before {
	content: '';
	position: absolute;
	bottom: -0.5em;
	left: 25px;
	width: 1.5em;
	height: 1.5px;
	background-color: #fff;
	-webkit-transform: translateX(-108%);
	transform: translateX(-108%);
	opacity: 0;
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.6s ease, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.6s ease, transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.6s ease, transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.navigation>ul>li:hover>a:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.6s ease, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.6s ease, transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: opacity 0.6s ease, transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}


.fix-header #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

@media only screen and (min-width: 767px) {

	#header.fix .nav-wrap,
	#header.fix .primary-header,
	.header-style.fix-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
	}

	#header.fix .nav-wrap,
	.header-style.fix-header {
		background: #fff;
	}

	.p-top {
		padding-top: 157px;
	}

}

.boxed #header.fix .nav-wrap,
.boxed #header.fix .primary-header,
.boxed .header-style.fix-header {
	max-width: 1170px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-2 .navigation>ul>li>a {
		padding-left: 28px;
		padding-right: 28px;
	}
	.nav-wrap {
		background: black;
	}

	.header.header-2 .navigation>ul>li>a {
		padding-left: 28px;
		padding-right: 25px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.navigation {
		margin-left: 0;
	}

	.navigation>ul>li>a {
		padding: 10px;
	}

	.navigation .sub-nav {
		left: -27px;
	}
	.nav-wrap {
		background: black;
	}

	.nav-wrap:after {
		margin-left: -167px;
	}

	.nav-wrap:before {
		left: -166px;
	}

	.navigation li:hover .sub-nav {
		top: 77%;
	}

	.call-us ul li a {
		font-size: 16px;
	}

	.header-2 .navigation>ul>li>a {
		padding: 18px 23px;
	}

	.navigation>ul>li>a {
		padding: 30px 10px;
	}

	.header.header-2 .navigation>ul>li>a {
		padding: 18px 10px;
	}

	.navigation .btn-text {
		padding: 0 10px;
		min-width: 160px;
	}

	.top-contact .welcome-text {
		font-size: 11px;
	}

}


/*  menu End   ||-----------*/


.owl-carousel3 {}

.owl-carousel3 .owl-stage {
	display: flex;
	text-align: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
}

.owl-carousel4 {}

.owl-carousel4 .owl-stage {
	display: flex;
	text-align: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
}

.owl-carousel4 .owl-item {
	box-shadow: none;
	border-bottom: 0;
}

.counter {
	font-size: 25px;
	font-family: HelveticaNeueLTStd-Th;
}


.group {
	position: relative;
	display: inline-block;
	line-height: 16px;
	margin-left: auto;
	margin-right: auto;
}

.bigSqr {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-animation: bigSqrShrink 1s linear infinite;
	animation: bigSqrShrink 1s linear infinite;
}

.square {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
}

.first {
	left: 0px;
	top: 20px;
}

.second {
	left: 20px;
	top: 20px;
	-webkit-animation: drop2 1s linear infinite;
	animation: drop2 1s linear infinite;
}

.third {
	left: 0px;
	top: 0px;
	-webkit-animation: drop3 1s linear infinite;
	animation: drop3 1s linear infinite;
}

.fourth {
	left: 20px;
	top: 0px;
	-webkit-animation: drop4 1s linear infinite;
	animation: drop4 1s linear infinite;
}

.text {
	font-weight: 600;
	color: #fff;
	display: block;
	margin: 10px auto;
	padding: 3px;
	font-size: 19px;
	font-weight: lighter;
	display: none;
}

@-webkit-keyframes bigSqrShrink {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@keyframes bigSqrShrink {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@-webkit-keyframes drop2 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	25% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@keyframes drop2 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	25% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@-webkit-keyframes drop3 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	50% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@keyframes drop3 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	50% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@-webkit-keyframes drop4 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	75% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@keyframes drop4 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	75% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@media (max-width: 767px) {


	.nav-bg {

		margin-top: 0;
		padding-top: 28px;
		margin-bottom: 8px;
	}

	.nav-wrap {

		padding: 0px 0 0;

	}

	.bottom-header {
		margin-top: 0;
	}

	.menu {

		top: 20px;

	}

	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}

	.header ul,
	.header ul li {
		float: none !important;
		display: block;
	}

	.top-social-icon {
		text-align: center;
	}

	.top-social-icon ul li {
		display: inline-block;
		margin: 0 4px !important;
	}

	.top-social-icon ul li:last-child,
	.top-social-icon ul li:last-child a {
		width: 100%;
		margin: 0;
	}

	.story-content,
	.video-frame {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none !important;
	}

	.logo a {
		padding: 6px 0px;
	}

	.logo a {

		padding-top: 0;

	}

	.navigation {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
		background: rgba(0, 0, 0, .9);
	}

	.navigation {
		top: 60px;
	}

	.navigation ul li {
		border-bottom: 1px solid #fff;
	}

	.header-2 .navigation>ul>li {
		border-left: none;
	}

	.navigation>ul>li>a,
	.header-2 .navigation>ul>li>a,
	.navigation>ul>li:last-child a,
	.navigation>ul>li>a {
		padding: 10px 15px;
		color: #fff;
	}

	.header-2 .primary-header {
		border-bottom: 1px solid #fff;
		background: none;
	}

	.navigation .sub-nav,
	.navigation li.sub-menu .sub-nav,
	.navigation li.sub-menu:hover .sub-nav {
		position: static;
		opacity: 1;
		visibility: visible;
		width: 100%;
		border-top: none;
		transition: inherit;
		-webkit-transition: inherit;
		padding: 0;
		display: none;
	}

	.navigation ul li i {
		color: #fff;
		font-size: 25px;
		position: absolute;
		right: 15px;
		top: 9px;
		cursor: pointer;
		pointer-events: none;
	}

	.navigation ul li ul {
		display: none;
	}

	.navigation .on>.ion-ios-plus-empty:before {
		content: '\f462';
		font-family: "Ionicons";
	}

	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}


	.header-style .logo {
		padding-bottom: 56px;
	}

	.header-style .navigation {
		top: 163px;
	}

	.nav-wrap:before,
	.nav-wrap:after {
		display: none;
	}
}


@media screen and (max-width: 1024px) {

	.projects-item .item-overlay h4 {

		letter-spacing: 4px;

	}

	.vacancies .collapsible-body h2 {

		line-height: 22px;
	}


	.main-btn-link {

		margin-bottom: 10px;
	}

	.headerInner {

		margin-top: 23%;
	}

	[data-aos^=fade][data-aos^=fade].aos-animate {
		opacity: 1;
		transform: translate(0) !important;
		transition-duration: 0s;
	}


	.backgroundImg img {

		width: auto;
		height: auto;
	}

	.about-list li {

		list-style-type: none !important;
	}

	.main-slider {

		margin-top: 19%;
	}

	/*end hover*/
	.darkHeader {
		background-color: rgba(0, 0, 0, .9);
		padding-top: 0px;
		padding-bottom: 0px;
		height: 66px;
	}

	.logo-mobile {
		display: block;
	}

	.logo-mobile img {
		filter: brightness(0) invert(1);
		width: 125px;
		margin-top: 2%;
	}

	.logo-container {

		display: none;
	}

	.bottom-header {
		margin-top: 0px;
		background-color: rgba(0, 0, 0, .9);
	}

	.navigation>ul>li:hover>a:before {
		display: none;
	}

}

@media only screen and (max-width: 425px) {

	.slider-content {
		position: absolute;
		padding-top: 7%;
		max-height: 50vh;
		display: flex;
		align-items: center;
		left: 0;
		right: 0;
		text-align: center;
		color: #fff;
		background-color: rgba(0, 0, 0, .25);
		height: 100%;
		top: 0;
	}

	.slider-content p {
		font-family: gothamlight;
		letter-spacing: 11px;
		font-size: 14px;
		max-width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		line-height: 25px;
	}
}