/*
 Theme Name:   Aeroland Child
 Theme URI:    http://example.com/aeroland-child/
 Description:  Aeroland Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     aeroland
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  aeroland-child
*/
.page-title-bar-overlay{
	background-color: #5945e6;
	background-image: linear-gradient(#B095F5 0,#8383ED 65%);
}
.modal-backdrop{
  display: none!important;
}
.modal-dialog{
  max-width: 50%!important;
}
.modal-body{
  padding: 10px 8% 60px!important;
}
.modal-body a{
  color: #ffffff;
}
.modal-content{
  margin-top: 30%;
  background-image: linear-gradient(218deg,#5E61E7 0,#9C7AF2 50%,#5E61E7 100%);
  color: #ffffff;
}
.modal-header .close{
  background: none!important;
  margin: 0 auto!important;
  margin-right: 0!important;
}
.modal-header{
  padding: 0!important;
  border-bottom: none!important;
}
.tm-heading .heading mark{
  font-size: 18px;
  color: #ffffff;
}
/*.slick-slide{
  position: relative !important;
  left: 0!important;
  top: 0!important;
}*/
.slick-slider .vc_row {
  position: fixed;
  clear:none;
}
.slick-slider .tm-heading .heading mark{
  margin-top: 1rem;
  line-height: 1.78;
  display: inline-block;
}
div.overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
 
} 
.modal{
    background-color: rgba(0, 0, 0, 0.8);
}
.qdev-apps .vc_tta-tabs-list li:nth-child(1) a > i, .app1 h4 a > i{
  background: url('assets/images/app1.png') no-repeat left top!important;
  background-size: 70px!important;
}
.qdev-apps .vc_tta-tabs-list li:nth-child(2) a > i, .app2 h4 a > i{
  background: url('assets/images/app2.png') no-repeat left top!important;
  background-size: 70px!important;
}
.qdev-apps .vc_tta-tabs-list li:nth-child(3) a > i, .app3 h4 a > i{
  background: url('assets/images/app3.jpg') no-repeat left top!important;
  background-size: 70px!important;
}
.qdev-apps .vc_tta-tabs-list li:nth-child(4) a > i, .app4 h4 a > i{
  background: url('assets/images/app4.jpg') no-repeat left top!important;
  background-size: 70px!important;
}
.page-content{
  padding-bottom: 0 !important;
}
.swiper-slide .info .position{min-height: 50px !important;}
.fa-adjust::before, .fa-chart-pie::before, .fa-rocket::before, .fa-align-left::before{
  content: "" !important;

}
/*------------mq------------*/
@media only screen and (max-width: 600px) {
  .modal-dialog{
    max-width: 100%!important;
  }
}