.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_image
{
  width: 180px;
  height: 160px;
  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: 108px;
  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", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  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: #5270FF;
}
.team_subtitle
{
  font-size: 14px;
  font-weight: 400;
  color: #76777a;
  margin-top: 6px;
}

.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);
}
.section_title_container
{
  max-width: 600px;
  margin: 0 auto;
}
.section_title
{
  line-height: 1.2;
}
.section_subtitle
{
  line-height: 1.85;
  margin-top: 14px;
}
/*********************************
8. Courses
*********************************/

.templates
{
  width: 100%;
  padding-top: 93px;
  padding-bottom: 100px;
}
.templates_row
{
  margin-top: 45px;
}
.template
{
  width: 100%;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
}
.template_image
{
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.template_image img
{
  max-width: 100%;
}
.template_body
{
  padding-top: 22px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 23px;
}
.template_title a
{
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  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;
}
.template_title a:hover
{
  color: #14bdee;
}
.template_teacher
{
  font-size: 15px;
  font-weight: 400;
  color: #384158;
  margin-top: 6px;
}
.template_text
{
  margin-top: 13px;
}
.template_footer
{
  padding-left: 30px;
  padding-right: 30px;
}
.template_footer_content
{
  width: 100%;
  border-top: solid 1px #e5e5e5;
  padding-top: 9px;
  padding-bottom: 11px;
}
.template_info
{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #55555a;
}
.template_info:first-child
{
  margin-right: 18px;
}
.template_name{
  color:#000;
}
.template_info i
{
  color: #5270FF;
}
.template_price
{
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 700;
  color: #5270FF;
}
.template_price span
{
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #b5b8be;
  margin-right: 10px;
}