.team-slider.owl-carousel .item {
    text-align: center;
}
.team-col {
  background-color: #f6f6f6;
  border-radius: 5px;
  text-align: center;
  transition: all 500ms ease 0s;
}
.team-col-img {
  display: block;
  overflow: hidden;
  transition: all 500ms ease 0s;
}
.team-col:hover .team-col-img img {
  transform: scale(1.2);
  transition: all 500ms ease 0s;
}
.team-col-img img {
  border-radius: 5px 5px 0 0;
  transition: all 500ms ease 0s;
  width: 100%;
  height: auto;
}
.team-col h4 span {
  color: #1e2b33;
  font-size: 16px;
  transition: all 500ms ease 0s;
}
.team-col:hover p,
.team-col:hover h4 span,
.team-col:hover h4 {
  color: #ffffff; 
  transition: all 500ms ease 0s;
}
.team-content {
  padding: 20px;
}
.team-icons {
  margin-top: 15px;
}
.team-icons ul {
  display: table;
  padding-left: 0;
  margin: 0 auto;
  list-style-type: none;

}
.team-icons ul li {

  display: table-cell;
  position: relative;
  margin-right: 0px;
}

.team-icons ul li a svg {
  background: #13A0B2 none repeat scroll 0 0;
  border-radius: 50%;
  color: #eeeeee;
  display: inline-block;
  height: 33px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 33px;
  padding: 8px;
}
.team-icons ul li:last-child span a:before {
  margin-right: 0px;
}

.team-col:hover .team-icons ul li span a:before {
  background: #ffffff none repeat scroll 0 0;
  color: #13A0B2;
  transition: 500ms ease-in;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13A0B2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus, 
.hvr-sweep-to-bottom:active {
  color: ;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.team-col:hover .team-icons ul li svg {
  background: #ffffff none repeat scroll 0 0;
  transition: 500ms ease-in;
  color: #13A0B2;
  transition: 500ms ease-in;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  text-align:center;
  margin-top: 15px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  outline: none;
}
.hst-pop-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
  display: none;
}
.hst-pop-modal-wrapper {
  z-index: 9999999 !important;
}

.hst-pop-modal-wrapper:before {
  content: "";
  display: inline;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.btn-hst-pop-modal{
  text-decoration: none;
}
.hst-pop-modal {
  z-index: 1000000;
  position: relative;
}

.hst-pop-modal.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;    
  box-sizing: border-box;   
  background-color: #ffffff;
  max-width: 800px;
  width: 100%;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.hst-pop-modal h3{ 
  color: #333333;
}

.hst-pop-modal .hst-pop-modal-title{   
  margin-bottom: 15px;
}
.hst-pop-modal p{ 
  color: #666666;
}
.close-hst-pop-modal {
  position: absolute;
  top: 5px;
  right: -10px;
  display: block;
  width: 30px;
  height: 30px;
}

.close-hst-pop-modal i{
  color: #333333;
  font-size: 18px;
}

.popup-form .header-form h4 {
  margin-bottom: 20px;
  color: #cccccc;
}
.popup-form fieldset {
  max-width: 100% !important;
  margin-bottom: 20px !important;
}
.popup-form .header-form form .hs-input{
  background-color: transparent;
  border: 0 !important;
  border-bottom: 1px solid #dcdcdc;
  height: 45px;
  border-radius: 0 !important;
  color: #333333;
  font-weight: 600;
}

/* Form Mode -1 */
.popup-form .fmodel1.header-form form .hs-input{    
  border: 0 !important;
  border-bottom: 1px solid #dcdcdc !important;   
}

/* Form Mode -2 */
.popup-form .fmodel2.header-form form .hs-input{     
  border: 1px solid #dcdcdc !important;   
  padding: 10px 20px;
}

.popup-form .header-form form .form-columns-1 .hs-input{
  width: 100% !important;
}
.popup-form .header-form form .hs-fieldtype-textarea{
  margin-top: 10px;
}
.popup-form .hs-form label{
  color: #999999; 
  font-weight: 600;
}

.popup-form form.hs-form .hs-form-booleancheckbox-display input[type=checkbox] {
  width: auto !important;
}
.popup-form .inputs-list>li {
  display: inline-block;
  margin: 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.popup-form form .hs-richtext, form .hs-richtext p {
  font-size: .875rem;
  margin: 0 0 5px !important;
}
.popup-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: table-cell !important;
  margin-left: 20px !important;
}
.popup-form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none !important;
  display: table-cell !important;
  vertical-align: middle !important;
}
.popup-form label.hs-form-booleancheckbox-display {
  display: table !important;
}
.popup-form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none !important;
  display: table-cell !important;
  vertical-align: middle !important;
}
.popup-form .contact-form-background {
  border: 1px solid #dcdcdc !important;
  padding: 20px;
  background: rgba(255,255,255,0);
}

.popup-form .hs_error_rollup {
  display: none;
}
.modal img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px){
 .team-slider.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.team-slider.owl-carousel .item,
.team-slider.owl-carousel .team-col {
    height: 100%;
} 
  .team-slider.owl-carousel .team-col {
    position: relative;
    padding-bottom: 55px;
}
.team-slider.owl-carousel .team-icons {
    margin-top: 0;
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0;
}
}