@charset "utf-8";
/* CSS Document */
.rs-team ul li{display: block; margin-bottom: 15px; position: relative; padding-left: 25px;}
.rs-team ul li:before{position: absolute; left:5px; top:0px; font-family:'FontAwesome'; content:"\f101"; color: #1C1267;}
.f-btn{position: fixed; top:190px; right:-55px; z-index: 100; transform: rotate(-270deg); text-align: center;cursor: pointer;}
.btn-close { box-sizing: content-box; width: 1em; height: 1em; padding: .25em .25em; color: #000; background: transparent url('../images/new-images/close.svg') center / 1em auto no-repeat;  border: 0; border-radius: .25rem; opacity: .5;}
#consultationModal .modal-body .form-control{border-radius: 0px;}
.form-group, .common-control{position: relative;}
.form-group label.error, .common-control label.error{position: absolute; color: #f00; font-size: 12px; left: 0px; bottom:-25px;}
.common-control label.error{bottom:-30px;}
.form-group  input.company-name{ position: absolute; left: -2000px;}
.fcall, .fwhatsapp{position: fixed; right:25px; z-index: 99; animation: zoom 2s infinite;
  -webkit-animation: zoom 2s infinite;}
.fcall{bottom: 100px;}
.fwhatsapp{bottom: 170px;}
.fcall img, .fwhatsapp img{width: 50px; height: auto;}
.industry-serve{display: block; border-radius: 20px; overflow: hidden; position: relative; margin-bottom: 25px;}
.industry-serve h4{background-color: #000; color: #FFF; padding: 5px 15px; position: absolute; bottom: 10px; right: 10px; left: 10px; margin: 0px; border-radius: 10px; font-size: 16px; font-weight: 500;}
@media (max-width:767.98px){
	.f-btn{top:auto; bottom: 0px; width: 100%; right: 0px; left: 0px; transform: rotate(0deg);}
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
    /* equals 105% */
  }
  100% {
    transform: scale(1);
  }
}
