.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.9) !important;
  opacity: 0.7 !important;
}

nav a {
	opacity: 1 !important;
}

.big-list {
	font-size: 22px;
	font-weight: 300;
}

.big-list li {
	line-height: 35px;
	height: 50px;
  	margin: 10px;
}

.page-headline {
	font-size: 42px;
	text-align: center;
	padding-top: 30px;
}

.btn-play i {
  font-size: 100px;
  opacity: .9;
  /* padding: 5px 10px; */
  color: #fafafa;
  border-radius: 10px;
  -webkit-transition: color .6s;
  -moz-transition: color .6s;
  -o-transition: color .6s;
  transition: color .6s;
}

.btn-play i:hover {
  color: #333;
  opacity: 1;
}

.btn-play {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.btn-play, .btn-map {
  color: #fafafa;
  position: absolute;
  z-index: 10;
}

.btn-container {
  font-size: 70px;
  position: relative;
}
.figurette {
  margin-top: 30px;
}

.custom-heading {
  font-weight: 300;
  line-height: 110%;
  /* padding: 0 20px 0 0; */
  /* margin: 30px 0; */
}

.api-heading {
  font-weight: 300;
  line-height: 110%;
	margin-top: 0px !important;
	margin-bottom: .5rem !important;
  /* padding: 0 20px 0 0; */
  /* margin: 30px 0; */
}

nav li:hover {
	text-decoration: none;
	/* color: #39994c !important; */
}

.custom-margin {
	margin-top: 25px;
	margin-bottom: 5px !important;
}

.features .icon a {
	color: #fff !important;
}

.icon-padding {
	padding-right: 15px;
}

.icon-padding-small {
	padding-right: 6px;
}

.custom-link-color {
	color: #7a7c7f !important;
}

a:hover {
	cursor: pointer;
}

.padding-top-bottom-less {
    padding:50px 0;
}

.padding-top-50-bottom-100 {
    padding-top: 50px;
		padding-bottom: 100px;
}

.longShortCodePadding {
    margin-top: 50px;
}

#callbackModal {
top:20%;
outline: none;
}

#resellerModal {
top:20%;
outline: none;
}

/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.footer-background-color {
	background-color: #262626;
}

#main-footer {
	box-shadow: none !important;
}

.api-section-padding {
	padding-top: 150px;
	padding-bottom: 270px;
}

.contact-padding {
  padding-top: 50px;
	padding-bottom: 260px;
}

/* .custom-heading {
	margin-top: 10px;
	margin-bottom: 10px;
} */

.navbar-collapse {
  max-height: none !important;
  /*overflow: scroll;*/
}

@media (min-width: 1201px) {
  #contactMenuLink {
    margin-right: 40px;
  }
}

/* ADJUST NAVBAR BREAKPOINT */

/* @media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	 }
    .navbar-collapse.collapse {
        /* display: none!important; */
    }
    .navbar-nav {
    float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}

  #main-nav .nav a:before {
        display:none;
  }
} */

.software_service_area {
  background: #f9f9fc;
}

.software_service_tab {
  margin: 0px;
  border: 0px;
  display: block;
}

.software_service_tab .nav-item {
  margin: 0px;
}

.software_service_tab .nav-item .nav-link {
  display: block;
  padding: 16px 32px 16px 40px;
  -webkit-transition: border-left-color .25s linear;
  -o-transition: border-left-color .25s linear;
  transition: border-left-color .25s linear;
  border-radius: 0px;
  border: 0px;
  border-left: 4px solid #e6e8ef;
  background: transparent;
  font: 400 16px "Poppins", sans-serif;
  color: #757575;
  position: relative;
}

.software_service_tab .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #39994c;
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.software_service_tab .nav-item .nav-link.active {
  border-left-color: #39994c;
  color: #39994c;
}

.software_service_tab .nav-item .nav-link.active:before {
  opacity: 1;
}

.software_service_tab_content {
  margin-bottom: -70px;
}

.software_service_tab_content .software_service_item {
  padding-right: 30px;
}

.software_service_tab_content .software_service_item i {
  font-size: 20px;
  /* color: #3d64f4; */
  margin-right: 7px;
  line-height: 40px;
}

.software_service_tab_content .software_service_item h5 {
  font: 600 17px/25px "Poppins", sans-serif;
  color: #222d39;
}

.software_service_tab_content .software_service_item p {
  font-size: 15px;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #28a745 !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #f8f9fa !important;
}

.table {
	color: #7a7c7f !important;
}

.table-hover tbody tr:hover {
	color: #7a7c7f !important;
}

.no-column-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
