@media screen and (min-width: 1400px){
	.container{max-width: 1430px}
}


body{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.45px;
	color: #000;
}
:focus{outline: none !important;box-shadow: none !important;}
h1{
	font-family: 'Poppins', sans-serif;
}

h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #000;
	margin: 0;
}
h2 span{font-weight: bold;}

a:hover{text-decoration: none;}
.navbar-brand{}
.navbar-brand img{width:100%;max-width:160px;}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #20aaac;
}

.default-nav{
	padding: 30px 0;
	margin: 0;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.navigation{}

.navigation li .dropdown-menu{margin-top:0;}
.navigation > li > a{
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.4px;
    padding: 0 20px !important;
	position:relative;
    color: #fff;
    text-transform: uppercase;
	display: block;
}

.navbar-toggler i{font-size: 30px;
    color: #fff;}

.row-center{
    -ms-flex-align: center;
    align-items: center;
}

.jumbotron{
	border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.jumbotron-inner{
	background-color: rgba(0,0,0,0.5);
    padding: 100px 0;
    min-height: 565px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.jumbotron-inner h1{
	margin: 0;
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 133px;
}


.about-shopify-sec{/*padding: 9.5% 0;*/padding: 60px 5%;position: relative;}
.about-shopify-sec:after{right: 0;}
.dot-bg{position: relative;}
.dot-bg:after {
    content: url(images/dot-img.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}


.about-shopify-content h2{
	font-size: 51px;
	line-height: 89px;
	letter-spacing: 0.05px;
}
.about-shopify-content h5{
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	letter-spacing: 0.05px;
	font-weight: normal;
	color: #000;
	margin: 0 0 15px;
}
.about-shopify-content{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.45px;
	color: #000;
	width: 100%;
	max-width: 750px;
}

.about-shopify-content .white-btn{margin-right: 15px;}
.white-btn{
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    padding: 15px 13px;
    background-color: #20aaac;
    border: 1.5px solid #20aaac;
    transition: all 0.5s;
}
.white-btn{
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #20aaac;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    padding: 15px 13px;
    background-color: #fff;
    border: 1.5px solid #20aaac;
    transition: all 0.5s;
}
.white-btn:hover, .white-btn:hover, .hubspot-btn:hover{
	background-color: #219a9c;
	text-decoration: none;
	color: #fff;
	border-color: #219a9c;
    transition: all 0.5s;
}
.project-slider-main-certificate .owl-carousel .owl-item img {
	padding: 0 15px;
}     
.hubspot-btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    padding: 15px 13px;
    background-color: #fff;
    border: 1.5px solid #20aaac;
    transition: all 0.5s;
	margin: 60px 0 0 0;
}

.row.shopify-service-center {
    align-items: baseline;
}
.shopify-dec-service{
	background-color: #ebebeb;
	/* padding: 9.5% 6% 5%; */
    padding: 80px 20px 20px 60px;
}
.shopify-dec-service-inner{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack:justify;
    justify-content: space-between;
}
.shopify-service-item-inner{
	font-weight: bold;
    line-height: 21px;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 75px 0px;
    max-width: 276px;
    margin: auto;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.shopify-service-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.shopify-service-item:hover .shopify-service-item-inner {
  transform: rotateY(180deg);
}

.service-front, .service-back {
  width: 100%;
  
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.service-front {font-family: 'Poppins', sans-serif;}

.service-back {
    position: absolute;
    top: 50%;
    left: 0;
    max-height: 100%;
    font-weight: normal;
    padding: 20px;
    transform: rotateY(180deg) translateY(-50%);
}







.shopify-service-item:hover .shopify-service-item-inner{
	border-color: #20aaac;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
    transition: all 0.5s;
}

.shopify-service-item-inner img, .why-choose-item img{
	display: block;
	margin: auto auto 15px;
}

.shopify-service-content h2{
	font-size: 45px;
	line-height: 56px;
}
/* .shopify-service-content{width: calc(40% - 10px);} */
/* .shopify-service-item{width: calc(20% - 10px);} */
/* .shopify-service-content-inner{width: 100%;max-width: 620px;} */
.shopify-dec-service-inner>div{margin-bottom: 15px;}


.why-choose-sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.why-choose-sec-inner{
	background-color: rgba(32, 170, 172, 0.8);
    /* padding: 9.5% 0 5%; */
    padding: 60px 0 20px;
}
.why-choose-sec-inner h2{
	font-size: 60px;
	line-height: 60px;
	color: #fff;
}
.section-content{
    width: 100%;
    max-width: 1050px;
    margin: auto auto 60px;
}
.why-choose-item-inner{
	display: inline-block;
	padding: 70px 15px;
    cursor: pointer;
    transition: all 0.5s;
}
.why-choose-item-inner h3{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #fff;
    text-align: center;
}
.why-choose-content{color: #fff;display: none;}
.why-choose-item-inner:hover{background-color: rgba(255,255,255,0.2);   transition: all 0.5s;}
.why-choose-item-main>.row{
	justify-content: center;
}
.why-choose-item-main>.row>div{
	margin-bottom: 15px;
}

.project-sec{/*padding: 9.5% 5%;*/padding: 60px 5%;}
.project-sec:after{left: 0;}
.project-sec-inner h2 {
	font-size: 50px;
	line-height: 56px;
	margin-bottom: 47px;
}   
.project-slider-main-certificate {
	background: #EBEBEB;
	padding-bottom: 26px;
}   
.project-secc {
    padding: 40px 0;
}
.project-slider-main-certificate .owl-stage-outer {
    padding: 60px 0 10px;
    margin: 40px 0 0 0;   
}

.project-slider .owl-item.center{box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.5);transition: all 0.5s;margin-bottom: 35px;}

.project-slider-content{
    color: #000;
    text-align: center;
    line-height: 25px;
    margin-top: 30px;
}
.project-slider-content h3{
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.project-slider .owl-item:not(.center){transform: scale(0.8);transition: all 0.5s;}
.project-slider .owl-dot, .blog-slider-main .owl-dot{
    background-color: #20aaac !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0px 4px;
}
.project-slider .owl-dot.active, .blog-slider-main .owl-dot.active{background-color: rgba(32, 170, 172, 0.3) !important}
.project-slider .owl-dots, .blog-slider-main .owl-dots{text-align: center;}

.our-blog-sec{overflow:hidden;/*background-color: #ebebeb;*/padding: 5% 0% 40px 5%;}
.our-blog-title-sec h2, .faq-sec h2{
    font-size: 56.7px;
    line-height: 68.37px;
}
.our-blog-title-sec h2{
    width: 100%;
    max-width: 178px;
}

.our-blog-title-sec{
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: 56px;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
}
.our-blog-sec .white-btn{
    font-weight: 300;
    font-size: 14px;
    padding: 5px 17px;
    line-height: normal;
}
.blog-slider-img{
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80%;
	background-size:cover;
}
.blog-slider-main .owl-stage-outer{padding: 40px 0;}
.blog-slider-main{transform: translateX(50px);}
.blog-slider-content h3{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 28px;
	height: 50px;
}
.blog-slider-content .blog-date{
    font-size: 14px;
    line-height: 31px;
    color: #a8a8a8;
}
.blog-slider-content{padding: 30px 10px;box-shadow: 0 0 35px 0 rgba(0,0,0,0.3);background-color: #fff;}
.blog-slider-content .white-btn{
    display: block;
    text-align: center;
    max-width: 130px;
    margin: 10px 0 auto auto;
}

.testi-content h2{
    color: #fff;
    font-size: 50px;
    line-height: 51px;
    letter-spacing: 0.1px;
}
.testi-content{
    color: #fff;
    font-size: 23px;
    line-height: 37px;
    padding-bottom: 30px;
}

.testimonial-sec{
    /* padding: 9.5% 0; */
    padding: 60px 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-slider-item{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.25px;
    line-height: 37px;
    font-style: italic;
}
.testi-author-name{
    font-style: normal;
    font-size: 21px;
    font-weight: bold;
    text-align: right;
}
.testimonial-slider-content{
    width: 100%;
    max-width: 1050px;
	padding:0 30px;
    margin: auto auto 70px;
}
.testi-img{
    width: 140px;
    height: 140px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: auto auto 30px;
}

.testimonial-slider .owl-nav button{
    width: 77px;
    height: 77px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-slider .owl-nav button.owl-prev{
	 background-image: url(images/left-1.png) !important;
    left: 0;
	z-index:1;
	font-size: 0;
}

.testimonial-slider .owl-nav button.owl-next{
    background-image: url(images/right-1.png) !important;
    right: 0;  
		z-index:1;
		font-size: 0;
}
.testimonial-slider .owl-nav button.disabled{
    opacity: 0.2;
    pointer-events: none;
}

.faq-sec{padding: 0  0  6%   0;}
.faq-sec h2{margin-bottom: 35px;}
.faq-sec-inner{
    width: 100%;
    max-width: 1250px;
    margin: auto;
}

.faq-item{
    border: 1px solid #a5a5a5;
    padding: 30px 90px;
    transition: all 0.5s;
}
.faq-title{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
}
.faq-content{display: none;padding-top: 20px;}
.faq-item-active{
    background-color: #20aaac;
    color: #fff;
    transition: all 0.5s;
    border-color: #20aaac;
}
.faq-item-active .faq-title{color: #fff;}
/* .faq-sec-inner .faq-item:not(:last-child){margin-bottom: 30px;} */
.faq-title:after{
    content: '';
    width: 28px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.5s;
}
.faq-title:before{
    content: '';
    width: 2px;
    height: 28px;
    position: absolute;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    transition: transform 0.5s;
}
.faq-item-active .faq-title:after{opacity: 0;visibility: hidden;}
.faq-item-active .faq-title:before{
    transition: transform 0.5s;
    background-color:#fff;
    transform: translateY(-50%) rotate(270deg);
}
.form-title{
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
}
.form-subtitle{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 40px;
}
.about-shopify-form{
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.1);
    border-radius: 0px 50px 0px 50px;
    padding: 50px;
}
.about-shopify-form .form-control {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    height: auto;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
}
.about-shopify-form button{
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 6px 0px rgba(255,255,255,0.35);
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(255,255,255,0.35);
    box-shadow: inset 0px 0px 6px 0px rgba(255,255,255,0.35);
    border-radius: 0;
    margin-top: 20px;
}


.footer{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 0 0;
}

.footer-inner{
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}
.footer-inner h4{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.footer-icon-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.footer-icon{
    font-size: 25px;
    width: 40px;
}
.footer-content{width: calc(100% - 40px);}
.footer-social-icons ul{
    margin: 0;
    padding: 5px 0 0 0;
    text-align: right;
}
.footer-social-icons ul li{display: inline-block;}
.footer-social-icons ul li a{
    display: block;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    transition: all 0.5s;
}
.footer-social-icons ul li a:hover{
    transition: all 0.5s;
    background-color: #1fa9ab;
    color: #fff;
}
.footer-menu ul li a:hover{color: #1fa9ab;}

.copyright-text{text-align: right;font-size: 15px;}
.copyright-sec{
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
    border-top: 1px solid #666;
    margin-top: 30px;
}
.footer-menu ul{
    padding:0;
    margin: 0;

}
.footer-menu ul li{display: inline-block;}
.footer-menu ul li a{
    display: block;
    color: #fff;
    padding: 0 5px;
    line-height: 16px;
}
.footer-menu ul li:not(:last-child) a{border-right: 1px solid #666;}
.footer-menu ul li:first-child a{padding-left: 0;}


/* 20-03-2020 css start faq section */

/*.faq-sec-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}*/

.faq-count {
    /* column-count: 2; */
}
.faq-item {
	border: 0;
	padding: 22px 13px;
	width: 100%;
	margin-right: 2%;
		box-shadow:0px 0px 10px 0px rgba(0,0,0,0.09);
	margin-bottom: 30px;

}     
  
.faq-title::after {
	width: 24px;
	height: 2px;
	right: 11px;
}
.faq-title::before {
	width: 2px;
	height: 22px;
	right: 22px;      
}
.faq-title {
	font-size: 18px;
}     

/* 20-03-2020 css End faq section */

/* 23-03-2020 css start */
.slider-outer {
	display: flex;
	position: relative;
	height: 100%;
	width: 100%;
	padding-bottom:30px;
}
.slider-left {
	width: 50%;
	background: #219A9C none repeat scroll 0% 0%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 124px 20px;
	   
} 
.slider-right {
	width: 50%;
	padding: 50px;
	display: flex;
	align-items: center;
}    

.testimonial-slider-item:after { position: relative;}

.testimonial-slider-item:after {
    background-image: url(images/comment.png);
    content: "";
    width: 60px;
    height: 64px;
    bottom: 0px;
    position: absolute;
    background-repeat: no-repeat;
    left: 80px;
}


.testi-content h2 {
	color: #000;
}  
.testimonial-slider-content {
	font-size: 30px;
}
.testi-img {
	margin: 0px auto;
}   

/* 23-03-2020 css End */


/* 27-03-2020 css  */
.blog-slider-content h3 a {
    color: #000;
}
.project-sec-inner .owl-dots {
    padding: 0px 0 20px 0;
}
ul.sub-menu {
    display: none;
    position:absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.menu-item-has-children:hover ul.sub-menu {
    /* display: block; */
}
.menu-item-has-children ul.sub-menu.show {
    display: block;
}
ul.sub-menu li {
    background: #fff;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
}
ul.sub-menu li a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0;
}
ul.sub-menu li a:hover {
    background: #009E96;
    color: #fff;
}
 .menu-item-has-children > a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;color: #fff;
	transition: all 0.5s;
}
.footer-menu ul li a {
    font-size: 15px;
}


/* RESPONSIVE CSS START */
@media screen and (min-width:993px){
	.navigation li.dropdown:hover .dropdown-menu{display:block;}
	.navigation > li > a:before{
		content: '';
		transition: all 0.5s;
		width: 0;
		position: absolute;
		height: 2px;
		background-color: #fff;
		left: 15px;
		top: 0;
	}
	.navigation > li:hover > a:before{
		transition: all 0.5s;
		width: calc(65% - 15px);
	}
}

@media screen and (max-width: 1400px){
    .about-shopify-content h2, .shopify-service-content h2, .why-choose-sec-inner h2, .project-sec-inner h2, .our-blog-title-sec h2, .faq-sec h2, .testi-content h2{
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 10px;
    }
    .testimonial-slider .owl-nav button{width: 45px;height: 45px;}
    .dot-bg:after{width: 70px; height: 350px;}
	.faq-item{padding:30px;}
	.about-shopify-sec{padding: 60px 0%;}
}

@media screen and (max-width: 1200px){
	.about-shopify-content h2, .shopify-service-content h2, .why-choose-sec-inner h2, .project-sec-inner h2, .our-blog-title-sec h2, .faq-sec h2, .testi-content h2{
        font-size: 35px;
        line-height: 50px;
    }
    .navigation > li > a{padding: 0px 15px !important;font-size: 14px;}
    .about-shopify-content .white-btn{margin-bottom: 20px;}
    .shopify-service-content-inner{max-width: 100%}
    .shopify-service-content{width: 100%}
    /* .shopify-service-item {width: calc(25% - 10px);} */
    .testi-content{padding-bottom: 60px;}
    .testimonial-slider-content{margin: auto auto 35px;padding: 0 50px;}
    .dot-bg:after{display: none;}
    .copyright-sec{font-size: 13px;}
	.shopify-dec-service-inner{-ms-flex-align: unset; align-items: unset;}
}

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

	.nav-item.dropdown.show .dropdown-toggle::after{transform: rotate(180deg);}
	.nav-item.dropdown .dropdown-toggle::after{transition:all 0.5s;}
	.default-nav .navbar-collapse{margin-top:20px;background-color:rgba(0,0,0,0.5);}
    .jumbotron-inner h1{font-size: 50px;line-height: 75px;}
    /* .shopify-service-item{width: calc(50% - 10px);} */
	
       .menu-item-has-children.menu-item-has-children-active > a::after{
         transform: rotate(180deg);
		 transition: all 0.5s;
}


    .our-blog-title-sec{max-width: 100%}
    .blog-slider-main{transform: none;}
    .faq-item{padding: 15px 30px;}
    .default-nav{padding: 30px 15px;}
    .project-slider-main .owl-stage-outer{padding: 50px 0;}
    .about-shopify-form{margin-top: 40px;}
    .copyright-text, .footer-menu ul, .footer-social-icons ul{text-align: center;}
    .footer-menu ul{}
    .footer-inner{margin-bottom: 30px;}
	.faq-item { width: 100%;  margin-right: 0%;}
.slider-outer { display: block;}
.slider-left { width: 100%;padding: 90px 20px;}
.slider-right { width: 100%;}
.testimonial-slider-item:after {display:none;}
.testimonial-slider .owl-nav button.owl-next,.testimonial-slider .owl-nav button.owl-prev { top: 240px;}
.shopify-dec-service { padding: 80px 20px 20px 20px;}
}

@media screen and (max-width: 767px){
	.about-shopify-content .white-btn{margin-right:0;}
	.testimonial-slider .owl-nav button.owl-prev{left: 0px;}
	.testimonial-slider .owl-nav button.owl-next{right: 0px;}
    .our-blog-sec{padding: 5% 0%;}
    .faq-title{font-size: 16px;line-height:26px;}
    .our-blog-title-sec{text-align: center;}
    .our-blog-title-sec h2{max-width: 100%;}
    .why-choose-item-inner{padding: 30px 15px;}
    .shopify-service-item-inner{padding: 40px 15px;}
    .shopify-service-item{width: 100%;}
    .copyright-sec{font-size: 15px;}
    .footer-menu ul li{display: block;}
    .footer-menu ul li:not(:last-child) a{border-right: 0;}
    .footer-menu ul li a{padding: 5px;}
    .copyright-text{margin-top: 20px;}
    .testimonial-slider .owl-nav button {width: 25px;height: 25px;}
    .testimonial-slider-content {padding: 0 10px;}
	.navbar-brand img {max-width: 120px;}
	.testimonial-slider-content { font-size: 25px;}
    .testimonial-sec { padding: 0px 0;}
	.hubspot-btn {
    font-size: 16px;
	}
	.white-btn {
    font-size: 16px;
    padding: 15px 10px;}
	.about-shopify-form {
    padding: 30px;
}
ul.sub-menu {
    position:unset;
}
}
.menu-item-has-children > a {
    pointer-events: none;
}