/*
Theme Name: StartNext
Theme URI: https://themeforest.net/item/startnext-startups-wordpress-theme/23715707?s_rank=1
Author: EnvyTheme
Author URI: https://envytheme.com
Description: Elementor IT & Business Startups WP Theme
Version: 4.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: startnext
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, footer-widgets, post-formats, rtl-language-support, sticky-post, custom-colors, blog 	
*/

.banner {
	min-height: 60vh;
}

.home-banner {
	min-height: 72vh;
}

.banner-headline {
	margin-top: 25vh;
}

.single-team:hover {
	cursor: pointer;
}

.logo {
	max-width: 150px;
}

.team-image {
	position: initial !important;
}
.team-image > img {
	border-radius: 4px !important;
	border-color: #2ec6dd !important;
}

.iot-features-image > img {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 75px;
}

.cta-iot-content {
	padding: 40px 10px;
}

.accordion-title.active {
	background: navy !important;
}

accordion-title {
	color: navy !important;
}

@media only screen and (max-width: 600px) {
	
  .banner-headline > * {
    font-size: 10px;
  }
	
}