/* HERO */
.hero-content{
  max-height: 690px;
  background: #f1f1f1;
  overflow: hidden;
}

.hero-col{
  max-width: 60%;
}

.hero-content .fit-img{height: 690px}

.h-subheadline h4{
  letter-spacing: 3px;
  font-size: 1.125rem;
  font-weight: 400;
}

.h-btn .btn-primary{
  padding: 0.9rem;
  font-size: 1rem;
  font-weight: 500;
  background-color: #2fb0d8;
  border-color: #2fb0d8;
} 

.h-btn .btn-primary:hover{
  background-color: #08a5b4;
  border-color: #08a5b4;
}

.section-img .section-img-bg{
  position: absolute;
  z-index: 1;
  bottom: -50px;
  right: 0;
  width: 90%;
  height: 100%;
  border-radius: 0;
}

.section-img .section-img-inner{
  border-radius: 0 120px 0 0px;
  overflow: hidden;
  text-align: center;
  margin-right: 50px;
  z-index: 2;
  position: relative;
}

.about-boxes .col-md-12{
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 1.5em;
}

.about-boxes .col-md-12 .row .col{padding: 0;}

.about-boxes .col-md-12 .row .col .card{padding: 1.5em;}

.about-boxes .col-md-12 .row .col .card .card-subtitle{display: none;}

.about-boxes .col-md-12 .row .col:nth-child(1) .card{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  border-right: 0;
  border-color: #f1f1f1;
}

.about-boxes .col-md-12 .row .col:nth-child(2) .card{
  border-radius: 0;
  border-color: #f1f1f1;
  background: #f1f1f1;
}

.about-boxes .col-md-12 .row .col:nth-child(3) .card{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  border-color:#2fb0d8;
  background:#2fb0d8 ;
}

.about-boxes .col-md-12 .row .col .card .card-body-image{
  width: 60px;
  height: 60px;
}

.about-boxes .col-md-12 .row .col .card .card-body-image img{
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.about-boxes .col-md-12 .row .col:nth-child(3) .card .card-body-btn a{color: #ffffff;}

.about-boxes .col-md-12 .row .col:nth-child(3) .card .card-body-btn a:hover{opacity: 0.5;}

.about-boxes .col-md-12 .row .col .card .card-body-btn a span{
  justify-content: start !important;
  font-size: 0.9em;
}

.about-boxes .col-md-12 .row .col:nth-child(3) .card .card-title,
.about-boxes .col-md-12 .row .col:nth-child(3) .card .card-body-content {color: #ffffff;}

.about-boxes .col-md-12 .row .col .card .card-title { margin: 15px auto;}

.about-boxes .col-md-12 .row .col .card .card-body-content{margin-bottom: 15px;}

.about-boxes .col-md-12 .row .col .card .card-body-content .card-text{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.logo-band.row a{margin: 0 2em}

.logo-band.row a img{
  max-height: 70px;
  object-fit: contain;
  object-position: center;
   -webkit-transition: all 0.5s 
  ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5
}

.logo-band.row a img:hover{
  opacity: 0.5;
 -webkit-transition: all 0.5s 
  ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5
}

.logo-band.row a:nth-child(1) img{max-height: 100px;}
.logo-band.row a:nth-child(2) img{max-height: 40px;}
.logo-band.row a:nth-child(3) img{max-height: 50px;}

.services-section .home-services .row{
  flex-direction: row;
  justify-content: center;
  align-items: start;
}

.services-section .home-services .row .col{
  flex: 0 0 auto;
  width: 33.33333333%;
}

.services-section .home-services .row .col .card{
  overflow: hidden;
  border:0;
  cursor: pointer;
 -webkit-transition: all 0.5s 
  ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); 
}

.services-section .home-services .row .col .card:hover{
  scale: 1.02;
  -webkit-transition: all 0.5s 
  ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5;  
}

.services-section .home-services .row .col .card .card-body-image{
  max-height: 300px;
  overflow: hidden;
} 

.services-section .home-services .row .col .card .card-body-image img{
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.services-section .home-services .row .col .card{border-radius: 1.5em;} 

.services-section .home-services .row .col .card .card-body-title{padding: 20px;}

.services-section .home-services .row .col .card .card-body-content{padding: 0 20px;}

.services-section .home-services .row .col .card .card-body-btn{padding:20px}

.services-section .home-services .row .col .card .card-body-btn a{
  font-size: 0.835rem;
  font-weight: 500;
}

.services-section .home-services .row .col .card .card-body-btn a span{justify-content: start !important;}

.services-section .home-services .row .col .card .card-body-title .card-subtitle{
  letter-spacing: 3px;
  font-size:0.8rem ;
  text-transform: uppercase;
}

.services-section .home-services .row .col .card .card-body-title .card-title{font-size: 1.5rem;}

.services-section .home-services .row .col .card .card-body-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.info-section .row .list-group{
  flex-direction: row;
  flex-wrap: wrap;
}

.info-section .row .list-group .list-group-item{
  border-radius: 0.375rem;
  border: 0;
  margin-bottom: 10px;
  cursor: pointer;
 -webkit-transition: all 0.5s 
  ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.info-section .row .list-group .list-group-item span{
  position: relative;
  top: 4px;
}

.info-section .row .list-group .list-group-item:hover{
  scale: 1.05;
  -webkit-transition: all 0.5s 
  ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5 
}