/*
Theme Name: Exceed ICT
Theme URI: https://netmow.com/
Author: NETMOW
Author URI: https://netmow.com/
Description: PREMIUM THEME BY NETMOW
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://netmow.com/
*/


.single-solution.iot-geotab-vehicle-telematics .single-service-img, .single-solution.iot .single-service-img {
	display: none;
}
.single-solution.iot-geotab-vehicle-telematics .single-service-wrapper .single-blog-content, .single-solution.iot .single-service-wrapper .single-blog-content {
	width: 100%;
}
.single-solution.iot-geotab-vehicle-telematics .single-service-wrapper .service-sidebar, .single-solution.iot .single-service-wrapper .service-sidebar {
	display: none;
}
.single-solution.iot-geotab-vehicle-telematics .single-service-wrapper .single-blog-content .service-title, .single-solution.iot .single-service-wrapper .single-blog-content .service-title {
	display: none;
}
.single-solution.iot-geotab-vehicle-telematics .single-service-wrapper .single-blog-content .single-service-content-wrapper {
	background-color: transparent;
	padding: 0;
}
.oit-image-sec img {
	width: 100%;
}

.single-solution-video-wrapper {
	margin-top: 50px;
}

.home #widget_button_option_1, .home #widget_popup_option_2 {
	display: none !important;
}
.keyless-entry .single-service-content-wrapper .service-title {
	display: none;
}
.privacy-policy .page-content h2, .privacy-policy .page-content h3 {
	margin-bottom: 0;
}
/* .privacy-policy .page-content p {
	margin-bottom: 10px;
} */
.terms-and-conditions .page-content p, .terms-and-conditions .page-content ul li {
	margin-bottom: 15px;
}
.marker-animation div[role="button"] {
	position: relative;
	transform: rotateX(55deg);
	-webkit-transform: rotateX(55deg);
	overflow: visible !important;
}
/* .marker-animation div[role="button"]::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 21px;
    width: 15px;
    height: 15px;
    background-color: #78c370;
    border-radius: 100%;
    z-index: -2;
} */
.marker-animation div[role="button"]::after {
	content: "";
	position: absolute;
    bottom: -25px;
    left: 9px;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 1px 2px #78C370;
	border-radius: 100%;
	-webkit-animation: rollingMarker 4s 0.7s ease-in-out infinite;
	-moz-animation: rollingMarker 4s 0.7s ease-in-out infinite;
	animation: rollingMarker 4s 0.7s ease-in-out infinite;
    animation-delay: 1s;
    opacity: 0;
	z-index: -1;
}
.marker-animation div[role="button"] img {
	position: relative;
  	animation: bounce 2s linear infinite;
	-webkit-animation: bounce 2s linear infinite;
	-moz-animation: bounce 2s linear infinite;
}
@keyframes bounce {
	0% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
@-moz-keyframes bounce {
	0% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
	0% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

@-moz-keyframes rollingMarker {
	0% {
		transform: scale(0.1, 0.1);
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0;
	}
	50% {
    	opacity: 1;
	}
	100% {
		transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0;
	}
}
@-webkit-keyframes rollingMarker {
	0% {
		transform: scale(0.1, 0.1);
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0;
	}
	50% {
    	opacity: 1;
	}
	100% {
		transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0;
	}
}
@keyframes rollingMarker {
	0% {
		transform: scale(0.1, 0.1);
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0;
	}
	50% {
    	opacity: 1;
	}
	100% {
		transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0;
	}
}

.iot .service-item-content h3 {
	font-size: 16px;
}
body.managed-services .single-service-wrapper > .container {
	max-width: 100%;
}
body.managed-services .single-service-content-wrapper {
	padding: 0;
}
body.managed-services .col-md-12.single-blog-content {
	padding: 0;
}
body.managed-services .service-details-cotnent ul li::before {
	display: none;
}
@media only screen and (max-width: 767px) {
	.single-service-padding {
		padding: 0;
	}
}

.single-blog-tag-lists {
	color: #50B848;
}
.teleportivity-list ul li {
	padding-left: 31px !important;
}

.alignright {
	float: right;
}
.wp-video {
	margin: auto;
}
@media only screen and (max-width: 991px) {
	.blog-details-cotnent iframe {
		width: 100%!important;
	}
}
.footer-widgets-content .banner-social-links {
	margin-top: 20px;
}
.footer-widgets-content .banner-social-links ul {
    align-items: center;
}
.footer-widgets-content .banner-social-links ul li {
    margin: 0;
}




@media only screen and (min-width: 1075px) {
#primary-menu li.menu-item-has-children a {
	position: relative;
	margin-right: 10px;
}
#primary-menu > li.menu-item-has-children > a::after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 28px;
	right: -15px;
	background-image: url(assets/img/down-chevron.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#primary-menu .sub-menu > li.menu-item-has-children {
	position: relative;
}
#primary-menu .sub-menu > li.menu-item-has-children::after {
	content: '';
	width: 15px;
	height: 19px;
	position: absolute;
	top: 11px;
	right: 8px;
	background-image: url(assets/img/dropdown.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#primary-menu .sub-menu > li.menu-item-has-children::before {
	content: '';
	width: 5px;
	height: 29px;
	position: absolute;
	top: 6px;
	left: 0;
	background-color: #78C370;
}

}


.single-blog-content-wrapper .wp-caption.alignright, .single-blog-content-wrapper img.alignright {
	margin-left: 18px;
	margin-top: 9px;
}
.single-blog-content-wrapper .wp-caption-text {
	color: #fff;
	font-size: 12px;
	margin-top: 3px;
}
.single-blog-content-wrapper .wp-caption {
	max-width: 100%;
}


.hub-footer-form-area input[type="submit"] {
	width: 180px;
	height: 45px;
	background-color: #78C370;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	font-size: 16px;
	font-weight: 600;
}
.hub-footer-form-area input[type="text"], .hub-footer-form-area input[type="email"] {
	padding: 0 !important;
}
.hub-footer-form-area .gform_confirmation_message {
	color: #fff;
}


.page-id-5597 .aspect-slider-buttons .intro-buttons {
	margin-left: 0;
}
.page-id-5597 .aspect-slider-content h3 {
	font-size: 82px;
	line-height: 106px;
}
@media only screen and (max-width: 2700px) {
	.page-id-5597 .aspect-slider-content h3 {
		font-size: 41px;
		line-height: 53px;
	}	
}
.page-id-5597 .aspect-video-preview {
	background-size: cover;
}
.page-id-5597 .aspect-video-wrapper {
	padding-left: 0;
	padding-bottom: 0;
}
.page-id-5597 .aspect-video-content h2 {
	margin-bottom: 18px;
}
.page-id-5597 .aspect-video-content {
	width: calc(100% - 650px);
	padding-left: 56px;
}
.page-id-5597 .aspect-video-preview {
	background-size: cover;
	width: 650px;
}
.page-id-5597 .aspect-video-area {
	padding-top: 100px;
	padding-bottom: 326px;
}
.sc-text-box-area {
	position: relative;
}
.sc-text-box-upper {
	padding: 60px 70px 55px 100px;
	background-color: #F8F8F8;
	border: 1px solid #C8C8C8;
	border-bottom: 0;
}
.sc-text-box-upper p{
	font-size: 24px;
	line-height: 40px;
	color: #353535;
}
.sc-text-box-upper p:first-child {
	margin-bottom: 27px;
}
.sc-text-box-bottom {
	background-color: #fff;
	border: 1px solid #50B848;
	padding: 51px 15px 45px 15px;
	text-align: center;
}
.sc-text-box-bottom h4 {
	font-size: 28px;
	line-height: 1;
	color: #353535;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.sc-text-box-bottom p {
	font-size: 19px;
	color: #353535;
}
.sc-text-box-bottom p a {
	font-weight: 700;
}
.sc-text-box-area::before {
	content: '';
	width: 125px;
	height: 167px;
	position: absolute;
	top: -31px;
	left: -61px;
	background-image: url(assets/img/video-p1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.page-id-5597 .blog-content-wrapper.aspect-blog {
	padding-top: 108px;
}
.staging-and-configuration-icon1 {
	max-width: 271px;
	margin: 0 auto;
	min-height: 206px;
	padding-bottom: 24px;
}
.staging-and-configuration-icon2 {
	max-width: 309px;
	margin: 0 auto;
	min-height: 206px;
	padding-bottom: 24px;
}
.staging-and-configuration-icon3 {
	max-width: 339px;
	margin: 0 auto;
	min-height: 206px;
	padding-bottom: 24px;
}
.sc-bulb-icon .elementor-section.elementor-inner-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
}
@media only screen and (max-width: 1200px) {
	.page-id-5597 .aspect-video-wrapper {
		flex-wrap: wrap;
		padding: 0!important;
	}
	.page-id-5597 .aspect-video-preview {
		width: 100%;
		margin-bottom: 42px;
	}
	.page-id-5597 .aspect-video-content {
		width: 100%;
		padding: 0 15px;
	}
	.page-id-5597 .aspect-video-area {
		padding-bottom: 251px;
	}
}
@media only screen and (max-width: 991px) {
	.page-id-5597 .aspect-video-area {
		padding-bottom: 100px;
	}
	.sc-text-box-upper, .sc-text-box-bottom {
		padding: 30px;
	}
	.sc-text-box-area::before {
		display: none;
	}
}
.staging-and-configuration-list-text ul li {
	list-style: disc;
}

.blog-details-cotnent blockquote {
	border-left: 5px solid #50B848;
	padding-left: 20px;
}
.blog-details-cotnent blockquote p:first-child {
	margin-bottom: 15px;
}


#polls-2 p, #polls-2-ans > p {
    text-align: left!important;
}
#polls-2-ans ul.wp-polls-ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 14px;
}
#polls_form_2 input.Buttons {
    width: 120px;
    height: 34px;
    color: #fff;
    background-color: #00BA52;
    border: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
}
#polls-2-ans p:last-child {
    display: none;
}

.single-recent-post a .single-recent-post-img {
    width: 100%;
    height: 157px;
    display: block;
    margin-bottom: 7px;
}


.product-page .aspect-cta .contact-area {
	background-color: #fff;
}

.ibms-cta .service-cta-area {
	margin-top: 0;
}
.ibms-cta {
	margin-bottom: 160px;
}
.ibms-cta .service-cta-content p {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 3px;
	max-width: 548px;
}
.ibms-cta .service-cta-content h4 {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	font-weight: 700;
	font-size: 34px;
	line-height: 51px;
	text-transform: uppercase;
	color: #50B848;
}
.cradlepoint-aspect-cta .aspect-cta-area .service-cta-area {
	margin-top: 123px;
}
.adaptive-networks-video .aspect-video-content p {
	font-size: 18px;
	line-height: 33px;
}
.adn-aspect-cta .aspect-cta-area .service-cta-area {
    margin-top: 0;
    margin-bottom: 170px;
}
.adaptive-networks-video .aspect-video-preview {
	background-size: cover;
}




.service-details-cotnent h2, .service-details-cotnent h3 {
    color: #fff;	
    margin-bottom: 11px;
    margin-top: 38px;
}
.service-details-cotnent h3{
	    font-size: 1.3rem
}

.xlite .service-details-cotnent h2, .xlite .service-details-cotnent h3 {
    color: #78C370;
    margin-bottom: 11px;
    margin-top: 38px;
}

.service-details-cotnent p, .xlite .service-details-cotnent p {
    margin-top: 10px!important;
    margin-bottom: 9px;
}

.xlite .service-details-cotnent ol li {
    list-style: devanagari;
	color: #58595B;
    margin-left: 20px;
}

.service-details-cotnent ol li {
    list-style: devanagari;
    color: #fff;
    margin-left: 20px;
}

.solutions-contents-block h2 {
    color: #fff;
}
.xlite .solutions-contents-block h2 {
    color: #2E2E2E;
}
.ray-page-slider .image-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #fff;
}

.ray-form .zoleo-form-area {
	padding-bottom: 0;
}
.ray-cta .service-cta-area {
	margin-top: 107px;
}
.rayl-big-list .adm-key-box-ttl {
	font-size: 26px;
	line-height: 1.2;
}
.rayl-big-list .alks-head {
	font-size: 16px;
}
.rayl-big-list .alks-list-head {
	margin-bottom: 12px;
}
.ray-con-list .services-icon {
	max-width: 100%;
	height: 132px;
	width: 100%;
}
.ray-con-list .services-icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.ray-con-list .border-green {
	display: none;
}

.elementor-page-2530 .single-service-content-wrapper {
  padding: 10px;
}
.elementor-page-700 .single-service-content-wrapper {
  padding: 10px;
}

.blog_company_name span {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
  }
  .xlite .blog_company_name span{
	color: #535353;
  }
  .blog_company_name {
	margin-top: 15px;
	margin-bottom: 15px;
  }


  /* 4k solutions combat proven */
  
.fourk_solutions_combat .aspect-video-wrapper {
	padding: 46px 49px;
  }
  .fourk_solutions_combat .aspect-video-wrapper .aspect-video-content h2 {
	margin-bottom: 20px;
	line-height: 43px;
  }
  .fourk_solutions_combat .aspect-video-wrapper .aspect-video-content p {
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
  }
  .fourk_solutions_combat .aspect-video-wrapper .aspect-video-content ul {
	margin-top: 15px;
	list-style: disc;
	margin-left: 15px;
  }
  .fourk_solutions_combat .aspect-video-wrapper .aspect-video-content ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
  }
  .fourk_solutions_combat .aspect-video-wrapper .aspect-video-preview .aspect-v3 {
	width: 113px;
	bottom: 78px;
	right: 60px;
  }
  .fourk_solutions_combat .aspect-video-preview {
	height: 505px;
  }
  @media only screen and (max-width: 1170px){
	.fourk_solutions_combat .aspect-video-wrapper {
		padding: 20px;
	  }
	  .fourk_solutions_combat .aspect-video-content {
		padding-left: 34px;
	  }
	  .fourk_solutions_combat .aspect-video-wrapper .aspect-video-preview .aspect-v3{
		right: 15px;
	  }
  }
  @media only screen and (max-width: 991px){
	.fourk_solutions_combat .aspect-video-content {
		padding-left: 0px;
	  }
	  .fourk_solutions_combat .aspect-video-preview {
		height: 435px;
	  }
  }
  @media only screen and (max-width: 500px){
	.fourk_solutions_combat .aspect-video-preview {
		height: 250px;
	  }
	  .fourk_solutions_combat .aspect-video-wrapper .aspect-video-preview .aspect-v3{
		display: none;
	  }
  }

  
.mbk_news .words.chars.splitting {
	color: #50B848;
	text-transform: inherit;
	font-size: 60px;
	padding: 0;
	margin-bottom: 20px;
	line-height: 55px;
  }
  .mbk_news .words.chars.splitting:before {
	display: none;
  }
  .mbk_news .custom-headings {
	justify-content: center;
  }
  .mbk_news .words.chars.splitting::after {
	display: none;
  }
  .mbk_news .blog-details-button-content h3{
	font-size: 28px;
  }

.blog-details-cotnent h2{
	font-size:1.8rem;
}
.blog-details-cotnent h3 {
    font-size: 1.3rem;
	margin-top: 1.5rem;
}

.banner-social-links ul li a svg {
    margin-top: -2px;
}

.council_grid .feature_container .row {
    justify-content: center;
}
.counsel_page_tab section#how-it-works {
    padding-top: 80px;
}

.counsel_page_tab section#how-it-works .content ul li {
    list-style: square;
    margin-left: 35px;
    margin-bottom: 10px;
    font-size: 21px;
}

.counsel_page_tab section#how-it-works .content {
    margin-top: 30px;
}


/* for construction page */
.for_construction .aspect-box-single-content p {
    min-height: auto!important;
}

.for_construction .aspect-box-single-content ul li {
    color: #353535;
    margin-bottom: 5px;
}


/* Sub popup */
.xcd-subscribe-popup-area {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .2);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}
.xcd-subscribe-popup-area.active{
	display: flex;
}
.xcd-subscribe-popup-inner {
	background-color: #fff;
	width: 900px;
	height: calc(100% - 50px);
	max-width: 100%;
	position: relative;
}
.xcd-close {
	position: absolute;
	top: 15px;
	right: 25px;
	display: flex;
}
.xcd-subscribe-popup {
	width: 100% !important;
	background-color: #fff;
	height: 100% !important;
}
.xcd-sub-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #50B848;
	padding: 5px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	column-gap: 2px;
	margin-top: -4px;
	margin-bottom: 68px;
}
.xcd-sub-btn:hover, .xcd-sub-btn:focus {
	color: #fff;
}



/* Asc popup */
.asp-subscribe-popup-area {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .2);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}
.asp-subscribe-popup-area.active{
	display: flex;
}
.asp-subscribe-popup-inner {
	background-color: #fff;
	width: 900px;
	height: calc(100% - 50px);
	max-width: 100%;
	position: relative;
}
.asp-close {
	position: absolute;
	top: 15px;
	right: 25px;
	display: flex;
}
.asp-subscribe-popup {
	width: 100% !important;
	background-color: #fff;
	height: 100% !important;
}
.asp-sub-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #50B848;
	padding: 5px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	column-gap: 2px;
	margin-top: -4px;
	margin-bottom: 68px;
}
.asp-sub-btn:hover, .asp-sub-btn:focus {
	color: #fff;
}


.sp-icon {
	display: flex;
	align-items: center;
	width: 38px;
}
.axc-btn-col {
	width: 574px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}
.axc-btn-wrap {
	width: 366px;
	height: 66px;
	position: relative;
	max-width: 100%;
}
.axc-btn-image {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #fff;
	top: -30px;
	left: -33px;
	padding: 10px;
	border-radius: 7px 21px 0 12px;
	display: flex;
	align-items: center;
}
.axc-btn {
	display: flex;
	align-items: center;
	background-color: #50B848;
	color: #fff;
	justify-content: center;
	column-gap: 2px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
	height: 100%;
	line-height: 1.1;
	padding-left: 20px;
}
.axc-btn:hover {
	color: #fff;
}
.axc-btn-icon {
	display: flex;
	width: 46px;
}
@media only screen and (max-width: 767px) {
	.xcd-subscribe-popup-inner {
		height: 100%;
	}
	.xcd-sub-btn {
		margin-top: -15px;
		margin-bottom: 31px;
	}
	.asp-subscribe-popup-inner {
		height: 100%;
	}
	.asp-sub-btn {
		margin-top: -15px;
		margin-bottom: 31px;
	}
	.axc-btn {
		font-size: 14px;
		padding-left: 10px;
		column-gap: 0;
	}
	.axc-btn-icon {
		width: 32px;
	}
	.axc-btn-wrap {
		width: 236px;
		height: 52px;
		max-width: 100%;
	}
	.axc-btn-image {
		width: 30px;
		height: 30px;
		padding: 6px;
		border-radius: 2px 10px 0 7px;
		top: -13px;
		left: -20px;
	}
}


/* aspect custom css start */
.aspect_video_add .aspect-slider-area-inner .container-aspect{
	max-width:1750px;
}
.aspect_video_add .aspect-slider-area-inner {
    background-image: none !important;
}
.aspect_video_add .aspect-slider-content h3 img {
    max-width: 220px;
    margin-top: -30px;
}

.aspect_video_add .aspect-slider-row {
    align-items: center;
}

.aspect_video_add .aspect-video-area {
   	max-width: 100%;
    width: calc(50% - -100px);
}

.aspect_video_add .aspect-video-area .inner_as_video {
    border-radius: 60px;
    background: rgba(120, 195, 112, 0.08);
    overflow: hidden;
    padding: 25px;
	height: 561px;
}

.aspect_video_add .aspect-video-area .inner_as_video video {
    height: 100%;
    display: block;
    background: rgba(80, 184, 72, 0.20);
    border-radius: 47px;
    padding: 21px;
	object-fit: cover;
}
.aspect_video_add .aspect-slider-content {
    align-items: flex-end;
    padding-right: 72px;
}
.aspect_video_add .aspect-slider-area {
    margin-bottom: 0;
}
.aspect_video_add .aspect-slider-buttons{
	flex-wrap:wrap;
	row-gap:25px;
	column-gap:30px;
}
.aspect_video_add .aspect-slider-buttons .intro-buttons{
	margin-left:0;
}
.custom_video_grid_area .container {
    max-width: 1772px;
}
@media only screen and (max-width: 1050px){
	.aspect_video_add .aspect-slider-row {
    flex-direction: column;
}

.aspect_video_add .aspect-slider-content {
    width: 100%;
    padding-right: 0;
    align-items: unset;
}

.aspect_video_add .aspect-video-area {
    width: 100%;
	padding-top: 0;
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 768px){
	.aspect_video_add .aspect-video-area .inner_as_video{
		padding:12px;
		height:435px;
	}
	.aspect_video_add .aspect-video-area .inner_as_video video{
		padding:12px;
	}
	.aspect_video_add .aspect-slider-buttons{
		align-items:unset;
	}
	.aspect_video_add .aspect-slider-buttons .intro-buttons {
    margin-top: 0;
}
}

@media only screen and (max-width: 540px){
	.aspect_video_add .aspect-video-area .inner_as_video{
		height:320px;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1200px){
.menu-container ul li a {
    font-size: 14px;
}
		.logo-area {
    max-width: 160px;
}
	.menu-container ul {
    gap: 15px;
}
	.phone-wrapper {
    padding: 0 5px;
}

.menu-container {
    gap: 10px;
	height: 52px;
}

.phone-wrapper p strong, .phone-wrapper p strong a {
    font-size: 16px;
    line-height: 18px;
}

.phone-wrapper p {
    font-size: 12px;
}

.get-in-touch {
    min-width: 110px;
}

.get-in-touch a {
    font-size: 12px;
    line-height: 16px;
}

.header-color-switch a {
	padding: 5px; 
	height:52px;
	}
	.mobile-menu-toggler {
    height: 52px;
}

}
@media screen and (max-width: 1260px) and (min-width: 1200px){
	.menu-container ul li a {
    font-size: 12px!important;
}
}


.blog-details-cotnent table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fff;
}

.blog-details-cotnent table th,
.blog-details-cotnent table td {
  border: 1px solid #fff;
  padding: 8px;
  text-align: left;
}




/* Xmas */
.xmas-vec-1 {
	display: block !important;
	position: absolute;
	top: 100%;
	left: 0;
	width: 257px;
}
.xmas-vec-2 {
	display: block !important;
	position: absolute;
	top: 100%;
	right: 39px;
	width: 110px;
}
.logo-area {
	padding: 11px 0;
	max-width: 238px;
}
.footer-widgets-one .widget_media_image {
	width: 222px;
	max-width: 100%;
}
.welcome-content-area {
	position: relative;
}
.welcome-content-area .xmas-vec-1, .welcome-content-area .xmas-vec-2 {
	top: 0;
	z-index: 9;
}
@media only screen and (max-width: 1460px) {
	.xmas-vec-1 {
		width: 192px;
	}
	.xmas-vec-2 {
		width: 60px;
	}
}
@media only screen and (max-width: 1200px) {
	.welcome-content-area .xmas-vec-1, .welcome-content-area .xmas-vec-2 {
		display: none !important;
	}
}
@media only screen and (max-width: 991px) {
	.xmas-vec-1 {
		width: 119px;
	}
		.xmas-vec-2 {
		width: 37px;
	}
}











/*offcanvas menu*/
.offcanvas-menu {
    position: relative;
    width: 100%;
    overflow: hidden
}
.offcanvas-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.offcanvas-menu ul.menu {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}
.offcanvas-menu ul.menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.offcanvas-menu ul.menu.in-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.offcanvas-menu ul li {
    display: block;
}
.offcanvas-menu ul li.menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offcanvas-menu ul li.menu-item-has-children > a {
    width: calc(100% - 60px);
}
.offcanvas-menu ul li a {
    display: block;
    padding: 11px 20px;
    transition: color .3s;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    height: auto;
}
.offcanvas-menu ul li a:hover {
    color: #fff;
}
.offcanvas-menu ul li.back-btn>a {
    background-color: #313b47;
    color: #fff
}
.offcanvas-menu ul li.back-btn>a::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    border-top: .32em solid transparent;
    border-right: .37em solid;
    border-bottom: .32em solid transparent;
    content: '';
    opacity: .75
}
.offcanvas-menu ul li.active>a {
    color: #00015E
}
.offcanvas-menu ul li.menu-item-has-children>span {
    display: block;
    position: relative;
    width: 100%
}
.offcanvas-menu ul li.menu-item-has-children>span>a {
    padding-right: 65px;  
}
.offcanvas-menu ul li.menu-item-has-children.active>span>a {
    color: #00015E
}
.offcanvas-menu ul li.menu-item-has-children .sub-menu-toggle {
    width: 60px;
    height: 44px;
    transition: background-color .3s;
    border-left: 1px solid rgba(255,255,255,0.12);
    border-bottom: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.75);
    cursor: pointer;
    z-index: 1;
}
.offcanvas-menu ul li.menu-item-has-children .sub-menu-toggle::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: .35em solid transparent;
    border-bottom: .35em solid transparent;
    border-left: .4em solid;
    content: ''
}
.offcanvas-menu ul li.menu-item-has-children .sub-menu-toggle:hover {
    background-color: rgba(255,255,255,0.1)
}
.offcanvas-menu ul li.menu-item-has-children>.sub-menu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.offcanvas-menu ul li.menu-item-has-children>.sub-menu.in-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.offcanvas-menu ul li.menu-item-has-children>.sub-menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
@-webkit-keyframes submenu-show {
    from {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes submenu-show {
    from {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
.offcanvas-wrapper {
    position: relative;
    min-height: 100vh;
    background-color: #fff;
    z-index: 10
}
.offcanvas-container {
	position: fixed;
	top: 0;
	left: -290px;
	width: 290px;
	height: 100%;
	background-color: #4bb140;
	visibility: visible;
	z-index: 99999;
	overflow-y: auto;
	transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.offcanvas-container.active {
    left: 0;
}

/* Section Title */
.nl-sub-title {
	font-size: 4rem;
	line-height: normal;
	font-weight: 500;
	letter-spacing: .4rem;
	color: #fff;
	display: flex;
	align-items: center;
	position: relative;
	gap: 1.5rem;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.nl-sub-title span {
	position: relative;
}
.nl-sub-title span::after {
	content: '';
	width: .7rem;
	height: .7rem;
	background-color: #78C370;
	border-radius: 50%;
	position: absolute;
	bottom: 1.6rem;
	right: -1.5rem;
}
.nl-sub-title .icon {
	display: flex;
}
.nl-title {
	margin-top: 1rem;
	font-size: 4.8rem;
	font-weight: 500;
	line-height: normal;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
}
.nl-title-text {
	font-size: 1.6rem;
	line-height: normal;
	color: #78C370;
	margin-top: .8rem;
}

/* Header */
/* .megamenu-wrap.solution-megamenu {
	display: none;
} */
.header-area {
	background-color: #000;
	position: relative;
	z-index: 999;
}
.header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header-area.sticky, .mobile-header-area.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.header-area .container {
	max-width: 159rem;
	position: relative;
}
.header-row {
	display: flex;
	align-items: center;
}
.header-logo {
	width: 30rem;
	flex-shrink: 0;
}
.header-other-metas {
	width: calc(100% - 30rem);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 2.7rem;
}
.header-btns {
	width: 20rem;
}
.header-btn {
	width: 100%;
	height: 4.4rem;
	background-color: #78C370;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .8rem;
	gap: 1.5rem;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.header-btn:hover, .header-btn:active {
	color: #fff;
}
.btn-icon {
	display: flex;
}
#menu-primary-menu-new {
	display: flex;
	align-items: center;
}
#menu-primary-menu-new > li a {
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 500;
	color: #fff;
	padding: 3.5rem 1.5rem;
	display: flex;
	transition: all .3s;
}
#menu-primary-menu-new > li.current-menu-item > a {
	color: #78c370;
}
#menu-primary-menu-new > li a:hover {
	color: #78C370;
}
#menu-item-16695 > a, #menu-item-16696 > a {
	display: flex;
	align-items: center;
	gap: .2rem;
}
#menu-primary-menu-new > li a svg {
	transition: all .5s;
}
#menu-primary-menu-new > li a:hover svg {
	transform: rotate(-90deg);
}

.megamenu-wrap {
	width: 100%;
	background-color: #fff;
	padding: 2.5rem;
	border-radius: 1rem;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	display: none;
}
.megamenu-wrap.active {
    display: flex;
}
.megamenu-wrap > div {
	width: 33.333%;
}
.meg-col-1 {
	padding-right: 5.9rem;
	border-right: .1rem solid rgba(88, 89, 91, 0.15);
}
.meg-col-2 {
	padding: 0 5.9rem;
	border-right: .1rem solid rgba(88, 89, 91, 0.15);
}
.meg-col-3 {
	padding-left: 5.9rem;
}
.mcb-title {
	font-size: 1.8rem;
	line-height: normal;
	font-weight: 600;
	color: rgba(67, 65, 65, 0.61);
	margin-bottom: 1.5rem;
}
.meg-item {
	display: flex;
	gap: .7rem;
}
.meg-item .icon {
	width: 2.4rem;
	flex-shrink: 90;
	justify-content: center;
	padding-top: 4px;
	transition: all .3s;
	transform: scale(1);
}
.meg-item:hover .icon {
	transform: scale(1.2);
}
.meg-title {
	font-size: 1.5rem;
	line-height: normal;
	font-weight: 600;
	color: #000;
	transition: all .3s;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	position: relative;
	width: max-content;
}
.meg-title::after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	background-color: #50B848;
	bottom: -.1rem;
	left: 0;
	transition: all .3s;
}
.meg-item:hover .meg-title::after {
	height: 0.2rem;
}
.meg-desc {
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 500;
	color: #58595B;
	margin-top: 0.45rem;
	transition: all .3s;
}
.meg-item .icon path {
	transition: all .3s;
}
.meg-item:hover .icon path {
	fill: #78C370;
}
.meg-item:not(:last-child) {
	margin-bottom: 1.5rem;
}
.meg-col-box:not(:last-child) {
	margin-bottom: 2.5rem;
}
.megamenu-wrap.smmenu2 {
	width: 82rem;
	left: calc(50% - 19rem);
}
.smmenu2 .meg-col-box {
	width: 50%;
}
.meg-item:hover .meg-title {
	color: #50B848;
}

/* Footer */
.nl-footer-area {
	background-color: #16171A;
	padding-top: 10.4rem;
	padding-bottom: 8.2rem;
	border-bottom: .1rem solid rgba(248, 248, 248, 0.31);
}
.nl-footer-row {
	display: flex;
	justify-content: space-between;
	column-gap: 2rem;
}
.nl-footer-col-1 {
	width: 30rem;
	max-width: 100%;
	flex-shrink: 0;
	margin-top: -2.2rem;
}
.nl-footer-col-2 {
	width: 30rem;
	max-width: 100%;
	flex-shrink: 0;
}
.nl-footer-col-3 {
	width: 23rem;
	max-width: 100%;
	flex-shrink: 0;
}
.nl-footer-col-4 {
	width: 13rem;
	max-width: 100%;
	flex-shrink: 0;
}
.nl-footer-col-5 {
	width: 14rem;
	max-width: 100%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nl-footer-about {
	margin-bottom: 2.8rem;
}
.footer-logo {
	width: 29.6rem;
	max-width: 100%;
	display: flex;
}
.nl-footer-about-text {
	font-size: 1.4rem;
	line-height: normal;
	color: #fff;
	margin-top: 2.4rem;
}
.nl-footer-meta-box {
	width: 25.2rem;
	max-width: 100%;
	padding: 1.8rem 1.5rem;
	background: linear-gradient(90deg, rgba(88, 89, 91, 0.15) 0%, rgba(46, 46, 46, 0.10) 45.53%, rgba(102, 102, 102, 0.00) 100%);
	border-radius: 1rem;
}
.nl-footer-meta-box:not(:last-child) {
	margin-bottom: 1rem;
}
.nlfm-top-line {
	display: flex;
	align-items: center;
	column-gap: 1rem;
	font-size: 1.6rem;
	line-height: normal;
	font-weight: 500;
	color: #78C370;
}
.nlfm-bottom-line {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 500;
	color: #fff;
	display: flex;
}
.nl-footer-widget-title {
	font-size: 2rem;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #78C370;
}
.nl-footer-menu {
	margin-top: 1.3rem;
}
.nl-footer-menu ul li a {
	font-size: 1.4rem;
	line-height: normal;
	color: #fff;
	display: flex;
	padding: .7rem 0;
}
.nl-footer-socials {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	width: max-content;
	margin-left: auto;
	gap: 1.5rem;
}
.nl-footer-socials a {
	display: flex;
}
.footer-bottom-area {
	background-color: #16171A;
	padding-top: 2.5rem;
	padding-bottom: 13rem;
}
.footrer-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.6rem;
	line-height: normal;
	color: #fff;
	column-gap: 2rem;
}
.fbt-text a {
	font-weight: 600;
	color: #78C370;
}
.fbt-menu ul {
	display: flex;
	align-items: center;
	column-gap: 2rem;
}
.fbt-menu ul a {
	font-size: 1.4rem;
	line-height: normal;
	color: #fff;
}
.header-menu #menu-item-16695 .sub-menu, .header-menu #menu-item-16696 .sub-menu {
	display: none;
}


/* Mobile Header */
.mobile-header-area {
	display: none;
	padding: 18px 0;
	background-color: #000;
}
.mobile-header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.mobile-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mobile-header-logo {
	width: 145px;
	display: flex;
}
.mobile-header-ham {
	display: flex;
}

#Cball {
	width: 9rem;
	height: 9rem;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #78C370;
	z-index: 999;
	border-radius: 50%;
	pointer-events: none;
	transform: scale(0);
}
.cursor-scroll, .cursor-view, .cursor-scroll-v {
	display: none;
}
.elementor-element svg {
	width: auto !important;
	fill: transparent !important;
}

.page-content {
	padding-top: 9.1rem;
}

/* .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0;
} */
@media only screen and (min-width: 1050px) {
 .page-id-8668 .sol-adaptive-networks .meg-title,
 .page-id-16411 .sol-starlink .meg-title,
 .page-id-8622 .sol-cradlepoint .meg-title,
 .page-id-16784 .sol-mbk .meg-title,
 .page-id-15716 .sol-rapidly-deployable .meg-title,
 .page-id-14907 .sol-connected-vehicle .meg-title,
 .postid-5933 .sol-help-desk-intercom .meg-title,
 .postid-5816 .sol-qr-video-intercom .meg-title,
 .page-id-7965 .sol-mobility .meg-title,
 .page-id-8082 .sol-telstra-enterprise-wireless .meg-title,
 .page-id-8323 .sol-boosting-mobile-signal .meg-title,
 .page-id-15202 .sol-zello .meg-title,
 .page-id-5404 .sol-aspect .meg-title,
 .postid-701 .sol-expense-management .meg-title,
 .page-id-9137 .sol-mobile-diagnostics .meg-title,
 .postid-2053 .sol-vehicle-telematic .meg-title,
 .page-id-15603 .sol-vehicle-video-monitoring .meg-title,
 .page-id-9827 .sol-waste-intelligence .meg-title,
 .page-id-9549 .sol-wastemate-smart-bin .meg-title,
 .page-id-14725 .sol-stormwater .meg-title,
 .page-id-14642 .sol-floodfinder .meg-title,
 .postid-2554 .sol-cisco-control .meg-title,
 .page-id-8519 .sol-zoleo .meg-title,
 .postid-11128 .seri-managed-services .meg-title,
 .postid-1005 .seri-fleet-management .meg-title,
 .postid-1915 .seri-device-enrolment .meg-title,
 .postid-1008 .seri-asset-management .meg-title,
 .postid-2502 .seri-expense-management .meg-title,
 .postid-1916 .seri-iot-helpdesk .meg-title,
 .postid-121 .seri-project-management .meg-title,
 .postid-115 .seri-consulting .meg-title,
 .page-id-5597 .seri-staging-and-configuration .meg-title {
	color: #50B848;
 }
 .postid-11128 #menu-item-16695 a,
 .postid-1005 #menu-item-16695 a,
 .postid-1915 #menu-item-16695 a,
 .postid-1008 #menu-item-16695 a,
 .postid-2502 #menu-item-16695 a,
 .postid-1916 #menu-item-16695 a,
 .postid-121 #menu-item-16695 a,
 .postid-115 #menu-item-16695 a,
 .page-id-5597 #menu-item-16695 a {
	color: #50B848;
 }
 .page-id-8668 #menu-item-16696 a,
 .page-id-16411 #menu-item-16696 a,
 .page-id-8622 #menu-item-16696 a,
 .page-id-16784 #menu-item-16696 a,
 .page-id-15716 #menu-item-16696 a,
 .page-id-14907 #menu-item-16696 a,
 .postid-5933 #menu-item-16696 a,
 .postid-5816 #menu-item-16696 a,
 .page-id-7965 #menu-item-16696 a,
 .page-id-8082 #menu-item-16696 a,
 .page-id-8323 #menu-item-16696 a,
 .page-id-15202 #menu-item-16696 a,
 .page-id-5404 #menu-item-16696 a,
 .postid-701 #menu-item-16696 a,
 .page-id-9137 #menu-item-16696 a,
 .postid-2053 #menu-item-16696 a,
 .page-id-15603 #menu-item-16696 a,
 .page-id-9827 #menu-item-16696 a,
 .page-id-9549 #menu-item-16696 a,
 .page-id-14725 #menu-item-16696 a,
 .page-id-14642 #menu-item-16696 a,
 .postid-2554 #menu-item-16696 a,
 .page-id-8519 #menu-item-16696 a {
	color: #50B848;
 }
}

.dt-btn {
	display: flex;
	align-items: center;
	padding: 1.4rem 2.5rem;
	border-radius: .8rem;
	background-color: #78C370;
	column-gap: 1.5rem;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #F7F7F7;
}
.dt-btn:hover, .dt-btn:focus {
	color: #F7F7F7;
}
.dt-btn span, .dt-btn .icon {
	transition: all .4s;
	transform: translate(0);
}
.dt-btn:hover span {
	transform: translateX(-.6rem);
}
.dt-btn:hover .icon {
	transform: translateX(.6rem);
}

@media only screen and (max-width: 1050px) {
	.header-area {
		display: none;
	}
	.mobile-header-area {
		display: block;
	}
	.btn span {
		font-size: 16px;
		line-height: normal;
		padding: 10px 21px;
		padding-right: 47px;
	}
	.btn-icon-wrap svg {
		width: 12px;
	}
	.btn .btn-icon-wrap {
		width: 40px;
		height: 40px;
		left: -40px;
	}
    .nl-sub-title {
        font-size: 22px;
        letter-spacing: 1px;
        gap: 6px;
    }
    .nl-sub-title .icon {
        width: 11px;
		display: flex;
    }
    .nl-sub-title span::after {
        bottom: 8px;
        right: -13px;
    }
    .nl-title {
        font-size: 32px;
        line-height: 36px;
        margin-top: 6px;
    }
    .nl-title-text {
        font-size: 14px;
        line-height: normal;
        margin-top: 6px;
    }
    #Cball {
        display: none !important;
    }


    .nl-footer-area {
        padding-top: 77px;
    }
    .nl-footer-row {
        flex-wrap: wrap;
    }
    .nl-footer-row > div {
        width: 100%;
        margin-bottom: 32px;
    }
    .nl-footer-socials {
	    width: 100%;
        flex-direction: revert;
        align-items: center;
        margin-top: 29px;
    }
    .nl-footer-area {
        padding-top: 77px;
        padding-bottom: 7px;
    }
    .footrer-bottom-row {
        flex-direction: column;
        gap: 13px;
        text-align: center;
    }
    .fbt-menu ul {
        column-gap: 10px;
    }
    .fbt-menu ul a {
        font-size: 12px;
        text-decoration: underline;
    }
    .footer-bottom-area {
        padding-bottom: 92px;
    }
	.page-content {
		padding-top: 58px;
	}
}
