/*
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: 30px;
}
.footer-widgets-content .banner-social-links ul {
    align-items: center;
}
.footer-widgets-content .banner-social-links ul li {
    margin: 0;
}