/* Utils */
.text-white {
  color: #fff !important;
}

/* Home */
.home-2 {
  background-image: url('../img/bg-1.png');
  background-size: cover;
  background-position: center;
}

.logo {
  height: 60px;
}

.logo.dark {
  display: none;
}

.past-main .logo.light{
  display: none;
}

.past-main .logo.dark {
  display: block;
}

.grecaptcha-badge {
	display: none !important;
}

@media screen and (max-width: 768px) {
  .logo.light {
    display: none;
  }

  .logo.dark {
    display: block;
  }
}

#contact-button {
  font-family: 'Open Sans';
  font-weight: 600;
  background: #FFF;
  padding: 10px 25px;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease;
}

#contact-button:hover {
  background: #F7F7F7;
}

#contact-button:active {
  background: #DBDBDB;
}

#contact-button span {
  background: linear-gradient(to right, #81CBFF, #7F96FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-nav .nav-item .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-nav .nav-item button {
  background: #fff;
  color: #4957B8;
  border-radius: 10px;
}

.navbar-nav .nav-item button:hover {
  background: #ededed;
}

.past-main .navbar-nav .nav-item button {
  background: #4957B8;
  color: #fff;
}

.past-main .navbar-nav .nav-item button:hover {
  background: rgb(46, 62, 170);
}

.devices img {
  width: auto !important;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
  object-fit: contain;
}

.devices .owl-dots {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .devices img {
    height: 150px;
  }
}

/* Services */
.about-txt-inner {
  margin-top: 0;
  padding: 25px 0 25px 0;
}

.about-intro h1 {
  font-size: 25px;
}

.about-txt h5 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 7px;
  font-weight: 500;
}

.about-txt p {
  margin-top: 0;
}

.about-txt p strong {
  font-weight: 600;
}

/* CRM Inmobi */
.crm-inmobi {
  padding: 100px 0 100px 0;
  background-image: url('../img/bg-2.png');
  background-size: cover;
  background-position: left center;
}

.crm-inmobi .title {
  margin-bottom: 20px;
}

.crm-inmobi .title h1 {
  font-size: 25px;
}

.crm-inmobi .title h1:first-child {
  font-weight: 600;
  margin-bottom: 10px;
}

.crm-inmobi p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.crm-inmobi p strong {
  font-weight: 600;
}

/* EMKT Inmobi */
.service-intro h1 {
  font-size: 25px;
}

.service-intro h1:first-child{
  font-weight: 600;
  margin-bottom: 10px;
}

.service-intro h6 {
  font-size: 20px;
}

.lbl-services .card-icon {
  margin-bottom: 10px;
}

.lbl-services .card-icon img {
  width: 100px;
  height: 60px;
  object-fit: contain;
}

.lbl-services .card-icon .separator {
  height: 5px;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
  background: linear-gradient(to right, #81CBFF, #7F96FF);
  border-radius: 3px;
}

.lbl-services .card-text h1 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}

.lbl-services .card-text p {
  font-size: 15px;
}

/* CMS Inmobi */
.cms-inmobi {
  padding: 100px 0 100px 0;
  background-image: url('../img/bg-3.png');
  background-size: cover;
  background-position: left center;
}

.cms-inmobi .title {
  margin-bottom: 35px;
}

.cms-inmobi .title h1 {
  font-size: 25px;
}

.cms-inmobi .title h1:first-child {
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-inmobi li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.cms-inmobi li p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.cms-inmobi li img {
  position: absolute;
  left: -35px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* DMS Inmobi */
.dms-inmobi {
  padding: 100px 0 100px 0;
}

.dms-inmobi .review-pitch {
  padding-top: 0;
}

.dms-inmobi .right {
  padding-top: 30px;
}

.dms-inmobi .title {
  margin-bottom: 20px;
}

.dms-inmobi .title h1 {
  font-size: 22px;
}

.dms-inmobi .title h1:first-child {
  font-weight: 600;
  margin-bottom: 10px;
}

.dms-inmobi p {
  font-weight: 300;
  font-size: 16px;
}

.dms-inmobi .counter-up {
  margin-bottom: 20px;
}

.dms-inmobi .counter-text {
  margin: 0;
  font-size: 19px;
  line-height: 22px;
}

/* Middle */
.middle-section {
  padding: 100px 0 100px 0;
  background: linear-gradient(to right, #81CBFF, #7F96FF);
}

.middle-section p {
  color: #FFF;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

/* Clients */
.client-section {
  background: #2d2d86 !important;
  border: none;
}

.client-section .single img {
  height: 120px;
  object-fit: contain;
  opacity: 0.8;
}

.client-section .title {
  font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
  margin-bottom: 30px;
  color: #fff;
}

/* Contact */
.contact .contact-intro h1 {
  font-size: 30px;
}

.contact .contact-intro p {
  font-size: 19px;
  font-weight: 300;
}

/* Footer */
.footer {
  padding: 50px 0 50px 0;
}

.footer .copyright {
  margin-top: 15px;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 13px;
  color: #FFF;
}

.footer .logos img {
  height: 30px;
  width: 90px;
  object-fit: contain;
  filter: grayscale(100%);
  margin: 10px auto;
  display: block;
}

.footer p {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 15px;
}

.footer a {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .footer .contact-info {
    align-items: center;
    margin: 30px 0;
  }
}

.footer .ion {
  position: absolute;
  width: 18px;
  font-size: 20px;
  left: 0;
}