@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);



.services{
  
}
.services h1{
  color: #a6a6a6;
  font-family: 'Concert One', cursive;
}
.services p{
  text-align: center;
  
  color: #737373;

}
.services h1 span:before {
  content: '/';
  padding-right: 10px;
  font-weight: 100;
}
.services h1 span:before {
  color: #e600ff;
}
.services h1 span:after {
  content: '/';
  padding-left: 10px;
  font-weight: 100;
}
.services h1 span:after {
  color: #e600ff;
}

.box-a:before, .box-b:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid #992025;
    border-left: 15px solid #a7090d;
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  
  display: block; width: 0;
}
.box-a.rounded, .box-b.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
.box-a.rounded:before, .box-b.rounded:before {
  border-width: 8px;
  border-color: #323232 #323232 transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.box-a {
  background: rgb(235 231 231 / 70%); 
  height: 100%;
  border-radius: 10px;
  position: relative;
  float: right;
  align-items:center;
  display: flex;
  padding: 10px;
  margin-bottom: 25px;
}

.box-a i{
  text-align: center;
  font-size: 35px;
  
}
.cutoff-text{
  --max-lines:2;
  --line-height:1.4;
  max-height: calc(var(--max-lines)* 1em * var(--line-height));
  line-height: var(--line-height);

  overflow: hidden;
  position: relative;
}
.cutoff-text:has(+ .expand-btn:not(:checked)) ::before{
  content: "";
  position: absolute;
  height: calc(1em * var(--line-height));
  width: 100%;
  bottom: 0;
  pointer-events: none;


}
.expand-btn{
  appearance: none;
  padding: .5em;
  cursor: pointer;
  margin-top: 1rem;
  color: #992025;
  border: none !important;
}
.expand-btn::before{
  content: "View More";
}
.expand-btn:checked::before{
  content: "View less";
}
.cutoff-text:has(+ .expand-btn:checked){
max-height:none;

}
.circle{
 
 
  padding: 40px;
  background-color: #a51d21;
  border-radius: 50%;
  display: inline-block;
}
.box-a h3{
  
  color: #a51d21;
}
.box-a p{
  
  text-align: justify;
}

.box-b {
  background: rgb(241 238 238); 
  color: #ddd;

}
.box-b i{
 
  background: #323232;
  padding: 25px;
  border-radius: 150px;
}
.box-b h3{
 
  color: #a51d21;

}
.box-b p{

  text-align: justify;
  
}
.box-a:hover i, .box-b:hover i{
  background: #323232;
  color:#fff;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

table {
  border-collapse: collapse;
  width: 100%;
  
}
.jumbotron{
  background-color:#e6e6e6 !important; font-family:'Raleway ExtraBold';
    text-align: center;
    color: #252525;
   
}

th, td {
  text-align: center;
  padding: 8px !important;
  color: #323232 ;
  border-left: 1px solid #a51d21;
  border-right: 1px solid #a51d21;

}


tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #a51d21;
  color: white;
 
  text-align: center !important;
  padding: 8px !important;
}


