
body {
	font-size: 16px;
	color: #010000;
	line-height: 26px;
	font-weight: 400;
	background: #fff;
	font-family: conv_akkurat-light, Sans-Serif;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased
}

/**/
@media(min-width:1200px) {
	.container {
		max-width: 1100px;
		padding: 0 15px
	}
}

.large-container {
	max-width: 1600px;
	padding: 0 15px;
	margin: 0 auto
}

.container-fluid {
	padding: 0
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto
}

.small-container {
	max-width: 680px;
	margin: 0 auto
}

.boxed_wrapper {
	position: relative;
	overflow-x: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 300px
}

a {
	text-decoration: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

a:hover {
	text-decoration: none;
	outline: none;
	color: #fd571d
}

input,
button,
select,
textarea {
	font-family: ubuntu, sans-serif;
	font-weight: 400;
	font-size: 15px
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0
}

input {
	transition: all 500ms ease
}

button:focus,
input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
	transition: all 500ms ease
}

p {
	position: relative;
	color: #010000;
	font-weight: 500 !important;
	font-family: conv_akkurat-light, Sans-Serif;
	margin-bottom: 0;
	transition: all 500ms ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: conv_akkurat-light, Sans-Serif;
	font-weight: 500 !important;
	margin: 0;
	transition: all 500ms ease
}

.centred {
	text-align: center
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.black-bg {
	background: #3b3634
}

figure {
	margin: 0
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all
}

@keyframes pulse {
	50% {
		box-shadow: 0 0 0 15px rgba(255, 255, 255, .15)
	}
}

@keyframes pulse-2 {
	50% {
		box-shadow: 0 0 0 15px rgba(255, 94, 133, .5), 0 0 0 30px rgba(255, 94, 133, .3)
	}
}

@keyframes pulse-3 {
	50% {
		box-shadow: 0 0 0 15px rgba(245, 245, 245, .3), 0 0 0 30px rgba(245, 245, 245, .1)
	}
}

.theme-btn-one {
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding: 20px 40px;
	background: #9dc638;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
	border-radius: 30px;
	text-transform: uppercase;
	transition: all 500ms ease;
	cursor: pointer;
	text-align: center;
	z-index: 1
}

.theme-btn-one:hover {
	background: #e72636;
	color: #fff;
	transform: translateY(-3px)
}

.pagination {
	position: relative;
	display: block
}

.pagination li {
	display: inline-block;
	margin: 0 4px
}

.pagination li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	height: 50px;
	width: 50px;
	line-height: 46px;
	border: 1px solid #e9e9e9;
	border-radius: 50%;
	text-align: center;
	color: #5c5c66;
	background: 0 0;
	transition: all 500ms ease
}

.pagination li a:hover,
.pagination li a.active {
	color: #fc9a36;
	border-color: #fc9a36
}

.sec-pad {
	padding: 154px 0 120px
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999999;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.gif)
}

.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: -20%;
	right: 50px;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 1s ease
}

.scroll-top:hover {
	background: #192d66
}

.scroll-top.open {
	bottom: 30px
}

.scroll-top span {
	color: #fff
}

.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%)
}

.socialicons {
	position: fixed;
	top: 13em;
	z-index: 999;
	width: 175px
}

.socialicons ul {
	padding: 0;
	-webkit-transform: translate(-265px, 0);
	-moz-transform: translate(-265px, 0);
	-ms-transform: translate(-265px, 0);
	-o-transform: translate(-265px, 0);
	transform: translate(-265px, 0)
}

.socialicons ul li {
	display: block;
	margin: 1px 0;
	background: #fdc02d;
	width: 300px;
	text-align: right;
	padding: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.socialicons ul li:first-child {
	-
}

.socialicons ul li:first-child {
	background: #ee3430
}

.socialicons ul li:first-child i {
	color: #fff
}

.socialicons ul li:last-child {}

.socialicons ul li:hover {
	-webkit-transform: translate(125px, 0);
	-moz-transform: translate(125px, 0);
	-ms-transform: translate(125px, 0);
	-o-transform: translate(125px, 0);
	transform: translate(125px, 0);
	background: rgba(255, 255, 255, .9)
}

.socialicons ul li a {
	color: #000;
	display: block;
	padding: 5px 10px
}

.socialicons ul li:hover a {
	color: #000;
	display: block;
	padding: 5px 10px
}

.socialicons ul li i {
	margin-left: 10px;
	color: #000;
	padding: 0 0;
	width: 25px;
	height: 25px;
	font-size: 20px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg)
}

.socialicons ul li .fa-youtube {
	padding-left: 5px
}

.socialicons ul li .fa-facebook-f {
	padding-left: -2px !important
}

.socialicons ul li:hover i {
	color: #e75a54;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.inner_blk {
	max-width: 70%;
	margin: 0 auto
}

.enquiry {
	position: fixed;
	top: 8em;
	z-index: 999;
	right: -6px
}

.enquiry ul {
	padding: 0;
	margin: 0
}

.enquiry ul li {
	display: block;
	margin: 1px 0;
	width: 150px;
	text-align: right;
	padding: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.sec-title {
	position: relative;
	display: block
}

.sec-title h3 {
	font-size: 15px;
	color: #f36525;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px
}

.sec-title h1 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 46px;
	color: #192d66;
	font-weight: 700;
	margin-bottom: 10px
}

.sec-title p {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	font-weight: 400
}

.bg-color-1 {
	background: #192d66
}

.bg-color-2 {
	background: #ff443e
}

.bg-color-3 {
	background: #fd571d
}

.main-header {
	position: relative;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	background: #192d66;
	left: 0;
	top: 0;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	width: 100%;
	z-index: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.main-header .header-top {
	position: relative;
	display: block;
	background: #fff;
	padding: 25px 0 0
}

.main-header .header-top .header-info {
	position: relative;
	margin-top: 2px
}

.main-header .header-top .header-info li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #585858;
	margin-right: 30px
}

.main-header .header-top .header-info li:last-child {
	margin-right: 0
}

.main-header .header-top .header-info li a {
	color: #3d3d3d
}

.main-header .header-top .header-info li a:hover {
	color: #192d66
}

.main-header .header-top .header-info li i {
	position: relative;
	font-size: 20px;
	margin-right: 10px;
	font-weight: 600;
	top: 3px
}

.main-header .header-top .header-nav li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #585858;
	margin-right: 20px
}

.main-header .header-top .header-nav li:last-child {
	margin-right: 0;
	margin-left: 15px
}

.main-header .header-top .header-nav li a {
	color: #585858
}

.main-header .header-top .header-nav li a:hover {
	color: #192d66
}

.main-header .header-upper {
	position: relative;
	display: block;
	background: #192d66;
	padding: 34px 0 53px
}

.main-header .header-upper .inner-container .info-box {
	position: relative;
	display: inline-block;
	padding: 0 0 0 50px
}

.main-header .header-upper .inner-container .info-box .icon-box {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	transition: all 500ms ease
}

.main-header .header-upper .inner-container .info-box:hover .icon-box {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	left: 50%;
	opacity: .05
}

.main-header .header-upper .inner-container .left-content .info-box {
	margin-right: 290px
}

.main-header .header-upper .inner-container .info-box h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0
}

.main-header .header-upper .inner-container .info-box span {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #cdd0d9
}

.main-header .header-upper .inner-container .info-box a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #cdd0d9
}

.main-header .header-upper .inner-container .info-box a:hover {
	color: #fbef55
}

.main-header .header-upper .inner-container .logo-box {
	position: relative;
	display: inline-block
}

.main-header .header-upper .inner-container .logo-box img {
	height: 80px
}

.language {
	position: relative;
	display: inline-block;
	top: -1px
}

.language>a .icon {
	display: none
}

.language .dropdown-toggle {
	position: relative;
	height: auto !important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 3px 15px;
	width: 75px;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	display: inline-block;
	font-weight: 400;
	cursor: pointer
}

.language .dropdown-toggle:before {
	position: absolute;
	content: "\f0dd";
	font-size: 14px;
	color: #b3afaf;
	font-family: 'font awesome 5 free';
	font-weight: 700;
	top: 1px;
	right: 9px
}

.language .dropdown-toggle:after {
	display: none
}

.language .dropdown-menu {
	top: 100% !important;
	left: 0 !important;
	transform: none !important;
	width: 100px;
	min-width: 100px;
	border-radius: 10px;
	border: none;
	background-color: #192d66;
	padding: 0
}

.language .dropdown-menu>li {
	padding-right: 0 !important;
	margin: 0 !important;
	padding: 0;
	float: none;
	display: block !important;
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.language .dropdown-menu>li:last-child {
	border-bottom: none
}

.language .dropdown-menu>li>a {
	padding: 6px 20px !important;
	line-height: 24px;
	font-size: 15px;
	width: auto;
	height: auto;
	display: block;
	color: #fff !important;
	text-align: left;
	border-radius: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.exo-menu {
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
	background-color: transparent !important
}

.exo-menu>li {
	display: inline-block;
	float: left
}

.exo-menu>li>a {
	color: #fff;
	font-size: 14px;
	font-weight: 300 !important;
	letter-spacing: .05em;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px #fff dotted;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}

.exo-menu>li>a:hover {
	color: #f3f2f1
}

.exo-menu i {
	float: left;
	font-size: 18px;
	margin-right: 6px;
	line-height: 20px !important
}

li.drop-down,
.flyout-right,
.flyout-left {
	position: relative
}

li.drop-down:before {
	content: "\f103";
	color: #fff;
	font-family: FontAwesome;
	font-style: normal;
	display: inline;
	position: absolute;
	right: 6px;
	top: 20px;
	font-size: 14px
}

li.drop-down>ul {
	left: 0;
	min-width: 230px
}

.drop-down-ul {
	display: none
}

.flyout-right>ul,
.flyout-left>ul {
	top: 0;
	min-width: 230px;
	display: none;
	border-left: 1px solid #365670
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #365670;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}

.flyout-right ul>li>a,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #b8c7bc
}

.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display: none;
	height: 100%;
	padding: 15px;
	min-width: 742px
}

h4.row.mega-title {
	color: #eee;
	margin-top: 0;
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc
}

.flyout-mega ul>li>a {
	font-size: 90%;
	line-height: 25px;
	color: #fff;
	font-family: inherit
}

.flyout-mega ul>li>a:hover,
.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus {
	text-decoration: none;
	background-color: transparent !important;
	color: #ccc !important
}

.mega-menu {
	left: 0;
	right: 0;
	padding: 15px;
	display: none;
	padding-top: 0;
	min-height: 100%;
	border-top: solid 2px #1c1c1c
}

h4.row.mega-title {
	color: #000;
	margin-top: 0;
	font-size: 20px;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-top: 15px;
	background-color: #E1BEE7
}

.mega-menu ul li a {
	line-height: 25px;
	font-size: 90%;
	display: block
}

ul.stander li a {
	padding: 3px 0
}

ul.description {
	padding-top: 5px
}

ul.description li {
	padding: 8px 0 0;
	border-bottom: 1px solid #dcdfe2
}

ul.description li:after {
	content: '';
	display: block;
	position: relative;
	left: -.1em;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-top: 2px solid #ea3056;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	-o-transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s, -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s
}


    

ul.description li:hover:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.ac ul.description li:after {
	content: '';
	display: block;
	position: relative;
	left: -.1em;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-top: 2px solid #4dc3cf;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	-o-transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s, -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s
}

.ac ul.description li:hover:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.be ul.description li:after {
	content: '';
	display: block;
	position: relative;
	left: -.1em;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-top: 2px solid #605ea9;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	-o-transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s, -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s
}

.be ul.description li:hover:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.ad ul.description li:after {
	content: '';
	display: block;
	position: relative;
	left: -.1em;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-top: 2px solid #722c8a;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	-o-transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s, -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s
}

.ad ul.description li:hover:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.me ul.description li:after {
	content: '';
	display: block;
	position: relative;
	left: -.1em;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-top: 2px solid #003255;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	-o-transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s, -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s
}

.me ul.description li:hover:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.co ul.description li:after {
	content: '';
	display: block;
	position: relative;
	left: -.1em;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-top: 2px solid #f28650;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	-o-transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s;
	transition: transform .4s cubic-bezier(.48, .57, .33, .89) .1s, -webkit-transform .4s cubic-bezier(.48, .57, .33, .89) .1s
}

.co ul.description li:hover:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

ul.description li a {
	font-size: 15px;
	color: #1c1c1c;
	line-height: 34px;
	letter-spacing: .04em;
	text-transform: uppercase
}

ul.icon-des li a i {
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	background-color: #009fe1;
	line-height: 35px !important
}

ul.icon-des li {
	width: 100%;
	display: table;
	margin-bottom: 11px
}

.mega-drop-down:after {
	content: '';
	top: 122px;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity .5s ease-in-out;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .7);
	pointer-events: none
}

.mega-drop-down:hover .mega-menu {
	z-index: 99999 !important
}

.mega-drop-down:hover:after {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	position: fixed
}