.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: #008000;
  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;
}
.resum-templates
{
  width: 100%;
  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: #6A8F3C;
  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;
}
/*Home Slider*/
.main {
  height: 100vh;
  width: 100%;
}
.wrapper,
.slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  overflow: hidden;
}
.slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.slide .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slide .image-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 100;
}
.image-data span.text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.image-data h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
a.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  color: #333;
  background: #fff;
  text-decoration: none;
  margin-top: 25px;
  transition: all 0.3s ease;
}
a.button:hover {
  color: #fff;
  background-color: #c87e4f;
}

/* swiper button css */
.nav-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.nav-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.swiper-button-next {
  right: 50px;
}
.swiper-button-prev {
  left: 50px;
}
.nav-btn::before,
.nav-btn::after {
  font-size: 25px;
  color: #fff;
}
.swiper-pagination-bullet {
  opacity: 1;
  height: 12px;
  width: 12px;
  background-color: #fff;
  visibility: hidden;
}
.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background-color: #c87e4f;
}

@media screen and (max-width: 768px) {
  .nav-btn {
    visibility: hidden;
  }
  .swiper-pagination-bullet {
    visibility: visible;
  }
}
/*Gallery*/
:root {
  --part-size: 140px;
  --margins: 2px;
  --rows: 3; /* Change this also in JS */
  --cols: 3; /* Change this also in JS */
  --perspective: 700px;
  --trans-time: 0.3s;
  --border-radius: 5px;
  --shadow-size: 10px;
  --demo-bg: linear-gradient(60deg, #fff;));
  --gallery-bg: #eee;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.demo {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--demo-bg);
}

.demo__gallery {
  width: calc(var(--cols) * var(--part-size) + 2 * var(--cols) * var(--margins) + 2 * var(--margins));
  height: calc(var(--rows) * var(--part-size) + 2 * var(--rows) * var(--margins) + 2 * var(--margins));
  padding: var(--margins);
  flex-shrink: 0;
  background: var(--gallery-bg);
  perspective: var(--perspective);
  border-radius: var(--border-radius);
}

.demo__placeholder {
  width: var(--part-size);
  height: var(--part-size);
  margin: var(--margins);
  float: left;
  background-color: lightslategrey;
  border-radius: var(--border-radius);
}

.demo__part {
  position: relative;
  float: left;
  width: var(--part-size);
  height: var(--part-size);
  margin: var(--margins);
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  transition: all var(--trans-time) ease-in-out;
}

.demo__part:hover .demo__part-front {
  box-shadow: 0 0 var(--shadow-size) black;
  transform: scale(0.96);
}

.demo__part:hover .demo__part-front:after {
  opacity: 0;
}

.demo__part-front,
.demo__part-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: var(--border-radius);
  cursor: pointer;
}

.demo__part-front {
  background-color: lightslategrey;
  background-size: cover;
  background-position: center;
  transform: rotateX(0deg);
  transition: all calc(var(--trans-time) / 1.5) ease;
}

.demo__part-front:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  content: "";
  opacity: 0.5;
  transition: all calc(var(--trans-time) / 1.5) ease;
}

.demo__part-back {
  transform: rotateY(180deg) rotateX(0deg);
}

.demo__part-back-inner {
  width: calc(var(--part-size) * var(--cols) + var(--margins) * (var(--cols) - 1) * 2);
  height: calc(var(--part-size) * var(--rows) + var(--margins) * (var(--rows) - 1) * 2);
  background-size: cover;
  background-position: center;
  backface-visibility: hidden;
}

.demo__help {
  margin-bottom: 7px;
  font-size: 30px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: white;
}

.demo__help a {
  color: white;
}

.demo__help a:hover {
  color: #E39999;
}

.show-front {
  transform: none;
}

/* Dynamic positioning for demo parts */
.demo__part-1-1 .demo__part-back-inner {
  transform: translate(calc(-0 * (var(--part-size) + var(--margins) * 2)), calc(-0 * (var(--part-size) + var(--margins) * 2)));
}

.demo__part-1-2 .demo__part-back-inner {
  transform: translate(calc(-1 * (var(--part-size) + var(--margins) * 2)), calc(-0 * (var(--part-size) + var(--margins) * 2)));
}

.demo__part-1-3 .demo__part-back-inner {
  transform: translate(calc(-2 * (var(--part-size) + var(--margins) * 2)), calc(-0 * (var(--part-size) + var(--margins) * 2)));
}

.demo__part-2-1 .demo__part-back-inner {
  transform: translate(calc(-0 * (var(--part-size) + var(--margins) * 2)), calc(-1 * (var(--part-size) + var(--margins) * 2)));
}

.demo__part-2-2 .demo__part-back-inner {
  transform: translate(calc(-1 * (var(--part-size) + var(--margins) * 2)), calc(-1 * (var(--part-size) + var(--margins) * 2)));
}

.demo__part-2-3 .demo__part-back-inner {
  transform: translate(calc(-2 * (var(--part-size) + var(--margins) * 2)), calc(-1 * (var(--part-size) + var(--margins) * 2)));
}

.demo__part-3-1 .demo__part-back-inner {
  transform: translate(calc(-0 * (var(--part-size) + var(--margins) * 2)), calc(-2 * (var(--part-size) + var(--margins) * 2)));
}

.demo__part-3-2 .demo__part-back-inner {
  transform: translate(calc(-1 * (var(--part-size) + var(--margins) * 2)), calc(-2 * (var(--part-size) + var(--margins) * 2)));
}

.demo__part-3-3 .demo__part-back-inner {
  transform: translate(calc(-2 * (var(--part-size) + var(--margins) * 2)), calc(-2 * (var(--part-size) + var(--margins) * 2)));
}


.mySwiper, .flexy {
  margin: 0;
  padding: 0;
}