.team
{
  width: 100%;
  padding-top: 93px;
  padding-bottom: 60px;
}
.team_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team_row
{
  margin-top: 43px;
}
.team_col
{
  margin-bottom: 40px;
}
.team_item
{
  width: 100%;
}
.team_imag
{
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
.team_imag img
{
  max-width: 100%;
}
.team_bod {
  position: relative;
  width: 100%;
  border-radius: 25px;
  box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.team_bod::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5270FF;
  border-radius: inherit;
  transform: skewX(-7deg) skewY(5deg);
  z-index: -1;
}

.team_bod img {
  position: relative;
  z-index: 1;
}



.team_item:hover .team_bod
{
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.team_image
{
  width: 300px;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -86px;
  z-index: 5;
}
.team_image img
{
  max-width: 100%;
}
.team_body
{
  
  width: 100%;
  padding-top: 8px;
  padding-bottom: 24px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.team_item:hover .team_body
{
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.team_title a
{
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 700;
  color: #384158;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.team_title a:hover
{
  color: #14bdee;
}
.team_subtitle
{
  font-size: 14px;
  font-weight: 400;
  color: #76777a;
  margin-top: 6px;
}
.resume-templates
{
  
  width: 40%;
  padding-top: 8px;
  padding-bottom: 14px;
  max-height: 40%;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.counter_form_button
{
  width: 100%;
  height: 46px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: #5270FF;
  cursor: pointer;
  margin-top: 30px;
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.counter_form_button:hover
{
  box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
  color:#fff;
}
.section_title_container
{
  max-width: 600px;
  margin: 0 auto;
}
.section_title_containa
{
  margin-top: 150px;
  max-width: 600px;
  margin: 0 auto;
}
.section_title
{
  line-height: 1.2;
}
.section_subtitle
{
  line-height: 1.85;
  margin-top: 14px;
}