/*HEADER DESIGN*/

/*.main_header{
	display: none;
}

.main_header.main_header_new {
	display: block;
	z-index: 1111;
	left: 0;
	top: 0;
}*/

.header-top-inner{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.header-top-search , .header-top-language{
	margin-right: 45px;
}

.header-top-search a , .header-top-language a , .header-top-fon a{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap:10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
	text-decoration: none !important;
}

.header-top-language span{
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
	color: #ffffff;
}

.header-top-language{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap:10px;
}

.header-top-search a span , .header-top-language a span , .header-top-fon a span{
	color: #ffffff;
}

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

.header-top{
	background: #ab005e;
	padding: 7px 0;
}

.header-bottom{
	background: #ffffff;
	position: relative;
	/*padding: 17px 0;*/ 
}

.header-bottom-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.header-bottom-inner .logo{
	margin-right: auto;
	padding: 17px 0;
}

.main-menu ul , .main-menu li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.main-menu > ul{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.main-menu > ul > li{
	margin-right: 37px;
	position: relative;
}

.main-menu > ul > li:last-child{
	margin-right: 0;
}

.main-menu > ul > li > a{
	font-size: 18px;
	font-weight: 600;
	color: #ab005e;
	text-decoration: none !important;
	position: relative;
	padding: 4px 0;
}

.main-menu > ul > li > a:before{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0px;
	height: 2px;
	background: #ab005e;
	content: "";
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.main-menu > ul > li.active > a:before , .main-menu > ul > li:hover > a:before{
	width: 100%;
}

.mega-menu-li{
	position: unset !important;
}

.mega-menu-li > .sf-with-ul{
	position: relative;
}

.mega-menu-li > .sf-with-ul:after{
	position: absolute;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	width: 30px;
	height: 30px;
	background: url('../img/mega-arrow.png') no-repeat center center;
	content: "";
	display: none;
}

.mega-menu-li:hover > .sf-with-ul:after{
	display: block;
}

.main_header-inner{
	position: relative;
	height: auto !important;
}

.sf-menu .mega-menu-li ul{
	display: block;
}

.mega-menu-wrapper .row:before {
	position: absolute;
	left: 0px;
	width: 100%;
	top: -20px;
	content: "";
	background: transparent;
	height: 20px;
	z-index: 22;
}

/*5th column in line in megamenu*/

.mega-menu-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	background: #80204a;
	/*padding: 19px 25px 26px 25px;*/
	padding: 19px 30px 26px 30px;
	z-index: 11;
	display: none;
}

.main-menu .mega-menu-li:hover .mega-menu-wrapper{
	display: block;
}

.main-menu .mega-menu-li ul {
	display: block;
	position: relative;
	left: 0;
	top: 0;
}

.main-menu .mega-menu-wrapper ul li{
	background: transparent;
}

.main-menu .mega-menu-wrapper ul{
	box-shadow: none !important;
	min-width: 100%;
}

.mega-menu-icon-title {
	display: flex;
	gap: 14px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.mega-menu-icon-title .mega-menu-title span , .mega-menu-icon-title .mega-menu-title a{
	color: #ffffff;
}

.mega-menu-icon{
	min-width: 30px;
	min-height: 30px;
	width: 30px;
	height: 30px;
	background: #ffffff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.mega-menu-icon img{
	-webkit-border-radius: 50px;
	border-radius: 50px;	
}

.mega-menu-title-link{
	padding-left: 44px;
}

.mega-menu-title-link ul li a{
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	line-height:19px;
}

.mega-menu-title-link ul li{
	margin-bottom: 10px;
}

.mega-menu-title-link ul li:last-child{
	margin-bottom: 0;
}

.mega-menu-blog-inner {
	margin-bottom: 25px;
}

.mega-menu-blog-inner:last-child {
	margin-bottom: 0;
}

.mega-menu-wrapper .row.justify-content-end {
	justify-content: flex-end;
	display: flex;
	flex-wrap: wrap;
}

/*.mega-menu-wrapper:before {
	background: #80204a;
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
}

.mega-menu-wrapper:after {
	background: #80204a;
	position: absolute;
	right: -100%;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
}*/

.header-bottom .main-menu .submenu:before{
	position: absolute;
	left: 0px;
	top: -24px;
	width: 100%;
	height: 24px;
	content: "";
}

.header-bottom .main-menu .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: auto;
	white-space: nowrap;
	background: #80204a;
	padding: 10px 15px;
	margin-top: 24px;
	display: none;
	min-width: 150px;
}

.header-bottom .main-menu .submenu::before {
	position: absolute;
	left: 10px;
	top: -18px;
	width: 30px;
	height: 30px;
	background: url('../img/mega-arrow.png') no-repeat center center;
	content: "";
}

.header-bottom .main-menu .submenu::after {
	position: absolute;
	left: 0;
	top: -21px;
	width: 100%;
	height: 21px;
	background: transparent;
	content: "";
}

.header-bottom .main-menu > ul > li:hover > .submenu{
	display: block;
}

.header-bottom .main-menu .submenu li a {
	padding: 3px 0;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	display: block;
}

.search-overlay-box{
	position: fixed;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.search-overlay-box.active{
	top: 0;
}

.search-overlay-box .form {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}

form.form input[type="text"] {
    width: 100%;
    height: 45px;
    padding: 0 50px 0 20px;
    font-size: 16px;
    font-weight: 500;
}

.search-overlay-box input[type="submit"] {
	position: absolute;
	top: 0px;
	right: 0;
	background: #ab005e url('../img/search-icon.svg') no-repeat center center;
	width: 45px;
	height: 45px;
	border: none;
	text-indent: -100000px;
	padding: 0;
	background-size: 16px auto;
}

.suche-close {
    width: 35px;
    height: 35px;
    background: #fff url('../img/close.png') no-repeat center center;
    position: absolute;
    top: 25px;
    right: 25px;
    background-size: 30px auto;
    cursor: pointer;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.search-overlay-box .container{
	padding: 0 15px !important;
}

/*LANGUAGE MENU DESIGN*/

.header-top-language button {
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top-language .dropdown-menu {
    background: #80204a;
    padding: 10px 15px;
    margin-top: 9px;
    border: none;
    /* border-radius: 0; */
    margin-left: -10px;
}

.header-top-language .dropdown-menu a {
    padding: 6px 0;
}

/*LANGUAGE MENU DESIGN*/

/*FOOTER DESIGN*/

.footer-top{
	background: #585857;
	color: #ffffff;
	padding: 30px 0;
}

.footer-top a , .footer-top p , .footer-top span , .footer-top li{
	color: #ffffff;
}

.news-letter-wrap{
	margin-top: 35px;
	margin-bottom: 39px;
}

.news-letter-wrap span{
	font-size: 16px;
	display: block;
	font-weight: 600;
	letter-spacing: 0.35px;
	margin-bottom: 4px;
}

.news-letter-wrap input[type="email"]{
	background: rgba(255,255,255,0.60);
	color: #585857;
	height: 34px;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	max-width: 240px;
	border: none;
}

.footer-first-col ul , .footer-first-col li{
	list-style: none;
	padding: 0px;
	margin: 0;
}

.footer-first-col ul{
	display: flex;
	width: auto;
	gap:35px;
}

.footer-second-flex{
	display: flex;
	width: 100%;
	gap:10px;
}

.footer-second-flex-icon{
	min-width: 24px;
}

.footer-second-flex-info{
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

.footer-inner h6{
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 17px 0;
}

.footer-second-flex-group .footer-second-flex:first-child{
	margin-bottom: 25px;
}

.footer-second-flex-group .footer-second-flex{
	margin-bottom: 10px;
}

.footer-second-flex-group .footer-second-flex:last-child{
	margin-bottom: 0;
}

.footer-third-col-left{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-third-col-left .footer-second-flex-group{
	max-width: 65%;
}

.footer-third-col-link{
	max-width: 35%;
}

.footer-third-col-link ul , .footer-third-col-link li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-third-col-link li{
	margin-bottom: 9px;
}

.footer-third-col-link li:last-child{
	margin-bottom: 0;
}

.footer-third-col-link li a{
	font-size: 16px;
	font-weight: 600;
}

.footer-bottom{
	background: #ab005e;
	padding: 5px 0;
}

.footer-bottom span , .footer-bottom a{
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
}

.footer-bottom-inner{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-first-col img{
	max-width: 100%;
}

.MainContentServices h2.title2{
	text-transform: unset;
	font-weight: 600;
    line-height: 48px;
    margin-bottom: 11px;
}

.MainContentServices .contentElement p {
	font-size: 18px;
	line-height: 21.6px;
	font-weight: 500;
	color: #585857;
}

.MainContentServices .contentElement p strong , .MainContentServices .contentElement p strong a{
	color: #585857;
	text-decoration: none;
}

/*.MainContentServices .contentElement p strong{
	border-bottom: 1px solid #ab005e;
}*/

.MainContentServices .contentElement p a:hover{
	color: #ab005e;
}

.main-title{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}

.main-title h2{
	font-size: 40px;
	line-height: 48px;
	color: #ab005e;
	font-weight: 600;
	margin: 0;
}

/*MOBILE HUMBERGER */

.humbarger-menu{
  display: flex;
  width: auto;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: none;
}

.humbarger-menu a{
  display: inline-block;
  width: 40px;
  height: 35px;
}

.burger {
  height: 3em;
  width: 34px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: all .2s;
  -webkit-tap-highlight-color: transparent;
}

.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2em;
}

.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}

.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}

.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: .25em;
  background-color: #ab005e;
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.humbarger-menu-on.active .burger .burger-lines, .humbarger-menu-on.active .burger .burger-lines::after, .humbarger-menu-on.active .burger .burger-lines::before{
  background: #ab005e;
}

.humbarger-menu.humbarger-menu-on.active {
  position: relative;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.close-humb .burger .burger-lines, .close-humb .burger .burger-lines::after, .close-humb .burger .burger-lines::before{
  background: #ab005e;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -.125em;
  width: 2.5em;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 34px;
  left: -.3em;
}

.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}

.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}

.menu-arrow{
	display: none;
}

.lb-dataContainer *{
	color: #ffffff;
}

.lb-data .lb-caption {
	line-height: 1.2em;
}

.lb-data .lb-number{
	padding-bottom: 0;
}

.Team .img {
	background-position: center top;
}

body .subPages , body .subPagesServices{
    min-height: 115px;
    height: auto;
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 10px;
    list-style: none;
    /*background-color: #ab005e;*/
    background: transparent;
    border-radius: 0;
}

.breadcrumb li a{
	color: #585857;
	font-size: 18px;
	font-weight: 500;
}

.camera_container h1.leitsatz {
    font-weight: 600;
    background-color: rgba(168, 0, 94, 0.80);
    text-align: center;
}

.camera_container .leitsatz div{
	font-weight: 600;
}

.service {
    border-top: 10px solid #ab005e;
    position: relative;
}

.Aktuelles .text p {
    font-size: 16px;
}

.slick-list{
	padding-left: 0 !important;
}

.unsere-logo img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100%;
}

.unsere-logo:hover img{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.unsere-kunden-wrapper{
	background: #ffffff;
	padding: 50px 0;
}

.unsere-logo{
	border: 1px solid #707070;
	padding: 10px;
	margin-right: 15px;
}

.caption-text-wrapper .caption {
    position: relative;
    background: transparent;
    color: #ab005e;
    top: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px !important;
}

.caption-text-wrapper .text ul {
    padding-left: 18px;
}

.caption-text-wrapper .text{
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	transition: unset !important;
}

.service:hover .caption-text-wrapper .text{
	opacity: 1;
	position: relative;
}

.caption-text-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 12px 20px;
    background: rgba(255,255,255,0.80);
    width: 100%;
    color: #ab005e;
}

.caption-text-wrapper * , .caption-text-wrapper p , .caption-text-wrapper li , .caption-text-wrapper a{
	color: #ab005e !important; 
	font-weight: 600 !important;
}

.slick-slide img{
	height: auto;
}

.breadcrumb > li + li:before {
	padding: 0 8px;
	color: #585857;
	content: ">";
	font-size: 18px;
	font-weight: 500;
}

.breadcrumb > li {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb > li:first-child img{
	position: relative;
	top: -1px;
}

.breadcrumb > li.active a , .breadcrumb > li.active span{
	color: #ab005e;
	font-weight: bold;
	font-size: 18px;
}

.breadcrumb > li:hover a{
	color: #ab005e;
}

.MainContent.whiteBG , .Team.whiteBG , .OurVision.whiteBG{
	margin-top: 0;
}

div#c3404{
	max-width: 1140px;
	width: 100% !important;
}

@media(min-width: 991px){
	.mega-menu-blog-inner.level-4 {
	    margin-left: -44px;
	    margin-top: 25px;
	}

	/*5th column in line in megamenu*/

	.mega-menu-wrapper .row .col-md-3 {
		width: 20%;
	}

	.header-top-language .dropdown:hover .dropdown-menu{
		display: block;
	}

	.header-top-language .dropdown-menu:before{
		position: absolute;
		top: -10px;
		left: 0px;
		width: 100%;
		height: 10px;
		content: "";
	}
}

@media(max-width: 991px){
	.humbarger-menu {
	    display: block;
	    position: absolute;
	    right: 0px;
	    top: 15px;
	}

	.header-part .container{
		max-width: 100%;
		width: 100%;
	}

	.main-menu {
	    position: fixed;
	    right: -100%;
	    width: 100%;
	    max-width: 300px;
	    top: 0;
	    background: #fff;
	    height: 100%;
	    overflow-y: auto;
	    overflow-x: hidden;
	    padding: 130px 0 50px 0;
	    -webkit-transition: all 0.5s ease 0s;
	    transition: all 0.5s ease 0s;
	}

	.main-menu.active{
		right: 0;
	}

	.mega-menu-li > .sf-with-ul:after , .mega-menu-li:hover > .sf-with-ul:after{
		display: none;
	}

	.mega-menu-blog-inner.level-4 {
	    margin-left: -44px;
	    margin-top: 25px;
	}

	span.menu-arrow.level-3{
		display: none;
	}

	.main-menu > ul{
		display: block;
	}

	.main-menu > ul > li{
		margin: 0;
	}

	.main-menu > ul > li > a {
	    padding: 8px 15px;
	    display: block;
	}

	.main-menu > ul > li > a:before{
		display: none;
	}

	.header-bottom .main-menu .submenu {
	    position: relative;
	    top: 0;
	    left: 0;
	    width: 100%;
	    white-space: unset;
	    background: #80204a;
	    padding: 20px 15px;
	    margin-top: 0;
    	display: none;
	}

	.header-bottom .main-menu > ul > li:hover > .submenu{
		display: none;
	}

	.header-bottom .main-menu .submenu::before{
		display: none;
	}

	.mega-menu-wrapper {
	    position: relative;
	    left: 0;
	    width: 100%;
	    top: 0;
	    background: #80204a;
	    padding: 40px 15px 15px 15px;
	    z-index: 11;
	    display: none;
	}

	.main-menu .mega-menu-li:hover .mega-menu-wrapper{
		display: none;
	}

	.mega-menu-icon-title{
		margin-bottom: 15px;
	}

	.mega-menu-blog-inner:last-child {
    	margin-bottom: 25px;
	}

	.menu-arrow{
		position: absolute;
		right: 0px;
		top: 0px;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}

	span.menu-arrow.rotate{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	span.menu-arrow img {
    	max-width: 28px;
	}

	.mega-menu-li {
    	position: relative !important;
	}

	.main-menu > ul > li.active .submenu , .main-menu > ul > li.active .mega-menu-wrapper{
		display: block !important;
	}

	.header-bottom .main-menu .submenu{
		white-space: unset;
	}

	.header-bottom .main-menu .submenu::after{
		display: none;
	}

	.body-hidden{
		overflow: hidden !important;
	}

	.header-top {
	    position: relative;
	    z-index: 999;
	}

	.header-bottom-inner .logo {
	    margin-right: auto;
	    padding: 17px 0;
	    background: #fff;
	    position: relative;
	    z-index: 1;
	    width: calc(100% + 15px);
	    margin-right: -15px;
	}

	.header-bottom{
		position: relative;
	}

	.header-top-search, .header-top-language {
    	margin-right: 20px;
	}

	.header-part{
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
	}

	.mega-menu-wrapper .row:before{
		display: none;
	}
}

@media(max-width: 767px){
	.rd-mobilepanel:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.footer-second-col{
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.footer-third-col-left {
	    display: block;
	}

	.footer-third-col-left .footer-second-flex-group {
    	max-width: 100%;
	}

	.footer-third-col-link {
	    max-width: 100%;
	    margin-top: 25px;
	}

	.footer-inner br{
		display: none;
	}

	.footer-third-col-link ul {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 20px;
	}

	.footer-first-col ul{
		gap:15px;
	}

	.rd-mobilemenu, .rd-mobilepanel{
		display: none !important;
	}

	.MainContentServices {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.subPages, .subPagesServices {
	    min-height: 80px;
	    height: auto;
	}

	.main-title h2 {
	    font-size: 28px;
	    line-height: 34px;
	}

	.OurVision {
	    padding: 4em 1em;
	}
}

@media(max-width: 480px){
	.generell .col-xs-6{
		width: 100%;
		margin: 10px 0;
	}

	.ce-table {
	    display: block;
	    overflow-x: auto;
	}

	.header-top-language .dropdown-menu{
		min-width: 120px;
	}

	.header-top-search, .header-top-language {
    	margin-right: 7px;
	}

	.header-top-search a, .header-top-language a, .header-top-fon a , .header-top-language span{
		font-size: 14px;
	}
}

.language-flag-en-US{
	display: none;
} 
.language-flag-en-US.page-307, .language-flag-en-US.page-308{
	display: unset;
}

/*by sahdev*/

.news-letter-wrap .powermail_fieldwrap_type_submit{
	display: none;
}
.news-letter-wrap .powermail_fieldwrap_type_input .col-sm-10{
	padding: 0px;
}

body#body_id_129{
	background-image:none;
}

@media(min-width: 992px) and (max-width: 1650px){
	.mega-menu-wrapper {
	    height: calc(100vh - 108px);
	    overflow-y: auto;
	}
}

@media(min-width: 992px) and (max-width: 1350px){
	.mega-menu-title-link ul li a {
	    font-size: 12px;
	}

	.mega-menu-icon-title{
		font-size: 13px;
	}

	.mega-menu-blog{
		line-height: 16px;
	}
}

@media(min-width: 992px){
	.mega-menu-wrapper .col-md-2 {
	    width: 14.28%;
	}
}