#sp-page-builder .sp-pagebuilder-page-edit { 
	display: none; 
	visibility: hidden; 
}

.nuron-arrow-big-button {
	border-radius : 0px 0px 0px 10px;
	background-color : #DA251C;
	color : #FFF;
}

#sp-top-bar {
	/* display : none; */
}

.mpage #sp-top-bar {
	display : block;
}

.menu-button-wrapper .sppb-row {
	margin-right : -20px;
}

#sp-top2 h6 span {
	display : inline-block;
	color : #999;
	padding-left : 15px;
	padding-right : 15px;
}

#sp-top2 h6 a {
	font-size : 22px;
	font-family: Play;
	letter-spacing: 1px;
}

.top-phone .addon-root-heading {
	top : 0px!important;
}

#sp-top2 h6 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 20px;
	line-height : 24px;
}

.nuron-topbar-accordion .sppb-panel-title span.tl2 {
	display : none;
}

.nuron-topbar-accordion .sppb-panel-title i {
	margin-right : 6px;
}

#sp-top1 .sppb-w-full {
	width : auto;
}

#sp-menu nav {
	margin-right : 30px;
}

.for-business-text p {
	text-align : left;
	font-size : 18px;
	line-height : 28px;
	color : #FFF;
}

.top-phone-1200 {
	display : none;
}

#sp-menu h6, .mob-top-icos {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 18px;
	line-height : 24px;
	font-weight : 500;
}

.mob-top-icos a i {
	font-size : 24px;
	color : #000;
}

.mob-top-icos a i.fa-phone {
	margin-left : 20px;
}

#sp-menu h6 a {
	color : #000;
}

#sp-menu h6 span {
	display : inline-block;
	padding-right : 15px;
	padding-left : 15px;
}

#sp-menu h6 b {
	font-weight : 500;
}

.mob-top-icos {
	display : none;
	line-height : 50px;
}

.mp-top-text h1 {
	font-size : 46px;
}

.mp-top-text h1 span {
	font-size : 32px;
	line-height : 40px;
	display : block;
	margin-top : 50px;
}

.mp-top-text h1 span span {
	font-size : 30px;
	line-height : 40px;
	display : block;
	margin-top : 15px;
}

.prodsinmenu-item-top-wrap {
	padding: 15px;
	
}

.prodsinmenu-item-top {
	background: #eff0fc;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid transparent;
	transition: all 0.3s ease;
	position: relative;
	min-height : 171px;
}

.prodsinmenu-item-top:hover {
	transition: all 0.3s ease;
	border: 1px solid #DA251C;
	background: #FFF;
}

.prodsinmenu-item-top a, .prodsinmenu-all-top a {
	display : block;
	color : #333;
	text-align : left;
}

.prodsinmenu-item-top:hover a, .prodsinmenu-all-top:hover a {
	color : #DA251C;
}

.prodsinmenu-item-top:hover img {
	filter: invert(17%) sepia(75%) saturate(7207%) hue-rotate(358deg) brightness(92%) contrast(85%);
}

.prodsinmenu-item-top h4, .prodsinmenu-all-top h4 {
	font-size : 18px;
	font-weight : 500;
}

.prodsinmenu-all-top h4 {
	margin-bottom : 15px;
	padding-left : 20px;
	position: relative;
}

.prodsinmenu-all-top h4::before {
	content: "\f105";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	position: absolute;
	top : 0px;
	left : 0px;
	transition: all 0.3s ease;
}

.prodsinmenu-all-top:hover h4::before {
	left : 6px;
	transition: all 0.3s ease;
	color : #DA251C;
}

.prodsinmenu-item-top img {
	width : 60px;
	height : auto;
	margin-bottom : 10px;
}

.br10 {
	border-radius : 10px;
}

.menu-subtitle {
	margin-bottom : 20px;
	color : #333;
}

.services-brands {
    margin: 0;
    padding: 0;
}
.services-brands .owl-pic  {
    overflow: hidden;
    transform: skew(-10deg);
	border-radius : 16px;
}
.services-brands .owl-pic img {
    width: 100%;
    transform: skew(10deg) scale(1.2);
    transition: 0.3s opacity ease, 0.3s transform ease;
    opacity: 1;
	border-radius : 16px;
}

.services-brands .owl-pic:hover img {
    opacity: 0.9;
    transform: skew(10deg) scale(1.3);
}

.services-brands .owl-nav .owl-prev,
.services-brands .owl-nav .owl-next {
    position: absolute;
    cursor: pointer;
    font-size: 60px!important;
    color: #FFF!important;
    top: 80px;
    bottom: 100px;
    width: 50px;
	/* height : 80px; */
    transition: 0.3s opacity ease;
    opacity: 0;
    margin: 0;
    padding: 0;
	transition: 0.3s opacity ease, 0.3s transform ease;
	border-radius : 10px;
}

.services-brands-wrap .owl-carousel .owl-nav button.owl-prev,
.services-brands-wrap .owl-carousel .owl-nav button.owl-next {
	background: #000;
	opacity: 0;
}

.services-brands .owl-nav .owl-prev,
.services-brands:hover .owl-nav .owl-prev {
    left: 0;
    background: #efefef;
	opacity : 0.3;
	transition: 0.3s opacity ease, 0.3s transform ease;
	border-radius : 0px 10px 10px 0px;
}
.services-brands:hover .owl-nav .owl-prev,
.services-brands:hover .owl-nav .owl-next {
	opacity : 0.3!important;
}
.services-brands .owl-nav .owl-prev:hover {
	opacity : 0.8!important;
	background: #DA251C!important;
	transition: 0.3s opacity ease, 0.3s transform ease;
}
.services-brands .owl-nav .owl-next,
.services-brands:hover .owl-nav .owl-next {
    right: 0;
    background: #DA251C;
	opacity : 0.3;
	transition: 0.3s opacity ease, 0.3s transform ease;
	border-radius : 10px 0px 0px 10px;
}
.services-brands .owl-nav .owl-next:hover {
	opacity : 0.8!important;
	transition: 0.3s opacity ease, 0.3s transform ease;
	background: #DA251C!important;
}


.services-brand-item {
	padding : 20px;
	background : #efefef;
	overflow: hidden;
	transform: skew(-6deg);
	border-radius: 10px;
	transition: 0.3s opacity ease, 0.3s transform ease;
	margin-bottom : 15px;
}

.services-brand-item-img {

}

/* .services-brands .owl-nav { */
	/* max-width : 1900px; */
	/* margin : 0px auto; */
	/* padding : 0 40px; */
/* } */

.services-brand-item-link {
	transform: skew(6deg);
	transition: 0.3s opacity ease, 0.3s transform ease;
	opacity: 1;
	border-radius: 16px;
	padding : 0px 10px;
	text-align : center; 
	min-height : 59px;
}

.services-brand-item-img img {
	transform: skew(6deg);
	transition: 0.3s opacity ease, 0.3s transform ease;
	opacity: 1;
	border-radius: 16px;
	width : 60%!important;
	margin : 0px auto 0px;
}

.services-brand-item:hover img {
	transform: skew(6deg) scale(1.1);
	filter: grayscale(0.25);
	transition: 0.3s opacity ease, 0.3s transform ease;
}

h3 .services-brand-item-link a {
	font-size : 17px;
	font-weight : 500;
	line-height : 26px;
}

.services-brand-item:hover h3 .services-brand-item-link a {
	color : #333;
	transition: 0.3s opacity ease, 0.3s transform ease;
}

/* .mp-all-services-row .sppb-row-container { */
	/* background : #efefef; */
	/* border-radius : 10px; */
	/* padding-top : 45px; */
	/* padding-bottom : 30px; */
/* } */

/* .services-menu-top .container { */
	/* padding-left : 30px; */
	/* padding-right : 30px; */
/* } */

.nuron-topbar-accordion .sppb-panel-title span.tl1,
.nuron-topbar-accordion .sppb-panel-title span.tl2 {
	font-weight : 300;
}

.nuron-topbar-accordion .sppb-panel-title span.tl3 {
	font-weight : 500;
}

.nuron-topbar-accordion .sppb-toggle-direction {
	line-height: 20px;
	vertical-align: bottom;
}

.nuron-topbar-accordion .sppb-toggle-direction .fa-chevron-right {
	color : #FFF;
	font-size : 13px;
	margin-left : 8px;
	transition: 0.3s opacity ease, 0.3s transform ease;
	transform : none;
}

#sp-top3 {
	display : none;
}

.spec-feat img {
	border-radius : 10px 10px 0px 0px;
	margin-bottom : 0px;
	transition: 0.3s opacity ease, 0.3s transform ease;
}

.spec-feat:hover img {
	opecity : 0.8;
	transition: 0.3s opacity ease, 0.3s transform ease;
}

.spec-feat .sppb-addon-image-layout-content {
	background: #222;
	padding: 8px 15px 0px;
	border-radius : 0px 0px 10px 10px;
	transition: 0.3s opacity ease, 0.3s transform ease;
}

.spec-feat:hover .sppb-addon-image-layout-content {
	opecity : 0.9;
	transition: 0.3s opacity ease, 0.3s transform ease;
	background: #333;
}


.spec-feat .sppb-addon-image-layout-content h3 {
	font-weight : 300;
	font-size : 18px;
	margin-bottom : 8px;
}

.spec-feat .sppb-addon-image-layout-content h3 strong {
	font-weight : 600;
}





@media (max-width:1400px) {
	#sp-top2 h6, #sp-top2 h6 a, .nuron-topbar-accordion .sppb-panel-title {
		font-size : 16px;
	}

}

@media (max-width:1200px) {
	#sp-top2 {
		display : none;
	}
	#sp-top1 {
		width : 100%!important;
	}
	#sp-top1 .sppb-panel.sppb-panel-faq {
		text-align : center;
	}
	.top-phone-1200 {
		display : block;
	}	
}

@media (max-width:991px) {
	#sp-menu h6 {
		font-size: 14px;
		line-height : 50px;
	}

	#sp-menu h6 span {
		padding-right : 5px;
		padding-left : 5px;
	}
	#sp-menu .align-items-center {
		align-items: flex-start!important;
	}
}

@media (max-width:768px) {
	#sp-menu h6 {
		display : none;
	}
	.mob-top-icos {
		display : block;
	}	
    .services-brands .owl-pic img {
        opacity: 1;
    }
}

@media (max-width:576px) {
	 .nuron-topbar-accordion .sppb-panel-heading .sppb-toggle-direction {
		 display : none;
	 }
	 .nuron-topbar-accordion .sppb-panel-title span.tl1 {
		 display : none;
	 }
	 .nuron-topbar-accordion .sppb-panel-title span.tl2 { 
		 display : inline;
	 }
	 .nuron-topbar-accordion .fa-chevron-right {
		 display : none;
	 }
}










